@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/*
.aw-grid-search-results, .SubmitButton_SearchPage {
	display: none !important;
}
#Search_Form {
	display: flex;
	align-items: center;
}
*/
*, *: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: 'Open Sans', sans-serif;
	color: rgba(0,0,0,1.00);
	font-size: 12px;
	font-weight: normal;
    -webkit-text-size-adjust: 100%;
}
/*
body.noscroll {
    overflow: hidden;
}
*/
a {
	color: rgba(0,0,0,1.00);
}
a:hover {
	color: rgba(0,0,0,1.00);
}
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 15px;
    height: 40px;
    border-radius: 25px;
    border: none;
    background-color: rgba(237,237,237,.50);
}
textarea {
    height: 60px;
    padding: 17px;
}
input[type="checkbox"], input[type="radio"], .typeselect > div:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
    outline: none;
    cursor: pointer;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(198,198,198,1.00);
}
.typeselect > div:before {
    content: "";
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"]:checked, input[type="radio"]:checked, .typeselect > div.active:before {
    background-color: #668C41;
    border-color: #668C41;
    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, .StockEmailNotificationDialog_Link_ProductInfo {
    /*background-color: #668C41;*/
    background-color: rgba(23,67,25,1.00);
    color: rgba(255,255,255,1.00);
    border-radius: 25px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-flex;
    min-height: 35px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
input.error {
    background-color: rgba(239,193,194,.50);
}
.button.dark {
    background-color: #795D4A;
}
button.red, .button.red {
    background-color: #c10076;
}
.green {
    color: #668C41;
}
select {
    padding-right: 20px;
    padding-left: 20px;
    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 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 23px;
}
h2, .mediumheader {
    margin: 20px 0 10px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}
h1:empty, h2:empty {
    display: none;
}
h2 + br {
    display: none;
}
.container {
    width: 1500px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.container.content {
    padding-top: 2%;
    padding-bottom: 5%;
}
.container.center {
    justify-content: center;
    display: flex;
}
.spacetop {
    margin-top: 30px;
}
.spacebottom {
    margin-bottom: 20px;
}
.count:not(:empty), .topnavbuttons > .basket:not([data-count="0"]):before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background-color: #c10076;
    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';
}
header {
    position: sticky;
    top: 0;
    background-color: rgba(255,255,255,1.00);
    border-bottom: solid 1px rgba(237,237,237,1.00);
    z-index: 40;
}
.topnavbuttons > .basket:not([data-count="0"]):before {
    content: attr(data-count);
}
.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.80);
    z-index: 40;
    background-image: url("/images/skins/Bewise/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px auto;
}
.topusp {
    background-color: #f3f3f3;
    position: relative;
    z-index: 10;
}
.usp {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    padding: 7px 0;
    line-height: 1;
}
.usp > div {
    flex: none;
    display: flex;
    align-items: center;
}
.usp > div > * {
    flex: none;
}
.usp > div > a {
    text-decoration: none;
}
.usp > div > img {
    margin-right: 5px;
}
.usp > div > small {
    padding-left: 5px;
}
.usp .trustpilot img {
    height: 10px;
}
.topnav {
    position: relative;
}
.topnav > .container {
    display: flex;
    align-items: center;
}
.topnavbuttons {
    display: flex;
    justify-content: flex-end;
}
.topnavbuttons > * {
    flex: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px 0 5px 15px;
    position: relative;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    align-items: center;
}
.topnavbuttonsContact a {
    text-decoration: none;
    padding: 0 4px;
}
.topnavbuttons > * span {
    display: block;
    text-align: center;
    width: 100%;
}
.topnavbuttons > * img {
    width: 22px;
    display: block;
    margin-bottom: 2px;
}
.topnavbuttons > * img[src*="maerket"] {
    width: 90px;
}
.topnav .logo {
    margin: 10px 0;
    width: 180px;
    height: auto;
}
.topmenu {
    border-top: solid 1px rgba(237,237,237,1.00);
}
.topmenu > .container {
    display: flex;
    max-width: 100%;
}
.topmenu .btnmenu {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5%;
}
.topmenu .btnmenu img {
    width: 17px;
    margin: 0 9px 0 0;
}
.topmenu .search {
    flex: auto;
}
.topmenu .search input[type="text"] {
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding-left: 35px;
    height: 38px;
    background-image: url("/images/skins/Bewise/images/icon-search-black.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 15px 50%;
}

.pointsinfo {
    display: inline-flex;
    align-items: center;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 0 10px 0 0;
    min-height: 35px;
    text-decoration: none;
}
.pointsinfo > * {
    flex: none;
}
.pointsinfo .icon {
    width: 30px;
    margin: 0 10px 0 0;
    position: relative;
    background-color: rgba(237,237,237,1.00);
    align-self: stretch;
}
.pointsinfo img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pointsinfo i {
    text-decoration: underline;
    font-style: normal;
}
#ProductMenu_List {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.Productmenu_Category_Icon_Container {
    display: none;
}
#ProductMenu_List #ActiveCategory_A {
    display: none !important;
}
.categorydescription section {
    display: none;
}
#Content_Productlist columns {
    display: flex;
    margin: 20px -1% -1% !important;
}
#Content_Productlist columns > * {
    flex: auto;
    max-width: 48%;
    margin: 1% !important;
}
#Content_Productlist columns > iframe {
    width: 48%;
    height: auto;
    flex: none;
    aspect-ratio: 16/9;
}
.listtools {
    display: flex;
}
.listtools > * {
    flex: none;
}
.listtools > table {
    flex: none;
}
.btnfilter {
    display: none !important;
    align-items: center;
    justify-content: center;
    background-color: #668C41;
    color: rgba(255,255,255,1.00);
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    border-radius: 25px;
}
.btnfilter img {
    width: 15px;
    margin-right: 8px;
}
span.no-procucts-found-on-empty-list {
    display: none;
}
.Frontpage_Custom_UL, .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL {
    padding: 0;
    margin: 0 -1%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.product input[type="submit"],
.product .buy .button {
    flex: auto;
}
.stockinfo {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
}
.stockinfo img {
    width: 14px;
    margin-right: 10px;
    border-radius: 50%;
}
.Frontpage_Custom_UL > li,  .ProductList_Custom_UL > li,  .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
    width: 48%;
    margin: 0 1% 2%;
    border: 1px solid #eee;
    padding: 10px;
}
.Frontpage_Custom_UL > li > form, .ProductList_Custom_UL > li > form, .Related_Custom_UL > li > form, .CustomersAlsoBought_Custom_UL > li > form {
    height: 100%;
    width: 100%;
}
.fpProducts .Frontpage_Custom_UL .slick-list {
    margin: 0 -20px;
}
.fpProducts .Frontpage_Custom_UL .slick-slide {
    margin: 0 20px;
}

.fpProducts > span {
    flex: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}
