@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');*/

#cc_Container {
    z-index: 999999 !important;
}
#ShopMainLayOutTable {
	display:none;
}
body, html {
	height: 100%;
}
body {
	margin:0;
	overflow-x: hidden;
}
body, input, select, textarea, button {
	font-family: 'Poppins', 'Arial', sans-serif;
	color:#000000;
	font-size:13px;
	font-weight:300;
}
a {
	color:#000;
}
a:hover {
	color:rgba(121,121,121,1.00);
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:0;
}
input, img {
	outline: none;
}
input[type="submit"], input[type="button"], #confirm-complete-button, a.button, .webshop-frontpage .usp .button, .btnFilterProductsFound, #checkout-container input#confirm-complete-button, #checkout-container input.checkout-salesdiscount-code-button, button, [href="/shop/customer.html&StrCurTab=3"] {
	-webkit-appearance: none;
	font-weight:300;
	border:none;
	color:#fff;
	cursor:pointer;
	background: #5D7883;
	padding:5px 20px;
	font-size: inherit;
	text-decoration:none;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	outline: none;
	min-height: 34px;
	position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}
#confirm-complete-button {
	display: flex;
	justify-content: center;
}
[class*="Custom_UL"] .product input[type="submit"], [class*="Custom_UL"] .product a.button {
    padding: 5px 35px 5px 20px;
    background-image: url(/images/skins/Bewise/images/icon-basket-white.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    background-size: 12px;
    max-width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, #checkout-container input[type="text"], #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;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 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="checkbox"]:checked, input[type="radio"]:checked {
    background-color: #5D7883;
    border-color: #5D7883;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 50% 50%;
}
textarea {
	height: 80px !important;
	padding: 10px;
}
select, #checkout-container select.checkout-select {
	-webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dfdfdf;
    background-color: #FFF;
    padding: 0px 30px 0px 15px;
    height: 34px;
	outline: none;
	border-radius:2px;
    background-image: url('/images/skins/Bewise/images/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: calc(100% - 10px) 50%;
	cursor:pointer;
}
span.input {
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: rgba(238, 238, 238, 1);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 8px 0 0;
}
:checked + label > span.input:before {
	background-color: rgb(56,175,72);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 50%;
	width: 50%;
	content: "";
	border-radius: 50%;
}

h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, .Heading_B2Blogin, .SubCatsProcuctsHeading, b .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4, .Text1_FrontPage h2, .Text2_FrontPage h2, .relatedHeader, .alsoboughtHeader {
    font-weight:300;
    font-size: 35px;
    display: inline-block;
    position: relative;
    line-height: 1;
	padding: 0;
	margin: 0px 0px 30px;
    z-index: 1;
}
body.webshop-productlist h1 {
    display: block;
    width: 100%;
}

h1:empty, .relatedHeader:empty, .alsoboughtHeader:empty {
	display: none;
}

span.headline {
    display: block;
    font-weight:300;
    font-size: 25px;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.relatedHeader, .alsoboughtHeader {
	margin-top: 80px;
}
h2, .Text1_Customer .Heading_Customer, .mediumheader {
	font-size:19px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px;
}
.spacebottom {
    margin-bottom: 70px;
}
.bewise_search.bewise_standard {
    z-index: 9999;
}
header {
	position:relative;
	background-color: rgba(255,255,255,1.00);
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	z-index: 999;
}
header > div:first-of-type {
    width: 1800px;
    margin: 0 auto;
    max-width: 90%;
    display: flex;
}
header > div > * {
	flex: none;
}
header .icon {
	height: 16px;
	width: auto;
}
header label {
	display: block;
    font-size: 10px;
    text-transform: uppercase;
}
header img + label {
	margin-top: 4px;
	cursor: pointer;
    letter-spacing: 0.5px;
}
.customerservice {
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.customerservice > div > img {
    display: block;
    height: 30px;
	width: auto;
    margin-right: 20px;
}
.customerservice > div {
    line-height: 15px;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*
.customerservice > div:before {
    right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f6f6f6;
	border-width: 5px;
	margin-top: -5px;
}
*/
.customerservice > div span {
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 2px;
    color: #AA9B87;
}
.customerservice > div small {
    display: block;
}
.headerBox {
	padding: 25px 15px;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s ease;
	position: relative;
}
.headerBox .myPoints {
	position: absolute;
	left: 50%;
	bottom: 13px;
	transform: translateX(-50%);
	border-radius: 2px;
	font-family: 'Arial';
	line-height: 1;
	font-size: 10px;
	color: #5D7883;
	white-space: nowrap;
}
.headerBox .myPoints:empty {
	display: none;
}
.shoplogo {
	position: relative;
	padding: 25px 0;
	display: flex;
	align-items: center;
}
.shoplogo img {
	display: block;
	height: 55px;
	width: auto;
}

.basket {
	cursor: pointer;
	position: relative;
    z-index: 500;
}
.basket .count, .btnFavorites .count {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 18px;
	height: 18px;
	background-color: #5D7883;
	border-radius: 50%;
	text-align: center;
	padding: 4px 0 0;
	font-family: 'Arial';
	line-height: 1;
	font-size: 10px;
	font-weight: normal;
	color: rgba(255,255,255,1.00);
}
.headerBox .count:empty {
	display: none;
}
.basket .currency {
	display: none;
}
.miniBasket {
	position: absolute;
	right: 0;
    display: none;
	top: 100%;
	width: 500px;
	padding: 30px;
	background-color: rgba(255,255,255,1.00);
	border: solid 1px rgba(238, 238, 238, 1);
	border-right: none;
	transition: right 0.2s ease-in-out;
	text-align: left;
}
.miniBasket .item {
	display: flex;
	padding: 0 0 15px;
	margin: 0 0 15px;
	position: relative;
	border-bottom: solid 1px rgba(238, 238, 238, 1);
}
.miniBasket .item a[href*="remove"] {
    position: absolute;
    z-index: 20;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    top: -8px;
    left: -8px;
    background-color: rgba(0,0,0,1.00);
}
.miniBasket .item a[href*="remove"] img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
}
.miniBasket .item .image {
	flex: none;
	position: relative;
	width: 90px;
}
.miniBasket .item .image img {
	display: block;
	width: 100%;
}
.miniBasket .item .info {
	flex: auto;
	padding: 0 15px;
}
.miniBasket .item .info a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.miniBasket .item .price {
	flex: auto;
	text-align: right;
}
.miniBasket .line {
	display: flex;
}
.miniBasket .line > span {
	flex: auto;
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.miniBasket .line > span:last-child {
	text-align: right;
}
.miniBasket .line > span:empty {
	display: none;
}
.miniBasket .line.total {
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	margin-bottom: 15px;
}
.miniBasket .button {
	display: block;
}

#alertbar {
	text-align:center;
	padding:8px 50px;
	font-weight:normal;
	z-index: 10;
	width: 100%;
	position: relative;
	text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 11px;
	background-color: #AA9B87;
}
#alertbar, #alertbar a {
	color:rgba(255,255,255,1.00);
	text-decoration: none;
}
#alertbar a {
	display: block;
}
#alertbar .close {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:18px;
	height:18px;
	position:absolute;
	right:20px;
	z-index:10;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
	cursor:pointer;
    background-color: #FFFFFF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
#alertbar .close .fa {
	position: absolute;
	top: 47%;
	left: 50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #FFF;
}

.btnLastViewed .count {
    position: absolute;
	right: 0;
	top: 10px;
	width: 17px;
	height: 17px;
	background-color: #5D7883;
	border-radius: 50%;
	text-align: center;
	padding: 4px 0 0;
	font-family: 'Arial';
	line-height: 1;
	font-size: 10px;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
}
.lastviewedproducts {
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 1000;
    width: 240px;
    transform: translateX(78%);
    display: flex;
    flex-direction: column;
    transition: transform .5s ease;
}
.lastviewedproducts.open {
    transform: translateX(0);
}
.lastviewedproducts.open li {
    display: block;
}
.lastviewedtab {
    padding: 4px 8px;
    border: solid 1px rgba(238, 238, 238, 1);
    border-bottom: none;
    background-color: rgba(255,255,255,1.00);
    position: relative;
    z-index: 10;
    align-self: flex-start;
    flex: none;
    display: flex;
    align-items: center;
}
.lastviewedtab img {
    height: 20px;
    margin: 0 6px 0 0;
}
.lastviewedul {
    top: -1px;
    position: relative;
    z-index: 5;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border: solid 1px rgba(238, 238, 238, 1);
    border-right: none;
    background-color: rgba(255,255,255,1.00);
    max-height: 500px;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
	overflow-y:auto;
}
.lastviewedproducts.open .lastviewedul {
    padding: 8px 4px 0;
}
.lastviewedul > li {
    flex: none;
    margin: 0 4px 8px;
    width: calc(50% - 8px);
    display: none;
}
.lastviewedul .product .stock, .lastviewedul li div.Element_Overlay_ProdList_SavingsContainer_DIV {
    display: none !important;
}
.lastviewedul .product .news {
	background-color: #AA9B87;
    color: rgba(255, 255, 255, 1.00);
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	display: inline-flex;
    width: fit-content;
}
.lastviewedul > li .name a, .lastviewedul [class*="Custom_UL"] .product .price {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
}
.lastviewedul [class*="Custom_UL"] .product .info {
    padding: 5px;
}
.lastviewedul [class*="Custom_UL"] .product .buy {
    margin: 0;
}
.lastviewedul [class*="Custom_UL"] .product .price {
}
.lastviewedul [class*="Custom_UL"] .product .price strike {
    display: none;
}


.uspContainer {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 30px;
}
body.webshop-frontpage .uspContainer {
    border-bottom: none;
    margin-bottom: 0;
}

