@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;700&display=swap');
@font-face {
	font-family: 'Trump Soft Pro';
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro-Bold.eot');
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro-Bold.eot?#iefix') format('embedded-opentype'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-Bold.woff2') format('woff2'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-Bold.woff') format('woff'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Trump Soft Pro';
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro-BoldItalic.eot');
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-BoldItalic.woff2') format('woff2'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-BoldItalic.woff') format('woff'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Trump Soft Pro';
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro.eot');
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro.eot?#iefix') format('embedded-opentype'), url('/images/skins/Bodylab/fonts/TrumpSoftPro.woff2') format('woff2'), url('/images/skins/Bodylab/fonts/TrumpSoftPro.woff') format('woff'), url('/images/skins/Bodylab/fonts/TrumpSoftPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Trump Soft Pro';
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro-Medium.eot');
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro-Medium.eot?#iefix') format('embedded-opentype'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-Medium.woff2') format('woff2'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-Medium.woff') format('woff'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Trump Soft Pro';
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro-Italic.eot');
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro-Italic.eot?#iefix') format('embedded-opentype'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-Italic.woff2') format('woff2'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-Italic.woff') format('woff'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Trump Soft Pro';
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro-MediumIt.eot');
	src: url('/images/skins/Bodylab/fonts/TrumpSoftPro-MediumIt.eot?#iefix') format('embedded-opentype'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-MediumIt.woff2') format('woff2'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-MediumIt.woff') format('woff'), url('/images/skins/Bodylab/fonts/TrumpSoftPro-MediumIt.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
body, html {
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
body, input, select, textarea, button, td.VariantGroupLabel, div.fancybox__content {
	font-family: 'Barlow Semi Condensed', 'Arial', sans-serif;
	color: rgba(0, 0, 0, 1.00);
	font-size: 16px;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
}
body {
	overflow-x: hidden;
}
body.noscroll {
	overflow: hidden;
}
.removeme {
	display: none;
}
a {
	color: rgba(0, 0, 0, 1.00);
}
a:hover {
	color: rgba(0, 0, 0, 1.00);
}
img,
picture {
	border: 0;
	max-width: 100%;
}
picture {
	display: block;
}
picture img {
	display: block;
	width: 100%;
	height: auto;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	padding: 0 10px;
	height: 35px;
	border-radius: 0;
	border: solid 1px #bbc1c8;
	background-color: rgba(255, 255, 255, 1.00);
	outline: none;
    
}

#customer-data input, #customer-data textarea {

    margin-top: 3px;
}

input[type="text"][readonly], input[type="tel"][readonly], select[readonly] {
	cursor: not-allowed;
	opacity: .3;
	border-color: rgba(198, 198, 198, 1.00);
	background-color: rgba(198, 198, 198, 1.00);
}
select {
	background-image: url("/images/skins/Bodylab/icons/Small/Arrow 1 down.svg");
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: calc(100% - 10px) 50%;
	padding-right: 30px;
}
textarea {
	height: 60px;
	padding: 10px;
}
/*
::-webkit-input-placeholder {
    color: rgba(0,0,0,1.00);
}
::-moz-placeholder {
    color: rgba(0,0,0,1.00);
}
:-ms-input-placeholder {
    color: rgba(0,0,0,1.00);
}
:-moz-placeholder {
    color: rgba(0,0,0,1.00);
}
*/
input[type="checkbox"], input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	margin: 0;
	outline: none;
	cursor: pointer;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 1.00);
	border: solid 1px rgba(198, 198, 198, 1.00);
	flex: none;
}
input[type="radio"] {
	border-radius: 50%;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
	background-color: #66bddb;
	border-color: #66bddb;
	background-image: url('/images/skins/Bodylab/icons/Small/Accept White.svg');
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: 50% 50%;
}
input[type="submit"], button, input[type="button"], .button {
	background-color: #995392;
	color: rgba(255, 255, 255, 1.00);
	border-radius: 3px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-flex;
	min-height: 50px;
	font-size: 14px;
	padding: 20px 30px;
	justify-content: center;
	align-items: center;
	line-height: 1;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
}
input[type="submit"].light, button.light, input[type="button"].light, .button.light {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(0, 0, 0, 1.00);
}
input[type="submit"].transparent, button.transparent, input[type="button"].transparent, .button.transparent {
	background-color: transparent;
	color: rgba(255, 255, 255, 1.00);
	border: solid 1px rgba(255, 255, 255, 1.00);
}
input[type="submit"].transparent.dark, button.transparent.dark, input[type="button"].transparent.dark, .button.transparent.dark {
	color: rgba(0, 0, 0, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
}
.button.loading {
	cursor: progress;
	filter: grayscale(1);
	opacity: .6;
}
.button.soldout {
	border: solid 2px rgba(108, 108, 108, 1.00);
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(108, 108, 108, 1.00);
	cursor: default;
}
.button.arrow:after {
	content: "";
	flex: none;
	width: 13px;
	margin-left: 10px;
	height: 14px;
	background-image: url("/images/skins/Bodylab/icons/Small/Arrow 2.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.button.arrow.white:after {
	background-image: url("/images/skins/Bodylab/icons/Small/Arrow 2 white.svg");
}
input[type="submit"]:hover, button:not(.slick-arrow):not(.is-close):hover, input[type="button"]:hover, .button:not(.disabled):hover {
	color: #FFFFFF;
	background-color: #481B48;
}
.card .subscription .button:hover {
    background-color: #365D93;
}
input[type="submit"].transparent.dark:hover, button.transparent.dark:hover, input[type="button"].transparent.dark:hover, .button.transparent.dark:hover {
	color: rgba(255, 255, 255, 1.00);
}
input[type="submit"]:disabled, input[type="submit"].loading {
	cursor: not-allowed;
	background-color: #cccccc;
	color: rgba(255, 255, 255, 1.00);
}
.button.arrow:hover:after {
	background-image: url("/images/skins/Bodylab/icons/Small/Arrow 2 white.svg");
}
input[type="submit"].loading {
	cursor: progress;
}
.swipeelement {
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0 5px;
}
.swipeelement:before {
	content: "";
	height: 2px;
	width: 80px;
	background-color: #bbc1c8;
}
h1, .largeheader, b > .Heading_Customer {
	font-family: 'Trump Soft Pro', 'Arial';
	font-size: 32px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px;
	text-transform: uppercase;
	word-wrap: break-word;
	display: block;
}
h1.large {
	font-size: 80px;
	word-wrap: break-word
}
h1 small {
	display: block;
	font-weight: 300;
}
h2, h3, .mediumheader {
	font-family: 'Trump Soft Pro', 'Arial';
	font-size: 30px;
	font-weight: 700;
	padding: 0;
	margin: 15px 0 15px;
}
h2.large, h3.large {
	font-size: 70px;
}
h2.medium, h3.medium {
	font-size: 35px;
}
sup {
	font-size: 40%;
	padding-left: 6px;
	font-weight: normal;
	position: relative;
	top: -7px;
}
.center {
	text-align: center;
}
.center > [class*="Custom_UL"] {
	justify-content: center;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.uppercase {
	text-transform: uppercase;
}
.CmsPageStyle_Table {
	table-layout: fixed;
}
.container, .webshop-subcat article {
	max-width: 95%;
	width: 1380px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.container.small {
	width: 1250px;
}
.container.medium {
	width: 850px;
}
.container.mini {
	width: 700px;
}
.container.micro {
	width: 500px;
}
.container.small.wide {
	width: 100%;
	max-width: 100%;
}
.container.row {
	display: flex;
}
.fullwidth {
	width: 100%;
}
.spacetop {
	margin-top: 30px;
}
.spacebottom {
	margin-bottom: 30px;
}
.paddingtop {
	padding-top: 80px;
}
.paddingbottom {
	padding-bottom: 80px;
}
.paddingbottom-small {
	padding-bottom: 40px;
}
.container > p:first-child {
	margin-top: 0;
}
.container > p:last-of-type {
	margin-bottom: 0;
}
.relative {
	position: relative;
}
.placeholder:empty {
	background-image: url("/images/skins/Bodylab/images/loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 40px auto;
	min-height: 200px;
	background-color: #f8fafc;
}
header {
	position: sticky;
	top: 0;
	background-color: rgba(255, 255, 255, 1.00);
	border-bottom: solid 1px #f1f5f9;
	z-index: 50;
}
header .container {
	display: flex;
	align-items: center;
}
header .logo {
	flex: none;
	margin-right: 3%;
}
header .logo img {
	width: 120px;
	height: auto;
	display: block;
}
header .right {
	display: flex;
	align-items: center;
}
header .right > * {
	position: relative;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
}
header .right > * > img, header .right > * > svg {
	width: 18px;
	height: auto;
	margin: 0 0 0 10px;
	display: block;
}
header .right > .basketbtn .count {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
}
header .right > .menubtn {
	display: none;
}
#ProductmenuContainer_DIV {
	flex: auto;
}
.infobar, .voyadobanner {
	background-color: #e0f2f8;
	text-transform: uppercase;
	display: none;
	color: rgba(255, 255, 255, 1.00);
}
.voyadobanner {
	background-color: #985292;
	margin-top: 10px;
}
.voyadobanner.statusdontexist, .voyadobanner.statusnotvalid {
	background-color: rgba(146, 0, 2, 1.00);
}
.voyadobanner.statusredeemed {
	background-color: rgba(0, 0, 0, 1.00);
}
.infobar.active, .voyadobanner.active {
	display: block;
}
.infobar > div, .voyadobanner > div {
	position: relative;
	text-align: center;
	padding: 10px;
	min-height: 37px;
	font-weight: bold;
}
.infobar .close {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.infobar .close img, .infobar .close svg {
	width: 8px;
	height: 8px;
	display: block;
}
.infobar .close svg path {
	stroke: rgba(255, 255, 255, 1.00);
}
article:not(.FrontPage_TD):not(.ShowBasket_TD):not(.CheckOut_TD):not(.campaign):not(.B2BLogin_TD) {
	padding-top: 30px;
}
.placeholder.helloretail,
.helloRetailRelated {
	min-height: 300px;
    position: relative;
}
splash {
	position: absolute;
	top: 5%;
	right: 5%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	white-space: nowrap;
	font-family: 'Trump Soft Pro', 'Arial';
	font-size: 66px;
	font-weight: 400;
	transform-origin: 100% 0;
	width: 150px;
	height: 150px;
	z-index: 1;
}
splash small {
	text-transform: uppercase;
	font-size: 35px;
}
splash strike {
	color: rgba(82, 82, 82, 1.00);
}
splash strong {
	font-weight: 700;
}
splash splash {
	transform: scale(0.6) translate(-100%, -60%);
	top: 0;
	left: 0;
	font-size: 75%;
}
splash splash small {
	font-size: 100%;
}
.boxes .content > splash {
	transform: translate(0, 20%) scale(0.7);
}
.slideshow img {
	height: calc(100vh - 400px);
	min-height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	display: block;
	margin-bottom: 30px;
}
.slideshow a {
	display: block;
	position: relative;
}
.slideshow .container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, 1.00);
}
.slideshow .title {
	font-family: 'Trump Soft Pro', 'Arial';
	text-shadow: 0 0 10px rgba(0, 0, 0, .2);
	width: 600px;
	max-width: 100%;
	text-transform: uppercase;
	font-weight: 300;
	font-size: clamp(75px, 7vw, 100px);
}
.slideshow .title strong {
	font-weight: 700;
}
.slideshow .subtitle {
	margin-bottom: 30px;
}
.slideshow .button:hover, .slick-list .button:hover {
	background-color: #66BDDB;
}
.boxes:not(.slick-initialized) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxes.hasslider {
	flex-wrap: nowrap;
}
.boxes.hasslider .slick-list {
	margin-left: -6px;
	margin-right: -6px;
}
.boxes.hasslider .slick-slide {
	margin-left: 6px;
	margin-right: 6px;
}
.boxes:not(.slick-initialized) > *, .boxes .slick-slide {
	position: relative;
}
.boxes:not(.slick-initialized) > .dark:before, .boxes .slick-slide.dark:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .40);
	transition: background .5s ease;
}
.boxes:not(.slick-initialized) > .dark:hover:before, .boxes .slick-slide.dark:hover:before {
	background-color: rgba(0, 0, 0, .0);
}
.boxes:not(.slick-initialized) > * {
	width: calc(33.33% - 7px);
	flex: none;
}
.boxes.hasslider > *:nth-child(n+4) {
	display: none;
}
.boxes.boxes-2:not(.hasslider) > * {
	width: calc(50% - 6px);
}
.boxes.boxes-3:not(.hasslider) > * {
	width: calc(33% - 6px);
}
.boxes.boxes-4:not(.hasslider) > * {
	width: calc(25% - 6px);
}
.boxes img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: 50% 50%;
}
.boxes.boxes-4 img {
	aspect-ratio: 2/3;
}
.boxes .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15%;
	z-index: 2;
	color: rgba(255, 255, 255, 1.00);
}
.boxes .content.down {
	justify-content: flex-end;
}
.boxes .content.left {
	align-items: flex-start;
}
.boxes .content.nopadding {
	padding: 0;
}
.boxes .title {
	font-family: 'Trump Soft Pro', 'Arial';
	text-transform: uppercase;
	font-weight: 500;
	font-size: 48px;
}
.boxes .subtitle {
	font-family: 'Trump Soft Pro', 'Arial';
	font-weight: 500;
	font-size: 23px;
	margin-top: 10px;
}
.boxes .text {
	font-weight: normal;
	margin-top: 10px;
}
.boxes .text + .title {
	margin-top: 20px;
}
.boxes .button {
	margin-top: 25px;
}
.webshop-frontpage .slideshow .title, .webshop-frontpage .boxes .title {
	text-shadow: 0.05em 0.05em 0 rgb(0 0 0 / 50%);
}
.focusslider:not(.slick-initialized) {
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.spacebetween.focusslider:not(.slick-initialized) {
	margin-left: 0;
	margin-right: 0;
}
.spacebetween.focusslider:not(.slick-initialized) > * {
	margin-left: 0;
	margin-right: 0;
	flex: none;
	width: 100%;
}
.ambassadorproducts {
	display: flex;
	justify-content: space-between;
	min-height: 335px;
}
.ambassadorproducts .content {
	flex: auto;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.ambassadorproducts .content .title {
	font-family: 'Trump Soft Pro', 'Arial';
	text-transform: uppercase;
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 15px;
}
.ambassadorproducts .content .text {
	margin-bottom: 20px;
}
.ambassadorproducts .content .button {
	padding: 0;
	min-height: 10px;
}
.ambassadorproducts .items:empty {
	min-height: 520px;
}
.ambassadorproducts .items {
	flex: none;
	width: 75%;
}
.ambassadorproducts .items [class*="Custom_UL"] > li {
	margin-bottom: 0;
}
.SubCats_Categories_UL > li {
	position: relative;
	float: none !important;
}
.SubCats_Categories_UL > li:empty {
	display: none !important;
}
.SubCats_Categories_UL > li:before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0, 0, 0, .30);
	transition: all .3s ease;
}
.SubCats_Categories_UL > li:hover:before {
	background-color: rgba(0, 0, 0, 0.00);
}
.SubCats_Categories_UL img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: 50% 50%;
}
.SubCats_Categories_UL .content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 6%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
}
.SubCats_Categories_UL .content .title {
	font-family: 'Trump Soft Pro', 'Arial';
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
	color: rgba(255, 255, 255, 1.00);
	margin-bottom: 15px;
}
.SubCats_Categories_UL .content .button {
	min-height: 10px;
	padding: 0;
	background-color: transparent;
}
.banner {
	position: relative;
	padding: 12% 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
}
.banner.bottom {
	padding-top: 18%;
	padding-bottom: 6%;
}
.banner.top {
	padding-top: 6%;
	padding-bottom: 18%;
}
.banner.imgtop > img {
	object-position: 50% 0%;
}
.banner > img {
	display: block;
	margin: 0;
	width: 100%;
	height: 100% !important;
	position: absolute;
	object-fit: cover;
	object-position: 50% 50%;
	top: 0;
	left: 0;
}
.banner > span, .banner > .content {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 1.00);
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
}
.banner > span .title, .banner > .content .title {
	text-shadow: 0 0 10px rgba(0, 0, 0, .2);
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Trump Soft Pro', 'Arial';
}
.banner > span .title + * {
	margin-top: 20px;
}
.banner > span .title + img {
	width: 100px;
	display: block;
	margin: 10px 0 0;
}
.banner > span .text, .banner > .content .text {
	width: 500px;
	max-width: 100%;
}
.listheader, .listheader a {
	color: rgba(255, 255, 255, 1.00);
}
.listheader {
	padding: 3% 0 1.5%;
	min-height: 50vh;
	background-color: rgba(243, 243, 243, 1.00);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.listheader h1 {
	font-size: 70px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	margin-bottom: 0;
}
.listheader p {
	width: 400px;
	max-width: 100%;
	margin: 20px 0 0;
	line-height: 1.5em;
}
.listheader h2, .listheader h3, .listheader h4 {
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
	margin-bottom: 0;
}
.image {
	/*background-color: #f8fafc;*/
	transition: background .4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image > a img {
	width: 100%;
	padding: 6%;
	height: auto;
	display: block;
	/*mix-blend-mode: multiply;*/
}
.SubCats_Categories_Container + .container {
	margin-top: 30px;
}
[class*="Custom_UL"], .SubCats_Categories_UL {
	margin: 0 -6px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
[class*="Custom_UL"] > li, .SubCats_Categories_UL > li {
	flex: none;
	float: none !important;
	width: calc(25% - 12px) !important;
	margin: 0 6px 4%;
}
.SubCats_Categories_UL > li {
	margin-bottom: 12px;
}
[class*="Custom_UL"] form, .SubCats_Categories_UL form {
	height: 100%;
	display: flex;
}
.listviewbuy {
	display: none;
}
.item.product {
	flex: auto;
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
}
.item.product .image {
	flex: none;
	margin-bottom: 15px;
	position: relative;
}
.item.product .image > a {
	width: 100%;
	background-color: #F8FAFC;
}
/*
.item.product .image .soldoutbadge ~ a img {
	opacity: .3;
	filter: grayscale(1);
}
*/
.item.product .productnumber, .item.product .retailprice {
	display: none;
}
.item.product .info {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.item.product .info > * {
	flex: none;
}
[class*="Custom_UL"] .bullets {
	display: none;
}
.item.product .info > .rating {
	margin: 0 0 10px;
	min-height: 1rem;
}
.item.product .info > .rating:empty {
	display: none;
}
.item.product .info .name {
	flex: auto;
}
.item.product .info .name a {
	display: block;
	margin-bottom: 10px;
	/*color: rgb(53, 53, 53);*/
	text-decoration: none;
}
.item.product .info .short {
	flex: auto;
	margin-bottom: 15px;
}
.item.product .Prices_Custom_DIV {
	font-weight: bold;
	font-size: 19px;
}
.item.product .Prices_Custom_DIV .isoffer ~ .currency, .item.product .Prices_Custom_DIV strike {
	color: rgba(145, 145, 145, 1.00);
	font-weight: normal;
}
.item.product .Prices_Custom_DIV strike {
	padding-left: 5px;
}
.item.product .Prices_Custom_DIV .isoffer {
	color: #f7a800;
}
.item.product .Prices_Custom_DIV .currency {
	padding-left: 3px;
}
.item.product .listviewbuy .Prices_Custom_DIV > div strike {
	display: block;
	font-size: 20px;
	padding: 0;
}
.item.product .volumediscountcontainer {
	color: #f7a800;
}
.item.product .volumediscountcontainer .currency {
	padding-left: 3px;
}
.item.product .reviews {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 10px;
}
.item.product .reviews svg {
	width: 16px;
}
.item.product .reviews svg:last-of-type {
	margin-right: 10px;
}
[class*="Custom_UL"].quickbuy {
	margin: 0 0 30px;
	position: relative;
}
[class*="Custom_UL"].quickbuy.addingtobasket:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .50);
	background-image: url("/images/skins/Bodylab/images/loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 200px;
	background-size: 40px auto;
	cursor: progress;
	z-index: 40;
}
[class*="Custom_UL"].quickbuy > li {
	width: 100% !important;
	margin: 0;
	padding: 10px;
}
[class*="Custom_UL"].quickbuy > li:nth-child(2n):not(.sortheader) {
	background-color: rgba(240, 240, 240, .30);
}
/*
[class*="Custom_UL"].quickbuy > li:hover {
	background-color: rgba(237,237,237,1.00);
}
*/
/*
[class*="Custom_UL"].quickbuy > li .item.product:not(.focus):after {
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	content: "";
	border-bottom: solid 1px rgba(240,240,240,1.00);
}
*/
[class*="Custom_UL"].quickbuy .item.product {
	flex-direction: row;
	align-items: center;
}
[class*="Custom_UL"].quickbuy .item.product .image {
	width: 70px;
	margin: 0 2% 0 0;
}
.isb2b [class*="Custom_UL"].quickbuy .item.product .productnumber {
	margin-right: 2%;
	width: 8%;
	min-width: 50px;
	display: block;
}
.isb2b [class*="Custom_UL"].quickbuy .item.product .retailprice {
	display: block;
}
[class*="Custom_UL"].quickbuy .item.product .info .name a {
	color: #365D93;
	text-decoration: underline;
	margin-bottom: 0;
}
[class*="Custom_UL"].quickbuy .item.product .info .retailprice {
	font-size: 14px;
	color: rgba(82, 82, 82, 1.00);
	padding: 5px 0 0;
}
[class*="Custom_UL"].quickbuy .item.product .info .retailprice strike {
	text-decoration: none;
}
[class*="Custom_UL"].quickbuy .item.product .info .Prices_Custom_DIV {
	display: none;
}
[class*="Custom_UL"]:not(.quickbuy) .item.product .info .Prices_Custom_DIV small.b2bonly {
	display: none;
}
[class*="Custom_UL"].quickbuy .listviewbuy {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
[class*="Custom_UL"].quickbuy .listviewbuy > * {
	flex: none;
}
[class*="Custom_UL"].quickbuy .listviewbuy > .buy, [class*="Custom_UL"].quickbuy .listviewbuy > div.button {
	flex: none;
	width: 80px;
	margin-left: 15px;
}
[class*="Custom_UL"].quickbuy .listviewbuy > div.button {
	padding: 5px;
	min-height: 35px;
	font-size: 12px;
}
[class*="Custom_UL"].quickbuy .listviewbuy > .buy input[type="text"] {
	text-align: center;
	width: 100%;
}
[class*="Custom_UL"].quickbuy .item.product input[type="submit"] {
	display: none;
}
[class*="Custom_UL"].quickbuy .listviewbuy > a {
	display: none;
}
[class*="Custom_UL"].quickbuy .listviewbuy .Prices_Custom_DIV > div {
	font-weight: normal;
}
[class*="Custom_UL"].quickbuy small, [class*="Custom_UL"].quickbuy .listviewbuy .Prices_Custom_DIV > div > small {
	padding-right: 15px;
}
[class*="Custom_UL"].quickbuy .item.product.focus:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: #66BDDB;
	z-index: -1;
}
[class*="Custom_UL"].quickbuy .item.product.focus, [class*="Custom_UL"].quickbuy .item.product.focus a, [class*="Custom_UL"].quickbuy .item.product.focus .info .name a, [class*="Custom_UL"].quickbuy .item.product.focus .info .retailprice {
	color: rgba(255, 255, 255, 1.00);
}
.quickbuycontainer {
	position: sticky;
	top: 89px;
	box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
	z-index: 30;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 15px 0;
}
.quickbuycontainer button {
	transition: all .4s ease;
}
.quickbuycontainer button:disabled {
	opacity: .4;
	background-color: rgba(136, 136, 136, 1.00);
	cursor: not-allowed;
}
.quickbuycontainer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

[class*="Custom_UL"] > li.sortheader {
	width: 100%;
	padding: 30px 0 15px;
	font-size: 24px;
}

.card {
	display: flex;
	align-items: flex-start;
}
.card .images {
	flex: auto;
	/*background-color: #F8FAFC;*/
	position: relative;
	display: flex;
	width: 800px;
	max-width: calc(100% - 580px);
	align-items: flex-start;
	justify-content: space-between;
}
.card .buy {
	flex: none;
	width: 500px;
	margin-left: 80px;
}
.card.productcard .rating {
	margin: -17px 0 20px;
	font-size: 16px;
}
.card.productcard .rating.clickable {
	cursor: pointer;
}
.card.productcard .rating img {
	height: 16px !important;
	width: auto;
}
.card.productcard h1 {
	font-size: 40px;
}
.soldoutbuttoncontainer {
	display: flex;
	align-items: center;
}
.soldoutbuttoncontainer > :not(:last-child) {
	margin-right: 15px;
}
.soldoutbuttoncontainer a {
	color: #66bddb;
}
.swipernav {
	flex: none;
	width: 8.27%;
}
.swipernav img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: 50% 50%;
	cursor: pointer;
}
.swipernav > :not(:last-child) {
	margin-bottom: 10%;
}
.swipernav img.active {
	border: solid 3px #66bddb
}
.swiper:not(.slick-initialized) > *, .swiper .slick-slide, .swipernav img {
	background-color: #F8FAFC;
}
.swiper {
	flex: none;
	width: 100%;
}
.swipernav + .swiper {
	width: 90%;
}
.swiper a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
}
.swiper a[href*="vimeo"] {
	aspect-ratio: 1/1;
	display: block !important;
	background-color: transparent;
}
.swiper a img {
	display: block;
	width: 100%;
	height: auto;
	/*padding: 8% 9% 12%;*/
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: 50% 50%;
	position: relative;
	z-index: 1
}
.swiper a video {
	height: 100%;
	width: 100%;
	position: absolute;
	object-fit: cover;
	object-position: 50% 50%;
	z-index: 0;
}
.swiper a iframe[src*="vimeo"] {
	width: 100%;
	height: auto !important;
	aspect-ratio: 1/1;
}
.swiper > a:nth-of-type(n+2) {
	display: none !important;
}
.card .stockmessage {
	position: absolute;
	top: 20px;
	left: 25px;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
}
.card .stockmessage img {
	flex: none;
	width: 16px;
	height: auto;
	margin-right: 10px;
	display: block;
}
.card .Prices_Custom_DIV {
	margin: 25px 0 20px;
}
[itemprop="priceValidUntil"]:not([content=""]) + div.Prices_Custom_DIV > :nth-child(1) > span {
	color: #f7a800;
}
.card .Prices_Custom_DIV > :nth-child(1) {
	text-transform: uppercase;
	font-family: 'Trump Soft Pro', 'Arial';
	font-weight: 700;
	font-size: 40px;
}
.card .Prices_Custom_DIV > :nth-child(1) .currency {
	padding-left: 3px;
}
.card .Prices_Custom_DIV > :nth-child(1) strike:not(:empty) {
	color: rgba(145, 145, 145, 1.00);
	font-weight: 300;
	padding-left: 10px;
}
.card .Prices_Custom_DIV > :nth-child(n+2) {
	display: none;
}
.card .subscription {
	padding: 5%;
	background-color: rgba(245, 245, 228, 1.00);
	border: solid 1px rgba(242, 240, 215, 1.00);
	margin: 25px 0 0;
}
.card .subscription .Prices_Custom_DIV {
	margin: 20px 0 10px;
}
.card .subscription .Prices_Custom_DIV > :nth-child(1) {
	color: #d99932;
}
.card .subscription ul {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
.card .subscription ul > li {
	padding-left: 23px;
	background-image: url("/images/skins/Bodylab/icons/Small/Accept.svg");
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: 2px 5px;
}
.card .subscription ul > li:not(:last-child) {
	margin-bottom: 7px;
}
.card .subscription select {
	margin: 0 0 15px;
}
.card .subscription .button {
	background-color: #66bddb;
	min-width: 50%;
}
.singlebuyheader {
	margin: 25px 0 0;
	font-weight: bold;
	font-size: 18px;
}
td.BreadCrumb_ProductList, .breadcrumb {
	padding-bottom: 30px;
}
.breadcrumb {
	display: flex;
	align-items: center;
}
.breadcrumb br {
	display: none;
}
.breadcrumb > a {
	flex: none;
	display: flex;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 30px;
}
.breadcrumb > a > img {
	flex: none;
	transform: rotate(180deg);
	display: block;
	margin: 0 10px 0 0;
}
.breadcrumb > table {
	flex: auto;
}
[itemtype="https://schema.org/BreadcrumbList"], [itemtype="https://schema.org/BreadcrumbList"] a {
	color: rgba(196, 196, 196, 1.00);
	text-decoration: none;
}
[itemtype="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active {
	color: rgba(55, 55, 55, 1.00);
}
.badges {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	pointer-events: none;
	cursor: pointer;
	z-index: 10;
}
.badges > * {
	min-width: 30px;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	padding: 0 5px;
	line-height: 1;
	pointer-events: none;
	cursor: pointer;
}
.badges > :not(:last-child) {
	margin-bottom: 5px;
}
.badges > .img {
	padding: 0;
	width: 30px;
	height: 30px;
}
.badges img {
	display: block;
}
.badges > .discount {
	background-color: #f7a800;
}
.badges > .discount img {
	width: 50%;
}
.savings {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #f7a800;
	color: rgba(255, 255, 255, 1.00);
	padding: 7px 10px;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
	cursor: pointer;
	z-index: 2;
}
.quickbuy .badges {
	right: auto;
	left: -10px;
	top: -10px;
	transform: scale(0.8);
}
.swipernav ~ .savings, .swipernav ~ .soldoutbadge {
	left: calc(10% + 10px);
}
.soldoutbadge, .soldoutbadge:hover {
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto !important;
	background-color: rgba(108, 108, 108, 1.00) !important;
	color: rgba(255, 255, 255, 1.00);
	padding: 7px 10px;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
}
.quickbuy .soldoutbadge {
	display: none;
}
.soldoutbadge span {
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	text-decoration: underline;
	transform: translateY(-50%);
	color: #66bddb;
}



#BUYSECTION {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
#BUYSECTION .amount {
    display: none;
}
#BUYSECTION.showamount .amount {
	display: flex;
	margin: 0 15px 0 0;
}
#BUYSECTION .amount > * {
	flex: none;
	height: 100%;
}
#BUYSECTION .amount > span {
	padding: 0 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}
