/*home wishlist and cart*/
.product_detail_social_float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:100px;
    right:16px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.product_detail_social_my_float{
    margin-top:16px;
}
.product-box {
        position: relative;
    }

    .img-block {
        position: relative;
    }

    .cart-info {
        opacity: 1;
        position: absolute;
        bottom: 79px;
        left: 0;
        display: flex;
        gap: 5px; /* Adjust the gap as needed */
    }

    .cart-info a {
        width: 35px;
        height: 35px;
        background-color: #fff;
        /* padding: 5px; */
        border-radius: 50%;
        text-decoration: none;
        color: #000;

    }

    .wishlist-icon {
        position: absolute;
        bottom: 20px; /* Adjust the distance from the bottom as needed */
        left: 0;
        /*background-color: #fff;*/
        padding: 5px;
        border-radius: 50%;
        text-decoration: none;
        color: #000;
    }


/*social media footer*/
.social-media-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container {
    text-align: center;
    margin: 0 10px; /* Adjust the margin as needed */
}

.icon-container a {
    width:50px;
    height:50px;
    display: block;
    background: #FFFFFF;
    text-decoration: none;
    color: #6b4d8f; /* Adjust the color as needed */
}

.icon-title {
    font-weight: bold;
    position: relative;
    top: -8px;
    display: block;
    font-size: 8px; 
}



/*lines in home across catgoery title*/
.title-basic {
    position: relative;
}

.line-left,
.line-right {
    position: absolute;
    top: 20%;
    border-top: 2px solid black;
    width: 40%;
}

.line-left {
    left: 0;
    transform: translate(0, -50%);
}

.line-right {
    right: 0;
    transform: translate(0, -50%);
}
@media (max-width: 767px) {
    .line-left,
    .line-right {
        width: 100px; /* Adjust the width for smaller screens */
    }
}

.top-navbar {
    background-color:pink;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add box-shadow here */
}
    /* Style the dropdown button */
/* Style the dropdown button */
.dropbtn {
    background-color: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;  
}


/* Rest of the styles remain unchanged */
/* ... */


/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Style the dropdown links */
.dropdown-content a {
    color: #333;
    padding: 12px 7px;
    text-decoration: none;
    display: block;
    width: 70px;
}

/* Change color on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.badge_count
{
   border-radius: 50% !important;
  color: #fff;
  background-color: #eaab73 !important;
}
.input-group-prepend
{
    z-index:0!important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Fallback color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*#preloader::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url('../../../system_images/logo_background.png') center center no-repeat;*/
/*    background-size: cover;*/
/*    opacity: 0.15;  */
/*    z-index: 1;*/
/*}*/

#preloader-content {
    position: relative;
    z-index: 2;
}

/*#preloader {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url('../../../system_images/logo_background.png') center center no-repeat, rgba(255, 255, 255, 0.3);*/
/*    background-size: cover;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    z-index: 9999;*/
/*}*/
 #preloader-img img {
    width: 150px; /* Adjust as needed */
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-20px) scale(1.2);
    }
    60% {
        transform: translateY(-10px) scale(0.8);
    }
}
 
.notification-bar {
  background-color: #6b4d8f;
  /*box-shadow: 0px 1px 11px #8b4e4e;*/
  /*border-radius: 3px;*/
  /*width:80%;*/

}

.field-label{
        color:#241e20;

}

label {
    color:#241e20;
}

.notification-bar p {
    color: white;
/*    font-weight: bold;
*/    font-size: 13px;
    
    

  
}

/*img {*/
/*      border-radius: 8px;*/
/*}*/


.service-banner .row > div:nth-child(2n+1) .service-box {
    /*background-color: #000000;*/
    background-color:#000000;
    
/*    box-shadow: -3px 1px 5px #c5c1c1;
*/}

.service-banner .service-box p {
    color: black;
    font-weight: bold;
    font-size: 12px;

}

.product-box .product-info h5 {
    color: #000;
}

.category .category-block .category-content h5 {
    color: #000;
}

/*footer .sub-footer .payment-card-bottom {*/
/*        color: #444ca1;*/

/*}*/

