/***************************************************
  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: 992px) {
  body#index #header {
    position: relative; }
    body#index #header .header-top {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2;
      background-color: transparent; } }
@media (max-width: 991px) {
  body#index #header .header-top {
    background-color: #212121; } }
body:not(#index) #header .header-top {
  background-color: #212121; }

.leo-megamenu {
  text-align: center; }
  .leo-megamenu .navbar-nav {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    padding: 7px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3); }

#_desktop_cart .header {
  color: #fff;
  position: relative; }
  #_desktop_cart .header a {
    color: #fff; }
    #_desktop_cart .header a:hover {
      color: var(--theme-color-default); }
  #_desktop_cart .header span.hidden-sm-down {
    display: none; }
  #_desktop_cart .header .cart-products-count {
    position: absolute;
    top: -13px;
    right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--theme-color-default);
    font-family: var(--font-family-heading);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    color: var(--headings-color); }
    .rtl #_desktop_cart .header .cart-products-count {
      left: -10px;
      right: auto; }
  #_desktop_cart .header i.shopping-cart {
    font-size: 0;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    #_desktop_cart .header i.shopping-cart::before {
      content: "\f291";
      font-family: "Font Awesome Light";
      font-size: 22px; }

#leo_search_block_top .title_block {
  display: none; }
#leo_search_block_top > form {
  width: 250px; }
  #leo_search_block_top > form #leo_search_top_button {
    display: none; }
#leo_search_block_top .block_content {
  border: none;
  display: block; }
#leo_search_block_top .form-control {
  border: solid #fff;
  border-width: 0 0 1px;
  height: auto;
  line-height: 1;
  padding: 16px 0;
  font-size: 14px;
  line-height: 1;
  font-family: var(--font-family-heading);
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }
  #leo_search_block_top .form-control::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff; }
  #leo_search_block_top .form-control::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff; }
  #leo_search_block_top .form-control:-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff; }
  #leo_search_block_top .form-control:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff; }
@media (max-width: 575px) {
  #leo_search_block_top .title_block {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 22px;
    height: 30px;
    color: #fff;
    margin-bottom: 0; }
    #leo_search_block_top .title_block::before {
      content: "\f002";
      font-family: "Font Awesome Light";
      font-size: 22px;
      width: 22px;
      height: 30px;
      line-height: 30px; }
  #leo_search_block_top > form {
    position: absolute;
    top: calc(100% + 50px);
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s all; } }
  @media (max-width: 575px) and (max-width: 450px) {
    #leo_search_block_top > form {
      right: -100px; } }
@media (max-width: 575px) {
  #leo_search_block_top .form-control {
    color: #212121;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 3px; }
    #leo_search_block_top .form-control::-webkit-input-placeholder {
      color: #212121; }
    #leo_search_block_top .form-control::-moz-placeholder {
      color: #212121; }
    #leo_search_block_top .form-control:-moz-placeholder {
      color: #212121; }
    #leo_search_block_top .form-control:-ms-input-placeholder {
      color: #212121; }
  #leo_search_block_top.active > form {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 20px); } }

@media (max-width: 1300px) {
  .col_logo {
    width: fit-content !important; }

  .col_menu {
    flex: 1; }

  .col_info {
    width: fit-content !important; } }
/* @media (max-width: 991px) { */
@media (max-width: 1199px) {
  .col_menu {
    width: fit-content !important;
    flex: none;
    order: 3;
    margin-left: 30px; }
    .rtl .col_menu {
      margin-right: 30px;
      margin-left: inherit; }

  .col_info {
    flex: 1; } }
.navbar-header .navbar-toggler {
  font-size: 0;
  color: var(--heading-color);
  margin: 10px auto;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color-default);
  transition: 0.3s all; }
  .navbar-header .navbar-toggler::before {
    content: "\f0c9";
    font-family: "Font Awesome Regular";
    font-size: 20px; }
  .navbar-header .navbar-toggler:hover, .navbar-header .navbar-toggler:focus, .navbar-header .navbar-toggler:active {
    color: var(--heading-color);
    background-color: #fff; }

@media (max-width: 400px) {
  .leo-dropdown-cart.defaultcart {
    right: -50px; }
    .rtl .leo-dropdown-cart.defaultcart {
      left: -50px;
      right: auto; } }

/*# sourceMappingURL=headerposition3610127822.css.map */
