/* Buy more V2 */

.cgbm2 {
	font-size: 17px;
	line-height: 1.45;
	color: #43484B;
}

.cgbm2 * {
	box-sizing: border-box;
}

.cgbm2 .btn {
	height: 30px;
	width: 170px;
	padding: 0 5px;
	border: none;
	background-color: #C51315;
	color: #fff;
	font-size: 18px;
	font-weight:  bold;
	line-height: 30px;
	text-align: center;
	margin: 10px 0;
	border-radius: 0;
	transition: .2s all;
	overflow: hidden;
	text-indent: 1000px;
	background-image: url('/images/buy-more-save-more/btn.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.cgbm2 img {
	max-width: 100%;
}

.cgbm2 .btn:before {
	content: '>';
	font-weight:  normal;
	display: inline-block;
	margin: 0 20px 0 10px;
	position: relative;
	top: -2px;
}

.cgbm2 .btn:after {
	content: '>';
	font-weight: normal;
	display: inline-block;
	margin: 0 10px 0 20px;
	position: relative;
	top: -2px;
}

.cgbm2 .btn.lg {
	height: 52px;
	width: 270px;
	line-height: 50px;
	font-size: 30px;
}

.cgbm2 .btn:hover,
.cgbm2 .btn:focus {
	background-color: #91090b;
}

.cgbm2 h1,
.cgbm2 h2,
.cgbm2 h3,
.cgbm2 h4,
.cgbm2 h5,
.cgbm2 h6,
.cgbm2 .h1,
.cgbm2 .h2,
.cgbm2 .h3,
.cgbm2 .h4,
.cgbm2 .h5,
.cgbm2 .h6 {
	color: #c51215;
	font-weight: normal;
	margin: 20px 0;
}

.cgbm2 h1,
.cgbm2 .h1 {
	font-size: 30px;
}

.cgbm2 h2,
.cgbm2 .h2 {
	font-size: 25px;
}

.cgbm2 h3,
.cgbm2 .h3 {
	font-size: 20px;
}

.cgbm2 h4,
.cgbm2 h5,
.cgbm2 h6,
.cgbm2 .h4,
.cgbm2 .h5,
.cgbm2 .h6 {
	font-size: 18px;
}

.cgbm2__banner {
	width: 100%;
	min-height: 300px;
	padding: 30px 60px;
	position: relative;
	display: flex;
	align-items: center;
}

.cgbm2__banner:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .34;
	position: absolute;
	z-index: 1;
}

.cgbm2__banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}

.cgbm2__banner__inner {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}

.cgbm2__banner .btn {

}

.cgbm2__banner__heading {
	width: 30%;
	color: #fff!important;
	margin: 0;
	text-align: center;
}

.cgbm2__banner .link {
	color: #fff;
	text-decoration: underline;
	margin: 0;
	display: inline-block;
	font-size: 30px;
}

.cgbm2__banner .link:hover,
.cgbm2__banner .link:focus {
	text-decoration: none;
}

.cgbm2__banner__inner > div {
	width: 30%;
	text-align: center;
}

.cgbm2__categories {
	width: 100%;
	padding: 30px 60px 60px;
	background-color: #f7f7f7;
}

.cgbm2__categories__heading {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #c51215;
	margin: 0 0 30px;
}

.cgbm2__categories__heading > *:nth-child(1) {
	margin-top: 0;
}

.cgbm2__categories__heading > *:nth-last-child(1) {
	margin-bottom: 0;
}

.cgbm2__categories__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cgbm2__category {
	width: calc(20% - 16px);
	margin: 0 0 30px;
	display: inline-block;
	position: relative;
	padding-bottom: 45px;
}

.cgbm2__category__img {
	width: 100%;
	height: auto;
	display: block;
}

.cgbm2__category__heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #c51215;
	margin: 0!important;
	padding: 15px 10px;
}

.cgbm2__category__btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: #c51215;
	text-align: center;
	padding: 0 15px;
	transition: .2s all;
}

.cgbm2__category:hover .cgbm2__category__btn,
.cgbm2__category:focus-within .cgbm2__category__btn {
	background-color: #830507;
}

.cgbm2__cta {
	width: 100%;
	background: #fff;
	padding: 90px 0;
}