.uspContainer {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.uspContainer > div {
    width: 1800px;
    max-width: 90%;
    margin: 0 auto;
}
.uspContainer > div:not(.slick-initialized) {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.uspContainer > div:not(.slick-initialized) > div, .uspContainer .slick-slide {
    flex: none;
    padding: 20px 0;
    display: flex !important;
    justify-content: center;
    align-items: center;

}
.uspContainer > div:not(.slick-initialized) > div {
    margin: 0 40px;
    white-space: nowrap;
}
.uspContainer img {
    height: 10px;
	width: auto;
	margin: 0 10px 0 0;
}

/*
.uspContainer .topusp {
    flex: none;
}
.usp:not(.slick-initialized) {
	display: flex;
	align-items: center;
    margin: 0;
}
.usp:not(.slick-initialized) > div {
    margin: 0 40px;
    letter-spacing: 0.5px;
}
.usp a, .usp .slick-slide {
	display: block;
	text-decoration: none;
	text-align: center;
}
.usp img, .usp .slick-slide img {
	height: 10px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.usp strong {
	display: inline-block;
	vertical-align: middle;
}
.usp span {
	color: #5D7883;
	text-decoration: underline;
	display: none;
}
.usp p {
	display: none;
}
*/
.chat a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.chat img {
    height: 14px;
    display: block;
    margin-left: 10px;
}

.searchMobile {
	display: none;
}
.search {
	flex: auto;
	align-items: center;
	justify-content: center;
	display: flex;
}
#Search_Form {
	display: block;
	width: 100%;
	max-width: 80%;
	position: relative;
}
#Search_Form:before, #Search_Form .SubmitButton_SearchPage {
	width: 60px;
}
#Search_Form:before {
	content: "⌕";
	font-family: 'Arial';
	line-height: 1;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translateY(calc(-50% + -2px)) scaleX(-1);
}
#Search_Form .SearchTitle_SearchPage,
#Search_Form .nbsp,
#Search_Form br {
	display:none;
}
#Search_Form .SearchField_SearchPage {
	color: #000;
	background-color: #f2f2f2;
	padding: 0px 50px 0px 25px;
	border: none;
	font-weight: normal;
	display: block;
	height:46px !important;
	width: 100%;
	border-radius: 2px;

}
#Search_Form .SubmitButton_SearchPage {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
	height: 100%;
}


article {
	width:1800px;
	max-width:90%;
	margin:0 auto 30px;
	position:relative;
    display: flex;
    flex-wrap: wrap;
}
article:after {
	content:"";
	clear:both;
	display:block;
}
article .wrapper-content {
    margin: 0 auto;
    width: 100%;
}
article aside {
    display: none;
    width: 25%;
}
body.webshop-productlist:not(.noproducts) article aside {
    display: block;
}
body.webshop-productlist.blog article aside {
    display: none;
}
body.webshop-productlist.blog article .wrapper-content {
    width: 100%;
    margin-left: 0%;
}
body.webshop-productlist:not(.noproducts) article .wrapper-content {
    width: 73%;
    margin-left: 2%;
}


.mainFlex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
}
.mainFlex img {
    display: block;
    max-width: 100%;
}
.mainFlex > div {
    margin: 0 2%;
    width: 29.3%;
}
.mainFlex > div:first-child > div:first-child {
    margin-bottom: 12%;
}

.box1, .box2, .box3, .box4, .box5 {
    position: relative;
}
.box1 > a, .box2 > a, .box3 > a {
    display: block;
    width: 100%;
    height: 100%;
}
.box1 .boxContent, .box2 .boxContent, .box3 .boxContent {
    position: absolute;
}
.box1 .boxContent, .box2 .boxContent {
    background-color: #5D7883;
    padding: 30px;
    color: #FFF;
    bottom: -30px;
    right: -30px;
    z-index: 20;
}
.box1 .boxContent span, .box2 .boxContent span, .box3 .boxContent span {
	font-weight:300;
    font-size: 35px;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.box1 .boxContent small, .box2 .boxContent small, .box3 .boxContent small {
    display: block;
    padding: 6px 0 10px;
    font-size: 13px;
    font-weight:300;
}
.box1 .boxContent i, .box2 .boxContent i, .box3 .boxContent i {
    font-style: normal;
    background-color: #000;
    color: #FFF;
    padding: 6px 15px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
}
.box3 {
    border: 10px solid #5D7883;
}
.box3 .boxContent {
    background-color: #5D7883;
    padding: 40px 30px;
    color: #FFF;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    text-align: center;
    z-index: 20;
}
.mainFlex > div:last-child {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.mainFlex .mainCustomerclub {
    margin: 10px 0 12% 0;
    background-color: #5D7883;
    padding: 50px;
    flex: auto;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    color: #5d4439;
}
.mainFlex .mainCustomerclub > div > img {
    width: 200px;
}

.mainCustomerclub > div > span {
    font-weight: 700;
    font-size: 40px;
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 1;
}
.mainCustomerclub > div > span:before {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    height: 20px;
    width: 100px;
    background-color: #5D7883;
    z-index: -1;
}
.mainCustomerclub > div > small {
    display: block;
    font-size: 13px;
    font-weight:300;
    padding: 10px 0;
}
.mainCustomerclub > div > a {
    font-style: normal;
    background-color: #000;
    color: #FFF;
    padding: 6px 15px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}
.mainFlex > div:last-child > div:last-child {
    flex: none;
    height: 300px;
    background-color: #adb7ad;
    width: 100%;
    position: relative;
}
.box3 {
    overflow: hidden;
}
.boxImage  {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.box3 img, .boxImage img {
    transition: transform 2s;
}
.box3:hover img, .box1:hover .boxImage img, .box2:hover .boxImage img {
    transform: scale(1.2);
}
.focusBrand {
    display: flex;
    align-items: center;
    justify-content: center;
}
.focusBrand a {
    max-width: 50%;
    display: block;
}
.focusBrand a img {
    width: 100%;
    display: block;
}




.fpBoxes {
    margin: 0 -1% 70px;
    display: flex;
}
.fpBoxes a {
	position: relative;
	display: block;
}
.fpBoxes > div {
    flex: none;
    margin: 0 1%;
    width: 48%;
}
.fpBoxes > div:last-child {
    display: flex;
    flex-wrap: wrap;
}
.fpBoxes > div:last-child > div {
    width: 48%;
}
.fpBoxes > div:last-child > div:first-child, .fpBoxes > div:last-child > div:nth-child(2) {
    margin-bottom: 4%;
}
.fpBoxes > div:last-child > div:nth-child(1), .fpBoxes > div:last-child > div:nth-child(3) {
    margin-right: 4%;
}
.fpBoxes img {
	display: block;
	width: 100%;
	height: auto;
}
.fpBoxes .nivo-dynamic-text {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 100%;
	display: flex;
	justify-content: center;
}
.nivo-dynamic-text-inner-content-left > div,
.nivo-dynamic-text-header {
    width: fit-content;
    padding: 10px 15px;
    margin: 0 auto;
}
.fpBoxes > div:first-child .nivo-dynamic-text-header {
    font-size: 250%;
}
.nivo-dynamic-text-header {
    background-color: rgba(170,155,135,.40);
    color: rgba(255,255,255,1.00);
    font-size: 150%;
}

.Text1_FrontPage, .Text2_FrontPage {
	display:block;
	margin:0 0 60px;
}
.Text1_FrontPage + br, .Text2_FrontPage + br {
	display: none;
}
.Text1_FrontPage:empty, .Text2_FrontPage:empty {
	display: none;
}

.three-colum {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px -2% 50px;
    justify-content: center;
}
.three-colum > div {
    flex: none;
    width: 29.3%;
    margin: 0 2%;
    position: relative;
    text-align: center;
}
.three-colum > div img {
    display: inline-block;
    max-width: 90%;
	height: auto;
    border-radius: 50%;
    width: 360px;
    border: 10px solid #FFF;
}
.three-colum > div > div:first-child {
    position: relative;
}
.three-colum > div > div:first-child:after {
    content: "";
    background-color: #83735D;
    position: absolute;
    top: 50%;
    height: 50%;
    display: block;
    width: 100%;
    z-index: -1;
}
.three-colum > div > div:last-child {
    background-color: #f6f6f6;
    padding: 40px;
}
.three-colum a.btn {
    display: inline-block;
    border-radius: 2px;
    padding: 5px 30px 5px 15px;
    color: #FFF;
    background-color: #83735D;
    text-decoration: none;
    position: relative;
}
.three-colum a.btn:after {
    content: url("/images/skins/Bewise/images/arrow-right-white.svg");
    width: 7px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.brands {
    position: relative;
    width: 1800px;
    margin: 60px auto;
    max-width: 100%;
}
.brands img {
	height: auto;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
	height: auto;
    cursor: pointer;
    display: block;
    z-index: 9;
}
.prevArrowLeft {
    left: 0;
}
.prevArrowRight {
    right: 0;
}
.brands .slick-slide {
    margin: 0 20px;
	height: inherit !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.brands .slick-list {
    margin: 0 -20px;
}
.brands .slick-track {
    display: flex !important;
}

.mainCategories {
    width: 1270px;
    margin: 0 auto 50px;
    max-width: 90%;
}
.mainCategories > span {
    margin-bottom: 20px;
    text-align: center;
}
.mainCategories > div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.mainCategories > div > div {
    flex: none;
    width: 18%;
    margin: 0 1% 2%;
    padding: 20px;
    border: 1px solid #eee;
}
.mainCategories > div > div:hover {
    background-color: #f6f6f6;
}
.mainCategories > div > div img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
.mainCategories > div > div > a {
    display: block;
    text-align: center;
}
.mainCategories > div > div > a > span {
    display: inline-block;
    border-radius: 2px;
    padding: 5px 10px;
    color: #FFF;
    background-color: #AA9B87;
    width: 90%;
}

.frontpageProductsContainer > div:first-child {
    margin-bottom: 30px;
}
.frontpageProductsContainer > div:first-child img {
    display: block;
    width: 100%;
}
.frontpageProductsContainer > div:first-child br {
    display: none !important;
}
.frontpageProducts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2% 50px;
}
.frontpageProducts > div {
    margin: 0 2%;
}
.frontpageProductsText {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 29.3%;
    background-color: #5D7883;
    color: #FFF;
    font-size: 40px;
    padding: 30px;
    text-transform: uppercase;
    text-align: center;
}
.frontpageProductsContent {
    width: 62.7%;
}
[class*="Custom_UL"] {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
[class*="Custom_UL"]:not(.slick-initialized):not(.Prices_Custom_UL) {
    display: flex;
    margin: 0 -1%;
}
/*
[class*="Custom_UL"]:not(.slick-initialized) * > li:nth-child(n+5) {
    display: none;
}
*/
[class*="Custom_UL"] > li:not(.Prices_Custom_UL > li) {
    flex: none;
    width: 23%;
    margin: 0 1% 2%;
}
[class*="Custom_UL"] .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    display: block;
    z-index: 9;
}
[class*="Custom_UL"] .prevArrowLeft {
    left: -20px;
}
[class*="Custom_UL"] .prevArrowRight {
    right: 0;
}
[class*="Custom_UL"] .slick-slide {
    margin: 0 20px;
}
[class*="Custom_UL"] [class*="Custom_UL"] .product {
    border: none;
}


.popular-brands {
    margin: 0 0 30px 0;
}
.popular-brands > div {
    display: flex;
    align-items: center;
    margin: 0 -1%;
}
.popular-brands > span {
    flex: none;
    width: 100%;
    display: block;
    font-weight: 300;
    font-size: 25px;
    margin: 0 0 30px 0;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}
.popular-brands > div > div {
    flex: none;
    width: 48%;
    margin: 0 1%;
}
.popular-brands div.nivo-dynamic-text {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 100%;
}
.popular-brands .nivo-dynamic-text-link {
    background-color: #5D7883;
    color: #FFF;
}
.popular-brands img {
	display: block;
	width: 100%;
	height: auto;
}


#ProductmenuContainer_DIV {
	background-color:#f9f9f9;
	border-bottom: solid 1px #ebebeb;
	position:relative;
	width:100%;
    box-shadow: 0 5px 5px rgba(147,147,147,0.1);
}
span.ProductMenu_Category_Icon_Container {
	display:none !important;
}
.Heading_ProductMenu {
	display:none;
}
#ProductMenu_List {
	padding:0;
	list-style-type:none;
	width:1800px;
	max-width:90%;
	margin:0 auto;
	display: flex;
}
#ProductMenu_List > li {
	flex: none;
}
#ProductMenu_List > li:last-child {
    margin-right: 0;
}
#ProductMenu_List > li.autoColumns:not(.hasBrands) {
	position: relative;
}

