.navigation .cart-small,
.navigation2.navigation-sticky .cart-small-float {
    display: none !important;
}
.voucher-error {
	color: #dd1010;
	font-size: 14px;
	position: static;
	margin-top: 8px;
	display: none;
}

.voucher-input.error {
	border-color: #dd1010;
}

.form-control.invalid {
	border-bottom: 1px solid #DD1010 !important;
	background: unset;
}

.boxoffice_delivery .delivery {
	font-size: 9px;
}

.normal-weight {
	font-weight: 400;
}

.justify-end {
	justify-content: end;
}

.user-data-small {
	font-size: 12px;
	clear: both;
}

.hidden-el {
	display: none;
}

.btn-voucher {
	display: flex;
	font-size: 14px;
	border: 2px solid var(--primary-color);
	border-radius: var(--radius);
	padding: 0 15px;
	padding-left: 18px;
	transition: all .3s ease-in-out;
	outline: none;
	align-items: center;
}

.btn-voucher:hover {
	background-color: var(--hover-btn-secondary);
}

.btn-voucher .voucher-icon {
	background-image: var(--img-voucher-icon);
	position: relative;
	top: 0;
	display: block;
	width: 32px;
	height: 32px;
	background-size: 32px;
	background-repeat: no-repeat;
	margin-right: 8px;
	margin-left: -2px;
}

.voucher-form {
	display: flex;
	flex-direction: column;
	position: relative;
}

.voucher-input:focus {
	border-bottom-color: var(--primary-color, #000);
	outline: none;
	box-shadow: none;
}

@media (max-width: 575px) {
	.voucher-modal-content {
		width: 92% !important;
		max-width: 500px !important;
		padding: 30px 20px !important;
	}

	.voucher-buttons {
		flex-wrap: wrap;
	}

	.btn-add-voucher,
	.btn-cancel-voucher {
		width: 100%;
		min-width: 0;
	}
}

.pcinfoerror {
	position: absolute;
	bottom: 67px;
	left: 0;
	font-size: 14px;
	text-align: center;
}

.error-icon-promo {
	color: #d12335;
	margin-left: 5px;
	font-size: 18px;
	position: absolute;
	right: 10px;
	bottom: 0;
	transform: translateY(-50%);
}

#add-promo-code {
	background-color: var(--btn-primary-color);
	color: var(--txt-color);
	border: 2px solid var(--btn-primary-color);
	border-radius: var(--radius);
	padding: 8px;
	width: 370px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 30px;
}
#add-promo-code:hover {
	background-color: var(--hover-btn-primary-color);
	border-color: var(--hover-btn-primary-color);
	color: var(--txt-color);
	transition: all .3s ease-in-out;
}
#promotional_code {
	border-bottom: 1px solid #000 !important;
	padding-top: 15px !important;
	background-color: unset !important;
}

#promotional_code::placeholder,
#inputName::placeholder,
#inputSurname::placeholder,
#inputEmail::placeholder,
#inputRepeatEmail::placeholder,
#inputPhone::placeholder,
.invoice.UserInfo::placeholder,
#voucher-code::placeholder,
.productCustomer::placeholder {
	color: #A4A3A3;
	font-size: 17px;
}

.form-control.productCustomer {
	width: 90%;
}

.form-group.user-data {
	border: 1px solid #DAE5F0;
	padding: 0 0 15px 25px;
	margin-top: 5px;
}

.boxoffice .details {
	width: 100%;
	margin-top: 20px;
}

.boxoffice .user_details th {
	border: none;
	background: none;
	color: #3e2615;
	font-weight: 700;
	text-align: left;
	font-size: 16px;
}

.boxoffice .summary th {
	border: none;
	background: none;
	color: #3e2615;
	font-weight: 700;
	text-align: right;
	font-size: 16px;
	padding: 5px;
}

.boxoffice .user_details td {
	border: none;
	background: none;
	color: #3e2615;
	font-weight: 700;
	text-align: left;
}

.boxoffice tfoot {
	font-size: 15px;
}

.boxoffice .adds {
	margin-top: 10px;
	background: #fff;
}

