.tickets-top {
	background: #ffbe00;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 40px;
	position: relative;
}

.tickets-top img {
	margin-top: 30px;
}

.tickets-top .bulina {
	margin-top: 0px;
	position: absolute;
	right: -30px;
	top: -30px;
	z-index: 1;
}

.tickets-top h1 {
	margin: 0;
}

.tickets-wrapper {
	border: 1px solid #434343;
	margin-bottom: 30px;
	margin-top: 50px;
}

.tickets-wrapper.bilet_pentru_o_zi_-_21_iunie .tickets-header {
	background: #FA96E3;
}

.tickets-wrapper.bilet_pentru_o_zi_-_22_iunie .tickets-header {
	background: #96CFFA;
}

.tickets-wrapper.bilet_pentru_o_zi_-_23_iunie .tickets-header {
	background: #96FAC0;
}

.tickets-confirm-wrapper {
	border: 1px solid #434343;
}

.tickets-header {
	background: #f1d654;
	color: #434343;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	border-bottom: 1px solid #434343;
}

.tickets-confirm-header {
	background: #ffbe00;
	color: #434343;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	border-bottom: 1px solid #434343;
}

.tickets-confirm-header p {
	margin: 0;
}

.tickets-confirm-header span {
	font-family: 'Modak', cursive;
	font-weight: 400;
	font-size: 25px
}

.tickets-header span:nth-of-type(1) {
	width: 350px;
}

.tickets-header span:nth-of-type(2) {
	width: 130px;
	text-align: center;
}
.tickets-header span:nth-of-type(3) {
	width: 100px;
	text-align: center;
}

.tickets-list {
	padding: 0px 20px;
}

.tickets-confirm-list {
	padding: 0px 20px;
}

.ticket-item {
	border-bottom: 1px solid #434343;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	align-items: center;
}

.ticket-confirm-item {
	border-bottom: 1px solid #434343;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	align-items: center;
}

.ticket-confirm-item .top .ticket-confirm-total {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	align-items: center;
}

.ticket-confirm-item .top .ticket-confirm-subtotal {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	align-items: center;
}

.ticket-confirm-item .top .ticket-confirm-discount {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	align-items: center;
}

.ticket-confirm-item .top .ticket-confirm-subtotal .title{
	
}

.ticket-confirm-item .center {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.ticket-confirm-item .center input {
	font-size: 16px;
	width: 140px;
	text-align: right;
}

#discount_code.disabled {
	pointer-events: none;
	border: 1px solid #399243;
}

#discount_code+span {
	display: none;
	color: #399243;
	font-size: 14px;
}

#discount_code+span+span {
	display: none;
	color: #b02925;
	font-size: 14px;
}

.ticket-confirm-item .center label {
	font-size: 16px;
}


.ticket-confirm-item.total {
	font-size: 20px;
	font-weight: 600;
	border: none;
	display: block;
}

.ticket-confirm-item.total .ticket-confirm-subtotal {
	font-size: 16px;
	font-weight: 500;
	display: none;
}
.ticket-confirm-item.total .ticket-confirm-subtotal .ticket-confirm-item-title {
	font-weight: 500;
}

.ticket-confirm-item.total .ticket-confirm-discount {
	font-size: 16px;
	font-weight: 500;
	display: none;
}
.ticket-confirm-item.total .ticket-confirm-discount .ticket-confirm-item-title {
	font-weight: 500;
}

.ticket-confirm-item.total .ticket-confirm-discount .ticket-confirm-item-title span {
	font-weight: 500;
	color: #434343;
	padding: 0;
	font-size: 16px;
}


.ticket-item:last-of-type {
	border: none;
}

.ticket-title {
	font-weight: 600;
	width: 450px;
}

.ticket-title .sold-out {
	background: red;
	color: #fff;
	font-size: 13px;
	padding: 2px 6px;
	border-radius: 4px;
	transform: rotate(-10deg);
	display:  inline-block;
}

.ticket-title i {
	font-size: 20px;
	color: #fff;
	padding-left: 4px;
}

.ticket-confirm-item-title {
	font-weight: 600;
	display: flex;
	align-items: center;
}

.ticket-confirm-item-title .ticket-confirm-item-qty {
	font-weight: 600;
	font-size: 20px;
	color: #999;
	padding-right: 20px;
}

