.sticky-wrapper header {
  z-index: 1000 !important;
  border-bottom: 1px solid #f0f0f0; }

.sticky-wrapper.is-sticky .header-center {
  background: white;
  z-index: 1000 !important;
  border-bottom: 1px solid #f0f0f0; }
  .sticky-wrapper.is-sticky .header-center .align {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .sticky-wrapper.is-sticky .header-center .align {
        width: 970px; } }
    @media (min-width: 1200px) {
      .sticky-wrapper.is-sticky .header-center .align {
        width: 1170px; } }
    .sticky-wrapper.is-sticky .header-center .align .cart .cart-content {
      top: 61px; }

@media (max-width: 767px) {
  header {
    overflow: initial; } }

header .cart .cart-content .cart-items-wrapper {
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden; }

header .cart-mobile .cart-content .cart-items-wrapper {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden; }

header .cart-mobile .cart-content .cart-items-wrapper::-webkit-scrollbar, header .cart .cart-content .cart-items-wrapper::-webkit-scrollbar {
  width: 5px; }

header .cart-mobile .cart-content .cart-items-wrapper::-webkit-scrollbar-thumb, header .cart .cart-content .cart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #54afe9;
  outline: none;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

header .cart, header .cart-mobile {
  position: relative; }
  header .cart label, header .cart-mobile label {
    cursor: pointer; }
  header .cart input#show-cart, header .cart input#show-cart-mobile, header .cart-mobile input#show-cart, header .cart-mobile input#show-cart-mobile {
    display: none; }
    header .cart input#show-cart:checked + .cart-content, header .cart input#show-cart-mobile:checked + .cart-content, header .cart-mobile input#show-cart:checked + .cart-content, header .cart-mobile input#show-cart-mobile:checked + .cart-content {
      display: block; }
  header .cart .cart-content, header .cart-mobile .cart-content {
    display: none;
    position: absolute;
    right: 0px;
    top: 105px;
    background: white;
    z-index: 1000;
    width: 400px;
    border: 1px solid #f0f0f0;
    border-top: none; }
    header .cart .cart-content .cart-header, header .cart-mobile .cart-content .cart-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 10px; }
      header .cart .cart-content .cart-header .cart-title, header .cart-mobile .cart-content .cart-header .cart-title {
        font-weight: bold; }
    header .cart .cart-content .cart-empty, header .cart-mobile .cart-content .cart-empty {
      padding: 15px 10px; }
    header .cart .cart-content .cart-item, header .cart-mobile .cart-content .cart-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 10px;
      border-bottom: 1px solid #f0f0f0; }
      header .cart .cart-content .cart-item .cart-item-image, header .cart-mobile .cart-content .cart-item .cart-item-image {
        width: 100px; }
      header .cart .cart-content .cart-item .cart-item-info, header .cart-mobile .cart-content .cart-item .cart-item-info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0 20px 0px 10px;
        line-height: 100%; }
        header .cart .cart-content .cart-item .cart-item-info .cart-item-title, header .cart-mobile .cart-content .cart-item .cart-item-info .cart-item-title {
          font-weight: bold; }
        header .cart .cart-content .cart-item .cart-item-info .cart-item-finance, header .cart-mobile .cart-content .cart-item .cart-item-info .cart-item-finance {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 5px; }
          header .cart .cart-content .cart-item .cart-item-info .cart-item-finance .cart-item-amount, header .cart-mobile .cart-content .cart-item .cart-item-info .cart-item-finance .cart-item-amount {
            font-size: 11px; }
          header .cart .cart-content .cart-item .cart-item-info .cart-item-finance .cart-item-price, header .cart-mobile .cart-content .cart-item .cart-item-info .cart-item-finance .cart-item-price {
            font-size: 16px;
            font-weight: bold; }
      header .cart .cart-content .cart-item .cart-item-remove, header .cart-mobile .cart-content .cart-item .cart-item-remove {
        width: 30px;
        text-align: center; }
    header .cart .cart-content .cart-info .cart-total, header .cart-mobile .cart-content .cart-info .cart-total {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 10px;
      font-size: 16px;
      font-weight: bold; }
      header .cart .cart-content .cart-info .cart-total .cart-total-label, header .cart-mobile .cart-content .cart-info .cart-total .cart-total-label {
        padding-left: 110px; }
      header .cart .cart-content .cart-info .cart-total .cart-total-value, header .cart-mobile .cart-content .cart-info .cart-total .cart-total-value {
        padding-right: 50px; }
    header .cart .cart-content .cart-link, header .cart-mobile .cart-content .cart-link {
      display: block;
      background: #00aa00;
      padding: 10px 15px;
      color: white;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out 0s;
      -o-transition: opacity 0.3s ease-in-out 0s;
      transition: opacity 0.3s ease-in-out 0s;
      text-decoration: none; }
      header .cart .cart-content .cart-link:hover, header .cart-mobile .cart-content .cart-link:hover {
        opacity: 0.8; }
      header .cart .cart-content .cart-link .glyphicon, header .cart-mobile .cart-content .cart-link .glyphicon {
        margin-right: 10px; }

