html,
body {
	margin: 0px;
	padding: 0;

	width: 100%;
	height: 100%;

	font-family: 'Roboto';
}

.viewport {
	margin-top: 100px;
}

.pageTitle {
	padding: .5em 1em;
	font-weight: bold;
	font-size: 1.5em;
}


/* ///////// FONTS ///////// */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/roboto-v30-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* ///////// NAVIGATOR ///////// */

.navTopBG {
	box-shadow: rgba(0,0,0,0.2) 0px 4px 6px;
}
.navTitle {
	font-size: 1em;
	text-align: center;
}
.navButtonBox > .link {
	display: block;
	width: 100%;
	height: 100%;
}
.navButtonBox > .link:hover {
	text-decoration: none;
}
.navBtn {
	text-align: center;
	color: #666;
	width: 100%;
	height: 100%;
	min-height: 60px;
	font-size: .9em;
	cursor: pointer;
	display: block;
}
.navBtn:hover {
	background-color: #f6f6f6;
}

.navTopGroupTitle {
	margin-bottom: 20px;
	text-align: center;
}
.navTopGroupTitle > div {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 20px;
	border-radius: 5px;
}

.navAddCart {
	display: inline-block;
	width: 30%;
	height: 30px;
	padding: 2px;
	margin-left: 5px;
	border: 0;
	border-radius: 4px;
	font-size: .8em;
	font-weight: bold;
}
.navAddCart:hover {
	text-decoration: none;
}
.navCartItmCnt {
	background-color: #f00;
	display: inline-block;
	border-radius: 15px;
	color: #fff;
	font-size: .7em;
	width: 15px;
	height: 15px;
}

#navMenu {
    margin: 0 auto;
    position: fixed;
    left: 1em;
    right: 1em;
	top: -2px;
	max-width: 500px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: .8em;
	z-index: 1000;
}
.navMenuRow {
	padding: 1em;
}
.navMenuRow > div > a:hover {
	/* text-decoration: underline; */
	color: #0275d8;
}
.navMenuRow > div > a {
	color: #666;
	text-decoration: none;
}
.navMenuClose {
	padding: 1em;
	text-align: center;
	cursor: pointer;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}



/* ///////// MODAL BOX ///////// */

#counterOverlay {
    height: 100%;
    width: 100%;
    z-index: 20;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.modalAlert {
    margin: 100px auto 0;
	background-color: #fff;
    display: table;
    height: auto;
    overflow: hidden;
    width: 350px;
    font-size: 1em;
	box-shadow: rgba(0,0,0,1) 0px 0px 9px;
    display: none;
	border-radius: 7px;
}
.modalAlert > .text {
	padding: 35px;
}

.modalAlert > .counterYes, .modalAlert > .counterNo, .modalAlert > .counterOk {
    cursor: pointer;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    width: 175px;
    font-size: 1em;
	border-top: 1px solid #ddd;
}
.modalAlert > .counterYes {
	border-right: 1px solid #ddd;
}

.modalAlert > .counterYes, .modalAlert > .counterNo {
    display: inline-block;
}
.modalAlert > .counterOk {
    display: block;
	width: 100%;
}

.modalAlert > .counterOk:hover {
    background-color: #ef9700;
    color: #fff;
}
.modalAlert > .counterYes:hover {
	background-color: #7bc587;
}
.modalAlert > .counterNo:hover {
	background-color: #ec7471;
}


/* ///////// INPUT ///////// */

.inputSelectDefault {
	border-radius: 4px;
	padding: 8px 13px;
	width: 100%;
}
.inputTextDefault {
	padding: 8px 13px;
	width: 100%;
	border-radius: 3px;
}
.inputTextAreaDefault {
	border: 1px solid #999;
	padding: 8px 13px;
	width: 100%;
	border-radius: 3px;
}
.inputSubmitDefault {
	padding: 12px 20px;
	border: 0px;
	border-radius: 6px;
	border-bottom: 3px solid #477d0a;
	color: #fff;
	font-size: .85em;
	font-weight: bold;
	background: rgb(136,208,38);
	background: linear-gradient(350deg, rgba(66,147,29,1) 0%, rgba(119,193,36,1) 95%);
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
	text-shadow: 0 2px 0 rgba(0,0,0, .2);
	white-space: nowrap;
}
.inputSubmitDefault:hover {
	background: linear-gradient(144deg, rgba(66,147,29,1) 0%, rgba(66,147,29,1) 95%);
	text-decoration: none;
	color: #fff;
}