.boxoffice .buy-box {
	background: #fff;
}

.boxoffice .buy-float {
	border: 1px solid #4b617f;
	position: absolute;
	top: -20%;
	max-width: 395px;
	right: 8%;
	height: fit-content;
}

.boxoffice .user_details input[type=text],
.boxoffice .user_details textarea {
	padding: 10px;
	border: 1px solid #dfdfdf;
}

.boxoffice .delivery .radio,
.boxoffice .payment .radio {
	text-align: center;
}

.boxoffice .delivery .name,
.boxoffice .payment .name {
	font-weight: 700;
}

.boxoffice .delivery .cost,
.boxoffice .payment .cost {
	text-align: right;
}

.boxoffice .document_expl {
	font-size: 10px;
}

.boxoffice .details .ticket {
	text-align: left;
}

.boxoffice-bottom-cart {
	background-color: var(--section-background-color);
}

.boxoffice-delivery-box {
	margin-top: 35px;
	border: 0;
	background-color: #fff;
	min-height: 85px !important;
}

.boxoffice-payment-box {
	margin-top: 35px;
	border: 0;
	background-color: #fff;
	min-height: 85px !important;
}

.boxoffice-user-box {
	background-color: #fff;
	padding-bottom: 20px;
}

.boxoffice-buy-box {
	padding: 35px 0;
	height: fit-content !important;
}

#basket-float>.boxoffice-buy-box>.summary-heading {
	margin: 0 10px;
}

.boxoffice-payment-box h4,
.boxoffice-pcode-box h4,
.boxoffice-delivery-box h4 {
	border-bottom: 1px solid #000;
	font-size: 26px;
	line-height: 38px;
	font-weight: 400;
	color: #000;
	margin-bottom: 45px !important;
}

.boxoffice-pcode-box {
	position: relative;
	margin-top: 35px;
	border: 0;
	background-color: #fff;
	min-height: 85px !important;
}

.boxoffice-cart {
	background-color: var(--section-background-color);
}

.boxoffice-payment-box label,
.boxoffice-delivery-box label {
	background-color: unset;
	color: #000 !important;
	border: unset;
	padding-top: 0 !important;
}

.boxoffice-summary-box {
	background-color: #fff;
}

div.boxoffice-summary-box>div.buy {
	margin-top: 80px;
}

.cart-boxoffice {
	background-color: var(--section-bg-color);
}

.boxoffice-heading>h1 {
	border-bottom: 1px solid #000;
	color: #000;
	margin-bottom: 30px;
	font-size: 26px !important;
	text-transform: uppercase;
	line-height: 38px;
	font-weight: 400;
}

@media (max-width: 767px) {
	#add-promo-code {
		width: 90%;
		font-size: 18px;
		padding: 12px;
	}

	.pcinfoerror {
		font-size: 15px;
		bottom: 60px;
	}

	.boxoffice-heading>h1,
	.boxoffice-payment-box h4,
	.boxoffice-pcode-box h4,
	.boxoffice-delivery-box h4 {
		font-size: 22px !important;
		margin-bottom: 30px !important;
		line-height: 30px;
	}

	.boxoffice-cart {
		margin-bottom: 1rem !important;
	}

	.boxoffice-details-once .fa-times-circle {
		font-size: 40px;
		margin: 10px auto;
	}

	.boxoffice-user-box {
		margin-right: 0;
		padding-bottom: 0;
	}

	.boxoffice-pcode-box .name {
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.boxoffice-back {
		padding-top: 5rem;
		margin-bottom: 3rem;
	}

	.boxoffice-buy-box {
		padding: 40px 30px 45px;
	}

	.boxoffice-summary-box>div.buy {
		margin-top: 80px;
	}

	#add-promo-code {
		padding: 5px;
		width: 230px;
		font-size: 18px;
	}
}

@media (min-width: 640px) {

	.boxoffice .container,
	.boxoffice .container-lg,
	.boxoffice .container-md,
	.boxoffice .container-sm,
	.boxoffice .container-xl,
	.boxoffice .container-xxl {
		max-width: 90% !important;
	}
}