/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
/*!
 * Copyright (c) 2020. FixGroup B.V.
 */
.blue__main {
  color: #049ee2 !important; }

.filter-section-active li {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #E9EBEC;
  padding: 12px 30px; }
  .filter-section-active li:hover {
    text-decoration: none !important; }
  .filter-section-active li:active, .filter-section-active li:focus, .filter-section-active li:focus-within {
    border: 1px solid #049ee2;
    outline: 2px solid #049ee2;
    outline-offset: -2px; }

.sidebar-refurbished-quality-mark {
  border-radius: 6px;
  border: 1px solid #CFDFEF;
  background: #edf5fc; }
  .sidebar-refurbished-quality-mark:hover {
    text-decoration: none; }

.category__sidebar .breadcrumb__wrapper svg {
  margin-top: 4px; }
.category__sorting-results {
  display: flex;
  justify-content: flex-end;
  height: 100%; }
  .category__sorting-results > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
@media (max-width: 767px) {
  .category__header .term-description:not(.read-more):not(.opened) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 22.4px;
    /* fallback */
    max-height: calc(2 * 24.4px);
    /* fallback */ } }
.category__header .term-description.read-more {
  max-height: 24px;
  overflow: hidden;
  position: relative;
  transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .category__header .term-description.read-more span {
    content: 'Lees meer...';
    background-color: #fff;
    padding-left: 10px;
    right: 0;
    top: 0;
    font-size: 14px;
    position: absolute;
    cursor: pointer;
    color: #049eea; }
.category__header .woocommerce-result-count {
  margin: auto;
  margin-right: 10px; }
.category__sidebar .sidebar__thumbnail {
  text-align: center; }

.products-wrapper:not(.product-b2b) .products .products__product-card {
  border-radius: 6px;
  border: 1px solid #E9EBEC;
  padding: 20px;
  background-color: #fff;
  position: relative; }
  .products-wrapper:not(.product-b2b) .products .products__product-card > a {
    position: relative;
    display: block; }
  @media (min-width: 768px) {
    .products-wrapper:not(.product-b2b) .products .products__product-card:active, .products-wrapper:not(.product-b2b) .products .products__product-card:focus, .products-wrapper:not(.product-b2b) .products .products__product-card:focus-within {
      border: 1px solid #049ee2;
      outline: 2px solid #049ee2;
      outline-offset: -2px;
      background: #edf5fc; } }
  @media (min-width: 768px) {
    .products-wrapper:not(.product-b2b) .products .products__product-card:hover {
      background-color: #F6FAFD;
      text-decoration: none;
      border-color: #CFDFEF; } }
  .products-wrapper:not(.product-b2b) .products .products__product-card a:hover {
    text-decoration: none; }
@media (max-width: 767px) {
  .products-wrapper:not(.product-b2b) .products .product-card__details {
    display: flex;
    flex-direction: column; } }
.products-wrapper:not(.product-b2b) .products .product-card__bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
.products-wrapper:not(.product-b2b) .products .product-card__image {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 261px; }
  @media (max-width: 767px) {
    .products-wrapper:not(.product-b2b) .products .product-card__image {
      padding: 0; } }
  .products-wrapper:not(.product-b2b) .products .product-card__image > img {
    align-self: flex-start;
    height: auto;
    width: auto;
    max-height: 100%;
    mix-blend-mode: multiply; }
.products-wrapper:not(.product-b2b) .products .product-card__deal {
  position: absolute;
  top: 1em;
  left: 0.8em;
  background-color: #E50D1D;
  border: 1px solid #C40B19;
  color: #ffffff;
  padding: 0em 0.3em;
  border-radius: 0.2em;
  font-size: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
  transform: rotate(-5deg);
  box-shadow: 1px 1px 3px #00000047; }
  @media (max-width: 767px) {
    .products-wrapper:not(.product-b2b) .products .product-card__deal {
      font-size: 1.1em; } }
.products-wrapper:not(.product-b2b) .products .product-card__labels {
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 767px) {
    .products-wrapper:not(.product-b2b) .products .product-card__labels {
      position: unset; } }
  .products-wrapper:not(.product-b2b) .products .product-card__labels--top {
    float: right;
    margin-bottom: 5px; }
    .products-wrapper:not(.product-b2b) .products .product-card__labels--top div {
      height: 100%;
      position: relative; }
      .products-wrapper:not(.product-b2b) .products .product-card__labels--top div img {
        max-width: 100px;
        border-radius: 0; }
    @media (max-width: 767px) {
      .products-wrapper:not(.product-b2b) .products .product-card__labels--top div img {
        width: 100%;
        max-width: 100px; } }
  @media (min-width: 768px) {
    .products-wrapper:not(.product-b2b) .products .product-card__labels--bottom {
      min-height: 130px; } }
  .products-wrapper:not(.product-b2b) .products .product-card__labels svg {
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .products-wrapper:not(.product-b2b) .products .product-card__labels svg {
        width: auto; } }
.products-wrapper:not(.product-b2b) .products .product-card__details .product-card__title {
  min-height: 0;
  transition: all 0.15s cubic-bezier(0.22, 0.61, 0.36, 1); }
.products-wrapper:not(.product-b2b) .products .product-card__details .product-card__usp svg {
  margin-right: 4px; }
.products-wrapper:not(.product-b2b) .products .product-card__details .product-card__usp .label-yellow {
  font-size: 12px;
  font-weight: 700;
  color: #FFCC00; }
.products-wrapper:not(.product-b2b) .products .product-card__details .product-card__usp .label-red {
  font-size: 12px;
  font-weight: 700;
  color: #FF0E20; }
.products-wrapper:not(.product-b2b) .products .product-card__details .product-card__usp .label-blue {
  font-size: 12px;
  font-weight: 700;
  color: #049ee2; }
.products-wrapper:not(.product-b2b) .products .product-card__details .product-card__usp .label-purple {
  font-size: 12px;
  font-weight: 700;
  color: #5D2CC7; }
.products-wrapper:not(.product-b2b) .products .product-card__usp {
  min-height: 12px;
  padding: 2px 0; }
  .products-wrapper:not(.product-b2b) .products .product-card__usp p {
    color: #049ee2;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .products-wrapper:not(.product-b2b) .products .product-card__usp {
      min-height: 0; } }
.products-wrapper:not(.product-b2b) .products .product-card__attributes {
  line-height: 1.2;
  margin-bottom: 1em;
  margin-top: auto;
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 1em; }
  .products-wrapper:not(.product-b2b) .products .product-card__attributes span {
    color: #535E6D;
    font-size: 0.9em;
    cursor: default; }
    .products-wrapper:not(.product-b2b) .products .product-card__attributes span[data-modal] {
      cursor: pointer;
      text-decoration: underline;
      text-decoration-style: dotted; }
      .products-wrapper:not(.product-b2b) .products .product-card__attributes span[data-modal]:hover {
        text-decoration: underline;
        text-decoration-style: solid; }
    .products-wrapper:not(.product-b2b) .products .product-card__attributes span.high-grade {
      color: #049ee2;
      font-weight: 700; }
  .products-wrapper:not(.product-b2b) .products .product-card__attributes_chip, .products-wrapper:not(.product-b2b) .products .product-card__attributes_colors {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 0.4em;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    .products-wrapper:not(.product-b2b) .products .product-card__attributes_chip__item, .products-wrapper:not(.product-b2b) .products .product-card__attributes_colors__item {
      margin: 0; }
      .products-wrapper:not(.product-b2b) .products .product-card__attributes_chip__item figure, .products-wrapper:not(.product-b2b) .products .product-card__attributes_colors__item figure {
        margin: 0; }
      .products-wrapper:not(.product-b2b) .products .product-card__attributes_chip__item .chip__item, .products-wrapper:not(.product-b2b) .products .product-card__attributes_colors__item .chip__item {
        border: 1px solid #E9EBEC;
        padding: 0.2em 0.4em;
        border-radius: 0.2em;
        font-size: 0.9em;
        color: #535E6D; }
      .products-wrapper:not(.product-b2b) .products .product-card__attributes_chip__item .color__item, .products-wrapper:not(.product-b2b) .products .product-card__attributes_colors__item .color__item {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #E9EBEC; }
        .products-wrapper:not(.product-b2b) .products .product-card__attributes_chip__item .color__item figcaption, .products-wrapper:not(.product-b2b) .products .product-card__attributes_colors__item .color__item figcaption {
          opacity: 0; }
.products-wrapper:not(.product-b2b) .products .product-card__variations-select {
  margin: 9px 0;
  min-height: 10px; }
  .products-wrapper:not(.product-b2b) .products .product-card__variations-select form {
    width: 100%;
    display: flex;
    justify-content: flex-start; }
    .products-wrapper:not(.product-b2b) .products .product-card__variations-select form input {
      width: 12px;
      margin: -1.5px 5px 0 0; }
  .products-wrapper:not(.product-b2b) .products .product-card__variations-select span,
  .products-wrapper:not(.product-b2b) .products .product-card__variations-select label {
    display: flex;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    margin: 0 10px 0 0; }
  .products-wrapper:not(.product-b2b) .products .product-card__variations-select div {
    display: flex; }
.products-wrapper:not(.product-b2b) .products .product-card__price {
  display: grid;
  grid-template-columns: 1fr 1fr 64px;
  grid-template-areas: "price price add_to_cart" "price price add_to_cart" "delivery_time delivery_time add_to_cart"; }
  .products-wrapper:not(.product-b2b) .products .product-card__price .delivery_time {
    font-size: .9em;
    color: #04B814;
    grid-area: delivery_time;
    display: flex;
    justify-content: flex-end;
    flex-direction: column; }
  .products-wrapper:not(.product-b2b) .products .product-card__price .add_to_cart {
    grid-area: add_to_cart; }
  .products-wrapper:not(.product-b2b) .products .product-card__price .price {
    grid-area: price;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 .4em;
    font-size: 1.15em;
    margin-top: .3px;
    align-items: center; }
    .products-wrapper:not(.product-b2b) .products .product-card__price .price span.amount {
      color: #049ee2; }
    .products-wrapper:not(.product-b2b) .products .product-card__price .price ins {
      float: left; }
    @media (max-width: 359px) {
      .products-wrapper:not(.product-b2b) .products .product-card__price .price > .price__from {
        display: none; } }
    .products-wrapper:not(.product-b2b) .products .product-card__price .price > .price__from span {
      color: #535E6D;
      font-size: .8em; }
  .products-wrapper:not(.product-b2b) .products .product-card__price .higher_price {
    grid-area: higher_price; }
  @media all and (-ms-high-contrast: none) {
    .products-wrapper:not(.product-b2b) .products .product-card__price {
      display: -ms-grid;
      -ms-grid-columns: repeat(3, 1fr);
      -ms-grid-rows: repeat(2, 300px);
      gap: 0px 26px; }
    .products-wrapper:not(.product-b2b) .products .product-card__price .Delivery-time {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1; }
    .products-wrapper:not(.product-b2b) .products .product-card__price .add_to_cart {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 3;
      -ms-grid-column-span: 3; }
    .products-wrapper:not(.product-b2b) .products .product-card__price .price {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1; }
    .products-wrapper:not(.product-b2b) .products .product-card__price .higher_price {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2; } }
.products-wrapper .products__product-highlighted {
  height: 100%;
  min-height: 15dvh;
  border: 1px solid #E9EBEC;
  padding: 2em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .products-wrapper .products__product-highlighted {
      border-radius: 6px; } }
.products-wrapper.product-b2b .products .product-list {
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #E9EBEC;
  position: relative; }
  .products-wrapper.product-b2b .products .product-list__attributes {
    line-height: 12px;
    margin-bottom: 14px;
    margin-top: 12px; }
    .products-wrapper.product-b2b .products .product-list__attributes span {
      color: #535E6D;
      font-size: 12px;
      line-height: 12px;
      cursor: default; }
      .products-wrapper.product-b2b .products .product-list__attributes span[data-modal] {
        cursor: pointer;
        text-decoration: underline;
        text-decoration-style: dotted; }
      .products-wrapper.product-b2b .products .product-list__attributes span.high-grade {
        color: #049ee2;
        font-weight: 600; }
  .products-wrapper.product-b2b .products .product-list__pill {
    background-color: #0764B3;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 0.2em 0.6em;
    margin-right: 0.4em;
    border-radius: 1em;
    font-weight: bold;
    font-size: 0.8em !important;
    line-height: 2 !important; }
  .products-wrapper.product-b2b .products .product-list__product-container {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: 1fr;
    gap: 0px 20px;
    grid-template-areas: "product-list__image product-list__field"; }
  .products-wrapper.product-b2b .products .product-list__image {
    grid-area: product-list__image;
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
  .products-wrapper.product-b2b .products .product-list__field {
    grid-area: product-list__field;
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
  @media all and (-ms-high-contrast: none) {
    .products-wrapper.product-b2b .products .product-list .product-list__product-container {
      display: -ms-grid;
      -ms-grid-columns: 60px 1fr;
      -ms-grid-rows: 1fr;
      gap: 0px 20px; }
    .products-wrapper.product-b2b .products .product-list .product-list__image {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1; }
    .products-wrapper.product-b2b .products .product-list .product-list__field {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 2; } }
  .products-wrapper.product-b2b .products .product-list__title {
    font-size: 16px;
    font-weight: bold;
    color: #0E1723;
    text-decoration: none; }
  .products-wrapper.product-b2b .products .product-list__usp svg {
    margin-right: 4px; }
  .products-wrapper.product-b2b .products .product-list__usp .label-yellow {
    font-size: 12px;
    font-weight: 700;
    color: #FFCC00; }
  .products-wrapper.product-b2b .products .product-list__usp .label-red {
    font-size: 12px;
    font-weight: 700;
    color: #FF0E20; }
  .products-wrapper.product-b2b .products .product-list__usp .label-blue {
    font-size: 12px;
    font-weight: 700;
    color: #049ee2; }
  .products-wrapper.product-b2b .products .product-list__usp .label-purple {
    font-size: 12px;
    font-weight: 700;
    color: #5D2CC7; }
  .products-wrapper.product-b2b .products .product-list__variations {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .products-wrapper.product-b2b .products .product-list__variations .variation__item {
      margin-top: 5px; }
    .products-wrapper.product-b2b .products .product-list__variations .variation__item form {
      display: grid;
      grid-template-columns: 2fr 2fr 1fr 150px;
      gap: 0 5px;
      align-items: center; }
      .products-wrapper.product-b2b .products .product-list__variations .variation__item form .item__add-to-cart,
      .products-wrapper.product-b2b .products .product-list__variations .variation__item form .item__add-to-cart .add_to_cart,
      .products-wrapper.product-b2b .products .product-list__variations .variation__item form .item__stock {
        display: flex;
        justify-content: center;
        flex-direction: column; }
      @media (max-width: 767px) {
        .products-wrapper.product-b2b .products .product-list__variations .variation__item form {
          grid-template-columns: 2fr auto 2fr; }
          .products-wrapper.product-b2b .products .product-list__variations .variation__item form .item__amount {
            display: none; } }
      .products-wrapper.product-b2b .products .product-list__variations .variation__item form .item__price {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .products-wrapper.product-b2b .products .product-list__variations .variation__item form .item__price > span {
          color: #049ee2; }
        .products-wrapper.product-b2b .products .product-list__variations .variation__item form .item__price span.price ins bdi {
          font-size: 16px; }
      .products-wrapper.product-b2b .products .product-list__variations .variation__item form .variation-quantity {
        min-height: unset;
        height: 37px; }
        .products-wrapper.product-b2b .products .product-list__variations .variation__item form .variation-quantity span {
          padding: 0px 13px; }
      .products-wrapper.product-b2b .products .product-list__variations .variation__item form .quantity label {
        display: none; }
      .products-wrapper.product-b2b .products .product-list__variations .variation__item form .button__add_to_cart {
        padding: 6px 13px;
        white-space: nowrap; }

.side__filters .price_slider_wrapper .slider-range {
  background-color: #E9EBEC;
  height: 5px;
  width: 90%;
  margin: 35px 8px 25px 8px;
  position: relative;
  border-radius: 3px; }
  .side__filters .price_slider_wrapper .slider-range div {
    background-color: #049ee2;
    height: 100%;
    border-radius: 3px;
    position: absolute; }
  .side__filters .price_slider_wrapper .slider-range span {
    background-color: #049ee2;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: -6px;
    margin-left: -6px;
    display: block;
    position: absolute; }
    .side__filters .price_slider_wrapper .slider-range span p {
      position: absolute;
      top: -17px;
      transform: translateX(-20%);
      font-weight: 500;
      font-size: 11px;
      color: #049ee2; }
    .side__filters .price_slider_wrapper .slider-range span:focus {
      outline: none; }

.sidebar-refurbished-quality-mark {
  padding: 15px; }
  .sidebar-refurbished-quality-mark p, .sidebar-refurbished-quality-mark a {
    font-size: 14px; }
  .sidebar-refurbished-quality-mark a svg {
    margin-top: 0; }

.filter-section {
  margin-top: 5px;
  margin-bottom: 15px; }
  .filter-section__header {
    padding-bottom: 10px;
    border-bottom: 1px solid #E9EBEC;
    cursor: pointer;
    position: relative; }
    .filter-section__header p.h5 {
      display: inline-block;
      margin: 0;
      width: 100%; }
    .filter-section__header svg {
      position: absolute;
      right: 0;
      top: 9px;
      color: #535E6D; }
    .filter-section__header > span {
      right: 20px;
      position: absolute; }
    .filter-section__header #remove-all-filters {
      color: #049ee2;
      display: inline-block;
      font-size: 14px;
      cursor: pointer;
      margin-top: 3px; }
      .filter-section__header #remove-all-filters:hover {
        color: #037FCC; }
  .filter-section__list {
    margin-top: 15px; }
    .filter-section__list ul {
      margin-top: 5px;
      padding-left: 0;
      list-style: none; }
      .filter-section__list ul li.show-more {
        margin-top: -5px; }
        .filter-section__list ul li.show-more > span {
          color: #049ee2;
          cursor: pointer;
          font-size: 13px; }
        .filter-section__list ul li.show-more svg {
          height: 12px;
          width: auto; }
        .filter-section__list ul li.show-more ul {
          display: none; }
        .filter-section__list ul li.show-more.active ul {
          display: block; }
    .filter-section__list li.woocommerce-widget-layered-nav-list__item {
      display: flex; }
    .filter-section__list li input {
      width: 13px;
      padding: 7px;
      margin-right: 8px;
      display: inline-block; }
    .filter-section__list li label {
      max-width: 85%;
      width: 100%;
      display: inline-block; }
      .filter-section__list li label span {
        color: #0E1723;
        font-size: 13px;
        display: flex;
        cursor: pointer; }
        .filter-section__list li label span:hover {
          text-decoration: underline; }
        .filter-section__list li label span p {
          margin-bottom: 0;
          max-width: 80%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .filter-section__list li label span span {
          margin-left: 5px; }
    .filter-section__list li.disabled * {
      color: #535E6D;
      cursor: not-allowed; }

.products-wrapper {
  margin-bottom: 25px; }
  .products-wrapper .product-card__image {
    max-height: 261px; }

.products-wrapper.product-refurbished .product-card__image {
  position: relative;
  margin: 0 10px;
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .products-wrapper.product-refurbished .product-card__image {
      margin: 0; } }
.products-wrapper.product-refurbished .product-card__labels {
  right: -20px;
  max-width: 45%;
  top: unset;
  bottom: 40px; }
.products-wrapper.product-refurbished .product-card__rating {
  margin-top: 4px; }

.category-pagination {
  justify-content: center;
  display: flex;
  width: 100%; }
  .category-pagination ul {
    padding: 0;
    list-style: none;
    justify-content: center;
    display: flex; }
  .category-pagination li {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column; }
  .category-pagination a,
  .category-pagination span {
    text-align: center;
    height: 35px;
    width: 35px;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    line-height: 33px;
    font-weight: 700;
    color: #0E1723;
    border: 1px solid #E9EBEC;
    margin: 25px 5px;
    text-decoration: none; }
    .category-pagination a:hover,
    .category-pagination span:hover {
      background: #F6FAFD; }
  .category-pagination span.dots {
    border: none;
    margin: 25px 0;
    width: 20px; }
    .category-pagination span.dots:hover {
      background: #fff; }
  .category-pagination span.current {
    border: 1px solid #049ee2;
    background: #F6FAFD; }
  .category-pagination a.prev.page-numbers,
  .category-pagination a.next.page-numbers {
    width: auto;
    padding: 0 5px 0 10px;
    color: #049ee2; }
    @media (max-width: 767px) {
      .category-pagination a.prev.page-numbers,
      .category-pagination a.next.page-numbers {
        padding: 0 10px; }
        .category-pagination a.prev.page-numbers label,
        .category-pagination a.next.page-numbers label {
          display: none; } }
    .category-pagination a.prev.page-numbers svg,
    .category-pagination a.next.page-numbers svg {
      height: 10px; }
  .category-pagination a.prev.page-numbers {
    padding: 0 10px 0 5px; }

.filter-section-active ul {
  padding-left: 0;
  list-style: none; }
.filter-section-active li {
  padding: 5px 25px 5px 11px;
  display: block;
  margin: 10px 0 5px 0;
  position: relative;
  width: fit-content; }
.filter-section-active span .tax-name {
  font-size: 13px;
  line-height: 13px;
  display: inline-block; }
.filter-section-active span .tax-value {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  display: inline-block; }
  .filter-section-active span .tax-value span {
    font-weight: 700; }
.filter-section-active span svg {
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
  color: #535E6D;
  height: 12px;
  width: 12px;
  cursor: pointer; }
  .filter-section-active span svg:hover {
    color: #FF0E20; }

#no-products-found {
  border-radius: 6px;
  border: 1px solid #CFDFEF;
  background-color: #edf5fc;
  padding: 20px;
  margin-top: 20px; }

.bottom-content img {
  width: 100% !important; }

.products-wrapper .usp-banner__list {
  padding: 0 30px; }
  @media (min-width: 992px) {
    .products-wrapper .usp-banner__list {
      justify-content: space-around; } }

.category-links-bottom {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid #E9EBEC;
  margin-top: 30px; }
  .category-links-bottom ul {
    list-style: none;
    padding-left: 0;
    columns: 4;
    width: 100%; }
    .category-links-bottom ul li {
      margin-bottom: 0; }
  .category-links-bottom a {
    font-size: 14px;
    color: #0E1723;
    min-width: fit-content; }
    .category-links-bottom a:hover {
      color: #0E1723; }
    .category-links-bottom a:visited {
      color: #0E1723; }
    .category-links-bottom a.category-links-bottom__back {
      color: #049ee2;
      font-weight: 700; }
      .category-links-bottom a.category-links-bottom__back svg {
        margin-right: 5px;
        margin-top: -2px; }

/*# sourceMappingURL=category.css.map */