#ProductMenu_List > li > a {
	display:flex;
	padding:14px 30px;
	text-decoration:none;
	position:relative;
	text-transform: uppercase;
	font-size: 14px;
}
#ProductMenu_List > li > a:before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#ProductMenu_List > li > a[href="/shop/news-ALL-1.html"] {
    padding: 14px 20px 14px 45px;
    background-color: #5D7883;
    color: #FFF;
    display: flex;
}
#ProductMenu_List > li > a[href="/shop/udsalg-581s1.html"],
#ProductMenu_List > li > a[href="/shop/specialoffer-ALL-1.html"] {
    padding: 14px 20px 14px 40px;
    background-color: #AA9B87;
    color: #FFF;
}
#ProductMenu_List > li > a[href="/shop/udsalg-581s1.html"]:before,
#ProductMenu_List > li > a[href="/shop/specialoffer-ALL-1.html"]:before {
    height: 16px;
    width: 16px;
    content: url("/images/skins/Bewise/images/icon-menu-procent-white.svg");
}
#ProductMenu_List > li > a[href="/shop/cms-2.html"], #ProductMenu_List > li > a[href="/shop/terms.html"] {
    padding: 14px 20px 14px 40px;
}
#ProductMenu_List > li > a[href="/shop/cms-2.html"]:before, #ProductMenu_List > li > a[href="/shop/terms.html"]:before {
    height: 16px;
    width: 16px;
    content: url("/images/skins/Bewise/images/icon-help-black.svg");
}
#ProductMenu_List > li:nth-child(1) > a:before {
    height: 16px;
    width: 20px;
    content: url("/images/skins/Bewise/images/icon-menu-megafone-white.svg");
}
#ProductMenu_List > li > a[href="/shop/gavekort-38555p.html"] {
    padding: 14px 20px 14px 45px;
}
#ProductMenu_List > li > a[href="/shop/gavekort-38555p.html"]:before {
    height: 18px;
    width: 14px;
    content: url("/images/skins/Bewise/images/icon-menu-gift-black.svg");
}
/*
#ProductMenu_List > li:last-child > a:before {
    height: 16px;
    width: 16px;
    content: url("/images/skins/Bewise/images/icon-menu-procent-white.svg");
}
*/
#ProductMenu_List > li.has-dropdown > a[href="/shop/news-ALL-1.html"]:after {
	content: url('/images/skins/Bewise/images/arrow-down-white.svg');
	margin-left: 6px;
	width: 9px;
}
#ProductMenu_List > li > a .count {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 9px;
    font-weight: normal;
    padding: 3px 5px;
    background-color: #444;
    color:rgba(255,255,255,1.00);
    border-radius: 1px;
}
#ProductMenu_List > li > a .count:empty {
	display: none;
}
#ProductMenu_List > li > a .count.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
/*
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
*/
/*
#ProductMenu_List > li:nth-child(2) > a:before {
    height: 28px;
    width: 28px;
    content: url("/images/skins/Bewise/images/icon-menu-horse.svg");
}
#ProductMenu_List > li:nth-child(3) > a:before {
    width: 20px;
    height: 25px;
    content: url("/images/skins/Bewise/images/icon-menu-rider.svg");
}
#ProductMenu_List > li:nth-child(4) > a:before {
    height: 23px;
    width: 23px;
    content: url("/images/skins/Bewise/images/icon-menu-horsehouse.svg");
}
#ProductMenu_List > li:nth-child(5) > a:before {
    content: url("/images/skins/Bewise/images/icon-saddle.svg");
    height: 23px;
    width: 23px;
}
#ProductMenu_List > li:nth-child(6) > a {
    padding: 14px 20px;
}
*/
/*
#ProductMenu_List > li:nth-child(6) > a:before {
    content: url("/images/skins/Bewise/images/icon-menu-brand.svg");
    height: 17px;
    width: 17px;
}
#ProductMenu_List > li > a[href="/shop/udsalg-581s1.html"] {
    background-color: #AA9B87;
    color: #FFF;
    padding: 14px 30px;
}
*/
#ProductMenu_List > li > a, #ProductMenu_List > li > a > .ProductMenu_MenuItemBold {
	font-weight: normal;
}

#ProductMenu_List > li.has-dropdown > a {
	display: inline-flex;
	align-items: center;
}
#ProductMenu_List > li.has-dropdown > a:after {
	content: url('/images/skins/Bewise/images/arrow-down.svg');
	margin-left: 10px;
	width: 9px;
}

#ProductMenu_List > li > ul, #ProductMenu_List > li > div {
	display: none;
	position: absolute;
	padding: 25px 30px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
#ProductMenu_List > li.autoColumns > div {
	left: 0;
}
#ProductMenu_List > li.autoColumns:last-child > div {
	left: auto;
	right: 0;
}
#ProductMenu_List > li.hasBrands > div {
    width: 100%;
    justify-content: center;
}
#ProductMenu_List > li.autoColumns.hover:hover > div {
	display: flex;
}
#ProductMenu_List > li.megaMenu.hover:hover > div {
	display: flex;
}
#ProductMenu_List > li > div > div > a, #ProductMenu_List > li > div > div > a > span {
	font-weight: normal;
}
#ProductMenu_List > li > div > div > a {
	display: block;
	text-decoration: none;
	margin: 0 0 10px;
	min-width: 180px;
    font-weight:300;
}
#ProductMenu_List > li > div > div > a:last-child {
	margin-bottom: 0;
}
#ProductMenu_List .megaMenuContainer {
	left: 0;
	width: 100%;
	padding-bottom: 0;
}
#ProductMenu_List .megaMenuContainer > ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	width: 1800px;
    max-width: 90%;
	flex-wrap: wrap;

}
#ProductMenu_List .megaMenuContainer > ul > * {
	flex: none;
	margin:0 0 25px 0;
    min-width: 20%;
}
#ProductMenu_List .megaMenuContainer > ul > .productMenuBanner {
	max-width: 18%;
}
#ProductMenu_List .megaMenuContainer > ul > .productMenuBanner a, #ProductMenu_List .megaMenuContainer > ul > .productMenuBanner img {
	display: block;
	width: 100%;
}
#ProductMenu_List .megaMenuContainer > ul > li > ul {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
}
#ProductMenu_List .megaMenuContainer > ul > li > a, #ProductMenu_List .megaMenuContainer > ul > li > a > .ProductMenu_MenuItemBold {
	font-weight: bold;
}
#ProductMenu_List .megaMenuContainer > ul > li > a {
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(0,0,0,1.00);
	letter-spacing: 1px;
}
#ProductMenu_List .megaMenuContainer > ul > li > ul > li > a, #ProductMenu_List .megaMenuContainer > ul > li > ul > li > a > .ProductMenu_MenuItemBold {
	font-weight:300;
}
#ProductMenu_List .megaMenuContainer > ul > li > ul > li:not(:last-child) {
	margin-bottom: 5px;
}
#ProductMenu_List .megaMenuContainer > ul > li > ul > li > a {
	text-decoration: none;
}
#ProductMenu_List .megaMenuContainer > ul > li > ul > li ul {
	display: none;
}


a#ActiveCategory_A {
	display:none !important;
}




/* PRODUCTLIST */
.productlistToolsContainer {
	display: flex;
}
.productlistTools {
	display: flex;
	border: solid 1px rgba(238, 238, 238, 1);
	border-radius: 4px;
	margin: 30px 0 30px;
	padding: 10px 25px;
	align-items: center;
}
.productlistTools > :not(:last-child) {
	border-right: solid 1px rgba(238, 238, 238, 1);
	padding-right: 15px;
	margin-right: 15px;
}
.productlistTools select {
	padding: 0 10px 0 0;
	height: auto;
	border: none;
	background-position: 100% 50%;
}
.productlistTools:empty {
	display: none;
}
.productlistTools .found {
	display: none;
}
.category-description {
	display: block;
	padding: 40px;
	background-color: #f6f6f6;
	margin: 30px 0 30px;
}
.category-description:empty {
	display: none;
}
.SubCats_Categories_Container {
	text-align: center;
}

