
body {
    font-family: 'Jost', sans-serif !important;
}
a {
    
    text-decoration: none !important;
    color: #000 !important;
}
li {
    list-style: none;
}

/* --- header --- */
.top-header {
    padding: 6px 60px;
    border: 1px solid #ccc;
    position: relative;
}
.top_left {
    display: inline-block;
    
}

.top_left a {
    font-size: 14px;
    margin-right: 20px;
    color: #000;
}
.top_left a i {
  color: #DC2982;  
}
.top_left a:first-child {
   border-right: 1px solid #000;
   padding-right: 20px;
}

.top_right {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 0;
}

.top_right a:first-child {
    font-size: 14px;
    margin-right: 20px;
    color: #000;
}
.top_right a i {
    color: #DC2982;
}
.top_right a.location {
   border-right: 1px solid #000;
   padding-right: 20px;
}

.middle-header {
    padding: 6px 60px;
    position: relative;
    box-shadow: 0px 1px 2px #dbdbdb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo  {
    display: inline-block;
}
.logo img {
    height: 80px;
}
nav.navbar {
    display: inline-block;
    padding-left: 45px;
}
nav.navbar-nav li.nav-item.dropdown a.nav-link {
    font-family: 'Jost', sans-serif !important;
    color: #000;
    font-weight: 600;
    font-size: 16px !important;
}
nav.navbar form {
    background: #f8f8f8;
    margin-left: 67px;
    min-width: 300px;
}
nav.navbar form input.form-control {
    background: #f8f8f8 !important;
    border-radius: unset !important;
    border: unset !important;
}
.middle-right {
    display: inline-block;
    
    top: 23px;
    right: 57px;
}
.navbar {
    
  position: unset  !important;
     margin-bottom: 0px !important; 

}
.middle-right a i {
    color: #000;
}
.middle-right a  {
   position: relative;
   margin: 0px 10px;
}
.middle-right a span {
    position: absolute;
    background: #DC2982;
    font-size: 11px;
    padding: 0px 4px;
    border-radius: 50%;
    color: #fff;
    left: 10px;
    top: -2px;
}

/* ---content section --- */

.category_section h4 {
    color: #DC2982;
  
}
.category_label h6 {
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.3s;
}
 .category_label {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -24px;
    text-align: center;
    width: 70%;
    transition: all 0.5s;
}
.category_list {
    width: 20%;
    padding: 10px;
    position: relative;
}
.category_list:hover .category_label {
    bottom: 30px;
    }
.category_label:hover h6 {
    color: var(--bs-pink) !important;

}
.category_img img {
    width: 100%;
}
.category_img {
    background: #F2F3F5;
    padding: 30px;
    
}
.category_list h4 {
    color: #000;
}
.category_section a.shopping_btn {
    background: #DC2982;
    color: #fff !important;
    padding: 6px 24px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgb(0,0,0,0.4);
}
.pagination li a {
    border-radius: 5px !important;
}
.btn-search:hover {
    color: white !important;
    text-align: center;
}
.btn-search i {
    margin-right: 0 !important;
}
.pagination li a:hover {
    color: white !important;
}
.product-listing {
    width: 20%;
    transition: all 0.3s;
    
}
.product-listing:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
    
}
.product-listing:hover .product_title {
    color: var(--bs-pink) !important;

}
.product_img {
   
   
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    object-fit: cover;

}
h4.product_title {
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    transition: all 0.3s;
}
.product_title:hover {
    color: var(--bs-pink)
}
h5.product_category a {
    font-size: 16px;
    
    font-weight: 400;
}
h5.product_category {
    margin-bottom: 0;
}
p.product_price {
    display: inline;
    padding: 2px 2px;
    border-radius: 6px;
    font-size: 14px;
}
.price-rating {
    display: flex;
}
p.product_rating i {
    color: #FDCC0D;
    font-size: 14px;
}
p.product_rating {
    font-size: 14px;
}
p.product_rating {
    font-size: 14px;
    /* float: right; */
    margin-left: 58px;
    display: flex;
    align-items: center;
}
.product_img i {
    background: #e5e5e5;
    padding: 8px;
    border-radius: 50%;
    color: #DC2982;
    position: absolute;
    right: 20px;
    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: #DC2982;
    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: #DC2982;
    padding: 6px 12px;
    margin-top: 10px;
}
/*
.new-arrivals_list h2 {
    margin-left: 8px;
}
*/

