/***************************************************
  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: #f4f4f4; }

.header-top {
  border-bottom: 1px solid #f1f1f1; }

.box-top-header {
  position: relative; }
  @media (min-width: 768px) {
    .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; } }
  .box-top-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-top-header .left-top-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-top-header .right-top-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-top-header .right-top-header .popup-over .popup-content {
      right: 0px;
      left: auto; }
      .rtl .box-top-header .right-top-header .popup-over .popup-content {
        right: auto;
        left: 0px; }
  @media (min-width: 1200px) {
    .box-top-header .userinfo-selector {
      padding: 0 0 0 0; }
      .rtl .box-top-header .userinfo-selector {
        padding: 0 0 0 0; }
      .box-top-header .userinfo-selector .popup-title {
        display: none; }
      .box-top-header .userinfo-selector .popup-content {
        border: none;
        position: static;
        font-size: 0px;
        margin: 0 -15px;
        background: transparent;
        display: block !important;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; }
        .box-top-header .userinfo-selector .popup-content li {
          border-bottom: none;
          display: inline-block;
          vertical-align: middle;
          position: relative; }
          .box-top-header .userinfo-selector .popup-content li + li:before {
            content: '';
            position: absolute;
            width: 3px;
            height: 3px;
            background: #999999;
            top: 50%;
            margin-top: -1px;
            left: -1.5px;
            border-radius: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
            .rtl .box-top-header .userinfo-selector .popup-content li + li:before {
              right: -1.5px;
              left: auto; } }
      @media (min-width: 1200px) and (min-width: 992px) {
        .box-top-header .userinfo-selector .popup-content li.check-out, .box-top-header .userinfo-selector .popup-content li.my-account {
          display: none; } }
  @media (min-width: 1200px) {
        .box-top-header .userinfo-selector .popup-content .dropdown-item {
          font-size: 11px;
          display: block;
          padding: 17px 15px;
          font-weight: 500;
          color: #666666;
          text-transform: uppercase; }
          .box-top-header .userinfo-selector .popup-content .dropdown-item:before {
            display: none; }
          .box-top-header .userinfo-selector .popup-content .dropdown-item span:not(.ap-total) {
            width: auto;
            display: inline-block; }
          .box-top-header .userinfo-selector .popup-content .dropdown-item:hover {
            background: transparent;
            color: #79c753; }
          .box-top-header .userinfo-selector .popup-content .dropdown-item span {
            white-space: nowrap; } }

.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; }
    @media (max-width: 991px) {
      .box-bottom-header .left-bottom-header {
        -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-bottom-header .left-bottom-header .ApMegamenu {
      width: 100%; }
  .box-bottom-header .center-bottom-header {
    -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: 991px) {
      .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;
        position: static; }
        .box-bottom-header .center-bottom-header .leo-megamenu .navbar-header {
          padding: 7px 0; } }
  .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 .logo {
    padding: 30px 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .box-bottom-header #cart-block .totals-cart, .box-bottom-header #cart-block .title-cart {
      display: none; } }
  .box-bottom-header #cart-block .cart-preview {
    padding-top: 5px;
    padding-bottom: 5px; }

body.layout-boxed-md .box-bottom-header #cart-block .totals-cart, body.layout-boxed-md .box-bottom-header #cart-block .title-cart {
  display: none; }

/*# sourceMappingURL=headerposition1491413718.css.map */