.ProductList_Custom_DIV {
    padding:0;
	margin:0 -1%;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.ProductList_Custom_DIV > div {
    width:18%;
	margin: 0 1% 2%;
	flex: none;
	position: relative;
    border: 1px solid #eee;
}
.ProductList_Custom_DIV > div {
    padding: 10px;
}
.ProductList_Custom_DIV > div .image {
    margin-bottom: 10px;
}
.ProductList_Custom_DIV > div .image img {
    max-width: 100%;
    display: block;
}
.ProductList_Custom_DIV > div .name a {
    text-decoration: none;
}
.productcard-blog {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}
.productcard-blog .imagecanvas img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.lastBoughtText, .lowStockInformation {
    display: inline-flex;
    align-items: center;
    background-color: rgba(201,242,204,0.2);
    border: solid 1px rgba(118,173,112,0.6);
    border-radius: 3px;
    padding: 8px 10px 6px;
    margin: 0 0 20px;
}
.lastBoughtText img, .lowStockInformation img {
    width: 14px;
    margin: 0 10px 0 0;
}
.lowStockInformation {
    background-color: rgba(245,238,203,1.00);
    border-color: rgba(217,195,143,1.00);
}



.countdownContainer {
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    margin: 0 0 15px;
}
.countdownContainer .count {
    font-weight: bold;
}
.productcard .countdownContainer {
    margin: 15px 0;
}
.productcard .countdownContainer + .stockInfo {
    display: none;
}
.expectedDelivery {
	display: block;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.preorderBadge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #AA9B87;
    padding: 5px 10px;
    text-align: left;
    transform-origin: 100% 0;
    color: rgba(255,255,255,1.00);
}
.preorderBadge > strong {
    font-size: 12px;
    text-transform: uppercase;
}
.preorderBadge small {
    display: block;
    white-space: nowrap;
}
.preorderBadge small div {
    display: inline;
}
.preorderBadge small:after {
    content: attr(data-date);
}

.ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL, .Favorites_Custom_UL {
	padding:0;
	margin:0 -1%;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.clerkslider {
    display: block;
    margin: 0;
    padding: 20px;
    background-color: rgba(240,240,240,1.00);
    list-style-type: none;
}
.clerkslider:not(.slick-initialized) {
    margin: 0 -1%;
    display: flex;
}
.clerkslider > li {
    flex: none;
    width: 18%;
    margin: 0 1%;
}
.clerkslider > li:nth-child(n+6) {
    display: none;
}
.clerkslider .slick-arrow {
    width: 16px;
}
.clerkslider .prevArrowRight {
    right: 10px;
}
.clerkslider .prevArrowLeft {
    left: 10px;
}

.mainSlider img {
	display: block;
	width: 100%;
	height: auto;
}


[class*="Custom_UL"]:empty {
	display: none;
}
.ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li {
	width:23%;
	margin: 0 1% 2%;
	flex: none;
}
[class*="Custom_UL"] .product a[href*="RemProduct"] {
    position: absolute;
    z-index: 20;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    top: -8px;
    left: -8px;
    background-color: rgba(0,0,0,1.00);
}
[class*="Custom_UL"] .product a[href*="RemProduct"] img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
}
li > form {
	height: 100%;
}
[class*="Custom_UL"] .product {
	position:relative;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	height: 100%;
    display: flex !important;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #eee;
}
.lastviewedul .product {
	position:relative;
	display: flex !important;
    flex-direction: column;
	height: 100%;
}
[class*="Custom_UL"] .product > *,
.lastviewedul .product > * {
    flex: none;
}
[class*="Custom_UL"] .product .stocks {
    flex: none;
    display: flex;
    font-size: 80%;
    flex-wrap: wrap;
    width: 100%;
}
[class*="Custom_UL"] .product .adv select {
    display: none;
}
[class*="Custom_UL"] .product .stocks > a {
    text-decoration: none;
    padding: 5px;
    background-color: rgba(255,255,255,1.00);
    flex: none;
    font-size: 10px;
    text-align: center;
    position: relative;
    color:rgba(0,0,0,1.00);
    border-radius: 2px;
    border: 1px solid #f6f6f6;
    margin: 0 2px 2px 0;
}
[class*="Custom_UL"] .product .stocks > a:hover {
    background-color: #f6f6f6;
}
[class*="Custom_UL"] .product .image,
.lastviewedul .product .image {
    position: relative;
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
}
.product .stock {
	font-size: 80%;
}
/*
[class*="Custom_UL"] .product .image > a:first-of-type:before,
.productcard #Image_Productinfo_FancyBox:before,
.imageselector a:before, .miniBasket .item .image:not(:empty):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 );
}
*/
[class*="Custom_UL"] .product .image > a,
.lastviewedul .product .image > a {
    width: 100%;
    display: block;
    height: 100%;
}
[class*="Custom_UL"] .product .image img,
.lastviewedul .product .image img {
	display:block;
    height: auto;
    width: 100%;
	object-fit: contain;
	object-position: 50% 50%;
	max-height: 294px;
}
.basketPopup [class*="Custom_UL"] .product .image img, .basketPopup .lastviewedul .product .image img {
	max-height: 140px !important;
}
.clerkslider .Element_Overlay_ProdList_SavingsContainer_DIV {
	top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    position: absolute;
	z-index: 999;
	padding: 0 !important;
}
.Element_Overlay_ProdList_SavingsText_DIV {
	background-color: #5D7883;
    padding: 2px 10px !important;
	color: #FFF;
}
[class*="Custom_UL"] .product .manufactor br {
    display: none;
}
[class*="Custom_UL"] .product .manufactor {
	margin-top: 8px;
}
[class*="Custom_UL"] .product .manufactor > * {
    font-size: 11px;
    text-decoration: none;
    /*color: #A0A0A0;*/
}
[class*="Custom_UL"] .product .manufactor > * {
    margin-right: 5px;
}
[class*="Custom_UL"] .product .info {
	padding: 15px 0 0;
}
[class*="Custom_UL"] .product .name > a {
	display:block;
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
[class*="Custom_UL"] .product .PriceStriked_Productlist {
	display: none;
}
[class*="Custom_UL"] .product .price {
	margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}
[class*="Custom_UL"] .product .price.offer {
	color:#000;
}
[class*="Custom_UL"] .product .price strike {
	font-weight: normal;
	color: rgba(174,174,174,1.00);
	display: block;
    margin-left: 8px;
    font-size: 12px;
}
[class*="Custom_UL"] .product .price .currency {
	padding: 0 0 0 5px;
}
[class*="Custom_UL"] .product .manufacturer {
	color: rgba(152,152,152,1.00);
}
[class*="Custom_UL"] .product .buyButtonDiv {
    display: flex;
    align-items: center;
    width: 100%;
}
[class*="Custom_UL"] .product input[type="text"] {
    text-align: center;
    width: 40px;
    margin-right: 2px;
}
[class*="Custom_UL"] .product .buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
[class*="Custom_UL"] .product .buy .buyButtonDiv a:not(.button) {
    display: none;
}
[class*="Custom_UL"] .product input[type="image"] {
	width:100%;
	display:block;
}
[class*="Custom_UL"] .product .buy input[type="IMAGE"], [class*="Custom_UL"] .product .buy .Related_BuyButton_IMG {
    display: none;
}
[class*="Custom_UL"] .product a[href*="AddFavorite"] {
	width: 15px;
    height: 15px;
    display: block;
}
[class*="Custom_UL"] .product a[href*="AddFavorite"] img {
	display: block;
	width: 100%;
}
[class*="Custom_UL"] .product .news {
	position:absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background-color:#AA9B87;
	color:rgba(255,255,255,1.00);
	padding:2px 10px;
	font-size:12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.related-header {
    display: block;
    font-size: 200%;
    margin-bottom: 20px;
}
.autoRelatedContainer .related-header {
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SpecialOfferImage_DIV {
	display:none;
}
.product div.Element_Overlay_ProdList_SpecialOfferDIV,
.product div.Element_Overlay_ProdList_SavingsDIV,
.product div.Element_Overlay_Frontpage_SavingsDIV,
.product div.Element_Overlay_ProductInfo-related-savingsDIV,
.product div.Element_Overlay_ShowBasket-related-savingsDIV {
	position:relative;
	display:block;
}
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProdList_SavingsContainer_DIV,
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV,
li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV {
	top:0;
	left:0;
	right: auto;
	bottom: auto;
	position: absolute;
}
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
    top:0;
	left:auto;
	right: 0;
	bottom: auto;
	position: absolute;
	background-color:#5D7883;
	padding: 2px 10px;
}
li .Element_Overlay_Frontpage_SavingsImage_DIV,
li .Element_Overlay_ProdList_SavingsImage_DIV,
li .Element_Overlay_ProductInfo-related-savingsImage_DIV,
li .Element_Overlay_ProductInfo-customersboughtImage_DIV,
li .Element_Overlay_ShowBasket-related-savingsImage_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsImage_DIV{
	display:none;
}
li div.Element_Overlay_ProdList_SavingsText_DIV,
li div.Element_Overlay_Frontpage_SavingsText_DIV,
li div.Element_Overlay_ProductInfo-related-savingsText_DIV,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	color: rgba(255, 255, 255, 1);
	position: relative;
	top: auto;
	font-size: 12px;
	padding: 0;
}
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
    font-size: 18px;
}

[data-offerstart] {
	padding: 15px 0 0;
	color: rgba(117,117,117,1.00);
}
.productcard [data-offerstart] {
	min-height: 35px;
}
.product [data-offerstart] {
	font-size: 80%;
}
[data-offerstart]:empty {
	display: none;
}
.offerend {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 3px 5px;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 11px;
	line-height: 1;
	white-space: nowrap;
}
.Element_Overlay_ProdInfo_SavingsContainer_DIV .offerend {
	left: auto;
	right: 0;
}

.pager {
	display: flex;
	padding:20px 0 0;
}
.pager > div {
	flex: auto;
}
.pager .prev, .pager .next {
	width: 20%;
	flex: none;
}
.pager .pages {
	text-align:center;
}
.pager .next {
	text-align:right;
}
.pager a, .pager .pages a.ActivePageNumber_ProductList:link {
	display:inline-block;
	border:solid 1px #4D4D4D;
	padding:5px 10px;
	text-decoration:none;
	margin: 0 3px;
}
.pager .pages a.ActivePageNumber_ProductList, .pager .pages a.ActivePageNumber_ProductList:link {
	border-color:#3f9df8;
	background-color:#3f9df8;
	color:#fff;
	font-weight: normal;
}









/* PRODUCTGROUPS */
.SubCats_Categories_UL, .SubCats_Categories_DIV {
	padding:0;
	margin:20px -1% 0;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
	width:18% !important;
	float:none !important;
	margin:0 1% 2%;
    padding: 20px;
    border: 1px solid #f6f6f6;
}
.SubCats_Categories_UL > li:empty,
.SubCats_Categories_DIV > div:empty {
	display:none;
}
.SubCats_Categories_UL > li .image img, .SubCats_Categories_DIV > div img {
	display:block;
	width:100%;
    max-width: 100%;
	height: auto;
}
.SubCats_Categories_UL > li .name a {
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding:10px;
	background-color: rgba(237,237,237,1.00);
	text-align: center;
}
.subcatName a {
    display: inline-block;
    border-radius: 2px;
    padding: 5px 30px 5px 15px;
    color: #FFF;
    background-color: #AA9B87;
    text-decoration: none;
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
}
.subcatName a:after {
    content: url(/images/skins/Bewise/images/arrow-right-white.svg);
    width: 7px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}


.breadcrumb {
    text-transform: uppercase;
    padding:  0;
}

.breadcrumb, .SubCats_BreadCrumb {
	margin: 10px auto 15px;
	display: block;
    flex: none;
    width: 1800px;
    max-width: 90%;
}
body.webshop-productlist .breadcrumb, body.webshop-productlist .SubCats_BreadCrumb {
    max-width: 100%;
}
.breadcrumb:empty, .SubCats_BreadCrumb:empty {
	display: none;
}
.breadcrumb br, .SubCats_BreadCrumb br {
	display: none;
}

.breadcrumb, .breadcrumb a, .SubCats_BreadCrumb, .SubCats_BreadCrumb a {
	text-decoration: none;
    font-size: 10px;
    color: #5B7780;
}
.breadcrumb a, .SubCats_BreadCrumb {
	display: inline-block;
}
.breadcrumb a.BreadCrumbLink_Active, .SubCats_BreadCrumb a.BreadCrumbLink_Active {
	color:rgba(0,0,0,1.00);
}
.breadcrumb a[href*="frontpage.html"], .SubCats_BreadCrumb a[href*="frontpage.html"] {
	padding-left: 20px;
	background-image: url("/images/skins/Bewise/images/icon-store.svg");
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: 0 50%;
}
h1 + .breadcrumb, h1 + .SubCats_BreadCrumb {
	margin-top: -20px;
}



/* FAVORITES */
[action="/shop/favorites.html"] .FormTB {
	padding: 30px;
	margin: 30px 0 0;
	border: solid 1px rgba(238, 238, 238, 1);
}
[action="/shop/favorites.html"] .FormTB tbody {
	display: block;
}
[action="/shop/favorites.html"] .FormTB tbody > tr {
	display: block;
}
[action="/shop/favorites.html"] .FormTB tbody > tr:last-child {
	display: none;
}
[action="/shop/favorites.html"] .FormTB tbody > tr > td {
	display: block;
	width: 100%;
}
.FormTB_MessageTA {
	display: block;
}
.subjectHeader input[type="text"] {
	margin-bottom: 10px;
}


div.dd-theme-default .nivo-directionNav a {
	top:50%;
	width:45px;
	height: 45px;
	font-size: 0;
	transform:translateY(-50%);
	text-indent: 0;
	background-color: rgba(255,255,255,1.00);
	border-radius: 50%;
	background-size: auto 35%;
	background-position: 50% 50%;
	opacity: 1;
}
div.dd-theme-default a.nivo-prevNav {
	background-image: url('/images/skins/Bewise/images/arrow-left.svg');
	left: 20px;
}
div.dd-theme-default a.nivo-nextNav {
	background-image: url('/images/skins/Bewise/images/arrow-right.svg');
	right: 20px;
}

div.dd-theme-default .nivo-controlNav {
	margin: 15px 0 0;
	font-size: 0;
}
div.dd-theme-default .nivo-controlNav a {
	background-color:rgba(229,229,229,1.00);
	height: 6px;
	width: 6px;
	margin: 0 4px;
	border-radius: 50%;
	background-image: none;
}
div.dd-theme-default .nivo-controlNav a.active {
	background-color: rgba(90,90,90,1.00);
}






.productcard {
    width: 1270px;
    margin: 0 auto;
    max-width: 100%;
}
.productcard:after {
	content:"";
	clear:both;
	display:block;
}
.productcard .breadcrumb, .productcard .breadcrumb td {
	text-align: left;
}

.goback {
    margin-bottom: 5px;
}
.goback a {
    text-decoration: none;
    background-color: #5D7883;
    color: #FFF;
    border-radius: 1px;
    padding: 2px 10px 2px 20px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    position: relative;
}
.goback a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    content: url("/images/skins/Bewise/images/arrow-left-white.svg");
    height: 14px;
    width: 5px;
    display: block;
}

