/*all fonts sizes */
.rtl .basket-menu p {
    height: 39px;
}
.rtl .left-slide-caption h3 {
    line-height: 98px;
}

.rtl .subs h2 {
    font-size: 80px;
    line-height: 90px;
}

.rtl .about-pg h3 {
    line-height: 138px;
}

.rtl .news-description h3 {
    line-height: 50px;
}

.rtl  .big-title,.rtl .login-title {
    line-height: 85px;
}
.rtl .vip-product {
    font-size: 15px;
}

.rtl  .carpet-map .main-carpet-title h3 {
    line-height: 85px;
}

.rtl .pages-header h1 {
    line-height: 100px;
}
@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    .rtl .left-slide-caption h3 {
        line-height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .rtl .about-pg h3 {
        line-height: 75px;
    }
    
    .rtl .left-slide-caption h3 {
        line-height: 60px;
    }

    .rtl .news-description h3 {
        line-height: 35px;
    }
    .rtl .subs h2 {
        font-size: 50px;
        line-height: 61px;
    }

    .rtl .big-title,.rtl .login-title  {
        line-height: 57px;
    }
}


@media only screen and (max-width: 576px) {
    .rtl .left-slide-caption h3 {
        line-height: 37px;
    }

    .rtl .news-description h3 {
        line-height: 26px;
    }

    .rtl .big-title  {
        line-height: 37px;
    }

    .rtl .carpet-map .main-carpet-title h3 {
        line-height: 48px;
    }

    .rtl .pages-header h1 {
        line-height: 40px;
    }
}

@media only screen and (max-width: 450px) {
    .rtl .big-title{
        line-height: 29px;
    }
}

