/***************************************************
  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-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; }

#cart-block .popup-title {
  padding: 10px 0px; }

.top-right-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; }

.userinfo-selector a.popup-title {
  padding: 10px 5px; }
.userinfo-selector .user {
  font-size: 14px; }

.leo-megamenu .navbar-nav > li > a > .menu-title:after {
  top: 48px; }

.search-widget.popup-over a.popup-title {
  padding: 10px 5px; }
.search-widget.open .popup-title .close {
  top: 10px; }
.search-widget .btn-search {
  line-height: 13px; }

.header_logo {
  padding-top: 25px;
  padding-bottom: 25px; }

#leo_block_top {
  padding: 2px 0px; }

@media (min-width: 992px) {
  #leo_block_top {
    display: none; }

  .leo-megamenu {
    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; }

  .ApMegamenu .leo-megamenu .dropdown:hover > .dropdown-menu {
    left: -180px; }
    .rtl .ApMegamenu .leo-megamenu .dropdown:hover > .dropdown-menu {
      right: -180px;
      left: auto; }
  .ApMegamenu .leo-megamenu .dropdown:first-child:hover .dropdown-menu {
    left: 0;
    right: auto; }
  .ApMegamenu .leo-megamenu .dropdown.third-item:hover .dropdown-menu {
    left: -420px; }
    .rtl .ApMegamenu .leo-megamenu .dropdown.third-item:hover .dropdown-menu {
      right: -420px;
      left: auto; }

  #cart-block .cart-products-count {
    position: relative;
    padding: 0 5px; }
    #cart-block .cart-products-count:before, #cart-block .cart-products-count:after {
      position: absolute;
      top: 2px;
      color: #999999; }
    #cart-block .cart-products-count:before {
      content: "(";
      left: 0;
      right: 0; }
    #cart-block .cart-products-count:after {
      content: ")";
      right: -5px; }
      .rtl #cart-block .cart-products-count:after {
        left: -5px;
        right: auto; }

  .search-widget form input[type=text] {
    padding: 11px 40px 0px 10px; }
  .search-widget form button[type=submit] {
    top: 11px; }

  .rtl .ApMegamenu .leo-megamenu .dropdown:hover > .dropdown-menu {
    right: -220px;
    left: auto; }
  .rtl .ApMegamenu .leo-megamenu .dropdown:first-child:hover .dropdown-menu {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .search-widget.open .popup-content {
    right: 25px; }
    .rtl .search-widget.open .popup-content {
      left: 25px;
      right: auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .leo-megamenu .navbar-nav > li > a {
    margin-right: 20px; }
    .rtl .leo-megamenu .navbar-nav > li > a {
      margin-left: 20px;
      margin-right: inherit; } }
@media (max-width: 991px) {
  .header-top {
    position: relative; }

  .userinfo-selector {
    display: none; }

  .search-widget span {
    display: none; }
  .search-widget .popup-content {
    top: -4px; }
  .search-widget.popup-over a.popup-title {
    padding: 10px 5px; }

  .ApMegamenu {
    margin-bottom: 25px; }

  #cart-block .shopping-cart {
    position: relative; }
  #cart-block .cart-products-count {
    background: #adc99c;
    border-radius: 100%;
    color: white;
    position: absolute;
    top: -6px;
    right: -5px;
    text-align: center;
    padding-top: 2px;
    width: 20px;
    height: 20px; }
    .rtl #cart-block .cart-products-count {
      left: -5px;
      right: auto; }
  #cart-block .cart, #cart-block .cart-count-title {
    display: none; }

  .header_logo {
    position: relative;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 37px; }

  .top-right-header {
    position: relative;
    z-index: 9;
    top: 110px; } }

/*# sourceMappingURL=headerposition1519221274.css.map */
