/** Shopify CDN: Minification failed

Line 1515:0 Expected "}" to go with "{"

**/
/* ===========================================================================
// PRODUCT
// ======================================================================== */


/* Layout
--------------------------------------------------------------------------- */

#MainContent[data-pagetype="product"]{
  padding-bottom: 5rem;
}

.product{
  position: relative;
}

@media screen and (max-width: 989px){
  .product{
    flex-wrap: wrap;
  }
  .product .product__info-wrapper{
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
}


/* Brand
--------------------------------------------------------------------------- */

.product .product__brand{
  width: 100%;
}
@media screen and (min-width: 1500px){
  .product .product__brand{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    max-width: 100px;
  }
}

.product .product__brand a{
  display: block;
  color: #000000;
}
@media screen and (max-width: 1499px){
  .product .product__brand a{
    display: flex;
    align-items: center;
  }
}

.product .product__brand img{
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 1500px){
  .product .product__brand img{
    margin: 0 auto;
  }
}
@media screen and (max-width: 1499px){
  .product .product__brand img{
    max-height: 50px;
    max-width: 100px;
    margin-right: 1rem;
  }
}

.product .product__brand p{
  margin:0;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 1500px){
  .product .product__brand p{
    margin: 0.5rem 0 0;
  }
}


/* Gallery
--------------------------------------------------------------------------- */

@media screen and (min-width: 1500px){
  .product .product__media-wrapper{
    padding-left: 140px; /*Changed from 150px so now the brand logo overlays the image */
  }
}

.product__info-wrapper variant-selects {
  padding-right: 0rem !important;
}

#lb-volume-discount {
  padding-right: 0rem !important;
}

.product .product__media-wrapper .product-media-container {
  border: 0;
}

.product .product__media-wrapper .product__media-icon{
  opacity: 1;
  height: 4.9rem;
  width: 4.9rem;
  right: 0.5rem;
  bottom: 0.5rem;
  top: auto;
  left: auto;
}
@media screen and  (max-width: 749px){
  .product .product__media-wrapper .product__media-icon{
    opacity: 0;
  }
}

.product .product__media-wrapper .product__media-icon svg{
  width: 2.5rem;
  height: 2.5rem;
}

media-gallery .slider-counter{
  font-size: 1.3rem;
}

media-gallery .slider-button svg.icon{
  height: 25px;
  width: 25px;
}

media-gallery .slider-button svg.icon path{
  fill: #b2b2b2;
}

media-gallery .slider-button[disabled]{
  opacity: 0.3;
}


/* Product Details
--------------------------------------------------------------------------- */

.product__info-wrapper .product__info-container{
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  display: block;
  padding: 3.5rem;
  max-width: 100%;
}
@media screen and  (max-width: 749px){
  .product__info-wrapper .product__info-container{
    padding: 2rem;
  }
}

/* Title */

.product__info-wrapper .product__title{
  margin: 0;
}

.product__info-wrapper .product__title h1,
.product__info-wrapper .product__title strong{
  font-size: 2.5rem;
  color: #5c8c5a;
}

@media screen and (max-width: 749px){
  .product__info-wrapper .product__title h1,
  .product__info-wrapper .product__title strong{
    font-size: 2rem;
  }
}

.product__info-wrapper .ruk_rating_snippet .ruk-rating-snippet-count{
  margin-left: 0.5rem;
  text-decoration: underline;
  cursor: pointer;
}

.product__info-wrapper .product__sku{
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.product__info-wrapper .product__sku span{
  font-weight: 400;
}

/* Price */

.product__info-wrapper .price__regular .price-item--regular{
  font-size: 2.4rem;
  color: #333;
}

.product__info-wrapper .price__sale .price-item--sale{
  font-size: 2.2rem;
  color: #f63329;
}

.line-through,
.price--sold-out .price-item--regular {
  text-decoration: line-through !important;
  opacity: 0.6;
}

/* Product Tax App */
/*
.product .product__info-wrapper .product__tax{
  display: none;
  margin-top: -2rem;
}
*/
.product__info-wrapper .product__tax + div{
  /*display: none;*/
}

/* Measuring Guide Link */

.product__info-wrapper:has(variant-selects) #measuring-guide-link{
  float: right;
  margin: 0;
  top: 3.5rem;
  position: relative;
}
@media screen and  (max-width: 1200px){
  .product__info-wrapper:has(variant-selects) #measuring-guide-link{
    top: -0.4rem;
  }
}

