.app-loading-wrapper {
  position: relative;
  height: 80px;
  margin-top: -24px;
}

.single-product div.product {
  overflow: visible !important;
}

.woomticket__basket {
  position: relative;
  margin-bottom: 16px;
}

.woomticket__mini-countdown {
  padding: 0;
  font-weight: bold;
}

.woomticket__mini-countdown-running {
  color: #00b000 !important;
}

.woomticket__mini-countdown-approaching {
  color: #ffc000 !important;
}

.woomticket__mini-countdown-expiring {
  color: #b00000 !important;
}

.woomticket__section {
  position: relative;
  font-size: 0.8em;
  background-color: #eee;
}

.woomticket__section .woomticket__section__subscription-tickets-list {
  margin: 0 0 0.5em 0;
  list-style: none;
  padding: 0.5em;
}

.woomticket__summary {
  font-size: 1em;
  font-weight: 600;
  padding: 8px;
  padding-top: 0px;
  padding-bottom: 8px;
  background-color: #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.woomticket__availability {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 2em 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.woomticket__availability select {
  margin: 0 1em 0 0;
}

.woomticket__total {
  text-align: right;
  margin: 0 0.5em;
  width: 100%;
}

.woomticket__quantity {
  padding: 0 0 0 0.5em;
}

.woomticket__quantity-label {
  margin-right: 0.5em;
}

.woomticket__ticket {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.remove-ticket-wrapper {
  display: flex;
}

.remove-ticket-wrapper .remove::before {
  margin-right: 4px;
}

.woomticket__ticket div {
  padding: 0.3em;
}

.woomticket__ticket-detail {
  font-weight: 600;
}

.woomticket__ticket a.remove {
  display: inline-table;
  vertical-align: text-top;
  cursor: pointer;
}

.woomticket__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 24px;
}

.woomticket__ticket_type_select__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.4em;
}
.woomticket__ticket_type_select__title {
  margin-bottom: 0.2em;
}
.woomticket__ticket_type_select__select {
  padding: 0.6em;
}

.woomticket__section__subscription-tickets-list {
  padding: 0.4em;
}
.woomticket__section__subscription-tickets-list li {
  padding: 0.4em;
  margin: 0px;
}

.woomticket__ticket-detail-price {
  font-weight: 400;
}
.woomticket__ticket-detail.subscription-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woomticket__total.subscription-total {
  font-size: 16px;
}

.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.24);
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  font-size: 2px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 1);
  border-right: 1.1em solid rgba(255, 255, 255, 1);
  border-bottom: 1.1em solid rgba(255, 255, 255, 1);
  border-left: 1.1em solid #3d9cd2;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* New styles */

.woomticket__section .woomticket__section-name {
  display: flex;
  font-weight: 600;
  background-color: #efefef;
  width: 100%;
  padding: 12px;
  padding-bottom: 0px;
  justify-content: space-between;
}
.woomticket__section .woomticket__section-name .loader {
  position: relative;
}

.woomtick-basket-ticket-list {
  padding: 12px;
  margin: 0px;
  list-style: none;
}

.woomtick-basket-ticket-list .woomticket-basket-ticket {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 8px;
}

.woomtick-basket-ticket-list .woomticket-basket-ticket:not(:last-child) {
  margin-bottom: 8px;
}
