/** 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 
 */
/***********************************************************************/
.bottomnav {
  background: #fed700; }

.header-top {
  border-bottom: 1px solid #e7e7e7; }

.popup-over:not(.search-widget) {
  margin: 0px 10px 0px 10px; }
  .rtl .popup-over:not(.search-widget) {
    margin: 0px 10px 0px 10px; }
  .popup-over:not(.search-widget) .popup-title {
    text-transform: uppercase;
    padding: 10px 0px 10px 0px; }
    .rtl .popup-over:not(.search-widget) .popup-title {
      padding: 10px 0px 10px 0px; }
    .popup-over:not(.search-widget) .popup-title:before {
      display: none; }
  .popup-over:not(.search-widget):last-child {
    margin: 0px 0px 0px 10px; }
    .rtl .popup-over:not(.search-widget):last-child {
      margin: 0px 10px 0px 0px; }
  .popup-over:not(.search-widget):first-child {
    margin: 0px 10px 0px 0px; }
    .rtl .popup-over:not(.search-widget):first-child {
      margin: 0px 0px 0px 10px; }
  .popup-over:not(.search-widget):first-child:last-child {
    margin: 0px 0px 0px 0px; }
    .rtl .popup-over:not(.search-widget):first-child:last-child {
      margin: 0px 0px 0px 0px; }
@media (max-width: 575px) {
  .popup-over.language-selector-wrapper .popup-title .iso-code {
    display: inline-block; }
  .popup-over.language-selector-wrapper .popup-title .icon {
    display: none; } }
@media (max-width: 575px) {
  .popup-over.currency-selector .popup-title .icon {
    display: none; }
  .popup-over.currency-selector .popup-title .name-simple {
    display: inline-block; } }
.popup-over.userinfo-selector .popup-title .name-simple {
  display: none; }
.popup-over.userinfo-selector .popup-title .icon {
  display: inline-block; }
.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 {
  margin-left: 10px; }
  #cart-block .title-cart {
    display: none; }
  .rtl #cart-block {
    margin-right: 10px;
    margin-left: inherit; }
  #cart-block .cart-preview {
    padding: 10px 0px 10px 0px; }
    .rtl #cart-block .cart-preview {
      padding: 10px 0px 10px 0px; }

.deo-search-advanced {
  margin: 0px 10px 0px 10px; }
  .rtl .deo-search-advanced {
    margin: 0px 10px 0px 10px; }
  .deo-search-advanced:last-child {
    margin: 0px 0px 0px 10px; }
    .rtl .deo-search-advanced:last-child {
      margin: 0px 10px 0px 0px; }
  .deo-search-advanced:first-child {
    margin: 0px 10px 0px 0px; }
    .rtl .deo-search-advanced:first-child {
      margin: 0px 0px 0px 10px; }
  .deo-search-advanced:first-child:last-child {
    margin: 0px 0px 0px 0px; }
    .rtl .deo-search-advanced:first-child:last-child {
      margin: 0px 0px 0px 0px; }

.box-top-header {
  padding-top: 10px;
  padding-bottom: 10px; }

.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; }
  .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: 767px) {
      .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; } }
    @media (max-width: 575px) {
      .box-middle-header .left-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;
        -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 .left-middle-header .popup-over .popup-content {
      right: auto;
      left: 0px; }
      .rtl .box-middle-header .left-middle-header .popup-over .popup-content {
        right: 0px;
        left: auto; }
      .box-middle-header .left-middle-header .popup-over .popup-content:before {
        right: auto;
        left: 12px; }
        .rtl .box-middle-header .left-middle-header .popup-over .popup-content:before {
          right: 12px;
          left: auto; }
  .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: 767px) {
      .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; } }
    @media (max-width: 575px) {
      .box-middle-header .center-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-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; }
    @media (max-width: 767px) {
      .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; } }
  .box-middle-header .logo {
    padding: 20px 0px; }
    @media (max-width: 767px) {
      .box-middle-header .logo {
        padding: 15px 0px 5px; } }
    @media (max-width: 575px) {
      .box-middle-header .logo {
        padding: 5px 0px 20px; } }

.box-bottom-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; }
  .box-bottom-header:after {
    display: none; }
  .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 .bottom-header {
    position: static;
    -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 .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; } }

#wrapper .breadcrumb {
  background: transparent; }

/*# sourceMappingURL=headerposition1517129749.css.map */
