@charset "UTF-8";

/* poppins-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('/images/skins/2023/fonts/poppins-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/images/skins/2023/fonts/poppins-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/images/skins/2023/fonts/poppins-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    outline: none;
}
body, html {
    margin: 0;
}
body, input, select, textarea, button, td.VariantGroupLabel {
	font-family: 'Poppins', 'Arial', sans-serif;
	color:rgba(50,50,50,1.00);
	font-size: 13px;
	font-weight: 400;
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
	background-color:rgba(255,255,255,1.00);
	
}
body.noscroll {
    overflow: hidden;
}
a {
	color: rgba(0,0,0,1.00);
}
a:hover {
	color:rgba(71,71,71,1.00)
}
.negative,
.negative a {
    color:rgba(255,255,255,1.00);
}
img,
video {
	border: 0;
	max-width: 100%;
	height: auto;
	display: block;
}
img[width="0"] {
	width: 100%;
}
img.fullwidth {
	width: 100%;
}
img[style*="height"] {
	height: auto !important;
}
.hidden,
.Heading_Terms_Wrapper,
.Heading_Terms_Wrapper + br{
	display: none;
}
.termsWrapper table {
    table-layout: fixed;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select, textarea, input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    border-radius: 0;
    border: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
}
input[type="date"] {
	cursor: pointer;
}
textarea {
    height: 60px;
    padding: 10px;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(198,198,198,1.00);
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
    background-color: #c1a671;
    border-color: #c1a671;
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 50% 50%;
}
input[type="submit"], button, input[type="button"], .button, .ddrd-button,
div.bp_relatedproductsProductButton {
    /*background-color: #9cb5b9;*/
    /*background-color:#c1a671;*/
	background-color: #596e5d;
    color: rgba(255,255,255,1.00);
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-flex;
    min-height: 35px;
    font-size: 14px;
    padding: 10px 35px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    font-style: normal;
	max-width: 100%;
	text-align: center;
	line-height: normal;
}
input[type="submit"]:not(:disabled):hover, button:not(:disabled):hover, input[type="button"]:not(:disabled):hover, .button:hover,
div.bp_relatedproductsProductButton:hover {
    color:rgba(255,255,255,1.00);
	background-color: rgba(70,70,70,1.00);
}
input[type="submit"]:disabled, button:disabled {
    background-color: rgba(176,176,176,1.00);
    cursor:not-allowed;
}
input[type="submit"]:disabled.loading, button:disabled.loading {
    cursor: progress;
}
.button.dark {
    background-color: rgba(73,73,73,1.00);
}
.button.light {
    border: solid 1px rgba(230,230,230,1.00);
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,255,255,1.00);
}
.product .button,
.product input[type="submit"] {
	min-height: 0;
	font-size: inherit;
	padding: 8px 22px;
}
.product a.button {
	width: 100%;
}
.product .button.soldout {
	background-color: rgba(118,118,118,1.00);
}
select {
    padding-right: 30px;
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: calc(100% - 10px) 50%;
	cursor: pointer;
}
h1, .largeheader, .Heading_Customer, .Heading_B2BLogin, .Heading_B2Blogin, .Heading_Order4 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    display: block;
    text-align: left;
}
h2, h3, .mediumheader, .Heading_OrderStep4, .grid .text .title,
div.bp_relatedproductsHeader {
    margin: 0 0 15px;
    padding: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
}
h3:not(:first-child) {
	margin-top: 30px;
}
h2 i, h3 i {
	display: block;
	font-size: 70%;
	font-style: normal;
}
.termsWrapper h2:not(:first-child) {
	margin-top: 30px;
}
#checkout-container h3, #checkout-container h2 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 19px;
    font-weight: 400;
}
h1:empty, h2:empty, .Heading_B2BLogin + br, .Heading_B2BLogin_Wrapper + br {
    display: none;
}
.textcenter {
	text-align: center;
}
.sand {
	background-color: #f6f3f1;
}
.grey {
	background-color: rgba(237,237,237,.40);
}
.spacetop {
	margin-top: 80px;
}
.spacebottom {
	margin-bottom: 80px;
}
.paddingtop {
	padding-top: 80px;
}
.paddingbottom {
	padding-bottom: 80px;
}
.bordertop {
	border-top: solid 1px rgba(237,237,237,1.00);
}
.borderbottom {
	border-bottom: solid 1px rgba(237,237,237,1.00);
}
.container {
    width: 2000px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.container.medium {
	width: 1100px
}
.container.small {
    width: 1500px;
    max-width: 90%;
}
.container.mini {
	width: 800px
}
.container.outer {
	max-width: 100%;
	width: 100%;
}
/*
.tabs .Description_Productinfo br:first-child,
.tabs .Description_Productinfo br:last-child,
columns > br {
	display: none
}
*/
header {
	position: sticky;
	top: 0;
	z-index: 99999;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
}

header > .container {
	display: flex;
	align-items: center;
}
header > .container > * {
	flex: none;
}
header > .container > #ProductmenuContainer_DIV {
	flex: auto;
	align-self: stretch;
}
header .trustpilot-widget {
	border-right: solid 1px rgba(255,255,255,.20);
	margin: 0 20px 1px 0;
	padding-right: 20px;
	height: 44px;
	width: 141px;
}
.btnmenu,
.btnsearch {
	display: none;
}
.logo {
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	position: relative;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	display: inline-block;
	width: 230px;
}
.logo[data-site="28"] {
    width: 310px;
}
.logo img,
.logo svg {
	width: 100%;
	height: auto;
}
.logo i {
	font-style: normal;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 100%;
	right: 0;
	color: #c1a671;
}
header .search {
	flex: auto;
}
header .search form {
	position: relative;
	overflow: hidden;
}
@keyframes searchglitch {
  0%, 100% {
    left: 0;
    opacity: 0;
  }
  8% {
    left: 25%;
    opacity: 1;
  }
  16% {
    left: 70%;
    opacity: 0;
  }
}

header .search form:before {
  content: "";
  height: 1px;
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: searchglitch 4s linear infinite;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(193,166,113,1) 50%, rgba(255,255,255,0) 100%);
}

header .search input[type="text"] {
	border-radius: 5px;
	border: solid 1px rgba(0,0,0,.04);
	height: 50px;
	padding: 0 50px 0 30px;
	background-color: #f9f9f9;
}
header .search.open input[type="text"] {
	opacity: 1;
}
header .search .SearchTitle_SearchPage,
header .search br,
header .search .nbsp{
	display:none;
}
header .search input[type="submit"],
header .search input[type="submit"]:hover {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIj4KICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yMSAyMWwtNS4xOTctNS4xOTdtMCAwQTcuNSA3LjUgMCAxMDUuMTk2IDUuMTk2YTcuNSA3LjUgMCAwMDEwLjYwNyAxMC42MDd6IiAvPgo8L3N2Zz4=");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	background-color: transparent;
	border: none;
	font-size: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 20px;
	height: 20px;
	min-height: 10px;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: .5;
	transition: all .2s ease;
}
header .search input[type="submit"]:hover {
	transform: translateY(-50%) scale(1.3);
	opacity: 1;
}

header .shortcuts {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .shortcuts > .btnfavorites {
    position: relative;
}
header .shortcuts > * {
	flex: none;
	text-decoration: none;
	line-height: normal;
}
header .shortcuts > :not(:last-of-type) {
	margin-right: 30px;
}
header .shortcuts > * > svg,
header .shortcuts > * > a > svg{
	width: 25px;
	height: auto;
	display: block;
	color: #c1a671;
}


header .shortcuts > .customerservice > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 30px 40px;
	column-count: 2;
	column-gap: 60px;
	list-style-type: none;
	border: solid 1px rgba(237,237,237,1.00);
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 20px 40px rgba(0,0,0,.1);
	column-rule: 1px solid rgba(237,237,237,1.00);
	
}
header .shortcuts > .customerservice:hover > ul {
	display: block;
}
header .shortcuts > .customerservice > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 7px 0;
	white-space: nowrap;
	
}
header .shortcuts > .customerservice > ul > li:hover > a {
	color: #c1a671;
}
header .shortcuts > .customerservice > ul > li > ul {
    display: none;
}

.basket {
	position: relative;
}
.count,
.basket:not([data-count="0"]):before {
	content: attr(data-count);
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: rgba(255,255,255,1.00);
	border-radius: 25px;
	background-color: #9cb5b9;
}
.count:empty {
	display: none;
}
.product-filter-header-container-price .count {
    width: auto;
    border-radius: 25px;
    padding: 0 10px;
    transform: translate(0, -50%);
    right: -8px;
}