.product__info-wrapper #measuring-guide-link span{
  color: #5c8c5a;
  font-size: 1.6rem;
  text-decoration: underline;
  cursor: pointer;
}

/* Variants */

@media screen and  (min-width: 1201px){
  .product__info-wrapper variant-selects{
    padding-right: 15rem;
  }
}

.product__info-wrapper variant-selects .form__label{
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
}

.product__info-wrapper variant-selects .product-form__input{
  max-width: 100%;
}

.product__info-wrapper variant-selects .product-form__input .select::after{
  box-shadow: 0 0 0 1px #afafaf;
}

.product__info-wrapper variant-selects .product-form__input .select select{
  font-size: 1.5rem;
  color: #767676;
}

.product__info-wrapper variant-selects .product-form__input .select select option[value*="Default"]{
  display: none;
}

.product__info-wrapper variant-selects .product-form__input .select svg{
  top: 35%;
  width: 15px;
  height: 15px;
}

/* Delivery Counter */

.product__info-wrapper .delivery-counter {
  margin-bottom: 2rem;
}

.product__info-wrapper .delivery-counter .timeline {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5em;
}

.product__info-wrapper .delivery-counter .timeline p {
  margin: 0;
  font-size: 1.5rem;
  color: #fda91a;
}

.product__info-wrapper .delivery-counter .timeline .time {
  font-size: 1.5rem;
  display: flex;
  position: relative;
  padding: 0 0.5rem 0 1rem;
  color: #fda91a;
}

.product__info-wrapper .delivery-counter .timeline .time strong,
.product__info-wrapper .delivery-counter .timeline .time span {
  font-weight: 700;
}

.product__info-wrapper .delivery-counter .timeline .time span{
  margin-right: 0.5rem;
}


/* Key Codes */

.key-codes .form__label{
  font-size: 1.6rem;
  font-weight: 700;
  color: #121212;
  padding-top: 0.5rem;
}

.key-codes .field{
  margin-bottom: 0.75rem;
  margin-right: 15rem;
  width: auto;
}
@media screen and (max-width: 1200px) {
    .key-codes .field{
      margin-right: 0;
      width: 100%;
    }
}

.key-codes .field .field__input{
  
}

/* Volume Discounts */

#lb-volume-discount{
  padding-right: 15rem;
}
@media screen and  (max-width: 1200px){
  #lb-volume-discount{
    padding-right: 0;
  }
}

#lb-volume-discount table thead th{
  border: 0;
}

/* Qty */

.product__info-wrapper .product-form__quantity{
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}

.product__info-wrapper .product-form__quantity .quantity__label{
  margin: 0 1rem 0 0;
  font-size: 1.5rem;
}

.product__info-wrapper .product-form__quantity .quantity__label .quantity__rules-cart{
  font-size: 1.1rem;
  display: block;
}

.product__info-wrapper .quantity{
  /*width: 120px;*/
  width: auto;
  margin-right: 1rem;
  min-height: 38px;
}

.product__info-wrapper .quantity .quantity__label{
  display: none;
}

.product__info-wrapper .quantity .product-form__input.product-form__quantity{
  flex: 0;
  margin: 0;
  padding-right: 15px;
}

.product__info-wrapper .quantity:after{
  box-shadow: 0 0 0 1px #d1d1d1;
  box-shadow: none;
}

.product__info-wrapper .quantity .quantity__button{
  border: 1px solid #d1d1d1;
  background-color: #f1f1f1 !important;
}

.product__info-wrapper .quantity .quantity__button svg {
    width: 1.4rem;
}

.product__info-wrapper .quantity .quantity__input{
  border: 1px solid #d1d1d1;
  margin: 0 0.5rem;
  width: 5rem;
}

.product__info-wrapper .minimum-purchase-text{
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  /*color: red;*/
}

/* Buy Button */

.product__info-wrapper .product-form__wrapper .product-form{
  display: flex;
  max-width: 520px;
  flex-wrap: wrap;
}

