@charset "UTF-8";
div.single-product-page-top {
  /* Banner from the Banner Manager */
  padding-bottom: 20px;
}
.single-product div.product .images {
  position: relative;
}
span#expand-me {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #8f8f8f;
}
span#expand-me i.fa {
  font-size: 14px;
  margin-right: 5px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: inline-block;
  width: initial;
  bottom: 15px;
  top: initial;
  right: 3px;
  line-height: 7;
  color: #fff;
  background: #27ae60;
  padding: 0.5em 0.6em 0;
  border-radius: 0;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background: #209b53;
  text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "Zoom";
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 54%;
  }
}
.form-wrapper, .single-product div.product > form.cart {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 0 5em;
}
.form-wrapper::before, .single-product div.product > form.cart::before, .form-wrapper::after, .single-product div.product > form.cart::after {
  display: none;
}
@media (max-width: 1000px) {
  .form-wrapper, .single-product div.product > form.cart {
    flex-direction: column;
  }
}
.form-wrapper #product-left {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.form-wrapper #product-left .woocommerce-product-gallery {
  flex: 1;
  width: 100%;
}
.form-wrapper #product-left .woocommerce-product-gallery__image {
  width: 100%;
}
.form-wrapper .iconic-woothumbs-all-images-wrap, .single-product div.product > form.cart .iconic-woothumbs-all-images-wrap {
  width: 100%;
  flex: 1;
  flex: 0 0 48%;
}
.form-wrapper #product-right, .single-product div.product > form.cart #product-right {
  width: 100%;
  flex: 0 0 45%;
}
@media (max-width: 1000px) {
  .form-wrapper #product-right, .single-product div.product > form.cart #product-right {
    flex: 1;
  }
}
.smartfit-onlinesizing {
  position: relative;
  z-index: 1000;
}
#trigger-onlineSizer.hidden {
  display: none;
}
#main .flex-viewport figure {
  float: left;
}
body.single-product span.onsale, div.images span.onsale {
  /* There is a similarbutdifferent sale triangle on the category page */
  border: none;
  color: #fff;
  background-color: #F44336;
  font-size: 24px;
  padding: 12px 28px;
  z-index: 1;
  line-height: 1em;
  margin-bottom: 0.5em;
}
body.single-product span.onsale {
  position: absolute;
}
/*div.images span.onsale::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 135px solid #F44336;
	border-bottom: 135px solid transparent;
	position: absolute;
	top: -60px;
	left: -11px;
	z-index: -1;
	transform: rotate(-135deg);
}*/
.wcwl_frontend_wrap .wcwl_intro, .wcwl_notice.woocommerce-message {
  background: #27ae60;
}
.wcwl_notice.woocommerce-message {
  padding-bottom: 25px;
}
.summary .hide-element {
  display: none !important;
}
.summary #wb-quantity.hide-element {
  display: none !important;
}
.single_add_to_cart_button.hide-element {
  display: none !important;
}
.summary .show-element {
  display: block !important;
}
div.under-image-links {
  text-align: -webkit-auto;
}
div.under-image-links a {
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
  padding: 5px 0;
  color: #2c2d33;
}
#view-similar a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 5px;
}
div.under-image-links a i.fa {
  font-size: 14px;
  margin-right: 5px;
}
div.under-image-links#comp-wish-size a {
  color: #2c2d33;
}
.wl-add-link::before {
  content: "" !important;
}
.wcwl_notice p {
  color: #fff;
  font-size: 16px;
}
table.shop_attributes td p {
  margin-top: 0;
}
.summary.entry-summary p.collect-only {
  border-left: 0.618047em solid rgba(0, 0, 0, 0.15);
  color: #fff;
  margin-bottom: 2.61792em;
  margin-left: 0;
  padding: 0.5em 1.2em 0.5em 0.8em;
  position: relative;
  display: none;
}
.summary.entry-summary p.collect-only::before {
  font-size: 18px;
  content: "";
  margin-right: 8px;
}
.summary.entry-summary p.collect-only {
  position: absolute;
  top: 0;
  right: 0;
  background: #27ae60;
  border-left: none;
  cursor: pointer;
  margin: 1em 0 0.5em;
}
.summary.entry-summary p.collect-only::after {
  content: "This product can only be collected in-store due to manufacturer sales policy";
  color: #fff;
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  display: block;
  top: 3em;
  right: 0;
  color: #fff;
  padding: 5px 20px;
  white-space: nowrap;
  opacity: 0;
  transition: 0.25s ease-in-out opacity, 0.25s ease-in-out bottom;
  border: 3px solid rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.summary.entry-summary p.collect-only:hover::after, .summary.entry-summary p.collect-only:focus::after {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #27ae60;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  position: relative;
  border: solid 2px #ccc;
  min-height: 75px;
  overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:hover {
  border: solid 2px #27ae60;
}
.single-product ol.flex-control-nav li img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
}
.ctw-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em 4em;
}
.ctw-wrapper::after {
  display: none;
}
.ctw-wrapper > div {
  flex: 0 0 50%;
}
.ctw-wrapper > .ctw-content .button {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2;
  border: 2px solid #27ae60;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  font-style: italic;
  padding: 0.6180469716em 1.41575em;
  border-radius: 3px;
  text-shadow: none;
  cursor: pointer;
  margin: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
  color: #27ae60 !important;
}
.ctw-wrapper > .ctw-content .button:hover {
  border-color: #145b32;
  background: #145b32;
  color: #FFF !important;
  text-decoration: none;
}
.ctw-wrapper > .ctw-content a {
  text-decoration: underline;
}
.ctw-wrapper > .ctw-content a:hover {
  text-decoration: none;
}
.ctw-wrapper > .ctw-form {
  background: #E9E8E8;
  padding: 2em;
  flex: 0 0 calc(50% - 4em);
}
.ctw-wrapper > .ctw-form form input {
  padding: 0 15px;
  margin: 0 0 1em;
  height: 50px;
  box-shadow: none;
  border-radius: 3px;
}
.ctw-wrapper > .ctw-form form, .ctw-wrapper > .ctw-form form p, .ctw-wrapper > .ctw-form form input[type="submit"] {
  margin: 0;
}
.ctw-wrapper > .ctw-form form h3 {
  font-weight: 800;
  color: #27ae60;
  margin: 0 0 0.5em;
}
@media only screen and (max-width: 1000px) {
  .ctw-wrapper {
    flex-direction: column;
  }
}
ul.option-selectors {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  margin: 0;
  list-style: none;
}
ul.option-selectors#colour-selectors {
  margin: 0 0 16px;
}
ul.option-selectors li {
  display: block;
  min-width: 48px;
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 8px 15px;
  color: #000;
  border: 2px solid #999;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
ul.option-selectors li:hover, ul.option-selectors li:focus {
  text-decoration: underline;
  border-color: #555;
}
ul.option-selectors li.option-disabled, #check-stock-and-add-to-basket button.disabled {
  cursor: not-allowed;
  opacity: 0.5 !important;
  text-decoration: none;
}
ul.option-selectors li.option-disabled {
  position: relative;
  color: #000;
}
ul.option-selectors li.option-disabled:before, ul.option-selectors li.option-disabled:after {
  position: absolute;
  content: "";
  background: #999;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
ul.option-selectors li.option-disabled:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.option-selectors li.option-selected {
  border: 2px solid #27ae60;
  padding: 8px 15px;
  color: #27ae60;
}
ul.selector-error, h4.selector-error, span.msg-container {
  color: #F44336;
}
ul.selector-error {
  border: 2px solid #F44336;
  background: #F7CBC8;
  padding: 20px 10px 10px 10px;
}
span.msg-container {
  display: block;
  text-align: center;
  padding: 0;
}
p#wb-stock-status {
  padding: 22px 30px;
  margin: 24px 0 32px;
  border-radius: 5px;
  text-transform: none;
  font-size: 13px;
  line-height: 1.3em;
  color: #242323;
  border: 2px solid #ececec;
}
@media screen and (max-width: 767px) {
  p#wb-stock-status {
    padding: 16px 20px;
  }
}
p#wb-stock-status > span {
  display: block;
}
p#wb-stock-status span.stock-level {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 10px;
  font-weight: 800;
  font-size: 15px;
}
p#wb-stock-status.wb-in-stock .stock-level, p#wb-stock-status.wb-in-stock-ld .stock-level, p#wb-stock-status.wb-in-stock-ne .stock-level, p#wb-stock-status.wb-in-stock-yk .stock-level, p#wb-stock-status.wb-in-stock-co .stock-level, p#wb-stock-status.wb-in-stock-st .stock-level, p#wb-stock-status.wb-in-stock-wh .stock-level {
  color: #27ae60;
}
p#wb-stock-status.wb-out-of-stock .stock-level {
  color: #bc3737;
}
p#wb-stock-status span.stock-level span.circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}
p#wb-stock-status.wb-in-stock .stock-level span.circle, p#wb-stock-status.wb-in-stock-ld .stock-level span.circle, p#wb-stock-status.wb-in-stock-ne .stock-level span.circle, p#wb-stock-status.wb-in-stock-yk .stock-level span.circle, p#wb-stock-status.wb-in-stock-co .stock-level span.circle, p#wb-stock-status.wb-in-stock-st .stock-level span.circle, p#wb-stock-status.wb-in-stock-wh .stock-level span.circle {
  background-color: #27ae60;
}
p#wb-stock-status.wb-out-of-stock .stock-level span.circle {
  background-color: #bc3737;
}
p#wb-stock-status span.product-info {
  margin: 14px 0 6px 0;
}
p#wb-stock-status.wb-out-of-stock span.product-info {
  margin-bottom: 0;
}
p#wb-stock-status span.store-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
/* 
p#wb-stock-status.wb-in-stock, p#wb-stock-status.wb-in-stock-ld, p#wb-stock-status.wb-in-stock-ne, p#wb-stock-status.wb-in-stock-yk, p#wb-stock-status.wb-in-stock-co, p#wb-stock-status.wb-in-stock-st {
	color: #fff;
	background: #27ae60;
}

p#wb-stock-status.wb-in-stock-wh  {
	color: #fff;
	background: #27ae60;
	position: relative;
}
*/
p#wb-stock-status.wb-in-stock-wh .helper-block {
  position: absolute;
  top: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  opacity: 0;
  transition: all 0.25s ease;
}
p#wb-stock-status.wb-in-stock-wh .helper-block .inner-block {
  background-color: #333;
  text-align: center;
  padding: 8px 20px 10px 20px;
  border-radius: 3px;
}
p#wb-stock-status.wb-in-stock-wh .helper-block.show {
  opacity: 1;
}
p#wb-stock-status.wb-in-stock-wh .helper-block span {
  font: bold 12px "Helvetica Neue", Sans-Serif;
  color: white;
  position: relative;
  z-index: 2;
}
p#wb-stock-status.wb-in-stock-wh .helper-block a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
p#wb-stock-status.wb-in-stock-wh .helper-block .down-arrow-wrap {
  height: 20px;
  position: relative;
}
p#wb-stock-status.wb-in-stock-wh .helper-block .down-arrow-wrap .down-arrow {
  content: "";
  width: 25px;
  height: 25px;
  margin: 0 auto;
  transform: rotate(45deg);
  background-color: #333;
  bottom: 0;
  z-index: 1;
  margin-top: -18px;
}
p#wb-email-in-stock {
  margin: 32px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid #ececec;
}
p#wb-email-in-stock small {
  display: block;
  margin: 0;
}
p#hidetable, p#showtable {
  margin: 0;
}
p#hidetable a, p#showtable a {
  cursor: pointer;
}
p#hidetable a:after {
  display: inline-block;
  text-decoration: none !important;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 1.5;
  font-size: 0.75em;
  margin-left: 0.5em;
  color: #fff;
  font-family: "dashicons";
  content: "";
  background: #999999;
  border-radius: 100%;
}
p#showtable a:after {
  display: inline-block;
  text-decoration: none !important;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 1.5;
  font-size: 0.75em;
  margin-left: 0.5em;
  color: #fff;
  font-family: "dashicons";
  content: "";
  background: #999999;
  border-radius: 100%;
}
#wb-quantity {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: none;
  margin: 32px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid #ececec;
}
#wb-quantity::before, #wb-quantity::after {
  display: none;
}
#wb-quantity label {
  float: left;
  text-transform: uppercase;
  padding-top: 0px;
}
#wb-quantity-select {
  float: right;
}
#wb-quantity .qty-button, #wb-quantity input {
  border: 1px solid silver;
  line-height: 36px;
  margin: 0;
  text-align: center;
  position: relative;
}
#wb-quantity .qty-button {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  background: #f8f8f8;
  cursor: pointer;
}
#wb-quantity .qty-button:hover, #wb-quantity .qty-button:focus {
  color: #27ae60;
}
#wb-quantity .qty-button:active {
  top: 1px;
}
#wb-quantity .qty-button::selection {
  background: none;
}
#wb-quantity .qty-button::-moz-selection {
  background: none;
}
#wb-quantity input {
  border-left: none;
  border-right: none;
  top: 0px;
  padding: 0;
  width: 50px;
  font-size: 18px;
}
#wl-wrapper.wl-button-wrap {
  margin-left: 4em;
}
.single-product div.product form.cart {
  position: relative;
  margin: 0 0 32px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .single-product div.product form.cart {
    margin: 32px 0;
  }
}
div#check-stock-and-add-to-basket button {
  max-width: initial;
  padding: 20px;
  font-size: 21px;
  letter-spacing: 0.05em;
  margin: 16px 0;
  font-style: normal;
  background-color: #226ac7;
  border-color: #226ac7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 13px;
}
#check-stock-and-add-to-basket button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(/images/icons/basket-white.svg) no-repeat center;
  background-size: contain;
}
div#check-stock-and-add-to-basket button:hover {
  background: #1C56A3;
  border-color: #1C56A3;
}
button.check_store_stock {
  background: #575757;
  margin-right: 15px;
}
button.check_store_stock:hover {
  background: #414141;
}
@media only screen and (min-width: 1090px) {
  div#check-stock-and-add-to-basket {
    text-align: right;
  }
}
@media only screen and (max-width: 1090px) {
  div#check-stock-and-add-to-basket {
    text-align: center;
  }
  button.check_store_stock {
    margin: 0 10px 10px 0;
  }
  .summary.entry-summary p.collect-only {
    width: 100%;
    position: relative;
  }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    min-height: 60px;
  }
  .summary.entry-summary p.collect-only::after {
    font-size: 11px;
  }
}
/* Only applies to the "grouped" product type table, which will be removed */
p.price {
  text-transform: none;
  color: #27ae60;
}
p.price a {
  font-size: 19px;
}
.summary p.price {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  line-height: 1.3;
  gap: 0.25em;
}
.summary p.price span.woocommerce-Price-amount {
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.summary p.price .price-from {
  color: #333;
  font-weight: 600;
  font-size: 1em;
}
.summary p.price .price-from span.woocommerce-Price-amount {
  color: #f44336;
}
.summary p.price bdi {
  margin: 0;
}
.summary .price ins {
  color: #f44336;
  font-weight: 700;
  order: -1;
  margin: 0;
  font-size: 30px;
  line-height: 1;
}
.summary p.price del {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 1.2;
  color: #999999;
}
.summary p.price > del {
  padding-bottom: 3px;
}
.summary p.price del bdi {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 1;
  color: #999999;
}
p.stock.in-stock {
  color: #4CAF50;
}
p.stock.out-of-stock {
  color: #F44336;
}
p.stock::before, p.stock.out-of-stock::before, .single-product div.product p.stock.out-of-stock::before {
  content: normal !important;
}
/* END Only applies to the "grouped" product type table, which will be removed */
p.woocommerce-noreviews {
  /* Don't advertise that nobody has reviewed this product yet */
  display: none;
}
.product_meta span {
  /* Hidden with CSS rather than PHP, as Google will read the microformat info */
  display: none !important;
}
a#finance-available {
  display: flex;
  flex: 0 100%;
  background-color: #fff;
  background: #fff !important;
  color: #000;
  text-align: right;
  margin-top: 10px;
  height: 42px;
  border: 2px solid #f0f0f0;
}
a#finance-available img {
  width: 100px;
  margin: 2px 0 2px 10px;
}
a#finance-available span {
  width: 100%;
  font-size: 16px;
  line-height: 42px;
  color: #1b345a;
  text-align: left;
  margin-left: 0.5em;
  padding-left: 0.8em;
  background-image: url(/wp-content/themes/wheelbase/images/logos/v12-chevron.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 20px;
}
.summary a#paypal-finance-available {
  background-color: #fff;
  background: #fff !important;
  color: #000;
  height: 42px;
  border: 2px solid #f0f0f0;
}
.summary a#paypal-finance-available img {
  height: 26px;
  margin: 5px 0 5px 10px;
  width: 100px;
}
.summary a#paypal-finance-available span {
  font-size: 16px;
  color: #0e9bd8;
  text-align: left;
  margin-left: 0.5em;
  padding-left: 0.8em;
  line-height: 42px;
  background-image: url(/wp-content/themes/wheelbase/images/logos/paypal-chevron.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 20px;
}
.summary .trade-in-prompt {
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  margin: 10px 0 0;
  background: #FFF;
  border: 2px solid #f0f0f0;
  transition: all 0.3s;
}
.summary .trade-in-prompt #trade-in-coupon {
  position: relative;
  display: block;
  width: 100%;
  color: #f55b50;
  padding: 0.5em calc(0.8em + 25px) 0 0.8em;
  min-height: 42px;
  font-weight: 500;
  transition: all 2s;
}
.summary .trade-in-prompt #trade-in-coupon::after {
  position: absolute;
  display: block;
  content: "";
  height: 18px;
  width: 20px;
  top: 12px;
  right: 4%;
  transition: all 0.8s;
  background-image: url(/wp-content/themes/wheelbase/images/logos/trade-in-chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.summary .trade-in-prompt #trade-in-coupon.show::after {
  transform: rotate(-180deg);
}
.summary .trade-in-prompt #trade-in-coupon strong {
  font-size: 1.15em;
}
.summary .trade-in-prompt #trade-in-coupon span.find {
  margin-left: auto;
  font-size: 0.75em;
}
.summary .trade-in-prompt .show-hide {
  height: 0;
  opacity: 0;
  margin: 0 0.8em;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.5s;
}
.summary .trade-in-prompt .show-hide.show {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 0.25em;
}
.single-product .summary .trade-in-prompt .show-hide .button {
  float: left;
}
.single-product .summary .trade-in-prompt .show-hide .flex-table {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 0 1em;
}
.single-product .summary .trade-in-prompt .show-hide .row {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  padding: 0;
  justify-content: space-between;
  text-align: center;
}
.single-product .summary .trade-in-prompt .show-hide .row::after {
  display: none;
}
.single-product .summary .trade-in-prompt .show-hide .row .item {
  position: relative;
  display: flex;
  flex-flow: column;
  flex: 1;
  line-height: 1.1;
  border: 2px solid #f0f0f0;
  padding: 10px;
  justify-content: space-between;
  gap: 10px;
  background-color: #FFF;
}
.single-product .summary .trade-in-prompt .show-hide .row .item.copy::before {
  content: "Click here to copy";
  position: absolute;
  top: -37px;
  z-index: -1;
  transition: all 0.4s;
  background: #27ae60;
  color: #FFF;
  padding: 5px 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-radius: 3px;
  opacity: 0;
}
.single-product .summary .trade-in-prompt .show-hide .row .item.copy:hover::before {
  z-index: 2;
  opacity: 1;
}
.single-product .summary .trade-in-prompt .show-hide .copy {
  cursor: pointer;
  text-decoration: none;
  color: #27ae60;
}
.single-product .summary .trade-in-prompt .show-hide .copy:hover {
  color: #27ae60;
  text-decoration: underline;
}
.single-product .summary .trade-in-prompt .show-hide .row .item.copy:active {
  border-color: #27ae60;
}
.single-product .summary .trade-in-prompt .show-hide .row .item strong {
  color: #27ae60;
  font-size: 0.9em;
}
.single-product .summary .trade-in-prompt .show-hide a {
  text-decoration: underline;
}
.single-product .summary .trade-in-prompt .show-hide a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .single-product .summary .trade-in-prompt .show-hide .row {
    flex-direction: column;
    gap: 0.5em;
  }
}
/* remove product description */
.single-product .summary div[itemprop="description"] {
  display: none;
}
/** Samples */
.single-product div.product form.cart {
  margin: 0;
}
.single-product div.product p#wb-stock-status {
  margin-bottom: 0;
}
.single-product .summary .iconic-was-swatches--text-swatch a {
  display: block;
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 8px 12px;
  border-width: 2px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
}
.single-product .summary .iconic-was-swatches--text-swatch a.iconic-was-swatch:hover {
  border-color: #27ae60;
  color: #27ae60 !important;
}
.single-product .summary .iconic-was-swatches--text-swatch a.iconic-was-swatch--selected, .single-product .summary .iconic-was-swatches--text-swatch a.iconic-was-swatch--selected:hover {
  background: #27ae60;
  border-color: #27ae60;
  text-decoration: none;
}
.single-product .summary .iconic-was-swatches--text-swatch a.iconic-was-swatch--selected:hover {
  color: #FFF !important;
}
.single-product .summary .iconic-was-swatches {
  margin: 0;
}
.single-product .summary .variations_form a.reset_variations {
  margin: 0;
}
.single-product div.product table.variations td, .single-product div.product table.variations th, .wc-product-form table tr.product td {
  border: 0;
}
.wc-product-form table tr.product td label a {
  color: var(--text);
  text-decoration: none;
}
.single-product div.product .single_variation_wrap {
  width: 100%;
}
.single-product div.product .variations_button {
  display: flex;
  justify-content: space-between;
  gap: 0 1em;
  align-items: stretch;
  width: 100%;
  padding: 1em 0;
}
.single-product div.product .variations_button::before, .single-product div.product .variations_button::after {
  display: none;
}
.single-product .quantity .variations_button .qty {
  height: 100%;
}
h1.product_title.entry-title {
  margin-bottom: 1em;
  font-weight: 700;
  text-transform: none;
}
/* Woocommerce Product Pages */
#product-right .imega-widgets-holder {
  display: flex;
  flex-flow: column wrap;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 1em;
}
#product-right .imega-widgets-holder > div {
  width: 100% !important;
  margin: 0 !important;
}
div#view-similar.under-image-links {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 0.5em;
}
#comp-wish-size.under-image-links {
  text-align: center;
}
h1.product_title.entry-title {
  margin-bottom: 0.3em;
  font-weight: 600;
  text-transform: none;
  margin-top: 0;
  font-size: 1.88em;
}
.single-product div.product .summary > p.price:first-of-type {
  margin: 16px 0 22px;
  padding: 0 0 22px;
  border-bottom: 2px solid #ECECEC;
  font-size: 16px;
}
.single-product div.product td.price {
  font-size: 20px;
  line-height: 1.3;
  color: #27ae60;
  vertical-align: middle;
}
.single-product div.product td.price del {
  color: #333;
}
.single-product div.product td.price ins {
  font-size: 20px;
}
.single-product div.product .summary {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.single-product .wcwl_elements.bound {
  width: 100%;
  display: flex;
  flex-flow: column;
  margin: 16px 0;
  float: left;
}
.single-product .wcwl_elements.bound .wcwl_intro, .single-product .wcwl_elements.bound .wcwl_optin {
  display: none;
}
.single-product div.product form.cart .wcwl_elements.bound button:not(.wcwl_notice_dismiss) {
  width: 100%;
  max-width: initial;
  margin: 0;
  float: left;
  font-style: normal;
  max-width: initial;
  padding: 16px;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0;
  font-style: normal;
  background-color: #226ac7;
  border-color: #226ac7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 13px;
  border-radius: 3px;
}
.single-product div.product form.cart .wcwl_elements.bound button:not(.wcwl_notice_dismiss):hover {
  background: #1C56A3;
  border-color: #1C56A3;
}
.single-product div.product form.cart .wcwl_elements.bound input[type="email"] {
  width: 100%;
  margin: 0 0 8px;
}
.single-product div.product form.cart .wcwl_elements .wcwl_optin input[type="checkbox"] {
  margin-right: 5px;
}
.single-product div.product .summary h4 {
  margin: 16px 0 0;
  padding: 0;
  font-weight: 500;
  text-transform: none;
}
.single-product div.product .summary h4#size-heading {
  margin: 28px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #ececec;
}
.single-product div.product .woocommerce-tabs {
  width: 100%;
  margin-top: 2em;
  display: block;
  float: left;
}
.woocommerce-tabs {
  padding-top: 0;
}
div.single-product-page-top {
  padding-top: 20px;
}
div.single-product-page-top img {
  margin: 0 auto;
}
.single-product div.product #my-custom-oz-button, .single-product div.product .button#buying-guides {
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  border: none;
  color: #242323 !important;
  font-style: normal;
  padding: 5px 0;
  margin: 0;
  text-transform: capitalize;
  transition: all 0.3s;
}
.single-product div.product #my-custom-oz-button:hover, .single-product div.product .button#buying-guides:hover {
  color: #777 !important;
}
.single-product div.product #my-custom-oz-button::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 19px;
  vertical-align: middle;
  background: url(/images/icons/measuring-tape.svg) no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
