:root {
    --bg: #FFF5F6;
    --header-color: #fff;
    --feat-bg: #000;
    --feat-color: #fff;
    --footer-bg: var(--color-primary);
}

body {
    background-color: var(--bg) !important;
}

@media (min-width: 992px) {
    .navbar-brand img {
        max-height: 5rem;
    }

    .main-nav-container.fixed-pinned .navbar-brand img {
        max-height: 70px;
    }
}
#mainnav,
.main-nav-container.fixed-header .inner,
.main-menu li>a,
.s-reviews-testimonial{
  background-color: var(--color-primary) !important;
  color: #fff !important;
}
.s-reviews-testimonial__icon svg {
    fill: #ffffff;
}

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

#mainnav a:hover {
    color: #fff !important;
    opacity: 0.7;
}

#mainnav i {
    border: unset !important;
}

.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}

/* Carousel */

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

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

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

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Categories */

.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}

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

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

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

.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 */

body:not(body.product-single) .s-block-tabs .s-button-element:not(.s-product-card-wishlist-btn){
 background-color: #42442e !important
}

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}

.s-product-card-image {
    background-color: transparent !important;
}

.s-product-card-entry:hover img {
    scale: 1.2;
}

.s-product-card-entry img {
    transition: all 0.3s;
}

.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content-title a {
    color: #000 !important;
}

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

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

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

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}
.s-block--features__item .feature-icon i {
    color: #F9D99F;
  font-size: 40px;
}
.s-reviews-testimonial__info h2{
  color: #F9D99F;
}
.s-block--features:before {
    content: "لماذا نحن؟";
    font-size: 30px;
    margin: auto;
    font-weight: bold;
    margin-bottom: 50px;
    display: block;
    text-align: center;
    color: #320004;
}
.s-block--features__item p{
  display: none;
}
.s-block--features__item h2, .s-block--features__item p {
    font-size: 20px;
}
/* Footer */
.store-footer{
    background-color:var(--color-primary) !important;
}
.s-block--features__item{
  background-color: #2f0103;
}
.store-footer__inner {
    background-color: var(--footer-bg) !important;
}
.s-block--features__item h2, .s-block--features__item p{
  color: #fff;
}

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

.copyright-text p,
.copyright-text p a:hover{
    color: #fff !important;
}


@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
}
/* Special Heading */

.s-slider-block__title h2, .s-block__title h2,
.s-reviews-header-wrapper h1{
    font-size: 30px !important;
    position: relative;
  color: #320004;
}

.s-slider-block__title, .s-block__title,
.s-reviews-header-wrapper{
    justify-content: center;
}
.s-slider-block__title-left{
  display: none;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
@media (max-width: 1024px) {
    .s-slider-block__title h2,
    .s-block__title h2 {
        font-size: 28px !important;
    }
}

/* Hover Effect */

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

.banner-entry > div:active:after {
    opacity: 0;
}

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

/* Edits */
.s-user-menu-trigger::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url('https://cdn.files.salla.network/homepage/1283667609/67132227-1296-442d-89fd-1e4e4de573b5.webp');
    background-size: cover;
    width: 24px;
    height: 24px;
    color: #fff;
    filter: brightness(0) invert();
}
.s-user-menu-trigger {
    background-color: transparent;
    justify-content: center;
    padding: 0;
}
.s-user-menu-trigger > * {
    opacity: 0;
}
/* logo */
.navbar-brand img {
    max-height: 5rem;
}ax-height: 5rem;
}