.topbar {
	border-bottom: solid 1px rgba(237,237,237,1.00);
}
.topbar > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
    height: 54px;
}
.topbar > .container > * {
	flex: none;
}
.topbarright {
	display: flex;
	align-items: center;
}
.topbarright > a {
	display: flex;
	align-items: center;
	text-decoration: none;
	background-color: #c1a671;
	padding: 4px 10px;
	border-radius: 4px;
	text-transform: uppercase;
}
.topbarright > a svg {
	height: 15px;
	width: auto;
	margin-right: 10px;
	display: none;
}
.topbarright > a:not(:last-child) {
	margin-right: 30px;
}
.topbarright > .trustpilot-widget:not(:empty) {
	margin-left: 20px;
}
.topbarright > .emaerket {
	cursor: pointer;
}
.usp:not(.slick-initialized) > *,
.usp .slick-slide {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
	text-decoration: none;
}
.usp svg {
	width: 18px;
	height: auto;
	color: #596e5d;
	display: block;
	margin: 0 10px 1px 0;
}
.christmas svg {
	color: rgba(165,17,20,1.00) !important;
}
.usp i {
	font-style: normal;
	padding-left: 6px;
	color:rgba(125,125,125,1.00);
}
@keyframes fade {
  0% {
  	opacity: 1;
  }
  50% {
  	opacity: 0.2;
  }
  100% {
  	opacity: 1;
  }
}
.facebooklive {
	display: flex;
	background-color: #9cb5b9;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	line-height: normal;
	padding: 5px 5%;
	font-size: 12px;
}
.facebooklive:before {
	content: "LIVE";
	border-radius: 2px;
	color: rgba(255,255,255,1.00);
	background-color: #ee4242;
	margin-right: 8px;
	padding: 2px 8px;
	font-weight: bold;
	animation: fade 1.5s infinite;
}

main {
	background-color: rgba(255,255,255,1.00);
}
main > .container {
	padding: 3vw 0;
}
.webshop-frontpage main > .container {
	max-width: 100%;
	width: 100%;
}



footer {
	padding: 100px 0;
}
footer > .container > div > strong {
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
footer .paymenticons {
	width: 220px;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 50px auto;
}
footer .TopMenu_MenuItems {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer a {
	text-decoration: none;
	display: block;
}
footer .socials {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
footer .socials > a {
	background-color: rgba(43,43,43,1.00);
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .socials > a:not(:last-child) {
	margin-right: 10px;
}
footer .socials svg {
	display: block;
	max-width: 50%;
	max-height: 50%;
}
footer .socials svg path {
	fill: #fff;
}

footer > .container.marks {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
footer > .container.marks img {
	max-height: 60px;
}

form.newsletter {
	display: flex;
	flex-direction: column;
}
form.newsletter label {
	display: flex;
	align-items: center;
}
form.newsletter > :not(:last-child) {
	margin-bottom: 10px;
}
form.newsletter a {
	display: inline;
	text-decoration: underline;
}
form.newsletter input[type="radio"] {
	margin: 0 8px 0 0;
}

div.fancybox__backdrop {
    background-color: rgba(0,0,0,0.70);
}
.loginpopup .fancybox__content {
	padding: 2rem;
	width: 800px;
	max-width: 90vw;
}
.loginpopup .fancybox__content > .f-button.is-close-btn, .loginpopup.is-compact .fancybox__content > .f-button.is-close-btn {
	top: 0;
	right: 0;
	min-height: 0;
	width: 50px;
	height: 50px;
	color: rgba(36, 36, 36, 1.00);
	opacity: 1;
	background-color: transparent;
	border-radius: 0;
}
.loginpopup table {
	width: 100%;
}
.Login_Customer #xprofileid, .Login_Customer #xprofileid1, .ForgotPassword_Customer #xprofileid, form[action="/shop/b2blogin.html"] .TextInputField_B2Blogin {
    width: 100%;
    margin: 0 0 12px;
}
.Login_Customer input[type="submit"], .ForgotPassword_Customer input[type="submit"], form[action="/shop/b2blogin.html"] .SubmitButton_B2Blogin {
    display: block;
    margin: 0 0 20px;
}



columns > img {
	object-fit: cover;
	object-position: 50% 50%;
	/*aspect-ratio: 4/3;*/
}
columns > div {
	padding: 5%;
}
columns .button {
	margin-top: 20px;
}
columns > iframe {
	align-self: stretch;
	height: auto;
}

#ActiveCategory_A {
	display: none !important;
}


.imageoverlay,
.bp_relatedproductsProductImage {
	position: relative;
	border-radius: 5px;
}
.imageoverlay:before,
.bp_relatedproductsProductImage:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	opacity: .6;
    pointer-events: none;
	border-radius: inherit;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%, rgba(0,0,0,0.05) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=1 );
}
.imageoverlay[href*=".mp4"]:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: 25px;
	pointer-events: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2ZmZmZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNNS4yNSA1LjY1M2MwLS44NTYuOTE3LTEuMzk4IDEuNjY3LS45ODZsMTEuNTQgNi4zNDhhMS4xMjUgMS4xMjUgMCAwMTAgMS45NzFsLTExLjU0IDYuMzQ3YTEuMTI1IDEuMTI1IDAgMDEtMS42NjctLjk4NVY1LjY1M3oiIC8+Cjwvc3ZnPg==");
	background-position: 56% 50%;
	background-size: 50% auto;
	background-repeat: no-repeat;
}
.imagecanvas .imageoverlay[href*=".mp4"]:after {
	display: none;
}

.offer,
.new,
.soldout,
.bp_relatedproductsSavingBadge,
.bp_relatedproductsNewsBadge {
	position: absolute;
	top: 15px !important;
	color: rgba(255, 255, 255, 1.00);
	z-index: 30;
	pointer-events: none;
	border-radius: 2px !important;
	padding: 4px 12px !important;
	background-color: rgba(0, 0, 0, 1.00);
	text-transform: uppercase;
}
.offer,
.bp_relatedproductsSavingBadge {
	top: 10px !important;
	left: 10px !important;
	width: 45px;
	height: 45px;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50% !important;
	background-color: #b7c9cb;
}
.productcard .offer {
	width: 55px;
	height: 55px;
	font-size: 16px !important;
}
.new,
.bp_relatedproductsNewsBadge {
	right: 15px !important;
	background-color: #d5cbb2;
    font-size: inherit !important;
}
.soldout {
	background-color: rgba(179,4,7,1.00);
}
.ProductList_Custom_DIV:not(.slick-initialized),
.CustomersAlsoBought_Custom_DIV:not(.slick-initialized),
.Related_Custom_DIV:not(.slick-initialized),
.Favorites_Custom_DIV {
	display: flex;
	flex-wrap: wrap;
	margin: -1%;
}
.ProductList_Custom_DIV:not(.slick-initialized) > div,
.Related_Custom_DIV:not(.slick-initialized) > div,
.CustomersAlsoBought_Custom_DIV:not(.slick-initialized) > div,
.Favorites_Custom_DIV > div {
	display: flex;
	width: 18%;
	margin: 1%;
}
.Related_Custom_DIV:not(.slick-initialized) > div,
.CustomersAlsoBought_Custom_DIV:not(.slick-initialized) > div,
.Favorites_Custom_DIV > div {
	width: 18%;
}
.ProductList_Custom_DIV form,
.CustomersAlsoBought_Custom_DIV form,
.Related_Custom_DIV form,
.Favorites_Custom_DIV form {
	height: 100%;
	width: 100%;
	display: flex;
}
.cards {
	flex-direction: column;
	flex: none;
	width: 100%;
	height: 100%;
	position: relative;
}
.cards .name {
	padding: 10px 0 0;
}
.inspirationbox {
	display: flex;
	background-color: rgba(244,244,244,1.00);
	text-align: center;
	font-size: 25px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.inspirationbox > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.product {
	display: flex;
	flex-direction: column;
	flex: none;
	width: 100%;
	height: 100%;
	position: relative;
}
.product > * {
	flex: none;
}
.product .delbutton {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1;
}
.product .delbutton svg {
    fill: #FFF;
    width: 12px;
    height: auto;
}
.product .image {
	position: relative;
}
.product .image img,
.product .image video {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: 50% 50%;
	background-color: rgba(243,243,243,1.00);
	transition: all .3s ease;
}
.product .image > a {
	display: block;
    /*
	overflow: hidden;
	clip-path: polygon(0 0, 0 100%, 43% 100%, 50% 100%, 57% 100%, 100% 100%, 100% 0);
    */
	transition: all .3s ease;
}
/*
.product:hover .image > a {
	clip-path: polygon(0 0, 0 100%, 45% 100%, 50% 96%, 55% 100%, 100% 100%, 100% 0);
}
*/
.product .image > a:after {
	content: "";
}
.product .image > a > :nth-child(n+2) {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 10;
}
.product .image > a:hover > img {
	transform: scale(1.05);
}
/*.product .image > a:hover > img:nth-child(1):not(:last-child),*/
.product .image > a.showextra > :nth-child(1):not(:last-child) {
	opacity: 0;
}
/*.product .image > a:hover > img:nth-child(2),*/
.product .image > a.showextra > :nth-child(2) {
	opacity: 1;
}
.product select {
	display: none;
}
.product .advancedvariants {
	position: absolute;
	bottom: 14px;
	left: 15px;
	z-index: 11;
	pointer-events: none;
	font-size: 12px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: normal;
}
.product .advancedvariants svg {
	width: 15px;
	height: auto;
	margin: 0 10px 0 0;
}
.product .medialist {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	padding: 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 50%;
    z-index: 12;
}
.product .medialist > img {
	width: calc(33% - 10px);
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: 50% 50%;
	border: solid 1px rgba(216,216,216,1.00);
	padding: 2px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 50%;
}
.product .medialist > img:nth-of-type(n+4) {
	display: none;
}
.product .medialist *:hover {
	border-color: #c1a671;
}
.product .info {
	padding: 13px 0 0;
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	line-height: normal;
}
.product .info > * {
	flex: none;
}
.product .name a,
.bp_relatedproductsProductName {
	text-decoration: none;
	display: block;
	padding: 0 0 5px;
}



.product .Prices_Custom_UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.product .Prices_Custom_UL > li {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.product .Prices_Custom_UL strike {
	padding: 0 5px 0 0;
}
.product .Prices_Custom_UL > li:nth-child(n+2) {
	color: #c03a2e;
}


.product .Prices_Custom_UL > li,
div.bp_relatedproductsProductPrice[class="design_"] {
    font-size: clamp(14px, 2vw, 16px);
}
.product .Prices_Custom_UL .unitprice,
.bp_relatedproductsPrice {
    font-weight: bold;
}
.product .buy {
	margin: 10px 0 0;
	position: relative;
}
.product .buy > label {
	display: flex;
}
.product .buy > label > * {
	flex: none;
	height: 40px;
}
.product .buy input[type=number]::-webkit-outer-spin-button,
.product .buy input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product .buy input[type=number] {
    -moz-appearance:textfield;
}
.product .buy input[type="number"] {
	padding: 0 5px;
	text-align: center;
	width: 60px;
	border-radius: 4px;
	margin-right: 15px;
	display: none;
}
.product .buy input[type="submit"] {
	flex: auto;
}
.product .buy > .button.variant {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product [class*="ProductMedia_Container"] {
	display: none;
}
[itemtype="https://schema.org/BreadcrumbList"] {
	margin: 0 0 25px;
	display: block;
}
/*
.webshop-productlist #breadcrumb,
.webshop-productlist [itemtype="https://schema.org/BreadcrumbList"] {
	display: none;
}
*/
[itemtype="https://schema.org/BreadcrumbList"],
[itemtype="https://schema.org/BreadcrumbList"] a,
[itemtype="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active {
	color: #000000;
}
.BreadCrumb_ProductInfo br {
	display: none;
}
.listtools {
	display: none;
	justify-content: space-between;
	margin: 20px 0 20px;
}

.ProductList_Custom_DIV + .sortedheader {
    margin-top: 100px;
}
[data-dynamic] .mediumheader {
	margin-bottom: 40px;
}


#ProductFilter-Container {
	flex-direction: column;
}

#ProductFilter-Container:not(.ready) {
	background-image: url("/images/skins/2023/images/loader.gif");
	background-size: 35px auto;
	background-position: 50% 30%;
	background-repeat: no-repeat;
	min-height: 80vh;
}


.references:not(.slick-initialized) {
	display: flex;
	gap:15px;
}
.references:not(.slick-initialized) > * {
	flex: none;
	width: calc(11.22% - 15px);
}
.references img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: contain;
	object-position: 50% 50%;
	padding: 10px;
	border-radius: 5px;
	border: solid 1px rgba(228,228,228,1.00);
	background-color: rgba(255,255,255,1.00);
}
/*
.references img:not(:hover) {
	filter: grayscale(1);
}
*/
.ringinfocontainer {
	display: flex;
	gap: 4%;
	margin-bottom: 30px;
	line-height: normal;
}
.ringinfocontainer > * {
	flex: auto;
	border: solid 1px rgba(237,237,237,1.00);
	padding: 10px 15px;
	border-radius: 5px;
	display: flex;
}
.coupleprice {
	flex-direction: column;
	justify-content: center;
}
.rentmeasure {
	text-decoration: none;
	align-items: center;
	justify-content: flex-start;
}
.rentmeasure img {
	width: 100px;
	mix-blend-mode: multiply;
	max-width: 30%;
	flex: none;
	margin: 0 13px 0 0;
}
.rentmeasure .button {
	text-transform: none;
	letter-spacing: normal;
	white-space: nowrap;
	padding: 6px 15px;
	flex: auto;
}