.cgbm2__cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.cgbm2__cta__heading {
	color: #c51215;
	margin: 0 30px 0 0!important;
}

.cgbm2__cta .btn {
	margin: 0 0 0 30px;
}

.cgbm2__seo {
	background-color: #F7F7F7;
	width: 100%;
	padding: 90px 0;
}

.cgbm2__seo__inner {
	width: 1180px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	color: #43484B;
	text-align: center;
}

.cgbm2__seo__inner > *:nth-child(1) {
	margin-top: 0;
}

.cgbm2__seo__inner > *:nth-last-child(1) {
	margin-bottom: 0;
}

/* Sale blocks */

.sale-group {
	justify-content: space-between;
	width: 100%;
	padding: 60px 60px 0;
	background-color: #f7f7f7;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sale-group__heading {
	width: 100%;
	text-align: center;
	color: #c51215;
	margin: 0 0 30px;
}

.sale-group__heading > *:nth-child(1) {
	margin-top: 0;
}

.sale-group__heading > *:nth-last-child(1) {
	margin-bottom: 0;
}

.sale-block--large {
	width: calc(50% - 8px);
	background-color: #fff;
	transition: .2s all;
	outline: 2px solid #f7f7f7;
	margin: 0 0 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sale-block--large:hover,
.sale-block--large:focus-within {
	outline: 2px solid #c51215;
}

.sale-block--large__main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-decoration: none;
	color: inherit;
	flex-grow: 1;
}

.sale-block--large__main:hover,
.sale-block--large__main:focus {
	color: inherit;
	text-decoration: none;
}

.sale-block--large__main__copy {
	width: 42%;
	padding: 15px 25px;
}

.sale-block--large__best-seller {
	height: 28px;
	color: #fff;
	background-color: #FF8900;
	padding: 0 5px;
	line-height: 26px;
	font-size: 15px;
	font-weight: 500;
	margin: 10px 0 0;
	width: 86px;
}

.sale-block--large__latest-deals {
	height: 28px;
	color: #fff;
	background-color: #FF8900;
	padding: 0 5px;
	line-height: 26px;
	font-size: 15px;
	font-weight: 500;
	margin: 10px 0 0;
	width: 100px;
}

.sale-block--large__price {
	color: #c51215;
	font-size: 60px;
	font-weight: bold;
	margin: 5px 0 10px;
	line-height: 1;
}

.sale-block--large__price--was {
	font-size: 24px;
	color: #707070;
	margin: 0 0 20px;
}

.sale-block--large__price--was span {
	text-decoration: line-through;
}

.sale-block--large__rating {
	width: 100%;
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #FFDD00;
	/*margin: 10px 0 20px;*/
	letter-spacing: 1px;
	font-weight: bold;
}

.sale-block--large__rating span {
	color: #707070;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	/*text-decoration: underline;*/
	display: inline-block;
	margin-left: 5px;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	bottom: 1px;
}

.sale-block--large__rating.rating--1:before {
	content: '\f005';
}

.sale-block--large__rating.rating--2:before {
	content: '\f005 \f005';
}

.sale-block--large__rating.rating--3:before {
	content: '\f005 \f005 \f005';
}

.sale-block--large__rating.rating--4:before {
	content: '\f005 \f005 \f005 \f005';
}

.sale-block--large__rating.rating--5:before {
	content: '\f005 \f005 \f005 \f005 \f005';
}

