@charset "UTF-8";
*, *:before, *:after {
	box-sizing: border-box;
}
body, html {
    margin: 0;
}
body, input, select, textarea, button, td.VariantGroupLabel {
	font-family: 'Titillium Web', sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
}
body {
    background-color: #f7f7f7;
}
body.noscroll {
    overflow: hidden;
}
a {
	color: rgba(0,0,0,1.00);
}
a:hover {
	color: #6C7A00;
}
img {
	border: 0;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select, textarea, #checkout-container .checkout-select, #checkout-container .checkout-text {
    appearance: none;
    width: 100%;
    padding: 0 10px;
    height: 35px;
    border-radius: 2px;
    border: solid 1px #ddd;
    background-color: rgba(255,255,255,1.00);
}
textarea {
    height: 60px;
    padding: 10px;
}
input[type="checkbox"], input[type="radio"] {
    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"] {
    border-radius: 50%;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
    background-color: #6C7A00;
    border-color: #6C7A00;
    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 {
    background-color: #6C7A00;
    color: #FFF;
    border: 0;
    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: 2px;
}
@keyframes buttonColorChange {
  0% { background-color: #6C7A00; }
  50% { background-color: #6C7A00; }
  100% { background-color: #6C7A00; }
}
.button.dark {
    background-color: #795D4A;
}
.button.light {
    background-color: #9a979e;
}
button.red, .button.red, #embedUsePointsContainer [id*="embed_removePoints_"] {
    background-color: #752C2C;
}
.button.loginpopupbutton, .loginpopup input[type="submit"], button#usePoints, a#removePoints, [id*="embed_removePoints_"], #embedUsePointsContainer button.usePoints  {
    background-color: #6C7A00;
}
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: #604338;
    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%;
}
h1, .largeheader, .Text1_Customer .Heading_Customer, .Heading_Order4 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 23px;
    font-weight: 400;
    display: block;
}
body.webshop-productinfo h1 {
    margin-bottom: 10px;
}
h2 {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
}
.mediumheader, .same-product-container > span {
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0;
    display: block;
    font-weight: 400;
}
h2 em {
    font-style: normal;
}
h1:empty, h2:empty {
    display: none;
}
h1.center, h2.center, .mediumheader.center {
    text-align: center;
}
.container {
    width: 1700px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.container.content {
    padding-top: 5%;
    padding-bottom: 5%;
}
.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: #6C7A00;
    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: 999;
}
.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;
}
.service:hover {
    cursor: pointer;
}
.service:hover > div {
    display: flex;
}
.service > div {
    position: absolute;
    top: calc(100% - 37px);
    left: 0;
    width: 100%;
    background-color: #FFF;
    padding: 76px 40px 36px;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.service > div > a {
    display: flex;
    flex-wrap: wrap;
    flex: none;
    width: 31.3%;
    margin: 0 1% 2%;
    background-color: #f6f6f6;
    padding: 30px;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 300;
}
.service > div > a:hover {
    background-color: rgba(237,237,237,1.00);
}
.service > div > a img {
    display: block;
    width: 50px;
    flex: none;
}
.service > div > a span {
    display: block;
    width: 100%;
    text-align: center;
    flex: none;
}
.top {
    position: relative;
    z-index: 9;
    background-color: #f9f9f9;
}
.top:hover {
    z-index: 9999999;
}
.top > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.language {
    position: relative;
    z-index: 9;
    flex: none;
    width: auto;
    background-color: #eee;
    margin-left: 30px;
}
.language > div {
    display: flex;
    justify-content: flex-end;
    padding: 7px 15px;
}
.language > div:hover .language-container {
    display: flex;
}
.language a {
    text-decoration: none;
    display: flex;
    align-self: center;
}
.language-open {
    background-image: url('/images/skins/Bewise/images/icon-down-black.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    display: block;
    padding: 5px 20px 5px 0;
    cursor: pointer;
}
.language-container {
    background-color: #FFF;
    padding: 20px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.language-container img {
    margin-left: 10px;
}
.language-container a {
    margin-bottom: 6px;
	align-items: center;
}
@keyframes spin { 100% { transform: rotate(360deg); } }
.plusicon {
    color: #000000;
    font-weight: 300;
    font-size: 15px;
    position: absolute;
}
.usp {
    flex: auto;
    display: flex;
}
.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;
}
.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;
}
.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: #6C7A00;
    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;
	align-items: center;
}
.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);
}
.topnav .logo {
    height: 40px;
    width: auto;
    margin: 10px 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: none;
    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%;
    background-color: #fbf8f3;
}
.webshop-frontpage .container.content {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.footerimage {
	display: block;
	width: 100%;
	height: auto;
}
.pointsinfo {
    display: flex;
    align-items: center;
    border: solid 1px rgba(237,237,237,1.00);
    text-decoration: none;
    padding: 15px;
    justify-content: center;
}
.pointsinfo > * {
    flex: none;
}
.pointsinfo > img {
    height: 11px;
    display: block;
    margin: 0 10px 0 0;
}
.pointsinfo > span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pointsinfo > span > img {
    height: 11px;
    width: auto;
    display: block;
    margin: 0 5px;
}
.pointsinfo:hover {
    background-color: rgba(237,237,237,1.00);
}
[data-energy] {
	margin: 0 0 20px;
	min-height: 40px;
	display:inline-flex;
	align-items: center;
	line-height: normal;
	z-index: 10;
}
[data-energy] span {
	padding-left: 10px;
	flex: auto;
	display: flex;
	flex-direction: column;
}
.energymark img {
	height: 40px;
	width: auto;
	display: block;
}
.product [data-energy] {
	margin: 0;
	min-height: 0;
}
.product [data-energy] span {
	line-height: 1.3;
	padding-left: 2px;
}
.product [data-energy] img {
	height: 30px;
}
.productcard .pointsinfo {
    margin-top: 20px;
    background-color: #eae0dc;
    border: none;
}
.productPointContainer .loggedin,
.productPointContainer .loggedout {
    display: none;
}
body.loggedin .productPointContainer .loggedin {
    display: inline-block;
}
body.loggedout .productPointContainer .loggedout {
    display: inline-block;
}
.webshop-productinfo .container.content .clerk .mediumheader {
    text-align: center;
}
.productcard-shippinginfo {
    border: solid 1px rgba(237,237,237,1.00);
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
.productcard-shippinginfo > div {
    flex: auto;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productcard-shippinginfo > div:not(:last-child) {
    border-right: 1px solid rgba(237,237,237,1.00);
}
.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;
}
.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;
}
.mountingbracketscontainer {
    background-color: #E03400;
    color: #FFF;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.mountingbracketscontainer .mountingbracketsselects {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.mountingbracketscontainer .mountingbracketsselects select option {
    white-space: break-spaces;
}
.mountingbracketscontainer .mountingbracketsproduct {
    display: none;
    gap: 10px;
    margin-top: 15px;
}
.mountingbracketscontainer .mountingbracketsproduct.active {
    display: flex;
}
.mountingbracketscontainer .mountingbracketinfo {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mountingbracketscontainer .mountingbracketinfo input[type="submit"] {
    width: fit-content;
    background-color: #000;
    text-transform: none;
    margin-top: 5px;
}
.mountingbracketscontainer .mountingbracketsproduct img {
    width: auto;
    height: 100px;
    display: block;
}
.mountingbracketscontainer .mountingbracketsprice {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    gap: 5px;
    min-width: fit-content;
}
.mountingbracketscontainer .mountingbracketsprice .currency {
    margin-left: 5px;
}
.mountingbracketscontainer .mountingbracketsprice .price {
    font-size: 20px;
    font-weight: 700;
}
.mountingbracketscontainer .BuyButton_ProductList {
    display: none;
}
.mountingbracketscontainer .mountingbracketslink {
    color: #fff;
    width: fit-content;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.mountingbracketscontainer .mountingbracketslink svg {
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.stockInfoContainer {
    display: flex;
    align-items: center;
    font-size: 11px;
    margin: 5px 0 0 0;
    text-decoration: none;
}
.stockInfoContainer img {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 6px;
}
.pickupAddress_container {
    padding: 15px;
    background-color: rgb(220, 7, 7);
    color: rgba(255,255,255,1.00);
    border-radius: 4px;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}
.pickupContainer {
    margin-bottom: 20px;
    cursor: pointer;
}
.pickupContainer > .checkmark {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: solid 1px rgba(175, 175, 175, 1.00);
    margin: 0 15px 0 0;
    position: relative;
    background-color: rgba(255, 255, 255, 1.00);
}
.pickupContainer.active > .checkmark:before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    content: '';
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik00OTguODE3LDM1LjA5N0MzNDMuMDY1LDEzMC41ODcsMjMwLjA1LDI1MS4wNjksMTc5LjI3MiwzMTEuNTNMNTQuOTE1LDIxNC4xTDAsMjU4LjM3MWwyMTQuODgsMjE4LjUzMiAgQzI1MS44NjMsMzgyLjE3NywzNjguOTg1LDE5Ny4wNCw1MTIsNjUuNDk5TDQ5OC44MTcsMzUuMDk3eiIvPjwvc3ZnPg==) no-repeat;
    background-size: 25px 25px;
    left: 6px;
}
.pickupContainer > div, .pickupContainer > .pickuptext > div {
    display: inline-block;
}
.pickupContainer > .pickuptext {
    width: calc(100% - 50px);
}
.pickupContainer > .pickuptext > .small {
    font-size: 12px;
}
.cardmessage {
    display: flex;
    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;
}
.askformbutton {
    display: flex;
    align-items: center;
    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: #6C7A00;
}
div.fancybox-container {
    z-index: 9999999999999999;
}
div.fancybox-content {
    max-width: 80%;
}
.listbanner {
    display: block;
    max-width: 100%;
    width: 2000px;
    margin: 0 auto;
}
#ProductMenu_List {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.Productmenu_Category_Icon_Container img {
    width: 25px;
	height: auto;
}
aside .ProductMenu_Category_Icon_Container {
    display: none !important;
}
#ProductMenu_List #ActiveCategory_A, aside #ActiveCategory_A {
    display: none !important;
}
.categorydescription section {
    display: none;
}
.listtools {
    display: none;
}
.listtools > * {
    flex: none;
}
.listtools > table {
    flex: none;
}
.listtools select {
    border-color: #eee
}
.listtools .found {
    display: none;
}
.categorydescription + .listtools + .ProductList_Custom_DIV {
    margin-top: 30px;
}
.btnfilter {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2A3D4C;
    color: rgba(255,255,255,1.00);
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
}
.btnfilter img {
    width: 15px;
    margin-right: 8px;
}
[class*="Custom_UL"], [class*="Frontpage_Custom_DIV"], [class*="Related_Custom_DIV"], [class*="CustomersAlsoBought_Custom_DIV"], [class*="ProductList_Custom_DIV"] {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
[class*="Custom_UL"]:not(.slick-initialized), [class*="ProductList_Custom_DIV"]:not(.slick-initialized) {
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap;
}
[class*="Custom_UL"] > li, [class*="ProductList_Custom_DIV"] > div {
    width: 48%;
    margin: 0 1% 2%;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    padding: 10px;
    background-color: #FFF;
}
[class*="CustomersAlsoBought_Custom_DIV"] div.slick-slide, [class*="Related_Custom_DIV"] div.slick-slide {
    width: 48%;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    padding: 10px;
    background-color: #FFF;
}
[class*="Custom_UL"] > li > form, [class*="Custom_DIV"] > div > form {
    height: 100%;
    width: 100%;
}
[class*="Related_Custom_UL"] > li, [class*="Related_Custom_DIV"] div.slick-slide {
    padding: 10px;
}
.Related_Custom_UL .slick-slide, .CustomersAlsoBought_Custom_UL .slick-slide, .Related_Custom_DIV .slick-slide, .CustomersAlsoBought_Custom_DIV .slick-slide {
    margin: 10px;
    padding: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    background-color: #FFF;
}
.Related_Custom_UL .slick-list, .CustomersAlsoBought_Custom_UL .slick-list, .Related_Custom_DIV .slick-list, .CustomersAlsoBought_Custom_DIV .slick-list {
    margin: 0 -10px;
}
[class*="Related_Custom_UL"] input[type="submit"], [class*="Related_Custom_DIV"] input[type="submit"] {
    padding: 8px 5px;
    font-size: 11px;
}
[class*="Related_Custom_UL"] .product .price, [class*="Related_Custom_DIV"] .product .price {
    font-size: 15px;
    font-weight: 700;
}
[class*="Related_Custom_UL"] .product .productsaving, [class*="Related_Custom_DIV"] .product .productsaving {
    font-size: 11px;
}
.product {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    align-items: center;
}
.product .itemstock {
    display: flex;
    align-items: center;
    margin: 8px 0 0 0;
}
.product .itemstock .itemstockinstock, 
.product .itemstock .itemstocknotstock {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: block;
    margin-right: 8px;
}
.product .itemstock .itemstockinstock {
    background-color: #67a509;
}
.product .itemstock .itemstocknotstock {
    background-color: #A70002;
}
.product > * {
    flex: none;
}
.product .image {
    position: relative;
    margin-bottom: 20px;
}
.product .image img {
    display: block;
    width: 100%;
    height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: 50% 50%;
}
.product .image > a {
    position: relative;
    display: block;
}
.variantscontainer {
    display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
    margin-top: 5px;
    flex: auto;
}
.variantscontainer > * {
    margin: 2% 2% 0 0;
    text-decoration: none;
    border: solid 1px rgba(178,178,178,1.00);
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 2px;
    white-space: nowrap;
    flex: none;
}
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: 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;
}
.product .stock {
    display: flex;
    align-items: center;
}
.product .stock img {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}
.product .name {
    padding: 10px 0;
    flex: auto;
    max-width: 100%;
}
.product .name a {
    flex: auto;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
}
.frontpage-products .product .name a, .Related_Custom_UL .product .name a, .CustomersAlsoBought_Custom_UL .product .name a,
.frontpage-products .product .name a, .Related_Custom_DIV .product .name a, .CustomersAlsoBought_Custom_DIV .product .name a {
    text-overflow: ellipsis;
    width: calc(100% - 0px);
    white-space: nowrap;
    overflow: hidden;
    padding: 18px 0 7px;
}
.product .product-manufactor a {
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
}
.product .retail, .retailprice {
    font-weight: 400;
}
.product .productsaving {
    font-weight: 400;
    text-transform: uppercase;
}
.product .price {
    font-size: 20px;
    color: #E03400;
    padding: 2px 0;
}
body.webshop-frontpage .product .price, .CustomersAlsoBought_Custom_UL .product .price, .CustomersAlsoBought_Custom_DIV .product .price {
    font-weight: bold;
}
.product .price span {
    font-weight: bold;
}
.product .price strike:not(:empty) {
    font-size: 80%;
    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;
}
.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;
}
.topcategories {
    margin-bottom: 100px;
}
.topcategories > div {
    width: 1700px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topcategories > div > a {
    flex: none;
    width: 23%;
    position: relative;
}
.topcategories > div > a img {
    display: block;
    width: 100%;
    height: auto;
}
.topcategories > div > a > span {
    position: absolute;
    bottom: 20px;
    left: 10%;
    width: 80%;
    background-color: #FFF;
    border-radius: 2px;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    font-weight: bold;
}
.topcategories > div > a:hover > span {
    background-color: #6C7A00;
    color: #FFF;
}
.product .buy {
    margin-top: 10px;
    display: block;
}
.product .buy * {
    width: 100%;
}
.product .buy input[type="IMAGE"], .product .buy input[type="text"], .product .buy > a > img.BuyButton_ProductList {
    display: none;
}
.productsloaded {
    display: none;
    text-align: center;
    font-size: 12px;
    margin: 20px 0 10px;
}
.product .offer {
	position: absolute;
    top: 0;
	right: 0;
	background-color: #FFD200;
	color: #000;
	font-weight: bold;
    z-index: 10;
    padding: 4px 8px;
}
.imagescontainer .offer {
	position: absolute;
    top: 30px;
	right: 60px;
	background-color: #FFD200;
	color: #000;
	font-weight: bold;
    z-index: 10;
    padding: 4px 8px;
}
.news, [data-savings]:not([data-savings=""]):not([data-savings="0%"]):not([data-savings="100%"]):before, .preorderBadge {
    position: absolute;
    top: 30px;
    z-index: 10;
    padding: 4px 8px;
    color: rgba(255,255,255,1.00);
    font-weight: 400;
}
[data-savings]:not([data-savings=""]):not([data-savings="0%"]):not([data-savings="100%"]):before {
    content: attr(data-savings);
    background-color: #E03400;
    right: 0;
    font-size: 140%;
}
.news {
    top: 0;
    left: 0;
    background-color: #E03400;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
}
.news:empty {
    display: none;
}
.productcard .news {
    top: 30px;
    right: 60px;
    left: auto;
}
.onlyinstores {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 3px 8px;
    color: rgba(255,255,255,1.00);
    background-color:rgba(0,0,0,1.00);
    left: 0;
}
.webshop-favorites table.FormTB {
    display: none;
}
.categorydescription, .CategoryFooterContent {
    line-height: 1.8em;
}
.readmorebutton {
    cursor: pointer;
    text-decoration: underline;
}
.SubCats_Categories_UL {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1% 0;
    list-style-type: none;
    padding: 0;
}
.SubCats_Categories_UL > li {
    width: 48% !important;
    float: none !important;
    margin: 0 1% 2%;
}
.SubCats_Categories_UL.brandsul > li:not(.active) {
    display: none;
}
.SubCats_Categories_UL.brandsul > li {
    background-color: #f9f9f9;
    padding: 15px;
    width: 18% !important;
}
.SubCats_Categories_UL.brandsul > li > a {
    display: block;
}
.SubCats_Categories_UL.brandsul img {
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
}
.SubCats_Categories_UL > li[style*="clear"] {
    display: none;
}
.SubCats_Categories_UL img {
    display: none;
    width: 100%;
}
.SubCats_Categories_UL .name a {
    display: block;
    text-decoration: none;
    background-color: #604338;
    color: rgba(255,255,255,1.00);
    text-align: center;
    padding: 10px;
}
.SubCats_Categories_UL .image:not(:empty) + .name {
    display: none;
}
img[alt="Billigst på PriceRunner"] {
    display: block;
    margin-bottom: 10px;
}
.preorderBadge {
    right: 0;
    left: auto;
    background-color:rgba(0,0,0,1.00);
}
.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: auto;
    bottom: 20px;
}
[class*="Custom_UL"] > li.full, [class*="ProductList_Custom_DIV"] > div.full, [class*="Related_Custom_DIV"] > div.full, [class*="CustomersAlsoBought_Custom_DIV"] > div.full {
    width: 96%;
}
[class*="Custom_UL"] > li.full:last-child, [class*="ProductList_Custom_DIV"] > div.full:last-child, [class*="Related_Custom_DIV"] > div.full:last-child, [class*="CustomersAlsoBought_Custom_DIV"] > div.full:last-child {
    margin-bottom: 0;
}
[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;
    font-weight: 400;
    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: 7px;
    height: 13px;
    margin-left: 5px;
    opacity: 0.5;
    line-height: 1.5;
}
.center > [itemtype*="https://schema.org/BreadcrumbList"] {
    justify-content: center;
}
.CategoryFooterContent:not(:empty) {
    padding-top: 40px;
}
.productcard {
    margin-bottom: 30px;
}
.imagescontainer {
    position: relative;
    background-color: #FFF;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
}
.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;
}
.imagescontainer .images > a:nth-child(n+2) {
    display: none;
}
.imagescontainer .images a img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: 50% 50%;
}
.productcard .imagescontainer .images a img {
    padding: 30px;
}
.customeralsobought {
    margin: 30px 0 0 0;
}
.customeralsobought > span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
.productcard .trustpilot-widget {
    margin-bottom: 20px;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 15px 0;
}
.pdfdownload {
    margin: 20px 0 0 0;
}
.pdfdownload br {
    display: none;
}
.pdfdownload img {
    height: 20px;
}
.pdfdownload a {
    display: block;
}
.imageselector {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px;
}
.imageselector a {
    position: relative;
    flex: none;
    margin: 0 1% 2%;
    width: 8%;
}
.imageselector a img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: 1/1;
    height: auto;
}

