/* Add custom CSS styles below */ 
.landing-page-first-banner .container{
  max-width: 95% !important;
}
section:nth-child(1 of section.landing-page-first-banner) .container > div {
    background: #ed7aa561;
    padding: 30px 10px;
    border-radius: 20px;
}
section:nth-child(1 of section.landing-page-first-banner) h1 {
font-size: 40px !important
}
@media screen and (max-width:768px) {

section:nth-child(1 of section.landing-page-first-banner) h1 {
font-size: 18px !important
}

}
/***********/
.g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
section.weeklyOffers , .g_cat, .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}
/*************/
.banner_ad p {
    font-size: 25px !important;
    line-height: 20px !important;
}

/***************/
/*------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 {
    width: 100%;
    padding: 0px;
}
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
.s-slider-block__title-nav {
    visibility: hidden;
}
section.s-block.s-block--photos-slider {
    margin-bottom: 30px;
}
.g_features .products-item:nth-of-type(3){
  display: none !important
}
.g_features  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media screen and (max-width:768px) {
  .banner_ad p {
      font-size: 18px !important;
    line-height: 30px !important;
}
  section.s-block.s-block--photos-slider {
    margin-top: 0px;
}
  .s-slider-block__title {
    margin-top: 0px;
}
}
.store-footer__inner {
    background: #ed7aa54d !important;
}