/*-------------------------
event_price
--------------------------*/
.wp-block.event_price {
  margin-bottom: 64px;
}
.wp-block.event_price .events_dates {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}
@media only screen and (min-width: 1024px) {
  .wp-block.event_price .events_dates {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block.event_price .events_dates {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
.wp-block.event_price .leftside {
  position: relative;
}
.wp-block.event_price .leftside .detail {
  padding: 20px;
  background: #edf4f5;
  border-radius: 4px;
}
.wp-block.event_price .leftside .detail.green {
  background: #edf4f5;
}
.wp-block.event_price .leftside .detail.purple {
  background: #f5edf2;
}
@media only screen and (min-width: 768px) {
  .wp-block.event_price .leftside .detail {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.event_price .leftside .detail {
    padding: 48px;
  }
}
.wp-block.event_price .leftside .detail .single_event {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #cadde1;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .wp-block.event_price .leftside .detail .single_event {
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 30px;
  }
}
.wp-block.event_price .leftside .detail .single_event:last-child {
  margin-bottom: 24px;
}
.wp-block.event_price .leftside .detail .single_event .event_quantity {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.wp-block.event_price .leftside .detail .single_event .event_quantity .sold_out {
  background: #ffd8d8;
  border-radius: 4px;
  padding: 11px 32px;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #d10303;
}
.wp-block.event_price .leftside .detail .single_event .event_single_select {
  width: 72px;
  cursor: pointer;
  height: 50px;
  background: url("/wp-content/themes/vetcpd/assets/images/select-arrow.svg") no-repeat calc(100% - 15px) center #fff;
  border-radius: 4px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.wp-block.event_price .leftside .detail .single_event .event_single_select:-ms-expand {
  display: none;
}
.wp-block.event_price .leftside .detail .single_event .single_price_wrap {
  display: flex;
  gap: 3px;
  margin-top: 18px;
  align-items: center;
}
.wp-block.event_price .leftside .detail .single_event .single_price_wrap .event_price {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  display: block;
}
.wp-block.event_price .leftside .detail .single_event .single_price_wrap .vat_small_text {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
.wp-block.event_price .leftside .detail .single_event .dates_wrapper {
  display: flex;
  gap: 5px 16px;
  flex-wrap: wrap;
}
.wp-block.event_price .leftside .detail .single_event .event_title h4 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 140%;
}
.wp-block.event_price .leftside .detail .single_event .start_date {
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  border-radius: 4px;
}
.wp-block.event_price .leftside .detail .single_event .start_date img {
  margin-top: 3px;
}
.wp-block.event_price .leftside .detail .single_event .location {
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.wp-block.event_price .leftside .detail .single_event .location img {
  margin-top: 3px;
}
.wp-block.event_price .rightside .description {
  margin-bottom: 24px;
}
.wp-block.event_price .rightside .description ul {
  margin-top: -1em;
}
.wp-block.event_price .rightside .description *:last-child {
  margin-bottom: 0;
}
.wp-block.event_price .rightside .bottom_info {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  border-top: solid 1px #cadde1;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #cadde1;
}
.wp-block.event_price .rightside .bottom_info .enquires {
  font-weight: 600;
  margin-bottom: 8px;
}
.wp-block.event_price .rightside .bottom_info a {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 8px;
  color: #c5af67;
}
.wp-block.event_price .rightside .bottom_info a:hover {
  color: #000000;
  text-decoration: none;
}
.wp-block.event_price .event_subtotal {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.wp-block.event_price .event_subtotal .prices {
  margin-left: 16px;
  margin-right: 5px;
}
.wp-block.event_price .event_add_to_cart {
  display: flex;
  justify-content: flex-end;
}
.wp-block.event_price .event_add_to_cart button {
  cursor: pointer;
  border: none;
  padding-left: 58px;
  padding-right: 58px;
}
.wp-block.event_price .event-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  pointer-events: none;
  padding-bottom: 130px;
  overflow: hidden;
}
.wp-block.event_price .event-loading.active {
  width: 100%;
  height: 100%;
}
.wp-block.event_price .lds-ring,
.wp-block.event_price .lds-ring div {
  box-sizing: border-box;
}
.wp-block.event_price .lds-ring {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
.wp-block.event_price .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #9a4e7a;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #9a4e7a transparent transparent transparent;
}
.wp-block.event_price .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.wp-block.event_price .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.wp-block.event_price .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wp-block.event_price .addside {
  display: flex;
  flex-direction: column;
}
.wp-block.event_price .addside #addToCartButton {
  cursor: pointer;
  background: #9a4e7a;
  padding-left: 58px;
  padding-right: 58px;
}
.wp-block.event_price .addside #addToCartButton:after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
  color: #fff;
  -webkit-animation: none;
  animation: none;
}
.wp-block.event_price .addside #addToCartButton + .wc-forward {
  display: block;
  margin-top: 8px;
  cursor: pointer;
  width: 100%;
  padding-top: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #776a3e;
  padding: 8px 100px;
  background: #eee7d1;
  transition: background 400ms ease, color 400ms ease;
  border-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .wp-block.event_price .addside #addToCartButton + .wc-forward {
    max-width: 328px;
  }
}
.wp-block.event_price .addside #addToCartButton + .wc-forward:hover {
  transition: background 400ms ease, color 400ms ease;
  background: #9e8d53;
  color: #fff;
}