.tab-options > div.active {
  background-color: white;
  background-image: linear-gradient(to bottom, #ddd, #fff) !important;
  min-height: 100px;
}

.text-not-available {
  display: block;
  text-align: center;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: yellow !important;
}

.tab-options {
  display: flex;
  align-items: flex-end;
}

.tab-contents {
  border: 1px solid #333;
  border-top: none;
}

.tab-contents .tab-content {
  display: none;
}

.tab-contents .tab-content.active {
  display: flex;
  flex-wrap: wrap;
}

#mobile-product-gallery {
  display: none;
}

.has-stock-label {
  display: none;
}

@media (max-width: 768px) {
  #mobile-product-gallery,
  #mobile-product-gallery .single-product-gallery {
    display: block;
  }

  .single-product-gallery {
    display: none;
  }

  #mobile-product-gallery {
    padding: 0px 150px;
    border-bottom: 1px solid #000000 !important;
    min-width: 100%;
    min-height: 300px !important;
  }

  .shipping-options .shipping-option-title {
    text-align: left;
    font-size: 8pt;
    font-weight: 700;
    display: none;
  }

  #cart_section.product-info {
    margin: 0px;
    padding: 0px !important;
    border: 1px solid #ccc !important;
  }

  #cart_section.product-info .cart-section-container {
    background: #fafafa !important;
  }

  .location-quantity {
    margin-bottom: 0px !important;
  }

  .discount-section {
    box-shadow: none;
    padding: 0px;
    margin-top: 0px;
  }

  .cart-section-container .cart-section-1 .cart-location {
    font-size: 16px;
  }
}

.tab-options > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 33.33%;
  line-height: 1.5em;
  background-color: #ebebeb;
  padding: 10px;
  cursor: pointer;
}

.tab-options .tab-title {
  color: #ffffff;
}

.tab-option.active .tab-title {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.tab-options .tab-title {
  font-weight: 700;
  font-size: 24px;
}

.tab-option.active .price {
  font-weight: 700;
  font-size: 24px !important;
  color: #c60c29 !important;
  margin-top: 5px;
}

.tab-option .lowest-price,
.tab-option .lowest-price .price,
.tab-option .price {
  color: yellow !important;
  font-size: 14px !important;
  font-weight: 600;
}

.tab-option.active .lowest-price,
.tab-option.active .lowest-price .price {
  color: #c60c29 !important;
}

.tab-options.active span.price {
  color: #bd112a !important;
  font-weight: 600;
  font-size: 24px !important;
}

.tab-options small {
  font-style: italic;
}

.tab-option.disabled {
  pointer-events: none;
  opacity: 0.25 !important;
}

/* force disable, used for disabling canada rental and rto tabs */
.tab-option.locked {
  pointer-events: none;
  opacity: 0.25 !important;
}

#tab_option_2.active .text-not-available {
  color: #c60c29 !important;
}

div#rentalTerms .box-option {
  flex: 1;
}

.select-details span {
  width: 100%;
  margin-bottom: 5px;
}

.select-details > span:first-child {
  margin-right: 15px;
}

.select-details {
  display: flex;
  align-items: flex-start !important;
  flex-direction: column;
  padding: 20px;
  margin-top: 0px !important;
  width: 100%;
}

.tab-contents {
  position: relative;
}

#optionLoader {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  z-index: 2;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 300ms all;
}

#optionLoader.loading {
  display: flex;
}

div#optionLoader img {
  width: 50px;
}

#height.select-details .box-options-container,
.sp-grade-section.select-details .box-options-container,
#selectionOptions.select-details .box-options-container,
#rto-size-selection.box-options-container {
  display: flex !important;
}

#selectionOptions.select-details .box-options-container .box-option {
  width: 100% !important;
}

.tab-content > .select-details > input[type="text"] {
  box-shadow: none !important;
  border: none !important;
  font-weight: 600 !important;
  padding: 0px !important;
}
.sp-length-section.select-details,
.sp-size-section.select-details {
  width: 100%;
}

.shipping-options .shipping-options-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* padding-bottom: 20px; */
}

.shipping-options {
  border: 1px solid #cacaca;
  width: 93% !important;
  margin: auto;
  padding: 10px;
  background-color: #cccccc;
}

.shipping-option {
  text-align: center;
  cursor: pointer;
  padding: 15px;
  width: 50%;
  border: 1px solid transparent;
  transition: 300ms all;
}

.shipping-option-title {
  color: black !important;
  text-align: left;
  margin-top: 15px;
  font-size: 12pt;
}

.shipping-option.pickup > span {
  max-width: 170px;
  display: block;
  margin: auto;
  margin-top: 10px;
}

.shipping-option.active {
  background-color: #ebebeb;
  border: 1px solid #cacaca;
  /* box-shadow: 0 0 15px rgb(0 0 0 / 10%); */
  background-image: linear-gradient(to bottom, #e5e5e5 60%, white);
}

.shipping-option:not(.active) {
  opacity: 0.7;
}

.shipping-option:hover {
  opacity: 1;
}

.shipping-option:not(.active) .btn-calc {
  pointer-events: none;
}

.shipping-title {
  font-size: 24px;
  font-weight: 600;
}

.zip_code {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.shipping-option .zip_code input {
  border-radius: 0 !important;
}

.text-cost {
  font-size: 24px !important;
  color: #c60c29;
}

.text-free {
  color: #3e8b15;
  font-size: 24px !important;
}

.shipping-option .zip_code a {
  background: #c60c29;
  color: white !important;
  height: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #c60c29;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shipping-option .total-price {
  color: #c60c29;
  font-size: 24px;
  margin-left: 5px;
}

.shipping-option .delivery-price {
  font-weight: 600;
}

.shipping-option .shipping-price {
  font-size: 24px;
  display: block;
  color: #bd112a;
}

#breadcrumbs > span > span > a .icon-home {
  position: relative;
}

#breadcrumbs > span > span > a .icon-home::before {
  content: "";
  position: absolute;
  height: 20px;
  left: 10px;
  width: 20px;
  background-image: url(../images/home.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-options > div.active {
  background-color: white;
  border: 1px solid #333;
  border-bottom: 0px;
  box-shadow: none;
}

.tab-options > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 33.33%;
  line-height: 1.5em;
  background-color: #e9e9e9;
  background-image: linear-gradient(to left, #911619 60%, #bd122b);
  border: 1px solid #fff;
  padding: 10px;
  transition: all 300ms;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
}

.select-details .option-label {
  font-weight: 600;
  margin-bottom: 15px;
}

.select-details .option-label span.option-value {
  font-weight: 300;
  font-size: 90%;
}

/* .tab-options > div:not(:last-child) {
  border-right: 1px solid #cacaca;
} */

.tab-options > div:not(.active):hover {
  background-color: #911619;
  background-image: linear-gradient(to bottom, #911619, #911619) !important;
}

input.shipping-location {
  background-color: #ffffff;
  text-align: center;
}

.tab-contents input::selection,
.shipping-location {
  background-color: transparent;
}

.tab-contents .select-details input,
.shipping-location {
  outline: none;
  cursor: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.payment-discount {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.discount-content {
  background-color: #ebebeb;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  margin-top: 30px;
  border-radius: 5px;
}

.cart-section-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.cart-section-container .btn-request-wrapper a {
  color: #000;
  padding: 10px 15px;
  transition: 300ms all;
  border-radius: 50px;
  font-weight: 600;
}

.cart-section-container .btn-request-wrapper a:hover {
  color: #05903f;
  text-decoration: underline;
}

#cart_section {
  /* margin-top: 30px; */
  /* display: none; */
}

.discount-box.active #cart_section {
  display: block;
}

.btn-request-wrapper .btn-request {
  width: 100%;
  text-align: center;
  display: block;
}

.btn-quantity-wrapper {
  width: 10%;
  margin-right: 1%;
}

.btn-cart-wrapper {
  padding-right: 40px;
  flex-grow: 1;
}

.or-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
}

.or-divider:after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  background: black;
}

.or-divider span {
  position: relative;
  z-index: 2;
  background: white;
  font-size: 85%;
}

.icon-request-quote {
  display: inline-block;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-request-quote.png);
  background-size: contain;
  margin-bottom: -2px;
  filter: brightness(0);
  transition: all 300ms;
}

.btn-request:hover .icon-request-quote {
  filter: brightness(1);
}

.btn-cart-wrapper .add-to-cart:hover {
  background-color: #a70b24;
}

.btn-cart-wrapper .add-to-cart {
  transition: 300ms all;
  position: relative;
  background-color: #c60c29;
  color: white !important;
  padding: 10px 30px;
  padding-left: 50px;
  border: 1px solid #c60c29;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}

.single-product #cart_section .add-to-cart:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 30px;
  top: calc(50% - 8px);
  background-image: url(../images/icon-cart.png);
  background-size: contain;
}

.cart-more-info {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}

.cart-more-info .row-1 {
  font-style: italic;
}

.cart-more-info .row-2 {
  margin-top: 5px;
}

.cart-more-info .row-2 sup {
  top: -0.8em;
}

.cart-more-info .row-2 img {
  width: 130px;
}

.cart-more-info .row-3 {
  margin-top: -5px;
  font-style: italic;
}

.btn-quantity-wrapper input[type="number"]::-webkit-inner-spin-button,
.btn-quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.select-details input {
  border-radius: 0 !important;
  box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
  border-color: #777;
}

#tab_option_3 small {
  line-height: 1.3em;
  text-align: center;
}

.contact-section > a:first-child {
  background: #c60c29;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-top: 10px;
}

.contact-section {
  background: #c60c29;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-top: 10px;
}

.contact-section > div {
  color: white;
}

.contact-section h3 {
  color: white !important;
  margin-bottom: 0;
  font-weight: 600 !important;
}