.bp_swiper-slide.product {
    padding: 20px;
    border: solid 1px rgba(240,240,240,1.00);
}
.product {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.product .price {
    font-weight: bold;
    font-size: 12px;
}
.product > * {
    flex: none;
}
.product .image {
    position: relative;
    flex: auto;
    display: flex;
}
.product .image img {
    display: block;
    max-width: 100%;
    max-height: 220px;
    margin: 0 auto;
    padding: 20px 0;
    width: auto;
}
.bp_swiper-slide.product .image img {
    aspect-ratio: 1/1;
    object-fit: scale-down;
}

.product .image > a {
    position: relative;
    display: flex;
    height: 100%;
    flex: auto;
    align-items: center;
    justify-content: center;
}
.variantscontainer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.variantscontainer a {
    margin: 4% 2% 0 0;
    flex: none;
    text-decoration: none;
    border: solid 1px rgba(178,178,178,1.00);
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 2px;
    white-space: nowrap;
}
/*
.product .variantscontainer {
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 10px;
}
.variantscontainer a {
    padding: 0 4px 0 0;
    text-decoration: none;
}
*/
.product .name {
    display: flex;
    padding: 10px 0 0;
}
.product .name a {
    flex: auto;
    text-decoration: none;
}
.product .price {
    padding: 10px 0;
}
.product .price span {
    font-weight: bold;
}
.product .price strike:not(:empty) {
    padding-right: 5px;
}
.product .price .currency {
    padding-left: 3px;
}
.product [data-favorites] {
    width: 15px;
    flex: none;
    margin: 3px 0 0 10px;
    align-self: flex-start;
}
.product .buy {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.product .buy input[type="IMAGE"], .product .buy img.BuyButton_ProductList, .product .buy img.Related_BuyButton_IMG {
    display: none;
}
.product .buy input[type="TEXT"] {
    display: none;
    flex: none;
    width: 80px;
    text-align: center;
}



select[class*="VariantSelector"] {
    display: none;
}
.ProductList_Custom_UL.blogposts > li:not(:last-child) {
    border-bottom: solid 1px rgba(237,237,237,1.00);
    padding-bottom: 4%;
}
li.blogpost {
    width: 96%;
    display: flex;
    justify-content: center;
}
.blog {
    display: flex;
    flex-direction: column;
    width: 600px;
    max-width: 100%;
}
.blog .name a {
    font-size: 23px;
    margin: 0 0 20px;
    display: block;
    text-decoration: none;
}
.blog .image a {
    display: block;
}
.blog .image img {
    margin-bottom: 20px;
    max-width: 100%;
}
.blog .description {
    line-height: 1.9em;
    margin-bottom: 10px;
}
.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pager .prev, .pager .next {
    width: 48%;
    flex: none;
}
.pager .prev a, .pager .next a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager img {
    width: 15px;
    transform-origin: 50% 50%;
}
.pager .prev a img {
    transform: rotate(90deg);
}
.pager .next a img {
    transform: rotate(-90deg);
}
.pager > div:empty {
    background-color: rgba(244,244,244,.50);
}
.pager .pages {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.pages a.ActivePageNumber_ProductList:link,
.pages a.ActivePageNumber_ProductList:visited,
.pages a.ActivePageNumber_ProductList:hover,
.pages a.ActivePageNumber_ProductList:active,
.pages a.InactivePageNumber_ProductList:link,
.pages a.InactivePageNumber_ProductList:visited,
.pages a.InactivePageNumber_ProductList:hover,
.pages a.InactivePageNumber_ProductList:active,
.pager .prev a,
.pager .next a {
    font-weight: normal;
    text-decoration: none;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 6px 10px;
}
.pages a.ActivePageNumber_ProductList:link,
.pages a.ActivePageNumber_ProductList:visited,
.pages a.ActivePageNumber_ProductList:hover,
.pages a.ActivePageNumber_ProductList:active {
    background-color: rgba(237,237,237,1.00);
}
.pages > a:not(:last-of-type) {
    margin-right: 5px;
}
span.HiddenPagesIndicator_ProductList {
    padding: 0 5px;
}
.productfilter {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.60);
    border-top: solid 1px rgba(237,237,237,1.00);
    z-index: 100;
}
.productfilter.active {
    display: flex;
}
.productfilter.loading {
    opacity: .3;
}
#ProductFilter-Container {
    flex: auto;
    background-color: rgba(255,255,255,1.00);
    border-left: solid 1px rgba(237,237,237,1.00);
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 15;
    padding-bottom: 100px;
    box-shadow: 0 25px 25px rgba(0,0,0,.2);
    position: relative;
}
.product-filter-headertext-container {
    display: block;
    padding: 15px 40px 15px 20px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border-bottom: solid 1px rgba(237,237,237,1.00);
    position: relative;
}
.product-filter-headertext-container a {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.product-filter-headertext-container a img {
    width: 16px;
}
.product-filter-clear-all {
    display: none;
}
.product-filter-header-container {
    display: block;
    padding: 15px 70px 15px 20px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border-bottom: solid 1px rgba(237,237,237,1.00);
    background-image: url('/images/skins/Bewise/images/icon-down-black.svg');
    background-size: 18px auto;
    background-position: calc(100% - 16px) 50%;
    background-repeat: no-repeat;
    position: relative;
}
.product-filter-header-container .count {
    left: auto;
    right: 40px;
    top: 50%;
    transform: translate(0,-50%);
}
.product-filter-body-container {
    display: none;
    border-left: solid 5px rgba(237,237,237,1.00);
}
.product-filter-header-container.active + div {
    display: block;
}
.product-filter-tag-checkboxes {
    display: flex;
    flex-wrap: wrap;
}
.product-filter-checkbox-container {
    display: flex;
    padding: 15px 20px;
    line-height: 1;
    text-decoration: none;
    align-items: center;
    border-bottom: solid 1px rgba(237,237,237,1.00);
    float: none !important;
    width: 100%;
}
.product-filter-checkbox-container > * {
    flex: none;
}
.product-filter-checkbox-container input {
    margin: 0 7px 0 0;
}
.product-filter-checkbox-container label {
    flex: auto;
}
button.showresultsbutton {
    position: fixed;
    bottom: 15px;
    left: 67px;
    z-index: 30;
    width: calc(100% - 87px);
}
#productsfound {
    display: none;
}
.closebutton {
    flex: none;
    align-self: flex-start;
    width: 45px;
    display: block;
    position: relative;
    background-color: rgba(237,237,237,1.00);
}
.closebutton img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
}
.closebutton:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}

.news, [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);
}
[data-savings]:not([data-savings=""]):not([data-savings="100%"]):before {
    content: attr(data-savings);
    background-color: #A1B4BF;
    right: 0;
}
.news {
    left: 0;
    background-color: #c10076;
}
.goback {
    display: flex;
    align-items: center;
}

.product .image > a:first-of-type:before,
.productcard .images a:first-of-type:before, .productcard .images.slick-initialized a:before,
.brandsslider a:before,
.ShowBasket_Custom_DIV .image a:before,
.minibasket .item .image:before,
.extraProduct > .image:before,
.favoritespopupaddedinfo .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 5;
    opacity: .8;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%, rgba(0,0,0,0.05) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=1 );
}


.webshop-favorites table.FormTB {
    display: none;
}

.CmsPageStyle_Table {
    table-layout: fixed;
}

.SubCats_Categories_UL {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1% 0;
    list-style-type: none;
    padding: 0;
}
.SubCats_Categories_Container h1, .SubCats_Categories_Container h2, .SubCats_Categories_Container p {
    margin-left: 0 !important;
    text-align: left !important;
}
.SubCats_Categories_UL > li {
    width: 48% !important;
    float: none !important;
    margin: 0 1% 2%;
    border: 1px solid #eee;
}
.SubCats_Categories_UL > li:last-child {
    display: none;
}
.productgroup {
    display: flex;
    height: 100%;
    border-radius: 10px;
    padding: 15px;
    padding-left: 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.productgroup > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.productgroup > a img {
    position: absolute;
    top: 50%;
    left: 5%;
    opacity: .2;
    filter: blur(8px) ;
    transform: translateY(-50%);
    min-height: 100%;
    width: 100%;

}
.productgroup .name {
    flex: auto;
}
.productgroup .name a {
    text-decoration: none;
    font-size: 12px;
}
.productgroup .image {
    flex: none;
    width: 20%;
}
.productgroup .image img {
    display: none;
    width: 100%;
}
/*
.SubCats_Categories_UL img {
    display: block;
    width: 100%;
}
.SubCats_Categories_UL .name a {
    display: block;
    text-decoration: none;
    background-color: #A1B4BF;
    color: rgba(255,255,255,1.00);
    text-align: center;
    padding: 10px;
}
*/
.MagicZoom img, .mz-figure img {
    max-width: 100% !important;
    max-height: 100% !important;
}
a.MagicZoom {
    width: 100%;
}
.mz-figure {
    width: 100%;
}
.BreadCrumb_ProductInfo br {
    display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"], [itemtype*="https://schema.org/BreadcrumbList"] a {
    color: rgba(189,189,189,1.00);
}
/*
[itemtype*="https://schema.org/BreadcrumbList"] {
    display: block;
    margin: 0 0 15px;
}
*/
.goback {
    margin-bottom: 20px;
}
.goback table {
    width: auto !important;
}
.goback > a {
    text-decoration: none;
    background-color: #668C41;
    color: #FFF;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.goback > a > img {
    width: 6px;
    margin-right: 8px;
}
.CategoryFooterContent:not(:empty) {
    padding: 40px;
    background-color: #f9f9f9;
}
.CategoryFooterContent > *, .categorydescription * {
    margin-left:  0 !important;
    text-align: left !important;
}
.webshop-productinfo .container.content {
    max-width: 96%;
}
.imagescontainer {
    position: relative;
}
.imagescontainer .zoom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 20px;
    z-index: 10;
    opacity: .7;
    pointer-events: none;
}
.imagescontainer .images {
    position: relative;
}
.imagescontainer .images a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imagescontainer .images > a:nth-child(n+2) {
}
.imagescontainer .images a img {
    display: block;
    max-width: 100%;
    height: auto;
}
.imagescontainer .images a[href*="youtu"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0,0,0,.50);
    background-image: url("/images/skins/Bewise/images/icon-play-white.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20% auto;
}
/*
.imagescontainer .images .slick-track {
    display: flex !important;
}
.imagescontainer .images .slick-slide {
    height: inherit !important;
}
*/

.productcard .pointsinfo {
    margin-bottom: 15px;
    width: 100%;
}
.Variants {
    margin-bottom: 20px;
}
.Variants > table {
    width: 100%;
}
.VariantGroup > tbody > tr:first-of-type {
    display: none;
}
.productcard [itemtype="https://schema.org/Offer"] {
    margin-bottom: 20px;
}
.productcard .Prices_Custom_DIV > div:first-child {
    font-size: 18px;
}
.productcard .Prices_Custom_DIV > div:first-child > span {
    font-weight: bold;
    padding-right: 4px;
}
.productcard .Prices_Custom_DIV > div:first-child > i {
    font-style: normal;
    font-size: 13px;
}
.productcard .Prices_Custom_DIV strike:not(:empty) {
    font-size: 15px;
    padding-left: 10px;
}
.productcard .Prices_Custom_DIV strike:not(:empty):after {
    content: attr(data-currency);
}
[data-discount]:not([data-discount=""]) {
    padding: 3px 8px;
    color: rgba(255,255,255,1.00);
    background-color: #A1B4BF;
    display: inline-block;
}

