@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Open+Sans:wght@300;400;700&display=swap');

.christmas-message {
    background-color: #a33d3d;
    color: #FFF;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.christmas-message img {
    display: block;
    margin: 0 8px;
}
.blackweek {
    background-color: #000;
}
.blackweek > div {
    width: 1700px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}
.blackweek > div > a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
    text-transform: uppercase;
    color: yellow;
    font-weight: bold;
}
.hellotrail-tempcontainer {
    background-color: #f6f6f6;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 20px 0;
}

*, *: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: 400;
}
body {
    overflow-x: hidden;
    background-color: #FFF;
}
body.noscroll {
    overflow: hidden;
}
a {
	color: #547575;
}
a:hover {
	color: rgba(0,0,0,1.00);
    outline: 0;
}
img {
	border: 0;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0 10px;
    height: 35px;
    border-radius: 0;
    border: solid 1px rgba(237,237,237,1.00);
    background-color: rgba(255,255,255,1.00);
}
textarea {
    height: 60px;
    padding: 10px;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin: 0;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(198,198,198,1.00);
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
    background-color: #547575;
    border-color: #547575;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 50% 50%;
}
#checkout-container #confirm-complete-button {
    font-size: 18px;
    padding: 15px 10px;
}
input[type="submit"], button, input[type="button"], .button, .ddrd-button, .btnFilterProductsFound {
    background-color: #547575;
    color: #FFF;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-flex;
    min-height: 35px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
    position: relative;
    border-radius: 3px;
}
.button.dark {
    background-color: #795D4A;
}
.button.light {
    background-color: #9a979e;
}
button.red, .button.red, #embedUsePointsContainer [id*="embed_removePoints_"] {
    background-color: #752C2C;
}
.button.loginpopupbutton, .loginpopup input[type="submit"], button#usePoints, a#removePoints, [id*="embed_removePoints_"], #embedUsePointsContainer button.usePoints  {
    background-color: #547575;
}
button p {
    margin: 0;
    padding: 0;
}
.green {
    color: #668C41;
}
select {
    padding-right: 30px;
    background-image: url("/images/skins/Bewise2021/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, span.Heading_Profile, .Heading_Customer, .Heading_Terms {
    margin: 0 0 15px;
    padding: 0;
    font-size: 23px;
    font-weight: 400;
}
.Heading_Order4 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 23px;
    font-weight: 400;
    display: block;
    text-align: center;
}
.TableLines_OrderStep4 {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.Heading_Profile_Wrapper, .Heading_Terms_Wrapper {
    text-align: left !important;
}
.Heading_Customer {
    margin-bottom: 20px !important;
    text-align: left !important;
    display: block !important;
}
body.webshop-productinfo h1 {
    margin-bottom: 5px;
}
h2 {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
}
.mediumheader {
    font-size: 23px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 400;
}
h2 em {
    font-style: normal;
}
#checkout-container h3, #checkout-container h2 {
    font-family: 'Playfair Display', serif;
    margin: 0 0 15px;
    padding: 0;
    font-size: 19px;
    font-weight: normal;
}
h1:empty, h2:empty {
    display: none;
}
h1.center {
    text-align: center;
}
.container {
    width: 1700px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.container.content {
    padding-top: 5%;
    padding-bottom: 5%;
}
.container.center {
    justify-content: center;
    display: flex;
}
.spacebottom {
    margin-bottom: 20px;
}
.count:not(:empty), .topnavbuttons > .basket > a:not([data-count="0"]):before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #b45a5a;
    color: rgba(255,255,255,1.00);
    display: flex;
    transform: translate(-45%,-45%);
    font-size: 9px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: 'Arial';
}
.count:empty {
    display: none;
}
header {
    z-index: 9999999999;
}
.topnavbuttons > .basket > a[data-count="0"] {
    cursor: default;
}
.topnavbuttons > .basket > a:not([data-count="0"]):before {
    content: attr(data-count);
}
.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.80);
    z-index: 40;
    background-image: url("/images/skins/Bewise2021/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px auto;
}

body.bgOverlay:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999999;
}
.customerservice {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}
.customerservice img {
    margin-right: 6px;
}
.top {
    position: relative;
    z-index: 9;
    background-color: #f9f9f9;
}
.top:hover {
    z-index: 9999999;
}
.top > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.usp {
    flex: auto;
    display: flex;
    font-size: 11px;
    line-height: 1;
}
.usp > div.usp-second {
    display: none;
}
.usp > div {
    flex: none;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.usp > div > a {
    display: flex;
    align-items: center;
    color: #000;
}
.usp > div > * {
    flex: none;
}
.usp > div > img, .usp > div > a > img {
    margin-right: 5px;
    height: auto;
}
.usp > div > img[src*="maerket"] {
    height: auto;
}
.usp a {
    text-decoration: none;
}
.topnav {
    position: relative;
    z-index: 50;
}
.topnav > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.topnavbuttons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.topnavbuttons > *:not(.minibasketcontainer){
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    text-decoration: none;
    margin-left: 20px;
    color: #000;
}
.topnavbuttons > .basket > a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
	align-items: center;
}

.topnavbuttons > * img {
    height: auto;
    margin-bottom: 5px;
}
.topnavbuttons > a > small {
    flex: none;
    display: block;
    width: 100%;
    text-align: center;
}

.minibasketcontainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(200%);
    background-color: rgba(0,0,0,.0);
    transition: background .5s ease;
}
.minibasketcontainer.active {
    transform: translateX(0);
    background-color: rgba(0,0,0,.5);
}
.minibasket {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    transform: translateX(110%);
    background-color: rgba(255,255,255,1.00);
    width: 500px;
    max-width: calc(100vw - 260px);
    transition: all .5s ease;
}
.minibasketcontainer.active .minibasket {
    transform: translateX(0);
}
.minibasket > *:not(.linescontainer) {
    padding-left: 40px;
    padding-right: 40px;
}
.minibasket > .header {
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    align-items: flex-end;
}
.minibasket .linescontainer {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    width: 260px;
    box-shadow: -40px 0 40px rgba(0,0,0,.2);
}
.minibasket .linescontainer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: 100%;
    box-shadow: -10px 0 8px 0 rgb(0 0 0 / 3%);
}
.minibasket .linesheader {
    font-size: 15px;
    justify-content: center;
    padding: 40px 30px 27px;
    flex: none;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.basketclosebutton {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Arial';
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    padding: 0 10px;
}
.minibasket .lines {
    flex: auto;
    padding: 0 30px;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.minibasket .line {
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,1.00);
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    margin-bottom: 20px;
    position: relative;
}
.minibasket .line > * {
    flex: none;
}
.minibasket .line .deletebutton, .slideoutmain .line .deletebutton {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(0,0,0,1.00);
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.minibasket .line .deletebutton img, .slideoutmain .line .deletebutton img {
    display: block;
    width: 55%;
    height: auto;
    margin: 0;
    cursor: pointer;
}
.minibasket .line > .image {
    position: relative;
    margin-bottom: 10px;
}
.minibasket .line > .image img {
    display: block;
    width: 100%;
}
.minibasket .line > a.name {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    font-weight: bold;
}
.minibasket .line > .price {
    display: flex;
    flex-direction: column;
    line-height: normal;
}
.minibasket .line > .price small, .minibasket .line > small {
    color: rgba(130,130,130,1.00);
}
.minibasket .shippingline, .minibasket .total {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.minibasket .shippingline {
    border-bottom: solid 1px #f0f0f0;
}
.minibasket .total {
    font-weight: bold;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.minibasket .bottom {
    padding-bottom: 40px;
}
.minibasket .bottom > a:first-child {
    width: 100%;
    padding: 15px 20px;;
    margin-bottom: 20px;
    background-color: #6B6B6B;
}
.minibasket .bottom > a:last-child {
    width: 100%;
    padding: 15px 20px;;
    animation: buttonColorChange 5s infinite;
}
.basket-usp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 40px;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
    border-top: solid 1px rgba(237,237,237,1.00);
}
.basket-usp > div {
    width: 48%;
    flex: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 1% 2%;
    background-color: #f9f9f9;
    padding: 10px;
}
.basket-usp > div > * {
    flex: none;
}
.basket-usp > div > img {
    display: block;
    width: 20px;
    margin-bottom: 10px;
}
.basket-usp > div > span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100%;
}
.basket-usp > div > small {
    color: #909090;
    display: block;;
    width: 100%;
    text-align: center;
}
.basket-usp-emaerket img {
    width: 30px;
}
.topnav #logo {
    position: relative;
}
.topnav #logo > span {
    display: none;
}

.topnav .logo {
    height: auto;
    margin: 10px 0;
}
.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/Bewise2021/images/icon-search-black.svg");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 15px 50%;
}

.pointsinfo {
    display: flex;
    align-items: center;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 0 10px 0 0;
    text-decoration: none;
}
.pointsinfo > * {
    flex: none;
}
.pointsinfo .icon {
    margin: 0 20px 0 0;
    position: relative;
    padding: 15px 0 15px 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 15px;
}
.pointsinfo .icon > span {
    color: #547575;
}
.pointsinfo .icon > small {
    position: absolute;
    top: 7px;
    right: -10px;
    font-family: 'Open Sans', sans-serif;
}
.pointsinfo:hover .icon > small {
    animation:spin 0.5s linear;
}
.productPointContainer {
    display: flex;
    align-items: center;
    flex: auto;
}
.productPointContainer .productPoints {
    font-weight: 700;
}
.pointsinfo img {
    display: block;
}
.pointsinfo i {
    text-decoration: underline;
    font-style: normal;
}

