*,
*::after,
*::before {
  margin: 0;
  padding: 0;
}
html {
  font-size: 10px;
}
* {
  font-family: 'Montserrat', sans-serif !important;
}
.introImg {
  text-align: center;
  overflow: hidden;
  position: relative;
  height: auto;
  margin-top: 49px;
  /*background-attachment: fixed;
    background-position: top 50px center;
    background-repeat: no-repeat;
    background-size: auto;*/

}
.introImg:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  content: '';
  display: block;
  background-color: #0000006b;
}
img {
  max-width: 100%;
}
.px-5 {
  padding: 5px;
}
.p-5 {
  padding: 5rem;
}
.p-3 {
  padding: 3rem;
}
.pbt-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-30 {
  padding: 3rem 0rem;
}
.pr-0 {
  padding-right: 0;
}
.pt-3 {
  padding-top: 3rem;
}
.py-50 {
  padding: 5rem 0rem;
}
.py-103 {
  padding: 1rem 0rem 3rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.bg-white {
  background-color: white;
  color: black;
}
span.ion-bag:hover {
  color: white;
}
.affix {
  position: fixed;
  left: 0;
  right: 0;
}
.menu-items {
  float: right;
  position: relative;
  top: 8px;
  right: 0;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
.btn {
  border: 0px solid transparent;
}
.btn-lang,
button.btn.btn-lang.dropdown-toggle {
  background-color: #33313d;
  color: white;
}
button.btn.btn-lang.dropdown-toggle {
  background-color: transparent;
  color: white;
}
input::placeholder {
  color: white;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: white;
}
input::placeholder:-ms-input-placeholder {
  color: white;
}
span.ion-ios-search-strong {
  font-size: 2rem;
  border: none;
  color: white;
}
.ion-flame {
  font-size: 3rem;
  margin-right: 2rem;
}
.menu .navbar.navbar-inverse {
  background-color: #302e3a;
  height: 50px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .navbar > .container .navbar-brand {
    margin-left: -2rem;
  }
}
@media (min-width: 768px) {
  .px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
/*details page*/

.gradient-text span {
  background: #00fdad;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00fdad 19%, #00d7f1 46%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00fdad 19%, #00d7f1 46%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00fdad 19%, #00d7f1 46%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fdad', endColorstr='#00d7f1', GradientType=1);
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.event-title-wrapper {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.55);
  margin: auto;
  width: 40%;
  padding: 15px 25px 35px;
  z-index: 0;
  position: absolute;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
  bottom: 50px;
  left: 0;
  right: 0;
}
.event-title-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background-color: #3a1c7e91; */
  z-index: -1;
  background-image: linear-gradient(to right, #1f1c75, #711e94);
  opacity: 0.15;
}
.event-details-date {
  display: table;
  margin: auto;
  color: white;
}
.event-details-info {
  font-size: 1.3rem;
  margin: -15px 0 8px;
  padding-right: 3rem;
  display: table-cell;
}
.event-details-info span:last-of-type {
  font-size: 1.3rem;
  margin: -15px 0 8px;
  padding-right: 3rem;
}
.event-details-info:last-of-type span:last-of-type,
.event-details-info:last-of-type {
  padding-right: 0;
}
.event-details-info .ion-ios-calendar-outline,
.event-details-info .ion-ios-location-outline {
  margin-right: 4px;
  font-size: 2rem;
}
/*tabs*/

.bg-gray {
  background-color: #f5f5f6;
}
.btn-larger {
  min-width: 150px;
}
.description {
  color: black;
}
.description-title {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  color: #251c78;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.description-text {
  text-align: justify;
  font-size: 1.5rem;
}
.choose-zone {
  display: table;
  width: 100%;
}
.choose-zone > p {
  display: table-cell;
  vertical-align: middle;
}
.bg-footer {
  background-color: #25283c;
  color: white;
}
.links-wrap {
  height: 15rem;
}
ul.footer-list,
ul.footer-links {
  list-style: none;
  margin-bottom: 3rem;
}
ul.footer-links {
  border-bottom: 1px solid #404254;
  padding: 3.2rem 0rem 2rem 1.3rem;
}
.footer-links a,
.footer-list a {
  color: white;
  font-size: 1.2rem;
}
.footer-links a {
  text-transform: uppercase;
  font-weight: bold;
}
h5.copyright {
  font-size: 1rem;
  display: table-cell;
  vertical-align: middle;
}
.footer-details {
  display: table;
  padding: 0 0 3rem;
  margin-top: 5rem;
}
.footer-details img {
  height: 4rem;
  display: table-cell;
  vertical-align: middle;
  margin-right: 3rem;
}
.footer-category-group {
  display: table;
  width: 100%;
}
.footer-category-links h5 {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.social-media {
  display: table;
  align-content: center;
}
/*.sm-icon {
    display: table-cell;
    font-size: 1.8rem;
    padding-right: 1.5rem;
    color: white;
    cursor: pointer;
}*/

.ion-bag {
  font-size: 2rem;
  color: #9d9d9d;
}
p.contact {
  font-size: 1.2rem;
}
.payment-icons {
  display: flex;
}
.payment-icons img {
  height: 4.2rem;
  margin-right: 1rem;
}
.img-wrapper {
  height: 200px;
  overflow: hidden;
  vertical-align: middle;
}
.img-wrapper img {
  transform: scale(1);
  transition-timing-function: ease-in;
  transition: 0.5s;
}
.img-wrapper img:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.card-description {
  border: 1px solid #e7eaee;
  border-radius: 5px;
  background-color: transparent;
  padding: 3rem;
  -webkit-box-shadow: -3px 5px 20px -3px rgba(230, 231, 240, 0.88);
  -moz-box-shadow: -3px 5px 20px -3px rgba(230, 231, 240, 0.88);
  box-shadow: -3px 5px 20px -3px rgba(230, 231, 240, 0.88);
  position: relative;
  max-height: 710px;
}
.card-description.affix {
  position: fixed;
  top: 90px;
  width: 23.666667%;
  overflow: auto;
  background-color: white;
  z-index: 1;
}
.card-description-price {
  display: flex;
  color: #888888;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 30px;
}
.card-description-price-txt {
  font-size: 2rem;
}
.card-description-price-txt > span {
  color: black;
  font-size: 2.5rem;
}
.cart-box.visible-part {
  display: block;
}
.cart-box.hidden-part {
  display: none;
}
.cart-box h2 {
  margin-bottom: 25px;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #251c78;
  margin-top: 5px;
}
.cart-box .card-title-dark {
  min-height: 0 !important;
  margin-bottom: 15px;
}
.card-title,
.card-title-white,
.card-title-dark {
  font-size: 1.7rem;
  font-weight: bold;
  align-self: center;
  min-height: 36px;
}
.card-body {
  color: #888888;
}
.card-body .event-details-info {
  display: block;
  margin-top: 0;
  padding-left: 0;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 10px 0;
}
.card-body .event-details-info > span {
  padding-right: 1rem;
  min-width: 20px;
  display: inline-block;
}
.span.card-title,
.span.card-title-white,
.span.card-title-dark {
  font-size: 2.5rem;
}
h5.card-title-dark,
.card-title-dark {
  color: #302e39;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.btn-book-tickets,
.btn-buy-tickets {
  background-image: linear-gradient(to right, #1f1c75, #711e94);
  color: white;
  border-color: transparent;
  font-size: 1.1rem;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
  white-space: initial;
}
.btn-book-tickets:hover,
.btn-send:hover,
.btn-buy-tickets:hover {
  background-image: linear-gradient(to right, #711e94, #1f1c75);
  color: white;
}
.btn-choose {
  width: 5rem;
}
.cart-buttons {
  text-align: center;
}
.cart-buttons .btn-buy-tickets {
  width: auto;
  min-width: 190px;
  text-transform: uppercase;
}
.book-ticket-table {
  width: 100%;
  margin-bottom: 0px;
  color: black;
}
.book-ticket-table thead {
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.book-ticket-table th {
  text-align: left;
  color: gray;
  font-weight: normal;
  padding: 6px 0;
}
.book-ticket-table td {
  padding: 6px 0;
}
.book-ticket-table i {
  color: #31303c;
  font-size: 16px;
}
.ticket-number-input {
  width: 40px;
  padding: 5px 10px;
  text-align: center;
  color: black;
  border-radius: 3px;
  border: 1px solid #dedede;
}
.minus,
.plus {
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid transparent;
  background-color: #3b1c7f;
  color: white;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.minus:hover,
.plus:hover {
  background-color: #6e2491;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.choose-conf {
  margin-bottom: 20px;
}
.choose-ticketNo .btn-book-tickets,
.Room .btn-book-tickets {
  text-transform: uppercase;
}
.choose-ticketNo td {
  vertical-align: middle;
}
.Room {
  border-bottom: 1px solid rgba(47, 45, 56, 0.1);
}
.Room:last-of-type {
  border-bottom: 0px !important;
}
.Room td,
.header-ticketList td {
  padding: 5px 0;
  color: #b0aeae;
}
.choose-seats-wrapper .seat {
  display: inline-block;
  min-width: 81px;
  margin-bottom: 15px;
}
.seat-bg input {
  width: 50px;
}
.seat-bg input:focus {
  outline: none;
}
.seat-bg.available {
  cursor: pointer;
}
.Star {
  color: #251c78;
  margin: 15px 0 20px;
  text-transform: uppercase;
}
.card-description {
  left: auto;
  right: auto;
  top: 0;
  background-color: white;
  margin-bottom: 30px;
}
.event-wrapper:not(:first-of-type) {
  border-top: 1px solid #dddddd;
  padding-top: 25px;
  margin-top: 25px;
}
.card-description .events-wrapper-scroll::-webkit-scrollbar {
  width: 7px;
}
/* Track */

.card-description .events-wrapper-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */

.card-description .events-wrapper-scroll::-webkit-scrollbar-thumb {
  background: #bebebe;
  border-radius: 9px;
}
/* Handle on hover */

.card-description .events-wrapper-scroll::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
}
.content-wrapper {
  padding-top: 40px;
}
.checkout-header {
  color: #251c78;
  margin: 0 0 15px 0;
  font-size: 2.4rem;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-inline-tbl {
  padding: 10px 0 15px;
}
.form-inline-tbl span {
  color: #888888;
  font-weight: normal !important;
}
.informaciiPotvrda,
.informaciiPodiganje {
  margin-top: 30px;
}
.checkbox {
  position: relative;
}
.checkbox label,
.checkbox > label {
  padding-left: 35px;
}
.checkbox input {
  opacity: 0;
}
.checkbox input + span,
.checkbox input + label {
  padding-left: 0px;
}
.checkbox input + span:before,
.checkbox input + label:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #dedede;
  left: 0;
  right: 0;
  border-radius: 3px;
}
.checkbox input:checked + span:before,
.checkbox input:checked + label:before {
  background-image: linear-gradient(to right, #1f1c75, #711e94);
}
.checkbox input + span:after,
.checkbox input + label:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 16px;
  height: 8px;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  opacity: 0;
  transform: rotate(-51deg);
  left: 6px;
  top: 8px;
  transition: all 0.25s ease-in-out;
}
.checkbox input:checked + span:after,
.checkbox input:checked + label:after {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(-51deg);
  left: 6px;
  top: 8px;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.diners-wrapper .checkbox input:checked + label:after {
  top: 12px;
}
.diners-wrapper {
  display: table;
}
.diners-wrapper > div,
.diners-wrapper > select,
.diners-wrapper > span {
  display: table-cell;
}
.diners-wrapper > div {
  padding-left: 35px;
  padding-right: 20px;
}
.diners-wrapper > span {
  padding-left: 20px;
}
.error-message {
  font-size: 10px;
  position: relative;
  bottom: -3px;
  line-height: 1.2;
  display: inline-block;
  float: left;
}
.informaciiPotvrda .error-message {
  top: -13px;
  bottom: auto;
}
.informaciiPotvrda .checkbox {
  margin-bottom: 20px;
}
.shopping-cart-wrapper {
  position: static;
}
.shopping-cart-wrapper.affix {
  position: fixed;
}
.p0 {
  padding: 0;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.numerated-zone-list {
  width: 100%;
  border-collapse: collapse;
}
.choose-seats-wrapper .seat {
  display: inline-block;
  min-width: 81px;
  margin-bottom: 15px;
}
.choose-seats-wrapper .seat > span {
  display: block;
  padding: 5px 0;
}
.seat-bg input {
  width: 50px;
}
.choose-seats-wrapper .seat img {
  width: 30px;
}
.shopping-cart-wrapper .card-body {
  color: #888888;
  padding: 10px 0 5px;
}
.shopping-cart-wrapper .cart-box .card-title-dark {
  min-height: 0 !important;
  margin-bottom: 15px;
}
.btn-inblock {
  display: inline-block;
  margin: 18px 0px;
  width: auto;
  padding: 10px 25px;
}
.cart-buttons .btn {
  padding: 10px 22px;
  margin: 15px 0 0 0;
}
.cart-buttons .btn-gray-border {
  background-color: rgba(107, 30, 146, 0.2);
  color: #301c7a;
  line-height: 1.1;
  transition: all 0.25s ease-in-out;
}
.cart-buttons .btn-gray-border:hover {
  background-color: rgba(107, 30, 146, 0.35);
  transition: all 0.25s ease-in-out;
}
.book-ticket-table th p {
  margin-bottom: 0;
}
.book-ticket-table .ion-close-round {
  cursor: pointer;
}
.currency {
  font-size: 11px;
}
.small,
small {
  font-size: 75%;
}
@media only screen and (max-width: 991px) {
  .btn-book-tickets {
    font-size: 1.1rem;
  }
  .gallery-item:not(:nth-child(3)) {
    margin-bottom: 2rem;
  }
  .navbar > .container .navbar-brand {
    margin-left: 0rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .introImg {
    height: auto;
  }
  .event-title-wrapper {
    width: 80%;
  }
  .carousel-event h1 {
    font-size: 4vw;
  }
  input::placeholder {
    width: 4rem;
  }
  input.searchTerm {
    width: 4rem;
    font-size: 1.2rem;
  }
  .navbar-nav > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.9rem;
  }
  .gradient-box-date {
    padding: 1rem;
  }
  .gradient-box {
    padding: 20px 10px 20px 0;
  }
  .details-wrapper {
    left: 45%;
  }
  h2.event-details-name {
    font-size: 3.9rem;
  }
  .card-description,
  .card-description.affix {
    position: initial !important;
    width: 100%;
    overflow: auto;
    height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .description-title {
    margin-left: 0;
    font-size: 1.5rem;
  }
  /*.event-wrapper {
          padding-right: 15px;
      }
      .event-title-wrapper:before {
          background-image: none;
      }*/
  
  .choose-ticketNo .btn-book-tickets,
  .Room .btn-book-tickets {
    min-width: 74px;
  }
  .navbar-inverse .navbar-collapse {
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(48, 47, 56, 0.9);
    top: 50px;
    z-index: -1;
    padding: 0;
    height: 0;
    transition: all 0.25s ease-in-out;
  }
  .navbar-inverse .navbar-collapse.in {
    height: auto;
    transition: all 0.25s ease-in-out;
  }
  .navbar-nav {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    min-width: 0;
    padding: 5px 40px;
    border-bottom: 1px solid #08080878;
    border-top: 1px solid #3c3c3c;
  }
  .navbar-nav > li:hover a:before {
    display: none;
  }
  .introImg {
    height: auto !important;
    margin-top: 0;
    /*background-size: 230% !important;
          background-position: top 0px center !important;*/
  
  }
  .event-title-wrapper {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.55);
    margin: auto;
    width: 100%;
    margin-bottom: 0;
    z-index: 0;
    position: absolute;
    box-shadow: none;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
  }
  .event-title-wrapper h1 {
    font-size: 2rem;
    margin: 0;
  }
  .event-title-wrapper .event-details-date {
    display: none;
  }
  /*.event-title-wrapper {
          margin-top: 0;
          text-align: center;
          padding: 0 15px 0px;
          height: auto;
          background-color: transparent;
          box-shadow: none;
          width: auto;
          text-align: left;
      }
  
      .event-title-wrapper .event-details-name {
          text-align: left;
          margin-bottom: 27px;
          margin-top: 0;
          padding: 25px 0;
      }
  
      .event-details-date {
          display: block;
          color: #000;
          text-align: left;
      }
  
      .event-details-info {
          display: block;
          margin-bottom: 15px;
      }*/
  
  .search input {
    display: none;
  }
  .search span.ion-ios-search-strong {
    position: absolute;
    right: 18rem;
    top: 13px;
  }
  .menu-items {
    top: -40px;
    right: 7rem;
  }
  .card-description {
    border: none;
    border-radius: 5px;
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    max-height: initial;
  }
  .card-description-price-txt > span {
    font-size: 2rem;
  }
  .cart-total-info {
    font-size: 11px;
    position: absolute;
    bottom: 10px;
  }
  .shopping-cart-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    padding: 0;
    z-index: 99999;
    background-color: white;
  }
  .shopping-cart-wrapper:not(.active) {
    display: none;
  }
  .shopping-cart-wrapper {
    padding: 15px 20px;
    border-radius: 0;
  }
  .shopping-cart-wrapper.affix {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .cart-box:not(.expanded) .card-description-price {
    display: flex;
  }
  .cart-box:not(.expanded) > div {
    display: block;
    width: 100%;
    padding-right: 0;
    max-height: 75vh;
  }
  .cart-box:not(.expanded) .shopping-cart-wrapper,
  .cart-box:not(.expanded) .cart-buttons {
    display: table-cell;
    width: 50%;
  }
  .cart-box:not(.expanded) .card-description-price {
    margin-bottom: 0;
    position: absolute;
    right: 15px;
    width: auto;
    top: 10px;
  }
  .cart-box:not(.expanded) .card-description-price-txt:first-of-type {
    margin-bottom: 0px;
    font-size: 1.2rem;
    margin-right: 10px;
    top: 3px;
    position: relative;
  }
  .cart-box:not(.expanded) .card-description-price-txt:last-of-type {
    margin-bottom: 0px;
  }
  .cart-box:not(.expanded) .card-description-price-txt {
    margin: 0;
    line-height: 1.2;
  }
  .cart-box:not(.expanded) .cart-buttons {
    position: absolute;
    bottom: 35px;
    width: auto;
    right: 15px;
    font-size: 1rem;
  }
  .cart-box:not(.expanded) .cart-buttons a:first-of-type {
    padding: 9px 22px;
  }
  .cart-box:not(.expanded) .cart-buttons a:last-of-type {
    font-size: 1.2rem;
  }
  .cart-box:not(.expanded) .btn-kosnicka.close-btn,
  .cart-box:not(.expanded) .btn-kosnicka.open {
    display: inline-block;
    margin-bottom: 7px;
    color: #828282;
    position: absolute;
    top: 0;
    right: 0;
    margin: 6px 0;
  }
  .shopping-cart-wrapper:not(.open-cart-xs) .events-wrapper-scroll {
    display: none;
  }
  .shopping-cart-wrapper .cart-buttons .close-btn {
    display: none !important;
  }
  .shopping-cart-wrapper .cart-buttons .open {
    display: block !important;
  }
  .shopping-cart-wrapper.open-cart-xs .cart-buttons .close-btn {
    display: block !important;
  }
  .shopping-cart-wrapper.open-cart-xs .cart-buttons .open {
    display: none !important;
  }
  .shopping-cart-wrapper.open-cart-xs .cart-buttons .btn {
    display: inline-block;
  }
  .cart-box .btn-kosnicka span {
    padding-right: 5px;
  }
  .cart-box .btn-kosnicka:active {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .cart-box.expanded .btn-kosnicka {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    color: #828282;
  }
  .shopping-cart-wrapper:not(.open-cart-xs ) {
    padding: 20px 15px 70px;
    height: auto;
    transition: height 0.25s ease-in-out;
    box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.17);
  }
  .shopping-cart-wrapper.open-cart-xs {
    height: 100%;
    max-height: 100%;
    transition: height 0.25s ease-in-out;
    z-index: 999999;
  }
  .cart-box h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    margin-top: 0px;
  }
  .miniCart .panel-footer {
    padding: 13px 15px;
  }
  .choose-conf .choose-zone > p:first-of-type {
    display: none;
  }
  .Room td,
  .header-ticketList td {
    font-size: 12px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gradient-text,
  .gradient-text span {
    background: none;
  }
  .gradient-text span {
    color: #00fdad;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
/*@media (max-width: 575px) {
    .event-title-wrapper {
        margin-bottom: 25px;

        .event-details-name {
            font-size: 24px;
            margin-bottom: 0;
            padding-bottom: 25px;
        }
    }
}*/

.collapsed .ion-ios-arrow-down:before {
  transform: rotate(-90deg);
  transition: all 0.25s ease-in-out;
}
.eventDescriptionContainer .eventDetailsIntro img {
  width: 100%;
}
.seatHover {
  background-color: #302e3a;
  position: absolute;
  z-index: 9;
  display: none;
  margin-top: 50px;
  color: #c2c1c7;
  width: 250px;
  padding: 15px 25px;
  border-radius: 3px;
  animation: fadeIn ease 0.5s;
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.25);
  border-color: #dddddd;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .seatHover {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
    width: 100vw !important;
  }
  .seatHover::after {
    bottom: 0% !important;
  }
}
.border-buttom {
  border-bottom: 1px solid white;
  padding: 5px 0px;
}
.border-left {
  border-left: 1px solid white;
}
.seatHover::after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-bottom-color: #302e3a;
  border-width: 8px;
  margin-left: -12px;
  left: 25px;
}
.label-width {
  width: 120px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