[data-discount]:not([data-discount=""]):after {
    content: attr(data-discount);
}
#BUYSECTION:not(:empty) {
    display: flex;
    align-items: center;
		margin-bottom: 10px;
}
#BUYSECTION > * {
    flex: none;
}
#BUYSECTION input[type="number"] {
    width: 40px;
    margin: 0 4px;
    border-radius: 2px;
    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 .lowstockinfo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 2px);
    text-align: center;
    border-radius: 2px;
    padding: 5px 14px;
    white-space: nowrap;
    line-height: 1;
    font-size: 11px;
    background-color: #c10076;
    color: rgba(255,255,255,1.00);
}
#BUYSECTION .lowstockinfo:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #c10076;
}
*/
.productcard .askformbutton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.productcard .askformbutton label {
	margin-bottom: 10px;
	background-color: #DC931A;
	color: rgba(255,255,255,1.00);
	border-radius: 30px;
	border: none;
	display: inline-flex;
	padding: 12px 30px;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
	text-align: center;
    text-decoration: none;
	cursor: pointer;
    flex-direction: column;
}
.productcard .askformbutton label > br {
    display: none;
}



.productcard .askformbutton label strong {
    font-size: 15px;
}
.askform {
	opacity: 0;
	height: 0;
	pointer-events: none;
	transition: height .5s ease, opacity .2s ease;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 10px;
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 6px;
    display: none;
}

.askform.open {
	opacity: 1;
	height: 300px;
	pointer-events: auto;
    display: flex;
}

.productcard .productnumber {
    color: rgba(133,133,133,1.00);
    padding: 20px 0 0;
}
.lowstockinfo, .lastBoughtText {
    display: flex;
    align-items: center;
    padding: 10px;
    flex: auto;
    background-color: #FEEEEE;
}
.lowstockinfo {
    margin-bottom: 15px;
}
.lowstockinfo > u {
    padding: 0 4px;
}
.lowstockinfo img, .lastBoughtText img {
    margin: 0 7px 0 0;
    width: 14px;
    flex: none;
}
#BUYSECTION input[type="submit"] {
    width: 100%;
    padding: 20px 20px;
    font-size: 20px;
    border-radius: 35px;
}
#BUYSECTION [data-favorites] {
    height: 17px;
}
#BUYSECTION .amount {
    display: flex;
    margin-right: 15px;
}
#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);
}
.pcusp {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px rgba(237,237,237,1.00);
    border-left: solid 1px rgba(237,237,237,1.00);
}
.pcusp > div {
    flex: none;
    display: flex;
    align-items: center;
    margin: 0;
    width: 50%;
    border-right: solid 1px rgba(237,237,237,1.00);
    border-bottom: solid 1px rgba(237,237,237,1.00);
    padding: 10px;
}
.pcusp > div.stockli.instock {
    padding: 0;
}
.pcusp > div.stockli.instock > div {
    background-color: #668C41;
    color: #FFF;
    width: 100%;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}