.onsite-phone {
  border: 2px solid white;
  color: white !important;
  padding: 8px 16px;
  padding-left: 45px;
  margin-top: 10px;
  transition: 300ms all;
  font-size: 20px;
}

.onsite-phone:hover {
  background: #a70b24;
}

.onsite-phone::before {
  content: "";
  position: absolute;
  background-image: url(../images/phone.png);
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-left: -32px;
  margin-top: 2px;
}

.additional-discounts {
  margin-top: 15px;
}

.additional-discounts .discounts-wrapper,
.additional-payment-options .discounts-wrapper {
  display: flex;
  font-size: 14px;
  justify-content: center;
}

.shipping-title {
  position: relative;
}

.shipping-tooltip {
  display: inline-block;
}

.shipping-tooltip img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.tooltip-text.active {
  display: block;
}

.tooltip-text {
  display: none;
  position: absolute;
  right: 0;
  background-color: #c60c29;
  color: white;
  padding: 5px;
  border-radius: 3px;
  text-align: left;
  bottom: 35px;
}

.shipping-tooltip {
  display: none;
}

.shipping-tooltip.active {
  display: inline-block;
}

.zipcode-error {
  display: none;
  text-align: center;
  color: #c60c29;
  margin-top: 10px;
  font-size: 14px;
}

.zipcode-error.active {
  display: block;
}

@media (max-width: 768px) {
  .btn-cart-wrapper {
    width: calc(100% - 40px) !important;
  }
}

#cart_section .btn-cart-wrapper .add-to-cart.active::after {
  opacity: 1;
}

#cart_section .btn-cart-wrapper .add-to-cart::after {
  opacity: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/cart-spinner.gif);
  right: -35px;
  font-variant: 0;
  top: calc(50% - 17.5px);
  background-repeat: no-repeat;
  background-size: contain;
}

.tooltip-container {
  width: 240px;
  padding: 10px 15px 0 15px;
}

.tooltip-info-text {
  margin: 0;
  text-align: left;
  font-weight: 300;
  font-size: 8pt;
}

.tooltip-hourly-message {
  margin-top: 10px;
  font-size: 6pt;
  letter-spacing: 1.2px;
  text-align: left;
}

/* The container must be positioned relative: */
#tabs_section .custom-select {
  position: relative;
}

#tabs_section .custom-select select {
  display: none;
  /*hide original SELECT element: */
}

#tabs_section .select-selected {
  background-color: #ffffff;
  border: 1px solid #000000;
}

/* Style the arrow inside the select element: */
#tabs_section .select-selected:after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
#tabs_section .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: calc(50% - 3px);
}

/* style the items (options), including the selected item: */
#tabs_section .select-items div,
#tabs_section .select-selected {
  font-family: "Poppins", sans-serif;
  color: #000000;
  padding: 8px 16px;
  cursor: pointer;
}

#tabs_section .select-items div {
  font-size: 16px;
}

#tabs_section .select-items div:not(:last-child) {
  border-bottom: 1px solid #aaa;
}

/* Style items (options): */
#tabs_section .select-items {
  position: absolute;
  border: 1px solid #000000;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
#tabs_section .select-hide {
  display: none;
}

#tabs_section .select-items div:not(.same-as-selected):hover {
  background-color: #e9e9e9;
}

#tabs_section .same-as-selected {
  background-color: #c60c29;
  color: #ffffff !important;
}

.contact-section h4 {
  color: #ffffff !important;
  font-size: 20px;
  margin: 0;
}

.yellow-text {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #fbef03 !important;
}

.additional-info .info-item {
  width: 49%;
  padding-left: 25px;
  line-height: 1.3em;
  position: relative;
  margin-bottom: 15px;
}

.additional-info .info-item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/greencheck.png) !important;
  background-repeat: no-repeat;
  top: -2px;
  left: 0;
  background-size: contain;
}

.additional-info .info-item:nth-child(2n + 1) {
  margin-right: 2%;
}

.additional-info {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  max-width: 1080px;
}

.info-item.all-caps {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.financing-section h3 {
  color: #000000 !important;
  font-style: italic;
  font-size: 18px;
  margin: 6px 0;
}

.financing-section img {
  width: 200px;
  object-fit: contain;
}

.financing-section sup {
  top: -1.3em;
  font-size: 85%;
  margin-right: 5px;
}

.financing-section {
  text-align: center;
  font-style: italic;
  line-height: 1em;
}

.discount-content {
  display: none;
}

.discount-box.active .discount-content {
  display: block;
}

/* .tab-option.exclude-option {
  opacity: 0.5;
  pointer-events: none;
} */
.modal-btns {
  display: flex;
  gap: 10px;
}

.sp-modal-container .modal-btns > button {
  background: #c60c29;
  color: white !important;
  height: 100%;
  width: 100%;
  padding: 0.5rem 1rem !important;
  border: 1px solid #c60c29;
  margin-top: 20px;
  font-weight: 600;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px !important;
}

.sp-modal-container .modal-btns > button:hover,
button.btn-find-similar:focus {
  background: #a70b24 !important;
  border-color: #a70b24 !important;
}

.sp-modal-container {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 800px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden;
}

.sp-modal-container.active {
  display: flex;
}

.sp-modal-container button.btn-find-similar {
  background: #c60c29;
  color: white !important;
  height: 100%;
  width: 100%;
  padding: 0.5rem 1rem !important;
  border: 1px solid #c60c29;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 0px !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sp-modal-container button.btn-find-similar:hover,
button.btn-find-similar:focus {
  background: #a70b24 !important;
  border-color: #a70b24 !important;
}

.sp-location-label::before {
  content: "";
  width: 16px;
  display: inline-block;
  height: 16px;
  margin-bottom: -1px;
  background-image: url(../images/location-icon.png);
  margin-right: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sp-modal-box {
  width: 100%;
  padding: 25px;
}

.sp-modal-head h4 {
  text-align: center;
  max-width: 280px;
  margin: auto auto 20px;
  font-weight: 600;
  font-size: 24px;
  color: #000 !important;
}

.sp-modal-head img {
  max-width: 70px !important;
  display: block;
  margin: auto auto 10px;
}

.sp-modal-body {
  width: 100%;
}

.sp-nearest-location {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.sp-location-value {
  font-size: 30px;
  font-weight: 600;
}

.sp-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/close-icon2.png);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  cursor: pointer;
  filter: invert(0.4);
  transition: 300ms all;
}

.sp-modal-close:hover {
  filter: invert(0);
}

.sp-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.sp-side-section {
  width: 300px;
  background: url("../images/blackbanner.png");
  background-size: cover;
  background-position: center;
  padding: 15px;
}

.sp-side-section img {
  width: 120px;
}

.payment-availability {
  position: fixed;
  background: white;
  top: 25vh;
  left: calc(50% - 540px);
  width: 1080px;
  height: 450px;
  overflow: hidden;
  z-index: 99;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  display: none;
}

.rp-price-label {
  font-size: 80%;
}

.rp-price-value {
  font-weight: 600;
}

.onsite-img-disclaimer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 1.3em;
  font-size: 12px;
  padding: 10px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .onsite-img-disclaimer {
    font-size: 8pt;
  }
}

.rp-other-price {
  border-radius: 3px;
  color: white;
  padding: 5px;
  font-size: 12px;
  line-height: 1.3em;
  margin-top: 5px;
}

.rp-other-price.rto-price {
  background: #f35f1b;
}

.rp-other-price.rental-price {
  background: #008037;
}

.btn-rp-view {
  display: none;
}

.rp-modal-icon {
  width: 75px;
  display: block;
  margin: auto;
}

.btn-rp-view.active {
  display: block;
}

.payment-availability.active {
  display: flex;
  animation-delay: 500ms;
  animation: bounce-2 1s;
  animation-timing-function: ease;
}

@keyframes bounce-2 {
  0% {
    top: calc(25vh);
  }

  25% {
    top: calc(25vh - 100px);
  }

  50% {
    top: calc(25vh);
  }

  75% {
    top: calc(25vh - 20px);
  }

  100% {
    top: calc(25vh);
  }
}

.rp-onsite-logo {
  position: absolute;
  width: 120px;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.rp-item:not(:last-child) {
  margin-right: 2%;
}

.rp-item {
  width: 23.5%;
  padding-bottom: 10px;
  text-decoration: none !important;
}

.related-products-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 2px solid #c60c29;
}

.rp-image a {
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  font-size: 12px;
  background: #c60c29;
  color: #fff !important;
  text-align: center;
  line-height: 1.3em;
  padding: 3px 3px;
  border-radius: 50px;
  text-decoration: none !important;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.5);
}

.rp-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  height: 100px;
}

.rp-image > img,
.rp-image picture img {
  height: 100px !important;
  object-fit: cover;
  transform: scale(1);
  transition: transform 300ms;
}

.rp-item:hover > img {
  transform: scale(1.1);
}

.rp-info span {
  display: block;
}

.rp-info {
  padding-top: 5px;
}

.rp-item:hover > img {
  height: 100%;
}

.rp-modal-header {
  display: flex;
  padding: 10px;
  background: url("../images/blackbanner.jpg");
  min-height: 100%;
  position: relative;
  flex-direction: column;
  width: 40%;
  align-items: center;
  height: 100%;
  background-size: cover;
  justify-content: center;
  background-position: top right;
}

.rp-modal-body {
  padding: 25px;
  width: 60%;
}

span.rp-title {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  min-height: 4.5em;
  color: #000;
}

span.rp-price {
  font-weight: 700;
  font-size: 14px;
  color: #c60c29;
  text-align: left;
  margin-top: 5px;
}

button.btn-rp-view {
  padding: 5px 10px !important;
  display: block;
  margin: auto auto;
  font-size: 14px;
  border-radius: 0px !important;
}

.availability-label {
  width: 100%;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 15px black;
  line-height: 1.3em;
}

