/* Add custom CSS styles below */ 
/*Header*/
.sicon-menu::before{
  color: #EECF20;
}

.angel-ad > div:last-child{
  display: none;
}

/* hero */
.hero-slider-btn a{
  border-color: #fff;
  color: #fff;
}

@media (max-width:425px){
  #main-slider-0 .home-slider__content{
    top: 55%;
  }
  #main-slider-0 .home-slider__content > div{
    justify-content: end;
  }
}

/* sub-hero */
section:nth-of-type(2) > div{
  max-width: 600px;
}

/* banners */
section:nth-of-type(4) > div,
section:nth-of-type(7) > div,
section:nth-of-type(11) > div,
section:nth-of-type(14) > div{
  max-width: 800px;
}

/* products with bg */
section.s-block--slider-with-bg > div:first-of-type{
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 3rem;
}

section.s-block--slider-with-bg .s-slider-block__title-left{
  display: none;
}

section.s-block--slider-with-bg > div::before{
  background-color: unset !important;
}

/* faq items */
.faq-item::before{
  color: #EECF20;
}
.faqs-list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.s-block--testimonials .da-bgg{
  background-color: #EECF20 !important;
}

/* testimonial */
#testimonials-17-slider {
  position: relative;
}
.s-block--testimonials .s-slider-block__title-left{
  display: none;
}
.s-block--testimonials .s-slider-block__title-right{
  padding: unset;
}
.s-block--testimonials .s-slider-block__title{
  justify-content: center;
}
.s-block--testimonials .s-slider-block__title::before{
  content: "";
  height: 50px;
  width: 310px;
  background: url("https://l.top4top.io/p_3616do6yk1.png") no-repeat;
  position: absolute;
  top: 22px;
  z-index: -1;
}
.s-block--testimonials .s-slider-block__title h2{
  padding: unset;
  margin: unset;
  margin-block: 1rem;
  font-size: 2.5rem;
}

/* footer */
footer img.logo-dark{
  background-color: #000;
}
.footer-profile p.ql-align-center,
.s-social-list li,
.menu-list .footer-list a,
.store-footer .to-top,
.store-footer .vat-num p,
.store-footer .vat-num span,
.sbc-certificate p,
.store-footer .copyrights p{
  color: #000 !important;
}
.store-footer #contact-slot a:hover{
  color: #fff !important;
}