/*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: #ffffff; /* 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: #000000;
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: #000;
}

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;
}



















/*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);
      
      
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*header css*/
  
.bk-header {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    direction: rtl;
    font-family: inherit;
}

.bk-container {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
}

/* Top Bar */
.bk-top {
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
}

.bk-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bk-contact-info {
    display: flex;
    align-items: center;
    gap: 22px;
    direction: ltr;
}

.bk-contact-info a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.bk-contact-info i {
    font-size: 13px;
}

.bk-top-tools {
    display: flex;
    align-items: center;
    gap: 28px;
}

.bk-top-btn {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bk-top-btn img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 0;
}

.bk-dropdown {
    position: relative;
}

.bk-dropdown-menu {
    position: absolute;
    top: 30px;
    right: 0;
    min-width: 150px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
    z-index: 2000;
}

.bk-dropdown:hover .bk-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bk-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.bk-dropdown-menu a:hover {
    background: #f7f7f7;
}

.bk-dropdown-menu img {
    width: 18px;
    height: 13px;
    object-fit: cover;
}

/* Desktop Main Header */
.bk-main {
    background: #fff;
        padding: 5px 0 7px;
}

.bk-main-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
}

.bk-search {
    width: 100%;
    max-width: 525px;
    justify-self: start;
    position: relative;
}

.bk-search form {
    width: 100%;
    margin: 0;
}

.bk-search input {
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    background: #fff;
    padding: 0 24px 0 52px;
    outline: none;
    color: #000;
    font-size: 15px;
    /*letter-spacing: 0.3px;*/
}

.bk-search input::placeholder {
    color: #b7b2c7;
}

.bk-search button {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #111;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
}

.bk-logo {
    text-align: center;
}

.bk-logo img {
    max-height: 68px;
    max-width: 270px;
    object-fit: contain;
}

.bk-icons {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 20px;
    direction: ltr;
}

.bk-icon-btn {
    position: relative;
    color: #000 !important;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bk-count {
    position: absolute;
    top: -11px;
    right: -13px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Desktop Black Navigation */
.bk-nav {
    background: #000;
    height: 55px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bk-nav-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: none;
}

.bk-nav-scroll::-webkit-scrollbar {
    display: none;
}

.bk-menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    min-width: 0;
    width: 94%;
    max-width: 1280px;
    flex-wrap: wrap;
}

.bk-menu > li {
    position: relative;
}

.bk-menu > li > a {
    min-height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 0 18px;
    /*letter-spacing: -0.3px;*/
    white-space: nowrap;
    text-transform: uppercase;
}

.bk-menu > li > a:hover {
    background: #111;
    color: #fff;
}

.bk-menu > li.has-child > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    margin-right: 9px;
    margin-top: 4px;
}

.bk-submenu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 230px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.22s ease;
    z-index: 2500;
    list-style: none;
    margin: 0;
}

.bk-menu > li:hover .bk-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bk-submenu li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 11px 16px;
    font-size: 15px;
    white-space: nowrap;
}

.bk-submenu li a:hover {
    background: #f6f6f6;
}

/* Mobile Header */
.bk-mobile {
    display: none;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.bk-mobile-main {
    height: 62px;
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
}

.bk-mobile-btn {
    border: 0;
    background: transparent;
    color: #000;
    font-size: 23px;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

.bk-mobile-logo {
    text-align: center;
}

.bk-mobile-logo img {
    max-height: 38px;
    max-width: 170px;
    object-fit: contain;
}

.bk-mobile-icon {
    position: relative;
    color: #000 !important;
    font-size: 23px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
}

.bk-mobile-count {
    position: absolute;
    top: -12px;
    right: -10px;
    min-width: 23px;
    height: 23px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Black Menu */
.bk-mobile-nav {
    height: 48px;
    background: #000;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.bk-mobile-nav::-webkit-scrollbar {
    display: none;
}

.bk-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding: 0 14px;
    margin: 0 auto;
    list-style: none;
    min-width: 100%;
    height: 48px;
    text-align: center;
}

.bk-mobile-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
}

/* Improved Sidebar */
.bk-sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.48);
    z-index: 2999;
}