.rp-label {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: block;
  background: #c60c29;
  color: #000;
  padding: 5px 10px;
  margin: auto;
  color: #fff;
  margin-top: 6px;
}

.rp-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/close-icon2.png);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  cursor: pointer;
  filter: invert(0.4);
  transition: 300ms all;
}

.rp-modal-close:hover {
  filter: invert(0);
}

.rp-icon-info {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.rp-item a {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .payment-availability {
    flex-direction: column;
    width: 90%;
    overflow-y: auto;
    justify-content: flex-start;
  }

  .rp-modal-header .availability-label {
    max-width: 800px;
  }

  .rp-modal-header {
    width: 100%;
    height: auto;
    min-height: 320px;
  }

  .rp-modal-body {
    width: 100%;
  }

  .rp-image > img,
  .rp-image picture img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .tab-option .lowest-price,
  .tab-option .lowest-price .price,
  .tab-option .price,
  .text-not-available {
    font-size: 10px !important;
    line-height: 1.3em;
  }

  .box-option-duration,
  .box-option-product-details > div {
    font-size: 10px !important;
  }

  .rp-image > img,
  .rp-image picture img,
  .rp-image {
    height: 150px !important;
  }

  .rp-item {
    width: 49%;
  }

  .rp-item:nth-child(2n + 2) {
    margin-right: 0px !important;
  }

  .payment-availability {
    left: 5%;
    /* height: 82vh; */
    height: calc(100% - 200px);
    top: calc(10% + 30px);
  }

  .rp-modal-close {
    filter: invert(0) !important;
    background-color: white;
    background-size: 90%;
    background-position: center;
    z-index: 2;
    border-radius: 5px;
  }

  .text-save,
  .text-difference {
    font-size: 10px !important;
  }

  .sp-modal-container button.btn-find-similar {
    font-size: 9pt;
  }

  .sp-modal-container .btn-view-product {
    font-size: 9pt;
  }

  .sp-modal-head h4 {
    font-size: 12pt;
  }

  .sp-modal-body .sp-location-value {
    font-size: 15pt;
  }

  .sp-modal-body .delivery-details,
  .bed-rates-container {
    font-size: 9pt;
  }

  .br-buttons a {
    font-size: 9pt !important;
  }
}

span.contact-admin-text {
  text-align: center;
  display: block;
  margin: 20px;
  font-weight: 600;
  color: #c60c29;
}

/* .discount-box.active .contact-admin-text {
  display: block !important;
} */

.box-options-container .box-option:not(:last-child) {
  margin-right: 2%;
}

.box-options-container .box-option {
  width: 23.5%;
  background: white;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 300ms;
  border: 1px solid #ccc;
  position: relative;
}

.box-option .option-blurb {
  display: flex;
}

.box-options-container {
  display: flex;
  width: 100%;
}

.box-option-product-image {
  width: 60px;
  height: 60px;
  padding: 5px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.box-option-duration,
.box-option-product-details > div {
  font-size: 13px;
}

/* .box-option.active .box-option-duration, */
.box-option-product-details > div {
  font-size: 14px;
}

.sp-grade-section .box-option {
  padding: 20px 10px 10px !important;
}

.box-option-price {
  font-size: 18px;
  font-weight: 700;
}

span.text-month {
  font-size: 75%;
}

.box-option.active {
  border: 1px solid #05903f;
  background: rgba(5, 144, 63, 0.05);
}

.box-option:not(.active):hover {
  border: 1px solid #666;
}

a.box-option.disabled {
  opacity: 0.5;
  pointer-events: none;
  height: 100%;
}

.box-option.active::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 15px;
  height: 15px;
  background: url("../images/green-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.box-option.active .text-not-available {
  color: #c60c29 !important;
}

.payment-options-list {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: flex-start;
}

.payment-option-item {
  position: relative;
  margin: 5px 0px;
  display: inline-block;
}

.payment-option-label {
  position: relative;
  display: inline-block;
}

.payment-option-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2022/10/greencheck.png);
  background-repeat: no-repeat;
  top: 0px;
  left: -30px;
  background-size: contain;
}

.payment-option-item .icon-info-italic {
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-info-italic.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  margin-left: 0px;
  cursor: pointer;
  display: inline-block;
}

.payment-option-tooltip {
  display: none;
  position: absolute;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  width: 330px;
  right: -335px;
  z-index: 2;
  bottom: 10px;
  text-align: justify;
  border-radius: 5px;
}

#tab_option_1 .sg-text {
  text-align: center;
  line-height: 1.3em;
  margin-top: 5px;
  font-weight: 400;
  display: none;
}

#tab_option_1.active .sg-text {
  display: block;
}

#tab_2 .box-options-container {
  display: flex !important;
}

#tab_2 .box-option div {
  color: #000 !important;
}

.tab-content a.box-option {
  color: #000000 !important;
  font-weight: 400;
}

span.text-additional {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 0;
  color: #c60c29;
  position: absolute;
  top: 8px;
  width: auto;
}

span.text-save {
  color: #05903f;
}

#tab_1 a.box-option > div {
  width: 100%;
}

.box-options-container.generic,
.box-options-container.non-generic {
  gap: 15px;
}

.box-options-container.generic .box-option-wrapper,
.box-options-container.non-generic .box-option-wrapper {
  width: 100%;
}

#tab_1 .box-options-container.generic .box-option-wrapper .box-option,
#tab_1 .box-options-container.non-generic .box-option-wrapper .box-option {
  width: 100% !important;
}

.sp-generic-template .box-options-container.generic,
.box-options-container.rent,
.box-options-container.rto {
  display: flex !important;
}

.alternative-size-image,
.single-product
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image
  a
  img {
  height: 450px !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  .single-product #cart_section .btn-cart-wrapper a {
    width: calc(100% - 40px) !important;
  }

  .select-details {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .box-options-container {
    gap: 10px;
  }

  .select-details > span:first-child {
    margin-bottom: 15px;
  }

  .box-options-container .box-option:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }

  .box-options-container .box-option {
    width: 100% !important;
  }

  .shipping-options .shipping-options-wrapper {
    flex-direction: row;
  }

  .shipping-options .shipping-option {
    width: 100% !important;
  }

  .tab-options {
    flex-direction: row;
  }

  .tab-options span.price,
  .tab-options .tab-title {
    font-size: 14px !important;
  }

  #tab_1 .box-options-container .box-option {
    width: 100% !important;
  }

  .tab-options > div {
    width: 100% !important;
    font-size: 14px !important;
    text-align: center !important;
    min-height: 65px;
  }

  .tab-options > div:not(#tab_option_3) {
    border-right: 1px #cacaca solid !important;
  }

  /* .tab-options > div:not(.active):hover,
  .tab-options > div {
    background-image: none !important;
  } */
  .select-details span {
    font-weight: 600;
    /* border-bottom: 1px solid #ccc; */
    max-width: 100% !important;
    padding-bottom: 5px;
  }

  .contact-section {
    text-align: center;
    padding: 15px;
  }

  .additional-info .info-item {
    width: 100% !important;
    margin: 5px 0px;
  }

  .payment-discount {
    flex-direction: column;
  }

  .payment-discount > div {
    text-align: left !important;
    align-items: flex-start !important;
    margin-left: 0 !important;
  }

  .discounts-wrapper > div {
    width: 100% !important;
    margin: 5px 0;
    line-height: 1.7em;
  }

  .discounts-wrapper {
    flex-direction: column;
  }

  .discount-content > div {
    display: flex;
    flex-direction: column;
  }

  .btn-request-wrapper {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .btn-request-wrapper .btn-request {
    max-width: 212px;
    margin: auto;
  }

  .cart-section-container {
    flex-wrap: wrap;
  }

  .sp-modal-close {
    filter: brightness(0) invert(1);
  }

  .sp-side-section {
    width: 100% !important;
    height: 100px;
  }

  div#similarProducts {
    flex-direction: column;
    width: 90% !important;
    left: calc(5%) !important;
    top: 10%;
  }

  .btn-cart-wrapper {
    padding-right: 0px;
  }

  .or-divider {
    width: 100%;
    margin-top: 10px;
  }
}

.product_tag-40-generic-buy-template .payment-availability:has(.rp-modal-body) {
  display: none !important;
}

.single-product-reviews > li:not(:first-child) {
  margin-right: 15px;
  border-top: 1px solid #ccc;
}

.single-product-reviews > li {
  width: 100%;
  list-style-type: none;
  padding: 20px;
}