.inputRequiredBorder {
}
.inputRequiredText {
}

.btnCheckCode {
	background-color: #467ada;
	color: #fff;
	border: 0;
	border-radius: 4px;
	text-decoration: none;
	font-size: .7em;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	height: 100%;
}
.btnCheckCode:hover {
	background-color: #044384;
}

.giftwrap {
    overflow: hidden;
    margin-top: 20px;
}
.giftWrapOption {
    float: left;
    width: 25%;
    text-align: center;
}

.CTAbtn {
	background-color: #e88504;
	border-radius: 30px;
	border-bottom: 3px solid #9a2a00;
	padding: 15px 38px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	font-size: 1em;
}
.CTAbtn:hover {
	text-decoration: none;
	background-color: #fc752c;
}


/* ///////// MESSAGES ///////// */

.msgBoxStatusNotice {
    width: 100%;
	max-width: 1100px;
    padding: 14px 10px;
    margin: 0 auto 30px;
    background-color: #DCE5FE;
    color: #000;
	font-weight: bold;
    font-size: 0.8em;
	border: 0;
	border-left: 7px solid #6093DF;
}
.msgBoxStatusError {
    width: 95%;
    padding: 14px 10px;
    margin: 0 auto 30px;
    background-color:  rgba(150,0,0,1);
    color: #fff;
	font-weight: bold;
    font-size: 0.8em;
	border: 0;
	border-left: 7px solid #f33;
}

.msgBoxStatusSuccess {
    background-color: rgba(18, 154, 18, 0.15);
    border: 2px solid #15b560;
    color: #15b560;
    padding: 1em;
	font-weight: bold;
}

.msgBoxStyle {
	max-width: 520px;
    margin: 0 auto;
    position: absolute;
    z-index: 25;
    top: 1em;
    left: 1em;
    right: 1em;
	box-shadow: 0 0 15px 6px rgba(60,64,67,.6);
	cursor: pointer;
	border-radius: 10px;
	background-color: #fff;
	padding: 1.25em;
}
.msgBoxStyle > .text {
    padding: 8px 0 25px 5px;
}
.msgBoxStyle > .button {
	text-align: center;
	width: 100%;
    font-size: 1em;
	font-weight: bold;
    padding: 12px;
	border-radius: 5px;
}

.msgBoxCart {
	max-width: 400px;
    margin: 0 auto;
    position: absolute;
    z-index: 22;
    top: 3em;
    left: 1em;
    right: 1em;
	box-shadow: 0 0 15px 6px rgba(60,64,67,.6);
	border-radius: 10px;
	background-color: #fff;
	color: #555;
	text-align: center;
}
.msgBoxCart > .text {
	padding: 1.25em;
}
.msgBoxCart > .text > img {
	margin-right: 10px;
	width: 20px;
}
.msgBoxCart > .button {
	display: inline-block;
	cursor: pointer;
	padding: 20px 15px;
	text-align: center;
	width: 50%;
	font-size: 1em;
	border-top: 1px solid #ddd;
}
.msgBoxCart > .continue {
	border-bottom-left-radius: 10px;
}
.msgBoxCart > .continue:hover {
	background-color: #eee;
}
.msgBoxCart > .cart {
	color: #555;
	border-left: 1px solid #ddd;
	border-bottom-right-radius: 10px;
}
.msgBoxCart > .cart:hover {
	background-color: #eee;
	text-decoration: none;
}

.msgShopStatus {
	padding: 1em;
	background-color: #fff;
	text-align: center;
}


/* ///////// CONTENT ///////// */

.contentBox {
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
	border-radius: 5px;
}

