 body {
     direction: ltr;
     text-align: left;
 }

 .ml-10 {
     margin-left: 0;
     margin-right: 10px
 }

 .mr-20 {
     margin-right: 0;
     margin-left: 20px;
 }

 .fillter_product .nice-select:after {
     right: 8px;
     left: unset;
 }

 .px-paginate-container .px-btn i {
     transform: rotateY(180deg);
 }

 .chose_lphone {
     right: 1px;
     left: unset;
 }

 .chose_lphone:after {
     right: 6px;
     left: unset;
 }


 .icon_fa {
     right: 10px;
     left: unset
 }

 .close_ {
     right: 15px;
     left: unset
 }

 .breadcrumb-item + .breadcrumb-item {
     display: flex
 }

 .owl-product .item > a {
     right: 20px;
     left: unset;
 }

.steps:before {
    right: unset;
    left: 19px
}

.input-copon .btn-main {
    left: unset;
    right: 5px
}

/*New Css*/
 .main-search .icon {
     left: auto;
     right: 30%;
 }
 /*End Css*/

 /*Extra small devices (portrait phones, less than 576px)*/
 @media (max-width: 575.98px) {}

 /*Small devices (landscape phones, less than 768px)*/
 @media (max-width: 767.98px) {}

 /*Medium devices (tablets, less than 992px)*/
 @media (max-width: 991.98px) {

     .nav_bar {
         right: unset;
         left: 0;
         transform: translateX(-100%);
     }

 }

 /*Large devices (desktops, less than 1200px)*/
 @media (max-width: 1199.98px) {}