body.page-template-template-cac-kiosk {
  background-color: #f7f7f7;
}

.container {
  width: 100%;
}

.products-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.the-product-container {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 22px;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

a:not(.learn-more a),
a:not(.learn-more a):hover {
  text-decoration: none !important;
  color: #707070 !important;
}

.select-course {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.the-product-container.active {
  background: #f5f5f5;
}

.product-thumb-info-image {
  margin-bottom: 25px;
}

.product-thumb-info-image img {
  height: 180px;
  margin: 0 auto;
}

.product-thumb-info-content {
  flex-grow: 1;
  text-align: center;
}

.product-thumb-info-content h4 {
  color: #707070;
  font-size: 19px;
  font-weight: 700;
}

.product-thumb-info-content .description {
  color: #707070;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.product-pricing-container {
    font-size: 13px;
    margin-top: 15px;
    font-weight: 600;
}
.product-pricing-container input {
    position: relative;
    top: 2px;
}
#main-proceed-to-checkout-button.checkout-button-disabled {
    opacity: 0.6;
    pointer-events: none; /* Crucial for preventing clicks on <a> tags */
    cursor: not-allowed;
}
.old-price {
  text-align: center;
}

.regular-text {
  text-transform: capitalize;
}

.old-price .the-price {
  font-size: 14px;
  text-decoration: line-through;
}

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

.congress-price .price-title {
  \: uppercase;
  \: 14px;
}

.congress-price .the-price {
}

.add-to-order-btn {
  text-align: center;
  display: block;
  background: #01559a;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  transition: 0.3s ease;
  margin-top: 15px;
  font-weight: 700;
}

.the-product-container.select-course:hover .add-to-order-btn {
  opacity: 0.7;
}

.the-product-container .learn-more {
  margin: 15px 0 0 0;
  display: block;
  text-align: center;
  z-index: 2;
}

.the-product-container .learn-more a {
  text-decoration: underline;
}

.checkout {
  margin-top: 25px;
}

.checkout a.btn.btn-primary {
  color: #fff !important;
}

.the-product-container span.checkbox {
  z-index: 0;
}

.the-product-container.active span.checkbox {
  border-color: #b9b9b9;
}

.the-product-container.select-course span.checkbox:after {
  width: 20px;
  height: 9px;
  top: 6px;
  left: 2px;
}

.the-product-container.active .add-to-order-btn {
  opacity: 0.7;
}

h3 {
  font-size: 18px;
  margin: 0 0 12px;
  line-height: 1.3;
  text-align: center;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  color: #01559a;
  text-align: center;
  line-height: 1.3;
  padding: 0 0 17px;
  margin: 0;
}

.title-section {
  position: relative;
  padding: 20px 0;
}

.cac-logo {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 87px;
}

.guarantee-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 87px;
}

.kiosk-badge {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 135px;
  height: 135px;
}

.kiosk-badge span {
  background: #6fa14c;
  color: #fff;
  text-align: center;
  transform: rotate(45deg);
  position: absolute;
  width: 191px;
  padding: 8px 0;
  font-size: 17px;
  top: 34px;
  right: -41px;
}

.the-product-container.cass-selected,
.the-product-container.bundle-comp {
  background: #d8d8d8;
  cursor: initial;
}

.the-product-container.cass-selected .add-to-order-btn,
.the-product-container.bundle-comp .add-to-order-btn {
  background: #a0a0a0;
}

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

  .cac-logo,
  .guarantee-badge {
    display: none;
  }

  .title-section {
    margin: 0;
  }
}

@media screen and (max-width:989px) {
  .products-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:700px) {
  .products-row {
    grid-template-columns: 1fr;
  }

  .title-section .mm-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
  }

  .title-section h3 {
    grid-column: 1/3;
    margin: 0;
    margin-bottom: 15px;
  }
}
