/*! Place your custom styles here */

/*! Place your custom styles here */

.store-description .easter-campaign-2018 {
	padding: 60px 0;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
	background: url('img/easter-eggs-5149.jpg'), linear-gradient(#FF4F4B, #D01729);
	background: linear-gradient(0deg, rgba(208, 23, 41, 1), rgba(255, 79, 75, 0.8)), url(../img/easter-eggs.jpg);
	background-size: cover;
	text-align: center;
	width: 100%;
	height: auto;
}

.store-description .easter-campaign-2018 img {
	margin-top: 0;
}

.store-description .easter-campaign-2018 span {
	font-size: 1.3em;
	line-height: 1.36842105em;
	color: #fff;
}

.store-description .easter-campaign-2018 h2 {
	color: #FFFFFF;
	margin-bottom: 15px;
	font-weight: 400;
}

.store-description .easter-campaign-2018 p {
	color: #fff;
	font-size: 1.15714286em;
	line-height: 1.36842105em;
	font-style: italic;
	font-weight: 300;
}

.store-description .easter-campaign-2018 h2 + p{
	font-weight: 300;
	padding-bottom: 25px;
	margin: 0 auto 20px auto;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	width: 390px;

}

.store-description .campaign--code {
	margin: 10px;
	background: #fff;
	border-radius: 3px;
	color: #f44242;
	width: 250px;
	padding: 10px;
	box-sizing: border-box;
	margin: 20px auto;
	margin-top: 15px;
	font-size: 18px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.store-description p.disclaimer{
	font-size: 1.1rem;
	margin-top: 40px;
}