@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    outline: none;
}
body, html {
    margin: 0;
}
body, input, select, textarea, button, td.VariantGroupLabel {
	font-family: 'Poppins', 'Arial', sans-serif;
	color:rgba(50,50,50,1.00);
	font-size: 14px;
	font-weight: normal;
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
    background-color: #f8f8f8;
    line-height: 1.8em;
}
body.noscroll {
    overflow: hidden;
}
a {
	color: #fb9039;
}
a:hover {
	color: rgba(0,0,0,1.00);
}
.dark a {
    color: #ef8b39;
}
img {
	border: 0;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0 10px;
    height: 39px;
    border-radius: 3px;
    border: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
}
textarea {
    height: 60px;
    padding: 10px;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    margin: 0;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(198,198,198,1.00);
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
    background-color: #A1B4BF;
    border-color: #A1B4BF;
    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, #ProductMenu_List div.container > a > span > small, .btnFilterProductsFound {
    background-color: #519548;
    color: rgba(255,255,255,1.00);
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-flex;
    font-size: 14px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    font-style: normal;
    line-height: normal;
    position: relative;
}
input[type="submit"]:not(:disabled):hover, button:not(:disabled):hover, input[type="button"]:not(:disabled):hover, .button:hover {
    color: #34495e;
}
input[type="submit"]:disabled, button:disabled {
    background-color: rgba(176,176,176,1.00);
    cursor:not-allowed;
}
input[type="submit"]:disabled.loading, button:disabled.loading {
    cursor: progress;
}
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, .asideul > li > a, .Heading_Terms, .Heading_Order4, .Heading_B2BLogin_Wrapper > span {
    margin: 0 0 15px;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    display: block;
	text-align: left;
}
h2, h3, .mediumheader, .Heading_OrderStep4 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 25px;
    font-weight: normal;
    line-height: normal;
}
#checkout-container h3, #checkout-container h2 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 19px;
    font-weight: normal;
}
h1:empty, h2:empty {
    display: none;
}
h1.center, .mediumheader.center {
    text-align: center;
}
.container {
    width: 1800px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.container.small {
    width: 1500px;
    max-width: 90%;
}
.container.content {
    padding-top: 5%;
    padding-bottom: 5%;
}
.container.center {
    justify-content: center;
    display: flex;
}
.vh {
    height: calc(100vh - 75px);
}
.flexheader {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
h2 a, .flexheader a {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 15px;
    border: solid 1px rgba(225,225,225,1.00);
    border-radius: 3px;
    padding: 3px 7px;
    background-color: rgba(255,255,255,1.00);
    text-decoration: none;
    color: rgba(0,0,0,1.00);
}
.spacebottom {
    margin-bottom: 60px;
}
.spacetop {
    margin-top: 60px;
}
.padding {
    padding: 3%;
}
.light {
    background-color: rgba(255,255,255,1.00);
}
* + p {
    margin-top: 0;
}
* > p:last-child {
    margin-bottom: 0;
}
.count:not(:empty), .topnavbuttons > .basket:not([data-count="0"]):before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #2A3D4C;
    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';
}
input[type="text"].seudosearch {
    display: flex;
    align-self: center;
    flex: auto;
    margin: 0 30px 0 5%;
    padding: 0 48px 0 24px;
    line-height: 1;
    border: solid 1px rgba(231,231,231,1.00);
    background-color: rgba(255,255,255,1.00);
    outline: none;
    background-image: url('/images/skins/Bewise/images/icon-search-black.svg');
    background-repeat: no-repeat;
    background-size: auto 40%;
    background-position: calc(100% - 23px);
    border-radius: 30px;
    height: 47px;
    user-select: none;
    cursor: pointer;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
}
.btnsearchcontainer {
    display: none;
}
header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,1.00);
    transition: box-shadow 1s ease;
}
header.shadow {
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}
header > div.headerinner {
    display: flex;
    flex: none;
    position: relative;
    z-index: 10;
}
header > div.headerinner > div.topright {
    display: flex;
    justify-content: flex-end;
    flex: auto;
}

header .logo {
    flex: none;
}
header .logo img {
    margin: 15px 0;
    height: 50px;
    width: auto;
    display: block;
}
header .search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 20px 60px rgba(0,0,0,.2);
    display: none;
}
header .search form input[type="text"] {
    height: 80px;
    border: none;
    width: 100%;
    text-align: left;
    padding: 0;
}
header .productmenu {
    display: flex;
    justify-content: center;
    background-color: #34495e;
    position: relative;
}
.uspcontainer {
    box-shadow: 0 0 40px rgba(0,0,0,.1);
}
.usp:not(.slick-initialized) {
    display: flex;
}
.usp:not(.slick-initialized) > * {
    flex: none;
    width: 25%;
}
.usp:not(.slick-initialized) > *:nth-child(n+6) {
    display: none;
}
.usp > *, .usp .slick-slide {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    line-height: normal;
}
.usp img {
    flex: none;
    width: 20px;
    height: auto;
    margin: 0 10px 0 0;
}
.usp > * > span, .usp .slick-slide > span {
    flex: none;
}
.usp strong {
    padding-right: 7px;
}
span.ProductMenu_MenuItemBold {
    font-weight: normal;
}
span.Heading_ProductMenu {
    display: none;
}

.Heading_ProductMenu {
    display: none;
}
#ProductMenu_List {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: auto;
}
#ProductMenu_List > ul {
    display: none;
}
#ProductMenu_List > li {
	flex: auto;
}
#ProductMenu_List > li > span {
    display: none;
}
#ProductMenu_List > li > a:last-of-type {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 5px;
    letter-spacing: 0.1em;
    align-items: center;
    flex: auto;
    position: relative;
    z-index: 9;
    color:rgba(255,255,255,1.00);
    white-space: nowrap;
	justify-content: center;
}
#ProductMenu_List > li > ul {
    display: none;
}
.dropdowncontainer {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 50px 0;
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
    justify-content: center;
}
.dropdowncontainer > .dropdowninnercontainer {
    flex: none;
    width: 1500px;
    max-width: 90%;
    justify-content: flex-start;
    display: flex;
}
.dropdowncontainer > .dropdowninnercontainer > ul {
    flex: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdowncontainer a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    color: rgba(0,0,0,1.00);
}
ul.level3ul + ul.dropdown {
    padding-left: 30px;
    margin-left: 60px;
    border-left: solid 1px rgba(231,231,231,1.00);
}
ul.level3ul + ul.dropdown span.Productmenu_Category_Icon_Container {
    display: none;
}
.dropdowncontainer > .dropdowninnercontainer > ul.level3ul {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    flex: auto;
}
.dropdowncontainer > .dropdowninnercontainer > ul:empty {
    display: none;
}
.level3ul > li {
    flex: none;
    width: 25%;
    padding-left: 44px;
    padding-right: 20px;
    position: relative;
}
.level3ul > li:nth-child(4n+4) {
    padding-right: 0;
}
.level3ul > li:nth-child(n+5) {
    margin-top: 25px;
}
.level3ul > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.level3ul > li > ul .Productmenu_Category_Icon_Container {
    display: none;
}
.level3ul > li > span {
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,1.00);
    display: flex;
    font-size: 0;
    line-height: 0;
}
.level3ul > li > span > a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}
.level3ul > li > a {
    font-size: 14px;
}
.level3ul > li > a > span.ProductMenu_MenuItemBold {
    font-weight: bold;
}
.level3ul > li > ul > li.viewall ~ li {
    display: none;
}
.level3ul > li > ul > li.viewall > a {
    text-decoration: underline;
}
.level3ul > li > ul > li > ul {
    display: none;
}

.dropdowncontainer[class*="col"] > div > ul.dropdown {
    column-gap: 60px;
    column-rule: 1px solid rgba(231,231,231,1.00);
}
.dropdowncontainer.col2 > div > ul.dropdown {
    column-count: 2;
}
.dropdowncontainer.col3 > div > ul.dropdown {
    column-count: 3;
}
.dropdowncontainer.colalfabet > div > ul.dropdown {
    column-count: 5;
}
/*
.dropdowncontainer.colalfabet > div > ul.dropdown > li.letter {
    break-after: avoid-column;
}
*/
.alfabetcolumns {
    display: flex;
    width: 100%;
}
.alfabetcolumns > div {
    flex: auto;
}
.alfabetcolumns > div div.letter {
    font-size: 16px;
    acolor: #34495e;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.alfabetcolumns > div > div.letter:not(:first-child) {
    margin-top: 15px;
}
.productmenubanner {
    flex: none;
    width: 20%;
    margin-right: 40px;
}
.productmenubanner img {
    display: block;
    width: 100%;
}

#ProductMenu_List > li.hover:hover > .dropdowncontainer {
    display: flex;
}

/*
.outerwrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.outerwrapper > * {
    flex: none;
}
.outerwrapper > article {
    flex: auto;
}
*/

.breadcrumb {
    border-top: solid 1px rgba(221,221,221,1.00);
    padding: 10px 0;
}
.breadcrumb, .breadcrumb a {
    color:rgba(0,0,0,1.00);
    text-decoration: none;
}
.breadcrumb a.BreadCrumbLink_Active {
    /*color:#fb9039*/
}
.breadcrumb:empty {
    display: none;
}
article {
    padding: 30px 0 60px;
    opacity: 1;
    transition: opacity .3s ease;
}
article.faded {
    opacity: .4;
}

.slideshow > * {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    align-items: center;
    justify-content: center;
}

