/*--------------------------------------------------------------
# Start ltr style
--------------------------------------------------------------*/

body {
    direction: ltr;
}

.nav_bar .login-dropdown .dropdown-body {
    right: 0;
    left: auto;
}

.hero-section .image-side .image-box:after {
    right: auto;
    left: 0px;
}

.hero-section .image-side:before {
    right: 145px;
    left: auto;
}

.hero-section .image-side .item:nth-of-type(1) {
    left: -88px;
    right: auto;
}

.hero-section .image-side .item:nth-of-type(2) {
    right: auto;
    left: -36px;
}

.hero-section .image-side .item:nth-of-type(3) {
    right: 24px;
    left: auto;
}

.hero-section:after {
    left: auto;
    right: -190px;
}

.hero-section .animate-group .img-shape {
    left: 40%;
    right: auto;
}

.hero-section .animate-group .bg-red {
    left: 53%;
    right: auto;
}

.hero-section .animate-group .bg-gray {
    left: 27%;
    right: auto;
}

.hero-section .animate-group .bg-dark {
    left: 31%;
    right: auto;
}

.main-info-box .head:after {
    left: 0;
    right: auto;
}

.nav_bar .icon-drop .fa-arrow-right-from-bracket,
.profile_page .profile-card .tabs-li li .fa-arrow-right-from-bracket,
.auth_page .modal-form .back-btn .icon .fa-arrow-right,
.banner-three-section .box .arrow .fa-arrow-left,
.main-btn .fa-arrow-left,
.main-btn .fa-arrow-right-long {
    transform: scaleX(-1);
}

.banner-section .content-section .image-side {
    right: auto;
    left: -100px;
}

.banner-section .content-section:after {
    left: auto;
    right: -12px;
}

#up_btn {
    left: 25px;
    right: auto;
}

.nav_bar #close_menu {
    left: 20px;
    right: auto;
}

.store-section .filter-card .box .select2-container--default .select2-selection--single {
    flex-direction: row-reverse;
}

.store-section .filter-card .box .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1px;
    left: auto;
}

.designers-section [class*=col-]:nth-of-type(odd):after {
    left: auto;
    right: -20px;
}

.designers-section [class*=col-]:nth-of-type(odd):before {
    left: auto;
    right: -8px;
}

.designers-section [class*=col-]:nth-of-type(odd) .designer-box:before {
    left: auto;
    right: -195px;
}

.designers-section [class*=col-]:nth-of-type(odd) .designer-box:after {
    left: auto;
    right: -16px;
}

.designers-section [class*=col-]:nth-of-type(even):before {
    left: -8px;
    right: auto;
}

.designers-section [class*=col-]:nth-of-type(even):after {
    left: -20px;
    right: auto;
}

.designers-section [class*=col-]:nth-of-type(even) .designer-box:before {
    left: -195px;
    right: auto;
}

.designers-section [class*=col-]:nth-of-type(even) .designer-box:after {
    left: -16px;
    right: auto;
}

.designer-modal .modal-body .designer-info .designer-image {
    right: auto;
    left: -160px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: auto !important;
    right: 0 !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 52px !important;
    padding-left: 12px !important;
}

@media (max-width: 575.98px) {
    .hero-section .image-side .item:nth-of-type(1) {
        left: -10px;
    }
    .hero-section .image-side .item:nth-of-type(2) {
        left: -7px;
    }
    .hero-section .image-side .item:nth-of-type(3) {
        right: 0;
    }
    .hero-section .image-side:before {
        right: 46px;
    }
}


/*--------------------------------------------------------------
# End ltr style
--------------------------------------------------------------*/