.testimonial-section-2 {
    position: relative;
    overflow-x: hidden;
}
@media (max-width: 767px) {
    .testimonial-wrapper .testimonial-items .swiper-slide.swiper-slide-active .client-image-item::before {
        right: 102px;
    }
    .preloader .animation-preloader .txt-loading .letters-loading::before {
        animation: letters-loading 4s infinite;
        color: var(--primaryColor);
        content: attr(data-text-preloader);
        right: 0;
        opacity: 0;
        font-family: var(--fontFamily);
        position: absolute;
        top: 14px;
        transform: rotateY(90deg);
    }
}
.woocommerce table.shop_table {
    font-family:  var(--fontFamily)!important;
}
.wpcf7,.js,#wpcf7-f1010-p1704-o1{
    direction: rtl;!important;
}
.rotate-left{
    transform: rotate(180deg);
}
body{
    font-family: iransans;
}
body.rtl, body.rtl .press-this a.wp-switch-editor {
    font-family: Kalameh;!important;
}
.yith-wcwl-wishlistaddedbrowse {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    bottom: 9px!important;
    position: relative!important;
}