/***************************************************
  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 
 */
/***********************************************************************/
.header-nav {
  background: #33425a; }

.header-top {
  background: #343942; }

.box-top-header {
  position: relative; }
  @media (min-width: 992px) {
    .box-top-header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (max-width: 991px) {
    .box-top-header .left-top-header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .box-top-header .left-top-header .logo {
    padding: 25px 0; }
  .box-top-header .right-top-header::after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-top-header .right-top-header {
      padding-bottom: 5px; } }
  .box-top-header .right-top-header .ApMegamenu {
    float: left; }
    .rtl .box-top-header .right-top-header .ApMegamenu {
      float: right; }
  @media (max-width: 991px) {
    .box-top-header .right-top-header .leo-megamenu .navbar-header {
      padding: 7px 0; } }
  @media (min-width: 992px) {
    .box-top-header .right-top-header .leo-megamenu .navbar-nav > li > a:before {
      bottom: 10px; } }
  .box-top-header .right-top-header .popup-over.userinfo-selector {
    float: right; }
    .rtl .box-top-header .right-top-header .popup-over.userinfo-selector {
      float: left; }
    @media (min-width: 768px) {
      .box-top-header .right-top-header .popup-over.userinfo-selector .popup-title .icon-arrow-down {
        bottom: 2px; } }
    @media (max-width: 479px) {
      .box-top-header .right-top-header .popup-over.userinfo-selector .popup-content {
        right: 0px;
        left: auto; }
        .rtl .box-top-header .right-top-header .popup-over.userinfo-selector .popup-content {
          right: auto;
          left: 0px; } }
    @media (min-width: 1230px) {
      .box-top-header .right-top-header .popup-over.userinfo-selector.logged {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .box-top-header .right-top-header #cart-block {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px; }
    .rtl .box-top-header .right-top-header #cart-block {
      margin-right: 20px;
      margin-left: inherit; }
    @media (min-width: 1230px) {
      .box-top-header .right-top-header #cart-block {
        margin-left: 50px; }
        .rtl .box-top-header .right-top-header #cart-block {
          margin-right: 50px;
          margin-left: inherit; } }
    @media (max-width: 767px) {
      .box-top-header .right-top-header #cart-block {
        padding-top: 15px;
        padding-bottom: 15px; } }
  @media (min-width: 768px) {
    .box-top-header.header-white .popup-over.userinfo-selector .popup-title {
      padding: 7px 17px 7px 0px;
      margin-top: 2px; }
      .rtl .box-top-header.header-white .popup-over.userinfo-selector .popup-title {
        padding: 7px 0px 7px 17px; } }

.box-bottom-header {
  position: relative; }
  @media (min-width: 992px) {
    .box-bottom-header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .box-bottom-header > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .box-bottom-header .left-bottom-header {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    .box-bottom-header .left-bottom-header .ApMegamenu {
      width: 100%; }
    @media (min-width: 1230px) {
      .box-bottom-header .left-bottom-header div.verticalmenu .navbar-nav > li > a {
        padding-top: 12.2px;
        padding-bottom: 12.2px; } }
  .box-bottom-header .center-bottom-header {
    position: static; }
    @media (min-width: 992px) {
      .box-bottom-header .center-bottom-header {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
    @media (max-width: 991px) {
      .box-bottom-header .center-bottom-header {
        position: static; }
        .box-bottom-header .center-bottom-header .leo-megamenu .navbar-header {
          padding: 7px 0; } }
    .box-bottom-header .center-bottom-header #leo_search_block_top .block_content .search_query {
      height: 48px; }
    .box-bottom-header .center-bottom-header #leo_search_block_top .block_content .list-cate-wrapper .select-title {
      height: 48px;
      line-height: 48px; }
    .box-bottom-header .center-bottom-header #leo_search_block_top .block_content #leo_search_top_button {
      height: 48px; }
  .box-bottom-header .right-bottom-header {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .box-bottom-header .right-bottom-header .popup-over + .popup-over {
      margin-left: 30px;
      z-index: 10; }
      .rtl .box-bottom-header .right-bottom-header .popup-over + .popup-over {
        margin-right: 30px;
        margin-left: inherit; }

/*# sourceMappingURL=headerposition1498506155.css.map */
