/* Add custom CSS styles below */ 




.mm-spn.mm-spn--navbar ul .mobile-menu-slider.text-sm.font-bold {
    top: calc(50px + 1px);
    top: calc(var(--mm-spn-item-height) + 1px);
    display: none;
}
@media (max-width: 767px) {
    .mob\:bottom-4 {
        bottom: 6rem;
    }

.salla-thumbnails-wrapper {
    margin-top: 0px;
    padding: 0px 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
}}
/*
.custom-thumbs{
display:flex;
gap:8px;
margin-top:12px;
justify-content:center;
flex-wrap:wrap;
}

.thumb{
width:60px;
height:60px;
object-fit:cover;
border-radius:6px;
cursor:pointer;
opacity:.6;
border:2px solid transparent;
transition:.3s;
}

.thumb.active{
opacity:1;
border-color:#be973e;
}*/
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
   
    width: 18% !important;
   }
.bottom-header {
   
    margin: 0;
   bottom:0 !important;
    right: 0;
    z-index: 10;
}
.bottom-header-buttons {
    align-items: baseline;
    display: flex;
    gap: 0;
    justify-content: space-around;
    padding: 0 10px;
}
.bottom-header-icon i {
    font-size: 1.2rem !important;
}
.s-trust-badges-image, .sbc-link img.lazy.object-contain.max-h-full.p-2.loaded{
  width:39px;
  height: 39px;
}
.store-footer .footer-container {
  padding-bottom: 0rem;
   
}
.footer-middle.footer-container .flex.flex-col.gap-4.shrink-0{
  display: none
}
@media (max-width: 767px) {
salla-trust-badges ,.sbc-certificate{
  width: 45vw;
      border: 1px solid #b2b7c0;
      
    overflow: hidden;
   
}
  .sbc-certificate{
    flex-direction: row-reverse;
    text-align: center;
    border-radius: 0 1.5rem;
  }
  salla-trust-badges{
    border-radius: 1.5rem 0;
     padding: 2px;
    justify-content: space-around;
  }
  .navbar-brand.p-1 {
    flex-direction: row;
    align-items: center;
  }
   .navbar-brand.p-1 h1.sr-only{
    /* font-family: 'el messiri'; */
    color: black;
    position: relative;
    width: auto;
    font-size: 12px;
    /* margin: auto; */
    height: 24px;
    /* padding: 0; */
             margin-bottom: 9px;

   }
  .navbar-brand.p-1 {
    flex-direction: row;
    align-items: center;
    border: 1px solid;
    border-radius: 3rem;
    padding: 0 3px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid white;
    border-left: 1px white solid;
    gap: .5rem
}
}
.money-save{display: none}
.in-view .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 2rem;
  text-align: center;
  width: 100%;
  padding-right: 3rem
}
.in-view .s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 2rem;
    padding-right: 2rem;
}
.our-business h2{
  text-align: center
}
.our-business p{
  display: none
}
.our-business .box-img.rounded-none{
  border-radius: 0rem 0;
}



  #custom-lightbox-v2 {
        display: none;
        position: fixed;
        z-index: 9999999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.9);
        backdrop-filter: blur(8px);
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    #custom-lightbox-v2 img {
        max-width: 90%;
        max-height: 90%;
        border: 2px solid #fff;
        border-radius: 8px;
        box-shadow: 0 0 30px rgba(0,0,0,0.8);
        animation: lightboxZoom 0.3s ease-out;
        cursor: default;
    }
    @keyframes lightboxZoom {
        from { transform: scale(0.8); opacity: 0; }
        to { transform: scale(1); opacity: 1; }
    }
    #custom-lightbox-v2 .close-btn {
        position: absolute;
        top: 20px;
        right: 30px;
        color: #fff;
        font-size: 45px;
        font-weight: 200;
        cursor: pointer;
        line-height: 1;
    }
    .our-business img {
        cursor: zoom-in !important;
    }
  #custom-lightbox-gallery {
        display: none;
        position: fixed;
        z-index: 9999999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.95);
        backdrop-filter: blur(8px);
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    #custom-lightbox-gallery img {
        max-width: 85%;
        max-height: 85%;
        border: 2px solid #fff;
        border-radius: 8px;
        box-shadow: 0 0 30px rgba(0,0,0,0.8);
        animation: galleryZoom 0.3s ease-out;
        cursor: default;
    }
    @keyframes galleryZoom {
        from { transform: scale(0.8); opacity: 0; }
        to { transform: scale(1); opacity: 1; }
    }
    #custom-lightbox-gallery .close-btn {
        position: absolute;
        top: 20px;
        right: 30px;
        color: #fff;
        font-size: 45px;
        font-weight: 200;
        cursor: pointer;
        line-height: 1;
        z-index: 10;
    }
    #custom-lightbox-gallery .close-btn:hover {
        color: #ccc;
    }
    #custom-lightbox-gallery .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(255,255,255,0.2);
        color: #fff;
        border: none;
        font-size: 40px;
        padding: 15px 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        z-index: 10;
    }
    #custom-lightbox-gallery .nav-btn:hover {
        background-color: rgba(255,255,255,0.4);
    }
    #custom-lightbox-gallery .prev-btn {
        left: 20px;
    }
    #custom-lightbox-gallery .next-btn {
        right: 20px;
    }
    #custom-lightbox-gallery .counter {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 16px;
        background-color: rgba(0,0,0,0.5);
        padding: 10px 20px;
        border-radius: 20px;
        z-index: 10;
    }
    .our-business img {
        cursor: zoom-in !important;
    }
