/* Add custom CSS styles below */ 
/* Add custom CSS styles below */
body {
  background-color: #fff !important;
}
.main-nav-container {
  box-shadow:none !important;
}
/* الصور المتحركة */
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0 !important;
}
section.s-block.s-block--photos-slider {
  margin-top:0 !important;
}
section.s-block.s-block--photos-slider img {
  border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper-slide {
  margin: 0 !important;
  padding:0 !important; 
  width: 100% !important;
  border-radius: 0 !important;
}
/* نهاية الصور المتحركة */

/* Product */
salla-product-card {
  border:1px solid #265a92 !important;
  box-shadow: 0 0 5px 0px #68686894 !important;
  border-radius: 0 !important;
}
.s-button-primary-outline {
  background-color: #686966 !important;
  color: #fff !important;
  border-radius: 40px !important;
}
.s-slider-block__title h2 {
  color: #4b6586 !important;
}
.s-slider-nav-arrow {
  border-color: #2f3a5a !important;
  background-color: #2f3a5a !important;
}
.s-slider-nav-arrow svg, .s-slider-nav-arrow:not(:disabled):hover svg {
  fill: #ffffff !important;
}
/* End product */

/** Footer **/
.footer-is-light .store-footer .store-footer__inner {
  background-color: #fff !important;
}
footer * {
  color:#686966 !important;
}
/** END footer **/





/* بنر عريض */
section.s-block.s-block--fixed-banner .container{
  max-width:100% !important;
  padding:0  !important;
  margin:0 !important;
}
.banner--fixed img {
  border-radius: 0 !important;
  background-color: #fff !important;
}
/* نهيايه البنر العريض */



/*** FLEX ***/
section.s-block.s-block--banners.container div.grid {
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
section.s-block.s-block--banners.container div.grid a.banner-entry {
  width: 32%;
  background-color: #fff !important;
  height: 275px !important;
}
@media(max-width:767px) {
  section.s-block.s-block--banners.container div.grid a.banner-entry {
    width: 45%;
    height: 150px !important;
  }
}
.banner-entry > div {
  background-size:contain !important;
  background-repeat: no-repeat;
}
/*section.s-block.s-block--banners.container .two-row .banner-entry:first-child {
  padding:unset !important;
}*/