.webshop-productinfo .container.content .clerk .mediumheader {
    text-align: center;
}
.sizeguide {
    margin-bottom: 20px;
}
.sizeguide a {
    align-items: center;
    text-decoration: none;
    background-color: #f6f6f6;
    display: inline-flex;
    padding: 10px 30px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #000;
}
.sizeguide img {
    display: block;
    width: 20px;
    margin-right: 10px;
}
.Prices_Custom_UL {
    font-size: 25px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.Prices_Custom_UL .currency {
    padding-left: 6px;
}
.Prices_Custom_UL li {
    display: inline-block;
    color: #b45a5a;
}

.Prices_Custom_UL li strike {
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}
.viabill-pricetag {
    margin-bottom: 20px;
}
.productcard-shippinginfo {
    border: solid 1px rgba(237,237,237,1.00);
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.productcard-shippinginfo > div {
    flex: auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productcard-shippinginfo > div > span:last-child {
    display: none;
}
.productcard-shippinginfo u, .productcard-shippinginfo b {
    display: none;
}
.productcard-shippinginfo > div.stockinfo-container img {
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    flex: none;
}
.productcard-shippinginfo > div.deliveryinfo-container {
    background-color: #f9f9f9;
}
.productcard-shippinginfo > div.deliveryinfo-container img {
    height: 14px;
    margin-right: 8px;
    flex: none;
}
.productcard-shippinginfo > div.deliveryinfo-container > span {
    padding: 0 4px;
    font-weight: 700;
}

.askformbutton {
    display: flex;
    align-items: center;
    border: solid 1px rgba(237,237,237,1.00);
    text-decoration: none;
    padding: 15px 0 15px 20px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}
.askformbutton img {
    margin-right: 6px;
    display: block;
}
.askformbutton > * {
    flex: none;
}
.askform {
    display: none;
    margin: -10px 0 25px;
}
.askform > *:not(:last-child) {
    display: block;
    margin-bottom: 5px;
}
.askform .error {
    border-color: #547575;
}

div.fancybox-container {
    z-index: 9999999999999999;
}
div.fancybox-content {
    max-width: 80%;
}

/* ALERTBAR */
.infobar {
    display: none;
    background-color: #547575;
    color: rgba(255,255,255,1.00);
    letter-spacing: 1px;
}
.infobar > div {
    padding: 8px 0;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    position: relative;
}
.infobar > div > * {
    flex: none;
}
.infobar a {
    padding: 3px 8px;
    background-color: rgba(255,255,255,1.00);
    text-decoration: none;
    margin-left: 10px;
    border-radius: 2px;
}
.infobar .close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    cursor: pointer;
    padding: 0 0 0 20px;
}
.infobar .close:before {
    content: "×";
    font-family: 'Arial';
    line-height: 1;
    font-size: 18px;
    color: #FFF;
}
/*
body:not(.webshop-frontpage):not(.webshop-checkout) .infobar.active {
    display: flex;

}
*/

.hightlightBoxes {
    display: flex;
    flex-wrap: wrap;
}
.hightlightBoxes > div {
    flex: none;
    margin: 0 0 2%;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}
.hightlightBoxes .nivo-dynamic-text {
    position: absolute;
    left: auto !important;
    right: auto;
    top: 50% !important;
    transform: translateY(-50%);
    width: 100%;
}

.hightlightBoxes .nivo-dynamic-text-inner-content-left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hightlightBoxes .nivo-dynamic-text-header {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    width: 100%;
    flex: none;
    text-align: center;
    margin-bottom: 10px;
}
.hightlightBoxes .nivo-dynamic-text-link {
    background-color: #547575;
    color: #FFF;
    border-radius: 3px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 400;
}
.hightlightBoxes .tags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    background-color: #f6f6f6;
    padding: 0 20px;
}
.hightlightBoxes .tags > a {
    flex: none;
    margin: 0 1% 2%;
    background-color: #ddd;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px 10px;
    font-weight: 400;
    color: #000;
}
.hightlightBoxes .tags > span {
    display: block;
    flex: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.hightlightBoxes .tags > a:hover {
    background-color: #547575;
    color: #FFF;
}
.hightlightBoxes .viewAllCats {
    display: flex;
    justify-content: center;
    background-color: #f6f6f6;
    padding: 20px 0;
}
.hightlightBoxes .viewAllCats a {
    background-color: #547575;
    color: #FFF;
    border-radius: 3px;
    padding: 8px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.hightlightBoxes .viewAllCats a img {
    margin-left: 8px;
    width: 10px;
}

.brandSlider {
    margin: 0 -10px;
}
.brandSlider > div {
    display: flex;
    margin: 40px 0;
}
.brandSlider a {
    display: block;
    background-color: #f6f6f6;
    padding: 10px;
    margin: 0 10px;
}
.brandSlider > div > a > img {
    max-width: 100%;
    display: block;
}
.brandSlider .slick-slide img {
    height: auto;
}
.listbanner {
    display: block;
    max-width: 100%;
    width: 2000px;
    margin: 0 auto;
}

#ProductMenu_List {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.Productmenu_Category_Icon_Container {
    display: none;
}
#ProductMenu_List #ActiveCategory_A {
    display: none !important;
}
.categorydescription section {
    display: none;
}
.listtools {
    display: flex;
}
.listtools > * {
    flex: none;
}
.listtools > table {
    flex: none;
}
.listtools select {
    border-color: #eee
}
.listtools .found {
    display: none;
}
.btnfilter {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #444;
    color: rgba(255,255,255,1.00);
    position: relative;
    padding: 10px 5px;
    cursor: pointer;
    width: 96% !important
}
.btnfilter img {
    width: 15px;
    margin-right: 8px;
}
[class*="Custom_UL"] {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
[class*="Custom_UL"]:not(.slick-initialized):not(.Prices_Custom_UL) {
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap;
}
[class*="Custom_UL"]:not(.Prices_Custom_UL) > li {
    width: 48%;
    margin: 0 1% 2%;
    box-shadow: 0 0 6px rgba(64,64,64,0.1);
    border: 1px solid #f6f6f6;
    padding: 10px;
    background-color: #FFF;
}
body.webshop-showbasket .slick-initialized .slick-slide {
	background-color: #FFF;
	padding: 10px;
}
[class*="Custom_UL"] > li > form {
    height: 100%;
    width: 100%;
}
.product {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    justify-content: space-between;
}
.product > * {
    flex: none;
}
.product .image {
    position: relative;
    margin-bottom: 20px;
}
.product .image img {
    display: block;
    width: 100%;
    height: auto;
}
.product .image > a {
    position: relative;
    display: block;
}
.variantscontainer:not(:empty, .noBefore):before {
    display: block;
    width: 100%;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0 2% 6px;
}
.variantscontainer {
    border-top: 1px solid #f6f6f6;
    padding: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -2%;
    flex: auto;
    position: relative;
}
.variantscontainer > span {
  margin: 0 2%;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.variantscontainer > a,
.variantscontainer > div > div > a {
    margin: 0 2% 4%;
    text-decoration: none;
    border: solid 1px #eee;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    background-color: #f6f6f6;
    font-weight: 400;
    color: #000;
}
.variantscontainer > a:nth-child(6) ~ a {
  display: none;
}
.variantscontainer.showAll > a:nth-child(6) ~ a {
  display: inline-block;
}
.variantscontainer > a.colorVariant {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  flex: none;
  border: 1px solid rgba(0,0,0,.15);
  display: inline-block;
}
.variantscontainer > a:hover,
.variantscontainer > div > div > a:hover {
    background-color: #547575;
    color: #FFF;
    border-color: #547575;
}
.variantscontainer > div {
  display: flex;
  align-items: top;
  width: 104%;
  margin: 0 2%;
}
.variantscontainer > div:nth-child(3) ~ div {
  display: none;
}
.variantscontainer.showAll > div:nth-child(3) ~ div {
  display: flex;
}
.variantscontainer > div:not(:last-child) {
    margin-bottom: 10px;
}
.variantscontainer > div > span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 4% 0 0;
  flex: none;
  border: 1px solid rgba(0,0,0,.15);
}
.variantscontainer > div > div {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  margin: 0 -2% -4%;
}
.variantscontainer .variantsShowAll {
  width: 104%;
  display: block;
  cursor: pointer;
    text-decoration: underline;
}
.variantscontainer .variantsShowAll::after {
  content: attr(data-show);
  font-size: 10px;
  text-transform: uppercase;
}
.variantscontainer.showAll .variantsShowAll::after {
  content: attr(data-hide);
}
#Productinfo_Fancybox_Image_DIV {
    position: relative;
}
li .product .image > a:first-of-type:before,
.productcard #Image_Productinfo_FancyBox:before,
.imageselector a:before, .miniBasket .item .image:not(:empty):before,
.minibasket .line .image:before,
.slideoutmain .line > .image:before,
.ShowBasket_Custom_DIV > div > .image a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 5;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%, rgba(0,0,0,0.05) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=1 );
    pointer-events: none;
}
.ShowBasket_SimpleVariants_DIV {
    display: flex;
}
.ShowBasket_SimpleVariants_DIV > div {
    margin-right: 3px;
}
.ShowBasket_SimpleVariants_DIV > div:not(:last-child):after {
    content:", "
}
/*
.product .variantscontainer {
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 10px;
}
.variantscontainer a {
    padding: 0 4px 0 0;
    text-decoration: none;
}
*/
.product .name {
    padding: 10px 0;
}
.product .name a {
    flex: auto;
    text-decoration: none;
    display: block;
    font-weight: bold;
    color: #000;
}
.product-stockinfo {
    display: flex;
    align-items: center;
    flex: initial;
    margin: 10px 0 0 0;
    border-top: 1px solid #eee;
    padding: 10px 0 0 0;
    font-size: 10px;
}
.product-stockinfo img {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 4px;
}
.product .product-manufactor a {
    text-transform: uppercase;
    color: #B1B1B1;
    font-size: 10px;
    text-decoration: none;
}
.product .price {
    color: #b45a5a;
    font-size: 16px;
    font-weight: bold;
}
.product .price span {
    font-weight: bold;
}
.product .price strike:not(:empty) {
    padding-left: 5px;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}
.product .price strike:not(:empty):after {
    content: attr(data-currency);
}
.product .price .currency,
.product .price strike:not(:empty):after {
    padding-left: 3px;
}
.product .image img[data-favorites] {
    width: 15px;
    flex: none;
    margin: 3px 0 0 10px;
    align-self: flex-start;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}
.product .buy {
    margin-top: 10px;
}
.product .buy.active {
    display: flex;
}
select[class*="VariantSelector"] {
    display: none;
}
.frontpage-products {
    margin: 90px 0;
}
[class*="Custom_UL"]:not(.slick-initialized):not(.Prices_Custom_UL).blogposts {
    margin: 0;
    flex-direction: column;
    align-items: center;
}
[class*="Custom_UL"]:not(.slick-initialized).blogposts > li {
    margin: 0;
}
[class*="Custom_UL"]:not(.slick-initialized).blogposts > li:not(:last-child) {
    border-bottom: solid 1px rgba(237,237,237,1.00);
    padding-bottom: 4%;
    margin-bottom: 4%;
}
[class*="Custom_UL"] > li.blogpost {
    width: 100%;
    display: flex;
    justify-content: center;
}
.product .buy input[type="IMAGE"], .product .buy input[type="text"], .product .buy > a > img.BuyButton_ProductList {
    display: none;
}
.blogheaderimage {
    margin: 0 auto 40px;
    display: block;
    width: 500px;
    max-width: 80%;
}
.blog {
    display: flex;
    flex-direction: column;
    width: 700px;
    max-width: 100%;
    align-items: center;
    margin: 0 auto;
}
.blog .name a {
    font-family: 'Playfair Display', serif;
    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;
    width: 500px;
    max-width: 100%;
}
.autopagerbutton {
    display: block;
    text-align: center;
    text-decoration: none;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 6px 10px;
	background-color: #f6f6f6;
	font-weight: bold;
	text-transform: uppercase;
}
.autopagerbutton.loading {
    cursor: progress;
    opacity: .4;
}
.pager {
	display: flex;
    justify-content: space-between;
}
.pager .prev, .pager .next {
    width: 25%;
    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: 50%;
    display: flex;
    justify-content: center;
    align-items: baseline;
	flex: none;
}
.pages a.ActivePageNumber_ProductList:link,
.pages a.ActivePageNumber_ProductList:visited,
.pages a.ActivePageNumber_ProductList:hover,
.pages a.ActivePageNumber_ProductList:active,
.pages a.InactivePageNumber_ProductList:link,
.pages a.InactivePageNumber_ProductList:visited,
.pages a.InactivePageNumber_ProductList:hover,
.pages a.InactivePageNumber_ProductList:active,
.pager .prev a,
.pager .next a {
    font-weight: normal;
    text-decoration: none;
    border: solid 1px rgba(237,237,237,1.00);
    padding: 6px 10px;
}
.pager .prev a,
.pager .next a {
    border: none;
    background-color: #547575;
    color: rgba(255,255,255,1.00);
    padding-top: 7px;
    padding-bottom: 7px;
}
.pages a.ActivePageNumber_ProductList:link,
.pages a.ActivePageNumber_ProductList:visited,
.pages a.ActivePageNumber_ProductList:hover,
.pages a.ActivePageNumber_ProductList:active {
    background-color: rgba(237,237,237,1.00);
}
.pages > a:not(:last-of-type) {
    margin-right: 5px;
}
span.HiddenPagesIndicator_ProductList {
    padding: 0 3px;
}
.toppager .pager {
    /*width: 48%;*/
    flex-wrap: nowrap;
}
.toppager .pages {
    flex: auto;
    width: auto;
}
.toppager .pager .prev, .toppager .pager .next {
    width: 13%;
    min-width: 90px;
}
.toppager .pager .prev:empty, .toppager .pager .next:empty {
    visibility: hidden;
}
/*
.HiddenPagesIndicator_ProductList + a {
    display: none;
}
*/
.HiddenPagesIndicator_ProductList + a + a + a:not(:last-of-type) {
    display: none;
}
.pages > a[rel="prev"] + a + a:not(:last-of-type) {
    display: none;
}

.closebutton {
    flex: none;
    align-self: flex-start;
    width: 45px;
    display: block;
    position: relative;
    background-color: rgba(237,237,237,1.00);
    cursor: pointer;
}
.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]: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="0%"]):not([data-savings*="100"]):not([data-savings*="- 0%"]):not([data-savings*="- 100%"]):before {
    content: attr(data-savings);
    background-color: #b45a5a;
    right: 0;
}
.news {
    left: 0;
    background-color: #547575;
    text-transform: uppercase;
}

