/** 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-top {
  background: #FFFFFF; }

.box-top-header {
  margin-left: 0px;
  margin-right: 0px;
  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; }
  @media (max-width: 991px) {
    .box-top-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; }
      .box-top-header:after {
        display: none; } }
  .box-top-header > [class*="col-"]:not(.group-nav) {
    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; }
    @media (min-width: 992px) {
      .box-top-header .left-top-header {
        padding-left: 30px; }
        .rtl .box-top-header .left-top-header {
          padding-right: 30px;
          padding-left: inherit; } }
    .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 .center-top-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-top-header .center-top-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-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; }
    @media (min-width: 992px) {
      .box-top-header .right-top-header {
        padding-right: 30px; }
        .rtl .box-top-header .right-top-header {
          padding-left: 30px;
          padding-right: inherit; } }
    @media (max-width: 991px) {
      .box-top-header .right-top-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; } }
  @media (max-width: 991px) {
    .box-top-header .group-nav {
      position: static;
      -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-top-header .logo {
    padding: 20px 0; }

@media (min-width: 992px) {
  .deo-horizontal-menu .navbar-nav > li > a {
    color: #FFFFFF; } }

.popup-over .popup-title .name-simple {
  display: none; }
.popup-over .popup-title .icon {
  display: inline-block; }
.popup-over:not(.search-widget) {
  padding-top: 12px;
  padding-bottom: 12px; }
  .popup-over:not(.search-widget) .popup-title {
    font-size: 12px;
    text-transform: none;
    padding: 0px 10px 0px 10px; }
    .rtl .popup-over:not(.search-widget) .popup-title {
      padding: 0px 10px 0px 10px; }
  .popup-over:not(.search-widget):last-child .popup-title {
    padding: 0px 0px 0px 10px; }
    .rtl .popup-over:not(.search-widget):last-child .popup-title {
      padding: 0px 10px 0px 0px; }
  .popup-over:not(.search-widget):first-child .popup-title {
    padding: 0px 10px 0px 0px; }
    .rtl .popup-over:not(.search-widget):first-child .popup-title {
      padding: 0px 0px 0px 10px; }
  .popup-over:not(.search-widget):first-child:last-child .popup-title {
    padding: 0px 0px 0px 0px; }
    .rtl .popup-over:not(.search-widget):first-child:last-child .popup-title {
      padding: 0px 0px 0px 0px; }
  .popup-over:not(.search-widget).userinfo-selector .popup-content li.sign-in-popup, .popup-over:not(.search-widget).userinfo-selector .popup-content li.sign-out-popup {
    margin: 10px -15px -10px;
    border-top: 1px solid #eaeaea; }
    .popup-over:not(.search-widget).userinfo-selector .popup-content li.sign-in-popup .dropdown-item, .popup-over:not(.search-widget).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:not(.search-widget).userinfo-selector .popup-content li.sign-in-popup .dropdown-item .icon, .popup-over:not(.search-widget).userinfo-selector .popup-content li.sign-out-popup .dropdown-item .icon {
        display: none; }
      .popup-over:not(.search-widget).userinfo-selector .popup-content li.sign-in-popup .dropdown-item span:not(.deo-total), .popup-over:not(.search-widget).userinfo-selector .popup-content li.sign-out-popup .dropdown-item span:not(.deo-total) {
        padding: 0px 0px 0px 0px; }
        .rtl .popup-over:not(.search-widget).userinfo-selector .popup-content li.sign-in-popup .dropdown-item span:not(.deo-total), .rtl .popup-over:not(.search-widget).userinfo-selector .popup-content li.sign-out-popup .dropdown-item span:not(.deo-total) {
          padding: 0px 0px 0px 0px; }

#cart-block {
  margin-left: 0px; }
  #cart-block .title-cart {
    display: none; }
  .rtl #cart-block {
    margin-right: 0px;
    margin-left: inherit; }
  #cart-block .cart-preview {
    padding: 10px 0px 10px 10px; }
    .rtl #cart-block .cart-preview {
      padding: 10px 10px 10px 0px; }

#header .search-widget.popup-search {
  padding-top: 12px;
  padding-bottom: 12px; }
  @media (max-width: 479px) {
    #header .search-widget.popup-search {
      position: static; }
      #header .search-widget.popup-search .popup-content {
        width: auto;
        right: 10px;
        left: auto; }
        .rtl #header .search-widget.popup-search .popup-content {
          right: auto;
          left: 10px; }
        #header .search-widget.popup-search .popup-content:before {
          display: none; } }
  #header .search-widget.popup-search .popup-title {
    padding: 0px 10px 0px 10px; }
    .rtl #header .search-widget.popup-search .popup-title {
      padding: 0px 10px 0px 10px; }

/*# sourceMappingURL=headerposition1519595151.css.map */
