/***************************************************
  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;
    padding: 13px 5px;
    color: #999999; }
    .top-right-header > div.block {
      margin-bottom: 0; }
  .top-right-header a:hover .material-icons {
    color: #adc99c; }
  .top-right-header .material-icons {
    font-size: 14px;
    color: #999999; }

#leo_block_top .popup-content .user-info {
  margin-top: 10px; }
#leo_block_top .setting {
  display: none; }
#leo_block_top.popup-over a.popup-title {
  padding: 28px 5px; }

.header_logo {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px; }

#cart-block .popup-title {
  padding: 31px 5px;
  position: relative; }
#cart-block .cart, #cart-block .cart-count-title {
  display: none; }
#cart-block .cart-products-count {
  background: #adc99c;
  border-radius: 100%;
  color: #FFFFFF;
  position: absolute;
  top: 12px;
  right: -5px;
  text-align: center;
  padding: 0 5px;
  line-height: 20px;
  width: 20px;
  height: 20px; }
  .rtl #cart-block .cart-products-count {
    left: -5px;
    right: auto; }

.search-widget span {
  display: none; }
.search-widget.popup-over a.popup-title {
  padding: 28px 5px; }
.search-widget.open .popup-title .close {
  top: 28px; }

@media (min-width: 768px) and (max-width: 991px) {
  .search-widget .popup-content {
    top: 0px; }
  .search-widget.open .popup-title .close {
    top: 13px; }

  #leo_block_top.popup-over a.popup-title, .search-widget.popup-over a.popup-title {
    padding: 10px 5px; } }
@media (min-width: 992px) {
  #leo_block_top .country {
    display: none; }

  .leo-megamenu .dropdown-menu .li a {
    padding: 0; }

  .search-widget .popup-content {
    top: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .leo-megamenu .navbar-nav > li > a {
    margin-right: 40px; }
    .rtl .leo-megamenu .navbar-nav > li > a {
      margin-left: 40px;
      margin-right: inherit; } }
@media (min-width: 768px) {
  .search-widget.open .popup-content {
    right: 25px; }
    .rtl .search-widget.open .popup-content {
      left: 25px;
      right: auto; } }
@media (max-width: 991px) {
  .header-top {
    margin-bottom: 25px; }

  .topnav-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;
    position: static; }

  #leo_block_top.popup-over a.popup-title, .search-widget.popup-over a.popup-title {
    padding: 12px 5px; }

  .search-widget .popup-content {
    top: 0px; }

  #cart-block .popup-title {
    padding: 13px 5px;
    position: relative; }
  #cart-block .cart-products-count {
    top: -2px; }

  .top-right-header {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }

/*# sourceMappingURL=headerposition1519245241.css.map */