/*
.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;
}
#aw-box-k604f7b8431adbd797c53445a {
    margin-bottom: 40px;
}
body #helloretail-category-box1 {
    background-color: #547575 !important;
    padding: 30px;
    margin-bottom: 30px;
}
body #helloretail-category-box1 > div > h2 {
    color: #FFF !important;
    text-transform: capitalize !important;
}
#helloretail-category-box1:empty {
	display: none;
}
.SubCats_Categories_UL, .SubCats_Categories_DIV {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1% 0;
    list-style-type: none;
    padding: 0;
}
.SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
    width: 48% !important;
    float: none !important;
    margin: 0 1% 2%;
}
.SubCats_Categories_UL > li:last-child, .SubCats_Categories_DIV > div:last-child {
}
.SubCats_Categories_UL img, .SubCats_Categories_DIV img {
    display: block;
    max-width: 100%;
	height: auto;
}
.SubCats_Categories_UL .name a, .SubCats_Categories_DIV > div > div > a {
    display: block;
    text-decoration: none;
    background-color: #547575;
    color: rgba(255,255,255,1.00);
    text-align: center;
    padding: 10px;
}
.SubCats_Categories_UL .image:not(:empty) + .name {
    display: none;
}

[itemtype*="https://schema.org/BreadcrumbList"] ~ br {
    display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"] {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
[itemtype*="https://schema.org/BreadcrumbList"] span.divider {
    display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"] a {
    text-decoration: none;
    font-size: 9px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 10px;
    color: #959595;
}
[itemtype*="https://schema.org/BreadcrumbList"] a:hover {
    color: #000;
}
[itemtype*="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active {
    color: #000;
}
[itemtype*="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active:after {
    display: none;
}
[itemtype*="https://schema.org/BreadcrumbList"] a:after {
    content: url("/images/skins/Bewise2021/images/icon-arrow-right-black.svg");
    width: 7px;
    height: 13px;
    margin-left: 5px;
    opacity: 0.5;
}
.center > [itemtype*="https://schema.org/BreadcrumbList"] {
    justify-content: center;
}
.blogcard [itemtype*="https://schema.org/BreadcrumbList"] {
    text-align: center;
}
.blogcard {
    width: 900px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.blogcard .description {
    line-height: 1.9em;
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}
.blogcard ~ div.related-header {
    text-align: center;
}
.CategoryFooterContent:not(:empty) {
    padding-top: 40px;
}
.CustomersAlsoBought_Custom_UL .slick-slide {
  margin: 0 20px;
}
.CustomersAlsoBought_Custom_UL .slick-list {
  margin: 0 -20px;
}
.customeralsoheader {
	text-align: center;
	font-size: 22px;
}
.productcard {
    margin-bottom: 20px;
}
.product-number {
    color: #8E8E8E;
}
.imagescontainer {
    position: relative;
}
.imagescontainer .zoom {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    z-index: 10;
    opacity: .7;
    pointer-events: none;
}
.imagescontainer .images {
    position: relative;
}
.imagescontainer .images a {
    position: relative;
    display: block;
}
.imagescontainer .imageselector {
    display: flex;
    align-items: center;
    margin: 10px -1% 0;
    flex-wrap: wrap;
}
.imagescontainer .imageselector a {
    flex: none;
    width: 18%;
    margin: 0 1% 2%;
}
.imagescontainer .imageselector a img {
    display: block;
    width: 100% !important;
}
.imagescontainer .images a img {
    display: block;
    width: 100%;
    height: auto;
}
.imageselector > br {
    display: none !important;
}
.productcard .imagescontainer .images a img {
    padding: 20px;
}
.productcard .pointsinfo {
    margin-top: 20px;
    width: 100%;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}
.productcard .pointsinfo:hover {
    background-color: rgba(237,237,237,1.00);
}


.productcard-creditcards {
    display: flex;
    align-items: center;
    justify-content: center;
}
.productcard-creditcards > div {
    border-radius: 2px;
    background-color: #f6f6f6;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    margin-left: 3px;
}

.productcard [itemtype="https://schema.org/Offer"] {
    margin-bottom: 20px;
}
.Variants {
    margin-bottom: 20px;
}
.Variants > table {
    width: 100%;
    margin-bottom: 5px;
}
.VariantGroup > tbody > tr:first-of-type {
    display: none;
}
.RadioButton_Container_ProductInfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -1%;
}
.RadioButton_Container_ProductInfo > div {
    flex: auto;
    padding: 0;
    margin: 0 1%;
    position: relative;
}
.RadioButton_Container_ProductInfo > div.hasdiscount > span.discountbadge {
    position: absolute;
    background-color: #547575;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    padding: 3px 5px 4px;
    line-height: 1;
    white-space: nowrap;
    display: block;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.RadioButton_Container_ProductInfo > div.hasdiscount > span.discountbadge:before {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #547575;
    border-bottom: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.advanced-variant-item-container input {
    display: none;
}
.advanced-variant-item-container label {
    padding: 5px;
    background-color: #f2f2ef;
    text-align: center;
    display: block;
}
.advanced-variant-item-container.advanced-variant-image-active label{
    background-color: #547575;
    color: #FFF;
}
.advanced-variant-item-container label:hover {
    cursor: pointer;
    background-color: #547575;
    color: #FFF;
}
.productcard .productcard-buysection .Prices_Custom_DIV > div:first-child {
    font-size: 38px;
}
.productcard .productcard-buysection .Prices_Custom_DIV > div:first-child > span {
    padding-right: 4px;
}
.productcard .productcard-buysection .Prices_Custom_DIV strike:not(:empty) {
    font-size: 15px;
    padding-left: 10px;
}
.productcard .productcard-buysection .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: #547575;
    display: inline-block;
}
[data-discount]:not([data-discount=""]):before {
    content: "Spar "
}
[data-discount]:not([data-discount=""]):after {
    content: attr(data-discount);
}
#BUYSECTION:not(:empty) {
    display: flex;
    align-items: center;
}
#BUYSECTION > * {
    flex: none;
}
#BUYSECTION input[type="number"] {
    width: 40px;
    margin: 0 4px;
    padding: 0;
    text-align: center;
    -moz-appearance: textfield;
}
#BUYSECTION input::-webkit-outer-spin-button,
#BUYSECTION input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#BUYSECTION .buybutton {
    flex: auto;
    margin: 0 0 0 15px;
    position: relative;
}
.productcard > div.imagescontainer {
    position: relative;
}
.fav-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999999;
}
.product-description h2 i {
    font-style: normal;
}
.product-description ul {
    margin: 10px 0 20px 0;
    padding: 0;
}
.product-description ul > li {
    list-style-type: none;
    background-image: url("/images/skins/Bewise2021/images/icon-arrow-right-gray.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 9px;
    padding: 0 0 0 20px;
    margin: 0 0 6px 0;
}
/*
#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: #752C2C;
    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: #752C2C;
}
*/

