/***************************************************
  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 
 */
/***********************************************************************/
@media (min-width: 992px) {
  #index #header:not(.navbar-fixed-top) {
    position: relative; }
    #index #header:not(.navbar-fixed-top) .header-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999; } }
.box-top-header {
  position: relative; }
  @media (min-width: 992px) {
    .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; } }
  @media (max-width: 991px) {
    .box-top-header {
      padding-bottom: 10px; } }
  .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: 991px) {
      .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 .left-top-header .logo {
      padding: 30px 0; }
  .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: 991px) {
      .box-top-header .right-top-header {
        margin-top: 3px;
        margin-bottom: 3px; } }
    .box-top-header .right-top-header .popup-over:not(.search-widget) {
      margin: 0px 0px 0px 0px; }
      .rtl .box-top-header .right-top-header .popup-over:not(.search-widget) {
        margin: 0px 0px 0px 0px; }
      .box-top-header .right-top-header .popup-over:not(.search-widget) .popup-title {
        border-style: solid;
        border-color: #e1e1e1;
        margin: 5px 0;
        padding: 5px 10px 5px 10px;
        border-width: 0px 0px 0px 1px; }
        .rtl .box-top-header .right-top-header .popup-over:not(.search-widget) .popup-title {
          padding: 5px 10px 5px 10px; }
        .rtl .box-top-header .right-top-header .popup-over:not(.search-widget) .popup-title {
          border-width: 0px 1px 0px 0px; }
      .box-top-header .right-top-header .popup-over:not(.search-widget) + .popup-over .popup-content {
        right: 0px;
        left: auto; }
        .rtl .box-top-header .right-top-header .popup-over:not(.search-widget) + .popup-over .popup-content {
          right: auto;
          left: 0px; }
      .box-top-header .right-top-header .popup-over:not(.search-widget) .popup-content {
        right: -1px;
        left: auto; }
        .rtl .box-top-header .right-top-header .popup-over:not(.search-widget) .popup-content {
          right: auto;
          left: -1px; }
    .box-top-header .right-top-header #cart-block {
      margin-left: 0px; }
      .rtl .box-top-header .right-top-header #cart-block {
        margin-right: 0px;
        margin-left: inherit; }
    @media (max-width: 991px) {
      .box-top-header .right-top-header .leo-megamenu .navbar-header {
        position: absolute;
        top: 0;
        z-index: 99;
        left: 9px; }
        .rtl .box-top-header .right-top-header .leo-megamenu .navbar-header {
          right: 9px;
          left: auto; } }

#header #search_widget .popup-title {
  margin: 0px 0px 0px 0px; }
  .rtl #header #search_widget .popup-title {
    margin: 0px 0px 0px 0px; }
#header #search_widget .popup-content {
  top: 100%;
  border: none;
  bottom: auto;
  right: 0;
  left: auto;
  padding: 0px 40px 0px 15px;
  -moz-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  -o-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  -ms-box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35);
  box-shadow: 0px 4px 15px 0px rgba(102, 102, 102, 0.35); }
  .rtl #header #search_widget .popup-content {
    right: auto;
    left: 0; }
  .rtl #header #search_widget .popup-content {
    padding: 0px 15px 0px 40px; }
#header #search_widget.open .popup-title .search {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px); }
#header #search_widget form button[type=submit] {
  right: 12px; }
  .rtl #header #search_widget form button[type=submit] {
    left: 12px;
    right: auto; }
@media (min-width: 992px) {
  #header #search_widget {
    margin-left: 30px; }
    .rtl #header #search_widget {
      margin-right: 30px;
      margin-left: inherit; } }
@media (max-width: 479px) {
  #header #search_widget {
    position: static; }
    #header #search_widget .popup-content {
      width: auto;
      right: 9px;
      left: 9px; }
      .rtl #header #search_widget .popup-content {
        right: 9px;
        left: 9px; } }
#header #search_widget .popup-title {
  width: 33px; }

/*# sourceMappingURL=headerposition1498470407.css.map */
