.xmas21 {
	font-size: 15px;
	line-height: 22px;
	color: #000;
}

.xmas21 * {
	box-sizing: border-box;
}

.xmas21 {
	display: flex;
	flex-wrap: wrap;
	/*padding: 30px 0;*/
	color: #43484B;
}

.section.group.flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
}

.section.group.flex:before,
.section.group.flex:after {
	content: none;
}

.xmas21 .btn {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	min-width: 200px;
	text-decoration: none;
	transition: .3s all;
	border-radius: 0;
	font-size: 20px;
	/*margin: 0 0 20px;*/
	text-align: center;
}

.xmas21 .btn:not(.nohover):hover,
.xmas21 .btn:not(.nohover):focus {
	background-color: transparent;
	color: #000;
}

.xmas21 .shopbtn {
	display: inline-block;
    width: 100%;
    background-color: #CA9853;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 15px 30px;
    text-decoration: none;
    margin: 0;
    transition: .3s all;
}

.xmas21 .shopbtn:hover,
.xmas21 .shopbtn:focus {
	background-color: #906426;
}

.xmas21 .shopbtn.shopbtn--light {
	background-color: #F7F7F7;
	color: #0A6547;
	font-size: 24px;
	margin-bottom: 30px;
}

.xmas21 .shopbtn.shopbtn--light:hover,
.xmas21 .shopbtn.shopbtn--light:focus {
	background-color: #e0e0e0;
}

.xmas21 h1,
.xmas21 h2,
.xmas21 h3,
.xmas21 h4,
.xmas21 h5,
.xmas21 h6 {
	color: #000;
	font-weight: normal;
	margin: 20px 0;
}

.xmas21 h1 {
	font-size: 28px;
}

.xmas21 h2 {
	font-size: 24px;
}

.xmas21 h3 {
	font-size: 20px;
}

.xmas21 h4,
.xmas21 h5,
.xmas21 h6 {
	font-size: 18px;
}

.xmas21__header {
	width: 100%;
}

.xmas21__header + div {
	margin-top: 0;
}

.xmas21__header__banner {
	min-height: 160px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 50px;
	margin: 0 0 16px;
	padding: 20px 60px;
	/*background-color: #0A6547;*/
	background-image: url('/images/Christmas2021/green-xmas-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.xmas21__header__banner h1 {
	color: #fff;
	text-align: center;
	opacity: 0;
	position: absolute;
	left: 100vw;
	pointer-events: none;
}

.xmas21__header__banner__img {
	width: 400px;
	max-width: 90%;
	height: auto;
	text-align: center;
	margin: 20px 0;
	display: block;
}

.xmas21__header__subheading {
	max-width: 50%;
	flex-grow: 1;
	margin: 0 0 0 60px;
	font-size: 35px;
	color: #CA9853;
	text-align: center;
	position: relative;
}

.xmas21__header__links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.xmas21__header__links li {
	display: inline-block;
	width: calc(25% - 12px);
	font-size: 20px;
}

.xmas21__header__links li a {
	background-color: #CA9853;
}

.xmas21__header__links li a:hover,
.xmas21__header__links li a:focus {
	background-color: #906426;
}

.xmas21__header__links li a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	transition: .2s all;
}

.xmas21__header__links li a.external {
	background-color: #0A6547;
}

.xmas21__header__links li a.external:hover,
.xmas21__header__links li a.external:focus {
	background-color: #003a27;
}

.xmas21__tagline {
	display: flex;
	width: 100%;
	padding: 30px 15px;
	margin: 0;
	justify-content: center;
}

.xmas21__tagline h2 {
	font-size: 35px!important;
	color: #0A6547!important;
	margin: 0!important;
	text-align: center;
}

.xmas21__tagline h2:before,
.xmas21__tagline h2:after {
	content: '\f7aa';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin: 0 20px;
}