.single-product-reviews {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.woocommerce .single-product-reviews .star-rating span::before {
  color: #fc0;
}

.bed-rates-container img {
  width: 16px;
  margin-bottom: -2px;
  display: inline-block;
}

.sp-modal-content {
  display: none;
}

.sp-modal-content.active {
  display: block;
}

span.br-tooltip {
  display: none;
  background: #c60c29;
  color: #ffffff;
  padding: 10px;
  border-radius: 3px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 300px;
  z-index: 2;
}

.br-tooltip-container {
  position: relative;
  display: inline-block;
}

.br-tooltip-container img {
  cursor: pointer;
}

.bed-rates-container {
  margin-top: 10px;
}

.bed-rates-container > div {
  padding: 5px 10px;
  border: 2px solid transparent;
}

.bed-rates-container > div.active {
  border-color: #c60c29;
}

.bed-rates-container > div:not(:first-child) {
  margin-top: 5px;
}

.bed-rates-container input[type="radio"] {
  accent-color: #c60c29 !important;
}

.br-buttons {
  margin-top: 10px;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.br-buttons > a {
  background: #c60c29;
  padding: 8px;
  color: white !important;
  border: 0;
  text-align: center;
  cursor: pointer;
  transition: 300ms all;
  border-radius: 5px;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.br-buttons > a:hover {
  background: #85071a;
}

/* .br-buttons > a:first-child {
  width: 53% !important;
  margin-right: 2%;
} */

/* .br-buttons > a:nth-child(2) {
  width: calc(45% - 40px) !important;
  margin-right: 40px;
} */

.bed-rates-container > div {
  cursor: pointer;
}

.select-details.fullwidth {
  width: 100% !important;
}

/* .shipping-option {
  opacity: 0.5;
} */
/* .shipping-option input,
.shipping-option a {
  pointer-events: none;
} */

/* .shipping-option:hover,
.shipping-option.active {
  opacity: 1;
} */

/* .shipping-option.active input,
.shipping-option.active a {
  pointer-events: auto;
} */
.btn-calc {
  transition: all 300ms;
}

.btn-calc:hover {
  background-color: #a70b24 !important;
  border-color: #a70b24 !important;
}

.br-buttons .add-to-cart {
  position: relative;
}

.br-buttons .add-to-cart::after {
  opacity: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/cart-spinner.gif);
  right: -35px;
  font-variant: 0;
  top: calc(50% - 17.5px);
  background-repeat: no-repeat;
  background-size: contain;
}

.br-buttons .add-to-cart.active::after {
  opacity: 1;
}

a.btn-calc {
  position: relative;
}

a.btn-calc::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/cart-spinner.gif");
  right: -40px;
  top: calc(50% - 15px);
  background-size: contain;
  opacity: 0;
}

a.btn-calc.clicked::before {
  opacity: 1;
}

.br-buttons > .add-to-cart.added {
  margin-right: 5px !important;
}

#tab_2 .select-details:first-child,
#tab_3 .select-details:first-child {
  width: 100% !important;
}

#tab_3 .box-option-product-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.disable-radio {
  opacity: 0.25;
  pointer-events: none;
}

.call-option {
  text-align: center;
  text-decoration: underline;
  font-style: italic;
}

/* Single Product temporary fix */
.single-product-reviews .comment_container > img.avatar {
  display: none;
}

.comment-text {
  display: flex;
  flex-direction: column;
}

.comment-text .star-rating {
  order: 2;
}

.comment-text .meta {
  order: 1;
  margin-bottom: 0px;
}

.comment-text .description {
  order: 3;
  margin-top: 1em;
}

.oss-advantages {
  text-align: center;
  background: #f2f2f2;
  margin-top: 30px;
}

.oss-advantages img {
  height: 50px !important;
  object-fit: contain;
  filter: brightness(100%) contrast(0%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}
.tab-content .sp-length-section,
.tab-content .sp-size-section {
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap;
}
.sp-length-section .box-options-container > .box-option-wrapper,
.sp-size-section .box-options-container > .box-option-wrapper {
  width: 20%;
  flex-grow: 1;
}
.tab-content .sp-length-section > span,
.tab-content .sp-size-section > span {
  margin-bottom: 0px !important;
}
.tab-content .sp-length-section .box-options-container,
.tab-content .sp-size-section .box-options-container {
  margin-top: 10px;
  gap: 10px;
}

.sp-selection-option-section .box-options-container > a {
  width: 100%;
}

.cart-section-container {
  display: flex;
  flex-direction: column;
}

.cart-section-container .cart-section-1 .location-quantity {
  display: flex;
  margin-bottom: 30px;
}

.text-sales-tag .elementor-heading-title {
  background: #c60c29;
  color: #ffffff !important;
  padding: 5px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.cart-section-container .cart-section-1 .cart-location {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #c60c29;
  font-size: 20px;
}

.product-info {
  position: relative;
  /* margin-bottom: 20px; */
  padding: 0px !important;
}

.shipping-delivery-section-loader-dimmer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.cart-section-container .cart-section-1 .btn-quantity-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cart-section-container .cart-section-1 .btn-quantity-wrapper input {
  width: 50px;
  padding: 5px;
}

.product-info .cart-section-container {
  padding: 20px;
  background-color: #eee;
}

.final-total-price {
  display: flex;
  font-weight: 600;
  color: #c60c29;
  margin-top: 10px;
  padding: 0 19px;
  justify-content: space-between;
  align-items: center;
}

.final-total-price > * {
  /* flex: 1; */
}

.total-price-value {
  text-align: right;
}

.cart-section-1 table tbody tr td:nth-child(2) {
  text-align: right;
}

.btn-request-wrapper a.add-to-cart {
  cursor: pointer;
  transition: 300ms all;
}

.btn-request-wrapper a.add-to-cart:hover {
  background-color: #a70b24 !important;
}

a.flex-prev::before {
  font-size: 40px !important;
  margin-left: 15px !important;
}

a.flex-next::after {
  font-size: 40px !important;
  margin-right: 15px !important;
}

.cart-section-1 table td {
  border: 0 !important;
  background: transparent !important;
  padding: 15px 5px !important;
}

.cart-section-1 tbody tr td:first-child {
  text-align: left;
}

.btn-request-wrapper {
  align-items: center;
}

.btn-quantity-wrapper > span {
  margin-right: 15px;
}

.btn-request-wrapper a.add-to-cart {
  background: #c60c29;
  color: white !important;
  position: relative;
}

.btn-request-wrapper a.btn-request {
  background: white;
  color: #c60c29 !important;
}

.btn-request-wrapper {
  display: flex;
  margin-top: 15px;
}

.btn-request-wrapper > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
}

.offer-section {
  padding: 10px;
  font-weight: 600;
  color: #ffffff;
  background-color: #0f3b58;
}

.discount-section {
  display: flex;
  margin-top: 15px;
  gap: 10px;
  box-shadow: 0 0 5px rgba(150, 150, 150, 0.5);
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  flex-wrap: wrap;
}

.discount-section h3 {
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #000 !important;
}

.offer-section {
  margin-top: 15px;
}

.discount-section > div {
  flex: 1;
  padding: 10px;
  background: #f9f9f9;
  text-align: left;
}

.discount-title {
  font-weight: 600;
  color: #000;
}

.discount-item {
  cursor: pointer;
  transition: 300ms border;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.discount-item:hover {
  background: rgba(5, 144, 63, 0.05);
  border-color: #05903f;
  font-weight: 600;
}

.tab-content .product-inner-details h3 {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: #000 !important;
}

#rentalTerms .box-option > div {
  flex-direction: column;
}

.delivery-option input[type="radio"] {
  accent-color: #c60c29;
}

.delivery-option label {
  cursor: pointer;
  margin-left: 10px;
}

.delivery-option {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.delivery-details-container {
  display: flex;
  margin-top: 0;
  font-size: 16px;
  width: 90%;
  padding: 0;
  margin: auto;
}

/* .delivery-details-container > div {
  flex: 1;
} */

.delivery-details-container > div:last-child {
  text-align: right;
  font-weight: 600;
}

.additional-contents {
  justify-content: space-between;
  gap: 10px !important;
}

.downloadable-contents:first-child {
  width: 55% !important;
}

.downloadable-contents:last-child {
  width: 40% !important;
}

@media (max-width: 768px) {
  .delivery-details-container > div {
    font-size: 14px;
  }

  .additional-contents .downloadable-contents:first-child {
    margin-bottom: 30px;
  }

  .tab-option.active .price {
    font-size: 18px !important;
    margin-top: 0 !important;
  }

  #tab_option_1 .sg-text {
    margin-top: 0px !important;
    font-size: 10px !important;
  }

  .single-product #cart_section .add-to-cart:before {
    left: 15px;
  }

  .shipping-options .shipping-option {
    width: 50% !important;
  }
  div.sp-length-section > span,
  div.sp-size-section > span {
    width: 170px;
  }

  .tab-content > .select-details > input[type="text"] {
    font-weight: 600 !important;
  }

  .select-details > span:first-child {
    font-weight: 300;
    margin-bottom: 0px !important;
    border: 0px !important;
  }

  span.option-label {
    font-size: 14px;
    font-weight: 600 !important;
  }

  #tabs_section .select-items div,
  .custom-select .select-selected {
    font-size: 14px !important;
  }

  .btn-request-wrapper a,
  .continue-shopping-button,
  .call-for-pricing-and-availability-button {
    font-size: 12px !important;
  }

  .shipping-title,
  .shipping-title .text-free {
    font-size: 18px !important;
  }

  .zip_code .btn-calc {
    font-size: 14px !important;
  }

  .discount-section h3 {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .discount-section > div {
    padding: 5px;
    font-size: 8px;
  }

  .zipcode-label {
    display: none;
  }
}

.tax-exemption {
  position: relative;
}

.tax-exemption > img {
  width: 15px;
  margin-bottom: -2px;
  cursor: pointer;
}

.tax-exemption img.te-close {
  width: 15px;
  transition: 300ms all;
}

.tax-exemption img.te-close:hover {
  transform: scale(1.2);
}

.te-content h3 {
  font-size: 20px;
  margin-top: 0px;
}

.tax-exemption .te-content {
  display: none;
  padding: 20px;
  position: absolute;
  left: 0;
  top: -200px;
  background: #fff;
  border-radius: 5px;
  width: 400px;
  z-index: 2;
  box-shadow: 0 0 15px rgba(100, 100, 100, 0.25);
}

.tax-exemption .te-content.active {
  display: block;
}

.tax-exemption img.te-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/* For RTO Products */
.rto-contents .tab-content > .select-details:first-child {
  width: 100% !important;
}

.rto-contents .tab-content > .select-details:first-child .box-option-duration {
  width: 100% !important;
}

.rto-contents .tab-content > .select-details:first-child .box-option {
  width: 23.5% !important;
  align-items: flex-start !important;
  flex-direction: column !important;
}

.rto-contents .tab-option {
  text-align: center;
  min-height: 120px;
}

.rto-contents .tab-option .tab-height {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.rto-size-selection {
  display: flex;
  width: 90%;
  gap: 10px;
}

.rto-size.active {
  border: 1px solid #05903f;
  background: rgba(5, 144, 63, 0.05);
  font-weight: 600;
  cursor: auto;
  pointer-events: none;
}

.rto-size-selection > div:not(.active):hover {
  border-color: #000;
}

.rto-size-selection > div {
  flex: 1;
  background: white;
  padding: 10px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  border-radius: 5px;
  cursor: pointer;
  transition: all 300ms;
  border: 1px solid transparent;
  position: relative;
  text-align: center;
}

a.add-to-cart.btn-disable {
  pointer-events: none !important;
  background: #ccc !important;
  /* opacity: 0.9; */
}

.shipping-zipcode .current-location {
  color: #0f3a59 !important;
}

div#call_section {
  background: #f9f9f9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: 10px;
}

a.btn-call {
  background: #c60c29;
  padding: 10px;
  color: #fff !important;
  font-weight: 500;
  width: 100%;
  text-align: center;
  max-width: 220px;
  border: 2px solid #c60c29;
  transition: background 300ms;
}

a.btn-call:hover {
  background: #f9f9f9;
  color: #c60c29 !important;
}

.box-option-wrapper a.text-upgrade {
  font-size: 14px;
  color: #0368b2;
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.downloadable-contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.downloadable-contents .item {
  background: #c60c29;
  color: white;
  border-radius: 5px;
  text-align: center;
  padding: 5px 40px;
  max-width: 400px;
  width: 95%;
  position: relative;
}

.downloadable-contents .item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/download-icon.png);
  background-size: contain;
  right: 15px;
  top: calc(50% - 10px);
  filter: invert(1);
}