.calculatorcontainer.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.50);
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calculatorcontainer:not(.fullscreen) {
    margin-top: 40px;
}
.calculator {
    flex: none;
    box-shadow: 0 0 50px rgba(0,0,0,.2);
}
.calculatorcontainer.fullscreen .calculator {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background-color: rgba(255,255,255,1.00);
    padding: 4%;
}
.calculator .progress {
    display: flex;
}
.calculator .progress > div {
    flex: auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(238,238,238,1.00);
    position: relative;
}
.calculator .progress > div:not(:last-child) {
    border-right: solid 1px rgba(230,230,230,1.00);
}
.calculator .progress > div.done {
    background-color: rgba(174,208,175,1.00);
}
.calculator .progress > div.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: rgba(0,0,0,1.00);
}
.calculator .steps {
    padding: 30px;
}
.calculator .steps > div:not(.active) {
    display: none;
}
.calculator h2 {
    font-size: 18px;
    margin: 0 0 30px;
    padding: 0;
    font-weight: bold;
}
.calculator [data-step="area"] input[type="number"] {
    height: 60px;
    text-align: center;
    font-size: 18px;
}
.calculator .buttons {
    margin: 30px -1% 0;
    display: flex;
    justify-content: flex-end;
}
.calculator button {
    flex: none;
    margin: 0 1%;
    width: 48%;
}
.calculator .buttons > button:first-child:last-child {
    width: 98%;
}
ul.substrate {
    margin: 0 1%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
ul.substrate > li {
    cursor: pointer;
    padding: 15px 20px;
    background-color: rgba(243,243,243,1.00);
    border: solid 1px rgba(217,217,217,1.00);
    border-top: none;
}
ul.substrate > :first-child {
    border-top: solid 1px rgba(217,217,217,1.00);
    border-radius: 10px 10px 0 0;
}
ul.substrate > :last-child {
    border-radius: 0 0 10px 10px;
}
ul.substrate > li.active {
    background-color: rgba(174,208,175,1.00);
    border-color: rgba(174,208,175,1.00);
}

.layersselectul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.layersselectul > li {
    position: relative;
}
.layersselectul > li:not(:last-child) {
    margin-bottom: 15px;
}
.layersselect .layertitle {
    border-radius: 5px;
    padding: 2px 15px;
    margin: 0 0 5px;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    display: inline-block;
}
.layerselector {
    display: flex;
    border-radius: 10px;
}
.layerselector > span {
    flex: auto;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    background-color: rgba(243,243,243,1.00);
    border: solid 1px rgba(217,217,217,1.00);
    border-left: none;
}
.layerselector > :first-child {
    border-left: solid 1px rgba(217,217,217,1.00);
    border-radius: 10px 0 0 10px;
}
.layerselector > :last-child {
    border-radius: 0 10px 10px 0;
}
.layerselector > .active {
    background-color: rgba(174,208,175,1.00);
    border-color: rgba(174,208,175,1.00);
}

.colorsul {
    margin: 0 -1%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.colorsul > li {
    margin: 0 1% 2%;
    flex: none;
    min-width: 23%;
    border-radius: 25px;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.colorsul > li.dark {
    color: rgba(255,255,255,1.00);
}
.colorsul > li.custom {
    width: 98%;
    background: linear-gradient(45deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    color: rgba(255,255,255,1.00);
}
/*
.colorsul > li.custom:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    margin: 0 10px 0 0;
    background: linear-gradient(45deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
*/
.colorview {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}
.colorview:after {
    content: "";
    padding-bottom: 70%;
    display: block;
}
.calccolumns {
    display: flex;
    margin: 0 -1%;
}
.calccolumns > * {
    margin: 0 1%;
    flex: auto;
}
.calccolumns > :nth-child(2) {
    flex: none;
    width: 48%;
}

.basket {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.basket > a {
    position: relative;
    display: flex;
    text-decoration: none;
    color: inherit;
}
.basket > a > img {
    display: block;
}
.basket > a:not([data-count="0"]):before {
    content: attr(data-count);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fb9039;
    color: rgba(255,255,255,1.00);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial';
    font-size: 12px;
    line-height: 1;
    transform: translate(-120%,-150%);
}
.minibasket {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 100%;
    right: 0;
    background-color: rgba(255,255,255,1.00);
    width: 600px;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
}
.minibasket:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,1.00);
    border-top: none;
    position: absolute;
    bottom: 100%;
    right: 34px;
}
.minibasket * {
    line-height: normal;
}
.minibasket > *:not(.lines), .minibasket .lines > div {
    padding-left: 40px;
    padding-right: 40px;
}
.minibasket > .header {
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 10px;
}
.minibasket .lines {
    max-height: 300px;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
	overflow-y:auto;
}
.minibasket .line {
    display: flex;
    align-items: center;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
}
.minibasket .line.aligntop {
    align-items: flex-start;
}
.minibasket .line > * {
    flex: none;
}
.minibasket .line > .image {
    width: 60px;
    padding: 5px;
}
.minibasket .line > .image img {
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
    border-radius: 3px;
}
.minibasket .line > .info {
    padding: 10px 20px;
    flex: auto;
    display: flex;
    flex-direction: column;
}
.minibasket .line > .info > a {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
}
.minibasket .line > .price {
    display: flex;
    flex-direction: column;
    text-align: right;
    line-height: normal;
}
.minibasket .line > .price small {
    color: rgba(130,130,130,1.00);
}
.minibasket .line > .edit {
    padding-left: 15px;
}
.minibasket .line > .edit a[href*="remove=1"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(0,0,0,1.00);
}
.minibasket .line > .edit a[href*="remove=1"] img {
    width: 60%;
    display: block;
}
.minibasket .productsline,
.minibasket .shippingline,
.minibasket .total {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.minibasket .shippingline,
.minibasket .productsline {
    border-bottom: solid 1px #f0f0f0;
}
.minibasket .total {
    font-weight: bold;
    align-items: flex-start;
    line-height: normal;
}
.minibasket .total > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.minibasket .total > div > small {
    font-weight: normal;
}
.minibasket .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #34495e;
    color: rgba(255,255,255,1.00);
}

.fpgrid img, .fpboxes img {
    transition: transform 2s ease;
}
.fpgrid {
    display: flex;
    margin-left: -1%;
    margin-right: -1%;
}
.fpgrid a {
    position: relative;
    display: block;
    overflow: hidden;
}
.fpgrid a span, .fpboxes a span {
    position: absolute;
    z-index: 5;
    background-color: rgba(52,73,94,.7);
    padding: 15px 30px;
    color: rgba(255,255,255,1.00);
    font-size: 30px;
}
.fpgrid > * {
    flex: none;
    margin: 0 1%;
    width: 30.5%;
}
.fpgrid > a {
    flex: auto;
}
.fpgrid > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.fpgrid img {
    display: block;
    width: 100%;
    height: auto;
}
.fpboxes {
    display: flex;
    margin-left: -1%;
    margin-right: -1%;
}
.fpboxes > a {
    position: relative;
    display: block;
    margin: 0 1%;
    flex: none;
    width: 18%;
    overflow: hidden;
}
.fpboxes a span {
    font-size: 20px;
}
.fpboxes img {
    display: block;
    width: 100%;
    height: auto;
}
.fpbrands:not(.slick-initialized) {
    display: flex;
    margin-left: -1%;
    margin-right: -1%;
}
.fpbrands:not(.slick-initialized) > a {
    margin: 0 1%;
    flex: none;
    width: 9.1%;
}
.fpbrands:not(.slick-initialized) > a:nth-child(n+10) {
    display: none;
}
.fpbrands a {
    display: flex !important;
    align-items: center;
    padding: 15px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 6px;
}
.fpbrands a img {
    display: block;
    width: 100%;
}
.fpbrands + a {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.fpabout {
    margin: 50px 0;
    padding: 50px 0;
}
.fpabout.visible {
    /*background-image: url("/images/skins/Bewise/images/kreativ.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.fpabout .container {
    display: flex;
    justify-content: flex-start;
}

.Text1_FrontPage {
    background-color: rgba(52,73,94,.7);
    color: rgba(255,255,255,1.00);
    width: 500px;
    max-width: 100%;
    padding: 40px 50px;
    display: block;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.Text1_FrontPage h1 {
    font-weight: normal;
}

.headerbox {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    align-self: stretch;
    display: flex;
    padding: 0 30px;
    border-right: solid 1px rgba(231,231,231,1.00);
}
.headerbox > * {
    flex: none;
}
.headerbox > small {
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.headerbox.trustpilotheaderbox {
    padding-left: 0;
}
.btnmenu {
    display: none;
}
.btnmenu img {
    width: 25px;
    height: auto;
    display: block;
}
.btnsearchcontainer {
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: none;
}
.language {
    position: relative;
    cursor: default;
}
.language img {
    width: 20px;
    height: auto;
}
.language .languages {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    background-color: rgba(255,255,255,1.00);
}
.language .languages > a {
    display: flex;
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    padding: 10px 25px;
    align-items: center;
}
.language .languages > a:not(:last-child) {
    border-bottom: solid 1px rgba(223,223,223,1.00);
}
.language .languages > a img {
    flex: none;
    display: block;
    margin: 0 15px 0 0;
}
.language:hover .languages {
    display: flex;
}
.privatebusiness {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: normal;
    align-items: flex-start;
}
.privatebusiness > div {
    cursor: pointer;
    line-height: 1;
    padding: 4px 0 4px 10px;
    position: relative;
    color: rgba(117,117,117,1.00);
}
.privatebusiness > div:first-child {
    border-bottom: solid 1px rgba(214,214,214,1.00);
}
.privatebusiness > div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 60%;
    width: 5px;
    transform: translateY(-50%);
    background-color: rgba(214,214,214,1.00);
}
.privatebusiness > div.active {
    color: rgba(0,0,0,1.00);
}
.privatebusiness > div.active:before {
    background-color: #fb9039;
}

.freedeliverybadge {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    overflow: hidden;
    min-width: 70px;
    z-index: 10;
    pointer-events: none;
}
.freedeliverybadge:after {
    content: attr(data-text);
    position: absolute;
    background-color: #fb9039;
    color: rgba(255,255,255,1.00);
    width: 200%;
    left: 20%;
    top: 20%;
    padding: 3% 0;
    transform-origin: 0 0;
    transform: rotate(-45deg) translateX(-50%);
    text-align: center;
    box-shadow: 4px 4px 0 rgba(0,0,0,.1);
}
.item.product .freedeliverybadge:after {
    font-size: 12px;
    padding: 2% 0;
    top: 25%;
    left: 25%;
}

.infobadge {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    padding: 3px 8px;
    z-index: 1;
    background: #35495e;
    color: #fff;
}

.infobadge:empty {
	display: none;
}

.freedeliverybadge:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.productcard:not(.master) .priceline .from {
	display: none;
}

.productcard > .image {
    position: relative;
}
.productcard .thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -1% 0;
}
.productcard .thumbs a {
    display: block;
    flex: none;
    width: 18%;
    margin: 0 1% 2%;
    background-color: rgba(255,255,255,1.00);
    padding: 5px;
    border-radius: 5px;
}
.productcard .thumbs img {
    width: 100%;
    height: auto;
    display: block;
}
.doclinks {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -2% 0;
	flex: none !important;
}
.productcard .doclink {
	flex: none;
    display: inline-flex;
    align-items: center;
    margin: 0 2% 4%;
}
.productcard .doclink img {
    display: block;
    margin: 0 7px 0 0;
}

.productcard .buy {
    position: relative;
}
.productcard .Prices_Custom_UL {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.productcard .Prices_Custom_UL .currency {
    padding-left: 5px;
}
.productcard .Prices_Custom_UL small {
    display: block;
    color: rgba(145,145,145,1.00);
    font-weight: normal;
    font-size: 12px;
    margin: 5px 0 0;
}
.productcard .buy.samplebuy .Prices_Custom_UL .priceline > .currency,
.productcard .buy.samplebuy .Prices_Custom_UL small {
    display: none;
}
.productcard .Prices_Custom_UL > li .bulktextheader, .item.product .bulktextheader {
    display: inline-flex;
    background-color: #fb9039;
    color: rgba(255,255,255,1.00);
    padding: 2px 7px;
    line-height: normal;
    font-size: 11px;
    margin: 0 0 4px;
}
.item.product .bulktextheader {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}
.productcard .Prices_Custom_UL .priceline > .from {
    padding-right: 5px;
}
.productcard .Prices_Custom_UL .priceline[data-from="0"] > .from {
    display: none;
}
.productcard .Prices_Custom_UL > li:first-child {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}
.productcard .Prices_Custom_UL > li:first-child small.bulktext,
.productcard .Prices_Custom_UL > li:first-child .bulktextheader {
    display: none;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) {
    margin-top: 15px;
    line-height: normal;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) small.defaultpricetext {
    display: none;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) small.bulktext {
    margin: 0;
    color: rgba(0,0,0,1.00);
}
.productcard .priceline .before:not(:empty) {
    text-decoration: line-through;
    font-weight: normal;
    padding-right: 8px;
}
.productcard .priceline .before:not(:empty) ~ * {
    color: #fb9039;
}
.productcard .smallinfo {
    font-size: inherit;
}
.productcard.master .smallinfo {
    display: none;
}
.productcard .buy .shippingmessage {
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding: 6px 15px;
    line-height: 1;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    background-color: #34495e;
    color: rgba(253,253,253,1.00);
    border-radius: 2px;
}
.productcard .buy .shippingmessage.today {
    background-color: #519548;
}
.productcard .buy .shippingmessage:before {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #34495e;
    border-bottom: none;
    position: absolute;
    top: 100%;
    left: 50%;
}
.productcard .buy .shippingmessage.today:before {
    border-top-color: #519548;
}
.morecategoriesheader {
    font-weight: bold;
    margin: 30px 0 0;
    flex: none !important;
}
.morecategories {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -1% 0;
    flex: none !important;
}
.morecategories > a {
    margin: 2% 1% 0;
    flex: none;
    color: rgba(0,0,0,1.00);
    text-decoration: none;
    border: solid 1px rgba(184,184,184,1.00);
    padding: 4px 10px;
    border-radius: 3px;
}

footer {
    padding: 100px 0;
    background-color: #34495e;
    color: rgba(253,253,253,1.00);
}
footer a {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
}
footer .acceptterms a {
    text-decoration: underline;
}
footer a:hover {
    color: inherit;
}
footer > .container {
    display: flex;
}
footer > .container > div {
    flex: auto;
    max-width: 20%;
}
footer > .container > div:not(:last-child) {
    padding-right: 4%;
}
footer > .container > div > strong:first-child {
    display: block;
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 30px;
}
footer .nature, footer .paymenticons {
    width: 220px;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 20px auto 0 0;
}
footer input[type="text"], footer input[type="email"] {
    margin-bottom: 10px;
    border: none;
}
footer .TopMenu_MenuItems {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social {
    display: flex;
    align-items: center;
}
.social a {
    flex: none;
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
    justify-content: center;
    border-radius: 50%;
    background-color: #2A3D4C;
    margin-right: 10px;
}
.social a img {
    height: 55%;
    width: auto;
}
.acceptterms {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.acceptterms input[type="checkbox"] {
    margin: 0 10px 0 0;
    border: none;
}
footer input[type="submit"]:disabled {
    opacity: .3;
}


.employees ul {
    margin: 0 -1%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.employees ul > li {
    flex: none;
    width: 48%;
    margin: 0 1% 3%;
    display: flex;
    flex-direction: column;
}
.employees img {
    display: block;
    margin: 0 0 15px;
    width: 100%;
}
.employees strong {

}




columns .focus {
    flex: none;
    width: 48%;
    background-color: #34495e;
    color: rgba(255,255,255,1.00);
    padding: 3%;
}
columns [style*="background"], columns[style*="background"] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
iframe[src*="youtu"] {
    max-width: 100%;
    display: block;
}

.stock {
    display: flex;
    align-items: flex-start;
    line-height: normal;
}
.stock img {
    flex: none;
    margin: 2px 5px 0 0;
    width: 16px;
    height: auto;
}
.stock i {
    color:rgba(78,151,90,1.00);
    font-style: normal;
}
.product .stock {
    margin-bottom: 10px;
}
.stock.notinstock,
.extraProduct .name .extrastock{
    color: rgba(143,63,65,1.00);
}

.extraProduct .name

.extendeddelivery {
    border-radius: 3px;
    background-color:rgba(255,251,222,1.00);
    border: solid 1px rgba(244,244,184,1.00);
    font-size: 12px;
    padding: 3px 10px;
    display: inline-flex;
    margin: 5px 0 0;
    line-height: normal;
}
.extendeddelivery.notinstock {
    background-color: rgba(143,63,65,1.00);
    border-color: rgba(143,63,65,1.00);
    color: rgba(255,255,255,1.00);
}
.productcard .stock {
    margin-bottom: 25px;
    padding-bottom: 8px;
    border-bottom: solid 1px rgba(230,230,230,1.00);
}
.productcard.master .stock .stockamount {
    display: none;
}

.SubCats_Categories_DIV {
    display: flex;
    margin: 0 -1%;
    flex-wrap: wrap;
}
.SubCats_Categories_DIV > div {
    flex: none;
    width: 31.33% !important;
    float: none !important;
    margin: 0 1% 2%;
}
.SubCats_Categories_DIV > div > div {
    display: flex;
    height: 100%;
}
.SubCats_Categories_DIV .category {
    flex: auto;
    display: flex;
    align-items: center;
    border: solid 1px rgba(234,234,234,1.00);
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.SubCats_Categories_DIV .category > * {
    flex: auto;
}
.SubCats_Categories_DIV .category > .title {
    font-size: inherit;
    margin: 0;
}
.SubCats_Categories_DIV .category > .title a {
    padding: 9px 20px;
    display: block;
    text-decoration: none;
    color: inherit;
}
.SubCats_Categories_DIV .category > .image {
    flex: none;
    width: 40%;
	height: auto;
    padding: 0;
	align-self: stretch;
    background-color: rgba(238,238,238,.40);
}
.SubCats_Categories_DIV .category > .image img {
    width: 100%;
	height: 100%;
    display: block;
    mix-blend-mode: multiply;
	object-fit: cover;
	object-position: 50% 50%;
}
.SubCats_Categories_DIV .category > .image:empty {
    display: none;
}
.SubCats_Categories_DIV > div:empty {
    display: none;
}
.SubCats_Categories_Container {
    position: relative;
}
.SubCats_Categories_Container img[style*="float"],
.SubCats_Categories_Container > p:first-child,
.SubCats_Categories_Container p:empty {
    display: none !important;
}
.brandletter {
    position: absolute;
    left: 0;
    width: 35px;
    background-color: #34495e;
    border-radius: 2px;
}
.brandletter:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.brandletter span {
    transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255,255,255,1.00);
    font-size: 20px;
}
.brandletter + div {
    margin-bottom: 3%;
    padding-left: 100px;

}

.webshop-productlist table.CmsPageStyle_Table {
    table-layout: fixed;
}
.ProductList_Custom_UL {
    margin: 0 -1%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    /*align-items: flex-start;*/
}
.ProductList_Custom_UL > li {
    flex: none;
    width: 23%;
    margin: 0 1% 2%
}
.ProductList_Custom_UL > li.unavailable:not(:hover) {
    opacity: .5;
    filter: grayscale();
}
.ProductList_Custom_UL > li > form {
    height: 100%;
    width: 100%;
    display: flex;
}
.ProductList_Custom_UL > li > form > div {
    flex: auto;
}

.item.shadow, .item.box {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.item.box {
    padding: 15px;
    border-radius: 6px;
    background-color: rgba(255,255,255,1.00);
}

.item .image img {
    display: block;
    border-radius: 5px;
    height: auto;
}
.item.product [class*="VariantSelector"] {
    display: none;
}
.item.product .advanced {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1% 15px;
}
.item.product .advanced > a {
    margin: 0 1% 2%;
    flex: none;
    border: solid 1px rgba(237,237,237,1.00);
    border-radius: 2px;
    line-height: normal;
    padding: 3px 8px;
    font-size: 11px;
    text-decoration: none;
    color: rgba(0,0,0,1.00);
}
.item.product .advanced > a:hover {
    border-color: #34495e;
    background-color: #34495e;
    color: rgba(255,255,255,1.00);
}
.item .price > div {
    font-weight: bold;
    font-size: 18px;
}
.item.product a[href*="terms.html"] {
    color: rgba(0,0,0,1.00);
}

.item.article .button {
    border: solid 1px #ccc;
    background-color: transparent;
    color: rgba(0,0,0,1.00);
    padding-left: 30px;
    padding-right: 30px;
}
.item.article > a {
    display: flex;
    text-decoration: none;
    color: rgba(0,0,0,1.00);
}
.item.article .image {
    flex: none;
    width: 50%;
    position: relative;
    overflow: hidden;
    align-self: center;

}
.item.article .image img,
.articleslider a img {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: 0% 50%;
}
.item.article .info {
    padding: 0 5%;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
}
.item.article .info .name {
    font-size: 25px;
    margin: 0 0 20px;
    line-height: normal;
}
.item.article .info .desc {
    color: rgba(82,82,82,1.00);
    margin-bottom: 25px;
}
.item.article .info .desc ul {
	margin: 0;
	padding: 0 0 0 18px;
	text-align: left;
}
.item.article .info .desc:empty,
.item.article .info .desc br {
    display: none;
}
.item.article.type1 > * {
	display: flex;
    flex-direction: row-reverse;
}
.item.article.type2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.item.article.type2 > * {
    padding: 150px 5%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item.article.type2 .name {
    padding: 20px 40px;
    display: flex;
    background-color: rgba(52,73,94,.7);
    color: rgba(255,255,255,1.00);
    font-size: 25px;
}


.productcard.article > columns > div.content {
    box-shadow: 5px 5px 0 rgba(0,0,0,.1);
    border: solid 1px rgba(241,241,241,1.00);
    padding: 30px 40px;
    background-color: rgba(255,255,255,1.00);
}
.productcard.article > columns > div.content + div#buyremembertobuy:not(:empty) {
    width: auto;
    flex: auto;
    padding: 30px 40px;
    position: relative;
    background-color: rgba(255,255,255,1.00);
    align-self: flex-start;
    border-radius: 10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    border-left: solid 5px #34495e;
}
.productcard.article .content > .image img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 0 30px;
    border-radius: 6px;
}

.productcard.article .how-to {
    display: flex;
    margin: 0 -1%;
    flex-wrap: wrap;
    clear: both;
}
.productcard.article .how-to > div {
    flex: none;
    width: 48%;
    margin: 0 1% 2%;
    height: auto;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 15px;
    border-radius: 6px;
}
.productcard.article .how-to h2 {
    flex: none;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
.productcard.article div.content .how-to img {
    display: block;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}
.productcard.article .how-to div[class*="stepbillede"] {
    float: none;
    border: none;
}
.productcard.article .how-to div[class*="steptekst"] {
    float: none;
    border: none;
    height: auto;
    width: 100%;
}

.news {
	position: absolute;
    top: 0;
	left: 0;
    z-index: 10;
    padding: 3px 8px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,1.00);
	pointer-events: none;
}
[data-savings]:not([data-savings=""]):not([data-savings="100%"]):before {
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 3px 8px;
    color: rgba(255,255,255,1.00);
    content: attr(data-savings);
    background-color: #fb9039;
    right: 0;
	pointer-events: none;
}
.productcard .news {
    top: 15px;
    left: 15px;
}
.productcard .image[data-savings]:before {
    top: 15px;
    right: 15px;
}

.product {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product .image {
    margin-bottom: 15px;
    position: relative;
    flex: none;
    overflow: hidden;
    display: flex;
}
.product .image img {
    display: block;
    width: 100%;
    height: auto;
    
    flex: none;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: all .2s ease;
}
.product:hover .image:has(img:nth-child(2)) img {
    transform: translate(-100%)
}
.product .info {
    display: flex;
    flex-direction: column;
    flex: auto;
    justify-content: flex-end;
}
.product .info > * {
    flex: none;
}
.product .info .name a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    color: inherit;
    line-height: normal;
    margin: 0 0 10px;
}
.product .info .price {
    margin-bottom: 10px;
}
.product .info .price .Prices_Custom_DIV > div > *:not(:empty) {
    padding-right: 4px;
}
.product .info .price:not([data-from="True"]) .from {
    display: none;
}
.product .info .price strike {
    color: rgba(128,128,128,1.00);
    font-weight: normal;
}
.product .info .price strike ~ * {
    color: #fb9039;
}
.product .info .price small {
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: rgba(145,145,145,1.00);
    line-height: normal;
}
.product .Prices_Custom_DIV > div:nth-child(n+2) {
    display: none;
}
.product .buy {
    position: relative;
}
.product .buy input[type="text"] {
    position: absolute;
    top: 50%;
    left: 7px;
    height: calc(100% - 12px);
    width: 35px;
    z-index: 5;
    border: none;
    background-color: rgba(255,255,255,1.00);
    border-radius: 3px;
    transform: translateY(-50%);
    padding: 0;
    text-align: center;
}
.product .buy input[type="text"] + input {
    width: 100%;
    padding-left: 50px;
}
.product .info small.prodno {
    color: rgba(145,145,145,1.00);
    padding: 10px 0 0;
}




[itemtype="https://schema.org/Product"] > table.TableLines_ProductInfo {
    display: none;
}
.productcard [itemtype*="Offer"] {
    margin: 0 0 30px;
}
.productcard > .info {
    display: flex;
    flex-direction: column;
}
.productcard > .info > p:first-child {
    margin-top: 0;
}
.productcard > .info > p:last-child {
    margin-bottom: 0;
}
.productcard > .image img, .productcard > .info, .productcard > .buy {
    border-radius: 5px;
}
.productcard > .image img {
    display: block;
    width: 100%;
    height: auto;
}
.productcard > .info, .productcard > .buy {
    padding: 2% 2.5%;
    background-color: rgba(255,255,255,1.00);

}
.productcard > .image .imagescontainer > a img, .productcard > .info, .productcard > .buy {
    box-shadow: 0 0 40px rgba(0,0,0,.1);
}
.productcard .longdescription {
    column-count: 3;
    column-gap: 7%;
}
.Variants {
    margin-bottom: 30px;
}
.Variants > * {
    width: 100%;
}
.Variants > *:not(:last-child) {
    margin-bottom: 15px;
}
td.VariantGroupLabel {
    border-radius: 3px 3px 0 0;
    color: rgba(255,255,255,1.00);
    background-color: #34495e;
    line-height: normal;
    padding: 4px 10px;
}
.Variants select {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
@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: 8px;
    height: 100%;
    background-image: url("/images/skins/Bewise/images/icon-right-orange.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    right: calc(100% + 6px);
}


#BUYSECTION:not(:empty) {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#BUYSECTION:not(:empty).hidden {
    display: none;
}
#BUYSECTION > * {
    flex: none;
}
#BUYSECTION .amount {
    display: flex;
    margin-right: 15px;
}
#BUYSECTION .amount > * {
    height: 41px;
}
#BUYSECTION .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);
}
#BUYSECTION input[type="number"] {
    width: 40px;
    margin: 0 4px;
    padding: 0;
    text-align: center;
    -moz-appearance: textfield;
}
#BUYSECTION input::-webkit-outer-spin-button,
#BUYSECTION input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#BUYSECTION .buybutton {
    flex: auto;
    position: relative;
}
#BUYSECTION .amount + .buybutton input {
    width: 100%;
}