#BUYSECTION .amount > input {
	width: 27px;
	text-align: center;
	padding: 0;
	border: none;
}
#BUYSECTION .amount > input[type=number]::-webkit-inner-spin-button, 
#BUYSECTION .amount > input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}
#BUYSECTION input[type="submit"] {
    width: 50%;
}
.pcardbullets ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pcardbullets ul li {
    padding: 0 0 0 27px;
    background-image: url('/images/skins/Bodylab/icons/Small/Check Green.svg');
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 16px auto;
    text-transform: uppercase;

}
.pcardbullets ul li:not(:last-child) {
    margin-bottom: 10px;
}

.volumes {
    display: flex;
    margin: 0 -1% 30px;
}
.volumes > * {
    flex: auto;
    margin: 0 1%;
    max-width: 31.33%;
    display: flex;
    flex-direction: column;
    border: solid 1px #d8e0e9;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
}
.volumes > .active {
    border-color: #518960;
}
.volumes strong {
    font-weight: 500;
}
.volumes > div > div {
    font-size: 18px;
    font-weight: 500;
}

#soldOutMessage {
    margin: 0 0 20px;
}
.soldOutMessageHeader {
    color: #66bddb;
    text-decoration: underline;
    user-select: none;
    cursor: pointer;
    display: block;
}
#soldOutMessageVariants {
    margin: 15px 0 0;
    padding: 20px;
    background-color: #f8fafc;
    border: solid 1px #F1F5F9;
}
#soldOutMessageVariants > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#soldOutMessageVariants > div > u {
    color: #66bddb;
    cursor: pointer;
    user-select: none;
}
#soldOutMessageVariants > div:not(:last-of-type) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #F1F5F9;
}

