/** 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 {
  background: #121921; }

.header-container {
  background: #FFFFFF;
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1); }

.deo-search-advanced .block_content .deo-advanced-search-input .advanced_search_query {
  background: #e9e8fa; }

.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: none;
    padding: 12px 0px 12px 0px; }
    .rtl .popup-over:not(.search-widget) .popup-title {
      padding: 12px 0px 12px 0px; }
    .popup-over:not(.search-widget) .popup-title .icon {
      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; }
    @media (min-width: 1500px) {
      .popup-over:not(.search-widget):last-child {
        margin: 0px 0px 0px 15px; }
        .rtl .popup-over:not(.search-widget):last-child {
          margin: 0px 15px 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; }
    @media (min-width: 1500px) {
      .popup-over:not(.search-widget):first-child {
        margin: 0px 15px 0px 0px; }
        .rtl .popup-over:not(.search-widget):first-child {
          margin: 0px 0px 0px 15px; } }
  .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; }
.popup-over.language-selector-wrapper .popup-title .iso-code {
  display: inline-block;
  text-transform: uppercase; }
.popup-over.language-selector-wrapper .popup-title .name-simple {
  display: none; }
.popup-over.language-selector-wrapper .popup-title .flag {
  display: none; }
@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-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; }
.popup-over.userinfo-selector .popup-title .icon {
  font-size: 14px;
  display: inline-block;
  margin-right: 7px; }
  .rtl .popup-over.userinfo-selector .popup-title .icon {
    margin-left: 7px;
    margin-right: inherit; }
  .popup-over.userinfo-selector .popup-title .icon:before {
    content: '\e903';
    font-family: "icon-baldini"; }
.popup-over.userinfo-selector .popup-title .name-simple {
  font-size: 14px; }

#cart-block {
  margin-left: 10px; }
  .rtl #cart-block {
    margin-right: 10px;
    margin-left: inherit; }
  @media (min-width: 992px) {
    #cart-block {
      margin-left: 30px; }
      .rtl #cart-block {
        margin-right: 30px;
        margin-left: inherit; } }
  #cart-block .cart-preview {
    background: #86c43f;
    padding: 10px 18px 10px 18px; }
    .rtl #cart-block .cart-preview {
      padding: 10px 18px 10px 18px; }
    @media (min-width: 992px) {
      #cart-block .cart-preview.active a:hover .cart-products-count {
        background: transparent; } }
    #cart-block .cart-preview .shopping-cart {
      font-size: 20px;
      margin: 0 8px 0 0; }
      .rtl #cart-block .cart-preview .shopping-cart {
        margin: 0 0 0 8px; }
      #cart-block .cart-preview .shopping-cart:before {
        content: '\ea07';
        font-family: "deo-custom-icons"; }
  #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; }
    #cart-block .cart-products-count:before {
      content: '(';
      font-size: 16px;
      display: inline-block; }
    #cart-block .cart-products-count:after {
      content: ')';
      font-size: 16px;
      display: inline-block; }
    #cart-block .cart-products-count > * {
      font-size: 16px; }
  #cart-block .title-cart {
    font-size: 16px; }

.search-widget {
  margin-right: 10px; }
  .rtl .search-widget {
    margin-left: 10px;
    margin-right: inherit; }
  @media (max-width: 479px) {
    .search-widget {
      position: static; }
      .search-widget .popup-title {
        display: block;
        overflow: hidden;
        position: relative;
        margin: 0 0 0 0; }
        .rtl .search-widget .popup-title {
          margin: 0 0 0 0; }
        .search-widget .popup-title .search {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .search-widget .popup-title:before, .search-widget .popup-title:after {
          content: '';
          display: block;
          background: #000000;
          position: absolute;
          margin: auto;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-transform: translateY(50px) rotate(45deg);
          -moz-transform: translateY(50px) rotate(45deg);
          -ms-transform: translateY(50px) rotate(45deg);
          -o-transform: translateY(50px) rotate(45deg);
          transform: translateY(50px) rotate(45deg); }
        .search-widget .popup-title:before {
          height: 15px;
          width: 1px; }
        .search-widget .popup-title:after {
          width: 15px;
          height: 1px; }
      .search-widget .popup-content {
        position: absolute;
        top: auto;
        bottom: 0;
        display: none;
        background: #FFFFFF;
        border-radius: 5px;
        right: 100%;
        left: auto;
        -moz-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -webkit-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -o-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -ms-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35); }
        .rtl .search-widget .popup-content {
          right: auto;
          left: 100%; }
        .search-widget .popup-content:before {
          display: block; }
      .search-widget.open .popup-title:before, .search-widget.open .popup-title:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0px) rotate(45deg);
        -moz-transform: translateY(0px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
        -o-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg); }
      .search-widget.open .popup-title .search {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); }
      .search-widget .popup-title {
        margin: 0px 0px 0px 0px; }
        .rtl .search-widget .popup-title {
          margin: 0px 0px 0px 0px; }
      .search-widget .popup-content {
        top: 100%;
        border: none;
        bottom: auto;
        right: 0;
        left: auto;
        padding: 0px 0px 0px 0px;
        -moz-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -webkit-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -o-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -ms-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35); }
        .rtl .search-widget .popup-content {
          right: auto;
          left: 0; }
        .rtl .search-widget .popup-content {
          padding: 0px 0px 0px 0px; }
      .search-widget.open .popup-title .search {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px); }
      .search-widget .popup-content {
        width: auto;
        right: 10px;
        left: auto; }
        .rtl .search-widget .popup-content {
          right: auto;
          left: 10px; }
        .search-widget .popup-content:before {
          display: none; } }
  .search-widget .popup-title {
    padding: 12px 0px 12px 0px; }
    .rtl .search-widget .popup-title {
      padding: 12px 0px 12px 0px; }
    .search-widget .popup-title .search:before {
      content: '\e902';
      font-size: 28px;
      font-family: "icon-baldini"; }
  .search-widget .popup-content {
    border-radius: 0px; }
    @media (min-width: 768px) {
      .search-widget .popup-content {
        min-width: 280px; } }
    @media (min-width: 992px) {
      .search-widget .popup-content {
        min-width: 350px; } }
    @media (min-width: 1200px) {
      .search-widget .popup-content {
        min-width: 370px; } }
    @media (max-width: 479px) {
      .search-widget .popup-content {
        padding: 10px;
        right: 0px;
        left: 0px; }
        .rtl .search-widget .popup-content {
          right: 0px;
          left: 0px; } }
    .search-widget .popup-content:before {
      display: none; }
    .search-widget .popup-content input[type=text] {
      height: 35px;
      border: 1px solid #d3d2d2; }
    .search-widget .popup-content button[type=submit] {
      height: 35px;
      line-height: 35px; }
      .search-widget .popup-content button[type=submit]:before {
        content: '';
        top: 50%;
        width: 1px;
        height: 20px;
        position: absolute;
        background: #d3d2d2;
        left: 0px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .rtl .search-widget .popup-content button[type=submit]:before {
          right: 0px;
          left: auto; }

.deo-search-advanced {
  margin-right: 0px; }
  .rtl .deo-search-advanced {
    margin-left: 0px;
    margin-right: inherit; }
  @media (max-width: 575px) {
    .deo-search-advanced {
      position: static; }
      .deo-search-advanced .popup-title {
        display: block;
        overflow: hidden;
        position: relative;
        margin: 0 0 0 0; }
        .rtl .deo-search-advanced .popup-title {
          margin: 0 0 0 0; }
        .deo-search-advanced .popup-title .search {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .deo-search-advanced .popup-title:before, .deo-search-advanced .popup-title:after {
          content: '';
          display: block;
          background: #000000;
          position: absolute;
          margin: auto;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-transform: translateY(50px) rotate(45deg);
          -moz-transform: translateY(50px) rotate(45deg);
          -ms-transform: translateY(50px) rotate(45deg);
          -o-transform: translateY(50px) rotate(45deg);
          transform: translateY(50px) rotate(45deg); }
        .deo-search-advanced .popup-title:before {
          height: 15px;
          width: 1px; }
        .deo-search-advanced .popup-title:after {
          width: 15px;
          height: 1px; }
      .deo-search-advanced .popup-content {
        position: absolute;
        top: auto;
        bottom: 0;
        display: none;
        background: #FFFFFF;
        border-radius: 5px;
        right: 100%;
        left: auto;
        -moz-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -webkit-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -o-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -ms-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35); }
        .rtl .deo-search-advanced .popup-content {
          right: auto;
          left: 100%; }
        .deo-search-advanced .popup-content:before {
          display: block; }
      .deo-search-advanced.open .popup-title:before, .deo-search-advanced.open .popup-title:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0px) rotate(45deg);
        -moz-transform: translateY(0px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
        -o-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg); }
      .deo-search-advanced.open .popup-title .search {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); }
      .deo-search-advanced .popup-title {
        margin: 0px 0px 0px 0px; }
        .rtl .deo-search-advanced .popup-title {
          margin: 0px 0px 0px 0px; }
      .deo-search-advanced .popup-content {
        top: 100%;
        border: none;
        bottom: auto;
        right: 0;
        left: auto;
        padding: 0px 0px 0px 0px;
        -moz-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -webkit-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -o-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        -ms-box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35);
        box-shadow: 0px 2px 5px 1px rgba(102, 102, 102, 0.35); }
        .rtl .deo-search-advanced .popup-content {
          right: auto;
          left: 0; }
        .rtl .deo-search-advanced .popup-content {
          padding: 0px 0px 0px 0px; }
      .deo-search-advanced.open .popup-title .search {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px); }
      .deo-search-advanced .popup-content {
        width: auto;
        right: 10px;
        left: auto; }
        .rtl .deo-search-advanced .popup-content {
          right: auto;
          left: 10px; }
        .deo-search-advanced .popup-content:before {
          display: none; }
      .deo-search-advanced .block_content .list-cate-wrapper .select-title {
        height: 35px;
        line-height: 33px; }
      .deo-search-advanced .block_content .deo-advanced-search-top-button {
        width: 40px;
        height: 35px; }
      .deo-search-advanced .block_content .deo-advanced-search-input .advanced_search_query {
        height: 35px;
        padding: 6px 45px 6px 15px; }
        .rtl .deo-search-advanced .block_content .deo-advanced-search-input .advanced_search_query {
          padding: 6px 15px 6px 45px; }
      .deo-search-advanced .popup-content {
        -webkit-animation: animationmenus ease 0.5s;
        -moz-animation: animationmenus ease 0.5s;
        animation: animationmenus ease 0.5s; }
      .deo-search-advanced.search-by-category {
        width: auto; }
        .deo-search-advanced.search-by-category .popup-content {
          width: 250px; }
      .deo-search-advanced.search-border-radius .popup-content {
        -moz-border-radius: 9999px 9999px 9999px 9999px;
        -webkit-border-radius: 9999px 9999px 9999px 9999px;
        border-radius: 9999px 9999px 9999px 9999px; }
        .rtl .deo-search-advanced.search-border-radius .popup-content {
          -moz-border-radius: 9999px 9999px 9999px 9999px;
          -webkit-border-radius: 9999px 9999px 9999px 9999px;
          border-radius: 9999px 9999px 9999px 9999px; } }
  .deo-search-advanced .popup-title {
    padding: 12px 0px 12px 0px; }
    .rtl .deo-search-advanced .popup-title {
      padding: 12px 0px 12px 0px; }
    .deo-search-advanced .popup-title .search {
      color: #FFFFFF; }
      .deo-search-advanced .popup-title .search:before {
        content: '\e902';
        font-size: 28px;
        font-family: "icon-baldini"; }
  .deo-search-advanced .popup-content {
    border-radius: 0px; }
    @media (max-width: 479px) {
      .deo-search-advanced .popup-content {
        padding: 10px;
        right: 0px;
        left: 0px; }
        .rtl .deo-search-advanced .popup-content {
          right: 0px;
          left: 0px; } }

.box-header-top {
  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-header-top > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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 {
  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: 767px) {
    .box-top-header {
      padding-bottom: 10px; } }
  .box-top-header:after {
    display: none; }
  .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; }
    @media (max-width: 767px) {
      .box-top-header .left-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; } }
  .box-top-header .center-top-header {
    position: static;
    -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 .deo-search-advanced .popup-title .search {
    color: #000000; }
  .box-top-header .right-top-header {
    position: static;
    -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 .logo {
    padding: 10px 0px; }

.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: 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-bottom-header .bottom-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; } }

/*# sourceMappingURL=headerposition1491413718.css.map */
