/*
Theme Name:     Storefront Child Theme
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
*/
/*
 * Add your own custom css below this text.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on May 17, 2017 11:02 AM */
@font-face {
  font-family: "Haas Grot";
  src: url("../library/scss/fonts/HaasGrotDisp-45Light.eot");
  src: url("../library/scss/fonts/HaasGrotDisp-45Light.eot?#iefix") format("embedded-opentype"), url("../library/scss/fonts/HaasGrotDisp-45Light.woff") format("woff"), url("../library/scss/fonts/HaasGrotDisp-45Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Haas Grot";
  src: url("../library/scss/fonts/HaasGrotDisp-65Medium.eot");
  src: url("../library/scss/fonts/HaasGrotDisp-65Medium.eot?#iefix") format("embedded-opentype"), url("../library/scss/fonts/HaasGrotDisp-65Medium.woff") format("woff"), url("../library/scss/fonts/HaasGrotDisp-65Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000;
}
.content h1 {
  font-size: 31px;
}
.content h2 {
  font-size: 24px;
  color: #3597D3;
  margin-top: 10px;
}
.content h3 {
  font-size: 22px;
  margin-top: 10px;
}
.content p {
  display: inline-block;
  width: 100%;
}
.content h1, .content h2, .content h3 {
  font-weight: 600;
}
.content strong {
  font-weight: 700;
}
.content em {
  font-style: italic;
}
.content hr {
  border-top: 1px solid #DEDEDE;
  margin-bottom: 20px;
}
.content img {
  max-width: 100%;
  width: auto;
}
.content ul {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.content ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding-left: 32px;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #000;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  background-color: #3597D3;
}
.content ol {
  list-style: none;
  counter-reset: item;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.content ol li {
  counter-increment: item;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: #000;
}
.content ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item) ".";
  color: #3597D3;
}
.content.seo h2, .content.product-tab-content h2 {
  color: #000;
}

body {
  font-family: "Haas Grot";
  font-weight: 400;
}
body.overflow-hidden {
  overflow: hidden;
}

picture img {
  width: 100%;
  height: 100%;
}

.content-area {
  margin-bottom: 0;
}
.content-area .site-main {
  margin-bottom: 0;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a, .transition, button {
  transition: 0.3s;
}

.button {
  border-radius: 5px;
}
.button.green {
  background: #00B67B;
  color: #FFF;
  border: 1px solid #00B67B;
}
.button.green:hover {
  color: #00B67B;
  background: none;
}

a {
  color: #3597D3;
}
a:visited, a:focus {
  outline: none;
}
a:hover {
  color: #00B67B;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.btn-white:hover {
  background: #000;
  color: #fff;
}

.btn-green, .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .cart_totals .coupon-container button, .woocommerce-cart .shop_table .button, .woocommerce-checkout #payment .place-order button.button {
  background: #00B67B;
  color: #fff;
  border: 1px solid #00B67B;
}
.btn-green:hover, .woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-cart .cart_totals .coupon-container button:hover, .woocommerce-cart .shop_table .button:hover, .woocommerce-checkout #payment .place-order button.button:hover {
  background: #fff;
  color: #00B67B;
}