.RadioButton_Container_ProductInfo {
    display: none;
}
.Variants {
    margin-bottom: 30px;
}
.Variants > table {
    width: 100%;
}
.Variants > table:not(:last-child) {
    margin-bottom: 15px;
}
td.VariantGroupLabel {
    padding-bottom: 10px;
    font-weight: bold;
}
.Variants select {
    max-width: 244px;
}
.variants:empty {
    min-height: 297px;
    background-image: url("/images/skins/Bodylab/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px auto;
}
.variants,
.simple-variant-group-container {
    display: flex;
    flex-wrap: wrap;
    margin: -1% -1%;
}
.variants > div,
.simple-variant-group-container > div {
    flex: none;
    width: 23%;
    margin: 1%;
    border: solid 1px #F1F5F9;
    padding: 15px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}
.variants:has(> *:nth-last-child(5):first-child) > div,
.variants:has(> *:nth-last-child(6):first-child) > div {
    width: 31.33%;
}
.simple-variant-group-container label {
    display: block;
    cursor: pointer;
}
.variants > div.loading {
    cursor: progress;
}
.variants > div.notinstock {
    /*opacity: .6;*/
    /*cursor: not-allowed;*/
    /*filter: grayscale(1);*/
	cursor: default;
}
.variants .variantimg:empty {
    background-image: url("/images/skins/Bodylab/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40% auto;
}
.variants .variantimg:empty:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.variants img, .Variants img {
    display: block;
    width: 100%;
    height: auto;
    user-select: none;
    mix-blend-mode: multiply;
}
.simple-variant-group-container input[type="radio"] {
    display: none;
}
.variants > div:not(.notinstock):hover,
.simple-variant-group-container > div:hover,
.variants > div.active {
    background-color: #f8fafc;
    border-color: #f8fafc;
}
.variants > div:not(.notinstock):hover:before,
.simple-variant-group-container > div:hover:before,
.simple-variant-group-container > div.active:before,
.variants > div.active:before {
    content: "";
    border: solid 1px #c9d0db;
    border-radius: inherit;
    position: absolute;
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    top: -4px;
    left: -4px;
    pointer-events: none;
}
.variants > div.active:before,
.simple-variant-group-container > div.active:before {
    border-color: #66bddb;
}
.variants > div.active:after,
.simple-variant-group-container > div.active:after {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #66bddb;
    position: absolute;
    top: -12px;
    right: -12px;
    content: "";
    border: solid 1px rgba(255,255,255,1.00);
    background-image: url("/images/skins/Bodylab/icons/Small/Accept White.svg");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: 50% 50%;
}
.variants .variant:not(.notinstock) > *:not(.amount) {
    pointer-events: none;
}
.variants .name,
.simple-variant-image-text {
    text-align: center;
    font-size: 13px;
    margin: 7px 0 0;
    user-select: none;
}
.variants .amount {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.variants .amount > * {
    height: 40px;
}
.variants .amount > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    width: 30px;
    user-select: none;
    font-weight: bold;
}
.variants .amount input {
    flex: none;
    width: 30px;
    text-align: center;
    padding: 0;
    border: none;
    background-color: transparent;
}
.variants .amount input::-webkit-outer-spin-button,
.variants .amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.variants .amount input[type="number"] {
  -moz-appearance: textfield;
}
.variants div.active .amount {
    display: flex;
}
.variants .variantimg {
	position: relative;
}
.variants .soldoutbadge,
.variants .soldoutbadge:hover {
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 13px;
}
.variants .notinstock .getmessage {
	color: #66bddb;
	cursor: pointer;
	display: block;
	margin: 0 0 3px;
}
.variants .backinstockmessage {
	display: block;
	padding: 2px 0 0;
	text-align: center;
	font-size: 11px;
}

.flex-video iframe {
	width: 640px;
	height: auto;
	aspect-ratio: 16/9;
	max-width: 100%;
}
.flex-video.widescreen {
    background-position: 50% -1px !important;
}
.flex-video.widescreen iframe {
	width: 100%;
    display: block;
    
}
.tabs .flex-video {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tabshead {
    border-bottom: 1px solid #F1F5F9;
}
.tabshead .container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.tabshead .tab {
    margin-right: 3%;
    padding: 0 0 10px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}
.tabshead .tab.active {
    font-weight: 700;
    cursor: default;
}
.tabshead .tab.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,1.00);
}
.tabsbody .tab {
    display: none;
    padding: 50px 0 0;
}
.tabsbody .tab.active {
    display: block;
}
.tabsbody [itemprop="description"] {
    line-height: 1.4em;
}
article .tabsbody .row > .columns[class*="medium-"] {
	flex: auto;
}
.reviewscontainer {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    position: relative;
}
.reviewscontainer.expandable:not(.open) {
    height: 400px;
    overflow: hidden;
}
.reviewscontainer.expandable:not(.open):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
article .reviewscontainer > *,
article .reviewscontainer > div.row {
    margin-left: 1%;
    margin-right: 1%;
    flex: none;
}
.reviewscontainer > div.row {
    display: flex;
    flex-direction: column;
    width: 31.33%;
    background-color: #F8FAFC;
    padding: 20px;
    border: 1px solid #F1F5F9;
    border-radius: 2px;
    margin-bottom: 2%;
}
.reviewscontainer > div.row > :first-child > br {
    display: none;
}
.reviewscontainer > div.row > div:nth-child(2) {
    width: 100%;
    margin-top: 10px;
}
.reviewtab > .button {
    margin: 20px auto 0;
    width: 100px;
    min-width: fit-content;
    display: block;
}
.reviewtab .ratingstars {
	display: flex;
}
.reviewtab .ratingstars img {
	height: 13px;
	width: 14px;
	margin-right: 2px;
}
.reviewtab img[src*="flag"] {
	padding: 0 !important;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
}

.tabs [itemprop="aggregateRating"] {
    display: none;
}
.tabs [itemprop="aggregateRating"] + h4 {
    margin-bottom: 2%;
    margin-top: 0;
    padding: 20px;
    flex: none;
    display: flex;
    font-weight: normal;
    width: 98%;
	align-items: center;
	font-size: 17px;
    background-color: #F8FAFC;
    border: 1px solid #F1F5F9;
    border-radius: 2px;
}
.tabs [itemprop="aggregateRating"] + h4 small {
    font-size: inherit;
}
.tabs [itemprop="aggregateRating"] + h4 br {
    display: none;
}
.tabs [itemprop="aggregateRating"] + h4 > :not(:first-child) {
    padding-left: 5px;
}
.declarationcontainer {
    display: flex;
    max-width: 650px;
}
.declarationcontainer > div {
    flex: auto;
}
.declarationtables > table {
    width: 100%;
    border: 1px solid #F1F5F9;
}
.declarationtables > table th {
    background-color: #F1F5F9;
}
.declarationtables > table tr > * {
    text-align: left;
    padding: 5px 10px;
}
.declarationtables > table tr:not(:last-of-type) > * {
    border-bottom: 1px solid #F1F5F9;
}
.declarationtables > table:not(:last-of-type) {
    margin-bottom: 20px;
}
#choose {
    margin-right: 20px;
}
#choose > p {
    font-size: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