.bk-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.3s ease;
    z-index: 3000;
    box-shadow: -10px 0 30px rgba(0,0,0,0.18);
}

.bk-sidebar-head {
    min-height: 74px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.bk-sidebar-head h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.bk-sidebar-close {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.25);
    background: transparent;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
}

.bk-sidebar-menu {
    padding: 12px 14px 30px;
    margin: 0;
    list-style: none;
}

.bk-sidebar-menu li {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    border-bottom: 0;
}

.bk-sidebar-menu li a {
    text-align:right;
    display: block;
    width: 100%;
    padding: 14px 16px;
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    transition: 0.2s ease;
}

.bk-sidebar-menu li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.bk-sidebar-menu > li > a::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
    color: #777;
}

.bk-sidebar-menu li a:hover::before {
    color: #fff;
}

.bk-sidebar-menu ul {
    display: block;
    width: 100%;
    padding: 7px 12px 2px;
    margin: 0;
    list-style: none;
}

.bk-sidebar-menu ul li {
    display: block;
    width: 100%;
    margin: 0 0 6px;
}

.bk-sidebar-menu ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 11px 14px;
    background: #fff;
    color: #555;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}

.bk-sidebar-menu ul li a:hover {
    background: #f5f5f5;
    color: #000;
    border-color: #e8e8e8;
}

.bk-sidebar-menu ul li a::before {
    content: "";
    display: none;
}

/* Search Overlay */
.bk-search-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 3500;
    background: rgba(255,255,255,0.98);
}

.bk-search-close {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 36px;
    color: #000;
    cursor: pointer;
}

.bk-search-overlay-box {
    width: 90%;
    max-width: 650px;
    margin: 115px auto 0;
    position: relative;
}

.bk-search-overlay-box input {
    width: 100%;
    height: 58px;
    border: 1px solid #ddd;
    padding: 0 20px 0 55px;
    font-size: 16px;
    outline: none;
}

.bk-search-overlay-box button {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    font-size: 22px;
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .bk-top,
    .bk-main,
    .bk-nav.desktop-nav {
        display: none;
    }

    .bk-mobile {
        display: block;
    }
}

@media (max-width: 575px) {
    .bk-mobile-main {
        height: 62px;
        grid-template-columns: auto auto 1fr auto auto;
        gap: 10px;
        padding: 0 14px;
    }

    .bk-mobile-logo img {
        max-width: 155px;
        max-height: 36px;
    }

    .bk-mobile-btn,
    .bk-mobile-icon {
        font-size: 22px;
    }

    .bk-mobile-menu {
        gap: 22px;
        padding: 0 12px;
        justify-content: center;
    }

    .bk-mobile-menu li a {
        font-size: 13px;
    }
}

@media (max-width: 390px) {
    .bk-mobile-main {
        gap: 9px;
        padding: 0 12px;
    }

    .bk-mobile-logo img {
        max-width: 140px;
    }

    .bk-mobile-btn,
    .bk-mobile-icon {
        font-size: 21px;
    }

    .bk-mobile-menu {
        gap: 18px;
    }

    .bk-mobile-menu li a {
        font-size: 12px;
    }
}






.bk-search {
    position: relative;
}

.bk-search form,
.bk-search-overlay-box form {
    position: relative;
}

.bk-search-results,
.search_result_box,
.search_result,
.result_search,
.autocomplete-results {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    z-index: 99999;
    max-height: 360px;
    overflow-y: auto;
    display: block;
}

.bk-search-results:empty,
.search_result_box:empty {
    display: none;
}

.bk-search-results a,
.search_result_box a,
.search_result a,
.result_search a,
.autocomplete-results a {
    display: block;
    padding: 12px 15px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
}

.bk-search-results a:hover,
.search_result_box a:hover,
.search_result a:hover,
.result_search a:hover,
.autocomplete-results a:hover {
    background: #f8f8f8;
}