.lowstockinfo, .lastBoughtText {
    display: flex;
    align-items: center;
    background-color: #fcf1f1;
    padding: 5px 10px;
    flex: auto;
}
.lowstockinfo {
    margin-bottom: 15px;
}
.lowstockinfo > u {
    padding: 0 4px;
    font-weight: bold;
}
.lowstockinfo img, .lastBoughtText img {
    margin: 0 7px 0 0;
    width: 14px;
    flex: none;
}
#BUYSECTION input[type="submit"] {
    width: 100%;
    min-height: 55px;
    font-size: 15px;
}
#BUYSECTION input[type="number"] {
    min-height: 55px;
}
#BUYSECTION [data-favorites] {
    height: 17px;
    cursor: pointer;
}
#BUYSECTION .amount {
    display: flex;
}
#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 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.pcusp > div {
    border: solid 1px rgba(237,237,237,1.00);
    flex: none;
    width: 23%;
    margin: 0 1%;
    padding: 15px;
    position: relative;
    background-color: #f9f9f9;
}
.pcusp > div > span.pcusp-image {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background-color: #7A2418;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pcusp > div > span.pcusp-image img {
    display: block;
    width: 55%;
}
.pcusp > div > span.pcusp-header {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}
.pcusp > div > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pcusp > div > ul li {
    background-image: url(/images/skins/Bewise2021/images/icon-check-black.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
}
.pcusp > div > img[src*="maerket"] {
    width: auto;
    margin-right: 0;
    margin-left: 7px;
    height: 17px;
}

.expanded-description {
    margin: 0 0 20px 0;
    background-color: #f6f6f6;
    padding: 20px;
}
.expanded-description > span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.why-shopping-usp > span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    flex: none;
    width: 100%;
}
.why-shopping-usp {
}
.why-shopping-usp > div {
    flex: none;
    width: 100%;
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.why-shopping-usp > div:last-child {
    margin-bottom: 0;
}
.why-shopping-usp > div > img {
    flex: none;
    width: 20%;
}

.why-shopping-usp > div > ul {
    flex: none;
    width: 70%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.why-shopping-usp > div > ul > li {
    display: flex;
    align-items: center;
}
.why-shopping-usp > div > ul > li > a {
    display: flex;
    align-items: center;
}
.why-shopping-usp > div > ul li img {
    margin-right: 6px;
}
.productcard-customerservice a {
    text-decoration: none;
    color: #000;
}
.manufactor {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #A4A4A4;
    font-size: 10px;
    margin-bottom: 15px;
}
.manufactor a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-left: 6px;
    font-weight: bold;
}
.manufactor br {
    display: none;
}

.productcard .descriptionheader {
    margin: 20px 0 7px;
    font-weight: bold;
    font-size: 14px;
}
.productcard [itemprop="description"] ul {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}
.productcard [itemprop="description"] ul > li {
    padding-left: 19px;
    background-image: url('/images/skins/Bewise2021/images/icon-check-green.svg');
    background-size: 14px auto;
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.productcard [itemprop="description"] ul > li:not(:last-child) {
    margin-bottom: 2%;
}

.blogcard .Description_Productinfo img {
    max-width: 100%;
    height: auto !important;
    margin: 20px 0;
}

.supportbox {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: flex-start;
    border-radius: 10px;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
    margin: 20px 0 0;
}
.supportbox strong {
    display: block;
}
.supportbox > img {
    flex: none;
    width: 70px;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.loginpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.50);
    z-index: 500;
    display: none;
}
.loginpopup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginpopup > section {
    background-color: rgba(255,255,255,1.00);
    padding: 40px 30px 30px;
    flex: none;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    width: 600px;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.loginpopup:not(.favorites) .favoritesonly {
    display: none;
}
.loginpopup.favorites .largeheader:not(.favoritesonly),
.loginpopup.favorites .mediumheader:not(.favoritesonly){
    display: none;
}
.loginpopup ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.loginpopup ul > li {
    position: relative;
    padding: 0 0 0 21px;
    background-image: url("/images/skins/Bewise2021/images/icon-check-green.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 0 2px;
}
.loginpopup ul > li:not(:last-child) {
    margin-bottom: 5px;
}
.loginpopup form {
    padding: 0 0 15px;
    margin: 0 0 15px;
    display: none;
    flex-direction: column;
    border-bottom: solid 1px rgba(237,237,237,1.00);
}
.loginpopup form.active {
    display: flex;
}
.loginpopup input[type="email"], .loginpopup input[type="password"] {
    margin: 0 0 7px;
}
.loginpopup input[type="submit"] {
    display: flex;
    width: 100%;
    margin: 10px 0 15px;
}
.loginpopup a[href*="#back"] {
    padding: 0 0 10px;
}
.favoritespoupadded {
    display: none;
    flex-direction: column;
}
.favoritespoupadded.active {
    display: flex;
}
.favoritespoupadded.active ~ * {
    display: none;
}
.favoritespopupaddedinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.favoritespopupaddedinfo .image {
    width: 200px;
    max-width: 100%;
    position: relative;
}
.favoritespopupaddedinfo img {
    max-width: 100%;
    max-height: 250px;
}
.favoritespopupaddedinfo .image + a {
    margin: 15px 0;
}
.loginmessage {
    margin: 0 0 10px;
    background-color: rgba(241,241,241,1.00);
    border: solid 1px rgba(182,182,182,1.00);
    padding: 7px 10px;
    text-align: center;
}
.loginmessage:empty {
    display: none;
}
.loginmessage.failure {
    background-color: rgba(244,202,203,1.00);
    border-color: rgba(205,135,136,1.00);
    color: rgba(120,22,24,1.00);
}

.popupclose {
    position: absolute;
    right: 30px;
    top: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.popupclose i {
    font-weight: 'Arial';
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0 7px;
}

.slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 100%;
    border-radius: none;
    padding: 0;
    z-index: 10;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    cursor: pointer;
    border: none;
}
.slick-arrow.slick-prev {
    left: 0;
    background-image: url("/images/skins/Bewise2021/images/icon-left-black.svg");
}
.slick-arrow.slick-next {
    right: 0;
    background-image: url("/images/skins/Bewise2021/images/icon-right-black.svg");
}
.slick-arrow.slick-disabled {
    display: none !important;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 20px;
    list-style-type: none;
}
.slick-dots > li {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: rgba(237,237,237,1.00);
    margin: 0 5px;
    flex: none;
}
.slick-dots > li.slick-active {
    background-color: rgba(90,90,90,1.00);
}
.slick-dots button {
    display: none;
}

.Frontpage_Custom_UL {
	margin-top: 40px;
	margin-bottom: 40px;
}
.Frontpage_Custom_UL .slick-arrow {
    top: 36%;
}
.Frontpage_Custom_UL .slick-slide {
    margin: 0 20px;
}
.Frontpage_Custom_UL .slick-list {
    margin: 0 -20px;
}




.overflowhidden {
    overflow: hidden;
}


.instagram {
    margin-top: 30px;
}
.instagram > div > span {
    font-size: 30px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.instagram > div > span > small {
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
body .ds__cs_sl {
    margin: 0 !important;
}

.newsletter-container {
    background-color: #547575;
    padding: 70px 0;
    position: relative;
}
.newsletter-container > img {
    display: none;
}
.newsletter-container > div {
    width: 700px;
    max-width: 90%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
}
.newsletter-container a {
    color: #FFF;
}
.newsletter .header {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}
.newsletter-container form[onsubmit*="newsletter"] {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -0.5% 0;
}
.newsletter-container form[onsubmit*="newsletter"] > * {
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 99%;
}
.newsletter-container form[onsubmit*="newsletter"] input[type="text"],
.newsletter-container form[onsubmit*="newsletter"] input[type="email"] {
    margin-bottom: 7px;
    text-align: center;
    border: none;
}
.newsletter-container form[onsubmit*="newsletter"] input[type="text"] {
    width: 49%;
}
.newsletter-container form[onsubmit*="newsletter"] .terms {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    justify-content: center;
    margin: 10px 0;
}
.newsletter-container form[onsubmit*="newsletter"] .terms input[type="checkbox"] {
    margin-right: 7px;
}
.newsletter-container form[onsubmit*="newsletter"] input[type="submit"] {
    border: none;
    background-color: #000;
    color: #FFF;
    width: 200px;
    margin: 0 auto;
    max-width: 100%;
}

footer {
    padding: 80px 0 40px;
    background-color: #f6f6f6;
    position: relative;
}
.footer-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    position: absolute;
    background-color: #f2f2ef;
    border: 4px solid #FFF;
}
.footer-icon img {
    width: 50%;
}
footer .icon {
    width: 60px;
    margin-bottom: 40px;
}
footer .header {
    text-transform: uppercase;
    font-weight: bold;
}
footer section {
    padding: 15px 0;
    font-weight: 400;
}
footer section > a:not([href*="@"]) {
    display: inline-block;
    text-decoration: none;
}
footer section > a {
    margin-bottom: 5px;
    color: #000;
    font-weight: 400;
}

.credits {
    background-color: #2A3D4C;
    padding: 40px 0;
}
.credits img.creditcards {
    width: 300px;
    max-width: 80%;
    height: auto;
}


.baskettotalinfo {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.last-minutes-deals-content {
    background-color: #f6f6f6;
    padding: 20px;
}
.last-minutes-deals > span {
    margin: 0 0 15px;
    padding: 0;
    font-size: 23px;
    font-weight: 400;
    display: block;
}
.showbasket-basket-container {
    margin-bottom: 20px;
}
body.webshop-showbasket .hellotrail-tempcontainer {
    margin: 0;
}
.ShowBasket_Custom_DIV > div {
    display: flex;
    padding: 15px;
    border: solid 1px rgba(237,237,237,1.00);
    position: relative;
}
.ShowBasket_Custom_DIV > div {
        margin-bottom: 10px;
    }
.ShowBasket_Custom_DIV .image {
    flex: none;
    width: 70px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: flex-start;
}
.ShowBasket_Custom_DIV .image a {
    position: relative;
}
.ShowBasket_Custom_DIV .image img {
    width: 100% !important;
    display: block;
    padding: 5px;
}
.ShowBasket_Custom_DIV .info {
    flex: auto;
}
.ShowBasket_Custom_DIV .info > a {
    text-decoration: none;
}
.ShowBasket_Custom_DIV .info table {
    margin: 10px 0 0;
    background-image: url("/images/skins/Bewise2021/images/icon-gift-black.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: calc(100% - 10px) 50%;
    padding: 7px 35px 7px 10px;
    border: solid 1px rgba(237,237,237,1.00);
    border-radius: 2px;
    width: 10px;
}
.ShowBasket_Custom_DIV .info table td {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.ShowBasket_Custom_DIV .info table td input {
    margin-right: 7px;
}
.ShowBasket_ChildProduct_SPAN + div {
    float: right;
}
.ShowBasket_ChildProduct_SPAN + div .unit {
    display: none;
}
.ShowBasket_Custom_DIV .info .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 8px 0 0;
}
.ShowBasket_Custom_DIV .amount {
    display: flex;
}
.ShowBasket_Custom_DIV .amount a {
    ursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    font-family: 'Arial';
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    text-decoration: none;
    border: solid 1px rgba(237,237,237,1.00);
}
.ShowBasket_Custom_DIV .amount span {
    display: flex;
    padding: 0 10px;
    align-items: center;
}
.ShowBasket_Custom_DIV .amount 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-bottom: 0;
}
.showbasket .summary .row {
    display: flex;
    justify-content: space-between;
}
.showbasket .summary .row.total {
    font-size: 28px;
}
.showbasketnavigation a {
    width: 100%;
    margin-bottom: 10px;
}
.showbasketnavigation a:last-child {
    flex: none;
    min-height: 55px;
    font-size: 16px;
}
.showbasketnavigation a:first-child {
    flex: none;
    min-height: 55px;
    font-size: 16px;
}
.showbasket > .summary > .showbasketnavigation {
    flex: auto;
    align-items: flex-end;
    margin-top: 20px;
}
.discountcode {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    align-items: center;
    border: dashed 1px rgba(209,209,209,1.00);
}
.discountcode > * {
    flex: auto;
}
.discountcode > input[type="text"] {
    border: none;
}
.discountcode > input[type="text"].active {
    padding-left: 27px;
    background-image: url('/images/skins/Bewise2021/images/icon-check-green.svg');
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 8px 50%;
}
.discountcode > button {
    margin-left: 10px;
    white-space: nowrap;
}

.twocolumns {
    display: flex;
    margin: 0 -1%;
}
.twocolumns > * {
    margin: 0 1%;
}
.twocolumns div.sendbasketbutton {
    width: 100%;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(237,237,237,1.00);
    color: rgba(0,0,0,1.00);
}
.twocolumns div.sendbasketbutton img {
    margin-right: 7px;
    width: 14px;
}

.ShowBasket_SendBasketLink_Dialog_Link,
#ShowBasketSendBasketLink,
#ShowBasket_SendBasketLink_LinkPreview,
.ddsbr-subject,
.ddsbr-body {
    display: none;
}

.loyaltyinfo {
    padding: 10px;
    background-color: #f3f3f3;
}
.loyaltyinfo > div {
    display: none;
}
.loyaltyinfo > div.active {
    display: flex;
}
.loyaltyinfo > div > * {
    flex: auto;
}
.loyaltyinfo .totalPoints {
    display: inline;
}
.loyaltyinfo .button {
    width: 100%;
}

.showbasket #embedUsePointsContainer {
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px rgba(198,198,198,1.00);
}
.showbasket #embedUsePointsContainer h2 {
    font-size: inherit;
    margin: 0;
}
.showbasket .removePointsContainer p {
    margin: 0;
}
#embedUsePointsContainer [id*="embed_removePoints_"] {
    margin-top: 10px;
}

#column-order-summary #usePointsContainer {
    margin-top: 20px;
    padding: 10px;
    background-color: rgba(237,237,237,.30);
    display: none;
}
#usePointsContainer p {
    margin: 0;
}
#column-order-summary #usePointsContainer > p:first-of-type, #column-order-summary .removePointsContainer > p:first-of-type {
    display: none;
}
#usePointsContainer button, a#removePoints {
    margin-top: 10px;
}


body.webshop-checkout .topnav > div.container > a {
    width: 100%;
    justify-content: center;
}
body.webshop-checkout .language, body.webshop-checkout .customerservice {
    display: none;
}
body.webshop-checkout .usp {
    justify-content: center;
    padding: 5px 0;
}
fieldset {
    border: none;
    padding: 0;
}
#checkout-container .checkout-headline {
    display: flex;
    justify-content: center;
    border-bottom: none;
    padding-bottom: 0;
}
a.checkout-goback {
    text-decoration: none;
    font-size: 12px;
    background-color: #545454;
    color: #FFF;
    border-radius: 3px;
    padding: 5px 10px 5px 20px;
    text-transform: uppercase;
    position: relative;
    line-height: 16px;
}
a.checkout-goback:before {
    content: url(/images/skins/Bewise2021/images/icon-arrow-left-white.svg);
    width: 8px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
body.webshop-checkout .container.content {
    padding-top: 0;
}
#checkout-container div.viabill-pricetag {
    height: 14px !important;
    display: block !important;
}
#checkout-container #column-data, #checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
	width: 800px;
	max-width: 100%;
	margin: 0 auto 40px;
	float: none;
	border: none;
	min-height: 10px;
	padding: 30px;
	box-shadow: 0 0 40px rgba(0,0,0,.1);
	position: relative;
}
#checkout-container #column-data:after, #checkout-container #column-shipping-payment:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(255,255,255,1.00);
	position: absolute;
	top: 100%;
	left: 30px;
	z-index: 20;
}
#checkout-container h3, #checkout-container h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
}
#checkout-container #column-data #customer-data input, #checkout-container #column-data #customer-data select, #checkout-container textarea {
	margin: 0;
}
#checkout-container input[type="text"], #checkout-container input[type="tel"], #checkout-container input[type="password"] {
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    height: 34px !important;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: rgba(255,255,255,1.00);
    border-radius: 2px;
}
#checkout-container select {
    -webkit-appearance: none;
    border: 1px solid #dfdfdf;
    background-color: #FFF;
    padding: 0px 30px 0px 15px;
    height: 34px !important;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}
#customer-login {
    background-color: #f6f6f6;
    padding: 30px;
    margin-bottom: 20px;
}
body #checkout-container #customer_lookup_submit {
    padding: 2px 10px;
}
#customer-login > fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#customer-login > fieldset label[for="checkout_username"], #customer-login > fieldset #checkout_password_login-container {
    flex: none;
    width: 48%;
}
#customer-login > fieldset #checkout_password_login-button-container {
    flex: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
#customer-login-devider {
    display: none;
}
#customer-data label {
	display: block;
	position: relative;
	margin: 0 0 10px;
}
#checkout-container small.smallPlaceholder {
	color: rgba(129,129,129,1.00);
	transition: all 0.2s ease-in-out;
}

#checkout-container .salesdiscountcode-label {
	flex: none;
	width: 100%;
}
#checkout-container .salesdiscountcode-container {
	display: inline-block;
	width: 70%;
	float: none;
}
#checkout-container .salesdiscountcode-button-container {
	display: inline-block;
	float: none;
	width: 28%;
	margin: 0 0 0 2%;
}
#checkout-container #column-data #customer-data input.checkout-salesdiscount-code-button {
	float: none;
	width: 100%;
	cursor: pointer;
	height: 34px;
	padding: 0;
	font-size: 12px;
}
#customer-data fieldset {
	display: block;
	margin: 0 -1%;
}
#customer-data fieldset > label {
	width: 48%;
	margin: 0 1% 2%;
	display: inline-block;
	vertical-align: top;
}
#customer-data fieldset > label[for="res2"] {
    flex: none;
    width: 98%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.checkout-row {
    display: inline-flex !important;
    align-items: center;
}
.div-checkout-checkbox-label label {
    margin-bottom: 0 !important;
    margin-left: 6px !important;
}
#checkout-container .checkout-row {
    margin: 0 1% !important;
    width: 98% !important;
}
#checkout-container .checkout-row.altdev {
	width: 98%;
	margin: 0 1%;
	display: flex;
	align-items: center;
	padding: 15px;
	border: solid 1px rgba(241,241,241,1.00);
	background-color: rgba(248,248,248,1.00);
}
#checkout-container .checkout-row.altdev > * {
	flex: auto;
}
#checkout-container .checkout-row.altdev > .div-checkout-checkbox {
	flex: none;
	width: 30px;
}
#checkout-container div#customer-alternative-delivery {
	border: none;
}
#checkout-container #column-data #customer-data .checkout-row.altdev > .div-checkout-checkbox input {
	margin: 0 0 0;
}
#checkout-container .checkout-row.altdev .opcHeader {
	font-weight: 400;
}
#checkout-container .checkout-row.altdev .opcHeader br {
	display: none;
}
#checkout-container #column-data #customer-data .checkout-row.altdev label {
	margin: 0;
}
#payment-methods {
	margin: 0 0 30px;
}
#checkout-container .checkout-payment-table, #checkout-container .checkout-shipping-table {
	width: 100%;
}
#shipping-methods div:empty {
	display: none;
}
#checkout-container #column-shipping-payment label {
	border: 1px solid #dfdfdf;
    padding: 10px;
	cursor: pointer;
    border-radius: 2px;
}
#checkout-container #column-shipping-payment label:hover {
	background-color: rgba(238,238,238,.50);
}
#checkout-container .checkout-payment-radio-cell, #checkout-container .checkout-shipping-radio-cell {
	width: 20px;
}
#checkout-container #column-shipping-payment input[type=radio] {
	margin: 0 !important;
}
.checkout-payment-method-image, .checkout-shipping-method-image {
	float: right;
}
.checkout-payment-method-image img, .checkout-shipping-method-image img {
    width: 120px;
    display: block;
}
label[for="checkout-payment-59"] .checkout-payment-method-image img {
    width: 130px;
}
label[for="checkout-payment-60"] .checkout-payment-method-image img {
    width: 90px;
}
label[for="checkout-payment-89"] .checkout-payment-method-image img {
    width: 80px;
}
#column-shipping-payment .shipping-message, #column-shipping-payment .payment-message {
	font-size: 11px;
	color: rgba(114,114,114,1.00);
}
.checkout-order-confirm-headline {
	display: none;
}
#confirm-accepterms, #mailchimp-subscribe-box {
	border: 1px solid #dfdfdf;
    padding: 10px 15px;
	cursor: pointer;
    border-radius: 2px;
	float: none;
	margin: 20px 0;
}
#mailchimp-subscribe-box {
	display: none !important;
}
#acceptLoyaltyCreationContainer {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
	cursor: pointer;
    border-radius: 2px;
	float: none;
	margin: 20px 0;
    display: flex;
    align-items: center;
}
#acceptLoyaltyCreationContainer .acceptLoyaltyCreationLabel {
    margin-left: 8px;
}
#mailchimp-subscribe-box small {
	display: block;
}
#confirm-accepterms input, #mailchimp-subscribe-box input {
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#confirm-accepterms span, #mailchimp-subscribe-box label {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 30px);
}