footer .subscribe-section {
    background-color:#000000;
}

footer.footer-2 .sub-footer {
    background-color: #000;;
}


.category .category-block:hover {
    background-color: #cdcee1;
 
}

footer .call-text .call-no {
    color: #000;

}

.service-banner .row > div:nth-child(2n) .service-box {
    /*background-color: #000000;*/
    background-color: #000000;
    font-weight: bold;
    /*box-shadow: -3px 1px 5px #c5c1c1;
*/}



.img-fluid bg-img {
height: 300px;  

}

.product-box .img-block .cart-details i, .product-box .img-block .cart-wrap i {
    color: #ffffff;
    
}


header .search-bar .search-icon {

background-color: #eaab73;

}

footer .footer-social ul li a i {
    font-size: 22px;
    color: #000000;
    
}

.tap-top {
color: #7A6759;
background: #ffffff;

    }



footer.footer-2 .sub-footer {
    background-color: #000000;
    font-weight: bold;
    color : white;
/*    box-shadow: 0px 1px 11px gray;
*/
}
.btn
{
    border-radius:0px!important;
}
footer .sub-footer p {
    color: black;
  
}

footer .subscribe-section {
    /*background-color: #000000;*/
    background-color: #000000;
    color:#000000;
}

.btn-solid {

color: #fff;
background-color: #7A6759;
}

footer.footer-2 .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    background-color: #000000;
    color:#ffffff;
}

.add_to_cart .cart-inner .cart_media li .buttons a {
    font-size: 16px;
    color: #fff;
}

header .toggle-nav {
/*    display: none;
*/}

/*slider.home-fix .slider-contain {
    height: 70px;

height: 0px;
}*/

header.header-4 .brand-logo img {
    width:116px;
}

.home-slider.home-fix .home, .home-slider.home-fix .slider-contain {
    height: 0vh;
}

.bg-gradient {
    background: #000000;

}




.product-buttons {
            color: #000000;

}


.img-fluid {
  /*max-width: 100%;*/
  height: auto;
  }
  
  .img-fluid1 {
      
  }
  
  
  .service-banner .row > div:nth-child(2n+1) .service-box {
      background-color: #000000;
  }
  
  
  .service-banner .row > div:nth-child(2n) .service-box {
    background-color: #000000;
     
    
  }
  
  footer .call-text h3 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: -68px;
}

footer .call-us, footer .callus {
    border:none;   
}
  
  
.title-basic {
    top: 16px;
}
  
  
  
.slick-slide slick-current slick-active {
    width: 100px!important;
}
  
.mobile_logo
{
    display:none;
}
.announce_bar
{
    display:block;
}
.brand-logo
{
    display:block;
}
.lang_nav_mobile
{
    display:none;
}

















/* New Jawhara Footer */

.new-footer {
  background: #7A6759;
  padding: 21px 25px 18px;
  color: #111;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.new-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 35px;
  align-items: center;
}

.footer-section {
  min-width: 0;
}

/* Logo */
.new-footer-logo {
  text-align: center!important;
}

.new-footer-logo h1 {
  color: #111;
  font-size: 36px;
  letter-spacing: 4px;
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
  text-align:center;
}

.new-footer-logo span {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  background: #111;
  padding: 5px 14px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
}

/* Footer Text */
.new-footer-text {
  text-align: center;
}

