/* Add custom CSS styles below */ 
@media screen and (max-width:768px) {
body.index .store-header {
    position: static;
}
}
/*****---firs-banner--------*/
.my-main-banner-0,
.my-main-banner-0>.head_img {
    height: 85vh;
}
.my-main-banner-0 .head_img > div {
    align-items: center;
    justify-content: center !important;
    padding-bottom: 0px;
}
.my-main-banner-0 p {
    opacity: 1;
    font-size: 20px !important;
    margin-top: 20px;
    color: #000;
}

.my-main-banner-0 h1 {
    font-weight: 700;
    font-size: 45px !important;
    color: #000;
}

@media screen and (max-width:768px) {

    .my-main-banner-0,
    .my-main-banner-0 .head_img {
        height: 30vh;
    }

    .my-main-banner-0>.head_img> {
        height: 30vh;
    }

    .my-main-banner-0 .head_img>div {
    padding-bottom: 0px;
    justify-content: flex-end!important;
}
    .my-main-banner-0 p {
        display: none
    }

    .my-main-banner-0 .head_img>div {
        padding-bottom: 0px;
    }

    .my-main-banner-0 h1 {
        font-size: 15px !important;
        line-height: 18px;
    }
}
/*------------my-fixed-banner---- ----*/
.my-fixed-banner {
    margin-bottom: 40px
}

.my-fixed-banner button {
    color: #fff !important;
    border-color: #fff;
    border-radius:50px;
    background:#18BA9E
}

.my-fixed-banner button a {
    color: #fff !important;
}

.my-fixed-banner .absolute {
    width: 100% !important;
    left: 0px;
    top:unset;
    bottom:30px;
}

.my-fixed-banner h1 {
    color: #fff !important;
    font-size: 35px !important;
}

@media screen and (max-width:768px) {
    .my-fixed-banner h1 {
        font-size: 28px !important;
    }
}
/***************advantage********************/
@media screen and (max-width:768px) {
    .my-advantage>div>div {
        flex-direction: row;
    }
}
/*------main-image------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
    padding: 0px;
}
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
.s-slider-block__title-nav {
    visibility: hidden;
}
/*----------my-info-------*/
.my-info p {
    color: #fff;
}

.my-info .shape {
    background-color: #18BA9E;
}
@media screen and (max-width:768px) {
    .store-footer__inner * {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
     section:nth-child( 2 of section.s-block.s-block--photos-slider){
      margin-top: 0px;
  }


}