.pcusp > div > * {
    flex: none;
}
.pcusp > div img {
    margin-right: 5px;
    width: 14px;
}
.pcusp > div.notinstock img {
	width: 10px;
}
.pcusp > div img[src*="maerket"] {
    width: auto;
    margin-right: 0;
    margin-left: 7px;
    height: 17px;
}
.productcard .descriptionheader {
    margin: 20px 0 7px;
    font-weight: bold;
    font-size: 14px;
}
.productcard [itemprop="description"] ul {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}
.productcard [itemprop="description"] ul > li {
    padding-left: 19px;
    background-image: url('/images/skins/Bewise/images/icon-check-green.svg');
    background-size: 14px auto;
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.productcard [itemprop="description"] ul > li:not(:last-child) {
    margin-bottom: 2%;
}
.Description_Productinfo iframe {
    max-width: 100% !important;
}
.blogcard .Description_Productinfo img {
    max-width: 100%;
    height: auto !important;
    margin: 20px 0;
}

.groups {
    margin: 20px 0;
}
.groupProduct {
    display: flex;
    align-items: center;
}
.groupProduct > img {
    flex: none;
    width: 50px;
    margin: 0 15px 0 0;
}
.groupProduct > .name {
    flex: auto;
}
.groupProducts > div {
    padding: 5px 0;
    border-bottom: solid 1px rgba(228,228,228,1.00);
}
.groupProducts > div:first-child {
    padding-top: 0;
}
.groupProducts > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.groupProduct .stockMessage, .generalStockMessage {
    background-color: rgba(255,253,233,1.00);
    border: solid 1px rgba(228,231,194,1.00);
    color: rgba(95,81,31,1.00);
    border-radius: 2px;
    padding: 2px 5px;
    display: inline-block;
}
.generalStockMessage {
    padding: 5px 10px;
}

.supportbox {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: flex-start;
    border-radius: 10px;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
    margin: 20px 0 0;
}
.supportbox strong {
    display: block;
}
.supportbox > img {
    flex: none;
    width: 70px;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.loginpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.50);
    z-index: 500;
    display: none;
}
.loginpopup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginpopup > section {
    background-color: rgba(255,255,255,1.00);
    padding: 40px 30px 30px;
    flex: none;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    width: 600px;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.loginpopup:not(.favorites) .favoritesonly {
    display: none;
}
.loginpopup.favorites .largeheader:not(.favoritesonly),
.loginpopup.favorites .mediumheader:not(.favoritesonly){
    display: none;
}
.loginpopup ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.loginpopup ul > li {
    position: relative;
    padding: 0 0 0 21px;
    background-image: url("/images/skins/Bewise/images/icon-check-green.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 0 2px;
}
.loginpopup ul > li:not(:last-child) {
    margin-bottom: 5px;
}
.loginpopup form {
    padding: 0 0 15px;
    margin: 0 0 15px;
    display: none;
    flex-direction: column;
    border-bottom: solid 1px rgba(237,237,237,1.00);
}
.loginpopup form.active {
    display: flex;
}
.loginpopup input[type="email"], .loginpopup input[type="password"] {
    margin: 0 0 7px;
}
.loginpopup input[type="submit"] {
    display: flex;
    width: 100%;
    margin: 10px 0 15px;
}
.loginpopup a[href*="#back"] {
    padding: 0 0 10px;
}
.favoritespoupadded {
    display: none;
    flex-direction: column;
}
.favoritespoupadded.active {
    display: flex;
}
.favoritespoupadded.active ~ * {
    display: none;
}
.favoritespopupaddedinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.favoritespopupaddedinfo .image {
    width: 200px;
    max-width: 100%;
    position: relative;
}
.favoritespopupaddedinfo img {
    max-width: 100%;
    max-height: 250px;
}
.favoritespopupaddedinfo .image + a {
    margin: 15px 0;
}
.loginmessage {
    margin: 0 0 10px;
    background-color: rgba(241,241,241,1.00);
    border: solid 1px rgba(182,182,182,1.00);
    padding: 7px 10px;
    text-align: center;
}
.loginmessage:empty {
    display: none;
}
.loginmessage.failure {
    background-color: rgba(244,202,203,1.00);
    border-color: rgba(205,135,136,1.00);
    color: rgba(120,22,24,1.00);
}

.popupclose {
    position: absolute;
    right: 30px;
    top: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.popupclose i {
    font-weight: 'Arial';
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0 7px;
}

.slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 100%;
    border-radius: none;
    padding: 0;
    z-index: 10;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    cursor: pointer;
}
.slick-arrow.slick-prev {
    left: 0;
    background-image: url("/images/skins/Bewise/images/icon-left-black.svg");
}
.slick-arrow.slick-next {
    right: 0;
    background-image: url("/images/skins/Bewise/images/icon-right-black.svg");
}
.slick-arrow.slick-disabled {
    display: none !important;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 20px;
    list-style-type: none;
}
.slick-dots > li {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: rgba(237,237,237,1.00);
    margin: 0 5px;
    flex: none;
}
.slick-dots > li.slick-active {
    background-color: rgba(90,90,90,1.00);
}
.slick-dots button {
    display: none;
}

.banner {
    display: block;
}
.banner img {
    display: block;
    width: 100%;
}
.overflowhidden {
    overflow: hidden;
}
.brandsslider:not(.slick-initialized) {
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}
.brandsslider:not(.slick-initialized) > *, .brandsslider.slick-initialized .slick-slide {
    margin: 0 5px;
    height: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.brandsslider:not(.slick-initialized) > * {
    flex: none;
    width: calc(25% - 10px);
}
.brandsslider:not(.slick-initialized) > *:nth-child(n+5) {
    display: none;
}
.brandsslider img {
    max-width: 100%;
    display: block;
    padding: 8px;
}
.brandsslider .slick-track {
    display: flex !important;
}
.brandsslider .slick-list {
    margin: 0 -5px;
}
footer {
    background-color: #f3f3f3;
    padding: 40px 0;
}

footer .icon {
    width: 60px;
    margin-bottom: 40px;
}
footer .header {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
footer section {
    padding: 15px 0;
}
footer section > a {
    display: inline-block;
    text-decoration: none;
}
footer section > a:not(:last-of-type) {
    margin-bottom: 5px;
}
footer form[onsubmit*="newsletter"] {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1% 0;
}
footer form[onsubmit*="newsletter"] > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}
footer form[onsubmit*="newsletter"] input[type="text"],
footer form[onsubmit*="newsletter"] input[type="email"] {
    margin-bottom: 7px;
    text-align: center;
    border: none;
    background-color: rgba(255,255,255,1.00);
}
footer form[onsubmit*="newsletter"] input[type="text"] {
    width: 48%;
}
footer form[onsubmit*="newsletter"] .terms {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
footer form[onsubmit*="newsletter"] .terms input[type="checkbox"] {
    margin-right: 7px;
}
footer form[onsubmit*="newsletter"] input[type="submit"] {
    background-color:rgba(83,83,83,1.00);
}
.newsletterLists {
    margin: 10px 0;
    display: flex;
}
.newsletterLists > label {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.newsletterLists > label input {
    margin-right: 6px;
}
.credits {
    background: rgb(35,46,131);
    background: linear-gradient(90deg, rgba(35,46,131,1) 0%, rgba(0,159,225,1) 16%, rgba(154,189,11,1) 33%, rgba(255,235,0,1) 50%, rgba(230,143,0,1) 67%, rgba(192,0,27,1) 85%, rgba(209,0,120,1) 100%);
    padding: 10px 0;
}
.credits img.creditcards {
    width: 300px;
    max-width: 80%;
}

.showbasket {
    display: flex;
    margin: 10px 0;
}
.baskettotalinfo {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.ShowBasket_Custom_DIV > div {
    display: flex;
    padding: 15px;
    border: solid 1px rgba(237,237,237,1.00);
    position: relative;
}
.ShowBasket_Custom_DIV > div: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: 5px 0;
    background-image: url("/images/skins/Bewise/images/icon-gift-black.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: calc(100% - 10px) 50%;
    padding: 7px 35px 7px 10px;
    border: solid 1px rgba(237,237,237,1.00);
    border-radius: 2px;
    width: 10px;
}
.ShowBasket_Custom_DIV .info table td {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.ShowBasket_Custom_DIV .info table td input {
    margin-right: 7px;
}
.ShowBasket_ChildProduct_SPAN + div {
    float: right;
}
.ShowBasket_ChildProduct_SPAN + div .unit {
    display: none;
}
.ShowBasket_Custom_DIV .info .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ShowBasket_Custom_DIV .amount {
    display: flex;
    align-items: center;
}
.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;
    margin-right: 4px;
    border: solid 1px rgba(237,237,237,1.00);
}
.ShowBasket_Custom_DIV .amount > span {
    padding: 0 10px;
}
.ShowBasket_Custom_DIV .amount a[href*="dec=1"]:before {
    content: "-";
}
.ShowBasket_Custom_DIV .amount a[href*="inc=1"]:before {
    content: "+";
}
.ShowBasket_Custom_DIV .amount img {
    display: none;
}
.ShowBasket_Custom_DIV .price {
    text-align: right;
}
.ShowBasket_Price_Before_Special_Offer {
    text-decoration: line-through;
}
.showbasket .summary {
    background-color: #f3f3f3;
    padding: 20px;
    margin: 20px 0;
}
.showbasket .summary .row {
    display: flex;
    justify-content: space-between;
}
.showbasket .summary .row.total {
    font-size: 18px;
}
.showbasketnavigation {
    margin-left: -1%;
    margin-right: -1%;
    display: flex;
    justify-content: space-between
}
.showbasketnavigation a {
    flex: auto;
    margin: 0 1%;
}
.showbasketnavigation a.light {
    background-color: #eee;
    color: #000;
}
.discountcode {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    border: dashed 1px rgba(209,209,209,1.00);
}
.discountcode > * {
    flex: auto;
}
.discountcode > input[type="text"] {
    border: none;
}
.discountcode > button {
    margin-left: 10px;
    white-space: nowrap;
}
.referEmail {
	background-color: #FFF !important;
}
.referLinkContainer {
	display: none;
}
.referButton {
    background-color: rgba(23,67,25,1.00);
    color: rgba(255,255,255,1.00);
    border-radius: 25px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-flex;
    min-height: 35px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
	margin-top: 10px;
}
.loyaltyinfo {
    padding: 10px;
    background-color: #A1B4BF;
    color: rgba(255,255,255,1.00);
}
.loyaltyinfo > div {
    display: none;
    flex-direction: column;
}
.loyaltyinfo > div.active {
    display: flex;
}
.loyaltyinfo > div > * {
    flex: auto;
}
.loyaltyinfo .totalPoints {
    display: inline;
}
.loyaltyinfo .button {
    width: 100%;
}
.loyalty_signup_form label {
    display: none !important;
}

.minibasket {
	position: absolute;
    top: 100%;
	right: 0;
	width: 600px;
    max-width: 100vw;
	padding: 5%;
	background-color: rgba(255,255,255,1.00);
    display: none;
    flex-direction: column;
    border-top: solid 1px rgba(237,237,237,1.00);
    box-shadow: 0 30px 40px rgb(0 0 0 / 30%);
    z-index: 999;
}
.minibasket.active {
    display: flex;
}
.minibasket:before {
    content: "";
    transform: rotate(-45deg);
    right: 24px;
    position: absolute;
    transform-origin: 0 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-top: solid 1px rgba(237,237,237,1.00);
    border-right: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
}
.minibasket > * {
    flex: none;
}
.minibasket .items {
    flex: auto;
    max-height: calc(100vh - 400px);
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.minibasket .item {
	display: flex;
	padding: 10px 0;
	position: relative;
	border-bottom: solid 1px rgba(238, 238, 238, 1);
}
.minibasket .item .image {
	flex: none;
	position: relative;
	width: 50px;
    align-self: flex-start;
}
.minibasket .item .image img {
	display: block;
	width: 100%;
    padding: 4px;
}
.minibasket .item .info {
	flex: auto;
	padding: 0 15px;
}
.minibasket .item .info a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.minibasket .item .price {
    white-space: nowrap;
	text-align: right;
}
.minibasket .line {
	display: flex;
    flex: auto;
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	padding: 10px 0;
    justify-content: space-between;
}
.minibasket .line > span:last-child {
	text-align: right;
}
.minibasket .line.total {
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	margin-bottom: 15px;
    font-size: 18px;
}
.minibasket .minibasketbuttons {
	display: flex;
	gap: 20px;
}
.minibasket .minibasketbuttons > * {
	flex: auto;
}
.minibasketbuttons .button.showbasketbutton {
	background-color: rgba(0,0,0,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;
    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 {
    margin-right: 10px;
}
/*
.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: rgba(243,243,243,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%);
}
*/

.webshop-checkout .topright > *:not(.basket) {
    display: none;
}
.webshop-checkout .topright > .basket .headerbox {
    border-right: 0;
}
fieldset {
    border: none;padding: 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;
    cursor: pointer;
    float: none;
    margin: 0;
    width: auto;
}
.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: none;
}
/*
.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.pending {
    opacity: .3;
}
label[for*="_zipcode"] {
    float: left;
    width: 100px;
    margin-right: 10px;
}
label[for*="_city"] {
    float: left;
    width: calc(100% - 110px);
}
.discountname {
    margin: 5px 0 10px;
    padding: 5px 15px;
    border-radius: 25px;
    background-color: rgba(224,249,228,1.00);
    color: rgba(22,87,27,1.00);
    border: solid 1px rgba(195,244,204,1.00);
}
.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);
}
label.redeemed .salesdiscountcode-button-container input[type="button"] {
    background-color: rgba(123,15,17,1.00);
    color: rgba(255,255,255,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-"] {
    padding: 9px;
    border: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
    display: block;
    cursor: pointer;
}
#shipping-methods label[for*="checkout-shipping-"]:not(:last-of-type),
#payment-methods label[for*="checkout-payment-"]:not(:last-of-type){
    margin-bottom: 10px;
}
[class*="-radio-cell"] {
    vertical-align: top;
}
input[type="radio"].checkout-radio {
    margin: 1px 5px 0 3px;
}
[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"]):not([for="checkout-payment-75"]) .checkout-payment-description-cell > .payment-fee  {
    display: none;
}

#checkout-container fieldset > label[for="checkout-payment-75"] {
    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;
}
#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;
}
#checkout-container fieldset > label:after {
    clear: both;
    display: block;
    content: "";
}
#confirm-accepterms,
#customer-data > fieldset > .checkout-row,
#mailchimp-subscribe-box,
#acceptLoyaltyCreationContainer,
#subscription-maillist,
label[for="res4"],
#confirm-accept-customerdata {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 8px 9px;
    clear: both;
    border: solid 1px rgba(237,237,237,1.00);
}
#confirm-accepterms > *,
#mailchimp-subscribe-box > *,
#acceptLoyaltyCreationContainer > *,
subscription-maillist > *,
label[for="res4"] > * {
    flex: auto;
}
#confirm-accepterms > input,
#mailchimp-subscribe-box > input,
#acceptLoyaltyCreationContainer > input,
subscription-maillist > input,
label[for="res4"] > input,
#confirm-accept-customerdata > input {
    flex: none;
    margin-right: 7px;
}
label[for="res4"] {
    flex-direction: row-reverse;
    justify-content: flex-end;
}


/*
fieldset {
    border: none;padding: 0;
}
.webshop-checkout .topmenu {
    display: none;
}
.webshop-checkout .topnavbuttons > a[href*="customer.html"],
.webshop-checkout .topnavbuttons > a[href*="favorites.html"] {
    display: none;
}
#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;
}

.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;
}
.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-green.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(237,237,237,.50);
}
.checkoutsteps > div.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    height: 5px;
    background-color: #668C41;
}
.button.stepbutton, #confirm-complete-button {
    width: 100%;
    margin: 20px 0 0;
}
.button.stepbutton.back {
    margin-top: 10px;
    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) {
}
#checkout-container fieldset > label {
    display: block;
    padding: 0 0 10px;
}
label[for*="_zipcode"] {
    float: left;
    width: 100px;
    margin-right: 10px;
}
label[for*="_city"] {
    float: left;
    width: calc(100% - 110px);
}
#customer-login {
    padding: 10px;
    background-color: #A1B4BF;
    color: rgba(255,255,255,1.00);
    margin: 0 0 20px;
}
#customer-login a {
    color:rgba(255,255,255,1.00);
}
#customer-login > p {
    margin: 0;
}
#customer-login .button {
    width: 100%;
    margin-top: 7px;
}
#customer-login > fieldset {
    display: none;
}
.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-left: 10px;
    padding-right: 10px;
    width: 100%;
    background-color: rgba(94,94,94,1.00);
}
.checkout-row, #subscription-maillist, #checkout-container fieldset > label[for="res4"] {
    display: flex;
    clear: both;
    padding-top: 15px;
    align-items: flex-start;
}
.div-checkout-checkbox input, #subscription-maillist input, #checkout-container fieldset > label[for="res4"] input {
    margin-right: 7px;
}
#subscription-maillist {
    padding-top: 0;
}
#checkout-container fieldset > label[for="res4"] {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 0;
}
#shipping-methods,
#payment-methods {
    position: relative;
}
#shipping-methods.error:before,
#payment-methods.error:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    border: solid 1px #c10076;
    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-"] {
    padding: 5px;
    border: solid 1px rgba(237,237,237,1.00);
    display: block;
}
#shipping-methods label[for*="checkout-shipping-"]:not(:last-of-type),
#payment-methods label[for*="checkout-payment-"]:not(:last-of-type){
    margin-bottom: 5px;
}
.checkout-shipping-table {
    width: 100%;
}
[class*="-radio-cell"] {
    vertical-align: top;
}
input[type="radio"].checkout-radio {
    margin: 1px 5px 0 3px;
}
.checkout-shipping-method-image {
    float: right;
}
.checkout-shipping-method-image img {
    max-width: 50px;
}
.checkout-payment-description-cell {
    display: flex;
    flex-direction: column;
}
.checkout-payment-description-cell > * {
    order: 1;
}
.checkout-payment-description-cell > .checkout-payment-method-image {
    order: 0;
}
.checkout-payment-description-cell > .payment-fee,
.checkout-payment-description-cell > .payment-message {
    order: 3
}
label:not([for="checkout-payment-73"]) .checkout-payment-description-cell > .payment-fee  {
    display: none;
}
.checkout-payment-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: 5px 10px;
    background-color: rgba(237,237,237,.30)
}
table.order-summary ~ table {
    border-top: solid 1px rgba(237,237,237,1.00);
}
table.order-summary > thead > th {
    text-align: left;
}
div#order-confirm {
    margin-top: 20px;
    position: relative;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}
#customer-data input.error {
    border-color: #c10076;
}
#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 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 8px 9px;
    border: solid 1px rgba(237,237,237,1.00);
}
#acceptLoyaltyCreationContainer {
    display: none;
}
#confirm-accepterms > *,
#mailchimp-subscribe-box > *,
#acceptLoyaltyCreationContainer > * {
    flex: auto;
}
#confirm-accepterms > input,
#mailchimp-subscribe-box > input,
#acceptLoyaltyCreationContainer > input {
    flex: none;
    margin-right: 7px;
}
*/

.imageselecter .selectors {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1% 0;
}
.imageselecter .selectors.overflow {
    height: 150px;
    overflow: hidden;
    position: relative;
}
.imageselecter .selectors.overflow:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 5;
}
.viewallimages {
    background-color: #668C41;
    color: #FFF;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin: 10px 0 0;
    justify-content: center;
}
.viewallimages img {
    width: 6px;
    margin-left: 8px;
    transform: rotate(-90deg);
}
.imageselecter .selectors > a {
    flex: none;
    border: 1px solid #eee;
    width: 14.67% !important;
    margin: 0 1% 2% !important;
    display: flex;
    justify-content: center;
}
.imageselecter .selectors > a img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    object-position: 50% 50%;
}
.stockli img {
    border-radius: 50%;
}

.shippingcountdown {
    min-height: 38px;
}
.shippingcountdown .text {
    margin: 0 0 5px;
    padding: 0 65px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
.shippingcountdown .text i {
    font-style: normal;
    color: #668C41;
}
.shippingcountdown .bar {
    height: 16px;
    padding: 1px;
    border: solid 1px #A1B4BF;
    background-color: rgba(255,255,255,1.00);
    display: flex;
    position: relative;
}
.shippingcountdown .bar span {
    flex: none;
    background-color: #668C41;
    width: 0;
}
.shippingcountdown .bar small {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 11px;
    background-color: #668C41;
    color: rgba(255,255,255,1.00);
    position: absolute;
    right: 0;
    bottom: calc(100% + 5px);
}
.shippingcountdown .bar small:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #668C41;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.shippingcountdown:empty {
    display: none;
}
.shippingcountdown.redeemed {
    display: none !important;
}
.shippingcountdown.redeemed img {
    margin-right: 4px;
    width: 14px;
}

form[action="/shop/customer.html"] table.Login_Customer input, form[action="/shop/customer.html"] table.ForgotPassword_Customer input {
    display: block;
    width: 100% !important;
    margin: 0 0 10px;
}
body.webshop-customercenter td > b + br,
body.webshop-customercenter table + br {
    display: none;
}
table.Login_Customer > tbody > tr:nth-child(-n+2):not(:first-child) td,
table.ForgotPassword_Customer td {
    font-size: 0;
}
form[name="forgotpsw"] {
    margin-top: 20px;
}

.ErrorText_customerlogin {
	background-color: rgba(248,208,209,1.00);
	border: solid 1px rgba(214,160,161,1.00);
	color: rgba(165,67,69,1.00);
	padding: 6px 10px;
	margin: 0 0 10px;
	border-radius: 3px;
}
.loyalty_signup_form p {
    margin: 0;
}
.loyalty_signup_form .header {
    margin-bottom: 20px;
}
.loyalty_signup_form .header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.loyalty_signup_form .header ul > li {
    background-size: 14px auto;
    padding-left: 16px;
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-image: url('/images/skins/Bewise/images/icon-check-green.svg');
}
.loyalty_signup_form .header h2 {
    margin-top: 20px;
}
.loyalty_signup_form .header ul > li:not(:last-child) {
    margin-bottom: 5px;
}
.loyalty_signup_form .submit {
    width: 100%;
}
.loyalty_signup_form .button {
    margin: 15px 0 20px;
    width: 100%;
}
.signup_confirm_checkbox {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 15px 0 0;
}
.signup_confirm_checkbox input {
    margin: 0 7px 0 0;
    flex: none;
}

.loyalty_signup_table > tbody > tr > td:first-child > form:first-of-type {
    background-color: rgba(244,244,244,1.00);
    padding: 15px;
}
.loginText {
    display: none;
}
.BackgroundColor1_Customer:not(.loyalty_signup_table) {
    padding: 0 15px 15px;
    clear: both;
    width: 100%;
    background-color: #f3f3f3;
}
span[id*="tabB"] {
    margin: 0 10px 0 0;
    float: left;
}
span[id*="tabB"] > span {
    padding: 5px 15px;
    border: solid 1px rgba(216,216,216,1.00);
    border-bottom-width: 0;
    border-radius: 2px 2px 0 0;
    display: block;
}
span[id*="tabB"]:hover > span:not(.Tabactive_Customer) {
    background-color: rgba(183,183,183,.30);
}
span[id*="tabB"] > span.Tabactive_Customer {
    background-color:rgba(0,0,0,1.00);
    border-color:rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
}
form[name="CustomerCenterForm"] > table {
    clear: both;
}
.Text1_Customer span.Heading_Customer + br,
.Text1_Customer span.Heading_Customer + br + br {
    display: none;
}
.BackgroundColor1_Customer > tbody > tr > td > table.Text1_Customer {
    table-layout: fixed;
}
#OrderDetailsHeading + br + table {
    display: none;
}
#OrderDetailsHeading + br + table + br + table {
    width: 100%;
}
.Text1_Customer tr[id*="Field"] > td {
    padding: 3px 0;
}

.extraProductsContainer {
    margin: 0 0 40px;
}
.extraProductsHeader {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.extraProduct {
    display: flex;
    align-items: center;
    margin: 0 -2%;
}
extraProductsContainer > .extraProduct:not(:last-child) {
    margin-bottom: 10px;
}
.extraProduct > * {
    flex: none;
    margin: 0 2%;
}
.extraProduct .check {
    align-self: center;
    position: relative;
    display: flex;
}
.extraProduct .check img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%,-50%);
    z-index: 5;
    display: none;
    pointer-events: none;
}
.extraInfo {
    display: none;
}
.extraProduct .check input:checked + img {
    display: block;
}
.extraProduct > .image {
    width: 60px;
    align-self: center;
    position: relative;
}
.extraProduct > .image img {
    display: block;
    width: 100%;
    padding: 5px;
}
.extraProduct > .name {
    flex: auto;
}
.extraProduct > .name strong {
    display: block;
}
.extraProduct .price strike {
    padding-right: 6px;
}

a[href*="remove=1"], a[href*="RemProduct=1"] {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-40%,-40%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(0,0,0,1.00);
    background-image: url("/images/skins/Bewise/images/icon-delete-white.svg");
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%;
    z-index: 10;
}
a[href*="remove=1"] img, a[href*="RemProduct=1"] img {
    display: none;
}

.TopMenu_MenuItems {
    display: none;
}

.Text1_FrontPage img {
    max-width: 100%;
    display: block;
    height: auto;
}

.Text1_FrontPage .fpusp img {
    width: 22px;
}
.fpusp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f6f6f6;
    padding: 30px 0;
}
.fpusp > div {
    display: flex;
    flex: none;
    width: 50%;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.fpusp > div > img {

}
.fpusp span {
    flex: none;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
}
.fpusp small {
    flex: none;
    width: 100%;
    display: block;
    text-align: center;
}

.focus {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.focus > span {
    flex: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}
.focus > a {
    flex: none;
    width: 48%;
    margin: 0 1% 2%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.focus > a > img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
    width: 100%;
}
.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: rgba(38,38,38,1.00);
    margin-left: 10px;
}
.social a img {
    max-height: 55%;
}

span.ProductMenu_MenuItemBold {
    font-weight: normal;
}
.SubCats_Categories_Container > *, .sub-cat > * {
    margin-left: 0 !important;
}

.askform input {
    margin-bottom: 10px;
    background-color: #FFF;
    border: 1px solid #eee;
}
.askform.open div.button {
    background-color: #DC931A;
}

div#CookiePolicy, div#CookiePolicy.fixed-bottom {
    background-color:rgba(0,0,0,.80);
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: fixed;
    margin: 0;
    border-radius: 0;
    right: auto;
}
div#CookiePolicy div.CookiePolicyCenterText {
    background-color: rgba(255,255,255,1.00);
    flex: none;
    width: 700px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 40px rgba(0,0,0,.7);
    border-radius: 10px;
    color: rgba(0,0,0,1.00);
    margin: 0;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
	overflow-y:auto;
}
div#CookiePolicy h1, div#CookiePolicy h2, div#CookiePolicy h3, div#CookiePolicy h4, div#CookiePolicy h5 {
    color: rgba(0,0,0,1.00);
}
div.CookiePolicyText {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    max-height: none;
    overflow: visible;
}

