/** Shopify CDN: Minification failed

Line 330:21 Expected identifier but found bad string token
Line 330:22 Unterminated string token

**/
.mega-menu__nav {
  /* --header-nav-gap: clamp(var(--sp-5), 6.5vw, var(--sp-32)); */
  justify-content: center;
}
table {
    overflow: hidden;
    box-shadow: 0 0 0 1px rgb(var(--color-border-light));
    border-radius: 10px;
}

.capitalize {
  text-transform: capitalize;
}

.spec-table {
  margin-bottom: 60px;
  margin-top: 120px;
}

@media screen and (max-width: 576px) {
  .spec-table {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/* rental price chart */

.bg-odd {
  background-color: #E7EAEF;
}
.rental-category td {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.rental-heading td {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 5px;
}
.rental-data td {
  border: 1px solid #ccc;
  font-size: 16px;
  text-align: center;
  padding: 5px;
}
.rental-notes td {
  font-size: 13px;
  text-align: left;
  padding: 20px 0;
}
.rental-section-title td {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding: 30px 0 10px 0;
}
.rental-table {
  box-shadow: none;
  width: 100%;
}
.rental-table tbody tr {
  border-block-start: none;
}

@media (max-width: 768px) {
  .rental-category td {
    font-size: 14px;
  }
  .rental-heading td {
    font-size: 14px;
  }
  .rental-data td {
    font-size: 14px;
  }
  .rental-section-title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding: 8px 0;
  }
  /* product card */
  .card-title .text {
    font-size: 14px;
  }
}

/* rental buttons */
.rental-button {
  border-radius: 30px;
  border-width: 3px;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: auto;
  max-width: 100%;
  min-width: 130px;
  outline: none !important;
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.button-red {
  border: solid #bc878d;
  color: #bc878d;
}
.button-red:hover {
  background-color: #ebdbdd;
  border: solid #7a101b;
  color: #7a101b!important;
}
input[type="radio"]:checked + .button-red,
input[type="checkbox"]:checked + .button-red {
  background-color: #ffffff; /* Change background when selected */
  border: solid #7a101b;
  color: #7a101b;
}

.button-blue {
  border: solid #8ca2e3;
  color: #8ca2e3;
}
.button-blue:hover {
  background-color: #dde3f7;
  border: solid #1a45c8;
  color: #1a45c8!important;
}
input[type="radio"]:checked + .button-blue,
input[type="checkbox"]:checked + .button-blue {
  background-color: #ffffff; /* Change background when selected */
  border: solid #1a45c8;
  color: #1a45c8;
}

.productView-buyingMethod, .productView-buyingMethod-Rental input[type=radio]:checked+label, .productView-buyingMethod label.button.button--secondary:hover, .productView-buyingMethod-Rental label.button.button--secondary:hover {
  background-color: #ffffff;
  border-color: #ff0000;
  border-width: 3px;
  border-radius: 30px;
  color: #7a101b!important;
  font-weight: 700;
}

.productView-buyingMethod label.button.button--secondary, .productView-buyingMethod-Rental label.button.button--secondary {
  background-color: #ffffff;
  border-color: #7a101b;
  border-width: 3px;
  border-radius: 30px;
  color: #7a101b;
  font-weight: 700;
}


/* hide radio butron circles for purchase/rental button */
.productView-buyingMethod input[type=radio] {
  display: none;
  border: 0;
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  box-sizing: border-box;
}

/* color selection */
.color_swatch {
  margin-top: -12px;
  position: absolute;
  left: 220px;
}
@media (max-width: 768px) {
  .color_swatch {
    position: absolute;
    left: 210px;
  }
}

/* subtotal */
.productView-subtotal {
  display: block;
  float: left;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .productView-subtotal {
    margin-left: 0;
  }
}

/* add to cart button */
.productView-action .button {
  border-width: 3px;
  border-radius: 30px;
}

/* button inside cart slide out */
.cart-btn {
  background-color: #7a101b!important;
  border-color: #7a101b!important;
  color: #ffffff!important;
}

/*
@media (max-width: 768px) {
  .purchasePower-layout {
    margin-top: 75px;
  }
}
*/

/* shopify installments */
.shopify-installments {
  clear: both;
}

/* Buy button */
.productView-groupTop {
  width: 240px; 
}

/* Rental apply button */
.apply-button {
  background: #7a101b;
  border-radius: 30px;
  border-width: 10px;
  color: #ffffff;
  height: 48px;
  margin: 0 auto;
  padding-top: 12px;
}
.apply-button:hover {
  background: #a33944;
  color: #ffffff;
}
.apply-button button {
  text-transform: uppercase;
}
.product-form__buttons button {
  margin: 0 auto;
  width: 100%;
}

/* Shop Pay button */
.shopify-cleanslate {
  width: 310px;
  margin: auto;
}
.shopify-cleanslate div {
  border-radius: 30px;
}

.shopify-payment-button__button {
  border-radius: 30px;
  height: 56px;
  width: 310px;
  margin: auto;
}

.shopify-payment-button__more-options {
  width: 330px;
  margin: 20px auto 0 auto;
}

.input[type=checkbox]+.form-label--checkbox:before {
  border: 1px solid #000000;
  background-color: #ffffff;
}

.pvGroup-row {
  justify-content: center!important;
}
@media (max-width: 768px) {
  .shopify-cleanslate {
    width: 240px;
  }
  .shopify-payment-button__button {
    width: 240px;
  }
  .shopify-payment-button__more-options {
    width: 240px;
  }
}

/* margin above I agree T&C */
.productView-groupBottom {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0 0!important;
  width: 100%;
}

/* Klarna OSM styles */
klarna-placement::part(osm-container) {
  justify-content: center;
  margin-bottom: 20px;
}
klarna-placement::part(osm-message) {
  font-family: 'Montserrat';
}

/* membership price table */
.member-section {
  background-color: #eeeeee;
  border: solid 1px, #cccccc;
  margin: 0 0 10px 0;
  border-radius: 5px;
  padding: 15px 25px;"
}
.member-table img {
  width: 100px;
  display: inline;
  vertical-align: middle;
}
.member-table table {
  border-collapse: collapse;
  width: 100%;
}
.member-table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.member-table-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.member-name {
  font-weight: 700;
  width: 70%;
}
.member-price {
  font-weight: 700;
  width: 15%;
}
.member-msrp {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .member-table-title {
    font-size: 17px;
  }
  .member-name {
    font-size: 15px;
    font-weight: 700;
    width: 60%;
  }
  .member-price {
    font-size: 15px;
    font-weight: 700;
    width: 25%;
  }
  .member-msrp {
    font-size: 15px;
    width: 15%;
  }
  .productView-subtotal {
    margin-left: 10px;
  }
}

/* Zipcode checker on product page for technician installation using AJ zipcode checker app */
.zipcode-filter {
  display: none;
  margin: 20px 0;
  width: 100%;
}

.zipcode-wrapper {
  width: 80%;
  margin-top: 20px;
}

.zipcode-wrapper img {
  display: none;
}

.ZipCodeRestrict .block_label_text {
  padding-left: 0 !important;
}

.zipcode_input {
  padding: 5px 10px;;
}

.zipcode-input-wrapper {
  width: 210px;
}

.zip-popup img {
  margin: 30px auto 0 auto;
  height: 60px;
  width: 60px;
}

