/***************************************************
  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; }

.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; }
  .top-right-header > div {
    display: inline-block;
    color: #999999; }
    .top-right-header > div.block {
      margin-bottom: 0; }
  .top-right-header .material-icons {
    font-size: 18px;
    color: #999999; }

#cart-block .popup-title {
  padding: 9px 5px;
  position: relative; }

.header_logo {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 26px; }

.search-widget.popup-over a.popup-title {
  padding: 10px 5px; }
.search-widget.open .popup-title .close {
  top: 10px; }
.search-widget .material-icons {
  line-height: 14px; }

#leo_block_top.popup-over a.popup-title {
  padding: 9px 5px; }

.userinfo-selector.popup-over a.popup-title {
  padding: 9px 5px; }
.userinfo-selector .user {
  line-height: 14px; }
.userinfo-selector .material-icons {
  font-size: 16px; }

@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) {
  #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: 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; }

  .search-widget form input[type=text] {
    padding: 11px 40px 0px 10px; }
  .search-widget form button[type=submit] {
    top: 11px; }

  #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; } }
@media (max-width: 991px) {
  .userinfo-selector {
    display: none !important; }

  #cart-block .cart, #cart-block .cart-count-title {
    display: none; }

  .header_logo {
    padding-top: 0; }

  .ApMegamenu {
    margin-bottom: 25px; }

  .top-right-header {
    position: relative;
    top: 95px;
    z-index: 99; }

  .search-widget a span {
    display: none; }
  .search-widget .popup-content {
    top: -4px; }

  #cart-block .popup-title {
    position: relative;
    padding: 11px 5px; }
  #cart-block .cart-products-count {
    background: #adc99c;
    border-radius: 100%;
    color: #FFFFFF;
    position: absolute;
    top: -5px;
    right: -2px;
    text-align: center;
    padding-top: 2px;
    width: 20px;
    height: 20px; }
    .rtl #cart-block .cart-products-count {
      left: -2px;
      right: auto; } }

/*# sourceMappingURL=headerposition1519240627.css.map */