.timeTableHeader {
	font-size: .7em;
	margin-bottom: 5px;
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
}
.timeTableHeader > div > a {
	display: block;
	padding: 10px;
}
.timeTableHeader > div > a:hover {
	text-decoration: none;
}

.timeTableRow > .date {
	font-size: .85em;
}
.timeTableRow {
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
	margin-bottom: 5px;
	padding: 7px 0;
	min-height: 70px;
}

.timeTableRowLink {
	color: #999;
}
.timeTableRowLink:hover {
	background-color: #eee;
	text-decoration: none;
}

.groupRow {
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
	margin-bottom: 1em;
	height: 70px;
	border-radius: 5px;
}
.groupRow > div > .image {
	width: 100%;
}
.groupRowContent > .title {
	font-weight: bold;
	font-size: 1.05em;
}
.groupRowContent > .subTitle {
	font-size: .8em;
}
.groupRowLink:hover {
	text-decoration: none;
}

.groupCardsTile > .content > .title {
	color: #ff8e01;
	height: 28px;
	padding-top: 5px;
}
.groupCardsTile > .content > .subTitle {
	color: #aaa;
	font-size: .9em;
}
.groupCardsTile > .content {
	position: relative;
	bottom: 60px;
	height: 60px;
	background-color: rgba(0,0,0,.75);
	width: 100%;
	font-size: .85em;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.groupCardsTile > img {
	border-radius: 5px;
}
.groupCardsTile {
	width: 300px;
	height: 300px;
	border-radius: 5px;
	transition-duration: .5s;
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
}
.groupCardsTile:hover {
	transform: translateY(-5px);
}
.groupCardsRow {
	width: 330px;
	padding: 10px;
}
.groupCardsRow > a:hover {
	text-decoration: none;
}

.itemGalleryRow {
	padding: 1em;
	border-radius: 5px;
	font-size: .9em;
	box-sizing: border-box;
}
.itemGalleryRow:hover {
	box-sizing: border-box;
}
.itemGalleryRow > .title {
	font-weight: bold;
	overflow: hidden;
	height: 50px;
}
.itemGalleryRow > .subTitle {
	font-size: .8em;
	height: 40px;
}
.itemGalleryRow > div > .link:hover {
	text-decoration: none;
}

.itemDetailsBox > div > .title {
	padding-top: 1em;
	font-size: 1.6em;
	margin-bottom: .5em;
}
.itemDetailsBox > div > .price {
	font-size: 1.3em;
}

.itemDetailsBox {
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
	min-height: 70px;
	border-radius: 8px;
}
.itemDetailsBox > div > .dLabel {
	padding: 8px 0px;
}

.itemHeader {
	background-color: #fff;
	font-size: .9em;
	margin-bottom: 5px;
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
	padding: 10px 0;
}

.itemRow {
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.1), 0 1px 3px 1px rgba(60,64,67,.2);
	padding: 7px 0;
	min-height: 70px;
	margin-bottom: 15px;
	border-radius: 5px;
	font-size: .9em;
}
.itemRowContent > div > .link:hover {
	text-decoration: none;
}
.itemRowContent > .title {
	font-weight: bold;
	font-size: 1em;
}
.itemRowContent > .subTitle {
	font-size: .8em;
}
.itemRowContent > .date {
	display: inline-block;
	font-size: .8em;
}
.itemRowContent > .venue {
	display: inline-block;
	font-size: .8em;
}
.itemRowContent > .desc {
	margin-top: 4px;
	font-size: .7em;
	color: #666;
}

.shopStatusBox {
	padding: 1em;
	font-style: italic;
}
.shopStatusBox > span {
	font-weight: bold;
	font-size: .8em;
}

.itemBtnBook {
	text-align: center;
	background-color: #e5007b;
	color: #fff;
	display: block;
	font-size: .7em;
	padding: 8px 15px;
	border-radius: 6px;
}
.itemBtnBook:hover {
	color: #fff;
	background-color: #990052;
	text-decoration: none;
}

.itemMarker {
	text-align: center;
	font-size: .7em;
	padding: 3px 8px;
}

