/* #01afee */ 
body {
  background-color: #fff;
}
.top-navbar {
  background-color: #000 !important;
}
.top-navbar *{
  color: #fff!important;
}
.header-search input {
  background-color: #fff !important;
  border-radius: 30px;
  color: #000 !important;
}
.header-search .s-search-icon svg {
  fill: #01afee important;
}

#mainnav {
  background-color: #000 !important;
}

.sicon-menu::before {
  color: #fff !important;
}
.header-btn__icon {
  color: #fff !important;
  border-color: #fff !important;
}
.s-cart-summary-total {
  color: #fff !important;
}

.mm-spn--open li a {
  color: #fff !important;
}
.mm-spn--open li a:hover {
  color: #01afee !important;
}
.sub-menu *{
  color: #333 !important;
}
@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li a {
    color: #000 !important;
    transition: 0.3s;
  }

  .mm-spn--open li a:hover {
    color: #01afee !important;
  }

  #mobile-menu::after {
    background-color: #000!important;
    color: #01afee !important;
  }
}

/* Products Cards */

custom-salla-product-card {
/* background-color: #c4c4c4 !important;*/
  background-color: #fff!important;
  border: 1px solid #01afee !important;
}

salla-add-product-button button {
  background-color: #01afee !important;
  color: #000!important;
  border: 1px solid #01afee !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #01afee !important;
  border: 1px solid #01afee!important;
}
.s-product-card-content-subtitle {
  color: #010101!important;
}
.s-product-card-price {
  color: #ef5230;
}

.s-slider-block__title {
  justify-content: center;
  margin-bottom: 60px;
}
.s-slider-block__title-left {
  display:none;
}

.s-slider-block__title-right,
.s-slider-block__title-right h2{
  padding-left: 0px;
}

.s-slider-block__title-right {
  position: relative;
}

.s-slider-block__title-right h2 {
  font-size: 35px;
}

.s-slider-block__title-right::after {
  content: "";
  width: 110%;
  height: 15px;
  background-color: #01afee;
  position:absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 4px;
}



/* 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;
}
.s-block--fixed-banner:first-of-type .container{
  padding-top: 0px !important;
}

/* Footer Colorization */

footer {
  background-color: #fff !important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: #fff !important;
}
.store-footer__inner *{
  color: #000 !important;
}
.copyright-text p {
  color: #000 !important;
}
.copyright-text p a {
  transition: 0.3s;
}
.copyright-text p a:hover {
  color: #01afee!important
}

/* Logo */

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/ZRvF23nR/5d-SDV1-Stb-B6-ZBm2-Lw-V4gu-Er9-Ji-Qm-J34aq-Gt-Oy-P9r.webp");
  display: block;
  background-size: contain;
  width: 92px;
  height: 90px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.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 .container > div{
  border: 2px solid #01afee!important;
  padding-top: 30px;
  padding-left: 20px !important;
  padding-right: 20px
}


.store-footer__inner > div a h3 {
  display: none;
}

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

/* custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #01afee;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #01afee;
}

/* custom sections */
#cus-secs {
  width: 100%;
  padding-top: 0px;
}
#cus-secs #secs-wrapper {
  width: 100%;
  padding: 20px 0px;
  display: flex;
}
#cus-secs #secs-wrapper #sec-link {
  padding-right: 20px;
  padding-left: 20px;
  transition: .3s;
}
#cus-secs #secs-wrapper #sec-link:hover {
  transform: scale(1.1);
}
@media (max-width: 640px) {
#cus-secs {
  padding-top: 0px;
}
#cus-secs #secs-wrapper #sec-link {
  padding-right: 5px;
  padding-left: 5px;
}
#cus-secs #secs-wrapper #sec-link:last-child {
  display: none;
} 
}
.s-search-results * {
  color: #000 !important;
}
/* end custom sections */

/*
button[product-id="602930916"] .s-button-text {
  font-size: 0; 
  position: relative;
}

button[product-id="602930916"] .s-button-text::after {
  content: "الحجز مسبقًا ";
  font-size: 16px; 
  color: inherit; 
}

button[product-id="2003794047"] .s-button-text {
  font-size: 0; 
  position: relative;
}

button[product-id="2003794047"] .s-button-text::after {
  content: "الحجز مسبقًا ";
  font-size: 16px; 
  color: inherit; 
}
*/