body {
    font-family: 'Exo', sans-serif;
    padding: 0;
    margin: 0;
}

p {
    color: #969595;
    line-height: 23px;
    font-family: "Roboto", sans-serif;
}

li {
    list-style-type: none;
}

header
{
    transition: margin-left .5s;
    padding: 16px;
}

header .navbar
{
    padding: 0;
}

header a.navbar-brand img 
{
    height: 50px;
}

.cart_menu 
{
    margin-left: 30px;
}

.cart_menu a 
{
    color: #000;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.cart_menu a i 
{
    font-size: 18px;
    color: #4395d1;
    margin-right: 5px;
}

.cart_menu .badge 
{
    position: absolute;
    top: -8px;
    left: 6px;
    background: #ff6161;
    border-radius: 50px;
    font-size: 11px;
    color: #fff;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .search_frm input {
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    background: transparent;
    outline: none;
    box-shadow: none;
    color: #000;
} */
.search_frm input 
{
    border: 1px solid #e5e5e5;
    background: transparent;
    outline: none;
    box-shadow: none;
    color: #000;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 370px;
}
.search_frm .form-control-cst
{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    /*border-radius: .25rem;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search_frm input:focus 
{
    outline: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.search_frm button.btn 
{
    background: transparent;
    padding: 0;
    line-height: 0;
    border: none;
    box-shadow: none;
}

/* .search_frm button.btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #4395d0;
    border-radius: 50px;
    color: #fff;
    text-align: center;
} */

.search_frm button.btn i {
    width: 40px;
    height: 38px;
    line-height: 40px;
    background: #4395d0;
    color: #fff;
    text-align: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: scroll;
    transition: 0.5s;
    /* padding-top: 92px; */
    scrollbar-width: none;
}

.sidebar::-webkit-scrollbar 
{
    display: none; /* Chrome, Safari, Opera */
     /*-ms-overflow-style: none;*/
    
}

.sidebar a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 15px;
    color: #262628;
    transition: 0.3s;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    display: inline-block;
}

.siderbar-cstm .menu_item 
{
    width: 100%;
    clear: both;
}
.siderbar-cstm .mega_column_li 
{
    clear: both;
}
.siderbar-cstm .view-all-count
{
    float: right;
    margin-right: 2px;
    padding-right: 2px !important;
    text-align: center;
    padding-left: 2px;
}

.siderbar-cstm .view-all-count-2 
{
    float: right;
}

.sidebar .mega_column_ul .mega_column_li .mega_column_a {
    font-size: 15px;
    color: #262628;
    max-width: 78% !important;
    padding-right: 0;
}

.sidebar .mega_menu_box {
    /* left: 350px; */
    background: #fff;
    box-shadow: 0 0 5px #0000002e;
    /*z-index: 999999;*/
    /* position: fixed; */
    width: 300px;
    /* max-width: 400px; */
    display: none;
    /* margin: -43px auto; */
}

.sidebar .menu_item:hover .mega_menu_box {
    display: block;
    background-color: #4395d0;
}

.sidebar .menu_item:visited .mega_menu_box {
    display: block;
    background-color: #4395d0;
}

.sidebar .menu_item:hover:active:focus:focus-visible:focus-within:visited:target .mega_menu_box
{
    display: block;
    background-color: #4395d0;
}
.sidebar .mega_column_li:hover, .sidebar .menu_item:hover .mega_menu_box {
    display: block;
    background-color: #4395d0;
}

.mega_column_second 
{
    background-color: #454547 !important;
    color: white;
}

.mega_column_first a
{
    color: white !important;
}

.mega_column_second a
{
    color: white !important;
}
.mega_column_a:hover, .mega_column_li:hover 
{
    background-color: #888;
}

.sidebar .mega_column_ul {
    padding-left: 0;
}
.sidebar .view-all {
    float: right;
    padding-left: 5px;
}
.sidebar .mega_column_li:hover, .sidebar .menu_item:hover
{
    background-color: #888;
}
.sidebar .mega_column_li:hover > a, .menu_item:hover > a
{
    color:white;
}

.sidebar .sidebar_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 92px;
    padding: 0 0 0 20px;
}

.sidebar .sidebar_logo_img {
    width: 120px;
}

.sidebar_bottom {
    border-top: 1px solid #ececec;
}

.sidebar .closebtn {
    font-size: 26px;
}
.mega-menu_commonbox{
    display: flex;
}
.mega_menu_box .mega-menu_commonbox .mega_column_first{
    width: 250px;
}
 /* ======Ashish Sidebar CSS End===== */
/* .sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
} */
.mega_column_second {
    /*left: 700px;*/
    background: #fff;
    box-shadow: 0 0 5px #0000002e;
    /*z-index: 999999;*/
    /*position: fixed;*/
    width: 300px;
    display: none;
    /*margin: -45px auto;*/
}
.mega_column_li:hover .mega_column_second{
    display: block;
}
.openbtn {
    font-size: 20px;
    cursor: pointer;
    padding: 10px 15px 15px 0px;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.openbtn:focus {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
}


#main {
    transition: margin-left .5s;
    padding: 0;
}

.explore_wrap {
    padding: 50px 0 0;
    overflow: hidden;
}

.explore_box a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.explore_slide
{
    overflow: hidden;
    width: 100vw;
}

