/* Add custom CSS styles below */
@import 'https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200;300;400;500&display=swap';
@import "https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css";

body *:not(i) {
    font-family: almarai !important
}

:root {
    --main-color: #0b0d34;
    --second-color: #d38e68;
    --white-color: #eeee;
    --normal-box-shadow: -8px 10px 15px -3px rgba(0, 0, 0, 0.1)
}

h1,
option,
.form-label b,
.form-label,
.text-store-text-primary,
title {
    color: #eeee !important;
}
/*
.total-price,
.s-product-options-option-label b {
    color: #eeee !important;
}
*/

.product-card__buttons>div button i {
    color: #eeee !important
}

body.trans_header .store-header {
    position: static !important;
    margin-bottom: 50px
}

.fit-slider-products .s-slider-swiper-wrapper .swiper-slide custom-salla-product-card {
    flex: 1 1 0%;
    min-height: auto;
    justify-content: space-between;
}

article div {
    background-color: #eeee !important;
}

.swiper {
    height: 500px !important;
}

.btn--outline-primary {
    border-radius: 18px !important;
}

.salla-advertisement {
    display: none !important;
}

.text-white {
    border-radius: 18px;

}

.logo-normal,
.img-fluid {
    border-radius: 50%;
}

.scroll-to-top:after {
    color: #eeee !important;
}

body {
    background: #f3f4f6 !important
}

.inner.bg-inherit {
    background: 0 0
}

.top-navbar:not(.topnav-has-bg) {
    background-color: transparent
}

.main-nav-container {
    background-color: transparent
}

.header-btn__icon {
    color: #eeee;
    background: #0b0d34;
    padding: 6px;
    border-radius: 22px
}

section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--0 {
    margin: 0 !important
}

section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--0>.container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: unset !important
}

.product-card {
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: var(--normal-box-shadow);
    border: 2px solid #0b0d34
}

.swiper .swiper-wrapper>div {
    padding-bottom: 20px !important
}

.product-card__price {
    color: red !important;
    font-size: 16px !important;
    font-weight: 700
}

.product-card__addToCart__btn salla-button button .s-button-text .sicon-shopping:before {
    content: '';
    display: inline-block;
    background-image: url(https://i.ibb.co/L0K4zL3/wired-outline-139-basket-2.gif) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 9px
}

.product-card__title a {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 700 !important
}

/*
.product-card__mini-cart {
    color: var(--font-color) !important;
    padding: 10px 15px;
    text-align: center;
    border-radius: 12px;
    border: ridge 2px var(--main-color);
    background: linear-gradient(15deg, var(--main-color) 0%, #99c7e3 50%, var(--main-color) 100%);
    background-size: 250%;
    animation: shine 1s alternate infinite;
}
*/

.product-card__content {
    background-color: #eeee;
}

.total-price {
    color: #0b0d34 !important;

}

body:not(.free-images-height) .swiper-slide .product-card:not(.product-card--fit-height):not(.product-card__full-image):not(.product-card--minimal):not(.product-card--horizontal) {
    height: unset !important;
}

.s-block--best-offers .s-slider-block__title,
salla-products-slider .s-slider-block__title {
    border-bottom: 0px
}

.s-block--best-offers .s-slider-block__title-right,
salla-products-slider .s-slider-block__title-right {
    border-bottom: 0px
}

/* .home-block-title h2 , .s-slider-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,#9c9090 0%,#eeee 9%,#0b0d34 67%,#eeeeee 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #eeee;
    font-weight: 700;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 21px;
    position: relative;
    padding-bottom : 12px;
}
*/

.home-block-title h2,
.s-slider-block__title h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    background-image: linear-gradient(120deg, #999 0%, #eee 20%, #0b0d34 60%, #eee 80%, #999 100%);
    background-size: 400% 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation:
        fadeInUp 1s ease-out 0.3s forwards,
        shimmer 6s infinite linear;

    opacity: 0;
    /* To start the fade-in */
    display: inline-block;
    padding-bottom: 12px;
    position: relative;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}



.home-block-title h2::after,
.s-slider-block__title h2::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -5px;
    width: 100%;
    height: 10px;
    background-image: url("data:image/svg+xml;utf8,\
<svg viewBox='0 0 100 10' xmlns='http://www.w3.org/2000/svg'>\
<defs>\
  <linearGradient id='grad' x1='0%' y1='0%' x2='100%' y2='0%'>\
    <stop offset='0%' stop-color='%23eeeeee' stop-opacity='0'/>\
    <stop offset='20%' stop-color='%23eeeeee' stop-opacity='1'/>\
    <stop offset='100%' stop-color='%23eeeeee' stop-opacity='1'/>\
  </linearGradient>\
</defs>\
<path d='M0 5 Q 5 0, 10 5 T 20 5 T 30 5 T 40 5 T 50 5 T 60 5 T 70 5 T 80 5 T 90 5 T 100 5' \
  fill='transparent' stroke='url(%23grad)' stroke-width='2'/>\
</svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}

.home-block-line {
    display: none;

}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}

.s-slider-block__display-all {
    color: #0b0d34;
    background-image: linear-gradient(to left, transparent, transparent 50%, #0b0d34 50%, #0b0d34);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    transition: .5s;
    border-color: #0b0d34
}

.s-slider-block__display-all:hover {
    background-position: 0 0;
    color: #eeee
}

section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--2>.container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: unset !important
}

section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--4>.container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: unset !important
}