.entry-header {
  padding: 30px 0 40px 0 !important;
}
.entry-header h1 {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.float-100,
.area,
.section,
section {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}

.uppercase {
  text-transform: uppercase;
}

p {
  letter-spacing: 0.3px;
}

img {
  width: 100%;
}

.btn {
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 20px;
}

ul {
  margin-left: 0;
}
ul li {
  list-style-type: none;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.2;
}

h3.section-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.text-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.text-black {
  color: #000;
}

.bg-black {
  background: #000;
}

.text-blue {
  color: #3597D3;
}

.bg-blue {
  background: #3597D3;
}

.text-lightgray {
  color: #F5F5F5;
}

.bg-lightgray {
  background: #F5F5F5;
}

.text-darkblue {
  color: #1A5B83;
}

.bg-darkblue {
  background: #1A5B83;
}

.text-green {
  color: #00B67B;
}

.bg-green {
  background: #00B67B;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.single-product .product .product-title {
  margin-bottom: 26px;
}
.single-product .product .product-title h1 {
  font-weight: 700;
  font-size: 25px;
}
.single-product .product .gallery {
  margin-bottom: 0;
}
.single-product .product .gallery .woocommerce-product-gallery {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.single-product .product .gallery .woocommerce-product-gallery .flex-viewport {
  border: 0.5px solid #C4C4C4;
  margin-bottom: 5px !important;
  border-radius: 4px;
  max-height: 300px;
}
.single-product .product .gallery .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  height: auto !important;
  position: relative;
}
.single-product .product .gallery .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
  height: 100%;
  width: 100%;
}
.single-product .product .gallery .woocommerce-product-gallery ol.flex-control-nav {
  width: calc(100% + 10px);
  margin-left: -5px;
}
.single-product .product .gallery .woocommerce-product-gallery ol.flex-control-nav li {
  width: calc(33.3333333333% - 10px) !important;
  margin: 5px !important;
  border: 0.5px solid #C4C4C4;
  border-radius: 4px;
}
.single-product .product .gallery .woocommerce-product-gallery ol.flex-control-nav li:nth-of-type(5n + 1) {
  clear: none;
}
.single-product .product .product-summary .product-code {
  background: #F3F3F3;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 20px;
  color: #000;
}
.single-product .product .product-summary .product-code .sku_wrapper {
  font-weight: 600;
}
.single-product .product .product-summary .product-code .sku_wrapper .sku {
  font-weight: 400;
}
.single-product .product .product-summary .woocommerce-product-rating {
  margin-top: 0 !important;
}
.single-product .product .product-summary .woocommerce-product-rating .star-rating span {
  width: 90% !important;
}
.single-product .product .product-summary .woocommerce-product-rating .star-rating span:before {
  color: #FFC107 !important;
}
.single-product .product .product-summary .woocommerce-product-rating .average {
  border: 0.5px solid #B6B6B6;
  border-radius: 2px;
  font-size: 10px;
  margin: 0 8px 0 6px;
  position: relative;
  top: -2px;
  padding: 1px 2px;
}
.single-product .product .product-summary .woocommerce-product-rating a.woocommerce-review-link {
  color: #3597D3;
  font-weight: 400 !important;
}
.single-product .product .product-summary .woocommerce-product-rating a.woocommerce-review-link:hover {
  color: #00B67B;
  text-decoration: underline;
}
.single-product .product .product-summary .woocommerce-product-rating a.woocommerce-review-link .count {
  position: relative;
  left: 2px;
}
.single-product .product .product-summary .product-highlights {
  margin-bottom: 20px;
}
.single-product .product .product-summary .product-highlights ul li {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 2px;
}
.single-product .product .product-summary .product-highlights ul li i {
  color: #3597D3;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .single-product .product .product-summary .product-highlights ul li {
    font-size: 16px;
  }
}
.single-product .product .product-summary .watch-video {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 24px;
}
.single-product .product .product-summary .watch-video:hover i {
  color: #00B67B;
}
.single-product .product .product-summary .watch-video a {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 8px;
}
.single-product .product .product-summary .watch-video a i {
  margin-right: 10px;
  font-size: 22px;
  position: relative;
  top: 2px;
  transition: 0.4s;
}
.single-product .product .product-summary .view-more-product-info {
  margin-bottom: 25px;
}
.single-product .product .product-summary .view-more-product-info a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .single-product .product .product-summary .quantity-discount-table {
    margin-bottom: 20px;
  }
}
.single-product .product .product-summary .quantity-discount-table table {
  text-align: center;
  border-collapse: collapse;
}
.single-product .product .product-summary .quantity-discount-table table thead tr th {
  background: #384949;
  text-align: center;
  width: 50%;
  padding: 8px;
  font-size: 16px;
  line-height: 1.2;
}
.single-product .product .product-summary .quantity-discount-table table tbody tr td {
  text-align: center;
  border: 0.5px solid #C6C6C6;
  width: 50%;
  padding: 8px;
  font-size: 16px;
  line-height: 1.2;
}
.single-product .product .add-to-cart .inner {
  border: 1px solid #CDCDCD;
  border-radius: 4px 4px 0 0;
  padding: 26px 20px 34px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -40px;
}
.single-product .product .add-to-cart .inner .stock {
  width: 100%;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 18px;
}
.single-product .product .add-to-cart .inner .stock p:before {
  content: none;
}
.single-product .product .add-to-cart .inner .stock p i {
  margin-right: 10px;
}
.single-product .product .add-to-cart .inner .price, .single-product .product .add-to-cart .inner .woocommerce-variation-price {
  border-bottom: 1px solid #CBCBCB;
  padding: 18px 0;
}
.single-product .product .add-to-cart .inner .price .price-status, .single-product .product .add-to-cart .inner .woocommerce-variation-price .price-status {
  margin-bottom: 0;
}
.single-product .product .add-to-cart .inner .price .price-status.inc-vat, .single-product .product .add-to-cart .inner .woocommerce-variation-price .price-status.inc-vat {
  color: #3597D3;
  font-size: 24px;
  margin-bottom: 10px;
}
.single-product .product .add-to-cart .inner .price .price-status.ex-vat, .single-product .product .add-to-cart .inner .woocommerce-variation-price .price-status.ex-vat {
  color: #000;
  font-size: 17px;
}
.single-product .product .add-to-cart .inner .woocommerce-variation-price {
  border-bottom: 0;
}
.single-product .product .add-to-cart .inner .add-to-cart {
  margin: 0;
  padding: 21px 0 0 0;
}
.single-product .product .add-to-cart .inner .add-to-cart form.cart {
  padding: 0;
  margin: 0;
}
.single-product .product .add-to-cart .inner .add-to-cart form.cart .quantity-label {
  float: left;
  margin-right: 24px;
  color: #000;
  line-height: 46px;
  margin-bottom: 18px;
}
.single-product .product .add-to-cart .inner .add-to-cart form.cart .buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-product .product .add-to-cart .inner .add-to-cart form.cart .quantity {
  margin-bottom: 18px;
}
.single-product .product .add-to-cart .inner .add-to-cart form.cart .quantity input {
  background: #fff;
  font-size: 22px;
  padding: 4.5px;
  width: 66px;
  border: 1px solid #646464;
  border-radius: 4px;
}
.single-product .product .add-to-cart .inner .add-to-cart form.cart button {
  transition: 0.25s all ease-in-out;
  width: 100%;
  background: #00B67B;
  border: 1px solid #00B67B;
  border-radius: 4px;
  font-size: 20px;
}
.single-product .product .add-to-cart .inner .add-to-cart form.cart button:hover {
  background: none;
  color: #00B67B;
}
.single-product .product-tabs-related-products .product-tabs {
  padding-top: 34px;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs {
  padding: 0;
  border-radius: 4px;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs ul.tabs {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs ul.tabs li {
  padding: 0;
  background: #3597D3;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .single-product .product-tabs-related-products .product-tabs .woocommerce-tabs ul.tabs li {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 575px) {
  .single-product .product-tabs-related-products .product-tabs .woocommerce-tabs ul.tabs li:not(:last-of-type) {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .single-product .product-tabs-related-products .product-tabs .woocommerce-tabs ul.tabs li:first-of-type {
    padding-left: 12px;
  }
  .single-product .product-tabs-related-products .product-tabs .woocommerce-tabs ul.tabs li:last-of-type {
    padding-right: 12px;
  }
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs ul.tabs li a {
  font-size: 19px;
  padding: 14px 0;
  color: #fff;
  text-align: center;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs ul.tabs li.active {
  background: #1A5B83;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs ul.tabs li.active:after {
  content: none;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs ul.tabs li:last-of-type {
  border-right: none;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 100% !important;
  float: left;
  background: #F5F5F5;
  padding: 28px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel.content h2 {
  font-size: 18px;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel.content h3 {
  font-size: 16px;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .faq-box .faq {
  margin-bottom: 20px;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .faq-box .faq .question {
  cursor: pointer;
  position: relative;
  padding: 10px 0;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .faq-box .faq .question p {
  margin-bottom: 0;
  font-size: 16px;
  padding-left: 28px;
  font-weight: 600;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .faq-box .faq .question i {
  position: absolute;
  left: -4px;
  top: 11px;
  display: block;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .faq-box .faq .answer {
  margin-top: 10px;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .faq-box .faq .answer p {
  margin-bottom: 0;
  padding-left: 28px;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .faq-box .faq:last-of-type {
  margin-bottom: 0;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews textarea,
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews input {
  background: #fff;
}
.single-product .product-tabs-related-products .product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews textarea {
  resize: none;
}
.single-product .product-tabs-related-products .related-products {
  padding-top: 34px;
}
.single-product .product-tabs-related-products .related-products .products .section-title {
  text-align: left;
}
.single-product .product-tabs-related-products .related-products .products ul.products li.product {
  position: relative;
  border: 1px solid #B6B6B6;
  border-radius: 4px;
  text-align: left;
  margin-bottom: 22px;
}
.single-product .product-tabs-related-products .related-products .products ul.products li.product a {
  padding: 24px;
}
.single-product .product-tabs-related-products .related-products .products ul.products li.product .multibuy {
  position: absolute;
  top: 24px;
  left: 24px;
  background: #FFD400;
  color: #000;
  font-weight: 600;
  padding: 6px 8px;
  line-height: 1;
}
.single-product .product-tabs-related-products .related-products .products ul.products li.product img {
  margin-bottom: 16px;
}
@media screen and (max-width: 500px) {
  .single-product .product-tabs-related-products .related-products .products ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.4rem;
  }
}
.single-product .product-tabs-related-products .related-products .products ul.products li.product .price {
  margin-bottom: 0;
}
.single-product .product-tabs-related-products .related-products .products ul.products li.product .price p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 21px;
}
.single-product .product-tabs-related-products .related-products .products ul.products li.product .price p.ex-vat {
  font-size: 14px;
  margin-left: 10px;
}
.single-product .product-documents {
  margin-bottom: 30px;
  padding: 28px;
  background: #f5f5f5;
}
.single-product .product-documents .documents h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-product .product-documents .documents ul li {
  width: 100%;
  margin-bottom: 6px;
}
.single-product .product-documents .documents ul li a span {
  background: #3597D3;
  color: #fff;
  font-size: 10px;
  padding: 3px;
  margin-left: 8px;
  border-radius: 4px;
  position: relative;
  top: -2px;
  transition: 0.3s;
  letter-spacing: 0.6px;
}
.single-product .fixed-product-info {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 36px 0 20px 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  border-bottom: 1px solid #f5f5f5;
}
@media screen and (max-width: 767px) {
  .single-product .fixed-product-info {
    padding: 18px 0;
  }
}
.single-product .fixed-product-info.visible {
  visibility: visible;
  opacity: 1;
}
.single-product .fixed-product-info .title h1 {
  font-size: 25px;
}
@media screen and (max-width: 575px) {
  .single-product .fixed-product-info .title h1 {
    font-size: 22px;
  }
}
.single-product .fixed-product-info .product-details .price-container {
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
}
.single-product .fixed-product-info .product-details .price-container .price-status {
  margin-bottom: 0;
}
.single-product .fixed-product-info .product-details .price-container .price-status.inc-vat {
  color: #3597D3;
  font-size: 24px;
  margin-bottom: 10px;
}
.single-product .fixed-product-info .product-details .price-container .price-status.ex-vat {
  color: #000;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .single-product .fixed-product-info .product-details .price-container .price-status {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .single-product .fixed-product-info .product-details .price-container .price-status.inc-vat {
    font-size: 20px;
  }
}
.single-product .fixed-product-info .product-details .add-to-cart {
  margin: 0;
}
.single-product .fixed-product-info .product-details .add-to-cart form.cart {
  padding: 0;
  margin: 0;
}
.single-product .fixed-product-info .product-details .add-to-cart form.cart .quantity-label {
  color: #000;
  margin-bottom: 4px;
  font-size: 14px;
  width: 100%;
  float: left;
}
.single-product .fixed-product-info .product-details .add-to-cart form.cart .quantity {
  margin-bottom: 0;
  float: left;
}
.single-product .fixed-product-info .product-details .add-to-cart form.cart .quantity input {
  background: #fff;
  font-size: 18px;
  padding: 4.5px;
  width: 44px;
  border: 1px solid #646464;
  border-radius: 4px;
  float: left;
}
.single-product .fixed-product-info .product-details .add-to-cart form.cart button {
  width: calc(100% - 70px);
  background: #00B67B;
  border-radius: 4px;
  font-size: 18px;
  float: right;
  padding: 5.5px 14px !important;
}
@media screen and (max-width: 767px) {
  .single-product .fixed-product-info .product-details .row .order-within,
  .single-product .fixed-product-info .product-details .row .for-next-day {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .single-product .fixed-product-info .product-details .row .order-within,
  .single-product .fixed-product-info .product-details .row .for-next-day {
    display: none;
  }
}
.single-product .fixed-product-info .product-details .row .delivery-info {
  text-align: center;
  padding: 0 12px;
  margin-top: 30px;
  border: 1px solid #3597D3;
}
.single-product .fixed-product-info .product-details .row .delivery-info p {
  margin-bottom: 0;
  line-height: 28px;
}
.single-product .fixed-product-info .product-details .row .delivery-info.line-one p {
  font-size: 14px;
}
.single-product .fixed-product-info .product-details .row .delivery-info.line-one span.countdown {
  font-size: 14px;
  margin-left: 6px;
}
.single-product .fixed-product-info .product-details .row .delivery-info.line-two {
  padding: 0 10px;
}
.single-product .fixed-product-info .product-details .row .delivery-info.line-two p {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 0;
}
.single-product .fixed-product-info .product-details .row .delivery-info.line-two p span {
  color: #00B67B !important;
  text-decoration: underline;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .single-product .fixed-product-info .product-details .row .order-within {
    margin-top: 20px;
  }
}
.single-product .fixed-product-info .product-details .row .for-next-day p {
  font-size: 11px;
  font-weight: 600;
}

.tax-product_cat .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header {
  text-align: left;
  padding-bottom: 20px;
}
.tax-product_cat .woocommerce-products-header h1,
.post-type-archive-product .woocommerce-products-header h1 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.tax-product_cat .woocommerce-products-header p,
.post-type-archive-product .woocommerce-products-header p {
  line-height: 1.4;
  color: #000;
}
.tax-product_cat .sort-by-pagination,
.post-type-archive-product .sort-by-pagination {
  background: #F5F5F5;
  padding: 21px 0;
}
.tax-product_cat .sort-by-pagination .row,
.post-type-archive-product .sort-by-pagination .row {
  height: 100%;
}
.tax-product_cat .sort-by-pagination .storefront-sorting,
.post-type-archive-product .sort-by-pagination .storefront-sorting {
  margin-bottom: 0;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .orderby,
.post-type-archive-product .sort-by-pagination .storefront-sorting .orderby {
  display: flex;
  align-items: center;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering,
.post-type-archive-product .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tax-product_cat .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering,
  .post-type-archive-product .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering {
    padding-top: 0;
    padding-bottom: 8px;
  }
  .tax-product_cat .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering .select-wrapper,
  .post-type-archive-product .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering .select-wrapper {
    width: calc(100% - 89px) !important;
  }
}
.tax-product_cat .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering label,
.post-type-archive-product .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering label {
  font-weight: 600;
  margin-right: 27px;
  font-size: 18px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering .select-wrapper,
.post-type-archive-product .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering .select-wrapper {
  width: calc(100% - 170px);
  position: relative;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering .select-wrapper select,
.post-type-archive-product .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering .select-wrapper select {
  font-size: 18px;
  color: #000;
  padding: 10px 14px 10px 18px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #646464;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  line-height: 20px;
  width: 100%;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering .select-wrapper select::-ms-expand,
.post-type-archive-product .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering .select-wrapper select::-ms-expand {
  display: none;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering .select-wrapper:after,
.post-type-archive-product .sort-by-pagination .storefront-sorting .orderby form.woocommerce-ordering .select-wrapper:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f078";
  display: inline-block;
  pointer-events: none;
  color: #646464;
  font-size: 18px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .results-per-page,
.post-type-archive-product .sort-by-pagination .storefront-sorting .results-per-page {
  float: left;
  display: flex;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat .sort-by-pagination .storefront-sorting .results-per-page,
  .post-type-archive-product .sort-by-pagination .storefront-sorting .results-per-page {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.tax-product_cat .sort-by-pagination .storefront-sorting .results-per-page .results-label,
.post-type-archive-product .sort-by-pagination .storefront-sorting .results-per-page .results-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 42px;
  margin-right: 16px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .results-per-page .results-buttons label,
.post-type-archive-product .sort-by-pagination .storefront-sorting .results-per-page .results-buttons label {
  background: rgba(255, 255, 255, 0.56);
  border-radius: 3px;
  color: #646464;
  margin: 0 4px;
  padding: 4px 14px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .results-per-page .results-buttons label.active,
.post-type-archive-product .sort-by-pagination .storefront-sorting .results-per-page .results-buttons label.active {
  background: #3597D3;
  color: #fff;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .results-per-page .results-buttons label input[type=radio],
.post-type-archive-product .sort-by-pagination .storefront-sorting .results-per-page .results-buttons label input[type=radio] {
  visibility: hidden !important;
  position: absolute;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination {
  display: flex;
  align-items: center;
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .tax-product_cat .sort-by-pagination .storefront-sorting .pagination,
  .post-type-archive-product .sort-by-pagination .storefront-sorting .pagination {
    border: none;
    padding-top: 8px;
    padding-bottom: 0;
    padding: 8px 15px 0 15px;
  }
  .tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination,
  .post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination {
    border: none;
    padding: 0;
  }
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination {
  position: relative;
  width: 100%;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li {
  top: -8px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a {
  display: none;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.prev, .tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.next,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.prev,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.next {
  display: block;
  background: #fff;
  color: #3597D3;
  padding: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #3597D3;
  border-radius: 3px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.prev:hover, .tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.next:hover,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.prev:hover,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.next:hover {
  color: #fff;
  background: #3597D3;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.prev:after,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.prev:after {
  content: "\f053";
  font-size: 18px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.next:after,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li a.next:after {
  content: "\f054";
  font-size: 18px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li span,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li span {
  display: none;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:first-of-type,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:first-of-type {
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:first-of-type span:after,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:first-of-type span:after {
  content: "\f053";
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:last-of-type,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:last-of-type {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:last-of-type span:after,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:last-of-type span:after {
  content: "\f054";
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:first-of-type span, .tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:last-of-type span,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:first-of-type span,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:last-of-type span {
  display: block;
  font-size: 0;
  background: #fff;
  color: #CBCBCB;
  padding: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #CBCBCB;
  border-radius: 3px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:first-of-type span:after, .tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:last-of-type span:after,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:first-of-type span:after,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-numbers li:last-of-type span:after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  display: inline-block;
  pointer-events: none;
  color: #CBCBCB;
  font-size: 18px;
}
.tax-product_cat .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-status,
.post-type-archive-product .sort-by-pagination .storefront-sorting .pagination .woocommerce-pagination .page-status {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #000;
  font-weight: 600;
  width: calc(100% - 88px);
}
.tax-product_cat .products-container,
.post-type-archive-product .products-container {
  margin: 50px 0 40px 0;
}
.tax-product_cat .products-container ul.products .row,
.post-type-archive-product .products-container ul.products .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .tax-product_cat .products-container ul.products .row,
  .post-type-archive-product .products-container ul.products .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .tax-product_cat .products-container ul.products .row,
  .post-type-archive-product .products-container ul.products .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tax-product_cat .products-container ul.products .product-container,
.post-type-archive-product .products-container ul.products .product-container {
  width: 100%;
  height: 100%;
  padding: 0;
}
.tax-product_cat .products-container ul.products .product-container li.product,
.post-type-archive-product .products-container ul.products .product-container li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
  float: none;
  width: 100%;
  position: relative;
  border: 1px solid #B6B6B6;
  border-radius: 4px;
  text-align: left;
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.tax-product_cat .products-container ul.products .product-container li.product h2,
.post-type-archive-product .products-container ul.products .product-container li.product h2 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .tax-product_cat .products-container ul.products .product-container li.product,
  .post-type-archive-product .products-container ul.products .product-container li.product {
    height: 100%;
  }
}
.tax-product_cat .products-container ul.products .product-container li.product:nth-of-type(3n),
.post-type-archive-product .products-container ul.products .product-container li.product:nth-of-type(3n) {
  margin-right: 0 !important;
}
.tax-product_cat .products-container ul.products .product-container li.product .multibuy,
.post-type-archive-product .products-container ul.products .product-container li.product .multibuy {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #FFD400;
  color: #000;
  font-weight: 600;
  padding: 6px 8px;
  line-height: 1;
}
.tax-product_cat .products-container ul.products .product-container li.product img,
.post-type-archive-product .products-container ul.products .product-container li.product img {
  padding: 15px;
  margin: 0;
}
.tax-product_cat .products-container ul.products .product-container li.product h2,
.post-type-archive-product .products-container ul.products .product-container li.product h2 {
  border-bottom: 1px solid #DADADA;
  padding: 0 15px 20px 15px;
  margin-bottom: 0;
}
.tax-product_cat .products-container ul.products .product-container li.product .stock-rating,
.post-type-archive-product .products-container ul.products .product-container li.product .stock-rating {
  border-bottom: 1px solid #DADADA;
  padding: 11px 14px;
  float: left;
  width: 100%;
}
.tax-product_cat .products-container ul.products .product-container li.product .stock-rating .stock,
.post-type-archive-product .products-container ul.products .product-container li.product .stock-rating .stock {
  float: left;
}
.tax-product_cat .products-container ul.products .product-container li.product .stock-rating .stock p,
.post-type-archive-product .products-container ul.products .product-container li.product .stock-rating .stock p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  top: 2px;
}
.tax-product_cat .products-container ul.products .product-container li.product .stock-rating .stock p i,
.post-type-archive-product .products-container ul.products .product-container li.product .stock-rating .stock p i {
  margin-right: 6px;
}
.tax-product_cat .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating,
.post-type-archive-product .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating {
  float: right;
}
.tax-product_cat .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating a.woocommerce-review-link,
.post-type-archive-product .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating a.woocommerce-review-link {
  display: none;
}
.tax-product_cat .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating .star-rating,
.post-type-archive-product .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating .star-rating {
  float: left;
  margin-bottom: 0;
}
.tax-product_cat .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating .star-rating span,
.post-type-archive-product .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating .star-rating span {
  width: 90% !important;
}
.tax-product_cat .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating .star-rating span:before,
.post-type-archive-product .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating .star-rating span:before {
  color: #FFC107 !important;
}
.tax-product_cat .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating .average,
.post-type-archive-product .products-container ul.products .product-container li.product .stock-rating .woocommerce-product-rating .average {
  border: 0.5px solid #B6B6B6;
  border-radius: 2px;
  font-size: 10px;
  margin: 0 8px 0 6px;
  position: relative;
  top: -2px;
  padding: 1px 2px;
}
.tax-product_cat .products-container ul.products .product-container li.product .price,
.post-type-archive-product .products-container ul.products .product-container li.product .price {
  margin-bottom: 0;
  float: left;
  width: 100%;
  padding: 14px 15px 12px 15px;
}
.tax-product_cat .products-container ul.products .product-container li.product .price p,
.post-type-archive-product .products-container ul.products .product-container li.product .price p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 21px;
}
.tax-product_cat .products-container ul.products .product-container li.product .price p.ex-vat,
.post-type-archive-product .products-container ul.products .product-container li.product .price p.ex-vat {
  font-size: 14px;
  margin-left: 10px;
}
.tax-product_cat .products-container ul.products .product-container li.product .buttons,
.post-type-archive-product .products-container ul.products .product-container li.product .buttons {
  position: relative;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 15px;
}
.tax-product_cat .products-container ul.products .product-container li.product .wlr-product-message:first-of-type,
.post-type-archive-product .products-container ul.products .product-container li.product .wlr-product-message:first-of-type {
  display: none !important;
}
.tax-product_cat .products-container ul.products .product-container li.product .wlr-product-message,
.post-type-archive-product .products-container ul.products .product-container li.product .wlr-product-message {
  order: 4;
  margin: 0;
  width: 100%;
  text-align: center;
}
.tax-product_cat .products-container ul.products .product-container li.product a.button, .tax-product_cat .products-container ul.products .product-container li.product .added_to_cart,
.post-type-archive-product .products-container ul.products .product-container li.product a.button,
.post-type-archive-product .products-container ul.products .product-container li.product .added_to_cart {
  transition: 0.25s all ease-in-out;
  flex: 1;
  border: 1px solid #00B67B;
  background: #00B67B;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 7px 10px;
  line-height: 1;
  margin: 0;
  whites-space: nowrap;
}
.tax-product_cat .products-container ul.products .product-container li.product a.button i, .tax-product_cat .products-container ul.products .product-container li.product .added_to_cart i,
.post-type-archive-product .products-container ul.products .product-container li.product a.button i,
.post-type-archive-product .products-container ul.products .product-container li.product .added_to_cart i {
  font-size: 15px;
  margin-right: 5px;
}
.tax-product_cat .products-container ul.products .product-container li.product a.button:hover, .tax-product_cat .products-container ul.products .product-container li.product .added_to_cart:hover,
.post-type-archive-product .products-container ul.products .product-container li.product a.button:hover,
.post-type-archive-product .products-container ul.products .product-container li.product .added_to_cart:hover {
  background: none;
  color: #00B67B;
}
.tax-product_cat .products-container ul.products .product-container li.product .added_to_cart,
.post-type-archive-product .products-container ul.products .product-container li.product .added_to_cart {
  background: #333333;
  border-color: #333333;
  order: 3;
  font-size: 17px;
  width: 100%;
  text-align: center;
  flex: none;
}
.tax-product_cat .products-container .storefront-sorting,
.post-type-archive-product .products-container .storefront-sorting {
  margin-bottom: 0;
}
.tax-product_cat .full-width-text,
.post-type-archive-product .full-width-text {
  margin-bottom: 30px;
}

.page-template-blog section.page-summary,
.archive section.page-summary {
  padding-bottom: 48px;
}
.page-template-blog section.page-summary h4,
.archive section.page-summary h4 {
  font-size: 24px;
  color: #646464;
}
.page-template-blog section.page-summary form,
.archive section.page-summary form {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .page-template-blog section.page-summary form,
  .archive section.page-summary form {
    margin-top: 20px;
  }
}
.page-template-blog section.page-summary form label,
.archive section.page-summary form label {
  color: #B3B3B3;
  font-size: 14px;
}
.page-template-blog section.page-summary form .select-wrapper,
.archive section.page-summary form .select-wrapper {
  position: relative;
}
.page-template-blog section.page-summary form .select-wrapper select,
.archive section.page-summary form .select-wrapper select {
  font-size: 16px;
  color: #000;
  padding: 9px 14px 9px 18px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #A3A3A3;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F4F4F4;
  position: relative;
  line-height: 20px;
  width: 100%;
}
.page-template-blog section.page-summary form .select-wrapper select::-ms-expand,
.archive section.page-summary form .select-wrapper select::-ms-expand {
  display: none;
}
.page-template-blog section.page-summary form .select-wrapper:after,
.archive section.page-summary form .select-wrapper:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f078";
  display: inline-block;
  pointer-events: none;
  color: #3597D3;
  font-size: 18px;
}
.page-template-blog section.blog-posts,
.archive section.blog-posts {
  margin-bottom: 100px;
}
.page-template-blog section.blog-posts .news-items .news,
.archive section.blog-posts .news-items .news {
  margin-bottom: 24px;
}
.page-template-blog section.blog-posts .news-items .news .inner,
.archive section.blog-posts .news-items .news .inner {
  border: 1px solid #B6B6B6;
  float: left;
}
.page-template-blog section.blog-posts .news-items .news .inner .image,
.page-template-blog section.blog-posts .news-items .news .inner img,
.page-template-blog section.blog-posts .news-items .news .inner picture,
.archive section.blog-posts .news-items .news .inner .image,
.archive section.blog-posts .news-items .news .inner img,
.archive section.blog-posts .news-items .news .inner picture {
  max-height: 240px;
}
.page-template-blog section.blog-posts .news-items .news .inner img,
.page-template-blog section.blog-posts .news-items .news .inner picture,
.archive section.blog-posts .news-items .news .inner img,
.archive section.blog-posts .news-items .news .inner picture {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-blog section.blog-posts .news-items .news .inner .text,
.archive section.blog-posts .news-items .news .inner .text {
  padding: 18px 24px;
  float: left;
  width: 100%;
}
.page-template-blog section.blog-posts .news-items .news .inner .text p,
.archive section.blog-posts .news-items .news .inner .text p {
  margin-bottom: 0;
}
.page-template-blog section.blog-posts .news-items .news .inner .text .date,
.archive section.blog-posts .news-items .news .inner .text .date {
  padding-bottom: 10px;
}
.page-template-blog section.blog-posts .news-items .news .inner .text .title,
.archive section.blog-posts .news-items .news .inner .text .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  display: inline-block;
}
.page-template-blog section.blog-posts .news-items .news .inner .text .summary,
.archive section.blog-posts .news-items .news .inner .text .summary {
  font-size: 18px;
  padding-bottom: 30px;
}
.page-template-blog section.blog-posts .news-items .news .inner .text .link,
.archive section.blog-posts .news-items .news .inner .text .link {
  float: right;
  font-weight: 600;
}
.page-template-blog section.blog-posts .news-items .news .inner .text .link i,
.archive section.blog-posts .news-items .news .inner .text .link i {
  margin-left: 8px;
}

.page-template-modular .page-title h1 {
  font-size: 31px;
}

.single section.article-date {
  padding-top: 30px;
}
.single section.article-date p {
  font-weight: 600;
  margin-bottom: 0;
}
.single section.summary {
  padding-bottom: 30px;
}
.single section.summary h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.single section.related-articles {
  margin: 40px 0 60px 0;
}
.single section.related-articles .title-container {
  padding-top: 46px;
  border-top: 1px solid #B1B1B1;
}
.single section.related-articles .title-container .section-title {
  text-align: left;
}
.single section.related-articles .articles .article .inner {
  border: 1px solid #B6B6B6;
  float: left;
}
.single section.related-articles .articles .article .inner .text {
  padding: 18px 24px;
  float: left;
  width: 100%;
}
.single section.related-articles .articles .article .inner .text p {
  margin-bottom: 0;
}
.single section.related-articles .articles .article .inner .text .date {
  padding-bottom: 10px;
}
.single section.related-articles .articles .article .inner .text .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  display: inline-block;
}
.single section.related-articles .articles .article .inner .text .summary {
  font-size: 18px;
  padding-bottom: 30px;
}
.single section.related-articles .articles .article .inner .text .link {
  float: right;
  font-weight: 600;
}
.single section.related-articles .articles .article .inner .text .link i {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .page-template-template-homepage section.next-day-delivery .next-day-delivery-block {
    margin-left: 0;
    margin-top: 30px;
    max-width: none;
  }
}
@media screen and (max-width: 575px) {
  .page-template-template-homepage section.next-day-delivery .next-day-delivery-block {
    width: 100%;
  }
}

.woocommerce-checkout {
  background: #F3F3F3;
}
.woocommerce-checkout .container {
  max-width: 1400px;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  width: auto;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .col-1 {
    margin-bottom: 40px;
  }
}
.woocommerce-checkout .entry-header {
  display: none;
}
.woocommerce-checkout h3:not(.radio-button) {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout #payment .payment_methods, .woocommerce-checkout .payment-method-icons {
  background: #FFF;
  border-radius: 24px;
  padding: 40px !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout #payment .payment_methods, .woocommerce-checkout .payment-method-icons {
    padding: 20px !important;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-checkout .col2-set .form-row {
  margin: 0;
}
.woocommerce-checkout .col2-set .form-row-first, .woocommerce-checkout .col2-set .form-row-last {
  margin: 0;
  width: 100%;
}
.woocommerce-checkout .col2-set .woocommerce-additional-fields .form-row {
  margin-bottom: 20px;
}
.woocommerce-checkout .col2-set .woocommerce-additional-fields .form-row:last-of-type {
  margin-bottom: 0;
}
.woocommerce-checkout .form-row {
  margin-bottom: 20px;
}
.woocommerce-checkout .form-row:last-of-type {
  margin-bottom: 0;
}
.woocommerce-checkout .form-row.woocommerce-invalid input {
  border-color: red;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout #shipping_title_field, .woocommerce-checkout #billing_title_field, .woocommerce-checkout #kl_newsletter_checkbox_field, .woocommerce-checkout #billing_country_field, .woocommerce-checkout #billing_gazchaps-woocommerce-getaddress-io-address-selector, .woocommerce-checkout #shipping_country_field, .woocommerce-checkout #shipping_company_field {
    grid-column: 1/5;
  }
  .woocommerce-checkout #billing_first_name_field, .woocommerce-checkout #billing_last_name_field, .woocommerce-checkout #billing_company_field, .woocommerce-checkout #billing_vat_number_field, .woocommerce-checkout .address-field, .woocommerce-checkout #shipping_first_name_field, .woocommerce-checkout #shipping_last_name_field {
    grid-column: span 2;
  }
  .woocommerce-checkout .gazchaps_getaddress_io_postcode_field {
    grid-column: 1/4;
  }
  .woocommerce-checkout .gazchaps_getaddress_io_postcode_field br {
    display: none;
  }
}
.woocommerce-checkout .thwcfd-field-gazchaps_getaddress_io_postcode_lookup_button {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.woocommerce-checkout .gazchaps-getaddress-io-lookup-button {
  transition: none;
  transition: background 0.25 ease-in-out color 0.25 ease-in-out;
  background: #00B67B url("../static/vectors/magnifying-glass.svg") right 30px center/20px no-repeat;
  width: 100%;
  border-radius: 8px;
  height: 50px;
  border: 2px solid #00B67B !important;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 40px;
  font-size: 18px;
  padding: 0 30px 0 0;
  outline: none;
}
.woocommerce-checkout .gazchaps-getaddress-io-lookup-button:hover {
  background: #FFF url("../static/vectors/green-magnifying-glass.svg") right 30px center/20px no-repeat;
  color: #00B67B;
}
.woocommerce-checkout .gazchaps-getaddress-io-lookup-button:disabled {
  padding: 0;
  background: none;
  cursor: not-allowed;
}
.woocommerce-checkout #billing_address_2_field, .woocommerce-checkout #shipping_address_2_field {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.woocommerce-checkout #billing_address_2_field span, .woocommerce-checkout #shipping_address_2_field span {
  width: 100%;
}
.woocommerce-checkout #billing_address_2_field input, .woocommerce-checkout #shipping_address_2_field input {
  width: 100%;
}
.woocommerce-checkout #billing_company_field, .woocommerce-checkout #billing_vat_number_field, .woocommerce-checkout #shipping_company_field {
  order: 2;
}
.woocommerce-checkout #kl_newsletter_checkbox_field {
  order: 3;
}
.woocommerce-checkout .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
}
.woocommerce-checkout .checkbox input {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.woocommerce-checkout .checkbox .optional {
  display: none;
}
.woocommerce-checkout label {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
.woocommerce-checkout input, .woocommerce-checkout textarea, .woocommerce-checkout #wc-stripe-card-element {
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #A6A6A6;
  background: #FFF;
  height: 50px;
}
.woocommerce-checkout input:focus, .woocommerce-checkout textarea:focus, .woocommerce-checkout #wc-stripe-card-element:focus {
  outline: none;
  background: #FFF;
  border-color: #00B67B;
}
.woocommerce-checkout textarea {
  resize: none;
  height: 130px;
}
.woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .select2-container {
  width: 100%;
  display: block;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #A6A6A6;
  line-height: 50px;
  border-radius: 8px;
  padding-left: 4.5px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single span {
  line-height: 50px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-checkout #order_review {
  background: none;
}
.woocommerce-checkout .delivery-choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout .delivery-choices {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.woocommerce-checkout .delivery-choices label {
  margin: 0;
}
.woocommerce-checkout .delivery-choices .woocommerce-form__label-for-checkbox {
  display: flex;
}
.woocommerce-checkout .delivery-choices .woocommerce-form__label-for-checkbox .woocommerce-form__input {
  position: static !important;
  transform: none !important;
  order: 1;
}
.woocommerce-checkout .delivery-choices .woocommerce-form__label-for-checkbox span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border-radius: 24px;
  background: #FFF;
  overflow: hidden;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th, .woocommerce-checkout .woocommerce-checkout-review-order-table td, .woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  font-size: 16px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table label {
  font-size: 16px;
  color: #6d6d6d;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table label[for=shipping_method_0_local_pickup_plus] {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table p:not(woocommerce-shipping-contents) {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name:not(th) {
  font-size: 12px;
  line-height: 1.1;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-field {
  max-width: 250px;
  width: 100%;
  margin-top: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-field small {
  font-size: 10px;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-field .enable-local-pickup, .woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-field .disable-local-pickup {
  margin-top: 10px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #3597D3;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-field .enable-local-pickup:hover, .woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-field .disable-local-pickup:hover {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-address {
  margin-top: 0px;
  font-size: 12px;
  line-height: 1.2;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table small.pickup-location-field-label {
  font-size: 12px;
  line-height: 1.2;
  margin: 10px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-schedule {
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-schedule small {
  opacity: 1;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-schedule ul {
  margin: 0;
  font-size: 12px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .pickup-location-schedule ul small {
  font-size: 12px;
}
.woocommerce-checkout #payment {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .wc_payment_methods {
  margin-bottom: 30px;
}
.woocommerce-checkout .wc_payment_methods #wc-stripe-card-element {
  padding-top: 15px;
}
.woocommerce-checkout .wc_payment_methods label {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method {
  margin-bottom: 25px;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method:last-of-type {
  margin-bottom: 0;
}
.woocommerce-checkout .wc_payment_methods .wc-stripe-card-icons-container {
  margin-left: auto;
}
.woocommerce-checkout .wc_payment_methods .wc-stripe_cc-container {
  margin-top: 5px;
}
.woocommerce-checkout .wc_payment_methods .payment_method_ppcp-gateway {
  margin-top: 10px;
  font-size: 12px;
}
.woocommerce-checkout .wc_payment_methods li, .woocommerce-checkout .wc_payment_methods .payment_box {
  background: none !important;
  padding: 0 !important;
}
.woocommerce-checkout .wc_payment_methods li fieldset, .woocommerce-checkout .wc_payment_methods .payment_box fieldset {
  background: none !important;
}
.woocommerce-checkout .wc_payment_methods li label:before {
  font-size: 20px;
  color: #3597D3;
  opacity: 0.2;
}
.woocommerce-checkout .wc_payment_methods li input:first-child:checked + label:before {
  color: #3597D3 !important;
  opacity: 1;
}
.woocommerce-checkout .payment-title {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
}
.woocommerce-checkout .payment-method-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px !important;
  border-radius: 12px;
}
.woocommerce-checkout .payment-method-icons img {
  height: 32px;
  width: auto;
}
.woocommerce-checkout #payment .place-order {
  order: 2;
  background: none !important;
  padding: 0;
}
.woocommerce-checkout #payment .place-order button.button {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 10px;
  height: 55px;
}
.woocommerce-checkout #payment .place-order button.button:before {
  display: block;
  content: "\f0d1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  margin-right: 15px;
}
.woocommerce-checkout #payment .place-order button.button:hover {
  background: none;
}
.woocommerce-checkout #payment .place-order button.button:after {
  display: none;
}

.ui-datepicker.pickup-location-appointment-datepicker .ui-datepicker-title {
  font-weight: bold;
  font-style: normal !important;
}
.ui-datepicker.pickup-location-appointment-datepicker .ui-datepicker-calendar {
  font-size: 14px;
}

.woocommerce-cart {
  background: #F5F5F5;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  margin-top: 40px;
}
.woocommerce-cart .woocommerce-notices-wrapper:empty {
  margin-top: 0;
}
.woocommerce-cart .container {
  max-width: 1350px;
}
.woocommerce-cart .entry-header {
  display: none;
}
.woocommerce-cart .cart-container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .woocommerce-cart .cart-container {
    flex-direction: column;
  }
}
.woocommerce-cart .payment-title {
  display: none;
}
.woocommerce-cart .payment-method-icons {
  background: #FFF;
  border-radius: 24px;
  padding: 40px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px !important;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .payment-method-icons {
    padding: 20px !important;
  }
}
.woocommerce-cart .payment-method-icons img {
  height: 32px;
  width: auto;
}
.woocommerce-cart .left-column {
  width: 100%;
}
.woocommerce-cart .left-column form {
  padding: 40px;
  border-radius: 24px;
  background: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .left-column form {
    padding: 20px;
  }
}
.woocommerce-cart .left-column thead {
  display: none;
}
.woocommerce-cart .shop_table {
  margin-bottom: 0;
}
.woocommerce-cart .shop_table .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  height: 40px;
}
.woocommerce-cart .shop_table td {
  padding: 0 0 20px 0;
  background: none !important;
}
.woocommerce-cart .shop_table td.product-remove {
  display: none !important;
}
.woocommerce-cart .shop_table .product-thumbnail {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .shop_table .product-thumbnail {
    margin: 0 auto;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.woocommerce-cart .shop_table .product-thumbnail a {
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  height: 120px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .shop_table .product-thumbnail a {
    height: 150px;
  }
}
.woocommerce-cart .shop_table .product-thumbnail img {
  max-width: none;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
}
.woocommerce-cart .shop_table .product-name:before {
  display: none;
}
.woocommerce-cart .shop_table .product-name a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .shop_table .product-name {
    text-align: left;
  }
}
.woocommerce-cart .shop_table p:not(woocommerce-shipping-contents) {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.woocommerce-cart .shop_table .pickup-location-field {
  max-width: 250px;
  width: 100%;
}
.woocommerce-cart .shop_table .pickup-location-field small {
  font-size: 12px;
  font-weight: bold;
}
.woocommerce-cart .shop_table .pickup-location-field .enable-local-pickup, .woocommerce-cart .shop_table .pickup-location-field .disable-local-pickup {
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #3597D3;
}
.woocommerce-cart .shop_table .pickup-location-field .enable-local-pickup:hover, .woocommerce-cart .shop_table .pickup-location-field .disable-local-pickup:hover {
  text-decoration: underline;
}
.woocommerce-cart .shop_table .product-code, .woocommerce-cart .shop_table .quantity-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.woocommerce-cart .shop_table .product-code input, .woocommerce-cart .shop_table .quantity-container input {
  height: 30px;
  font-weight: bold;
  border-radius: 5px;
}
.woocommerce-cart .shop_table .product-code input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart .shop_table .product-code input[type=number]::-webkit-outer-spin-button, .woocommerce-cart .shop_table .quantity-container input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart .shop_table .quantity-container input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.woocommerce-cart .shop_table .product-code span, .woocommerce-cart .shop_table .quantity-container span {
  color: #000;
}
.woocommerce-cart .shop_table .product-price {
  display: none;
}
.woocommerce-cart .shop_table .product-subtotal {
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .shop_table .product-subtotal {
    text-align: left;
  }
}
.woocommerce-cart .shop_table .product-subtotal .amount {
  color: #3597D3;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.woocommerce-cart .shop_table .product-subtotal .tax_label {
  margin: 0;
  font-size: 14px;
  display: block;
}
.woocommerce-cart .cross-sells .products {
  display: flex;
  gap: 30px;
  padding: 40px;
  border-radius: 24px;
  background: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cross-sells .products {
    flex-direction: column;
    padding: 20px;
  }
}
.woocommerce-cart .cross-sells .products:before, .woocommerce-cart .cross-sells .products:after {
  display: none;
}
.woocommerce-cart .cross-sells .products .product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cross-sells .products .product {
    max-width: none;
  }
}
.woocommerce-cart .cross-sells .products .product h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.woocommerce-cart .cross-sells .products .product .stock {
  display: none;
}
.woocommerce-cart .cross-sells .products .product .price {
  display: flex;
  text-align: left;
}
.woocommerce-cart .cross-sells .products .product .price .from {
  display: none;
}
.woocommerce-cart .cross-sells .products .product .price .price-status {
  color: #000;
}
.woocommerce-cart .cross-sells .products .product .price .ex-vat {
  display: none;
}
.woocommerce-cart .cross-sells .products .product a {
  border: none;
  font-size: 14px;
  padding: 0;
  background: none;
  margin: 0;
  color: #00B67B;
  font-weight: bold;
  text-align: left;
}
.woocommerce-cart .cross-sells .products img {
  width: auto;
  height: 160px;
  aspect-ratio: 1/1;
}
.woocommerce-cart .cross-sells .multibuy {
  display: none;
}
.woocommerce-cart h1, .woocommerce-cart h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart h1, .woocommerce-cart h2 {
    font-size: 26px;
  }
}
.woocommerce-cart .cart-collaterals {
  max-width: 440px;
  margin-left: auto;
  flex-shrink: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .woocommerce-cart .cart-collaterals {
    max-width: none;
  }
}
.woocommerce-cart .user-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  background: #E4E4E4;
  color: #000;
  margin-bottom: 10px;
  border-radius: 12px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-cart .user-container i {
  font-size: 14px;
}
.woocommerce-cart .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce-cart .cart_totals .trigger-coupon {
  color: #3597D3;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.woocommerce-cart .cart_totals .trigger-coupon:hover {
  text-decoration: underline;
}
.woocommerce-cart .cart_totals .coupon-container {
  display: none;
}
.woocommerce-cart .cart_totals .coupon-container .inner {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
.woocommerce-cart .cart_totals .coupon-container input {
  border-radius: 12px;
  border: none;
  box-shadow: none;
}
.woocommerce-cart .cart_totals .coupon-container button {
  background: #3597D3;
  border-color: #3597D3;
  padding: 0;
  border-radius: 12px;
  width: 100%;
}
.woocommerce-cart .cart_totals .coupon-container button:hover {
  color: #3597D3;
}
.woocommerce-cart .cart_totals .table-container {
  background: #FFF;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart_totals .table-container {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.woocommerce-cart .cart_totals .table-container tr:first-of-type th, .woocommerce-cart .cart_totals .table-container tr:first-of-type td {
  padding-top: 0;
}
.woocommerce-cart .cart_totals .table-container th, .woocommerce-cart .cart_totals .table-container td {
  background: none;
  padding: 0 0 20px 0;
}
.woocommerce-cart .cart_totals .table-container th {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
}
.woocommerce-cart .cart_totals .table-container td {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  padding-left: 20px;
}
.woocommerce-cart .cart_totals .table-container .order-total {
  border-top: 1px solid #A6A6A6;
}
.woocommerce-cart .cart_totals .table-container .order-total th, .woocommerce-cart .cart_totals .table-container .order-total td {
  padding-top: 20px;
  padding-bottom: 0;
}
.woocommerce-cart .cart_totals .table-container .order-total .amount {
  color: #3597D3;
}
.woocommerce-cart .cart_totals .table-container .tax_label {
  display: none;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-totals label {
  font-size: 16px;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-totals label[for=shipping_method_0_local_pickup_plus] {
  display: none;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-totals .pickup-location-field {
  font-size: 16px;
  margin-left: auto;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-totals .pickup-location-address {
  font-size: 12px;
  line-height: 1.1;
  margin-top: 10px;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-totals small {
  font-weight: 400;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: 12px;
}
.woocommerce-cart a.free-shipping-callout {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #00B67B;
  padding: 15px 20px 15px 12px;
  border-radius: 12px;
  text-decoration: none;
}
.woocommerce-cart a.free-shipping-callout img {
  display: block;
  max-width: 140px;
  height: auto;
}
.woocommerce-cart a.free-shipping-callout h4 {
  color: #000;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.woocommerce-cart a.free-shipping-callout p {
  color: #6D6D6D;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.woocommerce-cart small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout #ppcp-messages {
  margin-bottom: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  gap: 20px;
  height: 64px;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:before {
  display: block;
  content: "\f0d1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: none;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:after {
  display: none;
}

.woocommerce-account .u-columns .col-1 h2,
.woocommerce-account .u-columns .col-2 h2 {
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
.woocommerce-account .u-columns .col-1 form p label,
.woocommerce-account .u-columns .col-2 form p label {
  padding-bottom: 10px;
}
.woocommerce-account .u-columns .col-1 form p input, .woocommerce-account .u-columns .col-1 form p select,
.woocommerce-account .u-columns .col-2 form p input,
.woocommerce-account .u-columns .col-2 form p select {
  margin-bottom: 20px;
  border-radius: 4px;
}
.woocommerce-account .u-columns .col-1 form p select,
.woocommerce-account .u-columns .col-2 form p select {
  height: 44px;
  padding: 10px;
}
.woocommerce-account .u-columns .col-1 form .woocommerce-LostPassword,
.woocommerce-account .u-columns .col-2 form .woocommerce-LostPassword {
  margin-top: 10px;
}
.woocommerce-account .u-columns .col-1 form .woocommerce-privacy-policy-text,
.woocommerce-account .u-columns .col-2 form .woocommerce-privacy-policy-text {
  margin: 10px 0;
}
.woocommerce-account button {
  background: #3597D3;
  color: #FFF;
  border: 1px solid #3597D3;
}
.woocommerce-account button:hover {
  background: none;
}

header.site-header {
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  header.site-header {
    padding: 0;
  }
}
header.site-header .site-branding {
  width: 226px !important;
  margin-right: 20px !important;
  margin-bottom: 21px !important;
}
@media screen and (max-width: 767px) {
  header.site-header .site-branding {
    margin: 20px 0 !important;
  }
}
header.site-header .site-branding img {
  margin-top: 5px;
}
header.site-header .site-search {
  float: left !important;
  width: calc(100% - 611px) !important;
  margin-bottom: 28px !important;
  margin-right: 65px !important;
}
header.site-header .site-search form input {
  font-size: 16px;
  background: #F4F4F4;
  padding: 10px 40px 10px 15px !important;
  border: 1px solid #A3A3A3;
  border-radius: 4px;
  color: #333333;
}
header.site-header .site-search form input::-webkit-input-placeholder {
  color: #333333;
}
header.site-header .site-search form input:focus {
  border: 1px solid #3597D3;
  outline: none;
}
header.site-header .site-search form:before {
  content: none;
}
header.site-header .site-search form:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: Font Awesome\ 5 Free;
  color: #3597D3;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f002";
  position: absolute;
  top: 1em;
  right: 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header.site-header .site-search {
    display: block !important;
    width: 100% !important;
  }
}
header.site-header .secondary-navigation {
  width: 160px !important;
  margin-right: 20px !important;
  border-right: 1px solid #000000;
  margin-bottom: 28px !important;
}
header.site-header .secondary-navigation ul li#menu-item-153 img {
  width: 28px;
  position: absolute;
  top: 7px;
  left: -3px;
}
header.site-header .secondary-navigation ul li#menu-item-153 a {
  position: relative;
  top: -6px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 10px 12px 30px;
  color: #000;
}
header.site-header .secondary-navigation ul li#menu-item-153 a span {
  font-size: 13px;
  color: #8E8E8E;
  position: absolute;
  top: 30px;
  right: 14px;
  font-weight: 400;
}
header.site-header .site-header-cart {
  width: 100px !important;
  margin-left: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 8px;
}
header.site-header .site-header-cart li a.cart-contents {
  padding: 20px 0 0 20px;
  color: #8E8E8E;
  position: relative;
  font-size: 13px;
  width: 120px;
}
header.site-header .site-header-cart li a.cart-contents:after {
  color: #3597D3;
  position: absolute;
  left: -22px;
  font-size: 28px;
  top: -3px;
}
header.site-header .site-header-cart li a.cart-contents .your-cart {
  font-weight: 600;
  position: absolute;
  top: 3px;
  font-size: 16px;
}
header.site-header .site-header-cart li a.cart-contents .tax_label {
  display: none;
}
header.site-header .site-header-cart li a.cart-contents .count {
  position: absolute;
  left: -9px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: #FF4949;
  color: #fff;
  opacity: 1;
  font-size: 10px;
  z-index: 3;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
}
header.site-header .site-header-cart li:nth-of-type(2) .widget_shopping_cart {
  right: 0;
  width: 380px;
  margin-left: -280px;
  top: 48px;
}
header.site-header .storefront-primary-navigation {
  background: #000;
}
header.site-header .storefront-primary-navigation .main-navigation {
  width: 100%;
  margin-right: 0;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul {
  margin-left: 0;
  height: 60px;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul li {
  width: 14.2857142857%;
  float: left;
  height: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.39);
  display: inline-block;
  vertical-align: middle;
  transition: 0.4s;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1.3;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul li:last-of-type {
  border-right: none;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul li:hover {
  background: #3597D3 !important;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul li.menu-item-has-children .sub-menu {
  background: #646464;
  height: auto;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul li.menu-item-has-children .sub-menu li {
  width: 100%;
  height: 50px;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul li.menu-item-has-children .sub-menu li a {
  text-align: left;
  align-content: flex-start;
  justify-content: initial;
  padding-left: 20px;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul li.menu-item-has-children .sub-menu li:hover {
  background: #3597D3;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul li.menu-item-has-children:hover .sub-menu {
  display: block;
  background: #646464;
}
header.site-header .storefront-primary-navigation .main-navigation .primary-navigation ul li.menu-item-has-children:hover .sub-menu li:hover {
  background: #3597D3;
}
header.site-header .usp-banners .multiple-usps .usp {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header.site-header .usp-banners .multiple-usps .usp {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
header.site-header .usp-banners .multiple-usps .usp img {
  margin-right: 8px;
  width: auto;
  max-height: 23px;
  display: inline-block;
}
header.site-header .usp-banners .multiple-usps .usp p {
  display: inline-block;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
  position: relative;
  top: -6px;
}
header.site-header .usp-banners .multiple-usps .usp p .lower-text {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 11px;
  color: #646464;
  font-weight: 400;
  text-align: left;
  width: 160px;
}
header.site-header .usp-banners .multiple-usps .usp:nth-of-type(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  header.site-header .usp-banners .multiple-usps .usp:nth-of-type(2) {
    border: none;
  }
}

.category-banner {
  background: #00B67B;
  text-align: center;
  padding: 11px 0;
}
.category-banner h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.3px;
}

footer.site-footer {
  background: #313131;
}
footer.site-footer .col p.footer-title {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  margin-bottom: 20px;
  font-weight: 600;
}
footer.site-footer .col ul {
  margin-left: 0;
}
footer.site-footer .col ul li {
  list-style-type: none;
}
footer.site-footer .col ul li a {
  text-decoration: none;
}
footer.site-footer .col ul li a:hover {
  color: #00B67B;
  text-decoration: underline;
}
footer.site-footer .col.tradestore-info img {
  margin-top: 4px;
  margin-bottom: 20px;
}
footer.site-footer .col.tradestore-info p {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .payment-security {
    margin: 30px 0;
    width: 100%;
    flex: auto;
  }
}
footer.site-footer .payment-methods {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
footer.site-footer .payment-methods img {
  border-radius: 0;
  height: 20px;
  width: auto;
}

.bottom-footer {
  background: #000;
  padding: 35px 0;
}

.storefront-breadcrumb {
  margin-bottom: 0;
  padding: 30px 0;
}
.storefront-breadcrumb .woocommerce-breadcrumb a {
  margin: 0 8px;
  text-decoration: none;
}
.storefront-breadcrumb .woocommerce-breadcrumb a:first-of-type {
  margin-left: 0;
}
.storefront-breadcrumb .woocommerce-breadcrumb a:first-of-type:before {
  content: none !important;
}

section.page-title {
  padding: 24px 0;
}
section.page-title h1 {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

#wacp-cart-wrap {
  background: rgba(53, 151, 211, 0.3);
}
#wacp-cart-wrap .wacp-popup {
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 890px;
  left: 50%;
  top: 50%;
  position: absolute;
  border-radius: 30px;
  padding: 40px;
  margin: 0;
  overflow: auto;
  max-height: 95vh;
}
@media screen and (max-width: 1023px) {
  #wacp-cart-wrap .wacp-popup {
    max-height: 90vh;
    max-width: 85vw;
    padding: 20px;
  }
}
#wacp-cart-wrap .wacp-popup .wacp-cart-header {
  margin-bottom: 40px;
}
#wacp-cart-wrap .wacp-popup .wacp-cart-header .wacp-side-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  #wacp-cart-wrap .wacp-popup .wacp-cart-header .wacp-side-title {
    font-size: 22px;
    padding-right: 30px;
  }
}
#wacp-cart-wrap .wacp-popup .wacp-cart-header .wacp_close {
  position: absolute;
  top: 30px;
  right: 30px;
}
#wacp-cart-wrap .wacp-popup .wacp-cart-header .wacp_close span {
  position: static;
  color: #000;
}
#wacp-cart-wrap .wacp-popup hr {
  display: none;
}
#wacp-cart-wrap .wacp-popup .wacp-cart-data {
  display: contents;
}
#wacp-cart-wrap .wacp-popup .wacp-cart-listing-table {
  margin-bottom: 30px;
  overflow: visible;
  height: auto;
}
#wacp-cart-wrap .wacp-popup .wacp-item-action {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
}
#wacp-cart-wrap .wacp-popup .wacp-item-action a {
  top: 0;
}
#wacp-cart-wrap .wacp-popup .item-wacp-cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #wacp-cart-wrap .wacp-popup .item-wacp-cart {
    justify-content: center;
  }
}
#wacp-cart-wrap .wacp-popup .item-wacp-cart:last-of-type {
  margin-bottom: 0;
}
#wacp-cart-wrap .wacp-popup .wacp-item-thumb {
  width: 150px;
  aspect-ratio: 1/1;
  margin-right: 20px;
  border: 1px solid #F5F5F5;
  padding: 15px;
}
@media screen and (max-width: 600px) {
  #wacp-cart-wrap .wacp-popup .wacp-item-thumb {
    width: 250px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#wacp-cart-wrap .wacp-popup .wacp-item-thumb img {
  width: 100%;
}
#wacp-cart-wrap .wacp-popup .wacp-item-info {
  max-width: 400px;
  text-align: left;
  width: auto;
  margin: 0 20px 0 0;
  padding: 35px 0;
}
@media screen and (max-width: 600px) {
  #wacp-cart-wrap .wacp-popup .wacp-item-info {
    margin-right: 0;
    max-width: auto;
  }
}
#wacp-cart-wrap .wacp-popup .wacp-item-price {
  display: none;
}
#wacp-cart-wrap .wacp-popup .wacp-item-title {
  margin-bottom: 5px;
}
#wacp-cart-wrap .wacp-popup .wacp-item-title a {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
#wacp-cart-wrap .wacp-popup .wacp-item-title a:hover {
  text-decoration: underline;
}
#wacp-cart-wrap .wacp-popup .wacp-item-sku {
  font-size: 16px;
  color: #000;
}
#wacp-cart-wrap .wacp-popup .wacp-item-quantity {
  position: absolute;
  bottom: 2px;
  left: 174px;
  width: auto;
  text-align: left;
}
#wacp-cart-wrap .wacp-popup .wacp-item-quantity input#wacp_quantity {
  width: 50px;
}
@media screen and (max-width: 600px) {
  #wacp-cart-wrap .wacp-popup .wacp-item-quantity {
    margin-top: 10px;
    position: static;
    margin-right: 20px;
  }
}
#wacp-cart-wrap .wacp-popup .wacp-item-subtotal {
  margin-top: auto;
  flex: 1;
  width: auto;
}
#wacp-cart-wrap .wacp-popup .wacp-item-subtotal {
  flex-shrink: 0;
  font-weight: bold;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}
#wacp-cart-wrap .wacp-popup .wacp-item-subtotal .tax_label {
  font-size: 18px;
  font-weight: 400;
}
#wacp-cart-wrap .wacp-popup .wacp-loader {
  display: none;
}
#wacp-cart-wrap .wacp-popup .wacp-shipping-total {
  display: flex;
  align-items: center;
  text-align: left;
  order: 3;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #wacp-cart-wrap .wacp-popup .wacp-shipping-total {
    flex-wrap: wrap;
  }
}
#wacp-cart-wrap .wacp-popup .wacp-shipping-total .subtotal-wacp {
  margin-right: auto;
}
#wacp-cart-wrap .wacp-popup .wacp-shipping-total h4 {
  font-size: 24px;
  font-weight: bold;
}
#wacp-cart-wrap .wacp-popup .wacp-shipping-total .subtotal-wacp-amount {
  font-size: 24px;
}
#wacp-cart-wrap .wacp-popup .wacp-shipping-total .subtotal-wacp-amount .amount, #wacp-cart-wrap .wacp-popup .wacp-shipping-total .subtotal-wacp-amount .tax_label {
  color: #3597D3;
}
#wacp-cart-wrap .wacp-popup .wacp-cart-page-buttons {
  display: flex;
  gap: 15px;
  order: 4;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #wacp-cart-wrap .wacp-popup .wacp-cart-page-buttons {
    flex-direction: column;
  }
}
#wacp-cart-wrap .wacp-popup .wacp-cart-page-buttons a {
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 12px;
  font-weight: bold;
  background: #00B67B;
  border: 2px solid #00B67B;
}
#wacp-cart-wrap .wacp-popup .wacp-cart-page-buttons a:last-of-type {
  border-color: #3597D3;
  background: #3597D3;
  margin-bottom: 0;
}
#wacp-cart-wrap .wacp-popup .wacp-cart-page-buttons a:last-of-type:hover {
  color: #3597D3;
}
#wacp-cart-wrap .wacp-popup .wacp-cart-page-buttons a:hover {
  background: none;
  color: #00B67B;
}
#wacp-cart-wrap .wacp-popup .wacp-cart-page-buttons .wacp_close {
  display: none;
}
#wacp-cart-wrap .wacp-popup .wacp_hide_footer {
  display: none;
}
#wacp-cart-wrap .wacp-popup .wacp_items_related {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #wacp-cart-wrap .wacp-popup .wacp_items_related {
    padding: 20px;
  }
}
#wacp-cart-wrap .wacp-popup .wacp_items_related .suggested_products {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  #wacp-cart-wrap .wacp-popup .wacp_items_related .suggested_products {
    flex-direction: column;
    gap: 20px;
  }
}
#wacp-cart-wrap .wacp-popup .wacp_items_related .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 25%;
}
@media screen and (max-width: 600px) {
  #wacp-cart-wrap .wacp-popup .wacp_items_related .item {
    max-width: none;
  }
}
#wacp-cart-wrap .wacp-popup .wacp_items_related h3 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}
#wacp-cart-wrap .wacp-popup .wacp_items_related .product-image {
  margin-bottom: 10px;
}
#wacp-cart-wrap .wacp-popup .wacp_items_related img {
  display: block;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
}
#wacp-cart-wrap .wacp-popup .wacp_items_related .product-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #000;
  padding: 0;
  margin-bottom: 10px;
}
#wacp-cart-wrap .wacp-popup .wacp_items_related .product-link {
  background: none;
  padding: 0;
}
#wacp-cart-wrap .wacp-popup .wacp_items_related .product-link a {
  font-size: 14px;
  color: #00B67B;
  font-weight: 600;
  background: none;
}

