
body {
    font-family: 'Urbanist', sans-serif !important;
    --pink: #DC2982;
}
a {
    
    text-decoration: none !important;
    color: #000 ;
}
li {
    list-style: none;
}

/* --- header --- */
.top-header {
    padding: 6px 60px;
    
    position: relative;
    background: #E4E4E4;
    display: flex;
    justify-content: space-between;
}
.top_left {
    display: inline-block;
    color: #000;
    
}
.top_right a {
    font-size: 15px;
    font-weight: 600;
}

.top_left a {
    font-size: 15px;
    margin-right: 20px;
    color: #000;
    font-weight: 600 !important;
}
.top_left a i {
    color: #DC2982;
}
.top_left a:first-child {
   border-right: 1px solid #000;
   padding-right: 20px;
}

.top_right {
    display: inline-block;
    
}

.top_right a:not(:last-child) {
    font-size: 13px;
    margin-right: 20px;
   
}
.tag-line span {
    font-size: 13px;
}
.top_right a i {
}
.top_right .header-links a:not(:last-child) {
    border-left: 1px solid #000;
    padding-left: 20px;
}
.header-links a {
    float: right;
}
.top_left span {
    font-size: 15px;
    font-weight: 600 !important;
}
.middle-header {
    padding: 5px 56px;
    position: relative;
    /* background: #606060; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 2px #dbdbdb;
}
.logo  {
    display: inline-block;
}
.logo img {
    height: 60px;
}
nav.navbar {
    display: inline-block;
    
}
nav.navbar .nav-item a {
    font-size: 16px !important;
    padding: 10px 0px;
    color: #000;
    font-weight: 500;
}
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; 
}
nav.navbar.navbar-expand-lg {
    padding: 0px;
}
.middle-right {
    display: inline-block;
   
   
}
.middle-right a i {
    color: #000;
}
.middle-right a  {
   position: relative;
   margin: 15px 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: #748BA7;
    font-size: 22px;
    font-weight: 400;
}
.category_list {
   
    /* margin: 18px; */
    display: flex;
    
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    position: relative;
    transition: all 0.3s;
}
.category_list::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2e272871;
}

.category_img {
    margin-right: 15px;
    padding: 0px;
    border-radius: 50%;
    transition: transform 0.3s;
}
.category_list h4 {
    color: white;
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    border-color: transparent !important;
    transition: all 0.3s;
}
.category_list:hover h4 {
    border-color: #fff !important;
}
.category_list img {
    transition: transform 0.8s;
}
.category_list:hover img {
    transform: scale(1.1);
}
.category_list:hover  {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3) !important;
}
.bg-accent-4 {
 background-color: #D7C8CB;
}
.border-accent-4 {
    border-color: #D7C8CB;
}
.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);
}
.text-pink {
    color: var(--pink);
}
.product-listing {
    width: 21%;
   
    position: relative;
    padding: 0px;
    transition: all 0.3s;
}
.product-listing:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}
.product_img {
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 2px;
}
h4.product_title {
    font-size: .8rem !important;
    /* font-weight: 500 !important; */
    margin: 15px 0px 5px 0px;
    /* text-align: center; */
    

}
h5.product_category {
    font-size: 18px;
    color: #748BA7;
}
p.product_price {
    color: #748BA7;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}
.price-rating {
   
}
.owl-nav {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #DC2982 !important;
}
p.product_rating i {
    color: #FDCC0D;
    font-size: 14px;
}
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: #DC2982;
    position: absolute;
    right: 10px;
    top: 20px;
}
#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);
    background-position: center;
    height: 550px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
     justify-content: center; 
    align-items: flex-end;
    padding: 30px;
    width: 58%;
    
}
.content_bnnr_small{
    background-image: url('../img/bnnr1.png');
    height: 550px;
    position: relative;
    width:34%;
    
}
.owl-carousel .owl-item img {
    display: block;
    width: 130px !important;
}
.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;
    font-size: 36px;
}

