/***************************************************
  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 {
  color: #b7b9bc;
  background: #363a42;
  border-bottom: 1px solid rgba(183, 185, 188, 0.5); }
  @media (min-width: 1500px) {
    .header-nav {
      padding-left: 145px;
      padding-right: 145px; } }

.header-top {
  background: #f7f7f7; }
  @media (min-width: 1500px) {
    .header-top {
      padding-left: 145px;
      padding-right: 145px; } }

.box-top-header {
  margin-left: 0px;
  margin-right: 0px;
  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; }
  .box-top-header .text-header {
    margin-left: 30px; }
    .rtl .box-top-header .text-header {
      margin-right: 30px;
      margin-left: inherit; }
    @media (max-width: 991px) {
      .box-top-header .text-header {
        display: none; } }
  @media (min-width: 768px) {
    .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; }
          .box-top-header .userinfo-selector .popup-content li.check-out {
            display: none; }
        .box-top-header .userinfo-selector .popup-content .dropdown-item {
          font-size: 12px;
          padding: 11px 15px;
          color: #b7b9bc; }
          .box-top-header .userinfo-selector .popup-content .dropdown-item:before {
            display: none !important; }
          .box-top-header .userinfo-selector .popup-content .dropdown-item:hover, .box-top-header .userinfo-selector .popup-content .dropdown-item:focus {
            background: transparent; }
          .box-top-header .userinfo-selector .popup-content .dropdown-item span {
            white-space: nowrap; }
      .box-top-header .userinfo-selector.logged .popup-content li.my-account {
        display: none; } }

.box-bottom-header {
  margin-left: 0px;
  margin-right: 0px;
  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; } }
  @media (max-width: 991px) {
    .box-bottom-header {
      padding-bottom: 10px; } }
  .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 .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: 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; } }
  .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: 20px 0; }
  @media (max-width: 360px) {
    .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; } }

.popup-over .popup-title {
  color: #e1e1e1; }

.search-widget .popup-title {
  color: #363a42; }

.popup-search .search-widget .popup-title:before, .popup-search .search-widget .popup-title:after {
  background: #FFFFFF; }
@media (min-width: 992px) {
  .popup-search .search-widget .popup-content {
    background: transparent;
    top: 100%;
    bottom: auto;
    right: 0px;
    left: auto; }
    .rtl .popup-search .search-widget .popup-content {
      right: auto;
      left: 0px; }
  .popup-search .search-widget form input[type=text] {
    color: #363a42;
    border-bottom-color: #363a42; }
    .popup-search .search-widget form input[type=text]::-webkit-input-placeholder {
      color: #363a42; }
    .popup-search .search-widget form input[type=text]::-moz-placeholder {
      color: #363a42; }
    .popup-search .search-widget form input[type=text]:-moz-placeholder {
      color: #363a42; }
    .popup-search .search-widget form input[type=text]:-ms-input-placeholder {
      color: #363a42; }
  .popup-search .search-widget form button[type=submit] {
    color: #363a42; }
    .popup-search .search-widget form button[type=submit]:hover {
      color: #fcc030; } }

.feature-single .ap-btn-wishlist,
.feature-single .ap-btn-compare {
  color: #363a42; }

@media (min-width: 768px) {
  .box-top-header .userinfo-selector .popup-content .dropdown-item {
    color: #e1e1e1; } }

#cart-block .cart-preview.active a {
  color: #363a42; }
#cart-block .header {
  color: #363a42; }

.leo-megamenu .navbar-toggler {
  color: #FFFFFF;
  border-color: #FFFFFF; }

@media (min-width: 992px) {
  #index #header:not(.navbar-fixed-top) {
    position: relative; }
    #index #header:not(.navbar-fixed-top) .header-container {
      position: absolute;
      top: 0;
      z-index: 999;
      left: 0;
      right: 0; }
    #index #header:not(.navbar-fixed-top) .header-nav {
      color: #e1e1e1;
      background: transparent;
      border-bottom: none; }
    #index #header:not(.navbar-fixed-top) .header-top {
      background: transparent; }

  .leo-megamenu .navbar-nav > li > a {
    color: #363a42; } }

/*# sourceMappingURL=headerposition1498506155.css.map */
