/*header*/
@media (max-width:1023px) {
    .store-header, .main-nav-container, .main-nav-container.bg-inherit{
        background-color: transparent;
        transition: all 0.3s ease-in-out;
        z-index: 10 !important;
        position: inherit;
        width: 100% !important;
    } 
       
    .index .main-nav-container {
        background: transparent;
        height: 0px;
        min-height: 0px;
        -webkit-height: 0px;
            -moz-height: 0px;
        -webkit-min-height: 0px;
        -moz-min-height: 0px;
        max-height: 0px;
    }
    .index .main-nav-container .sicon-menu:before {
        color: #fff;
        margin-right: 0;
        font-size: 20px;
        padding: 7px;
        content: "\e928";
    
    }
    .index .main-nav-container .navbar-brand img {
        filter: invert(1);
    }
    .index .main-nav-container .sicon-shopping-bag:before {
        color: #fff;
        font-size: 20px;
        padding: 7px;
        content: "\e906";
    
    }
    
    .index .main-nav-container .s-cart-summary-count {
        background-color: #fff;
        color: #000;
    }
    
    .index .main-nav-container .sicon-user-circle:before {
           color: #fff;
        font-size: 20px;
        padding: 7px;
        content: "\f078";
    
    }
    
    }
        header .bg-white {
        background: #fff;
            box-shadow: none;
        }
       
        .header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *) {
            margin-left: 0px;
        }
     .sicon-menu:before {
            font-size: 20px;
            padding: 7px;
            content: "\e928";
        
        }
       .sicon-shopping-bag:before {
            content: "\e906";
        }
      .sicon-user-circle:before {
            font-size: 20px;
            padding: 7px;
            content: "\f078";
        
        }
    .fixed-pinned.fixed-header .navbar-brand img {
        filter: invert(0);
    }
        .fixed-pinned.fixed-header .sicon-menu:before {
            color: #000;
            margin-right: 0;
            font-size: 20px;
            padding: 7px;
            content: "\e928";
        
        }
        .fixed-pinned.fixed-header .sicon-shopping-bag:before {
            color: #000;
            font-size: 20px;
            padding: 7px;
            content: "\e906";
        
        }
        
        .fixed-pinned.fixed-header .sicon-user-circle:before {
               color: #000;
            font-size: 20px;
            padding: 7px;
            content: "\f078";
        
        }
        .fixed-pinned.fixed-header .s-cart-summary-count {
            background-color: #000;
            color: #fff;
        }
            
        .header-btn__icon {
            border-width: 0
        }
        
        .s-cart-summary-content {
            display: none
        }
        
        .rtl\:mr-4:where([dir=rtl],[dir=rtl] *) {
            margin-right: 0
        }
        
        .s-cart-summary-count {
            background-color: #000;
            color #fff;
        }
        
       
        
     
    
    .fixed-pinned.fixed-header, .header-components, .store-header:hover, .header-components:hover {
        background-color: #fff !important;
    }
       
        /*general*/
        body, .bg-gray-100 {
            background-color: #fff;
        }

:root {
    --font-main: rb-font;
}

@font-face {
    font-family: rb-font;
    src: url(https://sanint.sirv.com/zyros_natinonal_day_font/RB%20Font.ttf);
    font-weight: normal;
    font-style: normal;
}

    
        /*photo slider*/
        @media (max-width:1023px) {
        section.s-block.s-block--photos-slider{
            margin-top: 0rem;
        }
    
        salla-slider.photos-slider .swiper-slide {
            margin-left: 0rem;
            margin-right: 0rem;
            border-radius: 0rem;
        }
        salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
            padding-left: 0rem;
            padding-right: 0rem;
    
        }
        salla-slider.photos-slider .rounded-md {
            border-radius: 0rem;
        }
    }
    @media(max-width: 600px){
    section.s-block.s-block--photos-slider img.w-full {
        height: 350px;
    }
    
    section.s-block.s-block--photos-slider .object-contain {
        object-fit: cover;
    }
    }
    salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
    }

    salla-slider.photos-slider .swiper {
        padding-bottom: .5rem;
    }
/*=====categories=====*/
.s-block.s-block--banners > .grid {
    grid-template-columns:  1fr 1fr;
    
}