.samples {
    display: flex;
    flex: auto;
}
.samples lord-icon {
    align-self: center;
    flex: auto;
}
.samplesul {
    margin: 0 -1%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex: auto;
}
.samplesul > li {
    display: flex;
    align-items: flex-start;
    border: solid 1px rgba(240,240,240,1.00);
    border-radius: 8px;
    margin: 0 1% 2%;
    flex: none;
    width: 48%;
    position: relative;
    transition: all .3s ease;
}
.samplesul > li:hover {
    background-color: rgba(240,240,240,1.00);
}
.samplesul > li.active {
    border-color: rgba(174,208,175,1.00);
    background-color: #ddeade;
}
.samplesul > li > * {
    flex: none;
}
.samplesul > li > a {
    width: 14%;
    margin: 10px 12px;
}
.samplesul > li > a > img {
    display: block;
    width: 100%;
    border-radius: 3px;
}
.samplesul > li > span {
    flex: none;
}
.samplesul > li > div {
    flex: auto;
    align-self: stretch;
}
.samplesul > li > div {
    display: flex;
    flex-direction: column;
    padding: 7px 5px 7px 0;
    cursor: pointer;
}
.samplesul > li > div strong {
    line-height: normal;
}
.samplesul > li > div span {
    line-height: normal;
    font-size: 11px;
}
.samplesul > li > span.price {
    position: absolute;
    padding: 3px 8px;
    background-color: #34495e;
    color: rgba(255,255,255,1.00);
    border-radius: 3px;
    top: 0;
    right: 20px;
    font-size: 11px;
    transform: translateY(-50%);
    line-height: 1;
}

