body{
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}
#content-wrapper .sup-products .check-space{
    margin: 0 5px;
}
.head-title::after {
    left: inherit;
    right: 35px;
    bottom: -5px;
}
#header .dropdown-menu {
    text-align: right;
}
#products .owl-nav, .see-more a{
    right: initial;
    left: 0;
}
.see-more a i{
    transform: rotate(180deg);
}
#news, #about{
    background-position: left bottom;
}
#slider .carousel-item .carousel-caption {
    position: absolute;
    top: 38%;
    margin: auto;
    font-family: cursive;
    right: initial;
    left: 23%;
    text-align: center;
}
#products .card .wishlist {
    right: inherit;
    left: 10px;
}
#products .card .card-body #offer {
    right: inherit;
    left: 0;
    border-radius: 0px 15px 0 0;
}
#products-page .card .wishlist {
    right: inherit;
    left: 10px;
}
#products-page .card .card-body #offer {
    right: inherit;
    left: 0;
    border-radius: 0px 15px 0 0;
}
#products-page .card .media-body #offer {
    left: inherit;
    right: 0;
    border-radius: 0px 0 15px 0;
}
#products .card .card-body .product-price {
    color: #232f3f;
    font-size: 16px;
}
#products .card .card-body p del {
    font-size: 13px;
}
#header .center .contact-info li {
    display: inline-block;
    padding-right: 0;
    padding-left: 5px;
}
#account-settings .right .card .edit-btn {
    position: absolute;
    top: 30px;
    right: inherit;
    left: 30px;
    width: 15%;
}
.modal-header .close{
    margin: -1rem;
}
.right-btn, #checkout .left .left-head .back, #checkout .left .qty span, #checkout .left .total span{
    float: left;
}
#sortBy {
    position: absolute;
    right: inherit;
    left: 15px;
    top: 0;
}
#sortBy .dropdown .dropdown-menu {
    right: -50px;
    left: 0 !important;
    font-size: 14px;
    text-align: right;
}
#contact-us .card .card2 {
    background: #ff824c;
    color: #fff;
    position: absolute;
    top: 5%;
    right: inherit;
    left: -20%;
    padding: 25px 20px;
    box-shadow: 0px 0px 10px 0px #ff824c;
    border-radius: 3px;
    width: 380px;
    max-height: 400px;}
#header .center form button {
    right: inherit;
    left: 0;
}
#header .center form input{
    padding-right: 10px;
    padding-left: 75px;
}
#products-page .accordion .card .card-header .btn {
    width: 100%;
    text-align: right;
}
#products-page .accordion .card .card-header .btn i{
    float: left;
}
#call {
    position: fixed;
    bottom: 5px;
    right: initial;
    left: 20px;}
#call ul li i {
    color: #fff;
    margin: auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 11px;
    left: initial;
}
#products-page .card #offer {
    position: absolute;
    top: 15px;
    left: inherit;
    right: 0;
}
#products-page .card #offer .arrow img{
    transform: rotateY(0deg);
}
#products-page .card #offer .arrow:after {
    /*content: " ";*/
    position: absolute;
    left: -19px;
    right: initial;
    top: 0px;
    border-top: 10px solid transparent;
    border-right: none;
    border-left: 9px solid #ff824c;
    border-bottom: 9px solid transparent;
    transform: rotate(180deg);
}
#products .card #offer {
    position: absolute;
    top: 15px;
    left: inherit;
    right: 0;
    background: #ff824c;
}
#products .card #offer .arrow img{
    transform: rotateY(0deg);
}
#products .card #offer .arrow:after {
    /*content: " ";*/
    position: absolute;
    left: -19px;
    right: initial;
    top: 0px;
    border-top: 10px solid transparent;
    border-right: none;
    border-left: 9px solid #ff824c;
    border-bottom: 9px solid transparent;
    transform: rotate(180deg);
}
#product-page #offer {
    position: absolute;
    top: -35px;
    left: inherit;
    right: 0;
}
#product-page #offer .arrow img{
    transform: rotateY(0deg);
    display: none;
}
#product-page #offer .arrow:after {
    /*content: " ";*/
    position: absolute;
    left: -19px;
    right: initial;
    top: 0px;
    border-top: 10px solid transparent;
    border-right: none;
    border-left: 9px solid #ff824c;
    border-bottom: 9px solid transparent;
    transform: rotate(180deg);
}
#product-page #offer .arrow span {
}
#order-page .btn.cart-btn{
    right: initial;
    left: 15px;
    top: 15px;
}
#checkout .btn.cart-btn {
    right: inherit;
    top: 0;
    left: 10px;
    width: auto !important;
    border-radius: 0;
    border: 1px solid #ff824c !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600 !important;
    box-shadow: 0px 0px 13px -2px #ff824c;
}
#products .card .card-body .product-name {
    max-height: 60px;
    overflow: hidden;
}
#header .center .contact-info .media-body {
    padding-left: 0;
    padding-right: 5px;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before{
    padding-right: 0;
    padding-left: 0.5rem;
}