
body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
}
.fs-small {
    font-size: 14px !important;
}
.text-pink {
    color: var(--bs-pink) !important;
}
.bg-pink {
    background-color: var(--bs-pink);
}
.border-pink {
    border-color: var(--bs-pink) !important;
}
.bg-pink-subtle {
    background: rgb(252, 245, 246) !important;
}
.border-pink-subtle {
    border-color: rgb(250, 228, 231) !important;
}
.border-double {
    border-style: double !important;
}
.navbar .nav-link {
    font-size: 14px !important;
}
.top-header a {
    font-size: 14px !important;
}

a {
    
    text-decoration: none !important;
    color: #000 !important;
}
li {
    list-style: none;
}

/* --- header --- */
.top-header {
    padding: 0px 40px;
    
    position: relative;
}
.top_left {
    display: flex;
    align-items: center;
    
}

.top_left a {
    font-size: 13px;
    margin-right: 20px;
    color: #000;
}
.top_left a i {
    color: #3e5067;
}
.top_left a:first-child {
   padding-right: 20px;
}

.top_right {
    display: inline-block;
    float: right;
    
}
.text-end a {
    color: #fff !important;
}
.top_right a {
    font-size: 13px;
    
    color: #fff;
}
a.location {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.tag-line span {
    font-size: 13px;
}
.top_right a i {
    color: #3e5067;
}

.header-links a {
    float: right;
}
.middle-header {
    padding: 6px 60px 6px 40px;
    position: relative;
    background: #606060;
}
.logo  {
    display: inline-block;
}
.logo img {
    height: 60px;
}
nav.navbar {
    display: inline-block;
    
}
button.btn.desktop_search_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    border-left: 1px solid #dee2e6;
    border-radius: 0px;
}
.desktop_search_btn i {
    color: #999cb8;
}
nav.navbar .nav-item a {
    font-family: 'Poppins', sans-serif;
   
    font-weight: 400;
    font-size: 15px;
    padding: 10px 0px;
}
nav.navbar form {
    background: #878787;
    margin-left: 293px;
    min-width: 300px;
}
nav.navbar form input.form-control {
    background: #878787 !important;
    border-radius: unset !important;
    border: unset !important;
   
}
nav.navbar form input.form-control::placeholder {
    color: white !important;
}
nav.navbar form  button{
    color: white !important; 
}

.middle-right {
    display: inline-block;
   
}
.middle-right a i {
    font-size: 22px;
    color: #fff;
}
.icon-nav a  {
   position: relative;
  
}
.icon-nav a span {
    position: absolute;
    background: #3e5067;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 50%;
    color: #fff;
    left: 12px;
    top: -9px;
}

/* ---content section --- */

.category_section h4 {
    color: #748BA7;
    font-size: 22px;
    font-weight: 400;
}
/* .category_list {
    width: 20%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.category_img {
    
    padding: 10px;
    border-radius: 50%;
}
.category_img img {
    border-radius: 50%;
}
.category_list h4 {
    color: #000;
    font-size: 18px;
}
.category_section a.shopping_btn {
    background: #3e5067;
    color: #fff !important;
    padding: 6px 24px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgb(0,0,0,0.4);
}
.product-listing {
    width: 21%;
    padding: 0px;
}
.wallet-status .bag-image {
    margin-top: 1rem;
}
/*
.row-product {
    margin-right: -30px !important;
    margin-left: 15px !important;
}
*/
.product_img {
    background: #f2f3f5;
    
    position: relative;

}
h4.product_title {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 5px;
    color: #748BA7;
    padding: 0px 10px;
}
h5.product_category {
    font-size: 18px;
    color: #748BA7;
}
p.product_price {
    color: #658a31;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}
.price-rating {
   
}
p.product_rating i {
    color: #FDCC0D;
    font-size: 16px;
}
p.product_rating {
    font-size: 14px;
}
p.product_rating {
    font-size: 14px;
    align-items: center;
    margin-bottom: 10px;
}
.product_img i {
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    color: #3e5067;
    position: absolute;
    right: 10px;
    top: 10px;
}
#kitchen_1 {
    background: #FEF2F2;
    padding: 30px;
    border-radius: 12px;
    width: 45%;
}
#decor_1 {
    background: #EFF6FF;
    padding: 30px;
    border-radius: 12px;
    width: 45%;
}
.cat_banner p {
    color: #748BA7;
    font-weight: 600;
}
.cat_banner a {
    background: #fff;
    color: #000;
    padding: 10px 26px;
    font-size: 18px;
    font-weight: 500;
    /* margin-top: 30px; */
    border-radius: 26px;
    width: fit-content;
}
.cat_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.content_bnnr_large {
    background-image: url('img/bnnr2.png');
    height: 435px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    width:58%;
    
}
.content_bnnr_small{
    background-image: url('img/bnnr1.png');
    height: 435px;
    position: relative;
    width:34%;
    
}
.content_bnnr {
    
}
.content_bnnr_large p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.content_bnnr_large a.banner-button1 {
    color: #3e5067;
    font-size: 20px;
    background: #fff;
    width: fit-content;
    padding: 10px 25px;
    font-weight: 600;
}
.content_bnnr_des {
    background: #fff;
    padding: 20px;
    width: fit-content;
    position: absolute;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 18%;
}
.content_bnnr_des a {
    color: #fff !important;
    background: #3e5067;
    padding: 6px 12px;
    margin-top: 10px;
}
.new-arrivals_list h2 {
    margin-left: 8px;
    font-size: 36px;
}

