@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');



*, *: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: 'Roboto', sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 14px;
	font-weight: 300;
}
body {
    overflow-x: hidden;
    background-color: #FFF;
}
body.noscroll {
    overflow: hidden;
}
a {
	color: rgba(0,0,0,1.00);
}
a:hover {
	color: #678439;
}
img {
	border: 0;
}
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 rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
}
textarea {
    height: 60px;
    padding: 10px;
}
input[type="checkbox"], input[type="radio"], .typeselect > div:before {
    -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);
}
input[type="radio"], .typeselect > div:before{
    border-radius: 50%;
}
input[type="checkbox"]:checked, input[type="radio"]:checked, .typeselect > div.active:before {
    background-color: #000000;
    border-color: #000000;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 50% 50%;
}
input[type="submit"], button, input[type="button"], .button, .ddrd-button, .btnFilterProductsFound, .referButton {
    background-color: #678439;
    color: #FFF;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-flex;
    min-height: 35px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    position: relative;
	border-radius: 3px;
}

.button.light {
    background-color: #9a979e;
}

.button.loginpopupbutton, .loginpopup input[type="submit"] {
    background-color: #678439;
}
input[type="submit"]:hover, button:not(.slick-arrow):hover, input[type="button"]:hover, .button:hover, .ddrd-button:hover, .btnFilterProductsFound:hover, .button.dark:hover, .button.light:hover {
    background-color: #475828;
    color: rgba(255,255,255,1.00);
}
button p {
    margin: 0;
    padding: 0;
}
.green {
    color: #668C41;
}
select {
    padding-right: 30px;
    background-image: url("/images/skins/Bewise/images/icon-down-black.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: calc(100% - 10px) 50%;
	border-radius: 2px;
}
h1, .largeheader, .Text1_Customer .Heading_Customer {
    margin: 0 0 15px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
}
body.webshop-productinfo h1 {
    margin-bottom: 5px;
}
body.webshop-productinfo .productcard.article h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: normal;
}
body.webshop-productinfo [data-related] {
    margin-bottom: 40px;
}
h2, #checkout-container h3 {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
}
.mediumheader {
    font-size: 23px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
}
h2 em {
    font-style: normal;
}

h1:empty, h2:empty {
    display: none;
}
h1.center, h2.center, .mediumheader.center, .largeheader.center {
    text-align: center;
}
.container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.container.content {
    padding-top: 5%;
    padding-bottom: 5%;
	width: 1700px;
	max-width: 96%;
}
.container.center {
    justify-content: center;
    display: flex;
}
.spacetop {
    margin-top: 30px;
}
.spacebottom {
    margin-bottom: 20px;
}
.count:not(:empty), .topnavbuttons > .basket > a:not([data-count="0"]):before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #678439;
    color: rgba(255,255,255,1.00);
    display: flex;
    transform: translate(-45%,-45%);
    font-size: 9px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: 'Arial';
}
.count:empty {
    display: none;
}
header {
    position: sticky;
    top: 0;
    z-index: 9999999999;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.topnavbuttons > .basket > a[data-count="0"] {
    cursor: default;
}
.topnavbuttons > .basket > a:not([data-count="0"]):before {
    content: attr(data-count);
}
.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.80);
    z-index: 40;
    background-image: url("/images/skins/Bewise/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px auto;
}

body.bgOverlay {
}
body.bgOverlay:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999999;
}

.top {
    position: relative;
    z-index: 9;
	/*background-color: #f6f6f6;*/
    background-color: rgba(0,0,0,1.00);
}
.top:hover {
    z-index: 9999999;
}
.top > div {
    display: flex;
    align-items: center;
}

.usp {
    flex: auto;
    display: flex;
    justify-content: center;
    color: rgba(255,255,255,1.00);
}
.usp:not(.slick-initialized) > div, .usp div.slick-slide {
    flex: none;
    display: flex !important;
    align-items: center;
    margin-right: 20px;
    padding: 10px 0;
}
.usp a {
    display: flex;
    align-items: center;
	color: #FFF;
}
.usp > div > *, .usp div.slick-slide > * {
    flex: none;
}
.usp strong {
    margin-right: 7px;
}
.usp img {
    margin-right: 5px;
    height: auto;
    display: block;
    max-height: 14px;
}
.usp img[src*="maerket"] {
    height: auto;
}
.usp a {
    text-decoration: none;
}
.topnav {
    position: relative;
    z-index: 50;
    background-color: #ffed00;
    border-bottom: solid 1px rgba(0,0,0,.10);
}
.topnav > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topnavbuttons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.topnavbuttons > *:not(.minibasketcontainer) {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    text-decoration: none;
    margin-left: 20px;
}

.topnavbuttons .myPoints {
    position: absolute;
    bottom: calc(100% + 3px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #678439;
    color: #FFF;
    font-weight: normal;
    font-size: 8px;
    padding: 3px 5px;
    border-radius: 2px;
    font-style: normal;
    line-height: 1;
    display: block;
    white-space: nowrap;
    text-transform: lowercase;
    
}
.topnavbuttons .myPoints:empty {
    display: none;
}
.topnavbuttons > .service {   
    position: inherit;
}
.topnavbuttons > .basket > a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.topnavbuttons > * img {
    height: auto;
    margin-bottom: 5px;
}
.topnavbuttons > a > small {
    flex: none;
    display: block;
    width: 100%;
    text-align: center;
}

.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;
}
.minibasketcontainer.active {
    transform: translateX(0);
    background-color: rgba(0,0,0,.5);
}
.minibasket {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    transform: translateX(110%);
    background-color: rgba(255,255,255,1.00);
    width: 500px;
    max-width: calc(100vw - 260px);
    transition: all .5s ease;
}
.minibasketcontainer.active .minibasket {
    transform: translateX(0);
}
.minibasket > *:not(.linescontainer) {
    padding-left: 40px;
    padding-right: 40px;
}
.minibasket > .header {
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    align-items: flex-end;
}
.minibasket .linescontainer {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    width: 260px;
    box-shadow: -40px 0 40px rgba(0,0,0,.2);
}
.minibasket .linescontainer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: 100%;
    box-shadow: -10px 0 8px 0 rgb(0 0 0 / 3%);
}
.minibasket .linesheader {
    font-size: 15px;
    justify-content: center;
    padding: 40px 30px 27px;
    flex: none;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.basketclosebutton {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Arial';
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    padding: 0 10px;
}
.minibasket .lines {
    flex: auto;
    padding: 0 30px;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.minibasket .line {
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,1.00);
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    margin-bottom: 20px;
    position: relative;
}
.minibasket .line > * {
    flex: none;
}
.minibasket .line > .lineinfo .price {
	font-weight: bold;
	margin-top: 5px;
}
.minibasket .line > .lineinfo .price > span {
	font-weight: normal;
}
.lineinfo {
	display: flex;
	flex-direction: column;
}
.lineinfo .variantinfo {
	padding: 3px 0;
	font-weight: bold;
}
.lineinfo a.name {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}
.lineinfo > small {
	display: none;
}
.minibasket .line .deletebutton, .slideoutmain .line .deletebutton {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(0,0,0,1.00);
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.minibasket .line .deletebutton img, .slideoutmain .line .deletebutton img {
    display: block;
    width: 55%;
    height: auto;
    margin: 0;
    cursor: pointer;
}
.minibasket .line > .image {
    position: relative;
    margin-bottom: 10px;
	display: flex;
	justify-content: center;
}
.minibasket .line > .image img {
    display: block;
    width: 100%;
	max-height: 150px;
    height: auto;
    margin: 0;
    object-fit: contain;
    
}
.minibasket .line > a.name {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    font-weight: bold;
}
.minibasket .line > .price {
    display: flex;
    flex-direction: column;
    line-height: normal;
    font-weight: bold;
}
.minibasket .line .price small, .minibasket .line > small {
    color: rgba(130,130,130,1.00);
    font-weight: normal;
    display: block;
}
.minibasket .line .incdec {
    margin: 7px 0 10px;
}
.minibasket .line .giftwrap label {
    display: flex;
    align-items: center;
    margin: 0 0 7px;
    cursor: pointer;
}
.minibasket .line .giftwrap label input {
    flex: none;
    margin: 0 7px 0 0;
}

.minibasket .shippingline, .minibasket .total, .minibasket .wrappingline {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.minibasket .wrappingline.hidden {
    display: none;
}
.minibasket .shippingline, .minibasket .wrappingline {
    border-bottom: solid 1px #f0f0f0;
}
.minibasket .discountcode {
    border: none;
    border-bottom: solid 1px #f0f0f0;
}
.minibasket .discountcode > input[type="text"] {
    padding-left: 0;
}
.minibasket .discountcode > input[type="text"].active {
    background-position: 0 50%;
}
.discountcode > button:disabled {
    cursor: progress;
}
.discountcode > button.active {
    background-color: #678439;
}
.discountcode > button.autodiscount {
	display: none;
}
.minibasket .pointsinfo {
    border-left: none;
    border-right: none;
}
.minibasket .total {
    font-weight: bold;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.minibasket .total small {
	padding-left: 6px;
	font-weight: normal;
}

.minibasket .bottom {
    padding-bottom: 40px;
}
.minibasket .bottom > a {
    padding: 15px 20px;
    width: 100%;
}
.minibasket .bottom > a:first-child {
    margin-bottom: 20px;
    background-color: #6B6B6B;
}
.minibasket .bottom > a:last-child:not(:hover) {
    animation: buttonColorChange 5s infinite;
}
.minibasket .pointsinfo:not(.active) {
    display: none;
}

.minibasketheader {
	font-weight: bold;
	margin: 0 0 8px;
	font-size: 15px;
}
.minirecommendations {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.minirecommendations > *:not(:last-child) {
	margin-bottom: 5px;
}
.minirecommendations > :nth-child(n+3) {
	display: none;
}
.minirecommendations > .loading {
	opacity: .6;
}
.minirecommendations .product {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.minirecommendations .product > * {
	flex: none;
}
.minirecommendations .product > .image {
	width: 50px;
	margin: 0;
}
.minirecommendations .product > .image img {
	margin: 0;
}
.minirecommendations .product > .name {
	flex: auto;
	padding: 0;
}
.minirecommendations .product > .name a {
	padding: 0 15px;
}
.minirecommendations .product > .image[data-savings]:not([data-savings=""]):not([data-savings="0%"]):not([data-savings="100%"]):before {
	top: 0;
	font-size: 11px;
	display: none;
}
.minirecommendations .product > .price {
	font-size: inherit;
}
.minirecommendations .product > .button {
	font-size: 12px;
	margin: 0 0 0 15px;
	min-height: 5px;
	padding: 5px 10px;
}

.basket-usp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 40px;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
    border-top: solid 1px rgba(237,237,237,1.00);
}
.basket-usp > div {
    width: 48%;
    flex: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 1% 2%;
    background-color: #f9f9f9;
    padding: 10px;
	align-items: center;
}
.basket-usp > div > * {
    flex: none;
}
.basket-usp > div > img {
    display: block;
    width: 20px;
    margin-bottom: 10px;
}
.basket-usp > div > span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    width: 100%;
}
.basket-usp > div > small {
    color: #909090;
    display: block;;
    width: 100%;
    text-align: center;
}
.basket-usp-emaerket a {
	text-decoration: none;
}
.basket-usp-emaerket img {
    display: block;
}
.basket-usp-emaerket small {
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.topnav .container > [href*="frontpage.html"] {
    width: 260px;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    text-decoration: none;
}
.topnav .container > [href*="frontpage.html"] .tagline {
    font-weight: bold;
}
.topnav .logo {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}
.topmenu {
    border-top: solid 1px rgba(237,237,237,1.00);
}
.topmenu > .container {
    display: flex;
    max-width: 100%;
}
.topmenu .btnmenu {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5%;
}
.topmenu .btnmenu img {
    width: 17px;
    margin: 0 9px 0 0;
}
.topmenu .search {
    flex: auto;
}
.topmenu .search input[type="text"] {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-left: 35px;
    height: 38px;
    background-image: url("/images/skins/Bewise/images/icon-search-black.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 15px 50%;
}

#ProductMenu_List_Clone, .SIMPLELISTTD, .productSubCategorys {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

#ProductMenu_List_Clone li, .SIMPLELISTTD a, .productSubCategorys a {
    flex: none;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

#ProductMenu_List_Clone li > a, .SIMPLELISTTD a, .productSubCategorys a {
    padding: 20px 10px;
    text-decoration: none;
}

.productcard .viabill-pricetag-optional-styles {
    margin-bottom: 20px;
}
.productcard-shippinginfo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
	margin-bottom: 20px;
}
.productcard-shippinginfo > div {
    flex: none;
    width: 100%;
    display: flex;
    align-items: center;
	padding: 4px 0;
}
.productcard-shippinginfo > div.stockinfo-container:not(.active) {
	display: none;
}
.productcard-shippinginfo .stockinfo-container u, .productcard-shippinginfo .stockinfo-container b {
    display: none;
}
.productcard-shippinginfo > div.stockinfo-container img {
    height: 15px;
    margin-right: 8px;
    flex: none;
}
.countdown img {
	margin-right: 8px;
}
.countdown > div {
	display: flex;
	align-items: center;
	margin-right: 8px;
}
.countdown > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}
.countdown li {
	margin-right: 6px;
    background-color: #000;
    color: #FFF;
    padding: 3px 4px;
    border-radius: 3px;
    font-weight: bold;
}
.countdown small {
	padding-left: 3px;
}
.stockInfo {
    margin-bottom: 15px;
	display: flex;
	align-items: center;
    display: none;
}
.stockInfo img {
	border-radius: 50%;
	margin-right: 8px;
}
.anyday {
	display: flex;
	margin-bottom: 15px;
}
.productcard-shippinginfo > div.shippingmessage:not(:first-child) {
    border-top: solid 1px rgba(237,237,237,1.00);
}
.productcard-shippinginfo > div.shippingmessage u {
    padding-left: 4px;
}
.productcard-shippinginfo > div.deliveryinfo-container img {
    height: 14px;
    margin-right: 8px;
    flex: none;
}
.productcard-shippinginfo > div.deliveryinfo-container > span {
    padding: 0 4px;
    font-weight: 700;
}

.cardmessage {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color:rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    margin-bottom: 20px;
}
.cardmessage.active {
	display: flex;
}

.askformbutton {
    display: flex;
    align-items: center;
    border: solid 1px rgba(237,237,237,1.00);
    text-decoration: none;
    padding: 15px 0 15px 20px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    justify-content: center;
}
.askformbutton img {
    margin-right: 6px;
    display: block;
}
.askformbutton > * {
    flex: none;
}
.askform {
    display: none;
    margin: -10px 0 25px;
}
.askform > *:not(:last-child) {
    display: block;
    margin-bottom: 5px;
}
.askform .error {
    border-color: #678439;
}

div.fancybox-container {
    z-index: 9999999999999999;
}
div.fancybox-content {
    max-width: 80%;
}
.fancybox-content img {
	height: auto;
}

/* ALERTBAR */
.infobar {
    display: flex;
    background-color: #678439;
    color: rgba(255,255,255,1.00);
    letter-spacing: 1px;
    position: sticky;
    top: 198px;
    z-index: 30;
}
.infobar > div {
    padding: 10px 0;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    position: relative;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
.infobar > div > * {
    flex: none;
}
.infobar a {
    padding: 3px 8px;
    background-color: rgba(255,255,255,1.00);
    text-decoration: none;
    margin-left: 10px;
    border-radius: 2px;
}
.infobar .close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    cursor: pointer;
    padding: 0 0 0 20px;
}
.infobar .close:before {
    content: "×";
    font-family: 'Arial';
    line-height: 1;
    font-size: 18px;
    color: #FFF;
}
.listbanner {
    display: block;
    max-width: 100%;
    width: 2000px;
    margin: 0 auto;
}

.frontpagesearch {
    position: relative;
    padding: 2%;
    /*box-shadow: 0 0 30px rgba(0,0,0,.1);*/
    color:rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,1.00);
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.frontpagesearch .searchbadge {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 20px 5px;
    color:rgba(0,0,0,1.00);
    background-color: #ffed00;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: clamp(12px, 1.3vw, 16px);
}
.frontpagesearch .searchbadge:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: inherit;
}
.frontpagesearch input[type="text"] {
    height: 60px;
    border-radius: 5px;
    text-align: center;
    background-image: url(/images/skins/Bewise/images/icon-search-black.svg);
    background-position: calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: 25px;
    font-size: clamp(15px, 1.3vw, 21px);
}
.frontpagecolumns {
    display: flex;
    margin: 0 0 50px;
    align-items: center;
    background-color: rgba(243,243,243,.50);
    font-size: 18px;
}
.frontpagecolumns > * {
    flex: none;
    width: 50%;
}
.frontpagecolumns > .padding {
    padding: 5%;
}
.frontpagecolumns > img {
    align-self: stretch;
    object-fit: cover;
}
.frontpagecolumns h1 {
    font-size: clamp(20px, 2.4vw, 30px);
    font-weight: normal;
}
.frontpagecolumns ul {
    margin: 30px 0;
    padding: 0 0 0 5px;
    list-style-type: none;
}
.frontpagecolumns ul li {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBkYXRhLXNsb3Q9Imljb24iIGNsYXNzPSJ3LTYgaC02Ij4KICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Im00LjUgMTIuNzUgNiA2IDktMTMuNSIgLz4KPC9zdmc+");
    background-position: 0 0;
    background-size: 20px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.frontpagecolumns ul li:not(:last-child) {
    margin-bottom: 10px;
}
.frontpagebuttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0 0;
    gap:10px;
}
.frontpagebuttons > .button {
    font-weight: normal;
    font-size: inherit;
}
.webshop-cmspage h1 {
    font-size: clamp(20px, 2.5vw, 60px);
    text-align: center;
    margin-bottom: 50px;
}

#ProductMenu_List {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#ProductMenu_List #ActiveCategory_A {
    display: none !important;
}
.ProductMenu_Category_Icon_Container {
	display: none;
}
.categorydescription section {
    display: none;
}
.listtools {
    display: flex;
}
.listtools > * {
    flex: none;
}
.listtools > table {
    flex: none;
}
.listtools select {
    border-color: #eee
}
.listtools .found {
    display: none;
}
.btnfilter {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #678439;
    color: rgba(255,255,255,1.00);
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
	border-radius: 2px;
}
.btnfilter img {
    width: 15px;
    margin-right: 8px;
}
.frontpageproducts {
	max-width: 96%;
	margin: 30px auto;
}
[class*="Custom_UL"] {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
[class*="Custom_UL"]:not(.slick-initialized) {
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap;
}
[class*="Custom_UL"] > li {
    width: 48%;
    margin: 0 1% 2%;
}
[class*="Custom_UL"] > li > form {
    height: 100%;
    width: 100%;
}
.product {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
/*
[class*="Custom_UL"] .product:hover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    content: "";
    z-index: -1;
    box-shadow: 0 0 30px rgba(0,0,0,.1);    
}
[class*="Custom_UL"].slick-initialized .product:hover:before {
    box-shadow: 0 0 20px rgba(0,0,0,.1); 
}
*/
.product > * {
    flex: none;
}
.product .image {
    position: relative;
    margin-bottom: 20px;
}
.product .image > a > img {
	width: 100%;
	margin: 0 auto;
	display: block;
    object-position: 50% 50%;
	aspect-ratio: 3/4;
	height: auto;
	object-fit: scale-down;
}
.product:not(:hover) .image > a > img:nth-child(n+2) {
	display: none;
}
.product:hover .image > a > img:first-child:not(:last-child) {
	display: none;
}
.product .image > a {
    position: relative;
    display: block;
	padding: 30px;
}

.savingsbadge {
	background-color: #000;
	color: #FFF;
	padding: 4px 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9;
}
.variantscontainer {
    display: block;
    margin-top: 5px;
    flex: auto;
}
.variantscontainer > * {
    margin: 5px 10px 0 0;
    text-decoration: none;
	color: #777;
    font-size: 11px;
    white-space: nowrap;
    display: inline-block;
}
li .product .image > a:first-of-type:before,
.productcard #Image_Productinfo_FancyBox:before,
.imageselector a:before, .miniBasket .item .image:not(:empty):before,
.minibasket .line .image:before,
.slideoutmain .line > .image:before,
.ShowBasket_Custom_DIV > div > .image a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 5;
    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 );
    pointer-events: none;
}
.productcard .imagescontainer .images a:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 5;
    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 );
    pointer-events: none;
}