.bk-search-overlay-box .bk-search-results,
.bk-search-overlay-box .search_result_box {
    top: calc(100% + 10px);
}










/* jQuery UI Autocomplete Fix */
.ui-autocomplete {
    position: absolute !important;
    z-index: 999999 !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 14px 35px rgba(0,0,0,0.16) !important;
    max-height: 320px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    direction: rtl;
}

.ui-autocomplete .ui-menu-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ui-autocomplete .ui-menu-item-wrapper {
    display: block !important;
    padding: 12px 16px !important;
    color: #111 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: right !important;
}

.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-state-active {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    margin: 0 !important;
}

















/*FOOTER CSS*/
.latest_footer {
            background: #000000;
            color: #fff;
            direction: rtl;
            padding: 42px 0 22px;
            font-family: inherit;
        }

        .latest_footer * {
            box-sizing: border-box;
        }

        .latest_footer_container {
            width: 94%;
            max-width: 1280px;
            margin: 0 auto;
        }

        .latest_footer_desktop {
            display: grid;
            grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
            gap: 55px;
            align-items: flex-start;
        }

        .latest_footer_logo_text h2 {
            color: #fff;
            font-size: 34px;
            font-weight: 400;
            /*letter-spacing: 7px;*/
            margin: 0 0 24px;
            text-transform: uppercase;
        }

        .latest_footer_note {
            color: #fff;
            font-size: 18px;
            line-height: 2;
            margin: 0;
            max-width: 430px;
            white-space: pre-line;
        }

        .latest_footer_title {
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            /*letter-spacing: 2px;*/
            text-transform: uppercase;
            margin: 0 0 24px;
        }

        .latest_footer_links {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .latest_footer_links li {
            text-align:right;
            display: block;
            margin-bottom: 15px;
        }

        .latest_footer_links li a {
            display: inline-block;
            color: #fff;
            font-size: 17px;
            line-height: 1.4;
            text-decoration: none;
            transition: 0.2s ease;
        }

        .latest_footer_links li a:hover {
            color: #eaab73;
        }

        .latest_footer_contact_item {
            color: #fff;
            font-size: 17px;
            margin-bottom: 16px;
            direction: ltr;
            text-align: right;
        }

        .latest_footer_contact_item a {
            color: #fff;
            text-decoration: underline;
        }

        .latest_footer_social {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-top: 22px;
        }

        .latest_footer_social a {
            color: #fff;
            font-size: 22px;
            text-decoration: none;
            transition: 0.2s ease;
        }

        .latest_footer_social a:hover {
            color: #eaab73;
        }

        .latest_footer_bottom {
            width: 94%;
            max-width: 1280px;
            margin: 38px auto 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 25px;
            border-top: 1px solid rgba(255,255,255,0.15);
            padding-top: 22px;
        }

        .latest_footer_copy {
            color: #fff;
            font-size: 16px;
            margin: 0;
        }

        .latest_footer_copy a {
            color: #fff;
            text-decoration: underline;
        }

        .latest_footer_payments {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            justify-content: flex-end;
        }

        .latest_footer_payments img {
            height: 30px;
            width: auto;
            background: #fff;
            border-radius: 4px;
            padding: 3px;
        }

        .latest_footer_mobile {
            display: none;
        }

        .latest_footer_mobile_accordion {
            border-top: 1px solid rgba(255,255,255,0.18);
            margin-bottom: 34px;
        }

        .latest_footer_mobile_item {
            border-bottom: 1px solid rgba(255,255,255,0.18);
        }

        .latest_footer_mobile_btn {
            width: 100%;
            height: 60px;
            background: transparent;
            border: 0;
            padding: 0;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 15px;
            /*letter-spacing: 2px;*/
            text-transform: uppercase;
            cursor: pointer;
        }

        .latest_footer_mobile_btn i {
            transition: 0.25s ease;
        }

        .latest_footer_mobile_item.latest_active .latest_footer_mobile_btn i {
            transform: rotate(90deg);
        }

        .latest_footer_mobile_content {
            display: none;
            padding: 0 0 14px;
        }

        .latest_footer_mobile_item.latest_active .latest_footer_mobile_content {
            display: block;
        }

        .latest_footer_mobile_content ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .latest_footer_mobile_content li {
            display: block;
            text-align:right;
            margin-bottom: 12px;
        }

        .latest_footer_mobile_content a {
            display: block;
            color: #fff;
            font-size: 15px;
            text-decoration: none;
            padding: 4px 0;
        }

        .latest_footer_mobile_brand h2 {
            color: #fff;
            font-size: 32px;
            font-weight: 400;
            letter-spacing: 7px;
            margin: 0 0 20px;
            text-transform: uppercase;
        }

        .latest_footer_mobile_note {
            color: #fff;
            font-size: 16px;
            line-height: 1.8;
            margin: 0 0 26px;
            white-space: pre-line;
        }

        .latest_footer_mobile_payments {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 24px;
        }

        .latest_footer_mobile_payments img {
            height: 34px;
            width: auto;
            background: #fff;
            border-radius: 4px;
            padding: 3px;
        }

        .latest_footer_mobile_social {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 22px;
            margin: 22px 0;
        }

        .latest_footer_mobile_social a {
            color: #fff;
            font-size: 22px;
            text-decoration: none;
        }

        .latest_footer_mobile_copy {
            text-align: center;
            color: #fff;
            font-size: 15px;
            margin: 0;
        }

        .latest_footer_mobile_copy a {
            color: #fff;
            text-decoration: underline;
        }

        @media (max-width: 991px) {
            .latest_footer {
                padding: 34px 0 28px;
            }

            .latest_footer_desktop,
            .latest_footer_bottom {
                display: none;
            }

            .latest_footer_mobile {
                display: block;
            }
        }

        @media (max-width: 575px) {
            .latest_footer_container {
                width: 88%;
            }

            .latest_footer_mobile_brand h2 {
                font-size: 28px;
                letter-spacing: 6px;
            }

            .latest_footer_mobile_note {
                font-size: 15px;
            }
        }
        
        
        
        
        
        
        
        
        
        
        
        
        /*home*/
        
/* ================================
   HOME PAGE DESIGN
   All custom classes start home_
================================ */

.home_page {
    background: #fff;
    overflow: hidden;
}

.home_container {
    width: 94%;
    max-width: 1360px;
    margin: 0 auto;
}

/* ================================
   General Lazy Loader
================================ */

.home_lazy_box {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}

.home_lazy_box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        #eeeeee 0%,
        #f8f8f8 45%,
        #eeeeee 100%
    );
    background-size: 220% 100%;
    animation: home_lazy_wave 1.25s linear infinite;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.home_lazy_box.home_loaded::before {
    opacity: 0;
    visibility: hidden;
}

