/***************************************************
  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 4 ***************/
/* header-top */
.header-top {
  position: relative;
  z-index: 104; }

@media (max-width: 1199px) and (min-width: 992px) {
  .box-header-4 .box-headercontent {
    display: flex;
    flex-wrap: wrap; } }
.box-header-4 .col-logo {
  margin-top: 25px; }
  @media (max-width: 767px) {
    .box-header-4 .col-logo {
      margin-top: 20px;
      text-align: center; } }
  @media (max-width: 320px) {
    .box-header-4 .col-logo {
      margin-top: 23px; } }

.page-index .box-header-4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 50px; }
  @media (max-width: 991px) {
    .page-index .box-header-4 {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .page-index .box-header-4 {
      position: inherit; } }
.page-index #header.navbar-fixed-top.mini-navbar .box-header-4 {
  position: unset; }

@media (min-width: 992px) {
  .col-center {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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; } }
.col-center .popup-over a.popup-title,
.col-center .button-list .ap-btn-wishlist,
.col-center #cart-block .header,
.col-center #leo_search_block_top #show_search,
.col-center .menu-bar {
  min-width: 30px;
  text-align: center;
  height: 100px;
  line-height: 100px;
  display: block;
  position: relative;
  margin-left: 10px; }
  .rtl .col-center .popup-over a.popup-title, .rtl
  .col-center .button-list .ap-btn-wishlist, .rtl
  .col-center #cart-block .header, .rtl
  .col-center #leo_search_block_top #show_search, .rtl
  .col-center .menu-bar {
    margin-right: 10px;
    margin-left: inherit; }
  @media (max-width: 1024px) {
    .col-center .popup-over a.popup-title,
    .col-center .button-list .ap-btn-wishlist,
    .col-center #cart-block .header,
    .col-center #leo_search_block_top #show_search,
    .col-center .menu-bar {
      margin-left: 5px; }
      .rtl .col-center .popup-over a.popup-title, .rtl
      .col-center .button-list .ap-btn-wishlist, .rtl
      .col-center #cart-block .header, .rtl
      .col-center #leo_search_block_top #show_search, .rtl
      .col-center .menu-bar {
        margin-right: 5px;
        margin-left: inherit; } }

.leo-megamenu {
  margin-right: 80px; }
  .rtl .leo-megamenu {
    margin-left: 80px;
    margin-right: inherit; }
  @media (max-width: 1700px) {
    .leo-megamenu {
      margin-right: 20px; }
      .rtl .leo-megamenu {
        margin-left: 20px;
        margin-right: inherit; } }
  @media (max-width: 1024px) {
    .leo-megamenu {
      margin-right: 60px;
      float: left; }
      .rtl .leo-megamenu {
        margin-left: 60px;
        margin-right: inherit; }
      .rtl .leo-megamenu {
        float: right; } }
  .leo-megamenu .navbar-toggler {
    border: none; }
    @media (max-width: 991px) {
      .leo-megamenu .navbar-toggler {
        width: 30px;
        margin-top: 26px;
        text-align: left; }
        .rtl .leo-megamenu .navbar-toggler {
          text-align: right; } }
  .leo-megamenu .navbar-nav > li {
    float: none;
    display: inline-block; }
    .leo-megamenu .navbar-nav > li > a {
      padding: 37px 20px 38px; }
      @media (max-width: 1366px) {
        .leo-megamenu .navbar-nav > li > a {
          padding: 37px 12px 38px; } }

#cart-block .cart-preview .cart-quantity {
  top: 36px; }

/** SEARCH **/
@media (min-width: 1366px) {
  #header #search_widget {
    position: absolute;
    padding: 0;
    margin-top: 18px;
    min-width: 340px;
    left: 0; }
    .rtl #header #search_widget {
      right: 0;
      left: auto; }
    #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%;
      max-width: 450px;
      margin: 0 auto;
      padding: 0 20px;
      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; }
      #header #search_widget .form-search .search-button {
        height: 50px;
        width: 40px;
        bottom: 0;
        right: 20px; }
        .rtl #header #search_widget .form-search .search-button {
          left: 20px;
          right: auto; }
        #header #search_widget .form-search .search-button i {
          font-size: 16px; } }
#header #search_widget #click_show_search {
  display: none; }
@media (max-width: 1365px) {
  #header #search_widget {
    padding: 37px 2px 38px 2px;
    position: absolute;
    left: 0; }
    .rtl #header #search_widget {
      right: 0;
      left: auto; }
    #header #search_widget #click_show_search {
      display: block; } }
@media (max-width: 1024px) {
  #header #search_widget {
    right: 135px; }
    .rtl #header #search_widget {
      left: 135px;
      right: auto; } }
#header #click_show_search {
  color: #4a5560; }
  #header #click_show_search:hover {
    color: #396cf2; }

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