.explore_img img {
    max-width: 100%;
    height: 100%;
    /* margin: 0 auto; */
    width: 100%;
    border-radius: 5px;
}

.explore_img {
    width: 100%;
    padding: 5px;
    /*background: #bad3e6;*/
    border-radius: 10px;
    display: block ruby;
    /* justify-content: center; */
    align-items: center;
}

.explore_box {
    margin-right: 15px;
}

.explore_box h4 {
    color: #397eb0;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.explore_box_slider h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title h2 {
    color: #5d5d5d;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.title a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

.explore_slide .slick-list.draggable {
    padding-left: 0px !important;
}

.explore_slide {
    overflow: hidden;
}

.explore_wrap .slick-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #4395d0;
    z-index: 999;
    left: 5px;
    top: calc(50% - 25px);
    border-radius: 50px;
}

.explore_wrap .slick-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #4395d0;
    z-index: 999;
    right: 40px;
    top: calc(50% - 25px);
    border-radius: 50px;
}

.furniture_wrap {
    padding: 20px 0;
    overflow: hidden;
}

.furniture_slide {
    overflow: hidden;
    width: 100vw;
}

.furniture_img img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.furniture_box {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
    /*border-bottom: 1px solid #f0f0f0;*/
}

.slick-list.draggable {
    margin-bottom: 15px;
}
.furniture_cont {
    padding: 15px;
    /*border-bottom: 1px solid #f0f0f0;*/
}

.furniture_cont h4 {
    color: #000;
    text-align: left;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.furniture_content h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.furniture_cont h4 a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.furniture_cont h3 {
    color: #000;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}

.furniture_cont a.btn {
    padding: 8px 15px;
    background: #4395d1;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.furniture_cont a i {
    margin-right: 5px;
}

.furniture_wrap .slick-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #4395d0;
    z-index: 999;
    left: 5px;
    top: calc(50% - 25px);
    border-radius: 50px;
}

.furniture_wrap .slick-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #4395d0;
    z-index: 999;
    right: 40px;
    top: calc(50% - 25px);
    border-radius: 50px;
}

.copyright {
    padding: 10px 0;
    background: #e8f3fe;
    position: fixed;
    width: 100%;
    background: #f6f8fa;
    box-sizing: border-box;
    bottom: 0;
}

.copyright p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #25577b;
    font-weight: 500;
}
.copyright .nav .nav-item .nav-link 
{
    padding: 0 0.6rem;
    font-size: 16px;
    color: #25577b;
    font-weight: 600;
}

.collection_wrap .collection_box {
    margin-bottom: 20px;
    text-align: center;
}

.collection_box ul {
    padding: 0;
    margin: 0;
}

.collection_box ul li {
    display: inline-block;
    width: 48%;
    list-style: circle;
    color: #000;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0 24px;
    text-align: left;
}

.collection_box img {
    width: 70%;
    height: 70%;
    object-fit: cover;
    vertical-align: middle;
}

.collection_box .collection_cont {
    padding: 10px;
    background: #403f41;
    text-align: left;
    border-radius: 20px;
}
.collection_wrap {
    margin-bottom: 70px;
}

.collection_cont h4 {
    text-align: center;
    color: #4395d1;
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0;
}

.collection_box ul li span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #4395d1;
    vertical-align: middle;
    margin-right: 6px;
    /* border-radius: 50px; */
    transform: rotate(45deg);
}

.cat_list a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.category_box {
    margin-bottom: 15px;
}

.category_img {
    width: 100%;
    padding: 20px;
    background: #e8f3fe;
    border-radius: 20px;
}

.category_img img {
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    width: auto;
    display: block;
    object-fit: contain;
}