span.text-difference {
  display: block;
  color: #c60c29;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  bottom: 0;
}

div.sp-grade-section .box-option > div {
  display: flex;
  flex-direction: column;
}

div.sp-grade-section .box-option {
  padding: 20px 10px 30px !important;
}

div.sp-grade-section .box-option.active {
  padding: 20px 10px 20px !important;
  display: flex;
  align-items: center;
}

.payment-box-options .box-option {
  text-align: center;
}

.payment-box-options .box-option-duration {
  font-weight: 800;
}

.payment-box-options .box-option-price {
  font-size: 13px;
}
.sp-length-section .box-option-wrapper .box-option,
.sp-size-section .box-option-wrapper .box-option {
  display: flex;
  width: 100%;
}

.additional-contents {
  display: flex;
}

.additional-contents > div {
  width: 50%;
}

.additional-contents iframe {
  border-radius: 15px;
}

.sp-metadata {
  display: none;
}

@media (max-width: 768px) {
  .tab-contents .tab-content.active {
    min-height: 100px !important;
  }

  .cart-section-1 table td {
    font-size: 12px !important;
    padding: 10px 0px !important;
  }

  .final-total-price > * {
    text-align: left;
  }

  .final-total-price {
    padding: 0px !important;
    font-size: 14px !important;
  }

  .final-total-price > span:first-child {
    text-transform: uppercase;
  }

  .total-price-value {
    text-align: right !important;
    color: #000;
    font-weight: 700;
  }

  .cart-section-container .cart-section-1 .btn-quantity-wrapper input {
    font-size: 14px;
    border: 0px;
  }

  .additional-contents {
    flex-direction: column;
  }

  .additional-contents .downloadable-contents a {
    width: 100% !important;
  }

  .additional-contents > div:last-child {
    margin-top: 0px;
    margin-bottom: 0px !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .downloadable-contents > iframe {
    width: 48% !important;
  }

  .box-option .option-blurb {
    flex-direction: column;
    align-items: center;
  }

  .box-option .option-blurb .box-option-product-image {
    width: 50% !important;
    height: 40px !important;
    margin-right: 0px !important;
    margin-bottom: 5px !important;
  }

  .box-option-image {
    width: 100% !important;
    height: 100% !important;
    min-width: 33px !important;
    min-height: 30px !important;
  }

  span.mobile-sp-location {
    color: #c60c29;
  }

  .sp-metadata {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }

  .sp-metadata .show-reviews {
    display: flex;
    align-items: center;
  }

  .rating-avg-value {
    margin-bottom: -5px;
    margin-right: 5px;
  }

  #singleProductRow .product-title {
    margin-left: 0px !important;
  }

  .desktop-shipping-options {
    display: none !important;
  }

  .shipping-options-mobile {
    display: block !important;
  }
}

div#option-delivery.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.single-product-price-section {
  display: none;
}

.single-product-price-section .single-product-price {
  color: #0f9f1d;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
}

.single-product-price-section .full-price {
  font-size: 14px;
}

.btn-request-wrapper a.btn-delivery-option {
  display: none;
}

.btn-request-wrapper .btn-delivery-option {
  background: #c60c29 !important;
  color: white !important;
  transition: 300ms all;
  text-align: center;
  text-decoration: none !important;
}

.btn-request-wrapper .btn-delivery-option.active {
  display: block;
}

.cart-section-container a.btn-delivery-option:hover {
  background-color: #a70b24 !important;
}

.btn-request-wrapper a.disabled {
  opacity: 0.5;
  pointer-events: none !important;
}

.btn-request-wrapper {
  gap: 10px;
}

.feature-blurbs {
  margin: 0px !important;
  padding: 0 15px !important;
}

.tab-content .product-inner-details h3 {
  font-size: 20pt !important;
  margin: 10px !important;
}

.tab-content .product-inner-details {
  /* display: flex;
  gap: 10px;
  justify-content: space-between; */
  width: 100%;
  margin-top: 10px;
}

.tab-content .product-inner-details > div {
  line-height: 1.3em;
}

.tab-content .product-inner-details .mobile-sp-location {
  font-size: 14px !important;
}

.product-inner-details .show-reviews,
.product-inner-details .mobile-sp-location {
  display: none;
}

.downloadable-contents a.item {
  padding: 10px !important;
}

@media (max-width: 768px) {
  .total-price-value {
    text-align: right !important;
  }

  .tab-content .product-inner-details h3 {
    color: #000;
    font-weight: 600;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.3em;
  }

  .product-inner-details .show-reviews,
  .product-inner-details .mobile-sp-location {
    display: block;
  }

  .tab-option.active .tab-title {
    line-height: 1em !important;
  }

  .tab-options span.price,
  .tab-options .tab-title {
    font-size: 12px !important;
  }

  .tab-options > div {
    font-size: 14px;
    min-height: 35px !important;
    padding: 5px !important;
  }

  .tab-option .lowest-price,
  .tab-option .lowest-price .price,
  .tab-option .price,
  .text-not-available {
    font-size: 8px !important;
  }

  .tab-contents {
    border: none !important;
  }

  #mobile-product-gallery {
    border: 1px solid #000 !important;
    border-top: 0px !important;
  }

  .select-details {
    padding: 0px !important;
  }

  .select-details {
    margin-top: 15px !important;
  }

  .tab-content > h3 {
    font-size: 14px !important;
    padding: 0px !important;
    margin-top: 10px;
  }

  .box-options-container {
    margin-top: 0px !important;
  }

  .select-details span.option-label {
    font-size: 12px !important;
  }

  .box-option .option-blurb .box-option-product-image {
    width: 40% !important;
  }

  .box-option-duration,
  .box-option-product-details > div {
    font-size: 7px !important;
    font-weight: 600 !important;
  }

  .box-options-container .box-option {
    padding: 5px !important;
    padding-right: 15px !important;
  }

  .box-option.active::after {
    width: 10px !important;
    height: 10px !important;
  }

  .box-option .option-blurb {
    flex-direction: row !important;
  }

  .tab-content .select-details .box-option {
    padding: 5px !important;
  }

  .text-save,
  .text-difference {
    font-size: 7px !important;
    padding-bottom: 0px !important;
  }

  #buy-grade .box-options,
  #rto-grade .select-details .box-options span {
    padding-bottom: 0px !important;
  }

  .tab-content #rto-grade.select-details .box-option,
  .tab-content #buy-grade.select-details .box-option {
    padding-bottom: 18px !important;
  }

  .tab-content #rto-grade.select-details .box-option.active,
  .tab-content #buy-grade.select-details .box-option.active {
    padding: 5px !important;
    padding-right: 15px !important;
  }

  .select-details span {
    padding-bottom: 0px !important;
  }

  .select-details .box-options-container {
    gap: 3px !important;
  }

  .tab-content .show-reviews .starNo::before {
    font-size: 12px !important;
  }

  #learn-more-20ft {
    display: none !important;
  }

  .show-reviews .rating-avg-value,
  .show-reviews .Stars {
    font-size: 12px !important;
  }

  .downloadable-contents .item {
    max-width: 310px !important;
    margin: auto;
  }

  .downloadable-contents a.item {
    font-size: 10px !important;
  }

  .downloadable-contents a.iem {
    font-size: 10px !important;
    padding: 10px;
    padding-right: 30px;
  }

  .additional-contents .downloadable-contents {
    width: 100% !important;
  }

  .has-stock-label {
    display: block;
  }

  #sp-feature-description .elementor-shortcode {
    line-height: 1.3em !important;
  }

  .alternative-size-image,
  .single-product
    .woocommerce-product-gallery__wrapper
    .woocommerce-product-gallery__image
    a
    img {
    width: 350px !important;
    margin: auto !important;
    height: 300px !important;
  }

  .box-option-wrapper {
    min-width: 100px !important;
    /* min-height: 57px !important; */
  }
}

.custom-rating {
  /* Customize product item layout */
  min-height: 20px;
}

.custom-price {
  font-weight: bold;
}

.custom-product-title > h3 {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  max-height: 3.3em;
  font-weight: 600;
}

.custom-add-to-cart {
  text-align: center;
}

.desktop-shipping-options {
  display: block;
}

.shipping-options-mobile {
  display: none;
}

.call-us-now-local-specials {
  color: #faff00 !important;
}

