/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#qc-cart-contents {
	z-index: 1001;
	padding-left: 700px;
	align-self: flex-end;
}

#qc-cart-contents a{
	color: #fff!important;
}

#qc-cart-contents>svg {
	width: 50px;
	height: 50px;
}

.qc-cart-summary {
	display: flex;
	flex-direction: column-reverse;
}

.qc-count {
	color: #8e8e8e!important;
}


#qc-banner-content #eb-tiles{
	position: relative;
	z-index: 1;
}

.qc-quick-text {
	font-size: 18px;
	margin-right: 10px;
}

#qc-tiles {
	margin-right: 10px;
}

.qc-tile-number {
	width: 53px;
	max-width: 53px;
	max-height: 50px;
	height: 50px;
	font-weight: bold;
	text-align: center;
	background-color: #ED3237;
	border-radius: 3px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	margin: 0 4px;
	display: inline-block;
	position: relative;
}

.qc-tile-number p {
	line-height: unset;
	color: white;
}

.qc-tile-number:before{
	content:"";
	width: 100%;
	max-height: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 44%;
	z-index: 10;
	background-image: url('img/checkout_strikethrough.svg');
}

.qc-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	font-size: 8px;
	font-weight: bold;
}

.qc-time {
	font-size: 27px;
	font-weight: bold;
}

.qc-tile-separate {
	width: 27px;
	max-width: 27px;
	max-height: 50px;
	height: 50px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	background-color: #ED3237;
	margin: 0 4px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 27px;
}

.qc-tile-separate:before{
	content:"";
	width: 100%;
	max-height: 5px;
	height: 5px;
	display: block;
	position: absolute;
	top: 44%;
	z-index: 10;
	background-image: url('img/checkout-strikethrough-small.svg');
}


#qc-banner-content{
	width: 100%;
	position: absolute;
	background-color: #1A1A1A;
	z-index: 1001;
	height: 100%;
}

#qc-banner-content div {
	align-self: center;
	color: white;
	font-weight: bold;
}

@media only screen and (max-width: 1020px) {
	#qc-cart-contents {
		display: none!important;
	}
}

@media only screen and (max-width: 767px) {
	#qc-banner-content {
		display: none!important;
	}
}

#qc-banner-content-mobile {
	display: none;
}


@media only screen and (max-width: 767px) {
	#qc-banner-content-mobile {
		display: none;
		text-align: center;
		--tw-bg-opacity: 1;
		background-color: rgba(26,26,26,var(--tw-bg-opacity));
		padding-bottom: 5px;
		--tw-text-opacity: 1;
		color: rgba(255,255,255,var(--tw-text-opacity));
	}
}

#eb-overlay {
	display: none;
	position:fixed;
	z-index:1001;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.9);
	backdrop-filter: blur(36px);
}

#eb-popup {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	top: 20%;
	background-color: white;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	max-width: 509px;
	max-height: 490px;
	font-size: 18px;
	text-align: center;
	padding: 25px
}

.eb-coupon {
	width: 451px;
	height: 115px;
	background-color: black;
	color: white;
	border: 1px solid black;

	font-size: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.eb-button {
	width: 254px;
	height: 67px;
	background-color: #ED3237;
	border: 1px solid #707070;
	color: white;
	font-size: 22px;
}

.eb-button:hover {
	width: 254px;
	height: 67px;
	background-color: #ED3237;
	border: 1px solid #707070;
	color: white;
	font-size: 22px;
}

.eb-text {
	font-size: 18px;
}

.eb-close {
	float: right;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	height: 1.5rem;
	color: #8E8E8E;
	display: flex;
	align-self: flex-end;
	font-size: 23px;
}

.eb-title {
	padding-bottom: 1rem;
	font-size: 28px;
}

.eb-entries {
	width: 451px;
	height: 115px;
	background-color: black;
	border: 1px solid black;

	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.eb-entries-count {
	background-color: #ED3237;
	color: white;
	width: 102px;
	height: 58px;

	font-size: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.eb-entries-text {
	font-size: 22px;
	color: #ED3237;
}