section.text-image {
  margin-bottom: 40px;
}
section.text-image .content {
  width: calc(50% - 20px);
  float: left;
  margin-right: 40px;
}
section.text-image .image {
  width: calc(50% - 20px);
  float: left;
}

section.hero-image {
  padding-bottom: 3rem;
}

section.contact-form {
  margin-bottom: 40px;
}
section.contact-form form p {
  display: block;
  float: left;
  width: calc(50% - 4rem);
}
section.contact-form form p:nth-of-type(odd) {
  margin-right: 8rem;
}
section.contact-form form p label span input {
  width: 100%;
}
section.contact-form form p label span textarea {
  resize: none;
}

section.full-width-content {
  margin-bottom: 40px;
}

section.call-to-action-extended {
  padding: 40px 0;
  margin-bottom: 40px;
}
section.call-to-action-extended .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
section.call-to-action-extended .row .col {
  float: left;
}
section.call-to-action-extended .row .col p.title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 26px;
}
section.call-to-action-extended .row .col .content p {
  font-size: 22px;
}
section.call-to-action-extended .row .col a.cta {
  box-shadow: inset 0 -5px 0 #ccc;
}
section.call-to-action-extended .row .col:nth-of-type(1) {
  width: 75%;
}
section.call-to-action-extended .row .col:nth-of-type(2) {
  width: 25%;
}