#confirm-complete-button {
	float: none;
	width: 100%;
}

div.checkout-customerdata-text-validationmessage {
	font-size: 10px;
	margin: 2px 0 0;
}




.shippingcountdown {
    min-height: 38px;
}
.shippingcountdown .text {
    margin: 0 0 5px;
    padding: 0 65px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
.shippingcountdown .text i {
    font-style: normal;
    color: #A1B4BF;
}
.shippingcountdown .bar {
    height: 16px;
    padding: 1px;
    border: solid 1px #A1B4BF;
    background-color: rgba(255,255,255,1.00);
    display: flex;
    position: relative;
}
.shippingcountdown .bar span {
    flex: none;
    background-color: #A1B4BF;
    width: 0;
}
.shippingcountdown .bar small {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 11px;
    background-color: #A1B4BF;
    color: rgba(255,255,255,1.00);
    position: absolute;
    right: 0;
    bottom: calc(100% + 5px);
}
.shippingcountdown .bar small:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #A1B4BF;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.shippingcountdown:empty {
    display: none;
}
.shippingcountdown.redeemed {
    background-color: #e9f4e9;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shippingcountdown.redeemed img {
    margin-right: 4px;
    width: 14px;
}

form[action="/shop/customer.html"] table.Login_Customer input, form[action="/shop/customer.html"] table.ForgotPassword_Customer input {
    display: block;
    width: 100% !important;
    margin: 0 0 10px;
}
body.webshop-customercenter td > b + br,
body.webshop-customercenter table + br {
    display: none;
}
table.Login_Customer > tbody > tr:nth-child(-n+2):not(:first-child) td,
table.ForgotPassword_Customer td {
}
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/Bewise2021/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:  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 0 10px;
    border: solid 1px rgba(237,237,237,1.00);
    background-color: #f9f9f9;
}
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/Bewise2021/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;
}

span.clerk[data-template]:empty:not(.clerk-instant-search-container) {
    min-height: 300px;
    background-color: rgba(237,237,237,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/images/skins/Bewise2021/images/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px auto;
}
.productcard span.clerk[data-template]:empty {
    height: 100%;
}




.Text1_FrontPage img {
    width: 100%;
    display: block;
}
.Text1_FrontPage .fpusp img {
    width: 16px;
    margin-right: 5px;
}
.fpusp:not(.slick-initialized) {
    display: flex;
}
.fpusp:not(.slick-initialized) > *, .fpusp .slick-slide {
    display: flex !important;
    flex: none;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
.fpusp:not(.slick-initialized) > * {
    width: 50%;
}
.fpusp:not(.slick-initialized) > *:nth-child(n+3) {
    display: none;
}

.focus {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
}
.focus img {
    display: block;
    width: 100%;
    height: auto;
}
.focus.threecolumns {
    grid-template-columns: 32% 32% 32%;
}

.marks-container > div {
    flex: none;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.marks-container .creditcards > div {
    border-radius: 2px;
    background-color: #FFF;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    margin-right: 3px;
}
.marks-container .creditcards img {
    height: auto;
    display: block;
}
.marks-container .social {
    display: flex;
    flex-wrap: wrap;
}
.marks-container .social a {
    flex: none;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    justify-content: center;
    border-radius: 3px;
    background-color: #547575;
    margin-right: 10px;
}
.marks-container .social a img {
    max-height: 55%;
}
.reviewsandtrust a {
    margin-right: 20px;
}
span.ProductMenu_MenuItemBold {
    font-weight: normal;
}
.stickytop {
    background-color: rgba(255,255,255,1.00);
    position: relative;
    z-index: 40;
}
.stickytop.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.employees {
    margin: 40px auto 0;
    padding: 0;
    list-style-type: none;
    width: 1000px;
    max-width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.employees > li {
    flex: none;
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.employees img {
    display: block;
    width: 100%;
}
.employees h2 {
    margin: 10px 0;
    padding: 0;
    font-weight: bold;
}
.employees strong {
    font-size: 30px;
    font-weight: normal;
    color: #A1B4BF;
    font-family: 'Playfair Display', serif;
    margin: 0 0 10px;
}
.employees p {
    margin: 0;
    line-height: 1.9em;
}

table.CmsPageStyle_Table {
    table-layout: fixed;
}


div#CookiePolicy, div#CookiePolicy.fixed-bottom {
    background-color:rgba(0,0,0,.80);
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: fixed;
    margin: 0;
    border-radius: 0;
    right: auto;
}
div#CookiePolicy div.CookiePolicyCenterText {
    background-color: rgba(255,255,255,1.00);
    flex: none;
    width: 700px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 40px rgba(0,0,0,.7);
    border-radius: 10px;
    color: rgba(0,0,0,1.00);
    margin: 0;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
	overflow-y:auto;
}
div#CookiePolicy h1, div#CookiePolicy h2, div#CookiePolicy h3, div#CookiePolicy h4, div#CookiePolicy h5 {
    color: rgba(0,0,0,1.00);
}
div.CookiePolicyText {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    max-height: none;
    overflow: visible;
}

div.CookiePolicyText a {
    text-decoration: underline;
}
div.CookiePolicyText > h2, div.CookiePolicyText > p {
    background-color:#f6f6f6;
    font-weight: normal;
    color: rgba(84,84,84,1.00);
}
div.CookiePolicyText > img {
    width: 170px;
    height: auto;
    max-width: 50%;
    margin: 20px 40px;
}
div.CookiePolicyText > h2 {
    padding: 30px 40px 15px;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
}
div.CookiePolicyText > p {
    padding: 0 40px 30px;
    margin: 0;
    line-height: 1.4em;
}
div.CookiePolicyText > * {
    order: 1;
}
div.cookie-policy-accept-buttons-container {
    order: 2;
    margin: 0;
    padding: 30px 40px 25px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-accept-buttons-container > input[type="button"] {
    flex: auto;
    margin: 0;
    border-radius: 5px;
    padding: 20px 15px;
    font-weight: normal;
    box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
}
div.cookie-policy-accept-buttons-container > input[type="button"].cookie-policy-accept {
    background-color: #f6f6f6 !important;
    border: none !important;
    color: rgba(0,0,0,1.00) !important;
}
div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
    margin-right: 30px;
}
div.cookie-policy-details-link-container {
    order: 3;
    padding: 0 0 25px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-details-link-container > a {
    flex: none;
    color: rgba(0,0,0,1.00);
}
div.cookie-policy-details-container {
    order: 4;
    display: none;
}
div.cookie-policy-details-container div.rtable-cell {
    font-size: 65%;
}
div.cookie-policy-consents-container {
    order: 5;
    display: flex;
    border-top: solid 1px #d4d4d4;
    background-color:#f6f6f6;
    margin: 0;
}
div.cookie-policy-consents-container > div {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 20px;
}
div.cookie-policy-consents-container > div input {
    display: none;
}
div.cookie-policy-consents-container > div:not(:last-child) {
    border-right: solid 1px #d4d4d4;
}
div.cookie-policy-consents-container label {
    font-weight: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.cookie-policy-consents-container label div {
    border-radius: 25px;
    width: 53px;
    margin: 7px 0 0;
    background-color: #ababab;
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
div.cookie-policy-consents-container input:checked + label div {
    justify-content: flex-end;
    background-color:rgba(87,168,87,1.00);
}
div.cookie-policy-consents-container input:checked:disabled + label div {
    opacity: 0.7;
    cursor: default;
}
div.cookie-policy-consents-container label div > span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.00);
}
.rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    padding: 0;
}
.rtable--4cols>.rtable-cell {
    width: 25%;
}
.rtable-header-cell {
    background-color: rgba(0,0,0,0.05);
    font-weight: bold;
}
.rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #ececec;
    font-size: 0.85em;
}

.cookieSettingsButton {
    position: fixed;
    bottom: 15px;
    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% !important;
    height: auto !important;
}
.cookieSettingsButton:hover {
    opacity: .7;
}


.slideoutcontainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color: rgba(0,0,0,.0);
    transition: background .5s ease;
    z-index: 99999999;
}
.slideoutcontainer.active {
    transform: translateX(0);
    background-color: rgba(0,0,0,.5);
    z-index: 999999999999;
}
.slideout {
    position: absolute;
    height: 500px;
    max-height: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    top: 240px;
    right: 100%;
    transform: translateX(110%);
    background-color: rgba(255,255,255,1.00);
    width: 80px;
    transition: transform .5s ease;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.slideoutcontainer:not(.active) .slideout.ready {
    transform: translateX(0);
}
.slideoutcontainer.active .slideout {
    transform: translateX(0);
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    width: 600px;
    max-width: 100%;
}
.slideout > * {
    flex: none;
}
.slideoutcontainer.active .slideouttop {
    padding: 20px;
}
.slideoutheader {
    display: flex;
}
.slideoutclosebutton {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Arial';
    font-size: 26px;
    width: 20px;
    height: 20px;
    line-height: 1;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    padding: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    display: none;
}
.slideoutcontainer.active .slideoutclosebutton {
    display: inline-flex;
    position: relative;
    transform: none;
    padding: 0 10px;
    border-radius: 0;
    height: auto;
    width: auto;
}
.slideoutcontainer.active .slideoutheader > div {
    border-top: solid 1px rgba(221,221,221,1.00);
}
.slideoutheader > div {
    flex: auto;
    border-bottom: solid 1px rgba(221,221,221,1.00);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.slideoutheader > div > div.count {
    top: 3px;
    left: 3px;
    z-index: 10;
}
.slideoutcontainer.active .slideoutheader > div > div.count {
    top: 33%;
    left: 43%;
    width: 25px;
    height: 25px;
    font-size: 12px;
}
.slideoutheader > div > span {
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}
.slideoutheader > div:not(.active) > div ~ * {
    opacity: .3;
}
.slideoutcontainer.active .slideoutheader > div {
    padding: 30px 0;
}
.slideoutcontainer.active .slideoutheader > div > span {
    display: flex;
}
.slideoutheader > div:not(:last-child) {
    border-right: solid 1px rgba(221,221,221,1.00);
}
.slideoutheader > div img {
    width: 15px;
    height: auto;
    display: block;
    flex: none;
}
.slideoutcontainer.active .slideoutheader > div img {
    width: 35px;
}
.slideoutremovebutton {
    position: absolute;
    right: 100%;
    top: 25px;
    font-family: 'Arial';
    font-size: 15px;
    padding: 2px 5px;
    line-height: 1;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    align-items: center;
    justify-content: center;
}
.slideout:not(.ready) .slideoutremovebutton {
    display: none;
}
.slideoutmain {
    display: none;
    flex: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:rgba(255,255,255,1.00);
    flex-wrap: wrap;
    align-content: flex-start;
}
.slideoutmain.active {
    display: flex;
}
.slideoutcontainer.active .slideoutmain {
    background-color: #f9f9f9;
}
.slideoutmain .line {
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,1.00);
    padding: 8px;
    position: relative;
    flex: none;
    width: 100%;
}
.slideoutcontainer.active .slideoutmain {
    justify-content: space-between;
    padding: 20px;
}
.slideoutcontainer.active .slideoutmain .line {
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    width: 48%;
    margin-bottom: 4%;
}
.slideoutmain .line > * {
    flex: none;
}
.slideoutcontainer:not(.active) .slideoutmain .line .deletebutton {
    display: none;
}
.slideoutmain .line > .image {
    position: relative;
    margin-bottom: 5px;
}
.slideoutmain .line > .image img {
    display: block;
    width: 100%;
}
.slideoutmain .line > a.name {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    font-weight: bold;
}
.slideoutcontainer:not(.active) .slideoutmain .line > a.name {
    display: none;
}
.slideoutcontainer:not(.active) .slideoutmain .line > .price {
    text-align: center;
    font-size: 10px;
}
.slideoutcontainer .slideoutmain .line > .price strike {
    padding-left: 5px;
}
.slideoutcontainer:not(.active) .slideoutmain .line > .price strike {
    display: none;
}
.slideoutbottom {
    padding: 10px;
    border-top: solid 1px rgba(221,221,221,1.00);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
    font-size: 11px;
}
.slideoutcontainer.active .slideoutbottom {
    display: none;
}
.product-filter-price-labels {
    display: flex;
    justify-content: space-between;
}
#ProductFilter-Container {
    /* top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    left: 0;
    z-index: 9999;
    padding: 15px;
    overflow-y: auto; */
}
#ProductFilter-Container > * {
    flex: none;
}
.product-filter-headertext-container {
    display: none;
}
#ProductFilter-Container div[class*="product-filter-column-container"] {
    display: flex;
    flex: auto;
    flex-direction: column;
    -webkit-overflow-scrolling:touch;
    overflow-y:auto;
    overflow-x:hidden;
}
.product-filter-row {
    margin-bottom: 20px;
}
div.product-filter-container {
    border: none;
}
div.product-filter-header-container {
    background-color: transparent;
    padding: 0;
    border: none;
    float: none;
}
div.product-filter-body-container, div.product-filter-body-container-price {
    padding: 10px 0 0;
}
div.product-filter-body-container-price {
    padding-top: 15px;
}
div.product-filter-header-text {
    margin: 0 0 15px;
    padding: 0;
    font-size: 23px;
    font-weight: 400;
    display: block;
    float: none;
    line-height: normal;
}
div.product-filter-checkbox-container {
    display: flex;
    align-items: center;
    border: solid 1px #ddd;
    padding: 8px 8px;
    border-radius: 3px;
    position: relative;
    transition: background 0.3s ease;
    background-color: #FFF;
    margin-bottom: 5px;
}
.product-filter-checkbox-container img.flag {
    width: 18px;
    margin-right: 6px;
}
div.product-filter-advanced-variant-checkboxes, div.product-filter-tag-checkboxes, div.product-filter-manufactor-checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}