section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--6>.container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: unset !important
}

.banner--fixed img {
    border-radius: 0 !important
}

.testimonials-item .p-2\.5.md\:p-5.h-full.text-center {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px #0b0d34;
    border-radius: 20px;
    margin-top: 15px
}

.footer-is-custom .store-footer .store-footer__curve {
    color: #0b0d34;
    transform: translateY(20px) rotate(180deg) !important;
}

@media(min-width: 1024px) {

    .main-menu li.root-level>a,
    .main-menu li.root-level>a:after {
        transition: all .5s
    }

    .main-menu li.root-level>a {
        position: relative;
        z-index: 1;
        color: #000;
        padding-bottom: 20px;
        padding-top: 7px;
        font-size: 15px
    }

    .main-menu li.root-level>a:hover {
        color: #eeee !important
    }

    .main-menu li.root-level>a:after {
        background: #0b0d34 !important;
        content: "";
        inset: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .5s ease-in-out;
        z-index: -1;
        border-radius: 5px
    }

    .main-menu li.root-level>a:hover:after {
        transform: scaleX(1);
        transform-origin: left
    }

    .navbar-brand {
        margin-right: 3rem
    }
}

@media(max-width: 768px) {

    body:not(.free-images-height) .swiper-slide .product-card:not(.product-card--fit-height):not(.product-card__full-image):not(.product-card--minimal):not(.product-card--horizontal) {
        height: fit-content !important;
    }

    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>div>div>div {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem !important
    }

    .salla-advertisement {
        display: none !important;
    }

    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>div>div>div>div:nth-child(3) {
        grid-area: 2/1/2/4;
        margin: 0 !important
    }

    i.sicon-menu.text-primary.text-2xl {
        color: #eeee;
        background: #0b0d34;
        padding: 6px;
        border-radius: 22px
    }

    .product-card__addToCart__btn salla-button button {
        background: #0b0d34
    }

    .mm-spn.mm-spn--navbar.mm-spn--main {
        background: 0 0;
        color: #d38e68;
        border-radius: 35px 0
    }

    .mm-spn.mm-spn--navbar:after {
        text-align: center !important;
        background: #0b0d34 !important
    }

    .mm-spn.mm-spn--navbar ul:before {
        border: 0 !important
    }

    .mm-spn ul,
    :is([dir=rtl] .mm-spn.mm-spn--navbar):after {
        background: #eeee !important
    }

    .carousel-slider .swiper {
        padding-left: 0 !important
    }

    .index .s-products-slider-card.swiper-slide {
        width: 180px !important
    }

    .mm-spn a {
        position: relative;
        padding-right: 40px !important
    }

    .mm-spn a::before {
        content: "";
        background-image: url(https://i.ibb.co/K5dL9d6/wired-lineal-412-gift-1.gif);
        background-size: cover;
        height: 30px;
        width: 30px;
        font-family: fontawesome;
        position: absolute;
        right: 0
    }

    .mm-ocd__content {
        background: #ddd
    }
}

@media(min-width: 992px) {
    .two-row .banner-entry:first-child>a {
        opacity: 1;
        height: 400px
    }

    .two-row .banner-entry:first-child>a {
        opacity: 1;
        height: 400px
    }

    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(3) {
        grid-area: 2/2/3/3
    }

    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(4) {
        grid-area: 1/3/3/4;
        height: 100%
    }

    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(1) {
        grid-area: 1/1/3/2;
        height: 100%
    }

    .lazy__bg {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat
    }
}

@media(max-width: 992px) {
    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(3) {
        grid-area: 2/2/3/3
    }

    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(3),
    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(2) {
        height: 100px
    }

    .lazy__bg {
        background-position: center;
        background-repeat: no-repeat
    }

    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(4) {
        grid-area: 1/3/3/4;
        height: 200px
    }

    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(1) {
        grid-area: 1/1/3/2;
        height: 200px
    }

    @media(max-width: 767px) {
        .s-block--best-offers {

            height: 400px !important;
        }

        .s-products-slider-card {
            height: fit-content !important;

        }

        .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.relative.special-cats-with-bg.special-cats-with-bg--5>section>div {
            display: flex;
            width: 100%;
            align-items: center;
            margin-top: 5rem;
            justify-content: space-between
        }

        .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.relative.special-cats-with-bg.special-cats-with-bg--5>section>div>div {
            width: 31%;
            height: 170px
        }

        .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(1) {
            grid-area: 1/1/3/2;
            height: 120px
        }

        .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(3),
        .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(2) {
            height: 56px
        }

        .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--banners.container>div>div:nth-child(4) {
            grid-area: 1/3/3/4;
            height: 117px
        }
    }
}

.lazy__bg.loaded {
    background-color: #eeee;
    opacity: 1
}

section.relative.-mt-96.sm\:mt-0 .group.relative.h-96.rounded-lg.bg-white.shadow-xl p {
    display: none
}

@media(min-width: 992px) {
    .index section.relative.-mt-96.sm\:mt-0 .absolute.inset-0.overflow-hidden.group-hover\:opacity-75 img.lazy.loaded {
        height: 400px;
        opacity: 1;
        transform: scale(1);
        object-fit: contain
    }

    .index section.relative.-mt-96.sm\:mt-0 .group.relative.h-96.rounded-lg.bg-white.shadow-xl {
        background: #6c788f6b !important
    }
}

header.store-header {
    background: 0 0;
    z-index: 2
}

@media(min-width: 1024px) {
    .s-block.banners-slider.banners-slider--0.slide {
        margin-top: -11rem !important;
        z-index: 1
    }


}

    .mm-spn li a, .mm-spn li span {
        color: #eeee !important;
    }

@media(max-width: 992px) {
    .s-block.banners-slider.banners-slider--0.slide {
        margin-top: 0 !important;
        z-index: 1
    }


    :is([dir=rtl] .mm-spn.mm-spn--navbar):after {
        color: #0b0d34
    }
}

@media(max-width: 780px){

    .mm-spn li a,
    .mm-spn li span {
        color: #0b0d34 !important;
    }
}
.index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--testimonials.overflow-hidden.relative.enhanced>div>div>div>div {
    display: none
}

@media(max-width: 992px) {
    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.s-block--testimonials.overflow-hidden.relative.enhanced>div>div>div>h2 {
        font-size: 16px
    }

    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.relative.special-cats-with-bg.special-cats-with-bg--5>div.relative.mx-auto.max-w-3xl.px-4.pb-96.text-center.sm\:px-6.sm\:pb-0.lg\:px-8 {
        height: 200px !important
    }

    .index>div.app-inner.flex.flex-col.min-h-full.bg-storeBG>section.s-block.relative.special-cats-with-bg.special-cats-with-bg--5>section>div {
        margin-top: 8rem !important
    }
}

.s-block--faq.has-bg:before,
.s-block--custom-reviews.has-bg:before,
.special-product.has-bg:before,
.s-block--testimonials.enhanced:before {
    display: none
}

@media (min-width: 1024px) {
    .store-footer__inner .lg\:-mt-\[45px\] {
        margin-top: 0;
    }
}



.store-header,
.store-footer__inner {

    background-color: #eeee !important;
}

/**/

p,
b,
h3,
.footer-list li a {
    color: #0b0d34 !important;
}

h2 {
    color: #eeee !important;
}

.footer-is-custom .store-footer .footer-bottom {
    background-color: #eeee;
}

.swiper-wrapper s-slider-swiper-wrapper {
    height: fit-content !important;
}

.advanced-slider .swiper {
    overflow: hidden;
    border-radius: 18px !important
}

.product-card has-image hover_style_4 product-card--simplified product-card--vertical {
    height: fit-content !important;

}

@media (max-width: 991px) {
    .advanced-slider .swiper {
        height: var(--mobileSliderHeight) !important;
    }
}

/*
.s-products-slider-card{
    position: relative;
    z-index: 9;
    background: repeating-conic-gradient(from var(--a), #eeee 0%, #eeee 5%, transparent 5%, transparent 40%, #eeee 50%);
    animation: animate 5s linear infinite;
    border-radius: 12px;
}

@keyframes animate {
    0% {
        --a: 0deg;
    }

    100% {
        --a: 360deg;
    }
}
*/

custom-salla-product-card {
    position: relative;
    z-index: 9;
    border-radius: 12px;
    overflow: hidden;

}


li a h3 {

    color: #eeee !important
}

button[product-status="sale"] {
    color: var(--font-color) !important;
    padding: 10px 15px;
    text-align: center;
    border-radius: 12px;
    border: ridge 2px var(--main-color);
    background: linear-gradient(15deg, var(--main-color) 0%, #eeee 10%, var(--main-color) 100%);
    background-size: 250%;
    animation: shine 1s alternate infinite;
}

@keyframes shine {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 100%;
    }
}

.store-footer__inner .container>div:nth-child(3),
.store-footer__contacts-row {
    background-color: var(--main-color);
    border-radius: 18px;

}

.store-footer__inner .container>div:nth-child(3) h3 {
    color: #eeee !important;

}

.s-button-text {
    color: #eeee !important
}

img.lazy {

    border-radius: 19px !important;
}


.s-slider-thumbs .swiper {
    height: 100px !important;
}

.tab-pane p br strong,
.tab-pane p br {
    color: #eeee !important;

}
/*
.total-price {
    color: #eeee !important;
}
*/
.s-quantity-input-increase-button,
.s-quantity-input-increase-button span svg,
.s-quantity-input-input,
.s-quantity-input-decrease-button,
.s-quantity-input-decrease-button span svg {
    background-color: #eeee !important
}

#details_table p br,
#details_table p br strong {
    color: #eeee !important;

}

