/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#_desktop_language_selector #language-selector-label {
  display: none; }
#_desktop_language_selector .popup-title {
  padding: 15px 30px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: none; }
  @media (max-width: 480px) {
    #_desktop_language_selector .popup-title {
      padding: 15px; } }
  #_desktop_language_selector .popup-title .expand-more {
    color: #fff; }
  #_desktop_language_selector .popup-title i {
    font-family: "Font Awesome Regular";
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5); }
    #_desktop_language_selector .popup-title i::before {
      content: "\f107"; }
  #_desktop_language_selector .popup-title:hover .expand-more {
    color: var(--theme-color-default); }
  #_desktop_language_selector .popup-title:hover i {
    color: var(--theme-color-default); }
#_desktop_language_selector .popup-over .popup-content {
  right: auto;
  left: 30px;
  border-radius: 0 0 14px 14px;
  padding: 10px 15px 15px;
  font-size: 14px; }
  .rtl #_desktop_language_selector .popup-over .popup-content {
    right: 30px;
    left: auto; }
  #_desktop_language_selector .popup-over .popup-content a {
    color: #808080; }
    #_desktop_language_selector .popup-over .popup-content a:hover {
      color: #212121; }
  #_desktop_language_selector .popup-over .popup-content li.current a {
    color: #212121; }
@media (max-width: 360px) {
  #_desktop_language_selector {
    display: none; } }

.show_menu {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-color-default);
  display: inline-flex;
  align-items: center;
  background-color: rgba(189, 255, 106, 0.1);
  cursor: pointer;
  transition: 0.25s all; }
  .show_menu::before {
    content: "\f0c9";
    font-family: "Font Awesome Regular";
    font-size: 14px;
    margin-right: 5px; }
    .rtl .show_menu::before {
      margin-left: 5px;
      margin-right: inherit; }
  @media (max-width: 480px) {
    .show_menu {
      padding: 15px; }
      .show_menu span {
        display: none; }
      .show_menu::before {
        margin-right: 0; }
        .rtl .show_menu::before {
          margin-left: 0;
          margin-right: inherit; } }
  .show_menu.active, .show_menu:hover {
    background-color: var(--theme-color-default);
    color: #212121; }

.navbar-header .navbar-toggler {
  margin: 0;
  border: none;
  width: auto;
  height: 44px;
  padding: 0 25px;
  background-color: rgba(189, 255, 106, 0.1);
  color: var(--theme-color-default); }
  @media (max-width: 400px) {
    .navbar-header .navbar-toggler {
      padding: 0 18px; } }
  .navbar-header .navbar-toggler:hover, .navbar-header .navbar-toggler:focus {
    background-color: var(--theme-color-default);
    color: #212121;
    border: none;
    outline: none; }

.userinfo-selector a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff; }
  .userinfo-selector a i {
    margin-right: 5px; }
    .rtl .userinfo-selector a i {
      margin-left: 5px;
      margin-right: inherit; }
    .userinfo-selector a i::before {
      content: "\f007";
      font-family: "Font Awesome Regular";
      font-size: 16px;
      font-weight: 400;
      color: var(--theme-color-default); }
  .userinfo-selector a:hover {
    color: var(--theme-color-default); }

#_desktop_cart .header {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff; }
  #_desktop_cart .header > a {
    display: inline-flex;
    align-items: center;
    color: #fff; }
    #_desktop_cart .header > a:hover {
      color: var(--theme-color-default); }
  #_desktop_cart .header i.shopping-cart {
    font-size: 0;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-color-default);
    margin-right: 5px; }
    .rtl #_desktop_cart .header i.shopping-cart {
      margin-left: 5px;
      margin-right: inherit; }
    #_desktop_cart .header i.shopping-cart::before {
      content: "\f07a";
      font-family: "Font Awesome Regular";
      font-size: 15px; }
  #_desktop_cart .header .cart-products-count {
    display: inline-flex;
    align-items: center;
    color: var(--theme-color-default);
    margin-left: 5px; }
    .rtl #_desktop_cart .header .cart-products-count {
      margin-right: 5px;
      margin-left: inherit; }
    #_desktop_cart .header .cart-products-count::before {
      content: "("; }
    #_desktop_cart .header .cart-products-count::after {
      content: ")"; }
  @media (max-width: 767px) {
    #_desktop_cart .header span:not(.cart-products-count) {
      display: none; }
    #_desktop_cart .header .cart-products-count {
      margin-left: 0; }
      .rtl #_desktop_cart .header .cart-products-count {
        margin-right: 0;
        margin-left: inherit; } }

