body{
  direction: ltr;
  text-align: left !important;
}
.icon_link.dropdown .dropdown-menu{
  text-align: left !important;
  transform: translateX(-210px) translateY(30px) !important;
  -webkit-transform: translateX(-210px) translateY(30px) !important;
  -moz-transform: translateX(-210px) translateY(30px) !important;
  -ms-transform: translateX(-210px) translateY(30px) !important;
  -o-transform: translateX(-210px) translateY(30px) !important;
}


.top__paper {
  left: -30px;
}
.bottom__paper {
  right: 0;

}
@media(max-width: 991px) {
  .top__paper {
    left: -12px;
  }
}

.code_form .apply_btn {
  right: 9px;
}
/* start footer*/

.go-top {
  left: 10px;
}


/* checkout page dropdown menu */

.date__icon {
  right: 21px;
}

.sm__cart .edit__btn {
  right: 26px;
} 
.sm__cart .cancel__btn {
  right: 0;
}

.icon_link.dropdown .dropdown-menu::before {
  right: 6px;
}


/*** my orders page ***/

.orders__lg__table thead tr th:first-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 thead tr th:last-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 tr th {
  border-left: 0;
}
.orders__lg__table tr td:last-of-type {
  border-right: 0;
}


.searchModal .mobile_search_btn{
  left: 10px;
}


.search__btn {
  right: 16px;
}