.stockrow {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.stockrow > small {
    color: rgba(94,94,94,1.00);
}
.stockinformation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0;
}
.stockinformation > * {
    flex: none;
}
.stockinformation > img {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 7px 0 0;
}
.product .name {
    padding: 10px 0;
    flex: auto;
}
.product .name a {
    flex: auto;
    text-decoration: none;
    display: block;
}
.product .product-manufactor a {
    text-transform: uppercase;
    color: #B1B1B1;
    font-size: 10px;
    text-decoration: none;
}
.product .product-manufactor img {
	height: 15px;
}
.product-manufactor {
	color: #B1B1B1;
}
.product .price {
    font-size: 17px;
}
.product .Prices_Custom_DIV > :empty {
    display: none;
}
body.webshop-frontpage .product .price {
	font-weight: bold;
}
.product .price span {
    font-weight: bold;
}
.product .price span.vattext {
    font-weight: normal;
	font-size: 11px;
	margin-left: 6px;
}
.product .price strike:not(:empty) {
    font-size: 80%;
    display: inline;
}

.product .price strike[data-text]:not(:empty) {
    display: block;
}

.product .price strike:not(:empty):before {
    content: attr(data-text) " ";
}
.product .price strike:not(:empty):after {
    content: " " attr(data-currency);
}
.product .price .currency {
    padding-left: 3px;
}
.priceincvat {
	font-size: 12px;
    padding: 3px 0;
    color: #777;
}
.product .image img[data-favorites] {
    width: 15px;
    flex: none;
    margin: 3px 0 0 10px;
    align-self: flex-start;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}
img[data-favorites]:not(.added):hover {
    opacity: .4;
    cursor: pointer;
}
select[class*="VariantSelector"] {
    display: none;
}
.frontpage-products {
    margin: 90px 0;
}
[class*="Custom_UL"]:not(.slick-initialized).blogposts {
    margin: 0;
    flex-direction: column;
    align-items: center;
}
[class*="Custom_UL"]:not(.slick-initialized).blogposts > li {
    margin: 0;
}
[class*="Custom_UL"]:not(.slick-initialized).blogposts > li:not(:last-child) {
    border-bottom: solid 1px rgba(237,237,237,1.00);
    padding-bottom: 4%;
    margin-bottom: 4%;
}
[class*="Custom_UL"] > li.blogpost {
    width: 100%;
    display: flex;
    justify-content: center;
}
.product .buy {
    margin-top: 10px;
    display: block;
}
.product .buy * {
    width: 100%;
    font-weight: normal;
}
.product .buy input[type="IMAGE"], .product .buy input[type="text"], .product .buy > a > img.BuyButton_ProductList {
    display: none;
}
.productsloaded {
    text-align: center;
    font-size: 12px;
    margin: 20px 0 10px;
}
.autopagerbutton {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding: 4px 25px;
    margin: 0 auto;
    width: fit-content;
}
.autopagerbutton:after {
    content: "+";
    font-size: 25px;
    margin: 0 0 0 15px;
}
.autopagerbutton.loading {
    cursor: progress;
    opacity: .4;
}
.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pager .prev, .pager .next {
    flex: none;
}
.pager .prev a, .pager .next a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager img {
    width: 15px;
    transform-origin: 50% 50%;
}
.pager .prev a img {
    transform: rotate(90deg);
}
.pager .next a img {
    transform: rotate(-90deg);
}
.pager > div:empty {
    background-color: rgba(244,244,244,.50);
}
.pager .pages {
    display: flex;
    justify-content: center;
	align-items: baseline;
}
.pages a.ActivePageNumber_ProductList:link,
.pages a.ActivePageNumber_ProductList:visited,
.pages a.ActivePageNumber_ProductList:hover,
.pages a.ActivePageNumber_ProductList:active,
.pages a.InactivePageNumber_ProductList:link,
.pages a.InactivePageNumber_ProductList:visited,
.pages a.InactivePageNumber_ProductList:hover,
.pages a.InactivePageNumber_ProductList:active,
.pager .prev a,
.pager .next a {
    font-weight: normal;
    text-decoration: none;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 6px 10px;
}
.pager .prev a,
.pager .next a {
    border: none;
    background-color: #000000;
    color: rgba(255,255,255,1.00);
    padding-top: 7px;
    padding-bottom: 7px;
}
.pages a.ActivePageNumber_ProductList:link,
.pages a.ActivePageNumber_ProductList:visited,
.pages a.ActivePageNumber_ProductList:hover,
.pages a.ActivePageNumber_ProductList:active {
    background-color: rgba(237,237,237,1.00);
}
.pages > a:not(:last-of-type) {
    margin-right: 5px;
}
.pager .next a {
	margin-left: 2px;
}
span.HiddenPagesIndicator_ProductList {
    padding: 0 3px;
}
.toppager .pager {
    /*width: 48%;*/
    flex-wrap: nowrap;
}
.toppager .pages {
    flex: auto;
    width: auto;
}
.toppager .pager .prev, .toppager .pager .next {
    width: 13%;
    min-width: 90px;
}
.toppager .pager .prev:empty, .toppager .pager .next:empty {
    visibility: hidden;
}

.HiddenPagesIndicator_ProductList + a + a + a:not(:last-of-type) {
    display: none;
}
.pages > a[rel="prev"] + a + a:not(:last-of-type) {
    display: none;
}

.closebutton {
    flex: none;
    align-self: flex-start;
    width: 45px;
    display: block;
    background-color: rgba(237,237,237,1.00);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.closebutton img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
}
.closebutton:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}

[data-savings]:not([data-savings=""]):not([data-savings="0%"]):not([data-savings="100%"]):before, .preorderBadge {
    position: absolute;
    top: 20px;
    z-index: 10;
    padding: 3px 8px;
    color: rgba(255,255,255,1.00);
}
[data-savings]:not([data-savings=""]):not([data-savings="0%"]):not([data-savings="100%"]):before {
    /* content: attr(data-savings); */
    background-color: #ffed00;
	color: #000;
    right: 0;
    font-size: 140%;
}
.news {
	position: absolute;
    top: 10px;
    z-index: 10;
    padding: 4px 8px;
    color: rgba(255,255,255,1.00);
	right: 10px;
    background-color: #475828;
    text-transform: uppercase;
	font-size: 11px;
}

.webshop-favorites table.FormTB {
    display: none;
}

.categorydescription, .CategoryFooterContent {
    line-height: 1.8em;
}
.readmorebutton {
    cursor: pointer;
    text-decoration: underline;
}

.SubCats_Categories_UL, .SubCats_Categories_DIV {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1% 0;
    list-style-type: none;
    padding: 0;
}
.SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
    width: 48% !important;
    float: none !important;
    margin: 0 1% 2%;
	border: 1px solid #f6f6f6;
}
.SubCats_Categories_UL.brandsul > li:not(.active) {
    display: none;
}

