/* Add custom CSS styles below */
:root {
    --one: #257180;
    --two: #c95f3e;
    --logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/VdrDe/NhQe3uhJtU2AJZEp5Sxf5nO7mNQOSjfoaavDdTje.png);
    --background: #f3e6c0;
    --three: #fff;
    --four: #333;
}


#app>div.app-inner.flex.flex-col.min-h-full {
    background: var(--background) !important;
    /* background-repeat: no-repeat !important;
        background-size: cover !important; */
    background-repeat: space !important;
    background-size: contain !important;
}


.banner-entry,
.s-block,
.s-block--tabs-produtcs,
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
    background: transparent !important;
}

.container {
    max-width: unset;
}

.top-navbar .s-search-input {
    background: var(--three);
}

#mainnav,
#mobile-menu {
    background: #f3e6c0;
}

.content--single-page h1,
.content--single-page .content-entry p,
.content--single-page .content-entry h4,
.s-breadcrumb-wrapper li,
.main-content h1,
.main-content h2,
.main-content p,
.main-content ul li,
.main-content ol li,
.space-x-2 span,
.rtl .fix-align,
[dir=rtl] .fix-align {
    color: var(--one) !important;

}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    color: var(--three) !important;
    background-color: var(--one);
}


.navbar-brand img:hover {
    transform: rotate(360deg) scale(1.1);
    transition: 0.8s;

}

/* Product Cards and Sliders */
.s-product-card-vertical {
    /*box-shadow: 0px 0px 5px var(--one) !important;*/
    box-shadow: none !important;
    background: transparent;
}


.s-product-card-vertical:hover {
    transform: scale(1.02);

    transition: .8s;
}

.s-product-card-sale-price {
    margin: auto;
}

.s-product-card-price {
    margin: auto;
    color: var(--one);
}

.s-block--best-offers {

    margin-top: 40px;
    margin-bottom: 20ox;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    width: 67px;
    transition: width 500ms ease;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    width: 200px
}

.s-button-wide {
    width: 67px;
    color: var(--one);
    border-radius: 15px;
    background: 0 0 !important;
    border: solid 2px var(--two);
    box-shadow: 5px 5px 1px var(--two);
    transition: width .9s ease;
}

.s-button-wide:hover {
    width: 100%;
    color: var(--one);
    border: solid 2px var(--one);
    box-shadow: 5px 5px 1px var(--one)
}


#featured-products-style2-7 {
    padding: 0;
}

/*-------------------*/
div.header-btn__icon {
    margin-right: 17px;
}

.carousel-slider .swiper-wrapper>div {
    margin: 30px auto 0px auto;
    padding: auto 0 !important;

}

salla-slider .slide--one-sixth {
    width: 25%;
}

.lg\:p-8,
.banner--fixed img,
.container {
    background: 0 0 !important
}


.s-block__title,
.max-w-sm,
.store-footer a,
.copyright-text p,
.s-menu-topnav-list,
#app>div.app-inner.flex.flex-col.min-h-full>header>div.top-navbar>div>salla-contacts {
    color: var(--four) !important;
    font-weight:900;

}

.s-product-card-content {

    border-radius: 0rem 0rem .75rem.75rem
}

span.text-sm {
    margin-left: 100px;
}

@media only screen and (max-width:600px) {
    .s-products-slider-card {
        max-width: 185px
    }
}

@media only screen and (min-width:600px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:col-span-2 {
        grid-column: span 1/span 1
    }
}

.s-product-card-content-title a {
    font-size: 70%;
    color: var(--one);
}

.store-footer a,
.flex.mb-6,
.md\:flex,
.s-product-card-content-title a,
.store-footer .contact-social ul,
.footer-is-light .store-footer .store-footer__inner {
    justify-content: center !important
}

.store-footer .contact-social {
    border-top: none;
}

.store-footer__inner {
    padding-top: 0 !important;
}

.store-footer {
    padding-top: 5rem;
}

.store-footer a,
.max-w-sm,
.s-product-card-content-title a {
    text-align: center !important;
}

