.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;*/
	/*Added by JS*/
	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 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: flex-start;
	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__shopall {
	width: auto;
	margin: 0 0 0 60px;
	font-size: 26px;
	text-align: center;
	position: relative;
}

.xmas21__header__shopall a {
	color: #fff;
}

.xmas21__header__shopall a:hover,
.xmas21__header__shopall a:focus {
	text-decoration: none;
}

.xmas21__header__shopall i {
	position: relative;
	transition: .2s all;
	left: 0;
}

.xmas21__header__shopall a:hover i,
.xmas21__header__shopall a:focus i {
	left: 5px;
} 

.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:nth-child(4) a {
	background-color: #0A6547;
}

.xmas21__header__links li:nth-child(4) a:hover,
.xmas21__header__links li:nth-child(4) a:focus {
	background-color: #003a27;
}

.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__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__bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.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 {
	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;
	/*Added by JS*/
	text-align: center;
}

.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;
}

@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;
	}
}


@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;
	}
}


@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 {
		padding: 30px 15px;
	}

	.xmas21__panels__panel .btn {
		width: calc(100% - 30px);
		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
	}
}

@media only screen and (max-width: 340px) {  


} 


