.navigation .cart-small,
.navigation2.navigation-sticky .cart-small-float {
	display: none !important;
}

.voucher-error {
	color: #dd1010;
	font-size: 14px;
	position: static;
	margin-top: 0;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	display: block;
}

.voucher-error.visible {
	opacity: 1;
	max-height: 50px;
	margin-top: 8px;
}

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


.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;
}

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


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

.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-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);
}

.steps-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 20px;
}

.step-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.step-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #000;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.step-item.active .step-circle {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.step-item.completed .step-circle::after {
	content: "✓";
	position: absolute;
	color: #000;
	font-size: 20px;
}

.step-item.completed .step-circle span {
	display: none;
}

.step-label {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	white-space: nowrap;
}

.step-line {
	width: 200px;
	height: 2px;
	background-color: #000;
	margin: 0 -45px;
	position: relative;
	top: -20px;
	z-index: 1;
}

.boxoffice-heading>h1,
.boxoffice-payment-box h3,
.boxoffice-delivery-box h3,
.regulations-heading>h3,
.invoice-heading>h3,
.user-heading>h3,
.summary-heading>h3 {
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px !important;
}

.invoice-heading>h3 {
	margin-bottom: 0 !important;
}

.btn-voucher,
.button-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius);
	transition: all .3s ease;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.button-submit {
	background: var(--btn-secondary-color);
	color: var(--btn-secondary-txt-color);
	padding: 10px 60px;
	font-size: 26px;
	width: 100%;
}

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


@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;
	}
}

@media (max-width: 767px) {
	.pcinfoerror {
		font-size: 15px;
		bottom: 60px;
	}

	.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-heading>h1,
	.boxoffice-payment-box h3,
	.boxoffice-delivery-box h3,
	.regulations-heading>h3,
	.invoice-heading>h3,
	.user-heading>h3,
	.summary-heading>h3 {
		font-size: 22px !important;
		line-height: 30px;
	}

	.steps-container {
		padding: 20px 10px;
	}

	.step-circle {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.step-line {
		width: 100px;
		top: -12px;
	}

	.step-label {
		font-size: 10px;
	}

	.button-submit {
		font-size: 22px;
		padding: 10px 40px;
		width: 100%;
	}

	.invoice-heading {
		margin-bottom: 20px !important;
	}
}

@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;
	}
}

@media (max-width: 991px) {
	.step-line {
		width: 120px;
	}

	.step-label {
		font-size: 12px;
	}
}