/** 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 
 */
/***********************************************************************/
.header-container {
  background: #FFFFFF; }

.topnav {
  background: #ffedee; }

.popup-over {
  padding: 0px 0px 0px 0px; }
  .rtl .popup-over {
    padding: 0px 0px 0px 0px; }
  .popup-over + .popup-over {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 25px; }
    .rtl .popup-over + .popup-over {
      padding: 0px 0px 0px 0px; }
    .rtl .popup-over + .popup-over {
      margin: 0px 25px 0px 0px; }
    @media (max-width: 479px) {
      .popup-over + .popup-over {
        margin: 0px 0px 0px 20px; }
        .rtl .popup-over + .popup-over {
          margin: 0px 20px 0px 0px; } }
    .popup-over + .popup-over:before {
      display: none; }
  .popup-over .popup-title {
    text-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 10px 0px 10px 0px; }
    .rtl .popup-over .popup-title {
      padding: 10px 0px 10px 0px; }
    .popup-over .popup-title .name-simple {
      font-size: 10px; }
    .popup-over .popup-title .icon {
      display: block;
      margin-bottom: 5px; }
    .popup-over .popup-title .icon-arrow-down {
      display: none; }
  .popup-over.currency-selector .popup-title .icon:before {
    content: '\e9b4';
    font-family: "deo-custom-icons"; }
  .popup-over.currency-selector .popup-title .name-simple {
    display: block; }
  .popup-over.language-selector-wrapper .popup-title .icon:before {
    content: '\e9b3';
    font-family: "deo-custom-icons"; }
  .popup-over.language-selector-wrapper .popup-title .flag {
    display: none; }
  .popup-over.language-selector-wrapper .popup-title .name-simple {
    display: block; }
  .popup-over.userinfo-selector .popup-title .icon:before {
    content: '\e9b1';
    font-family: "deo-custom-icons"; }
  .popup-over.userinfo-selector .popup-title .name-simple {
    display: block; }

.deo-count-feature {
  margin: 0px 0px 0px 25px; }
  .rtl .deo-count-feature {
    margin: 0px 25px 0px 0px; }
  @media (max-width: 479px) {
    .deo-count-feature {
      margin: 0px 0px 0px 20px; }
      .rtl .deo-count-feature {
        margin: 0px 20px 0px 0px; } }
  .deo-count-feature .name-simple {
    text-transform: none; }

#cart-block {
  margin: 0px 0px 0px 25px; }
  .rtl #cart-block {
    margin: 0px 25px 0px 0px; }
  @media (max-width: 479px) {
    #cart-block {
      margin: 0px 0px 0px 20px; }
      .rtl #cart-block {
        margin: 0px 20px 0px 0px; } }
  #cart-block:before {
    display: none; }
  #cart-block .cart-preview {
    padding-top: 10px;
    padding-bottom: 10px; }
    #cart-block .cart-preview .shopping-cart {
      display: block;
      margin: 0px auto 5px auto; }
      .rtl #cart-block .cart-preview .shopping-cart {
        margin: 0px auto 5px auto; }
      #cart-block .cart-preview .shopping-cart:before {
        content: '\e9e8';
        font-family: "deo-custom-icons"; }
    @media (min-width: 992px) {
      #cart-block .cart-preview.active a:hover .cart-products-count {
        background: transparent !important; } }
  #cart-block .title-cart {
    font-size: 10px;
    font-weight: normal;
    display: inline-block; }
  #cart-block .cart-products-count {
    position: static;
    display: inline-block;
    background: transparent;
    min-width: inherit;
    min-height: inherit;
    font-weight: inherit;
    font-size: 0px;
    line-height: normal;
    color: inherit;
    vertical-align: middle; }
    #cart-block .cart-products-count:before {
      content: '(';
      font-size: 10px;
      display: inline-block; }
    #cart-block .cart-products-count:after {
      content: ')';
      font-size: 10px;
      display: inline-block; }
    #cart-block .cart-products-count > * {
      font-size: 10px; }

.search-widget .popup-content input[type=text] {
  height: 38px;
  border: 1px solid #e8e8e8;
  border-radius: 5px; }
.search-widget .popup-content button[type=submit] {
  width: 38px;
  line-height: 38px; }

.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 > [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; }
  .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; }
    .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 .right-middle-header {
    -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-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: 15px 0; }

.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 .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; }
  .box-bottom-header .right-bottom-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; }

#wrapper .breadcrumb {
  background: transparent; }

/*# sourceMappingURL=headerposition1517129749.css.map */