.SubCats_Categories_UL > li[style*="clear"], .SubCats_Categories_DIV > div[style*="clear"] {
    display: none;
}
.SubCats_Categories_UL img, .SubCats_Categories_DIV img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 399 / 267;
    object-fit: cover;
}
.SubCats_Categories_UL .name a, .SubCats_Categories_DIV .subcat-category__name-container a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 10px;
	text-transform: uppercase;
}
/*
.SubCats_Categories_UL:not(.designersul) .image:not(:empty) + .name {
    display: none;
}
*/
.productgroup {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.productgroup .image {
    flex: auto;
}
.productgroup .name {
    flex: none;
}

.brandscolumns {
    display: flex;
    margin: 0 -1%;
    flex-wrap: wrap;
}
.brandscolumns > div {
    flex: none;
    width: 23%;
    margin: 0 1% 2%;
    display: flex;
    flex-direction: column;
}
.brandscolumns > div > :not(:last-child) {
    margin-bottom: 8px;
}
.brandscolumns > div > span.brandletter {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.brandscolumns > div > a {
    text-decoration: none;
}

.preorderBadge {
    right: 0;
    left: auto;
    background-color:rgba(0,0,0,1.00);
	display: none;
}
.preorderBadge.active {
	display: block;
}
.preorderBadge > strong {
    text-transform: uppercase;
    color: rgba(255,255,255,1.00);
    font-weight: normal;
}
.preorderBadge small {
    display: block;
    white-space: nowrap;
}
.preorderBadge small:after {
    content: attr(data-date);
}
.productcard .preorderBadge {
    top: 0;
    left: 0;
    right: auto;
}


[class*="Custom_UL"] > li.full {
    width: 96%;
}
[class*="Custom_UL"] > li.full:last-child {
    margin-bottom: 0;
}

.item.article {
    padding: 15px;
    border-radius: 6px;
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.item.article > a {
    display: flex;
    text-decoration: none;
    color: rgba(0,0,0,1.00);
}
.item.article .image {
    flex: none;
    width: 40%;
    position: relative;
}
.item.article .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.item.article .info {
    padding: 0 5%;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item.article .info .name {
    font-size: 25px;
    margin: 0 0 30px;
    line-height: normal;
}
.item.article .info .desc {
    color: rgba(82,82,82,1.00);
    margin-bottom: 25px;
    line-height: 1.9em;
}
.item.article .info .button {
    font-style: normal;
    align-self: flex-start;
}

[itemtype*="https://schema.org/BreadcrumbList"] ~ br {
    display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"] {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
[itemtype*="https://schema.org/BreadcrumbList"] span.divider {
    display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"] a {
    text-decoration: none;
    font-size: 9px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
[itemtype*="https://schema.org/BreadcrumbList"] a:hover {
    color: #000;
}
[itemtype*="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active {
    color: #000;
}
[itemtype*="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active:after {
    display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"] a:after {
    content: url("/images/skins/Bewise/images/icon-arrow-right-black.svg");
    width: 8px;
    height: 9px;
    margin-left: 5px;
    opacity: 0.5;
}
.center > [itemtype*="https://schema.org/BreadcrumbList"] {
    justify-content: center;
}
.CategoryFooterContent:not(:empty) {
    padding-top: 40px;
}

.productcard {
    margin-bottom: 60px;
}
.imagescontainer {
    position: relative;
}
.imagescontainer .zoom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 20px;
    z-index: 10;
    opacity: .7;
    pointer-events: none;
}
.imagescontainer .images {
    position: relative;
}

.imagescontainer .images a {
    position: relative;
    display: block;
    width: 100%;
}

.imagescontainer .images a img {
	width: 100%;
	margin: 0 auto;
	display: block;
	object-position: 50% 50%;
	aspect-ratio: 3/4;
	height: auto;
	object-fit: contain;
	padding: 30px;
}
.productcard .trustpilot-widget {
    margin-bottom: 20px;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 15px 0;
}

.imageselector {
	width: 50%;
}
.imageselector a {
    position: relative;
    flex: none;
    margin: 0 1% 2%;
    width: 18%;
}
.imageselector a img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: 1/1;
    height: auto;
}

.productcard [itemtype="https://schema.org/Offer"] {
    margin-bottom: 25px;
}
.Variants {
    margin-bottom: 20px;
}
.Variants > table {
    width: 100%;
    margin-bottom: 10px;
}
.Variants > .VariantGroup:nth-child(n+2) > tbody > tr:first-of-type:not(.active) {
    display: none;
}
.VariantGroup > tbody > tr:first-of-type td.VariantGroupLabel {
    padding: 0 0 7px;
    font-weight: 300;
}
.RadioButton_Container_ProductInfo {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.RadioButton_Container_ProductInfo > div {
    flex: none;
    margin: 0 5px 5px 0;
    min-width: 60px;
    position: relative;
    border: solid 1px #333;
	border-radius: 2px;
}
.RadioButton_Container_ProductInfo label {
    cursor: pointer;
}
.RadioButton_Container_ProductInfo label img {
    display: block;
    max-width: 100%;
    width: 120px;
    margin: 0 auto;
    mix-blend-mode: multiply;
}
.RadioButton_Container_ProductInfo > div.hasdiscount > span.discountbadge {
    position: absolute;
    background-color: #678439;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    padding: 3px 5px 4px;
    line-height: 1;
    white-space: nowrap;
    display: block;
    top: 7px;
    right: 7px;
}
.RadioButton_Container_ProductInfo > div.hasdiscount strike {
    display: block;
}
.advanced-variant-item-container input {
    display: none;
}
.advanced-variant-item-container label {
    text-align: center;
    display: block;
    padding: 8px;
}
.advanced-variant-item-container label small {
    display: block;
}

.advanced-variant-item-container.advanced-variant-image-active {
    background-color: #000;
	color: #FFF;
}

.advanced-variant-item-container:hover {
    background-color: rgba(239,239,239,.50);
    cursor: pointer;
	color: #000;
}

.productcard .Prices_Custom_DIV {
    width: 100%;
    max-width: 460px;
}
.productcard .Prices_Custom_DIV > div:first-child {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    line-height: 1;
    margin-bottom: 20px;
}
.productcard .Prices_Custom_DIV > div > div.vattext {
    flex: none;
    width: 100%;
}
.productcard .Prices_Custom_DIV > div:first-child > span.actual {
    font-size: 32px;
    font-weight: bold;
}
.productcard .Prices_Custom_DIV > div:first-child > span.details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    justify-content: flex-end;
    font-weight: normal;
}
.productcard .Prices_Custom_DIV > div:first-child > span.details > span:last-child {
    font-size: 12px;
    color: #888;
}
.productcard .Prices_Custom_DIV > div:first-child .minbuymessage {
	font-size: 12px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    padding: 5px;
    background-color: #f2f2f2;
    color: #000;
    border-radius: 3px;
    margin-left: 10px;
}
.productcard .Prices_Custom_DIV > div:not(:first-child) .titles .discountbadge {
    display: none;
}
.productcard .Prices_Custom_DIV > div:not(:first-child) .bulkprice {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.productcard .Prices_Custom_DIV > div:not(:first-child) .bulkprice > .amount {
    width: 80px;
    flex: none;
}
.productcard .Prices_Custom_DIV > div:not(:first-child) .bulkprice > .unitprice {
    flex: auto;
}
.productcard .Prices_Custom_DIV > div:not(:first-child) .bulkprice > .unitprice .actual {
    display: flex;
    gap: 4px;
}
.productcard .Prices_Custom_DIV > div:not(:first-child) .bulkprice > .savings {
    width: 100px;
    flex: none;
    text-align: right;
}
.productcard .Prices_Custom_DIV > div:not(:first-child):last-child {
    border-bottom: 1px solid #eee;
}
.buycolumns,
#BUYSECTION:not(:empty) {
    width: 100%;
}
.buycolumns,
#BUYSECTION .amount {
    display: flex;
    gap:2%;
    
}
#BUYSECTION .amount {
    width: auto;
}
.buycolumns > * {    
    width: 49%;
    flex: none;
}
.buycolumns > :only-child {
    width: 100%;
}
/*
body:not(.demo) .buycolumns > .demo + div {
    width: 100%;
}
*/
.buyinfobottom {
    padding: 15px 0 0;
}
#BUYSECTION:not(:empty) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#BUYSECTION > * {
    flex: none;
}
#BUYSECTION input[type="number"] {
    width: 40px;
    margin: 0 4px;
    padding: 0;
    text-align: center;
    -moz-appearance: textfield;
}
#BUYSECTION input::-webkit-outer-spin-button,
#BUYSECTION input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#BUYSECTION .buybutton {
    height: 55px;
    margin: 0;
    position: relative;
    overflow: hidden;
}
#BUYSECTION .buybutton > [type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform ease .2s;
}
#BUYSECTION .buybutton > button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #777;
    transform: translateY(100%);
    transition: transform ease .2s;
	font-size: 15px;
}
#BUYSECTION .buybutton.novariants:hover > button,
#BUYSECTION .buybutton.novariants:focus > button,
#BUYSECTION .buybutton.error > button {
    transform: translateY(0)
}
#BUYSECTION .buybutton.novariants:focus > [type="submit"],
#BUYSECTION .buybutton.novariants:hover > [type="submit"],
#BUYSECTION .buybutton.error > [type="submit"] {
    transform: translateY(-100%)
}
.productcard > div.imagescontainer {
    position: relative;
}
.fav-button, .favbuttoncontainer {
    z-index: 98;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.favbuttoncontainer img {
    width: 20px;
    height: auto;
	margin-right: 8px;
}

.specs {
	margin-top: 30px;
}
.specs:empty {
	display: none;
}
.specs > div {
	display: flex;
	padding: 4px 0;
}
.specs > div > span:first-child {
	width: 70px;
}
.specs > div > span:last-child {
	font-weight: bold;
}
.product-description h2 i {
    font-style: normal;
}
.product-description ul {
    margin: 10px 0 20px 0;
    padding: 0;
}
.product-description ul > li {
    list-style-type: none;
    background-image: url("/images/skins/Bewise/images/icon-arrow-right-gray.svg");
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 9px;
    padding: 0 0 0 20px;
    margin: 0 0 6px 0;
}

.lowstockinfo, .lastBoughtText {
    display: flex;
    align-items: center;
    background-color: #fcf1f1;
    padding: 5px 10px;
    flex: auto;
}
.lowstockinfo {
    margin-bottom: 15px;
}
.lowstockinfo > u {
    padding: 0 4px;
    font-weight: bold;
}
.lowstockinfo img, .lastBoughtText img {
    margin: 0 7px 0 0;
    width: 14px;
    flex: none;
}
#BUYSECTION {
	position: relative;
}
#BUYSECTION input[type="submit"] {
	width: 460px;
    max-width: 100%;
    min-height: 55px;
    font-size: 15px;
	border-radius: 2px;
}
#BUYSECTION input[type="number"] {
    min-height: 40px;
    border: none;
    border-radius: 3px;
}
#BUYSECTION [data-favorites] {
    height: 17px;
    cursor: pointer;
}
#BUYSECTION .amount {
    display: flex;
    padding: 4px;
    margin-bottom: 15px;
    background-color:rgba(230,230,230,.50);
    border-radius: 6px;
    gap: 2px;
    position: relative;
}
#BUYSECTION .amount:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: inherit;
    transform: translateX(-50%);
    width: 9px;
    height: 6px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#BUYSECTION .amount span {
    cursor: pointer;
    width: 30px;
    display: flex;
    font-family: 'Arial';
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    user-select: none;
    
    background-color: rgba(255,255,255,1.00);
}
#BUYSECTION .amount span:hover {
    background-color: rgba(237,237,237,1.00);
}
.pcusp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.pcusp > * {
    border: solid 1px rgba(237,237,237,1.00);
    flex: none;
    width: 23%;
    margin: 0 1%;
    padding: 15px;
    position: relative;
    background-color: #f9f9f9;
    text-decoration: none;
}
.pcusp > * > span.pcusp-image {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background-color: #7A2418;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pcusp > * > span.pcusp-image img {
    display: block;
    width: 55%;
}
.pcusp > * > span.pcusp-header {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}
.pcusp > * > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pcusp > * > ul li {
    background-image: url(/images/skins/Bewise/images/icon-check-black.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
}
.pcusp > * > img[src*="maerket"] {
    width: auto;
    margin-right: 0;
    margin-left: 7px;
    height: 17px;
}

.expanded-description {
    margin: 70px auto;
    width: 700px;
    max-width: 100%;
    text-align: center;
}
.expanded-description > span {
    display: block;
    text-align: center;
}
.productnumber {
    color: #A4A4A4;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.productnumber span {
    color: rgba(0,0,0,1.00);
}
.manufactor {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #A4A4A4;
    font-size: 10px;
    margin-bottom: 15px;
}
.manufactor a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    display: block;
    margin-left: 6px;
}
.manufactor a > img {
	height: 15px;
}
.manufactor br {
    display: none;
}

