/***************************************************
  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 
 */
/***********************************************************************/
.top-right-header, .icon-box-header {
  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;
  -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; }

.top-left-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -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; }

.top-center-header {
  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: 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; }

#header .ApColumn .block {
  margin-bottom: 0; }

.information {
  display: none; }

.apmarketplace-infor {
  margin: 0; }
  .apmarketplace-infor a {
    line-height: 44px; }
  .apmarketplace-infor .dropdown-menu {
    right: 0;
    left: auto;
    font-size: 14px; }
  .apmarketplace-infor .icon-shop {
    padding-right: 5px; }
    .rtl .apmarketplace-infor .icon-shop {
      padding-left: 5px;
      padding-right: inherit; }

.header-top {
  position: relative;
  border-top: 1px solid #d1d1d1; }
  .header-top .hoz-menu, .header-top .leo-megamenu {
    position: static; }

.ap-wishlist {
  position: relative;
  display: inline-block; }
  .ap-wishlist i {
    font-size: 30px;
    color: #333; }
  .ap-wishlist .ap-total {
    font-size: 12px;
    color: #fff;
    background: #1e8f85;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    line-height: 21px;
    text-align: center;
    right: -10px;
    left: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }

@media (min-width: 992px) {
  .icon-box-header {
    padding: 30px 0; } }

.header-nav .popup-over a.popup-title {
  padding: 13px 7px;
  line-height: 16px; }

.sale-box {
  padding: 14px 7px;
  line-height: 16px; }

.userinfo-selector {
  line-height: 30px;
  font-size: 30px;
  display: inline-block !important; }
  .userinfo-selector .icon-author:before {
    content: "\e912"; }
  .userinfo-selector i {
    color: #333; }
  @media (min-width: 768px) {
    .userinfo-selector .fa {
      display: none; } }

.leo-blockcart .left-side {
  display: block; }

.userinfo-selector, .ap-wishlist {
  margin-right: 15px; }
  .rtl .userinfo-selector, .rtl .ap-wishlist {
    margin-left: 15px;
    margin-right: inherit; }

.leo-blockcart .right-side {
  display: none; }

@media (max-width: 991px) {
  .header_logo {
    text-align: center;
    padding: 20px 0; }

  .ApMegamenu {
    padding: 30px 0; }

  .search-box {
    padding-left: 70px; }
    .rtl .search-box {
      padding-right: 70px;
      padding-left: inherit; }

  .header-top .row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .header-top .row .hoz-menu {
      order: 0; }
    .header-top .row .logo-box {
      order: 1; }
    .header-top .row .icon-box-header {
      order: 2; }

  .leo-blockcart .left-side {
    display: block; }

  #leo_search_block_top .list-cate-wrapper:before {
    top: 5px; }

  #leo_search_block_top .list-cate-wrapper .select-title i {
    top: 17px; } }
@media (max-width: 767px) {
  .leo-quicklogin-nav {
    height: 30px;
    line-height: 30px; }

  .userinfo-selector i, .ap-wishlist i, #_desktop_cart .cart-preview .shopping-cart {
    font-size: 22px; }

  .ApMegamenu .leo-verticalmenu .title_block:before {
    display: none; }

  .header_logo {
    padding-top: 30px;
    padding-bottom: 30px; } }
@media (max-width: 575px) {
  .header-top {
    padding-bottom: 45px; }

  .icon-box-header {
    position: static; }

  #leo_search_block_top {
    position: static; }
    #leo_search_block_top .title_block {
      display: none; }
    #leo_search_block_top #leosearchtopbox {
      opacity: 1;
      visibility: visible;
      left: 15px;
      right: 15px;
      top: 80%; } }
@media (max-width: 320px) {
  .userinfo-selector i, .ap-wishlist i, #_desktop_cart .cart-preview .shopping-cart {
    font-size: 20px; } }

/*# sourceMappingURL=headerposition3460252600.css.map */