/*--- Footer ---*/
.footer {
    background: #F2F3F5;
    padding: 40px 60px;
    border-bottom: 1px solid #ccc;
}
.footer_icons img {
    height: 30px;
    margin-right: 10px;
}
.footer_about p {
    font-size: 18px;
}
ul.quick_links li {
    list-style: none;
    color: #000;
    margin: 6px 0px;
}
ul.quick_links li a {
    color: #535353;
    font-size: 14px;
}
ul.quick_links {
    padding-left: 0;
    margin-top: 15px;

}

.footer_contact span {
font-size: 20px;
}
ul.contact_details {
    padding-left: 0px;
}
ul.contact_details li i {
    background: #3e5067;
    margin-right: 10px;
    color: #fff;
    padding: 15px;
    border-radius: 50%;  
}
.copyright-section {
    padding: 12px 60px;
    background-color: #f2f3f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p {
    margin-bottom: 0px !important;
    text-align: center;
}
.other-product-list h2 {
    font-size: 30px;
    font-weight: 400;
}
.product-filters .filter-item .filter-list li {
    font-size: 14px;
    padding: 4px 0px;
}
.btn-filter-price {
    
    margin-top: -26px !important;
}
.custom-select {
   
    background-image: unset !important;
   
}
.shortcut-section a {
    font-size: 13px !important;
    color: inherit !important;
}
a.link-see-more {
    background: #3e5067;
    color: #fff !important;
    font-size: 20px;
    padding: 6px 20px;
    box-shadow: 0px 2px 2px 1px #ccc;
    /* margin-top: 29px; */
}
.row-custom.meta span i {
    color: #3e5067;
}

.product-content-details .details span {
    float: right !important;
}
ul.nav.nav-tabs.nav-tabs-horizontal li:after {
    content: "⌄";
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 20px;
}
ul.nav.nav-tabs.nav-tabs-horizontal li.nav-item {
    position: relative;
}
.float-right {
    float: right;
}
.col-product {
    width: 29%;
    margin: 18px;
    
    padding: 0px !important;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #ccc;
    
}
.row-product {
   
    display: flex;
    justify-content: center;
}
form#form_validate_search .form-control {
    font-size: 15px;
    border: none !important;
    background: transparent !important;
}
    ul.nav.navbar-nav.mega-menu li.nav-item.dropdown .dropdown-menu {
        width: 90vw !important;
        max-width: 90vw !important;
    }
    .mega-menu .nav-item {
        position: unset !important;
    }
    
    .mega-menu .menu-subcategories .card-columns .card {
        border: 0!important;
        width: 23%;
        display: inline-block;
    }
    ul.nav.navbar-nav.mega-menu a.dropdown-toggle {
        
    }
    .middle-header .navbar {
        padding: 0px !important;
    }
    .navbar-expand .navbar-nav .dropdown-menu {
        
        left: 0;
    }
    .search-results-ajax .search-results-product {
        /* max-height: 400px; */
        max-height: 400px;
        height: 400px;
        width: 100%;
         top: 47px; 
        background: #fff !important;
        z-index: 99;
         position: absolute; 
        /* right: 0; */
    }
    
    .search-product .price span {
        position: unset !important;
        background: transparent !important;
        color: #555;
    }
    .product-filters .filter-item .filter-list {
   
        max-height: 200px !important;
       
   }
   .btn-block {
    background-color: #3e5067 !important;
    width: 100%;
}
.section-related-products .col-product {
    width: 22%;
}
.section-related-products .row-product {
     margin-right: -10px !important; 
    margin-left: -20px !important; 
}
.btn-custom {
    
    background: #3e5067;
    margin-left: 5px;
}
ul.contact_details li a {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    #input_search {
        height: 39px;
        }
    .product-add-to-cart-container .button-container {
        min-width: 0!important;
         width: auto!important; 
        height: auto!important;
    }
    .footer {
       
        padding: 40px 20px;
        
    }
    .copyright-section {
       
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .row-product {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .product-listing {
    
      
        
    }
    .top-header {
        padding: 15px 20px;
        align-items: center;
        display: flex;
    }
    .top_right {
        display: inline-block;
        position:inherit;
        right: -27px;
        max-width: 580px;
    }
    .tag-line {
        display: none;
    }
    .header-links a {
        float: right;
        
    }
    .top_right .header-links a:not(:last-child) {
       
        padding-right: 10px;
        border-left: unset;
        padding-right: 0px;
        
    }
    .navbar-toggler {
        background-color: #fff !important;
    }
    .middle-header {
        padding: 5px 10px;
        
    }
    nav.navbar form {
        background: #878787;
        margin-left: 0px;
        min-width: 300px;
    }
    .product-listing {
        width: 90%;
        
    }
    .category_list {
        width: 100%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .new-arrivals_list h2 {
        margin-left: 8px;
        font-size: 28px;
    }
    .new-arrivals_list  .nav-link { 
        
        border-left: 1px solid #3e5067;
    }
    .top_left a:first-child {
        padding-right: 0px;
     }
     .top_right a {
        font-size: 12px;
        margin-right: 10px;
        color: #000;
    }
    .top_right .header-links a:not(:last-child) {
        border-left: 1px solid #000;
        padding-left: 10px;
    }
    .shortcut-section a {
        font-size: 9px !important;
        color: #666666 !important;
    }
    
    button.btn.desktop_search_btn {
        position: absolute;
        right: 0px;
        top: 9px;
    }
    div#locationModal .modal-header .close {
        position: absolute !important;
        top: 10px;
        right: 10px;
    }
    div#locationModal .modal-header h4.modal-title {
        margin-top: 15px;
    }
    .col-product {
        
        width: 90%;
    }
}
.profile-dropdown .dropdown-menu li a {
    
    float: left !important;
}
@media screen and (min-width: 768px) { 
    .mobile_search_btn {
        display: none;
    }
    }
    