.home_lazy_img {
    opacity: 0;
    transition: opacity 0.45s ease, transform 0.35s ease;
}

.home_lazy_img.home_img_loaded {
    opacity: 1;
}

@keyframes home_lazy_wave {
    0% {
        background-position: 220% 0;
    }
    100% {
        background-position: -220% 0;
    }
}

/* ================================
   Slider Fixed Design
================================ */

.home_slider_wrap {
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding-top: 0px !important;
}

.home_slider_wrap #main-carousel {
    width: 100%;
    height: 620px;
    overflow: hidden;
    background: #f8f8f8;
    padding-top: 0px !important;
}

.home_slider_wrap .carousel-inner {
    width: 100%;
    height: 620px;
    overflow: hidden;
    padding-top: 0px !important;
}

.home_slider_wrap .carousel-item {
    width: 100%;
    height: 620px;
    overflow: hidden;
    background: #f8f8f8;
    padding-top: 0px !important;
}

.home_slider_wrap .carousel-item.active,
.home_slider_wrap .carousel-item-next,
.home_slider_wrap .carousel-item-prev {
    display: block;
}

.home_slider_image_box {
    width: 100%;
    height: 620px;
    border-radius: 0 !important;
}

.home_slider_image {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0 !important;
}

.home_slider_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.16),
        rgba(0,0,0,0.02),
        rgba(0,0,0,0.12)
    );
    pointer-events: none;
    z-index: 2;
}