.productcard .descriptionheader {
    margin: 20px 0 7px;
    font-weight: bold;
    font-size: 14px;
}
.productcard [itemprop="description"] ul {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}
.productcard [itemprop="description"] ul > li {
    padding-left: 19px;
    background-image: url('/images/skins/Bewise/images/icon-check-green.svg');
    background-size: 14px auto;
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.productcard [itemprop="description"] ul > li:not(:last-child) {
    margin-bottom: 2%;
}

.blogcard .Description_Productinfo img {
    max-width: 100%;
    height: auto !important;
    margin: 20px 0;
}

.supportbox {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: flex-start;
    border-radius: 10px;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
    margin: 20px 0 0;
}
.supportbox strong {
    display: block;
}
.supportbox > img {
    flex: none;
    width: 70px;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.loginpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.50);
    z-index: 500;
    display: none;
}
.loginpopup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginpopup > section {
    background-color: rgba(255,255,255,1.00);
    padding: 40px 30px 30px;
    flex: none;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    width: 600px;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.loginpopup:not(.favorites) .favoritesonly {
    display: none;
}
.loginpopup.favorites .largeheader:not(.favoritesonly),
.loginpopup.favorites .mediumheader:not(.favoritesonly){
    display: none;
}
.loginpopup ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.loginpopup ul > li {
    position: relative;
    padding: 0 0 0 21px;
    background-image: url("/images/skins/Bewise/images/icon-check-green.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 0 2px;
}
.loginpopup ul > li:not(:last-child) {
    margin-bottom: 5px;
}
.loginpopup form {
    padding: 0 0 15px;
    margin: 0 0 15px;
    display: none;
    flex-direction: column;
    border-bottom: solid 1px rgba(237,237,237,1.00);
}
.loginpopup form.active {
    display: flex;
}
.loginpopup input[type="email"], .loginpopup input[type="password"] {
    margin: 0 0 7px;
}
.loginpopup input[type="submit"] {
    display: flex;
    width: 100%;
    margin: 10px 0 15px;
}
.loginpopup a[href*="#back"] {
    padding: 0 0 10px;
}
.favoritespoupadded {
    display: none;
    flex-direction: column;
}
.favoritespoupadded.active {
    display: flex;
}
.favoritespoupadded.active ~ * {
    display: none;
}
.favoritespopupaddedinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.favoritespopupaddedinfo .image {
    width: 200px;
    max-width: 100%;
    position: relative;
}
.favoritespopupaddedinfo img {
    max-width: 100%;
    max-height: 250px;
}
.favoritespopupaddedinfo .image + a {
    margin: 15px 0;
}
.loginmessage {
    margin: 0 0 10px;
    background-color: rgba(241,241,241,1.00);
    border: solid 1px rgba(182,182,182,1.00);
    padding: 7px 10px;
    text-align: center;
}
.loginmessage:empty {
    display: none;
}
.loginmessage.failure {
    background-color: rgba(244,202,203,1.00);
    border-color: rgba(205,135,136,1.00);
    color: rgba(120,22,24,1.00);
}

.popupclose {
    position: absolute;
    right: 30px;
    top: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.popupclose i {
    font-weight: 'Arial';
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0 7px;
}

.slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 100%;
    border-radius: none;
    padding: 0;
    z-index: 10;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    cursor: pointer;
    border: none;
}
.slick-arrow.slick-prev {
    left: 0;
    background-image: url("/images/skins/Bewise/images/icon-left-black.svg");
}
.slick-arrow.slick-next {
    right: 0;
    background-image: url("/images/skins/Bewise/images/icon-right-black.svg");
}
.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: 20px;
    list-style-type: none;
}
.slick-dots > li {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: rgba(237,237,237,1.00);
    margin: 0 5px;
    flex: none;
}
.slick-dots > li.slick-active {
    background-color: rgba(90,90,90,1.00);
}
.slick-dots button {
    display: none;
}
.Frontpage_Custom_UL .slick-arrow {
    top: 50%;
}
.Frontpage_Custom_UL .slick-slide {
    margin: 0 20px;
}
.Frontpage_Custom_UL .slick-list {
    margin: 0 -20px;
}

.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:hover {
	color: #000;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 3px;
  background: #e78f6a;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #eaa68a;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

.overflowhidden {
    overflow: hidden;
}

.topnavbuttons .flexie img {
    margin-bottom: 0;
    margin-right: 10px;
}
.productcard-buysection .flexie {
    margin: 0 0 20px 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.productcard-buysection .flexie img {
    margin-right: 10px;
}
.footerMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footerMenu a {
	text-decoration: none;
}
footer {
    padding: 80px 0 40px;
    background-color: whitesmoke;
	position: relative;
}

footer .TopMenu_MenuItems {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer, footer a {
}
footer .icon {
    width: 60px;
    margin-bottom: 40px;
}
footer .header {
    font-weight: bold;
    font-size: 110%;
    text-transform: uppercase;
}
footer section {
    padding: 15px 0 0;
	line-height: 18px;
}
footer section > a:not([href*="@"]) {
    display: inline-block;
    text-decoration: none;
}
footer section > a:not(:last-of-type) {
    margin-bottom: 5px;
}
footer form[onsubmit*="newsletter"] {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1% 0;
}
footer form[onsubmit*="newsletter"] > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}
footer form[onsubmit*="newsletter"] input[type="text"],
footer form[onsubmit*="newsletter"] input[type="email"] {
    margin-bottom: 7px;
    text-align: center;
    border: none;
}
footer form[onsubmit*="newsletter"] input[type="text"] {
    width: 48%;
}
footer form[onsubmit*="newsletter"] .terms {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
footer form[onsubmit*="newsletter"] .terms input[type="checkbox"] {
    margin-right: 7px;
}
footer form[onsubmit*="newsletter"] input[type="submit"] {
    border: none;
    background-color: #000000;
    color: rgba(255,255,255,1.00);
}

footer .newsletter a[href*="emaerket"] {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}
.credits {
    background-color: #2A3D4C;
    padding: 40px 0;
}
.credits img.creditcards {
    width: 300px;
    max-width: 80%;
    height: auto;
}

.baskettotalinfo {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.ShowBasket_Custom_DIV > div {
    display: flex;
    padding: 15px;
    border: solid 1px rgba(237,237,237,1.00);
    position: relative;
}
.ShowBasket_Custom_DIV > div {
        margin-bottom: 10px;
    }
.ShowBasket_Custom_DIV .image {
    flex: none;
    width: 80px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: flex-start;
}
.ShowBasket_Custom_DIV .image a {
    position: relative;
}
.ShowBasket_Custom_DIV .image img {
    width: 100% !important;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1/1;
    display: block;
    padding: 5px;
}
.ShowBasket_Custom_DIV .info {
    flex: auto;
}
.ShowBasket_Custom_DIV .info span.pnumber {
	font-size: 11px;
	color: #7D7D7D;
	display: block;
	margin-bottom: 5px;
}
.ShowBasket_Custom_DIV .info > a {
    text-decoration: none;
}
.ShowBasket_Custom_DIV .info table {
    margin: 10px 0 0;
    background-image: url("/images/skins/Bewise/images/icon-gift-black.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: calc(100% - 10px) 50%;
    padding: 7px 35px 7px 10px;
    border: solid 1px rgba(237,237,237,1.00);
    border-radius: 2px;
    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 .info .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 8px 0 0;
}
.ShowBasket_Custom_DIV .amount, .minibasket .incdec {
    display: flex;
}
.ShowBasket_Custom_DIV .amount a, .minibasket .incdec a {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    font-family: 'Arial';
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    text-decoration: none;
    border: solid 1px rgba(237,237,237,1.00);
}
.ShowBasket_Custom_DIV .amount span, .minibasket .incdec span {
    display: flex;
    padding: 0 10px;
    align-items: center;
}
.ShowBasket_Custom_DIV .amount input[type="number"],
.minibasket .incdec input[type="number"] {
    text-align: center;
    padding: 0;
    width: 35px !important;
    height: 30px;
    border-left: none;
    border-right: none;
    -moz-appearance: textfield;
}
.minibasket .incdec input[type="number"]::-webkit-outer-spin-button,
.minibasket .incdec input[type="number"]::-webkit-inner-spin-button,
.ShowBasket_Custom_DIV .amount input[type="number"]::-webkit-outer-spin-button,
.ShowBasket_Custom_DIV .amount input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.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 .price {
    text-align: right;
}
.ShowBasket_Price_Before_Special_Offer {
    text-decoration: line-through;
}
.showbasket .summary {
    padding: 20px;
}
.showbasket .summary .row {
    display: flex;
    justify-content: space-between;
}
.showbasket .summary .row.total {
    font-weight: bold;
	padding: 5px 0;
}
.showbasket .summary .row.total > div:last-child {
	font-size: 18px;
}
.showbasket .summary .row.total > div:last-child > span {
	font-weight: normal;
	padding-left: 6px;
}
.showbasketnavigation {
    display: flex;
	flex-direction: column;
	justify-content: center;
}
.showbasketnavigation a:first-child {
    flex: none;
    width: 100%;
    margin: 0 0 30px 0;
    min-height: 55px;
    font-size: 16px;
}
.showbasketnavigation a:first-child:not(:hover) {
    animation: buttonColorChange 5s infinite;
}
.showbasketnavigation a:last-child {
    flex: none;
	text-decoration: none;
	border: 1px solid #eee;
	color: #000;
	text-transform: uppercase;
	padding: 10px 20px;
}
.showbasket > .summary > .showbasketnavigation {
    flex: auto;
	display: flex;
	align-items: center;
    margin-top: 20px;
}
.discountcode {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    align-items: center;
    border: dashed 1px rgba(209,209,209,1.00);
}
.discountcode > * {
    flex: auto;
}
.discountcode > input[type="text"] {
    border: none;
}
.discountcode > input[type="text"].active {
    padding-left: 27px;
    background-image: url('/images/skins/Bewise/images/icon-check-green.svg');
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 8px 50%;
}
.discountcode > button {
    margin-left: 10px;
    white-space: nowrap;
}
.discountcode > button:before {
    content: attr(data-default);
}
.discountcode > input.active ~ button:before {
    content: attr(data-remove);
}

.twocolumns {
    display: flex;
    margin: 0 -1%;
}
.twocolumns > * {
    margin: 0 1%;
}
.twocolumns div.sendbasketbutton {
    width: 100%;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(237,237,237,1.00);
    color: rgba(0,0,0,1.00);
}
.twocolumns div.sendbasketbutton img {
    margin-right: 7px;
    width: 14px;
}

.ShowBasket_SendBasketLink_Dialog_Link,
#ShowBasketSendBasketLink,
#ShowBasket_SendBasketLink_LinkPreview,
.ddsbr-subject,
.ddsbr-body {
    display: none;
}

.button.editbasket {
    width: 100%;
    margin-bottom: 30px;
	background-color: #eee;
	color: #000;
}
#checkout-container .checkout-headline {
    display: none;
}
.webshop-checkout .container.content {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.webshop-checkout .instagram,
.webshop-checkout header .top {
    display: none;
}
.gls-parsel-shops--container {
	flex: none;
	width: 100%;
	padding-left: 16px;
}
#Orderstep2_GLS_Table {
    border-collapse: collapse;
	width: 100%;
}
#Orderstep2_GLS_Table tr {
	border-bottom: 1px solid #f6f6f6;
	padding: 5px 0;
	display: block;
}
#Orderstep2_GLS_Table td:not(.Orderstep2_GLS_ParcelShop_TD) {
	width: 20px;
}
#Orderstep2_GLS_Table .Orderstep2_GLS_ParcelShop_TD {
	
}
#checkout-container h2,
#checkout-container h3 {
    font-size: 24px;
    font-weight: normal;
}
#customer-alternative-delivery {
    margin-top: 30px;
}
#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;
    position: relative;
}
#checkout-container > div.checkoutright {
    width: 40%;
    background-color: #f8fafc;
    border-left: solid 1px #e1e1e1;
}
#customer-login {
	background-color: #f6f6f6;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 20px;
}
#customer-login-devider {
	display: none !important;
}
#customer-login > fieldset {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0 !important;
}
#customer-login > fieldset [for="checkout_username"] {
	width: 35%;
}
#checkout_forgottenpassword {
	flex: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
label[for="checkout_forgottenpassword_email"] {
	width: 70% !important;
}
#checkout_forgottenpassword_submit {
	width: 28%;
}
#checkout_password_login-container {
	width: 35% !important;
	float: none !important;
	margin-bottom: 0 !important;
}
#checkout_password_login-button-container {
	width: 28% !important;
	float: none !important;
}
#checkout-container #checkout_password_login-button-container input {
	width: 100% !important;
}
#checkout-container #column-data #customer-login input {
	margin-bottom: 0;
	height: 35px;
	padding: 0 10px;
	border-radius: 3px;
}
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 a[href*="frontpage.html"] img {
    margin: 0 0 40px;
    display: block;
    width: 245px;
    height: auto;
}
#checkout-container fieldset,
#shipping-methods {
    display: flex;
    flex-wrap: wrap;
    margin: -1%;
    padding: 0;
    border: none;
}
#shipping-methods {
	margin-bottom: 30px;
}
#checkout-container .checkout-select, #checkout-container .checkout-text {
	height: 40px;
	border: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
	border-radius: 2px;
	padding: 0 10px;
	margin-bottom: 0;
	box-shadow: 0 0 8px rgb(0 0 0 / 4%);
}
#customer-data fieldset {
    align-items: flex-start;
}
#checkout-container fieldset > label:not(#customer-login fieldset label),
#checkout-container fieldset > div#subscription-maillist,
#shipping-methods > label,
#checkout-container .altdel {
    flex: none;
    width: 48%;
    margin: 1%;
}
#checkout-container fieldset > label[for="res2"] {
    display: flex;
    flex-wrap: wrap;
	width: 98%;
	position: absolute;
	left: -9000px;
}
#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;
}
.discountInfoButton {
	flex: none;
	width: 100%;
	display: block;
	margin-top: 5px;
}

#checkout-container fieldset > label[for*="_customertype"] {
    width: 98% !important;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#checkout-container fieldset > label[for*="_customertype"] > span {
    display: none;
}
#checkout-container fieldset > div#subscription-maillist {
    width: 98%;
    display: flex;
    padding: 10px;
    background-color: #f8fafc;
}
#checkout-container fieldset > div#subscription-maillist label {
    padding-left: 10px;
    cursor: pointer;
}
#checkout-container .altdel {
    width: 98%;
    display: flex;
    padding: 10px;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px #e1e1e1;
    align-items: flex-start;
    justify-content: flex-start;
}
#checkout-container .altdel input {
    margin: 0 10px 0 0;
    flex: none;
}
#column-shipping-payment {
    margin-top: 30px;
}
#payment-methods {
    margin-bottom: 30px;
}
#confirm-termsandconditions-link-text {
	margin-top: 10px;
}
#payment-methods > fieldset > label,
#shipping-methods > label {
    border: solid 1px #e2e8f0;
    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-payment-method-image, .checkout-shipping-method-image {
    margin: 0 0 10px;
}
.checkout-payment-method-image img, .checkout-shipping-method-image img {
    width: 120px;
    display: block;
}
.checkout-shipping-method-image img[src*="-gls."] {
    width: 80px;
}
label[for="checkout-payment-59"] .checkout-payment-method-image img {
    width: 130px;
}
label[for="checkout-payment-60"] .checkout-payment-method-image img {
    width: 90px;
}
label[for="checkout-payment-89"] .checkout-payment-method-image img {
    width: 80px;
}

#checkout_customertype,
#checkout_altdelivery_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 {
    content: "";
    margin: 0 10px 0 0;
}
.typeselect > div.active:before {
    border: none;
    background-color: #87b640;
}

.typeselect > div.active {
    background-color: #678439;
    border-color: #678439;
    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;
}

#order-confirm {
    margin-top: 30px;
}
#mailchimp-subscribe-box {
	display: none;
}
body .bp_lsaFullScreen .bp_lsaSearchtop {
	background-color: #feeb35;
}
body .bp_relatedproductsProductButton {
	text-transform: uppercase;
}
#confirm-accepterms, #bp_mailchimpCheckoutSignup {
    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;
	width: 100%;
	border-radius: 3px;
}
#bp_mailchimpCheckoutSignup label {
	margin-left: 8px;
}
#confirm-accepterms input[type="checkbox"], #mailchimp-subscribe-box input {
    margin: 0px 10px 0 0;
    flex: none;
}
#confirm-accepterms span {
    cursor: pointer;
}

