body,
html {
    direction: ltr;
}

body,
html,
body p,
.navbar .custom-navbar .nav-links,
.product-items .status {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.navbar .custom-navbar .nav-list .nav-links::before {
    left: unset;
    right: 0;
}

.search form .butn {
    left: unset;
    right: 3px;
}

.search .cls {
    left: unset;
    right: 15px;
}

.navbar .custom-navbar .drop-nav .nav-links:after {
    right: 10px;
}

header .swiper-head .swiper-numbers {
    left: 70px;
    right: unset;
}

header .swiper-head .swiper-prev {
    left: 40px;
    right: unset;
}

header .swiper-head .swiper-next {
    left: 150px;
    right: unset;
}

.product-items .product-title span {
    float: right;
}

.product-items:after {
    right: -200px;
    left: unset;
}

.product-items:hover:after {
    right: -100px;
    left: unset;
}

.product-items .add-cart {
    right: 30px;
    left: unset;
}

.butn span i {
    left: unset;
    right: 5px;
    transform: rotate(180deg);
}

.product-items .product-price .discount {
    margin-left: 30px;
    margin-right: 0;
}

.checkout-form .accordion .btn-link {
    text-align: left;
}

.checkout-form .accordion .profile-info .butn,
.checkout-form .accordion .pay .coupon li span,
.cart-pg .checkout ul li span {
    float: right !important;
}

.profile-pg .tabs .tab-content .fav .items .close,
.profile-pg .tabs .tab-content .fav .items .edit {
    left: unset;
    right: 15px;
}

.product-details .info .items .prod-price span {
    margin-right: 0;
    margin-left: 50px;
}

.side-small-title small {
    float: right;
}

.stars {
    direction: rtl;
}


/* -------- navbar ltr ---------- */

.navbar .custom-navbar .nav-list {
    right: unset;
    left: -100%;
    text-align: left;
}

.navbar .custom-navbar .nav-list.show {
    right: unset;
    left: 0;
}

.navbar .custom-navbar .nav-toggle {
    float: right;
}

.navbar .custom-navbar .navbar-brand {
    float: left;
}

.navbar .custom-navbar .drop-nav .drop-down {
    right: unset;
    left: 0;
    text-align: left;
}

@media screen and (max-width: 991px) {}