body {
    direction: rtl;
    text-align: right;
}


.title-section-link::after{
    content: "\1F868";
    font-weight: bold;
}
.owl-stage{
    margin-left: auto;
}

.owl-carousel{
    direction: ltr;
}
.rtl{
    direction: rtl;
}
.footerLogo{
    text-align: left;
}
.footerSocial div a:not(:last-child) {
    margin-left: 1.9rem;
}
.customer-level-info{
    margin-left: -170px;
}

.text-end-per{
    text-align: end;
}
.products-group-body-price{
    justify-content: end!important;
}
.paginate-by-lang{
    direction: rtl;
}
/* Responsive */
@media (min-width:768px) and (max-width:997px) {
    .menu-pos-mobile {
        right: -50px;
    }
}


@media only screen and (max-width:1023px) {
    
    .category-subMenu {
        position: absolute;
        top: 50%;
        left:0;
    }
    .singel-actionBox.likeHeart
    {
        left: 5%;
    }
    

}