.call-us-now-local-special-container {
  background-color: #0f3a59;
  background-image: linear-gradient(to right, #0f3a59, #1c6498);
  /* margin: auto; */
  /* width: 93%; */
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.call-us-now-local-special-container p {
  margin: auto !important;
  padding: 15px !important;
}

.shipping-container-delivery-option {
  padding: 20px 20px 10px 20px;
}

.shipping-container-delivery-option h3 {
  font-size: 14pt;
  font-weight: 600;
  color: #000000 !important;
}

.deliver-details-container {
  position: relative;
  margin: 10px 0px 2px 0px;
  background: #eee;
}

.floating-zipcode {
  /* position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0; */
  width: 200px;
  height: fit-content;
  background: #eeeeee;
  text-align: center;
  padding: 10px;
  border: 1px solid #bcbcbc;
  cursor: pointer;
}

.floating-zipcode p {
  margin: 0;
}

.mobile-container_title-display {
  display: none;
}

.product-container-review {
  display: none;
}

@media (max-width: 768px) {
  .floating-zipcode {
    /* position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0; */
    width: 100px;
    height: fit-content;
    background: #eeeeee;
    text-align: center;
    padding: 5px;
    border: 1px solid #bcbcbc;
    cursor: pointer;
    font-size: 7pt;
  }

  .call-us-now-local-special-container {
    font-size: 8pt !important;
    padding: 0 !important;
  }

  .call-us-now-local-special-container a {
    font-size: 1.2em !important;
    padding: 7px 15px !important;
  }

  .shipping-container-delivery-option {
    padding: 2px;
  }

  .shipping-container-delivery-option h3 {
    font-size: 10pt;
    font-weight: 600;
    color: #000000 !important;
  }

  .delivery-details-container {
    margin-bottom: 20px;
  }

  .product-container-review {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* padding: 0 10px; */
  }

  .mobile-container_title-display {
    display: block;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    font-size: 9pt;
    font-weight: 600;
  }
}

.highlight {
  border: 2px solid #f79816;
  box-shadow: 0 0 20px #ff3e00c9;
  transition: border 2s ease-out, box-shadow 2s ease-out;
}

.wc-product-gallery__override li img.flex-active {
  opacity: 1;
}

.wc-product-gallery__override li img {
  opacity: 0.7;
}

.zoomLens {
  width: 100%;
  height: 100%;
  background-size: 200%;
  background-position: 0% 0%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

/* .container-name-wrapper {
  margin-bottom: 30px;
} */

.swal2-container * {
  box-sizing: border-box;
}

.swal2-input {
  width: auto !important;
}

.zipcode-loader-alert {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: none;
}

.shipping-zipcode-alert.loading .zipcode-loader-alert {
  display: flex;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  padding: 0;
}

.wp-product-gallery__image__override {
  margin-right: 0px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}

/* woocommerce product gallery override */
/* desktop 1c6ad26d */
.elementor-element-1c6ad26d.wc-product-gallery__override .flex-viewport {
  height: 450px !important;
}

/* mobile  1bae7cb1 */
.elementor-element-1bae7cb1.wc-product-gallery__override .flex-viewport {
  height: 300px !important;
}

.call-us-now-local-special-container {
  cursor: pointer;
}

.call-us-now-local-special-container * {
  user-select: none;
}

.rounded-full {
  border-radius: 9999px !important;
}

.zipcode_error_message {
  margin-top: 8px;
  color: red;
}

.zipcodeInput.error,
#zipcode-input-alert.error {
  outline: 1px solid #f00;
}

.shipping-zipcode {
  display: flex;
  align-items: center;
}

.shipping-zipcode div {
  align-self: center;
}

.shipping-zipcode > div .zipcode-loader {
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: none;
}

.searchZipBtn {
  padding: 8px 15px !important;
}

.zipcode-btn-loader-wrapper {
  min-width: 150px;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.zipcode-input-wrapper {
  width: 100%;
}

.zipcode-label {
  display: none;
  /* min-width: 78px; */
}

.shipping-zipcode.loading > div .zipcode-loader {
  display: block;
}

.current-location-wrapper {
  margin-top: 10px;
}

.current-location {
  font-size: 14px;
}

.current-location {
  color: black !important;
  text-decoration: underline !important;
  display: block;
  font-weight: 400 !important;
  cursor: pointer;
}

/* zipcode swal2 popup styles */
.onesite-modal-wrapper {
  display: flex;
  position: relative;
  border-radius: 0px !important;
}

.onesite-modal-wrapper .banner {
  background-size: cover;
  background-position: center;
  padding: 15px;
  min-width: 300px;
  background-image: url("https://onsitestorage.com/wp-content/plugins/onsite-single-product-tabs/images/blackbanner.png");
}

.onesite-modal-wrapper .banner div img {
  width: 100%;
  object-fit: contain;
}

.onesite-modal-wrapper .banner div {
  width: 75%;
}

.onesite-modal-wrapper .content {
  width: 100%;
  padding: 40px;
  padding-bottom: 15px;
  text-align: left !important;
  position: relative;
}

.zipcode-swal2-popup.swal2-show,
.swal2-popup.swal2-show .swal2-html-container {
  padding: 0px !important;
}

.zipcode-swal2-popup .swal2-close.zipcode-modal-close {
  background-color: transparent !important;
  outline-width: 1px !important;
  border-radius: 0px !important;
  color: #000 !important;
  border: none !important;
  position: absolute;
  padding: 5px !important;
  top: 0 !important;
  right: 10px !important;
  font-size: 2em !important;
}

.zipcode-swal2-popup {
  width: 800px;
}

@media (max-width: 490px) {
  .zipcode-swal2-popup {
    font-size: 0.6em;
  }
  .zipcode-swal2-popup_buttons-wrap button {
    font-size: 1em !important;
    padding: 10px 20px !important;
  }
}

.zipcode-swal2-popup_title {
  text-align: left;
  margin-bottom: 20px;
  color: black;
  font-size: 1.2em;
}

.zipcode-swal2-popup_button {
  padding: 7.5px 15px !important;
  border-radius: 0px !important;
}

.zipcode-swal2-popup_buttons-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  justify-content: space-between;
}

.zipcode-swal2-popup_call-link {
  color: #c60c29;
  font-size: 1em !important;
  text-decoration: underline;
  text-align: right;
}

.container-name-wrapper {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .onesite-modal-wrapper,
  .onesite-modal-wrapper {
    display: block;
  }

  .onesite-modal-wrapper .banner,
  body[data-elementor-device-mode="tablet"] .onesite-modal-wrapper .banner {
    width: 100%;
    height: 190px;
  }

  .zipcode-swal2-popup .swal2-close.zipcode-modal-close,
  body[data-elementor-device-mode="tablet"]
    .zipcode-swal2-popup
    .swal2-close.zipcode-modal-close {
    color: rgb(232, 232, 232) !important;
  }

  .zipcode-swal2-popup .swal2-close.zipcode-modal-close:hover,
  .zipcode-swal2-popup .swal2-close.zipcode-modal-close:hover {
    color: white !important;
  }

  .zipcode-swal2-popup .onesite-modal-wrapper .banner div,
  .onesite-modal-wrapper .banner div {
    width: 40%;
  }

  /* reduce white spacing on this modes  08222024 */

  .container-name-wrapper,
  .container-name-wrapper {
    margin-bottom: 0px !important;
    /* padding: 10px;
    padding-bottom: 0px; */
  }

  #tabs_section,
  #tabs_section {
    padding-top: 15px;
  }

  #mobile-product-gallery .elementor-widget-woocommerce-product-images,
  #mobile-product-gallery .elementor-widget-woocommerce-product-images {
    display: flex !important;
    justify-content: center !important;
  }

  .elementor-widget-woocommerce-product-images div.elementor-widget-container,
  .elementor-widget-woocommerce-product-images div.elementor-widget-container {
    width: 250px;
  }
}

@media (max-width: 480px) {
  .purchase-container-steps {
    font-size: 10px;
    font-weight: bold;
    color: #141414;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #tab_1 a.box-option > div {
    min-height: 30px;
    width: 100%;
  }

  .zipcode-input-wrapper input,
  .zipcode-btn-loader-wrapper button,
  a.current-location {
    font-size: 0.7em !important;
  }

  .zipcode-btn-loader-wrapper button {
    padding: 8px 4px !important;
  }

  .zipcode-btn-loader-wrapper {
    min-width: 87px !important;
  }

  .zipcode-suggest-dropdown {
    width: calc(100% - 87px);
  }
  .zipcode-input-wrapper input {
    padding: 0.5rem 4px !important;
  }

  .zipcode-input-wrapper input {
    padding: 0.5rem 4px !important;
  }
}

.continue-shopping-button {
  width: 100%;
  border-radius: 9999px;
  text-align: center;
  color: #bd112a;
  background: white;
  padding: 10px 15px;
  border: 1px solid #bd112a;
  cursor: pointer;
  font-size: 16px;
}

.continue-shopping-button:hover {
  transition: 300ms all;
  background: #bd112a;
  color: white;
  border: 1px solid #bd112a;
}

.call-for-pricing-and-availability-button {
  width: 100%;
  border-radius: 9999px;
  text-align: center;
  background: #c60c29;
  color: white;
  padding: 10px 15px;
  border: 1px solid #c60c29;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.call-for-pricing-and-availability-button:hover {
  transition: 300ms all;
  background: #bd112a;
  /* color: white; */
  /* border: 1px solid #bd112a; */
}

.zipcode-suggest-item {
  background: white;
  padding: 10px;
  user-select: none;
  cursor: default;
}

.zipcode-suggest-item:hover {
  background: #d8d8d8;
}

.zipcode-suggest-dropdown {
  width: calc(100% - 150px);
  /* 150px dependent to width of  .zipcode-btn-loader-wrapper*/
  position: absolute;
  top: 45px;
  z-index: 1000;
}