div.CookiePolicyText a {
    text-decoration: underline;
}
div.CookiePolicyText > h2, div.CookiePolicyText > p {
    background-color:#f6f6f6;
    font-weight: normal;
    color: rgba(84,84,84,1.00);
}
div.CookiePolicyText > img {
    width: 300px;
    max-width: 50%;
    margin: 20px 40px;
}
div.CookiePolicyText > h2 {
    padding: 30px 40px 15px;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
}
div.CookiePolicyText > p {
    padding: 0 40px 30px;
    margin: 0;
    line-height: 1.4em;
}
div.CookiePolicyText > * {
    order: 1;
}
div.cookie-policy-accept-buttons-container {
    order: 2;
    margin: 0;
    padding: 30px 40px 25px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-accept-buttons-container > input[type="button"] {
    flex: auto;
    margin: 0;
    border-radius: 5px;
    padding: 20px 15px;
    font-weight: normal;
    box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
}
div.cookie-policy-accept-buttons-container > input[type="button"].cookie-policy-accept {
    background-color: #f6f6f6 !important;
    border: none !important;
    color: rgba(0,0,0,1.00) !important;
}
div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
    margin-right: 30px;
}
div.cookie-policy-details-link-container {
    order: 3;
    padding: 0 0 25px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-details-link-container > a {
    flex: none;
    color: rgba(0,0,0,1.00);
}
div.cookie-policy-details-container {
    order: 4;
    display: none;
}
div.cookie-policy-details-container div.rtable-cell {
    font-size: 65%;
}
div.cookie-policy-consents-container {
    order: 5;
    display: flex;
    border-top: solid 1px #d4d4d4;
    background-color:#f6f6f6;
    margin: 0;
}
div.cookie-policy-consents-container > div {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 20px;
}
div.cookie-policy-consents-container > div input {
    display: none;
}
div.cookie-policy-consents-container > div:not(:last-child) {
    border-right: solid 1px #d4d4d4;
}
div.cookie-policy-consents-container label {
    font-weight: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.cookie-policy-consents-container label div {
    border-radius: 25px;
    width: 53px;
    margin: 7px 0 0;
    background-color: #ababab;
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
div.cookie-policy-consents-container input:checked + label div {
    justify-content: flex-end;
    background-color:rgba(87,168,87,1.00);
}
div.cookie-policy-consents-container input:checked:disabled + label div {
    opacity: 0.7;
    cursor: default;
}
div.cookie-policy-consents-container label div > span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.00);
}


.rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    padding: 0;
}
.rtable--4cols>.rtable-cell {
    width: 25%;
}
.rtable-header-cell {
    background-color: rgba(0,0,0,0.05);
    font-weight: bold;
}
.rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #ececec;
    font-size: 0.85em;
}