#choose > p > * {
    font-size: 16px;
}
#choose > p > strong {
    padding: 5px 0 12px;
}
#choose a {
    white-space: nowrap;
    display: block;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
    margin-bottom: 7px;
}
#choose a.active:before {
    content: "";
    background-color: rgba(0,0,0,1.00);
    width: 3px;
    height: 100%;
    top: 0;
    right: calc(100% + 7px);
    position: absolute;
}
.tab iframe {
    max-width: 100%;
}


.count {
	font-family: 'Barlow Semi Condensed', sans-serif;
	width: 19px;
	height: 19px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: normal;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 14px;
	font-size: 14px;
	border-radius: 50%;
	background-color: #66bddb;
}
.basketbtn .count:empty {
	display: none;
}
.SubCats_Categories_DIV {
	display: flex;
	margin: -0.5%;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.SubCats_Categories_DIV > div {
	flex: none;
	width: 15.6% !important;
	margin: 0.5%;
	background-color: #F8FAFC;
	padding: 2%;
}
.SubCats_Categories_DIV > div:last-child {
	display: none;
}
.SubCats_Categories_DIV a {
	text-decoration: none;
}
.SubCats_Categories_DIV a > img {
	max-width: 100%;
}
/*.bfArticles > .row*/
.bfArticles .SubCats_Categories_DIV a > img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	height: 130px;
}
.bfArticles .SubCats_Categories_DIV .hidden.catNumber {
	display: none;
}
.bfArticles .SubCats_Categories_DIV h3 {
	margin-top: 10px;
}
.SubCats_Categories_DIV .innerArticle {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}
.SubCats_Categories_DIV .innerArticle .articleHeader {
	text-align: center;
	flex: none;
}
.SubCats_Categories_DIV .innerArticle .articleHeader h4 {
	padding: 0;
	margin: 0;
	font-weight: 300;
}
.SubCats_Categories_DIV .innerArticle .articleHeader a {
	display: block;
	width: 100%;
	text-transform: none;
}
.SubCats_Categories_DIV .innerArticle > a {
	width: 100%;
	display: flex;
	flex: auto;
	padding-bottom: 15px;
}
.SubCats_Categories_DIV .innerArticle > a > img {
	object-fit: contain;
	object-position: 50% 50%;
	display: block;
	height: 100%;
	width: 100%;
	mix-blend-mode: multiply;
}

.homeshippingcountdown {margin-top: 10px;}
.shippingcountdown .text, .homeshippingcountdown .text {
	margin: 0 0 9px;
	padding: 0 65px 0 0;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.shippingcountdown .text > img, .homeshippingcountdown .text > img {
	width: 12px;
	height: auto;
	display: block;
	margin: 0 10px 0 0;
}
.shippingcountdown .bar, .homeshippingcountdown .bar {
	height: 5px;
	border-radius: 2px;
	border: solid 1px #66BDDB;
	background-color: rgba(255, 255, 255, 1.00);
	display: flex;
	position: relative;
}
.shippingcountdown .bar span, .homeshippingcountdown .bar span  {
	flex: none;
	background-color: #b0dceb;
	width: 0;
}
.shippingcountdown .bar small, .homeshippingcountdown .bar small {
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 11px;
	background-color: #66bddb;
	color: rgba(255, 255, 255, 1.00);
	position: absolute;
	right: 0;
	bottom: calc(100% + 5px);
}
.shippingcountdown .bar small:after, .homeshippingcountdown .bar small:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #66bddb;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.shippingcountdown:empty, .homeshippingcountdown:empty {
	display: none;
}
.addedtobasket {
	position: fixed;
	top: 300px;
	right: 20px;
	width: 266px;
	transform: translateX(120%);
	transition: transform .8s ease-in-out;
	z-index: 100;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 25px 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0 0 50px rgba(0, 0, 0, .4);
}
.addedtobasket.active {
	transform: translateX(0);
}
.addedtobasket > img {
	flex: none;
	width: 30px;
	height: auto;
	margin: 0 20px 0 0;
	display: block;
}
.addedtobasket u {
	font-weight: 500;
}
.fancybox__nav .carousel__button svg {
	display: none;
}
.fancybox__nav .carousel__button {
	background-image: url("/images/skins/Bodylab/icons/Small/Arrow 3 white.svg");
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.fancybox__nav .carousel__button.is-prev {
	transform: rotate(-180deg) translateY(-50%);
	transform-origin: 50% 0;
}
.slick-arrow {
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: none;
	padding: 0;
	z-index: 10;
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(248, 250, 252, .5);
	cursor: pointer;
	border: none;
	background-image: url("/images/skins/Bodylab/icons/Small/Arrow 3.svg");
}
.lightarrows .slick-arrow {
	background-image: url("/images/skins/Bodylab/icons/Small/Arrow 3 white.svg");
}
.slick-arrow.slick-prev {
	left: 39px;
	transform: translateY(-50%) rotate(180deg);
}
.slick-arrow.slick-next {
	right: 39px;
}
.slick-arrow.slick-disabled {
	display: none !important;
}
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	bottom: 50px;
	list-style-type: none;
}
.slick-dots > li {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
}
.slick-dots button {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	border: solid 1px #f3f5f7;
	position: relative;
	font-size: 0;
	background-color: transparent;
	min-height: 0;
	padding: 0;
	display: block;
}
.slick-dots button:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #c6c8ca;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .1s ease;
}
.slick-dots > li.slick-active button {
	height: 20px;
	width: 20px;
	border-color: #dfe1e3;
}
.slick-dots > li.slick-active button:before {
	background-color: rgba(0, 0, 0, 1.00);
	height: 10px;
	width: 10px;
}
.slick-dots > li:not(.slick-active):hover button {
	height: 16px;
	width: 16px;
	border-color: #dfe1e3;
}
.slick-dots > li:not(.slick-active):hover button:before {
	width: 8px;
	height: 8px;
}
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: inherit !important;
}
.spacebetween:not(.slick-initialized), .spacebetween .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}
.spacebetween:not(.slick-initialized) > *, .spacebetween .slick-slide {
	margin-left: 10px;
	margin-right: 10px;
}
.footertrustpilot {
	padding: 90px 0 60px;
}
.newsletter {
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	padding: 30px 0;
	font-size: 16px;
	margin: 30px 0 0;
}
.newsletter .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsletter form {
	display: flex;
	align-items: center;
	flex: none;
	width: 60%;
	margin-left: 13%;
}
.newsletter form :not(:last-child) {
	margin-right: 10px;
}
.newsletter form input {
	border: none;
	height: 50px;
	padding: 0 15px;
	border-radius: 3px;
}
.newsletter form input[type="submit"] {
	padding: 0 35px;
}
.colorline {
	height: 25px;
}
.colorline.lightblue {
	background-color: #66BDDB;
}
.colorline.blue {
	background-color: #365D93;
}
.colorline.purple {
	background-color: #995392;
}
.colorline.darkpurple {
	background-color: #481B48;
}
.showbasket h1 {
	display: flex;
	align-items: flex-start;
}
.showbasket h1 .count {
	width: 23px;
	height: 23px;
	margin-left: 10px;
	font-weight: 500;
}
.showbasket {
	padding: 50px 0;
	background-color: #f8fafc;
	position: relative;
}
.showbasket > .container {
	display: flex;
	align-items: flex-start;
}
.showbasket .content, .showbasket .overview, .showbasket .paymentinfo {
	padding: 30px;
	background-color: rgba(255, 255, 255, 1.00);
}
.showbasket > .container > .content {
	flex: auto;
}
.showbasket .lines .line > .image {
	width: 16%;
}
.showbasket > .container > .showbasketright {
	flex: none;
	margin-left: 10px;
	width: 500px;
	max-width: 50%;
	display: flex;
	flex-direction: column;
}
.showbasket .overview .footer > div {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	margin-bottom: 15px;
}
.showbasket .overview .footer > div.total {
	font-weight: 700;
	padding-top: 15px;
	border-top: 1px solid #F1F5F9;
}
.showbasket .overview .shippingcountdown, .showbasket .overview .homeshippingcountdown {
	border-top: 1px solid #F1F5F9;
	padding-top: 15px;
	margin-bottom: 20px;
}
.showbasket .overview > a.button {
	display: flex;
	width: 100%;
}
.showbasket .overview > a.button.disabled {
	display: none;
}
.showbasket .paymentinfo {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.showbasket .paymentinfo .payment {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.showbasket .paymentinfo .payment > div {
	background-color: #F8FAFC;
	border-radius: 3px;
	margin: 4px;
}
.showbasket .paymentinfo .payment img {
	height: 40px;
	width: auto;
	display: block;
	mix-blend-mode: multiply;
}
.showbasket .paymentinfo small {
	font-size: 14px;
	color: #64748B;
	margin: 10px 0 0;
}
.floatingusp {
	display: flex;
	margin: 25px 0 0;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	flex-wrap: wrap;
}
.floatingusp > * {
	display: flex;
	align-items: center;
	margin: 5px 10px;
}
.floatingusp img {
	display: block;
	margin: 0 11px 0 0;
	width: 16px;
	height: auto;
}
.cardusp .floatingusp {
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
}
.cardusp .floatingusp > * {
	margin: 0;
}
.floatingusp > :not(:last-child) {
	margin-bottom: 10px;
}
.ShowBasket_Custom_DIV {
	display: none;
}
.minbuycontainer {
	padding: 5%;
	color: rgba(255, 255, 255, 1.00);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: #d99933;
}
.webshop-checkout .hideoncheckout {
	display: none;
}
#checkout-container h2, #checkout-container h3 {
	font-size: 26px;
	font-weight: 500;
}
#customer-alternative-delivery {
	position: absolute;
	left: -10000px;
}
#checkout-container {
	display: flex;
	opacity: 0;
	transition: opacity 1s ease;
	border-bottom: solid 1px #e1e1e1;
}
#checkout-container.active {
	opacity: 1;
}
#checkout-container > div.checkoutleft, #checkout-container > div.checkoutright {
	padding: 3%;
}
#checkout-container > div.checkoutleft {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	box-shadow: 0 0 70px rgba(0, 0, 0, .2);
	position: relative;
}
#checkout-container > div.checkoutright {
	width: 40%;
	background-color: #f8fafc;
	border-left: solid 1px #e1e1e1;
}
div#checkout-container #column-data, div#checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
	float: none;
	width: 700px;
	max-width: 100%;
	padding: 0;
	border: none;
	min-height: none;
}
#checkout-container #column-order-summary {
	width: 400px;
}
#column-data .logo img {
	margin: 0 0 40px;
	display: block;
	width: 145px;
	height: auto;
}
#checkout-container fieldset, #shipping-methods {
	display: flex;
	flex-wrap: wrap;
	margin: -1%;
	padding: 0;
	border: none;
}
#customer-data fieldset {
	align-items: flex-start;
}
#checkout-container fieldset > label, #checkout-container fieldset > div#subscription-maillist, #checkout-container fieldset > div#subscription-sms, #shipping-methods > label, #checkout_note_error {
	flex: none;
	width: 48%;
	margin: 1%;
}
#shipping-methods > label {
	width: 98%;
}
#checkout-container fieldset > label[for="res2"] {
	display: none;
	flex-wrap: wrap;
}
#checkout-container fieldset > label[for="res2"] > * {
	flex: none;
}
#checkout-container fieldset > label[for="res2"] .salesdiscountcode-label {
	width: 100%;
}
#checkout-container fieldset > label[for="res2"] .salesdiscountcode-container {
	flex: auto;
}
#checkout-container fieldset > label[for="res2"] .salesdiscountcode-button-container input[type="button"] {
	height: 35px;
	min-height: 35px;
	padding: 0 15px;
	margin-left: 6px;
}
#checkout-container fieldset > label[for="checkout_customertype"] {
	width: 98%;
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#checkout-container fieldset > label[for="checkout_customertype"] > span {
	display: none;
}
.checkout-customerdata-text-validationmessage {
	color: rgba(166, 76, 78, 1.00);
}
#checkout_note_error, #checkout_note_errormessage, .alert-box.warning {
	width: 98%;
	border: solid 1px rgba(249, 218, 219, 1.00);
	background-color: rgba(252, 242, 242, 1.00);
	padding: 15px;
	color: rgba(166, 76, 78, 1.00);
	margin-bottom: 15px;
}
#checkout_note_errormessage {
	margin-bottom: 0;
	margin-top: 10px;
	width: 100%;
}
.campaign-alert a {
	color: inherit !important;
}
#checkout_customer_email_confirm_value_errormessage {
	width: 98%;
	margin: -7px 1% 10px 1%;
}
#checkout-container fieldset > div#subscription-maillist,
#checkout-container fieldset > div#subscription-sms,
.altdelivery {
	width: 98%;
	display: flex;
	padding: 10px;
	background-color: #f8fafc;
}
#checkout-container fieldset > div#subscription-maillist label,
#checkout-container fieldset > div#subscription-sms label,
.altdelivery label {
	padding-left: 10px;
	cursor: pointer;
}
#checkout-container fieldset > label[for="checkout_customer_email"] {
	width: 98%;
	display: flex;
	justify-content: space-between;
}
#checkout-container fieldset > label[for="checkout_customer_email"] > div {
	flex: none;
	width: 49%;
}
#column-shipping-payment {
	margin-top: 30px;
}
.estimatedshippinginfo {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #bbc1c8;
	padding: 0 0 10px;
}
.estimatedshippinginfo svg {
	height: 25px;
	width: auto;
	display: block;
	margin: 0 10px 0 10px;
}
.estimatedshippinginfo + svg {
	width: 400px;
	max-width: 100%;
	height: auto;
	position: relative;
	margin-top: -1px;
	display: block;
}
#shipping-methods {
	margin-bottom: 30px;
}
#payment-methods > fieldset > label, #shipping-methods > label {
	border: solid 1px #bbc1c8;
	padding: 10px;
	border-radius: 3px;
	cursor: pointer;
}
#column-shipping-payment label.selected {
	background-color: #f8fafc;
}
#column-shipping-payment td {
	vertical-align: top;
}
#column-shipping-payment input[type="radio"] {
	margin: 2px 10px 0 0;
}
.shipping-message, .payment-message {
	color: rgba(113, 113, 113, 1.00);
}
#checkout_customertype {
	position: absolute;
	left: -4000px;
	top: -4000px;
}
.typeselect {
	display: flex;
	margin: 0 -1%;
}
.typeselect > div {
	margin: 0 1%;
	flex: auto;
	max-width: 48%;
	padding: 10px 13px;
	border: solid 1px rgba(243, 243, 243, 1.00);
	background-color: rgba(243, 243, 243, 1.00);
	border-radius: 3px;
	cursor: pointer;
	align-items: center;
	justify-content: flex-start;
	display: flex;
	position: relative;
}
.typeselect > div:before {
	width: 20px;
	height: 20px;
	flex: none;
	margin: 0 10px 0 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1.00);
	content: "";
}
.typeselect > div.active:before {
	background-image: url("/images/skins/Bodylab/icons/Small/Check Green.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color: transparent;
}
.typeselect > div.active {
	background-color: rgba(0, 0, 0, 1.00);
	border-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	cursor: default;
}
#payment-giftcertificateinfo {
	margin-bottom: 30px;
}
#payment-giftcertificateinfo fieldset {
	margin: 0;
}
#payment-giftcertificateinfo fieldset > label[for="checkout-giftcertificate-cardnumber"] {
	width: 100%;
	margin: 0;
}
#payment-giftcertificateinfo input[type="text"] {
	flex: auto;
	width: auto;
}
#payment-giftcertificateinfo input[type="text"] + div {
	flex: none;
}
#payment-giftcertificateinfo input[type="button"] {
	height: 35px;
	min-height: 35px;
	padding: 0 15px;
	margin-left: 6px;
}
.type-google-pay, .type-apple-pay {
	display: none !important;
}
.support-google-pay .type-google-pay {
	display: block !important
}
.support-apple-pay .type-apple-pay {
	display: block !important
}
#confirm-accepterms {
	display: flex;
	padding: 10px;
	background-color: rgba(255, 255, 255, 1.00);
	border: solid 1px #e1e1e1;
	margin: 15px 0;
	align-items: flex-start;
	justify-content: flex-start;
}
#confirm-accepterms input[type="checkbox"] {
	margin: 2px 10px 0 0;
}
#confirm-accepterms span {
	cursor: pointer;
}
#confirm-checkout input[type="button"], #confirm-checkout input[type="button"]:hover {
	/*

    background-color: #9ccd30;
    color: rgba(255,255,255,1.00);
    */
	width: 100%;
	font-size: 16px;
}
#checkout-container fieldset > label[for="res1"], #checkout-container fieldset > label[for="res3"], #checkout-container fieldset > label[for="res4"], #checkout-container fieldset > label[for="res5"] {
	display: none;
}
div#order-summary > table {
	width: 100%;
}
div#order-summary > table:nth-of-type(2) {
	margin: 10px 0;
	padding: 10px 0;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}