.tabs:not(:empty) {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.tabs > div {
    padding: 30px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    display: none;
}
.tabs > div.active {
    display: flex;
}
.tabs > ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tabs > ul > li {
    padding: 0 25px 15px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    line-height: normal;
}
.tabs > ul > li:not(.active) {
    color: rgba(136,136,136,1.00);
}
.tabs > ul > li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 5px;
    border-right: solid 1px rgba(199,199,199,1.00);
}
.tabs > ul > li.active:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: rgba(255,255,255,1.00);
    border-top: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.faqulcontainer {
    margin: 0 30px 0 0;
    border-right: solid 1px rgba(230,230,230,1.00);
    flex: none;
    width: 340px;
}
.faqitems {
    flex: auto;
}.faqitems.loading {
    opacity: .3;
}
.faqguides .SubCats_Categories_UL {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.faqguides .SubCats_Categories_UL a {
    display: block;
    padding: 8px 30px 8px 0;
    color: rgba(0,0,0,1.00);
    text-decoration: none;
    position: relative;
    transition: all .3s ease;
}
.faqguides .SubCats_Categories_UL li:hover a {
    padding-left: 15px;
    background-color: rgba(230,230,230,.30);
}
.faqguides .SubCats_Categories_UL > li:not(:last-child) a {
    border-bottom: solid 1px rgba(230,230,230,1.00);
}
.faqguides .SubCats_Categories_UL li.active a {
    color: #fb9039;
}
.faqguides .SubCats_Categories_UL li.active a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 6px;
    height: 100%;
    background-color: #fb9039;
}

.helloretailplaceholder:empty, .configurator-wrapper:not(.ready), .fpbrands:empty {
    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;
}
.webshop-productlist .categorydescription ~ .mediumheader {
    margin-top: 30px;
}
.webshop-productlist .helloretailplaceholder {
    margin-bottom: 6%;
}

.extraProductsHeader {
    font-weight: bold;
    margin: 0 0 10px;
}
.extraProductsContainer {
    margin-bottom: 25px;
}
.extraProduct {
    display: flex;
    border-radius: 4px;
    align-items: center;
}
.extraProduct > * {
    flex: none;
}
.extraProduct input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: block;
}
.extraProduct .image {
    width: 25%;
    padding: 0 15px 0 10px;
}
.extraProduct .image img {
    display: block;
    width: 100%;
    border: solid 1px rgba(221,221,221,.50);
    padding: 3px;
}
.extraProduct .name {
    flex: auto;
    display: flex;
    flex-direction: column;
    font-size: 85%;
    line-height: normal;
}
.extraProduct .name a:not(.extradelivery) {
    display: flex;
    align-items: center;
    color: inherit;
}
.extraProduct .name a img {
    flex: none;
    width: 14px;
    display: block;
    margin: 0 5px 0 0;
}

.extraProduct .name .price span {
    color: rgba(145,145,145,1.00);
}
.extraProduct .input {
    width: 38px;
    margin-left: 10px;
}
.extraProduct:not(.active) .input {
    opacity: .4;
}
.extraProduct .input input {
    width: 100%;
    display: block;
    font-size: 85%;
    padding: 0 5px;
    text-align: center;
    -moz-appearance: textfield;
}
.extraProduct .input input::-webkit-outer-spin-button,
.extraProduct .input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.extraProductsContainer > div:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(230,230,230,1.00);
}

.configurator-before,
.configurator-seperator,
.configurator-seperator ~ tr {
    display: none;
}
.configurator-wrapper:not(.ready) {
    background-color: transparent;
}
.configurator-wrapper:not(.ready) > table {
    opacity: 0;
}
.configurator-wrapper > table {
    width: 100%;
}
.configurator-wrapper > table td {
    width: auto;
}
/*
.configurator-wrapper > table td:nth-child(1):not(.HeaderCell_GroupName_Configurator_ProductInfo) {
    background-color: red;
}
*/
.configurator-wrapper > table > tbody > tr:nth-child(1) > td:nth-child(2),
.configurator-wrapper > table > tbody > tr:nth-child(n+2) > td:nth-child(5) {
    /*background-color: pink;*/
    width: 50px;
    padding: 0 10px;
}
.configurator-wrapper > table > tbody > tr:nth-child(1) > td:nth-child(4),
.configurator-wrapper > table > tbody > tr:nth-child(n+2) > td:nth-child(7) {
    /*background-color: orange;*/
    width: 80px;
    display: none;
}
.configurator-wrapper > table > tbody > tr:nth-child(1) > td:nth-child(6),
.configurator-wrapper > table > tbody > tr:nth-child(n+2) > td:nth-child(9) {
    /*background-color: blue;*/
    width: 80px;
}
.configurator-wrapper > table > tbody > tr:nth-child(1) > td:empty,
.configurator-wrapper > table td[width="5"],
.configurator-wrapper > table td.configurator-view-button,
.configurator-wrapper > table td[width="9"] {
    display: none;
}
td.HeaderCell_Product_TotalPrice_Configurator_ProductInfo {
    text-align: right;
}
.configurator-wrapper > table > tbody > tr:nth-child(n+2) .HeaderCell_GroupName_Configurator_ProductInfo {
    padding-top: 10px;
}
td.HeaderCell_Quantity_Configurator_ProductInfo span,
td.HeaderCell_Product_TotalPrice_Configurator_ProductInfo span {
    font-weight: normal !important;
}
input[type="text"].Product_TotalPrice_Configurator_ProductInfo {
    padding: 0;
    border: none;
    border-radius: 0;
}

form[onsubmit*="mailForm"] {
    display: flex!important;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    border-radius: 10px;
    flex-direction: column;
    background-color: rgba(255,255,255,1.00);
}
form[onsubmit*="mailForm"] > *:not(:last-child) {
    margin-bottom: 10px;
}

.basketreload {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.60);
    justify-content: center;
    align-items: center;
}
.basketreload > div {
    padding: 40px 30px;
    border-radius: 30px;
    display: flex;
    box-shadow: 0 0 80px rgba(0,0,0,.7);
    flex-direction: column;
    background-color: rgba(255,255,255,1.00);
    align-items: center;
    text-align: center;
    width: 600px;
    max-width: 90%;
}
.basketreload > div > div.basketreloadsubheader {
    margin-bottom: 30px;
}
.basketreload > div > div.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -2%;
}
.basketreload > div > div.buttons > div {
    margin: 0 2%;
    white-space: nowrap;
}
.basketreload > div > div.buttons > div.no {
    background-color: rgba(0,0,0,1.00);
}
.basketreload > div > div.buttons > div.yes {
    padding-left: 30px;
    padding-right: 30px;
}

.outerwrapper.blur *:not(header):not(.btnsearchcontainer):not(.btnsearch):not(.errorpagesearchinfo):not(.headerinner) {
    opacity: .6;
    filter: grayscale(1) blur(2px);
}
.outerwrapper.blur .btnsearchcontainer:before {
    box-shadow: 0 0 170px 150px rgba(0,0,0,.4);
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    content: "";
    position: absolute;
}

.errorpagesearchinfo {
    position: absolute;
    z-index: 5;
    right: -24px;
    top: calc(100% + 30px);
    background-color:#fb9039;
    color: white;
    padding: 15px;
    width: 430px;
    max-width: 80vw;
    box-shadow: 0 0 80px rgba(0,0,0,.2);
    opacity: 0;
    transition: all 1s ease;
    font-size: 20px;
    line-height: normal;
}
.errorpagesearchinfo.active {
    top: 122px;
    opacity: 1;
}
.errorpagesearchinfo:before {
    position: absolute;
    width: 13px;
    height: 13px;
    bottom: 100%;
    right: 60px;
    transform: translateY(50%) rotate(45deg);
    content: "";
    background-color: inherit;
}
h1.errorpage {
    font-size: 80px;
    font-weight: normal;
}

button.accordion {
    padding: 10px 15px;
    border: solid 1px rgba(203,203,203,1.00);
    margin-bottom: 10px;
    justify-content: space-between;
}
button.accordion.active + div.panel {
    margin-bottom: 20px;
}

.pager {
    display: none;
}
.autopagerbutton {
    display: block;
    text-align: center;
    text-decoration: none;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 6px 10px;
}
.autopagerbutton.loading {
    cursor: progress;
    opacity: .4;
}

