
.HdOrderViewCartContent {
	font-size: 15px !important;
}
.headDropdown {
	display: flex;
	position: absolute;
	right: 20px;
	top: 20px;
}
div.headDropdown a.HdDropownTrigger, 
.HdDropdownWrapper .HdDropownTrigger.open {
	display: inline-block;
	background-color: #FFFFFF;
	border: 3px solid var(--jamukYellow) !important;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	height: 60px;
	width: 60px;
	box-shadow: 0px 0px 0px 2px #FFFFFF;
}
div.headDropdown a.HdDropownTrigger span.fa-cart-shopping {
	display: inline-block;
	position: absolute;
	left: 9px;
	top: 12px;
	font-size: 30px;
	color: var(--jamukBlue);
}
.fullpage .HdDropdownWrapper.LoginDropdown .newicon-login {
	display: block !important;
}
.HdDropdownWrapper.LoginDropdown .newicon-login::before {
	font-size: 32px;
	color: var(--jamukBlue);
	top: 4px;
	left: 3px;
}
div.headDropdown a.HdDropownTrigger .cart-itemcount {
	display: inline-block;
	top: 10px;
	left: 18px;
	color: #FFFFFF;
	position: absolute;
	font-family: Ubuntu !important;
	font-size: 10px;
	font-weight: bold !important;
	margin: 0px !important;
	width: 20px;
	text-align: center;
	padding: 0px;
}
div.headDropdown .HdDropdownWrapper .HdDropdownContent {
	border: 2px solid var(--jamukBlue);
	padding: 20px;
	padding-top: 35px;
	background-color: #FFFFFF;
	color: var(--HamrahRose);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
@media (max-height: 800px) {
	.navTableRow .HdDropdownWrapper .HdDropdownContent {
	    max-height: calc(100vh - 100px);
	    overflow-x: hidden;
	    overflow-y: auto;
	}
}
div.headDropdown .HdDropdownWrapper .HdDropdownContent .moduleHdCart {
	max-height: 600px;
}
div.headDropdown .HdDropdownWrapper .HdDropownTrigger .popupClose::before {
	display: none;
}
div.headDropdown .HdDropdownWrapper .HdDropdownPositionHook .HdDropdownContent .popupClose {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 24px;
	color: var(--jamukYellow);
}
.HdDropdownWrapper.LoginDropdown {
	margin-right: 6px;
}
div.headDropdown .HdDropdownWrapper.LoginDropdown ul {
	display: block;
	list-style-type: none;
	padding: 0px;
  	margin: 0px;
}
div.headDropdown .HdDropdownWrapper.LoginDropdown li a {
	width: initial;
	border: 0px !important;
	padding: 4px 0px;
	padding-left: 20px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	line-height: normal;
	height: auto;
	position: relative;
	white-space: nowrap;
	color: #333;
}
div.headDropdown .HdDropdownWrapper.LoginDropdown li a::before {
	position: absolute;
	display: block;
	left: 0px;
	top: 6px;
	content: "";
	font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
}
div.headDropdown .HdDropdownWrapper.LoginDropdown .icon-register {
	display: none;
}
@media (max-width: 570px) {
	.headDropdown {
		top: 10px;
	}
	div.headDropdown a.HdDropownTrigger, 
	.HdDropdownWrapper .HdDropownTrigger.open {
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		height: 40px;
		width: 40px;
	}
	div.headDropdown a.HdDropownTrigger span.fa-cart-shopping {
		left: 5px;
		top: 7px;
		font-size: 22px;
	}	
	.HdDropdownWrapper.LoginDropdown .newicon-login::before {
		font-size: 25px;
		top: -2px;
		left: -3px;
	}
	div.headDropdown a.HdDropownTrigger .cart-itemcount {
		top: 2px;
		left: 9px;
		font-size: 10px;
	}
}
@media (max-width: 260px) {
	.headDropdown {
		left: 10px;
		right: unset;
	}
}
/* Begin tiles */

.jamukSongsLayer .priceBoxBase .tileIcons {
	display: inline-block;
}
.jamukSongsLayer .priceBoxBase .tileIcons .priceBoxButton,
.HdOrderTileBox.HdShopDownloadField .priceBoxButton,
.moduleHdCart .goToCart, 
.moduleHdCart .resetCartButton {
	color: var(--jamukBlue);
	font-size: 15px;
	background-color: var(--jamukYellow);
	font-weight: normal;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 4px 10px;
	margin-top: 10px;
	border: 2px solid var(--jamukBlue);
}
.jamukSongsLayer .priceBoxBase .tileIcons .priceBoxButton div:first-child {
	display: flex;
}
.jamukSongsLayer .priceBoxBase .tileIcons .priceBoxButton span.fa {
	position: relative;
	width: 25px;
}
.jamukSongsLayer .priceBoxBase .tileIcons .priceBoxButton span.fa::before,
.jamukSongsLayer .priceBoxBase .tileIcons .priceBoxButton span.fa-remove::before {
	position: absolute;
	top: 5px;
	left: 1px;
	text-shadow: unset;
	color: var(--jamukBlue);
}
.jamukSongsLayer .priceBoxBase .tileIcons .priceBoxButton span.fa-remove::before {
	font-size: 20px;
	top: 3px;
	left: 3px;
}
.jamukSongsLayer .priceBoxBase .tileIcons .priceBoxButton.itemInCartButton {
	display: none;
}

.moduleHdCart .goToCart, 
.moduleHdCart .resetCartButton,
.cartPageIcons .resetCartButton, 
.cartPageIcons .goToUrl {
	position: relative;
	padding-left: 31px;
	line-height: normal;
	height: initial;
	padding-bottom: 4px;
	margin-left: 0;
}

.moduleHdCart .goToCart span, 
.moduleHdCart .resetCartButton span,
.cartPageIcons .resetCartButton span, 
.cartPageIcons .goToUrl span {
	display: block;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 5px;
	top: 6px;
	width: 20px;
	text-align: center;
	height: 20px;
}
.moduleHdCart .resetCartButton span {
	left: 6px;
	top: 4px;
}
.cartPageIcons .resetCartButton .newicon-delete {
	top: 3px !important;
}
.moduleHdCart .goToCart span::before, 
.moduleHdCart .resetCartButton span::before,
.cartPageIcons .resetCartButton span::before, 
.cartPageIcons .goToUrl span::before {
	display: block;
	top: 0px;
	left: 0px;
	position: initial;
	font-size: 14px;
	margin-top: 1px;
	color: var(--jamukBlue);
}
.moduleHdCart .goToCart span::before {
	margin-top: 0px;
}
.numberStyledWrapper .numberMinus, 
.numberStyledWrapper .numberPlus {
	background-color: var(--jamukMint);
	color: #FFFFFF;
}
.numberStyledWrapper input[type="number"] {
	background-color: var(--jamukMint2);
	padding-bottom: 0px;
  	padding-top: 1px;
}
.fullpage div.hdOrderProgressBar ul {
	border-bottom: 2px solid var(--jamukYellow);
	width: 100%;
	padding-left: 0px;
}
.fullpage div.hdOrderProgressBar ul,
.fullpage div.hdOrderProgressBar ul a,
.fullpage div.hdOrderProgressBar ul a:visited,
.fullpage div.hdOrderProgressBar ul a:hover,
.fullpage div.hdOrderProgressBar ul a:active {
	color: var(--jamukBlue);
}
.fullpage div.hdOrderProgressBar ul li {
	padding: 0px 5px;
	border: 0px;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
	margin-bottom: 0px;
}
.fullpage div.hdOrderProgressBar ul li:hover {
	background-color: unset;
}
.fullpage div.hdOrderProgressBar ul li::before {
	content: '» ';
}
.fullpage div.hdOrderProgressBar ul li:first-child {
	border: 0px;
	padding-left: 0px;
}
.fullpage div.hdOrderProgressBar ul li:first-child::before {
	content: '';
}
@media (max-width: 599px) {
  	.fullpage div.hdOrderProgressBar ul li {
		padding-left: 0px;
  	}
	.fullpage div.hdOrderProgressBar ul li::before {
		content: '';
  	}
}

.fullpage .HdOrderViewCart table th {
	color: var(--jamukBlue);
}
.HdOrderViewCartContent a.newicon-download::before {
	top: 0px;
}
.fullpage .customerAddressSelected {
	background-color: var(--jamukMint);
}

.fullpage .customerAddress.customerAddressSelected:hover {
	background-color: var(--jamukMint2);
}
.fullpage .formatCartInfo {
	padding-left: 160px;
}
@media (max-width: 530px) {
	.fullpage .formatCartInfo {
		padding-left: 120px;
	}
}
@media (max-width: 450px) {
	.fullpage .formatCartInfo span {
		position: initial;
		display: block;
	}
	.fullpage .formatCartInfo {
		padding: 0px;
	}
	.fullpage .jamukLogoBand.jamukLongTitle .page-header div.jamukTitleCenter .logo {
		display: none;
	}
	.fullpage .cart_header {
		white-space: initial;
	}
}

.fullpage .orderListItemInfo div.orderItemBookingNumber::before, 
.fullpage .reservationListItemInfo div.orderItemBookingNumber::before {
	top: 2px;
}
.fullpage .orderItemBookingDetails div.detailsHeading {
	background-color: var(--jamukMint);
	color: #FFFFFF;
	margin-right: 0px;
}
.fullpage .orderListItemContainer [class^="containerIcons-"]::before, 
.fullpage .orderListItemContainer [class*=" containerIcons-"]::before {
	top: 4px;
}
.fullpage .orderItemBookingDetails .detailsContainer {
	width: 30%;
	margin-right: 10px;
	border: 1px solid var(--jamukMint);
	padding-bottom: 10px;
}
.downloadStateCount {
	margin-left: 7px;
	font-size: 12px;
	padding-top: 1px;
}


.fullpage #orderItemsList.table td,
.fullpage #orderItemsList.table th {
	display: table-cell !important;
}
@media (max-width: 575px) {
	.fullpage #orderItemsList.table th:nth-child(3), 
	.fullpage #orderItemsList.table td:nth-child(3), 
	.fullpage #orderItemsList.table th:nth-child(6), 
	.fullpage #orderItemsList.table td:nth-child(6), 
	.fullpage #orderItemsList.table th:nth-child(4), 
	.fullpage #orderItemsList.table td:nth-child(4) {
		display: none !important;
	} 
}

