body {
  background: #ececea !important;
  font-size: 1em;
  user-select: none;
}

.webshopLogo {
  width: 175px;
}

.textLink {
  color: #53338E !important;
  text-decoration: underline;
}

.navbar-nav .webshopBtn {
	color: #d2d2d2 !important;
	border-radius: 20px !important;
	height: 50px !important
}

.navbar-nav .webshopBtnNoLoad {
	color: #d2d2d2 !important;
	border-radius: 20px !important;
	height: 50px !important
}

.pca .pcatext {
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-size: 0.85em !important;
}

.navbar .dropdown-menu {
  -webkit-animation: shopDropdownAnimation .25s !important;
          animation: shopDropdownAnimation .25s !important;
}
.navbar {
  z-index: 15;
  background-color: #ffffff !important;
}

.showdetails_pre-title {
	display: block;
	font-weight: 300;
	font-size: 0.85em;
}
.showdetails_title {
	display: block;
	font-size: 1.5em;
	padding-top: 0;
	line-height: 0.85em;
	font-weight: 700;
}
.showdetails_post-title {
	display: block;
	font-weight: 300;
	font-size: 0.85em;
}
.showdetails_date {
	display: block;
	font-weight: 300;
	font-size: 0.85em;
}
.showdetails_venue {
	display: block;
	font-size: 1.25em;
	padding-top: 0;
	line-height: 0.85em;
	font-weight: 700;
}
.showdetails_doors {
	display: block;
	font-weight: 300;
	font-size: 0.85em;
}
.showdetails_pricename {
	display: block;
	font-weight: 500;
	font-size: 1em;
}
.showdetails_pricedesc {
	display: block;
	font-weight: 500;
	font-size: 0.85em;
	padding-top: 8px;
}
.page_timer {
	font-size: 1.25em;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
	padding-right: 25px;
}
.page_timer_instructions {
	font-size: 0.65em;
	font-weight: 500;
	color: #fff;
	vertical-align: middle;
}
.price_quantity {
	width: 40px;
	text-align: center;
}
.showdetails_price {
	display: block;
	font-weight: 700;
	font-size: 1.15em;
	line-height: 0.75em;
}
.showdetails_servicefee {
	font-size: 0.5em;
	line-height: 0.1em;
}
.price_promo {
  background-color: #7ED3F7;

}
.ud_extraItemsPrice {
  background-color: #e9e9e9;
}
.cart_showTitle {
  display: block;
  font-size: 1.1em;
}
.cart_venueDetails {
  display: block;
  font-size: 0.8em;
}
.cart_price {
  font-size: 1.10em;
  font-weight: 500;
  color: rgba(0,0,0,0.5);
}
.cart_priceDetail {
  display: block;
  font-size: 0.65em;
}
.cartTools {
  color: #c0c0c0;
  transition: all .15s ease-in;
  cursor:pointer;
}
.cartTools:hover {
  color: #ee1122;
}
.cart_subtotal {
  font-weight: 700;
}
.cart_subtotalPrice {
  font-size: 1.1em;
  font-weight: 700;
}
.cart_title {
  font-size: 1.25em;
}
.btn-primary {
  background-color: #ee1122 !important;
}
.btn-primary:hover {
  background-color: #c10f1d !important;
}
.fa-formmini {
  position: relative;
  font-size: 0.55em;
  color: red;
  top: -2px;
  padding-right:10px;
}

.switcher-input:checked ~ .switcher-indicator {
    background: #c10f1d !important;
}
.addressTextArea {
  resize: none;
}

.footer a {
  text-decoration: none !important;
}
.btn {
	border-radius: 20px;
}