.zipcode-suggest {
  width: 100%;
  border: 1px solid #b5b5b5;
}

.hidden {
  display: none !important;
}

.container-name-wrapper h2,
.container-name-wrapper h1 {
  margin-left: 25px;
  font-size: 20pt;
  margin-bottom: 0 !important;
  font-family: "Poppins", sans-serif !important;
  color: #000000 !important;
  font-weight: 600;
}

@media (max-width: 768px) {
  .container-name-wrapper h2,
  .container-name-wrapper h1 {
    font-size: 10pt;
    margin: 0;
    margin-bottom: 0 !important;
    font-family: "Poppins", sans-serif !important;
    color: #000000 !important;
    font-weight: 600;
  }
}

.searchZipBtn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.main-depot-redirect-modal__backdrop {
  position: fixed !important;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  top: 0;
  z-index: 9999;
}

#main-depot-redirect-modal {
  position: absolute !important;
  /* display: none; */
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: #fff !important;
  padding: 30px !important;
  border-radius: 15px !important;
  width: 90% !important;
  max-width: 500px !important;
  /* z-index: 101 !important; */
  box-shadow: 0 0 30px rgb(0 0 0 / 25%) !important;
}

/* Media Query for Mobile Devices */
@media (max-width: 767px) {
  #main-depot-redirect-modal {
    width: 90%;
    max-width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.main-depot-redirect-modal__message .main_depot {
  font-weight: 600 !important;
  color: #c60c29 !important;
}

#main-depot-redirect-modal .main-depot-redirect-modal__close {
  position: absolute;
  display: none;
  width: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.call-for-best-pricing-link {
  color: blue !important;
  white-space: nowrap !important;
  font-size: inherit !important;
}

.call-for-best-pricing-link:hover {
  text-decoration: underline !important;
}

.found-it-cheaper-text-color {
  color: blue;
}

.cfbp-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.cfbp-tooltip .tooltiptext {
  visibility: hidden;
  width: fit-content;
  /* background-color: black; */
  color: black;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%; /* Position above the text */
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  border: 1px solid #05903f;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.cfbp-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.postal-confirmation-modal__backdrop {
  position: fixed !important;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  top: 0;
  z-index: 9999;
}

#postal-confirmation-modal {
  position: absolute !important;
  /* display: none; */
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: #fff !important;
  padding: 50px !important;
  /* border-radius: 15px !important; */
  width: 90% !important;
  max-width: 650px !important;
  /* z-index: 101 !important; */
  box-shadow: 0 0 30px rgb(0 0 0 / 25%) !important;
}

.postal-confirmation-modal__content-wrapper {
  width: 100%;
  /* display:flex; */
  gap: 50px;
  position: relative;
}

.postal-confirmation-modal__close-button {
  width: 50px;
  height: 50px;
  /* background: red; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#postal-confirmation-modal #myDropdown {
  margin: 0;
  display: inline-block;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  outline: none;
  width: 100%;
  max-width: 100% !important;
}

/* Media Query for Mobile Devices */
@media (max-width: 767px) {
  #postal-confirmation-modal {
    width: 90%;
    max-width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .modal__wrapper {
    width: 90%;
    max-width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #postal-confirmation-modal #myDropdown {
    min-width: auto;
    width: 100%;
  }
}

#postal-confirmation-modal .postal-confirmation-modal__close {
  position: absolute;
  display: none;
  width: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#postal-confirmation-modal .error {
  color: red;
  transition: opacity ease-in-out;
  opacity: 0;
}

#postal-confirmation-modal .show {
  opacity: 1;
}

#postal-confirmation-modal #find-your-deal-button {
  margin-top: 15px;
  font-weight: 500 !important;
  font-size: 1.2em !important;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: relative;
  background-color: #c60c29;
  font-family: "Poppins", Sans-serif;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c60c29;
  border-radius: 6px 6px 6px 6px;
  padding: 15px 30px 15px 30px;
}

#postal-confirmation-modal #find-your-deal-button:disabled,
#postal-confirmation-modal #find-your-deal-button:disabled:hover {
  opacity: 0.7 !important;
}

.postal-confirmation-modal__title {
  font-weight: bold !important;
  color: black !important;
}

.postal-confirmation-modal__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.postal-confirmation-modal__content-text {
  font-size: 1.2em;
}

.postal-confirmation-modal__content-actions {
  display: flex;
  flex-direction: column;
}

.find-your-deal-button__loader {
  position: absolute;
  left: 5px;
  padding-top: 10px;
}

@media (max-width: 480px) {
  #postal-confirmation-modal {
    padding: 25px !important;
  }

  #postal-confirmation-modal h2 {
    font-size: 1.2em;
  }

  .postal-confirmation-modal__close-button svg {
    width: 15px;
    height: 15px;
  }

  .postal-confirmation-modal__content-text {
    font-size: 13px;
  }

  #postal-confirmation-modal #depotInput {
    padding: 0px !important;
    font-size: 13px;
  }

  .postal-confirmation-modal__content {
    /* display: flex; */
    /* flex-direction: column; */
    gap: 15px;
  }

  #postal-confirmation-modal .error {
    font-size: 12px;
    text-align: center;
  }

  #postal-confirmation-modal #find-your-deal-button {
    margin-top: 5px;
    padding: 10px !important;
    font-size: 13px !important;
  }
}

/* hide price if product location is_virtual_depo */
/* [data-id="5c057d26"][data-is-virtual-depot="true"] .box-option-price,
[data-id="5c057d26"][data-is-virtual-depot="true"] span.price,
[data-id="5c057d26"][data-is-virtual-depot="true"] span.lowest-price {
  display: none !important;
}

#cart_section.product-info[data-is-virtual-depot="true"] .total-price,
#cart_section.product-info[data-is-virtual-depot="true"]
  .product-delivery-value,
#cart_section.product-info[data-is-virtual-depot="true"] .total-price-value {
  display: none !important;
} */

