.info_box {
  border: 2px solid #c0b45d;
  padding: 30px;
  margin-bottom: 30px; }

.button_round {
  background-color: #c0b45d;
  color: #fff;
  border-radius: 50px;
  border: none; }
  .button_round:hover {
    background-color: #14284b; }

.event_date, .event_time, .event_location {
  padding-left: 50px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain; }

.event_date {
  background-image: url("../images/calendar.svg"); }

.event_time {
  background-image: url("../images/clock.svg"); }

.event_location {
  background-image: url("../images/map-pin.svg"); }

.ticket_types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px; }
  .ticket_types .type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ticket_types .type p {
      margin-bottom: 0;
      color: #505d8e;
      font-weight: bold; }

.single-product .simple_image {
  padding-top: 200px; }
  @media (min-width: 1200px) {
    .single-product .simple_image {
      padding-top: 300px; } }

.share_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .share_wrapper .share_text {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: gotham-regular; }
  .share_wrapper .share_link {
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #000; }
