
:root {
  --personCountOpacity: 0.5;
}

.HdOrderTileImageBig {
    display: none;
    position: absolute;
    padding: 5px;
    -webkit-box-shadow: 0px 15px 46px 0px rgba(26,26,29,1);
    -moz-box-shadow: 0px 15px 46px 0px rgba(26,26,29,1);
    box-shadow: 0px 15px 46px 0px rgba(26,26,29,1);
    background-color: #FFFFFF;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.HdOrderTileImage {
    display: block;
    position: relative;
    margin-top: -15px;
}
.smallTile .HdOrderTileImage {
	position: absolute;
	top: 18px;
	margin: 0px;
}
.HdOrderTileImage div {
    max-height: 50px;
    overflow: hidden;
}
.HdOrderTileImage img {
    border: 1px solid #ccc;
    width: 50px;
    height: auto;
}
.smallTile .HdOrderTileImage img {
    width: 60px;
}

.HdOrderTileImage span {
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;  
    font-size: 14px;
}
.smallTile .HdOrderTileImage span {
	top: -6px;
	left: -6px;
	font-size: 18px;
}

.HdOrderTileImageBig {
    display: block;
    position: absolute;
    max-width: 100%;    
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Article Tiles */
.HdOrderTileBoxWrapper {
    /*display: inline-block;
    width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.HdOrderTileBox {
    position: relative;
    width: 350px;
    min-height: 100px;
    gap: 20px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-top:10px;
    margin-left: 10px;
    padding-bottom: 60px; /* initial; will be modified by js*/
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    background-color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	overflow: hidden;
}

/* Events box */
.HdOrderTileBoxWrapperEvents .HdOrderTileBox {
  	width: 100%;
}
@media (min-width: 1400px) {
  .HdOrderTileBoxWrapperEvents .HdOrderTileBox {
    width: 47%;
  }
}


.HdOrderTileBox .tileTitle {
    position: absolute;
    top: -33px;
    left: -10px;
}
.HdOrderTileBox .HdOrderItemTitle {
    border-bottom: 0px;
}
.HdOrderTileBox .imageBox {
    display: block;
    position: relative;
    height: 250px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
    cursor: pointer;
}
.HdOrderTileBox .imageBox img {
    display: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.HdOrderTileBox .imageBox img:first-child {
    display: inline;    
}
.HdOrderTileBox .imageBox div.priceBoxBase,
.HdOrderTileBox .imageBox div.imageLocation {
    display: block;
    position: absolute;
    width: 100%;
    padding: 5px;
    text-align: left;
    background-color: rgba(51, 51, 51, 0.5);
    color: #FFFFFF;
    cursor: initial;
}
.HdOrderTileBox .imageBox div.priceBoxBase {
    bottom: 0px;
    font-size: 16px;
}
.HdOrderTileBox .imageBox div.imageLocation {
    top: 0px;
    left: 0px;
}
.HdOrderTileBox .imageBox div.tileIcons {
	display: grid;
	grid-template-columns: repeat(2, min-content);
	grid-gap: 10px;
	white-space: nowrap;
	float: right;
	height: 27px;
	justify-items: center;
	width: auto;
}
.HdOrderTileBox .imageBox div.tileIcons span {
    font-size: 1.4em;
    color: #FFFFFF !important;
}
.HdOrderTileBox .imageBox div.tileIcons select {
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.HdOrderTileBox .imageBox span.image-back,
.HdOrderTileBox .imageBox span.image-forward {
    position: absolute;
    font-family: 'IcoMoon';
    top: 50%;
    transform: translate(0, -50%);
    color: #333333;
    opacity: 0.75;
    font-size: 2em;
    cursor: pointer;
}
.HdOrderTileBox .imageBox span.image-back {
    left: 5px;
}
.HdOrderTileBox .imageBox span.image-back:before {
    content: '\e008';
}
.HdOrderTileBox .imageBox span.image-forward {
    right: 5px;
}
.HdOrderTileBox .imageBox span.image-forward:before {
    content: '\e006';
}

.HdOrderTileBox .propertiesBox {
    display: flow-root;
    padding: 5px;
    flex-flow: row;
}
.HdOrderTileBox .propertiesBox div {
    border: 1px solid #DADADA;
    margin-right: 2px;
    float: left;
    display: inline-block;
    margin-bottom: 5px;
    padding: 1px;
    max-height: 28px;
}
.HdOrderTileBox .propertiesBox img {
    max-height: 26px;
    float: left;
}
.HdOrderTileBox .propertiesBox div span {
    padding: 2px;
    display: inline-block;
}
.HdOrderTileBox .contentBox {
    display: block;
    padding: 8px;
}
.HdOrderTileBox .HdOrderItemContent {
    margin-top: 22px;
}

.HdOrderTileBox .contentBox ul {
	list-style: none;
	margin-left: 0px;
    margin-bottom: 5px;
	padding-left: 0px;
}
.HdOrderTileBox .contentBox ul:not(.HdGridList) li {
	padding-left: 105px;
	position: relative;
}
.HdOrderTileBox .contentBox ul.HdGridList li {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 10px;	
}
.HdOrderTileBox .contentBox .ticketItem ul:not(.HdGridList) li {
	padding-left: 23px;
	font-size: 0.8em;
}

.HdOrderTileBox .contentBox ul:not(.HdGridList) li span {
	display: inline-block;
	position: absolute;
    color: #999999;	
    left: 0px;
}
.HdOrderTileBox .contentBox ul.HdGridList li span:first-child {
    color: #999999;	
}


.HdOrderTileBox button {
	margin-top: 0px;
}
.HdOrderTileBox .imageBox div.priceBoxBase {
	min-height: 40px;
	margin-bottom: -4px;
}

.HdOrderTileBox .HdOrderItemImage {
    float: none;    
}
@media (max-width: 600px) {
    .HdOrderTileBoxWrapper {
       padding-right: 18px;
    }
    .HdOrderTileBox {
       width: 100%;
    }
}


.seatingItem span {
    display: inline-block !important;
    float: none !important;
    
}
.seatingItem,
.extrasTile {
    position: relative;
    border: 1px solid #999999;
    display: inline-block;
    width: 120px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    float: left;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(153,153,153,1);
    box-shadow: 0px 5px 5px 0px rgba(153,153,153,1);
}
.HdOrderFeaturedPage .extrasTile {
    margin-bottom: 15px;
}
.seatingItem span:nth-child(1) {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40% !important;
    height: 100%;
    border-right: 1px solid #999999;
    background-color: #EFEFEF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
}
.seatingItem span:nth-child(2) {
    position: absolute;
    left: 40%;
    width: 60% !important;
    text-align: center;
    font-size: 25px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    vertical-align: top;
    line-height: 1em;
}
.seatingItem span:nth-child(3) {
    position: absolute;
    left: 40%;
    top: 28px;
    width: 60% !important;
    font-size: 10px;
    text-align: center;
}
.seatingItem img,
.extrasTile img {
    float: none !important;
    margin: 0px !important;
    display: inline !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.seatingItem img {
    width: 85%;
    height: auto !important;
}

.extrasTile {
    width: initial;
    min-width: 100px;
    display: table;
    table-layout:fixed;
}
.HdOrderFeaturedPage .extrasTile {
    width: 100%;
    cursor: initial;
}
.extrasTile .extrasTileLeft,
.extrasTile .extrasTileRight {
    display: table-cell;
    z-index: 1;
    position: relative;
}
.extrasTile div.addonServiceInfo {
    display: none;
    height: initial;
    top: 49px;
    right: 0px;
}
.extrasTile div.addonServiceInfo img {
    position: static;
    transform: none;
    top: 0px;
    left: 0px;
    width: 100%;
}
.extrasTile div.addonServiceInfo p {
    text-align: initial;
}
.extrasTile div.extrasTileLeft {
    border-right: 1px solid #999999;
    background-color: #EFEFEF;
    width: 50px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
}
.HdOrderFeaturedPage .extrasTile div.extrasTileLeft {
    width: 60px;
}

.extrasTile div.extrasTileRight {
    padding: 5px;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: top;
}
.extrasTile .btn {
    width: 90px;
    margin-left: 5px;
    display: table-cell;
}

.extrasTile div.extrasTileRight span {  
    display: block;
}
 
.extrasTile div.extrasTileRight .newicon-cart-success {
    margin-top: 4px;
    margin-right: 0px;
}

/* Tile view less */
.HdTiles2 .HdOrderTileBox {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.HdTiles2 .HdOrderTileBox .imageBox {
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
}

.HdTiles2 .HdOrderTileBox .tileTitle {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 15px;
}
.HdTiles2 .HdOrderTileBox .tileLocation {
    margin-bottom: 20px;
}
.HdTiles2 .HdOrderTileBox .contentBox {
    padding: 15px;
    overflow: hidden;
}
.HdOrderTileBox .contentTileFooter {
	position: absolute;
	bottom: 10px;
	width: 100%;
	box-sizing: border-box;
}

.HdTiles2 .HdOrderTileBox .tileDescription .extraRow {
	position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.HdTiles2 .HdOrderTileBox .tileDescription .extraRow img.frontendOrderTileIcon {
    position: absolute;
    left: 0px;
    top: 0px;
}
.tileAttributes {
	display: block;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    border-top: 1px solid #6f6f6f;
    overflow: hidden;
}
.tileAttributes .tileAttribute {
    display: inline-block;
    width: 45%;
} 
.attributeSize,
.attributeSeating {
    position: relative;
    padding-left: 28px;
    white-space: nowrap;
}

.attributeSize:before,
.attributeSeating:before {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 3px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.attributeSeating:before {
	background-image: var(--personCountImage);	
    opacity: var(--personCountOpacity);
}

.HdOrderTile {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 300px;
    border: 1px solid #DADADA;
    background-color: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 20px;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 25px;
    font-size: 22px;
    cursor: pointer;
    float: left;
}
.HdOrderTile.tileIsRequired,
.HdOrderTile.tileIsRequired:hover {
	border: 2px solid #900202;
}
.HdOrderTile.smallTile {
	width: 340px;
	height: auto !important;
	min-height: 114px;
	padding: 15px;	
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 0.8em;
    overflow: visible;
}

.HdOrderTile.tileDisabled,
.HdOrderTile.tileDisabled:hover {
    border: 1px solid #EFEFEF;
    color: #DADADA;
    cursor: initial;
}
.HdOrderTile:hover {
    border: 1px solid #a1a2a3;
}

.HdOrderTileIcon {
    margin-bottom: 45px;
    margin-top: 15px;
    height: 65px;
    overflow: hidden;
}
.HdOrderTileIcon img {
    width: 60px;
    height: auto;
}
.smallTile .HdOrderTileIcon {
	margin-bottom: 0px;
	margin-top: 0px;
}
.smallTile.expandRight .HdOrderTileIcon {
	float: left;
}
.HdOrderTileInfoSmall {
	display: inline-block;
	position: absolute;
	left: 90px;
	top: 15px;
}
.smallTile .HdOrderTileTitle {
	display: block;
	line-height: normal;
	margin-bottom: 5px;
}
.HdOrderTilePrice {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.HdOrderTilePrice span {
    font-size: 0.6em;
    line-height: 1em;
    display: block;
    margin-top: -4px;
}
.smallTile .HdOrderTilePrice span {
    margin-top: 0px;
}
.smallTile .HdOrderTilePrice {
	position: static;
	bottom: 0px;
	left: 0px;
	color: #757575;
}
.HdOrderTileDescription {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 24px;
}
.HdOrderTileIconSelected {
    display: none;  
}
.tileIsSelected .HdOrderTileIconSelected,
.tileIsSelected .HdOrderTileIconDelete {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    z-index: +1;
}
.tileIsSelected .HdOrderTileIconDelete {
    top: 40px;
}
.HdOrderTileIconLink {
	position: absolute;
    right: 8px;
    bottom: 23px;
    font-size: 30px;
}
.HdOrderTileIconLink,
.HdOrderTileIconLink a,
.HdOrderTileIconLink .newicon-new-info::before {
	color: inherit;
	font-size: 24px;
}
.HdOrderTileIconQuantity {
    position: absolute;
    display: table-row;
    top: 70px;
    right: 26px;
    padding: 0px;
    padding: 4px;
    padding-bottom: 2px;
    padding-top: 6px;
}
.HdOrderTileShowTime {
    position: absolute;
    left: 90px;
    top: 37px;
    font-size: 17px;
    line-height: normal;
    display: block;
}
.HdOrderTileShowTime h2 {
    font-size: 20px;
    margin-top: 5px;
}
.HdOrderTileHidden {
    display: none;
}

.tileChooseServiceOffer {
    position: absolute;
    min-width: 200px;
    left: 0px;
    top: 4px;
    color: #484848;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    border: 1px solid #DADADA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    z-index: 99;
}
.tileChooseServiceOffer .chooseRow .controls {
    /*white-space: nowrap;*/
    display: flex;
}
@media (max-width: 680px) {
	.tileChooseServiceOffer .chooseRow .controls {
	    display: initial;
	}
}
.tileChooseServiceOffer .chooseTable {
    border: 0px;
    font-size: 14px;
}
.seatingNote,
.tileChooseServiceOffer .chooseHint {
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 2px;
}

.tilesEditServiceOffer {
    float: initial;
    display: inline-block;
    min-height: 300px;
    height: auto;
    vertical-align: top;
}
.HdOrderTileOfferDetails {
    margin-top: 10px;
}
.offerDetailsRow {
    font-size: 13px;
    position: relative;
    padding-left: 40px;
    margin-right: -10px;
    margin-bottom: 5px;
}
.tileImage {
    display: block;
    float: left;
    margin-right: 8px;
}

.HdOrderTileExpand {
	display: block;
	border-top: 1px solid #DADADA;
	text-align: center;
	padding-top: 5px;
	height: auto;
/*	margin-bottom: -16px;*/
	position: absolute;
	width: 100%;
	margin-left: -15px;
	bottom: 0px;	
}
.expandRight .HdOrderTileExpand {
	display: block;
	border-top: 0px;
	border-left: 1px solid #DADADA;
	padding-top: 1px;
	margin-bottom: 0px;
	float: right;
	height: 60px;
	padding-left: 8px;
	margin-right: -23px;
}
.expandRight .HdOrderTileExpand span {
	transform: rotate(270deg);
}
.expandRight .HdOrderTileIconSelected {
	right: 45px;
	top: 11px;
}
.smallTile .HdOrderTileIconLink {
	font-size: initial;
	right: 7px;
	bottom: 12px;
	top: auto;
	height: 24px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.smallTile .HdOrderTileIconLink {
		bottom: 12px;
	}
}
.smallTile .HdOrderTileIconDelete {
	top: 35px;
}
.smallTile.expandRight .HdOrderTileIconLink {
	bottom: 13px;
	right: 7px;
}
.smallTile .HdOrderTileIconQuantity {
	top: 35px;
	right: 3px;
	z-index: +1;
	padding: 5px;
}

.smallTile.expandRight .HdOrderTileIconQuantity {
	top: 47px;
}

.expandRight .HdOrderTileIconQuantity {
	right: 48px;
}
.expandContent {
	position: absolute;
	display: none;
	width: 100%;
	margin: 0px;
	margin-left: -16px;
	border: 1px solid #DADADA;
	border-top: 0px;
	background-color: #FFFFFF;
	width: 340px;
	padding: 15px;
    top: 77px;
	z-index: +1;
	-webkit-box-shadow: 0px 10px 7px -6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 7px -6px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 7px -6px rgba(0,0,0,0.5);
}
.HdOrderTile:hover .expandContent {
	border: 1px solid #4f31af;
	border-top: 0px;
}

@media (max-width: 980px) {
	.smallTile {
		height: auto !important;
		min-height: 114px;
	}
	.expandContent {
		position: initial;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding-bottom: 0px;
		border-bottom: 0px;
		margin-top: 77px;
	}	
	/*.HdOrderTileExpand {
		margin-bottom: -15px;
	}*/
	.HdOrderTile:hover .expandContent {
		position: initial;
		border-bottom: 0px;
	}
	.HdOrderTileIcon {
		/*position: absolute;*/
	}
	.HdOrderTileIconQuantity {
		top: 43px;
		right: 8px;
		font-size: 18px !important;
	}
}

/*loading image*/
.loadingImageLayer {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-align: center;
}
.loadingImageLayer img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

.tileTicketsTitle {
	border-bottom: 1px solid #dadada;
	margin-top: 15px;
}
.ticketItem {
	
}
.HdOrderTicketFlexBox {
	display: flex;
	flex-wrap: wrap;
}
.HdTicketBox {
	font-size: 14px;
	display: flex;
}
.HdTicketBox.itemInCart {
	border: 2px solid #005805;
}
.HdTicketBox input[type="number"],
.HdTicketBox select.HdLibMobileNumberField {
	width: 60px;
	padding-top: 4px;
	padding-right: 4px;
	font-size: initial;
	margin-right: 10px;
}
.HdTicketBox .ticketTileRow {
	position: relative;
	padding-left: 80px;
	margin-bottom: 3px;
}
.HdTicketBox .ticketTileRow div:not(.selectWrapper) {
	position: absolute;
	left: 0px;
	font-weight: bold;
}
.HdTicketBox .ticketTileRow.rowBuy {
	display: flex;
	flex-wrap: nowrap;
}
.HdTicketBox .ticketTileRow [class^="newicon-"], 
.HdTicketBox .ticketTileRow [class*=" newicon-"] {
	float: initial;
	display: inline-block;
 	margin-right: 5px;
 	margin-left: 0px;
 	background-size: contain;
 	height: auto;
 	cursor: pointer;
	
}
.HdTicketBox .ticketTileRow [class^="newicon-"]::before, 
.HdTicketBox .ticketTileRow [class*=" newicon-"]::before {
	font-size: 18px;
}
.HdTicketBox .ticketTileRow .newicon-success::before {
	top: 5px;
}

/** setup icons depending on cart state */
.HdTicketBox .ticketTileRow .fa.fa-cart-shopping {
	display: inline-block;
}
.HdTicketBox .ticketTileRow .newicon-success,
.HdTicketBox .ticketTileRow .newicon-remove-item {
	display: none;
}

.HdTicketBox.itemInCart .ticketTileRow .fa.fa-cart-shopping {
	display: none;
}
.HdTicketBox.itemInCart .ticketTileRow .newicon-success,
.HdTicketBox.itemInCart .ticketTileRow .newicon-remove-item {
	display: inline-block;
}

.HdTicketBox .contentBox {
	display: initial;
}
.HdTicketBox .qrBox {
	width: 90px;
}
.HdTicketBox .qrBox img {
	max-width: 200px;
	width: 100%;
}
.eventCalendarLayer {
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	padding: 15px;
	-webkit-box-shadow: 0px 10px 7px -6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 7px -6px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 7px -6px rgba(0,0,0,0.5);
	margin-bottom: 60px;
	margin-top: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.eventCalendarLayer .eventCalendarDate {
	position: absolute;
	top: -36px;
	left: 5px;
	color: #4f31af;
	font-size: 1.2em;
	font-weight: bold;
}
.HdOrderTileDescription .seatingDetailRow {
	
}
.HdOrderTileDescription .seatingDetailRow label {
	display: inline-block;
	min-width: 125px;
	margin-right: 10px;
}
.articleOptionTitle {
	margin-left: 10px;
	font-size: 13px;
	font-weight: normal;
}
