@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #212F3E;
}

p {
  margin: 0;
  color: #212F3E;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #F7931D;
}

a:hover {
  color: #F7931D;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "din-next-bold";
  src: url(../fonts/din-next-bold.ttf);
}

@font-face {
  font-family: "din-next-medium";
  src: url(../fonts/din-next-medium.ttf);
}

@font-face {
  font-family: "din-next-regular";
  src: url(../fonts/din-next-regular.ttf);
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background-color: #F7F7F7;
  color: #212F3E;
}

html[dir="rtl"] .font-bold {
  font-family: "din-next-bold";
}

html[dir="rtl"] .font-medium {
  font-family: "din-next-medium";
}

html[dir="rtl"] body {
  text-align: right;
  direction: rtl;
  font-family: "din-next-regular";
}

html[dir="ltr"] .font-bold {
  font-weight: 700;
}

html[dir="ltr"] .font-medium {
  font-weight: 500;
}

html[dir="ltr"] body {
  font-family: 'Cairo', sans-serif;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 50px;
  background-color: #fff;
  border: 0;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 16px;
  font-size: 14px;
  color: #283946;
}

.form-control.form-sm {
  height: 45px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-color: #F7931D;
}

textarea.form-control {
  height: auto;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.main-content {
  padding: 60px 0px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-input-placeholder {
  color: #A7B7C8 !important;
  font-size: 14px !important;
}

:-ms-input-placeholder {
  color: #A7B7C8 !important;
  font-size: 14px !important;
}

::-ms-input-placeholder {
  color: #A7B7C8 !important;
  font-size: 14px !important;
}

::placeholder {
  color: #A7B7C8 !important;
  font-size: 14px !important;
}

::-moz-placeholder {
  color: #A7B7C8 !important;
  font-size: 14px !important;
}

::-ms-placeholder {
  color: #A7B7C8 !important;
  font-size: 14px !important;
}

::-o-placeholder {
  color: #A7B7C8 !important;
  font-size: 14px !important;
}

::-webkit-placeholder {
  color: #A7B7C8 !important;
  font-size: 14px !important;
}

.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.symbol.symbol-20 > img {
  width: 20px;
  max-width: 20px;
  height: 20px;
}

.symbol.symbol-25 > img {
  width: 25px;
  max-width: 25px;
  height: 25px;
}

.symbol.symbol-30 > img {
  width: 30px;
  max-width: 30px;
  height: 30px;
}

.symbol.symbol-40 > img {
  width: 40px;
  max-width: 40px;
  height: 40px;
}

.symbol.symbol-50 > img {
  width: 50px;
  max-width: 50px;
  height: 50px;
}

.symbol.symbol-60 > img {
  width: 60px;
  max-width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .symbol.symbol-60 > img {
    width: 30px;
    height: 30px;
  }
}

.symbol.symbol-70 > img {
  width: 70px;
  max-width: 70px;
  height: 70px;
}

@media (max-width: 991px) {
  .symbol.symbol-70 > img {
    width: 40px;
    height: 40px;
  }
}

.symbol.symbol-80 > img {
  width: 80px;
  max-width: 80px;
  height: 80px;
}

@media (max-width: 991px) {
  .symbol.symbol-80 > img {
    width: 50px;
    height: 50px;
  }
}

.symbol.symbol-90 > img {
  width: 90px;
  max-width: 90px;
  height: 90px;
}

@media (max-width: 991px) {
  .symbol.symbol-90 > img {
    width: 60px;
    height: 60px;
  }
}

.symbol.symbol-100 > img {
  width: 100px;
  max-width: 100px;
  height: 100px;
}

@media (max-width: 991px) {
  .symbol.symbol-100 > img {
    width: 70px;
    height: 70px;
  }
}

.symbol.symbol-120 > img {
  width: 120px;
  max-width: 120px;
  height: 120px;
}

@media (max-width: 991px) {
  .symbol.symbol-100 > img {
    width: 90px;
    height: 90px;
  }
}

.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader-page span {
  position: absolute;
  display: inline-block;
  background-color: #F7931D;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
}

.loader-page span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.text-dark {
  color: #000000 !important;
}

.text-blue {
  color: #35498E !important;
}

.bg-gray {
  background-color: #F7F7F7 !important;
}

.border-gray {
  border: 1px solid #D6DAE8;
}

.text-gray {
  color: #777777 !important;
}

.text-red {
  color: #E72C2C !important;
}

.rounded-50 {
  border-radius: 50px;
}

.rounded-60 {
  border-radius: 60px;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-25 {
  border-radius: 25px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-15 {
  border-radius: 15px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-5 {
  border-radius: 5px;
}

.box-shadow {
  -webkit-box-shadow: 0px 1px 6px rgba(25, 41, 71, 0.06) !important;
          box-shadow: 0px 1px 6px rgba(25, 41, 71, 0.06) !important;
}

.cursor-text {
  cursor: text;
}

@media (min-width: 992px) {
  .section-content {
    padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .section-content {
    padding: 25px 0px;
  }
}

@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #D6DAE8 !important;
  }
}

@media (max-width: 991px) {
  .border-none-mobile {
    border: 0px !important;
  }
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-icon.right .form-control {
  padding-right: 45px;
}

.input-icon.right .icon {
  right: 15px;
}

.input-icon.left .form-control {
  padding-left: 45px;
}

.input-icon.left .icon {
  left: 15px;
}

.text-underline {
  text-decoration: underline;
}

.bg-primary {
  background-color: #F7931D !important;
}

.text-primary {
  color: #F7931D !important;
}

.border-primary {
  border-color: #F7931D !important;
}

.text-blue {
  color: #003764 !important;
}

.btn {
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 991px) {
  .btn {
    font-size: 12px;
    min-width: auto;
    padding: 10px 20px;
  }
}

html[dir="rtl"] {
  font-family: "expoArabic-SemiBold";
}

.btn-primary {
  color: #fff;
  background: #F7931D;
  border: 0;
}

.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: #F7931D;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-outline-primary {
  color: #F7931D;
  border-color: #F7931D;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #fff;
  background: #F7931D;
  border-color: #F7931D;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-white {
  color: #003764;
  background: #FFF;
  border-color: #FFF;
}

.btn-white:hover, .btn-white:focus {
  color: #fff;
  background: #F7931D;
  border-color: #F7931D;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-outline-white {
  color: #FFF;
  border: 1px solid #FFF;
}

.btn-outline-white:hover, .btn-outline-white:focus {
  color: #fff;
  background: #F7931D;
  border-color: #F7931D;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-gray {
  color: #707070;
  background: #EAECF3;
  border-color: #EAECF3;
}

.btn-gray:hover, .btn-gray:focus {
  color: #fff;
  background: #F7931D;
  border-color: #F7931D;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-black {
  color: #fff;
  background: #262626;
  border-color: #262626;
}

.btn-black:hover, .btn-black:focus {
  color: #fff;
  background: #0e0e0e;
  border-color: #0e0e0e;
}

.btn-icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-icon.btn-sm {
  width: 26px;
  height: 26px;
}

.btn-outline-secondary {
  color: #777777;
  border-color: #E6E6E6;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

.bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #EBEBEB;
  padding: 12px 16px;
  font-size: 14px;
  color: #0A0E1C !important;
  height: 46px;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #A7B7C8 !important;
}

.bootstrap-select.select-small > .dropdown-toggle {
  padding: 10px 16px;
  height: 44px;
}

.bootstrap-select.rounded-10 > .dropdown-toggle {
  border-radius: 10px;
}

.bootstrap-select.text-gray > .dropdown-toggle.bs-placeholder {
  color: #C2C8DD !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #fff !important;
  border-color: #F7931D !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select .dropdown-menu li.selected.active a:hover {
  color: #fff;
}

.bootstrap-select .dropdown-toggle::after {
  content: unset;
}

.bootstrap-select .dropdown-toggle::before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #212529;
  font-size: 14px;
  left: 10px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.4rem 1.5rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 2px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #35498E !important;
  background-color: #EAECF3;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #fff !important;
  border-color: #F7931D !important;
  -webkit-box-shadow: 0px 2px 10.45px 0.55px #42424214;
          box-shadow: 0px 2px 10.45px 0.55px #42424214;
}

.dropdown-menu {
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 32px #0000001f;
          box-shadow: 0px 3px 32px #0000001f;
  border: 0px solid #dddddd80;
  min-width: 208px;
  text-align: right;
  -webkit-animation: animation-dropdown-menu-fade-in .4s ease 1, animation-dropdown-menu-move-up .4s ease-out 1;
  animation: animation-dropdown-menu-fade-in .4s ease 1, animation-dropdown-menu-move-up .4s ease-out 1;
}

.dropdown-menu.dropdown-lg {
  min-width: 350px;
  max-width: 100%;
}

@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bootstrap-select.bg-transparent .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select.select-country > .dropdown-toggle {
  border: 0px solid #D6DAE8 !important;
  border-radius: 8px !important;
}

html[dir="ltr"] .dropdown-menu {
  text-align: left;
}

@media (max-width: 991px) {
  .main-header {
    padding: 10px 0px;
    position: relative;
    background: #FFFFFF;
    border-bottom: 1px solid #EAECF3;
  }
  .main-header .menu-nav {
    border-bottom: 1px solid #EAECF3;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-header .logo img {
    max-height: 35px;
  }
  .main-header .btn-outline-primary {
    padding: 10px;
    width: 100%;
  }
  .header-mobile__toolbar {
    color: #000;
  }
  .main-header .menu-container .main-menu .menu_item .menu_link.req {
    padding: 8px 20px !important;
  }
  .active-body {
    overflow: hidden;
  }
  .mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.51);
  }
  .mobile-menu-overlay-active {
    visibility: visible;
  }
  .menu--mobile {
    min-width: 100px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .menu--mobile > .container {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 0px);
  }
  .menu--mobile .list-main-menu {
    width: 100%;
  }
  .menu--mobile .main-menu .menu_item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .menu--mobile .main-menu .menu_item .menu_link {
    color: #707070 !important;
    padding: 10px 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    position: relative;
  }
  .menu--mobile .main-menu .menu_item .menu_link.active::before {
    position: absolute;
    content: "";
    right: 15px;
    height: 80%;
    background-color: #F7931D;
    width: 4px;
    border-radius: 5px;
  }
  .menu--mobile .main-menu .menu_item .btn {
    border-radius: 0px !important;
    width: 100%;
    font-weight: 600;
    padding: 10px 30px;
    text-align: right;
  }
  .menu--mobile .main-menu .menu_item .btn.btn-blue {
    color: #35498E;
    background: #fff;
    border-color: #fff;
  }
  .btn-close-header-mobile {
    color: #000;
    cursor: pointer;
  }
  .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.pagination {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page-item {
  margin: 0px 5px;
}

.pagination .page-item .page-link {
  color: #718BA1;
  border-radius: 4px;
  background-color: transparent;
  margin: 0;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 2px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #A7B7C8;
}

.pagination .page-item .page-link:hover {
  color: #fff;
  background-color: #F7931D;
  border-color: #F7931D;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #F7931D;
  border-color: #F7931D;
}

.m-checkbox {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0A0E1C;
}

@media (max-width: 991px) {
  .m-checkbox {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

/* Hide the browser's default checkbox */
.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.m-checkbox .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991px) {
  .m-checkbox .checkmark {
    width: 16px;
    height: 16px;
  }
}

/* Create the checkmark/indicator (hidden when not checked) */
.m-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.m-checkbox input:checked ~ .checkmark:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #F7931D;
  color: #FFF;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .m-checkbox .checkmark:after {
    width: 8px;
    height: 8px;
  }
}

.m-radio {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0A0E1C;
}

@media (max-width: 991px) {
  .m-radio {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

.m-radio .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #C4C4C4;
}

@media (max-width: 991px) {
  .m-radio .checkmark {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
}

.m-radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* Hide the browser's default radio */
.m-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Show the checkmark when checked */
.m-radio input:checked ~ .checkmark {
  background-color: #009444;
  border-color: #009444;
}

.m-radio input:checked ~ .checkmark:after {
  opacity: 1;
}

.m-radio .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 12px;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

html[dir="rtl"] .m-checkbox {
  padding-right: 30px;
}

html[dir="rtl"] .m-checkbox .checkmark {
  right: 0px;
}

html[dir="rtl"] .m-radio {
  padding-right: 30px;
}

html[dir="rtl"] .m-radio .checkmark {
  right: 0px;
}

html[dir="ltr"] .m-checkbox {
  padding-left: 30px;
}

html[dir="ltr"] .m-checkbox .checkmark {
  left: 0px;
}

html[dir="ltr"] .m-radio {
  padding-left: 30px;
}

html[dir="ltr"] .m-radio .checkmark {
  left: 0px;
}

.breadcrumb {
  background: transparent;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
}

.breadcrumb .breadcrumb-item {
  color: #718BA1;
  font-size: 24px;
}

@media (max-width: 991px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}

.breadcrumb .breadcrumb-item a {
  color: #003764;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #F7931D;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-right: .5rem;
  padding-left: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  content: "/";
  color: #718BA1;
  float: right;
  font-size: 28px;
  border-radius: 50%;
  padding: 0;
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 7px;
  margin-top: 13px;
}

@media (max-width: 991px) {
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 14px;
    margin-top: 3px;
  }
}

@media (min-width: 992px) {
  .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0px;
    right: 0;
    width: 100%;
    position: relative;
    height: 100px;
    z-index: 3;
    background: #fff;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  }
  .main-header .logo img {
    max-height: 85px;
  }
  .main-header .menu--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .main-header .menu-container {
    position: relative;
  }
  .main-header .menu-container .main-menu .menu_item {
    display: inline-block;
    position: relative;
  }
  .main-header .menu-container .main-menu .menu_item .menu_link {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 45px;
    position: relative;
    color: #BBBBBB;
    margin: 0px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .main-header .menu-container .main-menu .menu_item .menu_link:not(.none-line)::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #F7931D;
    inset-inline-start: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .main-header .menu-container .main-menu .menu_item .menu_link.link-profile {
    border-radius: 30px;
    border: 1px solid #EBEBEB;
    padding: 2px 3px;
    -webkit-padding-end: 13px;
            padding-inline-end: 13px;
    line-height: 1;
  }
  .main-header .menu-container .main-menu .menu_item .menu_link:hover, .main-header .menu-container .main-menu .menu_item .menu_link.active {
    color: #212F3E;
  }
  .main-header .menu-container .main-menu .menu_item .menu_link:hover::before, .main-header .menu-container .main-menu .menu_item .menu_link.active::before {
    width: 20px;
  }
  .main-header .menu-container .main-menu .menu_item .menu_link.btn {
    line-height: 24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #ECF0F3;
    color: #003764;
  }
  .main-header .menu-container .dropdown-profile .link-profile.show {
    border-radius: 30px 30px 5px 5px !important;
  }
  .main-header .menu-container .dropdown-profile .dropdown-menu {
    width: 100%;
    border-radius: 5px 5px 30px 30px;
  }
  .main-header .menu-container .dropdown-profile .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0.8rem 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .menu-container .main-menu .menu_item .menu_link {
    font-size: 12px;
  }
}

.switch-lang {
  border: 1px solid #A7B7C8;
  padding: 5px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .switch-lang {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
}

.switch-lang a {
  width: 35px;
  height: 32px;
  padding-top: 2px;
  color: #AAAAAA;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.switch-lang a.active {
  background-color: #EBEBEB;
  color: #212F3E;
}

@media (min-width: 1400px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.section {
  padding: 50px 0px;
}

@media (max-width: 991px) {
  .section {
    padding: 30px 0px;
  }
}

.section-home .image-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section-home .image-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-home .swiper-slide {
  position: relative;
}

@media (min-width: 992px) {
  .section-home .swiper-slide {
    padding: 300px 0px 40px;
  }
}

.section-home .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(69%, #33333333), to(rgba(34, 34, 34, 0.85)));
  background: linear-gradient(180deg, #ffffff00 0%, #33333333 69%, rgba(34, 34, 34, 0.85) 100%);
}

.section-home .swiper-slide .home-content {
  position: relative;
  z-index: 1;
}

.section-home .swiper-slide .home-content .home-title,
.section-home .swiper-slide .home-content .home-text {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
}

@media (max-width: 991px) {
  .section-home .swiper-slide {
    padding: 100px 0px 50px;
  }
}

.section-home .home-title {
  color: #003764;
}

@media (min-width: 992px) {
  .section-home .home-title {
    font-size: 44px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .section-home .home-title {
    font-size: 24px;
  }
}

.section-home .home-text {
  color: #718BA1;
}

@media (min-width: 992px) {
  .section-home .home-text {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .section-home .home-text {
    font-size: 20px;
  }
}

.section-home .btn {
  padding: 12px 80px;
  font-size: 22px;
  -webkit-box-shadow: 4px 10px 70px rgba(255, 255, 255, 0.45);
          box-shadow: 4px 10px 70px rgba(255, 255, 255, 0.45);
}

@media (max-width: 991px) {
  .section-home .btn {
    padding: 10px 40px;
    font-size: 16px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.section-home .home-title,
.section-home .home-text,
.section-home .home-action,
.section-home .home-image,
.section-home .action-swiper {
  opacity: 0;
}

.section-home .home-title {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.section-home .home-text {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.section-home .home-action {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.section-home .home-image {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.section-home .home-image img {
  border-radius: 300px 0px 0px 300px;
}

.section-home .action-swiper {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.swiper-slide.swiper-slide-active .home-title,
.swiper-slide.swiper-slide-active .home-text,
.swiper-slide.swiper-slide-active .home-action,
.swiper-slide.swiper-slide-active .home-image,
.swiper-slide.swiper-slide-active .action-swiper {
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.section-home {
  position: relative;
}

.section-home .swiper-home .swiper-pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  left: unset;
}

@media (min-width: 992px) {
  .section-home .swiper-home .swiper-pagination {
    inset-inline-end: 100px;
    bottom: 50px;
  }
}

@media (max-width: 991px) {
  .section-home .swiper-home .swiper-pagination {
    inset-inline-end: 20px;
    bottom: 20px;
  }
}

.section-home .swiper-home .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.34);
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 30px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .section-home .swiper-home .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 991px) {
  .section-home .swiper-home .swiper-pagination-bullet {
    left: 10px;
    bottom: 10px;
  }
}

.section-home .swiper-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.title-section {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 40px;
}

.title-section:not(.none-line):before {
  position: absolute;
  content: "";
  width: 94px;
  height: 3px;
  bottom: -10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  background: #F7931D;
  border-radius: 30px;
}

.title-section.bg-right:before {
  inset-inline-start: 0;
  -webkit-transform: unset;
          transform: unset;
}

.widget_item-product {
  position: relative;
}

.widget_item-product .widget_item-status {
  color: #009444;
  background-color: #E0F6EA;
  border-radius: 30px;
  padding: 9px 22px 11px;
}

.widget_item-product .widget_item-cart {
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.widget_item-product .widget_item-cart svg path {
  -webkit-transition: fill .2s ease-in-out;
  transition: fill .2s ease-in-out;
}

.widget_item-product .widget_item-cart:hover {
  background-color: #F7931D;
}

.widget_item-product .widget_item-cart:hover svg path {
  fill: #FFF;
}

.widget_item-product .widget_item-image {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.widget_item-product .widget_item-image img {
  max-height: 160px;
}

@media (max-width: 991px) {
  .widget_item-product .widget_item-status {
    padding: 9px 12px 11px;
    font-size: 12px;
  }
  .widget_item-product .widget_item-cart {
    width: 40px;
    height: 40px;
  }
  .widget_item-product .widget_item-cart svg {
    width: 25px;
  }
  .widget_item-product .widget_item-image {
    height: 100px;
  }
  .widget_item-product .widget_item-image img {
    max-height: 90px;
  }
}

.action--swiper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  right: 50%;
  width: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.action--swiper .swiper-next,
.action--swiper .swiper-prev {
  cursor: pointer;
  padding: 3px;
  font-size: 20px;
  color: rgba(4, 39, 80, 0.4);
}

.swiper-customer .swiper-slide {
  width: 400px;
  height: 400px;
}

@media (max-width: 991px) {
  .swiper-customer .swiper-slide {
    width: 250px;
    height: 250px;
  }
}

.swiper-customer .swiper-slide .widget__item-customer {
  text-align: center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50%;
}

.swiper-customer .swiper-slide .widget__item-customer .widget__item-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 6px solid #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 19px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 19px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .swiper-customer .swiper-slide .widget__item-customer .widget__item-image img {
    width: 50px;
    height: 50px;
  }
}

.swiper-customer .swiper-slide .widget__item-customer .widget__item-contnet {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.swiper-customer .swiper-slide .widget__item-customer .widget__item-contnet .widget__item-desc {
  height: 67px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .swiper-customer .swiper-slide .widget__item-customer .widget__item-contnet .widget__item-desc {
    font-size: 12px;
    height: 59px;
  }
}

.swiper-customer .swiper-slide.swiper-slide-next .widget__item-customer, .swiper-customer .swiper-slide.swiper-slide-prev .widget__item-customer {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.swiper-customer .swiper-slide-shadow-left,
.swiper-customer .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-customer .swiper-slide-active .widget__item-customer {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #F7F7F7;
  border-radius: 50%;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  padding: 30px 25px 15px;
  width: 400px;
  height: 400px;
}

.swiper-customer .swiper-slide-active .widget__item-customer .widget__item-contnet {
  opacity: 1;
  visibility: visible;
}

.section:not(.section-home) .swiper-pagination {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 0;
}

.section:not(.section-home) .swiper-pagination .swiper-pagination-bullet {
  margin: 0px 3px;
}

.bg-customer {
  background: url(../images/bg-customer.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 200px 0px 30px;
}

hr.line {
  height: 4px !important;
  background-color: #F7931D;
  opacity: 1;
}

.input-activate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  direction: ltr;
}

.input-activate .form-control {
  width: 58px;
  height: 50px;
  text-align: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

@media (max-width: 991px) {
  .input-activate .form-control {
    width: 45px;
    height: 45px;
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
  }
}

.text-justify {
  text-align: justify;
}

.widget_item-imgAbout {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
}

.widget_item-imgAbout .widget_item-image {
  position: relative;
  height: 0;
  padding-top: 88%;
}

.widget_item-imgAbout .widget_item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .image-responsive {
    max-height: 200px;
  }
}

.image-single-product {
  position: relative;
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 12px;
  padding: 10px;
}

.image-single-product img {
  max-height: 100%;
}

.image-thumbs {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  background-color: #FFF;
}

.image-thumbs img {
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
}

@media (max-width: 991px) {
  .image-thumbs img {
    height: 90px;
  }
}

.single-product-option:not(:last-of-type) {
  margin-left: 15px;
}

.single-product-option input[type="radio"] {
  display: none;
}

.single-product-option .single-product-content {
  background-color: #FFF;
  border-radius: 4px;
  padding: 8px 30px;
  cursor: pointer;
  min-width: 150px;
  text-align: center;
}

.single-product-option .single-product-content input[type="text"] {
  width: 50px;
  display: none;
  color: #212F3E;
}

.single-product-option .single-product-content .title {
  color: #212F3E;
}

.single-product-option input[type="radio"]:checked + .single-product-content input[type="text"] {
  display: block;
}

.single-product-option input[type="radio"]:checked + .single-product-content .title {
  color: rgba(33, 47, 62, 0.4);
}

@media (min-width: 992px) {
  .main-product .aside-product {
    width: 19%;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
  .main-product .wrapper-product {
    width: 79%;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    padding-right: 28px;
  }
  .main-product .wrapper-product.list-product .row > [class*="col-"] {
    width: 100%;
  }
  .main-product .wrapper-product.list-product .row > [class*="col-"] .widget__item-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-product .wrapper-product.list-product .row > [class*="col-"] .widget__item-product .widget__item-image {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 20px;
  }
  .main-product .wrapper-product.list-product .row > [class*="col-"] .widget__item-product .widget__item-image img {
    max-height: 50px;
  }
  .main-product .wrapper-product.list-product .row > [class*="col-"] .widget__item-product .widget__item-content {
    padding: 0;
  }
}

.filter-product {
  border-radius: 20px;
  padding: 2px 20px 2px 10px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.filter-product.active {
  background-color: #F0FAF4;
}

.filter-product .filter-header {
  padding: 10px 13px 10px 5px;
  cursor: pointer;
}

.filter-product .filter-header .filter-title {
  position: relative;
  font-size: 17px;
  color: #555555;
}

.filter-product .filter-header .filter-title::before {
  position: absolute;
  content: "";
  right: -17px;
  top: 8px;
  width: 7px;
  height: 7px;
  border: 1px solid #A7B7C8;
  border-radius: 50%;
}

.filter-product .filter-header:not(.collapsed) .filter-title {
  color: #003764;
}

.filter-product .filter-header:not(.collapsed) .filter-title::before {
  border-width: 4px;
  border-color: #003764;
}

.filter-product .filter-body ul li a {
  color: #718BA1;
  font-size: 14px;
  display: block;
  padding: 10px 15px 10px 5px;
}

.filter-product .filter-body ul li a:hover, .filter-product .filter-body ul li a.active {
  color: #003764;
}

.product-list.active svg path,
.product-list.active svg ellipse,
.product-list.active svg rect,
.product-grid.active svg path,
.product-grid.active svg ellipse,
.product-grid.active svg rect {
  fill: #003764;
}

.widget_item-product.product-small .widget_item-image {
  height: 140px;
}

.widget_item-product.product-small .widget_item-image img {
  max-height: 130px;
}

.btn-product-list,
.btn-product-grid {
  color: #A7B7C8;
  font-size: 20px;
  background-color: transparent;
}

.btn-product-list.active,
.btn-product-grid.active {
  color: #212F3E;
}

.wrapper-product.list-product > .row > [class*="col-"] {
  width: 100%;
}

.wrapper-product.list-product > .row > [class*="col-"] .widget_item-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px !important;
  margin-bottom: 10px !important;
}

.wrapper-product.list-product > .row > [class*="col-"] .widget_item-product * {
  margin-bottom: 0 !important;
}

.wrapper-product.list-product > .row > [class*="col-"] .widget_item-product .widget_item-head {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0px 30px;
}

.wrapper-product.list-product > .row > [class*="col-"] .widget_item-product .widget_item-image {
  height: 80px;
  margin: 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  width: 100px;
}

.wrapper-product.list-product > .row > [class*="col-"] .widget_item-product .widget_item-image img {
  max-height: 70px;
}

.wrapper-product.list-product > .row > [class*="col-"] .widget_item-product .widget_item-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.widget_item-order {
  padding: 12px;
  border-radius: 8px;
}

.widget_item-order .widget_item-count {
  font-size: 30px;
  border-radius: 4px;
  width: 70px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-light-success {
  background-color: #E5F7ED !important;
}

.bg-light-warning {
  background-color: #FFF4E6 !important;
}

.bg-light-info {
  background-color: #F2F7FC !important;
}

.text-success {
  color: #009444 !important;
}

.text-warning {
  color: #F7931D !important;
}

.text-info {
  color: #212F3E !important;
}

.table.table-cart > :not(:last-child) > :last-child > * {
  border-bottom-color: #e3e3e3;
}

.table.table-cart {
  vertical-align: middle;
  border-color: #e3e3e3;
  border-collapse: separate;
  border-spacing: 0px 6px;
}

@media (max-width: 991px) {
  .table.table-cart thead {
    display: none;
  }
}

.table.table-cart thead td {
  border: 0;
  background-color: #F9F9F9;
  padding: 10px 10px !important;
}

.table.table-cart tr td {
  color: #212F3E;
  font-size: 14px;
}

.table.table-cart tr.bg td {
  background-color: #F4F8FC !important;
  border: 0;
}

.table.table-cart tr.bg td:nth-of-type(1) {
  border-radius: 0px 4px 4px 0px;
}

.table.table-cart tr.bg td:last-of-type {
  border-radius: 4px 0px 0px 4px;
}

@media (min-width: 992px) {
  .table.table-cart tr td {
    padding: 15px 10px;
  }
}

@media (max-width: 991px) {
  .table.table-cart tr {
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
  }
  .table.table-cart tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .table.table-cart tr td[data-title]:before {
    content: attr(data-title);
    font-size: inherit;
    font-weight: 400;
  }
  .table.table-cart tr td,
  .table.table-cart tr th {
    padding: 10px 10px;
    font-size: 12px;
  }
  .table.table-cart tr td:last-of-type,
  .table.table-cart tr th:last-of-type {
    border-bottom: 0;
  }
}

.select-status.bootstrap-select > .dropdown-toggle {
  background-color: transparent;
}

.select-status .dropdown-menu li a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-status.bootstrap-select .dropdown-menu li a span.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212F3E;
}

.select-status .dropdown-toggle .filter-option-inner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stats {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
}

.bg-warnign {
  background-color: #F7931D !important;
}

.bg-success {
  background-color: #009444 !important;
}

.image-cart img {
  width: 100px;
  height: 80px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 5px;
}

@media (max-width: 991px) {
  .image-cart img {
    width: 80px;
    height: 60px;
  }
}

.image-cart.image-small img {
  height: 36px;
  width: 44px;
  padding: 2px;
}

.modal .btn-close {
  position: absolute;
  left: 10px;
  top: 10px;
}

.uploadImg {
  position: relative;
}

.uploadImg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(119, 119, 119, 0.5);
  top: 0;
  right: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.uploadImg .overlay .icon {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.uploadImg .overlay .icon i {
  color: #FFF;
  font-size: 20px;
}

.bg-danger {
  background-color: #EF5454 !important;
}

.rating-container .caption {
  display: none !important;
}

.rating-rtl {
  float: none;
}

.rating-container {
  text-align: center;
}

#map-canvas {
  width: 100%;
  height: 190px;
  border-radius: 10px;
}

.gm-style {
  font-family: "din-next-regular";
}

.gm-style .gm-style-iw-c {
  background-color: #00afaa80;
  border-radius: 30px 0 30px 30px;
  padding: 9px 28px 8px !important;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

.gm-style .gm-style-iw-d {
  overflow: unset !important;
}

.gm-style .gm-style-iw-tc::after {
  background: #54c5af;
}

.gm-ui-hover-effect {
  display: none !important;
}

.qty .title {
  min-width: 40px;
}

.qty .number {
  background-color: transparent;
  text-align: center;
  width: 24px;
  height: 28px;
  border-radius: 6px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.qty .minus, .qty .add {
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #D4D4D4;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 992px) {
  .table-cart .btn-delete {
    opacity: 0;
  }
  .table-cart tr:hover .btn-delete {
    opacity: 1;
  }
}

.font-size-30 {
  font-size: 30px !important;
}

@media (min-width: 992px) {
  .section-driver {
    margin: 120px 0px;
  }
}

@media (max-width: 991px) {
  .section-driver {
    margin: 40px 0px;
  }
}

.min-height-100 {
  min-height: 100%;
}

@media (max-width: 991px) {
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
  h6 {
    font-size: 10px;
  }
  .title-section {
    font-size: 30px;
  }
  .swiper-customer .swiper-slide-active .widget__item-customer {
    width: 250px;
    height: 250px;
  }
}

.full-height {
  position: relative;
}

@media (min-width: 992px) {
  .full-height {
    min-height: 100vh;
  }
}

.bg-login {
  background-color: #fff;
}

.login-aside .login-aside-title {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.login-aside .login-aside-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 17px;
  background-color: #EBEDF2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 991px) {
  .login-form {
    padding: 50px 30px 50px;
  }
}

::-moz-selection {
  background-color: #F7931D;
  color: #FFF;
}

::selection {
  background-color: #F7931D;
  color: #FFF;
}

.text-underline {
  text-decoration: underline;
}

.input-file {
  position: relative;
}

.input-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
}

.input-file .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.input-file .text {
  font-size: 15px;
  color: #A0A0A0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html[dir="rtl"] .input-file .icon {
  left: 20px;
}

html[dir="ltr"] .input-file .icon {
  right: 20px;
}

.nav-login {
  border-bottom: 1px solid #DDDDDD;
}

.nav-login li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: block;
  text-align: center;
  position: relative;
}

.nav-login li ::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #26426D;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.nav-login li a {
  display: block;
  padding: 10px;
  color: 777777;
  font-size: 20px;
  font-family: "ExpoArabic-Light";
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.nav-login li.active ::before, .nav-login li:hover ::before {
  opacity: 1;
}

.nav-login li.active a, .nav-login li:hover a {
  color: #363F43;
  font-weight: 600;
}

.widget__item-email {
  text-align: center;
}

.widget__item-email .widget__item-image {
  -webkit-box-shadow: 0 3px 6px #0000001a;
          box-shadow: 0 3px 6px #0000001a;
  width: 265px;
  height: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #DBE6EE;
  border: 14px solid #f9fbfc;
}

.widget__item-email .widget__item-image::before {
  position: absolute;
  content: "";
  width: 88%;
  height: 88%;
  background-color: #DBE6EE;
  border-radius: 50%;
  top: 50%;
  right: 50%;
  z-index: -1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.main-footer {
  background-color: #212F3E;
  padding: 50px 0px 15px;
}

.main-footer .link-footer a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 4px 10px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

.main-footer .link-footer a:hover {
  color: #F7931D !important;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media li a {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #3E4E6D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.social-media li a i {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.social-media li a.social-dark {
  background-color: #192947;
}

.social-media li a.social-dark i {
  color: #FFF;
}

.social-media li:not(:last-of-type) {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.social-media li a:hover {
  color: #fff;
}

.social-media li a:hover.fa {
  background-color: #3a5898;
}

.social-media li a:hover.ph {
  background-color: #F7931D;
}

.social-media li a:hover.tw {
  background-color: #1da1f2;
}

.social-media li a:hover.li {
  background-color: #0073b1;
}

.social-media li a:hover.yo {
  background-color: #ff0000;
}

.social-media li a:hover.wh {
  background-color: #00E676;
}

.social-media li a:hover.in {
  background-color: #bb00aa;
}

.text-copy {
  color: #A7B7C8;
}

html[dir="rtl"] .me-0 {
  margin-right: 0 !important;
}

html[dir="rtl"] .me-1 {
  margin-right: .25rem !important;
}

html[dir="rtl"] .me-2 {
  margin-right: .5rem !important;
}

html[dir="rtl"] .me-3 {
  margin-right: 1rem !important;
}

html[dir="rtl"] .me-4 {
  margin-right: 1.5rem !important;
}

html[dir="rtl"] .me-5 {
  margin-right: 3rem !important;
}

html[dir="rtl"] .me-auto {
  margin-right: auto !important;
}

html[dir="rtl"] .ms-0 {
  margin-left: 0 !important;
}

html[dir="rtl"] .ms-1 {
  margin-left: .25rem !important;
}

html[dir="rtl"] .ms-2 {
  margin-left: .5rem !important;
}

html[dir="rtl"] .ms-3 {
  margin-left: 1rem !important;
}

html[dir="rtl"] .ms-4 {
  margin-left: 1.5rem !important;
}

html[dir="rtl"] .ms-5 {
  margin-left: 3rem !important;
}

html[dir="rtl"] .ms-auto {
  margin-left: auto !important;
}

html[dir="rtl"] .pe-0 {
  padding-right: 0 !important;
}

html[dir="rtl"] .pe-1 {
  padding-right: .25rem !important;
}

html[dir="rtl"] .pe-2 {
  padding-right: .5rem !important;
}

html[dir="rtl"] .pe-3 {
  padding-right: 1rem !important;
}

html[dir="rtl"] .pe-4 {
  padding-right: 1.5rem !important;
}

html[dir="rtl"] .pe-5 {
  padding-right: 3rem !important;
}

html[dir="rtl"] .ps-0 {
  padding-left: 0 !important;
}

html[dir="rtl"] .ps-1 {
  padding-left: .25rem !important;
}

html[dir="rtl"] .ps-2 {
  padding-left: .5rem !important;
}

html[dir="rtl"] .ps-3 {
  padding-left: 1rem !important;
}

html[dir="rtl"] .ps-4 {
  padding-left: 1.5rem !important;
}

html[dir="rtl"] .ps-5 {
  padding-left: 3rem !important;
}

html[dir="rtl"] .text-start {
  text-align: left !important;
}

html[dir="rtl"] .text-end {
  text-align: right !important;
}

@media (min-width: 576px) {
  html[dir="rtl"] .me-sm-0 {
    margin-right: 0 !important;
  }
  html[dir="rtl"] .me-sm-1 {
    margin-right: .25rem !important;
  }
  html[dir="rtl"] .me-sm-2 {
    margin-right: .5rem !important;
  }
  html[dir="rtl"] .me-sm-3 {
    margin-right: 1rem !important;
  }
  html[dir="rtl"] .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="rtl"] .me-sm-5 {
    margin-right: 3rem !important;
  }
  html[dir="rtl"] .me-sm-auto {
    margin-right: auto !important;
  }
  html[dir="rtl"] .ms-sm-0 {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .ms-sm-1 {
    margin-left: .25rem !important;
  }
  html[dir="rtl"] .ms-sm-2 {
    margin-left: .5rem !important;
  }
  html[dir="rtl"] .ms-sm-3 {
    margin-left: 1rem !important;
  }
  html[dir="rtl"] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="rtl"] .ms-sm-5 {
    margin-left: 3rem !important;
  }
  html[dir="rtl"] .ms-sm-auto {
    margin-left: auto !important;
  }
  html[dir="rtl"] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir="rtl"] .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  html[dir="rtl"] .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  html[dir="rtl"] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .pe-sm-0 {
    padding-right: 0 !important;
  }
  html[dir="rtl"] .pe-sm-1 {
    padding-right: .25rem !important;
  }
  html[dir="rtl"] .pe-sm-2 {
    padding-right: .5rem !important;
  }
  html[dir="rtl"] .pe-sm-3 {
    padding-right: 1rem !important;
  }
  html[dir="rtl"] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="rtl"] .pe-sm-5 {
    padding-right: 3rem !important;
  }
  html[dir="rtl"] .ps-sm-0 {
    padding-left: 0 !important;
  }
  html[dir="rtl"] .ps-sm-1 {
    padding-left: .25rem !important;
  }
  html[dir="rtl"] .ps-sm-2 {
    padding-left: .5rem !important;
  }
  html[dir="rtl"] .ps-sm-3 {
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .ps-sm-5 {
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .text-sm-start {
    text-align: left !important;
  }
  html[dir="rtl"] .text-sm-end {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  html[dir="rtl"] .me-md-1 {
    margin-right: .25rem !important;
  }
  html[dir="rtl"] .me-md-2 {
    margin-right: .5rem !important;
  }
  html[dir="rtl"] .me-md-3 {
    margin-right: 1rem !important;
  }
  html[dir="rtl"] .me-md-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="rtl"] .me-md-5 {
    margin-right: 3rem !important;
  }
  html[dir="rtl"] .me-md-auto {
    margin-right: auto !important;
  }
  html[dir="rtl"] .ms-md-0 {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .ms-md-1 {
    margin-left: .25rem !important;
  }
  html[dir="rtl"] .ms-md-2 {
    margin-left: .5rem !important;
  }
  html[dir="rtl"] .ms-md-3 {
    margin-left: 1rem !important;
  }
  html[dir="rtl"] .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="rtl"] .ms-md-5 {
    margin-left: 3rem !important;
  }
  html[dir="rtl"] .ms-md-auto {
    margin-left: auto !important;
  }
  html[dir="rtl"] .pe-md-0 {
    padding-right: 0 !important;
  }
  html[dir="rtl"] .pe-md-1 {
    padding-right: .25rem !important;
  }
  html[dir="rtl"] .pe-md-2 {
    padding-right: .5rem !important;
  }
  html[dir="rtl"] .pe-md-3 {
    padding-right: 1rem !important;
  }
  html[dir="rtl"] .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="rtl"] .pe-md-5 {
    padding-right: 3rem !important;
  }
  html[dir="rtl"] .ps-md-0 {
    padding-left: 0 !important;
  }
  html[dir="rtl"] .ps-md-1 {
    padding-left: .25rem !important;
  }
  html[dir="rtl"] .ps-md-2 {
    padding-left: .5rem !important;
  }
  html[dir="rtl"] .ps-md-3 {
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .ps-md-5 {
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .text-md-start {
    text-align: left !important;
  }
  html[dir="rtl"] .text-md-end {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  html[dir="rtl"] .me-lg-0 {
    margin-right: 0 !important;
  }
  html[dir="rtl"] .me-lg-1 {
    margin-right: .25rem !important;
  }
  html[dir="rtl"] .me-lg-2 {
    margin-right: .5rem !important;
  }
  html[dir="rtl"] .me-lg-3 {
    margin-right: 1rem !important;
  }
  html[dir="rtl"] .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="rtl"] .me-lg-5 {
    margin-right: 3rem !important;
  }
  html[dir="rtl"] .me-lg-auto {
    margin-right: auto !important;
  }
  html[dir="rtl"] .ms-lg-0 {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .ms-lg-1 {
    margin-left: .25rem !important;
  }
  html[dir="rtl"] .ms-lg-2 {
    margin-left: .5rem !important;
  }
  html[dir="rtl"] .ms-lg-3 {
    margin-left: 1rem !important;
  }
  html[dir="rtl"] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="rtl"] .ms-lg-5 {
    margin-left: 3rem !important;
  }
  html[dir="rtl"] .ms-lg-auto {
    margin-left: auto !important;
  }
  html[dir="rtl"] .pe-lg-0 {
    padding-right: 0 !important;
  }
  html[dir="rtl"] .pe-lg-1 {
    padding-right: .25rem !important;
  }
  html[dir="rtl"] .pe-lg-2 {
    padding-right: .5rem !important;
  }
  html[dir="rtl"] .pe-lg-3 {
    padding-right: 1rem !important;
  }
  html[dir="rtl"] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="rtl"] .pe-lg-5 {
    padding-right: 3rem !important;
  }
  html[dir="rtl"] .ps-lg-0 {
    padding-left: 0 !important;
  }
  html[dir="rtl"] .ps-lg-1 {
    padding-left: .25rem !important;
  }
  html[dir="rtl"] .ps-lg-2 {
    padding-left: .5rem !important;
  }
  html[dir="rtl"] .ps-lg-3 {
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .ps-lg-5 {
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .text-lg-start {
    text-align: left !important;
  }
  html[dir="rtl"] .text-lg-end {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .me-xl-0 {
    margin-right: 0 !important;
  }
  html[dir="rtl"] .me-xl-1 {
    margin-right: .25rem !important;
  }
  html[dir="rtl"] .me-xl-2 {
    margin-right: .5rem !important;
  }
  html[dir="rtl"] .me-xl-3 {
    margin-right: 1rem !important;
  }
  html[dir="rtl"] .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="rtl"] .me-xl-5 {
    margin-right: 3rem !important;
  }
  html[dir="rtl"] .me-xl-auto {
    margin-right: auto !important;
  }
  html[dir="rtl"] .ms-xl-0 {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .ms-xl-1 {
    margin-left: .25rem !important;
  }
  html[dir="rtl"] .ms-xl-2 {
    margin-left: .5rem !important;
  }
  html[dir="rtl"] .ms-xl-3 {
    margin-left: 1rem !important;
  }
  html[dir="rtl"] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="rtl"] .ms-xl-5 {
    margin-left: 3rem !important;
  }
  html[dir="rtl"] .ms-xl-auto {
    margin-left: auto !important;
  }
  html[dir="rtl"] .pe-xl-0 {
    padding-right: 0 !important;
  }
  html[dir="rtl"] .pe-xl-1 {
    padding-right: .25rem !important;
  }
  html[dir="rtl"] .pe-xl-2 {
    padding-right: .5rem !important;
  }
  html[dir="rtl"] .pe-xl-3 {
    padding-right: 1rem !important;
  }
  html[dir="rtl"] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="rtl"] .pe-xl-5 {
    padding-right: 3rem !important;
  }
  html[dir="rtl"] .ps-xl-0 {
    padding-left: 0 !important;
  }
  html[dir="rtl"] .ps-xl-1 {
    padding-left: .25rem !important;
  }
  html[dir="rtl"] .ps-xl-2 {
    padding-left: .5rem !important;
  }
  html[dir="rtl"] .ps-xl-3 {
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .ps-xl-5 {
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .text-xl-start {
    text-align: left !important;
  }
  html[dir="rtl"] .text-xl-end {
    text-align: right !important;
  }
}

@media (min-width: 1400px) {
  html[dir="rtl"] .me-xxl-0 {
    margin-right: 0 !important;
  }
  html[dir="rtl"] .me-xxl-1 {
    margin-right: .25rem !important;
  }
  html[dir="rtl"] .me-xxl-2 {
    margin-right: .5rem !important;
  }
  html[dir="rtl"] .me-xxl-3 {
    margin-right: 1rem !important;
  }
  html[dir="rtl"] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="rtl"] .me-xxl-5 {
    margin-right: 3rem !important;
  }
  html[dir="rtl"] .me-xxl-auto {
    margin-right: auto !important;
  }
  html[dir="rtl"] .ms-xxl-0 {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  html[dir="rtl"] .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  html[dir="rtl"] .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  html[dir="rtl"] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="rtl"] .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  html[dir="rtl"] .ms-xxl-auto {
    margin-left: auto !important;
  }
  html[dir="rtl"] .pe-xxl-0 {
    padding-right: 0 !important;
  }
  html[dir="rtl"] .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  html[dir="rtl"] .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  html[dir="rtl"] .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  html[dir="rtl"] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="rtl"] .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  html[dir="rtl"] .ps-xxl-0 {
    padding-left: 0 !important;
  }
  html[dir="rtl"] .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  html[dir="rtl"] .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  html[dir="rtl"] .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  html[dir="rtl"] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="rtl"] .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  html[dir="rtl"] .text-xxl-start {
    text-align: left !important;
  }
  html[dir="rtl"] .text-xxl-end {
    text-align: right !important;
  }
}

html[dir="rtl"] .bootstrap-select .dropdown-toggle::before {
  left: 15px;
}

html[dir="rtl"] .bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

html[dir="ltr"] .action--swiper .swiper-next,
html[dir="ltr"] .action--swiper .swiper-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 992px) {
  html[dir="ltr"] .float-lg-start {
    float: right !important;
  }
}

html[dir="ltr"] .filter-product .filter-header {
  padding: 10px 5px 10px 13px;
}

html[dir="ltr"] .filter-product .filter-header .filter-title::before {
  left: -17px;
  right: auto;
}

@media (min-width: 992px) {
  html[dir="ltr"] .main-product .wrapper-product {
    padding-left: 28px;
    padding-right: 0;
  }
}

html[dir="ltr"] .item-step:not(:last-of-type)::before {
  right: auto;
  left: 50%;
}

html[dir="ltr"] .bootstrap-select > .dropdown-toggle {
  font-weight: 400;
}

html[dir="ltr"] .breadcrumb-item + .breadcrumb-item::before {
  float: left;
}

html[dir="ltr"] .text-start {
  text-align: right !important;
}

html[dir="ltr"] .text-end {
  text-align: left !important;
}

html[dir="ltr"] .me-0 {
  margin-left: 0 !important;
}

html[dir="ltr"] .me-1 {
  margin-left: 0.25rem !important;
}

html[dir="ltr"] .me-2 {
  margin-left: 0.5rem !important;
}

html[dir="ltr"] .me-3 {
  margin-left: 1rem !important;
}

html[dir="ltr"] .me-4 {
  margin-left: 1.5rem !important;
}

html[dir="ltr"] .me-5 {
  margin-left: 3rem !important;
}

html[dir="ltr"] .me-auto {
  margin-left: auto !important;
}

html[dir="ltr"] .ms-0 {
  margin-right: 0 !important;
}

html[dir="ltr"] .ms-1 {
  margin-right: 0.25rem !important;
}

html[dir="ltr"] .ms-2 {
  margin-right: 0.5rem !important;
}

html[dir="ltr"] .ms-3 {
  margin-right: 1rem !important;
}

html[dir="ltr"] .ms-4 {
  margin-right: 1.5rem !important;
}

html[dir="ltr"] .ms-5 {
  margin-right: 3rem !important;
}

html[dir="ltr"] .ms-auto {
  margin-right: auto !important;
}

html[dir="ltr"] .pe-0 {
  padding-left: 0 !important;
}

html[dir="ltr"] .pe-1 {
  padding-left: 0.25rem !important;
}

html[dir="ltr"] .pe-2 {
  padding-left: 0.5rem !important;
}

html[dir="ltr"] .pe-3 {
  padding-left: 1rem !important;
}

html[dir="ltr"] .pe-4 {
  padding-left: 1.5rem !important;
}

html[dir="ltr"] .pe-5 {
  padding-left: 3rem !important;
}

html[dir="ltr"] .ps-0 {
  padding-right: 0 !important;
}

html[dir="ltr"] .ps-1 {
  padding-right: 0.25rem !important;
}

html[dir="ltr"] .ps-2 {
  padding-right: 0.5rem !important;
}

html[dir="ltr"] .ps-3 {
  padding-right: 1rem !important;
}

html[dir="ltr"] .ps-4 {
  padding-right: 1.5rem !important;
}

html[dir="ltr"] .ps-5 {
  padding-right: 3rem !important;
}

@media (min-width: 576px) {
  html[dir="ltr"] .me-sm-0 {
    margin-left: 0 !important;
  }
  html[dir="ltr"] .me-sm-1 {
    margin-left: 0.25rem !important;
  }
  html[dir="ltr"] .me-sm-2 {
    margin-left: 0.5rem !important;
  }
  html[dir="ltr"] .me-sm-3 {
    margin-left: 1rem !important;
  }
  html[dir="ltr"] .me-sm-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="ltr"] .me-sm-5 {
    margin-left: 3rem !important;
  }
  html[dir="ltr"] .me-sm-auto {
    margin-left: auto !important;
  }
  html[dir="ltr"] .ms-sm-0 {
    margin-right: 0 !important;
  }
  html[dir="ltr"] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }
  html[dir="ltr"] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  html[dir="ltr"] .ms-sm-3 {
    margin-right: 1rem !important;
  }
  html[dir="ltr"] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="ltr"] .ms-sm-5 {
    margin-right: 3rem !important;
  }
  html[dir="ltr"] .ms-sm-auto {
    margin-right: auto !important;
  }
  html[dir="ltr"] .pe-sm-0 {
    padding-left: 0 !important;
  }
  html[dir="ltr"] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }
  html[dir="ltr"] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }
  html[dir="ltr"] .pe-sm-3 {
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .pe-sm-5 {
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  html[dir="ltr"] .ps-sm-0 {
    padding-right: 0 !important;
  }
  html[dir="ltr"] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }
  html[dir="ltr"] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }
  html[dir="ltr"] .ps-sm-3 {
    padding-right: 1rem !important;
  }
  html[dir="ltr"] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="ltr"] .ps-sm-5 {
    padding-right: 3rem !important;
  }
  html[dir="ltr"] .text-sm-start {
    text-align: right !important;
  }
  html[dir="ltr"] .text-sm-end {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  html[dir="ltr"] .me-md-0 {
    margin-left: 0 !important;
  }
  html[dir="ltr"] .me-md-1 {
    margin-left: 0.25rem !important;
  }
  html[dir="ltr"] .me-md-2 {
    margin-left: 0.5rem !important;
  }
  html[dir="ltr"] .me-md-3 {
    margin-left: 1rem !important;
  }
  html[dir="ltr"] .me-md-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="ltr"] .me-md-5 {
    margin-left: 3rem !important;
  }
  html[dir="ltr"] .me-md-auto {
    margin-left: auto !important;
  }
  html[dir="ltr"] .ms-md-0 {
    margin-right: 0 !important;
  }
  html[dir="ltr"] .ms-md-1 {
    margin-right: 0.25rem !important;
  }
  html[dir="ltr"] .ms-md-2 {
    margin-right: 0.5rem !important;
  }
  html[dir="ltr"] .ms-md-3 {
    margin-right: 1rem !important;
  }
  html[dir="ltr"] .ms-md-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="ltr"] .ms-md-5 {
    margin-right: 3rem !important;
  }
  html[dir="ltr"] .pe-md-0 {
    padding-left: 0 !important;
  }
  html[dir="ltr"] .pe-md-1 {
    padding-left: 0.25rem !important;
  }
  html[dir="ltr"] .pe-md-2 {
    padding-left: 0.5rem !important;
  }
  html[dir="ltr"] .pe-md-3 {
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .pe-md-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .pe-md-5 {
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .ps-md-0 {
    padding-right: 0 !important;
  }
  html[dir="ltr"] .ps-md-1 {
    padding-right: 0.25rem !important;
  }
  html[dir="ltr"] .ps-md-2 {
    padding-right: 0.5rem !important;
  }
  html[dir="ltr"] .ps-md-3 {
    padding-right: 1rem !important;
  }
  html[dir="ltr"] .ps-md-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="ltr"] .ps-md-5 {
    padding-right: 3rem !important;
  }
  html[dir="ltr"] .text-md-start {
    text-align: right !important;
  }
  html[dir="ltr"] .text-md-end {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  html[dir="ltr"] .me-lg-0 {
    margin-left: 0 !important;
  }
  html[dir="ltr"] .me-lg-1 {
    margin-left: 0.25rem !important;
  }
  html[dir="ltr"] .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  html[dir="ltr"] .me-lg-3 {
    margin-left: 1rem !important;
  }
  html[dir="ltr"] .me-lg-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="ltr"] .me-lg-5 {
    margin-left: 3rem !important;
  }
  html[dir="ltr"] .me-lg-auto {
    margin-left: auto !important;
  }
  html[dir="ltr"] .ms-lg-0 {
    margin-right: 0 !important;
  }
  html[dir="ltr"] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }
  html[dir="ltr"] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }
  html[dir="ltr"] .ms-lg-3 {
    margin-right: 1rem !important;
  }
  html[dir="ltr"] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="ltr"] .ms-lg-5 {
    margin-right: 3rem !important;
  }
  html[dir="ltr"] .ms-lg-auto {
    margin-right: auto !important;
  }
  html[dir="ltr"] .pe-lg-0 {
    padding-left: 0 !important;
  }
  html[dir="ltr"] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }
  html[dir="ltr"] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }
  html[dir="ltr"] .pe-lg-3 {
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .pe-lg-5 {
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }
  html[dir="ltr"] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }
  html[dir="ltr"] .ps-lg-3 {
    padding-right: 1rem !important;
  }
  html[dir="ltr"] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="ltr"] .ps-lg-5 {
    padding-right: 3rem !important;
  }
  html[dir="ltr"] .text-lg-start {
    text-align: right !important;
  }
  html[dir="ltr"] .text-lg-end {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  html[dir="ltr"] .me-xl-0 {
    margin-left: 0 !important;
  }
  html[dir="ltr"] .me-xl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir="ltr"] .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir="ltr"] .me-xl-3 {
    margin-left: 1rem !important;
  }
  html[dir="ltr"] .me-xl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="ltr"] .me-xl-5 {
    margin-left: 3rem !important;
  }
  html[dir="ltr"] .me-xl-auto {
    margin-left: auto !important;
  }
  html[dir="ltr"] .ms-xl-0 {
    margin-right: 0 !important;
  }
  html[dir="ltr"] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir="ltr"] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir="ltr"] .ms-xl-3 {
    margin-right: 1rem !important;
  }
  html[dir="ltr"] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="ltr"] .ms-xl-5 {
    margin-right: 3rem !important;
  }
  html[dir="ltr"] .ms-xl-auto {
    margin-right: auto !important;
  }
  html[dir="ltr"] .pe-xl-0 {
    padding-left: 0 !important;
  }
  html[dir="ltr"] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir="ltr"] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir="ltr"] .pe-xl-3 {
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .pe-xl-5 {
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .ps-xl-0 {
    padding-right: 0 !important;
  }
  html[dir="ltr"] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir="ltr"] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir="ltr"] .ps-xl-3 {
    padding-right: 1rem !important;
  }
  html[dir="ltr"] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="ltr"] .ps-xl-5 {
    padding-right: 3rem !important;
  }
  html[dir="ltr"] .text-xl-start {
    text-align: right !important;
  }
  html[dir="ltr"] .text-xl-end {
    text-align: left !important;
  }
}

