/***************************************************
  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 
 */
/*$app-image-path:     "../../../../../img/modules/appagebuilder/img/"!default; 
$menu-image-path:    "../../../../../img/modules/leobootstrapmenu/img/"!default;
$slide-image-path:   "../../../../../img/modules/leoslideshow/img/"!default;
$login-image-path:   "../../../../../img/modules/leoquicklogin/img/"!default;*/
/***********************************************************************/
/************** Header home 6 ***************/
@media (max-width: 991px) {
  .col-search {
    order: 2; } }

.col-logo {
  text-align: center; }
  @media (max-width: 991px) {
    .col-logo {
      order: 1;
      text-align: left; }
      .rtl .col-logo {
        text-align: right; } }

@media (max-width: 991px) {
  .col-info {
    order: 3; } }

.box-header-top {
  padding: 45px 0; }
  @media (max-width: 991px) {
    .box-header-top {
      padding: 20px 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.box-header-bottom {
  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; }
  .box-header-bottom > [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-header-bottom .ApMegamenu {
    width: 100%; }

.popup-over .popup-title {
  color: #c0c9d2; }
  .popup-over .popup-title:hover {
    color: #FFFFFF; }

#cart-block .cart-preview .header {
  color: #c0c9d2; }
#cart-block .cart-preview .cart-quantity {
  background-color: #4a5560; }

@media (max-width: 640px) {
  .topnav-left > div.email:after {
    display: inline-block; } }
@media (max-width: 640px) {
  .topnav-left > div.time-open {
    display: inline-block; } }
@media (max-width: 320px) {
  .topnav-left > div.time-open label {
    display: none; } }

/* menu */
.leo-megamenu .navbar-nav {
  text-align: center; }
  .leo-megamenu .navbar-nav > li {
    float: none;
    display: inline-block; }
    .leo-megamenu .navbar-nav > li > a {
      padding: 14px 15px 13px; }
.leo-megamenu .navbar-header {
  text-align: right; }
  .rtl .leo-megamenu .navbar-header {
    text-align: left; }
.leo-megamenu .navbar-toggler {
  border: none;
  border-radius: 0;
  text-align: right; }
  .rtl .leo-megamenu .navbar-toggler {
    text-align: left; }
  .leo-megamenu .navbar-toggler:before {
    content: "\e908"; }

.ApColumn .leo-verticalmenu .title_block {
  background-color: transparent;
  color: #4a5560;
  padding: 18px 20px 18px 60px; }
  .rtl .ApColumn .leo-verticalmenu .title_block {
    padding: 18px 60px 18px 20px; }
  .ApColumn .leo-verticalmenu .title_block:before {
    bottom: 0;
    width: 50px;
    line-height: 52px;
    text-align: center;
    background-color: #f4f5fd;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .rtl .ApColumn .leo-verticalmenu .title_block:before {
      right: 0;
      left: auto; }

/** SEARCH **/
@media (min-width: 992px) {
  #header #search_widget {
    position: absolute;
    padding: 0;
    width: 87%;
    max-width: 240px; }
    #header #search_widget .block-form {
      position: relative;
      z-index: 999;
      background: transparent;
      height: auto;
      left: inherit;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
      #header #search_widget .block-form.active {
        top: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; }
    #header #search_widget .search-caption {
      display: none; }
    #header #search_widget .form-search {
      position: relative;
      left: inherit;
      top: inherit;
      width: 100%;
      margin: 0 auto;
      padding: 0;
      border-bottom: 1px solid rgba(192, 201, 210, 0.5);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
      #header #search_widget .form-search .search_query {
        height: 50px;
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        color: #c0c9d2; }
        #header #search_widget .form-search .search_query::placeholder {
          color: #c0c9d2; }
        #header #search_widget .form-search .search_query:-ms-input-placeholder {
          color: #c0c9d2; }
        #header #search_widget .form-search .search_query::-ms-input-placeholder {
          color: #c0c9d2; }
      #header #search_widget .form-search .search-button {
        height: 50px;
        width: 40px;
        bottom: 0;
        color: #c0c9d2;
        right: 0;
        text-align: right; }
        .rtl #header #search_widget .form-search .search-button {
          left: 0;
          right: auto; }
        .rtl #header #search_widget .form-search .search-button {
          text-align: left; }
        #header #search_widget .form-search .search-button i {
          font-size: 16px; }
        #header #search_widget .form-search .search-button:hover {
          color: #FFFFFF; } }
@media (min-width: 1366px) {
  #header #search_widget {
    width: 100%; } }
#header #search_widget #click_show_search {
  display: none; }
@media (max-width: 991px) {
  #header #search_widget {
    position: absolute;
    left: inherit;
    right: 0;
    padding: 12px 0 0 0; }
    #header #search_widget #click_show_search {
      display: block; } }
@media (max-width: 812px) {
  #header #search_widget {
    right: 10px; }
    .rtl #header #search_widget {
      left: 10px;
      right: auto; } }
@media (max-width: 320px) {
  #header #search_widget {
    right: 28px; }
    .rtl #header #search_widget {
      left: 28px;
      right: auto; } }
#header #click_show_search {
  color: #c0c9d2; }
  #header #click_show_search:hover {
    color: #396cf2; }

/* Skin */

/*# sourceMappingURL=headerposition3239610778.css.map */