.xmas21__intro {
	max-width: 840px;
	margin: 0 auto;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	color: #0A6547;
}

.xmas21__intro h2,
.xmas21__intro h3,
.xmas21__intro h4 {
	color: #0A6547;
}

.xmas__intro > *:nth-child(1) {
	margin-top: 0;
}

.xmas__intro > *:nth-last-child(1) {
	margin-bottom: 0;
}

.xmas21__filters {
	width: 100%;
}

.xmas21__filters + .xmas21__panels {
	margin: 0;
}

.xmas21__filters ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.xmas21__filters ul li {
	width: 25%;
}

.xmas21__filters ul li .filter-button {
	height: 58px;
	line-height: 58px;
	background-color: #F7F7F7;
	color: #0A6547;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 0;
	display: block;
	width: 100%;
	transition: .3s all;
}

.xmas21__filters ul li .filter-button:hover,
.xmas21__filters ul li .filter-button:focus {
	background-color: #e0e0e0;
}

.xmas21__filters ul li:nth-last-child(1) .filter-button {
	text-decoration: underline;
}

.xmas21__panels {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 25px 0;
}

.xmas21__panels__group {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}

.xmas21__panels__group > div {
	width: 33.333%;
	height: 50%;
	min-height: 225px;
}

.xmas21__panels__group > div .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.xmas21__panels__group > div:nth-child(3n+2) .btn {
	background-color: #0A6547!important;
}

.xmas21__panels__group > div:nth-child(3n+2) .btn:hover,
.xmas21__panels__group > div:nth-child(3n+2) .btn:focus {
	background-color: #003a27!important;
}

.xmas21__panels__copy {
	width: 25%;
	background-color: #0A6547;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 90px 50px;
}

.xmas21__panels__heading {
	font-size: 35px;
	font-weight: normal;
	margin: 30px 0;
	color: #CA9853!important;
}

.xmas21__panels__copy p {
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 30px;
}

.xmas21__panels__copy a {
	color: #CA9853;
	text-decoration: underline;
}

.xmas21__panels__panel {
	width: 25%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 30px;
	position: relative;
	min-height: 450px;
}

.xmas21__panels__panel.has-footer {
	padding-bottom: 180px;
	min-height: 600px;
}

.xmas21__panels__panel__bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xmas21__panels__panel.has-footer .xmas21__panels__panel__bg {
	height: calc(100% - 150px);
}

.xmas21__panels__panel .video-popup {
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.xmas21__panels__panel .video-popup i {
	font-size: 40px;
	color: #fff;
}

.xmas21__panels__panel .review {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	text-align: center;
	z-index: 2;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 70%, rgba(0,0,0,0) 100%);
}

.xmas21__panels__panel .review p {
	margin: 0;
	color: #fff;
	font-size: 20px;
}

.xmas21__panels__panel h3,
.xmas21__panels__panel__level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	text-align: center;
	z-index: 2;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%);
	color: #fff;
	font-size: 20px;
	margin: 0;
}

