/***************************************************
  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,
#_desktop_language_selector #currency-selector-label,
#_desktop_currency_selector #language-selector-label,
#_desktop_currency_selector #currency-selector-label {
  display: none; }
#_desktop_language_selector .popup-title,
#_desktop_currency_selector .popup-title {
  font-family: var(--font-family-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  color: #212121;
  position: relative; }
  #_desktop_language_selector .popup-title::before,
  #_desktop_currency_selector .popup-title::before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    top: 100%;
    left: 0; }
    .rtl #_desktop_language_selector .popup-title::before, .rtl
    #_desktop_currency_selector .popup-title::before {
      right: 0;
      left: auto; }
  #_desktop_language_selector .popup-title .expand-more,
  #_desktop_currency_selector .popup-title .expand-more {
    margin-right: 5px; }
    .rtl #_desktop_language_selector .popup-title .expand-more, .rtl
    #_desktop_currency_selector .popup-title .expand-more {
      margin-left: 5px;
      margin-right: inherit; }
  #_desktop_language_selector .popup-title i,
  #_desktop_currency_selector .popup-title i {
    margin-top: -2px; }
    #_desktop_language_selector .popup-title i::before,
    #_desktop_currency_selector .popup-title i::before {
      content: "\f107";
      font-family: "Font Awesome Regular";
      font-size: 12px;
      font-weight: 600; }
#_desktop_language_selector .popup-content,
#_desktop_currency_selector .popup-content {
  margin-top: 13px;
  border-radius: 0 0 10px 10px; }
  [dir] #_desktop_language_selector .popup-content, [dir]
  #_desktop_currency_selector .popup-content {
    right: 0;
    left: auto; }
  #_desktop_language_selector .popup-content li,
  #_desktop_currency_selector .popup-content li {
    font-size: 14px; }

.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); }

.col_info,
.col_logo {
  width: fit-content !important; }

.col_search {
  flex: 1; }

@media (min-width: 576px) {
  #leo_search_block_top .title_block {
    display: none; }
  #leo_search_block_top .leoproductsearch-result {
    flex: 1; }
  #leo_search_block_top .form-control {
    height: 40px;
    line-height: 40px;
    padding: 0 60px 0 25px;
    font-size: 12px;
    font-weight: 400;
    color: #212121; }
    .rtl #leo_search_block_top .form-control {
      padding: 0 25px 0 60px; }
    #leo_search_block_top .form-control::-webkit-input-placeholder {
      opacity: 1;
      font-weight: 400;
      font-size: 12px; }
    #leo_search_block_top .form-control::-moz-placeholder {
      opacity: 1;
      font-weight: 400;
      font-size: 12px; }
    #leo_search_block_top .form-control:-moz-placeholder {
      opacity: 1;
      font-weight: 400;
      font-size: 12px; }
    #leo_search_block_top .form-control:-ms-input-placeholder {
      opacity: 1;
      font-weight: 400;
      font-size: 12px; }
  #leo_search_block_top .block_content {
    border-radius: 30px; }
  #leo_search_block_top .btn {
    height: 40px;
    width: auto;
    line-height: 1;
    background-color: var(--theme-color-default);
    color: #212121;
    padding: 10px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    transition: 0.25s all; } }
  @media (min-width: 576px) and (max-width: 850px) {
    #leo_search_block_top .btn {
      padding: 10px 20px; } }
@media (min-width: 576px) {
    #leo_search_block_top .btn:hover {
      background-color: #212121; }
    #leo_search_block_top .btn i {
      width: auto;
      height: auto;
      font-family: var(--font-family-heading);
      font-size: 14px;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center; }
      #leo_search_block_top .btn i::before {
        content: "\f002";
        font-family: "Font Awesome Regular";
        font-size: 16px;
        font-weight: 400;
        margin-right: 5px; }
        .rtl #leo_search_block_top .btn i::before {
          margin-left: 5px;
          margin-right: inherit; } }
    @media (min-width: 576px) and (max-width: 850px) {
      #leo_search_block_top .btn i {
        font-size: 0; }
        #leo_search_block_top .btn i::before {
          margin-right: 0; }
          .rtl #leo_search_block_top .btn i::before {
            margin-left: 0;
            margin-right: inherit; } }

@media (max-width: 575px) {
  #leo_search_block_top .block_content {
    border: none; }
  #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: 575px) and (max-width: 480px) {
    #leo_search_block_top form {
      right: -100px; }
      .rtl #leo_search_block_top form {
        left: -100px;
        right: auto; } }
  @media (max-width: 575px) and (max-width: 400px) {
    #leo_search_block_top form {
      right: -150px; }
      .rtl #leo_search_block_top form {
        left: -150px;
        right: auto; } }
@media (max-width: 575px) {
    #leo_search_block_top form .form-control {
      width: 280px;
      height: 45px;
      font-size: 14px;
      border-radius: 14px;
      background-color: #fff;
      border: 1px solid #eaeaea; }
      #leo_search_block_top form .form-control:focus {
        border-color: #212121; }
  #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 .leoproductsearch-loading {
  border-top-color: #212121;
  border-bottom-color: #212121;
  right: 150px;
  bottom: 8px; }
  .rtl #leo_search_block_top .leoproductsearch-loading {
    left: 150px;
    right: auto; }

@media (max-width: 575px) {
  .col_logo {
    flex: 1; }

  .col_search {
    width: fit-content !important;
    flex: none; } }
.leo-megamenu .navbar-nav > li > a {
  color: #212121;
  background-color: transparent;
  padding: 23px 36px;
  border-radius: 0; }
.leo-megamenu .navbar-nav > li.active > a, .leo-megamenu .navbar-nav > li:hover > a, .leo-megamenu .navbar-nav > li:focus > a {
  background-color: transparent; }
.leo-megamenu .navbar-nav > li:first-child > a {
  padding-left: 0; }
  [dir] .leo-megamenu .navbar-nav > li:first-child > a {
    padding-right: 0;
    padding-left: 36px; }
.leo-megamenu .navbar-nav > li:not(:first-child) > a {
  position: relative; }
  .leo-megamenu .navbar-nav > li:not(:first-child) > a::before {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #d9d9d9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%); }
    .rtl .leo-megamenu .navbar-nav > li:not(:first-child) > a::before {
      right: 0;
      left: auto; }

.navbar-header .navbar-toggler {
  border-radius: 10px;
  margin: 10px auto; }

@media (max-width: 767px) {
  .col_menu {
    width: fit-content !important; }

  .col_qr {
    flex: 1; } }
@media (max-width: 767px) {
  .col_qr .col_left_full > .elementor-container {
    max-width: none !important; }

  .no-bg_mb > .elementor-column-wrap {
    background-color: transparent !important; } }
.leo-megamenu .dropdown-menu {
  margin-top: 0; }

/*# sourceMappingURL=headerposition3279576523.css.map */
