/****************** Global Styling RTL ******************/

.user-profile-links,
.account,
.dashboard-navigator .nav-item a,
.header-middle .icon-box-title,
.cart-name,
.cart-price,
.price,
.cart-dropdown .cart-total,
.header-bottom,
input,
.product-details,
.product-tabs,
th,
.toolbox,
td,
td span,
footer,
.mmenu-anim,
main.checkout,
.breadcrumb,
.title,
table,
form {
    direction: rtl !important;
    text-align: right  !important;
}

/****************** Framework ******************/

.account .form-control {
    padding: 0px 25px 0px 5px !important;
}

.form-checkbox label {
    padding-left: 35px !important;
}

/* Breadcrumb */

.breadcrumb-nav .breadcrumb li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(180deg);
}

/****************** Header ******************/

.cart-dropdown .cart-total label {
    margin: 0 0 0 auto;
}

.menu>li {
    margin-right: 0;
    margin-left: 3rem;
}

.mobile-menu-close {
    right: calc(100vw - 40px);
    left: auto;
}

/* Lang Switcher */


/* Admin Header */



/* ************** */


/***************** Dashboard ******************/

/* Dasbboard */


/* Admin Home */


/* Order Details */


/* Dashboard Products */

.product-active {
    right: -40px;
    transform: rotate(45deg);
}

.product-item .product-img {
    padding-right: 0 !important;
    padding-left: 15px;
}

.toolbox-item {
    margin-right: 0 !important;
    margin-left:  2rem;
}

.pagination-link {
    margin-right: 0;
    margin-left: 10px;
}

.edit-product-form {
    direction: rtl;
}

.product-actions h5 {
    margin-left: 1rem !important;
}

/* Add Product */

#product-tags,
#edit-product-tags {
    margin-right: 0 !important;
    margin-left: 15px !important;
}

/* Categories */

.category-item {
    margin: 8px 0px 8px 8px;
}


/* Our Categories */



/* Users */

/* Options */

.add-option-btn-holder,
.remove-option-holder {
    text-align: left;
}

/* Price Settings */

.coupon-product {
    margin-left: 5px;
}


/* Main Slides */

.all-slides-holder {
    direction: ltr;
}

/***************** Home Page ******************/

/***************** About Us ******************/

/***************** Contact Us ******************/

.contact-section p,
.contact-section h4,
.contact-section button {
    direction: rtl;
    text-align: right;
}

.d-icon-arrow-right {
    transform: rotate(180deg);
}

/***************** Profile ******************/


/***************** Products ******************/

.toolbox .shop-sidebar {
    margin-right: 0;
    margin-left: 2rem;
}

.toolbox .select-box::before {
    right: calc(100% - 20px);
}

.toolbox-item label {
    margin-left: 0.8rem;
    margin-right: 0;
}

.toolbox select {
    padding-left: 25px;
    padding-right: 9px;
}

.select-menu::before {
    right: calc(100% - 20px);
}

.product-name {
    padding: 0px 0px 20px 0px;
}

.product-meta span {
    margin: 0;
}

.ratings-full+.rating-reviews {
    margin-left: 0;
    margin-right: 1rem;
}

/***************** Single Product ******************/



/***************** Cart ******************/


/* Account Addresses */


/***************** Checkout ******************/

.checkout .card-header a.collapse::after {
    right: calc(100% - 13px);
}

.summary td:last-child, .summary th:last-child {
    text-align: left !important;
}


/* Footer */

footer {
    text-align: center !important;
}