.s-block.s-block--banners > .grid .banner-entry {
    padding-top: 0%;
}
.s-block.s-block--banners > .grid .banner-entry {
    border-radius: 0px;
}

.two-row .banner-entry:first-child {
    grid-column: auto;
    grid-row: auto;
}

.s-block.s-block--banners > .grid .banner-entry {
    height: 170px;
}


/*categories responsive*/
/*phones screen*/
@media (max-width: 600px) {
    .s-block.s-block--banners > .grid .banner-entry {
       height: 250px;
    }
}
/*ipad air, ipad mini screen*/
@media screen and (max-width: 900px) and (min-width:600px) {
.s-block.s-block--banners > .grid .banner-entry {
    height: 250px;
}
.s-block.s-block--banners > .grid {
    grid-template-columns:   1fr 1fr 1fr 1fr;
    
}
}
/*ipad pro and laptop screen*/
@media screen and (min-width: 900px) {
.s-block.s-block--banners > .grid .banner-entry {
    height: 300px;
}   
.s-block.s-block--banners > .grid {
    grid-template-columns:   1fr 1fr 1fr 1fr;
    
}
}
@media screen and (min-width: 1200px) {
.s-block.s-block--banners > .grid .banner-entry {
    height: 370px;
}   
.s-block.s-block--banners > .grid {
    grid-template-columns:   1fr 1fr 1fr 1fr;
    
}
}

/*===products===*/

[dir=rtl] .s-block__title .right-side {
    padding-left: 0rem;
}

.s-product-card-entry {
    border-radius: 5px;
    background-color: #fff;
    padding: 0px;
    border : .01rem groove #00000010;

}


.s-product-card-entry .s-button-primary-outline:hover {
    background-color: #000;
    color: #fff;
}

.s-product-card-entry salla-button .s-button-btn span.s-button-text:hover {
    color: #fff;
}
.s-product-card-content-main {
    padding-right: 0.37rem;
    padding-left: 0.37rem;
}
.s-product-card-content-sub {
    padding: 0.37rem;
}
salla-button .s-button-btn{
border-radius: 10px;
background-color: #000;
color: #fff;
border-width: 1px;

}

.s-product-card-entr salla-button .s-button-btn span.s-button-text {
    color: #000;
}

.s-product-card-entr salla-button .s-button-btn span.s-button-text:hover{
    color: #fff;
}
.s-products-list-vertical-cards {
    gap: 8px;
}
.s-button-text .sicon-shopping-bag{
    display: none;
}
.s-product-card-content-footer .s-button-btn {
    border-radius: 8px !important;
}
.s-product-card-content {
    background: none ;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
}
.s-product-card-content-main {
    padding-bottom: 0rem;
    justify-content: center;
}
.s-product-card-content-sub {
    margin-bottom: 0.50rem;
    justify-content: center;
}
.s-product-card-content-title a {
    text-align: center;
    color: #000;
    font-size: .8rem;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis*/
   padding-left: 1rem;
    padding-right: 1rem;
}

.s-block__title {
    flex-direction: column;
}
[dir=rtl] .s-product-card-content-pie {
    display: none;
}
[dir=rtl] .s-product-card-special .s-product-card-content-main, [dir=rtl] special .s-product-card-content-sub {
    padding-left: 0rem;
}
[dir=rtl] .s-product-card-content-extra-padding {
    padding-left: 0rem;
    padding-right: 0;
}
.s-block--special-products .tabs {
    display: none;
}

[dir=rtl] .s-product-card-vertical .s-product-card-wishlist-btn {
    left: 0rem;
    
}
.s-product-card-vertical .s-product-card-wishlist-btn {
    top: 0.12rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  display:none;
}
.s-product-card-price {
    color: #000;
}
.s-slider-block__title {
    justify-content: center;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-product-card-image::before {
    background: #fff;
    color: #fff
}
.s-product-card-content-subtitle {
    color: #000 !important;
    text-align: center;
    margin-bottom: 0.15rem;
    font-size: 12px;
}

.s-product-card-content-sub {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
}
.s-product-card-promotion-title {
    background-color: #000;
    color: #ffff;
    
}

.s-product-card-content-main {
    padding-bottom: 0rem;
    justify-content: center;
}

.s-product-card-image {
    max-height: 18rem;
    min-height: 17rem;
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

@media(max-width: 600px) {
    .s-products-slider-card {
        max-width:190px
    }
    
 .s-products-slider-card .s-product-card-image {
    max-height: 14rem;
    min-height: 13rem;
}
}


/*=====fixed banner=====*/

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding-left: 0px;
    padding-right: 0px;
        max-width: 100%;

}
@media (max-width: 991px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        padding: 0;
    }
}
.banner--fixed img {
    background: none;
    border-radius: 0rem !important;
}



