.owl-carousel {
    direction: ltr;
}
/*  Ltr  */
body,.course-item .course-content h3,.course-links,.footer-text,.footer-links,.profile-flex-stat .text,.video-title,.form-group input, .form-group textarea, .form-group select,.profile-name,
.inner-section-title,.filter-title,.course-details-section{
    text-align: left;
}

.course-details-section .price{
    flex-direction: row;
}
.similar-courses .course-footer{
    flex-direction: row !important;
}
.course-text-details .price span.dashed,.course-text-details .price span.discount {
    margin-right: 0;
    margin-left: 25px;
}
.course-info-item > svg {
    margin-left: 0;
    margin-right: 20px;
}
.course-info-item i, .fstResultItem {
    margin-left: 0 !important;
    margin-right: 20px;
}
.course-buttons .add-fav {
    margin-right: 0;
    margin-left: 5px;
}
.course-item .course-footer {
    min-height: 50px;
}
.consultations-carousel .course-item .course-footer {
    flex-direction: row;
    min-height: 50px;
}

.courses-row .course-item .course-footer {
    flex-direction: row !important;
    min-height: 50px;
}
.price {
    display: flex;
    /*flex-direction: row-reverse;*/
}
.course-item .course-footer .price span {
    margin-left: 0px;
    margin-right: 20px;
}
.consultations-carousel .course-item .course-footer .price span.dashed {
    margin-left: 20px !important;
    margin-right: 0px !important;
}
.consultations-carousel .price {
    display: flex;
    flex-direction: row;
}

.inline-add-cart {
    left: auto;
    right: 10px;
}

.trainer-home-section .trainer-img {
    border-radius: 0 0px 320px 0;
}
.profile-details .profile-img {
    right: auto;
    left: 80px;
}


.gift-user-info .form-group svg{
    right: auto;
    left: 10px;
}
.gift-user-info .form-group input,.gift-user-info  .form-group textarea,.gift-user-info  .form-group select {
    padding-inline-start: 30px;
}
ol li:before {
    right: auto;
    left: 0;
}
.fstMultipleMode .fstQueryInput {
    padding-left: 20px !important;
}
.auth-types-wrap .auth-item svg {
    margin-right: 10px !important;
}
.auth-types-wrap .auth-item {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.form-group svg {
    right: auto;
    left: 20px;
}

.sub_cat {
    padding-left: 20px!important;
    padding-right: 0!important;
    position: relative;
}
.sub_grand_cat
{
    padding-left: 40px!important;
    padding-right: 0px!important;
    position: relative;
}

.input-filter-item.check-radio-item.sub_cat:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 14'%3E%3Cpath id='Shape' d='M2.414,7l5.293,5.293a1,1,0,1,1-1.414,1.414l-6-6a1,1,0,0,1,0-1.414l6-6A1,1,0,0,1,7.707,1.707Z' transform='translate(0)' fill='%2300'%3E%3C/path%3E%3C/svg%3E");
    display: block;
    position: absolute;
    fill: #000;
    color: #000;
    left: 5px;
    right: auto !important;
    top: 3px;
    transform: rotate(270deg) !important;
}
.input-filter-item.check-radio-item.sub_grand_cat:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 14'%3E%3Cpath id='Shape' d='M2.414,7l5.293,5.293a1,1,0,1,1-1.414,1.414l-6-6a1,1,0,0,1,0-1.414l6-6A1,1,0,0,1,7.707,1.707Z' transform='translate(0)' fill='%2300'%3E%3C/path%3E%3C/svg%3E");
    display: block;
    position: absolute;
    fill: #000;
    color: #000;
    left: 24px;
    right: auto !important;
    top: 3px;
    transform: rotate(180deg) !important;
}

.input-filter-item.check-radio-item:has(input.parent):before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 14'%3E%3Cpath id='Shape' d='M2.414,7l5.293,5.293a1,1,0,1,1-1.414,1.414l-6-6a1,1,0,0,1,0-1.414l6-6A1,1,0,0,1,7.707,1.707Z' transform='translate(0)' fill='%2300'%3E%3C/path%3E%3C/svg%3E");
    display: block;
    position: absolute;
    fill: #000;
    color: #000;
    left: -10px;
    right: auto !important;
    top: 3px;
    transform: rotate(270deg) !important;
}