.cart-area {
	background: var(--section-bg-color);
	width: 100%;
	margin-top: 4vh;
	min-height: 400px;
}

.cart_top {
	position: relative;
}

.cart_move {
	position: fixed;
	top: 0;
	left: 0;
}

.cart_opacity {
	background: #434343;
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
}

.cart_opacity .cart-counter-summary div,
.cart_opacity .cart-counter-summary span {
	color: #fff !important;
}

.cart_no_opacity {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 10px;
}

#cart_section {
	display: flex;
	flex-direction: column-reverse;
}

#sb_cart h3 {
	font-size: 19px;
	color: #59595B;
	margin-bottom: 0;
}

#sb_cart.is-sync-waiting .cart-item,
#sb_cart.is-sync-waiting .cart-product-once {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

#sb_cart.is-sync-waiting::before {
	content: "";
	/* Fallback visual if needed */
}

.ci-remove {
	background-color: transparent;
	border: none;
	padding: 0 0 0 28px !important;
	cursor: pointer;
	background-image: var(--img-trash);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 30px;
	display: inline-flex;
	align-items: center;
	color: #000;
	font-weight: 500;
	transition: all 0.3s ease;
}

.ci-remove i {
	display: none;
}

.ci-remove:hover {
	opacity: 0.7;
}

.ci-remove::before {
	display: none;
}

.continue-shopping {
	font-size: 20px;
	padding: 10px;
	width: 320px;
	margin-bottom: 8px;
}

.continue-shopping-sec {
	margin-top: 105px;
	right: 0;
	margin-right: 0;
	padding: 15px !important;
}

.continue-shopping,
.continue-shopping-sec {
	width: 100%;
	font-size: 18px;
}

.btn-continue-shopping.btn-continue-shopping {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
}

a.btn-continue {
	text-decoration: underline;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	cursor: pointer;
}

.basket-btns {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 148px;
	right: 0;
	flex-direction: column;
	align-items: center;
}

.cart-bottom-btns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 40px;
	margin-top: 30px;
}

.cart-bottom-btns a.btn-continue {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.cart_buy_button {
	padding: 15px 50px;
	font-size: 19px !important;
	font-weight: 500;
	letter-spacing: 1px;
	width: 380px;
	border-radius: var(--radius);
	color: var(--txt-color);
	background: var(--btn-secondary-color);
	text-decoration: unset;
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
}

.cart_buy_button:hover {
	background: var(--hover-btn-secondary-color);
	text-decoration: none;
}

.cart_buy_button.is-disabled {
	background: #e7e7e7;
	color: #9b9b9b !important;
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none;
}

.cart-bottom-btns a.btn-continue:hover {
	background: var(--hover-btn-primary-color);
	color: #fff;
}

#cart_empty_placeholder {
	background: #fff;
	padding: 37px;
	width: 100%;
	border-radius: 0;
	display: flex;
	align-items: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.4;
}

.cart-default-second-summary #cart_empty_placeholder {
	padding: 15px 20px;
}

#cart_section .cart-counter-summary,
#cart_section .cart_actions {
	margin: 5px auto;
	padding: 5px;
	text-align: center;
}

#cart_section .cart-counter-summary div,
#cart_section .cart-counter-summary span {
	margin: 5px 3px;
}

#sb_cart .cart-counter-summary {
	color: var(--primary-color);
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	display: flex;
	align-items: center;
}


.cart-counter-summary span {
	color: #000;
}

.cart-counter-summary .count,
.cart-counter-summary .worth,
.cart-counter-summary .pieces,
.cart-counter-summary .decor-line,
.cart-counter-summary .currency-value {
	font-size: 24px;
}

.cart-counter-summary span {
	font-size: 22px;
}

#cart_section .count,
#cart_section .worth {
	font-weight: bold;
}

#cart_section .fa-ticket-alt {
	font-size: 29px;
}

#cart_section .fa-calculator {
	font-size: 24px;
}

#sb_cart .content div {
	border-radius: 8px;
	padding: 5px;
	font-size: 10px;
}

.cart-product-once {
	border-bottom: 1px solid #c7cacd !important;
	background-color: #ffffff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
}

.cart-product-once:last-child {
	border-bottom: unset !important;
}

.cart-product-once .remove {
	background-image: var(--img-trash);
	position: absolute;
	font-size: 18px;
	width: 85px;
	background-size: 25px;
	background-repeat: no-repeat;
	letter-spacing: 1px;
	right: 2rem;
	text-align: right;
}