.paymentoptions {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    padding-top: 15px;
}
.sparxpres_web_sale + .paymentoptions {
    padding-top: 0;
}
.paymentoptions > * {
    border-radius: 2px;
    background-color: #FFF;
    border: solid 1px #ededed;
    padding: 4px 6px;
    display: flex;
    align-items: center;
}
.paymentoptions img {
    width: auto;
    height: 15px;
}

.retailpricesaving {
    margin-bottom: 20px;
    display: inline-flex;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #E03400;
    padding: 2px 10px;
    border-radius: 3px;
    background-color: #E03400;
    color: #FFF;
    margin: 5px 0 0 0;
}
.retailpricesaving:empty {
    display: none;
}
.Variants {
    margin-bottom: 20px;
}
.Variants > table {
    width: 100%;
    margin-bottom: 10px;
}
@keyframes selectvariant {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}
table.VariantGroup td {
    position: relative;
}
table.VariantGroup td.notselected:before {
    animation: selectvariant 1s ease infinite;
    content: "";
    width: 10px;
    height: 100%;
    background-image: url(/images/skins/Bewise/images/icon-arrow-right-orange.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    right: calc(100% + 3px);
}
.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: bold;
}
.RadioButton_Container_ProductInfo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.RadioButton_Container_ProductInfo > div {
    flex: none;
    padding: 8px;
    margin: 0 1% 2%;
    width: 23%;
    position: relative;
    border: solid 1px rgba(243,243,243,1.00);
}
.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: #6C7A00;
    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;
}
.advanced-variant-item-container label small {
    display: block;
}
.advanced-variant-item-container.advanced-variant-image-active {
    border-color: #6C7A00; 
}
.advanced-variant-item-container:hover {
    background-color: rgba(239,239,239,.50);
    cursor: pointer;
}
.productcard .productcard-buysection {
    padding: 30px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    position: relative;
}
.productcard .productcard-buysection .Prices_Custom_DIV {
    margin: 0 0 20px;
}
.productcard .productcard-buysection .Prices_Custom_DIV > div:first-child {
    font-size: 35px;
	line-height: normal;
    font-weight: 700;
    color: #E03400;
}
.productcard .productcard-buysection .Prices_Custom_DIV > div:first-child > span {
    padding-right: 4px;
}
.productcard .productcard-buysection .Prices_Custom_DIV > div:first-child strike:not(:empty) {
    font-size: 15px;
    padding-left: 10px;
}
.productcard .productcard-buysection .Prices_Custom_DIV > div:first-child strike:not(:empty):after {
    content: attr(data-currency);
}
.productcard .productcard-buysection .Prices_Custom_DIV > div:first-child small {
	color: rgba(0,0,0,1.00);
	font-size: 15px;
	font-weight: normal;
}
.productcard .productcard-buysection .Prices_Custom_DIV > div:nth-child(n+2) {
    font-size: 17px;
}