.sale-block--large__main__image-wrapper {
	width: 58%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.sale-block--large__main__image-wrapper img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.sale-block--large__main__image-wrapper .lifestyle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sale-block--large__footer {
	background-color: #c51215;
	color: #fff;
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.sale-block--large__title {
	width: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}

.sale-block--large .add-to-basket {
	width: 100%;
	border: none;
	color: #c51215;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
	height: 46px;
	font-size: 17px;
	line-height: 44px;
	padding: 0 30px;
	width: 219px;
	text-align: center;
	font-size: 20px;
	transition: .3s all;
}

.sale-block--large .add-to-basket:hover,
.sale-block--large .add-to-basket:focus {
	background-color: #830507;
	color: #fff;
}


@media only screen and (max-width: 1100px) { 

	.cgbm2 .btn.lg {
		height: 40px;
		width: 235px;
	}

	.cgbm2__banner {
		min-height: 250px;
		padding: 30px 15px;
	}

	.cgbm2__banner__inner > div {
		width: 30%;
	}

	.cgbm2__banner__heading {
		width: 40%;
	}

	.sale-block--large .add-to-basket {
		width: 180px;
		font-size: 18px;
	}

	.sale-block--large__title {
		font-size: 16px;
	}

	.sale-block--large__price {
		font-size: 40px;
		margin: 5px 0 0;
	}

	.sale-block--large__price--was {
		font-size: 20px;
	}

	.sale-block--large__main__copy {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.sale-group {
		padding: 60px 7px;
	}

	.cgbm2__categories {
		padding: 30px 7px 60px;
	}
}


@media only screen and (max-width: 840px) {   

	.sale-block--large {
		width: 100%;
	}

	.cgbm2__banner {
		padding: 30px;
	}

	.cgbm2__banner__inner {
		justify-content: center;
	}

	.cgbm2__banner__inner > div {
		width: 75%;
		margin: 15px 0;
	}

	.cgbm2__banner__heading {
		width: 75%;
		margin: 15px 0;
	}

	.cgbm2__category {
		width: calc(20% - 6px);
	}

	.cgbm2__category__heading {
		font-size: 16px!important;
	}
}


@media only screen and (max-width: 600px) {  

	.cgbm2 .btn {
		height: 25px;
		width: 140px;
	}

	.cgbm2__banner__heading {
		width: 100%;
		font-size: 22px!important;
	}

	.cgbm2__cta {
		padding: 60px 0;
	}

	.cgbm2__cta__heading {
		margin: 0 0 20px!important;
		text-align: center;
		padding: 0 10px;
		font-size: 22px!important;
	}

	.cgbm2__cta .btn {
		margin: 0;
	}

	.cgbm2__seo {
		padding: 60px 0;
	}

	.sale-block--large__main__copy {
		width: 50%;
		padding: 12px;
	}

	.sale-block--large__price {
		font-size: 36px;
		margin-top: 10px;
	}

	.sale-block--large__price--was {
		font-size: 16px;
	}

	.sale-block--large__rating {
		margin: 0 0 20px;
	}

	.sale-block--large__main__image-wrapper {
		width: 50%;
	}

	.sale-block--large__footer {
		padding: 20px 12px;
	}

	.sale-block--large__title {
		font-size: 15px;
		padding-right: 10px;
		width: calc(100% - 124px);
	}

	.sale-block--large .add-to-basket {
		width: 124px;
		padding: 0 12px;
		font-size: 15px;
	}

	.sale-block:hover,
	.sale-block:focus-within,
	.sale-block--large:hover,
	.sale-block--large:focus-within {
		outline: none;
		border: 1px solid #c51215;
	}

	.cgbm2__category {
		width: calc(50% - 8px);
	}
}

@media only screen and (max-width: 340px) {  


}

/* Fresh rel bf22 styles */

.bf22__tile {
	width: calc(33.333% - 10.6666667px);
	background-color: #fff;
	color: #000;
	padding: 0 5px 55px 5px;
	margin: 0 8px;
	text-align: center;
	position: relative;
}

.bf22__tile__spot {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-image: url('../silver-bg-light.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 18px;
	color: #000;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	font-weight: bold;
	padding: 5px;
	line-height: 1.1;
}

.bf22__tile__spot span {
	font-size: 25px;
}

.bf22__tile__img {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-bottom: 15px;
	display: block;
	aspect-ratio: 261/200;
	object-fit: cover;
}

.bf22__tile__title {
	font-size: 15px;
	line-height: 1.2;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   margin: 0 0 10px;
   min-height: 36px;
}

.bf22__tile__price-now {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}

.bf22__tile__price-was {
	font-size: 16px;
	color: #CA9853;
	font-weight: bold;
	margin: 0 0 5px;
}

.bf22__tile__code {
	height: 26px;
	padding: 0 15px;
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	display: inline-block;
	margin: 5px auto;
}

.bf22__tile__social-proof {
	display: block;
	width: 100%;
	min-height: 20px;
}

.bf22__tile__link {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bf22__tile__atb {
	width: calc(100% - 10px);
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	display: block;
	background-image: url('../cg-bf-btn-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}

.bf22__tile__atb:focus,
.bf22__tile__atb:hover {
	color: #fff;
	background-color: #830507;
	text-decoration: none;
}

.bf22__tile__atb:focus i,
.bf22__tile__atb:hover i {
	left: 5px;
}

.bf22__tile__atb i {
	margin-left: 5px;
	left: 0;
	position: relative;
	transition: .2s all;
}

.bf22__fresh {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 60px 22px;
	margin-bottom: 0;
}

.bf22__fresh__heading {
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
	width: 100%;
	text-align: center;
	margin: 0 0 15px;
}

.bf22__fresh__carousel {
	width: 100%;
	padding: 0 45px;
	margin: 0;
	position: relative;
}

.bf22__fresh__carousel .bf22__tile {
	border: 1px solid #E4E4E4;
	margin: 8px!important;
	background-image: none;
}

.bf22__fresh__carousel .bf22__tile__img {
	margin-left: -5px;
}

.bf22__fresh__carousel .bf22__tile__spot {
	background-image: none;
	background-color: #000;
	color: #fff;
	height: 70px;
	width: 70px;
	font-size: 15px;
	top: 8px;
	left: 8px;
}

.bf22__fresh__carousel .bf22__tile__spot span {
	font-size: 20px;
}

.bf22__fresh__carousel .bf22__tile__price-now {
	font-size: 19px;
}

.bf22__fresh__carousel .bf22__tile__price-was {
	font-size: 14px;
}

.bf22__fresh__carousel .bf22__tile__atb {
	bottom: 0;
	left: 0;
	width: 100%;
	color: #000;
	background-image: url('../cg-bf-btn-bg--light.jpg');
}

.bf22__fresh__carousel .slick-track {
	display: flex !important;
}

.bf22__fresh__carousel .slick-slide {
    height: inherit !important;
}

.bf22__fresh__carousel .slick-prev:before {
	content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bf22__fresh__carousel .slick-next:before {
	content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bf22__fresh__carousel .slick-prev:hover,
.bf22__fresh__carousel .slick-prev:focus,
.bf22__fresh__carousel .slick-next:hover,
.bf22__fresh__carousel .slick-prev:focus {
	background-color: rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 1300px) {

	.bf22__tile__spot {
		width: 70px;
		height: 70px;
		font-size: 16px;
		top: 5px;
		left: 5px;
	}

	.bf22__tile__spot span {
		font-size: 22px;
	}

	.bf22__tile__price-now {
		font-size: 19px;
	}

	.bf22__tile__price-was {
		font-size: 14px;
	}

	.bf22__tile__atb {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1100px) { 

	.bf22__fresh__heading {
		font-size: 25px; 
	}
}

@media only screen and (max-width: 850px) { 

	.bf22__fresh {
		padding: 15px 0;
	}

	.bf22__fresh__heading {
		font-size: 22px;
	}

	.bf22__tile__spot {
		width: 50px;
		height: 50px;
		font-size: 12px;
		top: 5px;
		left: 5px;
	}

	.bf22__tile__spot span {
		font-size: 16px;
	}
}


@media only screen and (max-width: 600px) { 

	.bf22__fresh__carousel {
		padding: 0 35px;
		margin: 0 0 15px;
	}

	.bf22__tile__title {
		padding: 0 10px;
	}

	.bf22__tile__img {
		width: calc(100% + 10px);
		margin-left: -5px;
	}
}

/* Override styles for fresh rel blocks */

.cgbm2 .bf22__fresh {
	padding: 0 7px 60px;
	background-color: #f7f7f7;
}

.cgbm2 .bf22__fresh .bf22__tile {
	border: none;
	margin: 0 8px!important;
}

.cgbm2 .bf22__tile__spot {
	background-color: #c51215;
	width: 60px;
	height: 60px;
	font-size: 14px;
}

.cgbm2 .bf22__tile__price-was {
	color: #c51215;
}

.cgbm2 .bf22__fresh__carousel .bf22__tile__atb {
	background-color: #c51215;
	color: #fff;
}

.cgbm2 .bf22__fresh__carousel .bf22__tile__atb:hover,
.cgbm2 .bf22__fresh__carousel .bf22__tile__atb:focus {
	background-color: #830507;
	color: #fff;
}

.cgbm2 .bf22__fresh__carousel .bf22__tile__img {
	margin-left: 0;
	margin-top: 5px;
}