.productcard .payments {
    width: 350px;
    max-width: 100%;
    margin: 20px 0 0;
}
.productcard > .row {
	display: flex;
}
.productcard .images {
	flex: none;
	width: 40%;
	position: relative;
	
	align-self: flex-start;
}

.productcard .images .imagecanvas {
	height: 100%;
}
.imagecanvas img,
.imagecanvas video {
	width: 100%;
	border-radius: inherit;
}
.imagecanvas video {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: 50% 50%;
}
.imageselector {
	display: flex;
	margin: -1% -1%;
	flex-wrap: wrap;
	justify-content: center;
}
.imageselector > * {
	flex: none;
	width: 12%;
	margin: 1%;
	border-radius: 50%;
    position: relative;
}
.imageselector > a > * {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: 50% 50%;
	border-radius: inherit;
	border: solid 1px rgba(216,216,216,1.00);
    padding: 2px;
    background-color: rgba(255,255,255,1.00);
}
.imageselector > a[href*="youtu"] > * {
    object-fit:cover;
}
.imageselector > a[href*="youtu"]:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2MxYTY3MSI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjEgMTJhOSA5IDAgMSAxLTE4IDAgOSA5IDAgMCAxIDE4IDBaIiAvPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTE1LjkxIDExLjY3MmEuMzc1LjM3NSAwIDAgMSAwIC42NTZsLTUuNjAzIDMuMTEzYS4zNzUuMzc1IDAgMCAxLS41NTctLjMyOFY4Ljg4N2MwLS4yODYuMzA3LS40NjYuNTU3LS4zMjdsNS42MDMgMy4xMTJaIiAvPgo8L3N2Zz4=");
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    content: "";
    height:auto;
    width: 50%;
    z-index: 3;
    top: 50%;
    left: 50%;
    aspect-ratio: 1/1;
    background-color: rgba(255,255,255,1.00);
    border-radius: 50%;
    transform: translate(-50%,-50%);
}


.productcard .info {
	flex: auto;
	padding: 3% 5%;
	position: relative;
	max-width: 750px;
}
.productcard .info .delivery {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	padding: 5px 15px;
	display: flex;
	align-items: center;
}
.productcard .info .delivery svg {
	display: block;
	width: 18px;
	height: auto;
	margin: 0 7px 0 0;
	stroke-width: 1.5;
}
.productcard .cardinforow {
	margin: 0 0 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.productcard .info .productnumber {
	color: rgba(91, 91, 91, 1.00);
}
[data-fancybox="sizeguide"] {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
[data-fancybox="sizeguide"] > svg {
	width: 20px;
	margin-right: 8px;
}
.Variants {
	margin-bottom: 30px;
}
.VariantGroup {
	width: 100%;
	max-width: 100%;
}
.VariantGroup:not(:last-child) {
	margin-bottom: 20px;
}
.VariantGroup td[valign="BOTTOM"] {
	display: none;
}
.VariantGroup select {
	width: 100%;
	/*max-width: 200px;*/
}
.VariantGroupLabel {
	padding-bottom: 4px;
	display: flex;
	justify-content: space-between;
}
.simple-variant-group-container {
	display: flex;
	flex-wrap: wrap;
	margin: -1%;
}
.simple-variant-group-container .simple-variant-item-container {
	flex: none;
	
	
	margin: 1%;
}
.simple-variant-group-container .simple-variant-item-container.simple-variant-image-active {
	border-color: rgba(0, 0, 0, 1.00);
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
.simple-variant-group-container .simple-variant-item-container label {
	display: flex;
	height: 100%;
	width: 100%;
	flex: none;
	text-align: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 8px 12px;
	border: solid 1px rgba(229, 229, 229, 1.00);
	border-radius: 3px;
}
.simple-variant-group-container .simple-variant-item-container input {
	display: none;
}
.RadioButton_Container_ProductInfo {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.advanced-variant-item-container {
	display: flex;
	flex: none;
	min-width: 45px;
}
.advanced-variant-item-container label {
	border: solid 1px rgba(215,215,215,1.00);
	padding: 10px 15px;
	text-align: center;
	flex: auto;
	cursor: pointer;
	border-radius: 4px;
}
.simple-variant-item-container.active label,
.advanced-variant-item-container.advanced-variant-image-active label,
.advanced-variant-item-container.active label {
	border-color: #c1a671;
	background-color: #c1a671;
	color: rgba(255,255,255,1.00);
}
.advanced-variant-radiobutton,
.advanced-variant-item-container > div:empty {
	display: none;
}
[itemtype="https://schema.org/Offer"] {
	margin: 0 0 30px;
}
.productcard .viabill-pricetag {
	margin: -20px 0 20px;
}
.productcard .viabill-pricetag:empty {
	aspect-ratio: 760/25;
}
.productcard .Prices_Custom_UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.productcard .Prices_Custom_UL .price {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
}
.productcard .Prices_Custom_UL .price .vattext {
	font-weight: 400;
	font-size: 60%;
	padding-left: 7px;
}
.productcard .Prices_Custom_UL .before {
	color: #c03a2e;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) {
	display: flex;
	justify-content: flex-start;
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 1px rgba(226, 226, 226, 1.00);
	align-items: baseline;
	color: #c03a2e;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) .multiprice {
	padding-right: 4px;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) .price {
	font-size: inherit;
	font-weight: 400;
}
.stockinfo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 17px;
}
.stockinfo > * {
	display: flex;
	align-items: center;
}
.stockinfo > *:not(:last-child) {
	margin-right: 20px;
}
.stockinfo svg {
    margin: 0 5px 0 0;
    color: #596e5d;
    width: 22px;
    height: 22px;
    flex: none;
}
.stockinfo .notinstock svg {
	color: #c1a671;
}
#BUYSECTION {
	display: flex;
	justify-content: flex-start;
    gap: 15px;
    align-items: center;
}
#BUYSECTION > * {
	height: 40px;
	flex: none;
}
#BUYSECTION > input[type="number"] {
	width: 60px;
	margin: 0;
	padding: 0 5px;
	flex: none;
	border-radius: 4px;
	text-align: center;
	-moz-appearance: textfield;
}
#BUYSECTION input::-webkit-outer-spin-button, #BUYSECTION input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
#BUYSECTION > input[type="submit"] {
	min-width: 50%;
}