div#order-summary .bold {
	font-size: 17px;
	font-weight: bold;
}
#paymentErrorText, #paymentError {
	background-color: rgba(247, 227, 227, 1.00);
	border: solid 1px rgba(194, 139, 140, 1.00);
	color: rgba(136, 39, 40, 1.00);
	border-radius: 3px;
	margin: 0 0 25px;
	padding: 15px;
}
#paymentErrorText {
	display: none;
}
#paymentErrorText.active {
	display: block;
}
#paymentErrorText .buttons {
	display: flex;
	margin: 15px -1% 0;
}
#paymentErrorText .buttons > * {
	margin: 0 1%;
	flex: auto;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
.TableLines_OrderStep4 {
	width: 100%;
	box-shadow: 0 0 60px rgba(0, 0, 0, .1);
	padding: 20px;
	margin: 20px 0 0;
}
.BackGroundColor1_OrderStep4 > tbody > tr:first-child {
	display: none;
}
.BackGroundColor1_OrderStep4 > tbody > tr:nth-child(2) > td:first-child > br:first-child {
	display: none;
}
.mobilemenu {
	transform: translateX(-100%);
}
iframe {
	max-width: 100%;
}
iframe.large {
	width: 900px;
}
.negative, .negative a {
	color: rgba(255, 255, 255, 1.00);
}
.bgblue {
	background-color: #0060a7;
}
.bgdarkblue {
	background-color: #0f172a;
}
.bgtop, .bgbottom, .bgleft, .bgright {
	background-repeat: no-repeat;
}
.bgtop {
	background-position: 0 0;
}
.bgbottom {
	background-position: 0 0;
}
.bgright {
	background-position: 100% 0;
	background-size: 26% auto;
}
.bgleft {
	background-position: 0 0;
	background-size: 26% auto;
}
.article p {
	line-height: 1.4em;
}
.article .movedimage + br, .article .movedimage + br + br, .article .movedimage + br + br + br, .articleimage, .bfPageHeader, .header_img {
	display: none;
}
.article img {
	max-width: 100%;
	height: auto;
	display: block;
}
.article:not(.campaign) h2 {
	font-size: 40px;
	margin-top: 40px;
	font-weight: normal;
}
.article img[alt*="Citat"], .article img[alt*="Citat"] + span {
	display: inline-block;
	vertical-align: middle;
	float: none !important;
	margin: 30px 0 !important;
}
.article img[alt*="Citat"] {
	width: 75px !important;
	max-width: 9%;
	height: auto !important;
	margin-left: 0 !important;
	margin-right: 15px !important;
}
.article iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bfAInner ul.bfAList {
	padding: 0;
}
.bfAInner ul.bfAList > li, .bfAInner ul.bfAList .SubCats_Categories_UL > li {
	padding-left: 0;
}
.bfAInner ul.bfAList .SubCats_Categories_UL {
	padding: 0;
	margin: 0;
}
.SubCats_Categories_Container div.bfArticles div.bfAListHolder {
	margin-left: 0 !important;
}
.popupCookieAccept {
	position: fixed;
	bottom: 5%;
	right: 5%;
	padding: 20px;
	background-color: #eee;
	width: 310px;
	max-width: 100%;
	display: none;
	text-transform: none;
	z-index: 9;
}
.popupCookieAccept p {
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
}
.popupCookieInfo {
	display: flex;
	margin: 10px 0 0 0;
	align-items: center;
}
.popupCookieAccept a.popupCookieAcceptButton {
	background-color: #03BDDB;
	color: #FFF;
	padding: 4px 8px;
	border-radius: 2px;
	text-decoration: none;
	margin-right: 10px;
}
.popupCookieAccept a {
	color: #000;
	text-decoration: underline;
	font-size: 12px;
	text-transform: uppercase;
}
[itemtype="https://schema.org/FAQPage"] {
	display: flex;
	flex-direction: column;
	margin: 1rem 0;
	gap: 10px;
}
[itemtype="https://schema.org/FAQPage"] [itemprop="name"] {
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	width: 100%;
	background-color: #eee;
	padding: 12px 20px;
	font-family: inherit;
}
[itemtype="https://schema.org/FAQPage"] [itemprop="name"]:hover {
	background-color: #F8FAFC;
}
[itemtype="https://schema.org/FAQPage"] [itemprop="acceptedAnswer"] {
	display: none;
	padding: 0 20px;
}
[itemprop="acceptedAnswer"].show {
	display: block;
}
.facts {
	justify-content: center;
}
.show-for-medium-up {
	display: none;
}
/* RECIPE */
.recipe .container.grey {
	background-color: #fafafa;
	padding: 30px 0;
}
.recipe .container.grey2 {
	background-color: #fafafa;
	padding: 1rem;
	margin-top: 2rem;
}
.recipe .container.wide > .container {
	display: flex;
}
.recipe .container.wide {
	margin-top: 40px;
	margin-bottom: 40px;
}
article .recipe .row[itemtype*="NutritionInformation"] {
	width: 1250px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
article .recipe .row[itemtype*="NutritionInformation"] > .columns {
	margin: 0;
	display: flex;
}
article .recipe .row[itemtype*="NutritionInformation"] > .columns > div {
	flex: auto;
}
.recipe span.author, .recipeFacts li {
	background-repeat: no-repeat;
	background-position: left;
	background-size: 22px auto;
	padding: 10px 0 10px 31px;
}
.recipe span.author {
	display: inline-block;
	background-image: url(/images/skins/bodylab2015/images/icons/recipes/author.svg);
}
.recipeFacts {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.recipeFacts li.time {
	background-image: url(/images/skins/bodylab2015/images/icons/recipes/time.svg);
}
.recipeFacts li.calories {
	background-image: url(/images/skins/bodylab2015/images/icons/recipes/calories.svg);
}
.recipeFacts li.category {
	background-image: url(/images/skins/bodylab2015/images/icons/recipes/category.svg);
}
.recipe .recipeComment h4 {
	font-weight: normal;
	text-align: center;
}
.recipe .declaration_title {
	font-weight: 300;
	color: #a3a3a3;
	text-transform: uppercase;
}
.recipe .declaration_kcal {
	font-size: 20px;
}
.recipe .declaration_portion {
	font-size: 12px;
	color: #a3a3a3;
	text-transform: uppercase;
}
.recipe .recipe_icon {
	display: inline-block;
	flex: none;
	vertical-align: super;
	width: 60px;
	height: auto;
	margin-right: 15px;
	align-self: flex-start;
}
.recipe .recipe .icon {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 4px 0 0 41px;
	background-size: 30px auto;
}
.recipe .recipe .icon + br, .recipe .recipe .icon + br + br {
	display: none;
}
.recipe .iconIngredients {
	background-image: url(/images/skins/bodylab2015/images/icons/recipes/ingredients.svg);
}
.recipe .iconSteps {
	background-image: url(/images/skins/bodylab2015/images/icons/recipes/steps.svg);
}
.recipe .declaration {
	margin-bottom: 25px;
}
.recipe .number {
	display: block;
	margin-top: 1px !important;
	transition: 1s;
}
.recipe .circle {
	font-size: 20px;
	line-height: 36px;
	border: 1px solid #006ab2;
	content: counter(item) " ";
	display: block;
	width: 38px;
	min-width: 38px;
	margin-right: 20px;
	height: 38px;
	text-align: center;
	border-radius: 19px;
	position: relative;
}
.recipe .checkmark {
	display: none;
}
.recipe .change_color {
	color: #c7c7c7 !important;
	text-decoration: line-through !important;
	transition: all 1s !important;
}
.recipe .change_color a {
	color: #c7c7c7 !important;
	transition: all 1s !important;
}
.recipe p.small-margin-bottom {
	margin-bottom: 10px !important;
}
.recipe .checkmark.draw:after {
	animation-duration: 800ms;
	animation-timing-function: ease;
	animation-name: checkmark;
	transform: scaleX(-1) rotate(135deg);
}
.recipe .checkmark:after {
	opacity: 1;
	height: 1.25em;
	width: 0.75em;
	transform-origin: left top;
	border-right: 3px solid #006ab2;
	border-top: 3px solid #006ab2;
	content: '';
	position: absolute;
	top: 18px;
	left: 4px;
}
.recipe table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0px 0 30px;
	border: none !important;
}
.recipe table td {
	background-color: white;
	border-bottom: 1px solid #e2e2e2;
	vertical-align: top;
	padding: 10px;
}
.recipe td.title, .recipe td.amount {
	padding: 15px 15px 15px 0;
}
.recipe td.title {
	text-transform: lowercase;
}
.recipe td.amount {
	width: 100px;
	text-transform: lowercase;
}
.recipe ol {
	counter-reset: item;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.recipe ol li {
	counter-increment: item;
	list-style: none inside;
	overflow: hidden;
	clear: both;
	display: flex;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	cursor: pointer;
}
.recipe ol li span {
	display: block;
	overflow: hidden;
	margin-top: 8px;
	transition: 1s;
}
.recipe ol li:last-of-type {
	margin-bottom: 25px;
}
.recipe .to_do_list li {
	padding: 15px 0 15px 0;
}
.tabs .bestbefore {
	margin: 0 0 30px;
}
.categorycampaign {
	padding: 2%;
	background-color: #b10800;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	max-width: 100%;
}
.categorycampaign, .categorycampaign a {
	color: rgba(255, 255, 255, 1.00);
}
.localsearchcontainer {
	position: relative;
}
.localsearchcontainer input {
	border-radius: 25px;
	height: 45px;
	font-size: 17px;
	padding: 0 80px 0 20px;
}
.localsearchresults {
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	border-radius: 25px;
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	padding: 0 10px;
	height: calc(100% - 14px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	user-select: none;
}
.localsearchresults:empty {
	display: none;
}
.SubCategory2_Productmenu {
	display: none;
}
#giftcertificates-download-links-container {
	display: none;
}
@keyframes checkmark {
	0% {
		height: 0;
		width: 0;
		opacity: 1;
	}
	20% {
		height: 0;
		width: 0.75em;
		opacity: 1;
	}
	40% {
		height: 1.25em;
		width: 0.75em;
		opacity: 1;
	}
	100% {
		height: 1.25em;
		width: 0.75em;
		opacity: 1;
	}
}
article.B2BLogin_TD {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px 0;
}
article.B2BLogin_TD > br {
	display: none;
}
form[action="/shop/b2blogin.html"] {
	padding: 4%;
	box-shadow: 0 0 70px rgba(0, 0, 0, .1);
	flex: none;
	max-width: 90%;
}
form[action="/shop/b2blogin.html"] > div > table {
	max-width: 100%;
}
.Heading_B2BLogin_Wrapper {
	text-align: left !important;
}
.Heading_B2BLogin_Wrapper + br, [name="forgottenpw"] ~ br, form[action="/shop/b2blogin.html"] ~ br {
	display: none;
}
form[action="/shop/b2blogin.html"] input {
	margin-bottom: 10px;
}
.ErrorText_B2Blogin {
	display: block;
	margin-bottom: 10px;
	background-color: rgba(250, 214, 215, 1.00);
	border: solid 1px rgba(227, 156, 157, 1.00);
	color: rgba(179, 66, 67, 1.00);
	padding: 5px 10px 7px;
	border-radius: 2px;
}
body:not(.isb2b) .b2bonly {
	display: none !important;
}
div#CookiePolicy, div#CookiePolicy.fixed-bottom {
	background-color: rgba(0, 0, 0, .80);
	left: 0;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999999;
	position: fixed;
	margin: 0;
	border-radius: 0;
	right: auto;
}
div#CookiePolicy div.CookiePolicyCenterText {
	background-color: rgba(255, 255, 255, 1.00);
	flex: none;
	width: 700px;
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 0 40px rgba(0, 0, 0, .7);
	border-radius: 10px;
	color: rgba(0, 0, 0, 1.00);
	margin: 0;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}