.fullpage .orderCheckCheckboxRow {
	position: relative;
	padding-left: 19px;
}
.fullpage .orderCheckCheckboxRow .HdLibModal {
	display: block;
}
@media (max-width: 767px) {
	.fullpage .orderCheckCheckboxRow .HdLibModal {
		padding-top: 2px;
	}
}
@media (max-width: 575px) {
	.fullpage .orderCheckCheckboxRow .HdLibModal {
		padding-top: 3px;
	}
}
.fullpage .orderCheckCheckboxRow input[type="checkbox"] {
	position: absolute;
	left: 0px;
	top: 1px;
}
.fullpage .hdDownload {
	padding-left: 0px;
}

.fullpage form.form-horizontal div.form-check {
	margin-left: 164px;
}
.fullpage form.form-horizontal button.btn[type="submit"] {
	margin-left: 160px;
}
.fullpage .HdLoginOptions {
	padding-left: 141px;
}
.fullpage form.form-horizontal .com-users-reset__submit button.btn[type="submit"] {
	margin-left: 168px;
	margin-top: 0px;
}
.fullpage form.form-horizontal .com-users-reset__submit,
.fullpage form.form-horizontal .com-users-remind__submit,
.fullpage form.form-horizontal .com-users-remind__submit button.btn[type="submit"] {
	margin-top: 0px;
}
.fullpage .HdLoginOptions ul li::before {
	top: 0px;
}
.fullpage .HdOrderPaymentPage .HdOrderBookingStepTitle {
	display: none;
}
.fullpage .HdOrderBookingStepLayer.standalonePage {
	padding-left: 0px;
	padding-top: 0px;
}
.fullpage .tileIsSelected {
	border-color: var(--jamukMint);
}
.fullpage .tileIsSelected .HdOrderTileIconSelected::before {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
  	font-weight: var(--fa-style,900);
  	content: "";
  	color: var(--jamukMint);
}

