/***************************************************
  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: #f7f7f7; }

.box-bottom-header {
  position: relative;
  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-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .box-bottom-header {
      padding-bottom: 10px; } }
  .box-bottom-header:after {
    display: none; }
  .box-bottom-header > [class*="col-"]:not(.group-nav) {
    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; }
    @media (max-width: 767px) {
      .box-bottom-header .left-bottom-header {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2; } }
  .box-bottom-header .center-bottom-header {
    position: static;
    -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; }
    @media (max-width: 767px) {
      .box-bottom-header .center-bottom-header {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1; } }
  .box-bottom-header .right-bottom-header {
    min-height: 40px;
    -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; }
    @media (max-width: 767px) {
      .box-bottom-header .right-bottom-header {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        -ms-flex-order: 3; } }
    .box-bottom-header .right-bottom-header .popup-over:not(.search-widget) .popup-content {
      right: 0px;
      left: auto; }
      .rtl .box-bottom-header .right-bottom-header .popup-over:not(.search-widget) .popup-content {
        right: auto;
        left: 0px; }
    .box-bottom-header .right-bottom-header #cart-block {
      margin: 0px 0px 0px 20px; }
      .rtl .box-bottom-header .right-bottom-header #cart-block {
        margin: 0px 20px 0px 0px; }
      @media (max-width: 360px) {
        .box-bottom-header .right-bottom-header #cart-block {
          position: static; }
          .box-bottom-header .right-bottom-header #cart-block .leo-dropdown-cart.defaultcart {
            right: 15px; }
            .rtl .box-bottom-header .right-bottom-header #cart-block .leo-dropdown-cart.defaultcart {
              left: 15px;
              right: auto; } }
  @media (max-width: 767px) {
    .box-bottom-header .group-nav {
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 4;
      box-ordinal-group: 4;
      -webkit-order: 4;
      -moz-order: 4;
      order: 4;
      -ms-flex-order: 4; } }
  .box-bottom-header .logo {
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .box-bottom-header .logo {
        padding: 40px 0; } }
  @media (max-width: 479px) {
    .box-bottom-header .search-widget {
      position: static; }
      .box-bottom-header .search-widget .popup-content {
        width: auto;
        right: 15px;
        left: auto; }
        .rtl .box-bottom-header .search-widget .popup-content {
          right: auto;
          left: 15px; } }

/*# sourceMappingURL=headerposition1491413718.css.map */
