/* css/custom_tss_phone.css */
@media (min-width: 10em) {
  .section_name {
    font-size: 0.8rem;
  }
  .countdown_hdr {
    flex: 1;
    text-align: center;
    text-decoration-line: none;
  }
  .ticket_combobox {
    font-size: 1.4rem;
  }
  .section_container_checkout {
    place-items: center;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration-line: none;
    font-size: 1.4rem;
    color: #005c8e;
    width: 90%;
    margin: auto;
  }
  .timerDivContainerGrid {
    display: grid;
    grid-gap: 0.1125rem;
    grid-template-columns: 1fr 2fr 0.5fr;
    align-items: center;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: 0.6rem;
    margin: auto;
  }
  .leftSideCheckout {
    text-decoration-line: none;
    text-align: center;
    font-weight: normal;
    font-size: 0.7rem;
    white-space: nowrap;
  }
  .cart_div_responsive_view_stage {
    display: grid;
    grid-template-columns: 2.0fr 0.3fr;
    background-color: #eee;
    align-items: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin: 0 auto;
    width: 88%;
  }
  .cart_div_responsive_checkout {
    display: grid;
    grid-row-gap: 0.5rem;
  }
  .cart_div_responsive_checkout_main {
    display: grid;
    grid-template-columns: 0.14fr 0.5fr;
    grid-template-columns: 1fr;
    align-items: center;
    margin: auto;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: block;
    grid-template-columns: 0.3fr 0.4fr 0.3fr;
    justify-content: center;
    align-items: center;
  }
  .checkout-button {
    padding: 0.2rem 0.6rem;
    background-color: #0077b6;
    color: #fff;
    border: none;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: background-color 0.3s;
    bottom: 1.25rem;
    right: 1.25rem;
    white-space: nowrap;
    float: right;
    font-size: 1.4rem;
  }
  .timerDivContainer {
    width: 90%;
    margin: auto;
    font-size: 0.8rem;
    font-weight: bold;
    white-space: nowrap;
    background-color: #eee;
    margin: auto;
  }
  .section_name,
  .section_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0.78125rem, 1fr));
    place-items: center;
    background-color: #fff;
    margin: 0.625rem;
    text-align: center;
    font-weight: bold;
    text-decoration-line: none;
    font-size: 1rem;
    color: #005c8e;
    width: 100%;
    margin: auto;
  }
  .banner_img_div img {
    max-width: 100%;
    height: auto;
    width: 80%;
  }
  .detail_td {
    padding: 0.1rem;
    width: 18px;
    height: 18px;
  }
}
/*# sourceMappingURL=custom_tss_phone.css.map */
