/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
body#app {
    background: white;
}
/* header  */ 
.inner.bg-inherit {
    background: white;
}
.main-menu li.root-level {
    display: inline-block;
    color: black;
}
nav#mobile-menu ul li a {
    color: black;
}
nav#mobile-menu ul li a:hover {
    color: #ff66c4;
}
.sub-menu.w-56 ul li a span {
    color: black;
}
.top-navbar {
    background: #3d82cf;
    color: white;
}
/* mover banner///////////////// */ 
  [dir=rtl] .carousel-slider .swiper {
    padding: 0rem !important;
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
   margin: 0px !important;
    padding: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0rem;
}
.rounded-md {
    border-radius: 0rem !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding: 0px;
}
section:first-of-type.s-block.s-block--photos-slider {
    margin: 0px !important;
}

/* categoryyy//////////////// */ 
.grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8{
    display: flex;
    flex-wrap: wrap;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
 .banner--fixed img {
    background: #faebd700;
}   

.banner-entry {
    width: 100%;
    height: 300px !important;
    background: #f9fafb00;
}
.lazy__bg.lazy.entered.loaded{
transition: transform 1s;
}
.lazy__bg.lazy.entered.loaded:hover {
transform: scale(0.9);
}
/*products*/
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #3d82cf;
    color: white;
    border: 1px solid #3d82cf;
}
    .s-product-card-vertical {
    border: 2px solid #3d82cf;
}

.s-slider-block__display-all {
color: black;
}
.store-footer__inner {
    background: #3d82cf !important;
    color: white;
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background: #3d82cf;
    max-width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 2rem;
}

b.s-cart-summary-total {
    color: black;
}
.sicon-user-circle:before {
    content: "\f072";
    color: black;
}
.sicon-shopping-bag:before {
    content: "\ef36";
    color: black;
}
.s-block--features__item {
    border: 2px solid #3d82cf;
}
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    background: #3d82cf;
    color: white;
}
/* Media Query for Mobile Devices */ 
 @media (max-width: 767px) { 
           .banner-entry {
    width: 100%;
     height: 150px !important;
         background: #f9fafb00;
    }
    .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    margin-top: -27px;
}
  } 
  
/* Media Query for low resolution  Tablets, Ipads */ 
       
@media (min-width: 481px) and (max-width: 767px) { 
 .banner-entry {
    width: 47%;
    height: 150px!important;
    background: #f9fafb00;
    }
    .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    margin-top: -28px !important;
}
    
 }
/* Media Query for Tablets Ipads portrait mode */ 
 
  @media (min-width: 768px) and (max-width: 1024px){ 
 .banner-entry {
    width: 100%;
     height: 230px !important;
         background: #f9fafb00;
    }
    .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    margin-top: -22px !important;
}
 } 
 
/* Media Query for Laptops and Desktops */ 

@media (min-width: 1025px) and (max-width: 1280px){ 
 banner-entry {
    width: 48%;
     height: 130px !important;
         background: #f9fafb00;
    }
  }
  .message.sm-fixed.bottom-right {
    display: none !important;
}
.smt-app-whatsapp .message.show:not(.top-center):not(.bottom-center):not(.bottom):not(.top) {
visibility: hidden !important;
display: none !important;
}
.s-slider-block__title-right:after{
    content: "";
    min-width: 1px;
    height: 3px;
    margin-top: 4px;
    color: black;
    background: black;
    display: block;
}
.hidden.lg\:flex.items-center {
    display: none;
}
.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20 {
    display: none;
}