.aside-acount ul li a:before{
    left: 0;
    transform: scale(-1);
    rotate: 1deg;
}

.txt-subscription small{
        right: auto;
    left: 25px;
}

.sec_head{
    display: flex;
    justify-content: space-between;
}

.add-prdu{
    right: auto;
    left: 15px;
}

/* GLOBAL RTL */
body{
    direction: rtl;
    text-align: right;
}

/* NAVBAR */
.header-desktop{
    flex-direction: row-reverse;
}

.desktop-menu{
    flex-direction: row-reverse;
}

/* Breadcrumb */
.breadcrumb{
    justify-content: flex-end;
}

/* Forms */
input,textarea,select{
    text-align:right;
}

/* Buttons */
.btn-site span{
    direction: rtl;
}

/* Icons flip */
.fa-arrow-right{
    transform: rotate(180deg);
}

/* Margins fix */
.ml-auto{
    margin-right:auto!important;
    margin-left:0!important;
}
.mr-auto{
    margin-left:auto!important;
    margin-right:0!important;
}

/* Float */
.float-left{float:right!important;}
.float-right{float:left!important;}


@media (max-width: 991px){
    .logo-mobile a{
        display: flex;
        justify-content: center;
    }
    
    .main-wrapper {
        margin-top:0;
        padding-top: 36px;
    }
}