.productcard .tagstitle {
	margin: 30px 0 15px;
	font-size: 20px;
	font-weight: 300;
}
.tags {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: -1%;
	flex-wrap: wrap;
}
.tags > span:not(:last-child):after {
	content: ",";
	padding-right: 5px;
}
.tags > a {
	text-decoration: none;
	display: flex;
	align-items: center;
	border: solid 1px rgba(232,232,232,1.00);
	border-radius: 25px;
	padding: 2px 10px 2px 8px;
	margin: 1%;
	background-color: rgba(255,255,255,1.00);
}
.tags > a:hover {
	background-color: rgba(232,232,232,1.00);
}
.tags > a:before {
	content: "+";
	margin-right: 5px;
	border-radius: 50%;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Arial';
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
}
.productcard .manufacturers {
	display: flex;
}
.productcard .manufacturers > * {
	margin-right: 7px;
}
.productcard h1 {
	margin-bottom: 7px;
}
.productcard .extra {
	align-self: stretch;
	padding: 3% 0 0 3%;
	border-left: solid 1px rgba(224, 224, 224, 1.00);
	min-width: 260px;
	flex: auto;
}
.productcard .extra:empty {
	display: none;
}
.productcard .extra .extratitle {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: bold;
}
.stockdot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #288034;
	display: inline-block;
}
.productcard .extra .stockdot {
	margin-right: 5px;
}
.relatedtitle {
	margin-top: 40px;
	text-align: center;
}
.bulletpoints .bullet {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.summary .bulletpoints {
	padding-top: 30px;
}
.bullet {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.extra .bullet:not(:last-child) {
	margin-bottom: 10px;
}
.bullet svg {
	margin: 0 5px 0 0;
	/*color: rgb(0, 182, 122);*/
	color: #596e5d;
	width: 22px;
	height: 22px;
	flex: none;
}

.productcard .extra .bullet .emaerket {
	width: 110px;
	margin-top: 10px;
}

[data-type="blog"] .ProductList_Custom_DIV:not(.slick-initialized) > div:nth-child(n+5),
.CustomersAlsoBought_Custom_DIV:not(.slick-initialized) > div:nth-child(n+6),
.Related_Custom_DIV:not(.slick-initialized) > div:nth-child(n+6) {
	display: none;
}
.webshop-productinfo .samecat .mediumheader {
	margin-bottom: 40px;
}
.VariantGroup + .engravinggroup {
	margin-top: 25px;
}
.engravinggroup .VariantGroup select {
	max-width: 100%;
}
.engravinggroup .VariantGroup > tbody > tr:nth-child(1) {
	display: none;
}
.engravinggroup {
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 0;
	
	border: solid 1px #c1a671;
	position: relative;
}
.engravinggroup.hidden {
	display: none;
}
.engravinggroup.fontscontainer:not(.hidden) {
	display: flex;
	align-items: center;
}
.engravinggroup.fontscontainer > [data-name] {
	flex: auto;
	max-width: 50%;
	text-align: center;
	font-size: 16px;
	position: relative;
	user-select: none;
	cursor: pointer;
	padding: 7px;
}
.engravinggroup.fontscontainer > [data-name].onlybutton {
	max-width: 100%;
	cursor: default;
}
.engravinggroup.fontscontainer > [data-name] > span {
	position: relative;
	z-index: 2;
}
.engravinggroup.fontscontainer > [data-name].active:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(237,237,237,1.00);
	z-index: 0;
	border-radius: 5px;
}
.engravinggroup.fontscontainer > [data-name][style*="schreibschrift"] {
	font-size: 25px;
}
/*
.engravinggroup.fontscontainer > [data-name]:not(:last-child):after {
	content: "";
	height: 20px;
	width: 1px;
	background-color: rgba(237,237,237,1.00);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
*/
.engravinggroup[data-count]:before {
	content: attr(data-count);
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: rgba(255,255,255,1.00);
	border: solid 1px #c1a671;
	color: #c1a671;
	z-index: 2;
	font-size: 11px;
	line-height: 1;
	font-family: 'Arial',serif;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.grouptitle {
	position: absolute;
	top: -1px;
	left: 0;
	transform-origin: 0 0;
	transform: rotate(-90deg) translate(-100%,-100%);
	padding: 2px 10px;
	font-size: 12px;
	background-color: #c1a671;
	border-radius: 3px 3px 0 0;
	color: rgba(255,255,255,1.00);
}
.engravinggroup > strong {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.engravinggroup > strong:not(:first-of-type) {
	margin-top: 10px;
}
.engravinggroup > strong .charcount {
	font-weight: 400;
	color: rgba(132,132,132,1.00);
	font-size: 11px;
}
.engravinggroup input:not(:placeholder-shown) {
	font-family: 'helvetica';
	font-size: 15px;
	padding-top: 5px;
}
.engravinggroup input[type="text"]::placeholder {
	color:rgba(131,131,131,.50);
	opacity: 1;
}



.engravingterms label {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 15px 0 0;
	cursor: pointer;
	line-height: normal;
	user-select: none;
}
.engravingterms label input {
	flex: none;
	margin: 3px 10px 0 0;
}
.engravingterms label br {
	display: block;
}
.engravingsymbols {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 7px;
	margin: 10px 0 0;
}
.engravingsymbols > div {
	font-family: 'helvetica';
    font-size: 18px;
	width: 33px;
	border-radius: 50%;
	background-color:rgba(83,83,83,1.00);
	color: rgba(255,255,255,1.00);
    line-height: 1;
	cursor: pointer;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.engravingsymbols > div > span {
	position: relative;
	top: 3px;
	font-size: 16px;
}
.engravingvariants {
	margin-bottom: 30px;
}
.engravingvariants.engravingnotrequired {
	display: none;
}
.addengravinglabel {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	user-select: none;
	cursor: pointer;
	border-radius: 4px;
	border: solid 1px #c1a671;
	padding: 8px 15px;
	line-height: normal;
	margin-bottom: 30px;
}
.addengravinglabel input {
	margin: 0 10px 0 0;
	flex: none;
}
.addengravinglabel + div {
	margin-top: 20px;
}

.rtbtitle {
	margin-top: 30px !important;
}
.rtbtitle.mediumheader {
	font-size: 17px !important;
	margin-bottom: 0 !important;
}
.rtbproduct {
	padding: 10px 0;
	border-bottom: solid 1px rgba(237,237,237,1.00);
	display: flex;
	user-select: none;
	align-items: center;
	cursor: pointer;
	line-height: normal;
}
.rtbproduct:last-child {
	border: none;
	padding-bottom: 0;
}
.rtbproduct > * {
	flex: none;
}
.rtbproduct input {
	flex: none;
	margin: 0 13px 0 0;
}
.rtbproduct:hover input {
	border-color: #c1a671;
}
.rtbproduct .rtbimage {
	width: 60px;
	height: auto;
}
.rtbproduct .rtbname {
	flex: auto;
	padding: 0 13px;
}
.rtbproduct .rtbprice {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.brandslist {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
	margin-right: -2%;
}
.brandslist > div {
	display: flex;
	flex-direction: column;
	position: relative;
	flex: none;
	width: 12.66%;
	margin: 2%;
	padding-left: 2%;
	border-left: solid 1px rgba(237,237,237,1.00)
}
.brandslist > div:before {
	content: attr(data-letter);
	display: block;
	margin: 0 0 15px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	color: #c1a671;
	line-height: 1;
}
/*
.brandslist > div:after {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(237,237,237,1.00);
}
*/
.brandslist > div > a {
	text-decoration: none;
	display: block;

}
.brandslist > div > a:hover {
	color: #c1a671;

}

.SubCats_Categories_UL {
	display: none;
}
.subcatsul {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 30px;
	width: 100%;
	list-style-type: none;
	border-bottom: solid 1px rgba(237,237,237,1.00);
}
.subcatsul > li {
	width: 160px;
	flex: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	
}
.subcatsul > li:empty {
	display: none;
}
.subcatsul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	border: solid 2px #f4f4f4;
	overflow: hidden;
	transition: all .2s ease;
	flex: none;
}
/*
.subcatsul > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px rgba(255,255,255,1.00);
	z-index: 2;
}
*/
.subcatsul > li > a:after {
	background-color: rgba(204,204,204,.10);;
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	z-index: 5;
	border-radius: inherit;
}
.subcatsul > li > a > img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	display: block;
	object-fit: cover;
	border-radius: inherit;
	padding: 10px;
	object-position: 50% 50%;
}
.subcatsul > li > a > img[src*="nosubcat"] {
	object-fit: cover;
	height: 100%;
	opacity: .3;
}
.subcatsul > li > .name {
	flex: auto;
}
.subcatsul > li > .name a {
	display: block;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 12px;
	text-align: center;
	
	padding: 5px 0 0;
	color:rgba(0,0,0,1.00);
}
.subcatsul.collabs > li {
	width: 210px;
}
.subcatsul.collabs > li > a {
	border-radius: 7px;
}
.subcatsul.collabs > li > a > img {
	object-fit: contain;
	aspect-ratio: 16/5;
}
.subcatsul.collabs > li > .name {
	display: none;
}

.bannerimage {
	display: block;
	width: 100%;
	max-height: 20vh;
	object-fit: cover;
	object-position: 50% 50%;
	/*filter: grayscale(1);*/
}

.spacebetween .slick-list {
	margin: 0 -15px;
}
.spacebetween .slick-slide {
	margin: 0 15px;
}

.minibasketcontainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(200%);
	background-color: rgba(0, 0, 0, .0);
	transition: background .5s ease;
	z-index: 200;
	color: rgba(0,0,0,1.00);
}



.webshop-checkout header,
.webshop-checkout .topbar,
#checkout-container .checkout-headline {
	display: none;
}
.webshop-checkout main > .container {
	padding: 0;
	max-width: 100%;
}
#checkout-container {
	opacity: 0;
	display: flex;
}

