
:root {
	--ss-blue: 			#072B76;
	--ss-teal: 			#05a3b2;
	--ss-light-green: 	#b8d000;
	--ss-orange: 		#e56100;
	--ss-red: 			#c51426;
	--ss-light-red: 	#dd0000;
	--ss-grey: 			#e4e9ec;
	--ss-dark-grey: 	#d9d9d9;
	--ss-light-grey: 	#bfbfbf;
	--ss-black:			#000000;
	--ss-gold:			#cfb53c;
	--ss-pink:			#ed62a5;
	--ss-prime-green:	#1faf9f;
	--sg-green:			#95c11f;
	--vp-red:			#76072a;
}

html,
body {
	font-family: "Open Sans", sans-serif;
	text-align: center;
}

.bootstrap_col-fixed {
	max-width: 1100px;
	margin: auto;
}

.ss-blue-bg,
.ss-blue-bg a {
	background-color: #072B76;
	background-color: var(--ss-blue);
	color: #fff;
}

.ss-black {
	color: #000000;
	color: var(--ss-black);
}

.teal {
	color: #05a3b2;
	color: var(--ss-teal);
}

.orange {
	color: #e56100;
	color: var(--ss-orange);
}

.red {
	color: #c51426;
	color: var(--ss-red);
}

.light-red {
	color: #dd0000;
	color: var(--ss-light-red);
}

.light-green {
	color: #b8d000;
	color: var(--ss-light-green);
}

.pink {
	color: #ed62a5;
	color: var(--ss-pink);
}

.sg-green {
	color: #95c11f;
	color: var(--sg-green);
}

.vp-red {
	color: #76072a;
	color: var(--vp-red);
}

.red-bg {
	background-color: #c51426;
	background-color: var(--ss-red);
	color: #fff;
}

.teal-bg {
	background-color: #05a3b2;
	background-color: var(--ss-teal);
	color: #fff;
}

.light-green-bg {
	background-color: #b8d000;
	background-color: var(--ss-light-green);
	color: #fff;
}

.orange-bg {
	background-color: #e56100;
	background-color: var(--ss-orange);
	color: #fff;
}

.grey-bg {
	background-color: #e4e9ec;
	background-color: var(--ss-grey);
	color: #000;
	font-weight: 600;
}

.dark-grey-bg {
	background-color: #d9d9d9;
	background-color: var(--ss-dark-grey);
	color: #000000;
	color: var(--ss-black);
	font-weight: 600;
}

.gold-bg {
	background-color: #cfb53c;
	background-color: var(--ss-gold);
	color: #fff;
}

.white-bg {
	background-color: #fff;
}

.h_lines {
	overflow: hidden;
	text-align: center;
	color: #000;
	line-height:1.4em;
}

.sg-green-bg {
	background-color: #617607;
	background-color: var(--sg-green);
	color: #fff;
}

.vp-red-bg {
	background-color: #76072a;
	background-color: var(--vp-red);
	color: #fff;
}

