/***************************************************
  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 
 */
/***********************************************************************/
.box-top-header {
  position: relative; }
  @media (min-width: 768px) {
    .box-top-header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -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; } }
  .box-top-header > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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; }
  .box-top-header .left-top-header {
    -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; }
    @media (max-width: 767px) {
      .box-top-header .left-top-header {
        -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; } }
  .box-top-header .right-top-header {
    -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; }
    @media (max-width: 767px) {
      .box-top-header .right-top-header {
        -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; } }
    .box-top-header .right-top-header .popup-over:first-child .popup-content {
      right: auto;
      left: 0; }
      .rtl .box-top-header .right-top-header .popup-over:first-child .popup-content {
        right: 0;
        left: auto; }
  .box-top-header:before {
    content: '';
    margin: 0 -1000px;
    height: 1px;
    display: block !important;
    background: #e8e8e8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .box-top-header #cart-block .cart-preview {
    padding-top: 10px;
    padding-bottom: 10px; }
  @media (max-width: 360px) {
    .box-top-header #cart-block {
      position: static; }
      .box-top-header #cart-block .leo-dropdown-cart.defaultcart {
        left: 50% !important;
        right: auto !important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); } }

.box-logo {
  text-align: center; }
  .box-logo .logo {
    padding: 23px 0; }

.box-bottom-header > [class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -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; }
@media (max-width: 991px) {
  .box-bottom-header .group-bottom-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; } }

#leo-megamenu {
  display: inline-block; }

@media (min-width: 992px) {
  #header #search_widget {
    position: absolute;
    right: 15px;
    margin: auto;
    top: 0; }
    .rtl #header #search_widget {
      left: 15px;
      right: auto; } }
#header #search_widget .popup-title {
  display: block;
  height: 50px;
  line-height: 50px; }
#header #search_widget .dropdown-menu {
  right: 0;
  left: auto; }
  .rtl #header #search_widget .dropdown-menu {
    right: auto;
    left: 0; }
@media (min-width: 992px) {
  #header #leo_search_block_top {
    top: 0;
    margin: auto;
    position: absolute;
    right: 15px; }
    .rtl #header #leo_search_block_top {
      left: 15px;
      right: auto; } }

/*# sourceMappingURL=headerposition1483872420.css.map */
