/* Add custom CSS styles below */ 
/*header-----------*/

.header-btn__icon {
    box-shadow: 0px 0px 10px #d05e96;
}
.navbar-brand img {
    max-height: 5rem;
}


/* body >>>>desigin----------*/
.rounded-b-none {
    border-radius: 0;
}

body#app {
    background-image: url(https://i.ibb.co/YyKLGCP/bg.png);
    background-size: contain;
}
 .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
img {
    background: transparent !important;
}


/* slide one-----------*/
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 0;
}
#photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden{
    padding: 0rem;
} 
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--photos-slider{
   margin:0;
}
/*banners cods full width-----*/
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div{
    max-width:100%;
    padding:0;
    margin:0;
}
/*banners cods full width-----*/
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div{
    max-width:100%;
    padding:0;
    margin:0;
}
/*card--------*/
.s-product-card-entry {
    border: 3px solid #d05e96;
    padding: 7px;
    border-radius: 17px;
    box-shadow:0px 0px 10px #d05e96;
    height: 96%;
    margin-top: 8px;
}
.flex.mb-6,
.md\:flex,
.s-product-card-content-sub,
.store-footer a,
.s-product-card-content-subtitle,
.s-product-card-content-title a,
.store-footer .contact-social ul,
.footer-is-light .store-footer .store-footer__inner {
    text-align: center !important;
    justify-content: center !important;
}
/*display----------*/
.s-slider-block__title {
    display: none;
}
/*footer-------*/
.store-footer h3 {
    color: #494646 !important;
    background: #fff;
    border-radius: 8px;
    font-weight: bold;
    padding-top: 0.3rem;
    width: 100%;
    padding-bottom: 0.3rem;
    box-shadow: 0px 0px 12px #d05e96;
}

@media(max-width:767px){
   #photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden{
     padding:0;
   }
.s-products-slider-card {
    max-width: 190px;
    }
    .s-block {
    margin-top: 1rem;
}

span.text-sm.copyright-text {
    font-weight: bold;
}

}