.product__info-wrapper .product-form__wrapper .product-form .product-form__error-message-wrapper{
  flex-grow: 1;
  width: 100%;
}

.product__info-wrapper .product-form__wrapper .product-form form{
  flex-grow: 1;
}

.product__info-wrapper .product-form__buttons{
  display: flex;
  gap: 2.5rem;
  align-items: center;
  max-width: 100%;
}

@media screen and  (max-width: 989px){
  .product__info-wrapper .product-form__buttons{
    /*flex-direction: column;
    align-items: flex-end;*/
  }
}

.product__info-wrapper .product-form__buttons .product-form__submit{
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;

  min-height: 52px;
  max-width: 380px;
}

/* Wishlist */

.product__info-wrapper .swym-button-bar{
  margin: 0;
}

.product__info-wrapper .swym-btn-container .swym-button{
  opacity: 1 !important;
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}

.product__info-wrapper .swym-btn-container .swym-tooltip-text{
  display: none !important;
}

.product__info-wrapper .swym-btn-container .swym-button:after{
  font-size: 24px;
}

.product__info-wrapper .swym-btn-container .swym-button.swym-added:after{
  opacity: 1;
}

.product__info-wrapper .swym-btn-container .swym-button:focus {
  outline: 0;
}

/* Share */

.product__info-wrapper share-button{
  margin-left: 2rem;
}

.product__info-wrapper .share-button__button{
  border: 1px solid #dfdfdf;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* No Media */

.product--no-media .product-form__quantity, .product--no-media .product__title, .product--no-media .product__text, .product--no-media .product__tax, .product--no-media .product__sku, .product--no-media shopify-payment-terms, .product--no-media .price, .product--no-media .product-form__input--dropdown{
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.product--no-media .product-form,
.product--no-media .product-form__quantity{
  flex-direction: row !important;
}

.product--no-media .product-form>.form{
  max-width: none !important;
  width: auto !important;
}

/* Cut to Size App NEW */

.product__info-wrapper:has(#calculator) .variant-selects,
.product__info-wrapper:has(#calculator) .quantity__rules-cart,
.product__info-wrapper:has(#calculator) .swym-button-bar,
.product__info-wrapper:has(#calculator) share-button{
  display: none !important;
}

.product__info-wrapper:has(#calculator) 
  .price__regular .price-item--regular:not(.product-card-wrapper .price-item--regular)::after {
  content: "per square meter";
  font-size: 12px;
}

.product__info-wrapper:has(#calculator) .product-form__buttons{
  flex-wrap: wrap;
}

.product__info-wrapper:has(#calculator) .product-form__quantity{
  align-items: center !important;
}

#calculator{
  max-width: 380px !important;
  text-align: left !important;
  font-size: 16px !important;
  padding-top: 5px !important;
}
#calculator .element{
  padding: 12px 20px !important;
}
#calculator .element label{
  padding-bottom: 5px;
}
#calculator .element input{
  width: 100% !important;
  border-radius: 0 !important;
}

#calculator[data-calcid] .element input{
  width: auto !important;
}
#calculator .price-marker{
  padding: 15px 20px !important;
}
.product__info-wrapper #calculator .price-marker > label{
  padding-right: 5px !important;
}
#calculator .price-marker label,
#calculator .price-marker #calculator-final-value{
  display: inline-block !important;
}

#calculator #priceTicker{
  left: -5px !important;
  position: relative !important;
}

/* Cut to Size App OLD */

/*
fix to keep price on related products due to app
.card .price,
.card .price div,
.card .price span{
  display: block !important;
}
*/

.product__info-wrapper:has(.eo-sh-price) .product__tax,
.product__info-wrapper:has(.eo-sh-price) .product-form__quantity{
  display: none;
}

.product__info-wrapper:has(.eo-sh-price) variant-selects{
  padding-right: 0 !important;
}

.eo-sh-measurement-field{
  padding: 0 !important;
}

.eo-sh-price{
  margin: 1.5rem 0 !important;
  font-weight: 400 !important;
  font-size: 2.2rem !important;
}
.eo-sh-price::before{
  content: "Price per sq m";
  font-size: 1.6rem !important;
}

.eo-sh-measurement-field label{
  padding-bottom: 0.4rem;
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  color: #000000;
}