#Content_Productlist h1 {
	display: none;
}
.CmsPageStyle_Table {
	table-layout: fixed;
}

.fpslideshowcontainer {
	position: relative;
}


.slider-align {
	display: none;
}
.slideshow {
	min-height: 200px;
}
.webshop-frontpage .slideshow:not(.slick-initialized), .webshop-frontpage .slideshow:not(.slick-initialized) > *, .webshop-frontpage .slideshow .slick-slide {
	height: 40vh;
}
.slideshow:not(.slick-initialized) > *, .slideshow .slick-slide {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	position: relative;
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
	padding: 40px 2%;
	background-color: rgba(255, 255, 255, 1.00);
}
.slideshow:not(.slick-initialized) > .hastext:after, .slideshow .slick-slide.hastext:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .20);
	z-index: 1;
}
.slideshow:not(.slick-initialized) > * > span, .slideshow .slick-slide > span {
	position: relative;
	z-index: 2;
}
.slideshow:not(.slick-initialized) > :nth-child(n+2) {
	display: none !important;
}
.slideshow .header {
	font-size: clamp(1vw, 40px, 3vw);
	line-height: normal;
	font-weight: bold;
}
.slideshow .teaser {
	font-size: clamp(1vw, 24px, 1.7vw);
    font-style: normal;
    padding: 17px 30px 0;
    margin-top: 20px;
	font-weight: bold;
    border-top: 1px solid #c1a671;
	line-height: normal;
}
.slideshow .button {
	margin-top: 30px;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 300;
}
.slideshow video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}


.slick-track {
    display: flex !important;
}
.slick-slider:not(.slideshow) .slick-slide {
    height: inherit !important;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	left: 3%;
	z-index: 5;
	width: 35px;
	height: auto;
	cursor: pointer;
	transform: translate(0,-50%);
}
.slick-arrow.next {
	transform: translate(0,-50%) rotate(180deg);
	left: auto;
	right: 3%;
}
.slideshow .slick-arrow {
	color: rgba(255,255,255,1.00);
}

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-html-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;max-width:100%}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.slick-slider {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.ProductList_Custom_DIV.slick-initialized .slick-slide {
	display: flex;
}

[data-dynamic]:not(.loaded) {
	aspect-ratio: 1800/590;
	background-image: url("/images/skins/2023/images/loader.gif");
	background-size: 40px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
[data-dynamic][data-type="categories"]:not(.loaded) {
	aspect-ratio: 1800/176;
}
.categoriescontainer {
	display: flex;
	gap: 1.5%;
}
.categoriescontainer > a {
	position: relative;
	transition: transform .3s ease;
	flex: 1;
}
.categoriescontainer > a > span{
	content: attr(title);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: rgba(255,255,255,1.00);
	font-size: 18px;
	padding: 10%;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.categoriescontainer > a img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: 50% 50%;
    width: 100%;
}

[data-faq]:empty,
[id*="hr-recom-"]:empty {
	aspect-ratio: 1480/555;
	background-image: url("/images/skins/2023/images/loader.gif");
	background-size: 30px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    
}
[id*="hr-recom-"]:empty {
	height: auto;
	aspect-ratio: 1800/590;
}

#Content_Productlist [id*="hr-recom-"] {
	margin-bottom: 40px;
}


.faqitem {
	align-self: flex-start;
}
.faq {
	flex: auto;
}
.faq .question {
	font-weight: 400;
	cursor: pointer;
	user-select: none;
	position: relative;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 1.00);
	justify-content: space-between;
	background-color: #9cb5b9;
	border-radius: 25px;
}
.faq .question svg {
	margin-left: 15px;
	width: 20px;
	height: auto;
	display: block;
	transition: all .5s ease;
}
.faq .question.open svg {
	transform: rotate(180deg);
}
.faq .answer {
	display: none;
	padding: 20px;
	user-select: none;
}
.faq .answer > p:first-of-type {
	margin-top: 0;
}
.faq .answer > p:last-of-type {
	margin-bottom: 0;
}

.blog {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.blog > * {
	flex: none;
}
.blog .info {
	flex: auto;
	display: flex;
	flex-direction: column;
	padding: 25px 0 0;
	align-items: flex-start;
}
.blog .info > * {
	flex: none;
}
.blog .info .description {
	flex: auto;
}
.blog .info .button {
	margin-top: 15px;
	background-color: #c1a671;
}
.blog .name {
	font-size: 22px;
	padding-bottom: 10px;
	line-height: normal;
}
.blog .image img {
	width: 100%;
}

div#CookiePolicy, div#CookiePolicy.fixed-bottom {
	background-color: rgba(0, 0, 0, .40);
	left: 0;
	top: 0;
	bottom: auto;
	width: 100vw;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999999999;
	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.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: 400;
	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: 400;
}
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: 400;
	box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
	font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
}
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: 400;
	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;
	align-items: center;
	justify-content: center;
	display: none;
	color: rgba(255,255,255,1.00);
}
.cookieSettingsButton.active {
	display: flex;
}
.cookieSettingsButton > * {
	flex: none;
	width: 60% !important;
	height: auto !important;
}
.cookieSettingsButton:hover {
	opacity: .7;
}

.shippingcountdown:empty {
	aspect-ratio: 760/38;
}
.shippingcountdown .text {
	margin: 0 0 5px;
	padding: 0 65px 0 0;
	line-height: normal;
	text-transform: uppercase;
}
.shippingcountdown .text i {
	font-style: normal;
	color: #c1a671;
}
.shippingcountdown .bar {
	border-radius: 3px;
	height: 10px;
	padding: 1px;
	border: solid 1px #9cb5b9;
	background-color: rgba(255, 255, 255, 1.00);
	display: flex;
	position: relative;
}
.shippingcountdown .bar span {
	flex: none;
	background-color: #9cb5b9;
	border-radius: 20px;
	width: 0;
}
.shippingcountdown .bar small {
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 11px;
	background-color: #9cb5b9;
	color: rgba(255, 255, 255, 1.00);
	position: absolute;
	right: 0;
	bottom: calc(100% + 5px);
}
.shippingcountdown .bar small:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #9cb5b9;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.shippingcountdown.redeemed {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.shippingcountdown.redeemed svg {
	width: 20px;
	margin-right: 10px;
}
.shippingcountdown.redeemed {
	color: #9cb5b9;
}
.productcard .shippingcountdown {
	margin-top: 30px;
}

.SubCats_Categories_Container img[src*="/header" i]:first-of-type,
.categorydescription .CmsPageStyle img[src*="/header" i]:first-of-type {
	display: none;
}

span.Productmenu_Category_Icon_Container {
	display: none;
}

.alertbar,
.alertbar a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.alertbar {
	background-color: #596e5d;
}
.alertbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.alertbar .container > * {
	flex: auto;
}
.alertbar .container > :first-child {
	text-align: center;
	padding: 8px 0;
	line-height: normal;
}
.alertbar .container > i {
	flex: none;
	font-style: normal;
	
	line-height: 1;
	
	font-size: 12px;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	border-radius: 3px;
	padding: 4px 10px;
	text-transform: uppercase;
	font-weight: 400;
}

#myDesktopCustomTrustbadge:not(:empty) + .emaerket {
	display: none;
}

.pager {
	margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
}
.pager a {
	flex: none;
	padding: 7px 9px;
	text-decoration: none;
	border: solid 1px rgba(215, 215, 215, 1.00);
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 1.00);
	display: block;
}
.pages {
	display: none;
	align-items: center;
}
.pages a {
	margin: 0 3px;
}
.pages a.ActivePageNumber_ProductList {
	border-color: #22213F;
	background-color: #22213F;
	color: rgba(255, 255, 255, 1.00);
}
.HiddenPagesIndicator_ProductList {
	padding: 0 5px;
}