div#CookiePolicy h1, div#CookiePolicy h2, div#CookiePolicy h3, div#CookiePolicy h4, div#CookiePolicy h5 {
	color: rgba(0, 0, 0, 1.00);
}
div#CookiePolicy h1, div#CookiePolicy h2 {
	font-size: 35px;
}
div.CookiePolicyText {
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 200px;
	max-height: none;
	overflow: visible;
}
div.CookiePolicyText a {
	text-decoration: underline;
}
div.CookiePolicyText > h2, div.CookiePolicyText > p {
	background-color: #f6f6f6;
	font-weight: normal;
	color: rgba(84, 84, 84, 1.00);
}
div.CookiePolicyText > img {
	width: 300px;
	max-width: 50%;
	margin: 20px 40px;
}
div.CookiePolicyText > h2 {
	padding: 30px 40px 15px;
	margin: 0;
	font-size: 25px;
	font-weight: normal;
}
div.CookiePolicyText > p {
	padding: 0 40px 30px;
	margin: 0;
	line-height: 1.4em;
}
div.CookiePolicyText > * {
	order: 1;
}
div.cookie-policy-accept-buttons-container {
	order: 2;
	margin: 0;
	padding: 30px 40px 25px;
	display: flex;
	justify-content: center;
}
div.cookie-policy-accept-buttons-container > input[type="button"] {
	flex: auto;
	margin: 0;
	border-radius: 5px;
	padding: 20px 15px;
	font-weight: normal;
	box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
}
div.cookie-policy-accept-buttons-container > input[type="button"].cookie-policy-accept {
	background-color: #f6f6f6 !important;
	border: none !important;
	color: rgba(0, 0, 0, 1.00) !important;
}
div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
	margin-right: 30px;
}
div.cookie-policy-details-link-container {
	order: 3;
	padding: 0 0 25px;
	display: flex;
	justify-content: center;
}
div.cookie-policy-details-link-container > a {
	flex: none;
	color: rgba(0, 0, 0, 1.00);
}
div.cookie-policy-details-container {
	order: 4;
	display: none;
}
div.cookie-policy-details-container div.rtable-cell {
	font-size: 65%;
}
div.cookie-policy-consents-container {
	order: 5;
	display: flex;
	border-top: solid 1px #d4d4d4;
	background-color: #f6f6f6;
	margin: 0;
}
div.cookie-policy-consents-container > div {
	flex: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 15px 20px;
}
div.cookie-policy-consents-container > div input {
	display: none;
}
div.cookie-policy-consents-container > div:not(:last-child) {
	border-right: solid 1px #d4d4d4;
}
div.cookie-policy-consents-container label {
	font-weight: normal;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
div.cookie-policy-consents-container label div {
	border-radius: 25px;
	width: 53px;
	margin: 7px 0 0;
	background-color: #ababab;
	padding: 4px;
	display: flex;
	justify-content: flex-start;
	cursor: pointer;
}
div.cookie-policy-consents-container input:checked + label div {
	justify-content: flex-end;
	background-color: rgba(87, 168, 87, 1.00);
}
div.cookie-policy-consents-container input:checked:disabled + label div {
	opacity: 0.7;
	cursor: default;
}
div.cookie-policy-consents-container label div > span {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1.00);
}
.rtable {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 0;
	padding: 0;
}
.rtable--4cols > .rtable-cell {
	width: 25%;
}
.rtable-header-cell {
	background-color: rgba(0, 0, 0, 0.05);
	font-weight: bold;
}
.rtable-cell {
	box-sizing: border-box;
	flex-grow: 1;
	width: 100%;
	padding: 0.8em 1.2em;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #ececec;
	font-size: 0.85em;
}
.cookieSettingsButton {
	position: fixed;
	bottom: 15px;
	left: 15px;
	width: 35px;
	height: 35px;
	background-color: rgba(69, 135, 63, 1.00);
	border-radius: 50%;
	z-index: 30;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cookieSettingsButton img {
	flex: none;
	width: 57% !important;
	height: auto !important;
}
.cookieSettingsButton:hover {
	opacity: .7;
}

/*
.swipeslidecontainer {
	position: relative;
}
.swipeslide {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: hidden;
	display: flex;
}
.swipeslide > * {
	scroll-snap-align: start;
	width: 30% !important;
	flex: none !important;
}
.swipeslidearrow {
	position: absolute;
	right: 2%;;
	top: 50%;
	width: 70px;
	height: 70px;
	z-index: 10;
	transform: translateY(-50%);
	cursor: pointer;
	background-color: rgba(0,0,0,.30);
	border-radius: 5px;
	padding: 5px;
}
*/


.darkness {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: none;
    z-index: 190;
    background-color: rgba(0,0,0,0.40);
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
    transform: translateX(100%);
    transition: transform .5s ease;
}
.overlay.active {
    transform: translateX(0);
}

.b2bonly:not(.isb2b) header .container {
	justify-content: center;
}
.b2bonly:not(.isb2b) header .logo {
	margin: 0;
	padding: 30px;
}


.webshop-customercenter td > b + br,
.webshop-customercenter article > table + br {
    display: none;
}

form[name="CustomerCenterForm"] > table {
    width: 100%;
    border: solid 1px rgba(231,231,231,1.00);
    padding: 20px;
}
form[name="CustomerCenterForm"] > span {
	float:left;
	margin-right:6px;
}
form[name="CustomerCenterForm"] > span > span {
	background-color: rgba(238, 238, 238, 1);
	padding: 10px 15px;
	display: block;
	border-radius: 3px 3px 0 0;
}
form[name="CustomerCenterForm"] > span > span.Tabactive_Customer, form[name="CustomerCenterForm"] > span > span.Tabhover_Customer {
	background-color: #000000;
	color: rgba(255,255,255,1.00);
}
form[name="CustomerCenterForm"] > span:last-of-type {
	float: right;
	margin: 0;
}
form[name="CustomerCenterForm"] > span:last-of-type > span.Tabdeactive_Customer {
    color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,1.00);
}
#tabID1 > tbody > tr > td > br:first-child,
#tabID1 > tbody > tr > td > span.Heading_Customer,
#tabID1 > tbody > tr > td > span.Heading_Customer + br,
#tabID1 > tbody > tr > td > span.Heading_Customer + br + br,
#tabID3 > tbody > tr > td > br:first-child,
#tabID3 > tbody > tr > td > span.Heading_Customer,
#tabID3 > tbody > tr > td > span.Heading_Customer + br,
#tabID3 > tbody > tr > td > span.Heading_Customer + br + table + br {
    display: none;
}
.Text1_Customer tr[id*="Field"] > td {
	padding: 5px 0;
}
.Text1_Customer tr[id*="Field"] > td:nth-child(3) {
	font-size: 0;
}
span.FieldReq_Customer {
	position: absolute;
	font-size: 12px;
	line-height: 1;
	margin: -7px 0 0 -21px;
}
#OrderDetailsHeading + br + table,
#OrderDetailsHeading + br + table + br + table + table{
	display: none;
}
#OrderDetailsHeading + br + table + br + table > tbody > tr > td {
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	padding: 7px 0;
}

