html, body{
    direction: rtl;
    font-family: "Tajawal","Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Tajawal","Lato", sans-serif;
}

.box-right li a:after {
    right: auto;
    left: 0px;
}

.box-right li:last-child a {
    padding: 10px 15px 10px 0px;
}

.box-right li a i {
    padding-left: 0px;
    padding-right: 3pxpx;
}

.block-title h6 {
    padding-right: 0px;    
    padding-left: 20px;
}

.product-summery .price-box .regular-price {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    text-align: right;
    margin-right: 10px; /* Adjust spacing for RTL */
    margin-left: auto; /* Reset left margin */
}
   
.menu-item-has-children > span.menu-expand .fa-angle-down {
    position: absolute;
    left: 10px; /* Move the icon to the left */
    right: auto; /* Reset right position */
}
 