.eo-sh-measurement-field input{
  border-color: #afafaf;
  height: 48px;
}

.eo-sh-measurement-field input:not(:last-child){
  margin-bottom: 1.5rem;
}

#eo-sh-calculated-measurment{
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  color: #000000 !important;
}

#eo-sh-calculated-measurment .eo-sh-total-measurement-unit{
  font-weight: 700 !important;
}

#eo-sh-calculated-price{
  font-weight: 400 !important;
  font-size: 1.6rem;
  color: #000000 !important;
}

#eo-sh-calculated-price .eo-sh-amount{
  font-weight: 700 !important;
  font-size: 2.2rem !important;
}

.eo-sh-length-error,
.eo-sh-width-error{
  padding-bottom: 2rem;
}

.eo-sh-length-error img,
.eo-sh-width-error img,
.eo-sh-error-message img{
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
}

.eo-sh-error-message{
  /*display: none !important;*/
}

.eo--notification_bar{
  background-color: #5c8c5a !important;
}

.eo-sh-image{
  margin-left: 10px;
}

/*
.notification_ring{
  left: 35% !important;
  top: 0 !important;
}
@media (max-width: 989px) {
  .notification_ring{
    left: 2% !important;
  }
}
*/

/* Pickup */

.pickup-availability-info > .caption,
pickup-availability-drawer .pickup-availability-list__item .pickup-availability-preview{
  display: none !important;;
}

.pickup-availability-info {
  font-size: 13px;
}

.product__tax, .product__pickup-availabilities.quick-add-hidden{
display:none !important;
}

/* Share */

.share-button {
  display: none;
}

/* Product Tabs
--------------------------------------------------------------------------- */

.accordion-tabs {
  margin: 3rem 0 0;
}

.tabs-tab-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-trigger {
  color: #000000;
  font-weight: 700;
  font-size: 1.8rem;
  display: none;
  padding: 18px 20px;
  margin-right: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}

.tabs-trigger.is-selected, .tabs-trigger.is-selected:hover, .tabs-trigger.is-selected:focus {
  border-bottom: 3px solid #6b9f68;
}

.tabs-panel {
  border-top: 1px solid #dfdfdf;
}

.tabs-panel .content {
  padding: 30px 55px;
}
@media (max-width: 989px) {
  .tabs-panel .content {
    padding: 0 0 30px;
  }
}

.tabs-panel.is-hidden .content {
  display: none;
}

.tabs-panel .content video{
  width: 100%;
  height: auto;
}

.fitting-video[data*="youtube"]{
  display: none !important;
}
.fitting-video-youtube[data*="mp4"]{
  display: none !important;
}

.fitting-video-youtube{
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top: 30px; */
  height: 0;
  overflow: hidden;
}

.tabs-panel .content iframe{
  /*
  width: 100%;
  height: 800px;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 749px) {
  .tabs-panel .content iframe{
    /*height: 500px;*/

  }
}

.tabs-panel .content img{
  max-width: 100%;
}

.tabs-panel .content .product-specification{
  overflow-x: auto;
}

.is-initialized.tabs-allowed .tabs-panel {
  display: inherit;
}

.accordion-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px 0;

  color: #000000;
  font-weight: 700;
  font-size: 1.8rem;
}

.accordion-trigger::before {
  content: "";
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #bdbdbd;
}
.accordion-trigger::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #bdbdbd;
}
.is-open .accordion-trigger::before{
  display: none;
}

@media (min-width: 990px) {
  .tabs-allowed .accordion-trigger {
    display: none;
  }
  .tabs-allowed .tabs-trigger {
    display: block;
  }
  .tabs-allowed .tabs-panel {
    display: none;
  }
  .tabs-allowed .tabs-panel.is-hidden {
    display: none;
  }
  .tabs-allowed .tabs-panel {
    border-top: 1px solid #dfdfdf;
  }
  .tabs-allowed .tabs-tab-list {
    margin-bottom: -1px;
  }
}


/* Description
--------------------------------------------------------------------------- */

.product__description{
  color: #727272;
}

@media screen and  (max-width: 749px){
}

.product__description h1{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  color: #5c8c5a;
}

.product__description h1 + .options{
  font-style: italic;
}