.stockInfo:not(.stockInfoActive) {
	display: flex;
}
.stockInfo:not(.stockInfoActive) > div {
	margin-right: 5px;
}
.stockInfo > div > img {
	width: 13px;
	margin: 0 5px 0 0;
}
.stockInfo:empty {
	display: none;
}


.buyWrapperHeadline, .amountWrapperHeadline {
	display:none;
}

.productcard .buy {
	display: flex;
	margin: 0 0 20px;
	align-items: center;
}
.productcard .buy:empty {
	display: none;
}
.productcard a[href*="AddFavorite"] {
	margin-left: 15px;
	display: flex;
	align-content: center;
}
.productcard a[href*="AddFavorite"] img {
	display: block;
	height: 15px;
}
#BUYSECTION {
	display: flex;
}
.amountWrapper {
    display: flex;
	background-color:#f2f2f2;
	border-radius: 3px;
    margin-right: 5px;
}
.amountWrapper > * {
	flex: none;
}
.amountWrapper input, .buyWrapper input {
	height: 45px;
}
.amountWrapper input {
	-webkit-appearance:none;
	border-radius:0;
	width:35px;
	flex: auto;
	border:none;
	background-color:transparent;
	text-align:center;
	padding:0;
	font-weight: bold;
}
.amountWrapper .incButton, .amountWrapper .decButton {
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
}
.amountWrapper span::selection {
    background: transparent;
}

.amountWrapper input::-webkit-outer-spin-button,
.amountWrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.amountWrapper input[type=number] {
    -moz-appearance:textfield;
}

.buyWrapper {
    position: relative;
}
.buyWrapper input[type="submit"] {
	padding: 0 55px 0 35px;
    background-image: url("/images/skins/Bewise/images/icon-basket-white.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    background-size: 15px;
}
.buyWrapper input[type="submit"]:hover {
    background-color: #5D7883;
}
.buyWrapper input[type="image"] {
	display: none;
}
.productcard .buy input[type="submit"].hidden {
}

.productcard .documents > a:first-of-type {
	margin-top:20px;
	display:inline-block;
}
.productcard .documents img {
	width:25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:3px 10px 3px 0;
}

.productcard .news {
	position:absolute;
	top:0;
	left:20px;
	background-color: #666666;
	color: rgba(255,255,255,1.00);
	display: inline-block;
	z-index: 10;
	padding: 2px 10px;
    text-transform: uppercase;
}
.productcard .images {
	flex: none;
	width:55%;
	position:relative;
}
.productcard .imagecanvas {
	position: relative;
    text-align: center;
}
.productcard .imagecanvas a {
	display: block;
}
.productcard .imagecanvas img[itemprop="image"] {
	display: inline-block;
    margin: 0 auto;
    max-height: 600px;
    max-width: 100%;
	height: auto;
	object-fit: scale-down;
	object-position: 50% 50%;
}
.productcard .imageselector {
	display: flex;
	margin: 20px -1% 20px;
	flex-wrap: wrap;
}
.productcard .imageselector a {
	flex: none;
	width: 14.6%;
	position: relative;
	margin: 0 1% 2%;
    border: 1px solid #f6f6f6;
}
.productcard .imageselector a img {
	display:block;
	width: 100%;
	height: auto;
	margin:0 !important;
}
table.ProductInfo_MagixZoomPlus_MainImage_TABLE {
	width:100%;
}
div.MagicThumb-caption {
	display:none !important;
}

.imagecanvas div.Element_Overlay_ProdInfo_SavingsDIV, .imagecanvas div.Element_Overlay_ProdInfo_SpecialOfferDIV {
	display:block;
}
.productcard .info {
	flex: none;
    width: 45%;
	position:relative;
	padding-left: 50px;
}
.Product_Rating_Review_Text, .Product_Rating_Sum, .Product_Rating_NoRates {
	display: none;
}

.productcard .product-number {
	margin:20px 0 15px;
	font-size:11px;
	display:none;
}
.productcard .product-number.active {
	display:block;
}
.Variants {
	margin:20px 0;
	max-width: 100%;
}
.RadioButton_Container_ProductInfo {
    display: flex;
    flex-wrap: wrap;
}
.advanced-variant-item-container {
    padding: 0;
    margin-right: 5px;
}
.advanced-variant-item-container.advanced-variant-image-active {
    box-shadow: none;
}
.advanced-variant-item-container.advanced-variant-image-active > label {
    border-color: #444444;
    background-color: #666666;
    color: #FFF;
}
.advanced-variant-item-container.advanced-variant-image-active > label:hover {
    cursor: default;
    background-color: #666666;
    color: #FFF;
}
.advanced-variant-item-container > label {
    padding: 6px 0;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    border-radius: 2px;
    width: 50px;
    display: block;
    text-align: center;
}
.advanced-variant-item-container > label:hover {
    background-color: #e2e2e2;
}
.advanced-variant-item-container input {
    display: none;
}
table.VariantGroup {
	width:100%;
}
.Variants > table.VariantGroup:not(:last-child) {
	margin-bottom: 15px;
}
table.VariantGroup > tbody > tr:first-child > td:first-child {
	display: none;
}
td.VariantGroupLabel {
	font-weight:300;
    display: block;
    margin: 0 0 5px 0;
}
table.VariantGroup select {
	width:100%;
}

.productcard {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.productcard h1 {
	text-align: left;
	margin-bottom: 0;
	line-height: normal;
}
.productcard .manufactor {
    margin: 10px 0 0 0;
}
.productcard .manufactor > span {
    display: flex;
}
.productcard .manufactor a {
    font-size: 11px;
    text-decoration: none;
    color:rgba(56,56,56,1.00);
    display: block;
    margin-right: 10px;
}
.shortdescription {
    margin: 10px 0 0 0;
}
.productcard .Prices_Custom_UL {
	margin:20px 0 0;
	padding:0;
	list-style-type:none;
}
.productcard .Prices_Custom_UL .vat {
    margin-left: 6px;
}
.productcard .Prices_Custom_UL > li .currency {
	padding-left: 5px;
}
.productcard .Prices_Custom_UL > li .before {
    text-decoration: line-through;
    color: #B6B6B6;
}
.productcard .Prices_Custom_UL > li:first-child .price,
.productcard .Prices_Custom_UL > li:first-child .currency{
	font-size:200%;
	font-weight:bold;
}
.productcard .Prices_Custom_UL li:first-child .before {
	display:block;
}
.productcard .Prices_Custom_UL *:empty {
	display: none;
}
.productcard .Prices_Custom_UL li:first-child .text {
	display:none;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) {
	border-top: solid 1px rgba(238, 238, 238, 1);
	padding-top: 5px;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) .before {
	padding-right: 5px;
}
.productcard .Prices_Custom_UL > li:not(:last-child):not(.Prices_Custom_UL > li) {
	padding-bottom: 5px;
}


.productcard .stockInfo {
	margin: 20px 0;
}
.productcard .stockInfo > div {
}
.productcard .short-description {
	padding:0 0 20px;
	font-weight:bold;
	line-height: 1.7em;
}
td.ProductInfo_MagixZoomPlus_MainImage_TD {
	border:0;
}
.productcard .productnumber {
	margin: 20px 0 0;
}
.productcard .tags table {
    font-size: 0;
}
.productcard .tags > span {
    display: block;
    margin-bottom: 5px;
}
.productcard .tags table td > span > a {
    display: none;
}
.productcard .tags a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    border-radius: 25px;
    background-color: #eee;
    padding: 3px 10px;
    margin: 0 5px 0 0;
}

/* REMEMBER TO BUY*/
.extraProductsContainer {
    margin: 0 0 40px;
}
.extraProductsHeader {
    padding-bottom: 5px;
    margin: 20px 0 0;
}
.extraProduct {
    display: flex;
    align-items: center;
    padding: 7px 0;
    background-color: rgba(255,255,255,1.00);
    border-radius: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.extraProductsContainer > .extraProduct:not(:last-child) {
    margin-bottom: 7px;
}
.extraProduct > * {
    flex: none;
    margin: 0 2% 0 0;
}
.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;
}
.extraProduct .check input:checked + img {
    display: block;
}
.extraProduct input[type="checkbox"] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px #ddd;
}
.extraProduct > .image {
    width: 60px;
    align-self: center;
    position: relative;
}
.extraProduct > .image img {
    display: block;
    width: 100%;
}
.extraProduct > .name {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.extraProduct > .name strong {
    display: block;
}
.extraProduct > .name .price strike {
    padding: 0 8px 0 0;
    color: rgba(225,70,69,1);
}

.buyWrapper .shippingtime {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 0;
    width: 100%;
    border-radius: 3px;
    background-color: #f2f2f2;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    padding: 3px 5px;
    text-align: center;
    box-shadow: 0 2px 0 rgba(0,0,0,.2);
}
.shippingtime:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 10px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #f2f2f2;
    /*filter: drop-shadow(2px 2px 0 rgba(0,0,0,.3));*/
}