@media (min-width: 1400px) {
  html[dir="ltr"] .me-xxl-0 {
    margin-left: 0 !important;
  }
  html[dir="ltr"] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir="ltr"] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir="ltr"] .me-xxl-3 {
    margin-left: 1rem !important;
  }
  html[dir="ltr"] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir="ltr"] .me-xxl-5 {
    margin-left: 3rem !important;
  }
  html[dir="ltr"] .me-xxl-auto {
    margin-left: auto !important;
  }
  html[dir="ltr"] .ms-xxl-0 {
    margin-right: 0 !important;
  }
  html[dir="ltr"] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir="ltr"] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir="ltr"] .ms-xxl-3 {
    margin-right: 1rem !important;
  }
  html[dir="ltr"] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir="ltr"] .ms-xxl-5 {
    margin-right: 3rem !important;
  }
  html[dir="ltr"] .ms-xxl-auto {
    margin-right: auto !important;
  }
  html[dir="ltr"] .pe-xxl-0 {
    padding-left: 0 !important;
  }
  html[dir="ltr"] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir="ltr"] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir="ltr"] .pe-xxl-3 {
    padding-left: 1rem !important;
  }
  html[dir="ltr"] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir="ltr"] .pe-xxl-5 {
    padding-left: 3rem !important;
  }
  html[dir="ltr"] .ps-xxl-0 {
    padding-right: 0 !important;
  }
  html[dir="ltr"] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir="ltr"] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir="ltr"] .ps-xxl-3 {
    padding-right: 1rem !important;
  }
  html[dir="ltr"] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir="ltr"] .ps-xxl-5 {
    padding-right: 3rem !important;
  }
}