.xmas21__panels__panel .review__rating {
	width: 100%;
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #FFDD00;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}

.xmas21__panels__panel .review__rating a {
	color: #707070;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	/*text-decoration: underline;*/
	display: inline-block;
	margin-left: 2px;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: normal;
}

.xmas21__panels__panel .review__rating.rating--1 span:before {
	content: '\f005';
}

.xmas21__panels__panel .review__rating.rating--2 span:before {
	content: '\f005 \f005';
}

.xmas21__panels__panel .review__rating.rating--3 span:before {
	content: '\f005 \f005 \f005';
}

.xmas21__panels__panel .review__rating.rating--4 span:before {
	content: '\f005 \f005 \f005 \f005';
}

.xmas21__panels__panel .review__rating.rating--5 span:before {
	content: '\f005 \f005 \f005 \f005 \f005';
}

.xmas21__panels__panel .review__rating:after {
	content: '';
	display: inline-block;
	width: 96px;
	height: 35px;
	background-image: url('/images/Christmas2021/feefo_logo_whiteyellow.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 10px;
	margin-left: 5px;
}

.xmas21__panels__panel .review__rating.rating--1 span:after {
	content: '\f005';
	font-weight: 300;
}

.xmas21__panels__panel .review__rating.rating--3 span:after {
	content: '\f005 \f005';
	font-weight: 300;
}

.xmas21__panels__panel .review__rating.rating--2 span:after {
	content: '\f005 \f005 \f005';
	font-weight: 300;
}

.xmas21__panels__panel .review__rating.rating--1 span:after {
	content: '\f005 \f005 \f005 \f005';
	font-weight: 300;
}

.xmas21__panels__panel .review__rating.rating--0 span:after {
	content: '\f005 \f005 \f005 \f005 \f005';
	font-weight: 300;
}

.xmas21__panels__panel .btn {
	position: relative;
	z-index: 2;
	background-color: #CA9853;
	border: none;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 18px;
	max-width: 100%;
	/*width: 100%;*/
	border-radius: 0;
}

.xmas21__panels__panel__footer {
	background-color: #fff;
	padding: 20px;
	color: #0A6547;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.xmas21__panels__panel__title {
	font-size: 20px;
	margin: 0 0 5px;
}

.xmas21__panels__panel__author {
	font-size: 15px;
	margin: 0;
}

.xmas21__panels__panel .btn:hover,
.xmas21__panels__panel .btn:focus {
	background-color: #906426!important;
	color: #fff!important;
}

.xmas21__panel--short {
	height: 50%;
}

.xmas21__panel--wide + div,
.xmas21__panel--wide + div + div {
	width: 25%;
}

.xmas21__panel--wide {
	width: 50%!important;
	padding-left: 90px;
	padding-right: 90px;
}

.xmas21__panels.gold-panels .xmas21__panels__copy {
	background-color: #CA9853;
}

.xmas21__panels.gold-panels .xmas21__panels__heading {
	color: #0A6547!important;
}

.xmas21__panels.gold-panels .xmas21__panels__copy a {
	color: #0A6547;
}

.xmas21__panels.gold-panels .xmas21__panels__panel .btn {
	background-color: #0A6547;
}

.xmas21__panels.gold-panels .xmas21__panels__panel .btn:hover,
.xmas21__panels.gold-panels .xmas21__panels__panel .btn:focus {
	background-color: #003a27!important;
}

.xmas21__how-tos {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 16px);
	margin: 0 -8px;
}

.xmas21__how-to {
	padding: 0 8px;
	width: 33.333%;
	margin: 0 0 10px;
}

.xmas21__how-to__image-wrapper {
	position: relative;
	display: block;
	margin: 0 0 8px;
}

.xmas21__how-to__image-wrapper:before {
	content: '';
	padding-top: 56.25%;
	display: block;
}

.xmas21__how-to__image {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.xmas21__how-to__image-wrapper i {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #fff;
}

@media only screen and (max-width: 1100px) { 

	.xmas21__panel--wide {
		width: 33.333%;
		padding-left: 30px;
		padding-right: 30px;
	}

	/*.xmas21__panel--wide + div, 
	.xmas21__panel--wide + div + div {
		width: 33.333%;
	}*/

	.xmas21__panels__copy {
		padding: 60px 30px;
	}

	.xmas21__panels__panel {
		min-height: 350px;
	}

	.xmas21__panels__panel .review p {
		font-size: 18px;
	}

	.xmas21__panels__panel .btn {
		font-size: 16px;
	}

	.xmas21__tagline h2 {
		font-size: 30px!important;
	}

	.xmas21__panels__panel__title {
		font-size: 18px;
	}
}


@media only screen and (max-width: 840px) {   

	.xmas21__panels__copy,
	.xmas21__panels__copy.xmas21__panel--wide {
		width: 100%!important;
		padding: 40px 90px;
	}

	.xmas21__panel--wide + div, 
	.xmas21__panel--wide + div + div {
		width: 50%;
	}

	.xmas21__panels__copy.xmas21__panel--wide + .xmas21__panel--wide {
		width: 100%!important;
	}

	.xmas21__panels__panel {
		width: 33.333%;
	}

	.xmas21__panels .panel-no-mobile {
		display: none;
		visibility: hidden;
	}

	.xmas21__panels__group {
		width: 100%;
	}

	.xmas21__panels__panel.panel--review {
		width: 50%;
	}

	.xmas21__header__banner {
		justify-content: center;
		padding: 30px;
	}

	.xmas21__header__shopall {
		margin-left: 0;
		width: 100%;
	}

	.xmas21__header__banner__img {
		margin-top: 0;
	}

	.xmas21__panels__panel__footer {
		padding: 20px 15px;
	}

	.xmas21__header__subheading {
		margin: 0;
		max-width: 100%;
	}
}


@media only screen and (max-width: 600px) {  

	.section.group.flex {
		padding-left: 0;
		padding-right: 0;
	}	

	.xmas21__header__banner h1 {
		font-size: 40px;
	}

	.xmas21__header__links li {
		width: calc(50% - 8px);
		margin-bottom: 16px;
		display: flex;
		align-items: center;
	}

	.xmas21__panels__copy {
		padding: 30px!important;
	}

	.xmas21__panels__group > div {
		width: 50%;
		height: auto;
	}

	.xmas21 .btn {
		min-width: 180px;
	}

	/*.xmas21__panel--wide + div, 
	.xmas21__panel--wide + div + div {
		width: 100%;
	}*/

	.xmas21__panels__panel {
		width: 50%;
		padding: 30px 15px;
	}

	.xmas21__panels__panel h3,
	.xmas21__panels__panel__level {
		padding: 30px 15px;
	}

	.xmas21__panels__panel .btn {
		width: 100%;
		min-width: 0;
	}

	.xmas21__panels__panel.panel--single-file {
		width: 100%;
	}

	.xmas21__panels__group > div:nth-child(3n+2) .btn {
		background-color: #CA9853!important;
	}

	.xmas21__panels__group > div:nth-child(3n+2) .btn:hover,
	.xmas21__panels__group > div:nth-child(3n+2) .btn:focus {
		background-color: #906426!important
	}

	.xmas21__panels__group > div:nth-child(odd) .btn {
		background-color: #0A6547!important
	}

	.xmas21__panels__group > div:nth-child(odd) .btn:hover,
	.xmas21__panels__group > div:nth-child(odd) .btn:focus {
		background-color: #003a27!important
	}

	.xmas21__panels__panel.has-footer {
		min-height: 400px;
		padding-bottom: 165px;
	}

	.xmas21__panels__panel .btn {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.xmas21__panels__panel__footer {
		padding: 15px 10px 20px;
	}

	.xmas21__panels__panel__title {
		font-size: 16px;
		line-height: 1.4;
	}

	.xmas21__panels__panel__level {
		padding: 20px 10px;
		font-size: 18px;
	}

	.xmas21__how-to {
		width: 100%;
		margin: 0 0 30px;
	}

	.xmas21__header__subheading {
		font-size: 22px;
	}

	.xmas21__tagline h2 {
		padding: 0 30px;
		position: relative;
		font-size: 26px!important;
	}

	.xmas21__tagline h2:before {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		margin: 0;
	}

	.xmas21__tagline h2:after {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		margin: 0;
	}

	.xmas21__filters ul li {
		width: calc(50% - 8px);
		margin: 0 4px 8px;
	}

	.xmas21__filters ul li .filter-button {
		font-size: 18px;
	}

	.xmas21__panels__panel .video-popup {
		top: 31%;
	}
}

@media only screen and (max-width: 340px) {  


}