.showbasket {
	display: flex;
	align-items: flex-start;
	clear: both;
}
.showbasket > * {
	flex: auto;
}
.showbasket > .summary {
	flex: none;
	width: 28%;
	margin-left: 30px;
}
.showbasket > .summary .deliveryinfo {
	margin: 0 0 15px;
	border-radius: 4px;
	padding: 10px;
	background-color: rgba(240, 240, 240, 1.00);
	display: none;
}
.showbasketbuttons {
	margin-top: 30px;
	gap: 15px;
	display: flex;
	justify-content: flex-start;
}
.showbasketbuttons > * {
	flex: none;
}
.ShowBasket_Custom_DIV > div {
	display: flex;
	padding: 5px 15px 5px 5px;
	border: solid 1px rgba(237, 237, 237, 1.00);
	border-bottom-width: 0;
	background-color: rgba(255, 255, 255, 1.00);
	position: relative;
	align-items: center;
}
.ShowBasket_Custom_DIV > div:last-child {
	border-bottom-width: 1px;
}
.ShowBasket_Custom_DIV .image {
	flex: none;
	width: 100px;
	margin: 0 15px 0 0;
	display: flex;
	align-items: flex-start;
	align-self: flex-start;
}
.ShowBasket_Custom_DIV .image a {
	position: relative;
}
.ShowBasket_Custom_DIV .image img {
	width: 100% !important;
	display: block;
	padding: 5px;
}
.ShowBasket_Custom_DIV .info {
	flex: auto;
	padding: 15px 0;
}
.ShowBasket_Custom_DIV .info > a {
	text-decoration: none;
}
.ShowBasket_Custom_DIV .info table {
	margin: 10px 0 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iIzAwMCI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjEgMTEuMjV2OC4yNWExLjUgMS41IDAgMDEtMS41IDEuNUg1LjI1YTEuNSAxLjUgMCAwMS0xLjUtMS41di04LjI1TTEyIDQuODc1QTIuNjI1IDIuNjI1IDAgMTA5LjM3NSA3LjVIMTJtMC0yLjYyNVY3LjVtMC0yLjYyNUEyLjYyNSAyLjYyNSAwIDExMTQuNjI1IDcuNUgxMm0wIDBWMjFtLTguNjI1LTkuNzVoMThjLjYyMSAwIDEuMTI1LS41MDQgMS4xMjUtMS4xMjV2LTEuNWMwLS42MjEtLjUwNC0xLjEyNS0xLjEyNS0xLjEyNWgtMThjLS42MjEgMC0xLjEyNS41MDQtMS4xMjUgMS4xMjV2MS41YzAgLjYyMS41MDQgMS4xMjUgMS4xMjUgMS4xMjV6IiAvPgo8L3N2Zz4=");
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: calc(100% - 15px) 50%;
	padding: 7px 39px 7px 10px;
	background-color: #f9f9f9;
	border: solid 1px rgba(0,0,0,.04);
	border-radius: 25px;
	width: 10px;
}
.ShowBasket_Custom_DIV .info table td {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.ShowBasket_Custom_DIV .info table td input {
	margin-right: 7px;
}
.ShowBasket_ChildProduct_SPAN + div {
	float: right;
}
.ShowBasket_ChildProduct_SPAN + div .unit {
	display: none;
}
.ShowBasket_Custom_DIV .amountinput input {
	height: 30px;
	width: 40px;
	text-align: center;
}
.ShowBasket_Custom_DIV .amountinput input::-webkit-outer-spin-button, .ShowBasket_Custom_DIV .amountinput input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.ShowBasket_Custom_DIV .amountinput input[type=number] {
	-moz-appearance: textfield;
}
.ShowBasket_Custom_DIV .amount {
	display: flex;
}
.ShowBasket_Custom_DIV .amount a:not([href*="remove=1"]) {
	ursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	font-family: 'Arial';
	line-height: 1;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	text-decoration: none;
	user-select: none;
	border: solid 1px rgba(237, 237, 237, 1.00);
}
.ShowBasket_Custom_DIV .amount span {
	display: flex;
	padding: 0 10px;
	align-items: center;
}
.ShowBasket_Custom_DIV .amount a[href*="dec=1"]:before {
	content: "-";
}
.ShowBasket_Custom_DIV .amount a[href*="inc=1"]:before {
	content: "+";
}
.ShowBasket_Custom_DIV .amount img {
	display: none;
}
.ShowBasket_Custom_DIV a[href*="remove=1"] {
	width: 30px;
}
.ShowBasket_Custom_DIV a[href*="remove=1"] img {
	width: 60%;
	height: auto;
	display: block;
}
.ShowBasket_Custom_DIV .price {
	display: flex;
	justify-content: flex-end;
	margin-left: 15px;
	align-items: center;
}
.ShowBasket_Custom_DIV .price .amount {
	margin-right: 20px;
}
.ShowBasket_Custom_DIV .price .priceholder {
	line-height: normal;
	text-align: right;
}
.ShowBasket_Custom_DIV .price .priceholder small {
	display: block;
}
.ShowBasket_Custom_DIV .price .totalbefore {
	text-decoration: line-through;
	color: rgba(147, 147, 147, 1.00);
}

.showbasket .summary {
	padding: 30px;
	display: flex;
	flex-direction: column;
}
.showbasket .summary .row {
	display: flex;
	justify-content: space-between;
	flex: none;
}
.showbasket .summary .row > div:last-of-type {
	text-align: right;
}
.showbasket .summary .row.savings:not(.visible) {
	display: none;
}
.showbasket .summary .row.savings {
	font-weight: bold;
}
.showbasket .summary .row.total {
	font-size: 28px;
	border-top: solid 1px rgba(0, 0, 0, .20);
	padding-top: 25px;
	margin-top: 15px;
}
.showbasket .summary .row.total small {
	font-size: 14px;
}
.showbasket .summary .payments {
    display: block;
    width: 100%;
    margin: 20px 0 0;
}
.showbasket .summary .buttons {
	flex: auto;
	display: flex;
	align-items: flex-end;
}
.showbasket .summary .buttons a.button {
	display: flex;
	width: 100%;
	margin: 20px 0 0;
	flex: none;
}

.webshop-productinfo .snpt-wdgt--ppg {
    
    padding: 20px;
    
}

.bp_relatedproductsProduct {
    background-color: transparent !important;
}
.bp_relatedproductsProductName {
    font-size: inherit !important;
    margin: 0 !important;
}
div.bp_swiper-button {
    width: 31px;
}

[id*="bp_ProductCarousel"].bp_noResult {
    display: none !important;
}
[id*="bp_ProductCarousel"]:empty {
    aspect-ratio: 1480/459;
}
div.bp_pushPermissionModal-content {
    padding: 40px;
}
div#bp_pushPermissionModal-content-container {
   padding: 0; 
}
div.bp_pushPermissionModal-content-container-title {
    font-size: clamp(15px, 0.9vw + 15px, 24px);
    margin: 0 0 15px;
}
div#bp_pushPermissionModal-content-container p {
    margin: 0 0 20px;
}
.bp_relatedproductsContainer img {
    aspect-ratio: 1/1;
    object-fit: contain;
}
div.bp-buy-trigger-breadtext {
    font-size: 12px;
}
div.bp-buy-trigger-bottom-row {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0 0;
    align-items: center;
}
a.bp-buy-trigger-cta-button {
    margin: 0;
}

body .addwish-recom,
body [id^="hr-recom-"] {
    display: none;
}
/*
.bewiseplustest .addwish-recom,
body.bewiseplustest [id^="hr-recom-"] {
    display: none;
}
body:not(.bewiseplustest) [id^="bp_"] {
    display: none;
}
*/
div.bp_googleReviewInfo form textarea {
    height: 70px;
}

.bp_lsaFullScreen .bp_lsaCategoriesList .bp_lsaCategory:nth-child(n+11) {
    display: none;
}

#BUYSECTION > [data-favorites] {
    height: auto;
}
[data-favorites] {
    cursor: pointer;
}
[data-favorites] * {
    width: 24px;
    height: auto;
    display: block;
}
[data-favorites].added svg {
    color: #c1a671;
}
/*
#Content_Productlist .ProductList_Custom_DIV {
    min-height: 100vh;
    
}
*/

.bp_lsaFullScreen .bp_lsaProductImage video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.productcard [id*="bp_countdown_"]:not(.active) {
    display: none;
}
.productcard [id*="bp_countdown_"] {
    margin-top: 30px;
}
.CategoryFooterContent [id*="bp_faq"] {
    margin-top: 40px;
}
.webshop-subcat [id*="bp_ProductCarousel_"] {
    margin-top: 40px;
}

.blogpage [id^="bp_ProductCarousel_"] {
    display: none;
}

.filtermove .SubCats_Categories_Container,
.filtermove .categorydescription,
.filtermove #Content_Productlist .subcatsul {
    display: none;
}