/*--- 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,.footer_contact a  {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
}

ul.quick_links li a:hover,.footer_contact a:hover {
    color: rgb(255, 255, 255) !important;
}
ul.quick_links {
    padding-left: 0;
    margin-top: 15px;

}
ul.quick_links li::before {
    content: "\f101";
    color: #DC2982;
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 16px;
}
.footer_contact span {
font-size: 22px;
}
ul.contact_details {
    padding-left: 0px;
}
ul.contact_details li i {
    color: #DC2982;
    margin-right: 10px   
}
.copyright-section {
    padding: 12px 60px;
    background-color: #f2f3f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p {
    margin-bottom: 0px !important;
}
.category_section {
    padding: 0 3rem;
}
.banner_two {
    padding: 0 3rem;
}
.new-arrivals_list {
    padding: 0 3rem;
}
.section-latest-products h3 a {
    font-size: 24px;
    /* margin-bottom: 21px; */
}
.product-filters .filter-item .filter-list li {
    font-size: 14px;
    padding: 4px 0px;
}
.btn-filter-price {
    padding: 0.4rem 0.5rem !important;
    margin-top: -26px !important;
}
.custom-select {
   
    background-image: unset !important;
   
}

a.link-see-more {
    background: #DC2982;
    color: #fff !important;
    padding: 6px 24px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgb(0,0,0,0.4);
}
 /*
.footer{
    margin-left: -60px !important;
    margin-right: -60px !important;
}
.copyright-section {
    margin-left: -60px !important;
    margin-right: -60px !important;
}
*/
.row-custom.meta span i {
    color: #DC2982;
}

