body {
  background-color: #0A172A !important;
}


.wasla-main-nav-container {
    background-color: #0a172a !important;
    color: var(--color-header-text) !important;
}
.wasla-top-navbar {
    background-color: #0a172a !important;
    color: var(--color-upper-text) !important;
}


/*===title===*/
.wasla-categories-title *{

  color:#fff !important;
}


.s-slider-block__title-right  *{

  color:#fff !important;
}



/*===Catigories===*/ 
.wasla-categories-category .h-\[150px\] {
    height: 200px;
}




/* Banners */
.s-block--fixed-banner:first-of-type .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 card*/
.s-product-card-content{
  overflow: hidden !important;
}

/* Features Items */
.s-block--features .s-block--features__item {
  border:0;
  border-radius: 0px;
  background-color: transparent !important;
}
.s-block--features .s-block--features__item .feature-icon {
  background-color: transparent !important;
  overflow: unset !important;
  margin: 10px 0px 40px;
}
.s-block--features .s-block--features__item .feature-icon i {
  color: #fff !important;
  font-size: 100px;
}

.s-block--features__item h2 , .s-block--features__item p{

  color:#fff !important;
}




/* Footer */
.footer-is-light .store-footer .store-footer__inner {
   background-color: #0A172A !important;
}
[aria-label="footer"] {
    background-color: #0A172A !important;
}


.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 .container > div:nth-of-type(1) > a::after {
  content: "";
  display: block;
  width: 250px;
  height: 100px;
  background-image: url("https://i.postimg.cc/Vsg2q20W/image-(9)-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.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));
  }
}

.wasla-store-footer .wasla-copyright-footer {
    background-color: #0A172A  !important;
}

.wasla-store-footer .wasla-copyright-footer .copyright-text * {
  color:#fff!important;
}

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


.product-single .wasla-main-content {
    background-color: #fff !important;
    padding: 15px;
    border-radius: 12px;
}

.s-comments-product {
   background-color: #0A172A !important;
}

.product-index .s-breadcrumb-wrapper *{
  color:#fff !important;
  fill:#fff !important;
}

.product-index #page-main-title {
  color:#fff !important;
  
}

.product-index [for="product-filter"]  {
  color:#fff !important;
  
}

.page-single .s-breadcrumb-wrapper *{
    color:#fff !important;
    fill:#fff !important;
}