.home_slider_wrap .carousel-indicators {
    bottom: 22px;
    margin-bottom: 0;
    z-index: 5;
}

.home_slider_wrap .carousel-indicators li {
    width: 34px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,0.65);
    border: 0;
    opacity: 1;
    margin: 0 4px;
}

.home_slider_wrap .carousel-indicators li.active {
    background: #fff;
}

.home_slider_arrow {
    width: 46px;
    height: 46px;
    background: rgba(255,255,255,0.86);
    color: #111;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: 0.25s ease;
    z-index: 6;
}

.home_slider_arrow:hover {
    background: #000;
    color: #fff;
}

.home_slider_arrow span {
    filter: invert(1);
}

/* ================================
   Section Header
================================ */

.home_section {
    padding: 48px 0 20px;
}

.home_section_header {
    text-align: center;
    margin-bottom: 26px;
}

.home_section_title {
    color: #111;
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    /*letter-spacing: -0.5px;*/
}

.home_section_subtitle {
    color: #777;
    font-size: 14px;
    margin: 8px 0 0;
}

/* ================================
   Product Cards
================================ */

.home_products_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.home_product_card {
    position: relative;
    background: #fff;
}

.home_product_image_box {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #f7f7f7;
    aspect-ratio: 3 / 4;
}

.home_product_image_link {
    display: block;
    width: 100%;
    height: 100%;
}

.home_product_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.home_product_card:hover .home_product_image.home_img_loaded {
    transform: scale(1.035);
}

.home_product_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffe9ec;
    color: #e93644;
    border-radius: 6px;
    padding: 5px 9px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.home_product_sold {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    background: #111;
    color: #fff;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
}

.home_product_cart {
    position: absolute;
    right: 12px;
    bottom: 14px;
    z-index: 4;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255,255,255,0.94);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
    transition: 0.25s ease;
}

.home_product_cart:hover {
    background: #000;
    color: #fff;
}

.home_product_dots {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 3;
}

.home_product_dots span {
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,0.78);
    border-radius: 50%;
}

.home_product_dots span:first-child {
    background: #333;
}

.home_product_info {
    padding: 12px 0 0;
}

.home_product_brand {
    color: #000;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 4px;
}

.home_product_brand a {
    color: #000;
    text-decoration: none;
}

.home_product_name {
    color: #161616;
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_product_name a {
    color: #161616;
    text-decoration: none;
}

.home_product_price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #101010;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.home_product_old_price {
    color: #777;
    font-weight: 500;
    text-decoration: line-through;
    opacity: 0.75;
}

.home_view_more_wrap {
    text-align: center;
    margin-top: 34px;
}

.home_view_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 46px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    transition: 0.25s ease;
}

.home_view_more:hover {
    color: #fff;
    background: #333;
}

/* ================================
   Categories Improved
================================ */

.home_categories_section {
    padding: 50px 0 65px;
    background: linear-gradient(180deg, #fff 0%, #faf7f3 100%);
}

.home_categories_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.home_category_card {
    display: block;
    text-decoration: none;
    color: #111;
    position: relative;
}

.home_category_image_box {
    width: 100%;
    height: 380px;
    border-radius: 34px;
    overflow: hidden;
    background: #f7f3ef;
    border: 2px solid #d8b57f;
    position: relative;
    box-shadow: 0 14px 35px rgba(0,0,0,0.08);
    transition: 0.35s ease;
}

.home_category_image_box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.02) 0%,
        rgba(0,0,0,0.05) 48%,
        rgba(0,0,0,0.45) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.home_category_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.home_category_card:hover .home_category_image_box {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.14);
}