.category_box h4 {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.category_wrap {
    padding: 50px 0;
}

.category_wrap .title a {
    font-size: 18px;
    display: flex;
}

.category_wrap .title a i {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

.left_category h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.left_category .form-group label {
    color: #212121;
    font-size: 15px;
    font-weight: 600;
}

.left_category .form-group .form-check {
    margin-bottom: 10px;
}

.left_category .form-group label.form-check-label {
    font-weight: 500;
}

.left_category .form-group label.form-check-label i {
    color: #f7c40b;
    margin-right: 2px;
}

.search_row {
    align-items: center;
}

.search_row h2 {
    font-size: 22px;
    margin-bottom: 0;
}

.search_row select {
    padding: 10px;
    border: 1px solid #cfcfcf;
    margin-left: 5px;
}
.search_cat 
{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: rgba(1, 0, 0, 0.24) 0px 3px 6px;
}

.cat_img img 
{
    height: 170px;
    width: 100%;
    object-fit: contain;
    background-color: white;
}

.cat_cont
{
    padding: 15px;
}


.search_cat h4 
{
    color: #000;
    text-align: left;
    margin: 0;
    font-size: 1em;
    font-weight: 500;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search_cat h4 a 
{
    color: #000;
    text-decoration: none;
}

.search_cat h3 
{
    color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
}

.search_cat a.btn 
{
    padding: 5px 10px;
    background: #4395d1;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.search_cat a i 
{
    margin-right: 5px;
}

.detail_right h2 
{
    color: #4395d0;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-right: 45px;
}

.detail_right h4
{
    font-size: 20px;
    color: #4395d1;
    float: left;
}
#addtocart {
    width: 100%;
    clear: both;
}
/*.detail_right h4 {
    font-size: 20px;
    color: #4395d1;
    margin-bottom: 16px;
}*/

.detail_right h4 del {
    font-size: 16px;
    color: #262628;
    padding: 0 5px;
}

.detail_right h4 span {
    color: #00bb0c;
}

/*.rating {
    margin-bottom: 20px;
}*/
.detail_right .rating {
    margin-bottom: 20px;
    float: right;
}
/*.rating span {
    padding: 2px 10px;
    background: #219f0a;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}*/

/*.rating span i {
    margin-left: 5px;
}*/
.rating span i {
    margin-left: 0px;
    font-size: 15px;
}
.rating span {
    /*padding: 2px 10px;*/
    padding: 0px 0px;
    background: transparent;
    display: inline-block;
/*    color: #fff;*/
    border-radius: 5px;
}

.rating p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.qty button {
    background: transparent;
    border: none;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    color: #a3a1a1;
}

.qty input {
    margin: 0 10px;
    font-size: 20px;
    padding: 5px 0px;
    border-radius: 4px;
    border: solid 1px #eaebec;
    text-align: center;
    width: 70px;
}

.detail_wrap {
    padding: 50px 0;
}

.detail_wrap a.btn.btn-primary
{
    background: #4395d1;
    border: 1px solid #4395d1;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 18px;
    margin: 0px;
}

.detail_wrap a.btn.btn-primary i
{
    margin-right: 5px;
}

.detail_right h3
{
    font-size: 22px;
    margin-top: 20px;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.detail_right h5 
{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    /*margin-top: 20px;*/
}

.detail_right ul.colors 
{
    padding: 0;
    margin: 0;
}

.detail_right ul.colors li 
{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.detail_right ul.colors li a 
{
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.detail_right ul.colors li img 
{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.detail_right ul.colors li span
{
    display: block;
    text-align: center;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
}

.detail_right ul.colors li .active-span
{
    color: #0192dd;
}

.detail_right .img_colors 
{
    padding: 5px;
    border: 1px solid #d6d6d6;
}

.detail_right .active
{
    border: 2px solid #0192dd;
}

.detail_right ul.size {
    padding: 0;
    margin: 0;
}

.detail_right ul.size li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.detail_right ul.size li a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.detail_right ul.size li a span
{
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    /* width: 40px; */
    height: 40px;
    /* line-height: 40px; */
    display: inline-block;
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 7px;
}



.detail_right hr {
    border: 3px solid #f6f6f6;
    margin-bottom: 5px;
    margin-top: 10px;
}

.detail_slider img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.detail_slider .slick-dots li button:before {
    font-size: 20px;
}

.detail_slider .slick-dots li button:before {
    font-size: 12px;
    content: "\f111";
    font-family: "FontAwesome";
}

.detail_slider .slick-prev {
    left: 10px;
    z-index: 1;
}

.detail_slider .slick-prev::before {
    content: "\f053";
    font-family: 'FontAwesome';
}

.detail_slider .slick-next {
    right: 10px;
}

.detail_slider .slick-next::before {
    content: "\f054";
    font-family: 'FontAwesome';
}

.detail_slider .slick-prev:before,
.detail_slider .slick-next:before {
    opacity: 1;
}

.detail_left .slick-dots {
    bottom: 10px;
}

.detail_left .slick-dots li.slick-active button:before {
    color: #4395d1;
    opacity: 1;
}

.detail_left .slick-dots li button:before {
    color: #585b63;
    opacity: 1;
}

.more_info
{
    padding-top: 5px;
}

.more_info h3 
{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.more_info ul
{
    padding: 0;
    margin: 20px 0 0;
}

.more_info ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.more_info ul li h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.more_info ul li p {
    color: #787878;
    margin-bottom: 0;
}

.detail_content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.detail_content p {
    color: #787878;
    font-size: 16px;
    white-space: pre-line;
    text-align: justify;
}

.sold_detail h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

.sold_box {
    display: flex;
    align-items: center;
}

.sold_box img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.sold_box p {
    margin-bottom: 0;
    margin-left: 5px;
}

.rating_review h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.rating_box .review_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.rating_box {
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    margin-bottom: 15px;
}

.review_row .left_review {
    display: flex;
    align-items: center;
}

.review_row .left_review img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.review_row .left_review h4 {
    color: #000;
    margin-bottom: 0px;
    font-size: 18px;
}

.review_row .left_review span {
    color: #9c9c9c;
}

.review_row .left_review .left_review_cont {
    margin-left: 8px;
}

.right_review i {
    color: #9c9c9c;
}

.right_review i.active
{
    color: #f7c40b;
    border: 0;
}

.rating_box p:last-child {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 16px;
}

.rating_title a {
    font-size: 16px;
    color: #4395d0;
    text-decoration: none;
    font-weight: 500;
}

.review_wrap {
    padding: 50px 0;
}

.main_review_cont h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

.main_review_cont h2 i {
    color: #f7c40b;
}

.pagination {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #93a8b8;
    color: #93a8b8;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}

.pagination li.active a {
    background: #403f41;
    color: #fff;
    border-color: #403f41;
}

.cart_wrap {
    padding: 50px 0;
}

.cart_box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6 !important;
    border-radius: 10px;
}

.cart_box:last-child {
    border-bottom: 0px;
}

.cart_box .left_cart_prod {
    display: flex;
    align-items: center;
    float: left;
}

.left_cart_prod img {
    width: 120px;
}

.cart_box .left_cart_prod .cart_prod_cont {
    margin-left: 20px;
    margin-right: 20px;
}

.left_cart_prod .cart_prod_cont h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}

.left_cart_prod .cart_prod_cont h3 {
    color: #4395d1;
    font-weight: 600;
    margin: 5px 0;
    font-size: 14px;
}

.right_cart_action a {
    display: inline-block;
    text-decoration: none;
}

.right_cart_action a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ed0505;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.cart_prod_cont form {
    margin-top: 10px;
}

.cart_summary {
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

.cart_summary h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.cart_summary ul {
    padding: 0;
    margin: 20px 0 0;
}

.cart_summary ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart_summary ul li:last-child {
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
}

.cart_summary ul li h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.cart_summary ul li h5 {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.cart_summary ul li.total_amt h4 {
    color: #4395d1;
    font-weight: 600;
    font-size: 16px;
}

.cart_summary ul li.total_amt h5 {
    color: #4395d1;
    font-weight: 600;
    font-size: 16px;
}

.cart_wrap h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.checkout_btn {
    background: #4395d1;
    border: 1px solid #4395d1;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 25px;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.checkout_btn:hover {
    background: #4395d1;
    border: 1px solid #4395d1;
    color: #fff;
}

.checkout_btn i {
    margin-left: 5px;
    font-size: 18px;
}

.cart_wrap .form-check {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 6px;
}

.cart_wrap .form-check h4 {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 600;
}

.cart_wrap .form-check span {
    display: block;
    font-size: 14px;
    color: #000;
}

.cart_wrap .form-check input {
    position: relative;
    margin-top: 4px;
    margin-left: 0;
    vertical-align: top;
}

.cart_wrap h4.address_title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.thank_wrap {
    padding: 50px 0;
}

.thank_wrap .thank_box img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.thank_wrap .thank_box h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 28px 0;
}

.thank_wrap .thank_box a.btn.btn-primary {
    background: #4395d1;
    border: 1px solid #4395d1;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 50px;
}

.order_wrap .title a {
    font-size: 18px;
    display: flex;
}

.order_wrap .title a i {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

.order_detail .title .my_order {
    color: #989898;
}

.order_detail .title a {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.order_detail .title a i {
    margin-right: 8px;
    font-size: 20px;
}

.order_wrap {
    padding: 50px 0;
}

.order_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-bottom: 5px;
}

.left_order {
    display: flex;
    align-items: center;
}

.left_order img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 5px;
}

.left_order .order_cont {
    margin-left: 10px;
}

.left_order .order_cont h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.left_order .order_cont h5 {
    margin-bottom: 0;
    color: #219f0a;
    font-size: 14px;
}
.left_order .order_cont h6 {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 5px;
}

.left_order .order_cont .order_confirm_content {
    color: #010101;
}

.left_order .order_cont .order-delivered-date {
    color: #010101;
}

.right_order a {
    display: inline-block;
}

.right_order a i {
    color: #aeaeae;
    font-size: 26px;
}

.order_detail {
    padding: 50px 0;
}

.order_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.order_product h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.order_product img {
    height: 70px;
    width: auto;
}

.order_cont_box {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    height: 100%;
}

.order_cont_box .heading {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.order_cont_box .heading h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.inner_cont {
    padding: 10px;
}

.inner_cont ul {
    padding: 0;
    margin: 0;
}

.inner_cont ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.inner_cont ul li:last-child {
    margin-bottom: 0;
}

.order_cont_box .address_detail {
    padding: 10px;
}

.address_detail i {
    color: #0192dd;
    font-size: 18px;
    padding-top: 3px;
}

.address_detail p {
    font-size: 18px;
    color: #212121;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.address_detail p span {
    padding-left: 10px;
    font-size: 14px;
}

.inner_cont ul li h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

.inner_cont ul li h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #222b45;
}

.order_summary {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
}

.order_summary .summary_heading {
    padding: 15px;
    background: #f6f6f6;
}

.order_summary .summary_heading h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.order_summary ul {
    padding: 15px;
    margin: 0;
}

.order_summary ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.order_summary ul li h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.order_summary ul li h5 {
    font-size: 16px;
    color: #222b45;
    margin-bottom: 0;
}

.order_summary ul li.total_amt {
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 0;
}

.order_summary ul li.total_amt h4 {
    color: #4395d1;
    font-weight: bold;
}

.order_summary ul li.total_amt h5 {
    color: #4395d1;
    font-weight: bold;
}

.rate_order {
    margin-top: 0px;
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
}

.rate_order a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.rate_order a i {
    float: right;
    margin-top: 5px;
    font-size: 26px;
}

.recent_order h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.rate_order_box img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.rate_order_box h3 {
    font-size: 18px;
    text-align: center;
    color: #242e42;
    font-weight: 600;
    margin-top: 15px;
}

.rate_order_box .rating_star {
    text-align: center;
}

.rate_order_box .rating_star i {
    color: #9c9c9c;
}

.rate_order_box .rating_star i.active {
    color: #f7c40b;
}

.rate_order_box h2 {
    text-align: center;
    font-size: 20px;
    color: #242e42;
    font-weight: 600;
    margin-top: 10px;
}

.rate_order_box p {
    text-align: center;
    font-size: 14px;
    color: #8a8a8f;
    margin-top: 10px;
}

.rate_order_box textarea.form-control {
    box-shadow: none;
    outline: none;
    background: rgba(243, 250, 255, 0.41);
    border-color: #efeff2;
    max-width: 350px;
    margin: 0 auto;
    font-size: 14px;
    resize: none;
}

.rate_order_box a.btn.btn-primary {
    margin: 0 auto;
    background: #4395d1;
    border: 1px solid #4395d1;
    margin-top: 10px;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 18px;
}

.rate_order_box .rate_order_btn {
    text-align: center;
}

.address_box {
    /*border: 1px solid #e6e6e6;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 100%;
    box-shadow: rgba(1, 0, 0, 0.24) 0px 3px 6px;
}
.address_box .form-check h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.address_box .form-check span {
    display: block;
    font-size: 14px;
}

.address_box .form-check input {
    position: relative;
    margin-top: 4px;
    margin-left: 0;
    vertical-align: top;
}

.address_box .form-check {
    padding-left: 0;
    width: 85%;
}

.address_box i.fa.fa-pencil {
    color: #3ab54a;
    font-size: 20px;
}

.address_box i.fa.fa-trash {
    color: #fe3000;
    font-size: 20px;
}

.address_box .form-check label {
    width: 90%;
}

.address_wrap .add_btn {
    padding: 10px 26px 10px;
    border-radius: 23px;
    background-color: #4395d1;
    border: none;
    color: #fff;
}

.address_wrap .address_title {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 16px 0;
    font-weight: bold;
    ;
}

.address_wrap .address_title i {
    padding-right: 10px;
    font-size: 26px;
}

.address_wrap .add_btn:hover {
    background-color: #4395d1;
}

.address_wrap .modal-dialog .modal-content .modal-title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.address_wrap .modal-dialog .modal-content .modal-body .form-control {
    border-radius: 0px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
    font-size: 16px;
    color: black;
    padding: 12px;
}

.address_wrap .modal-dialog .modal-content .modal-body .form-control::placeholder {
    color: #acacac;
}

.address_wrap .modal-dialog .modal-content .modal-body .form-check-label {
    font-size: 14px;
    color: #222b45;
}

.address_wrap .save-btn {
    border-radius: 23px;
    background-color: #4395d1;
    padding: 10px 50px;
    font-size: 16px;
    color: #fff;
    border: none;
}


/* Mobile Responsive */
.mobile-menu {
    display: none !important;
}

.wrap {
    position: absolute;
    top: 12px;
    right: 31px; 
    width: 0px;
    height: 36px;
    color: #7c23b2;
    line-height: 36px;
    padding-right: 40px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.input_mobile {
    border: 0;
    background: transparent;
    width: 0%;
    outline: none;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.wrap .fa {
    color: #4395d1;
    position: absolute;
    right: 9px;
    top: 9px;
    font-size: 18px;
    cursor: pointer;
}

.wrap.active {
    width: 180px;
    padding-left: 12px;
    transition: all 0.5s ease;
    background-color: #4395d1;
}

.wrap.active .fa {
    color: #fff;
}

.wrap.active form {
    height: 100%;
}


.input_mobile.active {
    width: 98%;
    padding-left: 5px;
    transition: all 0.5s 0.8s ease;
    height: 100%;
}

.input_mobile::placeholder {
    color: #fff;
}

/* Mobile Responsive */

/* Details page Css Start */
.product-details-crad-mian .slider-single .slick-list{
    height: 470px;
}
/*.product-details-crad-mian .slider-single .slick-list {
	height: 100% !important;
}*/
.product-details-crad-mian .slider-single .slick-track{
    height: 100%;    
}
.product-details-crad-mian .slider-single .slick-track .slick-slide img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}
/*.product-details-crad-mian .slider-single .slick-track .slick-slide img {
	width: 540px;
	height: 450px;
	object-fit: contain;
}*/
.product-details-crad-mian .slider-single .slick-track .slick-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details-crad-mian .slider-single .slick-prev::before{
    content: '';
}
.product-details-crad-mian .slider-single .slick-next{
    right: 16px;
    z-index: 9;
    opacity: 1;
    width: 40px;
    height: 40px;
    background-image: url("../images/right_arrow.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    border-radius: 20px;
}
.product-details-crad-mian .slider-single .slick-next::before{
    content: '';
}
.product-details-crad-mian .slider-single .slick-prev:before, .product-details-crad-mian .slider-single .slick-next:before{
    opacity: 1;
}
.product-details-crad-mian .slider-single .slick-prev.slick-disabled:before, .product-details-crad-mian .slider-single .slick-next.slick-disabled:before{
    opacity: 1;
}
.product-details-crad-mian .slider-nav .slick-slide{
    width: 129px !important;
    height: 135px;
    margin: 0 3px;
}
.product-details-crad-mian .slider-nav .slick-slide img, .product-details-crad-mian .slider-nav .slick-slide video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-details-crad-mian .slider-nav .slick-list{
    margin-top: 6px;
}
.product-details-crad-mian .slider-nav .slick-slide { cursor: pointer; }
/* .js .slider-single > div:nth-child(1n+2) { display: none } */
/* .js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block } */
@media(max-width:1199px) and (min-width:992px){
    .product-details-crad-mian .slider-nav .slick-slide{
        width: 106px !important;
        height: 100px;
    }
}
@media(max-width:530px){
    .product-details-crad-mian .slider-nav .slick-slide{
            width: 100px !important;
            height: 94px;
    }
}
@media(max-width:450px){
    .product-details-crad-mian .slider-nav .slick-slide{
            width: 64px !important;
            height: 64px;
    }
    .detail_wrap {
        padding: 10px 0;
    }
}
.product-details-crad-mian .slider-single .slick-prev {
    left: 16px;
    z-index: 9;
    opacity: 1;
    width: 40px;
    height: 40px;
    background-image: url("../images/left_arrow.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    border-radius: 20px;
}
/* Details page Css StartEnd */


/* Sub Category Page CSS Start */
.categories_left_box {
    background-color: #fff;
    margin: 0 0 20px 0;
}

.categories_left_box .categories_left_img {
    border-radius: 12px;
    background-color: #fff;
}

.categories_left_box .categories_left_img img {
/*    max-width: 100%;
    height: 200px;*/
    width: 100%;
}

.categories_left_box .categories_left_title h6 {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.sub_category_wrapper {
    padding: 10px 0;
    margin: 0 0 50px 0;
}

.sub_category_wrapper .category_wrap .title a {
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    display: flex;
}

.sub_category_wrapper .sidebar_menu_toggle {
    display: none;
}

.sub_category_wrapper .sidebar_menu_toggle .sidebar_toggle {
    font-size: 20px;
    cursor: pointer;
    margin: 20px 0;
}

.product_feature_right {
    border-left: 1px solid #E1E1E1;
}

.product_feature_right .product_feature_box .title a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.product_feature_box {}

.product_feature_box .feature_card {
    background: #ffffff;
    /* border: 1px solid #F0F0F0; */
    border-radius: 5px;
    margin: 0 0 20px 0;
    box-shadow: rgba(1, 0, 0, 0.24) 0px 3px 6px;
}

.product_feature_box .feature_card .feature_card_top img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.product_feature_box .feature_card_body p a {
	color: #000;
	text-decoration: none;
	/*font-size: 12px;*/
        /*white-space:nowrap;*/
}

.product_feature_box .feature_card .feature_card_body .country_name {
	color: #4395d1;
	line-height: unset !important;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.product_feature_box .feature_card .feature_card_body {
    padding: 10px;
}

.product_feature_box .feature_card .feature_card_body p {
    font-weight: 500;
    font-size: 1em;
    line-height: 14px;
    color: #000000;
    margin: 0 0 14px 0;
    height: 30px;
    overflow: clip;
}

.product_feature_box .feature_card .feature_card_body h6 {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #262628;
    /*margin: 0 0 14px 0;*/
}

.add_cart_btn {
    background: #4395D1;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 400;
}

.add_cart_btn:hover {
    color: #ffffff;
}

#leftsidebar .sidebar-header .side_close {
    position: absolute;
    right: 8px;
    top: 15px;
    cursor: pointer;
}

/* ------ */
.categories_main {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#leftsidebar .components {
    padding-left: 10px;
}

#leftsidebar {
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;
}

#leftsidebar.active {
    margin-left: -250px;
}

#leftsidebar .sidebar-header {
    padding: 10px 20px;
    position: relative;

}

#leftsidebar .sidebar-header .closebtn {
    position: absolute;
    top: 6px;
    right: 8px;
    color: #000;
    font-size: 18px;
    display: none;
}

#leftsidebar .sidebar-header h3 {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

#leftsidebar .menu_ul .main_menu_list {
    border-bottom: 1px solid #DFDFDF;
}

#leftsidebar .menu_ul .main_menu_list:last-child {
    border-bottom: 0px;
}

#leftsidebar ul p {
    color: #fff;
    padding: 10px;
}

#leftsidebar ul li a {
    padding: 12px;
    font-size: 1.1em;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #212121;
}

#leftsidebar ul li a.active {
    color: #4395D0;
}

#leftsidebar ul li a:hover {
    text-decoration: none;
}


.categories_main a[data-toggle="collapse"] {
    position: relative;
}

.categories_main .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 18%;
    right: 20px;
    transform: translateY(-18%);
    content: '+';
    border-right: 0;
    border-left: 0;
    font-size: 18px;
    font-weight: 400;
}

.categories_main ul li.active > .categories_main a, .categories_main a[aria-expanded="true"]::after {
    content: '-';
    font-size: 18px;
}

.categories_main .menu_ul ul a {
    padding-left: 30px !important;

}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


@media (max-width: 767px) 
{
    #leftsidebar {
        margin-left: -250px;
        position: absolute;
        background: #fff;
        z-index: 9;
    }

    #leftsidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    #leftsidebar .sidebar-header .closebtn {
        display: block;
    }

    .sub_category_wrapper .sidebar_menu_toggle {
        display: block;
    }
}