.h_lines:before,
.h_lines:after {
	background-color: #bfbfbf;
	background-color: var(--ss-light-grey);
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.h_lines:before {
	right: 0.5em;
	margin-left: -50%;
}

.h_lines:after {
	left: 0.5em;
	margin-right: -50%;
}

.shop-the-range-title {
	font-size: 24px;
	font-weight: 500;
	padding: 4px 0 14px 0;
}

.image_fade:hover,
.image_fade img:hover {
	opacity:0.7;
	text-decoration:none;
}

.image_shrink img {
	transition: .3s ease;
}

.image_shrink img:hover{
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	transition: .3s ease;
}

.home-brands .homebutton2{
	display:inline-block;
	background-color:#072b76;
	padding:6px 14px !important;
	color:#fff !important;
	cursor:pointer;
	margin:22px auto;
	font-size:1.3em;
	font-weight:600;
	max-width:441px;
	text-align:center;
	white-space:nowrap !important;
	border:none;
	width:auto;
}

.home-brands .homebutton2:hover{
	background-color:#00d4d6;
}

.home_page_container .homebutton4,
.category_page_container .homebutton4 {
	display:inline-block;
	background-color:#072b76;
	color:#fff !important;
	cursor:pointer;
	font-size:.9em;
	font-weight:600;
	max-width:441px;
	text-align:center;
	white-space:nowrap !important;
	border:none;
}

.home-favourites .homebutton4 {
	margin: 4px auto 22px auto;
}

.home_page_container .homebutton4:hover,
.category_page_container .homebutton4:hover {
	background-color:#00d4d6;
}

.homebutton8:hover{
	color: #fff;
	background-color: #00d4d6;
	cursor: pointer;
}

.button_wide {
	width:100%;
}

.carousel-inner .carousel-item {
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.home-brands h2 {
	font-size: 2em;
	padding: 20px 0 0 0;
	margin: 0;
}

.home-brands h4 {
	font-size: 1.4em;
	padding: 0 0 10px 0;
}

.tpholder {
	border: none;
}

.border {
	border: 0 !important;
}

.tabmenu2 {
	width: 140px;
}

.subscribe_email {
	font-size: .9em;
	box-sizing: border-box;
	padding: 10px 4px;
	height: 46px;
	border: none;
	margin: 28px 0 10px 0;
	text-align: center;
	width: 100%;
}

.button-padding {
	padding: 13px !important;
	margin: 20px 0 8px 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bfbfbf;
    color: var(--ss-light-grey);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #bfbfbf;
   color: var(--ss-light-grey);
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #bfbfbf;
   color: var(--ss-light-grey);
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #bfbfbf;
   color: var(--ss-light-grey);
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #bfbfbf;
   color: var(--ss-light-grey);
}

::placeholder { /* Most modern browsers support this now. */
   color: #bfbfbf;
   color: var(--ss-light-grey);
}

.home-contact-title {
	font-size: 2em;
	margin-bottom: .2em;
}

.home-contact-text {
	font-size: .9em;
	font-style: italic;
	overflow:hidden;
}

.home-contact-text a {
	font-weight: bold;
	color: #fff;
}

.home-contact-text a:hover {
	color: #bfbfbf;
	color: var(--ss-light-grey);
}

.home-contact-image {
	float: left;
	padding: 4px 16px;
}

.cat_guide_image {
	float: left;
	padding: 4px 15px;
}

.home-subscribe-optin-text {
	text-align: left;
	font-size: .65em;
}

.home-subscribe-optin-text label:before {
	margin-right: .5em;
}

.home-range-text {
	font-size: .9em;
}

.home-list ul,
.home-list-2 ul {
	padding: 0;
	padding-left: 1em;
	list-style: none;
	margin: 5px 0;
}

.home-list ul li:before {
	color: #b8d000;
	color: var(--ss-light-green);
	font-weight: 600;
	content: '✓ ';
}

.home-list-2 ul li:before {
	color: #e56100;
	color: var(--ss-orange);
	font-weight: 600;
	content: '✓ ';
}

.home-list ul li,
.home-list-2 ul li {
    list-style-position: inside;
    text-indent: -1em;
}

.home-cta-container {
	padding: 18px 26px;
}

.home-cta-container h3 {
	margin: .2em auto;
}

.home-cta-title {
	font-size: 3.2em;
	line-height: 1.1em;
}

.home-cta-title-2 {
	font-size: 2em;
	line-height: 1.2em;
	margin: .2em auto;
}

.product_container {
	overflow: hidden;
}

.product_row {
	margin-bottom: -99999px;
	padding-bottom: -99999px;
}

.saleprod {
	top: 0;
	left: 1em;
	z-index: 1 !important;
}

.title {
	min-height: 65px;
}

.cbp-hrsub-small li {
	width: 180px !important;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.cta_background_1 {
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.cta_background_2 {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

#subscribe_disclaimer [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	top: 1px;
	left: 1px;
}

.category_banner_image {
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.home_as_seen_on_image img {
	height: 60px;
}

.home-new-products {
	background-color: #fff;
	left: 15px;
	right: 15px;
	width: auto;
	padding-top: .5em;
	padding-bottom: 1.8em;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

.cat_banner {
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.offercodesubmit {
	padding: 0;
}

.prime {
	background-color: #1faf9f;
	background-color: var(--ss-prime-green);
	color: #fff;
	padding: 12px;
	font-weight: bold;
}

.offercodeinput {
	height: 48px;
}

.offercodesubmit {
	max-width: none;
	height: 48px;
}

.delivery_dropdown {
	font-size: 1.1em;
}

.recommended_product_title {
	height:35px;
	font-size:.9em;
	line-height:1.4;
	font-weight:600;
}

.basket_10_per_text {
	font-size:.9em;
}

.basket_discount_message {
	border: 1px solid #b8d000;
	border: 1px solid var(--ss-light-green);
	background-color: #fff;
	color: #3c4f67;
	padding: 10px
}

.recommended_products_button {
	float: none !important;
	margin: auto;
	font-size: 1em;
	padding: 6px 8px !important
}

.discountsapplied:hover {
	cursor: default;
	color: #3c4f67;
}

.container_breakout {
	overflow: hidden;
}

.home_subscribe_wrapper {
	padding: 10px 0;
}

.home_contact_wrapper {
	padding: 0 0 16px 0;
}

.home-favourites h2 {
	margin-top: 0;
}

.carousel-indicators > li {
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.home_favourite_price {
	font-size:.7em;
}

.home_favourite_price_red {
	color: #dd0000;
	color: var(--ss-light-red);
	font-weight: bold;
}

.category_page_container .homebutton4 {
	white-space: normal !important;
}

.shadow {
	box-shadow: none !important;
}

/* Marketplace ----------------------------------------------------- */

.bootstrap_col-2dot4,
.bootstrap_col-sm-2dot4,
.bootstrap_col-md-2dot4,
.bootstrap_col-lg-2dot4,
.bootstrap_col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bootstrap_col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.marketplace_brand_image {
	max-height:155px;
}

@media (min-width: 576px) {
    .bootstrap_col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
	.marketplace_brand_image {
		max-height:188px;
	}
}

@media (min-width: 768px) {
    .bootstrap_col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
	.marketplace_brand_image {
		max-height:148px;
	}
}

@media (min-width: 992px) {
    .bootstrap_col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
	.marketplace_brand_image {
		max-height:160px;
	}
}

@media (min-width: 1200px) {
    .bootstrap_col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
	.marketplace_brand_image {
		max-height:188px;
	}
}

.marketplace_brand_container {
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative; /* If you want text inside of it */
}

/* If you want text inside of the container */

/* Marketplace ----------------------------------------------------- */

.marketplace_banner {
	min-height: 200px;
}

.marketplace_brand_content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.box_fade div:hover {
	opacity:0.7;
	text-decoration:none;
}

.box_shrink div {
	transition: .3s ease;
}

.box_shrink div:hover{
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	transition: .3s ease;
}

.marketplace_brand_logo_container {
	display: table;
	height: 100%;
	position: absolute;
	overflow: hidden;
	width: 100%;
}

.marketplace_brand_logo_wrapper {
	border: 1px solid #343a40 !important;
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.marketplace_brand_logo_content {
	#position: relative;
	#top: -50%;
	margin: 0 auto;
}

.marketplace_homebutton {
	background-color: #05a3b2 !important;
	background-color: var(--ss-teal) !important;
}

.marketplace_homebutton:hover {
	background-color: #072B76 !important;
	background-color: var(--ss-blue) !important;
}

/* Marketplace ----------------------------------------------------- */

/* Slick carousel -------------------------------------------------- */

.slick-dots {
  bottom: 15px;
}

.slick-dots li button:before {
	font-size: 40px;
	line-height: 40px;
	
}

.slick-dots li {
	width: 10px;
}

.slick-dots li.slick-active button:before {
    color: #fff;
	text-shadow: -1px 0 4px #ccc, 4px 4px 8px #555;
}

.slick-prev {
    left: 25px;
	z-index: 1;
}
.slick-next {
    right: 25px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* Slick carousel -------------------------------------------------- */

/* 

Breakpoints

MOBILE ---------------------
xs = 0-575 pixels
MOBILE ---------------------

TABLET ---------------------
sm = 576-767 pixels
md = 768-991 pixels
TABLET ---------------------

DESKTOP --------------------
lg = 992-1199 pixels
xl = 1200 pixels and up
DESKTOP --------------------

*/

/* Desktop (xl) */
@media screen and (min-width: 1200px) {

	.home_favourite_title h4 {
		font-size:.9em;
		font-weight:600;
	}
	
	.ribbon_left {
		margin: 0;
		padding: 0;
		background: #e56100;
		background: var(--ss-orange);
		color: white;
		padding: .5em 0;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(-20%) translateY(0%) rotate(-40deg);
		transform-origin: top right;
		font-weight: 400;
		font-size: 1.3em;
	}
	
	.ribbon_left:before,
	.ribbon_left:after {
		content: '';
		position: absolute;
		top: 0;
		margin: 0 -1px; /* tweak */
		width: 100%;
		height: 100%;
		background: #e56100;
		background: var(--ss-orange);
	}
	
	.ribbon_left:before {
		right:100%;
	}

	.ribbon_left:after {
		left:100%;
	}

	.ribbon_right {
		margin: 0;
		padding: 0;
		background: #05a3b2;
		background: var(--ss-teal);
		color: white;
		padding: .5em 0;
		position: absolute;
		top: 0;
		right: 0;
		transform: translateX(20%) translateY(0%) rotate(40deg);
		transform-origin: top left;
		font-weight: 400;
		font-size: 1.3em;
	}
	
	.ribbon_right:before,
	.ribbon_right:after {
		content: '';
		position: absolute;
		top: 0;
		margin: 0 -1px; /* tweak */
		width: 100%;
		height: 100%;
		background: #05a3b2;
		background: var(--ss-teal);
	}
	
	.ribbon_right:before {
		right: 100%;
	}

	.ribbon_right:after {
		left: 100%;
	}

	.home-contact-title,
	.home-contact-text {
		padding-right: 16px;
	}

	.border {
		border-right: 2px solid #ddd !important;
	}
	
	.cta_wrapper {
		height: 322px;
	}

	.home-range h4 {
		background-color: #fff !important;
	}
	
	.cat_banner {
		min-height: 400px !important;
	}

	.home_favourite_image {
		max-height: 270px;
	}
	
	.home_favourite_title {
		height: 57px;
	}
	
	.cta_large_wrapper {
		height: 676px;
	}
	
	.home_cta_large {
		margin-top: 388px;
	}
	
	.home-brands-image {
		height: 442px;
		padding-top: 350px;
	}
	
	.home_trustpilot_image {
		height: 60px;
		padding-bottom: 14px;
		margin-right: 2em;
	}
	
	.subscribe_button {
		margin-top: 28px;
	}

	.intro {
		min-height: 250px;
	}
	
	.home_favourites_image {
		height: 257px;
	}
	
	.cat_guide_text {
		padding-bottom: 1em;
	}
	
	.slick-slide img {
		float: left;
		width: 100%;
	}
	
	.slick-list {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

}

/* Desktop (lg) */
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.home_favourite_title h4 {
		font-size:.9em;
		font-weight:600;
	}
	
	.ribbon_left {
		margin: 0;
		padding: 0;
		background: #e56100;
		background: var(--ss-orange);
		color: white;
		padding: .5em 0;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(-20%) translateY(0%) rotate(-40deg);
		transform-origin: top right;
		font-weight: 400;
		font-size: 1.3em;
	}
	
	.ribbon_left:before,
	.ribbon_left:after {
		content: '';
		position: absolute;
		top: 0;
		margin: 0 -1px; /* tweak */
		width: 100%;
		height: 100%;
		background: #e56100;
		background: var(--ss-orange);
	}
	
	.ribbon_left:before {
		right:100%;
	}

	.ribbon_left:after {
		left:100%;
	}

	.ribbon_right {
		margin: 0;
		padding: 0;
		background: #05a3b2;
		background: var(--ss-teal);
		color: white;
		padding: .5em 0;
		position: absolute;
		top: 0;
		right: 0;
		transform: translateX(20%) translateY(0%) rotate(40deg);
		transform-origin: top left;
		font-weight: 400;
		font-size: 1.3em;
	}
	
	.ribbon_right:before,
	.ribbon_right:after {
		content: '';
		position: absolute;
		top: 0;
		margin: 0 -1px; /* tweak */
		width: 100%;
		height: 100%;
		background: #05a3b2;
		background: var(--ss-teal);
	}
	
	.ribbon_right:before {
		right: 100%;
	}

	.ribbon_right:after {
		left: 100%;
	}

	.home-contact-title,
	.home-contact-text {
		padding-right: 16px;
	}
	
	.home-contact-title {
		font-size: 1.6em;
	}

	.home_subscribe_container .home-contact-title {
		margin-top: 1em;
	}

	.home_subscribe_container .home-contact-text {
		margin-bottom: 2em;
	}

	.border {
		border-right: 2px solid #ddd !important;
	}
	
	.home-range h4 {
		background-color: #fff !important;
	}
	
	.cat_banner {
		min-height: 300px !important;
		font-size: .94em;
	}

	.home_favourite_image {
		max-height: 270px;
	}
	
	.home_favourite_title {
		height: 57px;
	}
	
	.cta_large_wrapper {
		height: 581px;
	}
	
	.home_cta_large {
		margin-top: 326px !important;
		width:100%;
	}
	
	.home-brands-image {
		height: 442px;
		padding-top: 350px;
	}
	
	.home_trustpilot_image {
		height: 60px;
		padding-bottom: 14px;
		margin-right: 2em;
	}
	
	.subscribe_button {
		margin-top: 28px !important;
	}

	sup {
		font-size: .5em;
		top: -.9em;
	}
	
	.home-cta-title {
		font-size: 2.7em;
	}
	
	.home-cta-container h3 {
		font-size: 1.1em;
	}

	.home-brands-image {
		height: 381px;
		padding-top: 300px;
	}
	
	.home-brands h2 {
		font-size: 1.7em;
	}
	
	.home-brands h4 {
		font-size: 1.2em;
	}
	
	.home-new-products {
		font-size: .9em;
		line-height: 1.2em;
	}
	
	.home-cta-title-2 {
		font-size: 1.7em;
	}
	
	.home_cta_subtitle,
	.home-list, 
	.home-list-2 {
		font-size: .9em;
	}
	
	.home_healthylife {
		font-size: 1.2em;
	}
	
	.button-padding {
		margin: 10px 0 8px 0;
	}
	
	.cta_background_1 {
		margin-bottom: 34px;
	}
	
	.category_heading {
		font-size: 2em;
	}
	
	.cat_guide_text {
		font-size: .9em;
		padding-bottom: 1em;
	}
	
	.category-subcats-title {
		font-size: 1.5em;
	}
	
	.intro {
		min-height: 270px;
	}
	
	.home_favourites_image {
		height: 217px;
	}
	
	.home_as_seen_on_image {
		font-size: .9em;
	}
	
	.home_as_seen_on_image img {
		height: 50px;
	}
	
	.basket_10_per_text {
		font-size:.8em;
	}

	.slick-image {
		width: auto;
		margin: auto;
		max-height: 329px;
	}

}

/* Tablet (md) */
@media screen and (min-width: 768px) and (max-width: 991px) { 

	.home_favourite_title h4 {
		font-size:.9em;
		font-weight:600;
	}
	
	.ribbon_left {
		margin: 0;
		padding: 0;
		background: #e56100;
		background: var(--ss-orange);
		color: white;
		padding: .5em 0;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(-20%) translateY(0%) rotate(-40deg);
		transform-origin: top right;
		font-weight: 400;
		font-size: 1.1em;
	}
	
	.ribbon_left:before,
	.ribbon_left:after {
		content: '';
		position: absolute;
		top: 0;
		margin: 0 -1px; /* tweak */
		width: 100%;
		height: 100%;
		background: #e56100;
		background: var(--ss-orange);
	}
	
	.ribbon_left:before {
		right:100%;
	}

	.ribbon_left:after {
		left:100%;
	}

	.ribbon_right {
		margin: 0;
		padding: 0;
		background: #05a3b2;
		background: var(--ss-teal);
		color: white;
		padding: .5em 0;
		position: absolute;
		top: 0;
		right: 0;
		transform: translateX(20%) translateY(0%) rotate(40deg);
		transform-origin: top left;
		font-weight: 400;
		font-size: 1.1em;
	}
	
	.ribbon_right:before,
	.ribbon_right:after {
		content: '';
		position: absolute;
		top: 0;
		margin: 0 -1px; /* tweak */
		width: 100%;
		height: 100%;
		background: #05a3b2;
		background: var(--ss-teal);
	}
	
	.ribbon_right:before {
		right: 100%;
	}

	.ribbon_right:after {
		left: 100%;
	}

	.home-contact-image {
		width: 25%;
		padding: .2em 0 .2em .2em;
	}
	
	.home-contact-title {
		font-size: 1.2em;
		/*font-size: 2.5vw;*/
		margin-top: .1em;
	}

	.home_subscribe_container .home-contact-title {
		margin-top: 1em;
	}

	.home-contact-text {
		font-size: .7em;
		/*font-size: 1.5vw;*/
		padding-right: .5em;
		margin-bottom: .5em;
	}

	.home_subscribe_container .home-contact-text {
		margin-bottom: 2em;
	}

	.border {
		border-right: 2px solid #ddd !important;
	}
	
	.cta_wrapper {
		height: 330px;
	}

	.home-range h4 {
		background-color: #fff !important;
	}
	
	.cat_banner {
		/*min-height: 400px !important;*/
		font-size: .9em;
	}
	
	.category_heading {
		font-size: 1.6em;
	}
	
	.cat_guide_container {
		font-size: .7em;
	}
	
	.cat_guide_image {
		width: 20%;
		padding: .2em 0 .2em .2em;
	}
	
	.cat_guide_text {
		font-size: 1.1em;
		padding-bottom: 1em;
	}
	
	.home-cta-title-2 {
		font-size: 1.2em;
	}
	
	.home_cta_subtitle {
		font-size: .7em;
	}
	
	.home_healthylife {
		font-size: 1em;
	}
	
	.home-list,
	.home-list-2 {
		font-size: .6em;
	}

	.home_favourite_image {
		max-height: 200px;
	}
	
	.home_as_seen_on_image {
		font-size: .8em;
	}
	
	.home_as_seen_on_image img {
		height: 35px;
	}
	
	.home_favourite_title {
		font-size: .9em;
		height: 80px;
	}
	
	.home-cta-container h3 {
		font-size: 1em;
	}
	
	.home-cta-title {
		font-size: 2.5em;
		line-height: 1.1em;
	}
	
	.cta_wrapper {
		height: auto;
	}
	
	.cta_large_wrapper {
		height: 543px;
	}
	
	.shop-the-range-title,
	.category-subcats-title	{
		font-size: 1em;
	}
	
	.home_cta_large {
		font-size: .6em !important;
		margin-top: 308px;
		background-color: #fff;
		color: #05a3b2 !important;
		color: var(--ss-teal) !important;
	}
	
	.home_cta_text {
		font-size: .8em !important;
	}
	
	.home-brands-image {
		height: 269px;
		padding-top: 200px;
	}
	
	.home-new-products {
		font-size: .7em;
		line-height: 1.2em;
		padding-top: .5em;
		padding-bottom: 1.8em;
		left: 0;
		right: 0;
	}
	
	.container_breakout h2 {
		font-size: 1.4em;
	}

	.home-range-brand-title {
		font-size: 1.4em;
	}
	
	.more_button h2 {
		font-size: 1.2em;
	}
	
	.home_trustpilot_image {
		height: 55px;
		padding-bottom: 10px;
	}
	
	.tptext {
		font-size: .9em;
		padding-top: 3px;
		top: 0 !important;
	}
	
	.home-brands .homebutton2 {
		font-size: 1.2em;
	}
	
	.home-brands h2 {
		font-size: 1.3em;
	}
	
	.home-brands h4 {
		font-size: .9em;
	}
	
	sup {
		font-size: .5em;
		top: -.9em;
	}
	
	.subscribe_email {
		margin-top: 20px;
		font-size: .7em;
	}
	
	.home-subscribe-optin-text {
		font-size: .6em;
	}
	
	.home-favourites h2 {
		font-size: 1.2em;
	}
	
	.category-title {
		font-size: 1.4em;
	}
	
	.intro {
		font-size: .7em;
		min-height: 190px;
	}
	
	.saleprod {
		width: 70px;
		height: 70px;
		top: -.2em;
		left: .5em;
	}
	
	.title {
		min-height: 45px;
		font-size: 1em;
	}

	.cat_guide_text {
		font-size: 1em;
	}
	
	.category-subcats-title {
		font-size: 1.1em;
	}
	
	.home_favourites_image {
		height: 140px;
	}
	
	.cta_container  {
		height: 256px !important;
	}

	.delivery_dropdown {
		font-size: .8em !important;
	}
	
	.recommended_product_title {
		height:45px;
		font-size:.8em;
	}

	.basket_10_per_text {
		font-size:.8em;
	}

	.discountsapplied {
		font-size: .8em;
		min-height: 48px;
	}
	
	.basket_discount_message {
		padding-top: 13px !important;
	}

	.recommended_products_button {
		font-size: .9em !important;
	}

	.home-cta-title-2 {
		line-height: 1.1em;
	}
	
	.home_cta_text {
		margin: 10px 0 8px 0;
	}
	
	.home_subscribe_wrapper {
		padding: 15px 0;
	}

	.home_contact_wrapper {
		padding: 0 0 10px 0;
	}

	.slick-image {
		width: auto;
		margin: auto;
		max-height: 255px;
	}

}

/* Tablet (sm) */

@media screen and (min-width: 576px) and (max-width: 767px) { 

	.home_favourite_title h4 {
		font-size:.9em;
		font-weight:600;
	}
	
	.ribbon_left {
		margin: .5em 0 0 0;
		padding: 0;
		background: #e56100;
		background: var(--ss-orange);
		color: white;
		padding: .2em 0;
		font-weight: 400;
		font-size: 1.3em;
	}

	.ribbon_right {
		margin: .5em 0 0 0;
		padding: 0;
		background: #05a3b2;
		background: var(--ss-teal);
		color: white;
		padding: .2em 0;
		font-weight: 400;
		font-size: 1.3em;
	}
	
	.cta_background_1 {
		margin-bottom: 27px;
	}
	
	.cta_wrapper {
		background-image: none !important;
	}
	
	.home-contact-image {
		width: 20%;
		padding: .2em .1em .2em .1em;
	}
	
	.home-contact-text {
		padding-right: .5em;
		margin-bottom: .5em;
	}
	
	.home_subscribe_container .home-contact-text {
		font-size: .8em;
		margin-bottom: .5em;
	}

	.cta_wrapper {
		height: 330px;
	}

	.home-range h4 {
		background-color: #fff !important;
	}
	
	.cat_banner {
		/*min-height: 400px !important;*/
		font-size: .9em;
	}
	
	.category_heading {
		font-size: 1.6em;
	}
	
	.cat_guide_container {
		font-size: .7em;
	}
	
	.cat_guide_image {
		width: 20%;
		padding: .2em 0 .2em .2em;
	}
	
	.cat_guide_text {
		font-size: 1.1em;
	}
	
	.home-cta-title-2 {
		font-size: 1.2em;
	}
	
	.home_cta_subtitle {
		font-size: .7em;
	}
	
	.home_healthylife {
		font-size: .9em;
	}
	
	.home-list,
	.home-list-2 {
		font-size: .6em;
	}

	.home_favourite_image {
		max-height: 200px;
	}
	
	.home_favourite_title {
		font-size: .8em;
		height: 80px;
	}
	
	.home-cta-container h3 {
		font-size: .6em;
	}
	
	.home-cta-title {
		font-size: 1.8em;
	}
	
	.cta_wrapper {
		height: auto;
	}
	
	.cta_large_wrapper {
		height: 392px;
	}
	
	.shop-the-range-title,
	.category-subcats-title	{
		font-size: 1em;
	}
	
	.home_cta_large {
		font-size: .6em !important;
		margin-top: 205px !important;
		width: 100%;
		background-color: #fff;
		color: #05a3b2 !important;
		color: var(--ss-teal) !important;
	}
	
	.home-brands-image {
		height: 269px;
		padding-top: 194px;
	}
	
	.home-new-products {
		font-size: .5em;
		line-height: 1.1em;
		padding-top: .5em;
		padding-bottom: 1.8em;
		left: 0;
		right: 0;
	}
	
	.container_breakout h2 {
		font-size: 1em;
		margin-top: .5em;
	}
	
	.home-contact-title {
		font-size: 1em !important;
		margin-top: .1em !important;
	}
	
	.home_subscribe_container .home-contact-title {
		font-size: 1em !important;
		margin-top: .1em;
	}

	.home-contact-text {
		font-size: .5em;
	}
	
	.home_subscribe_container .home-contact-text {
		font-size: .5em !important;
		margin-top: 1em;
	}

	.home-range-brand-title {
		font-size: 1.4em;
	}
	
	.more_button h2 {
		font-size: 1em;
	}
	
	.home_trustpilot_image {
		height: 55px;
		padding-bottom: 10px;
	}
	
	.tptext {
		font-size: .9em;
		padding-top: 3px;
	}
	
	.home-brands .homebutton2 {
		font-size: 1.2em;
	}
	
	sup {
		font-size: .5em;
		top: -.9em;
	}
	
	.subscribe_email {
		margin-top: 8px;
		width: 100%;
		font-size: .6em;
	}
	
	.cta_email {
		height: auto;
	}
	
	.button-padding {
		margin: 8px 0 8px 0;
	}

	.home-subscribe-optin-text {
		font-size: .5em;
	}
	
	.subscribe_button {
		font-size: .6em !important;
		padding: 10px !important;
	}
	
	.home-favourites h2 {
		font-size: 1.2em;
	}
	
	.category-title {
		font-size: 1.4em;
	}
	
	.saleprod {
		width: 70px;
		height: 70px;
		top: -.2em;
		left: .5em;
	}
	
	.title {
		min-height: 45px;
	}

	.home-brands-image {
		height: 197px;
		padding-top: 130px;
	}
	
	.home_favourite_title h4 {
		font-size: 1.1em;
		font-weight: 600;
	}
	
	.home-brands .homebutton2 {
		font-size: 1em;
	}
	
	.home-brands h2 {
		font-size: .9em;
		padding-top: 14px;
	}
	
	.home-brands h4 {
		font-size: .6em;
	}
	
	.shop-the-range-title	{
		font-size: .8em;
		font-size: 1.8vw;
	}
	
	.category_banner_image {
		background-image: none !important;
	}

	.cat_guide_container h2 {
		font-size: 1.5em;
	}
	
	.category_guide_button {
		font-size: .7em;
	}
	
	.cat_guide_text {
		font-size: .9em;
	}
	
	.category-subcats-title {
		font-size: 1.1em;
	}
	
	.mobile_category_range_margin {
		margin: 1em .5em;
	}
	
	.mobile_border {
		border-bottom: 2px solid #ddd !important;
	}
	
	.bordertop {
		border-top: none !important;
	}
	
	.border {
		border-right: none !important;
	}
	
	.intro {
		font-size: .8em;
		min-height: auto;
		margin-bottom: 0;
	}
	
	.home_favourites_image {
		height: 164px;
	}
	
	.basket_10_per_text {
		margin-top:1em;
	}
	
	.discountsapplied {
		font-size: .9em;
		min-height: 48px;
	}
	
	.basket_discount_message {
		padding-top: 13px !important;
	}

	.offercode {
		max-width: none !important;
	}
	
	.offercodeinput {
		max-width: none;
		width: 100% !important;
	}
	
	.home_cta_text {
		margin: 16px 0 8px 0;
	}
	
	.home_subscribe_wrapper {
		padding: 15px 0;
	}

	.home_contact_wrapper {
		padding: 0 0 10px 0;
	}

	.slick-image {
		width: auto;
		margin: auto;
		max-height: 215px;
	}

}

/* Mobile (xs) */
@media screen and (max-width: 575px) { 

	.home_favourite_title h4 {
		font-size: .8em;
		font-size: 3.9vw;
		font-weight: 600;
	}
	
	.ribbon_left {
		margin: .5em 0 0 0;
		padding: 0;
		background: #e56100;
		background: var(--ss-orange);
		color: white;
		padding: .5em 0;
		font-weight: 400;
		font-size: 1.3em;
	}

	.ribbon_right {
		margin: .5em 0 0 0;
		padding: 0;
		background: #05a3b2;
		background: var(--ss-teal);
		color: white;
		padding: .5em 0;
		font-weight: 400;
		font-size: 1.3em;
	}
	
	.subscribe_email {
		margin-top: 1em;
		width: 90%;
		font-size: 3.8vw !important;
	}
	
	.button-padding {
		margin: 8px 0 16px 0;
	}

	.cta_container .button-padding {
		margin-top: 18px;
		width: 100%;
	}

	.cta_container {
		padding: 0;
	}
	
	.more_button {
		font-size: .75em !important;
		font-size: 3vw !important;
	}
	
	.mobile_category_range_margin {
		margin: 1em .5em;
	}
	
	.mobile_border {
		border-bottom: 2px solid #ddd !important;
	}
	
	.saleprod {
		top: -1.2em;
		left: -.7em;
	}
	
	.container_breakout {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.home-contact-image {
		width: 25%;
		padding: .2em 0 .2em .2em;
	}
	
	.home-contact-title {
		font-size: 1.7em;
		font-size: 6vw;
		margin-top: .15em;
	}

	.home-contact-text {
		font-size: 1.1em;
		font-size: 3.5vw;
		padding-right: .5em;
	}

	.home-brands h4 {
		padding: 0 0 20px 0;
	}
	
	.home-brands:hover {
		background-color: #072B76;
		background-color: var(--ss-blue);
		cursor: pointer;
	}
	
	.home-title {
		font-size: 1.3em;
	}
	
	.image_gray img {
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
		filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	}
	
	.home-new-products {
		background-color: #76072a;
		background-color: var(--vp-red);
		background-color: #fff;
		color: #fff;
		color: #000;
		left: 15px;
		right: 15px;
		width: auto;
		padding-top: .5em;
		padding-bottom: 1.8em;
		font-size: 1.1em;
		font-size: 4.5vw;
		opacity: 1.0;
		filter: alpha(opacity=100); /* For IE8 and earlier */
	}

	.home-range h4 {
		/*color: #fff !important;*/
		margin-top: 0;
	}
	
	.home-range-image {
		width: 100% !important;
	}
	
	.home-cta-title {
		font-size: 13.5vw;
	}
	
	.home-cta-title-2 {
		margin-top: 0;
	}
	
	.cat_banner p {
		margin-bottom: 0 !important;
	}

	.home_favourite_image {
		max-height: 200px;
	}
	
	.home_favourite_title {
		height: 57px;
	}
	
	.home_cta_large {
		font-size: .6em;
		font-size: 4vw;
		margin-top: 135%;
		width: 100%;
	}
	
	.home-list a .homebutton4 {
		font-size: .6em;
		font-size: 4vw;
	}
	
	.cta_wrapper {
		background-image: none !important;
	}
		
	.home_trustpilot_image {
		height: 60px;
		padding-bottom: 14px;
		margin-right: 2em;
	}
	
	.home-cta-container {
		padding: 8px 16px;
	}

	.home-cta-container h3 {
		font-size: 1.25em;
		font-size: 5.5vw;
	}
	
	sup {
		font-size: .5em;
		top: -.9em;
	}
	
	.shop-the-range-title	{
		font-size: 1.7em;
		font-size: 7vw;
	}
	
	.tptext {
		font-size: .9em;
		font-size: 4vw;
	}
	
	.category_banner_image {
		background-image: none !important;
	}

	.category_heading {
		font-size: 2em;
	}
	
	.category-subcats-title {
		width: 80%;
		display: inline-block;
		margin-top: 0;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.teal-xs-bg {
		background-color: #05a3b2;
		background-color: var(--ss-teal);
		color: #fff;
	}

	.light-green-xs-bg {
		background-color: #b8d000;
		background-color: var(--ss-light-green);
		color: #fff;
	}

	.orange-xs-bg {
		background-color: #e56100;
		background-color: var(--ss-orange);
		color: #fff;
	}

	.grey-xs-bg {
		background-color: #e4e9ec;
		background-color: var(--ss-grey);
		color: #000;
		font-weight: 600;
	}

	.dark-grey-xs-bg {
		background-color: #d9d9d9;
		background-color: var(--ss-dark-grey);
		color: #000000;
		color: var(--ss-black);
		font-weight: 600;
	}

	.gold-xs-bg {
		background-color: #cfb53c;
		background-color: var(--ss-gold);
		color: #fff;
	}

	.white-xs-bg {
		background-color: #fff;
	}

	.ss-black-xs-bg {
		color: #fff;
		background-color: #000;
		background-color: var(--ss-black);
	}

	.home_page_container .homebutton4 .category_guide_button,
	.category_page_container .homebutton4 .category_guide_button {
		width: 100% !important;
	}
	
	.subscribe_button {
		max-width: none !important;
		font-size: 3.8vw !important;
	}
	
	.home-subscribe-optin-text {
		font-size: 2.7vw !important;
	}
	
	.category_subcats_image {
		width: 80% !important;
	}
	
	.home_favourites_image {
		height: 232px;
	}
	
	.delivery_dropdown {
		font-size: .8em;
	}

	.basket_10_per_text {
		margin-top:1em;
	}

	.discountsapplied {
		font-size: .9em;
	}

	.recommended_products_button {
		font-size: .8em !important;
	}
	
	.recommended_product_title {
		height:60px;
		font-size:.8em;
	}

	.offercode {
		max-width: none !important;
	}
	
	.offercodeinput {
		max-width: none;
		width: 100% !important;
	}
	
	.slick-image {
		width: 35%;
		width: 180vw;
		margin: auto;
	}

	.home_range_image_2x1 {
		height: 150px;
		object-fit: cover;
		object-position: 0% 50%;
	}
	
}

/* Newsletter Sign Up */

.product_sign_up_title {
	font-size: 1em;
	font-weight: 600;
	color: #1b1464;
}

.product_sign_up_percent {
	font-size: 3.3em;
	font-weight: 900;
	color: #1b1464;
	line-height: 1.1em;
}

.product_sign_up_message {
	font-size: 1em;
}

.product_sign_up_cta_email {
	font-size: .9em;
	box-sizing: border-box;
	padding: 10px 4px;
	height: 46px;
	color: #888;
	border: none;
	margin-top: 5px;
}

.product_sign_up_button {
	display:inline-block;
	background-color:#072b76;
	color:#fff !important;
	cursor:pointer;
	font-size:.9em;
	font-weight:600;
	max-width:441px;
	text-align:center;
	white-space:nowrap !important;
	border:none;
}

.product_sign_up_button {
	width: 70% !important;
}

.product_sign_up_container {
	float:right;
	margin-left:41%;
}

@media screen and (min-width: 481px) and (max-width: 1199px) {
	
	.product_sign_up_title {
		font-size: 1.31vw;
	}
	
	.product_sign_up_percent {
		font-size: 4.4vw;
	}
	
	.product_sign_up_cta_email {
		font-size: 1.13vw;
		height: 4vw !important;
	}
	
	.product_sign_up_button {
		font-size: 1.2vw !important;
	}
	
	.button-padding-2 {
		padding: 1vw !important;
	}
	
	.product_sign_up_message {
		font-size: 1.33vw !important;
	}
	
	.product_sign_up_container {
		margin-top: -4px;
	}
	
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	
	.product_ad_container {
		min-height:40px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	
	.product_ad_container {
		min-height:147px;
	}
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	.product_ad_container {
		min-height:120px;
	}
	
}

@media screen and (min-width: 481px) and (max-width: 575px) {
	
	.product_sign_up_percent {
		font-size: 4vw;
	}
	
}
	
@media screen and (max-width: 480px) {
	
	/* Pre Bootstrap mobile breakpoint */
	
	.card-img-overlay {
		padding: 5vw;
	}
	
	.product_sign_up_title {
		font-size: 3vw;
	}
	
	.product_sign_up_percent {
		font-size: 8.5vw;
	}
	
	.product_sign_up_cta_email {
		font-size: 3vw; !important;
		height: 9vw !important;
	}
	
	.product_sign_up_message {
		font-size: 3vw; !important;
	}
	
	.product_sign_up_container {
		margin-top: -4px;
	}
	
	.product_sign_up_button {
		width: 100% !important;
	}
	
	.button-padding-2 {
		padding: 1.8vw !important;
	}
	
}

@media screen and (min-width: 1200px) {
	
	.button-padding-2 {
		padding: 13px !important;
	}
	
	.product_ad_container {
		min-height:108px;
	}
	
}

/* Newsletter Sign Up */

/* Home page drop down sign up */

	.home_drop_down_button {
		
		font-size: 1.3em;
		
	}

	.home_drop_down_button:hover {
		
		color: #fff;
		background-color: #00D4D6;
		border: 1px solid #00D4D6;
		
	}
	
	.home_drop_down_bar_message {
		
		display: none;
		margin: 0 auto;
		
	}
	
	.home_drop_down_bar_disclaimer {
		
		font-size: .9em;
		
	}
	
	#home_drop_down_bar_title {
		
		display: inline-block;
		font-size: 1.8em;
		line-height: 1.95em;
		transition-duration: 0s;
		vertical-align: top;
		
	}
	
	#home_drop_down_bar_button_close {
		
		color: #fff;
		display: none;
		
	}
	
	.home_drop_down_bar_button_inline {
		
		display: inline-block !important;
		
	}
	
	#home_drop_down_bar_button_container {
		
		display: inline-block;
		overflow: hidden;
	}
	
	#home_drop_down_bar_button {
		
		white-space: nowrap;
		
	}
	
	#home_drop_down_bar_button_close {
		
		white-space: nowrap;
		
	}
	
	@media screen and (min-width: 768px) and (max-width: 991px) {
		
		#home_drop_down_bar_title {
			
			font-size: 1.5em;
			line-height: 2.3em;
			
		}
		
	}
	
	@media screen and (min-width: 575px) and (max-width: 767px) {
		
		#home_drop_down_bar_title {
			
			font-size: 1.5em;
			line-height: 2.3em;
			
		}
		
	}
	
	@media screen and (min-width: 1200px) {
		
		#home_drop_down_bar_button_close {
			
			margin-left: -100% !important;
			
		}
		
		.home_drop_down_bar_title_big {
			
			font-size: 2.3em !important;
			line-height: 1.7em !important;
			
		}
		
		
		#home_drop_down_bar_title {
			
			transition-duration: 0.4s;
			
		}
		
	}
		
	@media screen and (max-width: 575px) {
		
		#home_drop_down_bar_title {
			
			display: block !important;
			font-size: 1.2em;
			line-height: 1.7em;
			
		}
		
	}

/* Home page drop down sign up */

/* Become a Stockist */

	.stockist_form {
		max-width: 100%;
		margin: 0;
	}
	
	.stockist_form select {
		height: auto !important;
	}
	
	.stockist_form input {
		float: left !important;
		width: 100% !important;
	}
	
	.stockist_form .homebutton2 {
		background-color: #072b76 !important;
	}
	
	.stockist_form .homebutton2:hover {
		background-color: #00d4d6 !important;
	}
	
	.stockist_form input[type="submit"] {
		width: auto !important;
		font-weight: bold;
	}
	
	.stockist_submit_button {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.stockist_banner_overlay {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: #072b76;
		border-right: 20px solid #fff;
		transform: skew(333deg);
		left: -54%;
	}

	.stockist_banner_title {
		font-size: 5em;
		line-height: 1em;
	}

	.stockist_banner_title_eu {
		font-size: 3.6em;
		line-height: 1.3em;
	}

	.stockist_banner_line {
		height: 10px;
	}

	.stockist_h2 {
		font-weight: bold;
		font-size: 1.4em;
	}

	.stockist_large_h2 {
		font-size:2.4em;
		font-weight:bold;
	}

	@media screen and (min-width: 768px) and (max-width: 1199px) { 

		.stockist_banner_title {
			font-size: 4.3em;
		}

		.stockist_banner_title_eu {
			font-size: 2.7em;
		}

	}
	
	@media screen and (min-width: 768px) and (max-width: 992px) { 

		.stockist_banner_line {
			display: none;
		}
		
	}
	
	@media screen and (max-width: 767px) { 

		.stockist_banner_title {
			color: #000;
			font-size: 1.8em;
		}

		.stockist_banner_title_eu {
			color: #000;
			font-size: 1.2em;
		}

		.stockist_banner_overlay {
			display: none;
		}
		
		.stockist_banner_line {
			display: none;
		}
		
		.stockist_large_h2 {
			font-size:1.8em;
		}

	}

/* Become a Stockist */

.dropdown_cta_email {
    font-size: 1em;
    box-sizing: border-box;
    padding: 10px 4px;
    height: 46px;
    color: #888;
    border: none;
    margin-top: 5px;
}

/* Marketplace */

	.marketplace_homebutton_red {
		background-color: #a52129;
		color: #fff !important;
		border: 0 !important;
		padding-top: 6px !important;
		padding-bottom: 6px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	@media screen and (min-width:768px) {
		
		.marketplace_homebutton_bottom {
			position:absolute;
			bottom:0;
			left:50%;
			transform:translate(-50%,0);
		}
		
		.marketplace_homebutton_right {
			position:absolute;
			top:50%;
			right:0;
			transform:translate(-65%,-50%);
		}
		
	}
	
	@media screen and (min-width:992px) {
		
		.marketplace_homebutton_right_small {
			position:absolute;
			top:50%;
			right:0;
			transform:translate(-25%,15%);
		}
		
		.marketplace_homebutton_bottom_small {
			position:absolute;
			bottom:0;
			left:50%;
			transform:translate(-50%,0);
		}
		
		.marketplace_image_100 {
			height: 100% !important;
		}
		
	}
	
	@media screen and (min-width:768px) and (max-width:991px) {
		
		.marketplace_homebutton_right {
			position:absolute;
			top:50%;
			right:0;
			transform:translate(-35%,-50%);
		}
		
	}
	
	@media screen and (max-width:991px) {
		
		.marketplace_homebutton_bottom_small .marketplace_homebutton_red {
			max-width: 100% !important;
		}
		
		.marketplace_homebutton_right .marketplace_homebutton_red {
			max-width: 100% !important;
		}
		
		.marketplace_homebutton_bottom .marketplace_homebutton_red {
			max-width: 100% !important;
		}
		
	}

/* Marketplace */

/* Product email sign up banner EU */

	.product_sign_up_title_eu {
		font-size: 1em;
		font-weight: 600;
		color: #1b1464;
	}

	.product_sign_up_percent_eu {
		font-size: 2.6em;
		font-weight: 900;
		color: #1b1464;
		line-height: 1.1em;
	}

	@media screen and (min-width: 768px) and (max-width: 1199px) {
		
		.product_sign_up_title_eu {
			font-size: 1vw;
		}
		
		.product_sign_up_percent_eu {
			font-size: 4.1vw;
			font-size: 2.5vw;
		}
		
	}

	@media screen and (min-width: 576px) and (max-width: 767px) {
		
		.product_sign_up_title_eu {
			font-size: 1vw;
		}
		
		.product_sign_up_percent_eu {
			font-size: 3vw;
			font-size: 2.5vw;
		}
		
	}

	@media screen and (min-width: 481px) and (max-width: 575px) {
		
		.product_sign_up_title_eu {
			font-size: 1vw;
		}
		
		.product_sign_up_percent_eu {
			font-size: 3vw;
			font-size: 2.5vw;
		}
		
	}
		
	@media screen and (max-width: 480px) {
		
		.product_sign_up_title_eu {
			font-size: 2vw;
		}
		
		.product_sign_up_percent_eu {
			font-size: 5.5vw;
		}
	}
	
	.product_sign_up_button:hover {
		background-color: #00d4d6;
	}

/* Product email sign up banner EU */

.tabmenu2b:hover {
	color: #fff !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95c11f+0,617607+100 */
background: #95c11f; /* Old browsers */
background: -moz-linear-gradient(top, #617607 0%, #95c11f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #617607 0%,#95c11f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #617607 0%,#95c11f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#617607', endColorstr='#95c11f',GradientType=0 ); /* IE6-9 */
}

.product_banner_image_container {
	height: 240px;
}
.product_banner_overlay {
	position:absolute;
	top:50%;
	right:0;
	transform:translate(0,-50%);
}
@media screen and (max-width:991px) {
	.product_banner_wrapper {
		background-image: none !important;
		background-color: #eee !important;
	}
}
@media screen and (max-width:575px) {
	.product_banner_image_container {
		background-size: 150% !important;
	}
}

@media screen and (max-width:767px) {
	.home-range-brand-title {
		line-height: 1.3em !important;
	}
}

@media screen and (min-width:1200px) { 

	.product_banner_image_container {
		height: 440px !important;
	}

}

/* Homepage range styles */

.home-new-products {
	background-color: #e56100 !important;
	background-color: var(--ss-orange) !important;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff !important;
	height: 196px;
	left: 0;
	right: 0;
}

.home-new-products_uk {
	background-color: #ffcf00 !important;
	color: #030000 !important;
}

.home-2x1-product {
	background-color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 50%;
	height: 100%;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}

.home-2x1-product_uk {
	background-color: transparent !important;
}

.home-2x1-product-content {
	padding: 16px 28px;
}

.shop-the-range-title-2 {
	font-size: 2.4em;
	margin-bottom: 2px;
}

.home-range-text-2 {
	font-size: 1.1em;
}

/* Desktop (lg) */
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.home-new-products {
		height: 170px;
		line-height: 1.5;
	}

	.home-2x1-product {
		font-size: .9em;
		line-height: 1.2em;
	}
	
	.home-2x1-product-content {
		padding: 16px 28px;
	}

	.shop-the-range-title {
		margin-bottom: 0px;
	}

}

/* Tablet (md) */
@media screen and (min-width: 768px) and (max-width: 991px) { 

	.home-new-products {
		height: 125px;
		line-height: 1.4;
		font-size: .65em;
	}

	.home-2x1-product {
		font-size: .7em;
		line-height: 1.2em;
		padding-top: .5em;
		padding-bottom: 1.8em;
		left: 0;
		right: 0;
	}
	
	.home-2x1-product-content {
		padding: 6px 18px;
	}

	.shop-the-range-title {
		margin-bottom: 0px;
	}

}

/* Tablet (sm) */

@media screen and (min-width: 576px) and (max-width: 767px) { 

	.home-new-products {
		height: 92px;
		line-height: 1.4;
		font-size: .45em;
	}

	.home-2x1-product {
		font-size: .5em;
		line-height: 1.1em;
		padding-top: .5em;
		padding-bottom: 1.8em;
		left: 0;
		right: 0;
	}
	
	.home-2x1-product-content {
		padding: 6px 18px;
	}

	.shop-the-range-title {
		margin-bottom: 0px;
	}

}

/* Mobile (xs) */
@media screen and (max-width: 575px) { 

	.home-new-products {
		height: auto;
	}
	
	.home_range_image_2x1_uk {
		object-position: 50% 0% !important;
	}
	
	.shop-the-range-title_uk {
		color: #030000 !important;
	}
	
}

/* Homepage range styles */

/* Animal Nutritionist banner */

.animal_nutritionist_banner_image {
	
	background-size: cover;
	overflow: hidden;
	position: relative;
	background-position: top right;
	
}

.animal_nutritionist_title,
.animal_nutritionist_title_eu {
	
	font-family: 'Satisfy', cursive;
	line-height: 1;
	color: #c0dee6;
	
}

.animal_nutritionist_subtitle {
	
	font-weight: bold;
	
}

.animal_nutritionist_cta {
	
	font-size: 1.4em;
	font-weight: 900 !important;
	color: #02344b !important;
	max-width: 240px;
	
}

@media screen and (min-width: 1201px) and (max-width: 1450px) { 
	
	.animal_nutritionist_banner_image {
		
		background-position: top right -40px;
		
	}

}

@media screen and (min-width: 992px) and (max-width: 1200px) { 
	
	.animal_nutritionist_banner_image {
		
		background-position: top right -40px;
		
	}

}

@media screen and (min-width: 992px) { 
	
	.animal_nutritionist_banner_overlay {
		
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: #02344b;
		transform: skew(333deg);
		left: -36%;
		
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) { 
	
	.animal_nutritionist_banner_overlay {
		
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: #02344b;
		transform: skew(333deg);
		left: -46%;
		
	}
	
	.animal_nutritionist_banner_image {
		
		background-position: top right -40px;
		
	}

}

@media screen and (min-width: 768px) {
	
	.animal_nutritionist_title {
		
		font-size: 4.5em;
		
	}
	
	.animal_nutritionist_title_eu {
		
		font-size: 3em;
		
	}
	
	.animal_nutritionist_subtitle {
		
		font-size: 1.9em;
		
	}

}

@media screen and (min-width: 576) and (max-width: 767px) {

	.animal_nutritionist_title_eu {
		
		font-size: 2em;
		
	}
	
}
	
@media screen and (max-width: 767px) {

	.animal_nutritionist_banner_overlay {
		
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: #02344b;
		
	}

	.animal_nutritionist_banner_image {
		
		background-image: none !important;
		
	}
	
	.animal_nutritionist_title {
		
		font-size: 3.5em;
		
	}
	
	.animal_nutritionist_title_eu {
		
		font-size: 2em;
		
	}
	
	.animal_nutritionist_subtitle {
		
		font-size: 1.7em;
		
	}

}

/* Animal Nutritionist banner */

/* Cookie banner */

.cookie-bar {
	
	font-size: 0.8em;
	
}

.cookie-close {
	
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	
}

/* Cookie banner */