.HdOrderTileBox.HdShopDownloadField {
	position: relative;
	border: 4px solid var(--jamukMint);
	padding: 13px;
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	padding-bottom: 50px;
}
.HdOrderTileBox.HdShopDownloadField .contentBox {
	position: unset;
	padding: 0px;
	padding-top: 10px;
}
.HdOrderTileBox.HdShopDownloadField .tileTitle {
	position: relative;
	padding: 0px;
	color: var(--jamukBlue);
	border-bottom: 2px solid var(--jamukYellow);
	top: 0px;
	left: 0px;
}
.HdOrderTileBox.HdShopDownloadField .imageBox {
	height: 310px;
}
@media (max-width: 500px) {
	.HdOrderTileBox.HdShopDownloadField .imageBox {
		height: 250px;
	}
}
@media (max-width: 450px) {
	.HdOrderTileBox.HdShopDownloadField .imageBox {
		height: 220px;
	}
}
@media (max-width: 400px) {
	.HdOrderTileBox.HdShopDownloadField .imageBox {
		height: 180px;
	}
}
@media (max-width: 350px) {
	.HdOrderTileBox.HdShopDownloadField .imageBox {
		height: 150px;
	}
}
@media (max-width: 320px) {
	.HdOrderTileBox.HdShopDownloadField .imageBox {
		height: 130px;
	}
}
@media (max-width: 300px) {
	.HdOrderTileBox.HdShopDownloadField .imageBox {
		height: 120px;
	}
}
@media (max-width: 260px) {
	.HdOrderTileBox.HdShopDownloadField .imageBox {
		height: 100px;
	}
}

.HdOrderTileBox.HdShopDownloadField .tileDescription {
	padding-top: 10px;
	padding-bottom: 10px;
}
.HdOrderTileBox.HdShopDownloadField .tileContent {	
	position: unset;
}
.HdOrderTileBox.HdShopDownloadField .tileContent .priceBoxButton {
	position: absolute;
	bottom: 10px;
	right: 10px;
	left: 10px;
}
#downloads .controls {
	display:flex;
	flex-wrap: wrap;
} 