.markSoldout {
	background-color: #aaa;
	color: #fff;
}
.markCanelled {
	background-color: #fac8cb;
	border: 2px solid #ef7980;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}
.markBoxOffice {
	background-color: #00d;
	color: #fff;
}

.cartTitle {
	font-size: .8em;
	padding: .5em;
	font-weight: bold;
}
.cartRow {
	padding: 7px 0;
	min-height: 70px;
	font-size: .9em;
}
.cartRowContent > .info {
	font-size: .75em;
	margin-top: .25em;
}
.cartRowTotal {
	padding: .6em 0;
	font-size: .9em;
}
.cartRowEmpty {
	color: #999;
	padding: 1em 0;
	font-style: italic;
	margin-bottom: 2em;
}

.addressRow > .row {
	margin: 20px 0;
}

.persoInfo {
	font-size: .8em;
	margin-top: 1em 0;
	line-height: 1.5em
}

.optionsDiscountSuccess {
	background-color: #c3f3d7;
	color: #22ac4f;
	font-weight: bold;
	border: 1px solid #22ac4f;
	font-size: 1em;
	padding: 5px;
	line-height: 1.5em;
}
.optionsDiscountSuccess > span {
	color: #555;
	font-weight: bold;
}

.checkRow > .row {
	margin: 20px 0;
}
.checkRowDiscount {
	color: #01b211;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 1em 0;
}
.checkRowTotal {
	padding-top: 1em;
	border-top: 1px solid #999;
}

.thanksRow {
	box-shadow: rgba(0,0,0,0.4) 0px 0px 6px;
	margin-top: 2em;
	padding: 2em;
}
.thanksInfoText {
	line-height: 2em;
	padding: 1em 2em;
}
.contactRow {
	line-height: 1.7em;
}
.contactRow > .row {
	margin: 20px 0;
}
.maintenanceRow {
	box-shadow: rgba(0,0,0,0.4) 0px 0px 6px;
	line-height: 1.7em;
}
.maintenanceRow > .row {
	margin: 20px 0;
}

#noticePathOnly {
	display: none;
	font-style: italic;
}


/* //// SHIPPING + PAYMENT MODAL //// */

#optionsBox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 95%;
	max-width: 600px;
	max-height: 520px;
	border-radius: 10px;
	z-index: 25;
	overflow-y: scroll;
	padding: 1em;
}

.optionsBtn {
	min-height: 70px;
	margin: 1em 0;
	border-radius: 6px;
	cursor: pointer;
}
.optionsTitle {
	font-size: 1.25em;
	font-weight: bold;
}
.optionsBtn > .icon > img {
	height: 100%;
	width: 100%;
	max-height: 50px;
	max-width: 80px;
}
.optionsBtn > .text > div {
	color: #666;
}
#selectShipping, #selectPayment {
	cursor: pointer;
}
.clickableTag {
	border-radius: 5px;
	padding: 7px 15px;
	display: inline-block;
	font-size: .9em;
}


/* ///////// SEATING ///////// */

.imgNoDrag {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	pointer-events: none;
}

.seatingPriceTableRow > .btnClose {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #4862a3;
	text-transform: uppercase;
}

.seatingPriceTableRow, .seatingBookedTableRow {
	margin: 10px 0;
}
.seatingPriceTableRow > div, .seatingBookedTableRow > div {
    display: inline-block;
}

.seatingNavBtn {
	height: 50px;
	cursor: pointer;
	text-align: center;
	font-size: .7em;
	line-height: 2em;
}

.seatingNavBtnActive {
	cursor: pointer;
	border: 0;
}

.closedNavTab {
	max-height: 40px !important;
}
#seatingBtnClose {
	cursor: pointer;
}
#seatingBtnClose > div {
	font-size: .8em;
}

#seatingNavToggle {
	max-width: 20px;
	margin-right: 10px;
}

.seatingUiBtn {
	position: absolute;
	background-color: #eee;
	border: 0px;
	color: #555;
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	font-size: 1.5em;
	line-height: 1.4em;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px 0px;
    touch-action: manipulation;
	z-index: 5;
    padding: 0;
}
.seatingUiBtn:hover {
	background-color: #ddd;
}

