@font-face {
	font-family: 'Lemon/Milk Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Lemon/Milk Bold'), url('milk-fonts/LemonMilkbold.woff') format('woff');
}

header.header-bar.full-width {
	background-image: url('/resources/images/event-ml/gift-card/header.jpg');
	color: transparent;
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: 20%;
}

header.header-bar.full-width > .container > .ml-title {
	display: none;
}

.gift-card-title {
	padding: 30px 0;
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	background-color: #1C1C1C;
	margin-top: -1px;
}

.gift-card-title > .bg_image {
	background-image: url("/resources/images/event-ml/gift-card/gift-certificates.png");

	width: 100%;
	height: 100px;
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
}

.custom_event_type_ml {
	background-image: url("/resources/images/event-ml/ml-glitter-background.jpg?");
}

.gift-card {
	background-image: url('/resources/images/event-ml/gift-card/gift.jpeg');
	height: 515px;
	background-repeat: no-repeat;
	margin-top: 110px;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: flex-end;
	background-position: top center;
	background-size: 100%;
	margin-bottom: 25px;
	padding-top: 30px;
	padding-right: 23px;
}

.all-items-gift-card {
	width: 50%;
	padding: 15px;
	font-family: 'Lemon/Milk Bold';
}

.all-items-gift-card .select-gift-card-type {
	margin: 60px 0 0 15px;
	font-size: 25px;
}

.all-items-gift-card p {
	font-size: 18px;
	color: #fff;
}

.all-items-gift-card .gift-card-types {
	margin-top: 40px;
}

.checking {
	margin-top: 2px;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	background-image: linear-gradient(to right,
	rgb(196,181,127), rgb(196,181,127) 13.44%,
	rgb(196,181,127) 19.4%, rgb(196,181,127) 25.5%,
	rgb(196,181,127) 27.2%, rgb(205,191,145) 50%,
	rgb(218,203,150), rgb(218,203,150) 63.15%,
	rgb(196,181,133) 87.4%, rgb(196,181,127) 99.9%);
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.checking-child {
	width: 11px;
	height: 11px;
	background-color: #060606;
	border-radius: 50%;
}

.checking-child.active {
	width: 3px;
	border: 3px solid #313131;
	height: 3px;
	background-image: linear-gradient(to right,
	rgb(196,181,127), rgb(196,181,127) 13.44%,
	rgb(196,181,127) 19.4%, rgb(196,181,127) 25.5%,
	rgb(196,181,127) 27.2%, rgb(205,191,145) 50%,
	rgb(218,203,150), rgb(218,203,150) 63.15%,
	rgb(196,181,133) 87.4%, rgb(196,181,127) 99.9%);
	border-radius: 50%;
}

.one-type {
	display: inline-flex;
	justify-content: flex-start;
}
.one-type:not(.disabled) {
	cursor: pointer;
}

.gift-card-fields {
	background-color: #1c1c1c;
	padding: 30px 0;
	display: none;
}

.gift-card-fields .gift_card_one_field select {
	border: 2px solid #BEAE73;
	border-radius: 5px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

body .custom_event_type_ml .gift_card_one_field input,
body .custom_event_type_ml .gift_card_one_field select {
	background-color: #272727;
	border: 2px solid #BEAE73;
	width: 100%;
	color: white;
	box-sizing: border-box;
	padding: 5px;
	height: 40px;
	border-radius: 7px;
}

body .custom_event_type_ml .gift_card_one_field textarea {
	background-color: #272727;
	border: 2px solid #BEAE73;
	width: 100%;
	color: white;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 7px;
}

body .custom_event_type_ml .gift_card_one_field label {
	font-weight: bold;
	font-size: 18px;
	color: white;
}

body .custom_event_type_ml .gift_card_one_field .send-gift-info {
	font-weight: bold;
	font-size: 18px;
	width: 80%;
	margin: 0 auto;
	display: block;
}
.gift-card-coming-soon {
	margin-top: 25px;
	font-size: 32px;
}
@media (max-width: 979px) {
	.gift-card {
		height: 390px;
	}
}
@media (max-width: 767px) {
	body .custom_event_type_ml .gift_card_one_field .send-gift-info {
		width: 100%;
	}
	.gift-card {
		height: 390px;
	}

	.gift-card-coming-soon {
		margin-top: 5px;
		font-size: 20px;
	}
}

body .custom_event_type_ml h3.shipping-info {
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 980px) {
	.all-items-gift-card p {
		font-size: 14px;
	}

	.all-items-gift-card .select-gift-card-type {
		font-size: 20px;
		margin: 20px 0 0 15px;
	}

	.all-items-gift-card .gift-card-types {
		margin-top: 25px;
	}

	.gift-card {
		margin-top: 100px;
	}
}

@media (max-width: 768px) {
	.gift-card {
		margin-top: 80px;
		height: 400px;
	}

	.all-items-gift-card p {
		font-size: 15px;
	}

	.all-items-gift-card .select-gift-card-type {
		font-size: 18px;
		margin: 15px 0 0 15px;
	}

	.all-items-gift-card .gift-card-types {
		margin-top: 20px;
	}

	.checking-child {
		width: 5px;
		height: 5px;
		margin: 3px;
	}

	.checking-child.active {
		border: 1px solid #313131;
	}

	.checking {
		width: 11px;
		height: 11px;
		margin-top: 6px;
	}
	.gift-card-title > .bg_image {
		background-size: 90%;
	}
	.gift-card-title {
		padding: 10px 0;
	}

}

@media (max-width: 656px) {
	.all-items-gift-card .gift-card-types > .one-type {
		flex: 50%;
	}

	.gift-card {
		padding-bottom: 10%;
		background-size: cover;
	}

	.gift-card-coming-soon {
		margin-top: 25px;
		font-size: 25px;
	}
}

@media (max-width: 526px) {
	.all-items-gift-card p {
		font-size: 14px;
	}

	.gift-card {
		margin-top: 60px;
		padding-bottom: 5%;
	}
}

@media (max-width: 460px) {
	.all-items-gift-card .gift-card-types {
		margin-top: 0;
	}

	.all-items-gift-card .select-gift-card-type {
		font-size: 15px;
		margin: 0 0 0 5px;
	}

	.gift-card {
		margin-top: 50px;
		padding-bottom: 20%;
	}

	.gift-card-coming-soon {
		margin-top: 10px;
		font-size: 17px;
	}
}
@media (max-width: 410px) {
	.all-items-gift-card p {
		font-size: 14px;
	}
}
