.navbar-brand img {

max-height: 5rem;

width: auto;

max-width: 170px;

}


.s-block {

margin-top: 0.5rem;

}

[dir=rtl] salla-slider.photos-slider .swiper {

    padding-right: 0rem;
    padding-left: 0rem;
    padding-bottom: 0rem;
}


salla-slider.photos-slider .swiper-slide {

position: relative;

margin-left: 5px;

margin-right: 5px;

height: auto;

width: 100%;

overflow: hidden;

border-radius: 0rem;

}


salla-slider .swiper-pagination-bullets.swiper-pagination-horizontal {

bottom: 0.1rem;

}

figure.banner-effect-1:hover:before {

transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);

}

figure.banner-effect-1:before {

content: "";

display: block;

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

background: rgba(255,255,255,.25);

z-index: 2;

transition: transform .35s ease-out;

transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);

}




html,body {

font-family: var(--font-main);

font-size: var(--font-base);

color: #1f2937;

margin: 0;

direction: rtl;

background: #fff;

background: var(--color-white)

}

html::-webkit-scrollbar,body::-webkit-scrollbar {

width: 3px

}


html::-webkit-scrollbar-track,body::-webkit-scrollbar-track {

background: rgba(#F8F8F8,0.8);

background: rgba(var(--color-grey-light),0.8);

border-radius: 0

}



html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb {

border-radius: 0;

background: var(--color-primary)

}


.s-slider-block__title h2 {

position: relative;

font-size: 1.5rem;

line-height: 1.75rem;

font-weight: 700;

line-height: 1;

}


body, *:not(i) {

font-family: "Cairo", sans-serif !important;

}



.s-product-card-price {

font-size: 20px;

line-height: 1.25rem;

font-weight: 700;

color: #b00000;

}

.inline-block {

display: inline-block;

font-size: 22px;

color: #b00000;

}

/* تكبير بورد السعر مع كلمة الرياال  */

.sicon-sar:before, [class="sicon-sar"] {

content: "\e9bc";

color: #4b5563;

font-size: 20px;

}
.s-product-card-sale-price h4 {
    --tw-text-opacity: 1 !important;
    color: #991b1b !important;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25rem;
}

/**/

/* تنسيق حاوية المنتج */
.s-product-card-entry {
    border-radius: 5px;
    padding: 0px;
    background-color: #fff;
    display: flex;
    height: 97%;
    justify-content: space-between;
    position: relative;
    --tw-bg-opacity: 1;
    transition-duration: .3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
/* حدود الحاوية لظهور الظلال */
.overflow-auto {
    overflow: unset;
}
/* حاوية برواز صورة المنتج */
.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* نص حاوية المنتج 2 اسطر */
.s-product-card-content-title a {
    display: -webkit-box;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #1f2937;
    color: rgba(31,41,55,var(--tw-text-opacity,1));
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}