body {
  background: #53338E !important;
  font-size: 1em;
  user-select: none;
}
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  user-select: none;
}

.textLink {
  color: #53338E !important;
  text-decoration: underline;
}

.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;
}

.footer.bg-lighter {
    background-color: #141414 !important;
}

.navbar {
  z-index: 15;
  background-color: rgba(0,0,0,0.1) !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: #ffd83b;
  
} 
.ud_extraItemsPrice {
  background-color: #e9e9e9;
  
}
.price_promo {
  background-color: #ffd83b;
  
}
.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: #53338E;
}
.cart_subtotal {
  font-weight: 700;
}
.cart_subtotalPrice {
  font-size: 1.1em;
  font-weight: 700;
}
.cart_title {
  font-size: 1.25em;
}
.btn-primary {
  background-color: #53338E !important;
}
.btn-primary:hover {
  background-color: #452A75 !important;
}
.fa-formmini {
  position: relative;
  font-size: 0.55em;
  color: red;
  top: -2px;
  padding-right:10px;
}

.switcher-input:checked ~ .switcher-indicator {
    background: #452A75 !important;
}
.addressTextArea {
  resize: none;
}
.cardOverlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.55s;
}

.cardOverlay:hover {
  background-color: rgba(0,0,0,0.65);
  transition: 0.25s;
  cursor: pointer;
}

.imageOverlayÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ {
  position: absolute;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  top: 0;
}
.cardOverlayContent {
  position: relative;
  color: rgba(0,0,0,0);
  transition: 0.55s;
  text-align: center;
  top: -100px;
  opacity: 0;
}

.cardOverlay:hover .cardOverlayContent {
  opacity: 100;
  transition: 0.55s;
  transition-delay: 0.5s;
}

.cardOverlay img {
  transition: 0.25s;
  filter: grayscale() contrast(200%) blur(1px) !important;
}
.cardOverlay:hover img {
  filter:contrast(800%) grayscale() !important ;
  filter: none !important;
  transition: 0.75s ease-out;
}