body.page-template-template-cac-kiosk-upsell {
  background: #f9f9f9;
}

#footer {
  display: none;
}

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

.add-to-order-btn:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}

.add-to-order-btn.selected {
  background: #6fa14c;
}

.add-to-order-btn:focus {
  text-decoration: none !important;
  color: #fff;
}

a.add-to-order-btn.disabled {
  background: grey;
  pointer-events: none;
}

.add-to-order-btn.rm-hide {
  opacity: 0;
}

.checkout {
  margin-top: 25px;
  text-align: center;
}

.checkout .todays-total {
  font-size: 23px;
  margin-bottom: 25px;
  margin-top: 25px;
}

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

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: 139px;
}

.table-container {
  background: #fff;
  padding: 35px;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.table-container table {
  width: 100%;
}

.table-container table thead {
  border-bottom: 1px solid silver;
}

.table-container table th {
  font-size: 15px;
  text-transform: uppercase;
}

table td {
  padding: 0 15px 0 0;
}

table td.product-name {
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-notice {
  display: none;
  position: absolute;
  border: 1px solid #ddd;
  z-index: 999;
  bottom: 20px;
  left: calc(50% - 696px / 2);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #fff;
  margin: 0;
}

.button.wc-forward {
  display: none !important;
}

.woocommerce-cart .backbtn {
  margin-bottom: 20px;
}

.upsell-row {
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: auto auto;
  gap: 0px 40px;
  justify-items: flex-start;
  align-items: flex-start;
  margin: 30px 0;
}

.upsell-row img {
  grid-row: 1 / span 2;
  width: 100%;
}

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

.upsell-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.disclaimer {
  max-width: 750px;
  margin: 30px auto 0;
  font-size: 18px;
}

.or-container {
  display: none;
  position: relative;
  padding-bottom: 25px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.or-text {
  background: #fff;
  padding: 0 15px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.or-line {
  border-bottom: 2px solid #ddd;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

/** Progress Bar **/
.thrv-progress-bar {
  max-width: 640px;
  width: 100%;
  margin: 10px auto;
}

.tve-progress-bar {
  background-color: #EBECF1;
  border-radius: 5px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

[data-css="tve-u-17299692caa"] {
  width: 66%;
}

.thrv_data_element_start .tve_progress_bar_fill {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.thrv_data_element_start .tve_progress_bar_fill {
  -webkit-animation: progress-bar 2s ease;
  animation: progress-bar 2s ease;
}

.tve_progress_bar_fill {
  border-radius: 1px;
  height: 2.778em;
  overflow: hidden;
}

[data-css="tve-u-1729968acb2"] {
  background-color: rgb(91, 91, 91);
}

.tve-progress-bar-label {
  color: #fff;
  display: block;
  font-weight: 300;
  line-height: 26px;
  overflow: visible;
  max-width: 80%;
  padding: 10px 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 3;
}

.tve-progress-bar .thrv-inline-text {
  padding: 2px 10px;
  min-width: 30px;
}

@-webkit-keyframes progress-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes progress-bar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/** END Progress Bar **/
@media screen and (max-width:1395px) {

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

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

  .thrv-progress-bar,
  .title-section h2 {
    grid-column: 1/3;
  }
}

@media screen and (max-width:989px) {
  .table-container {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }

  /* Clean up Tables to no longer look like tables */
  table thead {
    display: none;
  }

  table tr {
    display: grid;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    width: 100%;
  }

  table td {
    padding-right: 0;
  }

  .or-container {
    display: block;
  }

  .add-to-order-btn {
    margin: 15px auto;
    width: 100%;
  }
}

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

  .upsell-row img {
    max-width: 150px;
    grid-row: unset;
    margin-bottom: 15px;
  }

  .upsell-btn {
    margin-bottom: 20px;
  }

  .title-section h2 {
    font-size: 25px;
    margin: 0;
    padding: 0;
  }
}
