body.index {
    background-image: url(https://ibb.co/wgRncJj);
    background-size: cover;
    background-repeat: repeat-y;
}
.bg-gray-50 {
    
    background-color: white;
}
.s-button-primary-outline {
    background: linear-gradient(45deg, #5c4a7b, #c8a9ff);
    color: black;
}
.s-product-card-vertical {
    border: 1.5px solid #f75d12;
    padding:3px;
}
a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: .6s ease-in-out;
}

.navbar-brand img {
    max-height: 2rem;
    width: auto;
    max-width: 100px;
}

/* mover banner///////////////// */ 
  [dir=rtl] .carousel-slider .swiper {
    padding-left: 0rem !important;
}
salla-slider.photos-slider .swiper-slide {
    position: relative;
   margin: 0px !important;
    padding: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0rem;
}
.rounded-md {
    border-radius: 0rem !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding: 0px;
}
section:first-of-type.s-block.s-block--photos-slider {
    margin: 0px !important;
}


    
/* Media Query for Mobile Devices */ 
 @media (max-width: 480px) { 
           .banner-entry {
    width: 120px;
     height: 60px !important;
     margin-bottom: 0rem
     background: #f9fafb00;
    }
  } 
/* Media Query for low resolution  Tablets, Ipads */ 
       
@media (min-width: 481px) and (max-width: 767px) { 
 .banner-entry {
    width: 46%;
    height: 177px !important;
    background: #f9fafb00;
    }
 }
/* Media Query for Tablets Ipads portrait mode */ 
 
  .footer-is-light .store-footer .store-footer__inner {
    background: ;
}

.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: whitesmoke !important;
}

.s-button-element:not(:disabled):not([loading]) {
    background: #1d2f54!important; !important;
    color: #3e96d3;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar-brand img{
transform:scale(1.5);
}
.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: #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: "";
    background-image: url(https://i.ibb.co/wgRncJj/image.png);
    display: block;
    height: 110px;
    width: 160px;
    margin: auto auto 25px;
    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 url(https://i.ibb.co/wgRncJj/image.png);
    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;
        color:#ffc4ab;
        background-color:#f9fafb !important;
}

@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://i.ibb.co/wgRncJj/image.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://i.ibb.co/wgRncJj/image.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://ibb.co/wgRncJj/image.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;
    }
}
.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;
}
#mainnav{
background-c0olor:#f0d1cf!important;
}

/* categoryyy//////////////// */ 
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;

}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
 .banner--fixed img {
    background: #faebd700;
}   

.banner-entry {
    width: 48%;
    height: 300px !important;
    background: #f9fafb00;
}
.two-row .banner-entry:first-child {
    padding: 1rem;
}