/* ==========================================================================
   For post launch / adhoc changes
   ========================================================================== */

.zapct-navbar .navbar-brand {
	width: auto !important;
}

.zapct-navbar .navbar-brand img {
	height: 96px !important;
	margin-top: 2rem !important;
	position: relative;
	z-index: 1;
}

.zapct-carousel-wrapper {
	margin: 0 !important;
}

.carousel .carousel-item .carousel-caption {
	bottom: 3rem !important;
}

.carousel .carousel-item .overlay {
	display: none;
}

.woocommerce ul.products li.product .inner-wrapper .zapc-date-banner {
	margin: 0px auto 10px auto !important;
	position: relative !important;
	background: #e77a26 !important;
}

.woocommerce-ordering {
	margin: 0px 0px 32px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-ordering select {
	padding: 12px 16px;
	display: block !important;
	background-color: #FFF;
	border: 1px solid #ced2d3;
	border-radius: 5px;
	color: #0e1647;
	font-family: var(--font-sans-serif);
	font-size: 1rem;
	font-weight: 300;
}

.woocommerce-privacy-policy-link {
	color: #e77a26;
	-webkit-text-fill-color: #e77a26;
}

.page-id-52 .zapc-competition-results-wrapper .nav-tabs .nav-item:nth-of-type(2) {
	display: none;
}

@media (min-width: 576px) {
	.zapct-navbar .navbar-brand img {
		height: 128px !important;
		margin-top: 3rem !important;
	}
}

@media only screen and (min-width: 577px) and (max-width: 991px) {
	.carousel .carousel-item {
		height: 70vh;
	}
}