.s-block--tabs-produtcs .tabs {
    padding-top: .1rem
}

[dir=ltr] .mm-spn.mm-spn--navbar.mm-spn--main:after,
[dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main:after,
[dir=rtl] .mm-spn.mm-spn--navbar:after {
    text-align: inherit
}

.sicon-menu:before,
.header-btn__icon,
.s-cart-summary-total,
#mainnav li,
#mobile-menu,
.s-menu-topnav-list a,
.s-contacts-header a,
.s-slider-block__title h2 {
    color: var(--one) !important
}

#mainnav i:hover,
#mobile-menu a:hover,
.s-product-card-content-title a:hover {
    color: var(--two) !important;
}

.sicon-user-circle,
#s-cart-icon>i {
    color: var(--three) !important;
    background-color: var(--one);
}

.sicon-user-circle:hover,
#s-cart-icon>i:hover {
    background: var(--three) !important;
}

.sicon-shopping-bag:before {
    content: "\e901";
    text-align: center;
}

i.text-base.sicon-shopping-bag:before {
    content: "\ea6e";
    text-align: center;
    color: var(--one);
    background: transparent !important;

}

i.text-base.sicon-shopping-bag:hover:before {
    color: var(--one);

}

.s-block--tabs-produtcs {
    padding: 0;
    margin: 0;
    max-width: inherit;
}

#featured-products-style2-2 {
    margin-top: 0 !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--fixed-banner.wide-placeholder>div img {
    border-radius: 0;
}

.slide--cat-entry i,
.s-block--features__item p,
.text-gray-400 {
    color: var(--three) !important
}

.top-navbar .s-search-input,
.s-product-card-entry {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.s-product-card-entry {
    border-radius: 5px !important;
}

.s-product-card-vertical .s-product-card-image {
    box-shadow: 0px 0px 5px var(--two) !important;
    border-radius: 50% !important;
}

.s-product-card-content-footer.gap-2>salla-add-product-button>salla-button>button {
    width: 57%;
}

salla-add-product-button[width=wide] {
    text-align: center;
}


::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: var(--two);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--one);
}

.s-slider-block__display-all {
    background: var(--three) !important;
    padding: 12px;
    border-radius: 37px;
    line-height: 18px;
    color: var(--one);

}

.store-footer h3 {
    color: var(--one) !important;
    background: var(--three);
    border-radius: 8px;
    font-weight: 700;
    padding-top: .3rem;
    width: 100%;
    padding-bottom: .3rem;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
    /* box-shadow: var(--one) 3px 2px 5px; !important;*/
    text-align: center;
}

.s-slider-block__display-all {
    background: 0 0;
}

#app>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--categories.merge-with-top-component.merged-has-no-title {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--two) !important;
}

.slide--cat-entry {
    background: var(--three) !important;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    color: var(--one);
    height: auto !important;

}

.slide--cat-entry i {
    color: var(--one) !important;
    display: none;
}

@media only screen and (max-width:600px) {
    /* .slide--cat-entry {
                width: 106px !important;
                height: 106px !important;
                border-radius: 65px !important;
            } */

    .swiper-slide.slide--one-sixth,
    .swiper-slide.slide--one-sixth.swiper-slide-prev,
    .swiper-slide.slide--one-sixth.swiper-slide-next,
    .swiper-slide.slide--one-sixth.swiper-slide-active {
        width: 40%
    }

    .slide--cat-entry h4 {
        font-size: .775rem
    }

    .slide--cat-entry i {
        font-size: 28px
    }
}

.store-footer {
    margin: .7rem;
}