.new-footer-text p {
    text-align:center;
  white-space: pre-line;
  color: #fff;
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* Social */
.new-footer-social-wrap {
  text-align: right;
}

.new-footer-social-wrap h4 {
  color: #111;
  font-size: 15px;
  margin: 0 0 14px;
  font-weight: 500;
  text-align:center;
}

.new-footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.new-footer-social a {
  width: 42px;
  height: 42px;
  background: #fff;
  color: #7A6759;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.new-footer-social a:hover {
  /*background: #111;*/
  /*color: #fff;*/
  transform: translateY(-4px);
}

/* Line */
.new-footer-line {
  max-width: 1200px;
  margin: 32px auto 18px;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}

/* Bottom */
.new-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.new-footer-payments {
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-footer-payments img {
  max-height: 28px;
  width: auto;
  background: #fff;
  padding: 4px 8px;
  border-radius: 6px;
}

.new-footer-copy {
  color: #fff;
  font-size: 13px;
  margin: 0;
  text-align: right;
}

.new-footer-copy a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.new-footer-copy a:hover {
  text-decoration: underline;
}

/* Mobile View */
@media (max-width: 768px) {

  .new-footer {
    padding: 38px 18px 16px;
    text-align: center;
  }

  .new-footer-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .new-footer-logo {
    text-align: center;
    order: 1;
  }

  .new-footer-logo h1 {
    font-size: 31px;
    letter-spacing: 3px;
  }

  .new-footer-text {
    order: 2;
  }

  .new-footer-text p {
    font-size: 13px;
    line-height: 1.8;
  }

  .new-footer-social-wrap {
    text-align: center;
    order: 3;
  }

  .new-footer-social {
    justify-content: center;
  }

  .new-footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 14px;
  }

  .new-footer-copy {
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
  }

  .new-footer-payments {
    justify-content: center;
  }
}

/*another footer css*/
/* .new-footer {*/
/*    background-color: #5b1433;*/
/*    padding: 30px 20px 10px; */
/*  }*/

/*  .new-footer-container {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    align-items: start;*/
/*    text-align: left;*/
/*  }*/

/*  .footer-section {*/
/*    flex: 1;*/
/*    min-width: 200px;*/
/*    margin-bottom: 20px;*/
/*  }*/

/*  .new-footer-logo {*/
/*    text-align: center;*/
/*  }*/

/*  .new-footer-logo h1 {*/
/*    color: #eaab73;*/
/*    margin: 0;*/
/*  }*/

/*  .new-footer-text {*/
/*    color: #333;*/
/*    font-size: 14px;*/
/*    line-height: 1.6;*/
/*  }*/

/*  .new-footer-social {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 15px;*/
/*  }*/

/*  .new-footer-social a {*/
/*    font-size: 20px;*/
/*    color: #fff;*/
/*    transition: color 0.3s;*/
/*  }*/

/*  .new-footer-social a:hover {*/
/*    color: #eaab73;*/
/*  }*/

/*  .new-footer-payments {*/
/*    text-align: center;*/
/*    margin: 10px 0;*/
/*  }*/

/*  .new-footer-payments img {*/
    /*width: 40px;*/
/*    margin: 0 5px;*/
/*  }*/

/*  .new-footer hr {*/
/*    margin: 20px 0 10px;*/
/*    border: 0;*/
/*    height: 1px;*/
/*    background-color: #ccc;*/
/*  }*/

/*  .new-footer-copy {*/
/*    text-align: center;*/
/*    font-size: 13px;*/
/*    color: #666;*/
/*    margin: 0;*/
/*  }*/

  /* Mobile View */
/*    @media (max-width: 768px) {*/
/*      .new-footer-container {*/
/*        flex-direction: column;*/
/*        text-align: center;*/
/*        align-items: center;*/
/*      }*/
    
/*      .footer-section {*/
/*        margin-bottom: 20px;*/
/*        text-align: center;*/
/*      }*/
    
/*      .new-footer-logo {*/
        order: -1; /* move to top */
/*      }*/
    
/*      .new-footer-social {*/
/*        justify-content: center;*/
/*      }*/
/*    }*/
    
    
    
    /*new thing for product boxes*/
    .product-box {
      transform: scale(1.0); /* Zoom out */
      transition: transform 0.3s ease-in-out;
    }
    
    .product-box:hover {
      transform: scale(1.05);
      
      
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*new header*/
 
/* =========================
   NEW HEADER STYLE
   all custom classes start with nheader_
========================= */

.nheader_wrapper {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    /*border-top: 4px solid #333;*/
    font-family: inherit;
}

.nheader_desktop {
    display: block;
    background: #fff;
}

.nheader_mobile {
    display: none;
    background: #fff;
}

/* Desktop Top */
.nheader_desktop_top {
    height: 92px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 95px;
    background: #fff;
}

.nheader_desktop_search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nheader_desktop_logo {
    text-align: center;
}

.nheader_desktop_logo img {
    max-width: 310px;
    max-height: 58px;
    object-fit: contain;
}

.nheader_desktop_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.nheader_icon_btn {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nheader_icon_btn i {
    font-size: 25px;
    color: #7A6759;
    line-height: 1;
}

.nheader_icon_btn:hover {
    /*color: #000;*/
    text-decoration: none;
}

.nheader_icon_btn:hover i {
    /*color: #000;*/
}

.nheader_badge {
    position: absolute;
    top: -9px;
    right: -11px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    border-radius: 20px;
    background: #7A6759;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    font-weight: 600;
}

.nheader_flag_img {
    width: 28px;
    height: 19px;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.nheader_currency_img {
    width: 18px;
    height: 13px;
    object-fit: cover;
    border-radius: 0;
    margin-right: 6px;
}

.nheader_desktop_lang_link {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border: 1px solid #eee;
    padding: 7px 12px;
    border-radius: 50px;
    line-height: 1;
}

.nheader_desktop_lang_link:hover {
    color: #000;
    background: #f8f8f8;
    text-decoration: none;
}

/* Desktop Menu */
.nheader_desktop_menu_area {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.nheader_desktop_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 42px;
}

.nheader_desktop_menu > li {
    position: relative;
}

.nheader_desktop_menu > li > a,
.nheader_desktop_menu > li > button {
    border: 0;
    background: transparent;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    padding: 16px 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.nheader_desktop_menu > li > a:hover,
.nheader_desktop_menu > li > button:hover {
    color: #000;
    text-decoration: none;
}

.nheader_shop_arrow {
    font-size: 11px;
    margin-top: 3px;
}

.nheader_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 245px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all .25s ease;
    z-index: 1005;
}

.nheader_dropdown li {
    position: relative;
}

.nheader_dropdown a {
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
}

.nheader_dropdown a:hover {
    background: #f7f7f7;
    color: #000;
}

.nheader_desktop_menu > li:hover .nheader_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Small Dropdown Currency / Account */
.nheader_small_dropdown_wrap {
    position: relative;
}

.nheader_small_dropdown {
    position: absolute;
    top: 37px;
    right: 0;
    width: 190px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 1006;
}

.nheader_small_dropdown_wrap:hover .nheader_small_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nheader_small_dropdown a {
    display: flex;
    align-items: center;
    padding: 9px 14px;
    color: #111;
    font-size: 13px;
    text-decoration: none;
    gap: 7px;
}

.nheader_small_dropdown a:hover {
    background: #f7f7f7;
    color: #000;
}

/* Mobile Header */
.nheader_mobile_top {
    height: 76px;
    display: grid;
    grid-template-columns: 45px 1fr auto;
    align-items: center;
    padding: 0 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.nheader_mobile_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nheader_mobile_logo {
    text-align: center;
}

.nheader_mobile_logo img {
    max-width: 245px;
    max-height: 48px;
    object-fit: contain;
}

.nheader_mobile_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.nheader_mobile_icons .nheader_icon_btn i {
    font-size: 22px;
}

.nheader_menu_btn {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nheader_menu_btn span,
.nheader_menu_btn span:before,
.nheader_menu_btn span:after {
    display: block;
    width: 28px;
    height: 2px;
    background: #7A6759;
    position: relative;
    content: "";
}

.nheader_menu_btn span:before {
    position: absolute;
    top: -9px;
    left: 0;
}

.nheader_menu_btn span:after {
    position: absolute;
    top: 9px;
    left: 0;
}

/* Mobile Sidebar */
.nheader_sidebar_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 2000;
}

.nheader_sidebar_overlay.nheader_active {
    opacity: 1;
    visibility: visible;
}

.nheader_sidebar {
    position: fixed;
    top: 0;
    left: -84%;
    width: 84%;
    max-width: 520px;
    height: 100vh;
    background: #fff;
    z-index: 2001;
    transition: left .35s ease;
    overflow-y: auto;
    padding: 42px 24px 35px;
}

.nheader_sidebar.nheader_active {
    right: 0;
}

.nheader_sidebar_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.nheader_sidebar_logo img {
    max-width: 155px;
    max-height: 44px;
    object-fit: contain;
}

.nheader_sidebar_close {
    border: none;
    background: #f7f3f3;
    color: #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.nheader_sidebar_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nheader_sidebar_menu > li {
    border: 0;
    display: block;
}

.nheader_sidebar_menu > li > a,
.nheader_sidebar_menu > li > button {
    width: 100%;
    border: 0;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.nheader_sidebar_menu > li > a:hover,
.nheader_sidebar_menu > li > button:hover {
    color: #000;
    text-decoration: none;
}

.nheader_sidebar_arrow {
    font-size: 15px;
    color: #555;
    transition: transform .25s ease;
}

.nheader_sidebar_arrow.nheader_rotate {
    transform: rotate(90deg);
}

.nheader_sidebar_submenu {
    display: none;
    list-style: none;
    padding: 0 0 8px 15px;
    margin: 0;
}

.nheader_sidebar_submenu li {
    display: block;
    
}

.nheader_sidebar_submenu.nheader_open {
    display: block;
}

.nheader_sidebar_submenu li a {
    display: block;
    text-align:right;
    padding: 8px 0;
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

.nheader_sidebar_submenu li a:hover {
    color: #000;
}

.nheader_sidebar_tools {
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid #f0f0f0;
}

.nheader_sidebar_lang_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #faf8f8;
    border: 1px solid #eee;
    padding: 13px 14px;
    border-radius: 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 16px;
}

.nheader_sidebar_lang_card:hover {
    color: #000;
    text-decoration: none;
    background: #f6f0f0;
}

.nheader_sidebar_tool_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nheader_sidebar_tool_menu > li {
    display: block;
}

.nheader_sidebar_tool_btn {
    width: 100%;
    border: 0;
    background: #faf8f8;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 13px 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 8px;
}

.nheader_sidebar_tool_btn:hover {
    background: #f6f0f0;
    color: #000;
}

.nheader_sidebar_tool_submenu {
    display: none;
    list-style: none;
    padding: 0 0 8px 12px;
    margin: 0;
}

.nheader_sidebar_tool_submenu li {
    display: block;
}

.nheader_sidebar_tool_submenu.nheader_open {
    display: block;
}

.nheader_sidebar_tool_submenu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 0;
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

.nheader_sidebar_tool_submenu li a:hover {
    color: #000;
} 

/* Search Overlay */
.nheader_search_overlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.97);
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.nheader_search_overlay.nheader_active {
    display: flex;
}

.nheader_search_box {
    width: 100%;
    max-width: 760px;
    position: relative;
}

.nheader_search_form {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #111;
    padding-bottom: 12px;
}

.nheader_search_input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 28px;
    color: #000;
}

.nheader_search_input::placeholder {
    color: #999;
}

.nheader_search_submit {
    border: none;
    background: transparent;
    color: #000;
    font-size: 26px;
    cursor: pointer;
}

.nheader_search_close {
    position: absolute;
    top: -65px;
    right: 0;
    border: none;
    background: transparent;
    color: #000;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
}

/* Announcement */
.nheader_announcement {
    background: #581332;
    text-align: center;
    padding: 9px 15px;
}

.nheader_announcement p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    .nheader_desktop {
        display: none;
    }

    .nheader_mobile {
        display: block;
    }

    .nheader_announcement {
        display: none;
    }
}

@media (max-width: 575px) {
    .nheader_mobile_top {
        height: 75px;
        padding: 0 10px;
        grid-template-columns: 36px 1fr auto;
    }

    .nheader_mobile_logo img {
        max-width: 235px;
        max-height: 48px;
    }

    .nheader_mobile_icons {
        gap: 12px;
    }

    .nheader_mobile_icons .nheader_icon_btn i {
        font-size: 21px;
    }

    .nheader_sidebar {
        width: 84%;
        left: -84%;
    }

    .nheader_search_input {
        font-size: 22px;
    }
}

@media (max-width: 420px) {
    .nheader_mobile_logo img {
        max-width: 200px;
    }

    .nheader_mobile_icons {
        gap: 9px;
    }

    .nheader_mobile_icons .nheader_icon_btn i {
        font-size: 21px;
    }

    .nheader_sidebar_menu > li > a,
    .nheader_sidebar_menu > li > button {
        font-size: 18px;
        padding: 13px 0;
    }
}
 
 
 
 
 
 
 
 
 
 /*home page*/
 
/* =========================
   GENERAL
========================= */

body {
    background: #fff;
}

a {
    text-decoration: none !important;
}

/* =========================
   SLIDER
   Auto moving, dots only
========================= */

.slider-category {
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#main-carousel {
    padding-top: 0 !important;
}

.carousel-inner,
.carousel-item {
    background: #f5f2f2;
}

.slider_image {
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
    display: block !important;
}

.carousel-indicators {
    bottom: 20px;
    margin-bottom: 0;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.75);
    border: 0;
    opacity: 1;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #7A6759;
}

.carousel-control-prev,
.carousel-control-next {
    display: none !important;
}

@media (max-width: 768px) {
    .slider_image {
        height: 430px !important;
    }
}

@media (max-width: 480px) {
    .slider_image {
        height: 380px !important;
    }
}

/* =========================
   LAZY LOADER
========================= */

.lazy-img {
    opacity: 0;
    filter: blur(8px);
    transform: scale(1.02);
    transition: opacity .45s ease, filter .45s ease, transform .45s ease;
}

.lazy-img.is-loaded {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}

.ncat_img_wrap,
.npro_img_wrap {
    position: relative;
    overflow: hidden;
    background: #f7f3f3;
}

.ncat_img_wrap::before,
.npro_img_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #eee8e8 0%,
        #f8f4f4 45%,
        #eee8e8 90%
    );
    background-size: 200% 100%;
    animation: n_lazy_wave 1.35s infinite linear;
    z-index: 1;
}