.product_feature_right .product_feature_box .title a 
{
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    display: flex;
}

.sidebar_menu_toggle .al-titlt-res
{
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

/* ------ */
/* Sub Category Page CSS End */

.collection_box ul li {
    display: inline-block;
    width: 49%;
    list-style: circle;
    color: #000;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 0px 0 22px;
    text-align: left;
    position: relative;
    vertical-align: top;
}
.collection_box ul li a {
    color: #fff;
}

.collection_box ul li::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #4395d1;
    position: absolute;
    left: 10px;
    transform: rotate(45deg);
    top: 8px;
}

.view_more_btn {
    background: #4395d1;
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 50px;
    margin: 10px 0 10px 0;
}

.view_more_btn:hover{
    color: #fff;
}

.store_profile .profile_drop{
    padding-left: 0;
}
.store_profile .profile_drop .profile_txts{
    font-size: 16px;
    color: #000;
}
@media(max-width:992px){
    .store_profile .profile_drop .nav-link{
        padding-left: 0;
    }	
}


.detail_right ul.size .size-active {
    padding: 4px 34px 4px 0px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #0192dd;
    position: relative;
}
.detail_right ul.size li label span {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	/* border: 1px solid #d6d6d6; */
	text-align: center;
	padding: 0px 10px;
}
.detail_right ul.size li label .active-radio {
    position: absolute;
    right: 5px;
}