[data-discount]:not([data-discount=""]) {
    padding: 3px 8px;
    color: rgba(255,255,255,1.00);
    background-color: #6C7A00;
    display: inline-block;
}
[data-discount]:not([data-discount=""]):before {
    content: "Spar "
}
[data-discount]:not([data-discount=""]):after {
    content: attr(data-discount);
}
#BUYSECTION:not(:empty), .stickybuybuysection {
    display: flex;
    align-items: center;
}
#BUYSECTION > *, .stickybuybuysection > * {
    flex: none;
}
#BUYSECTION input[type="number"], .stickybuybuysection input[type="number"] {
    width: 40px;
    margin: 0 4px;
    padding: 0;
    text-align: center;
}
#BUYSECTION input::-webkit-outer-spin-button,
#BUYSECTION input::-webkit-inner-spin-button, 
.stickybuybuysection input::-webkit-outer-spin-button, 
.stickybuybuysection input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.buybutton {
    flex: auto !important;
    margin: 0 0 0 15px;
    position: relative;
}
.buybutton .button {
    font-size: 15px;
    min-height: 55px;
}
.reimo-data-table {
    border: solid 1px rgba(237,237,237,1.00);
}
.reimo-data-table tr > td {
    padding: 5px 10px;
}
.reimo-data-table tr > td:nth-child(1) {
    padding-right: 30px;
    text-transform: capitalize;
}
.reimo-data-table tr:nth-child(2n) > td {
    background-color: rgba(246,246,246,.60);
}
.reimo-data-table tr:not(:last-child) > td {
    border-bottom: solid 1px rgba(237,237,237,1.00);
}
.productcard > div.imagescontainer {
    position: relative;
}
.fav-button, .favbuttoncontainer {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}
.favbuttoncontainer img {
    height: auto;
}
#videoly-videobox-placeholder:empty {
    display: none;
}
.productviews {
    font-size: 80%;
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #604338;
    color: #FFF;
    border-radius: 2px;
    padding: 4px 10px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.productviews img {
    margin-right: 8px;
}
.product-description > div {
    margin-bottom: 20px;
}
.productspecs {
    margin-top: 20px;
}
.productspecs > div {
    display: flex;
    flex-wrap: wrap;
}
.productspecs > div:nth-child(even) {
    background-color: #f9f9f9;
}
.productspecs > div > * {
    flex: none;
    width: 50%;
    padding: 5px;
}
.productcard-buysection .stock {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #000;
}
.productcard-buysection .stock img {
    border-radius: 50%;
    margin-right: 8px;
    display: block;
}
.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 input[type="submit"] {
    width: 100%;
    min-height: 55px;
    font-size: 15px;
}
#BUYSECTION input[type="number"], .stickybuybuysection input[type="number"] {
    min-height: 55px;
}
#BUYSECTION [data-favorites] {
    height: 17px;
    cursor: pointer;
}
#BUYSECTION .amount, .stickybuybuysection .amount {
    display: flex;
}
#BUYSECTION .amount span, .stickybuybuysection .amount span {
    cursor: pointer;
    width: 30px;
    display: flex;
    font-family: 'Arial';
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    user-select: none;
    border: solid 1px rgba(237,237,237,1.00);
    background-color: #FFF;
}
.expanded-description {
    width: 49%;
    background-color: #FFF;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    padding: 30px;
}
.expanded-description > span {
    display: block;
}
.productnumber {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}
.productnumber > span {
    border-left: 1px solid #ddd;
    margin-left: 15px;
    padding-left: 15px;
}
.manufactor {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 15px;
}
.manufactor a {
    text-transform: uppercase;
    color: #6C7A00;
    text-decoration: none;
    display: block;
    margin-left: 6px;
    font-weight: bold;
}
.manufactor br {
    display: none;
}
.productcard .descriptionheader {
    margin: 20px 0 7px;
    font-weight: bold;
    font-size: 14px;
}
.productcard .product-description ul {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}
.productcard .product-description ul li {
    position: relative;
    padding: 2px 0;
}
.productcard .product-description ul li:before {
    content: "- ";
    font-size: 14px;
    color: #000;
}
.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;
}
.Related_Custom_UL .slick-arrow.slick-prev, .Related_Custom_DIV .slick-arrow.slick-prev {
    background-image: url("/images/skins/Bewise/images/icon-left-white.svg");
    left: -30px;
}
.CustomersAlsoBought_Custom_UL .slick-arrow.slick-prev, .CustomersAlsoBought_Custom_DIV .slick-arrow.slick-prev {
    background-image: url("/images/skins/Bewise/images/icon-left-white.svg");
    left: 20px;
}
.Related_Custom_UL .slick-arrow.slick-next, .Related_Custom_DIV .slick-arrow.slick-next {
    right: -30px;
    background-image: url("/images/skins/Bewise/images/icon-right-white.svg");
}
.CustomersAlsoBought_Custom_UL .slick-arrow.slick-next, .CustomersAlsoBought_Custom_DIV .slick-arrow.slick-next {
    right: 20px;
    background-image: url("/images/skins/Bewise/images/icon-right-white.svg");
}
.Related_Custom_UL .slick-arrow, .CustomersAlsoBought_Custom_UL .slick-arrow, .Related_Custom_DIV .slick-arrow, .CustomersAlsoBought_Custom_DIV .slick-arrow {
    background-color: #604338;
}
.slick-arrow.slick-disabled {
    display: none !important;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 50px;
    list-style-type: none;
}
.slick-dots > li {
    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, .Frontpage_Custom_DIV .slick-arrow {
    top: 50%;
    background-color: #604338;
}
.Frontpage_Custom_UL .slick-arrow.slick-prev, .Frontpage_Custom_DIV .slick-arrow.slick-prev {
    background-image: url("/images/skins/Bewise/images/icon-left-white.svg");
}
.Frontpage_Custom_UL .slick-arrow.slick-next, .Frontpage_Custom_DIV .slick-arrow.slick-next {
    background-image: url("/images/skins/Bewise/images/icon-right-white.svg");
}
.Frontpage_Custom_UL .slick-slide, .Frontpage_Custom_DIV .slick-slide {
    margin: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    padding: 20px;
    background-color: #FFF;
}
.Frontpage_Custom_UL .slick-list, .Frontpage_Custom_DIV .slick-list {
    margin: 0 -10px;
}
.Frontpage_Custom_UL .slick-track, .Frontpage_Custom_DIV .slick-track {
	display: flex !important;
}
.Frontpage_Custom_UL .slick-slide, .Frontpage_Custom_DIV .slick-slide {
	height: inherit !important;
}
ul li form {
	height: 100%;
}
.brandscontainer {
    margin: 40px auto;
    width: 1700px;
    max-width: 90%;
}
.brandscontainer:not(.slick-initialized) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.brandscontainer:not(.slick-initialized) > * {
	flex: none;
    width: 16%;
}
.brandscontainer:not(.slick-initialized) > *,
.brandscontainer .slick-slide {
	background-color: #FFF;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.brandscontainer:not(.slick-initialized) > :nth-child(n+7) {
	display: none;
}
.brandscontainer .slick-list {
	margin: 0 -10px;
}
.brandscontainer .slick-track {
	display: flex;
	align-items: center;
}
.brandscontainer .slick-slide {
	margin: 0 10px;
}
.brandscontainer img {
    display: block;
    width: 100%;
	height: auto;
}
.brandscontainer .slick-arrow {
    background-color: transparent;
}
.brandscontainer .slick-arrow.slick-prev {
    left: -40px;
}
.brandscontainer  .slick-arrow.slick-next {
    right: -40px;
}
.fpSliders {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px;
}
.fpSliders > a {
	flex: none;
	width: 49%;
	position: relative;
}
.fpSliders > a > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-weight: bold;
	font-size: 30px;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fpSliders > a > span > i {
	background-color: #6C7A00;
	color: #FFF;
	font-size: 16px;
    border-radius: 3px;
    padding: 10px 40px;
    text-decoration: none;
    margin-top: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
}
.fpSliders img {
	display: block;
	width: 100%;
	height: auto;
}
.fpSlider, .fpSlider video, .fpSlider img {
	width: 100%;
    height: calc(100vh - 158px);
}
.fpSlider video, .fpSlider img {
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}
.fpSlider a {
    position: relative;
    text-decoration: none;
    display: block;
}
.fpSlider:not(.slick-initialized) > a:nth-child(n+2) {
    display: none;
}
.fpSlider a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.20);
    z-index: 5;
}
.fpSlider a span {
	line-height: normal;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    width: 1700px;
    max-width: 90%;
    height: 100%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 40px;
    color: rgba(255,255,255,1.00);
}
.fpSlider a.left span {
    align-items: flex-start;
}
.fpSlider a.right span {
    align-items: flex-end;
}
.fpSlider a span strong {
    font-size: 67px;
    font-weight: bold;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}
