/****** headers styles *****/
.rtl .header,
.rtl .header-mobile,
.rtl footer,
.rtl .club-benefits-container,
.rtl .siparator,
.rtl .popup,
.rtl .faq-border,
.rtl .faq-title-border,
.rtl .line,
.rtl .contacts-container {
  background: #1e549b;
  /*background: linear-gradient(90deg, rgba(30,84,155,1) 0%, rgba(42,88,148,1) 25%, rgba(181,128,68,1) 75%, rgba(247,148,29,1) 100%);	*/
  background: linear-gradient(90deg, #f7941d 0%, #b58044 25%, #2a5894 75%, #1e549b 100%);
}
.rtl .slider-container .slick-prev,
.rtl .footer-slider-container .slick-prev {
  right: 2.34375vw;
  left: auto;
}
.rtl .slider-container .slick-next,
.rtl .footer-slider-container .slick-next {
  right: auto;
  left: 2.34375vw;
}
.rtl .contacts-container .contacts-content form {
  direction: rtl;
}
body.rtl {
  direction: rtl;
}
@media only screen and (min-width: 1025px) {
  .rtl .header,
  .rtl footer {
    flex-direction: row-reverse;
  }
  .rtl .logo {
    /*margin-right: 40*@x;*/
    margin-left: 2.08333333vw;
  }
  .rtl .socials a {
    float: right;
  }
  .rtl .navbar {
    margin-left: auto;
  }
  .rtl .navbar .nav li .sub-menu {
    right: 0;
  }
  .rtl .navbar .nav > li {
    float: right;
  }
  .rtl .cart-container {
    flex-direction: row-reverse;
    /*margin-left: 86*@x;*/
    margin-right: 4.47916667vw;
  }
  .rtl .cart-container .cart {
    margin-right: 1.19791667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .rtl .header,
  .rtl .header-mobile,
  .rtl footer,
  .rtl .club-benefits-container,
  .rtl .siparator,
  .rtl .popup,
  .rtl .faq-border,
  .rtl .faq-title-border,
  .rtl .line,
  .rtl .contacts-container {
    background: #1e549b;
    /*background: linear-gradient(90deg, rgba(30,84,155,1) 0%, rgba(42,88,148,1) 25%, rgba(181,128,68,1) 75%, rgba(247,148,29,1) 100%);	*/
    background: linear-gradient(90deg, #f7941d 0%, #b58044 25%, #2a5894 75%, #1e549b 100%);
  }
  .rtl .header,
  .rtl footer {
    flex-direction: row-reverse;
  }
  .rtl .logo {
    /*margin-right: 90*@mx;*/
    margin-left: 24.32432432vw;
  }
  .rtl .socials a {
    float: right;
  }
  .rtl .hamburger-menu {
    /*margin-left: 17*@mx;*/
    margin-right: 4.59459459vw;
  }
  .rtl .cart-container {
    flex-direction: row-reverse;
    /*margin-left: 74*@x;*/
    margin-right: 3.85416667vw;
  }
  .rtl .cart-container .cart {
    margin-right: 1.19791667vw;
  }
}
/****** end headers styles *****/
/****** home page styles *****/
@media only screen and (min-width: 1025px) {
  .rtl {
    /*.club-benefits-container {
			background: rgb(27,85,156);
			background: linear-gradient(90deg, rgba(27,85,156,1) 0%, rgba(86,88,156,1) 25%, rgba(219,125,79,1) 75%, rgba(248,146,28,1) 100%);
		}*/
  }
}
