/***************************************************
  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 
 */
/***********************************************************************/
.topnav {
  color: #aaaaaa;
  background: #333333; }

.bottomnav {
  background: rgba(51, 51, 51, 0.3); }

.header-top {
  background: #333333; }

.navbar-fixed-top {
  background: #000000 url(../../img/bg-home.png) center top; }

.popup-over a.popup-title {
  color: #aaaaaa;
  display: inline-block; }
  .popup-over a.popup-title .icon {
    color: #FFFFFF;
    font-size: 18px; }
  @media (min-width: 992px) {
    .popup-over a.popup-title .text-title {
      font-size: 15px;
      font-weight: 300;
      display: inline-block;
      text-transform: capitalize;
      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 .dropdown-menu {
  right: 0;
  left: auto; }
  .rtl .popup-over .dropdown-menu {
    right: auto;
    left: 0; }

.header-infor {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0px; }
  @media (max-width: 479px) {
    .header-infor {
      display: none; } }
  .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; }

.feature-single {
  margin-right: 15px; }
  .rtl .feature-single {
    margin-left: 15px;
    margin-right: inherit; }
  .feature-single a {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 46px;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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%); }
    .feature-single a:before {
      content: "\E87D";
      font-family: "Material Icons";
      position: absolute;
      left: 2px;
      top: 2px;
      right: 2px;
      bottom: 2px;
      z-index: 9;
      text-indent: 0px;
      font-size: 20px;
      display: block;
      color: #FFFFFF;
      font-weight: bold;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .feature-single a:after {
      content: '';
      position: absolute;
      left: 2px;
      top: 2px;
      right: 2px;
      bottom: 2px;
      z-index: 8;
      background: #1d1d1d;
      border-radius: 50%; }
    @media (min-width: 992px) {
      .feature-single a:hover:after {
        background: transparent; } }

.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; }
  .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 (min-width: 992px) {
  .box-middle-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-middle-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; }
@media (max-width: 991px) {
  .box-middle-header {
    padding-bottom: 10px; } }
.box-middle-header .left-middle-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-middle-header .left-middle-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-middle-header .center-middle-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-middle-header .center-middle-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-middle-header .right-middle-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; }
.box-middle-header .logo {
  padding: 37px 0 27px; }
@media (min-width: 576px) {
  .box-middle-header #search_widget {
    margin: 0;
    width: 100%;
    padding: 0; } }
.box-middle-header #search_widget a.popup-title {
  color: #FFFFFF;
  padding: 14px 0px; }
  @media (min-width: 576px) {
    .box-middle-header #search_widget a.popup-title {
      display: none; } }
@media (min-width: 576px) {
  .box-middle-header #search_widget .popup-content {
    position: static;
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
  .box-middle-header #search_widget form {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .box-middle-header #search_widget form input[type=text] {
      width: 100%;
      color: #999999;
      max-width: inherit;
      border: 1px solid rgba(255, 255, 255, 0.2);
      background: transparent;
      padding: 6px 50px 6px 20px;
      border-radius: 50px; }
      .rtl .box-middle-header #search_widget form input[type=text] {
        padding: 6px 20px 6px 50px; }
      .box-middle-header #search_widget form input[type=text]:focus {
        -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); }
      .box-middle-header #search_widget form input[type=text]::-webkit-input-placeholder {
        color: #999999; }
      .box-middle-header #search_widget form input[type=text]::-moz-placeholder {
        color: #999999; }
      .box-middle-header #search_widget form input[type=text]:-moz-placeholder {
        color: #999999; }
      .box-middle-header #search_widget form input[type=text]:-ms-input-placeholder {
        color: #999999; }
    .box-middle-header #search_widget form button[type=submit] {
      width: 50px;
      color: #FFFFFF; } }
@media (max-width: 575px) {
  .box-middle-header #search_widget .dropdown-menu {
    right: auto;
    left: 0; }
    .rtl .box-middle-header #search_widget .dropdown-menu {
      right: 0;
      left: auto; } }
.box-middle-header #cart-block {
  border: none;
  margin-left: 0;
  padding-left: 0; }
  .rtl .box-middle-header #cart-block {
    margin-right: 0;
    margin-left: inherit; }
  .rtl .box-middle-header #cart-block {
    padding-right: 0;
    padding-left: inherit; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box-middle-header #cart-block .cart-count-title, .box-middle-header #cart-block .totals-cart {
      display: none; } }
  @media (max-width: 991px) {
    .box-middle-header #cart-block .cart-count-title, .box-middle-header #cart-block .totals-cart {
      display: none; } }
  .box-middle-header #cart-block .cart-products-count {
    font-weight: bold; }
  .box-middle-header #cart-block .cart-preview {
    color: #FFFFFF; }
    .box-middle-header #cart-block .cart-preview .icon {
      color: #FFFFFF; }
      .box-middle-header #cart-block .cart-preview .icon:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: block;
        text-align: center;
        border-radius: 50%;
        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%); }
    .box-middle-header #cart-block .cart-preview.active a {
      color: #FFFFFF; }
      .box-middle-header #cart-block .cart-preview.active a:hover {
        color: #1e5bf3; }

.box-bottom-header .group-menu {
  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-menu {
      padding-top: 10px;
      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 .leo-megamenu .navbar-toggler {
  border-color: #FFFFFF;
  color: #FFFFFF; }
.box-bottom-header .leo-megamenu .navbar-nav > li > a {
  padding: 15px 0; }
  @media (min-width: 992px) {
    .box-bottom-header .leo-megamenu .navbar-nav > li > a {
      color: #FFFFFF; } }
  .box-bottom-header .leo-megamenu .navbar-nav > li > a:hover, .box-bottom-header .leo-megamenu .navbar-nav > li > a:focus, .box-bottom-header .leo-megamenu .navbar-nav > li > a:active {
    color: #1e5bf3; }
.box-bottom-header .leo-megamenu .navbar-nav > li.active > a {
  color: #1e5bf3; }

.layout-boxed-md #cart-block .cart-count-title, .layout-boxed-md #cart-block .totals-cart {
  display: none; }

body.layout-boxed-lg, body.layout-boxed-md {
  background: transparent; }
  body.layout-boxed-lg #page, body.layout-boxed-md #page {
    background: transparent; }

/*# sourceMappingURL=headerposition1490545340.css.map */
