/* Add custom CSS styles below */ 
.tabs.hide-scroll {
    display: none !important;
}
.w-full salla-button .s-button-element.s-button-primary{
    position: relative;
    overflow: hidden;
}

.w-full salla-button .s-button-element.s-button-primary::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,.15) 35%,
        rgba(255,255,255,.65) 50%,
        rgba(255,255,255,.15) 65%,
        transparent 100%
    );
    transform: skewX(-25deg);
    animation: spyShine 2.8s linear infinite;
    pointer-events: none;
}

@keyframes spyShine{
    0%{
        left: -120%;
    }
    100%{
        left: 180%;
    }
}
.k-about-us {
    color: #F5C21A !important;
}





.wa-s-n {
    display: none !important;
}


/* زر الواتساب */
#wa-widget .wa-btn{
    background: #F5C21A !important;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spyPulse 1.8s ease-in-out infinite;
    box-shadow: 0 0 0 rgba(245,194,26,.5);
}

/* أيقونة الواتساب */
#wa-widget .wa-btn i{
    color: #111 !important;
    font-size: 28px;
}

/* نبض مستمر */
@keyframes spyPulse{
    0%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(245,194,26,.45);
    }
    50%{
        transform: scale(1.08);
        box-shadow: 0 0 0 12px rgba(245,194,26,0);
    }
    100%{
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(245,194,26,0);
    }
}


/* الشاشات الكبيرة */
#injaz_count {
    color: #F5C21A !important;
    font-size: 48px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 1px;
}

/* الشاشات الصغيرة */
@media (max-width: 768px) {
    #injaz_count {
        color: #F5C21A !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
        letter-spacing: inherit !important;
    }
}
h3.w-full.text-center {
    color: #F5C21A !important;
}
/* لون الخصم   */


span.color-danger.text-danger.t-red.text-primary.text-lg.font-bold {
    color: #F87171 !important;
}

span.color-danger.text-danger.t-red.text-primary.text-lg.font-bold i {
    color: #F87171 !important;
}



.sold-times-wrapper,
.sold-times-wrapper .sold-word,
.sold-times-wrapper .dm-text-main,
.sold-times-wrapper .sicon-fire,
.sold-times-wrapper .injaz_count {
    color: rgb(216, 158, 0) !important;
}