.ncat_img_wrap.loaded::before,
.npro_img_wrap.loaded::before {
    opacity: 0;
    visibility: hidden;
}

@keyframes n_lazy_wave {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* =========================
   CATEGORY SECTION
========================= */

.ncat_section {
    background: #fff;
    padding: 45px 36px 35px;
}

.ncat_container {
    max-width: 1440px;
    margin: 0 auto;
}

.ncat_heading_wrap {
    text-align: center;
    margin-bottom: 28px;
}

.ncat_subtitle {
    display: inline-block;
    color: #888;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ncat_title {
    color: #111;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    text-align:center!important;
}

.ncat_title::after {
    content: "";
    display: block;
    width: 52px;
    height: 2px;
    background: #7A6759;
    margin: 14px auto 0;
}

.ncat_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ncat_card {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f7f3f3;
}

.ncat_img_wrap {
    width: 100%;
    height: 345px;
    aspect-ratio: unset;
    background: #f7f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ncat_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
    position: relative;
    z-index: 2;
    background: #f7f3f3;
    transition: transform .55s ease;
}

.ncat_card:hover .ncat_img_wrap img {
    transform: scale(1.035);
}

.ncat_info {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 4;
    text-align: left;
}

.ncat_name {
    color: #111 !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3px;
}

.ncat_count {
    color: rgba(0,0,0,.55);
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.ncat_arrow {
    position: absolute;
    right: 22px;
    bottom: 24px;
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,.10);
    transition: all .3s ease;
}

.ncat_card:hover .ncat_arrow {
    background: #111;
    color: #fff;
    transform: translateX(4px);
}

/* =========================
   PRODUCT SECTION
========================= */

.npro_section {
    background: #fff;
    padding: 45px 36px 65px;
}

.npro_container {
    max-width: 1440px;
    margin: 0 auto;
}

.npro_heading_wrap {
    text-align: center;
    margin-bottom: 35px;
}

.npro_subtitle {
    display: inline-block;
    color: #888;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.npro_title {
    color: #111;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    text-align:center!important;
}

.npro_title::after {
    content: "";
    display: block;
    width: 52px;
    height: 2px;
    background: #7A6759;
    margin: 14px auto 0;
}

.npro_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px 20px;
}