.cart-product-once .pname,
.cart-product-once .title .title-event {
	font-size: 16px;
	line-height: 25px;
}

.cart-product-once .title .title-event,
.ci-title .title-event {
	font-weight: 500;
	overflow: visible !important;
}

.cart-product-once .title .title-event span,
.ci-title .title-event span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cart-product-once .pcount,
.cart-product-once .pprice {
	font-size: 16px;
	line-height: 29px;
}

.cart-product-once .place {
	font-weight: 400 !important;
}

.cart-product-once .pprice {
	padding-left: 40px;
}

.cart-product-once .title>strong {
	font-weight: 600 !important;
	line-height: 1.3;
}

.cart-product-once .pcount {
	position: unset !important;
	text-align: center;
}

.cart-product-once .fa-times-circle {
	font-size: 20px;
}

.cart-product-once .remove>img {
	margin-top: -5px;
	margin-right: 15px;
}

.pname {
	flex: 2;
}

.pname h2 {
	font-size: 1.25rem;
	margin-bottom: .5rem;
}

.button.product.plus.pbtn.btn-effect {
	transition: .2s linear;
}

.cart-empty-info .cart-small {
	margin: 40% auto 0;
}

.cart-empty-info .fa-shopping-cart {
	color: #000;
	font-size: 140px;
	margin: 20px auto;
}

.cart-empty-info .count {
	position: relative;
	left: -40px;
	top: -90px;
	background: red;
	color: #fff;
	font-size: 42px;
	padding: 3px 22px;
	border-radius: 50px;
}

.empty-back {
	width: 70%;
	text-align: center;
}

div.btn-effect {
	text-decoration: none;
	transition: .3s linear;
}

.btn-effect {
	position: relative;
	z-index: 1;
}

.btn-effect:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: inherit;
	width: 100%;
	height: 0;
	transition: height .5s ease-in-out;
	z-index: -1;
	border-radius: var(--radius);
}

.btn-effect:hover:after {
	height: 100%;
}

.btn-effect:after {
	background-color: var(--primary-color);
}

.btn-effect.red-hov:after {
	background-color: #fe303c;
}

.btn-effect:hover {
	color: #ffffff !important;
}

.cart-item .discount-select {
	display: block;
	margin: 5px 0;
	width: 100%;
}

.native-discount-select {
	min-width: 200px;
	max-width: 100%;
}

.cart-item .pname {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.cart-item .discount-icon {
	display: none;
}

.cart-item .custom-dropdown {
	position: relative;
	width: 100%;
}

.cart-item .dropdown-header {
	width: 100%;
	padding: 8px 10px;
	font-size: 15px;
	border: 1px solid #000000;
	background: #ffffff;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
	white-space: normal;
	word-break: break-word;
	text-align: left;
}

.cart-item .dropdown-header:hover {
	background: #f9f9f9;
}

.cart-item .dropdown-header .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000000;
	transition: transform 0.3s ease;
}

.cart-item .dropdown-header .arrow.open {
	transform: rotate(180deg);
}

.cart-item .dropdown-content {
	display: none;
	position: absolute;
	margin-top: 3px;
	top: 100%;
	left: 0;
	right: 0;
	background: #ffffff;
	border: 1px solid #000000 !important;
	border-top: none;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	max-height: 200px;
	overflow-y: auto;
}

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

.cart-item .dropdown-item {
	padding: 8px 10px;
	font-size: 15px;
	cursor: pointer;
	transition: background 0.2s ease;
	white-space: normal;
	word-break: break-word;
}

.cart-item .dropdown-item:hover,
.cart-item .dropdown-item.focused {
	background: var(--section-bg-color);
}

.cart-item .dropdown-item:active {
	background: var(--section-bg-color);
}

.cart-item .dropdown-item.active {
	background: var(--section-bg-color);
	font-weight: 600;
}

.cart-item .discount-select.disabled {
	opacity: 0.6;
	pointer-events: none;
}