.shippingCountdown {
    padding: 20px;
    background-color: #f7f7f7;
    margin: 20px 0 0 0;
}
.shippingCountdown .text {
    margin: 0 0 5px;
    padding: 0 65px 0 0;
}
.shippingCountdown .text i {
    font-style: normal;
    color:rgba(0,0,0,1.00);
    font-weight: 600;
}
.shippingCountdown .bar {
    border-radius: 20px;
    height: 16px;
    padding: 1px;
    border: solid 1px #5D7883;
    background-color: rgba(255,255,255,1.00);
    display: flex;
    position: relative;
}
.shippingCountdown .bar span {
    flex: none;
    background-color: #5D7883;
    border-radius: 20px;
    width: 0;
}
.shippingCountdown .bar small {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 11px;
    background-color:rgba(0,0,0,1.00);
    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 #5D7883;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.shippingCountdown:empty {
    display: none;
}
.shippingCountdown.redeemed, .basketPopup .shippingCountdown {
    background-color: rgba(155,193,175,.1);

}
.shippingCountdown.redeemed {
    padding: 10px 20px 10px 40px;
    position: relative;
}
.shippingCountdown.redeemed:before {
    content:url("/images/skins/Bewise/images/icon-checkmark.svg");
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
}

.viabill-pricetag[data-view="product"]:empty {
	min-height: 25px;
}

.tabs {
	margin:0 0 50px 0;
	padding: 0;
	display: none;
	clear: both;
}

.tabsLiContainer {
	position: relative;
    border-bottom: 1px solid #eee;
}
.tabsLiContainer:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	z-index: 20;

}
.tabsLiContainer > ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display: flex;
	-webkit-overflow-scrolling:touch;
    overflow-x:auto;
	overflow-y:hidden;
}
.tabsLiContainer li {
	padding:20px 0;
	position:relative;
	z-index:20;
	font-weight:300;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0,0,0,.50);
}
.tabsLiContainer > ul > li:not(:last-child) {
	margin-right: 7%;
}
.tabsLiContainer li.open {
	cursor: default;
	color: rgba(0,0,0,1.00);
}
.tabsLiContainer li.open:after {
	height: 1px;
	background-color: rgba(0,0,0,1.00);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.tabsLiContainer li:not(.open) {
	cursor:pointer;
}
.tabsDivContainer > div {
	display:none;
	padding:20px 0 0;
	position:relative;
	text-align: left;
	line-height: 1.7em;
}
.tabsDivContainer > div:after {
	clear: both;
	content: "";
	display: block;
}
.tabsDivContainer > div:first-of-type {
	display:flex;
}
.tabsDivContainer > div:first-of-type > div:first-child {
}
.tabsDivContainer > div:first-of-type > div:last-child {
    flex: auto;
    padding-left: 50px;
}
.tabsDivContainer iframe {
	max-width: 100%;
}


/* SPECS */
.specs {
	list-style-type:none;
	margin:0;
	padding:0;
	border-radius:6px;
	display:none;
}
.specs > *:not(:last-child) {
	border-bottom:solid 1px rgba(237,237,237,1.00);
}
.specs > :nth-child(2n+1) {
}
.specs > * {
	display: flex;
}
.specs > * > * {
	flex: auto;
	padding: 5px 10px;
}
.specs > * > *:first-child {
	width: 30%;
	flex: none;
	font-weight: bold;
}

.stores {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -1%;
}
.stores > div {
    flex: none;
    width: 31.3%;
    margin: 0 1% 2%;
    background-color: #f6f6f6;
    padding: 30px;
}
.stores > div > span {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}
.stores > div > div {
    display: flex;
    align-items: center;
    padding: 4px 0;
}
.stores > div > div img {
    height: 15px;
    margin-right: 5px;
}
.stores > div > a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background-color: #5D7883;
    color: #FFF;
    padding: 6px 10px;
    border-radius: 2px;
    margin: 20px 0 0 0;
}
.stores > div > a > img {
    height: 20px;
    margin-right: 10px;
}

/* LOYALTY */
.productCardPoints {
    border-bottom: 2px solid #faf5f3;
    padding: 10px 0;
    margin-bottom: 20px;
}
.productCardPoints img {
    height: 30px;
    display: block;
    margin-bottom: 5px;
}
.productCardPoints .productPoints {
    padding: 0 4px;
}
.productCardPoints a {
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 6px;
    background-color: #5D7883;
    color: #FFF;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0.5px;
    border-radius: 1px;
}


/* SHOWBASKET */
button.MobilepayCheckoutBtn {
    width: 100%;
    margin: 20px 0 0 0;
}
#showbasketContent:after {
	content: "";
	display: block;
	clear: both;
}
.ShowBasket_Custom_DIV {
	clear: both;
}
.ShowBasket_Custom_DIV > div {
	display: flex;
	align-items: center;
	padding: 15px 0;
	position: relative;
	border-bottom: solid 1px rgba(238, 238, 238, 1);
}
.ShowBasket_Custom_DIV > div > * {
	flex: none;
}
.ShowBasket_Custom_DIV > div > a[href*="remove"] {
	position: absolute;
	z-index: 20;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	top: 5px;
	left: -10px;
	background-color: rgba(0,0,0,1.00);
}
.ShowBasket_Custom_DIV > div > a[href*="remove"] img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
}
.ShowBasket_Custom_DIV > div > .image {
	width: 10%;
}
.ShowBasket_Custom_DIV > div > .image a {
	display: flex;
	width: 80%;
	position: relative;
	align-items: flex-start;
}
.ShowBasket_Custom_DIV > div > .image img {
	display: block;
	width: 100% !important;
}
.ShowBasket_Custom_DIV > div > .description {
	flex: auto;
}
.ShowBasket_Custom_DIV > div > .description > a {
	text-decoration: none;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
}
.ShowBasket_Custom_DIV > div > :last-child {
	text-align: right;
}
.ShowBasket_Custom_DIV .amount {
	display: flex;
	background-color: #f2f2f2;
    border-radius: 25px;
	align-items: center;
}
.ShowBasket_Custom_DIV .description .amount {
	display: none;
}
.ShowBasket_Custom_DIV .amount > * {
	flex: none;
}
.ShowBasket_Custom_DIV .amount > a {
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
	height: 50px;
}
.ShowBasket_Custom_DIV .amount > span {
	width: 30px;
	text-align: center;
}
.ShowBasket_Custom_DIV .amount > a img {
	height: 10px;
}
.ShowBasket_Custom_DIV .amount > span:first-child {
	display: none;
}
.ShowBasket_Custom_DIV .unittotal {
	width: 20%;
	padding-left: 3%;
}
.ShowBasket_Custom_DIV .unittotal[data-type*="SalesDiscountProduct"] {
	color: rgb(56,175,72);
}
.ShowBasket_Custom_DIV .unittotal small {
	display: block;
}
.ShowBasket_Custom_DIV .unittotal[data-amount="1"] small {
	display: none;
}

.giftWrap {
	margin: 10px 0 0;
}
.giftWrap input {
	display: none;
}
.giftWrap label {
	cursor: pointer;
}
.giftWrap table, .giftWrap:empty {
	display: none;
}