.product-filter-advanced-variant-checkboxes div.product-filter-checkbox-container, div.product-filter-tag-checkboxes div.product-filter-checkbox-container, div#product-filter-manufactor-checkboxes .product-filter-checkbox-container {
    margin: 0 5px 5px;
    width: calc(50% - 10px) !important;
    background-color: #FFF;
}
div.product-filter-checkbox-container.active {
}
div.product-filter-checkbox-container.active * {
}
.product-filter-advanced-variant-checkboxes div.product-filter-checkbox-container.active, div.product-filter-tag-checkboxes div.product-filter-checkbox-container.active {
}

div.product-filter-checkbox-container:not(.disabled):not(.active):hover {
    background-color: #547575 !important;
    border-color: #547575 !important;
    color: #FFF;
}

div.product-filter-checkbox-container.disabled {
    cursor: default;
    opacity: .3;
}
div.product-filter-checkbox-container.disabled:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
div.product-filter-checkbox-container > * {
    flex: none;
    float: none;
}
label.product-filter-checkbox-label {
    float: none;
    line-height: normal;
    flex: auto;
    cursor: pointer;
}
/*
div.product-filter-checkboxes, div.product-filter-manufactor-checkboxes {
    margin: 0 0 10px;
}
*/
div.product-filter-clear {
    display: none;
}
.product-filter-row input[type="checkbox"] {
    margin-right: 5px;
}
.checkbox {
    float: left;
    width: 19px;
    height: 19px;
    background-color: rgba(214,214,214,1.00);
    cursor: pointer;
    margin: 0 8px 0 0;
    border-radius: 50%;
}
input:checked + label .checkbox {
    background-color: rgba(249, 83, 134, 1);
}
div.product-filter-clear-all {
    margin: 0 0 10px;
}
div.product-filter-clear-all a {
    text-decoration: none;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    border: solid 1px rgba(238, 238, 238, 1);
}
.btnFilterProductsFound {
    display: block;
    margin: 0 0 20px;
}
.btnFilterProductsFound:before {
    content: "×";
    font-family: 'Arial';
    position: fixed;
    right: 6px;
    top: 50%;
    font-weight: normal;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding: 3px 0;
    line-height: 1;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}




/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 24px;
  left: -17px;
  top: -11px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -29px;
  left: auto;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
	right: 0;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background:rgba(178,178,178,.30);
  border-radius: 0px;
	margin: 20px 0 15px;
  /*border: 1px solid #D3D3D3;
  /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
}
.noUi-connect {
  background:rgba(0,0,0,1.00);
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #E8E7E6;
  left: 12px;
  top: 6px;
}
.noUi-handle:after {
  left: 15px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 3px;
  background:#547575;
  color:rgba(255,255,255,1.00);;
  padding: 2px 4px;
  text-align: center;
  white-space: nowrap;
	font-size: 60%;
}
.noUi-tooltip:after {
	content: "";
	width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #547575;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}


.priceRangeInfo {
    display: flex;
}
.priceRangeInfo > span {
    flex: auto;
    font-size: 70%;
}
.priceRangeInfo > span:last-child {
    text-align: right;
}
.value-slider-wrapper-input {
    display: none;
}
aside {
    display: none;
}

#Content_Productlist > .clerk, #Content_Productlist table .clerk {
    margin-bottom: 40px;
    display: block;
}
#Content_Productlist > .clerk:empty, #Content_Productlist table .clerk:empty {
    min-height: 500px;
}
#Content_Productlist > .clerk:not(:empty), #Content_Productlist table  .clerk:not(:empty) {
    padding-bottom: 30px;
    display: block;
    background-color: #f6f6f6;
    padding: 30px 50px;
}

.clerk .slick-track {
    display: flex !important;
}
.clerk .slick-list {
    margin: 0 -25px;
}
.clerk .slick-slide {
    height: inherit !important;
    margin: 10px 25px;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.clerk-design-component-sgVdo6S6 {
    padding: 15px;
}
.clerk-instant-search-container .mediumheader {
    font-size: 18px;
    margin: 0 0 10px;
}
.clerk .mediumheader {
    text-align: center;
}
body.webshop-productinfo .clerk .slick-slide {
    margin: 0 25px;
    padding: 0;
    box-shadow: none;
}
.goback {
    position: absolute;
    top: -25px;
    right: 0;
}
.goback a {
    text-decoration: none;
    background-color: #547575;
    display: inline-flex;
    text-transform: uppercase;
    font-size: 9px;
    padding: 4px 10px 4px 20px;
    position: relative;
    color: #FFF;
    font-weight: 400;
}
.goback a:before {
    content: url("/images/skins/Bewise2021/images/icon-arrow-left-white.svg");
    width: 8px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.productcard-creditcards-container {
    margin: 20px 0;
}
.bp_relatedproductsContainer {
	margin-bottom: 30px;
}
#bp_klaviyoCheckoutSignup {
	margin-bottom: 10px;
}
#bp_klaviyoCheckoutSignup input {
	margin-right: 8px;
}
.bp_countdown_id_19.bp_countdown_shared_span {
	padding: 5px !important;
}
.welcome img {
    max-width: 100%;
    display: block;
    height: auto;
}
.welcome > div:last-child {
    flex: none;
    background-color: #547575;
    padding: 30px;
    color: #FFF;
}
.customerservice-center {
    display: flex;
    flex-wrap: wrap;
}
.customerservice-center > div {
    flex: none;
    width: 100%;
    margin: 0 0 2%;
    background-color: #f9f9f9;
    padding: 30px;
}
.customerservice-center > div > span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.size-container {
    display: flex;
    margin: 20px 0 0 0;
}
.size-container > div {
    flex: none;
    width: 33.3%;
}
.size-container > div > div {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
.size-container > div > span {
    display: block;
    width: 100%;
    padding: 5px;
}
.size-container > div > span:nth-child(even) {
    background-color: #f6f6f6;
}
.freedelivery-container  {
    margin: 20px 0 0 0;
}
.freedelivery-container > div {
    margin-bottom: 20px;
    background-color: #f6f6f6;
    padding: 15px;
}
.freedelivery-container > div > span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.freedelivery-container > div > div {
    display: flex;
    align-items: center;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.freedelivery-container > div > div img {
    margin-right: 8px;
}


/* POSTNORD */
#pacsoftservicepointholder {
	float: none;
}
#pacsoftservicepointholder label {
	width: 100%;
	float: none;
}
#pacsoftservicepoints .pacsoftservicepoint {
	position: relative;
}
#pacsoftservicepoints .pacsoftservicepoint .pacsoftservicepointradio {
	position: absolute;
	top: 10px;
	right: 10px;
}

.clubdescription {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #f9f9f9;
}
.clubdescription > div {
	flex: none;
	width: 48%;
	padding: 30px;
}
.clubdescription img {
	display: block;
	max-width: 100%;
}
.clubdescription > div:last-child {
	background-color: #f9f9f9;
}