.ap-btn-wishlist {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff; }
  .ap-btn-wishlist i {
    margin-right: 5px;
    font-style: normal; }
    .rtl .ap-btn-wishlist i {
      margin-left: 5px;
      margin-right: inherit; }
    .ap-btn-wishlist i::before {
      content: "\f004";
      font-family: "Font Awesome Regular";
      font-weight: 400;
      font-size: 16px;
      color: var(--theme-color-default); }
  .ap-btn-wishlist .ap-total {
    display: inline-flex;
    align-items: center;
    color: var(--theme-color-default);
    margin-left: 5px; }
    .rtl .ap-btn-wishlist .ap-total {
      margin-right: 5px;
      margin-left: inherit; }
    .ap-btn-wishlist .ap-total::before {
      content: "("; }
    .ap-btn-wishlist .ap-total::after {
      content: ")"; }
  @media (max-width: 767px) {
    .ap-btn-wishlist span:not(.ap-total) {
      display: none; }
    .ap-btn-wishlist .ap-total {
      margin-left: 0; }
      .rtl .ap-btn-wishlist .ap-total {
        margin-right: 0;
        margin-left: inherit; } }

@media (max-width: 767px) {
  .w_fit_mb {
    width: fit-content !important; }

  .w_flex_mb {
    flex: 1; } }
.menu_group {
  position: fixed;
  top: 44px;
  left: 0;
  height: 600px;
  width: 100vw;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s all !important;
  transform: translateY(30px); }
  .menu_group.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.bg_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s all !important; }
  .bg_overlay.active {
    opacity: 1;
    visibility: visible; }

.main_header_1.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }

.leo-megamenu .navbar-nav {
  display: inline-flex;
  flex-direction: column;
  position: relative; }
  .leo-megamenu .navbar-nav > li {
    position: static; }
    .leo-megamenu .navbar-nav > li > a {
      padding: 0;
      border-radius: 0;
      background-color: transparent;
      color: #9a9a9a;
      font-size: 60px;
      line-height: 80px;
      padding-right: 80px; }
      .rtl .leo-megamenu .navbar-nav > li > a {
        padding-left: 80px;
        padding-right: inherit; }
      @media (max-width: 1199px) {
        .leo-megamenu .navbar-nav > li > a {
          font-size: 40px;
          line-height: 60px; } }
      .leo-megamenu .navbar-nav > li > a.dropdown-toggle::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        left: auto;
        width: auto;
        transform: translateY(-50%);
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 20px solid var(--theme-color-default);
        opacity: 0;
        visibility: hidden;
        transition: 0.25s all; }
        [dir] .leo-megamenu .navbar-nav > li > a.dropdown-toggle::before {
          left: 0;
          right: auto; }
    .leo-megamenu .navbar-nav > li.active > a, .leo-megamenu .navbar-nav > li:hover > a, .leo-megamenu .navbar-nav > li:focus > a {
      background-color: transparent;
      color: var(--theme-color-default); }
    .leo-megamenu .navbar-nav > li:hover > a::before {
      opacity: 1;
      visibility: visible; }
.leo-megamenu .dropdown-menu {
  left: 100%;
  top: 0;
  min-height: 100%;
  min-width: 250px;
  padding: 30px;
  background-color: rgba(33, 33, 33, 0.5);
  border-radius: 10px;
  border: 1px solid var(--theme-color-default); }
  [dir] .leo-megamenu .dropdown-menu {
    right: 100%;
    left: auto; }
  .leo-megamenu .dropdown-menu li {
    line-height: 1;
    padding: 0; }
    .leo-megamenu .dropdown-menu li a {
      font-size: 20px;
      color: #fff; }
      .leo-megamenu .dropdown-menu li a:hover {
        color: var(--theme-color-default); }
  .leo-megamenu .dropdown-menu a > .menu-title {
    font-size: 20px;
    color: #fff; }
    .leo-megamenu .dropdown-menu a > .menu-title:hover {
      color: var(--theme-color-default); }
.leo-megamenu .dropdown:hover > .dropdown-menu {
  left: 100%;
  top: 0; }
  [dir] .leo-megamenu .dropdown:hover > .dropdown-menu {
    left: auto;
    right: 100%; }

@media (max-width: 991px) {
  .menu_group,
  .show_menu,
  .bg_overlay {
    display: none; } }
@media (max-width: 400px) {
  .leo-dropdown-cart.defaultcart {
    right: -30px; }
    .rtl .leo-dropdown-cart.defaultcart {
      left: -30px;
      right: auto; } }

/*# sourceMappingURL=headerposition3521019741.css.map */
