.text-blue{
    color: #0a53be !important;
}
.discount-parcentage {
    background: #e64936;
    color: #fff;
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-block;

}
/* add font */
@font-face {
    font-family: 'IRANSans';
    src: url("../font/IRANSansWeb_FaNum.woff");
}
@font-face {
    font-family: 'IRANSans-Medium';
    src: url("../font/IRANSansXFaNum-Medium.woff");
}
.fontIranSans{
    font-family: 'IRANSans' !important;
}
.fontIranSansMedium{
    font-family: 'IRANSans-Medium' !important;
}
.btn-digikala {
    position: relative;
    overflow: hidden;
    background-color: #ef394e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 28px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(239, 57, 78, 0.3);
    transition: all 0.3s ease;
    font-family: 'IRANSans-Medium' !important;
}

.btn-digikala i {
    margin-right: 8px;
    font-size: 1.2rem;
}

.btn-digikala:hover {
    background-color: #d32f2f;
    box-shadow: 0 6px 14px rgba(211, 47, 47, 0.4);
    transform: translateY(-2px);
}

/* فقط هنگام هاور، هاله ظاهر میشه */
.btn-digikala:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.2) 100%);
    transform: skewX(-20deg);
    animation: shine 1.5s ease-out;
}

/* تعریف انیمیشن */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.fontsmall-cu1{
    font-size: 13px !important;
    font-family: 'IRANSans' !important;
}
.theme-btn-cancel{
    background: red !important;
}
.text-align-justify{
    text-align: justify !important;
}
.btn-purple{
    background: purple !important;color: #fff !important;
}
.text-purple{
    color: purple !important;
}