.productfilter {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: hidden;
    background-color: rgba(0,0,0,.4);
    display: none;
}
#ProductFilter-Container {
	position: absolute;
	top: 0;
	left: -400px;
	height: 100%;
	width: 330px;
	max-width: 80%;
	padding: 20px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 50px rgba(0,0,0,.2);
	z-index: 400;
	transition: left 0.2s ease-in-out;
	display: flex;
	flex-direction: column;
}
#ProductFilter-Container.active {
	left: 0;
}
#ProductFilter-Container > * {
	flex: none;
}
.product-filter-headertext-container {
	display: none;
}
#ProductFilter-Container div[class*="product-filter-column-container"] {
	display: flex;
	flex: auto;
	flex-direction: column;
	-webkit-overflow-scrolling:touch;
    overflow-y:auto;
	overflow-x:hidden;
}
.product-filter-row {
	margin-bottom: 35px;
}
div.product-filter-container {
	border: none;
}
div.product-filter-header-container {
	background-color: transparent;
	padding: 0;
	border: none;
	float: none;
}
div.product-filter-body-container, div.product-filter-body-container-price {
	padding: 10px 0 0;
}
div.product-filter-body-container-price {
	padding-top: 15px;
}
div.product-filter-header-text {
	text-transform: uppercase;
}
div.product-filter-checkbox-container {
	display: flex;
	align-items: center;
	border: solid 1px rgba(238, 238, 238, 1);
    padding: 8px 8px;
    border-radius: 3px;
	position: relative;
    transition: background 0.3s ease;
}
div.product-filter-advanced-variant-checkboxes, div.product-filter-tag-checkboxes {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.product-filter-advanced-variant-checkboxes div.product-filter-checkbox-container, div.product-filter-tag-checkboxes div.product-filter-checkbox-container {
	margin: 0 10px 10px;
	width: calc(50% - 20px);
}
div.product-filter-checkbox-container.active {
	border-color: #fb9039;
	background-color: #fb9039;
}
div.product-filter-checkbox-container.active * {
	color: rgba(255,255,255,1.00);
}
div.product-filter-checkbox-container:not(.disabled):not(.active):hover {
	background-color: rgba(238,238,238,.6);
}
div.product-filter-checkbox-container.disabled {
	cursor: default;
	opacity: .3;
}
div.product-filter-checkbox-container.disabled:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
div.product-filter-checkbox-container > * {
	flex: none;
	float: none;
}
label.product-filter-checkbox-label {
	float: none;
	line-height: normal;
	flex: auto;
	cursor: pointer;
}
div.product-filter-checkboxes, div.product-filter-manufactor-checkboxes {
	margin: 0 0 10px;
}
div.product-filter-clear {
	display: none;
}
.product-filter-row input[type="checkbox"] {
	display: none;
}
.product-filter-row .checkbox {
	float: left;
	width: 19px;
	height: 19px;
	background-color: rgba(214,214,214,1.00);
	cursor: pointer;
	margin: 0 8px 0 0;
	border-radius: 50%;
}
.product-filter-row input:checked + label .checkbox {
	background-color: rgba(249, 83, 134, 1);
}
div.product-filter-clear-all {
	margin: 0 0 10px;
}
div.product-filter-clear-all a {
	text-decoration: none;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	border: solid 1px rgba(238, 238, 238, 1);
}
.btnFilterProductsFound {
	display: block;
	margin: 0 0 20px;
}
.btnFilterProductsFound:before {
	content: "×";
	font-family: 'Arial';
    position: absolute;
    right: 6px;
	top: 50%;
	transform: translateY(-50%);
    font-size: 25px;
    cursor: pointer;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding: 3px 0;
    line-height: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.priceRangeInfo {
	display: flex;
}
.priceRangeInfo > span {
	flex: auto;
	font-size: 70%;
}
.priceRangeInfo > span:last-child {
	text-align: right;
}
.value-slider-wrapper-input {
	display: none;
}

.listtools {
    display: flex;
    margin: 0 -1%;
}
.listtools > * {
    flex: none;
    margin: 0 1% 20px;
}
.btnfilter, select.Productlist_Sort_Select {
    outline: none;
	cursor: pointer;
	position: relative;
    display: none;
    align-items: center;
    border-radius: 25px;
    padding: 10px 25px;
    border: solid 1px rgba(227,227,227,1.00);
    background-color: rgba(255,255,255,1.00);
    height: 47px;
}
.btnfilter.active, select.Productlist_Sort_Select {
    display: inline-flex;
}
select.Productlist_Sort_Select {
    padding-right: 30px;
}
.btnfilter > * {
	flex: none;
}
.btnfilter img {
	margin: 0 8px 0 0;
	width: 13px;
}
.btnfilter .count {
    width: 20px;
    height: 20px;
    background-color: #fb9039;

}


.slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 100%;
    border-radius: none;
    padding: 0;
    z-index: 10;
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    cursor: pointer;
    border: none;
    background-image: url("/images/skins/Bewise/images/icon-right-black.svg");
}
.slick-arrow.slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);

}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-disabled {
    display: none !important;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 20px;
    list-style-type: none;
}
.slick-dots > li {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: rgba(237,237,237,1.00);
    margin: 0 5px;
    flex: none;
}
.slick-dots > li.slick-active {
    background-color: rgba(90,90,90,1.00);
}
.slick-dots button {
    display: none;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}
.spacebetween .slick-list {
    margin: 0 -10px;
}
.spacebetween .slick-slide {
    margin: 0 10px;
}

.articleslider a {
    display: flex !important;
    flex-direction: column;
    background-color: rgba(255,255,255,1.00);
    padding: 10px;
    color: rgba(0,0,0,1.00);
    align-items: center;
    text-decoration: none;
}
.articleslider a img {
    flex: none;
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
.articleslider a strong {
    flex: auto;
    display: flex;
    align-items: flex-end;
    text-align: center;
    font-weight: normal;
}

.ShowBasket_SendBasketLink_Dialog_Link,
#ShowBasketSendBasketLink,
#ShowBasket_SendBasketLink_LinkPreview,
.ddsbr-subject,
.ddsbr-body {
    display: none;
}
.sendbasket {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button.sendbasketbutton,
.button.sendbasketbutton:hover,
.sendbasket .emptybasket {
    font-size: 12px;
    padding: 6px 10px;
    background-color: rgba(95,95,95,1.00);
    margin: 0 0 20px;
    color: rgba(255,255,255,1.00);
}
.sendbasket .emptybasket {
    background-color: rgba(0,0,0,1.00);
}
#ShowBasketSendBasketLink {
    width: 25%;
    background-color: rgba(255,255,255,1.00);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
.sendbasket .ddrd-button {
    width: 100%;
    margin: 15px 0 0;
}
.ddrd-row > div:not(:last-child) {
    margin-bottom: 10px;
}
.ddsbr-fromMail {
    display: none;
}


.showbasket {
    display: flex;
    align-items: flex-start;
    clear: both;
}
.showbasket > * {
    flex: auto;
}
.showbasket > .summary {
    flex: none;
    width: 28%;
    margin-left: 30px;
    background-color: rgba(255,255,255,1.00);
}
.showbasket > .summary .deliveryinfo {
    margin: 0 0 15px;
    border-radius: 4px;
    padding: 10px;
    background-color: rgba(240,240,240,1.00);
    display: none;
}
.ShowBasket_Custom_DIV > div a[href*="remove=1"] {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-40%,-40%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(0,0,0,1.00);
    z-index: 10;
}
.ShowBasket_Custom_DIV > div a[href*="remove=1"] img {
    width: 60%;
    display: block;
}
.ShowBasket_Custom_DIV > div {
    display: flex;
    padding: 15px;
    border: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
    position: relative;
    align-items: center;
}
.ShowBasket_Custom_DIV > div:not(:last-child) {
        margin-bottom: 10px;
    }
.ShowBasket_Custom_DIV .image {
    flex: none;
    width: 70px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: flex-start;
}
.ShowBasket_Custom_DIV .image a {
    position: relative;
}
.ShowBasket_Custom_DIV .image img {
    width: 100% !important;
    display: block;
    padding: 5px;
}
.ShowBasket_Custom_DIV .info {
    flex: auto;
}
.ShowBasket_Custom_DIV .info > a {
    text-decoration: none;
}
.ShowBasket_Custom_DIV .info table {
    margin: 10px 0 0;
    background-image: url("/images/skins/Bewise/images/icon-gift-black.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: calc(100% - 10px) 50%;
    padding: 7px 35px 7px 10px;
    border: solid 1px rgba(237,237,237,1.00);
    border-radius: 2px;
    width: 10px;
}
.ShowBasket_Custom_DIV .info table td {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.ShowBasket_Custom_DIV .info table td input {
    margin-right: 7px;
}
.ShowBasket_ChildProduct_SPAN + div {
    float: right;
}
.ShowBasket_ChildProduct_SPAN + div .unit {
    display: none;
}
.ShowBasket_Custom_DIV .amount {
    display: flex;
}
.ShowBasket_Custom_DIV .amount a {
    ursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    font-family: 'Arial';
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    text-decoration: none;
    border: solid 1px rgba(237,237,237,1.00);
}
.ShowBasket_Custom_DIV .amount span {
    display: flex;
    padding: 0 10px;
    align-items: center;
}
.ShowBasket_Custom_DIV .amount span input {
	width: 40px;
	height: 30px;
	text-align: center;
	padding: 0;
	flex: none;
}
.ShowBasket_Custom_DIV input::-webkit-outer-spin-button,
.ShowBasket_Custom_DIV input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.ShowBasket_Custom_DIV input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.ShowBasket_Custom_DIV .amount a[href*="dec=1"]:before {
    content: "-";
}
.ShowBasket_Custom_DIV .amount a[href*="inc=1"]:before {
    content: "+";
}
.ShowBasket_Custom_DIV .amount img {
    display: none;
}
.ShowBasket_Custom_DIV .price {
    display: flex;
    justify-content: flex-end;
    margin-left: 15px;
    align-items: center;
}
.ShowBasket_Custom_DIV .price .amount {
    margin-right: 20px;
}
.ShowBasket_Custom_DIV .price .priceholder {
    line-height: normal;
    text-align: right;
}
.ShowBasket_Custom_DIV .price .totalbefore {
    text-decoration: line-through;
    color: rgba(147,147,147,1.00);
}
.showbasket .summary {
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.showbasket .summary .row {
    display: flex;
    justify-content: space-between;
    flex: none;
}
.showbasket .summary .row > div:last-of-type {
    text-align: right;
}
.showbasket .summary .row.total {
    font-size: 28px;
    border-top: solid 1px rgba(0,0,0,.20);
    padding-top: 25px;
    margin-top: 15px;
}
.showbasket .summary .row.total small {
    font-size: 14px;
}
.showbasket .summary .buttons {
    flex: auto;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding: 15px 0 0;
}
.showbasket .summary .buttons .button {
    flex: auto;
}
.showbasket .summary .buttons .button[href*="remove"] {
    flex: none;
    background-color: rgba(0,0,0,1.00);
}

table.loginform {
    width: 700px;
    max-width: 100%;
}
/*
table.loginform > tbody > tr {
    display: flex;
}
table.loginform > tbody > tr > td {
    flex: auto;
    display: block;
}
*/
table.Login_Customer input[type="text"],
table.Login_Customer input[type="password"],
table.ForgotPassword_Customer input[type="text"],
.TextInputField_B2Blogin {
    display: flex;
    width: 100% !important;
    margin: 0 0 10px;
}
table.Login_Customer input[type="submit"],
table.ForgotPassword_Customer input[type="submit"] {
    float: left;
}
table.Login_Customer a[href*="showForgotPswForm=1"],
form[action="/shop/b2blogin.html"] a[href*="showForgotPswForm=1"] {
    display: block;
    margin: 15px 0 0;
}
form[name="forgotpsw"] {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: solid 1px rgba(231,231,231,1.00);
}
.ErrorText_customerlogin,
.ErrorText_B2Blogin {
    background-color: rgba(237,208,209,1.00);
    color: rgba(97,32,33,1.00);
    border: solid 1px rgba(209,142,143,1.00);
    border-radius: 3px;
    padding: 5px 15px;
    margin: 0 0 10px;
    text-align: center;
	display: block;
}
.webshop-customercenter td > b + br,
.webshop-customercenter article > table + br {
    display: none;
}

form[name="CustomerCenterForm"] > table {
    width: 100%;
    border: solid 1px rgba(231,231,231,1.00);
    padding: 20px;
}
form[name="CustomerCenterForm"] > span {
	float:left;
	margin-right:6px;
}
form[name="CustomerCenterForm"] > span > span {
	background-color: rgba(238, 238, 238, 1);
	padding: 10px 15px;
	display: block;
	border-radius: 3px 3px 0 0;
}
form[name="CustomerCenterForm"] > span > span.Tabactive_Customer, form[name="CustomerCenterForm"] > span > span.Tabhover_Customer {
	background-color: #34495e;
	color: rgba(255,255,255,1.00);
}
form[name="CustomerCenterForm"] > span:last-of-type {
	float: right;
	margin: 0;
}
form[name="CustomerCenterForm"] > span:last-of-type > span.Tabdeactive_Customer {
    color: rgba(255,255,255,1.00);
	background-color: #fb9039;
}
.Text1_Customer tr[id*="Field"] > td {
	padding: 5px 0;
}
.Text1_Customer tr[id*="Field"] > td:nth-child(3) {
	font-size: 0;
}
span.FieldReq_Customer {
	position: absolute;
	font-size: 12px;
	line-height: 1;
	margin: -7px 0 0 -21px;
}
/*
#OrderDetailsHeading + br + table,
#OrderDetailsHeading + br + table + br + table + table{
	display: none;
}
*/
#OrderDetailsHeading + br + table + br + table > tbody > tr > td {
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	padding: 7px 0;
}
/*
[href="/shop/customer.html&StrCurTab=3"] {
	background-color: rgba(0,0,0,1.00);
	margin-top: 15px;
}
*/

#customer-login {
    display: none;
}
#customer-login.active {
    display: block;
}
.loginselect {
    display: flex;
    margin: 0 0 20px;
}
.loginselect > div {
    background-color: rgba(223,223,223,1.00);
    padding: 12px 15px;
    text-align: center;
    flex: none;
    width: 50%;
    cursor: pointer;
}
.loginselect > div.active {
    background-color: #34495e;
    color: rgba(255,255,255,1.00);
    cursor: default;
}
.loginselect > div:first-child {
    border-radius: 6px 0 0 6px;
}
.loginselect > div:last-child {
    border-radius: 0 6px 6px 0;
}
.hidefields #column-data > h3, .hidefields #column-data > h3 ~ div:not(.stepbuttonsflex) {
    display: none;
}

.requiredtext {
	display: block;
	padding-bottom: 6px;
}
.requiredtext strong,
#checkout-container .required {
	color: #fb9039;
}
#checkout-container .required {
	position: relative;
	font-family: 'Arial';
	font-size: 19px;
	cursor: help;
	line-height: 1;
	display: inline-block;
	margin-left: 4px;
	padding-top: 6px;
	font-weight: normal;
}
#checkout-container .required:hover:before {
	content: attr(data-text);
	position: absolute;
	right: calc(100% + 10px);
	top: 0;
	border-radius: 2px;
	padding: 3px 7px;
	font-size: 11px;
	line-height: 1;
	white-space: nowrap;
	background-color: #34495e;
	color: rgba(255,255,255,1.00);
}
#checkout_payment_errormessage {
    margin: 0 0 15px;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(183,64,66,1.00);
    color: rgba(255,255,255,1.00);
}
#checkout-container input[type="text"], #checkout-container input[type="email"], #checkout-container input[type="password"], #checkout-container input[type="tel"], #checkout-container textarea {
    background-color: rgba(237,237,237,1.00);
}