.fpSlider a span small {
    font-size: 25px;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
}
.fpSlider a i {
    font-size: 16px;
    border-radius: 3px;
    padding: 10px 40px;
    text-decoration: none;
    margin-top: 40px;
    font-style: normal;
    background-color: #6C7A00;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}
.fpSlider a i:hover {
    border-color: #6C7A00;
}
.banner {
    display: block;
}
.banner img {
    display: block;
    width: 100%;
    height: auto;
}
.overflowhidden {
    overflow: hidden;
}
body .ds__cs_sl {
    margin: 0 !important;
}
.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;
}
.TopMenu_MenuItems {
    display: none;
}
span.clerk[data-template]:empty:not(.clerk-instant-search-container) {
    min-height: 300px;
    background-color: rgba(237,237,237,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/images/skins/Bewise/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px auto;
}
.productcard span.clerk[data-template]:empty {
    height: 100%;
}
.productcard .same-product-container .ProductList_Custom_UL:not(.slick-initialized) > li, .productcard .same-product-container .ProductList_Custom_DIV:not(.slick-initialized) > div {
    width: 96%;
}
.productcard .same-product-container .ProductList_Custom_UL:not(.slick-initialized) > li:nth-child(n+3), .productcard .same-product-container .ProductList_Custom_DIV:not(.slick-initialized) > div:nth-child(n+3) {
    display: none;
}
.Text1_FrontPage {
	display: block;
	background-color: #FFF;
	padding: 40px;
	border-radius: 5px;
	width: 1700px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
	box-shadow: 0 0 6px rgb(0 0 0 / 0.80%);
}
.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;
}
#Content_Productlist h1,
#Content_Productlist [itemtype*="https://schema.org/BreadcrumbList"] {
	display: none;
}
.listimage {
  display: none;
}
.listheader {
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url('/images/skins/Bewise/images/fallbackimage.webp');
}
.listheader:before {
    content: "";
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.listheader * {
  color: rgba(255, 255, 255, 1.00);
}
.listheader > div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.listheader .listheaderdescription {
    text-align: center;
}
.listheader > div > span {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.listheader h1 {
    margin-bottom: 30px;
    font-size: 400%;
    font-weight: bold;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.4);
}
.listheader > div > img:first-child + h1 {
  display: none;
}
.listheader h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
}
.listheader img {
  width: 400px;
  max-width: 70%;
  height: auto;
  margin: 0 0 20px;
}
body:not(.webshop-productlist) .listheader {
	display: none;
}
.social {
    background-color: #241a17;
}
.social > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.social > div > div {
    display: flex;
    align-items: center;
}
.social > div > div:last-child {
    display: flex;
    align-items: center;
}
.social > div > div:last-child > div {
    border-radius: 2px;
    background-color: #FFF;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    margin-left: 3px;
}
.social > div > div:last-child img {
    display: block;
}
.social a {
    flex: none;
    display: flex;
    margin-right: 15px;
    align-items: center;
}
.social a:not([href*="emaerket"]) {
    width: 40px;
    height: 40px;
    justify-content: center;
}
.social a img {
    max-height: 55%;
    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%;
}
.employees {
    margin: 40px auto 0;
    padding: 0;
    list-style-type: none;
    width: 1000px;
    max-width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.employees > li {
    flex: none;
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.employees img {
    display: block;
    width: 100%;
}
.employees h2 {
    margin: 10px 0;
    padding: 0;
    font-weight: bold;
}
.employees strong {
    font-size: 30px;
    font-weight: normal;
    color: #A1B4BF;
    margin: 0 0 10px;
}
.employees p {
    margin: 0;
    line-height: 1.9em;
}
table.CmsPageStyle_Table {
    table-layout: fixed;
}
div#CookiePolicy, div#CookiePolicy.fixed-bottom {
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    bottom: auto;
    width: 100vw;
    height: 100vh;
    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: #fff;
    flex: none;
    width: 700px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 40px rgba(0, 0, 0, .7);
    border-radius: 10px;
    color: #000;
    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: #000
}
div.CookiePolicyText {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    max-height: none;
    overflow: visible
}
div.CookiePolicyText a {
    text-decoration: underline
}
div.CookiePolicyText > h2, div.CookiePolicyText > p {
    background-color: #f6f6f6;
    font-weight: 400;
    color: #545454
}
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: 400
}
div.CookiePolicyText > p {
    padding: 0 40px 30px;
    margin: 0;
    line-height: 1.4em
}
div.CookiePolicyText > * {
    order: 1
}
div.cookie-policy-accept-buttons-container {
    order: 2;
    margin: 0;
    padding: 30px 40px 25px;
    display: flex;
    justify-content: center
}
div.cookie-policy-accept-buttons-container > input[type=button] {
    flex: auto;
    margin: 0;
    border-radius: 5px;
    padding: 20px 15px;
    font-weight: 400;
    box-shadow: inset 0 -4px 0 -2px transparent
}
div.cookie-policy-accept-buttons-container > input[type=button].cookie-policy-accept {
    background-color: #f6f6f6 !important;
    border: none !important;
    color: #000 !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: #000
}
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: 1px solid #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: 1px solid #d4d4d4
}
div.cookie-policy-consents-container label {
    font-weight: 400;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}