.single-product div.product #my-custom-oz-button[disabled] {
  display: none;
}
.single-product div.product .button#buying-guides {
  float: right;
}
.single-product div.product .button#buying-guides::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: url(/images/icons/buying-guides.svg) no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
.single-product div.product .button:hover, .single-product button#trigger-onlineSizer:hover {
  text-decoration: none;
}
.single-product div.product #buying-guides.hidden {
  display: none;
}
.single-product div.product .button.compare {
  display: none;
}
.single-product button.single_add_to_cart_button {
  max-width: initial;
  padding: 14px 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 0;
  font-style: normal;
  background-color: #226ac7;
  border-color: #226ac7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 13px;
  flex: 1;
}
.single-product button.single_add_to_cart_button:hover {
  background-color: #1C56A3;
  border-color: #1C56A3;
}
img.brand-logo {
  position: absolute;
  max-width: 130px;
  top: 2.5em;
  right: 0;
  z-index: 1;
}
/* Tabs */
.woocommerce-tabs ul.tabs {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
}
.woocommerce-tabs ul.tabs li a {
  border-bottom: 3px solid transparent;
  padding: 1em;
  color: #2c2d33;
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li a:hover {
  text-decoration: underline;
}
.woocommerce-tabs ul.tabs li.active a {
  border-bottom: 3px solid #27ae60;
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li.active:after {
  display: none;
}
.single-product .product-right {
  float: left;
  width: 46%;
}
.single-product .product-right {
  float: left;
  width: 46%;
}
.paypal-tab-left .paypal-graphic h3 {
  font-size: 1.3em;
  color: #009cde;
  text-align: center;
}
.paypal-tab-left .paypal-graphic img {
  margin: auto;
}
.paypal-tab-right #finance-option-container .finance-option {
  width: 100%;
}
.paypal-tab-right #finance-option-container .finance-option select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce-tabs ul.tabs {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-tabs .panel {
    width: 100%;
    float: none;
  }
  div#check-stock-and-add-to-basket {
    width: 100%;
  }
  ul.option-selectors li.option-disabled, #check-stock-and-add-to-basket button.disabled, div#check-stock-and-add-to-basket button {
    width: 100%;
  }
}
.single-product div.product .product_meta {
  display: none;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #product-right {
    width: 100%;
  }
  .single-product .product-right {
    width: 100%;
  }
  div#view-similar.under-image-links {
    width: 100%;
  }
  div#comp-wish-size.under-image-links {
    float: none;
    text-align: center;
    width: 100%;
  }
  .single-product div.product form.cart div#check-stock-and-add-to-basket.floatright {
    width: 100%;
  }
  .single-product div.product form.cart div#check-stock-and-add-to-basket.floatright button.single_add_to_cart_button {
    float: none;
    padding: 13px 30px;
    width: 100%;
    text-align: center;
  }
  .single-product div.product form.cart .button {
    margin-top: 1em;
  }
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0;
  }
  div#view-similar.under-image-links {
    position: relative;
    padding: 0.6em 0 0.3em;
  }
  #wl-wrapper.wl-button-wrap {
    margin-left: 0em;
  }
  .woocommerce-tabs ul.tabs li {
    display: block;
  }
}
/* V12 Finance tab */
@media screen and (min-width: 767px) {
  .v12-logo {
    float: right;
    width: 25%;
  }
  .v12-logo img {
    margin: 0;
    float: right;
  }
  .paypal-finance-tab h2, .v12-finance-tab > h2 {
    display: inline-block;
  }
  .v12-tab-left {
    float: left;
    width: 30%;
    padding: 2% 2% 1%;
    border: 20px solid #e9e8e8;
  }
  .paypal-tab-left .paypal-graphic {
    float: left;
    width: 100%;
    padding: 2% 2% 1%;
    border: 20px solid #e9e8e8;
    margin-bottom: 1em;
  }
  .paypal-tab-left {
    float: left;
    width: 32%;
    padding: 0% 2% 2% 0%;
  }
  .v12-tab-right {
    float: right;
    width: 68%;
  }
  .paypal-tab-right {
    float: right;
    width: 68%;
  }
}
.v12-finance-tab > p:nth-of-type(2) {
  padding-bottom: 2em;
  border-bottom: 3px solid #27ae60;
  margin-bottom: 2em;
}
.v12-tab-left h3 {
  font-size: 1.3em;
  color: #34ae63;
  text-align: center;
}
.v12-tab-left img {
  margin: auto;
}
.v12-tab-right .finance-option h6 {
  font-size: 1.2em;
}
.v12-tab-right .finance-option.last {
  padding-left: 3%;
}
.v12-tab-right input#v12-deposit-amount {
  width: 45%;
  padding: 0.5em;
  border: 1px solid #dcdcdc !important;
}
.v12-tab-right button#v12-refresh {
  position: relative;
  padding: 0.51em 1.2em;
  bottom: 1px;
}
/*stock icons */
.wc-product-form {
  margin: 0;
  padding: 0 0 22px;
}
.wc-product-form table {
  margin: 0;
}
.wc-product-form table tr.product:hover {
  background: #efefef;
}
.wc-product-form table tr.product td {
  padding: 0.5em 1em;
  vertical-align: middle;
}
.wc-product-form table tr.product td:first-of-type {
  padding-left: 0.5em;
}
.wc-product-form table tr.product td:last-of-type {
  padding-right: 0.5em;
}
.wc-product-form table tr.product td.label {
  font-size: 0.9em;
}
td.stock div.availability {
  background-position: 0% 5%;
  background-size: 45px auto;
  background-image: url(/wp-content/themes/wheelbase/images/stock/stock.svg);
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 0.9em;
  color: #666;
  padding: 0;
}
td.stock div.availability span.status {
  font-weight: 700;
  padding: 0px 10px 0px 55px !important;
  height: 100%;
  display: block;
  min-height: 50px;
  width: 100%;
  cursor: default;
}
td.stock div.availability span.status-inner {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  color: #fff !important;
  background: #27ae60;
  white-space: nowrap;
  padding: 0.75em 1em;
}
td.stock div.availability.stock-wh span.status span.status-inner {
  background: #27ae60;
}
td.stock div.availability span.preorder span.status-inner {
  background: #e89923;
}
td.stock div.availability span.outofstock span.status-inner {
  background: #BC3737;
}
td.stock .woocommerce_waitlist_label {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  float: left;
  padding-right: 0;
  line-height: 1.2;
}
td.stock .woocommerce_waitlist_label input {
  order: -1;
  margin: 2px 5px 0 0;
}
td.stock {
  min-width: 165px;
}
.availability.stock-out span {
  color: #666 !important;
}
.tooltip {
  text-transform: none !important;
}
td.stock div.availability span img {
  width: 12px;
  margin: -4px 0px 0 5px;
  display: inline-block;
}
td.stock div.availability.stock-ld {
  background-image: url("/wp-content/themes/wheelbase/images/stock/stock.svg") !important;
}
td.stock div.availability.stock-ne {
  background-image: url("/wp-content/themes/wheelbase/images/stock/stock.svg") !important;
}
td.stock div.availability.stock-yk {
  background-image: url("/wp-content/themes/wheelbase/images/stock/stock.svg") !important;
}
td.stock div.availability.stock-wb {
  background-image: url("/wp-content/themes/wheelbase/images/stock/stock.svg") !important;
}
td.stock div.availability.stock-wh {
  background-image: url("/wp-content/themes/wheelbase/images/stock/stock-wh.svg") !important;
  color: #666 !important;
}
td.stock div.availability.stock-ato {
  background-image: url("/wp-content/themes/wheelbase/images/stock/stock-wh.svg") !important;
  color: #666 !important;
}
td.stock div.availability.stock-out {
  background-image: url("/wp-content/themes/wheelbase/images/stock/stock-out.svg") !important;
}
td.stock div.availability.stock-out span {
  cursor: pointer !important;
}
.single-product div.product .price {
  font-size: 16px;
  padding: 0;
  margin: 16px 0 0;
}
.single-product div.product .price:first-of-type {
  margin: 0;
}
.single-product .quantity .qty {
  width: 3em;
  text-align: center;
}
/* Related */
.related ul.products li span.onsale {
  /* There is a similarbutdifferent sale triangle on the product page */
  position: absolute;
  border: none;
  color: #fff;
  font-size: 15px;
  z-index: 1;
  transform: rotate(315deg);
  padding-left: 15px;
  left: -16px;
  padding-top: 7px;
  top: -7px;
}
.related ul.products li span.onsale::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 70px solid #F44336;
  border-bottom: 70px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(45deg);
}
.related ul.products li.product {
  width: 21.25%;
  margin-right: 5%;
  float: left;
}
.related ul.products li.product:last-of-type {
  margin-right: 0;
}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2 {
  min-height: 35px;
}
.related ul.products li.product .button {
  /* margin-bottom: .236em; */
  margin: 1em 0 1.4em;
}
/* V12 Payment */
p#wb-v12-monthly-payment {
  padding-top: 15px;
  font-weight: bold;
  color: #0E8638;
  font-size: 24px;
}
/* Tooltip */
.ui-tooltip, .arrow:after {
  background: #333;
}
.ui-tooltip {
  text-align: center;
  padding: 10px 20px;
  color: white;
  border-radius: 3px;
  font: bold 12px "Helvetica Neue", Sans-Serif;
  max-width: 250px;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px #356aa0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
@media only screen and (max-width: 766px) {
  .related ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 400px) {
  .summary a#paypal-finance-available span {
    font-size: 14px;
    margin-left: 0;
  }
  a#finance-available span {
    font-size: 14px;
    margin-left: 0;
  }
}
/* Basket green message */
.woocommerce-message .button.wc-forward {
  font-size: 24px;
}
/* TEMP TO REMOTE QTY BOX */
.wb-tmp-not-available {
  display: none !important;
}
/* YITH Recently Viewed Products / Similar Products */
.yith-similar-products > h2 {
  text-transform: capitalize;
}
.yith-similar-products ul.products {
  display: flex;
  gap: 1em;
  flex-flow: row wrap;
}
.yith-similar-products ul.products::before, .yith-similar-products ul.products::after {
  display: none;
}
.yith-similar-products ul.products li.product {
  width: auto;
  flex: 1;
  padding: 0;
  margin: 0;
  border: none;
}
.yith-similar-products ul.products li.product a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.yith-similar-products ul.products li.product a > div {
  flex: 0 100px;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #f2f2f2;
}
.yith-similar-products ul.products li.product a > div img {
  margin: 0;
}
.yith-similar-products ul.products li.product a > h2 {
  margin: 0;
  min-height: auto;
  line-height: 1.3;
  width: calc(100% - 115px);
  text-align: left;
}
.yith-similar-products ul.products li.product a > .v12-finance-from, .yith-similar-products ul.products li.product a > .onsale, .yith-similar-products ul.products li.product a > .price {
  display: none;
}
.yith-similar-products li.product > a > div {
  display: flex;
  align-items: center;
}
.yith-similar-products li.product > a > div > img {
  max-height: 200px;
  width: auto;
}
.price del {
  opacity: 0.5;
  font-weight: 400;
  font-size: 18px;
}
.price del + ins {
  margin-left: 0;
}
@media (max-width: 1200px) {
  .yith-similar-products ul.products li.product {
    flex: 0 calc(50% - 0.6em);
  }
}
@media (max-width: 1000px) {
  .yith-similar-products ul.products li.product a > div {
    flex: 0 70px;
  }
  .yith-similar-products ul.products li.product a > h2 {
    width: calc(100% - 85px);
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .yith-similar-products ul.products {
    margin-bottom: 3em;
  }
}
@media (max-width: 700px) {
  .yith-similar-products ul.products {
    gap: 0.5em;
  }
  .yith-similar-products ul.products li.product {
    flex: 0 100%;
  }
}
.prod-comp-builder .base-bg:last-child, .prod-comp-builder .secondary-bg:last-child {
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .prod-comp-builder {
    margin-top: 2em;
  }
}
.woocommerce-message {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 3px;
  border: 2px solid #ececec;
  gap: 1em;
  color: #242323;
  font-weight: 600;
}
.woocommerce-message::before {
  font-size: 21px;
  line-height: 1;
  opacity: 1;
  color: #27ae60;
}
.woocommerce-message .button.wc-forward {
  padding: 16px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-style: normal;
  background-color: #226ac7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 13px;
  border-radius: 5px;
}
.woocommerce-message .button.wc-forward:hover {
  background: #1C56A3;
  border-color: #1C56A3;
}
.woocommerce-message .button::after {
  margin: 0;
}
@media (max-width: 767px) {
  .woocommerce-message {
    gap: 5px;
  }
  .woocommerce-message a.button.wc-forward {
    padding: 12px;
    font-size: 14px;
  }
}
#main .basket-cta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  gap: 1em 2em;
  background-color: #27ae60;
}
#main .basket-cta::before, #main .basket-cta::after {
  display: none;
}
#main .basket-cta .button {
  border-left: none;
  padding: 0;
}
.cart-collect-only {
  border-left: 0.618047em solid rgba(0, 0, 0, 0.15);
  color: #fff;
  margin-bottom: 2.61792em;
  margin-left: 0;
  padding: 1em 1.618em;
  position: relative;
}
.cart-collect-only {
  cursor: pointer;
  text-decoration: underline dotted white;
  -webkit-text-decoration: underline dotted white;
}
.cart-collect-only::after {
  content: "Some products can only be collected in-store due to manufacturer sales policies";
  color: #fff;
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  display: block;
  bottom: 70%;
  color: #fff;
  padding: 5px 20px;
  white-space: nowrap;
  opacity: 0;
  transition: 0.25s ease-in-out opacity, 0.25s ease-in-out bottom;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.cart-collect-only:hover::after, .cart-collect-only:focus::after {
  bottom: 90%;
  opacity: 1;
}
#shipping_method li {
  line-height: 2em;
}
#shipping_method label {
  font-weight: normal;
}
#shipping_method .shipping-title {
  font-weight: bold;
}
table.cart td, table.cart th {
  border-bottom: 1px solid #dcdcdc !important;
}
table.cart th {
  background: #eee;
}
table.cart td.actions {
  border: none;
  padding: 30px;
}
table.cart td.product-thumbnail {
  padding-bottom: 15px;
}
table.cart td.product-thumbnail img {
  border: 1px solid #dcdcdc;
  padding: 10px;
  width: 180px;
  max-width: none !important;
}
table.cart tr.cart_item td.product-remove {
  border-top: none;
}
#shipping_method {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#shipping_method li {
  display: flex;
  align-items: flex-start;
}
#shipping_method li input[type="radio"] {
  margin-top: 5px;
}
#shipping_method li label {
  cursor: pointer;
  display: inline-block;
  width: calc(100% - 25px);
  margin-left: 8px;
  line-height: 1.3;
}
p.woocommerce-shipping-destination {
  margin: 1.5em 0 0;
}
.cart_totals table {
  margin: 0 0 2em;
}
.cart_totals table tr.order-total {
  background-color: #EEE;
}
a.checkout-button.button.alt.wc-forward {
  padding: 20px;
  font-size: 21px;
  letter-spacing: 0.05em;
  margin: 0 0 0 auto;
  font-style: normal;
  background-color: #226ac7;
  border-color: #226ac7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 13px;
  border-radius: 3px;
}
a.checkout-button.button.alt.wc-forward:after {
  margin: 0;
}
a.checkout-button.button.alt.wc-forward:hover {
  background: #1C56A3;
  border-color: #1C56A3;
}
#ppcp-messages {
  display: none !important;
}
.cart_totals .imega-widgets-holder {
  display: flex;
  flex-flow: column wrap;
  float: left;
  width: 100%;
  clear: both;
}
.cart_totals .imega-widgets-holder > div {
  width: 100% !important;
  margin: 0 !important;
}
@media only screen and (min-width: 766px) {
  table.cart td.product-thumbnail {
    width: 130px;
    position: relative;
    padding: 20px 0 100px 20px;
  }
  table.cart td.product-thumbnail img {
    position: absolute;
    cursor: pointer;
    width: 90px;
    background: #fff;
  }
  table.cart td.product-thumbnail img:hover, table.cart td.product-thumbnail img:focus {
    width: 180px;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    border: 3px solid gray;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    transition: width ease 0.2s, height ease 0.2s;
  }
}
div.category-page-top-full-width {
  /* Banner from the Banner Manager */
  padding-bottom: 20px;
}
div.category-page-top-full-width img {
  margin: 0 auto;
}
body.tax-pa_brand img.brand-logo {
  /* On brand pages, there's a logo */
  float: right;
  padding: 0 0 50px 12px;
  display: block;
  width: 200px;
  opacity: 0.3;
}
body.tax-product_cat .woocommerce-products-header {
  position: relative;
}
img.brands-logo {
  position: absolute;
  right: 0;
  top: 0px;
  max-height: 66px;
}
@media only screen and (max-width: 766px) {
  body.tax-pa_brand img.brand-logo {
    width: 150px;
  }
  img.brands-logo {
    display: none;
  }
  header.woocommerce-products-header > div.row.gutters > div.col.span_12:last-of-type p {
    display: none;
  }
  header.woocommerce-products-header > div.row.gutters > div.col.span_12 img {
    display: none;
  }
}
body.tax-pa_brand.left-sidebar div#primary.content-area {
  /* Fixes layout when brand logo present */
  clear: right;
}
div.term-description {
  padding-bottom: 50px;
}
div.storefront-sorting select.orderby {
  border: 1px solid silver;
  font-size: 14px;
  color: #838383;
  width: 100%;
  padding: 5px;
  height: auto;
}
div.storefront-sorting select.orderby option, div.storefront-sorting select.orderby:focus {
  color: #000;
  border-color: #000;
}
p.woocommerce-result-count {
  top: 5px;
  left: 10px;
}
ul.products li.product .woocommerce-LoopProduct-link {
  text-decoration: none;
  color: var(--text);
}
ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  margin: 0.7em 0 0.5em;
  font-size: 1.4em;
}
ul.products li a.button.compare {
  display: none;
  color: #27ae60;
  margin: 5px auto;
  padding: 0;
  background: none;
  width: 100px;
  text-decoration: underline;
  font-weight: normal;
  font-size: 12px;
}
ul.products li a.button.compare:hover {
  text-decoration: none;
}
ul.products li span.onsale {
  /* There is a similarbutdifferent sale triangle on the product page */
  position: absolute;
  border: none;
  color: #fff;
  font-size: 15px;
  z-index: 1;
  transform: rotate(315deg);
  padding-left: 19px;
  left: -13px;
  top: 10px;
  line-height: 1em;
  max-width: 70px;
}
ul.products li span.onsale::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 80px solid #F44336;
  border-bottom: 80px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(45deg);
}
.archive h1.woocommerce-products-header__title {
  display: none;
}
.archive h1.page-title {
  font-weight: 700;
  font-style: italic;
  text-transform: none;
}
.widget_price_filter .price_slider_amount input {
  padding: 5px;
}
.widget_price_filter .price_slider_amount input, .min-max-labels label {
  width: calc(50% - .5em);
  display: block;
  float: left;
  margin: 0 1em 1em 0;
  text-align: left;
}
.widget_price_filter .price_slider_amount input#max_price, .min-max-labels label.max-label {
  margin-right: 0;
}
.widget_price_filter .price_slider_amount .button {
  width: 100%;
  float: none;
}
.price_label {
  display: block;
}
/* Product Grid Adjustment - 2x column */
@media only screen and (min-width: 560px) and (max-width: 980px) {
  .site-main ul.products li.product {
    width: 47%;
    float: left;
    margin-right: 6% !important;
    clear: none !important;
  }
  .site-main ul.products li:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
.site-main ul.products {
  display: flex;
  flex-flow: row wrap;
  gap: 3em 2%;
  justify-content: flex-start;
  margin: 0 0 2em;
}
.site-main ul.products::before, .site-main ul.products::after {
  display: none;
}
.site-main ul.products li.product {
  font-size: 1em;
  margin: 0;
  width: 32%;
  float: none;
}
@media (max-width: 980px) {
  .site-main ul.products li.product {
    width: 47%;
    margin: 0 !important;
    float: none;
  }
}
@media (max-width: 560px) {
  .site-main ul.products li.product {
    width: 100%;
    margin: 0 !important;
    float: none;
  }
}
.site-main ul.products li.product a {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.site-main ul.products li.product .button, .site-main ul.products li.product .compare {
  display: none;
}
.site-main ul.products li.product a .v12-finance-from {
  margin-top: auto;
}
ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: auto;
}
ul.products li.product .price {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  line-height: 1.3;
  justify-content: center;
  margin: 0.15em 0 0.8em 0;
  padding: 0 10px;
  gap: 0.25em;
  font-size: 20px;
}
ul.products li.product .price :not(del) span.woocommerce-Price-amount {
  line-height: 1;
  font-size: 1.1em;
}
ul.products li.product .price .price-from {
  color: #333;
  font-weight: 500;
  font-size: 0.55em;
}
ul.products li.product .price .price-from span.woocommerce-Price-amount {
  color: #f44336;
  font-weight: 700;
  font-size: 1.8em;
}
ul.products li.product .price bdi {
  margin: 0;
}
ul.products li.product .price del {
  opacity: 0.5;
  font-weight: 400;
  font-size: 0.8em;
  margin: 0;
  line-height: 1;
  color: #333;
}
ul.products li.product .price del bdi {
  margin: 0;
}
ul.products li.product .price ins {
  color: #f44336;
  font-weight: 700;
  order: -1;
  margin: 0;
}
.widget_price_filter .price_slider_amount {
  line-height: 1.5em;
}
.widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #27ae60;
}
#secondary .widget {
  margin: 0;
}
#secondary .widget-title {
  border-bottom: 1px solid #E2E2E2;
  padding: 0 0 1em 0px;
  font-size: 18px;
  color: #000000;
  margin-bottom: 1em;
  display: block;
  font-weight: 600;
}
/* For collapsible-filters.js */
#secondary .widget-title.expanded, #secondary .widget-title.collapsed {
  cursor: pointer;
}
#secondary .widget-title i {
  font-family: "FontAwesome";
  font-style: normal;
  float: right;
  margin-right: 5px;
  color: #27ae60;
}
#secondary .widget-title.expanded i:before {
  content: "";
}
#secondary .widget-title.collapsed i:before {
  content: "";
}
/* END for collapsible-filters.js */
.widget_layered_nav li::before, .widget_layered_nav .chosen::before, body #secondary .orderby li::before, body #secondary .orderby .chosen::before {
  content: normal;
}
#secondary .widget_layered_nav li a, body #secondary .orderby li a {
  text-decoration: none;
  display: inline-block;
  width: calc(100% - 30px);
}
#secondary .widget_layered_nav li a:hover, body #secondary .orderby li a:hover {
  color: #27AE60;
}
#secondary .widget_layered_nav li a::before, body #secondary .orderby li a::before {
  font-family: "FontAwesome";
  /*content: "\f096";*/
  content: "";
  margin-right: 0.53em;
  color: #27ae60;
  margin-left: 2px;
  position: relative;
  top: 0.15em;
  font-size: 1.6em;
}
.widget_layered_nav_filters ul li.chosen a:before, body #secondary .orderby li a.active::before {
  margin-right: 0.53em;
  margin-left: 2px;
  position: relative;
  top: 0.15em;
  font-size: 1.6em;
}
#secondary .widget_layered_nav li a.filter-selected, body #secondary .orderby li a.filter-selected {
  font-weight: bold;
}
#secondary .widget_layered_nav li a.filter-selected::before, #secondary .widget_layered_nav .chosen a::before, body #secondary .orderby li a.filter-selected::before, body #secondary .orderby a.active::before {
  /*content: "\f14a";*/
  content: "";
}
/*#secondary .widget_layered_nav .widget {
    margin-bottom: 3em;
    font-size: 1em;
}*/
#secondary .widget_layered_nav ul {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0px 1em 0.5em 0px;
  margin-bottom: 30px;
}
#secondary .widget_layered_nav span.count {
  float: right;
  margin-top: 10px;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  /* Hide the collapsible filters with CSS, so the page doesn't jump around when targetting #main with filtering (see collapsible-filters.js). */
  /* Product Category Filters */
  .dropdown_layered_nav_ul, .widget_price_filter form {
    display: none;
  }
  .archive #secondary {
    float: none;
    width: 100%;
  }
  #sidebar-content-expand {
    display: block;
    margin-bottom: 0.5em;
    background-color: #27ae60;
    padding: 0.5em 1.5em;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
  }
  #sidebar-content-expand::after {
    content: "Show";
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
    right: 12px;
    top: 10px;
    font-size: 13px;
    display: inline-block;
    background-color: #000;
    border-radius: 5px;
    padding: 10px 12px 8px;
    line-height: 1;
  }
  #sidebar-content-expand.active::after {
    content: "Hide";
  }
  #sidebar-content-wrap {
    display: none;
  }
}
/* Nosto products */
@media only screen and (max-width: 766px) {
  .nosto_element#nosto-category-page-top ul.nosto-product-list li:nth-of-type(3), .nosto_element#nosto-category-page-top ul.nosto-product-list li:nth-of-type(4), .nosto_element#nosto-category-page-top ul.nosto-product-list li:nth-of-type(5), .nosto_element#nosto-category-page-top ul.nosto-product-list li:nth-of-type(6) {
    display: none;
  }
  .sharethis-inline-share-buttons {
    display: none;
  }
}
/* share this icons */
.mobile-share-this {
  display: none;
}
@media only screen and (max-width: 767px) {
  .desktop-share-this {
    display: none;
  }
  .mobile-share-this {
    display: block;
    margin: 1em 0;
  }
}
/* WooCommerce compare list */
.wccm-catalog-items::before {
  content: "YOUR COMPARE SHORTLIST:";
  display: block;
  color: #27ae60;
  margin: 14px 0 10px 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
}
.wccm-catalog-items {
  clear: both;
  margin: 2em 0;
  padding: 0 1em 5em 1em;
  vertical-align: middle;
  border-top: 2px solid #27ae60;
  border-bottom: 2px solid #27ae60;
  position: relative;
}
.wccm-catalog-item {
  float: left;
  margin: 1em 1em 0 0;
  position: relative;
}
.wccm-catalog-item img {
  width: 93px;
  height: 93px;
  border: 1px solid silver;
}
.wccm-catalog-item a.dashicons {
  position: absolute;
  top: 0px;
  right: 2px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #F44336;
  display: block;
}
.wccm-catalog-item a.dashicons-no::before {
  content: "";
  font-family: FontAwesome;
}
.wccm-catalog-item:nth-last-child(3) {
  /* Compare button */
  position: absolute;
  left: 1em;
  bottom: 1em;
}
.wccm-catalog-item:nth-last-child(2) {
  /* Cancel button */
  position: absolute;
  right: 0;
  bottom: 1em;
}
/* Hide show options & collect in store on catogory */
ul.products li.product .collect-only, ul.products li.product .button {
  display: none;
}
/* Algolia Search */
.alg-hit .alg-hit__ribbon {
  background-color: #F44336;
}
.widget ul.yith-wcan-list-price-filter > li {
  margin-bottom: 0.5em;
}
.widget ul.yith-wcan-list-price-filter > li:last-child {
  margin-bottom: 0;
}
.widget ul.yith-wcan-list-price-filter > li > a.yith-wcan-price-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  background-color: #27ae60;
  display: block;
  color: white;
  text-decoration: none;
  padding: 0.3em;
}
.widget ul.yith-wcan-list-price-filter > li > a.yith-wcan-price-link:hover, .widget ul.yith-wcan-list-price-filter > li > a.yith-wcan-price-link:active {
  background-color: #209b53;
}
.widget ul.yith-wcan-list-price-filter > li > a.yith-wcan-price-link.active {
  background-color: #209b53;
}
.widget ul.yith-wcan-list-price-filter > li > a.yith-wcan-price-link.active::before {
  display: none;
}
.widget ul.yith-wcan-stock-on-sale > li > a.yith-wcan-instock-button, .widget ul.yith-wcan-stock-on-sale > li > a.yith-wcan-onsale-button {
  text-decoration: none;
  text-transform: uppercase;
}
.widget ul.yith-wcan-stock-on-sale > li > a:hover > span, .widget ul.yith-wcan-stock-on-sale > li > a:active > span {
  text-decoration: underline;
}
.widget ul.yith-wcan-stock-on-sale > li > a.yith-wcan-instock-button::before, .widget ul.yith-wcan-stock-on-sale > li > a.yith-wcan-onsale-button::before {
  display: none;
}
.widget ul.yith-wcan-stock-on-sale > li > a.yith-wcan-instock-button::after, .widget ul.yith-wcan-stock-on-sale > li > a.yith-wcan-onsale-button::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 2em;
  vertical-align: middle;
  margin-left: 0.618em;
  color: #ccc;
}
.widget ul.yith-wcan-stock-on-sale > li > a.yith-wcan-instock-button.active::after, .widget ul.yith-wcan-stock-on-sale > li > a.yith-wcan-onsale-button.active::after {
  content: "";
  color: #27ae60;
}
/** Pagination */
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
  text-decoration: none;
}
.woocommerce-checkout.checkout div.woocommerce-info {
  background-color: #27ae60;
  padding: 0.5em 1.2em 0.5em 0.8em;
  margin-bottom: 15px;
}
.woocommerce-checkout.checkout div.woocommerce-info::before {
  font-size: 30px;
}
body.page div.page.type-page div.entry-content a {
  color: #ffffff;
  margin-left: 1em;
}
/*
 *
 *	Left hand side
 *
*/
#customer_details .woocommerce-billing-fields .mailchimp-newsletter {
  display: flex;
  gap: 10px;
}
.form-row.create-account label[for^="mailchimp"] {
  /* Tweaks alignment of checkbox from Mailchimp plugin */
  margin-left: 8px;
}
a.select2-choice {
  padding: 10px !important;
  text-decoration: none !important;
}
label#crafty_find_label_billing {
  /* Give the form some breathing room */
  margin-top: 70px;
}
.woocommerce-additional-fields {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#idd-popup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 1em 2em;
}
#idd-popup-wrapper .smokescreen {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  background: rgba(55, 55, 55, 0.8);
}
#idd-popup-wrapper #idd-popup {
  position: relative;
  max-width: 800px;
  height: 500px;
  background-color: #FFF;
  z-index: 1001;
}
#idd-popup-wrapper #idd-popup #idd {
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 1.5em 2em;
}
#idd-popup-wrapper #idd-popup #idd h5 {
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.3;
  color: #27ae60;
  text-align: center;
}
#idd-popup-wrapper #idd-popup #idd h6 {
  text-transform: none;
  font-size: 1em;
  line-height: 1.1;
  margin: 1em 0;
}
#idd-popup-wrapper #idd-popup #accept {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  width: 100%;
  height: 50px;
  border-radius: 0;
}
#idd-popup-wrapper #idd-popup #accept img {
  height: 20px;
}
#idd-popup-wrapper .close-popup {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 30px;
  height: 30px;
  z-index: 1001;
  cursor: pointer;
  background-image: url(/images/icons/close.svg);
  background-size: contain;
}
#payment .payment_methods > .wc_payment_method > label a {
  display: none;
}
/*
 *
 *	Right hand side
 *
 */