#canvasInfo {
	padding: 60px 0 0;
}
#canvasSpace {
	overflow: hidden;
	height: 100vh;
	z-index: 1;
	/* perspective: 300px; */
}
#canvasWrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	/* transition: transform 0.6s ease; */
	position: absolute;
}

.seatingSreDee {
	-webkit-transform: scale3d(1, 1, 2) rotate3d(1, 0, 0, 10deg); /* Chrome, Safari, Opera */
    transform: scale3d(1, 1, 2) rotate3d(1, 0, 0, 10deg);  /* Standard syntax */
}

#seatingToolTip {
	position: absolute;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 4px;
	width: 100%;
	max-width: 350px;
	padding: .5em;
	z-index: 10;
	display: none;
	box-shadow: rgba(0, 0, 0) 0px 1px 3px 0px;
}

#seatingToolTipContent {
	color: #333;
	font-size: .8em;
	margin-bottom: 1em;
}
#seatingToolTipContent > .label {
	display: inline-block;
	border-right: 1px solid #eee;
	text-align: center;
	width: 50px;
	vertical-align: top;
}
#seatingToolTipContent > .label:last-child {
	border: 0;
}
#seatingToolTipContent > .label > span {
	font-size: .7em;
	color: #666;
}

#seatingToolTipBook {
	cursor: pointer;
	background-color: #378805;
	color: #fff;
	font-size: .8em;
	margin: 0 0 6px;
	padding: 5px 0;
	border-radius: 4px;
	border: 0;
	text-transform: uppercase;
}
#seatingToolTipBook:hover {
	background-color: #86dc3d;
}

#seatingToolTipCancel {
	cursor: pointer;
	background-color: rgb(2, 108, 223);
	color: #fff;
	font-size: .8em;
	margin: 0 0 6px;
	padding: 5px 0;
	border-radius: 4px;
	border: 0;
	text-transform: uppercase;
}
#seatingToolTipCancel:hover {
	background-color: rgb(20, 128, 243);
}

#seatingToolTipClose {
	cursor: pointer;
	background-color: #333;
	color: #fff;
	font-size: .8em;
	padding: 5px 0;
	border-radius: 4px;
	border: 0;
	text-transform: uppercase;
}
#seatingToolTipClose:hover {
	background-color: #000;
}

.seatingCatLayout {
    width: 25px;
    height: 25px;
    border-radius: 15px;
	border-color: #000;
    font-size: .9em;
    color: #fff;
    text-align: center;
	padding-top: 2px;
}


.seatObjTable {
	fill: #ddd;
}
.seatObjText {
	fill: #999;
	font-size: 7px;
	letter-spacing: 0em;
	cursor: default;
}

.sectionSelector {
	cursor: pointer;
	transition: transform .5s;
	fill: #fa9c1b;
}

.sectionHover:hover {
	transform: translate(0,-3px);
	filter: drop-shadow(0 2px 2px rgba(0,0,0,.25));
	stroke: #999;
}

.bestSeatSelector {
	cursor: pointer;
	transition: transform .5s;
	fill: #fa9c1b;
}