#checkout_customertype {
    position: absolute;
    left: -4000px;
    top: -4000px;
}

.typeselect {
    display: flex;
    margin: 0 -1%;
}
.typeselect > div {
    margin: 0 1%;
    flex: auto;
    padding: 12px 15px 12px 36px;
    border: solid 1px rgba(243,243,243,1.00);
    background-color: rgba(255,255,255,1.00);
    max-width: 31.33%;
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    position: relative;
}
.typeselect > div:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-color: rgba(233,233,233,.50);
    border: solid 1px rgba(209,209,209,1.00);
}
.typeselect > div.active {
    background-color: #fb9039;
    border-color: #fb9039;
    color: rgba(255,255,255,1.00);
    cursor: default;
}
.typeselect > div.active:before {
    border: none;
    background-color: rgba(255,255,255,1.00);
    background-image: url('/images/skins/Bewise/images/icon-check-green.svg');
    background-size: 82% auto;
    background-position: 50% 69%;
    background-repeat: no-repeat;
}
/*
.typeselect > div.active:after {
    background-color: #34495e;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 15px;
    border-radius: 50%;
    content: "";
    position: absolute;
    transform: translateY(-50%);
}
*/
.codeselectrow {
    display: flex;
    border-radius: 3px;
    border: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
}
.codeselectrow > img {
    width: 22px;
    flex: none;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    align-self: center;
    margin: 0 8px 0 11px;
    overflow: hidden;
}
.codeselectactive {
    display: flex;
    align-items: center;
    
}
.codeselect.hasoptions .codeselectactive {
    cursor: pointer;
}
.codeselectactive > img {
    width: 22px;
    flex: none;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    align-self: center;
    margin: 0 8px 0 0;
    overflow: hidden;
    object-position: 20% 50%;
}
.selectdropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    min-width: 150px;
    background-color: rgba(255,255,255,1.00);
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.selectdropdown.active {
    display: flex;
}
.selectdropdown > div {
    display: flex;
    align-items: center;
    padding: 9px 13px;
    cursor: pointer;
}
.selectdropdown > div.hidden {
    display: none;
}
.selectdropdown > div:not(:last-child) {
    border-bottom: solid 1px rgba(237,237,237,1.00);
}
.selectdropdown > div:hover {
    background-color: rgba(237,237,237,.60);
}
.selectdropdown > div > img {
    width: 25px;
    flex: none;
    height: auto;
    object-fit: cover;
    align-self: center;
    margin: 0 8px 0 0;
    overflow: hidden;
}
.codeselectrow > select {
    width: 77px;
    background-color: transparent;
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    padding-left: 0;
}
.codeselectcustom {
    position: relative;
    display: flex;
    padding: 0 12px;
    border-right: solid 1px rgba(237,237,237,1.00);
    user-select: none;
}
#checkout-container .codeselectrow > input[type="tel"] {
    border: none;
    background-color: transparent;
    
}
.codeselectrow .checkout-checkout_customer_phone-text,
.codeselectrow #res3 {
    position: absolute;
    left: -10000px;
}

.webshop-checkout .topright > *:not(.basket) {
    display: none;
}
.webshop-checkout .topright > .basket .headerbox {
    border-right: 0;
}
fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#checkout-container, .checkoutsteps {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    width: 800px;
    max-width: 100%;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
}
.checkoutsteps {
    display: flex;
    position: relative;
    padding: 0;
    z-index: 10;
}
#checkout-container {
    background-color: rgba(255,255,255,1.00);
}
/*
.checkoutsteps:before {
    position: absolute;
    z-index: 5;
    content: "";
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(235,235,235,1.00);
    height: 1px;
}
*/
.checkoutsteps > div {
    background-color: rgba(255,255,255,1.00);
    display: flex;
    flex: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
    padding: 10px 0;
    font-size: 10px;
    cursor: pointer;
}
.checkoutsteps > div > label {
    cursor: pointer;
    line-height: normal;
}
.checkoutsteps > div:first-child {
    display: none;
}
.checkoutsteps > div:not(:last-child) {
    border-right: solid 1px rgba(237,237,237,1.00);
}
.checkoutsteps > div > img {
    max-height: 18px;
    max-width: 52px;
    margin-bottom: 5px;
    display: block;
}
.checkoutsteps > div.done:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.80);
    background-image: url("/images/skins/Bewise/images/icon-check-blue.svg");
    background-size: 23% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 5;
}
.checkoutsteps > div:not(.done):not(.active) {
    background-color:rgba(246,246,246,1.00)
}
.checkoutsteps > div.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    height: 5px;
    background-color: #668C41;
}
.stepbuttonsflex {
    display: flex;
    margin: 0 -1%;
}
.stepbuttonsflex > * {
    margin-left: 1%;
    margin-right: 1%;
}
.button.stepbutton, #confirm-complete-button {
    flex: auto;
    margin-top: 20px;
}
.button.stepbutton.back {
    border: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
    color: rgba(0,0,0,1.00);
}
/*
#column-data:not(.active),
#column-shipping-payment:not(.active),
#column-order-summary:not(.active) {
    display: none;
}
*/
#column-data:not(.active),
#column-shipping-payment:not(.active),
#column-order-summary:not(.active) {
    position: fixed;
    left: -10000px;
}
#checkout-container fieldset > label {
    display: block;
    padding: 0 0 10px;
}
#checkout-container fieldset > label small {
    display: block;
}

#payment-giftcertificateinfo {
	padding: 3%;
	margin: 0 0 30px;
	background-color: #34495e;
	color: rgba(255,255,255,1.00);
}
#checkout-container fieldset > label[for="checkout-giftcertificate-cardnumber"] {
	display: none;
}
#payment-giftcertificateinfo fieldset {
	display: flex;
}
#payment-giftcertificateinfo fieldset > * {
	flex: none;
	height: 39px;
}
#payment-giftcertificateinfo fieldset > input[type="text"] {
	flex: auto;
	margin-right: 15px;
	border: none;
}
#checkout-giftcertificate-customer-balance-inner-row {
	padding: 15px 0 0;
}
#checkout-giftcertificate-customer-balance-inner-row label {
	display: block;
}
#checkout-giftcertificate-customer-balance-inner-row > div {
	display: inline;
}
label[for*="_zipcode"] {
    float: left;
    width: 100px;
    margin-right: 10px;
}
label[for*="_city"] {
    float: left;
    width: calc(100% - 110px);
}
label[for*="checkout_customer_country"] {
    clear: both;
}
.salesdiscountcode-container {
    float: left;
    width: calc(100% - 110px);
}
.salesdiscountcode-button-container {
    float: left;
    width: 100px;
    margin-left: 10px;
}
.salesdiscountcode-button-container input[type="button"] {
    padding: 0 10px;
    height: 39px;
    font-size: 12px;
    width: 100%;
    background-color: rgba(237,237,237,1.00);
    color: rgba(74,74,74,1.00);
}
.checkout-row {
    display: flex;
    clear: both;
    padding-top: 15px;
    align-items: center;
}
.div-checkout-checkbox {
    display: flex;
}
.div-checkout-checkbox input {
    margin-right: 7px;
}
#customer-alternative-delivery {
    margin: 30px 0 0;
}
#shipping-methods,
#payment-methods {
    position: relative;
}
#payment-methods {
    margin-bottom: 20px;
}
#shipping-methods.error:before,
#payment-methods.error:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    border: solid 1px #752C2C;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    pointer-events: none;
}
#shipping-methods {
    margin-bottom: 20px;

}
#shipping-methods label[for*="checkout-shipping-"],
#payment-methods label[for*="checkout-payment-"],
#payment-methods-sencondary label[for*="checkout-payment-"] {
    padding: 9px;
    border: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
    display: block;
    cursor: pointer;
}
#payment-methods-sencondary label[for*="checkout-payment-"] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#shipping-methods label[for*="checkout-shipping-"]:not(:last-of-type),
#payment-methods label[for*="checkout-payment-"]:not(:last-of-type),
#payment-methods-sencondary label[for*="checkout-payment-"]:not(:last-of-type) {
    margin-bottom: 10px;
}
#payment-methods-sencondary label[for*="checkout-payment-"] div {
    width: 100%;
    padding-left: 44px;
}
.Checkout_ShippingMethodServices_Devider_TR hr {
    opacity: 0;
}
.pacsoftservicepoint {
    display: flex;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 9px;
    margin-bottom: 10px;
}
td[onclick*="setShippingMethodServiceSession"] {
    padding: 0 8px 0 14px;
}
[class*="-radio-cell"] {
    vertical-align: top;
}
input[type="radio"].checkout-radio,
input[type="radio"][name="pacsoftservicepoint"] {
    margin: 1px 5px 0 3px;
    flex: none;
}
#payment-methods-sencondary input {
    margin: 1px 10px 0 3px;
    flex: none;
}
input[type="radio"][name="pacsoftservicepoint"] {
    margin-right: 11px;
}
[class*="-method-image"] {
    float: right;
}
[class*="-method-image"] img {
    max-width: 50px;
}
[class*="-description-cell"] {
    display: flex;
    flex-direction: column;
}
[class*="-description-cell"] > * {
    order: 1;
}
[class*="-description-cell"] > [class*="-method-image"]  {
    order: 0;
}
[class*="-description-cell"]  > [class*="-fee"],
[class*="-description-cell"]  > [class*="-message"] {
    order: 3
}
label:not([for="checkout-payment-73"]) .checkout-payment-description-cell > .payment-fee  {
    display: none;
}
[class*="-method-image"] img {
    max-width: 200px;
    max-height: 30px;
}
.checkout-payment-method-image img[src*="iabill"] {
    max-height: 17px;
}
table.order-summary, table.order-summary ~ table {
    width: 100%;
    /*
    padding: 0 10px;
    background-color: rgba(237,237,237,.30);
    */
}
/*
table.order-summary {
    padding-bottom: 10px;
    padding-top: 10px;
}
table.order-summary + table > tbody > tr:nth-child(2) {
    display: none;
}
*/
table.order-summary + table + table > tbody > tr:nth-child(1) > td {
    font-size: 18px;
    font-weight: bold;
}
table.order-summary + table + table > tbody > tr:last-child {
    display: none;
}
table.order-summary + table {
    padding-top: 10px;
    border-top: solid 1px rgba(237,237,237,1.00);
}
table.order-summary + table + table {
    padding-bottom: 10px;
}
table.order-summary > thead > tr > th:not(.right-align) {
    text-align: left;
}
div#order-confirm {
    margin-top: 20px;
    position: relative;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}