.s-block__title h2 {
    color: #111;
    color: var(--title-color,#111);
    /* font-size: 1.25rem;
    font-size: 1.7rem; */
    line-height: 1.25;
    line-height: var(--title-line-height,1.25);
}
.s-product-card-content-title a {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #1f2937;
    color: rgba(31,41,55,var(--tw-text-opacity,1));
}
/* body {
  font-family: var(--font-main) !important;
} */
.s-block__title h2 {
    color: #111;
    color: var(--title-color,#111);
    font-size: 1.33rem;
    /* font-size: 1.7rem; */
    line-height: 1.25;
    line-height: var(--title-line-height,1.25);
}
.s-slider-block__title h2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
    line-height: 1.2;
    position: relative;
}
.section_class p.text-gray-400.da-ts.w-full{
  display: none
}
@media (min-width: 1024px) {
  .in-view .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left:0;
    text-align: right;
    width: 100%;
    padding-right: 0;
}
}
@media (max-width: 1023px) {
  .s-block__title h2 {
    color: #111;
    color: var(--title-color,#111);
    font-size: 1.33rem;
    line-height: 1.25;
    line-height: var(--title-line-height,1.25);
}
  .s-product-card-content-title a {
    font-size: 1rem;
}
  .s-slider-block__title h2 {
    font-size: 1.33rem;
    font-weight: 400;
    line-height: 1.75rem;
    line-height: 1.2;
    position: relative;
}
  .s-block__title {
   
    margin-bottom: 0.7rem;
}
.footer-profile {
    margin-bottom: 1rem;
}
  .store-footer .footer-container .logo-footer .foo {
   height: 3.5rem !important;
}
  h3.s-product-card-content-title.line-clamp-1.font-primary{
    text-align: center
  }
  .s-product-card-props{
    justify-content: center
  }
  .s-product-card-content-sub.justify-between {
    justify-content: center;
}
  section.s-block.container {
    margin-bottom: -1.5rem;
}
  .bottom-header-icon i {
    font-size: 1.1rem !important;
}
  .bottom-header-icon {
   
    height: 2.4rem;
    width: 2.4rem;
}
  .bottom-header-icon i+span {

    font-size: 14px;
}
}