.cookieSettingsButton {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    background-color: rgba(69,135,63,1.00);
    border-radius: 50%;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookieSettingsButton img {
    flex: none;
    width: 57%;
    height: auto;
}
.cookieSettingsButton:hover {
    opacity: .7;
}

.ui-widget-overlay {
    background-color: rgba(0,0,0,.40);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.StockEmailNotificationDialog_Link_ProductInfo {
    margin: 0 0 20px;
    padding: 10px 20px;
    display: flex;
    background-color: #bc0000;
    text-align: center;
}
/*
.StockEmailNotificationDialog_Link_ProductInfo {
    display: inline-flex;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
}
.StockEmailNotificationDialog_Link_ProductInfo:hover {
    background-color: rgba(225,0,0,1);
}
*/
.ui-dialog {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    width: 670px !important;
    height: auto !important;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%,-50%);
    background-color:rgba(255,255,255,1.00);
    padding: 40px;
    box-shadow: 0 0 150px rgba(0,0,0,.4);
    z-index: 100;
    outline: none;
}
.ui-dialog .ui-dialog-content.dd-dialog-responsive {
    height: auto !important;
}
.ui-dialog-titlebar {
    font-size: 25px;
    margin: 0 0 20px;
}
.ui-dialog-titlebar button {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    font-weight: normal;
    font-family: 'Arial';
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
.ui-dialog-titlebar button > span {
    display: none;
}
.ui-dialog-titlebar button:before {
    content: "×";
    font-size: 40px;
    line-height: 1;
    color: rgba(0,0,0,1.00);
}
.ddssmr-notification-email-field, .ddssmr-captcha-value {
    display: block;
    margin: 0 0 20px;
    width: 100%;
}
.ddssmr-captcha-image {
    width: 200px;
    display: block;
}

.cmsLoyaltyH1 {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.cmsLoyaltyH1 h1 {
    font-size: 50px;
    margin-bottom: 0;
}
.cmsLoyaltyH1 small {
    display: block;
    font-size: 25px;
    font-weight: normal;
}
.cmsLoyaltyH1 img {
    width: 140px;
    margin-right: 40px;
}
.cmsLoyalty {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cmsLoyalty > div {
    flex: none;
}
.cmsLoyaltyLeft {
    width: 60%;
}
.cmsLoyaltyLeft ol {
    margin-bottom: 40px;
}
.cmsLoyaltyLeft h2 {
    font-size: 25px;
    color: #b9014d;
    margin: 0 0 20px 0;
}
.cmsLoyaltyLeft h3 {
    font-size: 18px;
    color: #b9014d;
    margin: 0 0 20px 0;
}
.cmsLoyaltyLeft li {
    margin: 10px 0;
    font-size: 16px;
}
.cmsLoyaltyLeft li::marker {
    color: #b9014d;
    font-size: 30px;
    font-weight: bold;
}
.cmsLoyaltyLeft ul {
    margin: 0;
    padding: 0;
}
.cmsLoyaltyLeft ul li {
    display: flex;
    align-items: center;
}
.cmsLoyaltyLeft ul li img {
    width: 15px;
    margin-right: 10px;
}
.cmsLoyaltyRight {
    width: 38%;
    display: flex;
    flex-direction: column;
}
.cmsLoyaltyRight > div {
    background-color: #f8dfe9;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.cmsLoyaltyRight > div:last-child {
    background-color: #f6f6f6;
}
.cmsLoyaltyRight > div > span {
    font-size: 18px;
    display: block;
}
.cmsLoyaltyRight > div > a {
    background-color: #b9014d;
    color: #FFF;
    border-radius: 3px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 20px 0 0 0;
}
.cmsLoyaltyRight > div:last-child {
    margin-bottom: 0;
}
.cmsLoyaltyUsp {
    margin: 50px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cmsLoyaltyUsp h3 {
    background-color: #222d80;
    color: #FFF;
    padding: 10px;
    text-align: center;
    display: block;
    margin: 0 0 30px 0;
    font-size: 18px;
    flex: none;
    width: 100%;
}
.cmsLoyaltyUsp > div {
    flex: none;
    width: 23%;
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.cmsLoyaltyUsp > div:after {
    content:url("/images/skins/Bewise/images/icon-right-black.svg");
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 6px);
}
.cmsLoyaltyUsp > div:last-child:after {
    display: none;
}
.cmsLoyaltyUsp > div {
    text-align: center;
}
.cmsLoyaltyUsp > div > img {
    margin-bottom: 20px;
    height: 50px;
}
.cmsLoyaltyUsp > div > span {
    font-size: 16px;
    color: #b9014d;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.cmsLoyaltyUsp > div > small {
    font-size: 12px;
}
.cmsLoyaltyTerms {
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    border-top: 1px solid #eee;
}
.cmsLoyaltyTerms ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cmsLoyaltyTerms li {
    padding: 5px 0;
}
.cmsLoyaltyTerms li img {
    margin-right: 10px;
    width: 12px;
}

.sidebarcontainer {
    display: none;
}

.alertcontainer {
    padding: 10px;
    background-color: rgba(239,193,194,.50);
}

@media (max-width:1065px) {
    .phoneme {
        display: none;
    }
}
@media (max-width: 899px) {
    
    div.bp_lsaDropdown .bp_lsaResults {
       max-height: calc(100vh - 150px) !important; 
    }
    div.bp_lsaDropdown .bp_lsaProducts,
    div.bp_lsaDropdown .bp_lsaSideResults {
        flex: none;
        width: 100%;
    }
    
    .bp_swiper-slide.product {
        padding: 10px;
    }
    .product .stockinfo {
        font-size: 11px;
    }
    .product .stockinfo img {
        width: 12px;
        margin-right: 3px;
    }
    
    div.bp_relatedproductsHeader {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    
    .sidebarcontainer {
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        max-width: 100%;
        height: 100%;
        background-color: #fff;
        display: block;
        transform: translateX(100%);
        /*transition: transform .2s ease;*/
        z-index: 101;
    }
    .sidebarcontainer.active {
        transform: translateX(0%);
    }
    .sidebaroverlaycontainer {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .6);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        z-index: 99;
    }
    .sidebaroverlaycontainer.active {
        opacity: 1;
       /* z-index: 101;*/
    }
    .sidebarcontainer .sidebarheader {
        display: flex;
        padding: 20px;
        align-items: center;
    }
    .sidebarcontainer .sidebarheader > strong {
        font-size: 20px;
        flex: auto;
    }
    .sidebarcontainer .sidebarclose {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .sidebarcontainer ul,
    .sidebarcontainer ul#ProductMenu_List {
        list-style: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    .sidebarcontainer ul > li {
        display: flex;
        align-items: center;
    }
    .sidebarcontainer ul > li > a {
        font-size: 16px;
        text-decoration: none;
    }
    .sidebarcontainer ul > li .sidebarmenuarrow {
        flex: auto;
        text-align: right;
        cursor: pointer;
    }
    .sidebarcontainer .sidebarmenucontainer > ul ul {
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        height: calc(100% - 64px);
        overflow: auto;
        background-color: #fff;
        transform: translateX(100%);
        transition: transform 0.2s ease ;
    }
    .sidebarcontainer .sidebarmenucontainer > ul ul ul {
        top: 0;
    }
    .sidebarcontainer .sidebarmenucontainer > ul ul.show {
        transform: translateX(0%);
    }
    .sidebarcontainer ul > li.sidebarback > .sidebarbackbtn {
        padding: 6px 15px;
        border-radius: 99px;
        font-size: 12px;
        border: 1px solid rgba(0, 0, 0, .1);
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }
    
    input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select, textarea {
        font-size: 16px;
    }
    .cmsLoyaltyH1 {
        margin-bottom: 20px;
    }
    .cmsLoyaltyH1 img {
        width: 60px;
    }
    .cmsLoyaltyH1 h1 {
        font-size: 35px;
    }
    .cmsLoyaltyH1 small, .cmsLoyaltyLeft h2 {
        font-size: 20px;
    }
    .cmsLoyaltyLeft li {
        font-size: 13px;
    }
    .cmsLoyaltyLeft li:marker {
        font-size: 20px;
    }
    .cmsLoyaltyUsp > div:after {
        content: url("/images/skins/Bewise/images/icon-down-black.svg");
        top: calc(100% + 6px);
        left: 50%;
        transform: translateX(-50%) translateY(0%);
    }
    .cmsLoyaltyUsp h3 {
        margin-bottom: 15px;
    }
    .cmsLoyaltyLeft {
        width: 100%;
        margin-bottom: 20px;
    }
    .cmsLoyaltyRight {
        width: 100%;
    }
    .cmsLoyaltyUsp > div {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .fpProducts > span, .focus > span {
        font-size: 20px;
    }
    .product input[type="submit"] {
        font-size: 11px;
        padding: 8px 10px;
        width: 100%;
    }
    .etrust, .phoneme {
        display: none;
    }
    .usp > div:nth-child(n+4), .usp > div.returnpolicy {
        display: none;
    }
    .usp > div > small {
        display: none;
    }
    .topmenu .search input[type="text"] {
        border-radius: 0;
        border-left: 1px solid #eee;
    }
    .topnav > .container {
        justify-content: space-between;
    }
    .topnavbuttons > * {
        margin: 5px 0;
    }
    .container.content {}
    .topnav .search {
        display: none;
    }
    .productmenu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .60);
        border-top: solid 1px rgba(237, 237, 237, 1.00);
        z-index: 100;
    }
    .productmenu.active {
        display: flex;
    }
    .productmenu .ProductmenuContainer_DIV {
        flex: auto;
        background-color: rgba(255, 255, 255, 1.00);
        border-left: solid 1px rgba(237, 237, 237, 1.00);
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 15;
        box-shadow: 0 25px 25px rgba(0, 0, 0, .2);
    }
    .Heading_ProductMenu {
        display: none;
    }
    /*
    #ProductMenu_List ul {
        display: none;
    }
    #ProductMenu_List > li > a, #ProductMenu_List > li > a > span.ProductMenu_MenuItemBold {
        font-weight: normal;
    }
    #ProductMenu_List > li > a {
        display: block;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        flex: auto;
        border-bottom: solid 1px rgba(237, 237, 237, 1.00);
    }
    #ProductMenu_List li {
        display: flex;
        flex-wrap: wrap;
    }
   
    #ProductMenu_List li.has-dropdown > i {
        flex: none;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: solid 1px rgba(237, 237, 237, 1.00)
    }
    #ProductMenu_List li.has-dropdown > i > img {
        width: 18px;
    }
    #ProductMenu_List li.has-dropdown.open > i > img {
        transform: rotate(180deg);
    }
    #ProductMenu_List li.has-dropdown > ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-left: solid 5px rgba(237, 237, 237, 1.00);
    }
    #ProductMenu_List li.has-dropdown.open > ul {
        display: block;
    }
    #ProductMenu_List li.has-dropdown > ul > li > a {
        display: block;
        padding: 15px 20px;
        line-height: 1;
        text-decoration: none;
        flex: auto;
        border-bottom: solid 1px rgba(237, 237, 237, 1.00);
    }
    */
    .listtools {
        margin-left: -2%;
        margin-right: -2%;
    }
    .listtools > * {
        width: 46%;
        margin: 0 2%;
    }
    .imagescontainer {
        margin-bottom: 20px;
    }
    .webshop-frontpage .container.content {
        max-width: 96%;
    }
    .Text1_FrontPage {
        display: flex;
        flex-direction: column;
    }
    .Text1_FrontPage > a {
        flex: none;
        width: 100%;
        display: block;
    }
    .Text1_FrontPage > *:not(:last-child) {
        margin-bottom: 15px;
    }
    #Content_Productlist columns {
        flex-direction: column;
        margin: 10px -2% -2% !important;
    }
    #Content_Productlist columns > * {
        max-width: 96% !important;
        width: 96% !important;
        margin: 2% !important;
    }
    #Content_Productlist columns > * h2 {
        margin-top: 0;
    }
    footer .header {
        padding: 15px 40px 15px 0;
    }
    footer .header.expandable {
        background-image: url(/images/skins/Bewise/images/icon-down-white.svg);
        background-size: 18px auto;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        border-bottom: solid 1px rgba(237, 237, 237, 1.00);
    }
    footer .header.expandable.active {
        background-image: url(/images/skins/Bewise/images/icon-up-white.svg);
    }
    footer .header.expandable:not(.active) + section {
        display: none;
    }
    .showbasket {
        flex-direction: column;
    }
    .showbasket .summary {
        margin-top: 10px;
    }
    .loyaltyinfo .info {
        text-align: center;
    }
    .loyaltyinfo .info strong {
        display: block;
    }
    .loyaltyinfo .button {
        margin-top: 10px;
    }
    .loyalty_signup_table > tbody > tr > td:first-child > form:not(:first-of-type) {
        margin-top: 20px;
        padding: 0;
        border: none;
    }
    .hideonmobile {
        display: none;
    }
    .webshop-checkout .topmenu {
        display: none;
    }
    .webshop-checkout .container.content {
        max-width: 100%;
        padding-top: 0;
    }
    /*
    .checkoutsteps {
        position: sticky;
        top: 78px;
    }
    */
    .typeselect {
        flex-direction: column;
        margin: 0;
    }
    .typeselect > div {
        flex: none;
        padding: 10px 11px;
        width: 100%;
        max-width: 100%;
        margin: 0 0 7px;
    }
    .typeselect > div:last-child {
        margin-bottom: 0;
    }
    div.CookiePolicyText > img {
        margin: 20px 25px;
    }
    div.CookiePolicyText > h2 {
        padding: 25px 25px 15px;
        font-size: 21px;
    }
    div.CookiePolicyText > p {
        padding: 0 25px 25px;
        font-size: 95%;
    }
    div.cookie-policy-accept-buttons-container {
        padding: 20px 25px 15px;
        flex-direction: column-reverse;
    }
    div.cookie-policy-accept-buttons-container > input[type="button"] {
        font-size: 90%;
        padding: 15px 10px;
    }
    div.cookie-policy-details-link-container {
        padding: 0 0 20px;
    }
    div.cookie-policy-consents-container {
        flex-wrap: wrap;
    }
    div.cookie-policy-consents-container > div {
        flex: none;
        width: 50%;
    }
    div.cookie-policy-consents-container > div:nth-child(-n+2) {
        border-bottom: solid 1px #d4d4d4;
    }
    div.cookie-policy-accept-buttons-container > input {
        padding: 10px 15px;
    }
    div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
        margin-right: 0;
        margin-top: 10px;
    }
    div.cookie-policy-consents-container label {
        font-size: 80%;
    }
    div.cookie-policy-consents-container label div > span {
        width: 20px;
        height: 20px;
    }
    .cookieSettingsButton {
        bottom: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 900px) {
    .minibasketclosebutton {
        position: absolute;
        top: 8px;
        left: 8px;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #eee;
    }
    .minibasketclosebutton img {
        display: block;
    }
    .fpusp > div {
        width: 25%;
    }
    .product .buy input[type="TEXT"] {
        display: block;
    }
    .productgroup .image img {
        display: block;
    }
    .productgroup .name a {
        font-size: 18px;
    }
    .product .price {
        font-size: 14px;
    }
    .productcard .container.info {
        padding: 30px;
        box-shadow: 0 0 40px rgba(0,0,0,.1);
    }
    body, input, select, textarea, button, td.VariantGroupLabel {
        font-size: 13px;
    }
    .container.content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .spacebottom, .Text1_FrontPage > *:not(:last-child) {
        margin-bottom: 30px;
    }


    .topnav .logo {
        width: auto;
        margin: 20px 0;
    }
    .topnav > div.container > div.search {
        padding: 0 30px;
        flex: auto;
    }
    body.webshop-checkout .topnav > div.container > div.search {
        display: none;
    }
    /*
    .topnav > div.container > div {
        flex: auto;
        width: 100%;
    }
    */
    .topnav .search input[type="text"] {
        border-radius: 25px;
        padding: 0 20px;
        height: 40px;
    }
    .topmenu {
        display: none;
    }
    .productmenu .closebutton {
       display: none;
    }
    .Heading_ProductMenu {
        display: none;
    }

    #ProductmenuContainer_DIV {
        border-top: solid 1px rgba(237,237,237,1.00);

    }
    #ProductMenu_List {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 0;
        width: 1500px;
        max-width: 90%;
        list-style-type: none;
    }
    #ProductMenu_List > li {
        position: relative;
        flex: auto;
    }
    #ProductMenu_List > li > a:last-of-type {
        display: flex;
        text-decoration: none;
        text-transform: uppercase;
        padding: 14px 10px;
        white-space: nowrap;
        position: relative;
        font-size: 11px;
        justify-content: center;
    }
    #ProductMenu_List > li:hover > a {
        background-color: #f3f3f3;
    }
    #ProductMenu_List > li:nth-child(9) {
        display: none !important;
    }


    #ProductMenu_List > li > ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 20px 40px rgba(0,0,0,.2);
        padding: 30px;
        list-style-type: none;
        column-gap: 40px;
    }
    #ProductMenu_List > li > a[href*="-3s1.html"] + ul {
        left: -15px;
        transform: translateX(0);
    }
    #ProductMenu_List > li > ul.col2 {
        column-count: 2;
    }
    #ProductMenu_List > li > ul.col3 {
        column-count: 3;
    }
    #ProductMenu_List > li.hover:hover > ul {
        display: block;
    }
    /*
    #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;
    }

    #ProductMenu_List > li > ul a {
        display: block;
        white-space: nowrap;
        text-decoration: none;
        padding: 3px 0;
    }
    #ProductMenu_List > li > ul 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);
    }

    .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;
    }

    .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;
    }
    */


    #ProductMenu_List {
        position: relative;
    }
    
    #ProductMenu_List > li:not(.megamenu):not(.brands) > ul > li > a,
    #ProductMenu_List > li:not(.megamenu):not(.brands) > ul > li > ul > li > a {
        color: #666;
    }
    #ProductMenu_List > li:not(.megamenu):not(.brands) > ul > li > ul > li > a {
        font-size: 12px;
    }
    #ProductMenu_List > li:not(.megamenu):not(.brands) > ul > li > ul {
        display: flex;
        list-style: none;
        padding: 0 0 0 10px;
        border-left: 2px solid rgba(0,0,0,.1);
        margin: 5px 0;
        flex-direction: column;
        gap: 5px;
    }
    
    #ProductMenu_List > li.megamenu {
        position: static;
    }
    #ProductMenu_List > li.megamenu > ul {
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
        padding: 20px;
    }
    #ProductMenu_List > li.megamenu > ul > li {
        width: 20%;
        padding: 10px;
    }
    #ProductMenu_List > li.megamenu > ul > li > a,
    #ProductMenu_List > li.megamenu > ul > li > a > span {
        font-weight: bold;
        font-size: 18px;
    }
    #ProductMenu_List > li.megamenu > ul > li > ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #ProductMenu_List > li.megamenu > ul > li > ul > li:nth-child(5) ~ li {
        display: none;
    }
    #ProductMenu_List > li.megamenu > ul > li > ul > li > a {
        color: #666;
    }
    #ProductMenu_List > li.megamenu.hover:hover > ul {
        display: flex;
    }

    #ProductMenu_List > li.brands {
        position: static;
    }
    #ProductMenu_List > li.brands > ul {
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
        padding: 20px 20px 10px 20px;
        column-count: 7;
        column-gap: 20px;
    }
    #ProductMenu_List > li.brands > ul > li {
        margin-bottom: 20px;
    }
    #ProductMenu_List > li.brands > ul .alfabet {
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
    }


    .focus > a {
        width: 31.3%;
    }
    .topnav > .container {
        position: relative;
        min-height: 89px;
    }
    .minibasket {
        border: solid 1px rgba(237,237,237,1.00);
        padding: 30px;
        right: -20px;
        width: 700px;
    }
    .showbasket > * {
        flex: auto;
    }
    .showbasket > .summary {
        flex: none;
        width: 400px;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }
    .showbasket > .summary > * {
        flex: none;
    }
    .showbasket > .summary > .showbasketnavigation {
        flex: auto;
        align-items: flex-end;
    }
    .loyaltyinfo {
        justify-content: space-between;
        align-items: center;
    }
    .hideondesktop {
        display: none;
    }
    .loyalty_signup_table>tbody>tr>td:first-child > form:first-of-type {
        max-width: 25%;
    }
    .loyalty_signup_form {
        display: flex;
        flex-wrap: wrap;
        width: 70%;
    }
    .loyalty_signup_form .header {
        width: 100%;
    }
    .loyalty_signup_form .input_section {
        width: 49%;
    }
    .loyalty_signup_form > div:nth-child(2n+2):not(.submit) {
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .Text2_FrontPage {
        padding-top: 50px;
        column-count: 2;
        column-gap: 5%;
    }
    .productfilter {
        justify-content: flex-start;
        border-top: none;
    }
    #ProductFilter-Container {
        width: 30%;
        flex: none;
    }
    button.showresultsbutton {
        width: calc(30% - 45px);
    }
    .listtools {
        margin-left: -2%;
        margin-right: -2%;
    }
    .listtools > * {
        margin: 0 2%;
        min-width: 21%;
    }
    .Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
        width: 31.3%;
        box-shadow: 0 0 6px rgba(0,0,0,0.1);
        padding: 20px;
    }

    .SubCats_Categories_UL > li {
        width: 23% !important;
        box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    }

    .productcard {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .productcard > * {
        flex: none;
    }
    .productcard > div:first-of-type {
        width: 100%;
        max-width: 100%;
    }
    .productcard > div.imagescontainer {
        width: 40%;
    }
    .productcard > div.info {
        width: 55%;
    }
    .productcard [data-savings]:not([data-savings=""]):not([data-savings="100%"]):before {
        transform: scale(1.5);
        transform-origin: 100% 0;
    }
    .webshop-checkout .productmenu,
    .webshop-checkout #search,
    .webshop-checkout .topnavbuttons > * {
        display: none;
    }
    .webshop-checkout .topnav > .container {
        justify-content: center;
    }

    /*
    .checkoutsteps {
        position: sticky;
        top: 118px;
    }
    */

    footer .columns {
        display: flex;
        justify-content: space-between;
    }
    footer .columns > * {

    }
    footer .columns > *:not(:last-child) {
        padding-right: 3%;
    }
    footer .newsletter {
        max-width: 350px;
    }


}
@media (min-width: 1145px) {
    #ProductMenu_List > li > a:last-of-type {
        padding: 14px 20px;
        font-size: 13px;
    }
}
@media (min-width: 1210px) {
    .Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
        width: 23%;
    }
}
@media (max-width: 450px) {
    .fpusp > div {
        width: 100%;
    }
}
#lock-page-overlay {
    display: none !important;
}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-html-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;max-width:100%}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.TopMenu_MenuItem.blackWeekLink, .TopMenu_MenuItem.blackWeekLink:hover a {
    background-color: #000!important;
}

.TopMenu_MenuItem.blackWeekLink a {
    color: #fff;
}

.hidehr .aw-grid-search-results,
.hidehr [id*="aw-box-"] {
    display: none !important;
}
.webshop-productinfo [id*="bp_ProductCarousel_"] {
    margin-top: 50px;
}