@media only screen and (min-width: 768px) {
  .col2-set {
    width: 47.5%;
    margin-right: 5%;
  }
  div#order_review {
    width: 47.5%;
  }
}
div#order_review {
  border: 4px solid #000;
}
div#order_review p.wc-terms-and-conditions input[type="checkbox"] {
  float: left;
  margin: 5px 10px 0 5px;
}
div#order_review table {
  border-bottom: 2px solid #202020;
}
div#order_review table td, div#order_review table th {
  border-bottom: 1px solid #ccc !important;
}
div#order_review table th {
  background: #eee;
}
div#order_review table tfoot th {
  text-align: right;
}
div#payment {
  padding-top: 40px;
}
div#payment ul.payment_methods {
  border-top: 2px solid #202020;
  border-bottom: 2px solid #202020;
}
div#payment ul.payment_methods li {
  border-bottom: 1px solid #202020;
  background: #fff;
  margin-bottom: 0;
}
div#payment ul.payment_methods li label {
  background: #eee;
}
div#payment ul.payment_methods li > label::before {
  background: #fff;
  color: #27ae60;
  border-radius: 50%;
}
div#payment ul.payment_methods li div.payment_box {
  border-top: 1px solid #ccc;
}
p.wc-terms-and-conditions {
  padding: 30px 0;
}
select#v12-finance-option {
  padding: 0.5em 1.5em 0.5em 0.5em;
  /* width: 100%; */
}
a.woocommerce-terms-and-conditions-link {
  color: #27ae60 !important;
}
a.about_paypal {
  display: none;
}
table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping {
  display: none;
}
#wc-od.remove {
  display: none;
}
/** My Account Page **/
body.left-sidebar:not(.page-template-template-fullwidth-php) main.my-account {
  padding: 4em 0;
}
body.left-sidebar:not(.page-template-template-fullwidth-php) main.my-account header h1 {
  margin: 0 0 0.6em;
}
body.left-sidebar:not(.page-template-template-fullwidth-php) main.my-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: left;
  margin: 0;
}
@media (min-width: 768px) {
  body.left-sidebar:not(.page-template-template-fullwidth-php) main.my-account .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    margin-right: 5.8823529412%;
  }
}
body.left-sidebar:not(.page-template-template-fullwidth-php) main.my-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
body.left-sidebar:not(.page-template-template-fullwidth-php) main.my-account .woocommerce-MyAccount-content {
  width: 100%;
  float: right;
  margin: 0;
}
@media (min-width: 768px) {
  body.left-sidebar:not(.page-template-template-fullwidth-php) main.my-account .woocommerce-MyAccount-content {
    width: 76.4705882353%;
  }
}
.password-input {
  position: relative;
}
.password-input button {
  color: #000;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  margin: 0;
  background: transparent url("/images/icons/hide-password.svg") no-repeat center center;
  border: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.password-input button.display-password {
  background-image: url("/images/icons/display-password.svg");
}