/* hiding shipping container delivery section value when there are NO zipcode */
#cart_section.no-zipcode td,
#cart_section.no-zipcode .final-total-price,
#cart_section.no-zipcode .step-3-container {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#cart_section td,
#cart_section .final-total-price,
#cart_section .step-3-container {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* steps styles */
.purchase-container-steps {
  font-size: 18px;
  font-weight: bold;
  color: #141414;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.purchase-container-steps .step {
  color: white;
  padding: 5px 7px;
  background: #555;
  border-radius: 4px;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 16px;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-checkmark {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #c60c29;
  border-radius: 50%;
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-radio:hover input ~ .radio-checkmark {
  background-color: #f0f0f0;
}

.custom-radio input:checked ~ .radio-checkmark {
  background-color: #c60c29;
  border-color: #c60c29;
}

.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked ~ .radio-checkmark:after {
  display: block;
}

.custom-radio .radio-checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.info-icon {
  color: #c60c29;
  cursor: pointer;
  /* margin-left: auto; */
  margin-left: 10px;
  position: relative;
}

.custom-radio .delivery-rate {
  margin-left: auto;
  font-weight: bold;
}

.tooltip {
  visibility: hidden;
  background: #c60c29;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
  position: absolute;
  bottom: 100%; /* Position above the icon */
  left: 50%; /* Start centering */
  transform: translateX(-50%) translateY(-10px); /* Perfect centering */
  width: 300px;
  white-space: normal;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

.info-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.br-buttons a .location-text {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.invisible {
  visibility: hidden;
}

.delivery-options-wrapper {
  display: flex;
  flex-direction: column;
  padding: 5px 25px;
}

.custom-radio.disabled {
  opacity: 0.6;
}

.custom-radio .please-call-for-best-delivery-rates {
  color: #c60c29;
  font-style: italic;
  text-decoration: underline;
}

.custom-radio .enter-zipcode {
  color: #c60c29;
  font-style: italic;
  text-decoration: underline;
}

.custom-radio .delivery-rate-wrap {
  text-decoration: underline;
}

.sp-modal-body .call-for-low-cost:hover {
  text-decoration: underline;
}

.sp-call-trigger-outer-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .sp-call-trigger-outer-wrapper {
    margin-top: 10px;
  }
  .purchase-container-steps {
    font-size: 10px;
    font-weight: bold;
    color: #141414;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #tab_1 a.box-option > div {
    min-height: 30px;
    width: 100%;
  }

  .custom-radio {
    font-size: 12px;
  }
  .custom-radio a {
    font-size: 12px !important;
  }
  .shipping-options {
    margin: 0px;
    width: 100% !important;
  }
  .mobile-container_title-display.container-name-wrapper {
    padding: 5px 10px 0px 10px;
  }

  .select-details {
    margin-top: 0px !important;
  }
}

.accordion {
  width: 100%;
  /* margin: 20px auto; */
  /* border: 1px solid #ccc; */
  /* border-radius: 6px; */
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  background: #f7f7f7;
  padding: 8px 20px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.accordion-header:hover {
  background: #eaeaea;
}

.accordion-content {
  display: none;
  padding: 8px 20px;
  background: #fff;
}

.accordion-header .icon svg {
  transition: transform 0.3s ease;
  font-size: 16px;
}

.accordion-header.active .icon svg {
  transform: rotate(180deg);
}

.sp-grade-section.select-details,
.sp-selection-option-section.select-details {
  display: flex;
  align-items: flex-start !important;
  flex-direction: column;
  padding: 0px;
  margin-top: 0px !important;
  width: 100%;
}

@media (max-width: 480px) {
  .call-trigger-wrapper svg {
    width: 18px;
    height: 18px;
  }
}

/* ozw shortcode styling Start */
.zw-sp-shortcode-wrap {
  border: 1px solid #cacaca;
  width: 93% !important;
  margin: auto;
  padding: 10px;
  background-color: #cccccc;
}

.zw-sp-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zw-sp-wrap .zip-widget {
  width: calc(100% - 123px);
}

/* .zw-sp-submit {
  width: 113px;
  text-align: center;
  background-color: #c60c29 !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 8px !important;
  color: white !important;
}

.zw-sp-submit:hover {
  width: 113px;
  text-align: center;
  background-color: #a00a22 !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 8px !important;
  color: white !important;
}

.zw-sp-submit:focus {
  width: 113px;
  text-align: center;
  background-color: #e91e39 !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 8px !important;
  color: white !important;
} */

.zw-sp-submit {
  width: 113px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 3px !important;
  padding: 8px !important;
}

.zw-sp-submit .ozw-submit__icon,
.zw-sp-location svg {
  display: none;
}

.zw-sp-submit svg.ozw-submit__loader {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
}

.zw-sp-location {
  text-decoration: underline;
  width: 100%;
  text-align: center;
  background-color: #0f3d5e !important;
  color: yellow !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 0px !important;
  padding: 8px !important;
}

.zw-sp-location:hover {
  text-decoration: underline;
  width: 100%;
  text-align: center;
  background-color: #0a2e49 !important;
  color: yellow !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 0px !important;
  padding: 8px !important;
}

.zw-sp-location:focus {
  text-decoration: underline;
  width: 100%;
  text-align: center;
  background-color: #19517c !important;
  color: yellow !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 0px !important;
  padding: 8px !important;
}

@media (max-width: 480px) {
  .zw-sp-shortcode-wrap {
    margin: 0px;
    width: 100% !important;
  }

  .zw-sp-shortcode-wrap * {
    font-size: 0.9em !important;
  }

  .zw-sp-wrap .zip-widget {
    width: calc(100% - 85px);
  }

  .zw-sp-submit {
    width: 75px;
  }

  .zw-sp-wrap {
    gap: 5px;
  }

  .zw-sp-submit svg.ozw-submit__loader {
    width: 19px;
    height: 19px;
  }
}

/* ozw postal persist popup */
.zw-gp-popup-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.zw-gp-popup-wrap input {
  position: relative;
  z-index: 3;
  outline: none;
  border: 2px solid white;
  border-radius: 5px;
}

.zw-gp-popup-submit {
  padding: 8px !important;
  color: white !important;
  border: none !important;
  background-color: #c60c29 !important;
  border-radius: 3px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zw-gp-popup-submit:hover,
.zw-gp-popup-submit:focus {
  padding: 8px !important;
  color: white !important;
  border: none !important;
  background-color: #9c091f !important;
}

.zw-gp-popup-submit:disabled {
  padding: 8px !important;
  color: white !important;
  border: none !important;
  background-color: #9c091f !important;
  opacity: 0.7;
}

.zw-gp-popup-wrap .ozw-submit__loader {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
}

.zw-gp-popup-location,
.zw-gp-popup-wrap .ozw-submit__icon {
  display: none;
}

.zw-gp-popup-wrap .zip-widget,
.zw-gp-popup-wrap .zw-gp-popup-submit {
  width: 100%;
}

.zw-gp-popup-wrap .ozw-submit__label {
  font-weight: 500 !important;
}

@media (max-width: 480px) {
  .zw-gp-popup-wrap * {
    font-size: 0.9em;
  }
  .zw-gp-popup-submit .ozw-submit__loader {
    width: 20px;
    height: 20px;
  }
}

/* remove this clause to revert button display */
/* ozw hide button START*/
/* .zw-sp-submit{
  display:none;
} */

.zw-sp-shortcode-wrap .zip-widget {
  width: 100%;
}

.zw-sp-shortcode-wrap .zw-sp-submit {
  background-color: transparent !important;
  background: transparent !important;
  height: 43px;
  width: 43px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  border: none !important;
  color: #c60c29 !important;
  pointer-events: none;
}

.zw-sp-shortcode-wrap .ozw-submit__label {
  display: none;
}
/* ozw hide button END*/

/* ozw shortcode styling End */

.do-section table > tbody > tr:nth-child(1),
.do-section table > tbody > tr:nth-child(2),
.do-section .location-quantity,
.do-section .cart-section-1 hr {
  display: none !important;
}

.zw-sp-wrap input.zip-input:disabled {
  background: white;
  opacity: 0.7;
}

/* sticky-add-to-cart */

#sticky-add-to-cart-section {
  position: sticky;
  bottom: 0;
  z-index: 100;
  background: white;
  border-top: 1px solid #bbbbbb;
  width: 100%;
  padding: 10px 15px;
}

.sticky-atcs-product-title {
  font-size: 13px !important;
  font-weight: 500;
  color: black !important;
}

.sticky-atcs-product-location {
  font-size: 12px !important;
  font-weight: 500;
  color: #c60c29 !important;
}

.sticky-atcs-product-price {
  color: rgb(59, 58, 58) !important;
}

.sticky-atcs-product-title,
.sticky-atcs-product-price {
  font-family: "Poppins" !important;
}

.sticky-atcs-button {
  background: #c60c29 !important;
  color: white !important;
  font-weight: bold !important;
  padding: 5px 20px !important;
  border-radius: 999px !important;
  min-height: 36px !important;
}

#sticky-atcs-head-loader,
#sticky-atcs-head {
  display: flex;
  gap: 10px;
}

.sticky-atcs-call-button {
  /* color: #c60c29 !important;
  text-decoration: underline !important;
  padding: 5px 15px !important;
  border-radius: 0px !important;
  font-size: 12px !important;
  text-align: center !important; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cfcfcf !important;
  font-weight: normal !important;
  color: #2c2c2c !important;
  padding: 5px 20px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  min-height: 36px !important;
}

.sticky-atcs-button:disabled,
.sticky-atcs-call-button:disabled {
  pointer-events: none;
  opacity: 0.7;
}

@media (min-width: 641px) {
  #sticky-add-to-cart-section {
    display: none !important;
  }
}

.sticky-atcs-zip-form {
  padding: 0px !important;
  background: none !important;
  border-radius: none !important;
  color: #0a2e49 !important;
  border: none !important;
  margin-bottom: 20px;
  text-decoration: underline;
}

.sp-forms-wrapper {
  display: flex;
  gap: 10px;
  font-family: Poppins;
  margin-bottom: 10px;
}
.sp-forms-card {
  border-radius: 15px;
  border: 1px solid #cccccc;
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp-forms-card__label {
  font-weight: 700;
  color: black !important;
  font-size: 14px;
}
.sp-forms-card__text {
  font-size: 12px;
  color: #292524;
}
.sp-forms-card__cta {
  font-size: 12px;
  color: #1a73e8;
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 700;
}

.modal__backdrop {
  position: fixed !important;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  top: 0;
  z-index: 9999;
  overflow-y: auto;
}

.modal__wrapper {
  position: absolute !important;
  top: 30px !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  background: #fff !important;
  padding: 50px !important;
  width: 90% !important;
  max-width: 650px !important;
  box-shadow: 0 0 30px rgb(0 0 0 / 25%) !important;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.modal__close-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal__content-wrapper {
  width: 100%;
  gap: 50px;
  position: relative;
}

.modal__title {
  font-weight: bold !important;
  color: black !important;
}

.modal__description {
  font-size: 13px;
}

@media (max-width: 480px) {
  .modal__wrapper {
    padding: 25px !important;
  }

  .modal__wrapper h2 {
    font-size: 1.2em;
  }

  .postal-confirmation-modal__close-button svg {
    width: 15px;
    height: 15px;
  }

  .postal-confirmation-modal__content-text {
    font-size: 13px;
  }

  .postal-confirmation-modal__content {
    gap: 15px;
  }
}

@media (min-width: 481px) {
  .sp-forms-card__label {
    font-size: 18px;
  }

  .sp-forms-card__text,
  .sp-forms-card__cta {
    font-size: 16px;
  }

  .modal__wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .modal__description {
    font-size: 18px;
  }
  .sp-forms-card__label {
    font-size: 20px;
  }
  .sp-forms-card__text,
  .sp-forms-card__cta {
    font-size: 18px;
  }
}

.zip-widget {
  position: relative;
}

.ozw-suggestion-list li {
  padding: 0.5rem;
  cursor: pointer;
  color: #c60c29;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ozw-suggestion-list li:hover {
  background: #f0f0f0;
}

.ozw-suggestion-list {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
  display: none;
}

/* change location modal styles */
#change-location-modal .modal__wrapper {
  overflow-y: unset;
  padding: 20px !important;
}

.zw-pp-clm-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px !important;
}

.zw-pp-clm-wrap .zip-widget {
  width: calc(100% - 170px);
}

.zw-pp-clm-wrap .ozw-submit {
  width: 155px;
  height: 46px;
}

.zw-pp-clm-wrap .ozw-submit__icon {
  display: none !important;
}

.zw-pp-clm-wrap .ozw-submit,
.zw-pp-clm-wrap .ozw-submit:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c60c29 !important;
  color: white !important;
  border-radius: 4px !important;
  padding: 0px !important;
  border: none !important;
}

.zw-pp-clm-wrap .ozw-location {
  width: 100%;
  height: 46px;
}

.zw-pp-clm-wrap .ozw-submit__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zw-pp-clm-wrap .ozw-location,
.zw-pp-clm-wrap .ozw-location:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f3d5e !important;
  color: white !important;
  border-radius: 4px !important;
  padding: 0px !important;
  border: none !important;
}

.clm__trigger,
.clm__trigger:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px !important;
  border: none !important;
  border-radius: 4px !important;
  background-color: #0f3d5e !important;
  color: white !important;
  width: 100%;
}

.zw-sp-shortcode-wrap svg {
  width: 20px !important;
}

@media (max-width: 480px) {
  .zw-pp-clm-wrap .zip-widget,
  .zw-pp-clm-wrap .ozw-submit {
    width: 100%;
  }
}
