/* Add custom CSS styles below */ 
/*body*/
body {
  background-color:#fff;
}
/*start customize section*/
    salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    border-radius:0 !important;
}
.home-slider img{
border-radius:0;
}
.s-slider-block__title-nav {
    visibility: hidden;
}
 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0rem;
}  
section:first-of-type {
        margin-top:0;
}
    /*banner*/
.banner--fixed img {
    background-color: transparent;
    padding: 0rem;
}
 .s-button-btn,.s-price-range-number-input {  
    color: #ffffff;
    border-color: #ffa947;
}

.s-products-slider-card.swiper-slide {
    width: 55%;  
}  
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #ffa947;
}
.s-product-card-entry{
    background-color:#ffe9cc;
}
.s-product-card-content-title a , .index.s-product-card-content-sub {
    color:#000 !important;
}
.s-slider-block__title ,
.s-reviews-header-wrapper{
    display:none
}
/* start customize setion*/
.md\:grid-cols-3 {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
a.banner-entry{
    width: 20% !important;
    height: 300px !important;
    background-color:unset;
}
section:nth-child( 3 of .s-block.s-block--banners.container) .grid,
section:nth-child( 4 of .s-block.s-block--banners.container) .grid{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
section:nth-child( 3 of .s-block.s-block--banners.container) a.banner-entry,
section:nth-child( 4 of .s-block.s-block--banners.container) a.banner-entry{
    width: 40% !important;
    height: 550px !important;
    background-color:unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    width: 20% !important;
    height: 230px !important;
    background-color:unset;
}
section:nth-child( 3 of .s-block.s-block--banners.container) a.banner-entry,
    section:nth-child( 4 of .s-block.s-block--banners.container) a.banner-entry{
    width: 40% !important;
    height: 420px !important;
    background-color:unset;
}
}
@media(max-width:767px){
a.banner-entry{
    width: 22% !important;
    height: 95px !important;
    background-color:unset;
}
section:nth-child( 3 of .s-block.s-block--banners.container) a.banner-entry,
    section:nth-child( 4 of .s-block.s-block--banners.container) a.banner-entry{
    width: 40% !important;
    height: 155px !important;
    background-color:unset;
}
}
/* end customize setion*/
.lazy__bg.lazy.entered.loaded {
    transition: transform .5s;
}
.lazy__bg.lazy.entered.loaded:hover {
    transform: scale(.9);
}
/*footer*/
.store-footer__inner,
.store-footer {
    color:#ffffff;
    background-color:#520002 !important;
}
.footer-is-light .store-footer .store-footer__inner{
     border-bottom-color: #520002;

}
footer *{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}footer .hidden.lg\:block *, footer .s-social-list * {
    justify-content: center;
    color: #000;
    border-color: #000;
}
@media (min-width:767px){
footer .hidden.lg\:block * {
    margin: 0;
}
}footer .hidden.lg\:block *{
    justify-content:center;
}
footer .s-social-list .s-social-link:first-child *{
    color:#ffffff;
    border-color: #520002;
      background: #833ab4;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
}
footer .s-social-list .s-social-link:nth-child(2) *{
    color:#ffffff;
    border-color: #520002;
    background-color:#000000;
}
footer .s-social-list .s-social-link:nth-child(3) *{
    color:#000000;
    border-color: #520002;
    background-color:#f7f400;
}
footer .s-social-list .s-social-link:nth-child(4) *{
    color:#ffffff;
    border-color: #520002;
    background-color:#000000;
}
footer .s-social-list .s-social-link:nth-child(5) *{
    color:#ffffff;
    border-color: #520002;
    background-color:#ff0032;
}
footer .s-social-list .s-social-link:last-child *{
    color:#ffffff;
    border-color: #520002;
    background-color:#0866ff;
}
.banner--fixed img ,
section.s-block.s-block--testimonials ,
section.s-block.s-block--features.container , 
.s-block.s-block--best-offers.container ,
section.s-block.s-block--banners.container ,
.home-slider{

animation: appear linear;
  animation-timeline:view();
  animation-range: entry 0% cover 40%;
background-color:transparent;
}

@keyframes appear {
from {
    
    opacity: 0;
    scale:0.5;
}
to {
     opacity: 1;
    scale:1;
}
}
.navbar-brand
{animation: pulse-animation 1.5s infinite;}

@keyframes pulse-animation {
0%, 100% {
    transform: scale(1);
    opacity: 1;
}
50% {
    transform: scale(1.1);
    opacity: 0.8;
}
}
.copyright-text p{
    color:#fff;
}


/*----------*/
.FAQ {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
}        
        
.faq-accordion {
  margin: 30px 0;
  border-radius: 10px;
  /* overflow: hidden; */
  width: 70%;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  /* background: linear-gradient(90deg, #a35029, #530000); */
  /* color: #fff; */
  color:#000 !important;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #f6d859; */
  border: 1px solid #610000;
  border-radius: 8px;
  margin-bottom:0.5rem;
  position:relative;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  /* background: #812e18; */
  /* color: #eee; */
  color:#090909;
  line-height: 1.6;
  text-align:center;
  /* border-left: 1px solid #610000;
  border-right: 1px solid #610000;
  border-bottom: 1px solid #610000; */
}

.faq-question svg {
  transition: transform 0.3s ease;
  position:absolute;
  left:20px;
  width: 20px;
}
.faq-question svg.plus-icon {
  display:block;
} 
.faq-question svg.line-icon {
  display:none;
} 

.faq-question.active svg.plus-icon {
  display:none;
} 
.faq-question.active svg.line-icon {
  display:block;
} 


.faq-question.active svg {
  transform: rotate(180deg);
}

.saudiDiv a{
  display:flex;
  width: 100%;
  gap: 10px;
  background-color: #fff;
  padding: 12px 8px 12px;
  position: relative;
  border-radius:8px;
}
.saudiDiv a:before {
  content:'';
  position:absolute;
  top:0;
  left:50%;
  height:100%;
  width:10px;
  background-color:#520002;
}
.saudiDiv a img{
    /* width: 50%;
    height: 50px; */
  width: 50%;
  display: block;
  max-width: 40%;
  height: auto;
}


@media(max-width:767px){
  .saudiDiv a img{
     max-width: 30% !important; 
  }
  .faq-accordion {
    width: 95%;
  }
  .faq-question {
    justify-content: start;
  }
}