body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #fff !important; }

nav {
  display: none !important; }

.container.p-t-md {
  padding-top: 0 !important; }

#cookies {
  display: none; }

#sidebar {
  display: none !important; }

#content {
  width: 100% !important; }
  #content > .m-b:not(#pane-event) {
    display: none; }

#pane-event small {
  font-size: 16px; }

#pane-tickets {
  counter-reset: item;
}

#pane-tickets p,
#pane-tickets select,
#pane-tickets .row.visible-md-block.visible-lg-block,
#pane-tickets .col-md-3:nth-child(1),
#pane-tickets .col-md-3:nth-child(2) {
  display: none !important;
}

#pane-tickets input:not(#memberid1):not(#zip1) {
  display: none;
}

#pane-tickets [id^="cineville"] {
  position: relative;
}

#pane-tickets [id^="cineville"]::before {
  counter-increment: item;
  content: "Ticket " counter(item);
  position: absolute;
  left: -51px;
  top: 50%;
  transform: translateY(-55%);
}

#pane-tickets [id^="cineville"] input:not(#memberid1):not(#zip1) {
  display: block !important;
}

#pane-quantity select {
  font-size: 18px;
  margin-top: -5px;
  color: #000;
  pointer-events: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

#pane-buttons {
  margin-top: 30px;
  display: block; }
  #pane-buttons .col-sm-4 {
    width: 50% !important; }
  #pane-buttons .col-xs-6 {
    width: 100%;
    text-align: right; }
  #pane-buttons .col-xs-6:nth-child(2) {
    text-align: right; }
  #pane-buttons #continueshopping {
    display: none;
    visibility: hidden; }
  #pane-buttons p.text-muted {
    display: none;
    visibility: hidden; }

#shop-seating-canvas #canvas-pane {
  border: none !important; }

  #shop-seating-canvas #frontindicator {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-top: -15px;
    margin-left: 96px;
    --num-of-rows: 9;
    width: calc(var(--num-of-rows) * 36px - 4px);
  }
  
  #shop-seating-canvas #frontindicator::after {
    position: absolute;
    content: ' ';
    height: 200px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("https://cinecitta.nl/wp-content/themes/cinecitta/assets/ticketlab-styles/assets/stage-front.png"), url("https://cinecitta.twist-it.agency/wp-content/themes/cinecitta/assets/ticketlab-styles/assets/stage-front.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 125%;
  }
  
  /* styles for screen indicator in different rooms */
  
  /* zaal 3 */
  #shop-seating-canvas .location-4 #frontindicator {
    --num-of-rows: 9;
  }
  
  /* zaal 4 */
  #shop-seating-canvas .location-5 #frontindicator {
    --num-of-rows: 7;
  }
  
  /* zaal 5 */
  #shop-seating-canvas .location-6 #frontindicator {
    --num-of-rows: 6;
  }
  
  /* zaal 6 */
  #shop-seating-canvas .location-7 #frontindicator {
    --num-of-rows: 8;
  }

#shop-seating-canvas .peg {
  border-color: #000;
  background-color: #000 !important;
  cursor: pointer !important;
  z-index: 100; }

#shop-seating-canvas .seat,
#shop-seating-canvas .legenditem-indicator,
#shop-seating-canvas .peg {
  background-image: none !important;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  z-index: 100;
  cursor: unset; }
  #shop-seating-canvas .seat.seat-blocked, #shop-seating-canvas .seat.legend-blocked,
  #shop-seating-canvas .legenditem-indicator.seat-blocked,
  #shop-seating-canvas .legenditem-indicator.legend-blocked,
  #shop-seating-canvas .peg.seat-blocked,
  #shop-seating-canvas .peg.legend-blocked {
    border-color: #c7c7c7;
    background-color: #c7c7c7 !important; }
  #shop-seating-canvas .seat.seat-available,
  #shop-seating-canvas .legenditem-indicator.seat-available,
  #shop-seating-canvas .peg.seat-available {
    cursor: pointer; }
  #shop-seating-canvas .seat.seat-available, #shop-seating-canvas .seat.legend-available,
  #shop-seating-canvas .legenditem-indicator.seat-available,
  #shop-seating-canvas .legenditem-indicator.legend-available,
  #shop-seating-canvas .peg.seat-available,
  #shop-seating-canvas .peg.legend-available {
    border-color: #000; }
  #shop-seating-canvas .seat.seat-unavailable, #shop-seating-canvas .seat.legend-unavailable,
  #shop-seating-canvas .legenditem-indicator.seat-unavailable,
  #shop-seating-canvas .legenditem-indicator.legend-unavailable,
  #shop-seating-canvas .peg.seat-unavailable,
  #shop-seating-canvas .peg.legend-unavailable {
    border-color: #e32a16;
    background-color: #e32a16 !important; }
  #shop-seating-canvas .seat.seat-selected, #shop-seating-canvas .seat.legend-selected,
  #shop-seating-canvas .legenditem-indicator.seat-selected,
  #shop-seating-canvas .legenditem-indicator.legend-selected,
  #shop-seating-canvas .peg.seat-selected,
  #shop-seating-canvas .peg.legend-selected {
    border-color: #000;
    background-color: #000 !important; }

#shop-seating-canvas .legenditem {
  width: unset !important;
  float: none !important;
  display: inline-block;
  margin-bottom: 15px; }
  #shop-seating-canvas .legenditem:not(:last-of-type) {
    margin-right: 20px; }

#shop-seating-canvas .legenditem-description {
  margin: 4px 0 0 40px;
  font-weight: 700;
  font-size: 18px;
  color: #000; }

#shop-seating-canvas .rowindicator {
  text-transform: uppercase; }

#shop-seating-canvas .rowindicator {
  margin-top: 25px; }

#shop-seating-canvas #seats-container {
  position: relative;
  margin-top: 30px; }

#shop-seating-canvas #legend-pane {
  left: 50%;
  transform: translate(-50%, 0); }

#back-hint {
  display: none; }

.btn-success {
  background-color: #e32a16 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 8px 15px !important;
  border: 2px solid #e32a16 !important; }

.btn-default {
  background-color: #000 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 8px 15px !important;
  border: 2px solid #000 !important; }

#frm #pane-cart h3 {
  display: block;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 15px !important; }

#frm .form-control {
  border-color: #c7c7c7; }
  #frm .form-control:focus {
    border-color: #000; }

#frm .removefromcart,
#frm .seating,
#frm #addcoupon {
  font-size: 12px !important;
  background-color: #fff !important;
  color: #000 !important;
  padding: 4px 10px !important; }

#frm .seating {
  margin-left: 15px; }

#payment-mollie-result-buttons {
  display: none; }

#seats-container .ui-droppable.seat.seat-available-seat-flag-wheelchair {
  background-image: url('https://cinecitta.nl/wp-content/themes/cinecitta/assets/images/icon-wheelchair.svg') !important;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

div#pane-custom-columns {
  display: none;
}