#column-data input.error,
#column-data .codeselectrow.error{
    border-color: #ff0000;
}
#confirm-accept-customerdata.error > span {
    color: #ff0000;
}
#confirm-termsandconditions-text {
    display: none;
}
#confirm-termsandconditions-text br {
    display: none;
}
#confirm-termsandconditions-text img {
    width: 70px !important;
    position: absolute;
    right: 0;
    top: 0;
}
#confirm-termsandconditions-link-text {
    margin-bottom: 15px;
}
#confirm-accepterms,
#mailchimp-subscribe-box,
#acceptLoyaltyCreationContainer,
#subscription-maillist {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 8px 9px;
    border: solid 1px rgba(237,237,237,1.00);
}
#confirm-accepterms > *,
#mailchimp-subscribe-box > *,
#acceptLoyaltyCreationContainer > *,
#subscription-maillist > * {
    flex: auto;
}
#confirm-accepterms > input,
#mailchimp-subscribe-box > input,
#acceptLoyaltyCreationContainer > input,
#subscription-maillist > input {
    flex: none;
    margin-right: 7px;
}


.ProductList_Custom_UL > li.col2 {
    width: 48%;
}
.ProductList_Custom_UL > li.col3 {
    width: 31.33%;
}
.ProductList_Custom_UL > li.col4 {
    width: 98%;
}

a#ActiveCategory_A {
    display: none;
}

.webshop-orderstep4 table.TableLines_OrderStep4,
.GiftCertificate_Download_Link_Container_Order4 {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    background-color: rgba(255,255,255,1.00);
    padding: 2%;
    width: 100%;
}
.ProductImage_Order4, td.Order_printIcon a {
    display: none;
}


div.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #34495e;
}

.confirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.60);
    z-index: 9999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirm > section {
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 0 60px rgba(0,0,0,.5);
    padding: 30px;
    flex: none;
    max-width: 90%;
    text-align: center;
}
.confirm .buttons {
    display: flex;
    margin: 20px -1% 0;
}
.confirm .buttons > div {
    flex: auto;
    margin: 0 1%;
}
.confirm .buttons > div.button.no {
    background-color: rgba(143,63,65,1.00);
}

.type-google-pay, .type-apple-pay {
    display: none !important;
}
.support-google-pay .type-google-pay {
    display: block !important
}
.support-apple-pay .type-apple-pay {
    display: block !important
}

.giftcertificates-download-links-container {
	margin: 0 0 30px;
}
.GiftCertificate_Download_Header_Order4 {
	font-weight: bold;
	font-size: 23px;
	margin: 0 0 15px;
}
.GiftCertificate_Download_Link_Text_Order4 {
	display: block;
}
.GiftCertificate_Download_Link_Image_Order4 {
	width: 130px;
	display: block;
}

.tecdocdownload {
	display: flex;
	line-height: normal;
	margin: -1%;
	flex-wrap: wrap;
}
.tecdocdownload > a {
	display: flex;
	flex: none;
	width: 48%;
	margin: 1%;
	
	justify-content: space-between;
	text-decoration: none;
	align-items: center;
	background-color: rgba(250,250,250,1.00);
	border: solid 1px rgba(226,226,226,1.00);
	border-radius: 6px;
	padding: 15px;
	color: inherit;
}
.tecdocdownload > a:hover {
	background-color: rgba(242,242,242,1.00);
}
.tecdocdownload > a > i {
	font-style: normal;
	text-decoration: underline;
	padding-left: 25px;
	background-image: url('/images/skins/Bewise/images/icon-link-black.svg');
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 18px auto;
	white-space: nowrap;
	margin-left: 15px;
}

.cookieplaceholder {
	background-color: rgba(230,230,230,.60);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: inherit;
	text-decoration: none;
}
.cookieplaceholder u {
	color: #fb9039;
	text-decoration: underline;
}

.webshop-b2blogin table[width*="400"] {
	width: 100%;
}
form[action="/shop/b2blogin.html"] input[name="forgottenpw"] ~ br,
.Heading_B2BLogin_Wrapper ~ br,
.b2bmessageplaceholder + br,
.webshop-b2blogin aside + br,
.webshop-b2blogin form[action="/shop/b2blogin.html"] ~ br,
.webshop-b2blogin form[action="/shop/b2blogin.html"] ~ div:empty {
	display: none;
}
.webshop-b2blogin tr#Field6_0 {
	position: absolute;
	left: -10000px;
}
.loginrow {
	display: flex;
	gap: 2%;
}
form[action="/shop/addb2b.html"].item.box {
	width: 500px;
	max-width: 100%;
}

.AWProductList_Custom_UL {
    list-style-type: none;
}

.filtertags > * {
    display: flex;
}
.filtertags > * > * {
    flex: auto;
    padding: 5px 10px;
}
.filtertags > * > :first-child {
    flex: none;
    min-width: 160px;
}

.filtertags > :nth-child(2n-1) {
    background-color: rgba(234,234,234,.50);
}

@media (min-width: 900px) {
    .outerwrapper > input[type="text"].seudosearch {
        display: none;
    }
	.outerwrapper > .trustpilotheaderbox {
		display: none;
	}
    a[href*="tel:"] {
        color: rgba(0,0,0,1.00);
        text-decoration: none;
        cursor: default;
        pointer-events: none;
    }

    .mobileMenu {
        display: none !important;
    }
    #ProductMenu_List > li.hover:hover > div {
        display: flex;
    }
    #ProductMenu_List > li.has-dropdown.hover:hover > a:before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(50%)rotate(45deg);
        background-color: rgba(255,255,255,1.00);
        border: 1px solid rgba(0,0,0,.1);
        border-right: none;
        border-bottom: none;
    }


    columns {
        display: flex;
        margin-left: -1%;
        margin-right: -1%;
    }
    columns > * {
        flex: auto;
        margin-left: 1%;
        margin-right: 1%;
    }
    columns > :last-child:not(:first-child) {
        flex: none;
        width: 48%;
    }
    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%;
    }
    columns.productcard > .image {
        width: 30%;
        flex: none;
    }
    columns.productcard > .info {
        width: auto;
        flex: auto;
        position: relative;
        margin-right: 0;
        border-radius: 4px 0 0 4px;
        display: flex;
        flex-direction: column;
    }
    columns.productcard > .info > * {
        /*flex: auto;*/
        flex: none;
    }
    columns.productcard .buy {
        width: 380px;
        flex: none;
        margin-left: 0;
        border-radius: 0 4px 4px 0;
    }

    .fpbrands:empty {
        min-height: 124px;
    }

    .fpgrid a:hover img, .fpboxes a:hover img {
        transform: scale(1.1);
        transform-origin: 50% 50%;
    }

    .productcard.article > columns > div.content {
        width: 1200px;
        max-width: 65%;
        flex: none;
        position: relative;
        z-index: 10;
    }
    /*
    .productcard.article > columns > div.content + div#buyremembertobuy:not(:empty):before {
        content: "";
        left: 0;
        top: 40px;
        width: 25px;
        height: 25px;
        transform: translateX(-50%) rotate(45deg);
        background-color: #34495e;
        position: absolute;
        z-index: -1;
    }
    */

    .webshop-productlist article {
        display: flex;
        align-items: flex-start;
    }
    .webshop-productlist article > aside {
        flex: auto;
    }
    .webshop-productlist article > aside:empty + #Content_Productlist {
        flex: none;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .webshop-productlist article > aside:not(:empty) + #Content_Productlist {
        flex: none;
        width: 80%;
        margin-left: 30px;
    }


    .tabs > div.description {
        column-count: 2;
        column-gap: 5%;
    }

    .ProductList_Custom_UL > li:nth-child(2n) .item.video > a {
        flex-direction: row-reverse;
    }

    .basket:hover > a:not([data-count="0"]) + .minibasket, .basket.open > a:not([data-count="0"]) + .minibasket {
        display: flex;
    }

    .ShowBasket_Custom_DIV .name .amount {
        display: none;
    }
    .ShowBasket_Custom_DIV .price .priceholder {
        min-width: 120px;
    }

    .showbasket .summary, .productcard.article > columns > div.content + div#buyremembertobuy:not(:empty) {
        position: sticky;
        top: 170px;
    }
    .productcard.article > columns > div.content + div#buyremembertobuy:not(:empty) {
        max-height: calc(100vh - 285px);
        -webkit-overflow-scrolling:touch;
        overflow-x:hidden;
        overflow-y:auto;
    }

    .asideul, .asideul ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .asideul ul {
        display: none;
    }
    .asideul a {
        display: block;
        text-decoration: none;
        color: rgba(0,0,0,1.00);
    }
    .asideul > li:not(:last-child) {
        margin-bottom: 20px;
    }
    .asideul > li > ul {

    }
    .asideul > li > ul ul {
        margin: 5px 0;
        padding: 0 0 0 10px;
        border-left: solid 2px rgba(227,227,227,1.00);
    }
    .asideul > li > a {

    }
    .asideul > li > a > span.ProductMenu_MenuItemBold {
        font-weight: normal;
    }
    .asideul > li > ul a {
        padding: 2px 0;
    }
    .asideul > li > ul a.Activ_ProductMenu {
        color: #fb9039;
    }
    .asideul .Productmenu_Category_Icon_Container {
        display: none;
    }
    .asideul li {
        position: relative;
    }
    .asideul span.Productmenu_Category_Icon_Container {
        display: none;
    }

    /*
    .checkoutsteps {
        position: sticky;
        top: 125px;
    }
    */

}