element.style {
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.detail_right ul.size li label {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    position: relative;
    background: white;
    padding: 4px 34px 4px 0px;
    border: 1px solid #969595;
    border-radius: 5px;
}
.login_modal_cont form input
{
    height: 50px;
    outline: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    color: #3c4852;
    padding-left: 50px;
    font-size: 16px;
}
.login_modal_cont form button {
    background: #404042;
    border: 1px solid #404042;
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
    border-radius: 50px;
    transition: .5s ease-in-out;
    margin: 0 auto;
    display: flex;
}
.login_modal_cont button:hover{
    background-color: #4395d1 !important;
    border-color: #4395d1;
    cursor: pointer;
}
.login_modal_cont h4 {
	color: #000;
	font-size: 22px;
	font-weight: 600;
}
.login_modal_cont form .form-group 
{
    position: relative;
}

.login_modal_cont form .form-group i 
{
    color: #4395d1;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
}

/*.country_name
{
    color: #4395d1;
    line-height: unset !important;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
}*/

.country_name {
    color: #4395d1;
    line-height: unset !important;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.rate_order_box .btn.btn-primary 
{
    margin: 0 auto;
    background: #4395d1;
    border: 1px solid #4395d1;
    margin-top: 10px;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 18px;
}

.ribbon_img 
{
    position: relative;
    overflow: hidden;
}

.ribbon_text
{
    background: #ff8128;
    color: white;
    padding: 5px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: -10px;
    z-index: 2;
    transform: rotate(45deg);
    font-size: 14px;
}
.ribbon_text::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(45deg);
    border-width: 20px 20px 0 20px;
    border-color: #ff8128 transparent transparent transparent;
    position: absolute;
    right: -26px;
    bottom: -3px;
}
.ribbon_text::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(-45deg);
    border-width: 20px 20px 0 20px;
    border-color: #ff8128 transparent transparent transparent;
    position: absolute;
    left: -26px;
    bottom: -3px;
    
}
.promo_price {
    padding: 2px 2px;
    background: #1db101;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    right: -15px;
}
.currency {
    color: #4395d1;
}
.price-tag {
    color: green;
}
/*.rating.rt-box-list {
    margin: 7px 0px 0 0;
    text-align: right;
    float: right;
}*/

