@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;800;900&display=swap');

:root {
    --title-font: 'Tajawal', sans-serif;
    --body-font: 'Tajawal', sans-serif;
}

.hero-text {
    padding-right: 0;
    padding-left: 50px;
}

.vs-btn.style1,
.vs-btn.style3 {
    padding: 9px 40px 9px 9px;
}

.vs-btn>i {
    margin-left: 0;
    margin-right: 40px;
    rotate: 180deg;
}

.star-rating:before {
    float: right;
    left: unset;
    right: 0;
}

.star-rating span:before {
    left: unset;
    right: 0;
}

.product-style1 .product-title,
.product-style6 .product-title {
    padding-right: 0;
    padding-left: 20px;
}

.product-style1 .product-actions,
.product-style4 .product-actions,
.product-style5 .product-actions,
.product-style6 .product-actions {
    right: unset;
    left: 30px;
}

@media (max-width: 575px) {

    .product-style1 .product-actions,
    .product-style4 .product-actions,
    .product-style5 .product-actions,
    .product-style6 .product-actions {
        right: unset;
        left: 10px;
    }
}

.newsletter-form .title-area,
.newsletter-form2 .title-area,
.newsletter-form3 .title-area {
    text-align: right;
}

.widget_title::after {
    left: unset;
    right: 0;
}

.footer-info {
    text-align: right;
}

.footer-info__icon {
    margin: 0 0 0 17px;
}

.footer-menu--style>ul {
    text-align: right;
    padding-right: 0;
}

.footer-menu--style>ul>li>a {
    padding-left: 0;
    padding-right: 20px;
}

.footer-menu--style>ul>li>a::before {
    content: "\f104";
    left: unset;
    right: 0;
}

.product-style1 .vs-btn,
.product-style4 .vs-btn,
.product-style5 .vs-btn,
.product-style6 .vs-btn {
    margin-right: 0;
    margin-left: -47px;
    transform: scaleX(0);
    transform-origin: left center;
    padding: 11px 22px 11px 59px;
}

.vs-menu-wrapper .vs-menu-area {
    /* left: -110%; */
    left: unset;
    right: -110%;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    /* left: -28%; */
    left: unset;
    right: 0;

}

.vs-mobile-menu {
    text-align: right;
}

.vs-menu-wrapper .vs-menu-toggle {
    right: unset;
    left: 10px;
}

.header-call i {
    margin-right: 0;
    margin-left: 10px;
}

.product-about .product-instock {
    margin-right: 0;
    margin-left: 15px;
}

.quantity__field {
    padding-right: 0;
    padding-left: 25px;
}

.blog-inner-title::after {
    left: unset;
    right: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: .5rem;
}

.breadcrumb-item+.breadcrumb-item:before {
    float: right;
    padding-right: 0;
    padding-left: .5rem;
}

.cart_table .cart_item__des {
    text-align: right;
}

.cart_table td:last-child {
    border-right: 1px solid var(--theme-color2);
    border-left: none;
}

.cart_totals tr td:last-child {
    text-align: left;
}

.main-menu ul li:first-child {
    margin-left: 18px;
}

.main-menu ul li:last-child {
    margin-right: 18px;
}

.contact-box__title::after {
    left: unset;
    right: 0;
}

.widget_shopping_cart .remove {
    right: unset;
    left: 0;
}