/* Add custom CSS styles below */ 

body{
  background-color: #fff !important;
}




.top-navbar{
  background: linear-gradient(89.98deg, #151515 0.76%, #F50808 52.76%, #010101 99.99%);
  color: #fff;
}

.top-navbar .s-search-input::placeholder{
  color:#fff !important;
}


/* Banners */
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}

/*product*/
.s-product-card-image{
  background-color:#fff !important;
}


/**Title**/

.s-block--photos-slider {
    margin-top: 0px!important
}

.s-block--photos-slider salla-slider {
    padding-right: 0px!important;
    padding-top: 0px!important
}

.s-block--photos-slider .swiper {
    padding-left: 0px!important;
    padding-right: 0px!important
}

.s-block--photos-slider .swiper .swiper-slide {
    width: 100%!important;
    padding-right: 0px!important;
    padding-left: 0px!important
}
.s-slider-block__title-nav{
  display:none !important;
}


.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}

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

.s-slider-block__title-left *,
.s-block__display-all  {
  color: #F50808 !important;
}

 .s-slider-block__title,
.s-block__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 30px 0;
  position: relative;
  flex-direction: column;
}

 .s-slider-block__title h2,
 .right-side h2 {
  margin: 20px 0 10px;
  position: relative;
  font-size: 24px;
  color: #000 !important;
  
}

/*****************/
.s-block--banners .banner-entry{
  background-size: contain !important;
}

@media (max-width:768px){
  .s-block--banners .banner-entry{
  background-size: cover !important;
}
  
}



.s-reviews-container a{
  color:#F50808 !important;
}

/* Footer */
footer {
  background-color: #000 !important;
}

.store-footer{
  margin-top:0 !important;
  
}

.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: #000 !important;
  padding-bottom: 0;
}
.store-footer__inner * {
  color: #fff !important;
}
.store-footer h3 {
  color: #fff !important;
}
.copyright-text p {
  color: #fff !important;
}
.copyright-text p a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/XvTMqRZr/Ew9o9f-TAj-Gngkq-Pv-Op-IMK63Fj-P3NSy-CKd5653W3Z-1.png");
  display: block;
  background-size: contain;
  width: 90px;
  height: 70px;
  background-repeat: no-repeat;
}

.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}

.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}
.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}
.store-footer__inner > div a h3 {
  display: none;
}

@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.store-footer__inner + div {
  background-color:#000!important;
}

/* Custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}