header .topnav {
  background: #2ea2ea; }
  header .topnav .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .topnav .left .phone {
      color: white; }
      header .topnav .left .phone span {
        margin-left: 0; }
    header .topnav .left .rating-text {
/*       margin-left: 20px; */
/*       font-weight: bold; */
      color: white; }
  header .topnav .mobile-right {
    color: white; }
    header .topnav .mobile-right .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    header .topnav .mobile-right label span {
      color: #666666; }
    header .topnav .mobile-right .cart-mobile {
      position: static; }
      header .topnav .mobile-right .cart-mobile .cart-content {
        color: #515151;
        width: 100%;
        top: 100%; }
        header .topnav .mobile-right .cart-mobile .cart-content .cart-item, header .topnav .mobile-right .cart-mobile .cart-content .cart-header, header .topnav .mobile-right .cart-mobile .cart-content .cart-total, header .topnav .mobile-right .cart-mobile .cart-content .cart-empty {
          max-width: 400px;
          margin: 0 auto; }
        header .topnav .mobile-right .cart-mobile .cart-content .cart-item-remove {
          color: #54afe9; }
  header .topnav .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .topnav .right .usp {
      margin-right: 20px;
      width: 400px;
      color: white;
      text-align: right; }
      @media (max-width: 1000px) {
        header .topnav .right .usp {
          width: auto;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
  header .topnav a {
    color: white; }

header .mobile-header .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  header .mobile-header .flex .logo {
    width: 50%; }
    header .mobile-header .flex .logo a {
      width: 100%; }
    header .mobile-header .flex .logo img {
      width: auto !important;
      max-height: 100px;
      max-width: 100%;
      margin: 0 auto; }
  header .mobile-header .flex .search label span {
    font-size: 20px; }

header .header-center .logo img {
  width: auto !important; }

header .header-center .align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  header .header-center .align #formSearch {
    width: auto;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-bottom: none !important;
    position: relative; }
    header .header-center .align #formSearch input {
      min-width: 250px;
      max-width: 300px;
      -webkit-box-sizing: border-box !important;
              box-sizing: border-box !important;
      outline: none;
      padding: 10px 15px;
      border-right: none; }
      header .header-center .align #formSearch input:focus + .searchButton + .search-hints {
        display: block; }
    header .header-center .align #formSearch .searchButton {
      background: #54afe9;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0px 25px;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out 0s;
      -o-transition: opacity 0.3s ease-in-out 0s;
      transition: opacity 0.3s ease-in-out 0s;
      border: 1px solid #54afe9; } 
      header .header-center .align #formSearch .searchButton:hover {
        opacity: 0.8; }
      header .header-center .align #formSearch .searchButton span {
        padding: 0;
        position: static;
        color: white; }
    header .header-center .align #formSearch .search-hints {
      display: none;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      z-index: 1000;
      background: white;
      border: 1px solid #eaeaea; }
      header .header-center .align #formSearch .search-hints:hover {
        display: block; }
      header .header-center .align #formSearch .search-hints .search-hints-more a {
        display: block;
        text-align: center;
        padding: 10px 20px;
        background: #54afe9;
        color: white;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none; }
      header .header-center .align #formSearch .search-hints .search-hint a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 20px;
        padding-left: 5px;
        border-bottom: 1px solid #eaeaea;
        color: #515151;
        text-decoration: none; }
        header .header-center .align #formSearch .search-hints .search-hint a:hover {
          text-decoration: none;
          color: #54afe9; }
        header .header-center .align #formSearch .search-hints .search-hint a .search-hint-left {
          margin-right: 5px; }
          header .header-center .align #formSearch .search-hints .search-hint a .search-hint-left img {
            max-width: 100px;
            max-height: 80px;
            height: auto; }
        header .header-center .align #formSearch .search-hints .search-hint a .search-hint-right {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        header .header-center .align #formSearch .search-hints .search-hint a .search-hint-title {
          font-weight: bold; }
        header .header-center .align #formSearch .search-hints .search-hint a .search-hint-price {
          font-size: 18px;
          font-weight: bold; }
  header .header-center .align .quality-mark img {
    width: 150px; }