section.next-day-delivery {
  padding: 2.2rem 0 3rem 0;
}
section.next-day-delivery .content h1 {
  color: #000;
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  section.next-day-delivery .content h1 {
    font-size: 30px;
  }
}
section.next-day-delivery .content h3 {
  color: #646464;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  section.next-day-delivery .content h3 {
    font-size: 18px;
  }
}
section.next-day-delivery .col-md-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.next-day-delivery .countdown {
  border: 1px solid #3597D3;
}
section.next-day-delivery .countdown .order-within p,
section.next-day-delivery .countdown .for-next-day p {
  margin: 0;
}
section.next-day-delivery .countdown .order-within {
  padding: 6px 12px;
}
section.next-day-delivery .countdown .order-within p {
  font-size: 14px;
}
section.next-day-delivery .countdown .for-next-day {
  padding: 7.5px 12px;
}
section.next-day-delivery .countdown .for-next-day p {
  font-size: 12px;
}

.single-product .next-day-delivery-block {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .single-product .next-day-delivery-block {
    margin-top: 40px;
  }
}

.next-day-delivery-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #00B67B;
  color: #FFF;
  border-radius: 20px;
  padding: 20px 10px;
  text-align: center;
  max-width: 240px;
  margin-left: auto;
}
.next-day-delivery-block:before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  width: 70px;
  height: 70px;
  background: url("../static/images/bell-icon.png") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .next-day-delivery-block:before {
    left: -15px;
    top: -15px;
  }
}
.next-day-delivery-block .line-one {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.next-day-delivery-block .countdown {
  background: #FFF;
  color: #000;
}
.next-day-delivery-block .fields {
  display: flex;
  gap: 6px;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .next-day-delivery-block .fields {
    margin: 0 auto;
    max-width: 150px;
  }
}
.next-day-delivery-block .field {
  flex: 1;
  font-size: 12px;
}
.next-day-delivery-block .field span {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #000;
  aspect-ratio: 1/1;
  height: auto;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .next-day-delivery-block .field span {
    font-size: 20px;
  }
}
.next-day-delivery-block .field.days {
  display: none;
}
.next-day-delivery-block .line-two p {
  font-size: 16px;
  line-height: 22px;
}

section.grid-primary {
  padding-bottom: 12px;
}
section.grid-primary .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  section.grid-primary .item {
    margin-bottom: 24px;
  }
  section.grid-primary .item:last-of-type {
    margin-bottom: 0;
  }
}
section.grid-primary .item .inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
section.grid-primary .item .inner .anchor-container {
  height: 100%;
  display: block;
}
section.grid-primary .item .inner.product {
  background-size: cover;
  background-position-x: -110px;
  background-repeat: no-repeat;
  background-color: #C4C4C4;
}
section.grid-primary .item .inner.product .product-info {
  position: absolute;
  top: 45%;
  left: 28px;
  transform: translateY(-45%);
  z-index: 4;
}
section.grid-primary .item .inner.product .product-info .name {
  font-size: 28px;
  width: 150px;
  font-weight: 600;
  padding-bottom: 20px;
}
section.grid-primary .item .inner.product .product-info .price {
  background: #313131;
  width: 110px;
  height: 78px;
  padding: 6px 10px;
  display: inline-block;
  position: relative;
}
section.grid-primary .item .inner.product .product-info .price:before {
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 12.5px solid #313131;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -11.5px;
  width: 0;
}
section.grid-primary .item .inner.product .product-info .price p {
  text-align: center;
  font-size: 17px;
}
section.grid-primary .item .inner.product .product-info .price p:nth-of-type(2) {
  font-weight: 600;
  font-size: 22px;
}
section.grid-primary .item .inner.product .product-info .price p:nth-of-type(3) {
  font-size: 12px;
}
section.grid-primary .item .inner .image {
  width: 100%;
  display: block;
  overflow: hidden;
}
section.grid-primary .item .inner .image img.product-image {
  position: absolute;
  right: 22px;
  top: 16px;
  width: 115px;
}
section.grid-primary .item .inner .image .red-ellipse {
  position: absolute;
  top: -58px;
  left: -48px;
  background: rgba(255, 32, 32, 0.8);
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
section.grid-primary .item .inner .summary {
  max-width: 120px;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 10px;
  display: inline-block;
  height: 90px;
  width: 100px;
}
section.grid-primary .item .inner .summary:before {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -12px;
  width: 0;
}
section.grid-primary .item .inner .summary p, section.grid-primary .item .inner .summary h2 {
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
section.grid-primary .item .inner .summary.yellow {
  background: #FFEB96;
}
section.grid-primary .item .inner .summary.yellow h2, section.grid-primary .item .inner .summary.yellow p {
  color: #000;
}
section.grid-primary .item .inner .summary.yellow:before {
  border-top: 12px solid #FFEB96;
}
section.grid-primary .item .inner .summary.blue {
  background: #3597D3;
}
section.grid-primary .item .inner .summary.blue h2, section.grid-primary .item .inner .summary.blue p {
  color: #fff;
}
section.grid-primary .item .inner .summary.blue:before {
  border-top: 12px solid #3597D3;
}
section.grid-primary .item .inner .cta {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 30px 10px 12px;
  border-radius: 4px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.3px;
  z-index: 8;
  transition: 0.5s;
}
section.grid-primary .item .inner .cta.yellow {
  background: #FFEB96;
  color: #000;
  border: 1px solid #FFEB96;
}
section.grid-primary .item .inner .cta.blue {
  background: #3597D3;
  color: #fff;
  border: 1px solid #3597D3;
}
section.grid-primary .item .inner .cta.red {
  background: #FF4949;
  color: #fff;
  border: 1px solid #FF4949;
}
section.grid-primary .item .inner .cta i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}
section.grid-primary .item .inner:hover .cta.yellow {
  background: #000;
  color: #FFEB96;
}
section.grid-primary .item .inner:hover .cta.red {
  color: #FF4949;
  background: #fff;
}
section.grid-primary .item .inner:hover .cta.blue {
  background: #fff;
  color: #3597D3;
}

section.grid-secondary {
  padding: 12px 0;
}
section.grid-secondary .item {
  float: left;
}
@media screen and (max-width: 767px) {
  section.grid-secondary .item {
    margin-bottom: 24px;
  }
  section.grid-secondary .item:last-of-type {
    margin-bottom: 0;
  }
}
section.grid-secondary .item .inner {
  padding: 25px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
section.grid-secondary .item .inner.yellow {
  background: #FFEB96;
}
section.grid-secondary .item .inner.blue {
  background: #3597D3;
}
section.grid-secondary .item .inner.red {
  background: #FF4949;
}
section.grid-secondary .item .inner .chevron {
  position: absolute;
  top: 0;
  left: 0;
  width: 154px;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
section.grid-secondary .item .inner .chevron.second {
  left: 124px;
}
section.grid-secondary .item .inner .main-content {
  position: relative;
  z-index: 2;
  float: left;
  margin-right: 10px;
}
section.grid-secondary .item .inner .main-content.w-6 {
  width: 60%;
}
section.grid-secondary .item .inner .main-content.w-3 {
  width: 30%;
}
section.grid-secondary .item .inner .main-content p {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}
section.grid-secondary .item .inner .main-content p strong span {
  padding: 3px 5px;
}
section.grid-secondary .item .inner .summary {
  width: 40%;
  float: left;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
section.grid-secondary .item .inner .summary p {
  margin-bottom: 0;
}
section.grid-secondary .item .inner .cta {
  width: calc(30% - 16px);
  border-radius: 4px;
  padding: 4px 6px 4px 9px;
  text-align: center;
  position: relative;
  z-index: 2;
}
section.grid-secondary .item .inner .img-right {
  position: absolute;
  right: -6px;
  bottom: -20px;
  width: 240px;
}
@media screen and (max-width: 575px) {
  section.grid-secondary .item .inner .main-content.w-6 {
    width: 100%;
    margin-right: 0;
  }
  section.grid-secondary .item .inner .main-content.w-3 {
    width: 50%;
    margin-right: 26px;
  }
  section.grid-secondary .item .inner .summary {
    display: none;
  }
  section.grid-secondary .item .inner .img-right {
    display: none;
  }
  section.grid-secondary .item .inner a.cta {
    width: 100%;
  }
}

section.special-offers {
  padding: 24px 0 65px 0;
}
section.special-offers .slick-slider .product {
  margin: 0 12px;
  width: calc(33.3333333333% - 12px);
}
section.special-offers .slick-slider .product .inner {
  border: 1px solid #B6B6B6;
  border-radius: 4px;
  position: relative;
}
section.special-offers .slick-slider .product .inner a {
  padding: 10px;
  display: block;
}
section.special-offers .slick-slider .product .inner a .multibuy {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FFD400;
  color: #000;
  font-weight: 600;
  padding: 6px 8px;
  line-height: 1;
}
section.special-offers .slick-slider .product .inner a .product-title {
  margin-bottom: 14px;
  font-weight: 600;
}
section.special-offers .slick-slider .product .inner a .price {
  display: inline-block;
  margin-bottom: 0;
}
section.special-offers .slick-slider .product .inner a .price.inc-vat {
  font-size: 16px;
  margin-right: 6px;
}
section.special-offers .slick-slider .product .inner a .price.inc-vat span {
  font-size: 21px;
}
section.special-offers .slick-slider .product .inner a .price.ex-vat {
  font-size: 14px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 575px) {
  section.special-offers .slick-slider .product {
    margin-bottom: 24px;
  }
  section.special-offers .slick-slider .product:last-of-type {
    margin-bottom: 0;
  }
}
section.special-offers .slick-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #3597D3;
  vertical-align: middle;
  transition: 0.3s;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}
@media screen and (max-width: 500px) {
  section.special-offers .slick-slider .slick-arrow {
    display: none !important;
  }
}
section.special-offers .slick-slider .slick-arrow.slick-prev {
  left: -20px;
}
section.special-offers .slick-slider .slick-arrow.slick-prev:after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: calc(50% - 2px);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f053";
  display: inline-block;
  pointer-events: none;
  color: #fff;
  font-size: 18px;
}
section.special-offers .slick-slider .slick-arrow.slick-next {
  right: -20px;
}
section.special-offers .slick-slider .slick-arrow.slick-next:after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: calc(50% + 2px);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  display: inline-block;
  pointer-events: none;
  color: #fff;
  font-size: 18px;
}

section.brands {
  padding: 25px 0 30px 0;
}
section.brands img {
  width: auto !important;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.brands .slick-slide {
  margin: 0 10px;
  width: 100%;
  height: 100%;
  max-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.key-selling-points-grid {
  padding: 52px 0;
}
@media screen and (max-width: 767px) {
  section.key-selling-points-grid {
    padding: 20px 0;
  }
}
section.key-selling-points-grid .item .icon {
  float: left;
}
section.key-selling-points-grid .item .icon img {
  width: 90px;
  margin-right: 18px;
}
section.key-selling-points-grid .item .text {
  float: left;
  width: calc(100% - 108px);
}
section.key-selling-points-grid .item .text .title {
  font-weight: 600;
  padding-bottom: 12px;
  font-size: 22px;
}
section.key-selling-points-grid .item:nth-of-type(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.36);
  padding: 34px 42px 34px 0;
}
section.key-selling-points-grid .item:nth-of-type(even) {
  padding: 34px 0 34px 42px;
}
section.key-selling-points-grid .item:nth-of-type(1), section.key-selling-points-grid .item:nth-of-type(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}
@media screen and (max-width: 767px) {
  section.key-selling-points-grid .item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36) !important;
    padding: 34px 20px !important;
  }
  section.key-selling-points-grid .item:last-of-type {
    border: none !important;
  }
}
section.key-selling-points-grid .cta {
  margin-top: 50px;
  text-align: center;
}
section.key-selling-points-grid .cta a {
  padding: 12px 46px 12px 20px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 8px;
  display: inline-block;
  position: relative;
}
section.key-selling-points-grid .cta a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

