body {
  background-image: linear-gradient(90deg, #00b3dc 0%, #006fbb 100%);
}
body .tickets-page-container .ticket-container .cart-button {
  background-color: #fabf00;
}
body .tickets-page-container .ticket-container .more-button, body .tickets-page-container .cart-container {
  background-color: #002066;
}
body .top-menu-container {
  top: 60px;
}
body .tickets-page-container .category {
  color: #002066;
}
body .top-menu-container .top-menu > div:first-child {
  background-color: #fabf00;
}
body .top-menu-container .top-menu .menu {
  margin-left: 90px;
}
body .top-menu-container .top-menu .menu .item a {
  color: #0f6e8d !important;
  font-size: 24px;
}
body .top-menu-container .top-menu .location, body .top-menu-container .top-menu .language {
  background-color: #9c438f;
  color: #ffffff;
  width: 308px;
  max-width: 308px;
  margin-left: 100px;
}
@media (max-width: 800px) {
  body .top-menu-container .top-menu .location, body .top-menu-container .top-menu .language {
    height: 26px;
    width: 200px;
    max-width: 200px;
    font-size: 9px;
    line-height: 9px;
  }
}
@media (max-width: 515px) {
  body .top-menu-container .top-menu .location, body .top-menu-container .top-menu .language {
    height: 26px;
    width: 200px;
    max-width: 200px;
    font-size: 9px;
    line-height: 9px;
  }
}
@media (max-width: 400px) {
  body .top-menu-container .top-menu .location, body .top-menu-container .top-menu .language {
    display: none;
  }
}
body .top-menu-container .top-menu .location {
  z-index: 2;
  top: 0;
}
body .top-menu-container .top-menu .language {
  z-index: 1;
  top: -43px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 23px;
  margin-left: 150px;
}
@media (max-width: 1300px) {
  body .top-menu-container .top-menu .language {
    top: -37px;
  }
}
body .top-menu-container .top-menu .logo {
  left: 0;
  top: -60px;
}
body .top-menu-container .top-menu .logo img {
  height: 150px;
  width: auto !important;
}
body .tickets-container-column .ticket-container-outer {
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
body .tickets-container-column .ticket-container-outer .ticket-container {
  border-color: #001e6b;
}
body .tickets-container-column .ticket-container-outer::before, body .tickets-container-column .ticket-container-outer::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
}
body .tickets-container-column .ticket-container-outer::before {
  top: 0;
  background-image: url("../images/onice/box-top.png?v2");
  aspect-ratio: 880/173;
}
body .tickets-container-column .ticket-container-outer::after {
  bottom: 0;
  background-image: url("../images/onice/box-bottom.png?v2");
  aspect-ratio: 880/91;
}
@media (max-width: 1230px) {
  body .tickets-container-column .ticket-container-outer::after {
    bottom: 15px;
  }
}
@media (max-width: 1110px) {
  body .tickets-container-column .ticket-container-outer::after {
    bottom: 20px;
  }
}
@media (max-width: 1060px) {
  body .tickets-container-column .ticket-container-outer::after {
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  body .tickets-container-column .ticket-container-outer::after {
    display: none;
  }
}
@media (max-width: 1230px) {
  body .tickets-container-column .ticket-container-outer {
    margin-bottom: 10px;
  }
}
@media (max-width: 1110px) {
  body .tickets-container-column .ticket-container-outer {
    margin-bottom: 5px;
  }
}
@media (max-width: 1060px) {
  body .tickets-container-column .ticket-container-outer {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  body .tickets-container-column .ticket-container-outer {
    padding: 15px;
  }
}

/*# sourceMappingURL=onice.css.map */
