:root{
  --bg-clr: #170e1b
}




/*body {
  background-color: #1d1d1d !important;
}*/ 

.index:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1d1d1d url(https://cdn.salla.sa/NQvRn/EJ4nMDW145u8nzWTeCIZpo4GDrVMbnk6A82h72vu.png);
  position: fixed;
  top: 0;
  z-index: 99999999999999999 !important;
  background-size: 250px !important;
  background-repeat: no-repeat;
  background-position: center !important;
  animation-name: logobg;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes logobg {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}


/*#mainnav,
.inner,
.sub-menu {
  background: #1d1d1d !important;
}

#mainnav,
#mainnav i:before,
#mainnav b,
h2,
h1 {
  color: #fff!important;
}

#mainnav a:hover{
  color: #a97835 !important;
}*/

/* Unset Raeed Carousel */

.s-block:nth-of-type(1) {
  margin-top: 0 !important;
}

section.s-block.s-block--photos-slider * {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}
/*
.s-reviews-testimonial {
    background-color: #000;
}
.s-reviews-testimonial__text *{
  color: #fff
}*/


/* Categories Grid */
.s-block__title .right-side {padding: 0}
.s-block--banners .grid {
  grid-template-columns: repeat(5, 1fr);
}

.s-block--banners .banner-entry {
  height: 220px;
}


@media (max-width: 992px) {
  .s-block--banners .banner-entry {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .s-block--banners .banner-entry {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .s-block--banners .grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .s-block--banners .banner-entry {
    height: 120px;
    grid-column: span 2;
  }
  .s-block--banners .banner-entry:nth-child(4) {
    grid-column: 2/4;
  }
}

.s-block--banners .lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
  }
}

/* Products */

.s-block__title {
    justify-content: center;
}


@media(min-width:1200px){

.s-block__title h2{
  font-size: 2rem
}

.s-block__title h2:before,
.s-block__title h2:after{
    content: url(https://i.ibb.co/kxVGK4t/1.png);
    margin: 0 1rem
}

.s-block__title h2:after{
  content: url(https://i.ibb.co/N9B4xHy/2.png);
}
}
/*
.s-product-card-entry {
    background-color: #E2CBAA;
}

.s-product-card-content-title a,
.s-product-card-sale-price {
  color: #000 !important
}*/


section#featured-products-style2-2 {
  background: transparent;
}

@media (max-width: 600px) {
  .s-products-slider-card {
    width: 60%;
  }
}

.index .s-button-wide {
  max-width: 200px !important;
  display: block;
  margin: auto;
}

.s-button-element:not(.s-product-card-wishlist-btn) {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 3rem;
}


.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
  background-color: var(--color-primary) !important;
}

.s-product-card-vertical
  .s-product-card-wishlist-btn
  button:hover
  .sicon-heart {
  color: #fff !important;
}

/* Transparent Banner */

.banner-entry,
.banner--fixed img {
  background-color: transparent !important;
}

/* Footer */

@media(min-width:1024px){
footer .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

footer * {
    margin: 0 auto;
    text-align: center;
}

footer .grid > div {
    grid-column: span 1 / span 1 ;
}

.store-footer,
.store-footer__inner{
  background-color: #303030 
}

.copyright-text *{
  color: #fff !important
}


@media (min-width: 992px) {
  footer img[alt="Logo"] {
    grid-column: span 2 / span 2;
  }
}
.s-contacts-icon {
  border-color: var(--primary-clr);
}


 

.banner-entry > div {
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0.3s;
}

.banner-entry > div:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

.banner-entry > div:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */
.banner-entry > div:active:after {
  opacity: 0;
}

.banner-entry > div:hover {
  transform: scale(0.95);
}

/* Category Page */

.s-breadcrumb-item,
h1#page-main-title,
label {
  color: #fff;
}

.s-breadcrumb-arrow svg {
  stroke: var(--color-primary);
  color: #fff;
}

select#product-filter {
  background: var(--bg-clr) !important;
  color: #fff;
  border-color: #fff;
}

/* Product Page */
/*
.product__description *,
.main-content h1,
.main-content b,
.main-content label {
  color: #fff !important;
}

.product__description strong {
  color: #f00 !important;
}

.product__description * {
  background-color: var(--bg-clr);
}

.main-content h2 {
  color: #fff;
}
.product-single .main-content *:not(button) {
  background: transparent !important;
    color: #fff !important;}

select.s-form-control {
    background: rebeccapurple !important;
}



.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3.bg-white.rounded-md.px-4.py-2 {
  color: #fce07c;
}

.s-quantity-input-container {
  border-color: var(--color-primary);
}

.s-quantity-input-container svg path {
  fill: var(--color-primary);
}

.s-quantity-input-input {
  color: #fff;
  border-color: var(--color-primary);
}

.s-comments-product{
  background-color: transparent !important
}
.s-comments-item-user-wrapper * {
    color: #fff;
}
button.btn-tab.btn--collapse {
    background: #000;
}

/* Cart Page */
/*
.item-price {
  color: #fff !important;
}

.shadow-default.bg-white.p-5.xs\:p-7.rounded-md.mb-5.relative.transition-height.duration-1000 {
  background: transparent;
  color: #fff;
  border: 1px solid var(--color-primary);
}


/* Title of Categories */
.s-block.s-block--banners.container h2::before {
    content: "الأقســـام";
    display: block;
    text-align: center;
    color: #ffffff55
}
.s-block.s-block--banners.container h2::after {
    content: "";
    display: block;
    background-color: #ffffff55;
    height: 2px;
    width: 75%;
    margin: auto;
    margin-top: 0.5rem;
}body.blog-single .main-content h1 {
    color: #000 !important;
}