@media (max-width: 1200px) {
    h1, .largeheader, .Text1_Customer .Heading_Customer, .asideul > li > a, .Heading_Terms, .Heading_Order4, .Heading_B2BLogin_Wrapper > span {
        font-size: 25px;
    }
    h2, h3, .mediumheader, .Heading_OrderStep4 {
        font-size: 21px;
    }
    #ProductMenu_List > li > a:last-of-type {
        font-size: 11px;
    }
    .usp:not(.slick-initialized) > * {
        width: 33.33%;
    }
    .usp:not(.slick-initialized) > *:nth-child(n+4) {
        display: none !important;
    }
    .SubCats_Categories_DIV > div {
        width: 31.33% !important;
    }
    .ProductList_Custom_UL > li {
        width: 31.33%;
    }
    .headerbox.trustpilotheaderbox {
        display: none;
    }
    
}
@media (max-width: 899px) {
    body, input, select, textarea, button, td.VariantGroupLabel {
        font-size: 12px;
    }
    input[type="submit"], button, input[type="button"], .button, .ddrd-button, #ProductMenu_List div.container > a > span > small, .btnFilterProductsFound {
        padding: 8px 15px;
        font-size: 13px;
    }
    h1, .largeheader, .Text1_Customer .Heading_Customer, .asideul > li > a, .Heading_Terms, .Heading_Order4, .Heading_B2BLogin_Wrapper > span {
        font-size: 23px;
    }
    h2, h3, .mediumheader, .Heading_OrderStep4 {
        font-size: 18px;
    }
    h2 a, .flexheader a {
        font-size: 12px;
    }
    header .logo img {
        height: 27px;
    }
    header .productmenu {
        display: none;
    }
    header input[type="text"].seudosearch {
        display: none;
    }
   
    
    .outerwrapper > input[type="text"].seudosearch {
        display: flex;
        margin: 2.5% 5%;
        height: 35px;
        border-radius: 20px;
        width: 90%;
    }
    .headerbox {
        padding: 0 13px;
    }
    .headerbox > img {
        width: 20px;
    }
    .headerbox > small {
        font-size: 8px;
        margin: 3px 0 0;
    }
    .trustpilotheaderbox {
        min-height: 35px;
    }
	.headerbox.trustpilotheaderbox {
		display: none;
	}
    .topleft {
        display: flex;
    }
    .privatebusiness > div {
        font-size: 10px;
    }
	.outerwrapper > .trustpilotheaderbox {
		background-color:rgba(255,255,255,1.00);
		border-bottom: solid 1px rgba(227,227,227,1.00);
		padding: 5px 0;
	}
    .btnmenu {
        padding-left: 0;
        margin-right: 13px;
        display: flex;
        align-items: flex-start;
    }
    .topright .language {
        display: none;
    }
    .basket > a:not([data-count="0"]):before {
        width: 17px;
        height: 17px;
        font-size: 10px;
    }
    .spacetop {
        margin-top: 30px;
    }
    .spacebottom {
        margin-bottom: 30px;
    }
    columns {
        display: block;
    }
    columns .focus {
        width: 100%;
        padding: 20px;
    }
    aside {
        display: none;
    }

    .usp:not(.slick-initialized) > * {
        width: 100%;
    }
    .usp:not(.slick-initialized) > *:nth-child(n+2) {
        display: none !important;
    }
    .usp img {
        width: 15px;
        margin: 0 6px 0 0;
    }
	
	
	.tecdocdownload > a {
		width: 98%;
		padding: 10px;
	}
	.tecdocdownload > a > i {
		background-size: 14px auto;
		padding-left: 20px;
	}
	
    .fpgrid {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
    }
    .fpgrid > * {
        width: 100%;
        margin: 0 0 10px;
    }
    .fpgrid > a, .fpgrid > div > a:not(:last-child) {
        margin: 0 0 10px;
    }
    .fpboxes {
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .fpboxes > a {
        margin: 0 5px 10px;
        width: calc(50% - 10px);
    }
    .fpboxes > a:nth-child(5n+5) {
        width: calc(100% - 10px);
    }
    .fpboxes a span {
        padding: 6px 15px;
        font-size: 16px;
    }

    .fpbrands:not(.slick-initialized) > a:nth-child(n+5) {
        display: none;
    }
    .fpbrands:not(.slick-initialized) > a {
        width: 23%;
    }
    .fpbrands a {
        padding: 7px;
    }

    .fpabout {
        padding: 5% 0;
    }
    .Text1_FrontPage {
        padding: 20px 30px;
    }

    .btnfilter.active, select.Productlist_Sort_Select {
        height: 37px;
        padding: 7px 18px;
        font-size: 11px;
    }
    select.Productlist_Sort_Select {
        padding-right: 30px;
    }

    .breadcrumb .container {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    article {
        padding: 5% 0 30px;
    }

    .item.article .image img {
        aspect-ratio: none;
    }
    .SubCats_Categories_DIV {
        flex-wrap: nowrap;
        -webkit-overflow-scrolling:touch;
		overflow-x:auto;
		overflow-y:hidden;
        margin-left: -5vw;
        margin-right: 0;
        width: calc(95vw);
        position: relative;
        right: -5vw;
    }

    .SubCats_Categories_DIV > div {
        /*width: 98% !important;*/
        width: 76vw !important;
        box-shadow: none;
        margin: 0 10px 0 0;
    }
    .SubCats_Categories_DIV .category {
        box-shadow: none;
        border-color: #fb9039;
        border-radius: 7px;
        border-width: 1px;
    }

    .SubCats_Categories_DIV .category > .image {
        width: 40%;
        padding: 0;
    }
	.SubCats_Categories_DIV .category > .image img {
		border-radius: 7px 0 0 7px;
	}
    .SubCats_Categories_DIV .category > .title a {
        padding: 8px 13px;
    }

    .ProductList_Custom_UL > li {
        width: 48%;
    }
    .item.product .advanced > a {
        font-size: 10px;
        padding: 2px 6px;
    }
    .product .buy input[type="text"] {
        display: none;
    }
    .product .buy input[type="text"] + input {
        padding-left: 15px;
    }
    .product .buy input[type="submit"] {
        font-size: 11px;
    }
    .item.box {
        padding: 11px;
				width: 100%;
    }
		.infobadge {
			top: 11px;
			left: 11px;
		}
    .item .price {
        font-size: inherit;
    }

    .item .price .Prices_Custom_DIV strike {
      display: block;
    }

    .item.product .freedeliverybadge:after {
        font-size: 10px;
        padding: 0;
    }


    .item.article > a {
        flex-direction: column;
    }
    .item.article .image {
        width: 100%;
    }
    .item.article .info {
        flex: none;
        width: 100%;
        padding: 10px 0 5px;
        align-items: center;
        text-align: center;
    }
    .item.article .info .name {
        font-size: 19px;
        margin: 0 0 10px;
    }
    .item.article .info .desc {
        margin-bottom: 11px;
    }
    .item.article.type1 > * {
        flex-direction: column;
    }
    .item.article.type2 > * {
        padding: 90px 5%;
    }
    .item.article.type2 .name {
        line-height: normal;
        text-align: center;
    }

    .autopagerbutton {
        margin-top: 20px;
    }

    .productcard:not(.article) {
        display: flex;
        flex-direction: column;
    }
    .productcard > .image {
        order: 1;
        margin-bottom: 44px;
    }

    .productcard > .info, .productcard > .buy {
        padding: 20px;
    }
    .productcard > .info {
        order: 3;
    }
    .productcard > .buy {
        order: 2;
        margin-bottom: 20px;
    }

    .productcard.article > columns > div.content {
        padding: 20px 25px;
    }
    .productcard.article div.content img {
        max-width: 100%;
        height: auto !important;
        float: none !important;
        margin: 15px 0 !important;
    }
    .productcard.article > columns > div.content + div#buyremembertobuy:not(:empty) {
        width: 100%;
        margin: 20px 0 0;
        padding: 20px 30px;
    }

    .productcard.article .how-to > div {
        width: 98%;
    }

    .showbasket {
        flex-direction: column;
    }
    .showbasket > * {
        flex: none;
        width: 100%;
    }
    .ShowBasket_Custom_DIV > div {
        padding: 10px;
    }
    .ShowBasket_Custom_DIV .image {
        width: 50px;
    }
    .ShowBasket_Custom_DIV .name .amount {
        margin: 10px 0 0;
    }
    .ShowBasket_Custom_DIV .price {
        align-self: flex-end;
        flex-direction: column;
    }
    .ShowBasket_Custom_DIV .price .amount {
        display: none;
    }
    .extendeddelivery {
        font-size: 10px;
        margin: 12px 0 0;
        padding: 2px 6px;
    }

    .showbasket .summary {
        padding: 20px;
        margin: 20px 0 0;
        width: 100%;
    }
    .showbasket .summary .row.total {
        font-size: 20px;
    }
    #ShowBasketSendBasketLink {
        width: 100%;
        padding: 20px;
    }
	
	.loginrow {
		flex-direction: column;
	}
	.loginrow .logininfo {
		margin-top: 3%;
	}


    div.mobileMenu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99999999;
		overflow: hidden;
		background-color: rgba(0,0,0,.4);
		display: none;
	}
	div.mobileMenu .mobileMenuContainer {
		position: absolute;
		top: 0;
		left: -400px;
		background-color: rgba(255,255,255,1.00);
		height: 100%;
		width: 330px;
		max-width: 80%;
		box-shadow: 0 0 40px rgba(0,0,0,0.6);
	}
	.mobileMenuInner {
		position: relative;
		height: 100%;
		width: 100%;
		-webkit-overflow-scrolling:touch;
		overflow-y:auto;
		overflow-x:hidden;
	}
	.mobileMenuHeader, .mobileMainMenuHeader {
		padding: 15px 20px 10px;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		background-color: #34495e;
		color: rgba(255,255,255,1.00);
		position: relative;
        box-shadow: 0 0 20px rgb(0 0 0 / 40%);
        z-index: 10;
	}
	.mobileMenuUl {
		margin:0;
		padding: 0;
		list-style-type: none;
	}
    .mobileMenuUl a {
        color: rgba(0,0,0,1.00);
    }
	.mobileMenuUl .toggler {
		position: absolute;
		height: calc(100% + 1px);
		width: 40px;
		right: 0;
		top: 0;
		z-index: 10;
		cursor: default;
		/*border-left: solid 1px rgba(0,0,0,.15);*/
	}
	.mobileMenuUl a, .mobileMenuUl > li > span {
		position: relative;
	}
    .mobileMenuUl .toggler img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15%;
        height: auto;
        transform: translate(-50%,-50%) rotate(90deg);
        transition: transform .5s ease;
    }
    .mobileMenuUl li.open > a > .toggler img {
		transform: translate(-50%,-50%) rotate(-90deg);
	}
    
	.mobileMenuUl span.ProductMenu_MenuItemBold {
		font-weight: normal;
	}
	.mobileMenuUl ul {
		display: none;
	}
	.mobileMenuUl > li > a, .mobileMenuUl > li > span, .mobileMainMenuUl > li > a {
		display: block;
		text-decoration: none;
		padding: 15px 40px 14px 15px;
		text-transform: uppercase;
		border-bottom: solid 1px rgba(0,0,0,.15);
	}
    .mobileMenuUl li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .mobileMenuUl li > * {
		flex: auto;
	}
    .mobileMenuUl li > span {
        flex: none;
        width: 40px;
        font-size: 0;
        line-height: 0;
        position: relative;
        align-self: stretch;
        display: flex;
        padding: 0;
        background-color: rgba(0,0,0,.03);
        border-bottom: solid 1px rgba(0,0,0,.15);
    }
    .mobileMenuUl li > span > a {
        flex: auto;
    }
    .mobileMenuUl li > span img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 58%;
        max-height: 48%;
    }
    .mobileMenuUl li > span + a {
        flex: none;
        width: calc(100% - 40px);
    }
	.mobileMenuUl > li:last-child > *, .mobileMainMenuUl > li:last-child > a {
		border-bottom: 0;
	}
	/* LEVEL 2 */
	.mobileMenuUl li > ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-left: solid 5px rgba(0,0,0,.15);
        background-color: rgba(240,240,240,1.00);
        flex: none;
        width: 100%;
	}
	.mobileMenuUl li > ul > li > a {
		display: block;
		text-decoration: none;
		padding: 14px 10px 14px 10px;
		border-bottom: solid 1px rgba(0,0,0,.15);
	}


	.mobileMenuUl a.Activ_ProductMenu {
		color:rgba(144,144,144,1.00);
	}
    .mobileMenuUl a#ActiveCategory_A {
        display: none;
    }

    footer {
        padding: 60px 0;
    }
    footer > .container {
        flex-direction: column;
    }
    footer > .container > div {
        padding: 0;
        max-width: 100%;
        width: 100%;
    }
    footer > .container > div:not(:last-child) {
        padding-bottom: 30px;
    }
    footer > .container > div > strong {
        font-size: 16px;
        margin: 0 0 10px;
    }
    footer .TopMenu_MenuItems a,
    footer .menu + div a {
        display: block;
        margin: 10px 0;
    }
    footer .menu + div > br {
        display: none;
    }

    

    .webshop-checkout article.container {
        max-width: 100%;
        padding-top: 0;
    }
    /*
    .checkoutsteps {
        position: sticky;
        top: 57px;
    }
    */
    .typeselect {
        flex-direction: column;
        margin: 0;
    }
    .typeselect > div {
        flex: none;
        padding: 10px 15px 10px 36px;
        width: 100%;
        max-width: 100%;
        margin: 0 0 7px;
    }
    .typeselect > div:last-child {
        margin-bottom: 0;
    }

    .errorpagesearchinfo {
        right: -44px;
        max-width: 85vw;
        font-size: 15px;
    }

}
