/*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: black;
    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: #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: #222;
}

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: black;
    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);
      
      
    }







   
    .oh-header {
        width: 100%;
        background: #fff;
        z-index: 999;
        position: relative;
    }
    
    .oh-top-marquee {
        width: 100%;
        height: 30px;
        background: black;
        color: #fff;
        overflow: hidden;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
    
    .oh-marquee-track {
        display: flex;
        gap: 60px;
        min-width: 200%;
        animation: ohMarquee 22s linear infinite;
    }
    
    .oh-marquee-track span {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
    }
    
    @keyframes ohMarquee {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }
    
    .oh-desktop-header {
        height: 88px;
        background: #fff;
        display: flex;
        align-items: center;
        padding: 0 42px;
        gap: 25px;
        border-bottom: 1px solid #f1f1f1;
    }
    
    .oh-logo img {
        width: 125px;
        max-height: 60px;
        object-fit: contain;
    }
    
    .oh-desktop-menu {
        display: flex;
        align-items: center;
        gap: 22px;
        flex-shrink: 0;
    }
    
    .oh-desktop-menu a {
        color: #222;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }
    
    .oh-desktop-search {
        flex: 1;
        max-width: 430px;
        margin-left: auto;
    }
    
    .oh-desktop-search form {
        height: 46px;
        background: #fafafa;
        display: flex;
        align-items: center;
        padding: 0 14px;
    }
    
    .oh-desktop-search input {
        border: 0;
        outline: 0;
        background: transparent;
        width: 100%;
        height: 100%;
        font-size: 13px;
        color: #222;
    }
    
    .oh-desktop-search button {
        border: 0;
        background: transparent;
        font-size: 20px;
        color: #222;
        cursor: pointer;
    }
    
    .oh-header-icons {
        display: flex;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
    }
    
    .oh-header-icons a,
    .oh-mobile-icon {
        color: #222;
        font-size: 21px;
        text-decoration: none;
        position: relative;
    }
    
    .oh-icon-count {
        position: relative;
    }
    
    .oh-icon-count span {
        position: absolute;
        top: -7px;
        right: -9px;
        min-width: 15px;
        height: 15px;
        background: #222;
        color: #fff;
        border-radius: 50%;
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .oh-dropdown {
        position: relative;
    }
    
    .oh-dropbtn {
        border: 0;
        background: transparent;
        color: #222;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
        padding: 8px 3px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .oh-dropdown-content {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 135px;
        background: #fff;
        box-shadow: 0 8px 25px rgba(0,0,0,.12);
        z-index: 99999;
        padding: 8px 0;
    }
    
    .oh-dropdown:hover .oh-dropdown-content {
        display: block;
    }
    
    .oh-dropdown-content a {
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 8px 12px;
        color: #222;
        text-decoration: none;
        font-size: 13px;
        white-space: nowrap;
    }
    
    .oh-dropdown-content a:hover {
        background: #f7f7f7;
    }
    
    .oh-dropdown-content img {
        width: 14px;
        border-radius: 0;
    }
    
    .oh-mobile-header {
        display: none;
    }
    
    .oh-header {
        overflow: visible !important;
        /*z-index: 99999 !important;*/
    }
    
    .oh-mobile-header,
    .oh-desktop-header,
    .oh-mobile-search,
    .oh-desktop-search {
        overflow: visible !important;
    }
    
    .ui-autocomplete,
    .autocomplete-suggestions,
    .search-result,
    .search-results,
    #product_list,
    #get_product_list {
        z-index: 999999 !important;
        background: #fff !important;
        position: absolute !important;
    }
    
    .moshi-sidenav {
        position: fixed !important;
        top: 0 !important;
        left: -320px !important;
        width: 300px !important;
        height: 100vh !important;
        background: #ffffff !important;
        z-index: 2147483647 !important;
        transition: left 0.3s ease !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        box-shadow: 5px 0 25px rgba(0,0,0,0.25) !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .moshi-sidenav.open {
        right: 0 !important;
    }
    
    .moshi-sidebar-overlay {
        display: none;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        background: rgba(0,0,0,0.45) !important;
        z-index: 2147483646 !important;
    }
    
    .moshi-sidebar-head {
        height: 60px;
        padding: 0 18px;
        border-bottom: 1px solid #eeeeee;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #222;
        font-size: 16px;
        font-weight: 600;
    }
    
    .moshi-sidebar-close {
        border: 0;
        background: transparent;
        color: #222;
        font-size: 32px;
        line-height: 1;
        cursor: pointer;
    }
    
    .moshi-sidebar-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        background: #fff;
    }
    
    .moshi-sidebar-menu li {
        text-align: right;
        display: block;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .moshi-sidebar-menu li a {
        display: block;
        padding: 14px 18px;
        color: #222 !important;
        text-decoration: none !important;
        font-size: 14px;
        background: #fff;
    }
    
    .moshi-sidebar-menu li ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background: #fafafa;
    }
    
    .moshi-sidebar-menu li ul li a {
        padding-right: 35px;
        font-size: 13px;
        background: #fafafa;
    }
    
    body.sidebar-open {
        overflow: hidden !important;
    }
    body.sidebar-open {
        overflow: hidden;
    }
    
    @media (max-width: 991px) {

    /* =========================================
       SHOW MOBILE / HIDE DESKTOP
    ========================================== */

    .oh-desktop-header {
        display: none !important;
    }

    .oh-mobile-header {
        display: block !important;
        width: 100%;
        background: #ffffff;
        position: relative;
        z-index: 99999;
        overflow: visible !important;
    }


    /* =========================================
       TOP WHITE ROW
    ========================================== */

    .oh-mobile-top-row {
        width: 100%;
        min-height: 72px;
        display: grid;
        grid-template-columns: 65px minmax(120px, 1fr) 65px;
        align-items: center;
        background: #ffffff;
        border-bottom: 1px solid #eeeeee;
        position: relative;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: visible;
    }


    /* =========================================
       HAMBURGER
    ========================================== */

    .oh-mobile-menu-area {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .oh-mobile-menu-button {
        width: 42px;
        height: 42px;
        border: 0;
        outline: 0;
        background: transparent;
        color: #111111;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
        font-size: 21px;
    }

    /*.oh-mobile-menu-button i {*/
    /*    font-size: 21px;*/
    /*    font-weight: 400;*/
    /*}*/
    
    /* Hamburger icon */
    .oh-mobile-menu-button i.fas {
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900 !important;
        font-style: normal;
        display: inline-block !important;
        color: #111 !important;
        font-size: 21px;
    }
    
    /* Shopping bag and other solid icons */
    .oh-mobile-black-icon i.fas {
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900 !important;
        font-style: normal;
        display: inline-block !important;
        color: #fff !important;
        font-size: 20px;
    }
    
    /* Wishlist regular icon */
    .oh-mobile-black-icon i.far {
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 400 !important;
        font-style: normal;
        display: inline-block !important;
        color: #fff !important;
        font-size: 20px;
    }


    /* =========================================
       CENTER LOGO
    ========================================== */

    .oh-mobile-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        text-align: center;
    }

    .oh-mobile-logo a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .oh-mobile-logo img {
        display: block;
        width: 145px;
        max-width: 100%;
        height: 62px;
        object-fit: contain;
    }


    /* =========================================
       LANGUAGE AND CURRENCY
    ========================================== */

    .oh-mobile-settings {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 5px;
        min-width: 0;
        position: relative;
        z-index: 999999;
    }

    .oh-mobile-settings .oh-dropdown {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .oh-mobile-setting-button {
        border: 0;
        outline: 0;
        background: transparent;
        color: #111111;
        cursor: pointer;
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 3px;
        text-transform: uppercase;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .oh-mobile-currency .oh-mobile-setting-button {
        font-size: 12px;
        letter-spacing: 3px;
    }


    /* =========================================
       MOBILE DROPDOWNS
    ========================================== */

    .oh-mobile-settings .oh-dropdown-content {
        display: none;
        position: absolute;
        top: calc(100% + 7px);
        right: 0;
        left: auto;
        min-width: 145px;
        background: #ffffff;
        border: 1px solid #eeeeee;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
        padding: 7px 0;
        z-index: 9999999;
    }

    .oh-mobile-settings .oh-dropdown:hover .oh-dropdown-content,
    .oh-mobile-settings .oh-dropdown:focus-within .oh-dropdown-content {
        display: block;
    }

    .oh-mobile-settings .oh-dropdown-content a {
        width: 100%;
        min-height: 35px;
        padding: 8px 12px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 7px;
        color: #222222;
        background: #ffffff;
        text-decoration: none;
        font-size: 12px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .oh-mobile-settings .oh-dropdown-content a:hover {
        background: #f7f7f7;
    }

    .oh-mobile-settings .oh-dropdown-content img {
        width: 17px;
        height: 12px;
        object-fit: cover;
        border-radius: 0;
        flex-shrink: 0;
    }


    /* =========================================
       BLACK ICON ROW
    ========================================== */

    .oh-mobile-black-row {
        width: 100%;
        height: 52px;
        background: #000000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 68px;
        box-sizing: border-box;
        position: relative;
        z-index: 9999;
    }

    .oh-mobile-black-icon {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #fff !important;
        text-decoration: none !important;
        line-height: 1;
    }

    /*.oh-mobile-black-icon i {*/
    /*    color: #ffffff !important;*/
    /*    font-size: 19px;*/
    /*    font-weight: 400;*/
    /*}*/

    .oh-mobile-black-icon .fa-shopping-bag {
        font-size: 20px;
    }


    /* =========================================
       CART AND WISHLIST COUNTS
    ========================================== */

    .oh-mobile-black-row .oh-icon-count {
        position: relative;
    }

    .oh-mobile-black-row .oh-icon-count span {
        position: absolute;
        top: 1px;
        right: 0;
        min-width: 14px;
        height: 14px;
        padding: 0 2px;
        box-sizing: border-box;
        background: #ffffff;
        color: #000000;
        border-radius: 50%;
        border: 1px solid #000000;
        font-size: 8px;
        font-weight: 600;
        line-height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }


    /* =========================================
       SEARCH ROW
    ========================================== */

    .oh-mobile-search {
        width: 100%;
        /*min-height: 58px;*/
        /*padding: 9px 20px;*/
        box-sizing: border-box;
        background: #ffffff;
        border-bottom: 1px solid #eeeeee;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 9998;
        overflow: visible !important;
    }

    .oh-mobile-search form {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        background: #f4f4f4;
        border: 1px solid #e1e1e1;
        position: relative;
        overflow: visible;
    }

    .oh-mobile-search button {
        width: 42px;
        height: 100%;
        flex: 0 0 42px;
        border: 0;
        border-right: 1px solid #dddddd;
        outline: 0;
        background: #eeeeee;
        color: #777777;
        padding: 0;
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .oh-mobile-search button i {
        font-size: 15px;
        color: #777777;
    }

    .oh-mobile-search input {
        width: 100%;
        height: 100%;
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: black;
        padding: 0 12px;
        font-size: 11px;
        text-align: left;
        direction: ltr;
        box-sizing: border-box;
    }

    .oh-mobile-search input::placeholder {
        color: #aaaaaa;
        opacity: 1;
    }


    /* =========================================
       SEARCH AUTOCOMPLETE
    ========================================== */

    /*.ui-autocomplete,*/
    /*.autocomplete-suggestions,*/
    /*.search-result,*/
    /*.search-results,*/
    /*#product_list,*/
    /*#get_product_list {*/
    /*    width: calc(100% - 40px) !important;*/
    /*    max-width: none !important;*/
    /*    left: 20px !important;*/
    /*    right: 20px !important;*/
    /*    top: 100% !important;*/
    /*    position: absolute !important;*/
    /*    background: #ffffff !important;*/
    /*    z-index: 99999999 !important;*/
    /*    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.14);*/
    /*}*/


    /* =========================================
       SIDEBAR FIX
    ========================================== */

    .moshi-sidenav {
        left: -320px !important;
        right: auto !important;
        transition: left 0.3s ease !important;
    }

    .moshi-sidenav.open {
        left: 0 !important;
        right: auto !important;
    }


    /* =========================================
       SMALL MOBILE
    ========================================== */

    @media (max-width: 380px) {

        .oh-mobile-top-row {
            grid-template-columns: 55px minmax(110px, 1fr) 58px;
            padding: 0 7px;
        }

        .oh-mobile-logo img {
            width: 128px;
        }

        .oh-mobile-setting-button {
            font-size: 7px;
            letter-spacing: 2px;
        }

        .oh-mobile-black-row {
            padding-left: 55px;
            padding-right: 55px;
        }

        .oh-mobile-search {
            padding-left: 14px;
            padding-right: 14px;
        }
    }
}
    
    
 /* Keep complete header above page sections */
.oh-header {
    position: relative !important;
    z-index: 999999 !important;
    overflow: visible !important;
}

.oh-mobile-header {
    position: relative !important;
    z-index: 999999 !important;
    overflow: visible !important;
}

.oh-mobile-search {
    position: relative !important;
    /*z-index: 9999999 !important;*/
    overflow: visible !important;
}

.oh-mobile-search form {
    position: relative !important;
    width: 100%;
    overflow: visible !important;
}

/*
|--------------------------------------------------------------------------
| SEARCH RESULT DROPDOWN
|--------------------------------------------------------------------------
*/

.oh-mobile-search .ui-autocomplete,
.oh-mobile-search .autocomplete-suggestions,
.oh-mobile-search .search-result,
.oh-mobile-search .search-results,
.oh-mobile-search #product_list,
.oh-mobile-search #get_product_list {
    position: absolute !important;
    top: calc(100% + 1px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border: 1px solid #dddddd !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    z-index: 2147483647 !important;
    display: block;
}

/* jQuery UI autocomplete when it is added directly to body */
body > .ui-autocomplete {
    position: absolute !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #ffffff !important;
    border: 1px solid #dddddd !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    z-index: 2147483647 !important;
}

/* Make result items visible */
.ui-autocomplete li,
.autocomplete-suggestions .autocomplete-suggestion,
.search-results > *,
.search-result > *,
#product_list > *,
#get_product_list > * {
    position: relative !important;
    display: block;
    background: #ffffff !important;
    color: #222222 !important;
    z-index: 2147483647 !important;
}   
    
    
    
    
    
    
    
    
    
    
    .size_picker_btns label {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    .size_picker_btns label input:checked + span {
      border-color: red !important;
      color: red;
    }
    .size_picker_btns label span {
      display: block;
      font-weight: bold;
      width: 75px;
      font-size: clamp(0.6rem, 2vw, 1rem);
      border-color: rgb(134, 134, 134) !important;
      cursor: pointer;
    }
    .grid_item .size_picker_btns label span {
        width: 34px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     
    /* GENERAL WAVY LAZY LOADER */
    .mosh_lazy_box {
        position: relative;
        overflow: hidden;
        background: #f3f3f3;
    }
    
    .mosh_lazy_wave {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            90deg,
            #eeeeee 25%,
            #fafafa 50%,
            #eeeeee 75%
        );
        background-size: 200% 100%;
        animation: moshLazyWave 1.25s infinite linear;
        z-index: 1;
    }
    
    @keyframes moshLazyWave {
        0% {
            background-position: 200% 0;
        }
        100% {
            background-position: -200% 0;
        }
    }
    
    .mosh_lazy_img {
        opacity: 0;
        transition: opacity 0.35s ease;
    }
    
    .mosh_lazy_img.mosh_loaded {
        opacity: 1;
    }
    
    /* PRODUCT DESIGN */
    .mosh_product_card {
        position: relative;
        background: #fff;
        text-align: center;
        margin-bottom: 34px;
    }
    
    .mosh_product_img_wrap {
        position: relative;
        width: 100%;
        background: #f7f7f7;
        aspect-ratio: 3 / 4.5;
        overflow: hidden;
    }
    
    .mosh_product_img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    /* Wishlist */
    .mosh_product_wishlist {
        position: absolute;
        top: 14px;
        right: 15px;
        z-index: 5;
        width: 34px;
        height: 34px;
        border: 0;
        background: transparent;
        color: #111;
        font-size: 25px;
        line-height: 34px;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    }
    
    .mosh_product_wishlist:hover {
        color: #000;
    }
    
    /* Badges */
    .mosh_product_badges {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        z-index: 6;
        display: flex;
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap;
        padding: 0 8px;
    }
    
    .mosh_badge {
        display: inline-block;
        padding: 5px 10px;
        font-size: 11px;
        line-height: 1;
        font-weight: 600;
        color: #fff;
        background: #111;
        text-transform: uppercase;
        border-radius: 0;
        white-space: nowrap;
    }
    
    .mosh_badge_new {
        background: #111111;
    }
    
    .mosh_badge_sold {
        background: #a9777f;
    }
    
    .mosh_badge_out {
        background: #b91c1c;
    }
    
    .mosh_badge_offer {
        background: #286c54;
    }
    
    /* Info */
    .mosh_product_info {
        padding: 6px 8px 0;
    }
    
    .mosh_product_brand {
        font-size: 13px;
        color: #111;
        font-weight: 600;
        /*margin-bottom: 8px;*/
        text-transform: uppercase;
        
    }
    
    .mosh_product_title {
        text-align:center!important;
        margin: 0 0 0px;
    }
    
    .mosh_product_title a {
        color: #111;
        font-size: 15px;
        line-height: 1.5;
        text-decoration: none;
        font-weight: 400;
    }
    
    .mosh_product_price {
        text-align:center!important;
        direction:ltr;
        color: #b87854;
        font-size: 15px;
        margin: 0;
    }
    
    .mosh_product_price_old {
        color: #777;
        text-decoration: line-through;
        margin-left: 7px;
        opacity: 0.7;
    }
    
    .mosh_product_price_new {
        color: #b87854;
    }
    
    /* CATEGORY DESIGN */
    .mosh_category_card {
        position: relative;
        display: block;
        overflow: hidden;
        /*background: #f5f5f5;*/
        margin-bottom: 4px;
        padding:10px;
    }
    
    .mosh_category_img_wrap {
        position: relative;
        width: 100%;
        aspect-ratio: 3 / 4;
        overflow: hidden;
    }
    
    .mosh_category_img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .mosh_category_overlay {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 4;
        background: rgb(39 36 36 / 55%);
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mosh_category_overlay h3 {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        margin: 0;
        text-shadow: 0 1px 3px rgba(0,0,0,0.35);
    }
    
    @media (max-width: 767px) {
        .mosh_product_img_wrap {
            aspect-ratio: 3 / 4.2;
        }
    
        .mosh_product_info {
            padding-top: 6px;
        }
    
        .mosh_product_brand {
            font-size: 12px;
            /*margin-bottom: 6px;*/
        }
    
        .mosh_product_title a {
            font-size: 13px;
        }
    
        .mosh_product_price {
            font-size: 13px;
        }
    
        .mosh_badge {
            font-size: 10px;
            padding: 4px 8px;
        }
    
        .mosh_product_wishlist {
            top: 10px;
            right: 10px;
            font-size: 22px;
        }
    
        .mosh_category_img_wrap {
            aspect-ratio: 3 / 4.4;
        }
    }
 
 
 
 
 
 
 
 
 
 
 
 
 
  /*footer*/
  .mosh_foot_main {
    width: 100%;
    margin-top: 35px;
    color: #171717;
    background: #e9e9e9;
    direction: ltr;
    /*border-top: 1px solid #eeeeee;*/
}

.mosh_foot_main *,
.mosh_foot_main *::before,
.mosh_foot_main *::after {
    box-sizing: border-box;
}

.mosh_foot_content {
    width: 100%;
    padding: 45px 0 55px;
    background: #e9e9e9;
}

.mosh_foot_container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding-right: 55px;
    padding-left: 55px;
}


/* Logo */

.mosh_foot_logo {
    margin-bottom: 45px;
    text-align: center;
}

.mosh_foot_logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.mosh_foot_logo_img {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 150px;
    object-fit: contain;
}


/* Discover */

.mosh_foot_discover {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.mosh_foot_discover h3,
.mosh_foot_location h3 {
    margin: 0 0 35px;
    color: #171717; 
    font-size: 39px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.mosh_foot_discover ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mosh_foot_discover li {
    margin-bottom: 25px;
}

.mosh_foot_discover li:last-child {
    margin-bottom: 0;
}

.mosh_foot_discover a {
    display: inline-block;
    color: #171717;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mosh_foot_discover a:hover {
    color: #666666;
}


/* Social Media */

.mosh_foot_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    margin: 65px 0;
}

.mosh_foot_social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #171717;
    font-size: 34px;
    text-decoration: none;
    transition: 0.2s ease;
}

.mosh_foot_social a:hover {
    color: #666666;
    transform: translateY(-2px);
}


/* Find Us Here */

.mosh_foot_location {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.mosh_foot_map {
    width: 100%;
    overflow: hidden;
    background: #eeeeee;
}

.mosh_foot_map iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: 0;
}


/* Copyright */

.mosh_foot_copy_bar {
    width: 100%;
    padding: 24px 20px;
    color: #a9a9a9;
    background: black;
}

.mosh_foot_copy {
    width: 100%;
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center;
}


/* Desktop layout */
@media (min-width: 992px) {

    .mosh_foot_content {
        padding: 45px 0 55px;
    }

    .mosh_foot_container {
        display: grid;
        grid-template-columns: 0.8fr 0.8fr 1.4fr;
        align-items: start;
        gap: 60px;
        max-width: 1450px;
        padding-right: 55px;
        padding-left: 55px;
    }

    /* Logo column */
    .mosh_foot_logo {
        grid-column: 1;
        margin: 0 0 30px;
        text-align: left;
    }

    .mosh_foot_logo_img {
        max-width: 190px;
        max-height: 125px;
    }

    /* Social under logo */
    .mosh_foot_social {
        grid-column: 1;
        justify-content: flex-start;
        gap: 40px;
        margin: 20px 0 0;
    }

    .mosh_foot_social a {
        font-size: 30px;
    }

    /* Discover column */
    .mosh_foot_discover {
        grid-column: 2;
        width: 100%;
        max-width: none;
        margin: 0;
        text-align: left;
    }

    .mosh_foot_discover h3 {
        margin: 0 0 25px;
        font-size: 28px;
        line-height: 1.2;
        text-align: left;
    }

    .mosh_foot_discover ul {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .mosh_foot_discover li {
        margin: 0;
    }

    .mosh_foot_discover a {
        font-size: 18px;
        line-height: 1.5;
    }

    /* Map column */
    .mosh_foot_location {
        grid-column: 3;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .mosh_foot_location h3 {
        margin: 0 0 25px;
        font-size: 28px;
        line-height: 1.2;
        text-align: left;
    }

    .mosh_foot_map {
        width: 100%;
    }

    .mosh_foot_map iframe {
        width: 100%;
        height: 280px;
    }
}


/* Tablet and Mobile */

@media (max-width: 991px) {

    .mosh_foot_main {
        margin-top: 0px;
    }

    .mosh_foot_content {
        padding: 30px 0 45px;
    }

    .mosh_foot_container {
        padding-right: 38px;
        padding-left: 38px;
    }

    .mosh_foot_logo {
        margin: 0 0 50px;
        padding-top: 0;
        text-align: center;
    }

    .mosh_foot_logo_img {
        max-width: 185px;
        max-height: 145px;
    }

    .mosh_foot_discover {
        max-width: 100%;
        margin: 0;
    }

    .mosh_foot_discover h3,
    .mosh_foot_location h3 {
        margin-bottom: 35px;
        font-size: 39px;
        text-align: left;
    }

    .mosh_foot_discover li {
        margin-bottom: 25px;
    }

    /*.mosh_foot_discover a {*/
    /*    font-size: 24px;*/
    /*}*/

    .mosh_foot_social {
        gap: 75px;
        margin: 70px 0 75px;
    }

    .mosh_foot_social a {
        font-size: 33px;
    }

    .mosh_foot_location {
        max-width: 100%;
        margin: 0;
    }

    .mosh_foot_map {
        width: 100%;
        overflow: hidden;
    }

    .mosh_foot_map iframe {
        width: 100%;
        height: 320px;
    }

    .mosh_foot_copy_bar {
        padding: 24px 15px;
    }

    .mosh_foot_copy {
        font-size: 13px;
        letter-spacing: 0.8px;
    }
}


/* Small Mobile */

@media (max-width: 480px) {

    .mosh_foot_container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .mosh_foot_logo {
        margin-bottom: 45px;
    }

    .mosh_foot_logo_img {
        max-width: 165px;
        max-height: 130px;
    }

    .mosh_foot_discover h3,
    .mosh_foot_location h3 {
        margin-bottom: 30px;
        font-size: 36px;
    }

    .mosh_foot_discover a {
        font-size: 22px;
    }

    .mosh_foot_social {
        gap: 70px;
        margin: 65px 0 0px;
    }

    .mosh_foot_social a {
        font-size: 31px;
    }

    .mosh_foot_map iframe {
        height: 290px;
    }

    .mosh_foot_copy_bar {
        padding: 22px 12px;
    }

    .mosh_foot_copy {
        font-size: 12px;
    }
}


.mosh_foot_grid {
    display: grid;
    grid-template-columns: 0.75fr 0.85fr 1.4fr;
    align-items: start;
    gap: 34px;
}

.mosh_foot_brand_column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mosh_foot_logo {
    width: 100%;
    margin: 0;
    text-align: left;
}

.mosh_foot_logo_img {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 125px;
    object-fit: contain;
}

.mosh_foot_social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 35px;
}

.mosh_foot_social a {
    color: #171717;
    font-size: 30px;
    text-decoration: none;
}

.mosh_foot_discover {
    width: 100%;
    margin: 0;
    text-align: left;
}

.mosh_foot_discover h3,
.mosh_foot_location h3 {
    margin: 0 0 25px;
    color: #171717; 
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.mosh_foot_discover ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mosh_foot_discover li {
    margin: 0 0 14px;
    display:block;
}

.mosh_foot_discover a {
    color: #171717;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
}

.mosh_foot_location {
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: left;
}

.mosh_foot_map {
    width: 100%;
    overflow: hidden;
}

.mosh_foot_map iframe {
    display: block;
    width: 100%;
    height: 280px;
    border: 0;
}



@media (max-width: 991px) {

    .mosh_foot_grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .mosh_foot_brand_column {
        width: 100%;
        align-items: center;
    }

    .mosh_foot_logo {
        text-align: center;
    }

    .mosh_foot_logo_img {
        max-width: 165px;
        margin: 0 auto;
    }

    .mosh_foot_social {
        justify-content: center;
        margin-top: 30px;
        gap: 65px;
    }

    .mosh_foot_discover,
    .mosh_foot_location {
        width: 100%;
        text-align: right;
    }

    .mosh_foot_discover h3,
    .mosh_foot_location h3 {
        font-size: 25px;
        text-align: right;
    }

    .mosh_foot_discover a {
        font-size: 15px;
    }

    .mosh_foot_map iframe {
        height: 290px;
    }
}