.right-50 {
    right: 50%;
}

.left-50 {
    left: 50%;
}
.right-20 {
    right: 20%;
}

.left-80 {
    left: 80%;
}

@media screen and (max-width: 991px){
    .right-50 {
        right: 0%;
    }
    .left-50 {
        left: 0%;
    }
    .right-20 {
        right: 0%;
    }
    
    .left-80 {
        left: 0%;
    }
}

.direction--ar{
    direction: RTL;
}

@media (min-width: 767px){
 ul.dropdown-menu > li.dropdown:hover .dropdown-menu {
        display: block;
        left: -216px;
        top: 0;
         direction: rtl;
    }
    a{
        direction: rtl;
    text-align: right;
}
}

nav#layout-nav .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: 400;
    color: #777777;
    font-size: 13px;
    font-family: Open Sans;
    direction: rtl;
}
.center{text-align:center;}
.product--center .col-md-3{float: right;}
p.block__body--text, .product__body--justify-end p, .product__body--justify-end h5 , .block__body--justify-end , h4{/* text-align:right; */
direction: RTL;}