#confirm-checkout input[type="button"],
#confirm-checkout input[type="button"]:hover {
    width: 100%;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

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;
}
th {
    text-align: left;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}

.shippingcountdown {
    min-height: 38px;
}
.shippingcountdown .text {
    margin: 0 0 5px;
    padding: 0 65px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
.shippingcountdown .text i {
    font-style: normal;
    color: #A1B4BF;
}
.shippingcountdown .bar {
    height: 16px;
    padding: 1px;
    border: solid 1px #A1B4BF;
    background-color: rgba(255,255,255,1.00);
    display: flex;
    position: relative;
}
.shippingcountdown .bar span {
    flex: none;
    background-color: #A1B4BF;
    width: 0;
}
.shippingcountdown .bar small {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 11px;
    background-color: #A1B4BF;
    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 #A1B4BF;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.shippingcountdown:empty {
    display: none;
}
.shippingcountdown.redeemed {
    background-color: #e9f4e9;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shippingcountdown.redeemed img {
    margin-right: 4px;
    width: 14px;
}
form[action="/shop/customer.html"] table.Login_Customer input, form[action="/shop/customer.html"] table.ForgotPassword_Customer input {
    display: block;
    width: 100% !important;
    margin: 0 0 10px;
}
body.webshop-customercenter td > b + br,
body.webshop-customercenter table + br {
    display: none;
}
table.Login_Customer > tbody > tr:nth-child(-n+2):not(:first-child) td,
table.ForgotPassword_Customer td {
    font-size: 0;
}
form[name="forgotpsw"] {
    margin-top: 20px;
}
.ErrorText_customerlogin {
	background-color: rgba(248,208,209,1.00);
	border: solid 1px rgba(214,160,161,1.00);
	color: rgba(165,67,69,1.00);
	padding: 6px 10px;
	margin: 0 0 10px;
	border-radius: 3px;
}

.signup_confirm_checkbox {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 15px 0 0;
}
.signup_confirm_checkbox input {
    margin: 0 7px 0 0;
    flex: none;
}
.loginText {
    display: none;
}
table.ForgotPasswordStatus_Customer {
    display: none;
}
body.webshop-customercenter.loggedin .container.content > table:first-of-type {
	display: none;
}
.BackgroundColor1_Customer {
    padding:20px;
    clear: both;
    max-width: 98%;
	width: 1100px;
	margin: 0 auto;
    background-color: #f3f3f3;
}
span[id*="tabB"] {
    margin: 0 10px 0 0;
    float: left;
}
span[id*="tabB"] > span {
    padding: 5px 15px;
    border: solid 1px rgba(216,216,216,1.00);
    border-bottom-width: 0;
    border-radius: 2px 2px 0 0;
    display: block;
}
span[id*="tabB"]:hover > span:not(.Tabactive_Customer) {
    background-color: rgba(183,183,183,.30);   
}
span[id*="tabB"] > span.Tabactive_Customer {
    background-color:rgba(0,0,0,1.00);
    border-color:rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
}
form[name="CustomerCenterForm"] > table {
    clear: both;
	width: 100%;
	max-width: 100%;
}
.Text1_Customer span.Heading_Customer + br,
.Text1_Customer span.Heading_Customer + br + br {
    display: none;
}
.BackgroundColor1_Customer > tbody > tr > td > table.Text1_Customer {
    table-layout: fixed;
}
#OrderDetailsHeading + br + table {
    display: none;
}
#OrderDetailsHeading + br + table + br + table {
    width: 100%;
}
.Text1_Customer tr[id*="Field"] > td {
    padding: 3px 0;
}

.extraProductsContainer {
    margin: 0 0 20px;
	display: flex;
	flex-direction: column;
    gap: 10px;
}
.extraProductsHeader {
    display: block;
    width: 100%;
    font-size: 18px;
	margin-top: 25px;
    margin-bottom: 10px;
}
.extraProduct {
	flex: none;
    display: flex;
    border: solid 1px rgba(237,237,237,1.00);
    border-radius: 4px;
	position: relative;
    align-items: center;
	padding: 10px 15px;
	width: 100%;
    gap: 15px;
}
.extraProduct > * {
    flex: none;
}
.extraProduct .check {
    
    display: flex;
	z-index: 1;
    
}
.extraProduct .check input {
	width: 26px;
	height: 26px;
    border-radius: 50%;
}
.extraProduct .check img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%,-50%);
    z-index: 5;
    display: none;
    pointer-events: none;
}
.extraInfo {
    display: none;
}
.extraProduct .check input:checked + img {
    display: block;
}
.extraProduct > .image {
    width: 70px;
    align-self: center;
    position: relative;
}
.extraProduct > .image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    background-color: rgba(255,255,255,1.00);
    aspect-ratio: 1/1;
    border: solid 1px rgba(237,237,237,1.00);
    border-radius: 4px;
}
.extraProduct > .name {
    flex: auto;
    padding: 8px 0;
	display: flex;
	flex-direction: column;
}
.extraProduct > .name > a {
	position: absolute;
	top: 10px;
	right: 10px;
}
.extraProduct > .name strong {
    display: block;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.extraProduct > .name span.price {
	display: block;
	padding: 5px 0;
}
.extraProduct > .name select {
    margin: 0;
    display: block;
    width: 300px;
	max-width: 100%;
}
.extraProduct .price strike {
    padding-right: 6px;
}

a[href*="remove=1"], a[href*="RemProduct=1"] {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-40%,-40%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(0,0,0,1.00);
    background-image: url("/images/skins/Bewise/images/icon-delete-white.svg");
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%;
    z-index: 10;
}
a[href*="remove=1"] img, a[href*="RemProduct=1"] img {
    display: none;
}

.TopMenu_MenuItems {
    display: none;
}
.productcard .same-product-container .ProductList_Custom_UL:not(.slick-initialized) > li {
    width: 96%;
}
.productcard .same-product-container .ProductList_Custom_UL:not(.slick-initialized) > li:nth-child(n+3) {
    display: none;
}
.ProductList_Custom_UL li .productlistbanner {
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.ProductList_Custom_UL li .productlistbanner video,
.ProductList_Custom_UL li .productlistbanner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}
.ProductList_Custom_UL li .productlistbanner > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ProductList_Custom_UL li .productlistbanner > div > strong {
    font-size: 24px;
    margin: 0;
}
.ProductList_Custom_UL li .productlistbanner > div > p {
    font-size: 16px;
    margin: 0;
}

.Text1_FrontPage img {
    width: 100%;
    display: block;
}
.Text1_FrontPage .fpusp img {
    width: 16px;
    margin-right: 5px;
}
.fpusp:not(.slick-initialized) {
    display: flex;
}
.fpusp:not(.slick-initialized) > *, .fpusp .slick-slide {
    display: flex !important;
    flex: none;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
.fpusp:not(.slick-initialized) > * {
    width: 50%;
}
.fpusp:not(.slick-initialized) > *:nth-child(n+3) {
    display: none;
}

.social {
	width: 1700px;
	max-width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e2e2df;
    padding: 20px 0 0 0;
	margin: 30px auto 0;
}
.social > div:first-child {
    display: flex;
    align-items: center;
}
.social > div:last-child {
    display: flex;
    align-items: center;
}
.social > div:last-child > div {
    border-radius: 2px;
    background-color: #FFF;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    margin-left: 3px;
}
.social > div:last-child img {
    height: 18px;
	width: auto;
    display: block;
}
.social a {
    flex: none;
    display: flex;
    margin-right: 10px;
    align-items: center;
}
.social a img {
    display: block;
}
.pricerunner-logo {
    height: auto;
    display: block;
}

span.ProductMenu_MenuItemBold {
    font-weight: 300;
}
.stickytop {
    background-color: rgba(255,255,255,1.00);
    position: relative;
    z-index: 40; 
}
.stickytop.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

table.CmsPageStyle_Table {
    table-layout: fixed;
}


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.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: 170px;
    height: auto;
    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;
    right: 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;
}


.slideoutcontainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color: rgba(0,0,0,.0);
    transition: background .5s ease;
    z-index: 99999999;
}
.slideoutcontainer.active {
    transform: translateX(0);
    background-color: rgba(0,0,0,.5);
    z-index: 999999999999;
	/*display: none !important;*/
}
.slideout {
    position: absolute;
    height: 500px;
    max-height: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    top: 240px;
    right: 100%;
    transform: translateX(110%);
    background-color: rgba(255,255,255,1.00);
    width: 80px;
    transition: transform .5s ease;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.slideoutcontainer:not(.active) .slideout.ready {
    transform: translateX(0);
}
.slideoutcontainer.active .slideout {
    transform: translateX(0);
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    width: 600px;
}
.slideout > * {
    flex: none;
}
.slideoutcontainer.active .slideouttop {
    padding: 20px;
}
.slideoutheader {
    display: flex;
}
.slideoutclosebutton {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Arial';
    font-size: 26px;
    width: 20px;
    height: 20px;
    line-height: 1;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    padding: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    display: none;
}
.slideoutcontainer.active .slideoutclosebutton {
    display: inline-flex;
    position: relative;
    transform: none;
    padding: 0 10px;
    border-radius: 0;
    height: auto;
    width: auto;
}
.slideoutcontainer.active .slideoutheader > div {
    border-top: solid 1px rgba(221,221,221,1.00);
}
.slideoutheader > div {
    flex: auto;
    border-bottom: solid 1px rgba(221,221,221,1.00);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.slideoutheader > div > div.count {
    top: 3px;
    left: 3px;
    z-index: 10;
}
.slideoutcontainer.active .slideoutheader > div > div.count {
    top: 33%;
    left: 43%;
    width: 25px;
    height: 25px;
    font-size: 12px;
}
.slideoutheader > div > span {
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}
.slideoutheader > div:not(.active) > div ~ * {
    opacity: .3;
}
.slideoutcontainer.active .slideoutheader > div {
    padding: 30px 0;
}
.slideoutcontainer.active .slideoutheader > div > span {
    display: flex;
}
.slideoutheader > div:not(:last-child) {
    border-right: solid 1px rgba(221,221,221,1.00);
}
.slideoutheader > div img {
    width: 15px;
    height: auto;
    display: block;
    flex: none;
}
.slideoutcontainer.active .slideoutheader > div img {
    width: 35px;
}
.slideoutremovebutton {
    position: absolute;
    right: 100%;
    top: 25px;
    font-family: 'Arial';
    font-size: 15px;
    padding: 2px 5px;
    line-height: 1;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    align-items: center;
    justify-content: center;
}
.slideout:not(.ready) .slideoutremovebutton {
    display: none;
}
.slideoutmain {
    display: none;
    flex: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:rgba(255,255,255,1.00);
    flex-wrap: wrap;
    align-content: flex-start;
}
.slideoutmain.active {
    display: flex;
}
.slideoutcontainer.active .slideoutmain {
    background-color: #f9f9f9;
}
.slideoutmain .line {
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,1.00);
    padding: 8px;
    position: relative;
    flex: none;
    width: 100%;
}
.slideoutcontainer.active .slideoutmain {
    justify-content: space-between;
    padding: 20px;
}
.slideoutcontainer.active .slideoutmain .line {
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    width: 31.3%;
    margin-bottom: 4%;
}
.slideoutmain .line > * {
    flex: none;
}
.slideoutcontainer:not(.active) .slideoutmain .line .deletebutton {
    display: none;
}
.slideoutmain .line > .image {
    position: relative;
    margin-bottom: 5px;
	display: flex;
	justify-content: center;
}
.slideoutmain .line > .image img {
    display: block;
    max-width: 100%;
	width: auto;
	max-height: 150px;
}
.slideoutmain .line > a.name {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.slideoutcontainer:not(.active) .slideoutmain .line > a.name {
    display: none;
}
.slideoutcontainer:not(.active) .slideoutmain .line > .price {
    text-align: center;
    font-size: 10px;
}
.slideoutcontainer .slideoutmain .line > .price strike {
    padding-left: 5px;
}
.slideoutcontainer:not(.active) .slideoutmain .line > .price strike {
    display: none;
}
.slideoutbottom {
    padding: 10px;
    border-top: solid 1px rgba(221,221,221,1.00);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
    font-size: 11px;
}
.slideoutcontainer.active .slideoutbottom {
    display: none;
}

#ProductFilter-Container {
    position: relative;
}
#ProductFilter-Container.filterloading:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.70);
    z-index: 100;
    position: absolute;
    background-image: url(/images/skins/Bewise/images/loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-size: 40px auto;
}
#ProductFilter-Container > * {
    flex: none;
}
.product-filter-headertext-container {
    display: none;
}

#ProductFilter-Container div[class*="product-filter-column-container"] {
    display: flex;
    flex: auto;
    flex-direction: column;
    -webkit-overflow-scrolling:touch;
    overflow-y:auto;
    overflow-x:hidden;
}
.product-filter-row {
    margin-bottom: 35px;
}
div.product-filter-container {
    border: none;
}
div.product-filter-header-container {
    background-color: transparent;
    padding: 0;
    border: none;
    float: none;
}
div.product-filter-body-container, div.product-filter-body-container-price {
    padding: 10px 0 0;
}
div.product-filter-body-container-price {
    padding-top: 15px;
}
div.product-filter-header-text {
    text-transform: uppercase;
}
div.product-filter-checkbox-container {
    display: flex;
    align-items: center;
    border: solid 1px #ddd;
    padding: 8px 8px;
    border-radius: 3px;
    position: relative;
    transition: background 0.3s ease;
    background-color: #FFF;
	margin-bottom: 5px;
}
.product-filter-checkbox-container img.flag {
    width: 18px;
    margin-right: 6px;
}
div.product-filter-advanced-variant-checkboxes, div.product-filter-tag-checkboxes, div.product-filter-manufactor-checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}


