/***************************************************
  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: 1200px) {
  #header.navbar-fixed-top {
    width: calc(100% - 304px);
    left: 304px; }
    .rtl #header.navbar-fixed-top {
      right: 304px;
      left: auto; } }
@media (min-width: 1200px) {
  #header.navbar-fixed-top.mini-navbar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    #header.navbar-fixed-top.mini-navbar #cart-block {
      padding: 15px 0 15px 15px; }
      .rtl #header.navbar-fixed-top.mini-navbar #cart-block {
        padding: 15px 15px 15px 0; }
    #header.navbar-fixed-top.mini-navbar .popup-over.userinfo-selector .popup-title {
      padding: 15px 15px 15px 15px; }
      .rtl #header.navbar-fixed-top.mini-navbar .popup-over.userinfo-selector .popup-title {
        padding: 15px 15px 15px 15px; }
    #header.navbar-fixed-top.mini-navbar#header #search_widget {
      padding: 40px 0; }
    #header.navbar-fixed-top.mini-navbar .leo-megamenu .navbar-nav > li > a {
      padding: 30px 0; }
    #header.navbar-fixed-top.mini-navbar .logo {
      max-width: 100%; } }
@media (max-width: 1199px) {
  #header.navbar-fixed-top.mini-navbar .header-logo {
    padding: 13px 30px 13px 0; }
    .rtl #header.navbar-fixed-top.mini-navbar .header-logo {
      padding: 13px 0 13px 30px; } }

@media (min-width: 1200px) {
  body.layout-boxed-lg #header.navbar-fixed-top {
    width: 100%;
    left: 0; }
    .rtl body.layout-boxed-lg #header.navbar-fixed-top {
      right: 0;
      left: auto; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .header-logo {
    padding: 18px 30px 18px 0;
    float: left; }
    .rtl .header-logo {
      padding: 18px 0 18px 30px; }
    .rtl .header-logo {
      float: right; } }
@media (max-width: 991px) {
  .header-logo {
    text-align: center;
    padding: 15px 0; } }

.box-header {
  position: relative;
  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-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 (min-width: 992px) {
    .box-header .left-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-header .right-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;
    -webkit-box-orient: unset;
    -moz-box-orient: unset;
    box-orient: unset;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: unset;
    -moz-flex-direction: unset;
    flex-direction: unset;
    -ms-flex-direction: unset; }

.header-nav .block.ApRawHtml {
  margin-bottom: 0; }
  .header-nav .block.ApRawHtml .headerText {
    text-transform: uppercase;
    color: #999999; }
    .header-nav .block.ApRawHtml .headerText span {
      color: #67a840; }

@media (min-width: 1200px) {
  .sidebar-top {
    position: fixed;
    z-index: 888;
    background: #FFFFFF;
    width: 304px;
    height: 100%;
    text-align: center;
    top: 0;
    padding: 60px 30px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.07); }
    .rtl .sidebar-top {
      right: 0;
      left: auto; }
    [dir="rtl"] .sidebar-top {
      -moz-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.07);
      -webkit-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.07);
      -o-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.07);
      -ms-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.07);
      box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.07); }
    .sidebar-top .leo-megamenu {
      margin-top: 60px;
      padding-top: 40px;
      border-top: 1px solid #e5e5e5; }
      .sidebar-top .leo-megamenu .navbar-nav > li {
        position: relative;
        text-align: center !important;
        padding: 0 30px;
        cursor: pointer;
        float: none;
        width: 100%; }
        .sidebar-top .leo-megamenu .navbar-nav > li > a {
          font-size: 14px;
          color: #000000;
          padding: 25px 0;
          border-bottom: 1px solid #e5e5e5; }
          .sidebar-top .leo-megamenu .navbar-nav > li > a:hover {
            color: #67a840; } }
        @media (min-width: 1200px) and (min-width: 1900px) {
          .sidebar-top .leo-megamenu .navbar-nav > li > a {
            padding: 30px 0; } }
@media (min-width: 1200px) {
        .sidebar-top .leo-megamenu .navbar-nav > li .dropdown-menu {
          left: 100%;
          top: 0; }
          .rtl .sidebar-top .leo-megamenu .navbar-nav > li .dropdown-menu {
            right: 100%;
            left: auto; }
          .sidebar-top .leo-megamenu .navbar-nav > li .dropdown-menu.dropdown-sub {
            width: 900px; }
        .sidebar-top .leo-megamenu .navbar-nav > li:last-child > a {
          border: none; }
      .sidebar-top .leo-megamenu.disable-canvas {
        position: relative; }
    .sidebar-top .currency-selector, .sidebar-top .language-selector-wrapper {
      text-align: left;
      margin: 40px 10px 0 0; }
      .rtl .sidebar-top .currency-selector, .rtl .sidebar-top .language-selector-wrapper {
        text-align: right; }
      .rtl .sidebar-top .currency-selector, .rtl .sidebar-top .language-selector-wrapper {
        margin: 40px 0 0 10px; }
      .sidebar-top .currency-selector .popup-title, .sidebar-top .language-selector-wrapper .popup-title {
        padding: 16px 10px;
        min-width: 110px;
        border: 1px solid #e5e5e5; }
        .sidebar-top .currency-selector .popup-title i.icon-arrow-down, .sidebar-top .language-selector-wrapper .popup-title i.icon-arrow-down {
          position: absolute;
          bottom: 50%;
          right: 10px;
          -webkit-transform: translateY(50%);
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -o-transform: translateY(50%);
          transform: translateY(50%); }
          .rtl .sidebar-top .currency-selector .popup-title i.icon-arrow-down, .rtl .sidebar-top .language-selector-wrapper .popup-title i.icon-arrow-down {
            left: 10px;
            right: auto; }
      .sidebar-top .currency-selector .popup-content, .sidebar-top .language-selector-wrapper .popup-content {
        right: inherit;
        top: inherit;
        bottom: 100%;
        left: 0; }
        .rtl .sidebar-top .currency-selector .popup-content, .rtl .sidebar-top .language-selector-wrapper .popup-content {
          right: 0;
          left: auto; } }
@media (max-width: 991px) {
  .group-nav {
    padding: 0 15px; } }

@media (max-width: 991px) {
  .leo-megamenu {
    float: left; }
    .rtl .leo-megamenu {
      float: right; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .leo-megamenu {
    float: left; }
    .rtl .leo-megamenu {
      float: right; }
    .leo-megamenu .navbar-nav > li > a {
      padding: 30px 15px; }
    .leo-megamenu .navbar-nav > li:first-child > a {
      padding: 30px 15px 30px 0; }
      .rtl .leo-megamenu .navbar-nav > li:first-child > a {
        padding: 30px 0 30px 15px; } }
@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .leo-top-menu {
    left: 0;
    right: 0; } }

@media (max-width: 1199px) {
  .popup-over {
    float: right; }
    .rtl .popup-over {
      float: left; } }
.popup-over .popup-title {
  font-size: 16px;
  color: #000000;
  padding: 16px 0 16px 25px; }
  .rtl .popup-over .popup-title {
    padding: 16px 25px 16px 0; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .popup-over .popup-title {
      padding: 30px 0 30px 25px; }
      .rtl .popup-over .popup-title {
        padding: 30px 25px 30px 0; } }
  @media (max-width: 767px) {
    .popup-over .popup-title {
      padding: 16px 0 16px 15px; }
      .rtl .popup-over .popup-title {
        padding: 16px 15px 16px 0; } }
.popup-over .popup-content {
  left: inherit;
  right: 0; }
  .rtl .popup-over .popup-content {
    left: 0;
    right: auto; }
.popup-over.userinfo-selector .popup-title {
  position: relative;
  color: #FFFFFF;
  padding: 15px 15px 15px 15px; }
  .rtl .popup-over.userinfo-selector .popup-title {
    padding: 15px 15px 15px 15px; }
  .popup-over.userinfo-selector .popup-title:hover {
    color: #67a840; }
  .popup-over.userinfo-selector .popup-title .user_title, .popup-over.userinfo-selector .popup-title .icon-arrow-down {
    display: none; }
  .popup-over.userinfo-selector .popup-title:after {
    content: "";
    position: absolute;
    background: #333;
    width: 1px;
    height: 16px;
    bottom: 50%;
    top: auto;
    right: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
    .rtl .popup-over.userinfo-selector .popup-title:after {
      left: 0;
      right: auto; }

/** SEARCH **/
@media (min-width: 1200px) {
  #header #search_widget {
    padding: 40px 0;
    float: none;
    width: 100%; }
    #header #search_widget .block-form {
      position: relative;
      z-index: 999;
      background: transparent;
      height: auto;
      left: inherit;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
    #header #search_widget .search-caption {
      display: none; }
    #header #search_widget .form-search {
      position: relative;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      left: inherit;
      top: inherit;
      width: 100%;
      max-width: 240px;
      margin: 0; }
      #header #search_widget .form-search .search_query {
        height: 50px;
        border: 1px solid #000000;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        padding: 0 40px 0 12px; }
        .rtl #header #search_widget .form-search .search_query {
          padding: 0 12px 0 40px; }
        #header #search_widget .form-search .search_query::-webkit-input-placeholder {
          color: #666666;
          opacity: 1; }
        #header #search_widget .form-search .search_query::-moz-placeholder {
          color: #666666;
          opacity: 1; }
        #header #search_widget .form-search .search_query:-moz-placeholder {
          color: #666666;
          opacity: 1; }
        #header #search_widget .form-search .search_query:-ms-input-placeholder {
          color: #666666;
          opacity: 1; }
      #header #search_widget .form-search .search-button {
        height: 50px;
        width: 40px;
        color: #000000;
        right: 0; }
        .rtl #header #search_widget .form-search .search-button {
          left: 0;
          right: auto; }
        #header #search_widget .form-search .search-button i {
          font-size: 16px; }
        #header #search_widget .form-search .search-button:hover {
          color: #67a840; }
  #header #click_show_search {
    display: none; } }
