﻿.btn {
  border: 0;
  border-radius: 5px;
  display: inline-block;
  font-family: Barlow, Helvetica, sans-serif;
  font-weight: 500;
  padding: 10px 30px;
  transition: border .3s ease, background .2s ease; }
  .btn:hover, .btn:focus {
    box-shadow: none;
    outline: none;
    text-decoration: none; }
  .btn.disabled {
    background-color: #6f6f6f;
    color: #ffffff; }

.btn-primary {
  background-color: #003E52;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #20D27D; }

.btn-secondary {
  background-color: #20D27D;
  color: #004656; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #003E52; }
  .btn-secondary.btn-outline--secondary {
    border: 2px solid #20D27D; }
    .btn-secondary.btn-outline--secondary:hover, .btn-secondary.btn-outline--secondary:focus {
      border-color: #003E52;
      color: #fff; }

.btn-outline {
  background-color: transparent;
  border: 2px solid #003E52;
  color: #003E52; }
  .btn-outline:hover, .btn-outline:focus {
    background-color: #003E52;
    color: #ffffff; }

.btn-outline--primary {
  border-color: #20D27D; }
  .btn-outline--primary:hover, .btn-outline--primary:focus {
    background-color: #20D27D;
    color: #004656; }

.btn-link {
  color: #0d71ef;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(9.0535714286, 78.6964285714, 166.4464285714);
}
.btn-link.color-inherit {
  color: inherit !important;
}

.btn-sm {
  font-size: 16px;
  padding: 12px 25px; }

.btn-xs {
  font-size: 16px !important;
  padding: 4px 20px !important; }

.jq-date-picker {
  width: 100%;
  max-width: 134px; }

.btn-wide {
  width: 100%; }

.btn-social {
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-social.btn-facebook {
    background-color: #3b5998;
    color: #fff; }
  .btn-social.btn-google {
    background-color: #fff;
    border: 1px solid #979797;
    color: #000; }
  .btn-social svg {
    max-width: 22px;
    height: 22px;
    margin-right: 14px;
    overflow: visible; }

h1, .h1 {
  font-family: Epilogue, Barlow, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 22px 0; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 44px;
      line-height: 52px;
      margin-bottom: 32px; } }

.page-title {
  font-family: Epilogue, Barlow, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 22px 0; }
  @media (min-width: 768px) {
    .page-title {
      font-size: 38px;
      line-height: 52px;
      margin-bottom: 32px; } }

h2, .h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 31px;
  font-weight: 400; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 32px;
      line-height: 38px; } }

h3,
.h3,
.section-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #003E52; }
  @media (min-width: 768px) {
    h3,
    .h3,
    .section-title {
      font-size: 30px;
      line-height: 38px;
      margin-bottom: 30px; } }

h4, .h4 {
  color: #272727;
  font-size: 18px;
  font-family: Epilogue, Barlow, Helvetica, sans-serif;
  line-height: 26px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 16px; } }

h5, .h5 {
  color: #272727;
  font-size: 16px;
  font-family: Barlow, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 19px;
  margin: 12px 0 8px 0; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 17px;
      line-height: 20px; } }

p, li {
  color: #6F6F6F; }
  p.fs-md, li.fs-md {
    font-size: 16px; }
    @media (min-width: 768px) {
      p.fs-md, li.fs-md {
        font-size: 18px; } }

address {
  font-size: 14px;
  color: #6F6F6F; }

.StrikeThrough {
  text-decoration: line-through;
  color: #777;
  font-size: 16px; }

label {
  color: #6F6F6F;
  font-weight: 500; }
  label.label-control-secondary {
    color: #003E52;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 18px; }

.form-inline input {
  margin-bottom: 0 !important; }

.form-control {
  border-width: 1px;
  border-style: solid;
  resize: none; }
  .form-control.highlighted {
    border-color: #20D27D;
    border-width: 2px; }
  .form-control:focus {
    border-width: 0.2rem; }
  .form-control.input-sm {
    font-size: 16px;
    padding: 8px 10px; }
  .form-control ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777777; }
  .form-control ::-moz-placeholder {
    /* Firefox 19+ */
    color: #777777; }
  .form-control :-ms-input-placeholder {
    /* IE 10+ */
    color: #777777; }
  .form-control :-moz-placeholder {
    /* Firefox 18- */
    color: #777777; }

textarea.form-control {
  height: 96px; }

.custom-select {
  font-weight: 500; }
  .custom-select-sm {
    background-position-x: 98%; }

.control-label {
  color: #272727;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 7px 0; }

.form-helper {
  font-size: 0.875rem; }
  .form-helper a {
    color: #003E52;
    text-decoration: underline; }

.form-group-prepend {
  position: relative;
  width: 100%; }
  .form-group-prepend span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    color: #003E52; }
  .form-group-prepend .form-control {
    padding-left: 30px; }

input[type="checkbox"] {
  height: 19px;
  width: 19px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #38d97a;
  box-shadow: 0 0 0 2px rgba(32, 210, 125, 0.25);
  outline: 0; }
  input[type="checkbox"]:checked {
    background: #fff url(/img/icons/check.png) no-repeat;
    background-size: 12px;
    background-position: center right 1.5px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #20D27D; }

.select2-container {
  height: 100%; }
  .select2-container .select2-selection.select2-selection--single {
    height: 48px;
    padding: 8px 38px 8px 10px; }
    .select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
      padding: 0;
      line-height: 30px;
      color: #777; }
    .select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px; }
      .select2-container .select2-selection.select2-selection--single .select2-selection__arrow::before {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #777; }
      .select2-container .select2-selection.select2-selection--single .select2-selection__arrow b {
        display: none; }

.textarea-static {
  background: none !important;
  border: none;
  padding: 0;
  margin: 0; }

.breadcrumb {
  margin: 0;
  padding: 0; }
  .breadcrumb__item:after {
    content: '>';
    margin: 0 4px 0 2px; }
  .breadcrumb__item:last-of-type:after {
    content: none; }
  .breadcrumb__link {
    color: #003E52;
    font-weight: 300;
    font-size: 12px;
    text-decoration-line: underline; }
    .breadcrumb__link:hover, .breadcrumb__link:focus {
      color: #003E52; }
    .breadcrumb__link--current {
      text-decoration: none; }

.modal__close {
  background-color: transparent;
  border: 0;
  color: #979797;
  padding: 0;
  position: absolute;
  transition: color .3s ease;
  width: 18px;
  z-index: 2;
  right: 12px;
  top: 36px; }
  .modal__close:hover, .modal__close:focus {
    color: #20D27D;
    cursor: pointer;
    outline: none; }
  .modal__close svg {
    width: 100%; }
  @media (min-width: 768px) {
    .modal__close {
      right: 30px; } }

.modal .modal-dialog {
  max-width: 740px;
  width: 100%;
  padding: 25px;
  margin: 0 auto; }

.modal .modal-content {
  background-color: #eaf0f3;
  border: none;
  -webkit-box-shadow: 0px 6px 16px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 16px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 16px 3px rgba(0, 0, 0, 0.2); }

.modal .modal-body {
  padding: 30px;
  max-height: calc(100vh - 80px);
  overflow-y: auto; }
  .modal .modal-body__section {
    padding-bottom: 14px;
    padding-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #d8d8d8; }
    .modal .modal-body__section .row {
      padding-bottom: 10px; }
    .modal .modal-body__section:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .modal .modal-body__section__title {
      font-size: 32px;
      color: #003E52;
      line-height: 38px;
      margin: 0 0 18px; }
    .modal .modal-body__section__subtitle {
      font-weight: 600;
      color: rgba(0, 0, 0, 0.87);
      margin: 0 0 6px; }
    .modal .modal-body__section__price {
      font-size: 19px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.87); }

@media (min-width: 768px) {
  .action-modal {
    width: 630px; } }

.action-modal .modal-content {
  border: 0;
  position: relative; }

.action-modal__close {
  top: 24px;
  right: 30px; }

.action-modal .modal-body {
  padding: 40px 20px 20px 20px; }
  @media (min-width: 768px) {
    .action-modal .modal-body {
      padding: 74px 104px 87px 104px; } }

.action-modal__icon {
  display: block;
  margin: 40px auto 25px auto;
  width: 72px; }

.action-modal__title {
  margin: 0 0 6px 0; }

.action-modal__description {
  margin: 0 0 19px 0; }

.action-modal__input-wrapper {
  margin-top: 19px; }
  @media (min-width: 768px) {
    .action-modal__input-wrapper {
      padding-left: 110px;
      padding-right: 110px; } }

.action-modal__btn {
  margin-top: 30px; }

.text-modal .modal-content {
  background-color: #ffffff; }

.text-modal .modal-body {
  padding: 40px 20px 20px 20px; }
  @media (min-width: 768px) {
    .text-modal .modal-body {
      padding: 45px 35px 100px 35px; } }

.text-modal__close {
  right: 20px;
  top: 15px; }
  @media (min-width: 768px) {
    .text-modal__close {
      right: 35px;
      top: 20px; } }

.text-modal__title {
  margin: 0 0 24px 0; }

.text-modal__contact-footer {
  margin-top: 20px; }

.text-modal .delivery-terms-block h2, .text-modal .delivery-terms-block h3, .text-modal .delivery-terms-block h4 {
  margin-bottom: 3px; }

.slick-arrow {
  background-color: transparent;
  border: 0;
  color: #d8d8d8;
  padding: 0;
  transition: color .3s ease; }
  .slick-arrow:hover {
    cursor: pointer; }
  .slick-arrow:hover, .slick-arrow:focus {
    color: #003E52;
    outline: none; }
  .slick-arrow svg {
    display: block;
    width: 20px; }
    @media (min-width: 768px) {
      .slick-arrow svg {
        width: 42px; } }

.quick-view-modal {
  overflow: hidden; }
  .quick-view-modal__body {
    background-color: #ffffff;
    padding: 20px; }
    @media (min-width: 768px) {
      .quick-view-modal__body {
        padding-bottom: 42px;
        padding-top: 36px; } }
    .quick-view-modal__body__product-title {
      margin-bottom: 19px; }
      @media (min-width: 768px) {
        .quick-view-modal__body__product-title {
          margin-top: 20px;
          padding-right: 80px; } }
    .quick-view-modal__body__product-code {
      color: #272727;
      margin: 0 0 17px 0; }
    .quick-view-modal__body__view-more {
      display: inline-block;
      margin-top: 17px; }
  .quick-view-modal__footer {
    background-color: #eaf0f3;
    padding: 20px; }
    .quick-view-modal__footer__sort {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .quick-view-modal__footer__sort {
          margin-top: 0; } }
    .quick-view-modal__footer__buying-options {
      margin-top: 5px; }
      .quick-view-modal__footer__buying-options .buying-option {
        margin-bottom: 8px; }
        .quick-view-modal__footer__buying-options .buying-option:last-of-type {
          margin-bottom: 0; }
      .quick-view-modal__footer__buying-options__nopostcode {
        font-weight: 300;
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
    .quick-view-modal__footer .buying-option__add-to-cart {
      width: 100%; }
  .quick-view-modal__close {
    background-color: transparent;
    border: 0;
    color: #575757;
    display: block;
    margin: 0 0 30px auto;
    padding: 0;
    width: 20px;
    z-index: 2; }
    .quick-view-modal__close:hover {
      color: #20D27D;
      cursor: pointer; }
    @media (min-width: 768px) {
      .quick-view-modal__close {
        margin: 0;
        position: absolute;
        right: 20px;
        top: 20px; } }
    .quick-view-modal__close svg {
      width: 100%; }

.buying-option {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  padding: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .buying-option--extra-padding {
      padding: 20px 20px 0 20px; } }
  .buying-option__rating {
    margin: 0; }
    .buying-option__rating__item {
      color: #ebebeb;
      display: inline-block;
      font-size: 15px; }
      .buying-option__rating__item--filled {
        color: #ffd000; }
  .buying-option__delivery-info {
    margin: 0.25rem 0 0 0;
    /*8px 0 0 0;*/ }
    .buying-option__delivery-info a {
      color: inherit;
      text-decoration: underline; }
      .buying-option__delivery-info a:hover, .buying-option__delivery-info a:focus {
        color: #20D27D; }
    .buying-option__delivery-info__details {
      margin-top: 20px; }
      .buying-option__delivery-info__details i {
        margin-right: 10px; }
      .buying-option__delivery-info__details .spanMinimumOrder, .buying-option__delivery-info__details .spanDeliveryCost {
        margin-top: 8px; }
  .buying-option__price {
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin: 10px 0;
    color: #000; }
    @media (min-width: 992px) {
      .buying-option__price {
        margin: 0; } }
  .buying-option__per-item {
    color: #6F6E6F;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 12px; }
  .buying-option__quantity-label {
    margin: 0 25px 0 0; }
  .buying-option__add-to-cart {
    background-color: #20D27D;
    border: 0;
    border-radius: 4px;
    color: #191919;
    display: block;
    margin: 10px 0 0 0;
    padding: 16px;
    transition: background-color .3s ease, color .3s ease;
    width: 100%;
    font-size: 14px; }
    @media (min-width: 992px) {
      .buying-option__add-to-cart {
        margin: 0;
        width: 115px; } }
    .buying-option__add-to-cart:hover, .buying-option__add-to-cart:focus {
      background-color: #003E52;
      color: #ffffff;
      cursor: pointer; }
    .buying-option__add-to-cart__icon {
      width: 45px; }
    .buying-option__add-to-cart__container {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: flex-end;
      align-items: flex-end; }
    .buying-option__add-to-cart i {
      /*margin: 13px;*/
      /*color:red;*/ }
  .buying-option__in-stock {
    color: #6F6E6F;
    font-size: 14px; }
    .buying-option__in-stock i {
      font-size: 10px;
      color: #20D27D; }
  .buying-option__total-price {
    padding: 12px;
    color: #003E52;
    font-size: 14px;
    font-weight: 700;
    margin: 10px -20px 0 -20px; }
    @media (min-width: 768px) {
      .buying-option__total-price {
        background: #f1f1f1; } }
    .buying-option__total-price__message {
      align-items: center;
      display: flex; }
    .buying-option__total-price__amount {
      font-size: 20px;
      margin-top: 0px;
      line-height: 20px; }
  .buying-option__upsell {
    margin-top: 15px;
    padding: 10px !important;
    font-weight: 500; }
  .buying-option__merchant-promotion {
    font-weight: bold;
    padding: 5px;
    text-align: left;
    margin-top: 10px;
    width: 100%; }

.header {
  background-color: #ffffff;
  padding: 20px 0; }
  @media (max-width: 991.98px) {
    .header {
      padding-top: 0px;
      position: fixed;
      top: 0;
      transition: top 0.2s ease-in-out;
      z-index: 999;
      width: 100%; } }
  @media (max-width: 991.98px) {
    .header__row {
      margin: 0px;
      padding: 0px; }
      .header__row [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  @media (max-width: 991.98px) {
    .header .container {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 100%; } }
  .header.header-shadow {
    border-bottom: 1px solid #f5f5f5; }
  @media (min-width: 768px) {
    .header {
      padding: 10px 0 20px 0; }
      .header.header-shadow {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); } }
  @media (max-width: 991.98px) {
    .header__logo-container {
      align-items: center;
      margin-top: 8px; } }
  .header__logo {
    display: block;
    max-width: 120px; }
    @media (min-width: 992px) {
      .header__logo {
        max-width: 300px; } }
  .header__actions {
    margin: 0; }
    .header__actions__item {
      display: inline-block;
      margin-right: 20px; }
      .header__actions__item:last-of-type {
        margin-right: 0; }
      @media (min-width: 992px) {
        .header__actions__item {
          margin-right: 16px; } }
    .header__actions__icon {
      display: inline-block;
      width: 26px;
      position: relative; }
      @media (min-width: 992px) {
        .header__actions__icon {
          margin-right: 6px;
          width: 26px; } }
      @media (max-width: 991.98px) {
        .header__actions__icon {
          margin-top: 8px; } }
      .header__actions__icon__badge {
        position: absolute;
        top: -10px;
        right: -10px;
        text-align: center;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #20D27D;
        color: white;
        font-size: 9px; }
    .header__actions__link {
      color: #272727;
      display: block;
      font-size: 14px;
      vertical-align: middle; }
      @media (min-width: 992px) {
        .header__actions__link {
          font-size: 16px; } }
      .header__actions__link:hover, .header__actions__link:focus {
        color: #20D27D;
        text-decoration: none; }

.banner * {
  margin-bottom: 0px; }

@media (max-width: 991.98px) {
  .header.nav-up {
    top: -125px; }
  body {
    padding-top: 125px; } }

.footer {
  background-color: #f8f6f7;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .footer {
      padding: 45px 0; } }
  .footer__nav-title {
    color: #003E52;
    margin: 0 0 8px 0; }
  .footer__nav {
    margin: 0 0 30px 0; }
    .footer__nav__item {
      display: block;
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 7px 0; }
    .footer__nav__link {
      color: #676767; }
      .footer__nav__link:hover, .footer__nav__link:focus {
        color: #20D27D;
        text-decoration: none; }
  .footer__social-title {
    color: #003E52;
    font-family: Epilogue, Barlow, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px; }
  .footer__social-links {
    margin-bottom: 30px;
    padding: 0; }
    .footer__social-links__item {
      display: inline-block;
      margin-right: 16px; }
      .footer__social-links__item:last-of-type {
        margin-right: 0; }
    .footer__social-links__link {
      background-color: #003E52;
      border-radius: 100%;
      display: block;
      height: 28px;
      padding: 1px 0 10px 0;
      text-align: center;
      width: 28px; }
      .footer__social-links__link img {
        height: 100%;
        width: auto; }
  .footer__copyright-notice {
    color: #676767;
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .footer__copyright-notice {
        margin-top: 30px; } }

.navigation {
  position: relative; }
  .navigation__trigger {
    background-color: #d7f7e4;
    border-radius: 5px;
    color: #003E52;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    line-height: 48px;
    padding: 0 50px 0 20px;
    position: relative;
    transition: background-color .3s ease;
    width: 100%; }
    .navigation__trigger:before {
      color: #191919;
      content: '\f0c9';
      font-family: "Font Awesome 5 Pro";
      font-size: 18px;
      font-weight: 500;
      position: absolute;
      right: 18px;
      top: 0; }
    .navigation__trigger:hover, .navigation__trigger:focus {
      background-color: #e3faec;
      color: #272727;
      text-decoration: none; }
    .navigation__trigger .navigation__toggle {
      height: 16px;
      width: 22px;
      position: relative; }
      .navigation__trigger .navigation__toggle span {
        background-color: #191919;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
        overflow: hidden;
        transition: 0.3s transform ease; }
        @media screen and (prefers-reduced-motion: reduce) {
          .navigation__trigger .navigation__toggle span {
            transition: none; } }
        .navigation__trigger .navigation__toggle span:first-child {
          top: calc(50% - 6px); }
        .navigation__trigger .navigation__toggle span:last-child {
          top: calc(50% + 6px); }
    .navigation__trigger.open > .navigation__toggle span {
      top: 50%; }
      .navigation__trigger.open > .navigation__toggle span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(45deg); }
      .navigation__trigger.open > .navigation__toggle span:nth-child(2) {
        opacity: 0; }
      .navigation__trigger.open > .navigation__toggle span:nth-child(3) {
        transform: translate(-50%, -50%) rotate(-45deg); }
  .navigation__popout {
    background-color: #f5f5f5;
    border-radius: 5px;
    display: none;
    margin: 0;
    overflow: hidden;
    margin-top: 6px;
    min-height: 0;
    transition: min-height .3s ease, width .3s ease;
    width: 100%;
    z-index: 100;
    top: 40px;
    left: 0px;
    position: absolute; }
    @media (min-width: 768px) {
      .navigation__popout {
        box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 6px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
        width: 360px; } }
    .navigation__popout__inner {
      position: relative; }
  .navigation__primary {
    margin: 0;
    padding: 0; }
  .navigation__item {
    background-color: transparent;
    transition: background-color .3s ease;
    width: 100%; }
    @media (min-width: 768px) {
      .navigation__item {
        width: 360px; } }
    @media (min-width: 1200px) {
      .navigation__item:hover, .navigation__item:focus {
        background-color: #84e4a1; } }
    @media (min-width: 1200px) {
      .navigation__item:hover .navigation__submenu, .navigation__item:focus .navigation__submenu {
        display: block; } }
    .navigation__item--has-sub {
      padding-right: 50px;
      position: relative; }
      @media (min-width: 1200px) {
        .navigation__item--has-sub {
          padding-right: 0;
          position: static; } }
      .navigation__item--has-sub:after {
        background-image: url("../img/icons/chevron-down.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        height: 20px;
        opacity: .6;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px; }
        @media (min-width: 1200px) {
          .navigation__item--has-sub:after {
            content: none; } }
    .navigation__item--sub {
      background-color: #ffffff; }
      .navigation__item--sub:hover {
        background-color: #eefbf4; }
  .navigation__link {
    color: #272727;
    display: block;
    padding: 10px 20px; }
    .navigation__link:hover, .navigation__link:focus {
      color: #272727;
      text-decoration: none; }
    .navigation__link__icon {
      display: inline-block;
      margin-right: 12px;
      width: 29px; }
  .navigation__submenu {
    background-color: #ffffff;
    display: none;
    margin: 0 -50px 0 0;
    padding: 0;
    top: 0; }
    @media (min-width: 1200px) {
      .navigation__submenu {
        left: 360px;
        margin-right: 0;
        min-height: 100%;
        position: absolute; } }

.product-card {
  height: 100%;
  position: relative; }
  .product-card:hover .product-card__inner, .product-card:focus .product-card__inner {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    color: #272727;
    padding-bottom: 0;
    text-decoration: none; }
    .product-card:hover .product-card__inner:after, .product-card:focus .product-card__inner:after {
      height: 6px; }
  .product-card:hover .product-card__quick-view, .product-card:focus .product-card__quick-view {
    opacity: 1;
    transform: scale(1); }
  .product-card__inner {
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    color: #272727;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-bottom: 6px;
    position: relative;
    transition: all .3s ease; }
    .product-card__inner:after {
      background-color: #20D27D;
      bottom: 0;
      content: '';
      display: block;
      height: 0;
      left: 0;
      position: absolute;
      transition: height .3s ease;
      width: 100%; }
  .product-card__image {
    background-color: #003E52;
    background-position: center;
    background-size: cover;
    display: block;
    padding-bottom: 100%;
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 10px; }
  .product-card__content {
    background-color: #ffffff;
    padding: 20px 10px 10px 10px; }
    @media (min-width: 768px) {
      .product-card__content {
        padding: 8px 16px 10px 16px; } }
  .product-card__title {
    font-family: Barlow, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    height: 60px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical; }
    .product-card__title.short {
      height: 35px; }
  .product-card__small-text {
    color: #676767;
    font-size: 12px;
    line-height: 16px; }
    .product-card__small-text.sold-by {
      min-height: 2.7em; }
  .product-card__pricing {
    margin-top: 8px; }
  .product-card__price-prefix {
    display: inline-block;
    margin: 0 4px 0 0; }
  .product-card__price {
    color: #272727;
    display: inline-block;
    font-family: Epilogue, Barlow, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    margin: 0; }
    .product-card__price--light {
      color: #20D27D; }
  .product-card__quick-view {
    background-color: rgba(56, 217, 122, 0.5);
    border-radius: 4px;
    color: #272727;
    display: none;
    font-family: Epilogue, Barlow, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    opacity: 0;
    padding: 16px 28px;
    position: absolute;
    right: 20px;
    transform: scale(0);
    top: 20px;
    transition: all .4s ease;
    z-index: 2; }
    @media (min-width: 768px) {
      .product-card__quick-view {
        display: block; } }
    .product-card__quick-view:hover {
      color: #ffffff;
      text-decoration: none; }

.custom-quantity-input {
  background-color: #ffffff;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  max-width: 150px;
  padding: 7px 40px;
  position: relative;
  text-align: center;
  width: 100%; }
  .custom-quantity-input--small {
    padding: 2px 30px; }
    .custom-quantity-input--small input {
      font-size: 14px;
      height: 20px; }
    .custom-quantity-input--small .custom-quantity-input__btn {
      top: 0; }
      .custom-quantity-input--small .custom-quantity-input__btn svg {
        width: 10px; }
      .custom-quantity-input--small .custom-quantity-input__btn--minus {
        left: 14px; }
      .custom-quantity-input--small .custom-quantity-input__btn--plus {
        right: 14px; }
  .custom-quantity-input--narrow {
    padding-left: 20px;
    padding-right: 20px; }
    .custom-quantity-input--narrow .custom-quantity-input__btn svg {
      width: 10px; }
    .custom-quantity-input--narrow .custom-quantity-input__btn--minus {
      left: 10px; }
    .custom-quantity-input--narrow .custom-quantity-input__btn--plus {
      right: 10px; }
  .custom-quantity-input input {
    border: 0;
    font-size: 17px;
    margin: 0 -20px 0 0;
    padding: 0;
    width: 40px; }
    .custom-quantity-input input:focus {
      outline: none; }
  .custom-quantity-input__btn {
    background-color: transparent;
    border: 0;
    color: #003E52;
    margin: 0;
    padding: 0;
    position: absolute;
    transition: color .3s ease; }
    .custom-quantity-input__btn:hover {
      color: #20D27D;
      cursor: pointer; }
    .custom-quantity-input__btn:focus {
      outline: none; }
    .custom-quantity-input__btn svg {
      width: 12px; }
    .custom-quantity-input__btn--minus {
      left: 20px; }
    .custom-quantity-input__btn--plus {
      right: 20px; }
  .custom-quantity-input__upsell {
    max-width: 100%;
    margin-top: 10px; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.sidebar-basket {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%; }
  .sidebar-basket.open .sidebar-basket__inner {
    right: 0;
    transition: right .4s ease .3s; }
  .sidebar-basket__inner {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    right: -100vw;
    top: 0;
    transition: right 1s ease;
    width: 100%; }
    @media (min-width: 768px) {
      .sidebar-basket__inner {
        width: 50%; } }
    @media (min-width: 992px) {
      .sidebar-basket__inner {
        width: 456px; } }
  .sidebar-basket__header {
    background-color: #003E52;
    padding: 20px 30px; }
    .sidebar-basket__header__title {
      color: #ffffff;
      font-weight: 600; }
      @media (min-width: 768px) {
        .sidebar-basket__header__title {
          font-size: 28px;
          line-height: 32px; } }
    .sidebar-basket__header__close {
      color: #ffffff;
      display: block;
      width: 20px; }
      .sidebar-basket__header__close:hover, .sidebar-basket__header__close:focus {
        color: #20D27D; }
      .sidebar-basket__header__close svg {
        width: 100%; }
  .sidebar-basket__body {
    padding: 25px 0;
    overflow: auto; }
    .sidebar-basket__body__inner {
      height: 100%;
      width: 100%; }
    .sidebar-basket__body .basket-item {
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .sidebar-basket__body .basket-item {
          padding-left: 30px;
          padding-right: 30px; } }
  .sidebar-basket__footer {
    padding: 0 20px 20px 20px; }
    .sidebar-basket__footer__delivery {
      border-top: 1px solid #979797;
      padding-top: 10px; }
      .sidebar-basket__footer__delivery p, .sidebar-basket__footer__delivery h3 {
        color: #20D27D; }
    .sidebar-basket__footer label {
      font-weight: bold; }
    @media (min-width: 768px) {
      .sidebar-basket__footer {
        padding: 10px 30px 20px 30px; } }
    .sidebar-basket__footer__vat {
      color: #6f6f6f;
      margin-right: 6px; }
    .sidebar-basket__footer__total {
      color: #000000;
      font-size: 20px;
      font-family: Epilogue, Barlow, Helvetica, sans-serif;
      font-weight: 700;
      line-height: 22px; }
      @media (min-width: 768px) {
        .sidebar-basket__footer__total {
          font-size: 32px;
          line-height: 34px; } }
      .sidebar-basket__footer__total--small {
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 768px) {
          .sidebar-basket__footer__total--small {
            font-size: 24px;
            line-height: 28px; } }
    .sidebar-basket__footer__totals {
      width: 100%;
      margin-top: 20px; }
      .sidebar-basket__footer__totals__row {
        border-top: 1px solid #979797;
        /*lightgray;*/ }
        .sidebar-basket__footer__totals__row td:nth-child(2) {
          padding: 9px 0px;
          font-weight: bold; }
        .sidebar-basket__footer__totals__row__discount {
          color: #20D27D; }
    .sidebar-basket__footer__btn {
      display: block;
      margin-top: 26px;
      width: 100%; }

.basket-page .sidebar-basket {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%; }
  .basket-page .sidebar-basket__footer {
    padding: 0;
    /* @include media-breakpoint-up(md) {
            padding: 10px 30px 20px 30px;
        }*/ }
    .basket-page .sidebar-basket__footer__totals__row {
      border-top: 1px solid #979797; }
      .basket-page .sidebar-basket__footer__totals__row td {
        padding: 15px 0px !important;
        font-weight: bold !important;
        font-size: 19px; }
    .basket-page .sidebar-basket__footer__totals td {
      padding: 3px 0 17px 0;
      font-weight: 500; }
    .basket-page .sidebar-basket__footer__delivery {
      border-top: none;
      padding-top: 10px; }
      .basket-page .sidebar-basket__footer__delivery p {
        color: #000;
        font-size: 14px; }
      .basket-page .sidebar-basket__footer__delivery h3 {
        color: #000; }
    .basket-page .sidebar-basket__footer .sidebarDiscountInputContainer {
      border: 1px solid #ced4da;
      border-radius: 0 !important;
      padding-left: 0;
      padding-right: 0; }
    .basket-page .sidebar-basket__footer__discountbtn {
      font-size: 2.5rem;
      line-height: 1;
      border-radius: 0px;
      padding: 5px;
      padding-top: 1px;
      background-color: #fff; }
    .basket-page .sidebar-basket__footer .btn.disabled {
      background-color: rgba(56, 217, 122, 0.2);
      color: #004656; }

.ratedtrustbox {
  display: flex;
  justify-content: flex-start; }

.ratedbox {
  font-size: 20px; }

.sidebarRemoveDiscount {
  margin-top: 8px;
  font-size: 22px;
  margin-left: -45px; }

.sidebarDiscountInputContainer {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0; }

.sidebarDiscountInputContainer .row {
  margin: 0; }

.sidebarDiscountInputContainer div:first-child {
  padding-left: 0;
  padding-right: 0; }

.sidebarDiscountRow.no-bottom-padding td {
  padding-bottom: 0; }

.sidebar-basket__body .basket-item, .checkout__items-holder .basket-item {
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .sidebar-basket__body .basket-item, .checkout__items-holder .basket-item {
      margin-bottom: 28px;
      padding-bottom: 28px; } }
  .sidebar-basket__body .basket-item__header, .checkout__items-holder .basket-item__header {
    margin-bottom: 15px; }
  .sidebar-basket__body .basket-item__company-name, .checkout__items-holder .basket-item__company-name {
    font-size: 24px;
    line-height: 32px; }
  .sidebar-basket__body .basket-item__product, .checkout__items-holder .basket-item__product {
    background-color: #eaf0f3;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    margin: 0 0 15px 0;
    padding: 10px; }
    .sidebar-basket__body .basket-item__product:last-of-type, .checkout__items-holder .basket-item__product:last-of-type {
      margin-bottom: 0; }
    .sidebar-basket__body .basket-item__product__title, .checkout__items-holder .basket-item__product__title {
      line-height: 19px;
      margin: 0 0 10px 0; }
    .sidebar-basket__body .basket-item__product__delete, .checkout__items-holder .basket-item__product__delete {
      color: #191919;
      display: block;
      margin: 0 0 0 auto;
      width: 16px; }
      .sidebar-basket__body .basket-item__product__delete svg, .checkout__items-holder .basket-item__product__delete svg {
        width: 100%; }
  .sidebar-basket__body .basket-item__error, .sidebar-basket__body .basket-item__info-message, .checkout__items-holder .basket-item__error, .checkout__items-holder .basket-item__info-message {
    margin-top: 15px; }
  .sidebar-basket__body .basket-item__error p, .checkout__items-holder .basket-item__error p {
    color: #900000; }
  .sidebar-basket__body .basket-item__info-message, .checkout__items-holder .basket-item__info-message {
    color: #003E52; }

.basket-page .basket-item div {
  font-weight: 500; }

.basket-page .basket-item__company-name {
  font-size: 24px;
  line-height: 32px; }

.basket-page .basket-item__minimumOrder {
  color: #B54F43; }

.basket-page .basket-item__warningicon {
  margin-right: 0.75rem; }

.basket-page .basket-item__itemcontainer {
  border: 1px solid #E0E0E0;
  padding: 5px;
  border-radius: 5px;
  min-height: 120px;
  padding-bottom: 20px; }
  .basket-page .basket-item__itemcontainer .basket-item__product__image {
    border: 1px solid lightgray;
    max-width: 105px; }
  .basket-page .basket-item__itemcontainer p {
    color: #000; }
  .basket-page .basket-item__itemcontainer .custom-quantity-input input {
    font-weight: bold; }
  .basket-page .basket-item__itemcontainer .custom-quantity-input--small {
    padding: 10px 30px; }
  .basket-page .basket-item__itemcontainer .custom-quantity-input--small .custom-quantity-input__btn {
    top: 8px; }
  .basket-page .basket-item__itemcontainer .basket-item__product__delete {
    color: #000;
    text-decoration: underline; }
  .basket-page .basket-item__itemcontainer .custom-quantity-input__btn {
    color: #000; }

.basket-page .basket-item hr {
  margin-top: 1.5rem;
  border-top: 1px solid #4C4C4C; }

.basket-page div.basket-item:last-of-type hr {
  display: none; }

.basket-page .checkout__items-holder {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 20px; }

.basket-page h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1; }

@keyframes basketspinner {
  to {
    transform: rotate(360deg); } }

.basketspinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-top-color: #20D27D;
  animation: basketspinner .6s linear infinite; }

.basketoverlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6); }

.basketoverlay-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #555; }

.basketinfo {
  margin-top: 120px;
  padding-left: 40px; }

.category-list {
  margin-bottom: 20px; }
  .category-list__header {
    display: block;
    margin-bottom: 14px;
    transition: box-shadow .3s;
    border-radius: 10px; }
    .category-list__header:hover {
      box-shadow: 0 0 11px rgba(33, 33, 33, 0.2); }
    .category-list__header__inner {
      background-color: #a6edcb;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right top;
      border-radius: 10px;
      display: block;
      overflow: hidden;
      padding-bottom: 39.47%;
      position: relative;
      width: 100%; }
    .category-list__header__content {
      left: 0;
      padding: 20px;
      position: absolute;
      top: 0;
      width: 100%; }
      @media (min-width: 576px) {
        .category-list__header__content {
          padding-top: 12px;
          padding-left: 16px; } }
      @media (min-width: 768px) {
        .category-list__header__content {
          padding: 25px; } }
  .category-list__icon {
    display: block;
    padding-right: 7px;
    width: 100%; }
  @media (min-width: 576px) {
    .category-list__title {
      font-size: 17px;
      line-height: 19px; } }
  @media (min-width: 768px) {
    .category-list__title {
      font-size: 22px;
      line-height: 26px; } }
  .category-list__list {
    margin: 0; }
    .category-list__list__item {
      margin-bottom: 5px; }
      .category-list__list__item:last-of-type {
        margin-bottom: 0; }
    .category-list__list__link {
      color: #003E52;
      font-weight: 300; }
      .category-list__list__link--bold {
        font-weight: 700;
        text-decoration: underline; }
      .category-list__list__link:hover, .category-list__list__link:focus {
        color: #20D27D; }

.news-card {
  color: #272727;
  display: block; }
  .news-card:hover, .news-card:focus {
    color: #20D27D;
    text-decoration: none; }
  .news-card__image {
    border-radius: 5px;
    margin-bottom: 13px;
    overflow: hidden; }
  .news-card__category, .news-card__title {
    font-size: 16px;
    line-height: 18px; }
  .news-card__category {
    color: #272727;
    margin: 0 0 6px 0; }
  .news-card__title {
    color: inherit;
    font-weight: 500; }

.category-card {
  background-color: #a6edcb;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  border-radius: 10px;
  margin-bottom: 14px;
  width: 100%;
  min-height: 88px;
  cursor: pointer;
  transition: box-shadow .3s; }
  .category-card:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2); }
  @media (min-width: 576px) {
    .category-card {
      min-height: 152px; } }
  @media (min-width: 768px) {
    .category-card {
      margin-bottom: 20px;
      min-height: 220px; } }
  @media (min-width: 992px) {
    .category-card {
      min-height: 300px; } }
  .category-card:last-of-type {
    margin-bottom: 0; }
  .category-card__inner {
    width: 100%;
    padding: 10px; }
    @media (min-width: 400px) {
      .category-card__inner {
        padding: 20px; } }
    @media (min-width: 768px) {
      .category-card__inner {
        padding: 40px 53px; } }
    @media (min-width: 992px) {
      .category-card__inner {
        padding: 40px 83px; } }
  .category-card__icon {
    margin-right: 7px;
    width: 19px; }
    @media (min-width: 768px) {
      .category-card__icon {
        margin-right: 10px;
        width: 38px; } }
  .category-card__title {
    margin: 0;
    max-width: 50%; }
    @media (max-width: 575.98px) {
      .category-card__title {
        max-width: 33%;
        font-size: 16px;
        line-height: 16px; } }
    @media (max-width: 400px) {
      .category-card__title {
        max-width: 20%;
        font-size: 10px;
        line-height: 10px; } }
    @media (min-width: 768px) {
      .category-card__title {
        font-size: 24px;
        line-height: 24px; } }
    @media (min-width: 992px) {
      .category-card__title {
        font-size: 38px;
        line-height: 38px; } }
  .category-card__content {
    color: #003E52;
    font-weight: 300;
    margin-top: 15px;
    max-width: 250px; }
    @media (max-width: 575.98px) {
      .category-card__content {
        font-size: 16px; } }
    @media (max-width: 400px) {
      .category-card__content {
        font-size: 10px; } }
    .category-card__content p:last-of-type {
      margin-bottom: 0; }
    .category-card__content a {
      color: inherit;
      font-weight: 500;
      text-decoration: underline; }

.image-break-container {
  height: 100%;
  width: 100%;
  position: relative;
  padding-bottom: 48px; }

.order__items-company {
  border-bottom: 1px solid #979797;
  padding-bottom: 28px;
  margin-bottom: 28px; }
  .order__items-company .order-item {
    background-color: #eaf0f3;
    padding: 14px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.2);
    margin: 0 0 15px; }
    .order__items-company .order-item:last-child {
      margin-bottom: 0; }
    .order__items-company .order-item__image {
      background-color: #fff;
      min-height: 84px;
      width: 84px; }
      .order__items-company .order-item__image img {
        object-fit: cover;
        object-position: center; }
    .order__items-company .order-item__details {
      padding-left: 16px;
      max-width: 200px; }
      .order__items-company .order-item__details__inline {
        display: flex;
        align-items: center; }
        .order__items-company .order-item__details__inline .order-item__qty {
          margin-left: 10px; }
    .order__items-company .order-item__title {
      margin: 0 0 6px;
      font-size: 1rem; }
    .order__items-company .order-item__price {
      margin: 0;
      font-size: 19px;
      font-weight: 600; }
    .order__items-company .order-item__qty {
      margin: 0; }

table.order-totals {
  width: 100%; }
  table.order-totals tr td,
  table.order-totals tr th {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333; }
  table.order-totals tr td {
    text-align: right; }
  table.order-totals tr#theTotal th {
    font-weight: 600; }
  table.order-totals tr#theTotal td {
    color: #20D27D; }

.page-header {
  border-bottom: 2px solid #f5f5f5; }
  .page-header__inner {
    display: block;
    padding: 18px 0; }
    .page-header__inner h1.page-title {
      width: 100%;
      margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .page-header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .page-header__inner h1.page-title {
          width: auto;
          margin-bottom: 0; } }
  .page-header .page-title {
    margin: 10px 0;
    padding: 0;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center; }
    .page-header .page-title i {
      margin-right: 10px;
      font-size: 20px; }
    .page-header .page-title a {
      color: inherit; }
      .page-header .page-title a:hover, .page-header .page-title a:focus {
        text-decoration: none;
        color: #20D27D; }
    @media (min-width: 768px) {
      .page-header .page-title {
        margin: 10px 0 0; } }
  .page-header__actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .page-header__actions a {
      margin-left: 20px; }
      @media (max-width: 1199.98px) {
        .page-header__actions a {
          width: calc(50% - 10px);
          margin-left: 0;
          margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        .page-header__actions a {
          width: 100%;
          margin-bottom: 10px; } }

.orders-table {
  margin-bottom: 40px; }
  .orders-table table {
    width: 100%; }
  @media (min-width: 768px) {
    .orders-table {
      margin-bottom: 60px; } }
  .orders-table .btn.btn-outline {
    padding-left: 24px;
    padding-right: 24px; }
  .orders-table tbody tr td {
    vertical-align: middle !important; }
  .orders-table__row-date {
    font-weight: 600; }
  .orders-table thead tr th {
    border: none;
    padding: 17px;
    color: #003E52;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: middle; }
    .orders-table thead tr th:first-of-type {
      padding-left: 0; }
    .orders-table thead tr th:last-of-type {
      padding-right: 0; }
  .orders-table table tr td {
    padding: 17px;
    border-bottom: 1px solid #d8d8d8; }
    .orders-table table tr td:first-of-type {
      padding-left: 0; }
    .orders-table table tr td:last-of-type {
      padding-right: 0; }
  .orders-table__actions {
    display: block; }
    .orders-table__actions .pagination {
      margin-bottom: 20px;
      justify-content: space-between; }
    .orders-table__actions a#export {
      width: 100%; }
    @media (min-width: 768px) {
      .orders-table__actions {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .orders-table__actions a#export {
          width: auto; }
        .orders-table__actions .pagination {
          margin-bottom: 0; } }
    @media (min-width: 576px) {
      .orders-table__actions .pagination {
        justify-content: unset; } }

.responsive-table {
  /*overflow-x: auto;*/ }

th > .header-info {
  top: 45%;
  position: absolute;
  right: 10px; }

ul.pagination {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0; }
  ul.pagination li {
    margin: 0 3.5px;
    padding: 0; }
    ul.pagination li:first-child {
      margin-left: 0; }
    ul.pagination li:last-child {
      margin-right: 0; }
    ul.pagination li a.btn.btn-pagination {
      height: 34px !important;
      width: 34px !important;
      background-color: #d8d8d8;
      color: #6F6F6F;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s all ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        ul.pagination li a.btn.btn-pagination {
          transition: none; } }
      ul.pagination li a.btn.btn-pagination:hover, ul.pagination li a.btn.btn-pagination__active {
        background-color: #003E52;
        color: #fff; }

.checkbox-item-list__product {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  margin: 12px 0 6px; }

.checkbox-item-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px; }
  .checkbox-item-list__item input[type="checkbox"] {
    margin-top: 3px; }
  .checkbox-item-list__item__input {
    height: 100%; }
  .checkbox-item-list__item__details {
    margin-left: 16px; }
    .checkbox-item-list__item__details__name {
      margin: 0; }
    .checkbox-item-list__item__details__price {
      font-size: 19px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.87);
      margin: 0; }
    .checkbox-item-list__item__details__label {
      margin: 0; }

.contact-item {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contact-item {
      margin-bottom: 0; } }
  .contact-item__company {
    color: #003E52;
    font-weight: 600;
    margin-bottom: 6px; }
  .contact-item__contact-info {
    margin: 0;
    list-style: none;
    padding: 0; }
    .contact-item__contact-info li {
      margin: 0 0 4px; }

.dataTables_wrapper > div {
  background-color: #ffffff;
  border: 0;
  margin: 0;
  padding: 0; }

table.brand-datatable.dataTable {
  border-collapse: collapse !important; }
  table.brand-datatable.dataTable thead > tr th {
    color: #003E52;
    padding-left: 0; }
  table.brand-datatable.dataTable tbody tr td {
    border-bottom: 1px solid #6F6F6F;
    padding: 12px 6px; }
    table.brand-datatable.dataTable tbody tr td:first-of-type {
      padding-left: 0; }
    table.brand-datatable.dataTable tbody tr td:last-of-type {
      padding-right: 0; }

.brand-datatable__title {
  color: #003E52;
  font-weight: 700;
  padding-left: 5px; }
  .brand-datatable__title p {
    color: inherit;
    margin: 0; }

.brand-datatable__filters-row td {
  padding: 10px 0 20px 0; }

.brand-datatable__wrapper .pagination li {
  margin-right: 12px; }
  .brand-datatable__wrapper .pagination li a {
    background-color: #003E52;
    border-color: #003E52;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px; }
    .brand-datatable__wrapper .pagination li a:hover, .brand-datatable__wrapper .pagination li a:focus {
      background-color: #6F6F6F;
      color: #ffffff;
      text-decoration: none; }
  .brand-datatable__wrapper .pagination li.active a {
    background-color: #20D27D;
    border-color: #20D27D;
    color: #003E52; }

.brand-datatable__wrapper .btn {
  padding: 10px 20px; }

/* Form Select Switches */
.switch {
  margin: 1px 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle; }

.switch input {
  position: absolute;
  opacity: 0; }

.switch span {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  border-radius: 28px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s; }

.switch span:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  bottom: 1px;
  width: 24px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.switch input:checked + span:after {
  left: 26px;
  border: none;
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1); }

.switch input:checked + span {
  background-color: #eeeeee; }

.switch-default span {
  border-color: #dbe1e8; }

.switch-default input:checked + span {
  background-color: #dbe1e8; }

.switch-primary span {
  border-color: #003E52; }

.switch-primary input:checked + span {
  background-color: #003E52; }

body.ui-slider-active {
  cursor: grabbing; }

.slider {
  --primary: #003D50;
  --handle: #fff;
  --handle-active: rgb(178.5, 196.8, 202.5);
  --handle-hover: rgb(229.5, 235.6, 237.5);
  --handle-border: 2px solid var(--primary);
  --line: #cdd9ed;
  --line-active: var(--primary);
  height: 23px;
  width: 100%;
  position: relative;
  pointer-events: none; }
  .slider .ui-slider-handle {
    --y: 0;
    --background: var(--handle);
    cursor: grab;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 23px;
    height: 23px;
    transform: translateX(-50%);
    position: absolute;
    outline: none;
    display: block;
    pointer-events: auto; }
    .slider .ui-slider-handle div {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      transition: background .4s ease;
      display: inline-block;
      transform: translateY(calc(var(--y) * 1px)) !important;
      -webkit-transform: translateY(calc(var(--y) * 1px)) !important;
      -moz-transform: translateY(calc(var(--y) * 1px)) !important;
      border: var(--handle-border);
      background: var(--background);
      margin-top: 3px; }
    .slider .ui-slider-handle:hover {
      --background: var(--handle-hover); }
    .slider .ui-slider-handle:active {
      --background: var(--handle-active);
      cursor: grabbing; }
  .slider svg {
    --stroke: var(--line);
    display: block;
    height: 83px; }
    .slider svg path {
      fill: none;
      stroke: var(--stroke);
      stroke-width: 1; }
  .slider .active,
  .slider > svg {
    position: absolute;
    top: -30px;
    height: 83px; }
  .slider > svg {
    left: 0;
    width: 100%; }
  .slider .active {
    position: absolute;
    overflow: hidden;
    left: calc(var(--l) * 1px);
    right: calc(var(--r) * 1px); }
    .slider .active svg {
      --stroke: var(--line-active);
      position: relative;
      left: calc(var(--l) * -1px);
      right: calc(var(--r) * -1px); }
      .slider .active svg path {
        stroke-width: 2; }

.values small {
  color: var(--text);
  display: block;
  margin-top: 8px;
  font-size: 14px; }
  .values small div {
    display: inline-block;
    vertical-align: top; }

.values {
  margin: 0;
  color: #003D50; }
  .values > div:first-child {
    margin-right: 2px; }
  .values > div:last-child {
    margin-left: 2px; }

.slider-slider {
  margin-top: 40px; }

i.ps-preload {
  background: url("../img/ps-preload.gif") 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100px;
  height: 100px; }
  i.ps-preload--sm {
    width: 60px;
    height: 60px;
    margin: -10px; }

.trustpilot {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  color: black !important;
  font-size: 10px; }
  .trustpilot__header {
    text-align: center;
    margin-right: 50px;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .trustpilot__header {
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        display: block;
        height: 20px; } }
    .trustpilot__header__text {
      font-size: 7px;
      font-weight: bold;
      vertical-align: bottom; }
      @media (min-width: 768px) {
        .trustpilot__header__text {
          font-size: 14px;
          font-weight: normal;
          vertical-align: middle; } }
    .trustpilot__header__container {
      top: 0;
      width: 60px; }
      @media (min-width: 768px) {
        .trustpilot__header__container {
          width: auto; } }
    .trustpilot__header__stars {
      width: 50px; }
      @media (min-width: 768px) {
        .trustpilot__header__stars {
          width: 110px;
          margin: 0 10px; } }
    .trustpilot__header__logo {
      width: 40px;
      margin-top: -9px; }
      @media (min-width: 768px) {
        .trustpilot__header__logo {
          width: 95px; } }
  .trustpilot__inline {
    margin-top: 15px; }
    .trustpilot__inline__container {
      margin-top: 15px; }
    .trustpilot__inline__text {
      margin-right: 10px;
      font-size: 14px; }
    .trustpilot__inline__stars {
      width: 110px;
      margin-top: -5px; }
    .trustpilot__inline__logo {
      width: 95px;
      margin-left: 10px;
      margin-top: -8px; }

#materials-calculator-modal .modal-dialog {
  max-width: 450px; }

.calculator-modal {
  background-color: #20D27D !important;
  padding-bottom: 5px; }
  .calculator-modal__title {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 25px; }
  .calculator-modal__body-section {
    background-color: #fff;
    margin: 0px 15px 10px 15px;
    padding: 10px;
    border-radius: 5px; }
    .calculator-modal__body-section__title {
      font-size: 16px;
      margin-bottom: 0px; }

.form-control-feedback {
  position: absolute;
  right: 25px;
  top: 37px; }

.no-border {
  border: none; }

.menu-bar {
  position: relative;
  display: inline-block;
  background-color: #003E52;
  width: 100%; }
  .menu-bar__item {
    width: 10.8%;
    align-items: center;
    display: flex;
    font-size: 15px;
    padding: 10px 10px;
    text-align: center; }
    .menu-bar__item a {
      color: white;
      text-decoration: none;
      width: 100%; }
    .menu-bar__item__content {
      text-align: left;
      transition: opacity .2s ease-out;
      transition-delay: 250ms;
      opacity: 0;
      height: 295px;
      top: -9999px;
      overflow: hidden;
      position: absolute;
      text-decoration: none;
      background-color: white;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 999;
      margin-top: 360px;
      padding: 20px;
      left: 0;
      width: 100%; }
      .menu-bar__item__content__inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        column-gap: 50px;
        row-gap: 4px;
        grid-auto-flow: column;
        width: 100%; }
        .menu-bar__item__content__inner__group {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid; }
        .menu-bar__item__content__inner__heading {
          font-weight: bold;
          width: 100%;
          color: #003E52 !important;
          border-bottom: 1px solid #003E52; }
        .menu-bar__item__content__inner__option {
          color: #003E52 !important;
          opacity: 0.9;
          font-weight: 400;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .menu-bar__item__content__inner__option:hover {
            text-decoration: underline; }
    .menu-bar__item:hover {
      background: white; }
      .menu-bar__item:hover a {
        color: #003E52; }
    .menu-bar__item:hover .menu-bar__item__content {
      opacity: 1;
      top: auto; }
    .menu-bar__item__merchant {
      padding: 8px 16px;
      background: #20D27D;
      width: 13.3%; }
      .menu-bar__item__merchant a {
        display: flex;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        color: #003E52; }
        .menu-bar__item__merchant a img {
          height: 25px;
          color: #003E52; }

.category-menu__toggle i {
  color: #003E52;
  margin-right: 15px;
  font-size: 18px;
  margin-top: 4px; }

.category-menu__title {
  font-size: 22px; }

.category-menu__item {
  border-bottom: 1px solid #8e9ea3;
  color: #003E52 !important;
  font-size: 16px;
  padding: 20px 0px;
  text-decoration: none; }
  .category-menu__item a {
    color: #003E52 !important;
    font-weight: bold; }
  .category-menu__item__merchants {
    background-color: #20D27D;
    margin-right: 1rem;
    margin-left: 1rem; }
    .category-menu__item__merchants a {
      color: white !important; }

.category-menu__link {
  margin: 0px; }

.category-menu__backlink {
  margin-top: 15px; }

@media (max-width: 991px) {
  .offcanvas {
    position: fixed;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 100%;
    overflow-y: hidden;
    background: white;
    transition: -webkit-transform .3s ease-in-out;
    transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    left: -100vw;
    z-index: 999;
    padding-bottom: 20px; }
  .offcanvas-body {
    overflow-y: auto;
    height: 80vh; }
  .offcanvas-body ul {
    padding-right: 1rem;
    padding-left: 1rem; }
  .offcanvas-body ul:last-child {
    border-bottom: none; }
  .offcanvas-sub {
    left: 100vw;
    z-index: 9999; }
  .offcanvas-sub.open, .offcanvas.open {
    left: 0;
    z-index: 99999; }
  .offcanvas-header {
    padding-right: 1rem;
    padding-left: 1rem; }
  .offcanvas-header h5 {
    font-size: 12px;
    color: #003E52; }
  .offcanvas-header h5 i {
    font-size: 10px;
    margin-right: 5px; }
  .offcanvas-header h5 a.close i {
    font-size: 20px;
    margin-right: 0px;
    margin-top: 0px; }
  h4.offcanvas-title {
    font-size: 24px;
    color: #003E52;
    padding: 20px 0px;
    border-bottom: 1px solid #003E52;
    width: 100%; } }

#chat-widget-container {
  z-index: 99; }

a {
  transition: color .3s ease; }

.blue-link {
  color: #0d71ef;
  text-decoration: underline; }

.secondary-link {
  color: #003E52;
  text-decoration: underline; }
  .secondary-link:hover, .secondary-link:focus {
    color: #20D27D;
    text-decoration: underline; }

.gray-link {
  color: #676767;
  text-decoration: underline; }

.page-container {
  margin: 20px 0; }
  .page-container.page-container-larger {
    margin: 43px 0; }
  @media (min-width: 768px) {
    .page-container {
      margin: 43px 0; }
      .page-container.page-container-larger {
        margin: 83px 0 93px; } }

.text-block p:last-of-type {
  margin-bottom: 0; }

.divider {
  display: block;
  margin: 16px 0 40px;
  background-color: #f8f6f7;
  width: 100%;
  height: 2px; }
  @media (min-width: 768px) {
    .divider {
      margin: 40px 0 60px; } }

.circle-outline {
  height: 16px;
  width: 16px;
  display: block;
  border: 2px solid #900000;
  border-radius: 50%;
  margin: auto; }

.header-font {
  font-family: Epilogue, Barlow, Helvetica, sans-serif; }

.header-font-semi-bold {
  font-family: Epilogue, Barlow, Helvetica, sans-serif;
  font-weight: 600; }

.header-font-bold {
  font-family: Epilogue, Barlow, Helvetica, sans-serif;
  font-weight: 700; }

.small-text {
  font-size: 14px;
  line-height: 20px; }

.color-white {
  color: #ffffff; }

.color-light-gray {
  color: #676767; }

.color-dark-gray {
  color: #272727; }

.color-brand-blue {
  color: #003E52; }

@media (max-width: 991.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }

.row.xs-gutters {
  margin-left: -5px;
  margin-right: -5px; }
  .row.xs-gutters > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px; }

.row.small-gutters {
  margin-left: -8px;
  margin-right: -8px; }
  .row.small-gutters > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px; }

@media (min-width: 992px) {
  .row.large-gutters {
    margin-left: -43px;
    margin-right: -43px; } }

@media (min-width: 992px) {
  .row.large-gutters > [class*='col-'] {
    padding-left: 43px;
    padding-right: 43px; } }

.password-reveal-wrap {
  position: relative; }
  .password-reveal-wrap input {
    padding-right: calc((.75rem * 2) + 16px); }
  .password-reveal-wrap .password-reveal {
    position: absolute;
    display: block;
    right: .75rem;
    top: 13px;
    color: #aaa; }

.ais-SearchBox-submitIcon {
  width: 18px;
  height: 18px;
  right: 5px; }

.ais-SearchBox-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around; }

.product-search-bar {
  border: 1px solid #003E52;
  border-radius: 3px;
  width: 350px;
  box-shadow: 3px 3px 6px -1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 6px;
  padding: 5px; }
  .product-search-bar__categories {
    max-width: 360px; }
    .product-search-bar__categories i {
      margin-right: 10px;
      font-size: 20px; }
  .product-search-bar__search-group {
    margin-top: 0px; }
  .product-search-bar__search-input, .product-search-bar .ais-SearchBox-input {
    border: none;
    width: 85%;
    font-size: 18px; }
    @media (max-width: 767.98px) {
      .product-search-bar__search-input, .product-search-bar .ais-SearchBox-input {
        font-size: 15px; } }
  .product-search-bar .ais-SearchBox-input:focus {
    outline: none; }
  .product-search-bar__search-btn {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #272727;
    padding-right: 20px;
    transition: color .3s ease; }
    .product-search-bar__search-btn:hover {
      color: #20D27D;
      cursor: pointer; }
    .product-search-bar__search-btn svg {
      display: block;
      width: 20px; }
      @media (max-width: 767.98px) {
        .product-search-bar__search-btn svg {
          width: 15px; } }

.listing-header {
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    .listing-header {
      margin-bottom: 40px; } }
  .listing-header--product-page, .listing-header--category-page {
    margin: 0 0 25px 0; }
    .listing-header--product-page__row, .listing-header--category-page__row {
      justify-content: space-between; }
    .listing-header--product-page__product-code span, .listing-header--category-page__product-code span {
      font-weight: 500;
      margin-right: 10px; }
  .listing-header__delivery-to {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .listing-header__delivery-to {
        margin-bottom: 0;
        margin-top: 3px; } }
    .listing-header__delivery-to__icon {
      width: 57px; }
    .listing-header__delivery-to__details {
      padding: 0 20px; }
    .listing-header__delivery-to__title {
      color: #676767;
      font-size: 14px;
      line-height: 18px; }

.deliver-to-front .masthead__form__btn {
  height: 3em; }

.breadcrumbs-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .breadcrumbs-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .breadcrumbs-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .breadcrumbs-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .breadcrumbs-container {
      max-width: 1140px; } }

.product-listing__breadcrumb, .product-listing__sort {
  margin-bottom: 20px; }

.product-listing__sort-label {
  color: #003E52;
  margin-right: 12px; }

.product-listing__item {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .product-listing__item {
      margin-bottom: 30px; } }

.product-listing__load-more {
  margin-top: 10px; }

.product-listing__footer {
  font-family: EpilogueRoman, Epilogue;
  border-top: 1px solid #979797;
  margin-top: 40px;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .product-listing__footer {
      margin-top: 53px;
      padding-top: 37px; } }
  .product-listing__footer h2 {
    font-weight: 600; }

.noproducts {
  font-weight: bold;
  font-size: 19px;
  color: #003E52;
  font-family: Barlow,Helvetica,sans-serif; }

.uncertainproducts {
  padding: 5px;
  font-size: 19px;
  color: #003E52;
  font-family: Barlow,Helvetica,sans-serif;
  margin-left: 13px;
  margin-right: 13px;
  background-color: #FFF0B2;
  text-align: center;
  width: 100%;
  font-weight: 500;
  margin-bottom: 36px;
  border-radius: 8px; }

@media (min-width: 1200px) {
  .product-filters__inner.collapse, .product-filters__inner.collapsing {
    display: block; } }

.product-filters__mobile-toggle {
  margin-bottom: 30px; }

.product-filters__block {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .product-filters__block {
      margin-bottom: 53px; } }

.product-filters__title {
  font-family: EpilogueRoman, Epilogue;
  font-weight: 600;
  border-bottom: 2px solid #003E52;
  font-size: 19px;
  line-height: 25px;
  margin: 0 0 20px 0;
  padding-bottom: 5px; }

.product-filters__list {
  margin: 0;
  padding: 0; }
  .product-filters__list__item {
    margin-bottom: 8px; }
    .product-filters__list__item:last-of-type {
      margin-bottom: 0; }
  .product-filters__list__link {
    color: #003E52; }
    .product-filters__list__link:hover, .product-filters__list__link:focus {
      color: #20D27D;
      text-decoration: none; }

.product-filters__collapse {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .product-filters__collapse {
      margin-bottom: 53px; } }
  .product-filters__collapse__toggle {
    border-bottom: 1px solid #f8f6f7;
    color: #272727;
    display: block;
    padding: 0 30px 4px 0;
    position: relative; }
    .product-filters__collapse__toggle:after {
      background-image: url("../img/icons/chevron-up.svg");
      background-position: center;
      background-size: contain;
      content: '';
      height: 12px;
      margin-top: -10px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 12px; }
    .product-filters__collapse__toggle:hover, .product-filters__collapse__toggle:focus {
      text-decoration: none; }
    .product-filters__collapse__toggle.collapsed:after {
      background-image: url("../img/icons/chevron-down.svg"); }
  .product-filters__collapse__reveal-inner {
    padding-top: 13px; }

.product-filters__checkbox {
  position: relative; }
  .product-filters__checkbox input {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0; }
    .product-filters__checkbox input:checked + label:before {
      background-color: #20D27D; }
  .product-filters__checkbox label {
    padding-left: 33px;
    position: relative; }
    .product-filters__checkbox label:before {
      background-color: transparent;
      border: 2px solid #20D27D;
      border-radius: 2px;
      content: '';
      height: 19px;
      left: 0;
      position: absolute;
      top: 0;
      transition: background-color .3s ease;
      width: 19px; }

.product-slider {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .product-slider {
      margin-top: 136px; } }
  .product-slider__title {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .product-slider__title {
        margin-bottom: 23px; } }
  .product-slider__slider-wrapper {
    position: relative; }
    .product-slider__slider-wrapper .slick-track {
      padding: 4px 0; }
  .product-slider__nav .slick-arrow {
    margin-top: -16px;
    position: absolute;
    top: 50%; }
    @media (min-width: 768px) {
      .product-slider__nav .slick-arrow {
        margin-bottom: -34px; } }
    .product-slider__nav .slick-arrow--prev {
      left: 10px; }
      @media (min-width: 768px) {
        .product-slider__nav .slick-arrow--prev {
          left: -60px; } }
      @media (min-width: 1200px) {
        .product-slider__nav .slick-arrow--prev {
          left: -70px; } }
    .product-slider__nav .slick-arrow--next {
      right: 10px; }
      @media (min-width: 768px) {
        .product-slider__nav .slick-arrow--next {
          right: -60px; } }
      @media (min-width: 1200px) {
        .product-slider__nav .slick-arrow--next {
          right: -70px; } }

.slick-dots {
  height: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    height: 10px;
    margin-right: 17px;
    vertical-align: middle;
    align-content: center; }
    .slick-dots li:last-of-type {
      margin-right: 0; }
    .slick-dots li button {
      background-color: #d5d5d5;
      border: none;
      border-radius: 5px;
      height: 10px;
      overflow: hidden;
      padding: 0;
      text-indent: 500px;
      transition: background-color .3s ease;
      width: 10px; }
      .slick-dots li button:hover {
        background-color: #20D27D; }
    .slick-dots li.slick-active button {
      background-color: #6F6F6F; }

.slick-arrow {
  position: absolute;
  z-index: 999;
  top: 110px;
  height: 20px;
  width: 20px; }

.slick-prev {
  left: 20px;
  border-bottom: 4px solid;
  border-left: 4px solid;
  transform: rotate(45deg); }

.slick-next {
  right: 20px;
  border-bottom: 4px solid;
  border-left: 4px solid;
  transform: rotate(-135deg); }

.product-image-slider {
  padding: 1px;
  position: relative; }
  @media (max-width: 767.98px) {
    .product-image-slider {
      margin-bottom: 25px; } }
  .product-image-slider__thumbnail-wrapper {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .product-image-slider__thumbnail-wrapper {
        margin-top: 0;
        padding-right: 16px; } }
    @media (min-width: 768px) {
      .product-image-slider__thumbnail-wrapper--no-gap {
        padding-right: 0; } }
  .product-image-slider__main-wrapper--w-gap {
    width: 100%; }
    @media (min-width: 768px) {
      .product-image-slider__main-wrapper--w-gap {
        padding-left: 25px; } }
    @media (min-width: 992px) {
      .product-image-slider__main-wrapper--w-gap {
        width: 99.9%; } }
  .product-image-slider__slide {
    border: 1px solid #979797;
    border-radius: 5px;
    overflow: hidden;
    transition: border .2s ease; }
    .product-image-slider__slide--thumb {
      margin-bottom: 16px; }
      .product-image-slider__slide--thumb:hover {
        cursor: pointer; }
  .product-image-slider .slick-slide:focus {
    outline: none; }
  .product-image-slider .slick-current .product-image-slider__slide--thumb {
    border: 2px solid #20D27D; }
  .product-image-slider__magnifier-preview-holder {
    border-radius: 5px;
    left: 100%;
    /*overflow: hidden;*/
    margin-left: 30px;
    position: absolute;
    top: 0;
    width: 400px;
    /*border: 1px solid $dark-gray;*/ }
    @media (min-width: 992px) {
      .product-image-slider__magnifier-preview-holder {
        width: 500px; } }
    @media (max-width: 767.98px) {
      .product-image-slider__magnifier-preview-holder {
        width: 0px; } }
  .product-image-slider__magnifier-preview {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%; }
  .product-image-slider .magnifier-lens {
    background: rgba(255, 255, 255, 0.4) !important; }

.product-page {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .product-page {
      margin-top: 35px; } }
  .product-page__header__price-wrapper {
    margin: 20px 0; }
    .product-page__header__price-wrapper__nosellers {
      color: #003E52;
      font-weight: 300; }
    @media (min-width: 768px) {
      .product-page__header__price-wrapper {
        margin: 0 0 30px 0; } }
  .product-page__header__price {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .product-page__header__price {
        margin-top: 0; } }
  .product-page__header__options .buying-option {
    margin-bottom: 22px; }
    .product-page__header__options .buying-option:last-of-type {
      margin-bottom: 0; }
  .product-page__header__config {
    border: 3px solid #20d27d;
    border-radius: 3px;
    padding: 5px 10px;
    color: #003e52;
    text-decoration: none !important;
    margin: 5px; }
    .product-page__header__config__current {
      background: #20d27d;
      color: white; }
  @media (min-width: 768px) {
    .product-page__calculator {
      padding-left: 25px !important; } }
  .product-page__body {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    margin: 30px 0 0 0;
    padding: 20px 10px 20px 10px; }
    @media (min-width: 768px) {
      .product-page__body {
        margin: 46px 0 0 0;
        padding: 38px 36px 60px 36px; } }
    .product-page__body__info-wrapper {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .product-page__body__info-wrapper {
          margin: 40px 0; } }
    .product-page__body__product-code {
      margin: 12px 0; }
      .product-page__body__product-code span {
        margin-left: 10px; }
  .product-page__spec-table-wrapper {
    border: 1px solid #979797;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 9px; }
  .product-page__spec-table {
    border-radius: 4px;
    width: 100%; }
    .product-page__spec-table__heading {
      font-weight: 700; }
    .product-page__spec-table tr {
      background-color: #ffffff; }
      .product-page__spec-table tr:nth-child(even) {
        background-color: #f9f9f9; }
      .product-page__spec-table tr td {
        border: 1px solid #f5f5f5;
        padding: 11px 12px; }
  @media (min-width: 768px) {
    .product-page__suggested {
      margin: 108px 0 73px 0; } }
  .product-page__accordian {
    border-radius: 9px;
    border: 1px solid #BFBFBF;
    padding: 16px 20px; }
    .product-page__accordian button {
      padding-top: 0;
      color: #272727;
      font-size: 16px;
      text-decoration: none !important; }
      .product-page__accordian button .fa-minus {
        display: block; }
      .product-page__accordian button .fa-plus {
        display: none; }
      .product-page__accordian button.collapsed .fa-minus {
        display: none; }
      .product-page__accordian button.collapsed .fa-plus {
        display: block; }
  .product-page__quantity {
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row; }
    @media (max-width: 767.98px) {
      .product-page__quantity {
        margin-bottom: 10px; } }
  .product-page__sort {
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row; }
    @media (max-width: 767.98px) {
      .product-page__sort select {
        width: 150px; } }
  @media (max-width: 767.98px) {
    .product-page .lnkChangeSection {
      padding: 0px; } }

.checkout {
  margin: 30px 0; }
  @media (min-width: 768px) {
    .checkout {
      margin: 53px 0; } }
  .checkout__items-holder {
    padding: 33px 29px;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff; }
  .checkout__items-holder-sticky {
    position: sticky;
    top: 20px; }
  .checkout__section {
    display: flex;
    align-items: center; }
    .checkout__section__number {
      background-color: #003E52;
      border-radius: 50%;
      font-size: 18px;
      align-content: center;
      text-align: center;
      color: white;
      width: 30px;
      height: 30px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: flex-end;
      margin-right: 40px; }
      .checkout__section__number__disabled {
        background-color: #D6D6D6; }
    .checkout__section__title {
      font-size: 32px;
      font-weight: bold;
      color: #003E52; }
      .checkout__section__title__disabled {
        color: #D6D6D6; }
  .checkout__header hr {
    margin: 40px 0px; }
  .checkout__header h2 {
    font-weight: bold;
    font-size: 46px;
    margin-bottom: 30px; }
  .checkout__header p:first-of-type {
    font-weight: 600; }
  .checkout__title {
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      .checkout__title {
        margin: 0 0 67px 0; } }
  .checkout__login-form {
    margin-bottom: 10px; }
    .checkout__login-form__title {
      margin: 0 0 8px 0; }
    .checkout__login-form__group {
      margin-bottom: 10px; }
      .checkout__login-form__group .col-12 {
        padding-left: 0px;
        padding-right: 0px; }
      .checkout__login-form__group p {
        margin-top: 10px; }
    .checkout__login-form h3 {
      margin-top: 35px;
      margin-bottom: 20px;
      font-size: 24px; }
  .checkout__basket-item__btn {
    font-family: Epilogue, Barlow, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 30px; }
    .checkout__basket-item__btn span {
      display: block;
      font-family: Barlow, Helvetica, sans-serif;
      font-weight: 400; }
  .checkout__card {
    border-bottom: 1px solid #ced4da;
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0; }
    .checkout__card__row {
      margin-bottom: 10px;
      padding: 5px;
      border-radius: 5px;
      border: 1px solid #20D27D;
      vertical-align: middle;
      cursor: pointer; }
      .checkout__card__row:hover {
        background-color: #f5f5f5; }
      .checkout__card__row input {
        margin-top: 8px; }
      .checkout__card__row label {
        cursor: pointer; }
  .checkout__inline-error-holder {
    padding: 5px 0; }

.payment_cards {
  height: 2em;
  margin-top: -6px; }

.btn-klarna {
  background-color: #ffb4c9;
  height: 40px;
  padding: 0px; }

.btn-klarna img {
  height: 16px; }

.p-LogoContainer .p-Logo {
  display: none !important; }

.input-group input[type="checkbox"] {
  margin-top: 3px; }

.input-group .checkbox-inline {
  margin-left: 10px; }

.category-listing {
  margin: 40px 0; }
  @media (min-width: 768px) {
    .category-listing {
      margin: 40px 0; } }
  .category-listing__item {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .category-listing__item {
        margin-bottom: 57px; } }

@media screen and (min-width: 992px) {
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important; } }

.news-articles {
  margin: 40px 0; }
  @media (min-width: 768px) {
    .news-articles {
      margin: 57px 0 0px; } }
  .news-articles__item {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .news-articles__item {
        margin-bottom: 57px; } }
  .news-articles__title {
    margin: 0 0 28px 0; }
    .news-articles__title a {
      color: inherit; }
      .news-articles__title a:hover {
        text-decoration: none;
        color: #20D27D; }
    @media (min-width: 768px) {
      .news-articles__title {
        font-size: 44px;
        line-height: 38px; } }

.email-signup {
  margin: 40px 0; }
  @media (min-width: 768px) {
    .email-signup {
      margin: 0 0 80px; } }
  .email-signup .h4 {
    margin: 0px !important;
    font-size: 19px; }
  .email-signup .col-md-4, .email-signup .col-md-3, .email-signup .col-md-5 {
    padding: 5px; }
  .email-signup__box {
    border-radius: 4px;
    background-color: #F5F5F5;
    padding: 48px 55PX; }
    @media (min-width: 768px) {
      .email-signup__box {
        margin-bottom: 57px; } }
  .email-signup__title {
    margin: 0 0 28px 0; }
    @media (min-width: 768px) {
      .email-signup__title {
        font-size: 44px;
        line-height: 38px; } }
  .email-signup__form__input, .email-signup__form__btn {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    height: 48px;
    transition: box-shadow .3s ease;
    width: 100%; }

.masthead {
  background-color: #003E52;
  padding: 30px 0 0;
  height: 635px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .masthead {
      background-color: #20D27D;
      min-height: 435px;
      height: 435px;
      padding: 40px 0; }
      .masthead__merchant {
        min-height: 635px;
        height: 635px;
        padding: 30px 0; } }
  .masthead__bg {
    background-size: cover;
    background-position: center right;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .masthead__title-wrapper {
    margin: 0 0 14px 0; }
    .masthead__title-wrapper .h1 {
      font-family: Barlow, Helvetica, sans-serif;
      line-height: 1em;
      font-weight: 500;
      font-size: 3.5em;
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        .masthead__title-wrapper .h1 {
          font-weight: 400;
          font-size: 4em; } }
    .masthead__title-wrapper h2 {
      font-family: Barlow, Helvetica, sans-serif;
      font-weight: 300;
      text-align: justify;
      line-height: 1em; }
      @media (min-width: 768px) {
        .masthead__title-wrapper h2 {
          font-size: 1.7em;
          text-align: left; } }
  .masthead__title-icon {
    margin-right: 9px;
    width: 60px; }
  .masthead__title {
    font-weight: 400; }
  .masthead__form__input, .masthead__form__btn {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    height: 58px;
    transition: box-shadow .3s ease; }
  .masthead__form__input::placeholder {
    font-weight: 100 !important;
    color: #444 !important; }
  .masthead__form__btn-wrapper {
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .masthead__form__btn-wrapper {
        padding-left: 11px; } }
  .masthead__form__btn {
    width: 100%; }
    @media (min-width: 576px) {
      .masthead__form__btn {
        width: auto; } }
    .masthead__form__btn:hover, .masthead__form__btn:focus {
      background: #003E52;
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.55); }
  .masthead__form__deliveries button {
    white-space: normal;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin: 16px 0 8px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left; }
    .masthead__form__deliveries button i {
      font-size: 1.5em;
      margin-right: 20px; }
  .masthead__form__input {
    border: none;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .masthead__form__input {
        text-align: left; } }
    .masthead__form__input::placeholder {
      text-align: center;
      color: #003E52;
      font-weight: 500; }
      @media (min-width: 768px) {
        .masthead__form__input::placeholder {
          color: inherit;
          font-weight: 300; } }
    .masthead__form__input:focus {
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.55); }
  .masthead__form__meta {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .masthead__form__meta {
        text-align: left; } }
    .masthead__form__meta a {
      color: white;
      text-decoration: underline; }
      .masthead__form__meta a:hover, .masthead__form__meta a:focus {
        color: #003E52; }
  .masthead__form-holder.authenticated {
    padding: 20px;
    border-radius: 5px;
    background-color: #eaf0f3;
    color: rgba(0, 0, 0, 0.6); }
  .masthead__footer {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .masthead__footer {
        margin-top: 93px; } }
    .masthead__footer__col {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .masthead__footer__col {
          margin-bottom: 0; } }
      .masthead__footer__col:last-of-type {
        margin-bottom: 0; }
    .masthead__footer__icon {
      width: 100%; }
      @media (min-width: 768px) {
        .masthead__footer__icon {
          height: 66px;
          margin-bottom: 18px;
          width: auto; } }
    .masthead__footer__detail {
      color: #ffffff;
      font-size: 14px;
      font-weight: 300;
      margin: 0; }
  .masthead__badge {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 40px;
    height: 160px;
    position: absolute;
    right: 40px;
    width: 160px; }

.partnerhead {
  background-color: #20D27D;
  padding: 30px 0;
  position: relative; }
  @media (min-width: 768px) {
    .partnerhead {
      min-height: 572px;
      padding: 40px 0; } }
  .partnerhead__bg {
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%; }
  .partnerhead__title-wrapper {
    margin: 0 0 14px 0; }
    @media (max-width: 767.98px) {
      .partnerhead__title-wrapper {
        margin-top: 30px; } }
    .partnerhead__title-wrapper h1 {
      font-family: "Epilogue";
      font-weight: 300;
      font-size: 400%;
      line-height: 1.1;
      letter-spacing: -0.035em; }
      @media (max-width: 767.98px) {
        .partnerhead__title-wrapper h1 {
          text-align: center; } }
  .partnerhead__title-icon {
    margin-right: 9px;
    width: 60px; }
  .partnerhead__title {
    font-weight: 400; }
  .partnerhead__form__input, .partnerhead__form__btn {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    height: 58px;
    transition: box-shadow .3s ease; }
  .partnerhead__form__btn-wrapper {
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .partnerhead__form__btn-wrapper {
        padding-left: 11px; } }
  .partnerhead__form__btn {
    width: 100%; }
    @media (min-width: 576px) {
      .partnerhead__form__btn {
        width: auto; } }
    .partnerhead__form__btn:hover, .partnerhead__form__btn:focus {
      background: #003E52;
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.55); }
  .partnerhead__form__deliveries button {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin: 16px 0 8px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left; }
    .partnerhead__form__deliveries button i {
      font-size: 1.5em;
      margin-right: 20px; }
  .partnerhead__form__input {
    border: none;
    margin-bottom: 15px; }
    .partnerhead__form__input:focus {
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.55); }
  .partnerhead__form__meta {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }
    .partnerhead__form__meta a {
      color: inherit;
      text-decoration: underline; }
      .partnerhead__form__meta a:hover, .partnerhead__form__meta a:focus {
        color: #003E52; }
  .partnerhead__form-holder.authenticated {
    padding: 20px;
    border-radius: 5px;
    background-color: #eaf0f3;
    color: rgba(0, 0, 0, 0.6); }
  .partnerhead__footer {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .partnerhead__footer {
        margin-top: 93px; } }
    .partnerhead__footer__col {
      margin-bottom: 15px;
      justify-content: center; }
      @media (min-width: 768px) {
        .partnerhead__footer__col {
          margin-bottom: 0; } }
      .partnerhead__footer__col:last-of-type {
        margin-bottom: 0; }
    .partnerhead__footer__icon {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-height: 125px; }
      @media (min-width: 768px) {
        .partnerhead__footer__icon {
          margin-bottom: 18px;
          max-height: 100%; } }
    .partnerhead__footer__detail {
      color: #ffffff;
      font-size: 14px;
      font-weight: 300;
      margin: 0; }
    .partnerhead__footer .h4 {
      line-height: 1.4;
      font-size: 150%; }
  .partnerhead__badge {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 40px;
    height: 160px;
    position: absolute;
    right: 40px;
    width: 160px; }

.partners__body {
  margin-top: 60px; }
  .partners__body__title {
    color: #20D27D;
    font-size: 350%;
    font-family: "Epilogue";
    font-weight: 300;
    letter-spacing: -0.035em;
    line-height: 50px; }
  .partners__body__subtitle {
    margin-top: 60px; }
  .partners__body h3 {
    margin-bottom: 5px; }

.partnerfoot {
  background-color: #003E52;
  padding: 30px 0;
  position: relative; }

.homepage__categories {
  margin: 0 0 40px 0; }
  @media (min-width: 768px) {
    .homepage__categories {
      margin: 83px 0 131px 0; } }
  .homepage__categories__grid {
    margin: 20px 0; }
    @media (min-width: 768px) {
      .homepage__categories__grid {
        margin: 30px 0 0 0; } }

.homepage__content-block {
  margin: 40px 0; }
  @media (min-width: 768px) {
    .homepage__content-block {
      margin: 130px 0 125px 0; } }
  @media (min-width: 992px) {
    .homepage__content-block__content-wrapper {
      padding-left: 44px; } }
  .homepage__content-block__content {
    color: #6f6f6f;
    font-weight: 300; }
    .homepage__content-block__content a {
      color: inherit;
      font-weight: 500;
      text-decoration: underline; }
  .homepage__content-block__image {
    position: relative; }
    @media (min-width: 992px) {
      .homepage__content-block__image {
        margin-right: -50px; } }
    @media (min-width: 1200px) {
      .homepage__content-block__image {
        margin-right: -200px; } }
    @media (min-width: 992px) {
      .homepage__content-block__image:before {
        background-image: url("../img/overlay-icon.svg");
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 70px;
        content: '';
        display: block;
        height: 362px;
        left: -60px;
        position: absolute;
        width: 402px;
        z-index: 2; } }

.basket__form {
  margin-bottom: 60px; }
  .basket__form:last-of-type {
    margin-bottom: 40px; }

.order-summary table {
  width: 100%; }
  .order-summary table td {
    text-align: right;
    font-size: 18px; }

.order {
  margin: 30px 0; }
  @media (min-width: 768px) {
    .order {
      margin: 53px 0; } }
  .order__form {
    margin-bottom: 26px; }
    @media (min-width: 768px) {
      .order__form {
        margin-bottom: 30px; } }
  .order__items-holder {
    padding: 33px 29px;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    margin-bottom: 40px; }
    .order__items-holder__no-shadow {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      padding: 0; }
    @media (min-width: 768px) {
      .order__items-holder {
        margin-bottom: 0; } }
  .order__items-holder-sticky {
    position: sticky;
    top: 20px; }
  .order__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px; }
    .order__header p:first-of-type {
      font-weight: 600; }
    .order__header span {
      margin: 0 5px; }
  .order__title {
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      .order__title {
        margin: 0 0 67px 0; } }

.view-orders-table__status-date {
  font-size: .8em;
  margin-top: -5px;
  display: block; }

.order-complete__inner {
  position: relative; }

.order-complete__order-number {
  margin: 0 0 5px; }

.order-complete__content {
  background-color: #ffffff;
  position: relative;
  z-index: 4; }

.order-complete__title {
  color: #003E52;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize; }

.order-complete__title-bold {
  color: #272727;
  font-weight: 600;
  margin-bottom: 0; }

.order-complete__order-text {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .order-complete__order-text {
      margin-bottom: 50px; } }

.order-complete__order-details {
  margin-top: 30px; }

.order-complete__order-singleton {
  font-size: 14px;
  color: #6F6F6F;
  margin: 0; }

.order-complete__order-singleton-large {
  font-size: 18px;
  color: #6F6F6F;
  margin: 0; }

.order-complete__order-actions {
  display: block;
  margin: 30px 0 0;
  padding: 0; }
  .order-complete__order-actions a.btn {
    width: 100%;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .order-complete__order-actions {
      padding: 0 45px; } }
  @media (min-width: 576px) {
    .order-complete__order-actions {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 30px 0 0; }
      .order-complete__order-actions a.btn {
        width: 48%; } }

.order-complete__right-img {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 40%;
  z-index: 1; }

.order-complete__delivery strong {
  color: #003E52; }

.customer__header {
  padding: 43px 0; }
  .customer__header label.label-control-secondary {
    margin-right: 12px; }

.customer__orders_filters {
  display: block; }
  @media (min-width: 768px) {
    .customer__orders_filters {
      display: flex;
      flex-wrap: wrap; } }
  .customer__orders_filters .form-group {
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
    display: flex; }
    .customer__orders_filters .form-group .form-control,
    .customer__orders_filters .form-group .btn,
    .customer__orders_filters .form-group span#select2-customer_order_status-container {
      font-size: 15px; }
    @media (min-width: 768px) {
      .customer__orders_filters .form-group {
        margin-bottom: 0; } }
    .customer__orders_filters .form-group#search {
      max-width: calc(40% - 20px);
      margin-right: 20px; }
    .customer__orders_filters .form-group#status {
      max-width: calc(20% - 20px);
      margin-right: 20px; }
    .customer__orders_filters .form-group#date {
      max-width: calc(30% - 20px);
      margin-right: 20px; }
      .customer__orders_filters .form-group#date input {
        margin-right: 10px;
        max-width: 40%; }
        .customer__orders_filters .form-group#date input:last-child {
          margin-right: 0; }
    .customer__orders_filters .form-group#filter {
      max-width: 10%; }
    @media (max-width: 991.98px) {
      .customer__orders_filters .form-group#search, .customer__orders_filters .form-group#status, .customer__orders_filters .form-group#date, .customer__orders_filters .form-group#filter {
        max-width: 100%;
        display: block;
        margin-bottom: 20px;
        margin-right: 0; }
        .customer__orders_filters .form-group#search label, .customer__orders_filters .form-group#status label, .customer__orders_filters .form-group#date label, .customer__orders_filters .form-group#filter label {
          margin-bottom: 8px; }
      .customer__orders_filters .form-group#date {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .customer__orders_filters .form-group#date label {
          width: 100%; }
        .customer__orders_filters .form-group#date input {
          width: 100% !important;
          max-width: calc(50% - 10px); } }
    @media (max-width: 767.98px) {
      .customer__orders_filters .form-group#date input {
        max-width: 100%;
        margin: 0 0 10px; } }

section.error {
  padding: 40px 0; }
  @media (min-width: 768px) {
    section.error {
      padding: 10vh 0; } }
  section.error .page-title {
    font-weight: 600;
    margin-bottom: 16px; }
  section.error p {
    font-size: 22px;
    line-height: 1.36;
    font-weight: 100; }
    section.error p a i {
      margin-right: 10px;
      font-size: 12px;
      margin-top: -10px; }

.filter-sidebar__list-item {
  padding-left: 14px;
  position: relative; }

.filter-sidebar__folder-icon {
  display: inline-block;
  position: relative; }
  .filter-sidebar__folder-icon i {
    margin-right: 5px; }
  .filter-sidebar__folder-icon input {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0; }
    .filter-sidebar__folder-icon input:checked + label {
      color: #000000; }
  .filter-sidebar__folder-icon label {
    color: #20D27D;
    transition: color .2s ease; }
    .filter-sidebar__folder-icon label:hover {
      color: #003E52;
      cursor: pointer; }

.filter-sidebar__toggle-trigger {
  color: #333333; }
  .filter-sidebar__toggle-trigger:before {
    color: #20D27D;
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0; }
  .filter-sidebar__toggle-trigger.collapsed:before {
    content: '\f105'; }

.filter-sidebar__sub-list {
  margin: 0; }
  .filter-sidebar__sub-list .filter-sidebar__folder-icon label {
    color: #bbb9b9; }
  .filter-sidebar__sub-list ul .filter-sidebar__link {
    font-weight: 300; }

.filter-sidebar__link {
  color: #333333;
  font-weight: 700; }

.youraccount__addresses {
  margin-bottom: 20px; }
  .youraccount__addresses__address {
    border: 1px solid #20D27D;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 4px; }
    .youraccount__addresses__address__links {
      text-align: center;
      white-space: nowrap;
      font-size: 0.9em;
      font-weight: 500;
      margin-top: auto;
      margin-bottom: auto; }

.account-info-box__list-item {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 20px; }

.blog-listing {
  margin: 40px 0 20px 0; }
  @media (min-width: 768px) {
    .blog-listing {
      margin: 100px 0; } }
  .blog-listing__item {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .blog-listing__item {
        margin-bottom: 60px; } }

.article {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .article {
      margin-bottom: 45px; } }
  .article__breadcrumb {
    margin-bottom: 35px; }
  .article__info, .article__body {
    color: #6F6F6F; }
  .article__info {
    margin-top: 15px; }
  .article__body {
    margin-top: 34px; }
    .article__body h2 {
      margin-bottom: 3px;
      margin-top: 31px; }
    .article__body img {
      width: 100%;
      border-radius: 10px; }
  .article__image-grid {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .article__image-grid {
        margin-bottom: 0; } }
    .article__image-grid__image {
      border-radius: 10px;
      margin-bottom: 10px;
      overflow: hidden; }

.invoicefooter {
  color: #003E52;
  padding-bottom: 20px; }
  .invoicefooter a {
    color: #003E52; }
  .invoicefooter p {
    line-height: normal;
    margin-bottom: 0px;
    color: #003E52;
    font-family: "Barlow";
    font-weight: 300; }

.choose-delivery {
  line-height: 30px;
  margin-bottom: 10px; }
  .choose-delivery .btn {
    width: 100%; }
  .choose-delivery img {
    max-height: 80px;
    max-width: 100%; }
  .choose-delivery input {
    margin-bottom: 2px; }
  .choose-delivery h3 {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 22px; }
  .choose-delivery.stacked img {
    max-height: 50px;
    margin-bottom: 5px; }

@media only screen and (min-width: 1183px) {
  .account-convert-complete {
    min-height: 650px; } }

.modal-upsell .upsell-product-card {
  height: 100%;
  position: relative; }

@media (min-width: 992px) {
  .modal-upsell .modal-lg {
    max-width: 1100px; } }

.modal-upsell__products {
  padding-left: 20px;
  padding-right: 20px; }
  .modal-upsell__products .product-card__image {
    margin: 0;
    max-width: 100%; }
  .modal-upsell__products .product-listing__item {
    padding-left: 8px;
    padding-right: 8px; }

.modal-upsell .slick-slider {
  margin-left: 40px; }
  @media (max-width: 767.98px) {
    .modal-upsell .slick-slider {
      margin-left: 2px; } }

.modal-upsell__header {
  background-color: #004656;
  color: white;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 10px;
  padding-top: 24px;
  padding-bottom: 20px;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.5;
  width: 95%; }
  @media (max-width: 767.98px) {
    .modal-upsell__header {
      font-size: 18px; } }

.modal-upsell__sorry {
  width: 100% !important; }

.modal-upsell__actions {
  margin: 15px;
  background: white;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid lightgray;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px; }
  @media (max-width: 767.98px) {
    .modal-upsell__actions__center {
      width: 200px; } }

.modal-upsell .product-card__inner {
  background-color: white; }

.modal-upsell .slick-arrow--prev {
  left: 0; }

.modal-upsell .slick-arrow--next {
  right: 20px; }
  @media (max-width: 767.98px) {
    .modal-upsell .slick-arrow--next {
      right: -2px; } }

.modal-upsell .btn-lowemphasis {
  line-height: 24px;
  color: #004656;
  font-weight: bold;
  background: none;
  border: 2px solid lightgray;
  border-radius: 5px;
  padding: 10px 30px;
  transition: background-color .3s ease, color .3s ease, border .3s ease; }

.modal-upsell .btn-lowemphasis:hover {
  background-color: #003E52;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid #003E52; }

.modal-upsell .btn-proceed {
  line-height: 24px;
  color: #003E52;
  background: #20D27D;
  font-weight: bold;
  border: 2px solid #20D27D;
  margin-top: -3px;
  /*hack to align with the continue button*/
  transition: background-color .3s ease, color .3s ease, border .3s ease; }

.modal-upsell .btn-proceed:hover {
  background-color: #003E52;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid #003E52; }

.modal-upsell .modal-header {
  background-color: #004656;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  padding-top: 0rem;
  padding-right: 1rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 24px;
  text-align: center; }

.modal-upsell .close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1; }
  @media (min-width: 992px) {
    .modal-upsell .close {
      line-height: 2;
      margin-right: 5px; } }
  @media (max-width: 767.98px) {
    .modal-upsell .close {
      font-size: 1.5rem;
      line-height: 2.8; } }

@media (min-width: 992px) {
  .modal-basketaddconfirm .modal-lg {
    max-width: 1100px; } }

.modal-basketaddconfirm__header {
  background-color: #004656;
  color: white;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 10px;
  padding-top: 24px;
  padding-bottom: 20px;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.5;
  width: 95%; }
  @media (max-width: 767.98px) {
    .modal-basketaddconfirm__header {
      font-size: 18px; } }

.modal-basketaddconfirm__actions {
  margin: 15px;
  background: white;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid lightgray;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px; }
  @media (max-width: 767.98px) {
    .modal-basketaddconfirm__actions__center {
      width: 200px; } }

.modal-basketaddconfirm .btn-lowemphasis {
  line-height: 24px;
  color: #004656;
  font-weight: bold;
  background: none;
  border: 2px solid lightgray;
  border-radius: 5px;
  padding: 10px 30px;
  transition: background-color .3s ease, color .3s ease, border .3s ease; }

.modal-basketaddconfirm .btn-lowemphasis:hover {
  background-color: #003E52;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid #003E52; }

.modal-basketaddconfirm .btn-proceed {
  line-height: 24px;
  color: #003E52;
  background: #20D27D;
  font-weight: bold;
  border: 2px solid #20D27D;
  margin-top: -3px;
  /*hack to align with the continue button*/
  transition: background-color .3s ease, color .3s ease, border .3s ease; }

.modal-basketaddconfirm .btn-proceed:hover {
  background-color: #003E52;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid #003E52; }

.modal-basketaddconfirm .modal-header {
  background-color: #004656;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  padding-top: 0rem;
  padding-right: 1rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 24px;
  text-align: center; }

.modal-basketaddconfirm .close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1; }
  @media (min-width: 992px) {
    .modal-basketaddconfirm .close {
      line-height: 2;
      margin-right: 5px; } }
  @media (max-width: 767.98px) {
    .modal-basketaddconfirm .close {
      font-size: 1.5rem;
      line-height: 2.8; } }

.modal-basketaddconfirm p {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center; }

.AlgoliaHits {
  position: absolute;
  top: 55px;
  width: 40vw;
  z-index: 9999;
  background: white;
  padding: 40px 30px 0px 30px;
  margin-left: 2px; }
  @media (min-width: 1900px) {
    .AlgoliaHits {
      width: 35vw; } }
  @media (max-width: 767.98px) {
    .AlgoliaHits {
      width: 100%;
      top: 105px;
      margin-left: -5px;
      padding: 30px 20px; } }
  @media (max-width: 767.98px) {
    .AlgoliaHits__Column {
      margin-bottom: 30px; } }
  .AlgoliaHits h4 {
    color: #003E52;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; }
  .AlgoliaHits a, .AlgoliaHits a:link, .AlgoliaHits a:active, .AlgoliaHits a:visited, .AlgoliaHits a:focus {
    color: #003E52;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-decoration-line: none; }
  .AlgoliaHits a:hover {
    text-decoration-line: underline; }
  .AlgoliaHits__Hit {
    margin: 15px 0px;
    display: block; }
    .AlgoliaHits__Hit__Container {
      display: flex;
      flex-direction: row;
      align-content: flex-start;
      justify-content: flex-start; }
    .AlgoliaHits__Hit__Name {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 767.98px) {
        .AlgoliaHits__Hit__Name {
          max-width: 210px; } }
    .AlgoliaHits__Hit__Thumbnail {
      display: flex;
      padding: 0px;
      text-align: center;
      align-content: center;
      flex-wrap: wrap; }
      .AlgoliaHits__Hit__Thumbnail img {
        max-width: 50px;
        max-height: 50px;
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap; }
  .AlgoliaHits__PoweredBy {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: flex-end; }

.order-sm-first {
  order: initial; }
  @media (max-width: 767.98px) {
    .order-sm-first {
      order: -1; } }

.paypal-inthree {
  text-align: left;
  margin-top: 10px; }
  .paypal-inthree__img {
    width: 80px;
    margin-right: 10px; }
  .paypal-inthree__text {
    font-size: 12px; }
    .paypal-inthree__text__link {
      color: dodgerblue;
      margin-left: 10px;
      text-decoration: underline; }

#pp-in-three {
  height: 40px; }

.paypal-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 5px; }
  .paypal-header__info {
    margin-top: 2px; }

/*well this is a dreadful naming convention*/
@media (max-width: 991.98px) {
  .masthead__merchant {
    height: auto !important; } }

.merchant-first__info {
  display: flex;
  padding: 40px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  background: white;
  margin-top: 70px; }
  @media (max-width: 767.98px) {
    .merchant-first__info {
      padding: 30px; } }
  @media (max-width: 767.98px) {
    .merchant-first__info #btnScrollToCategories {
      width: 100%; } }
  .merchant-first__info__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch; }
    .merchant-first__info__header img {
      height: 110px; }
    .merchant-first__info__header h2 {
      color: #003E52;
      font-family: Epilogue;
      font-size: 28px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      max-width: 50%; }
    .merchant-first__info__header__button {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.merchant-first__masthead {
  height: 320px;
  min-height: 320px; }
  @media (max-width: 767.98px) {
    .merchant-first__masthead {
      height: 522px; } }

.listing-header--merchants-page h2 {
  color: #003E52;
  font-family: Epilogue;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.listing-header--merchants-page__row {
  align-items: flex-end;
  justify-content: space-between; }
  .listing-header--merchants-page__row p {
    color: #003E52;
    font-family: Epilogue;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px; }
  .listing-header--merchants-page__row__choose-delivery {
    display: flex;
    gap: 12px; }
    .listing-header--merchants-page__row__choose-delivery input {
      width: 360px; }
    .listing-header--merchants-page__row__choose-delivery .btn {
      width: auto; }

.merchant-search-bar__search-group {
  height: 48px;
  width: 335px;
  display: flex;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid;
  margin-bottom: 12px; }
  .merchant-search-bar__search-group input {
    border: none !important;
    flex-grow: 1;
    outline: none; }
  .merchant-search-bar__search-group .input-group-append button {
    padding-right: 0px; }

.merchant-cards__container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 32px 0px;
  width: 100%; }
  @media (max-width: 767.98px) {
    .merchant-cards__container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin: 32px; } }

.merchant-card {
  border-radius: 3px;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease; }
  .merchant-card:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14); }
  .merchant-card__logo {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-grow: 1;
    height: 142px; }
    .merchant-card__logo img {
      flex-grow: 1;
      width: 100%; }
  .merchant-card__name {
    background: #F7F7F7;
    padding: 8px 8px;
    text-align: center;
    display: block;
    line-height: 16px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center; }

.merchant-image-slider__thumb {
  overflow: hidden;
  transition: border .2s ease;
  margin: 0 8px; }
  .merchant-image-slider__thumb img {
    min-width: 196px !important; }
  .merchant-image-slider__thumb__video {
    background: black;
    height: 100%;
    display: flex;
    align-items: center; }

.slick-initialized .slick-slide.merchant-image-slider__thumb__video {
  display: flex; }

#merchantImageSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin: 30px 0; }
  #merchantImageSlider .slick-arrow {
    position: absolute;
    top: 4px;
    bottom: 4px;
    background: #003E52;
    height: auto;
    width: 24px;
    transform: none;
    border: none;
    color: white !important; }
  #merchantImageSlider .slick-next {
    right: 0; }
  #merchantImageSlider .slick-prev {
    left: 0; }
  #merchantImageSlider .slick-list {
    margin: 0px 25px; }
  #merchantImageSlider .slick-disabled {
    opacity: 0.1; }
