/***************************************************
  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 
 */
/***********************************************************************/
#leo_search_block_top {
  margin: 0; }

.header-nav {
  background: #FFFFFF; }
  .header-nav .ApColumn a {
    color: #000000; }

.phone {
  padding-top: 3px; }
  .phone i {
    color: #1f1e21; }

p.shipping-header {
  display: flex;
  padding-top: 3px; }

.shipping-header i {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-size: 28px;
  font-weight: 100;
  line-height: 20px;
  margin-right: 10px;
  padding-top: 10px;
  color: #1f1e21; }
  .rtl .shipping-header i {
    margin-left: 10px;
    margin-right: inherit; }

span.free {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px; }

span.order {
  font-size: 12px;
  color: #777777;
  font-weight: 700;
  line-height: 18px; }

@media (min-width: 991px) {
  li:first-child a.nav-link.dropdown-toggle.has-category {
    padding-left: 0px; }
    .rtl li:first-child a.nav-link.dropdown-toggle.has-category {
      padding-right: 0px;
      padding-left: inherit; } }

.leo-megamenu .navbar-nav > li > a {
  color: #000000; }
  @media (max-width: 991px) {
    .leo-megamenu .navbar-nav > li > a {
      color: #FFFFFF; } }

.header-top {
  background: #FFFFFF; }

.header-nav {
  background: #FFFFFF;
  border-bottom: 1px solid #eaeaea; }

.infor {
  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;
  padding-top: 20px; }

.free_shipping:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #eaeaea;
  top: 0;
  left: 0px; }
  .rtl .free_shipping:before {
    right: 0px;
    left: auto; }

#leo_block_top i {
  font-size: 22px;
  font-weight: 300;
  color: #000000; }

.header-button-wishlist .ap-btn-wishlist {
  position: relative; }
  .header-button-wishlist .ap-btn-wishlist i {
    font-size: 22px;
    font-weight: 300;
    color: #000000;
    position: relative; }
  .header-button-wishlist .ap-btn-wishlist .ap-total {
    position: absolute;
    top: -14px;
    right: -10px;
    height: 20px;
    width: 20px;
    border: 1px solid #ff6900;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    color: #fff;
    background-color: #ff6900;
    font-size: 12px;
    font-weight: 700; }
    .rtl .header-button-wishlist .ap-btn-wishlist .ap-total {
      left: -10px;
      right: auto; }

#_desktop_cart .header {
  position: relative;
  padding-left: 22px; }
  .rtl #_desktop_cart .header {
    padding-right: 22px;
    padding-left: inherit; }
  @media (max-width: 1199px) {
    #_desktop_cart .header {
      padding-left: 14px; }
      .rtl #_desktop_cart .header {
        padding-right: 14px;
        padding-left: inherit; } }
  @media (max-width: 991px) {
    #_desktop_cart .header {
      padding-left: 6px; }
      .rtl #_desktop_cart .header {
        padding-right: 6px;
        padding-left: inherit; } }
  #_desktop_cart .header i {
    font-size: 22px;
    font-weight: 300;
    color: #000000;
    position: relative; }
  #_desktop_cart .header span.cart-products-count {
    position: absolute;
    top: -12px;
    right: 34px;
    height: 20px;
    width: 20px;
    border: 1px solid #ff6900;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    color: #FFFFFF;
    background-color: #ff6900;
    font-size: 12px;
    font-weight: 700; }
    .rtl #_desktop_cart .header span.cart-products-count {
      left: 34px;
      right: auto; }
  #_desktop_cart .header span.value {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    padding-left: 15px; }
    .rtl #_desktop_cart .header span.value {
      padding-right: 15px;
      padding-left: inherit; }
    @media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
      #_desktop_cart .header span.value {
        padding-left: 5px; }
        .rtl #_desktop_cart .header span.value {
          padding-right: 5px;
          padding-left: inherit; } }

@media (max-width: 991px) {
  #leo_search_block_top.active form {
    top: 175%; } }

.header-container {
  position: relative; }

.home2_search {
  position: static; }

@media (max-width: 991px) {
  #leo_search_block_top {
    margin: 0;
    position: absolute;
    bottom: 3px;
    left: 80px;
    z-index: 999; }
    .rtl #leo_search_block_top {
      right: 80px;
      left: auto; } }
@media (max-width: 991px) {
  #leo_search_block_top .title_block:before {
    color: black; } }
@media (max-width: 991px) {
  #leo_search_block_top .list-cate-wrapper {
    display: none; } }
@media (max-width: 991px) {
  #leo_search_block_top .block_content {
    padding: 0; } }

@media (max-width: 991px) {
  #leo_search_block_top.active form {
    width: 350px;
    top: 150%;
    left: -80px; }
    .rtl #leo_search_block_top.active form {
      right: -80px;
      left: auto; } }

@media (max-width: 991px) {
  .header-top .navbar-header .navbar-toggler {
    color: black; } }
@media (max-width: 991px) {
  .header-logo {
    text-align: center; } }

@media (max-width: 991px) {
  div#_desktop_cart {
    padding-right: 15px; }
    .rtl div#_desktop_cart {
      padding-left: 15px;
      padding-right: inherit; } }

.layerslider-wrapper {
  margin-bottom: 10px;
  padding: 0; }

.keep-header .header-top {
  border-bottom: 1px solid #eaeaea; }

.header-top .navbar-header .navbar-toggler {
  margin-top: 10px; }

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