html[dir="ltr"] .bootstrap-select .dropdown-toggle::before {
  right: 15px;
}

@media (max-width: 991px) {
  html[dir="ltr"] .menu--mobile {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  html[dir="ltr"] .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

html[dir="ltr"] .tab-lang li:not(:last-of-type) {
  margin-left: 12px;
  margin-right: 0px;
}

@media (max-width: 991px) {
  html[dir="ltr"] .menu--mobile .main-menu .menu_item .menu_link.active::before {
    left: 15px;
    right: auto;
  }
}

html[dir="ltr"] .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

html[dir="ltr"] .swiper-container-rtl .swiper-button-next .fa-chevron-right:before {
  content: "\f053";
}

html[dir="ltr"] .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

html[dir="ltr"] .swiper-container-rtl .swiper-button-prev .fa-chevron-left:before {
  content: "\f054";
}

html[dir="ltr"] .menu--mobile .main-menu .menu_item .btn {
  text-align: left;
}

html[dir="ltr"] .border-end {
  border-left: 1px solid;
  border-right: 0 !important;
}

html[dir="ltr"] .border-start {
  border-right: 1px solid;
  border-left: 0 !important;
}

html[dir="ltr"] .main-chat_content .main-chat_header {
  border-radius: 10px 0px 0px 0px;
}

html[dir="ltr"] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
html[dir="ltr"] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html[dir="ltr"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html[dir="ltr"] .select-country.bootstrap-select > .dropdown-toggle {
  border-radius: 0 3px 3px 0;
}

html[dir="ltr"] .rotate-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 992px) {
  html[dir="ltr"] .offset-lg-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
}
/*# sourceMappingURL=main.css.map */