/***************************************************
  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 
 */
/***********************************************************************/
.bottomnav {
  color: #aaaaaa;
  background: #333333; }

.popup-over a.popup-title {
  color: #aaaaaa;
  display: inline-block; }
  .popup-over a.popup-title .icon {
    color: #FFFFFF;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 992px) {
    .popup-over a.popup-title .text-title {
      font-size: 15px;
      font-weight: 300;
      display: inline-block;
      text-transform: capitalize;
      vertical-align: top;
      margin: 0 2px 0 7px; }
      .rtl .popup-over a.popup-title .text-title {
        margin: 0 7px 0 2px; } }
  .popup-over a.popup-title .fa {
    font-size: 15px;
    display: inline-block; }
    .popup-over a.popup-title .fa:before {
      content: '\f2f2';
      font-family: "Material-Design-Iconic-Font"; }
  .popup-over a.popup-title:hover .icon {
    color: #1e5bf3; }
.popup-over:not(.search-widget) .dropdown-menu {
  right: 0;
  left: auto; }
  .rtl .popup-over:not(.search-widget) .dropdown-menu {
    right: auto;
    left: 0; }
  @media (max-width: 575px) {
    .popup-over:not(.search-widget) .dropdown-menu {
      right: auto;
      left: 0; }
      .rtl .popup-over:not(.search-widget) .dropdown-menu {
        right: 0;
        left: auto; } }

#cart-block {
  margin-left: 15px;
  padding-left: 30px;
  border-left: 1px solid #aaaaaa; }
  .rtl #cart-block {
    margin-right: 15px;
    margin-left: inherit; }
  .rtl #cart-block {
    padding-right: 30px;
    padding-left: inherit; }
  .rtl #cart-block {
    border-right: 1px solid #aaaaaa;
    border-left: inherit; }
  @media (max-width: 1199px) and (min-width: 992px) {
    #cart-block {
      margin-left: 5px;
      padding-left: 15px; }
      .rtl #cart-block {
        margin-right: 5px;
        margin-left: inherit; }
      .rtl #cart-block {
        padding-right: 15px;
        padding-left: inherit; }
      #cart-block .cart-count-title, #cart-block .totals-cart {
        display: none; } }
  @media (max-width: 991px) {
    #cart-block {
      margin-left: 5px;
      padding-left: 15px; }
      .rtl #cart-block {
        margin-right: 5px;
        margin-left: inherit; }
      .rtl #cart-block {
        padding-right: 15px;
        padding-left: inherit; }
      #cart-block .cart-count-title, #cart-block .totals-cart {
        display: none; } }
  @media (max-width: 575px) {
    #cart-block {
      margin-left: 0px; }
      .rtl #cart-block {
        margin-right: 0px;
        margin-left: inherit; } }
  #cart-block .cart-preview .icon:before {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-color: #a459d4;
    background-image: -moz-linear-gradient(45deg, #a459d4 0%, #3e51e1 100%);
    background-image: -webkit-linear-gradient(45deg, #a459d4 0%, #3e51e1 100%);
    background-image: -o-linear-gradient(45deg, #a459d4 0%, #3e51e1 100%);
    background-image: -ms-linear-gradient(45deg, #a459d4 0%, #3e51e1 100%);
    background-image: linear-gradient(45deg, #a459d4 0%, #3e51e1 100%); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      #cart-block .cart-preview .icon:before {
        color: #a459d4;
        background-color: transparent;
        background-image: -moz-linear-gradient(45deg, transparent 0%, transparent 100%);
        background-image: -webkit-linear-gradient(45deg, transparent 0%, transparent 100%);
        background-image: -o-linear-gradient(45deg, transparent 0%, transparent 100%);
        background-image: -ms-linear-gradient(45deg, transparent 0%, transparent 100%);
        background-image: linear-gradient(45deg, transparent 0%, transparent 100%); } }
  #cart-block .cart-preview {
    color: #FFFFFF; }
    #cart-block .cart-preview.active a {
      color: #FFFFFF; }
      #cart-block .cart-preview.active a:hover {
        color: #1e5bf3; }

.header-infor {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0; }
  .header-infor .email {
    position: relative; }
    .header-infor .email:before {
      color: #FFFFFF;
      content: '\f15a';
      font-size: 18px;
      display: inline-block;
      vertical-align: text-bottom;
      font-family: "Material-Design-Iconic-Font";
      margin-right: 10px; }
      .rtl .header-infor .email:before {
        margin-left: 10px;
        margin-right: inherit; }

.leo-megamenu .navbar-toggler {
  border-color: #222222;
  color: #222222; }
.leo-megamenu .navbar-nav > li > a {
  padding: 15px 0;
  color: #000000; }
  .leo-megamenu .navbar-nav > li > a:hover, .leo-megamenu .navbar-nav > li > a:focus, .leo-megamenu .navbar-nav > li > a:active {
    color: #1e5bf3; }
.leo-megamenu .navbar-nav > li.active > a {
  color: #1e5bf3; }

.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; }
  .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: 575px) {
      .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 .popup-over:last-child {
    margin-right: 0; }
    .rtl .box-top-header .popup-over:last-child {
      margin-left: 0;
      margin-right: inherit; }
    @media (max-width: 575px) {
      .box-top-header .popup-over:last-child .popup-content {
        right: 0;
        left: auto; }
        .rtl .box-top-header .popup-over:last-child .popup-content {
          right: auto;
          left: 0; } }
  @media (max-width: 575px) {
    .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%); } }

@media (min-width: 992px) {
  .box-bottom-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-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; }
.box-bottom-header .left-bottom-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-bottom-header .left-bottom-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-bottom-header .right-bottom-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; }
  @media (max-width: 991px) {
    .box-bottom-header .right-bottom-header {
      padding-bottom: 10px;
      -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; } }
.box-bottom-header #search_widget {
  top: 0;
  position: absolute;
  right: 0px; }
  .rtl .box-bottom-header #search_widget {
    left: 0px;
    right: auto; }
  @media (max-width: 991px) {
    .box-bottom-header #search_widget {
      right: 15px; }
      .rtl .box-bottom-header #search_widget {
        left: 15px;
        right: auto; } }
  .box-bottom-header #search_widget a.popup-title {
    color: #000000;
    padding: 15px 0; }
    @media (max-width: 991px) {
      .box-bottom-header #search_widget a.popup-title {
        padding: 12px 0; } }
.box-bottom-header .logo {
  padding: 40px 0; }
  @media (max-width: 991px) {
    .box-bottom-header .logo {
      padding: 30px 0; } }

.layout-boxed-md #cart-block {
  margin-left: 5px;
  padding-left: 15px; }
  .rtl .layout-boxed-md #cart-block {
    margin-right: 5px;
    margin-left: inherit; }
  .rtl .layout-boxed-md #cart-block {
    padding-right: 15px;
    padding-left: inherit; }
  .layout-boxed-md #cart-block .cart-count-title, .layout-boxed-md #cart-block .totals-cart {
    display: none; }

/*# sourceMappingURL=headerposition1490552618.css.map */