/*products with bg*/

/*products with slider*/
.s-block--slider-with-bg .slider-bg:before {
    background-color: transparent;
}
.s-block--slider-with-bg h3, .s-block--slider-with-bg p {
    color: #000;
}
.s-block--best-offers .s-slider-block__title, salla-products-slider .s-slider-block__title {
    border-bottom: 0px solid #000;
}
.s-block--slider-with-bg .s-slider-block__display-all {
    background-color: #000!important;
    color: rgba(255,255,255,var(--tw-text-opacity))!important;
}
.s-block--slider-with-bg .slider-bg {
    text-align: center;
    height: 22rem;
}

.s-block--slider-with-bg .leading-12 {
    line-height: 1rem;
}
.s-block--slider-with-bg .text-lg {
    font-size: 1.5rem;
}
.s-block--slider-with-bg .s-slider-block__title-left {
    justify-content: center;
}
.s-block--best-offers .s-slider-block__title-left .s-slider-block__display-all, salla-products-slider .s-slider-block__title-left .s-slider-block__display-all {
    border-radius: 0pc;
}

.s-block--slider-with-bg {
    margin-top: 0rem;
    background-color: #f5f2ef;
    padding-bottom: 2rem;
}


/*====store features====*/
.s-block--features__item {
    background-color: transparent;
    transition-property: none;
    box-shadow: none;
}
section.s-block.s-block--features.container {
    margin-top: 18px;
}
@media(max-width: 991px){
section.s-block.s-block--features.container > .grid {
    grid-template-columns: 1fr;
}
    
.s-block--features__item {
    padding-top: .8rem;
    padding-bottom: .8rem;
}
}

.s-block--features__item:first-child {
    grid-column: 1;
}
.s-block--features__item h2 {
    font-weight: 800;
    color: #000 !important;
}
.s-block--features__item p {
    color: #000 !important;
    display: none;
}

.s-block--features__item .feature-icon {
    margin-bottom: .80rem;
    border-radius: 9px;
    background: none;
}
.s-block--features__item:hover {
    box-shadow: none;
}
.s-block--features__item .feature-icon {
    height: 7rem;
    width: 7rem;
    background-color: transparent;
    animation: mymove 5s ease infinite;

}

@keyframes mymove {
    0%, 7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-8deg);
    }

    20% {
        transform: rotateZ(8deg);
    }

    25% {
        transform: rotateZ(-8deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    40%, 100% {
        transform: rotateZ(0);
    }
}


.s-block--features__item:hover .feature-icon i {
    animation: none;
}

.s-block--features__item .feature-icon i {
    font-size:  60px;
    color: #000;
}


/*testimonal*/
.s-reviews-testimonial__avatar {
    display: none !important;
}
.s-reviews-testimonial__text {
    text-align: center;
}
.s-reviews-testimonial__rating {
    margin-left: 0rem;
}

.s-reviews-testimonial__icon svg {
   display:none
}
.s-reviews-testimonial {
    background-color: #03594908;
    border : .02rem groove #00000020;
    border-radius: 10px;   
}
.s-reviews-header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s-reviews-header {
    margin-right: 0rem;  
    color: #000;
}

@media (min-width: 1024px){
.s-block--testimonials.container {
    padding-left: 0rem;
    padding-right: 0rem;
}
.s-reviews-testimonial__name_wrapper {
    flex-direction: column;
}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    padding-right: 2rem;
}
}
.s-reviews-testimonial__info{
    color: #000;
}


