/***************************************************
  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 
 */
/***********************************************************************/
/* Header 1 */
.bottomnav .inner {
  border-top: 5px #000000 solid;
  border-bottom: 1px #e4e4e4 solid; }

.header_logo {
  text-align: center;
  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; }
  .header_logo a {
    display: inline-block; }
  @media (max-width: 575px) {
    .header_logo {
      min-height: 161px; } }

.leo-megamenu {
  border-top: 1px #e4e4e4 solid;
  border-bottom: 2px #000000 solid; }
  @media (max-width: 991px) {
    .leo-megamenu.navbar {
      padding: 5px 0; } }
  @media (min-width: 992px) {
    .leo-megamenu .navbar-nav > li > a {
      border-right: 1px transparent solid;
      border-left: 1px transparent solid; }
    .leo-megamenu .navbar-nav > li.active > a, .leo-megamenu .navbar-nav > li:hover > a, .leo-megamenu .navbar-nav > li:focus > a {
      border-right: 1px #e4e4e4 solid;
      border-left: 1px #e4e4e4 solid; } }

.leo-top-menu {
  text-align: center; }
  .leo-top-menu .horizontal {
    vertical-align: top; }
    @media (min-width: 992px) {
      .leo-top-menu .horizontal {
        display: inline-block; } }

@media (max-width: 575px) {
  #_desktop_cart {
    position: absolute;
    right: 15px;
    top: 211px;
    z-index: 9; }
    .rtl #_desktop_cart {
      left: 15px;
      right: auto; } }

/*# sourceMappingURL=headerposition1489154417.css.map */