.product__description h2{
  margin-top: 0;
  font-size: 1.8rem;
  color: #fda91a;
}

.product__description .intro{
  font-weight: bold;
}

.product__description ul li strong {
  color: #fda91a;
}

.product__description img{
  max-width: 100%;
}
.measuring-video iframe {
  max-width: 100%;
  width: 420px;
  height: 315px;
}


/* Custom Descriptions
--------------------------------------------------------------------------- */

.tpvc-grid { width: 100%; display: grid; grid-gap: .8em; grid-template-columns: repeat(auto-fit, calc(25% - .6em)); background-color: #f0f0f0; padding: .8em; font-size: .8em; } .tpvc-grid div { background-color: #fff; border: 1px solid #ccc; padding: .6em; }
.tpvc-grid.list-grid div { padding-bottom: 1.2em; }
.tpvc-grid.list-grid h4 { margin-top: 0; }
.tpvc-grid.list-grid li { font-size: 1.25em; }
@media screen and  (max-width: 749px){
  .tpvc-grid{
    grid-template-columns: repeat(auto-fit, calc(50% - .4em));
  }
}

.product__description .product-grid {
  background-color: #f0f0f0;
  padding: .8em;
  font-size: .8em;
  display: flex;
  flex-wrap: wrap;
}

.product__description .product-grid div {
  width: calc(25% - .8em);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: .6em;
  margin: .4em
}
@media screen and  (max-width: 749px){
  .product__description .product-grid div {
    width: calc(50% - .8em);
  }
}

.product__description .product-grid div img {
  width: 100%
}

/* Note Boxes*/

p.btw {
  background-color: #e6eee3;
  padding: 1.4em;
  font-size: .9em;
  line-height: 1.2em;
}

.notice {
  background-color: #f5e0e0;
  border-left: 4px solid #f08080;
  padding: 1.5em 1.2em;
  font-size: 0.95em;
  line-height: 1.4em;
  color: #111;
}

.notice a {
  color: #b22222;
  text-decoration: none;
  font-weight: bold;
}

.notice a:hover {
  text-decoration: underline;
}

.notice p {
  margin: 0 0 0.8em 0;
}

.notice p:last-child {
  margin-bottom: 0;
}

.floated-stack {
  margin: 0 0 .6em .6em;
  float: right;
  text-align: center;
  max-width: 300px;
}

@media screen and  (max-width: 749px){
  .floated-stack {
    display: none;
  }
}

.inline-pic, .inline-pic-narrow {
  width: 45%;
  max-width: 800px;
  /*
  padding: 6px;
  border: 1px solid #ccc;
  */
}

.inline-pic {
  width: 90%;
}

.grid-simple { display: grid; grid-template-columns: 30% 30% 30%; grid-auto-rows: auto; grid-gap: 1em 5%; background-color: none; color: #727272; font-size: .8em; }
.grid-simple .box { background-color: #f0f0f0; color: #727272; border-radius: 0; padding: 20px; } .grid-simple .box img { width: 100%; } .grid-simple h4 { margin: .4em 0 .4em 0; } .grid-simple p { margin-top: 0; }

@media screen and (max-width:749px) {
  .grid-simple { grid-template-columns: 47% 48%; }
}
@media screen and (max-width:560px) {
  .grid-simple { grid-template-columns: 100%; }
}
.tpvc-cols-2 {
padding: 2em;
background-color: #e8efe5;
}
.tpvc-cols-2 div {
float: left;
width: 50%;
padding-right: 2em;
border-right: 3px dotted #fdba30;
}
.tpvc-cols-2 div:nth-child(2n) {
padding: 0 0 0 2em;
border: 0;
}
.tpvc-cols-2 div img {
float: right;
}
/* Clear floats after the columns */
.tpvc-cols-2:after {
content: "";
display: table;
clear: both;
}
.tpvc-cols-2 div ul {
margin-bottom: 1em;
}
.tpvc-cols-2 div ul li {
margin-left: 1em;
font-weight: bold;
font-size: 1.2em;
}
.tpvc-cols-2 div button, .tpvc-cols-2 div a.button {
background-color: #fdba30;
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 1em;
}
@media screen and (max-width:800px) {
  .tpvc-cols-2 div {
  float: none;
  width: 100%;
  padding: 0 1em 0 1em;
  border: 0;
  }
}

.contents {
  /*margin: 1.8em 0;*/
  padding: 1.4em;
  background-color: #fffbea;
}

.contents .tpvc-grid {
  background-color: transparent;
  padding: 0;
}

/* Table  Formatting
--------------------------------------------------------------------------- */

table:not([class]){
border-style: none;
box-shadow: none;
}

div:not(.tpvc-prod) > table:not([class]) th {
  background-color: #fda91a;
  font-weight: bold;
}

table:not([class]) tr {
  transition: background-color 0.15s ease, font-size 0.15s ease;
}

table:not([class]) tr:hover {
  background-color: #fafafa;
  /*font-size: 1.05em;*/
}

/*TuffX Tables*/
#shopify-section-template--24895105663315__custom_liquid_PJq6ab{
max-width:1500px;
margin-left: auto;
margin-right: auto;
}

/* Product Contact
--------------------------------------------------------------------------- */

.product-contact{
  margin-top: 4rem;
}

@media screen and  (min-width: 990px){
  .product-contact{
    padding: 0 55px;
  }
}

@media screen and  (max-width: 989px){
  .product-contact{
    margin-top: 2rem;
  }
}

.product-contact-wrapper{
  background-color: #fda91a;
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
}
@media screen and  (min-width: 990px){
  .product-contact-wrapper{
    padding: 1.5rem 3rem;
  }
}

.product-contact h2{
  margin: 0;
  font-size: 1.7rem;
}

.product-contact a{
  margin: 0 0 0 2rem;
  font-weight: 700;
  text-wrap: nowrap;
}


/* Product Downloads
--------------------------------------------------------------------------- */

.product-downloads{
/*margin: 4rem 0 0*/
  margin: 0; /*For Tab*/
  padding: 0; /*For Tab*/
  ;
}

@media screen and  (min-width: 990px){
  .product-downloads{
    /*padding: 0 55px;*/
  }
}

.product-downloads h2{
  font-size: 1.7rem;
}

.product-downloads ul {
  list-style: none;
  padding: 0;
}

.product-downloads ul li{
  margin-bottom: 0.75rem;
}

.product-downloads ul li svg{
  position: relative;
  top: 3px;
  width: 18px;
  margin-right: 5px;
}

.product-downloads a{
  color: #000000;
}


/* Related products
--------------------------------------------------------------------------- */

.related-products__heading{
  text-align: center;
  font-size: 2.4rem;
}

#related-product-grid{
  display: block;
  box-shadow: none;
}
@media screen and  (min-width: 990px){
  #related-product-grid{
    padding: 0 55px;
  }
}

