.col-discount {
	min-width: auto;
	width: 100%;
}

.pass-box {
	flex-direction: column;
}

.pass-box>.dropdown>.dropdown-content {
	background-color: unset;
	border: unset;
}

.dropdown-button {
	padding: 8px 25px;
	border: 2px solid #000;
	border-radius: var(--radius);
	color: #000;
	background-color: #fff;
	cursor: pointer;
	outline: none;
}

.ticket-price-col>.dropdown>.dropdown-button {
	padding-top: 0 !important;
}

.arrow {
	background-image: var(--img-arrow-discount);
	transform: rotate(0deg);
	color: #000D10;
	flex-shrink: 0;
	width: 20px;
	height: 12px;
	background-repeat: no-repeat;
	transition: transform .4s ease;
}

.dropdown-content {
    display: none;
    cursor: pointer;
    width: 280px !important;
    position: absolute;
    background: #fff;
    border: 1px solid #000D10;
    border-radius: var(--radius);
    margin-top: 5px;
    top: 100%;
    left: -56px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.dropdown-content.show {
	display: block;
}

.dropdown-content .dropdown-item {
	padding: 5px 10px 5px 60px;
	font-size: 14px;
	border-radius: var(--radius);
	cursor: pointer;
	transition: background-color .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.dropdown-content .dropdown-item:hover {
	background-color: #F2F6FA;
	border-radius: 15px;
}

.custom-dropdown {
	position: static;
	width: 210px;
	font-family: Arial, sans-serif;
}

.dropdown-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	line-height: 32px;
	border-radius: 25px;
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.arrow.open {
	transform: rotate(180deg);
	height: 12px;
}

.pass-box>.dropdown>.dropdown-button>span {
	padding: 0 3px 0 10px;
	margin-right: 25px;
	margin-left: 5px;
	margin-top: 3px;
	height: 5px;
	background-size: 9px;
}

.pass-code-details {
	width: 145px;
	padding-left: 5px;
	margin-right: 4px;
	border-radius: unset;
	border: 1px solid #4b617f;
}

.radio-box-set {
	justify-content: space-between;
}

.discount-select .discount-icon {
	background-image: var(--img-discount-icon);
	position: relative;
	top: 0;
	display: block;
	width: 17px;
	height: 32px;
	background-size: 32px;
	background-repeat: no-repeat;
	padding-right: 40px;
}

.discount-select {
	position: relative;
	overflow: visible !important;
	display: flex;
	width: 100%;
	max-width: 280px;
	align-items: center;
	padding: 0 15px;
	border: 1.5px solid #000;
	border-radius: var(--radius);
}

.discount-select.disabled .discount-icon {
	background-image: var(--img-discount-disabled-icon);
	position: relative;
	top: 0;
	display: block;
	width: 17px;
	height: 32px;
	background-size: 32px;
	background-repeat: no-repeat;
	padding-right: 40px;
}

.discount-select.disabled {
	border: 2px solid #b2b2b2;
	color: #b2b2b2;
}

.discount-select.disabled .dropdown-header {
	pointer-events: none;
}

.discount-select.disabled .arrow {
	display: none;
}

.discount-price {
	border: 1px solid #000;
	margin: 3px;
	padding: 3px;
	float: left;
	font-size: 12px;
	color: #000;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.discount-price.selected {
	background: #000;
	color: #fff;
}

.discount-price .fa-check-circle {
	margin-right: 5px;
	margin-left: 3px;
	color: #d1d1d1;
}

.discount-price .fas {
	display: none;
}

.discount-price.selected .far {
	display: none;
}

.discount-price.selected .fas {
	display: inline;
}

.discount-price.selected .fa-check-circle {
	color: #fff;
}

.boxoffice-details-empty {
	font-size: 18px;
	padding: 5px 25px;
}

.boxoffice-details-empty .fas {
	font-size: 30px;
	margin-right: 15px;
}

.boxoffice-details-once {
	font-size: 16px;
	position: relative;
	background-color: #fff;
	min-height: 120px;
	padding: 20px 30px;
	overflow: visible !important;
	display: grid;
	grid-template-columns: minmax(120px, 0.6fr) minmax(150px, 1fr) 280px minmax(150px, 200px) 100px;
	grid-template-areas: "ticket-name ticket-details discount price remove";
	gap: 15px;
	align-items: center;
}

.boxoffice-details-once .ticket-price {
	grid-area: ticket-name;
}

.boxoffice-details-once .ticket-details {
	grid-area: ticket-details;
}

.boxoffice-details-once .col-discount {
	grid-area: discount;
}

.boxoffice-details-once .ticket-price-col {
	grid-area: price;
	justify-content: center;
}

.boxoffice-details-once .ticket-remove {
	grid-area: remove;
	position: static;
	width: auto !important;
	justify-self: end;
}

.boxoffice-details-header {
	padding: 0 35px 35px;
	background-color: #fff;
}

.boxoffice-details .position-title h2 {
	font-size: 19px;
	margin-top: 25px;
	margin-bottom: 25px !important;
}

.boxoffice-details>div>.ticket-price {
	font-size: 14px;
	font-weight: 500;
	padding-right: 12px;
}

.boxoffice-details>div>.ticket-price-col {
	text-align: center;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.boxoffice-details .ticket-qt-boxoffice {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}

.boxoffice-details>div>.ticket-name,
.boxoffice-details>div>.ticket-name>strong {
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 29px;
}

.boxoffice-details-once .ticket-remove {
	background-image: var(--img-trash);
	background-size: 25px;
	background-repeat: no-repeat;
	font-size: 18px;
	height: auto;
	width: 85px !important;
	position: absolute;
	text-align: right;
	cursor: pointer;
}

.ticket-remove > button {
	text-transform: uppercase;
}

.boxoffice-details>div>.ticket-remove>div {
	display: flex;
	align-items: center;
	letter-spacing: 1px;
}

.boxoffice-details>div>.ticket-remove>div>img {
	margin-right: 15px;
	margin-top: -5px;
}

.boxoffice-ticket-details {
	font-size: 14px;
	color: #59595b;
}
.summary-cart-boxoffice,
.summary-cart-details {
    display: flex;
}

.summary-cart-details{
	text-align: right;
}

@media (max-width: 767px) {
	.pass-code-details {
		max-width: 100px;
		margin-right: 15px;
	}

	.radio-box-set {
		flex-direction: column;
		padding: 0 1.5rem 1.5rem;
	}

	.boxoffice-details-once {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding: 1rem 1.5rem;
		padding-bottom: 60px;
		gap: 5px;
		transition: padding-bottom .4s ease;
	}

	.boxoffice-details-once .ticket-remove {
		width: 75px !important;
		position: absolute;
		right: 30px;
		bottom: 15px;
	}

	.boxoffice-details-once .col-discount {
		width: 100%;
		max-width: 100%;
	}

	.boxoffice-details-once .discount-select {
		width: 100%;
	}

	.boxoffice-details-once .ticket-price-col {
		width: 100%;
		justify-content: flex-start;
	}

	.boxoffice-details>div>.ticket-price {
		padding-left: 0;
	}

	.boxoffice-details>div>.ticket-price-col {
		flex-direction: column;
		align-items: flex-start;
	}

	.boxoffice-details>div>.ticket-price,
	.boxoffice-details>div>.ticket-name,
	.boxoffice-details>div>.ticket-name>strong,
	.boxoffice-details>div>.ticket-qt-boxoffice,
	.boxoffice-details>div>.ticket-price-col {
		font-size: 17px;
		line-height: 25px;
		text-align: left;
	}
	
	.boxoffice-details>div>.ticket-remove>div {
		font-size: 0;
		margin-top: 10px;
		right: 25px;
		flex-direction: column;
	}

	.boxoffice-details .position-title {
		margin-bottom: 10px !important;
		font-size: 18px;
		margin-top: 25px;
	}

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

@media (min-width: 768px) and (max-width: 1023px) {
	.boxoffice-details>div>.ticket-price,
	.boxoffice-details>div>.ticket-name,
	.boxoffice-details>div>.ticket-name>strong,
	.boxoffice-details>div>.ticket-remove>div,
	.boxoffice-details .ticket-qt-boxoffice,
	.boxoffice-details>div>.ticket-price-col {
		font-size: 18px;
	}

	.boxoffice-details>div>.ticket-remove>div {
		font-size: 0;
	}

	.boxoffice-details-once {
		display: grid;
		grid-template-columns: minmax(100px, 0.5fr) minmax(120px, 0.8fr) 240px minmax(100px, 150px) 80px;
		grid-template-areas: "ticket-name ticket-details discount price remove";
		gap: 10px;
		padding: 25px;
		padding-bottom: 25px;
		transition: padding-bottom .4s ease;
	}

	.boxoffice-details-once .ticket-remove {
		position: static;
		width: auto !important;
		bottom: auto;
		right: auto;
	}

	.boxoffice-details-once .col-discount {
		min-width: auto;
	}

	.boxoffice-details-once .discount-select {
		max-width: 240px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.boxoffice-details-once {
		grid-template-columns: minmax(110px, 0.5fr) minmax(130px, 0.9fr) 260px minmax(130px, 180px) 90px;
		gap: 12px;
		padding: 22px 28px;
	}

	.boxoffice-details-once .discount-select {
		max-width: 260px;
	}
}