.basketCheckout {
	float: right;
	width: 420px;
	max-width: 100%;
}
.basketCheckout a.button {
	display: block;
}
.basketCheckout .line {
	display: flex;
	align-items: flex-start;
}
.basketCheckout .line:first-child {
	margin-top: 20px;
}
.basketCheckout .line > * {
	padding: 0 0 10px;
	flex: auto;
}
.basketCheckout .line > :last-child {
	text-align: right;
}
.basketCheckout .line.total {
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	border-top: solid 1px rgba(238, 238, 238, 1);
	margin-bottom: 20px;
}
.basketCheckout .line.total > * {
	padding: 10px 0;
}
.basketCheckout .line > :empty {
	display: none;
}
.basketDiscount input[type="text"] {
	display: block;
	width: calc(100% - 10px);
	padding: 0 10px;
}
.basketDiscount button {
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 0 20px;
	background-color: rgba(0,0,0,1.00);
}
.basketEmpty {
	text-align: center;
}



/* CONTACTFORM */
aside .header {
	margin-top:30px;
}
form.contact {
	padding:0;
}
form.contact input[type="text"],
form.contact input[type="email"],
form.contact textarea {
	width:100%;
	height:30px;
	padding-left:15px;
	margin:0 0 4px;
	color:#000;
	background-color:rgba(100,100,100,0.1);
	border:0;
	border-top:solid 1px #DBDBDB;
}
form.contact textarea  {
	padding:10px 15px;
	height:60px;
}
form.contact small {
	display:block;
	padding:5px 0 10px 15px;
}
form.contact input[type="submit"] {
	font-size:12px;
	padding:7px 10px;
	margin-left:15px;
	text-transform:uppercase;
}

.instagram.grovvarecentretinsta  {
    display: none;
}
.instagram > div {
    width: 1800px;
    margin: 0 auto;
    max-width: 90%;
    padding: 60px 0 0 0;
    border-top: 1px solid #eee;
}
.instagram > div > div.instagramHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight:300;
}
.instagram > div > div > img {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
}





.TopMenu_MenuItems {
	display: none;
}


.placeholder {
	color: inherit;
}
.placeholder:empty {
	background-color: rgba(239,239,239,.30);
}
.brands.placeholder:empty {
	min-height: 223px;
}
.clerk.placeholder:empty {
	min-height: 580px;
}


table.CmsPageStyle_Table, .profileWrapper table, .termsWrapper table {
	table-layout:fixed;
}

.employees {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 40px;
}
.employees > div {
    flex: none;
    width: 23%;
    margin: 0 1% 2%;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
}
.employees > div > span {
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.employees > div > small {
    display: block;
    margin-bottom: 6px;
}
.employees > div > a {
    text-decoration: none;
    background-image: url("/images/skins/Bewise/images/icon-email-blue.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 19px;
    display: block;
    color: #5D7883;
}


.btnMenu {
	display: none;
}


.btnFilter {
    display: none;
    outline: none;
	cursor: pointer;
	position: relative;
    align-items: center;
    justify-content: center;
    border: solid 1px rgba(238, 238, 238, 1);
    border-radius: 4px;
    padding: 10px 25px;
    width: 100%;
}
.btnFilter > * {
	flex: none;
}
.btnFilter img {
	margin: 0 8px 0 0;
	width: 13px;
}
.btnFilter .count {
	position: absolute;
    left: -16px;
    top: -6px;
    width: 20px;
    height: 20px;
    background-color: #5D7883;
    border-radius: 50%;
    text-align: center;
    padding: 4px 0 0;
    font-family: 'Arial';
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
}





.VariantGroup > tbody > tr:first-child > td:first-child {
	display: none;
}


.webshop-productinfo article .clerk .related-header,
.webshop-showbasket article .clerk .related-header,
.webshop-productlist article .clerk .clerkslider + .related-header {
    margin-top: 50px;
}

span.clerk {
    display: block;
}
.clerkslider .slick-track {
    display: flex !important;
}
.clerkslider .slick-list {
    margin: 0 -10px;
}
.clerkslider .slick-slide {
    margin: 0 10px;
    height: inherit !important;
}



.weightpopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999999;
}
.weightpopup .weightpopup-content {
	padding: 30px;
	background-color: #fff;
	width: 90%;
	max-width: 500px;
	position: relative;
}
.weightpopup .weightpopup-content > label {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.weightpopup .weightpopup-content > label > svg {
	stroke: #fff;
}
.weightpopup .weightpopup-content > p {
	margin: 0;
	font-size: 1.125em;
}
#toggleWeightPopup:checked + .weightpopup {
	display: none;
}
.welcome-text h1 {
	text-align: left;
	width: 100%;
}

tr.basket-line:has(a[href*="-97073p"]),
.ShowBasket_Custom_DIV > div:has(a[href*="-97073p"]) {
    display: none;

}
#checkout-container #order-summary table tr.customfee td {
    border-top: 1px solid #ddd;
    padding: 5px 0 2px;
}

/* RESPONSIVE */
@media (min-width: 901px) {
    
	.twocolumns {
		column-count: 2;
		column-gap: 5%;
		text-align: left;
	}
	
	[class*="Custom_UL"].Frontpage_Custom_UL:not(.slick-initialized) * > li:nth-child(n+5) {
		display: none;
	}
	.product-filter-headertext-container {
        display: none;
    }
	/*
    #ProductmenuContainer_DIV.stuck {
		position:fixed;
		top:0;
		z-index: 500;
	}
    */
	/*
    header.stuck {
		position:fixed;
		top:0;
        left: 0;
        width: 100%;
		z-index: 999999;
	}
	*/
	header {
		position: sticky;
		top: 0;
		z-index: 99999;
	}
	.basket:hover .miniBasket.active {
		display: block;
	}
	li:hover .product .image {
		opacity: .8;
	}
    .lastviewedproducts {
        position: fixed;
    }
	
	.welcome {
		background-image: url("/images/skins/Bewise/images/welcome.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 5%;
	}
	.welcome-text {
		width: 500px;
		max-width: 100%;
		background-color: #FFF;
		padding: 50px;
		display: flex;
		align-items: center;
		flex-direction: column;
		text-align: left;
		justify-content: center;
	}
	
    /*
    .lastviewedproducts:hover {
        transform: translateX(0);
    }
    */

	/*
	#ProductFilter-Container {
		display: none;
		margin: 0 0 30px;
	}
	#ProductFilter-Container > .count {
		display: none;
	}
	.product-filter-headertext-container {
		display: none;
	}
	.product-filter-column-container-1 {
		display: flex;
		margin: 0 -1%;
	}
	.product-filter-column-container-1 .product-filter-row {
		margin: 0 1%;
		flex: auto;
	}
	.product-filter-checkbox-container {
		display: flex;
		align-items: center;
	}
	.product-filter-row input[type="checkbox"] {
		margin: 0;
		flex: none;
	}
	.product-filter-row .product-filter-checkbox-label {
		flex: auto;
		padding: 0 15px;
	}
	.product-filter-row .product-filter-count-container {
		flex: none;
		text-align: right;
	}
	.product-filter-row .product-filter-clear {
		display: none;
	}

	#ProductFilter-Container .btnFilterClose {
		display: none;
	}
	.product-filter-clear {
		display: none;
	}
	*/

}
@media (max-width: 1600px) {
    [class*="Custom_UL"] > li:not(.Prices_Custom_UL > li), [class*="Custom_UL"] > li, [class*="Custom_UL"] > li, [class*="Custom_UL"] > li {
        width: 31.3%;
    }
    .webshop-search [class*="Custom_UL"] > li {
        width: 23%;
    }
	[class*="Custom_UL"].Frontpage_Custom_UL:not(.slick-initialized) > li:nth-child(n+4) {
		display: none;
	}
}
@media (max-width: 1200px) {
    [class*="Custom_UL"] > li:not(.Prices_Custom_UL > li), [class*="Custom_UL"] > li, [class*="Custom_UL"] > li, [class*="Custom_UL"] > li {
        width: 48%;
    }
    .webshop-search [class*="Custom_UL"] > li {
        width: 31.3%;
    }
	#ProductMenu_List > li.has-dropdown > a:after {
		display: none;
	}
	#ProductMenu_List > li > a {
		font-size: 12px;
		padding: 14px 15px;
	}
	.customerservice {
        display: none;
    }
	[class*="Custom_UL"].Frontpage_Custom_UL:not(.slick-initialized) > li:nth-child(n+3) {
		display: none;
	}
}


