@media (max-width: 767px) {

.event-params .column {
    justify-content: left;
    padding: 5px 20px;
}
.event-params .column label:first-child{
    width: 100px;
    text-align: left;
}
.theater-layout .stage {
  width: 60%;
}
.theater-layout .dancing-floor {
  width: auto;
}
.cart-item .res-item label.width-100 {
  width: 100%;
}
.cart-container .cart-item .reservations .res-item .seat-label {
  font-size: 13px;
}
.totals-row {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    flex-direction: row;
}
.cart-summary .sb-title {
  margin-bottom: 20px;
}
.cart-summary .nav-tabs li {
    border: 1px solid #06121e;
}
.cart-summary .nav-tabs li a{
  margin-right: 0px;
}
#buyer_info .row {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    margin: 10px;
}
  footer .flex-parent-ft {
    display: flex;
    flex-direction: row;
    max-width: 550px;
    margin: 0 auto;
}
.theater-layout .dancing-floor, .theater-layout .stage {
      margin-bottom: 10px;
}
}