@media (min-width: 1001px) {
    
    .hideondesktop {
		display: none;
	}
    
    .lsatabs {
        display: none;
    }
    
	
	#myDesktopCustomTrustbadge {
		transform: scale(0.8);
	}
	.blogpage h1 {
		text-align: center;
		margin-bottom: 40px;
	}
	header > .container {
		height: 90px;
		position: relative;
		z-index: 50;
	}
	header .search {
		padding: 0 5%;
	}
	header .shortcuts > .customerservice {
		position: relative;
	}
	
	
	.usp i {
		color:rgba(60,60,60,1.00);
	}
	
	
	.productmenu {
		border-top: solid 1px rgba(237,237,237,1.00);
		background-color: rgba(255,255,255,1.00);
	}
	
	#ProductMenu_List {
		display: flex;
		margin: 0;
		padding: 0;
		list-style-type: none;
		z-index: 1;
		justify-content: center;
	}
	#ProductMenu_List > li {
		flex: none;
	}
	#ProductMenu_List > li > a {
		text-decoration: none;
		padding: 20px 30px;
		display: flex;
		font-size: 14px;
		text-transform: uppercase;
		position: relative;
		height: 100%;
		align-items: center;
		white-space: nowrap;
	}
	#ProductMenu_List > li > a,
	#ProductMenu_List > li > a > span.ProductMenu_MenuItemBold {
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	#ProductMenu_List > li:hover > a:after,
	#ProductMenu_List > li.open > a:after {
		content: "";
		height: 3px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #c1a671;
	}
	#ProductMenu_List > li > ul,
	#ProductMenu_List > li > div {
		display: none;
		
	}
	#ProductMenu_List > li.hover:hover > div {
		display: flex;
	}
	
	
	
	header .shortcuts {
		margin-top: 4px;
	}
	header .shortcuts > * {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	header .shortcuts > *:after {
		content: attr(title);
		font-size: 11px;
		color: rgba(106,106,106,1.00);
		margin-top: 2px;
	}
	
	columns {
		display: flex;
	}
	columns.middle {
		align-items: center;
	}
	/*
	columns.middle > img {
		align-self: flex-start;
	}
	*/
	columns > * {
		flex: auto;
		max-width: 50%;
	}
	
	.hasbox {
		display: flex;
		align-items: center;
	}
	.hasbox[data-box="right"] {
		flex-direction: row-reverse;
	}
	.hasbox > div {
		flex: none;
		width: 75%;
		margin-left: 70px;
	}
	.hasbox[data-box="right"] > div {
		margin-left: 0;
		margin-right: 70px;
	}
	.hasbox > span.boxtitle {
		flex: auto;
		align-self: stretch;
		display: flex;
		align-items: flex-end;
		padding: 2%;
		font-size: clamp(1vw, 31px, 2vw);
		background-color: #9cb5b9;
		line-height: normal;
		font-weight: 300;
		color: rgba(255,255,255,1.00);
	}
	
	.flexrow {
		display: flex;
		gap: 2%;
	}
	.flexrow > * {
		width: 49%;
		flex: none;
	}
	
	.categoriescontainer > a:hover {
		transform: scale(1.03);
	}
	
	.usp {
		display: flex;
		margin: 15px 0;
	}
	.usp > * {
		flex: none;
	}
	.usp:not(.slick-initialized) > *:not(:last-child) {
		margin-right: 20px;
	}
	.usp .card {
		padding: 4px 10px;
		border-radius: 3px;
		background-color: #c1a671;
	}
	.usp .card svg {
		color: rgba(255,255,255,1.00);
	}
	.subcatsul > li > .name a {
		font-weight: bold;
		font-size: 13px;
	}
	
	
	.webshop-productlist main > .container {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#Content_Productlist {
		flex: auto;
        min-width: 1px;
        min-height: 1px;
	}
	
	.webshop-productlist main > .subcatsul + .container {
		padding-top: 2%;
	}
	.webshop-productlist h1 {
		width: 100%;
	}
	
	/*
	.ProductList_Custom_DIV:not(.slick-initialized) > div.faqitem {
		width: 48%;
	}
	*/
	.ProductList_Custom_DIV:not(.slick-initialized) > div.blogitem {
		width: 23%;
	}
	.webshop-search:not(.blogpage) .ProductList_Custom_DIV:not(.slick-initialized) > div.blogitem {
		width: 31.33%;
	}
	
	.subcatsul {
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.subcatsul > li:hover > a {
		border-color: #c1a671;
		transform: scale(1.05);
	}
	
    
    #ProductFilter-Container {
		margin: 20px 0 30px;
        flex: none;
        width: 100%;
        position: relative;
        z-index: 40;
	}
    [class*="product-filter-column-container-"] {
        display: flex;
        gap: 20px;
    }
    [class*="product-filter-column-container-"] > div {
        flex: auto;
        width: auto !important;
        max-width: 300px;
    }
    /*
    [class*="product-filter-column-container-"] > div:has(.product-filter-container-price) {
        min-width: 170px;
    }
    */
    
    .product-filter-container {
        position: relative;
    }
    .product-filter-header-text {
        border: solid 1px rgba(233,233,233,1.00);
        padding: 10px 35px 10px 15px;
        border-radius: 3px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iIzAwMCIgY2xhc3M9InNpemUtNiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTkuNSA4LjI1LTcuNSA3LjUtNy41LTcuNSIgLz4KPC9zdmc+");
        background-size: 13px auto;
        background-position: calc(100% - 15px) 50%;
        background-repeat: no-repeat;
        user-select: none;
        cursor: default;
    }
    .product-filter-body-container {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 100%;
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 10px 15px rgba(0,0,0,.1);
        padding: 15px;
    }
    .product-filter-container:hover .product-filter-body-container {
        display: block;
    }
    .product-filter-container-price .product-filter-body-container {
        min-width: 250px;
    }
    .product-filter-header-container .count {
        background-color: #c1a671;
    }
    #ProductFilter-Container + #Content_Productlist table:has(.BreadCrumb_ProductList) {
        display: none;
    }
    .product-filter-checkbox-container > label {
        white-space: nowrap;
    }
    /*
    div.product-filter-header-text.product-filter-header-text-price {
        margin-bottom: 0;
    }
    */
	/*
	#ProductFilter-Container {
		flex: none;
		display: flex;
		width: 20%;
		margin-right: 5%;
	}
	#ProductFilter-Container + #Content_Productlist {
		width: 74%;
		flex: none;
	}
    */
	
	.showfilterresultsbutton.button {
		display: none;
	}
	
	.references:not(.slick-initialized) > :nth-child(n+10) {
		display: none;
	}
	
	.CustomersAlsoBought_Custom_DIV {
		justify-content: center;
	}
	
	.productcard .images {
		max-width: 690px;
	}
	
	.productcard .images .imageselector {
		transform: translateY(-50%);
		position: relative;
		z-index: 20;
	}
	
	.blogrow {
		display: flex;
		align-items: center;justify-content: center;
	}
	.blogrow > * {
		flex: none;
		width: 45%;
	}
	.blogrow > .intro {
		padding: 80px 60px;
		background-color: rgba(255,255,255,.60);
		box-shadow: 0 0 50px rgba(0,0,0,.1);
		backdrop-filter: blur(5px);
		margin-left: -10%;
		position: relative;
		z-index: 30;
	}
	.blogrow .intro .short {
		font-size: 18px;
		line-height: normal;
		font-weight: 300;
	}
	.blogrow .intro .tags {
		margin-top: 30px;
	}
	
    /*
	.Text1_Terms {
		column-count: 3;
		column-gap: 4%;
	}
    */
	
	
	footer > .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer > .container > div {
		flex: auto;
		max-width: 25%;
	}
	footer > .container > div.address {
		width: 100%;
		max-width: 100%;
		flex: none;
		padding-top: 80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	footer > .container > div.address .payments {
		width: auto;
		height: 22px;
		max-width: 100%;
        object-fit: contain;
	}
	
	
	
	
	
	
}
@media (max-width: 2200px) {

	.usp:not(.slick-initialized) > *:nth-child(n+5) {
		display: none !important;
	}
	
}
@media (max-width: 1800px) {

	
	.usp:not(.slick-initialized) > *:nth-child(n+4) {
		display: none !important;
	}
	
	.stockinfo {
		flex-direction: column;
		align-items: flex-start;
	}
	.stockinfo > :not(:last-child) {
		margin-bottom: 7px;
	}
	
	
}
@media (max-width: 1400px) {
	.ProductList_Custom_DIV > div.blogitem {
		width: 31.33%;
	}
	
	.usp:not(.slick-initialized) > i {
		display: none;
	}
	
	
	
}
@media (max-width: 1000px) {
	.hideonmobile {
		display: none;
	}
    
    div.bp_lsaFullScreen .bp_lsaSearchtop {
        height: 90px;
    }
    div.bp_lsaFullScreen input[type="text"].bp_lsaSearchinput {
        font-size: 13px;
        background-size: 20px auto;
        padding: 0 44px 0 17px;
    }
    div.bp_lsaFullScreen .bp_lsaSearchinputcontainer {
        max-width: calc(100% - 60px);
    }
    
    div.bp_lsaFullScreen .bp_lsaResultsOuter {
        padding-top: 15px;
    }
    .lsatabs {
        display: flex;
        gap: 10px;
        justify-content: center;
        width: 100%;
        border-bottom: solid 1px rgba(194,194,194,.4);
        margin-bottom: 15px;
    }
    .lsatabs .lsatab {
        border-radius: 5px 5px 0 0;
        padding: 10px 15px;
        font-weight: bold;
    }
    .lsatabs .lsatab.active {
        background-color: rgba(194,194,194,.4);
        
    }
    .bp_lsaProducts:not(.active),
    .bp_lsaCategories:not(.active),
    .bp_lsaBrands:not(.active) {
        display: none;
    }
    
    
    [id*="bp_ProductCarousel"]:empty {
        aspect-ratio: 420/383;
    }
    
    [data-faq]:empty,
    [id*="hr-recom-"]:empty {
        aspect-ratio: 345/345;
    }
    
    
    .webshop-productinfo .snpt-wdgt--ppg {
        margin-top: 30px;
    }
    
	body, input, select, textarea, button, td.VariantGroupLabel {
		font-size: 12px;
		line-height: normal;
	}
	input[type="submit"], button, input[type="button"], .button, .ddrd-button {
		padding: 10px 25px;
	}
	h1, .largeheader, .Heading_Customer, .Heading_B2BLogin, .Heading_B2Blogin, .Heading_Order4 {
		font-size: 22px;
       
		margin: 0 0 10px;
	}
	h2, h3, .mediumheader, .Heading_OrderStep4, .grid .text .title,
    div.bp_relatedproductsHeader {
		font-size: 19px !important;
	}
	
	.alertbar .container > :first-child {
		text-align: left;
		padding-right: 15px;
	}
   
	.topbar {
		padding: 10px 0;
        height: 40px;
	}
    .topbar > .container {
        height: auto;
    }
	.topbar .usp {
		width: 60%;
	}
	
	.topbarright > .trustpilot-widget {
		display: none;
	}
	
	[data-dynamic]:not(.loaded) {
		aspect-ratio: 90/149;
	}
    .count, .basket:before {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
	
	header > .container {
		justify-content: space-between;
		height: 60px;
	}
    header .shortcuts > .customerservice > ul > li > a {
        white-space: normal;
    }
	.btnmenu,
    .btnsearch {
		display: block;
	}
	.btnmenu svg,
    .btnsearch svg {
		width: 29px;
		height: auto;
		display: block;
	}
    .btnsearch svg {
        height: 24px;
    }
	.logo {
		font-size: 16px;
		margin: 12px 0;
		width: 180px;
		max-width: 42%;
	}
	
	.logo i {
		font-size: 10px;
	}
	header > .container .search {
		display: none;
	}
	header .shortcuts > :not(:last-of-type) {
		margin-right: 10px;
	}
	.topbarright .emaerket {
		height: 17px;
		width: auto;
	}
	.usp i {
		display: none;
	}
	header .shortcuts > .customerservice > ul {
		left: 0;
		width: 100vw;
		padding: 5vw;
		transform: none;
		column-gap: 10vw;
		border-left: none;
		border-right: none;
	}
	
    header #ProductmenuContainer_DIV:not(.active) * {
		display: none;
	}
	
	.webshop-frontpage main > .container {
		padding: 0;
	}
	.webshop-frontpage .flexrow.container {
		max-width: 100%;
	}
	/*
	.webshop-frontpage .flexrow > div:not(:last-of-type) {
		margin-bottom: 2.5%;
	}
	*/
	
	.webshop-frontpage .slideshow:not(.slick-initialized),
	.webshop-frontpage .slideshow:not(.slick-initialized) > *,
	.webshop-frontpage .slideshow .slick-slide {
		min-height: calc(50vh - 50px)
	}
	.webshop-frontpage .flexrow > div:not(:last-of-type) {
		margin-bottom: 1%;
	}
	.spacebottom {
		margin-bottom: 30px;
	}
	.spacetop {
		margin-top: 30px;
	}
	.paddingbottom {
		padding-bottom: 30px;
	}
	.paddingtop {
		padding-top: 30px;
	}
	.spacebetween .slick-list {
		margin: 0 -8px;
	}
	.spacebetween .slick-slide {
		margin: 0 8px;
	}
	.usp:not(.slick-initialized) > *:nth-child(n+2) {
		display: none !important;
	}
	
	.slideshow .header {
		font-size: 6vw;
	}
	.slideshow .teaser {
		font-size: 4vw;
		padding-top: 15px;
	}
	.slideshow .button {
		font-size: 3vw;
		font-weight: 400;
	}
	
	
	
	[data-dynamic] .mediumheader {
		margin-bottom: 20px;
	}
	
	 .categoriescontainer {
		flex-wrap: wrap;
		gap: 0;
		margin: -1%;
	}
	.categoriescontainer > a {
		flex: none;
		width: 48%;
		margin: 1%;
	}
	
	.listtools {
		display: flex;
		justify-content: normal;
		gap: 5%;
	}
	.listtools > * {
		flex: auto;
	}
	.listtools > .btnfilter {
		flex: auto;
	}
	.listtools select,
	.listtools .btnfilter {
		border-radius: 3px;
	}
	.btnfilter.button {
		display: flex;
		text-transform: none;
		font-size: inherit;
		padding: 10px;
		position: relative;
		background-color: #9cb5b9;
	}
	.btnfilter .count {
		background-color: #c1a671;
	}
	.btnfilter svg {
		flex: none;
		margin: 0 6px 0 0;
		width: 16px;
		height: auto;
	}
	
	
	.blog .info {
		padding: 20px 0;
		border-bottom: solid 1px rgba(235,235,235,1.00);
	}
	.blog .name {
		font-size: 17px;	
	}
	
	.subcatsul {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 13px;
		padding: 5vw;
	}
    .subcatsul.fullwidth {
        margin-left: -5vw;
        width: calc(100% + 10vw);
    }
	.subcatsul > li {
		width: 23vw;
		max-width: none;
		flex: none;
	}
	.subcatsul > li > a > img {
		padding: 4px;
	}
	.subcatsul.collabs > li {
		width: 37vw;
	}
	.subcatsul.collabs > li > a:after {
		display: none;
	}
	.subcatsul.collabs > li > a > img {
		padding: 0;
	}
	

	columns {
		display: flex;
		flex-direction: column;
	}
	columns > * {
		order: 1;
		height: auto;
		max-width: 100%;
	}
	columns > div {
		order: 2;
		padding: 8% 5%;
	}
	columns > iframe {
		order: 3;
		aspect-ratio: 20/15;
	}
	columns.container,
	.Description_Productinfo > .container {
		max-width: 100%;
	}
	
	.brandslist > div {
		width: 46%;
	}
	.brandslist > div:before {
		font-size: 23px;
	}

	
	.references:not(.slick-initialized) {
		gap: 10px;
	}
	.references:not(.slick-initialized) > * {
		width: calc(34.3% - 10px);
	}
	.references:not(.slick-initialized) > :nth-child(n+4) {
		display: none;
	}
	.references .slick-arrow {
		display: none !important;
	}
	
	#ProductFilter-Container:not(.active) {
		display: none;
	}
	.ProductList_Custom_DIV:not(.slick-initialized),
	.CustomersAlsoBought_Custom_DIV:not(.slick-initialized),
	.Related_Custom_DIV:not(.slick-initialized) {
		margin: -3%;
	}
	.ProductList_Custom_DIV:not(.slick-initialized) > div,
	.Related_Custom_DIV:not(.slick-initialized) > div,
	.CustomersAlsoBought_Custom_DIV:not(.slick-initialized) > div,
    .Favorites_Custom_DIV > div {
		width: 44%;
		margin: 3%;
	}
	
	.ProductList_Custom_DIV:not(.slick-initialized) > div.blogitem {
		width: 98%;
	}
	
	.CustomersAlsoBought_Custom_DIV:not(.slick-initialized) > div:nth-child(n+2),
	.Related_Custom_DIV:not(.slick-initialized) > div:nth-child(n+2),
	[data-dynamic] .ProductList_Custom_DIV:not(.slick-initialized) > div:nth-child(n+2) {
		display: none;
	}
	
	.CustomersAlsoBought_Custom_DIV.slick-slider,
	.Related_Custom_DIV.slick-slider,
	.ProductList_Custom_DIV.slick-slider {
		overflow: hidden;
		width: 100vw;
		margin-left: -5vw;
	}
	.Related_Custom_DIV.slick-slider .slick-list,
	.CustomersAlsoBought_Custom_DIV.slick-slider .slick-list,
	.ProductList_Custom_DIV.slick-slider .slick-list {
		padding: 0 25px 25px;
	}
	.product .advancedvariants {
		bottom: 9px;
		left: 10px;
		font-size: 11px;
	}
	.product .medialist {
		padding: 10px 0 0;
		gap: 6px;
		display: none;
	}
	.product .medialist > img {
		width: calc(42% - 6px);
		max-width: 40px;
	}
	.product .medialist > :nth-of-type(n+3) {
		display: none;
	}
	.product .info {
		padding: 15px 0 0;
	}
	.product .name a {
		font-size: inherit;
	}
	
	.product .new {
		right: 10px;
		top: 10px;
		padding: 3px 7px;
	}
	.productcard > .row {
		flex-direction: column;
	}
	.productcard .images {
		width: 100%;
	}
	.productcard .images .imageselector {
		justify-content: flex-start;
		margin-top: 10px;
	}
	.productcard .info {
		padding: 5% 0 10%;
	}
	.productcard .info .delivery {
		position: relative;
		margin: 0 0 15px;
		display: inline-flex;
	}
	.productcard .extra {
		border: none;
		padding: 0;
	}
	.details > div > strong {
		width: 120px;
	}
	.webshop-productinfo .samecat .mediumheader {
		margin-bottom: 15px;
	}
	
	.blogcard > .container.small,
	.blogcard > .container.mini {
		max-width: 100%;
	}
	.blogrow .intro {
		padding: 30px 0 0;
	}
	.blogrow .intro .tags {
		margin-top: 15px;
	}
	
	.CategoryFooterContent ul > li > a {
		padding: 5px 0;
		margin: 5px 0;
		display: inline-block;
	}
	
	footer {
		padding: 50px 0;
	}
	footer > .container > div:not(:last-child),
	footer .address > div:not(:last-child){
		margin-bottom: 30px;
	}
	form.newsletter label {
		padding: 10px 0;
	}
	footer a[href*="mailto"],
	footer a[href*="tel"],
	footer .TopMenu_MenuItems a {
		display: block;
		margin: 15px 0;
	}
	
	
	
	header > .container > #ProductmenuContainer_DIV {
		padding: 0;
	}
	#ProductmenuContainer_DIV.active {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 300;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, .40);
		
	}
	
	
	
	div.CookiePolicyText > img {
		margin: 20px 25px;
	}
	div.CookiePolicyText > h2 {
		padding: 25px 25px 15px;
		font-size: 21px;
	}
	div.CookiePolicyText > p {
		padding: 0 25px 25px;
	}
	div.cookie-policy-accept-buttons-container {
		padding: 20px 25px 15px;
		flex-direction: column-reverse;
	}
	div.cookie-policy-accept-buttons-container > input[type="button"] {
		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 div > span {
		width: 20px;
		height: 20px;
	}
	.cookieSettingsButton {
		bottom: 10px;
		left: 10px;
	}
}