div.cookie-policy-consents-container label div {
    border-radius: 25px;
    width: 53px;
    margin: 7px 0 0;
    background-color: #ababab;
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer
}
div.cookie-policy-consents-container input:checked + label div {
    justify-content: flex-end;
    background-color: #6c7a00
}
div.cookie-policy-consents-container input:checked:disabled + label div {
    opacity: .7;
    cursor: default
}
div.cookie-policy-consents-container label div > span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff
}
.rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}
.rtable--4cols > .rtable-cell {
    width: 25%
}
.rtable-header-cell {
    background-color: rgba(0, 0, 0, .05);
    font-weight: 700
}
.rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: .8em 1.2em;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #ececec;
    font-size: .85em
}
.cookieSettingsButton {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    background-color: #6c7a00;
    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;
}
.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;
    max-width: 100%;
}
.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: 48%;
    margin-bottom: 4%;
}
.slideoutmain .line > * {
    flex: none;
}
.slideoutmain .line > .price {
    font-weight: 700;
    color: #E03400;
}
.slideoutcontainer:not(.active) .slideoutmain .line .deletebutton {
    display: none;
}
.slideoutmain .line > .image {
    position: relative;
    margin-bottom: 5px;
}
.slideoutmain .line > .image img {
    display: block;
    width: 100%;
    height: auto;
}
.slideoutmain .line > a.name {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    font-weight: bold;
}
.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;
}
aside {
    display: none;
}
#Content_Productlist > .clerk, #Content_Productlist table .clerk {
    margin-bottom: 40px;
    display: block;
}
#Content_Productlist > .clerk:empty, #Content_Productlist table .clerk:empty {
    min-height: 500px;
}
#Content_Productlist > .clerk:not(:empty), #Content_Productlist table  .clerk:not(:empty) {
    padding-bottom: 30px;
    display: block;
    background-color: #f6f6f6;
    padding: 30px 50px;
}
.clerk .slick-track {
    display: flex !important;
}
.clerk .slick-list {
    margin: 0 -25px;
}
.clerk .slick-slide {
    height: inherit !important;
    margin: 10px 25px;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.clerk-design-component-sgVdo6S6 {
    padding: 15px;
}
.clerk-instant-search-container .mediumheader {
    font-size: 18px;
    margin: 0 0 10px;
}
.clerk .mediumheader {
    text-align: center;
}
body.webshop-productinfo .clerk .slick-slide {
    margin: 0 25px;
    padding: 0;
    box-shadow: none;
}
.pricerunnerimage {
	height: auto;
}
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;
    height: auto;
    aspect-ratio: 16/9;
}
.mobilemenucontent {
    display: none;
}
.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;
}
.descriptioncontainer .same-product-container {
    background-color: #FFF;
}
.shippingdivmethod {
    display: flex;
    flex-wrap: wrap;
    background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 10px;
}
.shippingdivmethod > span {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.shippingdivmethod > span > img {
    height: 20px;
}
.shippingdivmethod > * {
    flex: none;
    width: 100%;
}
.shippingdivmethod ul {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}
.shippingdivmethod li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.shippingdivmethod li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.shippingdiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shippingdiv > div {
    flex: none;
    width: 31.3%;
}
.shippingdiv h2 {
    flex: none;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
footer .container {
    z-index: 2;
    position: relative;
    background-color: #2f1f19;
    padding: 0 50px 50px;
    border-radius: 10px;
}
footer {
    padding: 0 0 40px;
    background-color: #2f1f19;
    position: relative;
}
footer, footer a {
    color: #FFF;
}
footer .icon {
    width: 60px;
    margin-bottom: 40px;
}
footer .header {
    font-weight: bold;
    font-size: 110%;
    text-transform: uppercase;
}
footer section {
    padding: 15px 0 0;
}
footer section > a {
    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: #6C7A00;
    color: rgba(255,255,255,1.00);
}
footer .newsletter a[href*="emaerket"] {
    display: flex;
    margin: 20px 0 0;
}
.credits {
    background-color: #2A3D4C;
    padding: 40px 0;
}
.credits img.creditcards {
    width: 300px;
    max-width: 80%;
    height: auto;
}
.bp_lsaProductStockMessage {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bp_lsaFullScreen .bp_lsaProductsList>.bp_lsaProduct .bp_lsaProductButton {
	text-transform: uppercase;
}
.bp_lsaProductStockMessage.bp_lsaInStock {
	
}



.gls-parsel-shops--container {
    width: 100%;
    padding: 5px !important;
}
#pacsoftservicepointholder label {
    width: auto !important;
}

@media (min-width: 900px) {
	.usp.slick-slider.slick-initialized .slick-list {
		display: none;
	}
    [class*="Custom_UL"] > li, [class*="Frontpage_Custom_DIV"] > div, [class*="CustomersAlsoBought_Custom_DIV"] > div, [class*="Related_Custom_DIV"] > div, [class*="ProductList_Custom_DIV"]:not(.slick-initialized) > div {
        padding: 20px;
    }
    .descriptioncontainer {
        display: flex;
        justify-content: space-between;
    }
    .descriptioncontainer .same-product-container {
        width: 49%;
        padding: 40px;
        box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    }
    .btnfilter, .btnFilterProductsFound {
        display: none;
    }
    .webshop-productlist .container.content {
        display: flex;
        align-items: flex-start;
        max-width: 98%;
        width: 100%;
    }
    .webshop-productinfo .container.content {
        max-width: 98%;
    }
    .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;
    }
    .container.content {
        padding-top: 30px;
        /*padding-bottom: 260px;*/
    }
    .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;
    }
    .stickytop {
        border-bottom: solid 1px rgba(237,237,237,1.00);
    }
    .infobar > div {
        justify-content: center;
        padding: 8px 30px;
    }
    .topnav .logo {
        margin: 25px 0;
    }
    .topnav > div.container > a {
        flex: auto;
        display: flex;
        align-items: center;
    }
    form.search {
        position: relative;
    }
    .search input[type="text"] {
        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;
        border: 1px solid #eee;
        border-radius: 2px;
        font-weight: 400;
    }
    .topnav > div.container > div {
        flex: auto;
    }
    .topnav > div.container > div.search {
        width: 40%;
    }
    .topmenu {
        display: none;
    }
    .productmenu .closebutton {
       display: none;
    }
    .Heading_ProductMenu {
        display: none;
    }
    #ProductmenuContainer_DIV {
        border-top: solid 1px rgba(237,237,237,1.00);
        position: relative;
    }
    #ProductMenu_List {
        display: flex;
        margin: 0 auto;
        padding: 0;
        width: 1700px;
        max-width: 90%;
        list-style-type: none;
    }
    #ProductMenu_List > li {
        flex: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }
    #ProductMenu_List > li.auto {
        flex: auto;
    }
    #ProductMenu_List > li > a:last-of-type {
        display: flex;
        text-decoration: none;
        text-transform: uppercase;
        padding: 14px 10px;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    #ProductMenu_List > li > a:last-of-type:after {
        content: url("/images/skins/Bewise/images/icon-arrow-down-brown.svg");
        width: 11px;
        margin-left: 8px;
    }
    #ProductMenu_List > li > a:last-of-type > span.ProductMenu_MenuItemBold {
        font-weight: 400;
    }
    #ProductMenu_List > li.auto > a:last-of-type {
        display: inline-flex;
    }
    #ProductMenu_List > li > a[href*="specialoffer"] {
    }
    #ProductMenu_List > li > a[href*="news-ALL"] {
        background-color: #eee;
    }
    #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:hover {
        background-color: #f3f3f3;
    }
    #ProductMenu_List > li > ul {
        display: none;
    }
    .SubCats_Categories_UL.brandsul > li {
        transition: all .3s ease;
    }
    .SubCats_Categories_UL.brandsul > li:hover {
        transform: scale(1.1);
    }
    .topnav > .container {
        position: relative;
    }
    .twocolumns > * {
        flex: none;
        width: 48%;
    }
    .summarycontainer > div {
        width: 49.5%;
    }
    .summarycontainer > div:first-child {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: baseline;
    }
    .summarycontainer > div:first-child > div {
        flex: none;
        width: 31.3%;
    }
    .summarycontainer > div:first-child > div img {
        margin-bottom: 5px;
    }
    .showbasket > .summary {
        display: flex;
        flex-direction: column;
    }
    .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, [class*="ProductList_Custom_DIV"] > div, [class*="CustomersAlsoBought_Custom_DIV"] div.slick-slide, [class*="Related_Custom_DIV"] div.slick-slide, [class*="Frontpage_Custom_DIV"] div.slick-slide {
        width: 23%;
    }
    [class*="Custom_UL"] > li:hover, [class*="ProductList_Custom_DIV"]:not(.slick-initialized) > div:hover, [class*="Frontpage_Custom_DIV"] div.slick-slide:hover, [class*="Related_Custom_DIV"] div.slick-slide:hover, [class*="CustomersAlsoBought_Custom_DIV"] div.slick-slide:hover, [class*="ProductList_Custom_DIV"] div.slick-slide:hover {
        box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    }
    [class*="Custom_UL"].fullwidth > li, [class*="ProductList_Custom_DIV"].fullwidth > div, [class*="Frontpage_Custom_DIV"].fullwidth > div, [class*="Related_Custom_DIV"].fullwidth div.slick-slide, [class*="CustomersAlsoBought_Custom_DIV"].fullwidth div.slick-slide {
        width: 18%;
    }
    [class*="Related_Custom_UL"] > li, [class*="Related_Custom_DIV"] div.slick-slide {
        width: 23%;
    }
    .SubCats_Categories_UL {
        margin-left: -1%;
        margin-right: -1%;
        margin-bottom: 40px;
    }
    .SubCats_Categories_UL > li {
        width: 23% !important;
        margin: 0 1% 2%;
    }
    .productcard {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .productcard > div.imagescontainer {
        width: 49%;
    }
    .productcard-buysection {
        width: 49%;
    }
    .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;
    }
    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%;
    }
}
@media (min-width: 1700px) {
    body, input, select, textarea, button, td.VariantGroupLabel {
        font-size: 14px;
    }
    [class*="ProductList_Custom_UL"] > li, [class*="ProductList_Custom_DIV"] > div {
        width: 18%;
    }
}
@media (min-width: 2000px) {
    [class*="ProductList_Custom_UL"] > li, [class*="ProductList_Custom_DIV"] > div {
        width: 14.6%;
    }
}
@media (max-width: 1700px) {
    #ProductMenu_List > li > a:last-of-type {
        font-size: 12px;
    }
	.product [data-energy] {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	.product [data-energy] strong {
		display: none;
	}
	.product [data-energy] span {
		padding-left: 0;
		padding-top: 3px;
	}
	.product [data-energy] img {
		height: 28px;
	}
}
@media (max-width: 899px) {
    
    div.bp_lsaDropdown {
        width: 90vw;
    }
    div.bp_lsaDropdown .bp_lsaProductImage,
    div.bp_lsaDropdown .bp_lsaCategoryImage {
        width: 35px;
        margin: 0 10px 0 0;
    }
    div.bp_lsaDropdown .bp_lsaProduct,
    div.bp_lsaDropdown .bp_lsaCategory,
    div.bp_lsaDropdown .bp_lsaBrand {
        overflow-wrap: break-word;
        hyphens: auto;
    }

    
    
    .topmenu > .container {
        position: relative;
    }
    .topmenu .search {
        position: static !important;
    }
	.imagescontainer .offer {
		top: 15px;
	}
	.fpSliders {
		margin: 0;
	}
	.fpSliders > a {
		width: 100%;
		margin-bottom: 10px;
	}
	.brandscontainer:not(.slick-initialized) > * {
		width: 31.33%;
	}
	.brandscontainer:not(.slick-initialized) > :nth-of-type(n+4) {
		display: none;
	}
    .productcard .productcard-buysection {
        padding: 40px 20px 20px;
    }
    .productnumber {
        justify-content: space-between;
    }
    .productnumber > span.expected-delivery {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    body.webshop-productinfo h1 {
        border-top: 1px solid #eee;
        margin-top: 10px;
        padding-top: 10px;
    }
    .manufactor {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .productnumber > span, .manufactor {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
    .productcard > div.imagescontainer {
        margin-bottom: 20px;
    }
	.productcard .imagescontainer .images a img {
		padding: 0;
	}
	.productviews {
		top: 15px;
		left: 15px;
	}
	.fav-button, .favbuttoncontainer {
		top: 22px;
		right: 22px;
	}
    [itemtype*="https://schema.org/BreadcrumbList"] {
        white-space: nowrap;
        width: 340px;
		max-width: 80%;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		overflow-y: hidden;
        justify-content: center;
    }
	.webshop-productinfo [itemtype*="https://schema.org/BreadcrumbList"] {
		justify-content: flex-start;
	}
    .Related_Custom_UL .slick-arrow.slick-next, .CustomersAlsoBought_Custom_UL .slick-arrow.slick-next,
    .Related_Custom_DIV .slick-arrow.slick-next, .CustomersAlsoBought_Custom_DIV .slick-arrow.slick-next {
        right: 0;
    }
    .Related_Custom_UL .slick-arrow.slick-prev, .CustomersAlsoBought_Custom_UL .slick-arrow.slick-prev, 
    .Related_Custom_DIV .slick-arrow.slick-prev, .CustomersAlsoBought_Custom_DIV .slick-arrow.slick-prev {
        left: 0;
    }
	.Related_Custom_UL .slick-arrow.slick-prev, .CustomersAlsoBought_Custom_UL .slick-arrow.slick-prev, 
    .Related_Custom_DIV .slick-arrow.slick-prev, .CustomersAlsoBought_Custom_DIV .slick-arrow.slick-prev,
	.Related_Custom_UL .slick-arrow.slick-next, .CustomersAlsoBought_Custom_UL .slick-arrow.slick-next, 
    .Related_Custom_DIV .slick-arrow.slick-next, .CustomersAlsoBought_Custom_DIV .slick-arrow.slick-next {
		top: 40%;
	}
    .imageselector a {
        width: 18%;
    }
    .slick-dots {
        display: none !important;
    }
	.listheader {
		background-image: url('/images/skins/Bewise/images/fallbackimage-mobile.webp');
	}
    .listheader {
        padding: 50px 0;
		min-height: 162px;
    }
    .listheader h1 {
        font-size: 220%;
        margin-bottom: 10px;
    }
    .closebutton {
        display: none !important;
    }
    .topcategories {
        margin-bottom: 60px;
    }
    .topcategories > div > a {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .brandscontainer {
        margin: 20px auto;
    }
    .productcard-shippinginfo > div {
        width: 100%;
    }
    .productcard-shippinginfo > div.deliveryinfo-container {
        border-left: 0;
    }
    .productcard-shippinginfo > div:not(:last-child) {
        border-bottom: 1px solid #eee;
    }
    #checkout-container > div.checkoutright {
        border-left: 0;
    }
    body.webshop-checkout > .container {
        margin-bottom: 150px;
    }
    #checkout-container > div.checkoutleft, #checkout-container > div.checkoutright {
        width: 100%;
    }
    #checkout-container fieldset > label, #checkout-container fieldset > div#subscription-maillist, #shipping-methods > label, #checkout-container fieldset > label[for="checkout_customer_email"] > div {
        width: 100%;
        margin: 0 0 1% 0;
    }
    #checkout-container fieldset > label[for="checkout_customer_email"] {
        flex-wrap: wrap;
        width: 100%;
    }
    .language {
        display: none;
    }
    footer:before {
        height: 110px;
    }
    .showbasketnavigation a:first-child, .showbasketnavigation a:last-child {
        width: 100%;
        margin: 0;
    }
    .showbasketnavigation a:first-child {
        padding: 8px 0;
        min-height: auto;
        margin: 0 0 10px 0;
    }
    .summarycontainer > div > div {
        width: 100%;
        margin-bottom: 20px;
    }
    .summaryusp > div > img {
        margin-right: 8px;
    }
    .summaryusp {
        order: 2;
    }
    .shippingdiv > div {
        width: 100%;
    }
    .infobar {
        top: 120px;
    }
    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;
        border-top: solid 7px #000000;
        transition: left 0.2s ease-in-out;
        display: flex;
        flex-direction: column;
    }
    #ProductFilter-Container.active {
        left: 0;
    }
    .topnav {
        padding: 10px 0;
    }
    .topnav .logo {
        height: 22px;
        margin: 0;
    }
    .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: center;
    }
    .usp:not(.slick-initialized) > div:nth-child(n+2) {
        display: none !important;
    }
    .interiorshopplus-top {
        display: none;
    }
    header .top {
        background-color: rgba(255,255,255,1.00);
        border-bottom: solid 1px rgba(237,237,237,1.00);
    }
    .stickytop {
        box-shadow: 0 20px 20px rgba(0,0,0,.2);
    }
    .container.content {
        min-height: calc(100vh - 150px);
    }
    .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;
    }
    .productmenu.active {
        display: flex;
    }
    .productmenu .ProductmenuContainer_DIV {
        flex: auto;
        background-color: #f9f9f9;
        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 .ProductMenu_Category_Icon_Container {
        border-bottom: solid 1px rgba(237,237,237,1.00);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
    }
    #ProductMenu_List li.has-dropdown > i > img {
        width: 12px;
    }
    #ProductMenu_List li.has-dropdown.open > i > img {
        transform: rotate(180deg);
    }
    #ProductMenu_List li.has-dropdown > ul {
        width: 100vw;
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: #FFF;
    }
    #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);
    }
    .frontpage-products {
        margin: 30px auto;
    }
    .fpSlider a span strong {
        font-size: 30px;
		line-height: normal;
    }
    .fpSlider a span small {
        font-size: 15px;
		line-height: normal;
    }
    .fpSlider a i {
        font-size: 13px;
        padding: 5px 30px;
        margin-top: 13px;
    }
    .productcard .pointsinfo {
        font-size: 80%;
    }
    .pointsinfo > span > img {
        font-size: 9px;
    }
    .SubCats_Categories_UL.brandsul > li {
        width: 48% !important;
    }
    .brandscolumns {
        margin: 0;
    }
    .brandscolumns > div {
        width: 100%;
        margin: 0 0 20px;
    }
    .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;
    }
    .webshop-frontpage .container.content {
        max-width: 100%;
        padding: 0 0 60px 0;
    }
    .Text1_FrontPage > *:not(:last-child) {
        margin-bottom: 15px;
    }
    .Text1_FrontPage .fpusp img[src*="maerket"] {
        width: 80px;
    }
    .productcard .productcard-buysection .Prices_Custom_DIV > div:first-child {
        font-size: 28px;
    }
    .productcard-shippinginfo > div {
        justify-content: flex-start;
    }
    #BUYSECTION input[type="number"], 
    #BUYSECTION input[type="submit"] {
        min-height: 45px;
    }
    #BUYSECTION input[type="submit"] {
        font-size: 12px;
        padding: 0 10px;
    }
    .showbasket .summary {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    .twocolumns {
        flex-direction: column;
    }
    .twocolumns .supportbox {
        margin-top: 20px;
        justify-content: center;
    }
    .employees {
        margin-top: 0;
    }
    .employees > li {
        width: 48%;
    }
    .employees h2 {
        font-size: 13px;
        margin: 10px 0 0;
    }
    .employees strong {
        font-size: 22px;
    }
    .employees p {
        line-height: normal;
    }
    .hideonmobile {
        display: none;
    }
    .clerk .slick-list {
        margin: 0 -10px;
    }
    .clerk .slick-slide {
        margin: 0 10px;
    }
    columns {
        display: block;
    }
    columns.padding {
        padding: 15px;
    }
    columns .focus {
        width: 100%;
        padding: 20px;
    }
    columns > img {
        width: 100%;
        display: block;
    }
    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: 1px solid #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
    }
    footer > div.container.columns > div:not(:last-child) {
        margin-bottom: 40px;
    }
	footer section > a:not(:last-of-type) {
		margin-bottom: 10px;
	}
    footer .container {
        padding: 0 20px 20px;
    }
    .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;
        flex-wrap: wrap;
    }
    .social > div > div:last-child > div {
        margin-bottom: 5px;
    }
}