.discounts {
    margin-bottom: 30px;
    padding: 15px;
    background-color: rgba(246,244,230,1.00);
    border: solid 1px rgba(242,235,203,1.00);
    border-radius: 6px;
}
.discounts > strong {
    font-size: 16px;
    margin-bottom: 10px;
}
.discountintervals {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 10px 0;
}
.discountintervals > * {
    background-color: #fd0;
    border-radius: 25px;
    padding: 4px 4px 4px 15px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
.discountintervals > * > .discountintervalsavings {
    border-radius: 25px;
    background-color: rgba(0,0,0,1.00);
    color:rgba(255,255,255,1.00);
    padding: 4px 10px;
    min-width: 100px;
    text-align: center;
}
.discounts:not(.expanded) .discountintervals > :nth-child(n+4) {
    display: none;
}
.showmorediscountsbutton {
    cursor: pointer;
    user-select: none;
    text-decoration: underline;
}
.showmorediscountsbutton:before {
    content: attr(data-more);
}
.discounts.expanded .showmorediscountsbutton:before {
    content: attr(data-less);
}
.discounts > strong,
.showmorediscountsbutton {
    padding-left: 4px;
}

@media (min-width: 900px) {
    .topnav #logo > span {
        position: absolute;
        background-color: #000;
        color: yellow;
        font-weight: bold;
        padding: 2px 6px;
        transform: rotate(20deg);
        left: 220px;
        top: 30px;
        display: block;
    }
    @keyframes push-hover {
      50% {transform: scale(0.8);}
      100% {transform: scale(1);}
    }

    a.push-hover:focus {
        outline-offset: -2px;
    }
    a.push-hover:hover, a.push-hover:focus, a.push-hover:active {
        -webkit-animation-name: push-hover;
        animation-name: push-hover;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    .productcard {
        margin-bottom: 60px;
    }
    .newsletter-container > img {
        display: block;
        position: absolute;
        left: 0;
        bottom: -27px;
        width: 260px;
        z-index: 9;
    }
    .customerservice-center {
        margin: 0 -1%;
    }
    .customerservice-center > div {
        width: 31.3%;
        margin: 0 1% 2%;
    }
    .welcome {
        position: relative;
        display: flex;
        align-items: center;
		margin-top: 30px;
    }
    .welcome > div:first-child {
        width: 50%;
        flex: none;
    }
    .welcome > div:last-child {
        flex: none;
        width: 50%;
        background-color: #547575;
        padding: 50px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #BUYSECTION:not(:empty) {
        position: relative;
    }
    #BUYSECTION .amount {
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 9;
    }
    #BUYSECTION input[type="number"] {
        min-height: 45px;
    }
    #BUYSECTION .buybutton {
        margin: 0;
    }
    #BUYSECTION .amount span {
        background-color: #FFF;
        border: solid 1px #506e6e;
        border-radius: 3px;
    }
    #BUYSECTION input[type="number"] {
        border: solid 1px #506e6e;
        border-radius: 3px;
    }
    .usp > div.usp-second {
        display: flex;
    }
    .why-shopping-usp > div {
        margin-bottom: 20px;
    }
    input[type="submit"]:not(.popupbutton):hover, input[type="button"]:hover, .button:not(.popupbutton):not(.light):not(.loginpopupbutton):hover, .ddrd-button:hover, a#removePoints:hover, [id*="embed_removePoints_"]:hover, .hightlightBoxes .viewAllCats a:hover {
        color: #FFF;
        background-color: #324a4a;
    }

    .productcard-creditcards {
        display: flex;
        justify-content: center;
    }
    .sizeguide a:hover {
        background-color: #eee;
    }
    .brandSlider > div > a {
        width: 18%;
    }
    .btnfilter, .btnFilterProductsFound {
        display: none;
    }
    .webshop-productlist .container.content {
        display: flex;
        align-items: flex-start;
    }
    .webshop-productlist aside {
        display: block;
        flex: none;
        width: 300px;
        margin-right: 30px;
    }
    .webshop-productlist .productFilter {
        display: block;
    }
    .webshop-productlist aside:not(:empty) + div {
        width: calc(100% - 330px);
        flex: none;
    }

    .container.content {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .spacebottom, .Text1_FrontPage > *:not(:last-child) {
        margin-bottom: 20px;
    }
    .cat-dec {
        display: flex;
        align-items: center;
    }
    .cat-dec > img, .cat-dec > video {
        flex: none;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        display: block;
    }
    .cat-dec > div {
        flex: auto;
        background-color: #f9f9f9;
        padding: 30px;
        margin-left: -30px;
        z-index: 9;
    }
    .stickytop {
    }
    .infobar > div {
        justify-content: center;
        padding: 8px 30px;
    }
    .topnav .logo {
        height: auto;
        margin: 40px 0;
    }
    .topnav > div.container > a {
        flex: none;
        width: 30%;
        display: flex;
        align-items: center;
    }
    form.search {
        position: relative;
    }
    .search input[type="text"] {
        background-color: #f3f3f3;
        border: 1px solid #eee;
        background-image: url("/images/skins/Bewise2021/images/icon-search-black.svg");
        background-position: calc(100% - 15px);
        background-repeat: no-repeat;
        background-size: 18px;
        height: 45px;
        padding: 0 20px;
    }
    .topnav > div.container > div {
        flex: auto;
    }
    /*
    .topnavbuttons > .basket > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    */
    .topmenu {
        display: none;
    }
    .productmenu .closebutton {
       display: none;
    }
    .Heading_ProductMenu {
        display: none;
    }
    #ProductmenuContainer_DIV {
        background-color: #547575;
        position: relative;
    }
    #ProductMenu_List {
        display: flex;
        margin: 0 auto;
        padding: 0;
        width: 1700px;
        max-width: 90%;
        list-style-type: none;
    }
    #ProductMenu_List > li.has-dropdown > a:after {
        content: url('/images/skins/Bewise2021/images/icon-arrow-down-white.svg');
        margin-left: 6px;
        width: 10px;
    }
    #ProductMenu_List > li > a:last-of-type {
        display: flex;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 14px 20px;
        color: #FFF;
        font-weight: 400;
    }
	#ProductMenu_List > li > a[href*="-50s1.html"] {
		background-color: #f4e600;
		color: #000;
	}
	#ProductMenu_List > li > a[href*="-50s1.html"]:hover {
		background-color: #f4e600;
	}
    #ProductMenu_List > li:hover > a {
        background-color: #324a4a;
    }
    #ProductMenu_List > li > ul {
        display: none;
    }
    #ProductMenu_List > li.firstlevelonly {
        position: relative;
    }

    #ProductMenu_List > li:nth-child(6) .ProductMenu_MenuItemBold {
        font-weight: bold;
    }
    #ProductMenu_List > li.firstlevelonly > ul {
        margin: 0;
        position: absolute;
        list-style-type: none;
        padding: 50px;
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
    }
    #ProductMenu_List > li.firstlevelonly > ul > li > a {
        text-decoration: none;
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #000;
        padding: 2px 0;
        white-space: nowrap;
    }
    #ProductMenu_List > li.firstlevelonly > ul > li:hover > a {
        color: #547575;
    }

    .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: 1700px;
        max-width: 90%;
        justify-content: flex-start;
        display: flex;
    }
    .dropdowncontainer > .dropdowninnercontainer > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .dropdowncontainer > .dropdowninnercontainer > ul > li {
        flex: none;
    }
    .dropdowncontainer a {
        text-decoration: none;
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #000;
        padding: 2px 0;
    }
    .dropdowncontainer a:hover {
        color: #547575;
    }
    ul.dropdown + ul.level3ul {
        padding-left: 20px;
        margin-left: 20px;
        border-left: solid 1px rgba(231,231,231,1.00);
    }
    .level3ul {
        display: flex;
        flex-wrap: wrap;
        flex: auto;
    }
    .level3ul > li:not(:last-child) {
        border-right: solid 1px rgba(231,231,231,1.00);
    }
    .level3ul > li {
        width: 20%;
        min-width: 200px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .level3ul > li > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .level3ul > li > a {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .level3ul > li > a > span.ProductMenu_MenuItemBold {
        font-weight: bold;
    }
    .level3ul > li > ul > li > ul {
        display: none;
    }
    .dropdowncontainer[class*="col"] > div > ul.dropdown {
        column-gap: 60px;
        column-rule: 1px solid rgba(231,231,231,1.00);
    }
    .dropdowncontainer.col2 > div > ul.dropdown {
        column-count: 2;
    }
    .dropdowncontainer.col3 > div > ul.dropdown {
        column-count: 3;
    }
    .dropdowncontainer.colalfabet > div > ul.dropdown {
        column-count: 5;
    }
    /*
    .dropdowncontainer.colalfabet > div > ul.dropdown > li.letter {
        break-after: avoid-column;
    }
    */
    .alfabetcolumns {
        display: flex;
        width: 100%;
    }
    .alfabetcolumns > div {
        flex: auto;
    }
    .alfabetcolumns > div div.letter {
        font-size: 14px;
        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;
		display: none;
    }
    .productmenubanner img {
        display: block;
        width: 100%;
    }
    div.product-filter-body-container {
        background-color: #f6f6f6;
        padding: 20px;
    }
    #activeFilters {
        background-color: #f6f6f6;
        color: #000;
        padding: 20px;
        margin-bottom: 20px;
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #activeFilters > span.header {
        position: absolute;
        top: -20px;
        left: 10px;
        background-color: #000;
        color: #FFF;
        padding: 3px 6px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 400;
    }
    .product-filter-item.selected {
        background-color: #547575;
        color: #FFF;
        padding: 2px 4px;
        border-radius: 2px;
        position: relative;
        margin: 0 5px 5px 0;
    }
    .product-filter-item.selected .remove {
        display: flex;
        justify-content: center;
        color: #FFF;
        background-color: #000;
        border-radius: 50%;
        position: absolute;
        top: -7px;
        left: -7px;
        width: 14px;
        height: 14px;
        font-size: 10px;
        line-height: 1;
        cursor: pointer;
    }
    #ProductMenu_List > li:hover > .dropdowncontainer {
        display: flex;
    }
    #ProductMenu_List > li.firstlevelonly:hover > ul {
        display: block;
    }
    /*
    #ProductMenu_List > li:nth-child(1) > .dropdowncontainer {
        display: flex;
    }

    .dropdowncontainer.hidelevel3 ul li ul {
        display: none;
    }
    */

    /*
    #ProductMenu_List > li:not(.fullwidth) {
        position: relative;
    }


    #ProductMenu_List > li > ul,
    #ProductMenu_List > li > div {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        max-width: 100vw;
        transform: translateX(-50%);
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 30px 40px rgba(0,0,0,.1);
    }
    #ProductMenu_List > li > div {
        width: 100vw;
    }
    #ProductMenu_List > li > div.brandscontainer {
        padding: 20px 0 20px 20px;
    }
    #ProductMenu_List > li > div.brandscontainer > div {
        display: flex;
        justify-content: space-between;
    }
    #ProductMenu_List > li > div.brandscontainer > div > div {
        display: flex;
        flex: auto;
        flex-direction: column;
        margin-right: 30px;
    }
    #ProductMenu_List > li > ul,
    #ProductMenu_List > li > div > ul {
        list-style-type: none;
    }
    #ProductMenu_List > li > ul {
        margin: 0;
        padding: 30px;
    }
    #ProductMenu_List > li > div > ul {
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        padding: 30px 0 0;
    }
    #ProductMenu_List > li > div > ul > li {
        flex: none;

        min-width: 150px;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    #ProductMenu_List > li > div > ul.hasproductmenubanner {
        padding-left: 400px;
        justify-content: flex-start;
    }
    #ProductMenu_List > li > div > ul > li.productmenubanner {
        width: 300px;
        height: calc(100% - 60px);
        position: absolute;
        top: 30px;
        left: 30px;
        overflow: hidden;
    }
    */

    .top-categories {
        margin: 90px 0;
    }
    .top-categories > div > a {
        width: 25%;
    }

    /*
    .productmenubanner img {
        width: 100%;
        display: block;
    }
    #ProductMenu_List > li > a:not([href*="-405s1.html"]) + div > ul > li > a, .brandscontainer .letter {
        font-size: 18px;
        font-family: 'Playfair Display', serif;
        text-decoration: none;
        display: block;
        margin: 0 0 10px;
    }
    .brandscontainer div > div.letter {
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .brandscontainer div > div.letter:not(:first-child) {
        margin-top: 20px;
    }
    #ProductMenu_List > li * a {
        text-decoration: none;
        display: block;
        white-space: nowrap;
        padding: 3px 0;
    }
    a[href*="-405s1.html"] + div .SubCategory1_Productmenu ul,
    .SubCategory2_Productmenu ul {
        display: none;
    }
    .SubCategory1_Productmenu > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    #ProductMenu_List ul.columns {
        column-count: 2;
        column-gap: 10px;
    }
    #ProductMenu_List > li.hover:hover > div:not(:empty) {
        display: flex;
    }
    #ProductMenu_List > li.hover:hover > ul:not(:empty) {
        display: block;
    }
    */


    .topnav > .container {
        position: relative;
        padding: 0;
    }
    .hightlightBoxes {
        margin: 0 -1%;
    }
    .hightlightBoxes > div {
        width: 31.3%;
        margin: 0 1% 2%;
    }


    .twocolumns > * {
        flex: none;
        width: 48%;
    }

    .showbasket-flexcontainer {
        display: flex;
        justify-content: space-between;
    }
    .showbasket-flexcontainer .last-minutes-deals {
        flex: none;
        width: 35%;
        order: 1;
    }
    .showbasket-flexcontainer > div.showbasket-basket-container {
        flex: none;
        width: 60%;
        order: 2;
		margin: 0 auto 30px;
    }
    .showbasket > .summary {
        display: flex;
        flex-direction: column;
    }
    .showbasket > .summary > * {
        flex: none;
    }
    .showbasketnavigation {
        display: flex;
        justify-content: space-between;
    }
    .showbasketnavigation > a:first-child {
        width: 30%;
    }
    .showbasketnavigation > a:last-child {
        width: 65%;
    }

    /*
    .ShowBasket_Custom_DIV {
        margin: 0 -1%;
        display: flex;
        flex-wrap: wrap;
    }

    .ShowBasket_Custom_DIV > div {
        width: 48%;
        margin: 0 1% 2%;
        flex: none;
    }
    */

    .loyaltyinfo {
        padding-left: 20px;
    }
    .loyaltyinfo > div {
        justify-content: space-between;
        align-items: center;
    }
    .loyaltyinfo > div.loggedin {
        align-items: flex-start;
    }
    .showbasket #embedUsePointsContainer {
        border-top: 0;
        flex: none;
        width: 50%;
        border-left: solid 1px rgba(198,198,198,1.00);
        padding: 0 0 0 20px;
        margin: 0 0 0 20px;
    }
    .loyaltyinfo .button {
        width: auto;
        flex: none;
    }
    .loyaltyinfo div:not(.loggedin) .info strong {
        padding-right: 10px;
    }




    .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%;
    }
    .Text1_FrontPage .fpusp img {
        width: 30px;
    }
    .Text1_FrontPage .fpusp img[src*="maerket"] {
        width: 110px;
    }
    .fpusp:not(.slick-initialized) > *, .fpusp .slick-slide {
        font-size: 17px;
    }
    .Text2_FrontPage {
        padding-top: 50px;
        display: block;
        margin: 0 auto;
        width: 1000px;
        text-align: center;
        max-width: 100%;
    }
    button.showresultsbutton {
        width: calc(30% - 45px);
    }
    .listtools {
        margin-left: -2%;
        margin-right: -2%;
    }
    .listtools > * {
        margin: 0 2%;
        min-width: 21%;
    }

    .listtools .toppager {
        flex: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;

    }
    .listtools .toppager .pager {
        flex-wrap: nowrap;
        min-width: 307px;
    }

    [class*="Custom_UL"]:not(.Prices_Custom_UL) > li {
        width: 31.3%;
        padding: 20px 20px 15px;
    }
    [class*="Custom_UL"]:not(.Prices_Custom_UL) > li:hover {
        box-shadow: 0 0 8px rgb(64 64 64 / 20%);
    }
    .news, [data-savings]:not([data-savings=""]):not([data-savings="100%"]):before {
        font-size: 14px;
    }
    .SubCats_Categories_UL, .SubCats_Categories_DIV {
        margin-left: -1%;
        margin-right: -1%;
        margin-bottom: 40px;
    }
    .SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
        width: 23% !important;
        margin: 0 1% 2%;

    }
    .productcard {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .productcard > * {
        flex: none;
    }

    .productcard > div.imagescontainer {
        width: 40%;
    }
    .productcard-buysection {
        width: 41%;
        padding: 0 5%;
    }
    .productcard > div:last-of-type {
        width: 19%;
        align-self: stretch;
        border-left: 3px solid #f6f6f6;
        padding-left: 20px;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    .productcard .productcard-buysection [data-savings]:not([data-savings=""]):not([data-savings="100%"]):before {
        transform: scale(1.5);
        transform-origin: 100% 0;
    }
    .webshop-checkout .productmenu,
    .webshop-checkout form.search,
    .webshop-checkout .topnavbuttons > * {
        display: none;
    }
    .checkoutsteps > div.done:before {
        background-size: 15% auto;
    }

    footer .columns {
        display: flex;
        justify-content: space-between;
    }
    footer .columns > * {

    }
    footer .columns > *:not(:last-child) {
        padding-right: 3%;
    }
    .asideul, .asideul ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .asideul > li > ul {
        background-color: #f6f6f6;
        padding: 20px;
    }
    .asideul ul {
        display: none;
    }
    .asideul a:not(#ActiveCategory_A) {
        display: block;
        text-decoration: none;
        color: #000;
        font-weight: 400;
    }
    .asideul > li > ul > li > a:not(#ActiveCategory_A) {
        background-image: url("/images/skins/Bewise2021/images/icon-arrow-right-black.svg");
        background-repeat: no-repeat;
        background-size: 9px;
        background-position: left center;
        padding: 5px 0 5px 15px;
    }
    .asideul > li > ul > li > a.Activ_Productmenu {
        background-color: #547575;
        color: #FFF !important;
    }
    .asideul > li > ul > li > a:hover:not(#ActiveCategory_A) {
        background-color: #547575;
        color: #FFF !important;
        background-image: url("/images/skins/Bewise2021/images/icon-arrow-right-white.svg");
        background-position: calc(10px);
        padding: 5px 0 5px 25px;
    }
    .asideul > li > ul > li > a.Activ_Productmenu:not(#ActiveCategory_A) {
        background-image: url("/images/skins/Bewise2021/images/icon-arrow-right-white.svg");
        background-position: calc(10px);
        padding: 5px 0 5px 25px;
    }
    .asideul > li > ul ul {
        margin: 5px 0;
        padding: 0 0 0 10px;
        border-left: solid 2px rgba(227,227,227,1.00);
    }
    .asideul > li > ul > li > ul > li > a:hover {
        color: #547575 !important;
    }
    .asideul > li > a {
        margin: 0 0 15px;
        font-size: 23px;
        font-weight: 400;
    }
    .asideul > li > a > span.ProductMenu_MenuItemBold {
        font-weight: 400;
    }
    .asideul > li > ul a {
        padding: 2px 0;
    }
    .asideul > li > ul a.Activ_Productmenu {
        color: #547575 !important;
    }
    .asideul + .productFilter {
        padding-top: 20px;
        margin-top: 20px;
        border-top: solid 1px rgba(217,217,217,1.00);
    }
}
@media (min-width: 1100px) {
    .newsletter-container > img {
        bottom: -33px;
        width: 320px;
    }
    .level3ul > li {
    }
}
@media (min-width: 1200px) {
    [class*="Custom_UL"]:not(.Prices_Custom_UL) > li {
        width: 23%;
    }
    .newsletter-container > img {
        bottom: -38px;
        width: 360px;
    }
}
@media (min-width: 1350px) {
    .newsletter-container > img {
        bottom: -52px;
        width: 500px;
    }
}

@media (max-width: 1245px) {
	#BUYSECTION .amount {
		display: none;
	}
}
@media (max-width: 899px) {

    .btnFilterProductsFound {
        position: fixed;
        bottom: 0;
        left: 15px;
        width: calc(100% - 30px);
        text-align: center;
        z-index: 999;
    }
    .btnFilterProductsFound:before {
        position: fixed;
        right: 15px;
        top: 15px;
        transform: none;
    }

    #ProductFilter-Container div[class*="product-filter-column-container"] > *:nth-last-child(3) {
        margin-bottom: 70px;
    }

    body.webshop-checkout .container.content {
        padding-top: 5%;
    }
    #checkout-container .checkout-headline {
        display: none;
    }
    .checkout-shipping-method-image img {
        width: 90px;
    }
    .checkout-payment-method-image, .checkout-shipping-method-image {
        float: none;
        margin-bottom: 5px;
    }
    #checkout-container #column-data #customer-login input {
        width: 100%;
    }
    #checkout-container #column-data, #checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
        padding: 10px;
    }
    .minibasket {
        max-width: calc(100vw - 150px);
    }
    .minibasket .linescontainer {
        width: 120px;
    }
    .minibasket > *:not(.linescontainer) {
        padding-left: 10px;
        padding-right: 10px;
    }
    .minibasket .line > a.name, .minibasket .line > .price small, .minibasket .line > small, .minibasket .line > .variantinfo, .minibasket .line > .price {
        display: none;
    }
    .minibasket .lines {
        padding: 0 10px;
    }
    .minibasket .line {
        padding: 10px;
        margin-bottom: 10px;
    }
    .minibasket .bottom > a:last-child, .minibasket .bottom > a:first-child {
        padding: 10px;
    }
    .fav-button {
        top: 40px;
    }
    .goback {
        position: relative;
        top: 0;
        margin-bottom: 5px;
    }
    .product .price strike:not(:empty) {
        display: block;
        padding-left: 0;
    }
    .size-container > div > div {
        font-size: 12px;
    }
    div.fancybox-content {
        max-width: 90%;
    }
    div.fancybox-content {
        padding: 20px;
    }
    aside {
        display: block;
    }
    /*
    .variantscontainer {
        white-space: nowrap;
        overflow: auto;
        text-overflow: auto;
        scroll-direction: horizontal;
        width: 100%;
    }
    */
    .asideul {
        display: none;
    }
    .productFilter {
        display: none;
    }
    .productFilter.active {
        display: flex;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #fff;
        left: 0;
        z-index: 9999;
        padding: 100px 15px 15px 15px;
        overflow-y: auto;
    }
    #activeFilters {
        display: none;
    }
    /*
    .productFilter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
        overflow: hidden;
        background-color: rgba(0,0,0,.4);
        display: none;
    }
    .productFilter.active {
        display: flex;
    }
    #ProductFilter-Container {
        position: absolute;
        top: 0;
        left: -400px;
        height: 100%;
        width: 330px;
        max-width: 80%;
        padding: 20px;
        background-color: rgba(255,255,255,1.00);
        box-shadow: 0 0 50px rgba(0,0,0,.2);
        z-index: 400;
        border-top: solid 7px #000000;
        transition: left 0.2s ease-in-out;
        display: flex;
        flex-direction: column;
    }
    #ProductFilter-Container.active {
        left: 0;
    }
    */
    .topnav .logo {
        width: 130px;
    }
    .usp > div:nth-child(n+4) {
        display: none;
    }
    .stickytop {
        box-shadow: 0 10px 20px rgba(0,0,0,.1);

    }
    /*
    .container.content {
       min-height: calc(100vh - 109px);
    }
    */
    .topnav .search {
        display: none;
    }

    .infobar > div {
        padding-right: 20px;
    }

    .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;
        color: #000;
    }
    #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);
    }
    .mobilemenuusp {
        padding: 15px 20px;
    }
    .mobilemenuusp > div:not(:last-child) {
        margin-bottom: 10px;
    }
    .mobilemenuusp strong {
        display: block;
        color: #2A3D4C;
    }

    .listtools {
        margin-left: -2%;
        margin-right: -2%;
        flex-wrap: wrap;
    }
    .listtools > * {
        width: 46%;
        margin: 0 2%;
    }
    .listtools > .toppager {
        width: 96%;
        margin-top: 4%;
    }
    .toppager .pager {
        width: 100%;
    }
    .toppager .pager .prev, .toppager .pager .next {
        min-width: 80px;
    }



    .pages a.ActivePageNumber_ProductList:link, .pages a.ActivePageNumber_ProductList:visited, .pages a.ActivePageNumber_ProductList:hover, .pages a.ActivePageNumber_ProductList:active, .pages a.InactivePageNumber_ProductList:link, .pages a.InactivePageNumber_ProductList:visited, .pages a.InactivePageNumber_ProductList:hover, .pages a.InactivePageNumber_ProductList:active, .pager .prev a, .pager .next a {
        padding: 6px 7px;
    }

    .pager .prev a, .pager .next a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .pager .prev a {
        padding-left: 0;
    }
    .pager .next a {
        padding-right: 0;
    }




    .Text1_FrontPage {
        display: flex;
        flex-direction: column;
    }
    .Text1_FrontPage > a {
        flex: none;
        width: 100%;
        display: block;
    }
    .Text1_FrontPage > *:not(:last-child) {
        margin-bottom: 15px;
    }
    .Text1_FrontPage .fpusp img[src*="maerket"] {
        width: 80px;
    }


    footer .header {
        padding: 15px 40px 15px 0;

    }
    footer .header.expandable {
        background-image: url(/images/skins/Bewise2021/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/Bewise2021/images/icon-up-white.svg);
    }


    .showbasket .summary {
        margin-top: 10px;
    }
    .twocolumns {
        flex-direction: column;
    }
    .twocolumns .supportbox {
        margin-top: 20px;
        justify-content: center;
    }

    #customer-login {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
    #customer-login > p strong {
        display: block;
    }
    #customer-login .button {
        width: 100%;
        margin-top: 10px;
    }

    .loyaltyinfo > div {
        flex-direction: column;
        text-align: center;
    }
    /*
    .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;
    }
    .employees {
        margin-top: 0;
    }
    .employees > li {
        width: 48%;
    }
    .employees h2 {
        font-size: 13px;
        margin: 10px 0 0;
    }
    .employees strong {
        font-size: 22px;
    }
    .employees p {
        line-height: normal;
    }
    .hideonmobile {
        display: none;
    }


    div.CookiePolicyText > img {
        margin: 15px 25px;
        width: 120px;
    }
    div.CookiePolicyText > h2 {
        padding: 25px 25px 15px;
        font-size: 21px;
    }
    div.CookiePolicyText > p {
        padding: 0 25px 25px;
        font-size: 95%;
    }
    div.cookie-policy-accept-buttons-container {
        padding: 20px 25px 15px;
        flex-direction: column-reverse;
    }
    div.cookie-policy-accept-buttons-container > input[type="button"] {
        font-size: 90%;
        padding: 15px 10px;
    }
    div.cookie-policy-details-link-container {
        padding:  0 0 20px;
    }
    div.cookie-policy-consents-container {
        flex-wrap: wrap;
    }
    div.cookie-policy-consents-container > div {
        flex:none;
        width: 50%;
    }
    div.cookie-policy-consents-container > div:nth-child(-n+2) {
        border-bottom: solid 1px #d4d4d4;
    }
    div.cookie-policy-accept-buttons-container > input {
        padding: 10px 15px;
    }
    div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
        margin-right: 0;
        margin-top: 10px;
    }
    div.cookie-policy-consents-container label {
        font-size: 80%;
    }
    div.cookie-policy-consents-container label div > span {
        width: 20px;
        height: 20px;
    }
    .cookieSettingsButton {
        bottom: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
    }

    .clerk .slick-list {
        margin: 0 -10px;
    }
    .clerk .slick-slide {
        margin: 0 10px;
    }
}
@media (max-width: 400px) {
    .social {
        flex-wrap: wrap;
    }
    .social > div:first-child {
        margin-bottom: 10px;
    }
    .christmas-message {
        font-size: 10px;
    }
}
@media (max-width: 370px) {
    .customerservice {
        display: none;
    }
}

.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}