#related-product-grid li{
  display: block;
  margin: 0 0.5rem;
  width: calc(25% - 0.8rem);
  max-width: none;
}
@media screen and (max-width: 989px){
  #related-product-grid li{
    width: calc(50% - 0.5rem);
    max-width: none;
  }
}

#related-product-grid li.grid__item .card__content{
  display: block;
}

#related-product-grid li.grid__item .card__heading a{
  height: 38px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#related-product-grid .flickity-button,
#related-product-grid .flickity-button:focus{
  box-shadow: none;
  border: 2px solid #000000;
  border-radius: 100%;
}

@media screen and (max-width: 989px){
  #related-product-grid .flickity-button{
    border: 0 !important;
    top: auto;
    bottom: -50px;
    transform: none;
  }
}

#related-product-grid .flickity-prev-next-button svg{
  display: none;
}

#related-product-grid .flickity-prev-next-button.previous{
  left: 0;
}
#related-product-grid .flickity-prev-next-button.previous::after{
  content: "";
  display: block;
  position: relative;
  left: 10px;
  width: 12px;
  height: 12px;
  border: 2px solid #000000;
  border-left: 0;
  border-top: 0;
  transform: rotate(135deg);
}

#related-product-grid .flickity-prev-next-button.next{
  right: 0;
}
#related-product-grid .flickity-prev-next-button.next::after{
  content: "";
  display: block;
  position: relative;
  left: 5px;
  width: 12px;
  height: 12px;
  border: 2px solid #000000;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 989px){
  #related-product-grid .flickity-prev-next-button.previous{
    left: 35%;
  }
  #related-product-grid .flickity-prev-next-button.next{
    right: 35%;
  }
}


