@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@font-face {
	font-family: 'GraphikRegular';
	src: url('GraphikRegular.otf');
}
@font-face {
	font-family: 'GraphikBold';
	src: url('GraphikBold.otf');
}
:root {
	--main-font: 'GraphikRegular', 'Montserrat', sans-serif;
	--main-red: #f1b71c;
	--main-yellow: #f1b71c;
	--main-blue: #f1b71c;
	--main-charcoal: #232326;
	--main-green: #f1b71c;
	--main-offwhite: #fbf3f0;
	--main-white: #f8f8f8;
	--main-lightborder: #ddd;
	--main-lighttext: #ccc;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
html,
body {
	font-family: var(--main-font);
	-webkit-tap-highlight-color: transparent !important;
	font-size: 16px !important;
}
body {
	width: 100% !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	background: var(--main-white) !important;
}
img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
#toast-container {
	top: auto !important;
	bottom: 0 !important;
	left: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}
#toast-container .toast {
	display: block;
	text-align: center;
	height: 50px;
	border-radius: 0;
	min-height: 50px;
	line-height: 50px;
	padding: 0 10px;
}
.progress {
	background: #ccc;
	z-index: 1001;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
}
.progress .indeterminate {
	background: var(--main-red);
}
.loaderwrapper {
	top: 0;
	left: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1000;
	display: block;
	background: rgba(255, 255, 255, 0.75);
}
.hidden {
	display: none !important;
}
.header {
	height: 90px;
	width: 100%;
	line-height: 90px;
	text-align: left;
	background: #efefef;
	border: 0 !important;
	padding-left: 60px;
}
.header img {
	padding: 25px 0;
}
.emailsend {
	display: none !important;
}
.secondbox {
	display: block;
	position: relative;
	width: 80%;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
	padding: 20px;
}
.secondbox > img {
	width: 180px;
	margin-bottom: 40px;
	text-align: center;
}
.secondbox div {
	font-size: 18px;
	margin-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 10px 0;
	margin: 0;
	font-weight: 700;
	font-family: 'GraphikBold', 'Montserrat', sans-serif;
}
.page {
	padding-bottom: 60px;
}
.page::after {
	content: '';
	background: rgba(95, 70, 43, 0.02);
	height: 110vh;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.section > * {
	width: 100%;
	margin: 0 auto;
}
.parentsection {
	display: flex;
}
.inner {
	width: 70%;
	padding: 0 30px 0 60px;
}
.cart {
	width: 30%;
	margin-top: 20px;
	padding-right: 30px;
}
.cartfirst {
	width: 100%;
	font-size: 30px;
	text-align: center;
}
.cartsecond {
	width: 100%;
	margin-top: 50px;
	display: none;
	text-align: center;
	border: 1px solid var(--main-lighttext);
	border-radius: 5px;
	height: fit-content;
	padding: 20px;
}
.cartsecond > * {
	width: 100%;
}
.cartsecond > h6 {
	display: flex;
	justify-content: space-between;
}
.cartsecond img {
	margin-top: 10px;
	border-radius: 5px;
}
.input-field textarea.inactive {
	border: 1px solid var(--main-red) !important;
}
.input-field.custommessageparent .notif.smsonly {
	display: none;
	color: var(--main-red) !important;
}
.totaldetails span {
	font-weight: 700 !important;
}
.cartdetails > * {
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--main-lightborder);
	margin-top: 10px;
}
.inner .innerchild {
	padding: 0 60px;
}
.section h5 {
	text-align: left;
	margin: 20px auto;
	border-bottom: 1px solid var(--main-lightborder);
	white-space: nowrap;
}
.innergiftimages {
	text-align: center;
	position: relative;
}
.innergiftimages > img {
	width: 240px;
	border-radius: 5px;
	padding: 0;
	margin: 20px auto;
}
.giftimages {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.giftimages img {
	width: 120px;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
	opacity: 0.3;
	cursor: pointer;
}
.giftimages img.active {
	opacity: 1;
	border: 1px solid var(--main-blue);
}
.infoheader {
	position: relative;
}
.infogroup {
	display: flex;
	margin-top: 20px;
}
.infogroup h6 {
	width: 50%;
	text-align: center;
	border-bottom: 4px solid transparent;
	cursor: pointer;
	margin-bottom: 20px;
}
.infogroup h6.active {
	border-bottom: 4px solid var(--main-yellow);
}
.infodetails {
	display: none;
}
.infodetails.active {
	display: block;
}
.infodetails .input-field {
	display: flex;
	margin-bottom: 20px !important;
}
.infodetails .input-field > div {
	width: 100%;
	position: relative;
}
.description {
	font-size: 14px;
	text-align: left;
	width: 100%;
	color: var(--main-lighttext);
}
.input-field input.error {
	border-bottom: 1px solid var(--main-red) !important;
}
.input-field textarea.error {
	border: 1px solid var(--main-red) !important;
}
.errmsg {
	font-size: 14px;
	text-align: left;
	width: 100%;
	display: none;
	font-style: italic;
	color: var(--main-red);
}
.input-field.custommessageparent .errmsg {
	text-align: right;
}
.infodetails .input-field > span {
	font-weight: 700;
	white-space: nowrap;
	padding: 0;
	height: auto;
	line-height: 1.5;
	margin-right: 5px;
}
.infodetails .input-field input {
	padding: 0;
	height: auto;
	line-height: 1;
}
::placeholder {
	color: var(--main-lighttext);
	font-family: var(--main-font);
}
.input-field {
	text-align: center;
	margin: 10px auto !important;
}
.input-field.email.inactive {
	display: none;
}
.input-field.custommessageparent {
	width: 80%;
}
.input-field.custommessageparent .notif {
	color: var(--main-lighttext) !important;
	width: 100%;
	margin: 0 auto;
	text-align: right;
	font-size: 14px !important;
}
.input-field textarea {
	border: 1px solid var(--main-lighttext) !important;
	height: auto;
	border-radius: 5px;
	padding: 20px;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	outline: 0;
}
.input-field input {
	box-shadow: none !important;
	border: 0 !important;
	border-bottom: 1px solid var(--main-lightborder) !important;
	padding: 0 10px !important;
	box-sizing: border-box !important;
	transition: all 0.2s;
	margin: 0 !important;
	border-radius: 5px;
	outline: 0;
}
.input-field input:focus {
	border-bottom: 1px solid var(--main-yellow) !important;
}
.input-field textarea:focus {
	border: 1px solid var(--main-yellow) !important;
}
.button-group {
	text-align: center;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active {
	color: var(--main-white) !important;
	background: var(--main-yellow) !important;
	letter-spacing: 1px;
	line-height: 40px;
	height: 40px;
	position: relative;
	margin: 20px !important;
	width: 120px;
	border-radius: 5px;
	margin-bottom: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	font-weight: 700 !important	;
}
.next,
.next:hover,
.next:focus,
.next:active {
	margin-top: 40px !important;
}
.inline-block {
	text-align: center;
}
.flex {
	display: flex;
	justify-content: center;
}
.inline-block .input-field {
	display: inline-block;
}
.input-field > label {
	white-space: nowrap;
	font-weight: normal !important;
	position: relative;
	display: block;
	top: -10px;
	cursor: pointer;
}
[type='radio'] + span:before,
[type='radio'] + span:after {
	width: 28px;
	height: 28px;
	display: none;
}
[type='radio']:not(:checked) + span,
[type='radio']:checked + span {
	left: 0;
	top: 0;
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: var(--main-white) !important;
	padding: 0 !important;
	background: var(--main-yellow) !important;
	opacity: 0.3;
	text-align: center;
	border-radius: 5px;
	margin: 0 10px !important;
}
[type='radio']:not(:checked) + span:before,
[type='radio']:not(:checked) + span:after {
	border: 2px solid var(--main-charcoal) !important;
}
[type='radio']:checked + span {
	opacity: 1;
}
[type='radio']:checked + span:after,
[type='radio'].with-gap:checked + span:before,
[type='radio'].with-gap:checked + span:after {
	border: 2px solid var(--main-red) !important;
}
[type='radio']:checked + span:after,
[type='radio'].with-gap:checked + span:after {
	background: var(--main-red) !important;
}
.input-field > label:not(.label-icon).active {
	-webkit-transform: translateY(-15px) scale(0.8);
	transform: translateY(-15px) scale(0.8);
}
.back {
	display: none;
}
.cart.active .cartfirst {
	display: none;
}
.cart.active .cartsecond {
	display: block;
}
.mobileinfodetails {
	display: none;
}
@media (max-width: 480px) {
	.page::after {
		display: none;
	}
	.parentsection {
		display: block;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	.section h5 {
		text-align: center;
		white-space: normal;
		border-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	.flex {
		display: block;
	}
	.inner .innerchild {
		padding: 0;
	}
	.cartfirst {
		display: none;
	}
	.cart {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.cart.active .back {
		display: block;
		margin: 0 auto !important;
		margin-top: 20px !important;
	}
	.input-field textarea {
		border: 1px solid var(--main-lightborder) !important;
		border-radius: 0 !important;
		margin: 0 auto !important;
	}
	.input-field textarea:focus {
		border: 1px solid var(--main-red) !important;
	}
	.input-field.custommessageparent {
		width: 100%;
	}
	.infogroup {
		display: none;
	}
	.infodetails {
		display: block !important;
	}
	.mobileinfodetails {
		display: block;
		color: var(--main-blue);
		text-align: center;
	}
	.infodetails .input-field {
		display: block;
		text-align: left;
	}
	.infodetails .input-field input {
		height: 40px;
		line-height: 40px;
	}
	.input-field input {
		border: 1px solid var(--main-lightborder) !important;
	}
	.input-field input:focus {
		border: 1px solid var(--main-yellow) !important;
	}
	.infodetails .input-field > span {
		line-height: normal;
	}
	.giftimages {
		width: 70% !important;
		margin: 0 auto !important;
	}
	.giftimages img {
		width: 100%;
	}
	.innergiftimages > img {
		display: none;
	}
	.carousel .carousel-item {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}
	.innergiftimages .fa {
		font-size: 80px;
		position: absolute;
		color: var(--main-charcoal);
		z-index: 1;
		left: -10px;
		top: 40px;
	}
	.innergiftimages .fa:last-child {
		left: auto;
		right: -10px;
	}
}