.product-filter-advanced-variant-checkboxes div.product-filter-checkbox-container, div.product-filter-tag-checkboxes div.product-filter-checkbox-container {
    margin: 0 5px 5px;
    width: calc(50% - 10px) !important;
    background-color: #FFF;
}
div#product-filter-manufactor-checkboxes .product-filter-checkbox-container {
	margin: 0 5px 5px;
    width: calc(100% - 10px) !important;
    background-color: #FFF;
}
div.product-filter-checkbox-container.active {
    border-color: #678439 !important;
    background-color: #678439 !important;
}
div.product-filter-checkbox-container.active * {
    color: rgba(255,255,255,1.00);
}
.product-filter-advanced-variant-checkboxes div.product-filter-checkbox-container.active, div.product-filter-tag-checkboxes div.product-filter-checkbox-container.active {
    background-color: #678439;
    color: rgba(255,255,255,1.00);
}

div.product-filter-checkbox-container:not(.disabled):not(.active):hover, div.product-filter-clear-all a:hover {
    background-color: #678439 !important;
    border-color: #678439 !important;
    color: #FFF;
	cursor: pointer;
}

div.product-filter-checkbox-container.disabled {
    cursor: default;
    opacity: .3;
}
div.product-filter-checkbox-container.disabled:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
div.product-filter-checkbox-container > * {
    flex: none;
    float: none;
}
label.product-filter-checkbox-label {
    float: none;
    line-height: normal;
    flex: auto;
    cursor: pointer;
}