/*--- Footer ---*/
.footer {
    
    padding: 0px 60px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #F2F3F5;
}
/* .footer_links {
   
    padding: 40px 20px;
} */
.footer_icons a {
    color: rgba(255, 255, 255, 0.7);
    padding: .25rem;
    margin-right: .25rem;
}
.footer_icons a:hover {
    color: var(--pink)
}
.footer_icons ul {
    padding: 0;
    display: flex;
}
.footer_icons img {
    height: 30px;
    margin-right: 10px;
}
.footer_about p {
    font-size: 18px;
}
ul.quick_links li {
    list-style: none;
    /* color: #748BA7; */
    margin: 6px 0px;
}
ul.quick_links li a, .top_cnnnt a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
ul.quick_links li a:hover, .top_cnnnt a:hover  {
    color: rgb(255, 255, 255);
    /* font-size: 18px; */
}
ul.quick_links {
    padding-left: 0;
    margin-top: 15px;

}

.footer_contact span {
    font-size: 15px;
    font-weight: 600;
}
ul.contact_details {
    padding-left: 0px;
}
ul.contact_details li i {
    background: #F2F3F5;
    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;
    color: #000;
}
/* ul.top_cnnnt {
    display: flex;
} */
ul.top_cnnnt li {
    margin: 0.25rem;
}
ul.top_cnnnt li i {
    margin-right: 10px;
    color: #DC2982;
}
.upper-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-sort-by .custom-select {
    height: 42px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: none!important;
    background-image: unset !important;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    padding: 0px 12px;
}
.filter-list-container .os-size-auto-observer {
    height: auto !important;
}
.os-content-glue {
     height: auto !important;
}
.product-filters .filter-item .filter-list li {
    
    font-size: 14px;
    padding: 4px 0px;
}
.product-filters .filter-item .filter-list {
   
    padding-left: 5px;
}
.product-filters .filter-item .filter-list {
   
     max-height: 100% !important; 
    
}
.btn-filter-price {
    
    padding: 0.4rem 0.5rem !important;
    
    /* margin-top: -26px !important; */
}
.btn-filter-products-mobile {
       
    background: #dd2c83 !important;
    color: #fff !important;
}
.product-content-details {
    
    margin-top: 20px !important;
}
.custom-select {
    
    
    background-position-x: right;
    background-position-y: center;
}
a.link-see-more {
    background: #DC2982;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    padding: 6px 20px;
    box-shadow: 0px 2px 4px #cccccc31;
    /* margin-top: 29px; */
}
.float-right {
    float: right;
}
.bg-pink {
    background-color: var(--pink);
    }
    .btn-pink {
    background-color: var(--pink);
    transition: all 0.3s;

}
.btn-pink:hover {
    background-color: #ac1862;
}

