/***************************************************
  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 
 */
/***********************************************************************/
@media (min-width: 576px) {
  .header_logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header_logo img {
      width: 80px; } }

.show_menu .showmenu {
  padding: 12px 21px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-family-heading);
  color: #212121;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s all;
  border-radius: 30px;
  border: 1px solid #212121; }
  .show_menu .showmenu::before {
    content: "\f0c9";
    font-family: "Font Awesome Regular";
    font-size: 14px;
    margin-right: 5px; }
    .rtl .show_menu .showmenu::before {
      margin-left: 5px;
      margin-right: inherit; }
  .show_menu .showmenu:hover {
    background-color: var(--theme-color-default);
    color: #212121; }

#leo_search_block_top .block_content {
  border-radius: 14px;
  border: none; }
#leo_search_block_top .ac_results {
  border-color: #eaeaea; }
#leo_search_block_top #leo_search_top_button i {
  width: auto;
  height: auto;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  #leo_search_block_top #leo_search_top_button i::before {
    content: "\f002";
    font-family: "Font Awesome Regular";
    font-weight: 400;
    font-size: 18px; }
#leo_search_block_top form {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: 0.25s all; }
  .rtl #leo_search_block_top form {
    left: 0;
    right: auto; }
  @media (max-width: 480px) {
    #leo_search_block_top form {
      right: -100px; }
      .rtl #leo_search_block_top form {
        left: -100px;
        right: auto; } }
  @media (max-width: 400px) {
    #leo_search_block_top form {
      right: -150px; }
      .rtl #leo_search_block_top form {
        left: -150px;
        right: auto; } }
  #leo_search_block_top form .form-control {
    width: 280px;
    height: 45px;
    font-size: 14px;
    border-radius: 14px;
    border: 1px solid #eaeaea;
    background-color: #fff; }
    #leo_search_block_top form .form-control:focus {
      border-color: #212121; }
#leo_search_block_top .leoproductsearch-loading {
  border-top-color: #212121;
  border-bottom-color: #212121;
  bottom: 10px;
  right: 50px; }
  .rtl #leo_search_block_top .leoproductsearch-loading {
    left: 50px;
    right: auto; }
#leo_search_block_top .title_block {
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: #212121;
  cursor: pointer;
  transition: 0.25s all; }
  #leo_search_block_top .title_block:hover {
    background-color: var(--theme-color-default); }
  #leo_search_block_top .title_block::before {
    content: "\f002";
    font-family: "Font Awesome Regular";
    font-size: 16px; }
#leo_search_block_top.active form {
  opacity: 1;
  visibility: visible; }
#leo_search_block_top.active .title_block {
  background-color: var(--theme-color-default); }

.userinfo-selector > a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  transition: 0.25s all; }
  .userinfo-selector > a > span {
    display: none; }
  .userinfo-selector > a i {
    font-family: "Font Awesome Regular";
    font-size: 16px;
    font-weight: 400; }
  .userinfo-selector > a.logout i::before {
    content: "\f2f6"; }
  .userinfo-selector > a:hover {
    background-color: var(--theme-color-default); }

.ap-btn-wishlist {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  cursor: pointer;
  transition: 0.25s all; }
  .ap-btn-wishlist span {
    display: none; }
  .ap-btn-wishlist i {
    font-family: "Font Awesome Regular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal; }
  .ap-btn-wishlist:hover {
    background-color: var(--theme-color-default);
    color: #212121; }

#_desktop_cart .header {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  cursor: pointer;
  transition: 0.25s all; }
  #_desktop_cart .header span {
    display: none; }
  #_desktop_cart .header i {
    font-size: 0;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212121;
    margin-right: 0; }
    .rtl #_desktop_cart .header i {
      margin-left: 0;
      margin-right: inherit; }
    #_desktop_cart .header i::before {
      content: "\f07a";
      font-family: "Font Awesome Regular";
      font-size: 15px; }
  #_desktop_cart .header:hover {
    background-color: var(--theme-color-default); }

@media (max-width: 767px) {
  .col_menu,
  .col_info {
    flex: 1; } }
@media (max-width: 767px) and (min-width: 480px) {
  .col_logo {
    width: fit-content !important; } }

@media (max-width: 575px) {
  .col_menu {
    width: fit-content !important;
    flex: none; } }
  @media (max-width: 575px) and (min-width: 480px) {
    .col_menu {
      padding-right: 30px; }
      .rtl .col_menu {
        padding-left: 30px;
        padding-right: inherit; } }

@media (max-width: 479px) {
  .col_logo {
    order: -1;
    margin-bottom: 15px; } }
.menu_group {
  position: fixed;
  top: 0;
  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; }

.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 {
    left: auto;
    right: 100%; }
  .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; } }
.navbar-header .navbar-toggler {
  border-radius: 50%;
  border-color: #212121;
  font-size: 18px;
  margin: 0; }
  .navbar-header .navbar-toggler:hover, .navbar-header .navbar-toggler:focus {
    background-color: var(--theme-color-default);
    color: #212121;
    outline: none; }

.close_menu {
  cursor: pointer !important; }

/*# sourceMappingURL=headerposition3074919131.css.map */