.home_category_card:hover .home_category_image.home_img_loaded {
    transform: scale(1.045);
}

.home_category_title_box {
    position: absolute;
    right: 18px;
    left: 18px;
    bottom: 18px;
    z-index: 3;
    min-height: auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.home_category_title {
    width: 100%;
    color: #111;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(8px);
    font-size: 22px;
    font-weight: 800;
    margin: 0 auto !important;
    line-height: 1.3;
    text-align: center !important;
    padding: 12px 14px;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

/* ================================
   Responsive
================================ */

@media (max-width: 1199px) {
    .home_products_grid,
    .home_categories_grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }

    .home_category_image_box {
        height: 330px;
    }
}

@media (max-width: 991px) {
    .home_container {
        width: 94%;
    }

    .home_slider_wrap #main-carousel,
    .home_slider_wrap .carousel-inner,
    .home_slider_wrap .carousel-item,
    .home_slider_image_box,
    .home_slider_image {
        height: 460px;
    }

    .home_products_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .home_categories_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .home_category_image_box {
        height: 330px;
        border-radius: 26px;
    }

    .home_category_title {
        font-size: 19px;
        padding: 10px 12px;
    }
}

@media (max-width: 575px) {
    .home_slider_wrap #main-carousel,
    .home_slider_wrap .carousel-inner,
    .home_slider_wrap .carousel-item,
    .home_slider_image_box,
    .home_slider_image {
        height: 390px;
    }

    .home_slider_image {
        object-fit: cover;
        object-position: center;
    }

    .home_slider_wrap .carousel-indicators {
        bottom: 14px;
    }

    .home_slider_wrap .carousel-indicators li {
        width: 22px;
        height: 4px;
    }

    .home_slider_arrow {
        display: none;
    }

    .home_section {
        padding: 34px 0 10px;
    }

    .home_section_header {
        margin-bottom: 20px;
    }

    .home_section_title {
        font-size: 23px;
    }

    .home_section_subtitle {
        font-size: 13px;
    }

    .home_products_grid {
        gap: 14px;
    }

    .home_product_image_box {
        border-radius: 12px;
        aspect-ratio: 3 / 4.25;
    }

    .home_product_brand {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .home_product_name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .home_product_price {
        font-size: 14px;
        gap: 5px;
    }

    .home_product_badge {
        font-size: 11px;
        padding: 4px 7px;
    }

    .home_product_sold {
        font-size: 10px;
        padding: 5px 7px;
        top: 8px;
        left: 8px;
    }

    .home_product_cart {
        width: 32px;
        height: 32px;
        right: 8px;
        bottom: 10px;
        border-radius: 10px;
        font-size: 13px;
    }

    .home_product_dots {
        bottom: 10px;
        gap: 5px;
    }

    .home_product_dots span {
        width: 6px;
        height: 6px;
    }

    .home_categories_section {
        padding: 36px 0 48px;
    }

    .home_categories_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 13px;
    }

    .home_category_image_box {
        height: 270px;
        border-radius: 22px;
        border-width: 1.5px;
    }

    .home_category_image {
        object-fit: cover;
        object-position: center top;
    }

    .home_category_title_box {
        right: 10px;
        left: 10px;
        bottom: 10px;
    }

    .home_category_title {
        font-size: 14px;
        padding: 9px 8px;
        border-radius: 999px;
        text-align: center !important;
    }
}

@media (max-width: 390px) {
    .home_slider_wrap #main-carousel,
    .home_slider_wrap .carousel-inner,
    .home_slider_wrap .carousel-item,
    .home_slider_image_box,
    .home_slider_image {
        height: 360px;
    }

    .home_products_grid {
        gap: 11px;
    }

    .home_category_image_box {
        height: 250px;
    }

    .home_category_title {
        font-size: 13px;
        padding: 8px 7px;
        text-align: center !important;
    }
}

        
/*geeral css*/
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

 
.latest_footer,
.home_page,
.home_slider_wrap {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
}