section.images-grid {
  padding-bottom: 34px;
}
@media screen and (max-width: 767px) {
  section.images-grid .image {
    margin-bottom: 24px;
  }
}

section.popular-categories {
  position: relative;
  padding-top: 40px;
  margin: 34px 0;
}
section.popular-categories img.chevrons {
  width: 500px;
}
section.popular-categories img.chevrons.absolute {
  position: absolute;
  z-index: 1;
}
section.popular-categories img.chevrons.absolute.top-left {
  top: 0;
  left: 0;
}
section.popular-categories img.chevrons.absolute.bottom-right {
  bottom: -60px;
  right: 0;
}
section.popular-categories .section-title {
  position: relative;
  z-index: 2;
}
section.popular-categories .category {
  position: relative;
  z-index: 2;
}
section.popular-categories .category .inner {
  border: 1px solid #B6B6B6;
  border-radius: 4px;
}
section.popular-categories .category .inner .image img {
  max-height: 160px;
}
@media screen and (max-width: 575px) {
  section.popular-categories .category .inner .image img {
    max-height: none;
  }
}
section.popular-categories .category .inner .text {
  padding: 12px 16px;
}
section.popular-categories .category .inner .text a {
  display: inline-block;
}
section.popular-categories .category .inner .text a .category-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
section.popular-categories .category .inner .text p {
  margin-bottom: 0;
  font-size: 14px;
}