.npro_card {
    position: relative;
    background: #fff;
}

.npro_image_area {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.npro_img_wrap {
    width: 100%;
    height: 390px;
    aspect-ratio: unset;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.npro_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
    position: relative;
    z-index: 2;
    background: #fff;
    transition: transform .45s ease;
}

.npro_card:hover .npro_img_wrap img {
    transform: scale(1.025);
}

/* Badge */
.npro_badge {
    position: absolute;
    top: 12px;
    left: 18px;
    z-index: 6;
    background: #7A6759 !important;
    color: #fff;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 6px 14px;
    text-transform: uppercase;
}

.npro_badge_sold {
    background: #111 !important;
}

/* Only wishlist and eye on hover */
.npro_actions {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 7;
    background: #fff;
    min-width: 105px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.npro_card:hover .npro_actions {
    opacity: 1;
    visibility: visible;
    bottom: 24px;
}

.npro_actions a {
    color: #111;
    width: 52px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-right: 1px solid #f0eeee;
}

.npro_actions a:last-child {
    border-right: 0;
}

.npro_actions a:hover {
    background: #7A6759;
    color: #fff;
}

/* Product text */
.npro_content {
    padding: 12px 0 0;
    text-align: left;
}

.npro_name {
    color: #111 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    min-height: unset !important;
    margin: 0 0 6px;
}

.npro_price_row {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
}

.npro_flag {
    font-size: 14px;
    line-height: 1;
    flex: 0 0 auto;
}

.npro_price {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    flex: 0 0 auto;
}

.npro_old_price {
    color: #888;
    font-size: 13px;
    text-decoration: line-through;
    flex: 0 0 auto;
}

.npro_view_more_wrap {
    text-align: center;
    margin-top: 42px;
}

.npro_view_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 165px;
    height: 46px;
    background: #111;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: .4px;
    transition: all .3s ease;
}

.npro_view_more:hover {
    background: #7A6759;
    color: #111 !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199px) {
    .ncat_grid,
    .npro_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .npro_img_wrap {
        height: 350px;
    }

    .ncat_img_wrap {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .ncat_section {
        padding: 35px 14px 25px;
    }

    .npro_section {
        padding: 38px 14px 50px;
    }

    .ncat_heading_wrap,
    .npro_heading_wrap {
        margin-bottom: 24px;
    }

    .ncat_title,
    .npro_title {
        font-size: 25px;
        text-align:center;
    }

    .ncat_grid,
    .npro_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ncat_grid {
        gap: 12px;
    }

    .npro_grid {
        gap: 32px 14px;
    }

    .ncat_img_wrap {
        height: 255px;
    }

    .ncat_info {
        left: 12px;
        bottom: 14px;
    }

    .ncat_name {
        font-size: 15px;
    }

    .ncat_count {
        font-size: 11px;
    }

    .ncat_arrow {
        right: 10px;
        bottom: 14px;
        width: 36px;
        height: 36px;
        font-size: 17px;
    }

    .npro_img_wrap {
        height: 265px;
    }

    .npro_name {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 4px;
    }

    .npro_price_row {
        gap: 4px;
    }

    .npro_price {
        font-size: 12px;
    }

    .npro_old_price {
        font-size: 11px;
    }

    .npro_flag {
        font-size: 12px;
    }

    .npro_badge {
        top: 8px;
        left: 8px;
        font-size: 9px;
        padding: 5px 9px;
    }

    .npro_actions {
        min-width: 86px;
        height: 36px;
        bottom: 10px;
    }

    .npro_card:hover .npro_actions {
        bottom: 10px;
    }

    .npro_actions a {
        width: 43px;
        height: 36px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .ncat_section,
    .npro_section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ncat_grid,
    .npro_grid {
        gap: 28px 10px;
    }

    .npro_img_wrap {
        height: 230px;
    }

    .ncat_img_wrap {
        height: 225px;
    }

    .ncat_name {
        font-size: 14px;
    }

    .npro_name {
        font-size: 12px;
    }

    .npro_price {
        font-size: 11px;
    }

    .npro_old_price {
        font-size: 10px;
    }
}

   