/*footer*/
.index .store-footer, .product-index .store-footer {
    background-color: #fff;
    color:#000;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #fff;
    color:#000;

}
footer.store-footer {
    border-bottom-width: 0;
    border-radius: 0px;
}

.footer-is-light .store-footer .store-footer__inner, .footer-is-dark .store-footer .store-footer__inner {
    background-color: transparent;
}

.store-footer{
background-color: #fff !important;
}


 .footer-is-light .store-footer {
     color: #fff;
 }



 @media (max-width: 900px){
    footer {
        text-align: center;
    }

.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
     margin-left: 0rem; 
}
.store-footer .md\:flex{
    display: flex;
    flex-direction: column-reverse;
}
}
.store-footer .max-w-sm {
    max-width: fit-content;
    padding-top:  0px;
    margin-top:  0px;
}

.footer-is-light .store-footer .social-link {
   border: none;
}

footer .sicon-whatsapp2, footer .sicon-iphone,footer .sicon-phone, footer .sicon-mail {
    border: none;

}
.footer-is-light .store-footer .contact-social {
    border: none;
}
.store-footer .contact-social {
    border-top-width: 0px;
}
.store-footer .social-link {
    border-radius: 2px;
}
.store-footer__inner {
    border-bottom-width: 0px;
}
.copyright-text p {
     color: #fff;
}
.bg-white {
    border-radius: 2px;
}
@media (max-width: 900px){
.store-footer a div:nth-child(3)> .text-unicode:nth-child(1){
    display: none;
}

.s-social-list {
    justify-content: right;
}
}
.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20 .flex{
    justify-content: right;
}
.store-footer a
.border {
    border-width: 0px;
}
.mb-6 {
    margin-top: 1.5rem;
}
.store-footer h3 {
    color: #000;
}
.s-social-link a, .s-contacts-icon {
    border-radius: 5px;
    border-width: 0px;
    background-color: #fff ;
    color: #000;
}

div#contact-slot:nth-child(1) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(1) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;

}

div#contact-slot:nth-child(2) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(2) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;
}

div#contact-slot:nth-child(3) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(3) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;
}

div#contact-slot:nth-child(4) span.unicode{
    font-size: 0px;
}

div#contact-slot:nth-child(4) span.unicode::after{
    font-size: .875rem;
    content: "";
    text-align: right;
}
.s-contacts-list-vertical {
    flex-direction: row;
}
div#contact-slot span.unicode {
margin-top: 10px;
}


.s-contacts-icon svg {
    height: 1.2rem;
    width: 1.2rem;
}
 
.s-social-link a svg {
    height: 1.2rem;
    width: 1.2rem;
}
.copyright-text p {
    color: #000;
    display: flex;
    margin-top: .75rem;
}
.s-payments-list-item {
    border-radius: 5px;
}
.copyright-text .mb-2\.5 {
    margin-bottom: .25rem;
}
span.dev-link A{
    margin-left: .2rem
}
span.dev-link {
    display: inline-flex;
     font-size: 9px;
     margin: 0 0px;
     margin-top: px;
     margin-left: 0;
     color: #fff;
     opacity: 1;
     flex-direction: row-reverse;
 }
 .s-apps-icons-list {
    justify-content: center;
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 .hidden {
    display: flex;
}

.footer-is-light .store-footer .contact-social .s-social-list
{
    display: none;
}
.store-footer__inner {
 padding-bottom: 0rem; 
}
.store-footer .contact-social {
    margin-top: 0rem;
    border-top-width: 0px;
    padding-top: 0rem;
}

.s-payments-list-item {
    border-radius: 2px;
}
    a.flex.items-center.m-0{
    justify-content: center !important;
    text-align:center

    }


@media (max-width: 991px) {
a.flex.items-center.m-0 {
    padding-right: 80px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/GwedW/ZZbqJpc3LWV3NFh5kB4Q0Lt6Hh0cqimHsxSmhDE5.png);
   background-size:50%;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 80px;
    padding-top: 90px;
    padding-bottom: 0px;
}
    
a.flex.items-center.m-0 > h3{
    visibility: hidden;
}
}
    .hidden.lg\:block {
        justify-content: center !important;
    }
    .s-contacts-list-vertical {
        justify-content: center;
    }


.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
    justify-content: center;
}