@media screen and (max-width: 767px) {
    .btn-filter-products-mobile {
       
        background: #dd2c83 !important;
        color: #fff !important;
    }
    .product-sort-by .custom-select {
        
        padding: 0px 12px;
    }
    ul.top_cnnnt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        padding-left: 0;
    }
    .top-header {
        padding: 10px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .top_middle {
        display: none;
    }
    .top_right {
        display: inline-block;
        position:inherit;
        right: 0px;
        max-width: 580px;
    }
    .tag-line {
        display: none;
    }
    .header-links a {
        float: right;
        
    }
    .top_right .header-links a:not(:last-child) {
        border-right: 1px solid #000;
        padding-right: 10px;
        border-left: unset;
        padding-right: 0px;
        
    }
    .navbar-toggler {
        background-color: #fff !important;
        margin-top: 10px;
    }
    .middle-header {
        padding: 10px;
        align-items: flex-start;
    }
    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;
    }
   
    .top_left {
        display: inline-block;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
    
}
ul#pills-tab {
    display: flex;
    justify-content: center;
}
.nav-pills .nav-link.active {
    color: #DC2982 !important;
    background-color: transparent;
    border-radius: unset !important;
    padding: 0.5rem 1.5rem !important;
    font-size: 22px;
}
.new-arrivals_list  .nav-link { 
    color: #748BA7 !important;
    background-color: transparent;
    border-radius: unset !important;
    font-size: 22px;
   
}
.shortcut-section a {
    font-size: 14px !important;
    color: #000 !important;
}
.shortcut-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* padding: 6px 20px; */
    /* background-color: #fff; */
    position: absolute;
    top: 7%;
    right: 10px;
    /* width: 100%;*/
    
}
.quick-view {
    border-right: 1px solid #ccc;
}
.full-listing-button a {
    background: var(--pink);
    color: #fff !important;
    font-size: 24px;
    padding: 8px 25px;
    box-shadow: 0px 2px 2px 1px #ccc;

}
.category_section h2, .heading {
    font-size: 2rem !important;
    /* font-weight: 500; */
    text-transform: uppercase;
    position: relative !important;
}
.category_section h2::after, .heading::after { 
    content: "";
    display: block;
    position: absolute;
    width: 75px;
    height: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border: 2px solid var(--pink);
    border-radius: 5px;
;}
.category_section {
     /* background: #f2f3f5;  */
    background-position-x: right;
}
.other-product-list h2 {
    font-size: 42px;
    /* font-weight: 400; */
}
.other-product-list h4 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
}
.footer_links h4 {
    font-size: 24px;
}
.copyright a {
    color: #CA6D6F !important;
}
ul.contact_details li {
    margin: 8px 0px;
    color: #748BA7 !important;
}
ul.contact_details li a {
    font-size: 18px;
    color: #748BA7 !important;
}
p.top-line {
    color: #748BA7;
    /* font-family: 'Whisper', cursive; */
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: bold;
}
.add-cart {
        /* position: absolute; */
    /* bottom: 40%; */
    /* left: 17%; */
    background: #fff;
    margin: 6px 23px;
    visibility: hidden;
    padding: 6px 6px 6px 6px;
    border-radius: 50%;
}
.product-listing:hover .add-cart {
    visibility: visible;
}
span.feature {
    background: #F2431B;
    color: #fff;
    padding: 3px 10px 3px 10px;
    position: absolute;
    top: 20px;
    border-radius: 0px 3px 3px 0px;
}

.blog_grid_single {
    padding: 15px;
}
.blog_gid_details {
    margin-top: 15px;
}
.up_section {
    display: flex;
}
.date_blog {
    color: #a9a9a9;
    margin-right: 15px;
    font-size: 14px;
}
.blog_gid_details h3 {
    font-size: 22px;
    margin-top: 10px;
}
.blog-section {
    padding: 0px 40px;
}
.add-cart i {
    color: #DC2982;
}
.product_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
        padding: 0px ;
}
.product_content p {
    margin: .25rem 0;
}
.banner_single_section {
    width: 29%;
    margin: 0px 15px;
    
}
.inner_list_bnr {
    display: flex;
    justify-content: center;
}
.newsletter-inner .d-table-cell input {
    border-radius: 0px;
}
.newsletter-inner .d-table-cell button {
    border-radius: 0px;
}
.row-custom.meta span i {
    color: #DC2982;
}
.rating {
    display: flex;
    justify-content: center;
}

.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;
}
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;
}
.middle-header .navbar-expand.navbar {
    position: unset !important; 
}

.rating i {
    float: none !important;
    display: inline-block;
    color: #fbc12a !important;
    font-size: 18px;
    line-height: 18px;
    margin-right: 2px;
}
.product-item-rating {
    display: flex !important;
    justify-content: center;
}
.product_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.col-product {
   
    margin-bottom: 20px !important;
}

h4.product_title a {
    /* font-size: 17px !important; */
    font-weight: 500 !important;
    
}
.category_img img {
    border-radius: 50%;
}

