body {
    background-color: #fff;
    background: url(https://i.ibb.co/g3qdpLf/ff52d9e1-2212-4f13-9347-13b4ecee36fa-1.png);
}
div#mainnav {
    background: none !important;
}

:root{

--one:#3e1676;
--two: #fff;
--logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ePDeGq/1ws1h06OuBa4rGL4j2qbkDIiCAXCc8hck3mceVTZ.png);
}
.s-block--hero-slider .swiper-slide .swiper-lazy:after,
.main-menu li:hover>.sub-menu,
.flex-col,
.s-block,
.s-comments-product,
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner,
.top-navbar,
.mm-spn.mm-spn--light,
.main-nav-container.fixed-pinned .inner,
.main-nav-container {
    background: var(--back)!important;
}
.main-nav-container.fixed-pinned .inner,
.main-nav-container{
 background:#FFF!important;
}
.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{
COLOR:VAR(--two)!important;
}

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

}

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

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

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

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

/* Handle on hover */
::-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: #344a50 !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: var(--two)!important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: var(--one);
    
}
.slide--cat-entry i{
color:var(--one)!important;
}

@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: var(--logo);
    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;
}

.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff var(--logo);
    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
    }
}

.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 5px #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://iili.io/Htxd3rJ.png);
    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://iili.io/Htxd4vR.png);
    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://iili.io/Htx2wcG.png);
    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;
}


/*products*/
.s-slider-block__title-left{
display:none;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    background: unset;
}
salla-add-product-button {
    transition: 0.2s;
}
salla-add-product-button:hover {
    transform: scale(1.1);
}
img.s-product-card-image-cover.lazy.loaded {
    transition: 0.2s;
}
img.s-product-card-image-cover.lazy.loaded:hover {
    transform: scale(1.1);
}


/*Category*/
.md\:grid-cols-3 {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
}
.lazy__bg.lazy.entered.loaded {
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-entry {
    height: 138px;
    background-color: unset;
    transition: all .3s ease-in-out;
}
a.banner-entry:hover {
    transform: scale(1.1);
    transition: transform 1s ease;
}
.banner--fixed img {
    background: unset;
}
@media (max-width: 768px){
.md\:grid-cols-3 {
      grid-template-columns: 1fr 1fr ;
      grid-rows-columns: 1fr 1fr ;
  }
  a.banner-entry.square-photos:last-of-type {
    grid-column: span 2;
}
.banner-entry{
      height: 110px;
  }
}

@media (min-width: 768px){
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden div {
    margin-right: 1rem;
}
}
/*Product page*/
salla-add-product-button:hover {
    transform: scale(1.06) !important;
}



.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding-bottom: 1rem !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0 !important;
}
/*section:first-of-type .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding-bottom: 0 !important;
}
section:first-of-type .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    padding-bottom: 0 !important;
}*/
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    padding-bottom: 0 !important;
}
section:first-of-type .swiper-slide.swiper-slide-active {
    margin-bottom: 0 !important;
}