ul#pills-tab {
    display: flex;
    justify-content: center;
}
.nav-pills .nav-link.active {
    color: var(--bs-nav-pills-link-active-color) !important;
    background-color: #3e5067;
    border-radius: unset !important;
    padding: 0.5rem 1.5rem !important;
}
.new-arrivals_list  .nav-link { 
    color: #000 !important;
    background-color: #f2f3f5;
    border-radius: unset !important;
    margin: 0px 10px;
   
}

.shortcut-section {
    /* padding: 6px; */
    border-bottom: 1px solid #ccc;
}

.quick-view {
    border-right: 1px solid #ccc;
}
.full-listing-button a {
    background: #3e5067;
    color: #fff !important;
    font-size: 15px;
    padding: 8px 20px;
}
.category_section h2 {
    font-size: 30px;
    font-weight: 400;
}
/* .category_section {
    background: #3e50674d;
} */

.other-product-list h4 {
    color: #748BA7;
    font-size: 14px !important;
    font-weight: 400;
}
.footer_links h4 {
    font-size: 21px;
}
ul.contact_details li {
    margin: 8px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-item-rating .rating {
    float: right !important;
}
.product-item-rating {
    
    
    justify-content: center;
    padding-bottom: 10px;
}
.product_img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    color: #fff !important;
    background: #3e5067;
}
.product-add-to-cart-container .button-container-wishlist {
    
    padding: 0 20px !important;
    color: #fff !important;
}
.btn-wishlist span {
    
    color: #fff !important;
}
.btn-wishlist i {
    color: #fff !important;
    
}
.custom-control.custom-radio {
    display: flex;
    align-items: center;
}
.cart-shipping-method .method-name {
    margin-left: 5px;
}
.alert-dismissible .close {
    padding: 5px 10px !important;
    float: right;
    margin-top: -5px;
}
.btn-view-invoice {
  right: 50px !important;
    top: 40px !important;
    padding: 0.3rem 0.8rem;
}
.cart-seller-shipping-options .custom-radio {
    padding-left: 0px !important;
}