[align="right"] [href="/shop/customer.html&StrCurTab=3"] {
	margin-top: 15px;
}

iframe[src*="youtu"],
iframe[src*="vimeo"] {
    aspect-ratio: 16/9;
    height: auto;
}
.square iframe[src*="youtu"],
.square iframe[src*="vimeo"] {
    aspect-ratio: 1/1;
}

#sticky {
    top: 100px;
    background-color: rgba(255,255,255,1.00);
    transition: all 0.4s ease;
    padding: 0 0 5px;
}
.issticky > #sticky {
    position: fixed;
    z-index: 40;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

@media (max-width: 1400px) {
	.boxes.boxes-4:not(.slick-initialized) .title {
		font-size: clamp(30px, 3vw, 48px);
	}
}
@media (min-width: 1000px) {
	.hide-for-large-up, .show-for-small-only {
		display: none !important;
	}
	.show-for-medium-up {
		display: inherit !important;
	}
	.center-large {
		text-align: center;
	}
	header .logo img {
		max-width: 9vw;
	}
	header .logo img[src*="frontrunner"] {
		width: 232px;
	}
    
	article .row:not(.subCatList) {
		display: flex;
		margin-left: -1%;
		margin-right: -1%;
	}
    
	article .row > .columns {
		flex: auto;
	}
	article .row > .columns[class*="medium-"] {
		flex: none;
		margin-left: 1%;
		margin-right: 1%;
	}
	article .row > .columns.medium-6 {
		width: 48%;
		max-width: 100%;
	}
	article .row > .columns.medium-9 {
		width: 70%;
		max-width: 100%;
	}
	article .row > .columns.medium-6.medium-offset-3 {
		width: 100%;
	}
	article .bfArticles > .row .columns.bfArts {}
	article .bfArticles > .row .columns.bfLists {
		flex: auto;
	}
	#ProductMenu_List {
		display: flex;
		margin: 0 25px 0 0;
		padding: 0;
		list-style-type: none;
	}
	/*
    #ProductMenu_List > li:not(:last-child) {
        margin-right: 4%;
    }
	*/
	#ProductMenu_List > li {
		padding: 35px 2%;
		display: flex;
		align-items: center;
	}
	#ProductMenu_List > li > span {
		flex: none;
		font-size: 0;
		position: relative;
		z-index: 3;
	}
	#ProductMenu_List > li > span > a > img {
		width: 18px;
		height: auto;
		display: block;
		margin: 0 10px 0 0;
	}
	#ProductMenu_List > li > a {
		display: block;
		position: relative;
		z-index: 2;
		white-space: nowrap;
		text-decoration: none;
		flex: auto;
	}
	#ProductMenu_List > li > ul {
		display: none;
	}
	#ProductMenu_List > li > a, #ProductMenu_List span.ProductMenu_MenuItemBold {
		font-weight: normal;
	}
	body.showmenu .darkness {
		z-index: 30;
	}
	.toolbar {
		background-color: #f8fafc;
		border-top: solid 5px #66bddb;
		position: relative;
		z-index: 60;
	}
	.toolbar .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 50px;
	}
	.toolbar .shortcuts {
		display: flex;
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 13px;
        align-items: center;
	}
	.toolbar .shortcuts > li {
		position: relative;
	}
	.toolbar .shortcuts > li > a {
		position: relative;
		text-decoration: none;
		flex: none;
		display: flex;
		align-items: center;
		z-index: 2;
	}
	.toolbar .shortcuts > li > a > img {
		flex: none;
		margin: 0 10px 0 0;
		display: block;
	}
    .toolbar .shortcuts > li > a.campaign > img {
        width: 150px;
    }
	.toolbar .shortcuts > li:not(:last-child), header .right > *:not(:last-child):not(.basketbtn) {
		margin-right: 30px;
	}
	header .right > .searchbtn {
		display: none;
	}
	.shortcuts > li > a:after, #ProductMenu_List > li:not(.has-dropdown) > a:after, header .right > :after {
		content: "";
		height: calc(100% + 16px);
		width: calc(100% + 16px);
		background-color: #eef1f6;
		position: absolute;
		top: 50%;
		left: 50%;
		border-radius: 4px;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: opacity .3s ease;
		pointer-events: none;
		cursor: pointer;
		z-index: -1;
	}
	#ProductMenu_List > li:not(.has-dropdown) > span + a:after {
		left: -36px;
		width: calc(100% + 44px);
		transform: translate(0, -50%);
	}
	.shortcuts > li > a:hover:after, #ProductMenu_List > li:not(.has-dropdown):hover > a:after, header .right > :hover:after {
		opacity: 1;
	}
	#ProductMenu_List > li.has-dropdown {}
	#ProductMenu_List > li.has-dropdown > a:after {
		content: "";
		height: 1px;
		width: 0%;
		background-color: rgba(0, 0, 0, 1.00);
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: 0;
		transition: all .2s ease;
	}
	#ProductMenu_List > li.has-dropdown:hover > a:after {
		width: 100%;
		opacity: 1;
	}
	#ProductMenu_List > li > div {
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		padding: 40px 0;
		border-top: solid 1px #bbc1c8;
		background-color: rgba(255, 255, 255, 1.00);
		display: none;
	}
	#ProductMenu_List div > div.container {
		flex-wrap: wrap;
		/*opacity: 0;*/
		/*transition: opacity 0.5s ease;*/
	}
	#ProductMenu_List > li.hover > div {
		display: flex;
	}
	#ProductMenu_List > li.hover > a:before {
		content: "";
		position: absolute;
		top: calc(100% + 5px);
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% + 100px);
		height: 45px;
	}
	/*
    #ProductMenu_List li.ready div > div.container {
        opacity: 1;
    }
    */
	#ProductMenu_List div > div.title {
		font-weight: 700;
		margin: 0 0 15px;
		font-size: 20px;
		flex: none;
		width: 100%;
		font-family: 'Trump Soft Pro', 'Arial';
	}
	#ProductMenu_List div > ul {
		display: flex;
		flex-wrap: wrap;
		flex: auto;
		margin: -5px;
		padding: 0;
		list-style-type: none;
	}
	#ProductMenu_List div > ul > li {
		flex: none;
		width: calc(16.27% - 5px);
		margin: 5px;
		background-color: #F8FAFC;
		padding: 20px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		transition: all .4s ease;
	}
	#ProductMenu_List div > ul > li:hover {
		background-color: #f0f9fc;
	}
	#ProductMenu_List div > ul > li > * {
		flex: auto;
		width: 100%;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	#ProductMenu_List div > ul > li > span {
		font-size: 0;
		display: block;
	}
	#ProductMenu_List div > ul > li > span img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
		object-fit: contain;
		object-position: 50% 50%;
		transition: transform .7s ease;
		transform: scale(1.2);
		mix-blend-mode: multiply;
		margin-bottom: 10px;
		padding: 15px;
	}
	#ProductMenu_List li.ready div > ul > li > span img {
		transform: scale(1);
	}
	#ProductMenu_List div > ul > li > a {
		text-decoration: none;
		text-align: center;
	}
	#ProductMenu_List div > ul ul, #ProductMenu_List div > ul > li > a#ActiveCategory_A {
		display: none;
	}
	.toolbar .search {
		width: 214px;
		position: relative;
	}
	.toolbar .search input[type="text"] {
		width: 100%;
		height: 40px;
		background-image: url("/images/skins/Bodylab/icons/Small/Search.svg");
		background-repeat: no-repeat;
		background-position: 12px 50%;
		background-size: 14px auto;
		padding-left: 40px;
	}
	.card .images .savings, .card .images .badges, .card .images .soldoutbadge {
		transform: scale(1.2);
		transform-origin: 0 0;
	}
	.card .images .badges {
		transform-origin: 100% 0;
	}
	.newarticles .SubCats_Categories_UL {
		display: grid;
		grid-template-columns: calc(50% - 10px) repeat(2, calc(25% - 5px));
		grid-template-rows: repeat(2, calc(50% - 5px));
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.newarticles .SubCats_Categories_UL > li {
		width: auto !important;
		margin: 0;
	}
	.newarticles .SubCats_Categories_UL > :nth-child(1) {
		grid-area: 1 / 1 / 3 / 2;
	}
	.newarticles .SubCats_Categories_UL > :nth-child(1) img {
		aspect-ratio: 100/76.5;
	}
	.newarticles .SubCats_Categories_UL > :nth-child(2) {
		grid-area: 1 / 2 / 2 / 3;
	}
	.newarticles .SubCats_Categories_UL > :nth-child(2) {
		grid-area: 1 / 3 / 2 / 4;
	}
	.newarticles .SubCats_Categories_UL > :nth-child(3) {
		grid-area: 2 / 2 / 3 / 3;
	}
	.newarticles .SubCats_Categories_UL > :nth-child(4) {
		grid-area: 2 / 3 / 3 / 4;
	}
	.SubCats_Categories_Container .SubCats_Categories_UL > li:nth-child(-n+2) {
		width: calc(50% - 12px) !important;
	}
	/*.item.product:hover .image,*/
	.line .image {
		background-color: #f1f5f9;
	}
	[class*="Custom_UL"].listview > li {
		width: calc(100% - 12px) !important;
	}
	[class*="Custom_UL"].listview .item.product {
		flex-direction: row;
		align-items: center;
	}
	[class*="Custom_UL"].listview .item.product:before {
		content: "";
		position: absolute;
		left: -25px;
		top: -25px;
		height: calc(100% + 50px);
		width: calc(100% + 50px);
		z-index: -1;
		transition: all .3s ease;
	}
	[class*="Custom_UL"].listview .item.product:hover:before {
		box-shadow: 0 0 40px rgba(0, 0, 0, .1);
	}
	[class*="Custom_UL"].listview .item.product .image {
		width: 20%;
		margin: 0 5% 0 0;
	}
	[class*="Custom_UL"].listview .item.product .info > * {
		order: 2;
	}
	[class*="Custom_UL"].listview .item.product .info > .rating:empty {
		display: none;
	}
	[class*="Custom_UL"].listview .item.product .info > .name {
		order: 1;
	}
	[class*="Custom_UL"].listview .item.product .info > .name a {
		font-weight: bold;
	}
	[class*="Custom_UL"].listview .info .Prices_Custom_DIV, [class*="Custom_UL"].listview .info .volumediscountcontainer {
		display: none;
	}
	[class*="Custom_UL"].listview .listviewbuy {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		min-width: 20%;
	}
	[class*="Custom_UL"].listview .item.product .Prices_Custom_DIV {
		font-size: 29px;
	}
	[class*="Custom_UL"].listview .item.product .volumediscountcontainer {
		font-size: 20px;
	}
	[class*="Custom_UL"].listview .listviewbuy .button, [class*="Custom_UL"].listview .listviewbuy .buy {
		margin: 10px 0 0;
	}
	[class*="Custom_UL"].listview .listviewbuy .button.soldout + a {
		color: #006ab2;
		margin-top: 10px;
	}
	[class*="Custom_UL"].listview .listviewbuy .buy {
		display: flex;
	}
	[class*="Custom_UL"].listview .listviewbuy .buy input[type="text"] {
		flex: none;
		width: 50px;
		border-radius: 3px;
		margin: 0 10px 0 0;
		height: 54px;
		text-align: center;
	}
	[class*="Custom_UL"].listview .bullets {
		display: block;
	}
	[class*="Custom_UL"].listview .bullets ul {
		margin: 10px 0 0;
		padding: 0;
		list-style-type: none;
	}
	[class*="Custom_UL"].listview .bullets ul > li {
		padding: 2px 0 2px 27px;
		background-image: url('/images/skins/Bodylab/icons/Small/Check Green.svg');
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 16px auto;
	}
	[class*="Custom_UL"]:not(.listview).centered {
		justify-content: center;
	}
	[class*="Custom_UL"]:not(.listview).centered > li {
		width: calc(33.33% - 12px) !important;
	}
	[class*="Custom_UL"]:not(.listview).w33 > li {
		width: calc(33.33% - 12px) !important;
	}
	columns {
		display: flex;
		margin-left: -0.5%;
		margin-right: -0.5%;
		/*align-items: center;*/
		align-items: flex-start;
	}
	columns.mediumspace {
		margin-left: -2%;
		margin-right: -2%;
	}
	columns > * {
		flex: auto;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
	#Content_Productlist > .container > columns {
		align-items: flex-start;
	}
	columns > br {
		display: none;
	}
	columns > [class*="col"] {
		flex: none;
	}
	columns > .col.flexstart {
		align-self: flex-start;
	}
	columns .onecol {
		width: 24%;
	}
	columns .twocol {
		width: 49%;
	}
	columns .threecol {
		width: 60%;
	}
	columns .three-forth {
		width: 74%;
	}
	columns.mediumspace > * {
		margin-left: 2%;
		margin-right: 2%;
	}
	columns.mediumspace .onecol {
		width: 21%;
	}
	columns.mediumspace .twocol {
		width: 49%;
	}
	columns.mediumspace .threecols {
		width: 29.34%;
	}
	columns.col3 .col {
		width: 32.34%;
	}
	.w25 {
		flex: none;
		width: 23%;
	}
	columns [class*="Custom_UL"] > li {
		width: calc(50% - 12px) !important;
	}
	columns .w25 [class*="Custom_UL"] > li {
		width: calc(100% - 12px) !important;
	}
	#column-order-summary {
		position: sticky;
		top: 5%;
	}
	.SubCats_Categories_DIV > div {
		transition: all .4s ease;
	}
	.SubCats_Categories_DIV > div:hover {
		background-color: #f0f9fc;
	}
	.mobilesearch {
		display: none !important;
	}
	.recipe .container > .recipe {
		display: flex;
		justify-content: space-between;
	}
	.recipe .container > .recipe > .columns {
		width: 48%;
	}
    
}
@media (max-width: 1150px) {
	/*
	.basketbtn .hide-for-small {
		display: none;
	}
	*/
	#ProductMenu_List > li {
		padding-left: 1%;
		padding-right: 1%;
	}
}
@media (max-width: 999px) {
    #sticky {
        top: 70px;
    }
	.hide-for-small, .hide-for-small-only {
		display: none !important;
	}
	body, input, select, textarea, button, td.VariantGroupLabel, div.fancybox__content {
		font-size: 16px;
	}
	input[type="submit"], button, input[type="button"], .button {
		font-size: 13px;
		font-weight: 700;
		padding: 15px 20px;
		min-height: 47px;
	}
	input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select, textarea {
		font-size: 16px;
	}
	h1, .largeheader {
		font-size: 28px;
	}
	h1.large {
		font-size: 35px;
	}
	h2.large, h3.large {
		font-size: 45px;
	}
	.spacetop {
		margin-top: 30px;
	}
	.spacebottom {
		margin-bottom: 30px;
	}
	.paddingtop {
		padding-top: 30px;
	}
	.paddingbottom {
		padding-bottom: 30px;
	}
	.paddingbottom-small {
		padding-bottom: 20px;
	}
	.categorycampaign {
		padding: 4%;
	}
	.container, .webshop-subcat article {
		max-width: 90%;
	}
	.webshop-subcat article .container {
		max-width: 100%;
		width: 100%;
	}
	.webshop-productlist .CmsPageStyle .container, .webshop-productlist .CmsPageStyle .container.mini {
		max-width: 100%;
	}
	.webshop-productlist .CmsPageStyle .recipe .container:not(.wide) {
		max-width: 90%;
	}
	article:not(.FrontPage_TD):not(.ShowBasket_TD):not(.CheckOut_TD):not(.campaign):not(.B2BLogin_TD) {
		padding-top: 5%;
	}
	#ProductMenu_List, .toolbar {
		display: none;
	}
	header .container {
		height: 70px;
	}
	header .right > .menubtn {
		display: flex;
	}
	header .right > *:not(:last-child) {
		margin-right: 20px;
	}
	header .right > * {
		flex-direction: column-reverse;
		font-size: 12px;
	}
	header .right > * > img, header .right > * > svg {
		margin: 0 0 3px;
		width: 25px;
	}
	.webshop-frontpage header .right > .searchbtn {
		display: none;
	}
	.infobar > div, .voyadobanner > div {
		padding-left: 0;
		padding-right: 30px;
		text-align: left;
		font-size: 15px;
	}
	.spacebottom {
		margin-bottom: 30px;
	}
	columns > *:not(:last-child) {
		margin-bottom: 2%;
	}
	.webshop-frontpage .container.spacetop.spacebottom.banners {
		max-width: 100%;
		margin-top: 10px;
	}
	.slideshow img {
		height: calc(100vh - 210px) !important;
		margin-bottom: 5%;
	}
	.badges, .savings, .item.product .soldoutbadge {
		font-size: 12px;
	}
	.badges > *, .savings, .item.product .soldoutbadge {
		min-height: 10px;
		padding: 4px 8px;
	}
	.swipernav ~ .savings, .swipernav ~ .soldoutbadge {
		left: 10px;
	}
	.ambassadorproducts {
		flex-direction: column;
	}
	.ambassadorproducts .content {
		margin-bottom: 30px;
	}
	.ambassadorproducts .items {
		width: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
	}
	.ambassadorproducts [class*="Custom_UL"] {
		width: auto;
		margin: 0;
		flex-wrap: nowrap;
	}
	.ambassadorproducts [class*="Custom_UL"] > li {
		width: calc(100vw - 100px) !important;
		margin: 0 10px 0 0;
		scroll-snap-align: start;
	}
	.ambassadorproducts [class*="Custom_UL"] > li:last-child {
		margin-right: 0;
	}
	.boxes.hasslider:not(.slick-initialized) {}
	/*
    .boxes.hasslider:not(.slick-initialized):nth-child(n+2) {
        display: none;
    }
	*/
	.boxes:not(.slick-initialized) > *, .boxes.boxes-2:not(.slick-initialized) > * {
		width: 100%;
	}
	.boxes:not(.slick-initialized) > *, .boxes.boxes-3:not(.slick-initialized) > * {
		width: 100%;
	}
	.boxes:not(.slick-initialized) > *, .boxes.boxes-4:not(.slick-initialized) > * {
		width: 100%;
	}
	.boxes:not(.slick-initialized) > :not(:last-child), .newarticles .SubCats_Categories_UL > li:not(:last-child) {
		margin-bottom: 10px;
	}
	.boxes .content {
		padding: 30px 30px 40px;
	}
	.boxes .title, .banner > span .title {
		font-size: 40px;
	}
	.boxes .subtitle {
		font-size: 28px;
	}
	.newarticles .SubCats_Categories_UL {
		display: flex;
		flex-direction: column;
	}
	.banner, .banner.bottom {
		padding: 140px 5%;
	}
	.banner > span .text {
		width: 100%;
	}
	.newsletter .container {
		flex-direction: column;
		text-align: center;
	}
	.newsletter form {
		width: 80%;
		flex-direction: column;
		margin: 20px 0 0;
	}
	.newsletter form :not(:last-child) {
		margin: 0 0 10px;
	}
	.listheader {
		padding: 20px 0;
		min-height: 30vh;
	}
	.listheader h1 {
		font-size: 45px;
	}
	.SubCats_Categories_DIV > div {
		width: 49% !important;
	}
	[class*="Custom_UL"] > li {
		width: calc(50% - 12px) !important;
	}
	[class*="Custom_UL"].single > li {
		width: calc(100% - 12px) !important;
	}
	[class*="Custom_UL"].firstlarge > li:first-child {
		width: calc(100% - 12px) !important;
	}
	.SubCats_Categories_UL > li {
		width: calc(100% - 12px) !important;
	}
	.card {
		flex-direction: column;
	}
	.card.productcard h1 {
		font-size: 33px;
	}
	.card .images, .card .buy {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.card .images {
		margin-bottom: 15px;
		flex-direction: column-reverse;
	}
	.swipernav {
		width: 102%;
		margin: 10px -1% !important;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.swipernav img {
		width: 18%;
		margin: 0 1% 2% !important;
	}
	.swipernav > :not(:last-child) {
		margin-bottom: 0;
	}
	.swipernav + .swiper {
		width: 100%;
	}
	.volumes {
		flex-wrap: wrap;
		margin: -1% -1% 30px;
	}
	.slick-arrow {
		height: 35px;
		width: 35px;
		min-height: 35px;
		background-size: 18px auto;
	}
	.slick-arrow.slick-prev {
		left: 20px;
	}
	.slick-arrow.slick-next {
		right: 20px;
	}
	
	.container.row {
		flex-direction: column;
	}
	/*
    .mobilesearch.overlay {
        transform: translateY(-100%);
    }
    .mobilesearch.overlay.active {
        transform: translateY(0);
    }
    .mobilesearch form {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        z-index: 200;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 80px 5% 0;
        background-color: rgba(255,255,255,1.00);
        border-radius: 0 0 10px 10px;
        box-shadow: 0 0 80px rgba(0,0,0,.5);
    }

    .mobilesearch input[type="text"] {
        height: 50px;
        background-image: url(/images/skins/Bodylab/icons/Small/Search.svg);
        background-repeat: no-repeat;
        background-position: 12px 50%;
        background-size: 14px auto;
        padding-left: 40px;

    }
    .mobilesearch .swipeelement {

    }
    */
	.mobilesearch {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 1.00);
		padding: 5%;
		box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
		display: none;
	}
	.mobilesearch.active {}
	.webshop-frontpage .mobilesearch {
		position: relative;
		box-shadow: none;
		display: block;
		padding-top: 0%;
		padding-bottom: 4%;
	}
	
	article .recipe .row[itemtype*="NutritionInformation"] {
		flex-wrap: wrap;
	}
	article .recipe .row[itemtype*="NutritionInformation"] > .columns {
		flex-direction: column;
	}
	.recipe .recipe_icon {
		margin: 0 0 10px;
		width: 40px;
	}
	.recipe .declaration_title {
		font-size: 13px;
		font-weight: normal;
	}
	.recipe .declaration_portion {
		text-transform: none;
	}
	.recipe .container > .recipe > div:not(:last-child) {
		margin-bottom: 40px;
	}
	.recipe .container.wide {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	[class*="Custom_UL"].quickbuy .item.product {
		flex-wrap: wrap;
	}
	[class*="Custom_UL"].quickbuy .item.product .image {
		width: 10%;
		margin: 0;
	}
	[class*="Custom_UL"].quickbuy .item.product .productnumber {
		width: 60px;
		min-width: 10px;
		margin: 0;
		padding: 0 10px;
	}
	[class*="Custom_UL"].quickbuy .item.product .info {
		width: calc(90% - 60px);
	}
	[class*="Custom_UL"].quickbuy small, [class*="Custom_UL"].quickbuy .listviewbuy {
		width: 100%;
	}
	[class*="Custom_UL"].quickbuy small {
		padding: 0 0 5px;
		text-align: right;
	}
	[class*="Custom_UL"].quickbuy .item.product .Prices_Custom_DIV {
		font-size: inherit;
	}
	div.CookiePolicyText > img {
		margin: 20px 25px;
	}
	div.CookiePolicyText > h2 {
		padding: 25px 25px 15px;
		font-size: 21px;
	}
	div.CookiePolicyText > p {
		padding: 0 25px 25px;
		font-size: 95%;
	}
	div.cookie-policy-accept-buttons-container {
		padding: 20px 25px 15px;
		flex-direction: column-reverse;
	}
	div.cookie-policy-accept-buttons-container > input[type="button"] {
		font-size: 90%;
		padding: 15px 10px;
	}
	div.cookie-policy-details-link-container {
		padding: 0 0 20px;
	}
	div.cookie-policy-consents-container {
		flex-wrap: wrap;
	}
	div.cookie-policy-consents-container > div {
		flex: none;
		width: 50%;
	}
	div.cookie-policy-consents-container > div:nth-child(-n+2) {
		border-bottom: solid 1px #d4d4d4;
	}
	div.cookie-policy-accept-buttons-container > input {
		padding: 10px 15px;
	}
	div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
		margin-right: 0;
		margin-top: 10px;
	}
	div.cookie-policy-consents-container label {
		font-size: 80%;
	}
	div.cookie-policy-consents-container label div > span {
		width: 20px;
		height: 20px;
	}
	.cookieSettingsButton {
		bottom: 10px;
		left: 10px;
		width: 30px;
		height: 30px;
	}
	/*
	.swipeslide {
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
	}
	.swipeslide > * {
		width: 74vw !important;
	}
	.swipeslidearrow {
		display: none;
	}
	*/
}
@media (max-width: 600px) {
	.boxes .content > splash {
		transform: translate(0, 20%) scale(0.6);
	}
	.slideshow .container > splash {
		right: 0;
		top: -80%;
		transform: translateY(20%) scale(.7);
		bottom: 100%;
	}
}