:root{
  --one:#a99;
  --two:#eee;
   --logo:url(https://cdn.salla.sa/aeZNNX/9KRcJPTFAUxeuYaNShRCqklGhkGWZaOrbkupG1Ux.png);
  --background1:Whitesmoke;
}


.navbar-brand img {
transform:scale(1.4);

}
.s-block--hero-slider .swiper-slide .swiper-lazy:after,
.main-menu li:hover>.sub-menu,
.flex-col,
.s-block,
.s-comments-product,
,
.top-navbar,
.mm-spn.mm-spn--light,
.main-nav-container.fixed-pinned .inner,
.main-nav-container {
    background:var(--background1);
}

.s-button-element:not(:disabled):not([loading]) {
    background: var(--one)!important; !important;
    color: var(--two);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.s-block--tabs-produtcs .tab-trigger.is-active button{
  background: var(--one)!important;
  color: var(--two);
}

 .navbar-brand img{
 background-repeat: no-repeat;
               
                animation-name: fix_logo;
                animation-duration:50s ;
                animation-iteration-count: infinite
}
.carousel-slider .swiper-wrapper>div {
    margin: 10px auto;
}

.s-product-card-vertical {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.lg\:p-8,
.banner--fixed img,
.container,
.s-block--features__item {
    background: transparent !important;
}

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

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

[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 {
    color: #000 !important;
}
.top-navbar {
display:none;
}
.slide--cat-entry i,
.rtl .fix-align,
[dir=rtl] .fix-align,
.s-block--features__item p,
.text-gray-400 {
    color: #000 !important;
}

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


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


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


::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.s-slider-block__display-all {
    background: #000;
    padding: 3px 6px 8px 6px;
    border-radius: 37px;
    line-height: 18px;
}

.store-footer h3 {
    color: #000!important;
    background: #fff;
    border-radius: 8px;
    font-weight: bold;
    padding-top: 0.3rem;
    width: 100%;
    padding-bottom: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.s-slider-block__display-all{
background:transparent;
}
.slide--cat-entry {
    background: #e8cdad;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #000;
}

@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: 0.775rem;
    }

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

/*.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    margin: auto auto 20px;
    background-image: url(https://cdn.salla.sa/PddBpg/IlvdsSZGqm9B3WfmlEFivXoUB4xxINv4W41Cu5Bt.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: sigal 1200ms linear infinite;
}
*/
@keyframes sigal {
    0% {
        filter: drop-shadow(2px 4px 6px #504d46)
    }

    100% {
        filter: none;
    }
}

[dir=rtl] .s-slider-block__title h2 {
    text-shadow: 2px 4px #c7c7c7;
    font-size: 25px;
}

/*  body.index:after {
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                position: fixed;
                z-index: 999999;
                background:  var(--background1) var(--logo);
                left: 0;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 20%;
                transform: scale(0);
                animation-name: pupup_logo;
                animation-duration: 3s;
            }
*/
            @keyframes pupup_logo {
                0% {
                    transform: scale(1.2)
                }

                14% {
                    transform: scale(1.3)
                }

                28% {
                    transform: scale(1.4)
                }

                42% {
                    transform: scale(1.5)
                }

                70% {
                    transform: scale(1.2)
                }

                100% {
                    transform: scale(0);
                }
            }

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

    50% {
        opacity: 1;
    }

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

.s-block--features__item .feature-icon,
.store-footer a .rtl\:ml-2\.5,
.s-slider-nav-arrow,
.header-btn__icon {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.store-footer a .rtl\:ml-2\.5 {
    background: #e8cdad !important;
}


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

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

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

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

.s-button-element:not(:disabled):not([loading]) {
    animation: signal 1200ms linear infinite;
}


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

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


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


.store-footer .contact-social ul li:first-child a {
    background: #cc38a5;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(2) a {
    background: #5098fd;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(3) a {
    background: #d8c837;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(4) a {
    background: #333;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(5) a {
    background: #F50000;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(6) a {
    background: #0084ff;
    color: #fff;
}

.s-block--features__item .feature-icon {
    height: 5rem;
    width: 5rem;
    background-color: #FFF;
}

.s-block--features__item .feature-icon i.sicon-store2:before {
    content: '';
    background-image: url(https://i.ibb.co/ydYZCLm/society.gif);
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.s-block--features__item .feature-icon i.sicon-shipping-fast:before {
    content: '';
    background-image: url(https://i.ibb.co/JxNhqPV/rocket.gif);
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.s-block--features__item .feature-icon i.sicon-fire:before {
    content: '';
    background-image: url(https://i.ibb.co/r6pbyYw/support.gif);
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.p-1 {
    padding: 0.15rem;
}

.s-block--features__item .feature-icon {
    animation: animascheikho 0.9s 0.3s infinite ease-in-out;
}

@keyframes animascheikho {

    0%,
    100% {
        box-shadow: 0px 0px 5px #0000001a;
    }

    50% {
        box-shadow: 0px 5px 0px transparent, 0px -5px 0px #000;
    }

    80% {
        box-shadow: 5px 0px 0px transparent, -5px 0px 0px #000;
    }

    90% {
        box-shadow: -5px 0px 0px #0000001a, -5px 0px 0px #000;
    }
}
.s-block--features__item .feature-icon i.sicon-cash-payment:before {
    content: '';
    background-image: url(https://iili.io/Htxd3rJ.png);
    width: 100px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.banner--fixed img{


border-radius:30px;

}

.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: 0.5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.store-footer::after{
content:"Developed by The Elegant ";
top:0;
color:#fff!important;
font-size:16px;
opacity:0.5;
margin-right:35%!important;
}

.banner-entry{
    width: 42vw;
    min-height: 100px;
}
@media only screen and (min-width: 1000px) {
.lazy__bg{
    background-size: 100% 100%;
}
}

.gap-3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
}

@media only screen and (max-width: 600px) {
.banner-entry{
    height:auto;
}
}
@media (min-width: 768px){
.two-row .banner-entry:first-child {
    height: auto !important;
}
}

.footer-is-light .store-footer .store-footer__inner::before {
    content: ""!important;
    background-image: url(https://i.imgur.com/eAWGMd1.png)!important;
    background-size:418% !important;
    display: block!important;
    background-repeat: round!important;
    transform: rotate(180deg)!important;
    height: 104px!important;
    margin: -43px -32px 1px 0px!important;
}
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner{
  background:var(--one);
 


}
.store-footer h3{
background-color:var(--two);
COLOR:var(--one);
}
.store-footer a  {
color:var(--two);

}
.store-footer a .rtl\:ml-2\.5 {
background-color:var(--one)!IMPORTANT;

}
.copyright-text{
color:var(--two)!IMPORTANT;

}
.content-entry p{
color:#000!important;
}
.product__description p{
color:#000!important;

.s-reviews-testimonial__tex{
color:var(--two)!IMPORTANT;

}

.s-comments-item-content {
    max-width: none;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, 
    color:#000!IMPORTANT;
}

p .max-w-s.leading-6.mb-6{ color:#fff!important;}