body:after,
.main-intro:before {
	background: rgb(201, 201, 201);
	background: linear-gradient(0deg, rgb(201, 201, 201) 50%, rgba(255,255,255,1) 100%);
}
body.page-collection:after {
	top: 0;
	background: rgb(201, 201, 201);
}
body.page-user-checkout:after {
	background: rgb(201, 201, 201);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0, rgb(201, 201, 201) 50%);
	top: 0;
	bottom: 0;
}
@media only screen and (max-width: 992px) {
	body.page-user-checkout #header {
		background: rgb(201, 201, 201);
	}
	body.page-user-checkout .nav-group {
		background: rgb(201, 201, 201);
	}
}
@media only screen and (min-width: 993px) {
	#header .nav-group .nav-group-row {
		background-color: rgb(201, 201, 201);
	}
}
.simple-modal .simple-modal-closer {
	background: linear-gradient(0deg,  rgba(255,255,255,1) 0%, rgb(201, 201, 201) 50%);
}
.dmodal-wrap .dmodal-birdscreen {
	background: rgb(201, 201, 201);
	background: linear-gradient(0deg,  rgba(255,255,255,1) 0%, rgb(201, 201, 201) 50%);
}