.shopping-cart.shopping-cart-shipping #form_validate .custom-checkbox {
    padding-left: 0px !important;
}
.shipping-address-box-cart .custom-radio {
    padding-left: 0px !important;
}
.option-payment .custom-radio {
    padding-left: 0px !important;
}
.alert-dismissible {
    padding-right: 0rem !important;
}
.product-content-details .meta span {
 
     float: left; 
   
}
.search-results-ajax .search-results-product {
    /* max-height: 400px; */
    max-height: 400px;
    height: 400px;
    width: 100%;
    /* top: 47px; */
    background: #fff !important;
    z-index: 99;
    /* position: absolute; */
    /* right: 0; */
}
.search-results-ajax {
    
    width: 100% !important;
}
.col-content-products .col-product {
    width: 23%;
    margin: 10px;
}
@media screen and (max-width: 767px) { 
    .col-content-products .col-product {
        width: 95%;
        
    }
    .section-related-products .col-product {
        width: 95%;
    }
    .section-related-products .row-product {
        margin-right: 0px !important; 
         margin-left: 0px !important; 
    }
    .btn-view-invoice {
        right: 15px !important;
         
      }
      .product-content-details .meta span {
 
        float: left !important; 
      
   }
   #response_product_details .meta {
    display: flex !important;
    flex-direction: column;
   }
   .product-content-details .product-details-review {
    margin-left: 0px !important;
}
.profile-dropdown .dropdown-menu li a {
   
    width: 100%;
}
.nav-mobile .nav-mobile-footer {
    
     position: relative !important; 
    
}
    }
    .os-content {
        padding-top: 10px !important;
      }
      #collapseFilters .filter-list-categories .os-padding {
        position: inherit !important;
    }
    #collapseFilters .filter-list-categories .os-viewport {
        position: inherit !important;
    }

    /* new header css */
    header.marketplace.header-tools {
        position: relative;
        width: 100%;
        top: 0;
    }
    header.marketplace .top-header {
        background-color: #3e5067;
    }
    header.marketplace .top-header ul {
      
        padding-left: 0px;
        margin-bottom: 0px;
    }
    header.marketplace .top-header ul li {
        margin-right: 15px;
    }
    header.header-tools .top-header .header-contact {
        padding: 10px 0px 10px 0px;
    }
    header.header-tools .top-header .header-contact li a {
       color: #fff !important;
    }
    header.marketplace .top-header .header-contact li {
        color: #fff;
    }
    .text-end {
        float: right;
        display: flex;
    justify-content: flex-end;
    }
    header.marketplace .top-header .header-dropdown li {
        color: #fff;
        margin-right: 0px;
    }
    header.header-tools .top-header .header-dropdown li {
        color: #fff;
        padding: 0px 0px;
    }
    .main-menu {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 9;
        padding: 10px 40px;
        box-shadow:  1px 2px #cccccc8c;
    }
    .main-menu .menu-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header.header-tools .main-menu .brand-logo {
     
    }
    .brand-logo img {
        height: 76px;
    width: 94px;
    /* max-width: 207px; */
    max-height: 76px;
    /* width: 100%;
    }
    .main-menu .menu-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: right;
    }
    .main-menu .menu-right .icon-nav {
        display: inline-block;
    }
    .main-menu .menu-right .icon-nav li {
        padding-left: 20px;
    }
    .dropbtn1 {
        background-color: transparent;
    color: white;
    /* padding: 16px; */
    font-size: 16px;
    border: none;
      }
      
      .dropdown1 {
        position: relative;
        display: inline-block;
      }
      
      .dropdown-content1 {
        display: none;
        position: absolute;
    right: 0px;
    background-color: #f1f1f1;
    border-radius: 6px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
      }
      .dropbtn1::after {
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        display: inline-block;
        padding-left: 5px;
        vertical-align: middle;
        font-weight: 900;
    }
      
      .dropdown-content1 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
      
      .dropdown-content1 a:hover {background-color: #ddd;}
      
      .dropdown1:hover .dropdown-content1 {display: block;}
      
      .text-end li i {
        color: #fff;
        
    }
    #search-form { display: none; }
    form#form_validate_search {
        min-width: 320px;
        display: inline-block;
    }
    form#form_validate_search .right {
        position: relative;
        background: #f8f8f8;
        height: 45px;
        display: flex;
    }
    .icon-nav ul.icon-right {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }
    .icon-nav i {
        font-size: 20px;
    }

    .sec_product_price {
        padding: 10px 17px 10px 17px;
        display: flex;
        align-items: center;
    }
    .profile-dropdown .dropdown-menu li a i {
        color: #3e5067 !important;
    }
    .footer_icons ul {
        display: flex;
        padding-left: 1px;
    }
    .footer_icons ul li {
       margin-right: 10px;
    }
    .footer_icons ul li a i {
        color: #3e5067;
        font-size: 18px;
     }
     @media screen and (max-width: 767px) { 
     header.marketplace.header-tools {
       
        display: none;
    }
}
a.orders_actions i {
    background: #3e5067;
    font-size: 15px;
    color: #fff;
    padding: 6px 7px;
    border-radius: 50%;
    margin: 0px 5px;
    
}
.btn-table-info {
    background: #3e5067 !important;
    border: 1px solid #3e5067 !important;
}