section.express-delivery {
  padding-bottom: 42px;
}
section.express-delivery .text {
  position: relative;
}
section.express-delivery .text .bg-image {
  padding: 22px 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(100% + 50px);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.express-delivery .text .bg-image {
    background-image: none;
    background: #3597D3;
    width: 100%;
    position: relative;
  }
}
section.express-delivery .text .bg-image .express-icon {
  width: 90px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  section.express-delivery .text .bg-image .express-icon {
    width: 60px;
  }
}
section.express-delivery .text .bg-image .wysiwyg {
  float: left;
  width: calc(100% - 110px);
  padding-right: 30px;
}
section.express-delivery .text .bg-image .wysiwyg h3 {
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}
section.express-delivery .text .bg-image .wysiwyg h3:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: Font Awesome\ 5 Free;
  color: #EAEAEA;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f101";
  position: absolute;
  top: 3px;
  right: -36px;
  line-height: 1;
}
section.express-delivery .text .bg-image .wysiwyg h3 em {
  padding-right: 6px;
}
section.express-delivery .text .bg-image .wysiwyg p {
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.express-delivery .text .bg-image .wysiwyg {
    width: calc(100% - 80px);
    padding-right: 0;
  }
}
section.express-delivery .image {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  section.express-delivery .image {
    display: none !important;
  }
}