div.product-filter-clear {
    display: none;
}
.product-filter-row input[type="checkbox"] {
    display: none;
}
.checkbox {
    float: left;
    width: 19px;
    height: 19px;
    background-color: rgba(214,214,214,1.00);
    cursor: pointer;
    margin: 0 8px 0 0;
    border-radius: 50%;
}
input:checked + label .checkbox {
    background-color: rgba(249, 83, 134, 1);
}
div.product-filter-clear-all {
    margin: 0 0 10px;
}
.closeFilterButton {
	display: none;
}
div.product-filter-clear-all a {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 10px;
    border-radius: 3px;
	background-color: #000;
    color: #FFF;
    margin-bottom: 10px;
}
.btnFilterProductsFound {
    display: block;
    margin: 0;
	text-align: center;
	background-color: #678439;
	padding: 12px;
}
.btnFilterProductsFound:before {
    
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 24px;
  left: -17px;
  top: -11px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -29px;
  left: auto;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
	right: 0;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background:rgba(178,178,178,.30);
  border-radius: 0px;
	margin: 20px 0 15px;
  /*border: 1px solid #D3D3D3;
  /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
}
.noUi-connect {
  background:rgba(0,0,0,1.00);
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #E8E7E6;
  left: 12px;
  top: 6px;
}
.noUi-handle:after {
  left: 15px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 3px;
  background:#678439;
  color:rgba(255,255,255,1.00);;
  padding: 2px 4px;
  text-align: center;
  white-space: nowrap;
	font-size: 60%;
}
.noUi-tooltip:after {
	content: "";
	width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #678439;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}




.priceRangeInfo {
    display: flex;
}
.priceRangeInfo > span {
    flex: auto;
    font-size: 70%;
}
.priceRangeInfo > span:last-child {
    text-align: right;
}
.value-slider-wrapper-input {
    display: none;
}
aside {
    display: none;
}

.topcategories {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -1%;
}
.topcategories > a {
	flex: none;
    width: 23%;
    margin: 0 1% 2%;
    display: block;
    text-decoration: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 20px;
	border-radius: 4px;
	transition: .3s ease;
}
.topcategories > a:hover {
	cursor: pointer;
	box-shadow: 0 0 16px rgb(0 0 0 / 14%);
}
.topcategories > a > img {
	display: block;
	max-width: 100%;
	border-radius: 4px;
	margin-bottom: 15px;
}
.topcategories span {
	display: flex;
	align-items: center;
}
.topcategories span > img {
	display: block;
	margin-right: 6px;
	width: 10px;
}
.slider-wrapper {
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	background-color: #FFF;
	padding: 20px;
}
.nivo-dynamic-text {
	position: absolute !important;
	top: 50% !important;
	left: 10% !important;
	right: auto !important;
	transform: translateY(-50%) !important;
}
.nivo-dynamic-text-header {
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	flex: none;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	background-color: #475828;
	padding: 20px 40px;
	border-radius: 4px;
}
.nivo-dynamic-text-teaser {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	background-color: #87b640;
	color: #FFF;
	border-radius: 4px;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
}
.nivo-dynamic-text-inner-content-left {
	display: flex;
	flex-direction: column;
}


.frontpageproducts {
	margin: 60px 0 0 0;
}

.welcome {
	display: flex;
}
.welcome > * {
	flex: none;
	width: 50%;
}
.welcome > div {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-right: 50px;
}
.welcome > div h1 {
	font-size: 50px;
}

.supplier-carousel {
    margin-top: 60px;
}

.supplier-carousel .img-container {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    aspect-ratio: 5 / 2;
    background-color: whitesmoke;
    margin: 0 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.supplier-carousel .slick-dots {
    bottom: -20px;
}

.supplier-carousel .slick-list {
    margin: 0 -20px;
}

.supplier-carousel .img-container img {
    max-height: 100%;
    padding: 20px;
}

columns .focus {
    flex: none;
    width: 48%;
    background-color: #03213b;
    color: rgba(255,255,255,1.00);
    padding: 3%;
}
columns h2, columns h3 {
    font-weight: normal;
    font-size: 22px;
}
columns [style*="background"], columns[style*="background"] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
columns.padding {
    padding: 3%;
}
iframe[src*="youtu"] {
    max-width: 100%;
    display: block;
}

.mobilemenucontent {
    display: none;
}

.container.content video:not(:fullscreen) {
    aspect-ratio: 14/9;
    object-fit: cover;
    object-position: 50% 30%;
}

.needhelp {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-start;
    margin: 0 0 15px;
    font-weight: bold;
}
.needhelp svg {
    width: 18px;
}

.minibasket .bp_announcementBarContainer {
    margin-top: 20px;
}



.yesoffertitle {
    font-weight: bold;
    font-size: 15px;
    padding: 0 0 15px;
}
.showbasket .yesoffertitle {
    margin-top: 30px;
}

.yesofferproducts {
    overflow: hidden;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.yesofferproducts > .yesitem {
    padding: 10px;
    border: 2px solid #ee6824;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, 1.00);
}
.yesofferproducts > .yesitem:nth-child(n+4) {
    display: none;
}
.yesofferproducts > .yesitem:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    background-color: #f0f8ee;
    border: 2px solid #dcebd9;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: all 0.5s ease;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iZ3JlZW4iPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE5LjkxNiA0LjYyNmEuNzUuNzUgMCAwIDEgLjIwOCAxLjA0bC05IDEzLjVhLjc1Ljc1IDAgMCAxLTEuMTU0LjExNGwtNi02YS43NS43NSAwIDAgMSAxLjA2LTEuMDZsNS4zNTMgNS4zNTMgOC40OTMtMTIuNzRhLjc1Ljc1IDAgMCAxIDEuMDQtLjIwN1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+");
    background-size: 30px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.yesofferproducts > .yesitem.yesitemadded:before {
    opacity: 1;
}
.yesofferproducts > .yesitem .image {
    flex: none;
    width: 70px;
}
.yesofferproducts > .yesitem .image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
.yesofferproducts > .yesitem .info {
    padding: 0 20px;
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.yesofferproducts > .yesitem .info .name {
    margin: 0 0 5px 0;
}
.yesofferproducts > .yesitem .info .inforow {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.yesofferproducts > .yesitem .info .priceinfo {
    line-height: 1.2;
}
.yesofferproducts > .yesitem .info .priceinfo > span {
    font-weight: bold;
}
.yesofferproducts > .yesitem.isoffer .info .priceinfo > span {
    color: #ee6824;
}
.yesofferproducts > .yesitem .info .priceinfo strike {}
.yesofferproducts > .yesitem .info .stockinfo {
    margin: 0;
}
.yesofferproducts > .yesitem .button {
    flex: none;
}

.showbasket .yesofferproducts > .yesitem:nth-child(n+3) {
    display: none;
}


.bigbuysteps {
    margin-bottom: 40px;
    padding: 15px 21px 32px 15px;
    background-color: rgba(247,247,247,1.00);
    border: solid 1px rgba(221,221,221,1.00);
}
.bigbuytitle {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.bigbuysubtitle {
    margin-bottom: 8px;
}
.bigbuybar {
    background-color:rgb(251 251 251);
    border: solid 1px rgb(233 233 233);
    display: flex;
    height: 10px;
    position: relative;
    border-radius: 25px;
    
}
.bigbuybar span {
    flex: none;
    position: absolute;
    left: -1px;
    top: -1px;
    height: calc(100% + 2px);
    background-color:#678439;
    border-radius: inherit;
}
.bigbuybar strong {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffed00;
    border: solid 2px #bab468;
}
.bigbuybar strong.achieved {
    background-color: #fff;
    border-color: #678439;
}
.bigbuybar strong i {
    font-style: normal;
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    display: block;
    text-align: center;
    font-weight: bold;
}
.productcard .bigbuysteps {
    margin-top: 30px;
}
.minibasket .bigbuysteps {
    border-right: none;
    border-left: none;
    margin-bottom: 20px;
}


@media (min-width: 901px) {
    .imagescontainer .images {
        display: flex;
        flex-wrap: wrap;
    }
   
    .imagescontainer .images > a:nth-child(n+2) {
        width: 20%;
    }
    
    .frontpagecolumns > img {
        clip-path: polygon(4% 44%, 4% 0, 100% 0, 100% 100%, 4% 100%, 4% 56%, 0 50%);
    }
}
@media (max-width: 900px) {
    
    .minibasket .yesofferproducts {
        padding-bottom: 15px;
    }
    .minibasket .yesofferproducts > :nth-child(n+2) {
        display: none;
    }
    /*
    #slider-wrapper-FrontpageCustomTemplate-3 img {
        aspect-ratio: 4/3;
        height: auto;
        object-fit: cover;
        object-position: 0 50%;
    }
    */
    .productcard-buysection {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .frontpagebuttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .frontpagebuttons > .button {
        font-size: 12px;
    }
    .frontpagecolumns {
        font-size: inherit;
    }
    .frontpagecolumns > * {
        width: auto;
        flex: auto;
    }
    .frontpagecolumns > img {
        width: 29%;
    }
    .mobilecolumns {
        flex-direction: column;
    }
    .frontpagecolumns.mobilecolumns > img {
        width: 100%;
    }
    
    .mediumheader {
        font-size: 18px;
    }
    
    .slider-wrapper {
        padding: 10px;
    }
    .topcategories > a {
        width: 48%;
        margin: 0 1% 2%;
    }
    .nivo-dynamic-text {
        left: 5% !important;
    }
    .nivo-dynamic-text-header {
        font-size: 22px;
        padding: 10px 20px;
    }
    .nivo-dynamic-text-teaser {
        font-size: 14px;
        padding: 5px 10px;
    }
    .welcome {
        flex-direction: column;
    }
    .welcome > * {
        width: 100%;
    }

    .welcome > div {
        padding-right: 0;
    }
    
    .imagescontainer .images {
		display: flex;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.imagescontainer .images > * {
		scroll-snap-align: start;
		width: calc(95vw - 20px);
		flex: none;
	}
    .imagescontainer .images > :only-child {
		width: 100%;
	}

}

.ba-slider{position:relative;overflow:hidden}.ba-slider img{width:100%;display:block;max-width:none}.ba-slider .resize{position:absolute;top:0;left:0;height:100%;width:50%;overflow:hidden}.ba-slider .handle{position:absolute;left:50%;top:0;bottom:0;width:4px;margin-left:-2px;background:rgba(0,0,0,.5);cursor:ew-resize}.ba-slider .handle:after{position:absolute;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;content:'\21d4';color:#fff;font-weight:700;font-size:36px;text-align:center;line-height:64px;background:#ffb800;border:1px solid #e6a600;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,0,0,.3),inset 0 2px 0 rgba(255,255,255,.5),inset 0 60px 50px -30px #ffd466}.ba-slider .handle.ba-draggable:after{width:48px;height:48px;margin:-24px 0 0 -24px;line-height:50px;font-size:30px}

.ba-slider .handle:after {
    background-color: #a37439;
    border: none;
    content: "↔";
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial';
    box-shadow: none;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.fpbox img {
	width: 100%;
	height: auto;
	display: block;
}
.fpbox a {
	position: relative;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	flex: none;
	width: 50%;
}
.fpbox a > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fpbox a > span > span {
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	flex: none;
	width: 100%;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
.fpbox i {
	font-style: normal;
	font-size: 13px;
	border: 1px solid #FFF;
	padding: 10px 20px;
	text-align: center;
}

.sizeguidelink {
	display: flex;
	text-decoration: none;
	align-items: center;
	margin-bottom: 20px;
}
.sizeguidelink img {
	margin-right: 6px;
	display: block;
}
.fancybox-container .guide ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}
.fancybox-container .guide ul > li {
	flex: none;
	width: 13.3%;
}
.fancybox-container .guide ul > li:first-child {
	width: 20%;
}
.guide img {
	width: 100%;
}

.autorelatedtitle {
	font-size: 25px;
	margin: 0 0 20px;
	text-align: center;
}
[data-related] .slick-list {
	margin: 0 -20px;
}
[data-related] .slick-slide {
	margin: 0 20px;
}

.SubCats_Categories_Container > img {
	display: none;
}
.topbanner {
	display: block;
	width: 100%;
	height: auto;
	max-height: 30vh;
	object-fit: cover;
	object-position: 50% 50%;
}
.giftwrap {
	display: none !important;
}

.tabs {
    margin: 40px 0 0;
}
tabs {
    display: flex;
    align-items: flex-end;

}
tabs > * {
    padding: 0 30px 15px 0;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: solid 1px rgba(232,232,232,1.00);
}
tabs > .active {
    border-color: rgba(0,0,0,1.00);
}
tabs > * > svg {
    width: 18px;
    height: auto;
    margin: 0 6px 0 0;
    display: block;
}
.tabs > section {
    padding: 20px 0 0;
}
.tabs > section > :not(.active) {
    display: none;
}
.seudoform {
    margin-top: 10px;
    padding-top: 20px;
    padding-right: 16%;
    width: 580px;
    max-width: 100%;
    position: relative;
}
.seudoform > :not(:last-child) {
    margin-bottom: 10px;
}
.seudoform input.error,
.seudoform textarea.error {
    border-color: red;
}
.seudoform:after {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/images/skins/Bewise/images/thomas.webp");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto 100%;
    content: "";
    pointer-events: none;
}
.SIMPLELISTTD br {
    display: none;
}

.add-on-products-header-container {
    padding: 25px 0 10px;
    font-weight: bold;
}
.add-on-products-container {
    display: flex;
    flex-direction: column;
    
}
.add-on-products-container > .add-on-product-row {
    display: flex;
    gap: 15px;
    align-items: center;
    border: solid 1px rgba(235, 235, 235, .60);
    border-radius: 5px;
    background-color: rgba(235, 235, 235, .30);
    padding: 5px 15px;
}
.add-on-products-container > .add-on-product-row .add-on-product-column.add-on-product-amount {
    display: none;
}
.add-on-product-row > * {
    order: 10;
    flex: none;
}
.add-on-products-container > .add-on-product-row .add-on-product-column {
    padding: 0;
}
.add-on-product-row > .add-on-product-checkbox {
    order: 1;
}
.add-on-product-row > .add-on-product-image {
    width: 40px;
}
.add-on-product-row > .add-on-product-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: 50% 50;
    background-color: rgba(255, 255, 255, 1.00);
    padding: 3px;
    border: solid 1px rgba(235, 235, 235, .60);
    border-radius: 5px;
}
.add-on-product-row > .add-on-product-name {
    flex: auto;
}
.add-on-product-row > .add-on-product-name label {
    display: block;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .webshop-showbasket .container.content {
		max-width: 98%;
		width: 1100px;
    }
    .btnfilter, .btnFilterProductsFound {
        display: none;
    }
    .webshop-productlist .container.content {
        display: flex;
        align-items: flex-start;
		max-width: 98%;
        gap: 4%;
    }
	.webshop-productinfo .container.content {
        max-width: 98%;
    }
    
    .webshop-productlist .container.content .seudoformplaceholder {
        flex: none;
        width: 400px;
        margin: 77px 0 0;
        position: sticky;
        top: 240px;
    }
    #Content_Productlist {
        flex: auto;
    }
    
    .webshop-productlist aside {
        display: block;
        flex: none;
        width: 300px;
        margin-right: 30px;
    }
    .webshop-productlist .productFilter {
        display: block;
    }
    .webshop-productlist aside:not(:empty) + div {
        width: calc(100% - 330px);
        flex: none;
    }
    .listtools > table.Productlist_Sort_table {
        display: none;
    }
    
    .fparticles .mediumheader {
        margin-bottom: 30px;
    }
    .fparticles [class*="Custom_UL"] > li.full {
        width: 46%;
    }
    
    .container.content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .spacebottom, .Text1_FrontPage > *:not(:last-child) {
        margin-bottom: 20px;
    }
    .cat-dec {
        display: flex;
        align-items: center;
    }
    .cat-dec > img, .cat-dec > video {
        flex: none;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        display: block;
    }
    .cat-dec > div {
        flex: auto;
        background-color: #f9f9f9;
        padding: 30px;
        margin-left: -30px;
        z-index: 9;
    }
    .infobar > div {
        justify-content: center;
        padding: 10px 30px;
    }
    /*
    .topnav .logo {
        margin: 0;
        width: 100%;
        height: auto;
    }
    
    .topnav > div.container > a {
        flex: none;
		width: 30%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 0;
        gap: 5px;
    }
    */
    form.search {
        position: relative;
    }
    .search input[type="text"] {
		border-radius: 4px;
		border: none;
		background-color: #f9f9f9;
        background-image: url("/images/skins/Bewise/images/icon-search-black.svg");
        background-position: calc(100% - 15px);
        background-repeat: no-repeat;
        background-size: 18px;
        height: 45px;
        padding: 0 20px;
    }
	.topnav > div.container > div.search {
		flex: none;
        width: 780px;
        max-width: 60%;
	}
    .topnav > div.container > div:last-child {
        flex: none;
    }
    /*
    .topnavbuttons > .basket > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    */
    
    .topmenu {
        display: none;
    }
    .productmenu .closebutton {
       display: none;
    }
    .Heading_ProductMenu {
        display: none;
    }
    #ProductmenuContainer_DIV {
        position: relative;
		background-color: #ffed00;
    }
    #ProductMenu_List {
        display: flex;
        margin: 0 auto;
        padding: 0;
        width: 1700px;
        max-width: 96%;
        list-style-type: none;
		justify-content: center;
    }
    #ProductMenu_List > li {
        flex: auto;
    }
	#ProductMenu_List > li > a > span.ProductMenu_MenuItemBold {
		font-weight: bold;
	}
	#ProductMenu_List > li:nth-child(n+10) {
		display: none;
	}
    #ProductMenu_List > li.auto {
        flex: auto;
    }
    #ProductMenu_List > li > a:last-of-type {
        display: flex;
		color: #000;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 14px 5px;
        height: 100%;
        align-items: center;
        font-weight: bold;
		justify-content: center;
    }
	.temp {
		display: none !important;
	}
    #ProductMenu_List > li.auto > a:last-of-type {
        display: inline-flex;
    }
    #ProductMenu_List > li > a[href*="specialoffer"] {
        display: inline-block;
    }
    #ProductMenu_List > li > a[href*="news-ALL"] {
    }
    #ProductMenu_List > li.extramenu > a:last-of-type {
        font-size: 11px;
        padding-left: 6px;
        padding-right: 6px;
    }
    #ProductMenu_List > li.extramenu:last-of-type > a:last-of-type {
        padding-right: 0;
    }
    #ProductMenu_List > li:not(.extramenu):hover > a {
        background-color: #ebdf10;
    }
    #ProductMenu_List > li > ul,
	#ProductMenu_List > li > div {
        display: none;
    }
    .dropdowncontainer {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 50px 0;
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 20px 40px rgba(0,0,0,.1);
        justify-content: center;
    }
	.dropdowncontainer > .container {
		display: flex;
		width: 1270px;
        max-width: 90%;
		align-items: flex-start;
		justify-content: space-between;
        gap: 40px;
	}
	.dropdowncontainer > .container > ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		list-style-type: none;
		flex: auto;
        gap: 15px;
        max-width: 900px;
	}
	.dropdowncontainer > .container > ul > li {
		width: calc(33.33% - 7px);
		display: flex;
		align-items: center;
	}
	.dropdowncontainer > .container > ul > li:hover > span > a {
		background-color: rgba(0,0,0,0.10);
	}
	.dropdowncontainer > .container > ul > li > span {
		display: flex;
		margin-right: 10px;
	}
	.dropdowncontainer > .container > ul > li > span > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45px;
		height: 45px;
		background-color: #f6f6f6;
		border-radius: 50%;
	}
	.dropdowncontainer > .container > ul > li > span > a > img {
		display: block;
		width: 70%;
        height: auto;
	}
	.dropdowncontainer > .container > ul > li > a {
		text-decoration: none;
        flex: auto;
        display: flex;
        height: 100%;
        align-items: center;
        padding: 10px 15px 10px 35px;
        background-color: rgba(242,242,242,1.00);
        border-radius: 5px;
        white-space: nowrap;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzAwMCI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi4yMiA0LjIyYS43NS43NSAwIDAgMSAxLjA2IDBsMy4yNSAzLjI1YS43NS43NSAwIDAgMSAwIDEuMDZsLTMuMjUgMy4yNWEuNzUuNzUgMCAwIDEtMS4wNi0xLjA2TDguOTQgOCA2LjIyIDUuMjhhLjc1Ljc1IDAgMCAxIDAtMS4wNloiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+");
        background-repeat: no-repeat;
        background-size: 15px auto;
        background-position: 15px 50%;
		
	}
    .dropdowncontainer > .container > ul > li > a:hover {
        background-color: rgba(215,215,215,1.00);
        color: rgba(0,0,0,1.00);
    }
	.dropdowncontainer > .container > ul ul {
		display: none;
	}
	.dropdowncontainer > .container > .productmenubanner {
        flex: none;
		width: 25%;
		height: 100%;
    }
	.dropdowncontainer > .container > .productmenubanner > a {
		display: block;
		height: 100%;
	}
    .dropdowncontainer > .container > .productmenubanner img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		object-position: 50% 50%;
		aspect-ratio: 1/1;
    }
	
    
    .SubCats_Categories_UL.brandsul > li,
    .SubCats_Categories_UL.designersul > li {
        transition: all .3s ease;
    }
    .SubCats_Categories_UL.brandsul > li:hover,
    .SubCats_Categories_UL.designersul > li:hover {
        transform: scale(1.1);
    }
    
    /*
    #ProductMenu_List > li.hover:hover > .dropdowncontainer {
        display: flex;
    }
    */
    #ProductMenu_List > li:hover > .dropdowncontainer {
        display: flex;
    }

    .topnav > .container {
        position: relative;
		width: 1700px;
		margin: 0 auto;
		max-width: 96%;
    }

    .twocolumns > * {
        flex: none;
        width: 48%;
    }
    
    
    .showbasket > .summary {
        display: flex;
        flex-direction: column;
		padding: 0;
		
    }
    .showbasket > .summary > * {
        flex: none;
    }
    
    
    .hideondesktop {
        display: none;
    }
    
    .Text1_FrontPage .fpusp img {
        width: 30px;
    }
    .Text1_FrontPage .fpusp img[src*="maerket"] {
        width: 110px;
    }
    .fpusp:not(.slick-initialized) > *, .fpusp .slick-slide {
        font-size: 17px;
    }
    .Text2_FrontPage {
        padding-top: 50px;
        display: block;
        margin: 0 auto;
        width: 1000px;
        text-align: center;
        max-width: 100%;
    }
    button.showresultsbutton {
        width: calc(30% - 45px);
    }
    .listtools {
        margin-left: -2%;
        margin-right: -2%;  
    }
    .listtools > * {
        margin: 0 2%;
        min-width: 21%;
    }
    
    .listtools .toppager {
        flex: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        
    }
    .listtools .toppager .pager {
        flex-wrap: nowrap;
        min-width: 307px;
    }
    
    
    
    [class*="Custom_UL"] > li {
        width: 23%;
    }
    [class*="Custom_UL"].fullwidth > li {
        width: 21%;
    }
  
    .SubCats_Categories_UL {
        margin-left: -1%;
        margin-right: -1%;
        margin-bottom: 40px;
    }
    /*
    .SubCats_Categories_UL:not(.brandsul):not(.designersul) {
        display: none;
    }
    */
    .SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
        width: 18% !important;
        margin: 0 1% 2%;
    }
    
    .productcard {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
		justify-content: space-between;
    }
    .productcard:not(.article) > * {
        flex: none;
    }
    
    .productcard > div.imagescontainer {
        width: 33%;
    }
    .productcard-buysection {
        width: 64%;
        display: flex;
        align-items: flex-start;
        gap: 30px;
    }
    .productcard-buysection > :nth-child(1) {
        flex: auto;
    }
    .productcard-buysection > :nth-child(2) {
        flex: none;
        width: 40%;
        min-width: 400px;
    }
	
	
    .productcard .productcard-buysection [data-savings]:not([data-savings=""]):not([data-savings="100%"]):before {
        transform: scale(1.5);
        transform-origin: 100% 0;
    }
    .webshop-checkout .productmenu,
    .webshop-checkout form.search,
    .webshop-checkout .topnavbuttons > *:not(.basket):not(.minibasketcontainer) {
        display: none;
    }
    .checkoutsteps > div.done:before {
        background-size: 15% auto;
    }
    
    footer .columns {
        display: flex;
        justify-content: space-between;
		width: 1700px;
		margin: 0 auto;
		max-width: 96%;
    }
    footer .columns > * {
        
    }
    footer .columns > *:not(:last-child) {
        padding-right: 3%;
    }
    footer .newsletter {
        max-width: 350px;
    }
    

    footer .TopMenu_MenuItems li:not(:last-of-type) {
        margin-bottom: 5px;
    }
    
    footer .TopMenu_MenuItems a {
        display: inline-block;
        text-decoration: none;
    }

    .asideul, .asideul ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
	.asideul ul > li {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		text-transform: uppercase;
		border-bottom: 1px solid #f6f6f6;
		padding: 5px 0;
	}
	.asideul ul > li > span {
		display: flex;
		align-items: center;
	}
	.asideul ul > li > span > a:not(#ActiveCategory_A) {
		display: flex;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: #f7f7f7;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		margin-right: 6px;
	}
	.asideul ul > li > span > a > img {
		width: 70%;
	}
    .asideul ul {
        display: none;   
    }
    .asideul ul.dropdown li:not(.active) > a:not(#ActiveCategory_A):hover {
        text-decoration: underline;
    }
    .asideul > li > ul > li.viewall ~ li {
        display: none;
    }
    .asideul > li > ul > li.viewall {
        text-decoration: underline;
        margin-top: 5px;
        cursor: pointer;
        color: #678439;
    }
    .asideul > li > ul ul {
        margin: 10px 0;
        padding: 0 0 0 10px;
        border-left: solid 2px rgba(227,227,227,1.00);
		flex: none;
		width: 100%;
    }
	.asideul > li > ul ul:empty {
		display: none !important;
	}
    .asideul > li > a {
        margin: 0 0 10px;
		display: block;
		text-decoration: none;
        font-weight: 300;
    }
	.asideul > li > a#ActiveCategory_A {
		display: none;
	}
    .asideul > li > a > span.ProductMenu_MenuItemBold {
        font-weight: bold;
		font-size: 22px;
    }
    .asideul > li > ul a {
        padding: 2px 0;
		text-decoration: none;
    }
	.asideul ul > li.active > span > a:not(#ActiveCategory_A) {
		background-color: #eee;
	}
    .asideul > li > ul a.Activ_ProductMenu {
        color: #678439;
        font-weight: normal;
    }
    .asideul + .productFilter {
        padding-top: 20px;
        margin-top: 20px;
        border-top: solid 1px rgba(217,217,217,1.00);
    }
    
    columns {
        display: flex;
        margin-left: -2%;
        margin-right: -2%;
    }
    columns > * {
        flex: auto;
        margin-left: 2%;
        margin-right: 2%;
    }
    columns > :last-child:not(:first-child) {
        flex: none;
        width: 46%;
    }
    columns > div.short {
        align-self: center;
        font-size: 200%;
        padding: 0 5%;
        line-height: 2em;
    }
    columns.padding {
        margin-left: 0;
        margin-right: 0;
    }
    columns.padding > * {
        margin-left: 0;
        margin-right: 2%;
    }
    columns.padding > :last-child:not(:first-child) {
        margin-right: 0;
        width: 49%;
    }
    
    #column-order-summary {
        position: sticky;
        top: 5%;
    }
    .webshop-checkout .stickytop {
        position: absolute;
        top: -400px;
    }
}
@media (min-width: 1600px) {
	.SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
		width: 12.2% !important;
	}
}
@media (max-width: 1200px) {
    .fpbanners span {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    
    .webshop-productlist .container.content .seudoformplaceholder {
        display: none;
    }
    
	.lineinfo a.name {
		white-space: normal;
	}
	.minibasket .line .incdec, .minibasket .line .giftwrap {
		display: none;
	}
	.product .image > a {
		padding: 10px;
	}
	div.product-filter-clear-all {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.closeFilterButton {
		display: block;
		text-align: center;
		padding: 3px 10px;
		border-radius: 3px;
		background-color: #000;
		color: #FFF;
	}
	div.product-filter-clear-all a {
		width: 50%;
		margin-bottom: 0;
	}
	.instagram {
		margin: 20px 0 0 0;
	}
	.brandcontainer {
		flex-wrap: wrap;
		margin: 10px auto;
	}
	.brandcontainer .brandimage {
		width: 100%;
	}
	.brandcontainer .brandlogos {
		width: 100%;
		position: relative;
		right: auto;
		bottom: auto;
		padding: 40px;
	}
	.boxes {
		margin: 10px auto;
	}
	.boxes > div > a {
		width: 48%;
	}
	.boxes > div > a > span > span {
		font-size: 15px;
	}
	.fpbox a {
		width: 100%;
	}
	.extraProductsContainer {
		margin: 0 0 20px 0;
	}
	.extraProduct {
		width: 100%;
		margin: 0 0 2% 0;
	}
	[data-related] .slick-list {
		margin: 0 -7px;
	}
	[data-related] .slick-slide {
		margin: 0 7px;
	}
	
	.topbanner {
		max-height: 20vh;
	}
	
	.container {
		max-width: 95%;
	}
	
    .infobar {
        top: 116px;
    }
    body.webshop-productinfo .productcard.article h1 {
        font-size: 23px;
        margin: 0 0 15px;
    }
    aside {
        display: inline;
    }
    .asideul {
        display: none;
    }
    .productFilter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
        overflow: hidden;
        background-color: rgba(0,0,0,.4);
        display: none;
    }
    #ProductFilter-Container {
        position: absolute;
        top: 0;
        left: -400px;
        height: 100%;
        width: 330px;
        max-width: 80%;
        padding: 20px;
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 0 50px rgba(0,0,0,.2);
        z-index: 400;
        transition: left 0.2s ease-in-out;
        display: flex;
        flex-direction: column;
    }
    #ProductFilter-Container.active {
        left: 0;
    }
    
    .topnav {
        padding: 10px 0;
    }
    .topnav .container > [href*="frontpage.html"] {
        padding: 0;
        width: 70%;
        max-width: 170px;
        gap: 3px;
        
    }
    .topnav .container > [href*="frontpage.html"] .tagline {
        font-size: 12px;
        font-weight: normal;
    }
    
    .frontpagesearch {
        margin-top: 20px;
    }
    .fpbanners {
        flex-direction:column;
        margin: 0 0 30px;
    }
    .fpbanners > * {
        width: 100%;
    }
    .fpbanners span {
        width: 62%;
        font-size: 23px;
    }
	
    .usp {
        flex: none;
        width: 100%;
        display: block;
    }
    .usp > div, .usp div.slick-slide {
        margin-right: 0;
    }
    .usp:not(.slick-initialized) > div, .usp div.slick-slide {
        justify-content: flex-start;
		font-size: 11px;
    }
    .usp:not(.slick-initialized) > div:nth-child(n+2) {
        display: none !important;
    }
    /*
    header .top {
        background-color: rgba(255,255,255,1.00);
        border-bottom: solid 1px rgba(237,237,237,1.00);
    }
    */
    .container.content {
        min-height: calc(100vh - 109px);
    }
    
    .webshop-cmspage h1 {
        margin-bottom: 34px;
    }
    
    .topnav .search {
        display: none;
    }
    
    .infobar > div {
        padding-right: 20px;
    }
    .topnavbuttons > *:not(.minibasketcontainer) {
        margin-left: 10px;
    }
    .topnavbuttons > * img {
        margin: 0;
    }
    div.topnavbuttons > * > small, .topnavbuttons > div.basket > a > small {
        display: none;
    }
    
    .productmenu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.60);
        border-top: solid 1px rgba(237,237,237,1.00);
        z-index: 100;
        flex-direction: column;
        padding-left: 45px;
    }
    .productmenu.active {
        display: flex;
    }
    .productmenu .ProductmenuContainer_DIV {
        flex: auto;
        background-color: rgba(255,255,255,1.00);
        border-left: solid 1px rgba(237,237,237,1.00);
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 15;
        box-shadow: 0 25px 25px rgba(0,0,0,.2);
    }
    .Heading_ProductMenu {
        display: none;
    }
    #ProductMenu_List ul {
        display: none;
    }
    #ProductMenu_List > li > a, #ProductMenu_List > li > a > span.ProductMenu_MenuItemBold {
        font-weight: 300;
    }
    #ProductMenu_List > li > a {
        display: block;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        flex: auto;
        border-bottom: solid 1px rgba(237,237,237,1.00);
    }
    #ProductMenu_List li {
        display: flex;
        flex-wrap: wrap;
    }
    #ProductMenu_List li.has-dropdown > i {
        flex: none;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: solid 1px rgba(237,237,237,1.00)
    }
    #ProductMenu_List li.has-dropdown > i > img {
        width: 18px;
        height: auto;
    }
    #ProductMenu_List li.has-dropdown.open > i > img {
        transform: rotate(180deg);
    }
    #ProductMenu_List li.has-dropdown > ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-left: solid 5px rgba(237,237,237,1.00);
    }
    #ProductMenu_List li.has-dropdown.open > ul {
        display: block;
    }
    #ProductMenu_List li.has-dropdown > ul > li > a {
        display: block;
        padding: 15px 20px;
        line-height: 1;
        text-decoration: none;
        flex: auto;
        border-bottom: solid 1px rgba(237,237,237,1.00);
    }
    .mobilemenuusp {
        padding: 15px 20px;
    }
    .mobilemenuusp > div:not(:last-child) {
        margin-bottom: 10px;
    }
    .mobilemenuusp strong {
        display: block;
        color: #2A3D4C;
    }
    
    .mobilemenucontent {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        text-decoration: none;
        background-color: #000000;
        color: rgba(255,255,255,1.00);
    }
    .mobilemenucontent img {
        height: 10px;
        width: auto;
        margin: 0 0 0 10px;
        display: block;
    }
    
    .frontpage-products {
        margin: 30px 0;
    }
    
 
    .SubCats_Categories_UL.brandsul > li {
        width: 48% !important;
    }
    
    .listtools {
        margin-left: -2%;
        margin-right: -2%;
        flex-wrap: wrap;
    }
    .listtools > * {
        width: 46%;
        margin: 0 2%;
    }
    .listtools > .toppager {
        width: 96%;
        margin-top: 4%;
    }
    .toppager .pager {
        width: 100%;
    }
    .toppager .pager .prev, .toppager .pager .next {
        min-width: 80px;
    }
    
    
    
    .pages a.ActivePageNumber_ProductList:link, .pages a.ActivePageNumber_ProductList:visited, .pages a.ActivePageNumber_ProductList:hover, .pages a.ActivePageNumber_ProductList:active, .pages a.InactivePageNumber_ProductList:link, .pages a.InactivePageNumber_ProductList:visited, .pages a.InactivePageNumber_ProductList:hover, .pages a.InactivePageNumber_ProductList:active, .pager .prev a, .pager .next a {
        padding: 6px 7px;
    }
    
    .pager .prev a, .pager .next a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .pager .prev a {
        padding-left: 0;
    }
    .pager .next a {
        padding-right: 0;
    }
    
    [class*="Custom_UL"] > li {
        margin-bottom: 4%;
    }
    .stockrow {
        flex-direction: column;
        align-items: flex-start;
    }
   
    
    .Text1_FrontPage {
        display: flex;
        flex-direction: column;
    }
    .Text1_FrontPage > a {
        flex: none;
        width: 100%;
        display: block;
    }
    .Text1_FrontPage > *:not(:last-child) {
        margin-bottom: 15px;
    }
    .Text1_FrontPage .fpusp img[src*="maerket"] {
        width: 80px;
    }
    
    .RadioButton_Container_ProductInfo > div {
        min-width: 60px;
    }
    
    footer > div.container.columns > div:not(:last-child) {
        margin-bottom: 40px;
    }
    
    
    .social {
        flex-direction: column;
        align-items: flex-start;
    }
    .social a {
        margin: 0 5px 5px 0;
    }
    .social > div:last-child {
        flex-wrap: wrap;
        padding-top: 15px;
    }
    .social > div:last-child > div {
        margin: 0 5px 5px 0;
    }
    
    .productcard .productcard-buysection .Prices_Custom_DIV > div:first-child {
        font-size: 28px;
    }
    .productcard-shippinginfo > div {
        justify-content: flex-start;
    }
	.favbuttoncontainer {
		right: 40px;
	}
	
	
     
    #BUYSECTION input[type="submit"],
    #BUYSECTION .buybutton {
        height: 40px;
        min-height: 10px;
    }
    /*
    #BUYSECTION input[type="number"], 
    #BUYSECTION input[type="submit"] {
        min-height: 45px;
    }
    */
    #BUYSECTION input[type="submit"] {
        font-size: 12px;
        padding: 0 10px;
    }
    
    .pcusp {
        margin: 0;
    }
    .pcusp > * {
        width: 100%;
        margin: 0 0 10px;
    }
    
    .minibasket {
        width: 100%;
        max-width: 100%;
    }
    .minibasket > * {
        flex: none;
    }
    .minibasket > *:not(.linescontainer) {
        padding-left: 20px;
        padding-right: 20px;
    }
    .minibasket > .header {
        font-size: 20px;
        padding-top: 20px;
    }
    .minibasket .bottom {
        padding-bottom: 20px;
    }
    .minibasket .bottom > a {
        padding: 11px 15px;
    }
    .minibasket .bottom > a:first-child {
        margin-bottom: 10px;
    }
    .minibasket .linescontainer {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        flex: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: none;
    }
    .minibasket .lines {
        padding: 0 20px;
    }
    .minibasket .line {
        flex-direction: row;
        align-items: flex-start
    }
    .minibasket .line > .image {
        width: 20%;
        margin: 0;
    }
    .minibasket .line > .lineinfo {
        flex: auto;
        padding: 0 0 0 10px;
    }
    
    .minibasket .total {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .minibasket .basket-usp,
    .minibasket .trustpilot-widget,
    .minibasket .pointsinfo {
        display: none;
    }
    .minibasket .linesheader {
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 20px;
    }
    .basketclosebutton {
        position: relative;
        left: auto;
        top: auto;
    }
    
    .showbasket .summary {
        margin-top: 10px;
    }
    .twocolumns {
        flex-direction: column;
    }
    .twocolumns .supportbox {
        margin-top: 20px;
        justify-content: center;
    }
    
    #customer-login {
        flex-direction: column;
        padding: 10px;
        text-align: center;
    }
    #customer-login > p strong {
        display: block;
    }
    #customer-login .button {
        width: 100%;
        margin-top: 10px;
    }
   
    .hideonmobile {
        display: none;
    }
    
    
    div.CookiePolicyText > img {
        margin: 15px 25px;
        width: 120px;
    }
    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;
    }
    
   
    .productcard.article {
        padding: 15px;
    }
    .productcard.article .image img {
        margin-bottom: 20px;
    }
    .productcard.article .spacebottom {
        margin-bottom: 30px;
    }
    columns {
        display: block;
    }
    columns.padding {
        padding: 15px;
    }
    columns .focus {
        width: 100%;
        padding: 20px;
    }
    columns > img {
        width: 100%;
        display: block;
    }
    
    .webshop-checkout .topnavbuttons,
    .webshop-checkout .topmenu {
        display: none;
    }
    #checkout-container {
        flex-direction: column;
        padding: 5%;
    }
    div#checkout-container #column-data, div#checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
        width: 100%;
        max-width: 100%;
    }
    #checkout-container h2, #checkout-container h3 {
        font-size: 17px;
    }
    #checkout-container fieldset > label, #checkout-container fieldset > div#subscription-maillist, #shipping-methods > label, #checkout-container .altdel {
        width: 98%;
    }
    .button.editbasket {
        margin: 20px 0;
    }
    #checkout-container .altdel {
        margin-top: 20px;
    }
    
    .slideoutcontainer.active .slideout {
        width: 90%;
    }
    .slideoutcontainer.active .slideoutheader > div img {
        width: 25px;
    }
    .slideoutcontainer.active .slideoutheader > div {
        padding: 15px 0;
    }
    .service > div {
        top: 100%;
        padding: 5%;
    }
    .service > div > a {
        width: 48%;
        padding: 15px 10px;
        font-size: 13px;
    }
    .service > div > a img {
        width: 30px;
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .productcard-shippinginfo > div.deliveryinfo-container > a {
        display: none;
    }
}

.snptwdgt-rtd__f0tr.sfx-fade-in {
	position: absolute !important;
	left: -3000px !important;
}

.Frontpage_Custom_UL .slick-track, .Frontpage_Custom_UL .slick-list, .Frontpage_Custom_UL .slick-slider {
    display: flex;
}

.Frontpage_Custom_UL .slick-slide, .Frontpage_Custom_UL .slick-slide > form {
    height: 100%;
}

body:not(.demo) .demo {
    display: none !important;
}


.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}