.rtl\:lg\:pl-20:where([dir=rtl], [dir=rtl] *) {
    padding-left: 0 !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner {
    padding-bottom: 0px !important;
}
section.s-block:nth-child(12) > div:nth-child(2) > a:nth-child(1){
    animation:flash2 1s ease-in-out infinite;;
}
@keyframes flash2 {
    0% {
        filter: drop-shadow(2px 2px 2px #504d46);
    }
    50% {
        filter: drop-shadow(2px 3px 3px #504d46); 
    }
    75% {
        filter: drop-shadow(2px 4px 4px #504d46); 
    }
    100% {
        filter: drop-shadow(2px 2px 2px #504d46); 
    }
}
#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
    text-align: center;
    content: "";
    display: block;
    height: 140px;
    width: 165px;
    margin: auto auto 20px;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: flash 1200ms linear infinite;

}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20>a>h3 {
    display: none
}

@keyframes flash {
    0% {
        filter: drop-shadow(2px 4px 6px #504d46)
    }

    100% {
        filter: none
    }
}

[dir=rtl] .s-slider-block__title h2 {

    font-size: 25px
}

.s-slider-nav-arrow svg {
    fill: var(--four);
}

.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent var(--logo);
    position: fixed;
    top: 0;
    z-index: 99999999999999999 !important;
    background-size: 250px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation: logobg 2.5s forwards, logoRotate 3s forwards;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(1.1);
}

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

    70% {
        opacity: 1;
    }

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

@keyframes logoRotate {
    0% {
        opacity: 1;
        transform: rotate(0deg) scale(1.1);
    }

    25% {
        opacity: .5;

    }

    50% {
        opacity: 0;
        visibility: hidden;
        transform: rotate(360deg) scale(1.1);
    }

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

.feature-icon,
.store-footer a .rtl\:ml-2\.5,
.s-slider-nav-arrow,
.header-btn__icon {
    box-shadow: 0 0 0 2px #fff;
}

#best-offers-5-slider {
    padding: 0 !important;
}

.s-slider-block__title h2 {
    background: var(--three);
    padding: 10px;
    border-left: solid var(--two);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.s-slider-nav-arrow:not(:disabled):hover svg,
.s-slider-nav-arrow svg {

    fill: var(--one);
}

#app>div.app-inner.flex.flex-col.min-h-full>section:nth-child(4) {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--fixed-banner.wide-placeholder {
    margin: 0 !important;
    padding: 0 !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--fixed-banner.wide-placeholder>div,
.s-block {
    margin: 0 !important;
    padding: 0 !important;
    max-width: inherit;
}

.store-footer a .rtl\:ml-2\.5 {
    background: #e8cdad !important;
    margin-left: 10px;

}

.s-slider-block__display-all {
    animation: signal 1200ms linear infinite
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 var(--two)
    }

    100% {
        box-shadow: 0 0 0 5px var(--two);
    }
}

.s-slider-block__title {
    margin: 10px auto
}


@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #e8cdad
    }

    100% {
        box-shadow: 0 0 0 5px #fff
    }
}


/*Ù…Ù…ÙŠØ²Ø§Øª Ø§Ù„Ù…ØªØ¬Ø±*/
#app>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--features.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0;
}

#app>div.app-inner.flex.flex-col.min-h-full>section.s-block.s-block--features.container>div {
    background: var(--one);
}

.s-block--features__item {
    /*  box-shadow: 0px 1px 4px var(--one) !important;*/
    /*  box-shadow: var(--two) 0px 0px 8px;*/
    background: transparent;
}

.s-block--features__item h2 {
    color: var(--three) !important;
}

.s-block--features__item:hover {
    /*box-shadow: 0px 0px 20px var(--two);*/
    box-shadow: none !important;
}

.s-block--features__item .feature-icon {
    background-color: var(--two);
    /*animation: signal5 1000ms linear infinite;*/
}


.s-block--features__item .feature-icon i {
    color: var(--three);
    background-color: var(--two);
    animation: signal4 1000ms linear infinite;
}