.rating.rt-box-list 
{
    margin: 0px 15px;
    position: absolute;
    top: 5px;
    left: 0;
}
header .profile_drop a img 
{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
header .profile_drop a.dropdown-toggle span 
{
    font-size: 15px;
    color: #707070;
    display: block;
}
header .profile_txts 
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.profile-d
{
    margin-left: 10px;
}
.res-lng 
{
    border-bottom:1px solid #ccc;
}
.res-lng
{
    display: none;
}
.dropdown-item.sub-itm 
{
    font-size: 14px;
    /*padding: 1px 30px;*/
}

.res-pro-ajax 
{
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
}

#product_respons 
{
    padding: 10px;
}

#product_respons .feature_card 
{
    margin: 0;
}

#product_respons  .promo_price 
{
    padding: 2px 2px;
    right: -10px;
}

.address_wrap i.fa.fa-pencil 
{
    color: #3ab54a;
    font-size: 20px;
}
.address_wrap i.fa.fa-trash 
{
    color: #fe3000;
    font-size: 20px;
}
.address_wrap .box-address 
{
    width: 75%;
    display: flex;
}
.address_wrap .action 
{
    width: 25%;
    text-align: right;
}
.address_wrap .action  a 
{
    margin: 0 4px;
}

.select2-container .select2-selection--single 
{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px !important;
    user-select: none;
    -webkit-user-select: none;
    padding: 10px 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #4395d0 !important;
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 30px;
    position: absolute;
    top: 10px !important;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single 
{
    background-color: #fff;
    border: 1px solid #dcdcdc !important;
    border-radius: 0px !important;
}

.select2-container 
{
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
.address_wrap .box-code 
{
    display: flex;
    float: left;
    width: 20%;
}
.product-filter-res .sidebar-header {
    display: none;
}
.product-filter-res  #leftsidebar {
    min-width: unset;
    max-width: unset; 	
}
.product-filter-res .openbtn {
    padding: 0 0px;
    font-size: 23px;
}
.product-filter-res .res-j-header h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    float: left;
    padding: 0px;
    margin: 5px 0;
}
.res-j-header {
    display: none;
}
.filter-button {
    display: inline-block;
    margin: 1px;
    padding: 5px 15px !important;
    font-size: 14px !important;
    line-height: unset !important;
}
.sub-category
{
    background-color: #4395d0;
    color: white;
    border-color: white;
    border-bottom: 1px solid;
}
.sub-category > a 
{
    color: white !important;
}

/*.favorite-btn 
{
    background: #d8e5f0;
    padding: 4px 0px 4px 6px;
    text-align: center;
    vertical-align: middle;
    border-radius: 70px;
    font-size: 18px;
    border: 1px solid #d8e5f0;
    color: #4395d0 !important;
}*/

/*.favorite 
{
    position: absolute;
    right: 20px;
    bottom: 35px;
}*/
/*.favorite 
{
    position: absolute;
    right: 25px;
    bottom: 25px;
}*/



/*#product_respons .favorite-btn {
    background: #d8e5f0;
    padding: 4px 5px 4px 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 70px;
    font-size: 18px;
    border: 1px solid #d8e5f0;
    color: #4395d0 !important;
}*/

.favorite
{
    position: absolute;
    right: 10px;
    bottom: 30px;
}

.favorite-btn 
{
    padding: 5px 7px 5px 7px;
    text-align: center;
    vertical-align: middle;
    border-radius: 70px;
    font-size: 18px;
    border: 1px solid #d8e5f0;
    color: #4395d0 !important;
}

.delete-wishlist-btn {
    padding: 5px 6px 5px 6px;
    text-align: center;
    vertical-align: middle;
    border-radius: 70px;
    font-size: 18px;
    border: 1px solid #ff6161;
    color: #ff6161 !important;
}

#product_respons .favorite 
{
    position: absolute;
    right: 10px;
    bottom: 18px;
}

.favorite-btn.active {
    background-color: #d8e5f0;
    border: 1px solid #d8e5f0;
}

.favorite .fa.fa-star-o 
{
    margin: unset;
}

.favorite .fa.fa-trash-o 
{
    margin: 2px 2px 0 2px !important;
}

.coomon-nav .nav-tabs .nav-item.show .nav-link, 
.coomon-nav .nav-tabs .nav-link.active {
    color: #4395d0;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}
.coomon-nav .nav-tabs .nav-link 
{
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #a2a2a4;
    font-weight: 600;
}

.search_cat .washlist_img_count 
{
    text-decoration: none;
    color: #4395d0;
    font-size: 16px;
}

.search_cat .washlist_img_count span 
{
    padding-right: 3px;
}

.search_cat .washlist_img_count 
{
    color: #4395d0;
    font-size: 16px;
}

.search_cat .washlist_img_count 
{
    position: absolute;
    right: 5px;
    top: 5px;
    color: grey;
    /* background-color: whitesmoke; */
    padding: 3px;
    border-radius: 5px;
}
.feature_card .washlist_img_count 
{
    position: absolute;
    right: 5px;
    top: 5px;
    color: grey;
    /* background-color: whitesmoke; */
    padding: 3px;
    border-radius: 5px;
}

/*.search_cat .washlist_img_count {
    position: absolute;
    right: 5px;
    top: 5px;
    color: grey;
    background-color: whitesmoke;
    padding: 3px;
    border-radius: 5px;
}*/

.detail-view-product .washlist_img_count
{
    text-decoration: none;
    color: #4395d0;
    font-size: 16px;
}

.detail-view-product .washlist_img_count span 
{
    padding-right: 3px;
}

.detail-view-product .washlist_img_count 
{
    color: #4395d0;
    font-size: 16px;
}

.detail-view-product .washlist_img_count 
{
    position: absolute;
    right: 3px;
    top: 3px;
    color: grey;
    /* background-color: whitesmoke; */
    padding: 3px;
    border-radius: 5px;
}

.box-shadow-cmn
{
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    box-shadow: rgba(1, 0, 0, 0.24) 0px 3px 6px;
}

.main-rating-view-box 
{
    width: 100%;
    position: relative;
    padding: 0;
    height: 35px;
}

.detail_right .rating:hover 
{
    cursor: pointer;
}
.favorite-btn:hover 
{
    cursor: pointer;
}

/****************product sharing*****/

/*  .share-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }*/
    .share-wrapper {
        display: inline-block;
        padding: 0px 10px;
        margin: 0px;
        align-items: center;
        justify-content: center;
    }
    .share-wrapper:hover {
        /*transform: scale(1.1);*/
        cursor: pointer;
    }
    .share-icon {
        font-size: 14px;
        color: grey;
        margin-right: 0px;
    }
    .share-text {
        font-size: 18px;
        color: grey;;
        /*font-weight: bold;*/
    }
    .share-popup {
        display: none;
        position: inherit;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: rgba(1, 0, 0, 0.24) 0px 3px 6px;
        z-index: 9999;
    }
    .share-popup .share-icons {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .share-popup .share-icons a {
        text-decoration: none;
        color: #007bff;
        padding: 5px 10px;
        border: 1px solid #007bff;
        border-radius: 5px;
    }
    .share-popup .share-icons a:hover {
        background-color: #007bff;
        color: #fff;
    }