.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;
}
nav.navbar.user_auth_drop {
    padding-left: 0px;
    margin-bottom: 0px;
    min-height: 1px;
}
nav.navbar.user_auth_drop .dropdown-menu {
    min-width: 150px;
    padding: 0;
    
}
.product-filters .filter-item .title {
    margin-bottom: 15px;
    font-size: 1.375rem !important;
    font-weight: 600;
    float: left;
    width: 100%;
}
.product-filters .filter-item .filter-list {
   
     max-height: 100% !important;
    
}
.btn-custom {
    color: #fff!important;
    font-weight: 400;
    outline: 0!important;
    background: #dd2c83;
}
.float-right {
    float: right;
}
.navbar-nav>li {
    float: left;
    margin-right: 0px;
}
form#form_validate_search .form-control {
    font-size: 15px;
    border: none !important;
    background: transparent !important;
}
form#form_validate_search .btn {
    font-size: 15px;

}
li.nav-item.li-main-nav-right {
    display: inline-block;
}
.li-main-nav-right a i {
     float: unset !important; 
   
    color: #000 !important;
    font-size: 1.125rem !important;
}
.product_img img {
    height: 260px;
    border-radius: 12px 12px 0 0 ;
    width: 100%;
    object-fit: cover;
}
.btn {
     font-size: 14px !important; 
   
}
.btn-block {
    
    background-color: #dd2c83 !important;
    width: 100%;
}
.input-group .btn {
    position: relative;
    z-index: 99 !important;
}
.number-spinner button {
   
    line-height: 17px !important;
   
}
.number-spinner .btn-spinner-minus {
 
    border-bottom: 1px solid #e4e4e4 !important;
}
.number-spinner .btn-spinner-plus {
 
    border-bottom: 1px solid #e4e4e4 !important;
}
.form-control {
    font-size: 14px !important;
   
}
.select2-container .select2-selection--single {
  
    height: 33px !important;
   
}
.form-input {
   
    padding: 10px 10px !important;
   
}
.btn:hover {
    

    background-color:#DC2982;
}
.link-add-new-shipping-option {
    color: #dd2c83!important;
}
.custom-control.custom-radio {
    display: flex;
    align-items: flex-start;
}
.shipping-address-box-cart .custom-control-label {
   
    padding-left: 10px !important;
    
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #dd2c83;
    background-color: #dd2c83;
}
label {
    
     font-weight: 400 !important; 
}
input[type=radio] {
    accent-color: #dd2c83;
}
input[type=checkbox] {
   
    accent-color: #dd2c83;
}
.order-details-container {
    font-size: 13px !important;
}
.order-details-container .row {
    margin-left: -7px !important;
    /* margin-right: 0px !important; */
}
#wrapper {
    
    padding-bottom: 50px;
}
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;
}
.navbar-expand .navbar-nav .dropdown-menu {
    
    left: 5%;
}
.mega-menu .menu-subcategories .card-columns .card {
    border: 0!important;
    width: 23%;
    display: inline-block;
}
form#form_validate_search .right {
    position: relative;
    background: #f8f8f8;
    height: 45px;
    display: flex;
}
form#form_validate_search {
    min-width: 320px;
    display: inline-block;
}
button.btn.btn-default.btn-search {
    position: absolute;
    right: 0;
    top: 6px;
}
/* .right .btn:hover {
     background-color: #f8f8f8; 
} */
.col-product {
   
    margin-bottom: 15px;
}
form#form_add_comment .form-group {
    margin-bottom: 10px;
}
.modal-footer .btn {
    margin: 0px 8px;
}
.profile-tab-content #form_validate .custom-control.custom-radio {
    display: flex;
    align-items: center;
    padding-left: 0px !important;
}
.profile-tab-content #form_validate .custom-checkbox {
    padding-left: 0px !important;
}
.scrollup i {
   
    background-color: #DC2982 !important;
    
}
.search-product .price span {
    position: unset !important;
    background: transparent !important;
    color: #555;
}
@media screen and (max-width: 767px) {
    ul.nav.navbar-nav.mega-menu {
        display: none;
    }
    .footer {
       
        padding: 30px 20px;
       
    }
    #kitchen_1 .row {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
    div#locationModal .modal-header .close {
        position: absolute !important;
        top: 10px;
        right: 10px;
    }
    .product-add-to-cart-container .button-container {
        min-width: 0!important;
         width: auto!important; 
        height: auto!important;
    }
    .add-cart {
        position: absolute;
        top: 30%;
        background: #fff;
        padding: 6px 20px;
        visibility: hidden;
    }
    .shortcut-section a {
        font-size: 12px !important;
        color: #000 !important;
    }
    .copyright-section {
        padding: 12px 20px;
        flex-direction: column;
    }
    .copyright p {
       
        text-align: center;
    }
    .footer{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .copyright-section {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .new-arrivals_list h2 {
       
        margin-bottom: 10px;
    }
    .new-arrivals_list {
        padding: 0 0px;
    }
    .product-listing {
        margin: 10px 0px;
         padding: 0px; 
    }
    #kitchen_1 {
        margin-bottom: 20px;
        background: #FEF2F2;
        padding: 10px;
        border-radius: 12px;
        width: 95%;
    }
    #decor_1 {
        background: #EFF6FF;
        padding: 10px;
        border-radius: 12px;
        width: 95%;
    }
    .cat_banner {
        margin-bottom: 20px;
    }
    .category_section {
        padding: 0 10px;
    }
    .category_list {
        width: 50%;
        padding: 10px;
    }
    .banner_two {
        padding: 0 10px;
    }
   
    
    div#navbarSupportedContent {
        z-index: 99;
        background: #fff;
        margin-top: 15px;
    }
    .navbar {
        position: absolute !important;
        top: 17px;
        
        right: 0;
    }
    .middle-header {
        padding: 6px 20px;
        position: relative;
    }
    .middle-right {
        display: none;
    }
    .top_left {
        display: none;
    }
    .top_right {
        display: flex;
         position: unset; 
         align-items: center;
    justify-content: center;
        
    }
    nav.navbar.user_auth_drop {
        position: relative !important;
        top: 0;
    }
    .alert.alert-success.alert-dismissible {
       
        display: flex;
        padding: 0.5rem !important;
    }
    .alert-dismissible .close {
        padding: 0px 0px 0px 22px;
        background: transparent;
        border: navajowhite;
    }
    .btn-view-invoice {
      
        top: 21px !important;
        
    }
    .nav-mobile .navbar-nav {
       
        padding-bottom: 0px !important;
    }
    .ratting_catside {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start !important;
        flex-direction: column !important;
    }
  }
  .search-results-ajax .search-results-product {
    max-height: 400px;
    height: 400px;
    width: 100%;
    top: 47px;
    background: #fff !important;
    z-index: 99;
    position: absolute;
}
.search-results-ajax {
    
    width: 100% !important;
}
.os-padding {
   
    position: inherit !important;
   
}
.os-viewport { 
    position: inherit !important; 
}
.product-item-rating .rating {
    float: right !important;
}
.ratting_catside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.ratting_catside .item-wishlist i {
    margin-right: 5px;
}
div#locationModal {
    /* z-index: 99999; */
    top: 10%;
}
.product-add-to-cart-container .button-container-wishlist {
    padding: 0 20px !important;
    color: #fff !important;
}
.btn-wishlist i {
    color: #fff !important;
}
.btn-wishlist span {
    color: #fff !important;
}
.footer_icons li {
    display: inline-block;
    margin: 0px 5px;
    background:  #DC2982;
    padding: 6px 12px;
    border-radius: 23%;
    border: 0;
    color: #fff;
}
.footer_icons ul {
    padding-left: 0;
}
.footer_icons li a {
  
    color: #fff !important;
}
.os-content {
    padding-top: 10px !important;
  }
 
a.item-option.btn-item-add-to-cart {
    visibility: hidden;
}
.product_img:hover .btn-item-add-to-cart {
    visibility: visible;
}
a.orders_actions i {
    background-color: #DC2982;
    font-size: 15px;
    color: #fff;
    padding: 6px 7px;
    border-radius: 50%;
    margin: 0px 5px;
    
}
.btn-table-info {
    background: #DC2982 !important;
    border:1px solid #DC2982 !important;
}
  