@media (max-width: 900px) {
	
	.brands.placeholder:empty {
		min-height: 96px;
	}
	.clerk.placeholder:empty {
		min-height: 592px;
	}
	
	[class*="Custom_UL"].Frontpage_Custom_UL:not(.slick-initialized) * > li:nth-child(n+3) {
		display: none;
	}

	
    .employees > div {
        width: 31.3%;
    }
    .clerkslider .slick-list {
        margin: 0 -5px;
    }
    .clerkslider .slick-slide {
        margin: 0 5px;
    }
    .webshop-productlist article span.clerk {
        margin-bottom: 20px;
        display: block;
    }

    .spacebottom {
        margin-bottom: 30px;
    }

    .preorderBadge {
        padding: 4px 6px;
    }
    .preorderBadge, .preorderBadge > strong {
        font-size: 9px;
    }
    .preorderBadge small {
        display: none;
    }
    .bottom-newsletter span.headline {
        text-align: left;
    }
    [class*="Custom_UL"] > li:not(.Prices_Custom_UL > li) {
        width: 48%;
    }
    [class*="Custom_UL"]:not(.slick-initialized) * > li:nth-child(n+3) {
        display: none;
    }
    .brands {
        margin: 20px auto;
    }
    .frontpageProducts {
        margin: 0 0 30px;
    }
    .frontpageProducts > div {
        margin: 0 0 20px 0;
    }
    .frontpageProductsText {
        font-size: 20px;
    }
    .frontpageProductsText, .frontpageProductsContent {
        width: 100%;
    }
    [class*="Custom_UL"] .prevArrowLeft {
        left: 0;
    }
    [class*="Custom_UL"] [class*="Custom_UL"] .product {
        padding: 0;
    }
    [class*="Custom_UL"] .product input[type="submit"], [class*="Custom_UL"] .product a.button {
        background-image: none;

    }
	body, input, select, textarea, button {
		font-size: 13px;
	}
	#ProductmenuContainer_DIV, footer > section > .menu, #Search_Form {
		display: none;
	}
	.shoplogo {
		padding: 10px 0;
	}
	.shoplogo img {
		height: 24px;
	}

    #alertbar {
        padding: 7px 5%;
        text-align: left;
    }
    article {
        display: block;
    }
    .clerkslider {
        padding: 10px;
    }
    /*
	.usp {
		margin: 0 auto;
	}
	.webshop-frontpage .usp .button {
		display: none;
	}
    */
    .uspContainer > div:not(.slick-initialized) > div {
        margin: 0;
    }
    .uspContainer > div:not(.slick-initialized) > div, .uspContainer .slick-slide {
        padding: 10px 0;
        justify-content: flex-start;
    }
    .uspContainer > div:not(.slick-initialized) > div:nth-child(n+2) {
        display: none !important;
    }

    .webshop-productlist .btnFilter {
        display: flex;
    }
	.btnMenu {
		display: block;
	}

	.basket .miniBasket {
		display: none;
	}
    .stores {
        margin: 0;
    }
    .stores > div {
        width: 100%;
        margin: 0 0 2% 0;
    }

	h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, .Heading_B2Blogin, .SubCatsProcuctsHeading, b .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4, .Text1_FrontPage h2, .Text2_FrontPage h2, .relatedHeader, .alsoboughtHeader, .related-header {
		font-size:17px;
		margin: 0px 0px 15px;
	}
	h2, .Text1_Customer .Heading_Customer {
		font-size: 16px;
		margin: 0 0 7px;
	}

    .related-header {
        margin-bottom: 7px;
    }
	.relatedHeader, .alsoboughtHeader {
		margin-top: 40px;
	}

	.headerBox {
		padding: 25px 10px;
		display: flex;
		align-items: center;
	}
	.headerBox .myPoints {
		font-size: 8px;
		bottom: 3px;
	}
    .headerBox.btnLastViewed {
    }
    header .icon {
        height: 20px;
    }
    .btnLastViewed .count {
        top: 4px;
    }
	header label {
		display: none;
	}
	.basket .count, .btnFavorites .count {
		top: 5px;
		right: 5px;
		font-weight: normal;
		font-size: 10px;
		width: 15px;
		height: 15px;
		padding: 3px 0 0;
	}

    [class*="Custom_UL"] .product input[type="submit"], [class*="Custom_UL"] .product a.button {
        font-size: 11px;
        padding: 8px 9px;
		width: 100%;
		text-align: center;
		justify-content: center;
    }
    [class*="Custom_UL"] .product input[type="text"] {
        width: 30px;
		display: none;
    }

    .mainCategories > div > div {
        width: 48%;
    }
    .mainCategories > div > div:last-child {
        display: none;
    }
    .three-colum {
        margin: 50px 0;
    }
    .three-colum > div {
        width: 100%;
        margin: 0 0 2% 0;
    }
	
    
	.searchMobile {
		display: block;
		width: 100%;
		position: relative;
	}
	.searchMobile:before, .searchMobile .SubmitButton_SearchPage {
		width: 60px;
	}
	.searchMobile:before {
		content: "⌕";
		font-family: 'Arial';
		line-height: 1;
		font-size: 30px;
		position: absolute;
		right: 0;
		top: 50%;
		text-align: center;
		transform: translateY(calc(-50% + -2px)) scaleX(-1);
	}
	.searchMobile .SearchTitle_SearchPage,
	.searchMobile .nbsp,
	.searchMobile br {
		display:none;
	}
	.searchMobile .SearchField_SearchPage {
		color: #000;
		background-color:rgba(235,235,235,.30);
		padding: 0px 50px 0px 5%;
		border: none;
		font-weight: normal;
		display: block;
		height:40px !important;
		width: 100%;
		border-radius: none;

	}
	.searchMobile .SubmitButton_SearchPage {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		opacity: 0;
		cursor: pointer;
		height: 100%;
	}
    .ProductList_Custom_DIV > div {
        width: 48%;
    }

	.Text1_FrontPage, .Text2_FrontPage {
		margin: 0 0 20px;
	}

	div.nivo-dynamic-text {
		max-width: 90%;
		left: 5% !important;
	}
	.large div.nivo-dynamic-text {
		max-width: 60%;
		left: 20% !important;
	}
	div.nivo-dynamic-text-inner-content-left > div {
		padding: 4px 10px;
	}
	div.nivo-dynamic-text-header, .large div.nivo-dynamic-text-header {
		font-size: 110%;
	}
	.large div.nivo-dynamic-text-teaser {
		font-size: 80%;
	}
	.large div.nivo-dynamic-text-link {
		font-size: 80%;
	}

    

	

	body.webshop-checkout article {
		padding-top: 5%;
	}
    body.webshop-productlist:not(.noproducts) article .wrapper-content {
        width: 100%;
        margin: 0 auto;
    }
    body.webshop-productlist:not(.noproducts) article aside {
        display: none;
        width: 100%;
    }

	.ShowBasket_Custom_DIV > div {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.ShowBasket_Custom_DIV > div > .image {
		width: 20%;
	}
	.ShowBasket_Custom_DIV > div > .description .shortDescription {
		display: none;
	}

	.ShowBasket_Custom_DIV .unittotal {
		width: auto;
		flex: auto;
	}
	.ShowBasket_Custom_DIV .amount {
		display: none
	}
	.ShowBasket_Custom_DIV .description > a ~ .amount {
		display: inline-flex;
		margin-top: 10px;
	}
	.ShowBasket_Custom_DIV .amount > a {
		padding: 0 15px;
		height: 40px;
	}
	.ShowBasket_Custom_DIV .amount > span {
		width: 25px;
	}
	.basketCheckout {
		float: none;
		width: 100%;
	}
	.basketCheckout .line.total {
		margin-bottom: 10px;
	}
	.basketCheckout .line.basketDiscount {
		display: block;
	}
	.basketDiscount input[type="text"] {
		width: 100%;
	}
	.basketDiscount button {
		padding: 10px 20px;
	}

	div.dd-theme-default .nivo-directionNav a {
		width: 30px;
		height: 30px;
	}
	div.dd-theme-default a.nivo-prevNav {
		left: 5%;
	}
	div.dd-theme-default a.nivo-nextNav {
		right: 5%;
	}


	.SubCats_Categories_UL {
		margin: 20px -2% 0;
	}
	.SubCats_Categories_UL > li {
		width: 46% !important;
		margin: 0 2% 4%;
	}

	[class*="Custom_UL"], .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL, .Favorites_Custom_UL {
		margin-left: -2%;
		margin-right: -2%;
	}
	[class*="Custom_UL"] > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li,
    .webshop-search .ProductList_Custom_UL > li {
		width: 46%;
		margin: 0 2% 4%;
	}



	li div.Element_Overlay_Frontpage_SavingsContainer_DIV, li div.Element_Overlay_ProdList_SavingsContainer_DIV, li div.Element_Overlay_Frontpage_SavingsContainer_DIV, li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV, li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV, .productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
		padding: 3px 7px;
		top: 10px;
		left: 10px;
        right: auto;
	}
	.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
		left: 0;
		top: 0;
	}
	li div.Element_Overlay_ProdList_SavingsText_DIV, li div.Element_Overlay_Frontpage_SavingsText_DIV, li div.Element_Overlay_ProductInfo-related-savingsText_DIV, li div.Element_Overlay_ShowBasket-related-savingsText_DIV, [class*="Custom_UL"] .product .news {
		font-size: 10px;
	}
	[class*="Custom_UL"] .product .news {
		top: 10px;
		right: 10px;
	}
	[class*="Custom_UL"] .product a[href*="AddFavorite"] {
		width: 15px;
		margin: 0;
        position: absolute;
        top: 10px;
        right: 10px;
	}

	.productlistTools {
		margin: 15px 0;
		padding: 10px 20px;
	}


	/* PRODUCTCARD */

	.productcard h1 {
		font-size: 200%;
	}
	.productcard .images, .productcard .info {
		float:none;
		width:100%;
	}
	.amountWrapper input, .buyWrapper input {
		height: 40px;
	}
	.buyWrapper input[type="submit"] {

		font-size: 100%;
	}
	.amountWrapper input {
		width: 20px;
	}
	.amountWrapper .incButton, .amountWrapper .decButton {
		padding: 0 15px;
	}

	.tabsLiContainer li {
		padding: 10px 0;
		text-transform: none;
	}
    .productcard .info {
        padding-left: 0;
    }

	h1 + .breadcrumb, h1 + .SubCats_BreadCrumb {
		margin-top: -10px;
	}
    .slick-initialized .slick-slide {
        justify-content: center;
    }
    .SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
        width: 46% !important;
    }
	
	.brands .slick-list,
	[class*="Custom_UL"] .slick-list {
		margin: 0 -10px;
	}
	.brands .slick-slide,
	[class*="Custom_UL"] .slick-slide {
		margin: 0 10px;
	}

	
	
	.goback {
		margin-bottom: 15px;
	}

	.fpBoxes {
		display: block;
		margin: 0 0 50px;
	}
	.fpBoxes > div {
		margin: 0 0 15px;
		width: 100%;
	}

    [class*="Custom_UL"] .product {
        padding: 10px;
    }

	/* MOBILE MENU */
	div.mobileMenu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99999999;
		overflow: hidden;
		background-color: rgba(0,0,0,.4);
		display: none;
	}
	


}
@media (max-width: 700px) {
    .employees {
        margin: 0 0 40px;
    }
    .employees > div {
        width: 100%;
        margin: 0 0 2% 0;
    }
	
	.productcard .imagecanvas {
		margin-bottom: 20px;
	}
}

@media (max-width: 340px) {
    [class*="Custom_UL"] .product .buy .buyButtonDiv {
        width: 100%;
    }
    [class*="Custom_UL"] .product .buy .buyButtonDiv input {
        width: 100%;
    }
    [class*="Custom_UL"] .product .buy .AddToFavoritesButton {
        display: none;
    }
}

#shipping-methods>label {
    display: none !important;
}
#shipping-methods>.shipping-active {
    display: block !important;
}

body.webshop-productlist .badgefield, body.webshop-productinfo .badgefield, body.webshop-frontpage .badgefield {
    margin: 5px 0;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 5px;
    background-color: #092544;
    color: #fff;
    line-height: 1.3;
    z-index: 9;
    text-align: center;
}
body.webshop-productlist div.badgefield.custom, body.webshop-productinfo div.badgefield.custom, body.webshop-frontpage div.badgefield.custom {
	max-width: 70px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: rgba(0,0,0,1.00);
	font-size: 10px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	left: -4px;
	bottom: 0;
	z-index: 2;
	margin: 0;
	padding: 4px;
}

