/* header */ 
.store-footer__inner.da-bgm.has-custom-bg,
.header-inner.inner.bg-white.da-bgm.has-custom-bg {
    background-image: linear-gradient(to bottom, #024BAD 0%, #15ADF7 100%) !important; 

}

header.store-header.fixed-sticky{
   margin-bottom: 30px !important;
}

.store-header * {
    color: #ffffff !important;
}
 /*main slider*/

 :nth-child(1 of section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.container)
{
  margin-top: 50px important;
  margin-bottom: 132px !important;
}

 
 /*elements slider*/
.s-block__title .flex-col .w-full {
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
}

section.s-block.s-block--banners{
  margin-top: 50px;
  margin-bottom: 50px;
}


/* banners*/

@media (max-width: 767px) {
    :nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
       display:none;
    }
}

@media (min-width: 768px) {
    :nth-child(2 of section.s-block.s-block--fixed-banner.wide-placeholder) {
       display:none;
    }
}

 /*products*/

h3.text-center.text-base.md\:text-lg.da-tm{
  color:#024BAD

}

salla-add-product-button.hydrated
{
    background-color: #024BAD !important;
  border-radius: 10px; 

}

span.s-button-text{
   color: #ffffff !important;
}
salla-add-product-button.hydrated:hover
{
      background-color: #ffffff !important;

}
a.s-slider-block__display-all{
  display: none;
}

 /*sliders*/

section.s-block.home-slider.s-block--hero-slider.s-block--full-bg.wide-placeholder.container:not(:nth-of-type(1))
{
    margin-top: 80px !important;
  margin-bottom: 70px !important;
}
.flex.flex-col.w-full{
  justify-content: center !important;
}


 /* faq*/

.faqs-list__item.bg-gray-100.da-bgg.relative.overflow-hidden.rounded-md.border-2.border-transparent {
  background-color: #ffffff !important;
  border-width: 1px;
  border-color: hsla(200, 93%, 53%, 0.64);
  border-radius: 10px;
}
i.faq-item.open-badge.sicon-add.absolute.top-5.ltr\:right-4.rtl\:left-4.h-8.w-8.flex-center.rounded-full.bg-white.da-bgm.transition-colors.duration-300{
  background-color: hsla(200, 93%, 53%, 0.64);
}
i.faq-item.open-badge.sicon-add.absolute.top-5.ltr\:right-4.rtl\:left-4.h-8.w-8.flex-center.rounded-full.bg-white.da-bgm.transition-colors.duration-300::before
{
color: #ffffff !important ;
}
 /*testimonials*/

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0px !important;
}

.swiper-scrollbar.swiper-scrollbar-horizontal
{
  display: none;
}
section.s-block.s-block--testimonials:last-of-type .s-slider-block__title-left,
section.s-block--photos-slider:last-of-type .s-slider-block__title-left {
    display: none !important;
}

section.s-block.s-block--testimonials:last-of-type .s-slider-block__title,
section.s-block--photos-slider:last-of-type .s-slider-block__title {
    justify-content: center !important;
}
salla-slider#testimonials-13-slider{
  padding-top: 50px;
}

/*footer*/

.store-footer * {
    color: #ffffff !important;
}
.s-contacts-list-horizontal .s-contacts-item svg {
    fill: #1B3985 !important;           
    color: #1B3985 !important;            
    width: 22px !important;              
    height: 22px !important;
}