.cart-item .ci-discount {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width:767px) {
	#cart_empty_placeholder {
		padding: 40px 24px;
		font-size: 20px;
	}

	#sb_cart .cart-counter-summary {
		font-size: 18px;
		padding: 0 1rem;
	}

	.cart-counter-summary .count,
	.cart-counter-summary .worth,
	.cart-counter-summary .pieces,
	.cart-counter-summary .decor-line,
	.cart-counter-summary .currency-value {
		font-size: 18px;
	}

	.cart-area {
		min-height: 300px;
	}

	.cart-bottom-btns {
		display: inline-block;
		margin-top: 35px;
	}

	.btn-continue-shopping.btn-continue-shopping {
		width: 100%;
		margin-bottom: 10px;
	}

	.cart-bottom-btns .cart-bottom-btns a.btn-continue {
		width: 100%;
		text-align: center;
		font-size: 19px;
		padding: 15px 0px;
		border: 1px solid #000;
		border-radius: var(--radius);
	}

	.cart-product-once {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		max-height: fit-content;
		padding: 20px;
	}

	.cart-product-once .pname {
		padding-left: 0px;
		text-align: left;
		width: 90%;
	}

	.cart-product-once>.pname,
	.cart-product-once>.title,
	.cart-product-once>.place {
		font-size: 17px;
		line-height: 25px;
		padding-left: 0;
	}

	.cart-product-once>.pcount {
		margin-top: 10px;
	}

	.cart-product-once>.pprice,
	.cart-product-once>.pcount {
		position: unset !important;
		font-size: 19px;
		font-weight: 600;
		line-height: 25px;
		padding-left: 0;
	}

	.cart-product-once .remove {
		display: flex;
		right: 10px;
		bottom: 1.5rem;
		flex-direction: column;
		font-size: 0;
		background-size: 30px;
		height: 31px;
		width: 40px !important;
	}

	.ci-remove-col {
		padding: 0;
		display: flex;
		justify-content: flex-end;
	}

	.ci-remove {
		margin-right: -15px;
		font-size: 16px;
	}

	.ci-remove::before {
		display: none;
	}

	.cart-product-once .remove>img,
	.ticket-remove>div>img {
		margin-right: 0px !important;
		width: 27px;
	}
}

@media (max-width:768px) {
	.cart-date-nav {
		margin-left: 25px;
		margin-right: -10px;
	}

	.cart-empty-info .cart-small {
		margin: 40% auto 0;
	}

	.cart-empty-info .fa-shopping-cart {
		color: #000;
		font-size: 140px;
		margin: 20px auto;
	}

	.cart-empty-info .count {
		position: relative;
		left: -40px;
		top: -90px;
		background: red;
		color: #fff;
		font-size: 42px;
		padding: 3px 22px;
		border-radius: 50px;
	}

	.cart_buy_button {
		width: unset;
	}
}

@media (max-width:900px) {

	.cart-product-once .remove,
	.boxoffice-details-once .ticket-remove {
		display: flex;
		right: 10px;
		bottom: 1.5rem;
		flex-direction: column;
		font-size: 0;
		background-size: 30px;
		height: 31px;
		width: 40px !important;
	}

	.cart-product-once .pname {
		padding-left: 0;
		text-align: left;
		width: 90%;
	}

	.cart-product-once>.pname,
	.cart-product-once>.title,
	.cart-product-once>.place {
		font-size: 17px;
		line-height: 25px;
		padding-left: 0;
	}

	.cart-product-once>.pcount {
		margin-top: 10px;
	}

	.cart-product-once>.pprice,
	.cart-product-once>.pcount {
		position: unset !important;
		font-size: 19px;
		font-weight: 600;
		line-height: 25px;
		padding-left: 0;
	}

	.cart-product-once>.remove>img,
	.ticket-remove>div>img {
		margin-right: 0 !important;
		width: 27px;
	}
}

@media (max-width:992px) {
	.cart-nav-box {
		margin-top: 6px;
		margin-right: 1rem;
	}

	.cart-nav-box span {
		font-size: 16px;
		color: #f1f1f1;
		line-height: 22px !important;
	}
}

@media (min-width:1200px) {
	.cart-product-once .pname {
		overflow: hidden;
	}

	.cart-product-once .title {
		padding-left: 20px;
	}

	.cart-product-once .remove {
		right: .25rem;
		font-size: 0;
	}

	.cart-product-once>.remove>img {
		width: 22px;
	}

	.cart-product-once .fa-times-circle {
		font-size: 30px;
	}

	.product-select>div>div.button.product.minus.pbtn,
	.button.product.plus.pbtn.btn-effect {
		height: 50px;
		width: 50px;
	}
}