@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
	font-family: 'Nova Grotesk';
	src: url('../font/nova-grotesk/nova-grotesk/Untype - Nova Grotesk Bold.otf');
	font-weight: 700;
}
@font-face {
	font-family: 'Nova Grotesk';
	src: url('../font/nova-grotesk/nova-grotesk/Untype - Nova Grotesk ExtraBold.otf');
	font-weight: 800;
}
@font-face {
	font-family: 'Nova Grotesk';
	src: url('../font/nova-grotesk/nova-grotesk/Untype - Nova Grotesk Black.otf');
	font-weight: 900;
}
@font-face {
	font-family: 'Nova Grotesk Expanded';
	src: url('../fonts/nova-grotesk/nova-grotesk/Untype - Nova Grotesk Expanded Bold.otf');
	font-weight: 700;
}
@font-face {
	font-family: 'Nova Grotesk Expanded';
	src: url('../fonts/nova-grotesk/nova-grotesk/Untype - Nova Grotesk Expanded Black.otf');
	font-weight: 800;
}

body {
	font-family: 'Roboto', 'Arial', sans-serif;
	color: #000000;
}

p {
	font-size: 20px;
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.row-padding {
	padding: 100px 0;
}

.button {
	font-family: 'Nova Grotesk', sans-serif;
	font-size: 24px;
	font-weight: 900;
	background-color: #F9ED31;
	border: 2px solid #0109A5;
	border-radius: 6px;
	color: #08559A;
	padding: 12px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.button:hover {
	opacity: 0.9;
}

.lp-bg {
	background-color: white;
	/*background-image: url(../img-outlet-yaad-sale/lp-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
}

.lp-heading {
	font-family: 'Nova Grotesk Expanded', sans-serif;
	font-weight: 800;
	font-size: 36px;
	text-align: center;
	padding-bottom: 20px;
}

.text-lp {
/*	font-size: 22px;*/
	padding-bottom: 15px;
}

.text-lp-white {
	font-family: 'Nova Grotesk Expanded', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #ffffff;
}

.text-lp-white a {
	color: #ffffff;
}

.terms .text-lp {
	font-size: 15px;
	padding-bottom: 20px;
	padding-top: 30px;
	text-align: left;
	color: #fff;
}

.lp-usps-img {
	width: 450px;
}

.lp-usps-price-text {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #000;
	text-align: center;
}

.lp-usps-price {
	font-size: 30px;
	color: #FFED00;
	background-color: #000;
	padding: 0px 30px;
}

.lp-locations p strong {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 900;
}

.lp-locations p {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 700;
}

.lp-opening-hours {
	background-image: url(../img-outlet-yaad-sale/wide-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 70px;
	padding-bottom: 70px;
	color: #ffffff;
}

.lp-opening-hours p {
	font-family: 'Nova Grotesk Expanded', sans-serif;
	font-weight: 700;
	color: #ffffff;
}

.lp-form {
	/*background-color: #000;*/
}

/**/

@media (max-width: 767.98px) {
	.lp-heading {
		font-size: 24px;
	}
	.lp-opening-hours {
		background-size: contain;
		background-color: #000;
	}
	.lp-usps-img {
		width: 300px;
	}
}