section.frequently-asked-questions {
  padding: 50px 0 60px 0;
}
section.frequently-asked-questions .faq-box .faq {
  border-bottom: 1px solid #DEDEDE;
  padding: 25px 57px;
}
section.frequently-asked-questions .faq-box .faq .question {
  position: relative;
}
section.frequently-asked-questions .faq-box .faq .question p {
  margin-bottom: 0;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}
section.frequently-asked-questions .faq-box .faq .question i {
  position: absolute;
  left: -34px;
  top: 1px;
  display: block;
}
section.frequently-asked-questions .faq-box .faq .answer {
  margin-top: 10px;
}
section.frequently-asked-questions .faq-box .faq .answer p {
  margin-bottom: 0;
}

section.who-we-are .img {
  top: 0;
  width: calc(25% + 30px);
  position: absolute;
}
section.who-we-are .img.right {
  right: 20px;
}
section.who-we-are .img.left {
  left: 20px;
}
section.who-we-are .content {
  padding: 24px 40px 32px 40px;
  width: calc(50% + 30px);
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
section.who-we-are .content p {
  color: #fff;
}
section.who-we-are .content p:last-of-type {
  margin-bottom: 0;
}
section.who-we-are .content img {
  width: 100%;
  max-width: 248px;
  display: block;
  margin: 0 auto 20px auto;
  position: relative;
}
@media screen and (max-width: 575px) {
  section.who-we-are .content {
    width: 100%;
  }
  section.who-we-are .img.right, section.who-we-are .img.left {
    display: none;
  }
}

.product-cta {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .product-cta {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.product-cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1320px;
}
.product-cta .description {
  display: inline-block;
  background: #3597D3;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  font-size: 20px;
  min-width: 620px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .product-cta .description {
    min-width: auto;
    font-size: 18px;
    padding: 20px 10px;
  }
}
.product-cta .cols {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  border-top: 4px solid #3597D3;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .product-cta .cols {
    flex-direction: column;
  }
}
.product-cta .image-container {
  max-width: 360px;
}
.product-cta .image-container img, .product-cta .image-container picture {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .product-cta .image-container {
    aspect-ratio: 1/1;
  }
}
.product-cta .content .intro {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .product-cta .content .intro {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .product-cta .content .intro .left {
    max-width: 650px;
    margin-right: auto;
  }
}
.product-cta .content .intro h3 {
  margin: 0 0 10px 0;
}
.product-cta .content .intro p {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .product-cta .content .intro p {
    font-size: 20px;
  }
}
.product-cta .price {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #3597D3;
}
@media screen and (min-width: 1024px) {
  .product-cta .price {
    text-align: center;
  }
}
.product-cta .price span {
  font-size: 18px;
  display: block;
  font-weight: 400;
  color: #000;
}
.product-cta .highlights {
  margin-bottom: 20px;
}
.product-cta .highlights ul {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
@media screen and (min-width: 768px) {
  .product-cta .highlights ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.product-cta .highlights ul li {
  display: flex;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 2px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.product-cta .highlights ul li i {
  color: #3597D3;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.4;
}
.product-cta .highlights ul li:before {
  display: none;
}
.product-cta .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .product-cta .buttons form, .product-cta .buttons a {
    width: calc(50% - 10px);
  }
  .product-cta .buttons form:only-child, .product-cta .buttons a:only-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-cta .buttons a, .product-cta .buttons form {
    width: 100%;
  }
}
.product-cta .buttons a, .product-cta .buttons button {
  -webkit-appearance: none;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 12px;
  font-weight: bold;
  border: 2px solid #3597D3;
  background: #3597D3;
  color: #FFF;
}
.product-cta .buttons a i, .product-cta .buttons button i {
  margin-right: 20px;
  font-size: 20px;
}
.product-cta .buttons a:hover, .product-cta .buttons button:hover {
  background: none;
  color: #3597D3;
}
.product-cta .buttons button {
  background: #00B67B;
  border: 2px solid #00B67B;
  width: 100%;
}
.product-cta .buttons button:hover {
  color: #00B67B;
  background: none;
}

.content-and-image {
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  .content-and-image {
    padding: 65px 0;
  }
}
.content-and-image.large-pd-top {
  padding-top: 150px;
}
.content-and-image.large-pd-bottom {
  padding-bottom: 150px;
}
.content-and-image.small-pd-top {
  padding-top: 60px;
}
.content-and-image.small-pd-bottom {
  padding-bottom: 60px;
}
.content-and-image .row {
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .content-and-image .row {
    gap: 80px;
  }
}
.content-and-image .content {
  max-width: 450px;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .content-and-image .content {
    max-width: none;
    width: 95%;
  }
}
.content-and-image .content h1 {
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .content-and-image .content h1 {
    font-size: 36px;
  }
}
.content-and-image .content h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #3597D3;
}
@media screen and (max-width: 767px) {
  .content-and-image .content h2 {
    font-size: 28px;
  }
}
.content-and-image .content p, .content-and-image .content li {
  line-height: 1.5;
  letter-spacing: 1px;
}
.content-and-image .single-image {
  align-self: center;
  max-width: 450px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-and-image .media-container {
  max-width: 315px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .content-and-image .media-container {
    max-width: 250px;
    margin: 0 auto;
  }
}
.content-and-image .media-container .image-container {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
}
.content-and-image .media-container img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-and-image .media-container h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .content-and-image .media-container h3 {
    font-size: 20px;
  }
}
.content-and-image .media-container .button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.content-and-image .media-container .slick-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  font-size: 0;
  gap: 10px;
}
.content-and-image .media-container .slick-dots li {
  transition: 0.25s all ease-in-out;
  height: 16px;
  width: 16px;
  background: #282828;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
}
.content-and-image .media-container .slick-dots li.slick-active {
  opacity: 1;
}
.content-and-image .media-container.stacked-images {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .content-and-image .media-container.stacked-images {
    margin-bottom: 100px;
  }
}
.content-and-image .media-container.stacked-images .media-card {
  position: absolute;
  top: 0px;
  left: -100px;
}
@media screen and (max-width: 1023px) {
  .content-and-image .media-container.stacked-images .media-card {
    left: -45px;
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .content-and-image .media-container.stacked-images .media-card {
    top: -60px;
    left: -45px;
  }
}
.content-and-image .media-container.stacked-images .media-card .image-container {
  margin: 0;
  width: 245px;
  height: auto;
  aspect-ratio: 1/1;
}
.content-and-image .media-container.stacked-images .media-card:nth-of-type(2) {
  top: auto;
  bottom: 0;
  left: 0;
  border: 10px solid #3597D3;
}
@media screen and (max-width: 767px) {
  .content-and-image .media-container.stacked-images .media-card:nth-of-type(2) {
    right: -40px;
    bottom: -100px;
    left: auto;
  }
}
.content-and-image.blue-bg {
  background: #3597D3;
}
.content-and-image.blue-bg .slick-slide {
  margin: 0 10px;
}
.content-and-image.blue-bg .slick-list {
  margin: 0 -10px;
}
.content-and-image.blue-bg .media-container {
  max-width: 355px;
  width: 100%;
  background: #FFF;
  padding: 20px;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .content-and-image.blue-bg .media-container {
    max-width: 330px;
  }
}
.content-and-image.blue-bg .content h1, .content-and-image.blue-bg .content p, .content-and-image.blue-bg .content ul, .content-and-image.blue-bg .content li {
  color: #FFF;
}
.content-and-image.blue-bg .content li {
  display: flex;
  align-items: center;
  padding-left: 80px;
  margin-bottom: 20px;
  min-height: 31px;
}
@media screen and (max-width: 767px) {
  .content-and-image.blue-bg .content li {
    padding-left: 50px;
  }
}
.content-and-image.blue-bg .content li:last-of-type {
  margin-bottom: 0;
}
.content-and-image.blue-bg .content li:before {
  content: "";
  height: 31px;
  width: 42px;
  background: url("../static/vectors/white-tick.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .content-and-image.blue-bg .content li:before {
    height: 20px;
    width: 30px;
  }
}

.icon-row .container {
  max-width: 900px;
}
.icon-row .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-row .icons {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .icon-row .icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
.icon-row .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-row .icon .icon-image {
  max-width: 70px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .icon-row .icon .icon-image {
    max-width: 50px;
    max-width: 50px;
  }
}
.icon-row .icon p {
  text-align: center;
  max-width: 130px;
}

.image-row {
  position: relative;
  padding: 70px 0;
  background: #3597D3 url("../static/vectors/bg-arrows.svg") center right/50% no-repeat;
}
@media screen and (max-width: 767px) {
  .image-row {
    background: #3597D3;
    padding: 50px 0;
  }
}
.image-row * {
  color: #FFF;
}
.image-row .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-row .intro-content {
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .image-row .intro-content {
    margin-bottom: 25px;
  }
}
.image-row h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .image-row h2 {
    font-size: 36px;
  }
}
.image-row p {
  letter-spacing: 1px;
  line-height: 1.5;
}
.image-row ul {
  list-style: disc;
  letter-spacing: 1px;
  margin-right: auto;
  max-width: 600px;
  margin: 40px auto 40px auto;
  text-align: left;
}
.image-row ul li {
  list-style: disc;
  margin-bottom: 15px;
}
.image-row .images {
  display: flex;
  gap: 16px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .image-row .images {
    flex-direction: column;
    gap: 50px;
  }
}
.image-row .image-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .image-row .image-container {
    max-width: 250px;
    margin: 0 auto;
  }
}
.image-row .image-container .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .image-row .image-container .image {
    max-width: 180px !important;
    max-height: 180px;
  }
  .image-row .image-container .image img {
    max-width: 180px !important;
    max-height: 180px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.image-row .image-container h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .image-row .image-container h3 {
    font-size: 20px;
  }
}
.image-row .button {
  display: inline-flex;
  margin: 0 auto;
  width: auto;
  padding: 12px 100px;
}
.image-row .button:hover {
  color: #FFF;
  border-color: #FFF;
}

.product-cards {
  position: relative;
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  .product-cards {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .product-cards:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url("../static/vectors/blue-bg-arrows.svg") center left/contain no-repeat;
  }
}
.product-cards .container {
  position: relative;
}
.product-cards .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-cards * {
  color: #000;
}
.product-cards .intro-content {
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-cards .intro-content {
    margin-bottom: 25px;
  }
}
.product-cards h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-cards h2 {
    font-size: 36px;
  }
}
.product-cards p {
  letter-spacing: 1px;
}
.product-cards .product-card-row {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .product-cards .product-card-row {
    flex-direction: column;
    gap: 50px;
  }
}
.product-cards .product-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .product-cards .product-card {
    max-width: 250px;
    margin: 0 auto 0 auto;
  }
}
.product-cards .product-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.product-cards .product-card h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .product-cards .product-card h3 {
    font-size: 20px;
  }
}
.product-cards .product-card p {
  margin-bottom: 10px;
}
.product-cards .product-card p.dimensions {
  font-weight: 600;
}
.product-cards .product-card .button {
  margin-top: auto;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-cards .product-card .button {
    margin-top: 20px;
  }
}

.callout-banner {
  margin-bottom: 24px;
}
.callout-banner .inner-banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 150px;
}
.callout-banner .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  background: #FF4949;
  color: #FFF;
  padding: 10px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .callout-banner .banner-content {
    max-width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .callout-banner .banner-content {
    padding: 20px 30px 20px 20px;
    height: 140px;
    border-radius: 4px 0px 0 4px;
  }
  .callout-banner .banner-content:after {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 70px 0 70px 30px;
    border-color: transparent transparent transparent #FF4949;
    transform: rotate(0deg);
  }
}
.callout-banner h3 {
  text-transform: uppercase;
  font-size: 30px;
  background: #000;
  color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 4px;
}
.callout-banner h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .callout-banner h3 {
    font-size: 24px;
  }
  .callout-banner h3 br {
    display: block;
  }
}
.callout-banner p {
  font-size: 20px;
}
.callout-banner p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .callout-banner p {
    font-size: 18px;
  }
  .callout-banner p br {
    display: block;
  }
}
.callout-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.callout-banner .chevrons {
  left: auto;
  z-index: 2;
  opacity: 0.086;
}

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