body {
		font-family: 'Poppins', sans-serif;
}

.custom-primary-font {
		font-family: 'Poppins', sans-serif !important;
}

.custom-secondary-font {
		font-family: 'Poppins', sans-serif !important;
}

.custom-tertiary-font {
		font-family: 'Playfair Display', sans-serif !important;
}

.custom-bg-color-1 {
		background-color: #F6F3EF !important;
}

.custom-h-1 {
		height: 4px !important;
}

@keyframes customFadeInRightShorter {
		from {
				opacity: 0;
				transform: translate(-50px, -50%);
		}
		to {
				opacity: 0.1;
				transform: translate(0, -50%);
		}
}

.customFadeInRightShorter {
		animation-name: customFadeInRightShorter;
}

@keyframes customHeaderAnimOne {
		from {
				height: 100%;
		}
		to {
				height: 0;
		}
}

.customHeaderAnimOne:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: var(--light);
		animation-name: customHeaderAnimOne;
		animation-duration: inherit;
		animation-fill-mode: inherit;
}

.custom-menu-item .custom-menu-item-details {
		display: flex;
		justify-content: between;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-title,
.custom-menu-item .custom-menu-item-details .custom-menu-item-price {
		white-space: nowrap;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong {
		font-size: 20.8px;
		font-size: 1.3rem;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong > span {
		font-size: 0.6em;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-line {
		width: 100%;
		border-bottom: dashed 1px #777;
}

#header .header-nav-main nav > ul > li > a {
		font-family: 'Poppins', sans-serif;
		font-size: 14.4px;
		font-size: 0.9rem;
		letter-spacing: 0;
		font-weight: 600;
}

@media (min-width: 992px) {
		html.sticky-header-active .header-logo img {
				width: 140px;
				height: auto;
		}
}

.custom-section-halfbar-bg {
		position: absolute;
		top: 50%;
		right: 0;
		width: 50vw;
		height: 40%;
		border-radius: 10px 0 0 10px;
		background: var(--grey-500);
		opacity: 0.1;
		transform: translate3d(0, -50%, 0);
}

@media (max-width: 991px) {
		.custom-section-halfbar-bg {
				height: 20%;
		}
}

.custom-column-bg {
		position: relative;
}

.custom-column-bg:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 50vw;
		height: 100%;
		border-radius: 0 10px 10px 0;
		background: var(--dark);
		opacity: 0.6;
		transform: translate3d(0, -50%, 0);
		z-index: -1;
}

@media (max-width: 767px) {
		.custom-column-bg:before {
				width: 100%;
				border-radius: 10px;
		}
}

@media (max-width: 575px) {
		.custom-column-bg:before {
				width: calc(100% - 30px);
				margin-right: 15px;
		}
}

/* Skin */
.custom-section-halfbar-bg {
		background: var(--primary);
}

/* Hero */
.custom-hero-bg {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/frogmore_bottles.jpg");
}

.custom-hero-bg svg {
	width: 100vw;
	height: 100vh;
}

.custom-hero-bg:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.8;
	background-color: var(--quaternary);
}

.custom-hero-font-1 {
	font-size: clamp(18px, 0px + 0.05 * 100vw, 35px);
	line-height: 1.1;
}

.custom-hero-heading {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	-webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 991px) {
	.custom-hero-heading {
			bottom: 80px;
	}
}

.custom-hero-heading strong {
	text-transform: uppercase;
	font-size: 13cqw;
	line-height: 13cqw;
}

@media (max-width: 991px) {
	.noem-mobile {
		font-style: normal;
	}
	.text-14 {
		font-size: 3em !important;
	}
	.custom-hero-font-1 {
		font-size: 1.25em;
	}
	.ratio-4x3 {
		--bs-aspect-ratio: 100%;
	}
	.nopx-mobile {
		padding-right: 0;
		padding-left: 0;
	}
}