 /*boostrap rtl start*/

.he .designbox {
    direction: rtl;
}
.custom-select {
    padding: .375rem  .75rem .375rem 1.75rem ;
    background-position:left .75rem center;
}

 /*Checkboxes and radios start*/

.form-check {
  padding-left: 0;
  padding-right: 1.25rem;
}

.form-check-input {
    margin-left: .3125rem;
    margin-right: 0;
    right: 0;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  padding-right: 0;
  margin-left: .75rem;
  margin-right: 0;
}
.form-check-inline .form-check-input {
    margin-right: 0;
    margin-left: .3125rem;
}


.custom-control-inline {
    margin-left: 1rem;
    margin-right: 0;
}
.custom-control {
    padding-right: 1.5rem;
    padding-left: 0;
}
.custom-control-label::before {
    left: auto;
    right: 0;
}
.custom-control-label::after {
    left: auto;
    right: 0;
}

 /*Checkboxes and radios end*/

 /*salescenter rtl start*/
 .salescenter #salescenter_categories .menu > li, #salescenter_products .boxItem div.boxItem-wrap .item-name, #salecenter_bestseller .boxItem-wrap .item-name{
    direction:  rtl;
}
 /*salescenter rtl end*/
/*list rtl start*/
 .he dd {
    margin-right: 0;
}
 /*list rtl end*/
 /*boostrap rtl end*/
 .he .mosaic .box>div.image>a>span{
  direction: rtl;
 }



::-moz-placeholder { text-align:right; }
input:-moz-placeholder { text-align:right; }