body{
  direction: rtl;
  text-align: right !important;
}
.dropdown-menu{
  text-align: right !important;
}

.top__paper {
  right: -30px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.bottom__paper {
  left: 0;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
@media(max-width: 991px) {
  .top__paper {
    right: -12px;
  }
}
.rangeable-container {
  direction: ltr;
}
/*shop page*/
.cat__toggle i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.breadcrumb-item+.breadcrumb-item::before {
  padding-left: 0.5rem;
}

/* start footer*/

.go-top {
  right: 10px;
}

@media(min-width: 992px) {
  .offset-lg-1 {
    margin-left: auto;
    margin-right: 8.333333%;
  }
  .offset-lg-8 {
    margin-left: auto;
    margin-right: 66.666667%;
  }
}

.code_form .apply_btn {
  left: 9px;
}


/* checkout page dropdown menu */
.nice-select.time_select {
  text-align: right !important;
}
.nice-select.time_select:after {
  right: auto;
  left: 12px;
}


.date__icon {
  left: 21px;
}

.sm__cart .edit__btn {
  left: 26px;
} 
.sm__cart .cancel__btn {
  left: 0;
}

.icon_link.dropdown .dropdown-menu::before {
  left: 6px;
}

/*** my orders page ***/

.orders__lg__table thead tr th:first-of-type{
  border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -ms-border-radius: 0 6px 0 0;
  -o-border-radius: 0 6px 0 0;
}
.orders__lg__table thead tr th:last-of-type{
  border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -ms-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
}
.orders__lg__table tr th {
  border-right: 0;
}
.orders__lg__table tr td:last-of-type {
  border-left: 0;
}


.searchModal .mobile_search_btn{
  right: 10px;
}



.search__btn {
  left: 16px;
}