@charset "UTF-8";
.safety-tape {
  display: none !important;
}

.wsp-product-pricebreaks-table {
  max-width: 380px;
}

.wsp-footer-menu-head {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}

.wsp-quote-customisation-options .inner .wsp-quote-pos-option-item .pos-name {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  min-height: 40px;
  line-height: 20px;
  justify-content: center;
  align-items: center;
}
.wsp-quote-customisation-options .inner .wsp-quote-pos-option-item .image img {
  max-width: 100%;
  height: auto;
}
.wsp-quote-customisation-options .inner .wsp-quote-pos-option-item .form-check {
  padding: 0;
}
.wsp-quote-customisation-options .inner .wsp-quote-pos-option-item .form-check label {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 10px;
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
  text-align: center;
}
.wsp-quote-customisation-options .inner .wsp-quote-pos-option-item .form-check label input[type=checkbox] {
  display: none;
}
.wsp-quote-customisation-options .inner .wsp-quote-pos-option-item .form-check label:has(input[type=checkbox]:checked) {
  border-color: #007bff;
  background-color: #e9f5ff;
}

.wsp-home-categories .row > div[class*=col-] {
  width: 100% !important;
}
@media (min-width: 768px) {
  .wsp-home-categories .row > div[class*=col-] {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .wsp-home-categories .row > div[class*=col-] {
    width: 33.33% !important;
  }
}
.wsp-home-categories .wsp-category-thumbnail {
  display: flex;
  flex-direction: row-reverse;
  background-color: var(--ButtonsColour);
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1.6;
}
.wsp-home-categories .wsp-category-thumbnail .wsp-category-image {
  width: 50%;
  height: 100%;
}
.wsp-home-categories .wsp-category-thumbnail .wsp-category-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.wsp-home-categories .wsp-category-thumbnail .wsp-category-image > a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.wsp-home-categories .wsp-category-thumbnail .wsp-category-button {
  width: 50%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.2);
}
.wsp-home-categories .wsp-category-thumbnail .wsp-category-button a {
  padding: 0;
  text-align: left;
  margin: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  height: 100%;
  font-weight: bold;
  font-size: 16px;
  flex-direction: column;
  background-color: transparent !important;
}
.wsp-home-categories .wsp-category-thumbnail .wsp-category-button a::after {
  content: "View Items →";
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.wsp-home-categories .wsp-category-thumbnail .wsp-category-button a:focus, .wsp-home-categories .wsp-category-thumbnail .wsp-category-button a:hover {
  background-color: transparent;
  outline: none;
}