header nav.main-nav {
  border-top: 1px solid #f0f0f0; }
  header nav.main-nav * {
    float: none !important;
    font-size: 14px !important; }
  header nav.main-nav .container > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    header nav.main-nav .container > ul > li {
      border: none !important;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      header nav.main-nav .container > ul > li:nth-child(n+6) > div.subnav > ul > li.subitem > div.subnav {
        left: auto !important;
        right: 100%; }
      header nav.main-nav .container > ul > li > .glyphicon {
        color: #515151;
        width: 10px;
        margin-left: 8px;
        display: block;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        font-size: 10px !important;
        opacity: 0.5; }
        @media (max-width: 990px) {
          header nav.main-nav .container > ul > li > .glyphicon {
            display: none; } }
      header nav.main-nav .container > ul > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border: none !important;
        background: none !important; }
      header nav.main-nav .container > ul > li > div.subnav {
        border: none;
        left: -15px;
        background: white;
        display: none;
        padding: 0px 0px;
        border-bottom: 3px solid #54afe9;
        top: 100%; }
        header nav.main-nav .container > ul > li > div.subnav.right {
          left: auto;
          right: -15px; }
        header nav.main-nav .container > ul > li > div.subnav > ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          float: left !important; }
          header nav.main-nav .container > ul > li > div.subnav > ul > li.subitem {
            background: none;
            border: none;
            float: left;
            border: none;
            position: static;
            min-width: 250px;
/*             font-weight: bold; */
            position: relative;
            border-bottom: 1px solid #f0f0f0; }
            header nav.main-nav .container > ul > li > div.subnav > ul > li.subitem:last-child {
              border-bottom: none; }
            header nav.main-nav .container > ul > li > div.subnav > ul > li.subitem .glyphicon {
              color: #515151;
              display: block;
              position: absolute;
              right: 20px;
              top: -webkit-calc(50% - 5px);
              top: calc(50% - 5px);
              font-size: 10px !important;
              -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
              transition: -webkit-transform 0.3s ease-in-out 0s;
              -o-transition: transform 0.3s ease-in-out 0s;
              transition: transform 0.3s ease-in-out 0s;
              transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
              opacity: 0.5; }
            header nav.main-nav .container > ul > li > div.subnav > ul > li.subitem > a {
              padding-left: 20px;
              padding-right: 20px; }
            header nav.main-nav .container > ul > li > div.subnav > ul > li.subitem div.subnav {
              left: 100% !important;
              top: 1px;
              position: absolute;
              border: none;
              padding: 0px 0px;
              border-left: none;
              border-bottom: 3px solid #54afe9; }
              header nav.main-nav .container > ul > li > div.subnav > ul > li.subitem div.subnav > ul {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-align: stretch;
                -webkit-align-items: stretch;
                    -ms-flex-align: stretch;
                        align-items: stretch;
                -webkit-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                height: 100%; }
                header nav.main-nav .container > ul > li > div.subnav > ul > li.subitem div.subnav > ul > li.subitem {
                  border: none;
                  background: none;
                  min-width: 250px;
                  font-weight: normal;
                  border-bottom: 1px solid #f0f0f0; }
                  header nav.main-nav .container > ul > li > div.subnav > ul > li.subitem div.subnav > ul > li.subitem:last-child {
                    border-bottom: none; }
                  header nav.main-nav .container > ul > li > div.subnav > ul > li.subitem div.subnav > ul > li.subitem a {
                    padding: 10px 20px;
                    font-size: 100%; }

header.open .absolute-search {
  display: none !important; }

.absolute-search input#mobile-search {
  display: none;
  padding-bottom: 75px; }
  .absolute-search input#mobile-search:checked + .mobile-search-bar {
    display: block; }

.absolute-search .mobile-search-bar {
  position: fixed;
  display: none;
  top: 120px;
  left: 0;
  width: 100%;
  margin-top: 5px;
  z-index: 900; }
  @media (max-width: 490px) {
    .absolute-search .mobile-search-bar {
      top: 100px; } }
  @media (max-width: 400px) {
    .absolute-search .mobile-search-bar {
      top: 90px; } }
  .absolute-search .mobile-search-bar form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border-bottom: none !important; }
    .absolute-search .mobile-search-bar form input {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-sizing: border-box !important;
              box-sizing: border-box !important;
      outline: none;
      padding: 10px 15px;
      border: 1px solid #eaeaea !important;
      border-right: none;
      border-left: none; }
      .absolute-search .mobile-search-bar form input:focus + .searchButton + .search-hints {
        display: block; }
    .absolute-search .mobile-search-bar form .searchButton {
      background: #54afe9;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0px 25px;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out 0s;
      -o-transition: opacity 0.3s ease-in-out 0s;
      transition: opacity 0.3s ease-in-out 0s;
      border: 1px solid #54afe9; }
      .absolute-search .mobile-search-bar form .searchButton:hover {
        opacity: 0.8; }
      .absolute-search .mobile-search-bar form .searchButton span {
        padding: 0;
        position: static;
        color: white; }
    .absolute-search .mobile-search-bar form .search-hints {
      display: none;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      z-index: 900;
      background: white;
      max-height: 50vh !important;
      overflow-y: hidden !important; }
      .absolute-search .mobile-search-bar form .search-hints:hover {
        display: block; }
      .absolute-search .mobile-search-bar form .search-hints .search-hints-wrapper {
        max-height: -webkit-calc(50vh - 50px);
        max-height: calc(50vh - 50px);
        overflow-y: auto; }
      .absolute-search .mobile-search-bar form .search-hints .search-hints-more a {
        display: block;
        text-align: center;
        padding: 10px 20px;
        background: #54afe9;
        color: white;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none; }
      .absolute-search .mobile-search-bar form .search-hints .search-hint a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 20px;
        padding-left: 5px;
        border-bottom: 1px solid #eaeaea;
        color: #515151;
        text-decoration: none; }
        .absolute-search .mobile-search-bar form .search-hints .search-hint a:hover {
          text-decoration: none;
          color: #54afe9; }
        .absolute-search .mobile-search-bar form .search-hints .search-hint a .search-hint-left {
          margin-right: 5px; }
          .absolute-search .mobile-search-bar form .search-hints .search-hint a .search-hint-left img {
            max-width: 100px;
            max-height: 80px;
            height: auto; }
            @media (max-width: 520px) {
              .absolute-search .mobile-search-bar form .search-hints .search-hint a .search-hint-left img {
                max-height: 50px !important; } }
        .absolute-search .mobile-search-bar form .search-hints .search-hint a .search-hint-right {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        .absolute-search .mobile-search-bar form .search-hints .search-hint a .search-hint-title {
          font-weight: bold; }
        .absolute-search .mobile-search-bar form .search-hints .search-hint a .search-hint-price {
          font-size: 18px;
          font-weight: bold; }


body.block-scroll
{
  overflow: hidden
}

body.block-scroll .scrollToTopSticky
{
  opacity: 0
}

body.block-scroll #launcher
{
  z-index: 800 !important
}

body.block-scroll .topbar
{
  position: fixed;
  top: 35px;
  width: 100%
}

body.block-scroll .offerbar
{
  position: fixed;
  width: 100%
}

body.block-scroll .sticky-for-mobile
{
  margin-top: 213px
}

#backdrop-menu
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 900;
  background: rgba(0, 0, 0, 0.5);
  display: none
}

#mobile-menu
{
  width: 100%;
  position: fixed;
  top: 105px;
  z-index: 100000;
  max-height: calc(100% - 105px);
  background: white;
  overflow: scroll;
  display: none
}

#mobile-menu li:not(.extra-items) a
{
  color: #555555
}

#mobile-menu > ul, #mobile-menu .extra-items ul
{
  padding-left: 0 !important
}

#mobile-menu .extra-items ul
{
  display: block !important
}

#mobile-menu .extra-items ul li
{
  display: inline;
  width: 50%;
  float: left;
  text-align: center;
  border: none !important
}

#mobile-menu .extra-items ul li:first-child
{
  border-right: 1px solid #efefef !important
}

#mobile-menu a
{
  height: 50px !important;
  display: block;
  line-height: 50px;
  padding-left: 10px
}

#mobile-menu ul
{
  list-style: none
}

#mobile-menu ul li.sub
{
  position: relative
}

#mobile-menu ul li.sub ul
{
  border-left: 2px solid #54afe9;
  background: #fbfbfb
}

#mobile-menu ul li.sub ul a
{
  padding-left: 20px
}

.hide
{
  display: none;
}

#mobile-menu ul li.sub ul
{
  display: none;
  padding: 0;
  margin: 0
}

#mobile-menu ul li.sub ul li
{
  border-color: white !important
}

#mobile-menu ul li.sub ul li:first-child
{
  border-top: none !important
}

#mobile-menu ul li:first-child
{
  border-top: 1px solid #efefef
}

#mobile-menu ul > li
{
  font-size: 15px;
  margin: 0;
  border-bottom: 1px solid #efefef
}

#mobile-menu ul > li a
{
  text-decoration: none
}

#mobile-menu ul .expand-container
{
  padding: 0 10px;
  width: 50px;
  border-left: 1px #efefef solid;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 5px
}

#mobile-menu ul .expand-container span.expand
{
  color: #54afe9
}

#mobile-menu ul ul
{
  display: none
}

ul.lvl3 li
{
  position: relative
}

ul.lvl3 li li
{
  padding-left: 10px
}

.header-center {
  padding: 25px 15px;
}

header {
  background-color: #e8e8e8 !important;
}

.rating-text {
    margin-top: 16px;
}

nav {
  background-color: #666666 !important;
}

.cart label {

  font-size: 14px !important;
}

.cart label span {
  color: #323232 !important;
  font-size: 24px !important;
}


header nav.main-nav .container > ul  .glyphicon {
    color: #FFFFFF !important;
}

.is-sticky .header-center {
  -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
  box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
}

nav.main-nav {

  -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
  box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
}

.hover .subnav {
  
  top: 42px;
  background: #4f4f4f !important;
}


li.active > a {
  color: #55afe9 !important;
}

.cart-content, .search-hints-none {
  color: #2d2d2d;
}

.search-hints-more, .search-hints-none {
  display: none;
}

@media (max-width: 400px){
header .absolute-search .mobile-search-bar {
    top: 66px;
    z-index: 100000;
}
}

header #formSearch input {
  border-color: #D5D5D5 !important;
}

header {
  position:relative;
}

#mobile-menu {
  top: 90px !important;
  z-index:901 !important;
  max-height: calc(100% - 90px) !important;
}

@media (max-width: 400px){
  header .absolute-search .mobile-search-bar {
    top: 84px;
    z-index: 100000;
}
}

.kiyoh-rating-bar
{
  display: inline-block;
  font-size: 14px;

/*   font-weight: bold; */
}

.rating-a
{
  display: inline-block;
  color: #3f3f3f;
  font-weight: 700;
  font-size: 12px;
}

.rating-a
{
  margin-left: 10px;
}

.rating-a .rating
{
  display: block;
  right: 0;
  top: 3px;
  width: 78px;
  height: 13px;
}

.rating-a .rating > *,
.rating-b .rating > *
{
  display: block;
  float: left;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.rating-a .rating > .a
{
  background-image: url(../dekbed/rating-aa.svg);
}

.rating-a .rating > .b
{
  background-image: url(../dekbed/rating-ab.svg);
  background-position: 100% 0;
}

nav.desktop .item .itemLink {
    font-weight: normal !important;
}

.cart-mobile, .mobile-usp-header {
  padding: 11px 0;
  color: white;
}

.mobile-header {
  padding: 10px 0;
}