.ticket-confirm-item-title small {
	display: block;
}

.ticket-price {
	width: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ticket-confirm-item-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ticket-confirm-item-price sup {
	padding-right: 5px;
}

.ticket-price .compare-price {
	font-size: 14px;
	text-decoration: line-through;
	text-decoration-color: #434343;
	opacity: 0.8
}

.ticket-price .price {
	font-size: 18px;
	font-weight: 600;
	margin-left: 8px;
}

.ticket-qty {
	display: flex;
}
.ticket-qty .ticket-values {
	width: 40px;
	display: block;
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 19px;
	user-select:none;
}

.ticket-qty .plus,
.ticket-qty .minus {
	line-height: 26px;
	height: 30px;
	border: 1px solid #434343;
	width: 30px;
	display: block;
	background: #f1d654;
	display: flex;
	justify-content: center;
	font-size: 28px;
	font-weight: 500;
	cursor: pointer;
	user-select:none;
}

.ticket-qty .plus:hover,
.ticket-qty .minus:hover {
	opacity: 0.8
}

.ticket-qty .minus {
	line-height: 23px;
}

.tickets-footer {
	padding: 30px 0px 20px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.tickets-confirm-footer {
	padding: 20px 20px 20px 20px;
	display: flex;
	justify-content: space-between;
}

.tickets-errors {
	border: 1px solid #FF0000;
	background: #FFDEDE;
	font-size: 17px;
	font-weight: 500;
	width: calc(100% - 200px);
	padding: 10px 15px;
	opacity: 0;
}

.tickets-errors p {
	margin: 0;
}


.tickets-user-info {
	padding: 0px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.tickets-user-info .input-wr {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.tickets-user-info .input-wr input {
	width: 100%;
}

.tickets-user-info .input-wr label {
	width: 100%;
}

.tickets-user-info .checkbox-wr {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	cursor: pointer;
}

.tickets-user-info .checkbox-wr label {
	width: calc(100% - 28px);
	margin: 0;
}

.tickets-confirm-errors {
	color: red;
	padding: 10px 0;
	display: none;

}

input[type="checkbox"] {
	/* outline: 1px solid #000 !important; */!i;!;
	margin-top: 0px;
	width: auto;
}

.tickets-confirm-payment-wrapper {
	min-height: calc(100vh - 416px);
	display:  flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tickets-confirm-payment-wrapper h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

.tickets-confirm-payment-image {
	max-width: 500px;
	width: 90%;
	margin-bottom: 30px;
	margin-top: 20px;
}

.netoopia div {
	margin: 0 auto;
}

@media only screen and (max-width : 500px) {

	#buy_tickets.fixed {
		position: fixed;
		bottom: 0;
		z-index: 1;
		right: 10px;
		left: 10px;
		text-align: center;
		bottom: 10px;
	}
	
	.tickets-confirm-payment-wrapper h1 {
		font-size: 25px;
	}

	.tickets-top {
		margin-left: -15px;
		margin-right: -15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 30px;
	}

	.tickets-header {
		font-size: 15px;
		padding: 10px 10px;
	}

	.tickets-header span:nth-of-type(1) {
		width: 35%;
		text-align: left;
	}

	.tickets-header span:nth-of-type(2) {
		width: 32%;
	}

	.tickets-header span:nth-of-type(3) {
		width: 32%;
	}

	.ticket-title {
		width: 35%;
		text-align: left;
	}

	.tickets-list {
		padding: 0 10px;
		font-size: 14px;
	}

	.ticket-price {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 32%;
	}

	.ticket-qty {
		width: 32%;
	}

	.tickets-confirm-list {
		padding: 0 10px
	}

	.ticket-confirm-item-title .ticket-confirm-item-qty+span {
		text-align: left;
	}

	.ticket-confirm-item-price {
		width: 90px;
		display: flex;
		justify-content: flex-end;
	}

	.ticket-confirm-item-title .ticket-confirm-item-qty {
		width: 52px;
	}

	.tickets-user-info .input-wr {
		width: 100%;
		text-align: left;
	}

	.tickets-top .bulina {
		right: 30px;
		top: auto;
		bottom: -80px;
		z-index: 1;
	}

	.tickets-top {
		margin-bottom: 100px;
	}
}