/* Add ons
--------------------------------------------------------------------------- */

.complementary-products{

}

.complementary-products .summary__title{
  border-top: 1px solid #dfdfdf;
  padding-top: 2rem;
}

.complementary-products .slider--everywhere{
  margin: 0;
}

@media screen and (min-width: 1200px){
  .complementary-products .complementary-products__container .card--horizontal .card__inner{
    max-width: 15%;
  }
}

.complementary-products .card.card--horizontal{
  gap: 2.5rem;
}

.complementary-products .swym-button{
  display: none !important;
}

.complementary-products .card--horizontal .card__heading{
  font-size: 1.4rem;
}
.complementary-products .card--horizontal .card__heading a{
  color: #5c8c5a;
  text-decoration: none !important;
}

.complementary-products .card--horizontal .price__container .price-item{
  font-size: 1.4rem;
  font-weight: 400;
  color: #000000;
}

.complementary-products .card--horizontal .price__container .price__sale .price-item--sale{
  color: #f63329;
}

.complementary-products .complementary-products__container .button{
  background-color: rgb(253, 169, 26);
  font-size: 1.1rem;
  font-weight: 700;
  min-height: auto;
  padding: 0.75rem 1.5rem;
}

.complementary-products .complementary-products__container .button .icon-wrap{
  display: none;
}


/* Reviews
--------------------------------------------------------------------------- */

reviewsio-product-reviews-widget .ElementsWidget__list > div:first-child div{
  text-decoration: underline;
}

reviewsio-product-reviews-widget .ElementsWidget-prefix .R-Button--secondary{
  border-width: 1px;
}

reviewsio-product-reviews-widget .ElementsWidget-prefix .R-TextHeading{
  font-weight: 400;
}

reviewsio-product-reviews-widget .ElementsWidget-prefix .R-Button--primary{
  font-weight: 700;
}


/* Caculator
--------------------------------------------------------------------------- */

#deckcalc{
  padding: 1.5rem 2rem;
  background-color: #feeecd;
  display: flex;
  flex-wrap: wrap;
}
@media screen and  (min-width: 990px){
  #deckcalc{
    padding: 1.5rem 3rem;
    margin: 0 55px;
  }
}
@media screen and  (max-width: 989px){
  #deckcalc{
    margin-top: 2rem;
  }
}

#deckcalc > div{
  width: 50%;
}
@media screen and  (max-width: 749px){
  #deckcalc > div{
    width: 100%;
  }
}

#deckcalc > div form{
  padding: 0 5rem;
}
@media screen and  (max-width: 749px){
  #deckcalc > div form{
    padding: 0 0;
  }
}

#deckcalc > div h3{
  color: rgb(92, 140, 90);
  font-size: 2.2rem;
}

#deckcalc > div form input{
  border-radius: 0;
  border: 1px solid #000000;
  height: 35px;
  margin-right: 1rem;
}

#deckcalc > div form .button{
  font-size: 1.7rem;
}

#calc-output{
  color: #f63329;
}


/* Quick view Model
--------------------------------------------------------------------------- */

.quick-add-modal:not([open]){
  display: none;
}


.jdgm-rev-widg__title{
      display: none !important;
}


/* Compact Sidebar
--------------------------------------------------------------------------- */
/*
.quantity__label {
  display: none !important;
}

.product-form__input.product-form__quantity {
  flex: 0 1 auto !important;
  min-width: 120px;
}

.product-form__buttons {
  flex: 1 1 auto !important;
}

.product-form__quantity quantity-input.quantity {
  height: 100%;
  display: flex;
}

.product-form__quantity .quantity__button,
.product-form__quantity .quantity__input {
  height: 44px;
  min-height: 44px;
}

.product-form__quantity .price-per-item__container {
  height: 100%;
}
*/


@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 61% !important;
  }
@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 39% !important;
  }

.product__info-wrapper .product-form__buttons .product-form__submit {
    max-width: none;
  }
  .product__info-wrapper .product-form__buttons .product-form__submit {
    max-width: none;
  }