@keyframes signal4 {
    0% {
        transform: scale(1);
        opacity: .8;
    }

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

.footer-is-light .store-footer .social-link {
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.s-contacts-list>div>a .s-contacts-icon,
.store-footer salla-social:nth-child(1)>li a {
    color: var(--three);
}

.s-contacts-list>div:nth-child(1)>a:nth-child(1)>span:nth-child(1) {
    background: #1AD03F;
}

.s-contacts-list>div:nth-child(2)>a:nth-child(1)>span:nth-child(1) {
    background: #F7A000;
}

.s-contacts-list>div:nth-child(3)>a:nth-child(1)>span:nth-child(1) {
    background: #03A19B;
}

.s-contacts-list>div:nth-child(5)>a:nth-child(1)>span:nth-child(1) {
    background: #229ED9;
}

.s-contacts-list>div:nth-child(4)>a:nth-child(1)>span:nth-child(1) {
    background: #E52026;
}

.store-footer salla-social:nth-child(1)>li:nth-child(1)>a {
    background: #cc38a5;
}

.store-footer salla-social:nth-child(1)>li:nth-child(2) a {
    background: #5098fd;
}

.store-footer salla-social:nth-child(1)>li:nth-child(3) a {
    background: #d8c837;
}

.store-footer salla-social:nth-child(1)>li:nth-child(4) a {
    background: #333;
}

.store-footer salla-social:nth-child(1)>li:nth-child(5) a {
    background: #f50000;
}

.store-footer salla-social:nth-child(1)>li:nth-child(6) a {
    background: #0084ff;
}

.p-1 {
    padding: .15rem
}

.banner--fixed img {
    border-radius: 30px;
    /* transform: scale(.8); */
}

.s-block--photos-slider {
    margin-top: 0 !important
}


.swiper {
    padding-left: 0 !important
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: .5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

.store-footer::after {
    content: "برمجه وتطوير ADFAZ";
    color: var(--one) !important;
    font-size: 16px;
    font-family: Edu VIC WA NT Beginner, cursive;
        opacity: .8;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
}

.banner-entry {
    padding: 0px !important;
    height:40vw !important;
}

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

.s-contacts-list-vertical {
    flex-direction: column;
    width: fit-content;
    margin: auto;
}

@media(min-width:768px) {
    .three-row .banner-entry:first-child {
        height: auto !important
    }
}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: var(--one);
    color: var(--three);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: opacity 0.4s;
    z-index: 9999;
}

.scroll-to-top.show {
    display: block;
}

.scroll-to-top:hover {
    opacity: 0.8;
}

/* .s-block.s-block--banners>.grid .banner-entry{
        padding-top: 88%;
        height: unset;
    } */
@media (max-width: 992px) {}

@media (max-width:767px) {}

#more-content>p>span,
.md\:text-2xl,
#product-419180178>div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16>div.flex.whitespace-nowrap.gap-4.items-center>div.hidden.space-x-2.rtl\:space-x-reverse.whitespace-nowrap>h4,
#product-419180178>div.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16>div.flex.whitespace-nowrap.gap-4.items-center>div.gap-4.flex>h2 {
    color: var(--three) !important;
}

#app>div.app-inner.flex.flex-col.min-h-full>salla-comments>div {
    margin: 0 !important;
    padding: 0 !important;
}


#main-links-1>div.s-slider-block__title {
    justify-content: center;
    margin: 22px auto;
}

#main-links-1>div.s-slider-block__title>div.s-slider-block__title-right {
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: var(--two);
}

#main-links-1>div.s-slider-block__title>div.s-slider-block__title-right h2 {
    color: var(--two) !important;
    font-size: 48px;
}

.product__description,
.s-breadcrumb-item,
.main-content .whitespace-nowrap.gap-4 h2,
#page-main-title,
#app>div.app-inner.flex.flex-col.min-h-full>div>div>div>div.mb-4.sm\:mb-6.flex.justify-between.items-center>div>div>label {
    color: var(--one);
}

.content--single-page h1,
.content--single-page .content-entry p,
.content--single-page .content-entry h4 {
    color: var(--one);

}

@media (min-width: 319px) {
    .sm\:gap-8 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
   
}


@media (max-width: 426px) {
    header.store-header:before {
        font-weight: 700;
        font-size: 20px;
    }
}