.force_text_color #details_table * {
    color: #eeee !important;
}

.s-social-share-btn span span svg,
.btn--wishlist span i,
.more-tab-container .more-info-tabs__nav-link span,
.s-button-text {
    color: var(--main-color) !important;
}

div label b,
.more-info-tabs__nav-link span,
salla-button button .s-button-text {
    color: #eeee !important;
}

salla-product-options .s-form-control {
    color: #eeee !important;
}

#cart-submit button span,
.break-words p {
    color: var(--main-color) !important;
}

.sicon-user,
.sicon-search,
.sicon-cart {
    width: 40px !important;
}

.review {
    height: 200px !important;
}

.reviews-slider .swiper {
    height: 220px ! IMPORTANT;

}

.review div.mx-2 p,
.sicon-quote {
    color: var(--main-color) !important;

}

#advanced-slider-10 {
    margin-top: 50px !important;
}

salla-slider[type="carousel"] {
    display: none !important;
}

#block-blog-11 .container div.flex {
    display: none !important;
}

.app-inner:nth-child(13) {

    marging-top: 0px !important;
}

.spinner img {
    border-radius: 50%;
}

.leading-6 {
    display: none !important;
}

.price-container {
color: #eeee !important;
}

.quickview-description div {
color: #eeee !important;
}

.starting-or-normal-price h2 {
color: #eeee !important;
}
.starting-or-normal-price{
background-color: var(--main-color);
    border-radius: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
}
.starting-price-title {
color: #fff !important;
}

.store-footer__inner .container div:nth-child(2){
margin-top: 10px;
}

.force_text_color .content--single-page p , 
.force_text_color .content--single-page h1 ,
.force_text_color .content--single-page strong ,
.force_text_color .content--single-page li {
color: #fff !important;
}

.force_text_color .quickview-description * {
color: #fff !important;
}