/* Add custom CSS styles below */
body.index {
  background-color:#0F143A !important;
}
.sicon-menu, .s-cart-summary-total {
  color: rgb(255 255 255) !important;
}
.copyright-text p {
  color: rgb(127 127 127) !important;
}
body.index header.store-header + section.s-block.s-block--fixed-banner {
  margin-top:0 !important;
}
body.index salla-slider.photos-slider .swiper {
  padding-bottom: 0 !important;
}
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0 !important;
    padding-right: 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;
}
.topnav-is-dark .top-navbar {
  background-color: rgb(15 20 58) !important;
}

/* Product */
.s-product-card-entry {
  border:1px solid #164185E8 !important;
  box-shadow: 0 0 5px 0px #68686894 !important;
}
.s-products-slider-card {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
body.index .s-block__title h2, body.index .s-slider-block__title h2 {
  color: #fff !important;
}
.s-slider-block__title h2 {
  color: #090909 !important;
}
.s-product-card-image {
  background-color:transparent !important;
}
.s-slider-nav-arrow {
  border-color: #164185 !important;
  background-color: #164185 !important;
}
.s-slider-nav-arrow svg, .s-slider-nav-arrow:not(:disabled):hover svg {
  fill: #ffffff !important;
}
/* End product */

.s-button-primary-outline {
  background-color: #164185 !important;
  color: #fff !important;
}
div#mainnav {
  background-color: rgb(15 20 58) !important;
}



/**/
.banner--fixed img {
  border-radius:0 !important;
  background-color: transparent !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: 31%;
  background-color: transparent !important;
  height: 200px !important;
}

@media(max-width:767px) {
  section.s-block.s-block--banners.container div.grid a.banner-entry {
    width: 48%;
    height: 96px !important;
  }
}

.banner-entry > div {
  background-size:contain !important;
  background-repeat: no-repeat;
}

.store-footer .store-footer__inner {
  background-color: #164185E8 !important;
}
.footer-is-light .store-footer {
  color: #fff !important;
}

.store-footer {
  background-color: rgb(15 20 58) !important;
}


@media only screen and (min-width: 1024px) {
  .main-menu li.root-level>a {
    color: #Fff !important;
  }
}

.header-btn__icon {
  border-color: rgb(255 255 255) !important;
  color: rgb(255 255 255) !important;
}