.seatSelector { cursor: pointer; }
.seatChecked { fill: #F00 !important; }
.seatBlocked { fill: #ccc !important; }
.seatError { fill: #f00 !important; }
.seatInCart { fill: #F60 !important; stroke: #000; stroke-width: .75; }

.seatColorCat1 { fill: #1B9E77; background-color: #1B9E77; }
.seatColorCat2 { fill: #7570B3; background-color: #7570B3; }
.seatColorCat3 { fill: #E7298A; background-color: #E7298A; } 
.seatColorCat4 { fill: #66A61E; background-color: #66A61E; }
.seatColorCat5 { fill: #E6AB02; background-color: #E6AB02; }
.seatColorCat6 { fill: #A6761D; background-color: #A6761D; }
.seatColorCat7 { fill: #88CCEE; background-color: #88CCEE; }
.seatColorCat8 { fill: #DDCC77; background-color: #DDCC77; }
.seatColorCat9 { fill: #332288; background-color: #332288; }
.seatColorCat10 { fill: #117733; background-color: #117733; }



/* ///////// PAYMENT ///////// */

.paymentRow {
	box-shadow: rgba(0,0,0,0.4) 0px 0px 6px;
	line-height: 1.7em;
}
.paymentRow > .row {
	margin: 20px 0;
}

.paymentLabel {
	font-size: .8em;
	padding-left: 10px;
	margin-bottom: 1em;
}

.paymentStatus {
	border: 1px solid #999;
	margin-bottom: 1em;
	border-radius: 5px;
	height: 60px;
}
.paymentStatus > div {
	display: inline-block;
	vertical-align: middle;
}
.paymentStatus > .icon {
	min-width: 70px;
	text-align: center;
}
.paymentStatus > .text {
	min-width: 150px;
	height: 60px;
}
.paymentStatusNotice {
	background-color: #ffce9e;
}
.paymentStatusError > .text, .paymentStatusNotice > .text {
	padding-top: 15px;
}
.paymentStatusError {
	background-color: #de9898;
}

.paymentCTABtn {
	background-color: #ff8005;
	color: #fff;
	padding: 1em 1.5em;
	border-radius: 25px;
	box-shadow: rgba(0,0,0, .75) 0px 0px 6px;
	font-size: .9em;
	font-weight: bold;
}
.paymentCTABtn:hover {
	background-color: #d24e01;
	color: #fff;
	text-decoration: none;
}
.paymentErrorHolder {
	background-color: #9f3a38;
	color: #fff;
	padding: .5em;
}


/* ///////// FOOTER ///////// */

.shopFooter {
	font-size: .7em;
	text-align: center;
	padding: 15px 0 15px;
	margin-top: 30px;
}
.shopFooter a {
	margin: 0 10px;
}


/* ///////// KEKSE ///////// */

.cookieBox {
    width: 95%;
	max-width: 520px;
    padding: 6px 10px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    /* text-align: justify; */
    position: absolute;
    z-index: 30;
    top: 1em;
    left: 1em;
    right: 1em;
    font-size: 0.7em;
	border-radius: 5px;
}

.cookieBox p {
	margin-bottom: .4em;
}
.cookieBox a.more {
    color: #f1853e;
    margin-left: 10px;
}

.cookieBoxAccept {
    background-color: #4cae4c;
    color: #fff;
	margin-bottom: .4em;
    border-radius: 3px;
    padding: 8px;
	width: 100%;
	height: 30px;
	text-align: center;
	cursor: pointer;
}
.cookieBoxAccept:hover {
    background-color: #339033;
}

#thirdPartyCookies {
	z-index: 1000;
	position: fixed;
	top: 20px;
	left: 50%;
	background-color: #fff;
	color: #000;
	border: 3px solid #aaa;
	padding: 1.5em;
	max-width: 600px;
	min-width: 300px;
	font-size: 1em;
	border-radius: 10px;
	transform: translateX(-50%);
}
#thirdPartyCookies > a {
	background-color: #4169e1;
	color: #fff;
	padding: 8px 15px;
}
#pageDarkener {
	position: fixed;
	z-index: 990;
	background-color: rgba(0,0,0,.9);
}

.noScriptBox {
	background-color: #fff;
	color: #d00;
	border: 2px solid #f00;
	padding: 1em;
	margin-bottom: 2em;
	border-radius: 15px;
	text-align: center;
}

.progressBarSales {
	border-radius: 15px;
	padding: 2px;
}
.progressBarSales > .leftBar {
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}
.progressBarSales > .rightBar {
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}

#mediaSize {
	display: none;
	margin: 100px auto 0;
	background-color: #fff;
	color: #000;
	height: auto;
	overflow: hidden;
	max-width: 300px;
	font-size: .8em;
	box-shadow: rgba(0,0,0,1) 0px 0px 9px;
	border-radius: 7px;
	text-align: center;
	padding: 1em;
}