@media (max-width: 1199px) and (min-width: 992px) {
  #header #search_widget {
    padding: 30px 17px; } }
@media (max-width: 991px) {
  #header #search_widget {
    padding: 15px 0 15px 25px; }
    .rtl #header #search_widget {
      padding: 15px 25px 15px 0; } }
#header #search_widget:before {
  display: none; }
#header #click_show_search {
  color: #000000; }
  #header #click_show_search:hover {
    color: #67a840; }

/** CART **/
#cart-block {
  padding: 15px 0 15px 15px; }
  .rtl #cart-block {
    padding: 15px 15px 15px 0; }
  #cart-block .cart-preview .header {
    display: inline-block;
    color: #FFFFFF; }
    #cart-block .cart-preview .header a {
      color: #FFFFFF; }
  #cart-block .cart-preview .cart-quantity {
    display: inline-block;
    vertical-align: top; }

/* Skin */
@media (min-width: 1200px) {
  .blue .sidebar-top .leo-megamenu .navbar-nav > li > a:hover {
    color: #6AAFE6; } }
.blue .header-nav .block.ApRawHtml .headerText span {
  color: #6AAFE6; }
.blue .popup-over.userinfo-selector .popup-title:hover {
  color: #6AAFE6; }

@media (min-width: 1200px) {
  .deeppink .sidebar-top .leo-megamenu .navbar-nav > li > a:hover {
    color: #FF1493; } }
.deeppink .header-nav .block.ApRawHtml .headerText span {
  color: #FF1493; }
.deeppink .popup-over.userinfo-selector .popup-title:hover {
  color: #FF1493; }

@media (min-width: 1200px) {
  .green .sidebar-top .leo-megamenu .navbar-nav > li > a:hover {
    color: #8bc43f; } }
.green .header-nav .block.ApRawHtml .headerText span {
  color: #8bc43f; }
.green .popup-over.userinfo-selector .popup-title:hover {
  color: #8bc43f; }

@media (min-width: 1200px) {
  .lime .sidebar-top .leo-megamenu .navbar-nav > li > a:hover {
    color: #41A317; } }
.lime .header-nav .block.ApRawHtml .headerText span {
  color: #41A317; }
.lime .popup-over.userinfo-selector .popup-title:hover {
  color: #41A317; }

@media (min-width: 1200px) {
  .olive .sidebar-top .leo-megamenu .navbar-nav > li > a:hover {
    color: #808000; } }
.olive .header-nav .block.ApRawHtml .headerText span {
  color: #808000; }
.olive .popup-over.userinfo-selector .popup-title:hover {
  color: #808000; }

@media (min-width: 1200px) {
  .purple .sidebar-top .leo-megamenu .navbar-nav > li > a:hover {
    color: #8A2CB1; } }
.purple .header-nav .block.ApRawHtml .headerText span {
  color: #8A2CB1; }
.purple .popup-over.userinfo-selector .popup-title:hover {
  color: #8A2CB1; }

@media (min-width: 1200px) {
  .yellow .sidebar-top .leo-megamenu .navbar-nav > li > a:hover {
    color: #edb42c; } }
.yellow .header-nav .block.ApRawHtml .headerText span {
  color: #edb42c; }
.yellow .popup-over.userinfo-selector .popup-title:hover {
  color: #edb42c; }

/*# sourceMappingURL=headerposition1524975883.css.map */
