/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	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 {
  border-top: 5px solid #000000; }

.bottomnav {
  border-top: 1px solid #eeeeee; }

.header-top {
  background: #5d5d5d;
  background: -moz-linear-gradient(to bottom, #5d5d5d 0%, #3c3c3c 100%);
  background: -webkit-linear-gradient(to bottom, #5d5d5d 0%, #3c3c3c 100%);
  background: -o-linear-gradient(to bottom, #5d5d5d 0%, #3c3c3c 100%);
  background: -ms-linear-gradient(to bottom, #5d5d5d 0%, #3c3c3c 100%);
  background: linear-gradient(to bottom, #5d5d5d 0%, #3c3c3c 100%); }

.sticky-menu-active .header-top {
  background: #5d5d5d;
  background: -moz-linear-gradient(to bottom, #5d5d5d 0%, #3c3c3c 100%);
  background: -webkit-linear-gradient(to bottom, #5d5d5d 0%, #3c3c3c 100%);
  background: -o-linear-gradient(to bottom, #5d5d5d 0%, #3c3c3c 100%);
  background: -ms-linear-gradient(to bottom, #5d5d5d 0%, #3c3c3c 100%);
  background: linear-gradient(to bottom, #5d5d5d 0%, #3c3c3c 100%); }

.popup-over:not(.search-widget) {
  padding: 11px 0px 11px 0px; }
  .rtl .popup-over:not(.search-widget) {
    padding: 11px 0px 11px 0px; }
  .popup-over:not(.search-widget) .popup-title:before {
    content: '';
    top: 50%;
    width: 1px;
    height: 12px;
    position: absolute;
    background: #cccccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (min-width: 576px) {
    .popup-over:not(.search-widget) .popup-title .icon-arrow-down:before {
      content: "\ea6d"; } }
  .popup-over:not(.search-widget) .popup-content {
    border-radius: 0px; }
    .popup-over:not(.search-widget) .popup-content:before {
      display: none; }
.popup-over.language-selector-wrapper .popup-title .flag {
  display: none; }
.popup-over.userinfo-selector .popup-content li.sign-in-popup, .popup-over.userinfo-selector .popup-content li.sign-out-popup {
  margin: 10px -15px -10px;
  border-top: 1px solid #eaeaea; }
  .popup-over.userinfo-selector .popup-content li.sign-in-popup .dropdown-item, .popup-over.userinfo-selector .popup-content li.sign-out-popup .dropdown-item {
    padding: 6px 15px;
    text-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; }
    .popup-over.userinfo-selector .popup-content li.sign-in-popup .dropdown-item .icon, .popup-over.userinfo-selector .popup-content li.sign-out-popup .dropdown-item .icon {
      display: none; }
    .popup-over.userinfo-selector .popup-content li.sign-in-popup .dropdown-item span:not(.deo-total), .popup-over.userinfo-selector .popup-content li.sign-out-popup .dropdown-item span:not(.deo-total) {
      padding: 0px 0px 0px 0px; }
      .rtl .popup-over.userinfo-selector .popup-content li.sign-in-popup .dropdown-item span:not(.deo-total), .rtl .popup-over.userinfo-selector .popup-content li.sign-out-popup .dropdown-item span:not(.deo-total) {
        padding: 0px 0px 0px 0px; }

#cart-block .title-cart {
  display: none; }
@media (min-width: 576px) {
  #cart-block .cart-preview .shopping-cart {
    font-size: 14px;
    margin: 0 5px 0 0; }
    .rtl #cart-block .cart-preview .shopping-cart {
      margin: 0 0 0 5px; }
    #cart-block .cart-preview .shopping-cart:before {
      content: "\e9e2"; }
  #cart-block .cart-products-count {
    position: static;
    font-size: 13px;
    color: inherit;
    min-height: inherit;
    min-width: inherit;
    line-height: normal;
    background: transparent !important;
    border-radius: 0px;
    text-align: left; }
    .rtl #cart-block .cart-products-count {
      text-align: right; }
  #cart-block .zero {
    display: none; }
  #cart-block .totals-cart, #cart-block .empty, #cart-block .cart-count-title {
    display: inline-block;
    vertical-align: middle; }
  #cart-block .cart-count {
    vertical-align: middle; } }
@media (min-width: 576px) and (min-width: 992px) {
  #cart-block.cart-white .cart-preview.active a:hover .cart-products-count {
    background: transparent; } }
@media (min-width: 576px) {
  #cart-block.cart-white .cart-products-count {
    color: inherit;
    background: transparent; } }

.box-top-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-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 .left-top-header .popup-over:last-child .popup-title {
      padding: 0px 0px 0px 13px; }
      .rtl .box-top-header .left-top-header .popup-over:last-child .popup-title {
        padding: 0px 13px 0px 0px; }
      .box-top-header .left-top-header .popup-over:last-child .popup-title:before {
        left: 0px; }
        .rtl .box-top-header .left-top-header .popup-over:last-child .popup-title:before {
          right: 0px;
          left: auto; }
    .box-top-header .left-top-header .popup-over:first-child:last-child .popup-title {
      padding: 0px 0px 0px 0px; }
      .rtl .box-top-header .left-top-header .popup-over:first-child:last-child .popup-title {
        padding: 0px 0px 0px 0px; }
      .box-top-header .left-top-header .popup-over:first-child:last-child .popup-title:before {
        display: none; }
    .box-top-header .left-top-header .popup-over .popup-title {
      padding: 0px 13px 0px 0px; }
      .rtl .box-top-header .left-top-header .popup-over .popup-title {
        padding: 0px 0px 0px 13px; }
    .box-top-header .left-top-header .popup-over .popup-content {
      right: auto;
      left: 0px; }
      .rtl .box-top-header .left-top-header .popup-over .popup-content {
        right: 0px;
        left: auto; }
      .box-top-header .left-top-header .popup-over .popup-content:before {
        right: auto;
        left: 12px; }
        .rtl .box-top-header .left-top-header .popup-over .popup-content:before {
          right: 12px;
          left: auto; }
  .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 .right-top-header .popup-over:first-child .popup-title {
      padding: 0px 13px 0px 0px; }
      .rtl .box-top-header .right-top-header .popup-over:first-child .popup-title {
        padding: 0px 0px 0px 13px; }
    .box-top-header .right-top-header .popup-over:last-child .popup-title {
      padding: 0px 0px 0px 13px; }
      .rtl .box-top-header .right-top-header .popup-over:last-child .popup-title {
        padding: 0px 13px 0px 0px; }
      .box-top-header .right-top-header .popup-over:last-child .popup-title:before {
        display: none; }
    .box-top-header .right-top-header .popup-over:first-child:last-child .popup-title {
      padding: 0px 0px 0px 0px; }
      .rtl .box-top-header .right-top-header .popup-over:first-child:last-child .popup-title {
        padding: 0px 0px 0px 0px; }
      .box-top-header .right-top-header .popup-over:first-child:last-child .popup-title:before {
        display: none; }
    .box-top-header .right-top-header .popup-over .popup-title {
      padding: 0px 13px 0px 13px; }
      .rtl .box-top-header .right-top-header .popup-over .popup-title {
        padding: 0px 13px 0px 13px; }
      .box-top-header .right-top-header .popup-over .popup-title:before {
        right: 0px; }
        .rtl .box-top-header .right-top-header .popup-over .popup-title:before {
          left: 0px;
          right: auto; }
  .box-top-header .block-social {
    margin-bottom: 0px; }
    .box-top-header .block-social li a {
      font-size: 15px; }

.box-middle-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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:after {
    display: none; }
  .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; }
  .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-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        -webkit-box-align: end;
        -moz-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end; } }
  .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-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1; } }
  .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; }
    @media (max-width: 991px) {
      .box-middle-header .right-middle-header {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        -ms-flex-order: 3;
        -webkit-box-align: end;
        -moz-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end; } }
  .box-middle-header .logo {
    padding: 25px 0; }
    @media (max-width: 991px) {
      .box-middle-header .logo {
        padding: 15px 0px; } }

.box-bottom-header {
  position: relative; }
  @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;
    -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; }

/*# sourceMappingURL=headerposition1498474874.css.map */
