/* Header 01 */
/***************************************************
  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 
 */
/***********************************************************************/
.keep-header .header-top {
  background: rgba(0, 0, 0, 0.5); }

.header-container {
  position: relative; }

@media (min-width: 1600px) {
  .menu-box {
    width: 41.66667%; } }
@media (min-width: 1200px) and (max-width: 1400px) {
  .leo-megamenu .navbar-nav > li > a {
    padding: 55px 13px;
    font-size: 12px; } }
@media (min-width: 992px) {
  #index .header-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background: transparent; }

  #index.keep-header .header-top {
    background: #2d2d2d; } }
body:not(#index) .header-top {
  background: #2d2d2d; }

@media (max-width: 991px) {
  .header-top {
    background: #2d2d2d; }

  #leo_search_block_top .icon-open-search {
    padding: 25px 0; }

  #_desktop_cart {
    padding: 26px 0; }

  #leo_block_top {
    padding: 25px 0; } }
.leo-megamenu .navbar-header .navbar-toggler {
  color: #fff; }

.header_logo a {
  display: block;
  text-align: center; }

.header-top .ApRow {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.icon-box {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .icon-box i {
    color: #fff;
    font-size: 24px; }

#_desktop_cart {
  margin-right: 40px; }
  .rtl #_desktop_cart {
    margin-left: 40px;
    margin-right: inherit; }

.ap-wishlist {
  margin-right: 30px; }
  .rtl .ap-wishlist {
    margin-left: 30px;
    margin-right: inherit; }

#leo_search_block_top {
  margin-right: 25px;
  position: relative;
  margin-bottom: 0; }
  .rtl #leo_search_block_top {
    margin-left: 25px;
    margin-right: inherit; }
  #leo_search_block_top .block_content {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    min-width: 290px;
    width: 100%;
    height: 46px;
    transition: all 0.3s; }
    .rtl #leo_search_block_top .block_content {
      left: 0;
      right: auto; }
  #leo_search_block_top.active .block_content {
    opacity: 1;
    visibility: visible; }

@media (max-width: 575px) {
  #_desktop_cart {
    margin-right: 25px; }
    .rtl #_desktop_cart {
      margin-left: 25px;
      margin-right: inherit; } }
@media (max-width: 375px) {
  .icon-box i {
    font-size: 16px; }

  #leo_search_block_top .block_content {
    right: -100px; }

  .rtl #leo_search_block_top .block_content {
    right: -100px; }

  .leo-dropdown-cart.defaultcart {
    right: -40px; }

  .rtl .leo-dropdown-cart.defaultcart {
    left: -40px;
    right: auto; } }

/*# sourceMappingURL=headerposition2491642193.css.map */
