@charset "UTF-8";
.site-header {
  background: #fff; }

/* Top Bar */
.header-bar {
  background: linear-gradient(90deg, #fff 0%, #fff 75%, #124395 76%); }
  @media all and (min-width: 768px) {
    .header-bar {
      border-top: 5px solid #124395;
      -webkit-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .header-bar > .wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
    width: 100%; }
    @media all and (min-width: 768px) {
      .header-bar > .wrapper {
        flex-wrap: nowrap;
        justify-content: flex-end; } }

.top-bar {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background: #124395;
  color: #fff;
  height: 2.1875rem;
  margin: 0 0 0 -.75rem;
  width: calc(100% + .75rem); }
  @media all and (min-width: 412px) {
    .top-bar {
      margin: 0 0 0 -1.25rem;
      width: calc(100% + 1.25rem + 1.25rem); } }
  @media all and (min-width: 768px) {
    .top-bar {
      order: 1;
      width: auto;
      height: 2.8125rem;
      margin: 0; } }
  @media all and (min-width: 1280px) {
    .top-bar {
      height: 3.5rem; } }

/* Navigation i top bar */
.secondary-navigation {
  width: calc(100% + 1.5rem);
  position: relative;
  background: #fff;
  margin: 0 -.75rem; }
  @media all and (min-width: 412px) {
    .secondary-navigation {
      margin: 0 -1.25rem;
      width: calc(100% + 2.5rem); } }
  @media all and (min-width: 768px) {
    .secondary-navigation {
      width: auto;
      margin: 0; } }
  .secondary-navigation .navbar-toggle {
    position: absolute;
    right: .75rem;
    top: calc(100% + 1.875rem);
    border: 1px solid #E8EDF5; }
    @media all and (min-width: 412px) {
      .secondary-navigation .navbar-toggle {
        right: 1.25rem; } }
    @media all and (min-width: 768px) {
      .secondary-navigation .navbar-toggle {
        position: relative;
        top: 0;
        right: 0;
        width: 2.8125rem;
        height: 2.8125rem; } }
    @media all and (min-width: 1280px) {
      .secondary-navigation .navbar-toggle {
        display: none; } }
  .secondary-navigation .top-bar-menu {
    list-style: none;
    display: none; }
    @media all and (min-width: 768px) {
      .secondary-navigation .top-bar-menu {
        position: absolute;
        min-width: 10rem;
        border: 1px solid #E8EDF5;
        top: calc(100% - 1px); } }
    @media all and (min-width: 768px) and (max-width: 1249px) {
      .secondary-navigation .top-bar-menu {
        z-index: 99; } }
    @media all and (min-width: 1280px) {
      .secondary-navigation .top-bar-menu {
        position: relative;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-wrap: nowrap;
        height: 100%;
        top: 0;
        border: 0;
        align-items: center; } }
    .secondary-navigation .top-bar-menu li {
      white-space: nowrap;
      position: relative; }
      @media all and (min-width: 1280px) {
        .secondary-navigation .top-bar-menu li::after {
          content: '\f111';
          font-family: 'Font Awesome 5 Pro' !important;
          font-weight: 900;
          font-size: 4px;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          color: #124395; } }
      .secondary-navigation .top-bar-menu li:last-child::after {
        content: none; }
    .secondary-navigation .top-bar-menu a {
      display: block;
      padding: .75rem 1rem;
      border-bottom: 1px solid #f2f2f2;
      font-size: .75rem;
      color: #124395;
      transition: background .5s ease;
      font-weight: 400;
      background: #fff; }
      @media all and (min-width: 1280px) {
        .secondary-navigation .top-bar-menu a {
          border: 0; } }
      .secondary-navigation .top-bar-menu a:hover {
        background: #f9f9f9; }
        @media all and (min-width: 1280px) {
          .secondary-navigation .top-bar-menu a:hover {
            background: none; } }

@media all and (min-width: 768px) {
  .main-header .wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap; } }

/* Språk */
.site-language {
  width: 2.1875rem;
  background: #09214A;
  line-height: 2.1875rem;
  text-align: center;
  /* cursor:pointer; */
  -webkit-box-flex: 0 0 2.1875rem;
  -webkit-flex: 0 0 2.1875rem;
  -ms-flex: 0 0 2.1875rem;
  flex: 0 0 2.1875rem; }
  @media all and (min-width: 768px) {
    .site-language {
      width: 2.8125rem;
      -webkit-box-flex: 0 0 2.8125rem;
      -webkit-flex: 0 0 2.8125rem;
      -ms-flex: 0 0 2.8125rem;
      flex: 0 0 2.8125rem;
      line-height: 2.8125rem;
      background: #fff;
      border: 1px solid #E8EDF5;
      height: 100%;
      border-left-width: 0;
      border-right-width: 0; } }
  @media all and (min-width: 1280px) {
    .site-language {
      border-left-width: 1px;
      width: 3.5rem;
      -webkit-box-flex: 0 0 3.5rem;
      -webkit-flex: 0 0 3.5rem;
      -ms-flex: 0 0 3.5rem;
      flex: 0 0 3.5rem;
      line-height: 3.5rem; } }

.modal {
  z-index: 100 !important; }

/* Icke inloggad: Ansök om konto + Logga in */
.account-menu {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .account-menu .modal-trigger {
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 .75rem;
    font-size: .5625rem;
    height: 100%;
    line-height: 2.1875rem;
    cursor: pointer; }
    @media all and (min-width: 768px) {
      .account-menu .modal-trigger {
        font-size: .75rem;
        line-height: 2.8125rem;
        padding: 0 1rem; } }
    @media all and (min-width: 1280px) {
      .account-menu .modal-trigger {
        line-height: 3.5rem; } }
  .account-menu .apply-account {
    background: #4169AA; }
    @media all and (min-width: 412px) {
      .account-menu .apply-account::before {
        font-family: 'Font Awesome 5 Pro' !important;
        font-weight: 300;
        content: '\f007';
        margin-right: .375em;
        font-size: .75rem; } }
  .account-menu .user-login {
    background: #09214A; }
    @media all and (min-width: 412px) {
      .account-menu .user-login::before {
        font-family: 'Font Awesome 5 Pro' !important;
        font-weight: 900;
        content: '\f023';
        margin-right: .375em; } }

/* Ladda upp excel & snabborder */
.top-bar .upload-excel,
.top-bar .quick-order {
  cursor: pointer; }
  .top-bar .upload-excel > span, .top-bar .upload-excel a > span,
  .top-bar .quick-order > span,
  .top-bar .quick-order a > span {
    font-size: 0;
    width: 2.1875rem;
    text-align: center;
    transition: all .5s ease;
    display: block;
    height: 100%;
    position: relative; }
    @media all and (min-width: 768px) {
      .top-bar .upload-excel > span, .top-bar .upload-excel a > span,
      .top-bar .quick-order > span,
      .top-bar .quick-order a > span {
        width: 2.8125rem; } }
    @media all and (min-width: 1280px) {
      .top-bar .upload-excel > span, .top-bar .upload-excel a > span,
      .top-bar .quick-order > span,
      .top-bar .quick-order a > span {
        width: 3.5rem; } }
    @media all and (min-width: 1366px) {
      .top-bar .upload-excel > span, .top-bar .upload-excel a > span,
      .top-bar .quick-order > span,
      .top-bar .quick-order a > span {
        width: 4.75rem;
        font-size: .7rem;
        font-family: "Nunito";
        padding-top: 2.25rem; } }
    .top-bar .upload-excel > span::before, .top-bar .upload-excel a > span::before,
    .top-bar .quick-order > span::before,
    .top-bar .quick-order a > span::before {
      display: block;
      position: absolute;
      font-size: .75rem;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media all and (min-width: 768px) {
        .top-bar .upload-excel > span::before, .top-bar .upload-excel a > span::before,
        .top-bar .quick-order > span::before,
        .top-bar .quick-order a > span::before {
          font-size: 1rem; } }
      @media all and (min-width: 1366px) {
        .top-bar .upload-excel > span::before, .top-bar .upload-excel a > span::before,
        .top-bar .quick-order > span::before,
        .top-bar .quick-order a > span::before {
          top: 37%; } }
  @media all and (max-width: 440px) {
    .top-bar .upload-excel .header-menu,
    .top-bar .quick-order .header-menu {
      width: 100%;
      left: 0; } }
  @media all and (min-width: 441px) {
    .top-bar .upload-excel .header-menu,
    .top-bar .quick-order .header-menu {
      max-width: 18rem; } }
  @media all and (min-width: 1280px) {
    .top-bar .upload-excel .header-menu,
    .top-bar .quick-order .header-menu {
      max-width: 20rem; } }

/* Excel */
.upload-excel > a {
  color: #fff;
  text-decoration: none; }
  .upload-excel > a > span {
    background: #329C17; }
    .upload-excel > a > span::before {
      font-family: 'Font Awesome 5 Pro' !important;
      font-weight: 900;
      content: '\f15c'; }
  .upload-excel > a > span:hover {
    background: #247010; }
.upload-excel .header-menu {
  background: linear-gradient(180deg, #329C17 0%, #329C17 50%, #194E0C 100%) 0% 0% no-repeat padding-box;
  padding: 1.25rem; }
.upload-excel #excel-upload-form #fileToUpload {
  display: none; }
.upload-excel #excel-upload-form label {
  display: block;
  background: #fff;
  color: #329C17;
  width: auto;
  padding: 1rem;
  font-weight: 900;
  font-size: .75rem;
  text-transform: uppercase;
  border: 0;
  cursor: pointer; }

/* Snabborder */
.quick-order > span {
  background: #4169AA; }
  .quick-order > span::before {
    content: '\f0ce';
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 300; }
.quick-order > span:hover {
  background: #A0B4D5; }
.quick-order .header-menu, .quick-order .toggle-content {
  padding: 1.25rem;
  background: transparent linear-gradient(180deg, #4169AA 0%, #A0B4D5 100%) 0% 0% no-repeat padding-box; }
  .quick-order .header-menu .quick-order-form, .quick-order .toggle-content .quick-order-form {
    padding: 0;
    text-align: left;
    margin-bottom: 0; }
    .quick-order .header-menu .quick-order-form table, .quick-order .toggle-content .quick-order-form table {
      margin-top: 1rem;
      font-size: .75rem;
      width: 100%; }
      .quick-order .header-menu .quick-order-form table tr, .quick-order .toggle-content .quick-order-form table tr {
        display: flex;
        align-items: stretch; }
      .quick-order .header-menu .quick-order-form table td, .quick-order .toggle-content .quick-order-form table td {
        margin-right: 1px;
        margin-bottom: 1px;
        padding: 0; }
      .quick-order .header-menu .quick-order-form table td:first-child, .quick-order .toggle-content .quick-order-form table td:first-child {
        flex: 1; }
      .quick-order .header-menu .quick-order-form table td:last-child, .quick-order .toggle-content .quick-order-form table td:last-child {
        margin-right: 0; }
    .quick-order .header-menu .quick-order-form button, .quick-order .toggle-content .quick-order-form button {
      display: block;
      width: 100%;
      text-align: center; }
    .quick-order .header-menu .quick-order-form .quantity-input, .quick-order .toggle-content .quick-order-form .quantity-input {
      padding: 0;
      max-width: 40px;
      text-align: right;
      vertical-align: middle;
      margin-right: 0;
      height: 2rem;
      background: #E8EDF5;
      color: #09214A; }
    .quick-order .header-menu .quick-order-form .select2, .quick-order .toggle-content .quick-order-form .select2 {
      width: 100% !important; }
    .quick-order .header-menu .quick-order-form .select2-container .select2-selection--single, .quick-order .toggle-content .quick-order-form .select2-container .select2-selection--single {
      border-radius: 0;
      height: 2rem;
      border: none; }
      .quick-order .header-menu .quick-order-form .select2-container .select2-selection--single .select2-selection__rendered, .quick-order .toggle-content .quick-order-form .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 2rem;
        white-space: normal; }
      .quick-order .header-menu .quick-order-form .select2-container .select2-selection--single .select2-selection__placeholder, .quick-order .toggle-content .quick-order-form .select2-container .select2-selection--single .select2-selection__placeholder {
        display: none; }
      .quick-order .header-menu .quick-order-form .select2-container .select2-selection--single .select2-selection__arrow, .quick-order .toggle-content .quick-order-form .select2-container .select2-selection--single .select2-selection__arrow {
        height: 2rem;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 20px; }
    .quick-order .header-menu .quick-order-form .select2, .quick-order .toggle-content .quick-order-form .select2 {
      text-align: left;
      vertical-align: middle;
      margin-right: 0;
      margin-left: 0; }
    .quick-order .header-menu .quick-order-form button.emptyrow, .quick-order .toggle-content .quick-order-form button.emptyrow {
      background: #09214A;
      color: #fff;
      padding: 0.5rem !important;
      text-align: center;
      height: 2rem; }
      .quick-order .header-menu .quick-order-form button.emptyrow::before, .quick-order .toggle-content .quick-order-form button.emptyrow::before {
        content: '\f2ed';
        font-family: 'Font Awesome 5 Pro' !important;
        font-weight: 300;
        font-size: .75rem; }
      .quick-order .header-menu .quick-order-form button.emptyrow > span, .quick-order .toggle-content .quick-order-form button.emptyrow > span {
        display: none; }
    .quick-order .header-menu .quick-order-form button.submit, .quick-order .toggle-content .quick-order-form button.submit {
      margin-top: 1rem; }
.quick-order .header-form-label {
  font-size: 1rem; }

/* Mina sidor-meny */
.user-menu {
  position: relative; }
  .user-menu > span {
    display: block;
    position: relative;
    height: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 2.1875rem;
    font-size: .625rem;
    padding: 0 .75rem;
    background: #09214A; }
    @media all and (min-width: 768px) {
      .user-menu > span {
        font-size: .75rem;
        line-height: 2.5rem; } }
    @media all and (min-width: 1280px) {
      .user-menu > span {
        line-height: 3.5rem;
        font-size: .875rem;
        padding: 0 1.25rem; } }
    .user-menu > span::after {
      content: '\f107';
      font-family: 'Font Awesome 5 Pro' !important;
      font-weight: 400;
      margin-left: .5em; }
      @media all and (min-width: 768px) {
        .user-menu > span::after {
          margin-left: .75rem; } }
    .user-menu > span::before {
      display: inline-block;
      width: 1rem;
      text-align: center; }
      @media all and (min-width: 412px) {
        .user-menu > span::before {
          font-family: 'Font Awesome 5 Pro' !important;
          font-weight: 300;
          content: '\f007';
          margin-right: .5em; } }
      @media all and (min-width: 768px) {
        .user-menu > span::before {
          font-size: .875rem;
          margin-right: .75rem; } }
  .user-menu .my-pages.header-menu {
    min-width: 100%; }
    .user-menu .my-pages.header-menu ul {
      list-style: none;
      width: 100%; }
    .user-menu .my-pages.header-menu li {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      white-space: nowrap;
      width: auto;
      background: #124395;
      color: #fff;
      padding: 0 .75rem;
      transition: all .5s ease;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      line-height: 2.1875rem;
      height: 2.1875rem;
      font-size: .625rem;
      position: relative; }
      @media all and (min-width: 768px) {
        .user-menu .my-pages.header-menu li {
          font-size: .75rem;
          height: 2.5rem;
          line-height: 2.5rem; } }
      @media all and (min-width: 1280px) {
        .user-menu .my-pages.header-menu li {
          padding: 0 1.25rem;
          height: 3.5rem;
          line-height: 3.5rem; } }
      .user-menu .my-pages.header-menu li:hover {
        background: #4169AA; }
      .user-menu .my-pages.header-menu li::before {
        margin-right: .5em;
        width: 1rem;
        text-align: center;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        @media all and (min-width: 768px) {
          .user-menu .my-pages.header-menu li::before {
            font-size: 1rem;
            margin-right: .75rem; } }
      .user-menu .my-pages.header-menu li:last-child {
        background: #09214A; }
        .user-menu .my-pages.header-menu li:last-child:hover {
          background: #4169AA; }
    .user-menu .my-pages.header-menu a {
      display: block;
      color: #fff;
      font-weight: 900;
      font-family: "Nunito";
      text-transform: uppercase;
      text-decoration: none;
      padding-left: 1.75rem; }

/* Cart */
div.widget_shopping_cart_content {
  position: relative;
  height: 100%;
  line-height: 2.1875rem;
  height: 100%;
  padding: 0 .75rem;
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 auto; }
  @media all and (min-width: 412px) {
    div.widget_shopping_cart_content {
      padding-right: 0; } }
  @media all and (min-width: 768px) {
    div.widget_shopping_cart_content {
      line-height: 2.8125rem;
      padding: 0 0 0 1rem; } }
  @media all and (min-width: 1280px) {
    div.widget_shopping_cart_content {
      line-height: 3.5rem;
      font-size: .875rem; } }
  div.widget_shopping_cart_content > .cu-cart > a {
    text-decoration: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  div.widget_shopping_cart_content .amount {
    font-size: .5625rem;
    font-weight: 900; }
    @media all and (min-width: 768px) {
      div.widget_shopping_cart_content .amount {
        font-size: .75rem; } }
  div.widget_shopping_cart_content .cart-sum-container {
    margin-left: .75rem;
    position: relative;
    padding-right: .375rem; }
    @media all and (min-width: 768px) {
      div.widget_shopping_cart_content .cart-sum-container {
        padding-right: .75rem; } }
    div.widget_shopping_cart_content .cart-sum-container::before {
      content: '\f291';
      font-family: 'Font Awesome 5 Pro' !important;
      font-weight: 900;
      font-size: .75rem;
      display: block; }
      @media all and (min-width: 768px) {
        div.widget_shopping_cart_content .cart-sum-container::before {
          font-size: .875rem; } }
  div.widget_shopping_cart_content .cart-sum {
    position: absolute;
    display: block;
    right: 0;
    top: .25rem;
    width: .875rem;
    height: .875rem;
    line-height: .875rem;
    font-size: .4rem;
    text-align: center;
    border-radius: 50%;
    background: #09214A; }
    @media all and (min-width: 768px) {
      div.widget_shopping_cart_content .cart-sum {
        width: 1.25rem;
        height: 1.25rem;
        font-size: .625rem;
        line-height: 1.25rem; } }
  div.widget_shopping_cart_content a {
    color: #fff; }

/* Branding */
.site-branding {
  padding: 1.25rem 0; }
  @media all and (min-width: 768px) {
    .site-branding {
      padding: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  @media all and (min-width: 768px) {
    .site-branding .wrapper {
      padding-right: 0; } }
  .site-branding a {
    display: block;
    width: 170px; }
    @media all and (min-width: 1280px) {
      .site-branding a {
        width: 230px; } }
    .site-branding a img {
      width: 100%;
      height: auto;
      display: block; }

/* Huvudmeny - Toggles */
@media all and (min-width: 768px) {
  .site-header {
    position: relative; } }
.site-header .header-menu {
  display: none;
  position: absolute;
  z-index: 99; }

/* Sortiment & Produktkonfig-dropdown */
@media all and (min-width: 768px) {
  .primary-navigation {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 0 0 auto;
    width: calc(100% - 170px - 3rem);
    padding: 1.125rem 0;
    align-items: center;
    justify-content: flex-end;
    position: relative; } }
@media all and (min-width: 1280px) {
  .primary-navigation {
    width: calc(100% - 230px - 3rem); } }
.primary-navigation .products-navigation {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: space-between;
  margin: 0 -.15rem .3rem -.15rem;
  position: relative; }
  @media all and (min-width: 768px) {
    .primary-navigation .products-navigation {
      margin: 0 1rem 0 0;
      position: static; } }
  .primary-navigation .products-navigation .toggle-header-menu {
    -webkit-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0 .15rem; }
    .primary-navigation .products-navigation .toggle-header-menu > span {
      display: block;
      border: 1px solid #E8EDF5;
      width: 100%;
      height: 2.5rem;
      line-height: 2.5rem;
      padding: 0 1.5rem 0 .75rem;
      position: relative;
      font-size: .7rem;
      font-weight: 900;
      color: #124395;
      cursor: pointer;
      transition: all .5s ease; }
      @media all and (min-width: 412px) {
        .primary-navigation .products-navigation .toggle-header-menu > span {
          font-size: .875rem;
          padding: 0 2rem 0 1rem;
          height: 3.5rem;
          line-height: 3.5rem; } }
      @media all and (min-width: 480px) {
        .primary-navigation .products-navigation .toggle-header-menu > span {
          font-size: 1rem;
          padding: 0 2rem 0 1.25rem; } }
      @media all and (min-width: 768px) {
        .primary-navigation .products-navigation .toggle-header-menu > span {
          border: 0; } }
      @media all and (min-width: 1280px) {
        .primary-navigation .products-navigation .toggle-header-menu > span {
          font-size: 1.25rem;
          padding-right: 2.5rem; } }
    .primary-navigation .products-navigation .toggle-header-menu > span::after {
      font-family: 'Font Awesome 5 Pro' !important;
      font-weight: 300;
      content: '\f107';
      position: absolute;
      right: .875rem;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .primary-navigation .products-navigation .toggle-header-menu.is-active > span, .primary-navigation .products-navigation .toggle-header-menu:hover > span {
      background: #124395;
      border-color: #124395;
      color: #fff; }
      @media all and (min-width: 768px) {
        .primary-navigation .products-navigation .toggle-header-menu.is-active > span, .primary-navigation .products-navigation .toggle-header-menu:hover > span {
          border: 0; } }
  .primary-navigation .products-navigation .product-picker-bar {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
    @media all and (min-width: 768px) {
      .primary-navigation .products-navigation .product-picker-bar {
        position: relative; } }
  .primary-navigation .products-navigation .product-picker-menu-list {
    width: calc(100% - .3rem);
    left: .15rem;
    top: 100%;
    overflow: auto; }
    @media all and (min-width: 768px) {
      .primary-navigation .products-navigation .product-picker-menu-list {
        width: 21rem;
        left: 0; } }
    .primary-navigation .products-navigation .product-picker-menu-list .menu {
      width: 100%; }
      .primary-navigation .products-navigation .product-picker-menu-list .menu a {
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: .75rem;
        background: #124395;
        padding: 1.125rem 1rem;
        border-bottom: 1px solid #4169AA;
        transition: all .5s ease;
        font-weight: 900; }
        .primary-navigation .products-navigation .product-picker-menu-list .menu a:hover {
          background: #4169AA;
          text-decoration: none; }

/* Sortiment, mega menu*/
.product-category-menu.mega-menu {
  background: transparent linear-gradient(180deg, #124395 0%, #124395 45%, #4169AA 100%) 0% 0% no-repeat padding-box;
  top: auto;
  border: 1px solid #124395;
  color: #fff;
  width: calc(100% - .3rem); }
  @media all and (min-width: 768px) {
    .product-category-menu.mega-menu {
      right: 0;
      width: calc(100% + 170px + 3rem);
      border: 0; } }
  @media all and (min-width: 1280px) {
    .product-category-menu.mega-menu {
      width: calc(100% + 230px + 3rem); } }
  @media all and (min-width: 768px) {
    .product-category-menu.mega-menu .mega-menu-wrapper {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      padding: 2.5rem; } }
  @media all and (min-width: 1024px) {
    .product-category-menu.mega-menu .mega-menu-wrapper {
      padding: 3.5rem; } }
  @media all and (min-width: 1280px) {
    .product-category-menu.mega-menu .mega-menu-wrapper {
      padding: 3.75rem 5rem; } }
  .product-category-menu.mega-menu .mega-menu-list {
    background: #124395;
    /* Generellt */
    /* Nivå 1 */ }
    @media all and (min-width: 768px) {
      .product-category-menu.mega-menu .mega-menu-list {
        width: 300px;
        background: transparent; } }
    .product-category-menu.mega-menu .mega-menu-list .children {
      display: none; }
    .product-category-menu.mega-menu .mega-menu-list span, .product-category-menu.mega-menu .mega-menu-list a {
      transition: all .5s ease; }
    .product-category-menu.mega-menu .mega-menu-list .term-container span,
    .product-category-menu.mega-menu .mega-menu-list .term-container a {
      text-transform: none;
      font-weight: 900;
      display: block;
      padding-left: .875rem;
      padding-right: .875rem;
      cursor: pointer; }
      @media all and (min-width: 412px) {
        .product-category-menu.mega-menu .mega-menu-list .term-container span,
        .product-category-menu.mega-menu .mega-menu-list .term-container a {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
    .product-category-menu.mega-menu .mega-menu-list a, .product-category-menu.mega-menu .mega-menu-list a:hover, .product-category-menu.mega-menu .mega-menu-list a:visited {
      color: #fff;
      text-decoration: none; }
    .product-category-menu.mega-menu .mega-menu-list .top-level:not(.no-children) > .term-name::after,
    .product-category-menu.mega-menu .mega-menu-list .second-level:not(.no-children) > .term-name::after {
      content: '\f107';
      font-family: 'Font Awesome 5 Pro' !important;
      font-weight: 300;
      position: absolute;
      right: .875rem;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media all and (min-width: 412px) {
        .product-category-menu.mega-menu .mega-menu-list .top-level:not(.no-children) > .term-name::after,
        .product-category-menu.mega-menu .mega-menu-list .second-level:not(.no-children) > .term-name::after {
          right: 1.25rem; } }
    .product-category-menu.mega-menu .mega-menu-list .top-level:not(.no-children) > .term-name.open::after,
    .product-category-menu.mega-menu .mega-menu-list .second-level:not(.no-children) > .term-name.open::after {
      content: '\f106'; }
    .product-category-menu.mega-menu .mega-menu-list .top-level > .term-name,
    .product-category-menu.mega-menu .mega-menu-list .second-level > .term-name {
      padding-right: 2.5rem;
      position: relative; }
    .product-category-menu.mega-menu .mega-menu-list li.top-level > .term-name {
      padding-top: .875rem;
      padding-bottom: .875rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      @media all and (min-width: 412px) {
        .product-category-menu.mega-menu .mega-menu-list li.top-level > .term-name {
          padding-top: 1.125rem;
          padding-bottom: 1.125rem; } }
      .product-category-menu.mega-menu .mega-menu-list li.top-level > .term-name:hover, .product-category-menu.mega-menu .mega-menu-list li.top-level > .term-name.open {
        background: rgba(255, 255, 255, 0.3); }
    .product-category-menu.mega-menu .mega-menu-list li.second-level > .term-name {
      font-size: .875rem;
      padding-top: .6rem;
      padding-bottom: .6rem;
      padding-left: 1.5rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      @media all and (min-width: 412px) {
        .product-category-menu.mega-menu .mega-menu-list li.second-level > .term-name {
          padding-left: 2rem; } }
      .product-category-menu.mega-menu .mega-menu-list li.second-level > .term-name:hover, .product-category-menu.mega-menu .mega-menu-list li.second-level > .term-name.open {
        background: rgba(255, 255, 255, 0.2); }
    .product-category-menu.mega-menu .mega-menu-list li.third-level > .term-name {
      position: relative;
      font-weight: 400;
      padding-top: .25rem;
      padding-bottom: .25rem;
      padding-left: 2rem;
      font-size: .875rem; }
      @media all and (min-width: 412px) {
        .product-category-menu.mega-menu .mega-menu-list li.third-level > .term-name {
          padding-left: 2.5rem; } }
      .product-category-menu.mega-menu .mega-menu-list li.third-level > .term-name:hover {
        background: rgba(255, 255, 255, 0.1); }
        .product-category-menu.mega-menu .mega-menu-list li.third-level > .term-name:hover .product-count {
          color: white; }
    .product-category-menu.mega-menu .mega-menu-list li .product-count {
      position: absolute;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.5);
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: .75rem; }
    .product-category-menu.mega-menu .mega-menu-list:hover {
      background: rgba(255, 255, 255, 0.1); }
      .product-category-menu.mega-menu .mega-menu-list:hover .product-count {
        color: white; }
    .product-category-menu.mega-menu .mega-menu-list ul.third-level.children {
      padding: .5rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .product-category-menu.mega-menu .mega-menu-categories {
    width: calc(100% - 300px);
    display: none; }
    @media all and (min-width: 768px) {
      .product-category-menu.mega-menu .mega-menu-categories {
        display: block;
        padding-left: 2.5rem; } }
    @media all and (min-width: 1024px) {
      .product-category-menu.mega-menu .mega-menu-categories {
        padding-left: 3.5rem; } }
    .product-category-menu.mega-menu .mega-menu-categories a,
    .product-category-menu.mega-menu .mega-menu-categories a:hover {
      color: #fff;
      text-decoration: none; }
    .product-category-menu.mega-menu .mega-menu-categories .second-level-list,
    .product-category-menu.mega-menu .mega-menu-categories .third-level-list {
      display: none; }
    .product-category-menu.mega-menu .mega-menu-categories .term-list {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      flex-wrap: wrap;
      margin: 0 -1.25rem; }
      .product-category-menu.mega-menu .mega-menu-categories .term-list > li {
        -webkit-box-flex: 0 0 calc(50% - 2.5rem);
        -webkit-flex: 0 0 calc(50% - 2.5rem);
        -ms-flex: 0 0 calc(50% - 2.5rem);
        flex: 0 0 calc(50% - 2.5rem);
        margin: 0 1.25rem 2.5rem 1.25rem;
        width: calc(50% - 2.5rem);
        max-width: calc(50% - 2.5rem); }
        @media all and (min-width: 1024px) {
          .product-category-menu.mega-menu .mega-menu-categories .term-list > li {
            -webkit-box-flex: 0 0 calc(33% - 2.5rem);
            -webkit-flex: 0 0 calc(33% - 2.5rem);
            -ms-flex: 0 0 calc(33% - 2.5rem);
            flex: 0 0 calc(33% - 2.5rem);
            max-width: calc(33% - 2.5rem); } }
        @media all and (min-width: 1366px) {
          .product-category-menu.mega-menu .mega-menu-categories .term-list > li {
            -webkit-box-flex: 0 0 calc(25% - 2.5rem);
            -webkit-flex: 0 0 calc(25% - 2.5rem);
            -ms-flex: 0 0 calc(25% - 2.5rem);
            flex: 0 0 calc(25% - 2.5rem);
            max-width: calc(25% - 2.5rem); } }
      .product-category-menu.mega-menu .mega-menu-categories .term-list .image-container {
        background: #fff;
        padding-bottom: 100%;
        position: relative;
        margin-bottom: 1.25rem;
        overflow: hidden; }
        .product-category-menu.mega-menu .mega-menu-categories .term-list .image-container img {
          width: calc(100% - 2rem);
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .product-category-menu.mega-menu .mega-menu-categories .term-list .category-title {
        position: relative;
        font-size: .75rem;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
        @media all and (min-width: 1280px) {
          .product-category-menu.mega-menu .mega-menu-categories .term-list .category-title {
            font-size: .875rem; } }
        .product-category-menu.mega-menu .mega-menu-categories .term-list .category-title .product-count {
          margin-left: auto;
          padding-left: .5em;
          display: none; }
          @media all and (min-width: 1024px) {
            .product-category-menu.mega-menu .mega-menu-categories .term-list .category-title .product-count {
              display: block; } }

/* Produktkonfigurator, iframe */
/* Sök */
.header-search .placeholder {
  background: #E8EDF5;
  height: 3.5rem;
  font-size: .75rem;
  line-height: 3.5rem;
  padding: 0 .75rem;
  overflow: hidden; }

.modal-header {
  padding-top: 0;
  border: 0;
  min-height: 2.75rem; }
  .modal-header .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 2.25rem;
    height: 2.25rem;
    background: 0; }
    .modal-header .close span {
      display: none; }
  .modal-header .close:before,
  .modal-header .close:after {
    position: absolute;
    left: calc(2.25rem / 2);
    content: ' ';
    height: 2.25rem;
    width: 1px;
    background-color: #333;
    top: 0; }
  .modal-header .close:before {
    transform: rotate(45deg); }
  .modal-header .close:after {
    transform: rotate(-45deg); }

#user-login-modal .modal-content,
#apply-account-modal .modal-content,
#site-language-modal .modal-content,
#heart-not-logged-in-modal .modal-content,
#request-offer-modal .modal-content {
  width: 100%;
  max-width: 480px; }
  @media all and (min-width: 560px) {
    #user-login-modal .modal-content,
    #apply-account-modal .modal-content,
    #site-language-modal .modal-content,
    #heart-not-logged-in-modal .modal-content,
    #request-offer-modal .modal-content {
      padding: 3rem; } }
#user-login-modal h1,
#apply-account-modal h1,
#site-language-modal h1,
#heart-not-logged-in-modal h1,
#request-offer-modal h1 {
  margin-bottom: 2.5rem; }

#user-login-modal form label {
  text-transform: uppercase;
  font-weight: 900;
  font-size: .75rem;
  display: block;
  margin-bottom: .5rem; }
#user-login-modal form .login-username input,
#user-login-modal form .login-password input,
#user-login-modal form .login-submit input {
  display: block;
  width: 100%; }
#user-login-modal form .login-username,
#user-login-modal form .login-password {
  margin-bottom: .875rem; }
  #user-login-modal form .login-username input,
  #user-login-modal form .login-password input {
    background: #E8EDF5;
    border: 1px solid #A0B4D5;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1rem; }
#user-login-modal form .login-submit {
  text-align: center;
  margin-bottom: 1.25rem; }
#user-login-modal .forgotten-password {
  display: block;
  font-weight: 900;
  margin: 1.5rem 0;
  font-size: .875rem; }
  @media all and (min-width: 560px) {
    #user-login-modal .forgotten-password {
      margin: 2rem 0; } }
#user-login-modal .new-customer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1.5rem; }
  @media all and (min-width: 560px) {
    #user-login-modal .new-customer {
      padding-top: 2rem; } }
  #user-login-modal .new-customer h2 {
    font-size: 1.125rem; }
  #user-login-modal .new-customer button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    font-size: .875rem;
    text-decoration: underline;
    background: none;
    color: #124395;
    font-weight: 900; }

.langlist li {
  font-size: 1.625rem;
  margin-bottom: 1.5rem; }
  .langlist li a {
    color: #09214A;
    font-weight: 900;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    line-height: 1.3;
    align-items: center; }
  .langlist li img {
    margin-right: 1.25rem; }

#heart-not-logged-in-modal .modal-body .close {
  font-size: inherit;
  color: #124395;
  text-decoration: underline;
  float: none;
  opacity: 1; }

/*# sourceMappingURL=header.css.map */