.search-results-ajax {
    position: inherit !important;
    width: 100% !important;
}
.search-results-ajax .search-results-product {
    /* max-height: 400px; */
    max-height: 400px;
    height: 400px;
    width: 100%;
   
    background: #fff !important;
    z-index: 99;
    /* position: absolute; */
    /* right: 0; */
}
.search-product .price span {
    position: unset !important;
    background: transparent !important;
    color: #555;
}
li.nav-item.dropdown.profile-dropdown.p-r-0 {
    display: inline-block;
}
.btn-block {
    background-color: #3a3a3a !important;
    width: 100%;
}
.btn-wishlist i {
    color: #fff !important;
}
.btn-wishlist span {
    color: #fff !important;
}
.btn-wishlist {
  
    line-height: 41px !important;
}
.btn-custom {
    color: #fff !important;
    font-weight: 400;
    outline: 0 !important;
    background-color: #3a3a3a !important;
}
.os-padding {
    position: inherit !important;
}
.os-viewport {
    position: inherit !important;
}
.custom-radio {
    padding-left: 0px !important;
}
.custom-control.custom-radio {
    padding-left: 0px !important;
    display: flex;
    align-items: flex-start;
}
.custom-checkbox {
    padding-left: 0px !important;
}
.custom-control.custom-radio.cart-shipping-method .custom-control-label {
    margin-left: 5px;
}
.btn-view-invoice {
    right: 50px !important;
    top: 40px !important;
    padding: 0.3rem 0.8rem;
}
.alert-dismissible .close {
    padding: 5px 10px !important;
    float: right;
    margin-top: -5px;
}
.alert-dismissible {
    padding-right: 10px !important;
}
.ratting_catside {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 767px) { 
    .shortcut-section {
       right: 4px;
    }
    .alert-dismissible {
       
        font-size: 12px;
    }
    .product_img img {
        height: 250px;
    }
    .product_content {
         display:block; 
       
    }
    .product-add-to-cart-container .button-container {
        min-width: 0!important;
         width: auto!important; 
        height: auto!important;
    }
    .nav-pills .nav-link.active {
        
        
        font-size: 15px !important;
        padding: 10px 15px !important;
    }
    .new-arrivals_list .nav-link {
        /* border-left: 1px solid #DC2982; */
        font-size: 15px;
        padding: 10px 15px !important;
    }
   .content_bnnr {
    display: none;
   }
   .blog-section {
    padding: 0px 10px;
}
.footer {
    padding: 0px 10px;
   
}
.copyright-section {
    padding: 12px 10px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer_links {
    border-top: 1px solid #ccc;
    padding: 20px;
}
.copyright p {
    
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px !important;
}
ul.navbar-nav {
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100vw;
    padding-left: 0px !important;
    left: -10px;
    margin-top: 20px;
}
nav.navbar .nav-item a {
   
    padding: 10px 20px;
    
}
.middle-right {
    display: inline-block;
    margin-top: 15px;
}
.inner_list_bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.banner_single_section {
    width: 95%;
    margin: 10px 15px;
    
}
.category_section {
    /* background: #f2f3f5; */
    background-position-x: center;
}
input.desktop_search {
    display: none;
}
.middle-right .desktop_search_btn {
display: none;
}
.add-cart {
  
margin: 0px 6px;

}
.middle-right a  {
   
    margin: 7px 10px;
 }
 .top_left a {
    font-size: 13px;
   
}
.top_left span {
    font-size: 13px;
   
}
a.header_contact {
    display: none;
}
.product-listing {
    
    margin: 10px 0px;
    
}
.logo {
    display: inline-block;
    margin-left: 135px;
}
nav.navbar {
    display: inline-block;
    position: absolute;
}
div#locationModal .modal-header .close {
    position: absolute !important;
    top: 10px;
    right: 10px;
}
div#locationModal .modal-header h4.modal-title {
    margin-top: 15px;
}
}
@media screen and (min-width: 768px) { 
.mobile_search_btn {
    display: none;
}
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
@media screen and (max-width: 525px) { 
    .logo {
        
        margin-left: 145px;
    }
}
@media screen and (max-width: 375px) { 
    .logo {
        
        margin-left: 135px;
    }
}
@media screen and (max-width: 300px) { 
    .logo {
        
        margin-left: 90px;
    }
}
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;
}