@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@300&family=Raleway:wght@400;700&display=swap');
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');*/

#ShopMainLayOutTable {
	display: none;
}

body {
	margin: 0;
	position: relative;
}

body,
input,
textarea,
select,
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
td.VariantGroupLabel,
.Description_Productinfo * {
	font-family: 'Raleway', sans-serif;
	color: #484848;
	font-size: 13px !important;
	font-weight: normal;
}

a {
	color: #000;
}

a:hover {
	color: #858585;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: 0;
}

body.webshop-search #bp_ProductCarousel_73 {
	display: none !important;
}

select,
div.product-filter-header-container {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid rgba(105, 105, 105, 1.00);
	background-color: #FFF;
	padding: 0px 27px 0px 7px;
	height: 34px;
	width: 100%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url('/images/skins/Bewise/images/select-arrow-down.png');
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: calc(100% - 10px) 50%;
	cursor: pointer;
}

select:disabled {
	opacity: .3;
	cursor: default;
}

select::-ms-expand {
	display: none;
}

.clerkplaceholder:empty {
	height: 400px;
	background-color: rgba(237, 237, 237, 1.00);
}

.wrapper>.shadow {
	margin: 0 auto;
	max-width: 95%;
}

.shadow img {
	display: block;
	width: 100%;
}

input[type="submit"],
input[type="button"],
#checkout-container input#confirm-complete-button,
a.ShowBasket_SendBasketLink_Send_Link,
body.webshop-frontpage div.nivo-dynamic-text-link,
div.ui-widget.dd-dialog-responsive input[type="button"],
div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	border: 0;
	color: #fff;
	cursor: pointer;
	background-color: #4A7D50;
	-webkit-appearance: none;
	display: inline-block;
	font-size: 17px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
}

input[type="submit"]:disabled {
	cursor: not-allowed;
	background-color: rgba(105, 105, 105, 1.00);
	opacity: .5;
}

div.ui-widget.dd-dialog-responsive input[type="button"],
div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
	padding: 0;
}

h1,
.Heading_Productmenu,
.Heading_Terms,
.Heading_Profile,
.Heading_AdvancedSearchPage,
.Heading_ShowBasket_Master,
#checkout-container h1.checkout-headline,
aside .header,
.Heading_B2Blogin,
.SubCatsProcuctsHeading,
.Heading_Customer,
.Heading_ProductList,
.Heading_Favorites,
.Heading_OrderStep4 {
	font-weight: bold;
	display: block;
	font-size: 35px;
	padding: 0;
	margin: 0px 0px 20px;
	border: 0;
	letter-spacing: 2px;
	text-align: center;

}

h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px;
}


/* COOKIE */
/*
div#CookiePolicy {
	background-color:rgba(255,255,255,10);
	opacity: 1;
	padding: 20px 0;
	box-shadow: 0 0 30px rgba(0,0,0,.4);
	display: none;
	text-align: left !important;
}
div#CookiePolicy.fixed-top {
	left: 0;
	top: auto;
	bottom: 0;
	position: fixed;
}
div#CookiePolicy > div {
	width: 1100px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
div.CookiePolicyText {
	color: rgba(0,0,0,1.00);
	padding: 0 30px 0 0;
	flex: auto;
	line-height: 1.5em;
}
.cookieReadMore {
	cursor: pointer;
	text-decoration: underline;
}
div.CookiePolicyText > div:not(.cookieReadMore) {
	display: none;
	padding: 10px 0 0;
}
div.acceptCookiesButton {
	background-color: #6e9c16;
	color: rgba(255,255,255,1.00);
	border-radius: 4px;
	padding: 8px 15px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	flex: none;
}
div.acceptCookiesButton:hover {
	background-color: rgba(68,68,68,1.00);
}
*/

.wrapper {}

header {
	position: sticky;
	top: 0;
	background-color: rgba(255, 255, 255, 1.00);
	z-index: 500;
}

header>section {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	height: 90px;
}

header>section>*:not(#ProductmenuContainer_DIV) {
	z-index: 100;
}

header .emaerket {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
	height: auto;
}

header .emaerketMobile {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: auto;
	right: 45px;
}

header .gift {
	position: absolute;
	right: 140px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

header .gift img {
	width: 18px;
	height: auto;
}

header .gift .fa {
	font-size: 22px;
}

div.dd-theme-default .dd-nivoSlider {
	background-color: transparent;
}

div.nivoSlider a.nivo-imageLink {
	height: 100% !important;
	z-index: 9;
}

header a[href*="/shop/frontpage.html"] {
	position: absolute;
	display: block;
	width: 16%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.WebShopSkinLogo {
	display: block;
	width: 100%;
	height: auto;
}

#basket {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	cursor: pointer;
}

#basket>.fa {
	font-size: 25px;
}

#basket>img {
	width: 27px;
	height: auto;
}

#basket .totalproducts {
	position: absolute;
	z-index: 10;
	top: -15px;
	left: -15px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #4A7D50;
	padding: 3px 0 0;
	font-size: 12px;
	line-height: 1;
	border-radius: 50%;
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

#basket .totalprice {
	display: none;
}

#basket .creditcards {
	display: none;
}




a.sizeguide {
	display: inline-block;
	margin: 10px 0 0;
}

/* MINI BASKET */
.miniBasket {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	padding: 10px 0 0;
	color: rgba(40, 40, 40, 1.00);
}

/*
.miniBasket:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 50%;
	background-color: white;
	z-index: 10;
	transform: translateX(-50%) rotate(45deg);
}
*/
.miniBasketContent {
	position: absolute;
	right: 0;
	width: 500px;
	background-color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	padding: 20px;
	border-radius: 4px;
}

.miniBasketHeader {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}

.miniBasket .items {
	font-size: 0;
}

.miniBasket .items>.item {
	font-size: 13px;
	border-bottom: solid 1px rgba(235, 235, 235, 1.00);
	padding: 5px 0;
}

.miniBasket .items>.item:first-child {
	padding-top: 0;
}

.miniBasket .item .image {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
}

.miniBasket .item .image img {
	display: block;
	width: 100%;
	border-radius: 3px;
	border: solid 1px rgba(210, 210, 210, 1.00);
}

.miniBasket .item .info {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	padding: 0 20px;
}

.miniBasket .item .info a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.miniBasket .item .price {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	text-align: right;
}

.miniBasketFooter:after {
	clear: both;
	content: "";
	display: block;
}

.miniBasketFooter .total {
	padding: 10px 0 15px;
	font-weight: bold;
	font-size: 18px;
}

.miniBasketFooter .info .delivery {

	padding: 5px 0;
}

.miniBasketFooter .info>div>span {
	float: right;
}

.miniBasketFooter a {
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	background: #383838;
	-webkit-appearance: none;
	display: inline-block;
	font-size: 15px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.miniBasketFooter a:first-of-type {
	float: left;
}

.miniBasketFooter a:last-of-type {
	float: right;
	background-color: #4A7D50;
}



.topbar {
	background-color: #17252C;
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
	padding: 6px;
}

.topbar>section {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.topbar .topbarright {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.topbar .country img {
	display: block;
	height: 15px;
	width: auto;
	border-radius: 2px;
}

.topbar .cookiesIcon {
	margin-right: 15px;
}

.topbar .cookiesIcon svg {
	display: block;
	width: 18px;
	height: auto;
	color: rgba(255, 255, 255, 1.00);
}

/*
.topbar img:not(.cookies):not(:hover) {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
*/


/* TOPMENU */
.TopMenu_MenuItems {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.TopMenu_MenuItems>li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}

.TopMenu_MenuItems>li>a {
	font-size: 10px;
	line-height: 1;
	display: block;

	text-decoration: none;
	color: rgba(255, 255, 255, 1.00);
}

.TopMenu_MenuItems>li>a.Link_Active_Topmenu {
	color: #4A7D50;
}

.TopMenu_MenuItems .creditcards {
	display: block;
	height: 15px;
}



/* SEARCH */
.searchContainer {
	/*background-color: rgba(246,246,246,1.00);*/
	background-color: rgba(211, 211, 211, .50);
	padding: 10px 0;
}

.searchContainer:after {
	clear: both;
	content: "";
	display: block;
}

#Search_Form {
	margin: 0 auto !important;
	width: 1400px;
	max-width: 90%;
	position: relative;
}

.SearchTitle_SearchPage,
.nbsp,
#Search_Form br {
	display: none;
}

/*
#Search_Form:after {
	content: "\f002";
	position: absolute;
	z-index: 20;
	right: 15px;
	font-size: 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(153,153,153,1.00);
	top: 50%;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
}
*/
.SearchField_SearchPage {
	color: #000;
	background-color: rgba(255, 255, 255, 1);
	padding: 0px 45px 0 15px;
	border: 0;
	width: 100%;
	height: 40px;
	display: block;
	font-weight: normal;
	letter-spacing: 1px;
	background-image: url("/images/skins/Bewise/images/icon-search-grey.svg");
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: calc(100% - 14px) 50%;
}

.SearchField_SearchPage:focus {
	background-color: rgba(255, 255, 255, 1.00);
	outline: none;
}

input[type="submit"].SubmitButton_SearchPage {
	display: none;
}


/*
span.clerk-live-search + div, .clerk-live-search-container {
	max-width: 100% !important;
	border-radius: 0 !important;
	background-color: rgba(255,255,255,1.00) !important;
}
div.clerk-livesearch-title {
	font-size: inherit;
	background-image: none;
	background-color: #17252C;
	color: rgba(255,255,255,1.00);
	border-radius: 0;
}
.clerk-livesearch-categories + div.clerk-livesearch-title {
	border-radius: 0;
	margin: 10px 0 0;
}
.clerk-livesearch-categories a {
	font-size:inherit !important;
}

.clerk-livesearch-item {
	padding: 5px 0;
	display: inline-block;
	width: 33.3%;
}
.clerk-livesearch-item:first-of-type {
	padding-top: 0;
}
.clerk-livesearch-item:last-of-type {
	padding-bottom: 0;
	border: 0;
}
.clerk-livesearch-item > img {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	border-radius: 4px;
}
.clerk-livesearch-item .info {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 75px);
	padding-left: 15px;
	padding-right: 10px;
}
#clerk-livesearch-active {
	background-color: rgba(79,79,79,1.00);
	padding: 5px !important;
}
*/


article {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto 100px;
	position: relative;
}

article:after {
	content: "";
	clear: both;
	display: block;
}

article.aside>.content {
	float: right;
	width: 75%;
}

/* ASIDE */
aside {
	float: left;
	width: 22%;
}

aside>nav>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

aside>nav>ul>li>a {
	text-decoration: none;
	background-color: #383838;
	display: block;
	padding: 8px 15px;
	color: rgba(255, 255, 255, 1.00);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

aside>nav>ul>li>a>span.ProductMenu_MenuItemBold {
	font-weight: bold;
}

/* LEVEL 2 */
aside>nav>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

aside>nav>ul>li>ul>li>a {
	display: block;
	padding: 7px 15px;
	text-decoration: none;
	border: solid 1px rgba(216, 216, 216, 1.00);
	border-top: 0;
}

aside>nav>ul>li>ul>li.open>a {
	background-color: rgba(239, 239, 239, 0.80);
}

aside>nav>ul>li>ul>li:last-child>a {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* LEVEL 3 */
aside>nav>ul>li>ul>li>ul {
	display: none;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	border-right: solid 1px rgba(216, 216, 216, 1.00);
	border-left: solid 5px rgba(216, 216, 216, 1.00);
	border-bottom: solid 1px rgba(216, 216, 216, 1.00);
}

aside>nav>ul>li>ul>li>ul>li>a {
	display: block;
	padding: 1px 10px;
	text-decoration: none;
}

aside>nav>ul>li>ul>li>ul>li a.Activ_ProductMenu {
	border-right: 3px solid rgba(102, 102, 102, 1.00);
}





/* FILTER ASIDE */
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(255, 255, 255, .70);
}

.loading>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loading .fa {
	color: #4A7D50;
	font-size: 60px;
}

.filterLoaded h1,
.filterLoaded .toolbar,
.filterLoaded .clerk_slider_container {
	display: none;
}


#ProductFilter-Container {
	margin: 0 0 30px;
}

#ProductFilter-Container>div:last-of-type {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.5%;
}

#ProductFilter-Container>div:last-of-type>div {
	flex: none;
	width: 19% !important;
	margin: 0 .5% 1%;
	float: none;
	padding: 0;
}

#ProductFilter-Container>div:last-of-type>div.product-filter-clear {
	display: none;
}

select#Productlist_Sort_Select {
	padding-left: 9px;
}

div.product-filter-container {
	border: none;
	position: relative;
}

div.product-filter-header-container {
	float: none;
	line-height: normal;
	display: flex;
	align-items: center;
	padding-left: 10px;
	position: relative;
}

div.product-filter-header-text {
	font-weight: normal;
	float: none;
}

.activeFiltersCount,
.totalActiveFiltersCount {
	position: absolute;
	z-index: 210;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	display: block;
	width: 20px;
	height: 20px;
	background-color: #4A7D50;
	padding: 3px 0 0;
	font-size: 12px;
	line-height: 1;
	border-radius: 50%;
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
}

div.product-filter-body-container {
	display: none;
	position: absolute;
	top: calc(100% + 5px);
	border-radius: 4px;
	left: 0;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	background-color: rgba(255, 255, 255, 1.00);
	z-index: 200;
	padding: 15px;
}

/*
div.product-filter-container:hover div.product-filter-body-container {
	display: block;
}
*/
div.product-filter-checkbox-container {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

div.product-filter-checkbox-container.disabled {
	opacity: .3;
}

input.product-filter-checkbox {
	float: none;
	margin: 0 10px 0 0;
	flex: none;
}

label.product-filter-checkbox-label {
	float: none;
	line-height: normal;
	flex: auto;
}

#ProductFilter-Container>div:last-of-type>div.product-filter-clear-all {
	width: 99% !important;
	text-align: left;
}

/*
#ProductFilter-Container {
	display: none;
	padding: 0 0 30px;
}
.product-filter-headertext-container {
	display: none;
}
div[class*="product-filter-column-container-"] {
	margin: 0 -1%;
}
div.product-filter-column {
	width: 31.33% !important;
	margin: 0 1% 2%;
	padding: 0;
}
#product-filter-show-all-container {
	display: none;
}
#product-filter-container-hidden {
	display: block !important;
}
*/


.product-filter-headertext-container {
	background-color: rgba(43, 43, 43, 1.00);
	padding: 8px 10px;
	color: rgba(255, 255, 255, 1.00);
	border-radius: 3px;
	display: none;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	position: relative;
}

.product-filter-headertext-container:before {
	margin: 0 7px 0 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
}

#btn-filter {
	background-color: rgba(43, 43, 43, 1.00);
	padding: 8px 10px;
	color: rgba(255, 255, 255, 1.00);
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	cursor: pointer;
}

#btn-filter:before {
	font-family: 'FontAwesome';
	content: "\f1de";
	margin: 0 7px 0 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
}

#Productlist_Sort_table {
	display: none;
	vertical-align: middle;
}

#emaerket-widget-badge-container {
	display: none;
}

/* FRONTPAGE */
.brandsSlider {
	margin: 80px 0;
}

.brandsSlider.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.brandsSlider:not(.slick-initialized) {
	display: flex;
	justify-content: space-between;
	margin-left: -1%;
	margin-right: -1%;
}

.brandsSlider:not(.slick-initialized)>* {
	flex: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1%;
}

.brandsSlider:not(.slick-initialized)>*:nth-child(n+9) {
	display: none;
}

.brandsSlider:not(.slick-initialized) img {
	max-width: 100%;
	max-height: 30px;
	display: block;
}

.brandsSlider.slick-initialized img {
	padding: 0 25px;
	max-height: 30px;
	max-width: 320px;
	display: inline-block;
}

/*
.brandsSlider .slick-slide:not(:hover) img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
*/
.double-slick {
	margin-bottom: 30px;
}

.double-slick .slick-prev,
.double-slick .slick-next {
	opacity: 1;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: rgb(127 127 127);
}

.double-slick .slick-prev:hover,
.double-slick .slick-next:hover {
	background-color: #000;
}

.double-slick .slick-prev {
	left: -3%;
}

.double-slick .slick-next {
	right: -3%;
}

.double-slick .slick-slide:not(:last-child) {
	border-right: 5px solid #fff;
}

.double-slick .brand-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.double-slick .brand-item img {
	max-width: 100%;
	display: block;
}

.double-slick .brand-item a>img:first-child {
	margin-bottom: 10px;
}

.double-slick .brand-item a>img:last-child {
	height: 35px;
	width: auto;
	object-fit: contain;
	margin: 0 auto 20px;
	max-width: 90%;
}


ul.boxes {
	margin: 0 -0.3%;
	padding: 0 0 40px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

ul.boxes img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

ul.boxes>li {
	flex: none;
	margin: 0 0.3%;
}

ul.boxes>li>div {
	margin: 0 0 2%;
	position: relative;
}

ul.boxes>li:nth-child(1) {
	width: 36.3%;
}

ul.boxes>li:nth-child(2) {
	width: 30.6%;
}

ul.boxes>li:nth-child(3) {
	width: 31.2%;
}

ul.boxes>li:nth-child(4) {
	width: 67.5%;
}

ul.boxes>li:nth-child(5) {
	width: 31.2%;
}

ul.boxes>li .newsletter {
	position: relative;
}

ul.boxes>li .newsletter>form {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 10;
}

ul.boxes>li .newsletter strong {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 17px;
	margin: 0 0 8px;
}

ul.boxes>li .newsletter .success {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 17px;
}

ul.boxes>li .newsletter input[type="text"],
ul.boxes>li .newsletter input[type="email"] {
	display: block;
	width: 100%;
	margin: 0 0 8px;
	border: solid 1px #FFF;
	padding: 0 10px;
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	height: 35px;
	border-radius: 2px;
	text-align: center;
}

ul.boxes>li .newsletter input[type="submit"] {
	display: block;
	width: 100%;
	font-size: 13px !important;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px;
	height: auto !important;
}

ul.boxes>li>div a {
	display: block;

}

ul.boxes>li>div>a>strong {
	border: solid 1px rgba(255, 255, 255, 1.00);
	padding: 10px 30px;
	font-weight: normal;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, 1.00);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	letter-spacing: 2px;
	white-space: nowrap;
	font-size: 19px;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, .10);
	transition: all 0.1s ease;

}

ul.boxes>li>div:hover>a>strong {
	padding: 15px 40px;
}

.frontpageSlideshow {
	position: relative;
	overflow: hidden;
}

.sliderWrapperContainer {}

body.webshop-frontpage .slider-wrapper {
	margin-bottom: 40px;
}

body.webshop-frontpage .slider-wrapper img {
	height: auto !important;
	width: 100% !important;
}

.frontpageSlideshow .swipeSlider.slick-slider {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.swipeSlider .slick-slide {
	display: block;
	text-align: center;
	background-color: red;
}

.swipeSlider .slick-slide img {
	display: inline-block;
	/*
	width: 100%;
	max-width: none;
	*/
}

/*
body.webshop-frontpage .slider-wrapper:after {
	content:"";
	max-width:95%;
	margin:0 auto;
	height:30px;
	display:block;
	background-image:url('/images/skins/Bewise/images/shadow.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
}
*/
body.webshop-frontpage .slider-wrapper .nivo-controlNav {
	position: absolute;
	width: 100%;
	margin: 14px 0 0;
}

body.webshop-frontpage .nivo-controlNav a {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.20);
	-webkit-border-radius: 50%;
	-moz-borde-radius: 50%;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

body.webshop-frontpage .nivo-controlNav a.active {
	background-color: rgba(108, 108, 108, 1.00);
}

body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
	opacity: 1.0;
	top: auto;
	right: auto;
	bottom: 50% !important;
	left: 50%;
	background-color: transparent;
	padding: 0;
	color: rgba(83, 83, 83, 1.00);
	-webkit-transform: translateY(50%) translateX(-50%);
	-moz-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.30);
	font-weight: 300;
	width: 1400px;
	max-width: 95%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

body.webshop-frontpage div.nivo-dynamic-text {
	top: calc(50% - 25px) !important;
	right: auto;
	bottom: auto !important;
	left: 50% !important;
	width: 1400px;
	max-width: 95%;
	letter-spacing: 1px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

body.webshop-frontpage div.nivo-dynamic-text-header {
	font-size: 45px;
	font-weight: 300;
	margin: 0 0 10px;
}

body.webshop-frontpage div.nivo-dynamic-text-teaser {
	text-transform: uppercase;
	font-size: 12px;
}

body.webshop-frontpage div.nivo-dynamic-text-link {
	margin: 10px 0 0;
	font-size: 13px;
}

body.webshop-frontpage div.nivo-dynamic-text-link:hover {
	background-color: rgba(111, 111, 111, 1.00);
}

.Text1_FrontPage {
	display: block;
	margin: 0 0 30px;
}

.Text1_FrontPage h1 {
	margin: 0 0 50px;
}

.Text1_FrontPage>p {
	line-height: 18px;
	display: block;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}

.Text2_FrontPage {
	display: block;
	margin: 30px 0 0;
}

.Text2_FrontPage>p {
	line-height: 2em;
	display: block;
	text-align: center;
	padding: 0 10%;
}

#usp {
	text-align: center;
	margin: 30px 0;
}

#usp:not(.slick-initialized) {
	display: flex;
}

#usp:not(.slick-initialized)>div,
#usp div.slick-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	flex: none;
	height: inherit !important;
}

#usp:not(.slick-initialized)>div {
	width: 20%;
}

#usp .slick-track {
	display: flex !important;
}

#usp .fa {
	font-size: 22px;
	color: #4A7D50;
}

#usp strong {
	display: block;
	font-size: 13px;
	margin: 8px 0 0;
}

#usp small {
	font-size: 12px;
}

#usp .icon {
	height: 22px;
}

#usp .icon.trustpilot {
	height: 18px;
}

#usp strong>a {
	margin-left: 6px;
}

body.webshop-frontpage #usp {
	margin: 80px 0;
}

body.webshop-frontpage #usp .fa {
	font-size: 35px;
}

body.webshop-frontpage #usp strong {
	font-size: 17px;
	margin: 8px 0 5px;
}

.fancyHidden {
	display: none;
}

a[data-src*="deliveryInfo"] {
	border-radius: 50%;
	color: rgba(255, 255, 255, 1.00);
	background-color: #4A7D50;
	display: inline-flex;
	width: 20px;
	height: 20px;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
	vertical-align: bottom;
	text-decoration: none;
	outline: none;
}

a[data-src*="deliveryInfo"]:before {
	content: "i";
	font-family: 'Arial';
}

#deliveryInfo h3 {
	padding: 20px 0 20px;
	border-bottom: solid 1px rgba(224, 224, 224, 1.00);
	margin: 0 0 20px;
}

#deliveryInfo table {
	width: 100%;
}

#deliveryInfo table td {
	padding-bottom: 20px;
	vertical-align: middle;
}

#deliveryInfo table>tbody>tr>td:nth-child(1) {
	width: 70px;
}

#deliveryInfo table>tbody>tr>td:nth-child(1) img {
	width: 100%;
	display: block;
}

#deliveryInfo table>tbody>tr>td:nth-child(2) {
	padding-left: 18px;
	padding-right: 18px;
}

#deliveryInfo table>tbody>tr>td:nth-child(3) {
	font-weight: bold;
	text-align: right;
}

.popupBottom {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: solid 1px rgba(224, 224, 224, 1.00);
	display: flex;
	justify-content: flex-end;
}

.popupBottom button {
	flex: none;
	padding: 15px 25px;
	border: none;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	text-transform: uppercase;
	background-color: #4A7D50;
	border-radius: 4px
}


/* MOST VIEWED - MOST SOLD */
.mostviewed-products,
.mostsold-products {
	margin: 0 0 120px;
}

.mostviewed-header,
.mostviewed-products,
.mostsold-header,
.mostsold-products {
	display: none;
}

.mostviewed-header,
.mostsold-header,
.Text2_FrontPage h2,
.clerk_title,
.popular-header {
	font-size: 17px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 40px;
	text-align: center;
}

body.webshop-productlist .popular-header {
	display: none;
}

.mostviewed-header span,
.mostsold-header span,
.Text2_FrontPage h2 span {
	padding: 0 30px 10px;
	display: inline-block;
	border-bottom: solid 1px rgba(229, 229, 229, 1.00);
}

.mostsold-header {
	margin: 40px 0 20px;
}

.mostviewed-header.active,
.mostsold-header.active {
	display: block;
}

.mostviewed-products .product,
.mostsold-products .product {
	padding: 0 15px;
}

.mostviewed-products .product .name,
.mostsold-products .product .name {
	text-align: center;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	padding: 15px 0 0;
	display: none;
}

.slick-prev,
.slick-next {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 10px auto;
	width: 30px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	background-color: rgba(0, 0, 0, 0.30);
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}

.slick-prev {
	background-image: url('/images/skins/Bewise/images/arrow-prev.png');
}

.slick-next {
	right: 0;
	background-image: url('/images/skins/Bewise/images/arrow-next.png');
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
	opacity: 1.0;
}

.slick-prev:hover,
.slick-next:hover {
	background-color: rgba(0, 0, 0, 0.70);
}

body.webshop-frontpage article>.content>.shadow {
	margin: 20px 0 30px;
}

body.webshop-frontpage article>.content>div.shadow:nth-of-type(2) {
	margin: 20px 0 0;
}


/* B2B LOGIN */
form[action="/shop/b2blogin.html"]>div>table {
	width: 100%;
}

form[action="/shop/b2blogin.html"]>div>table>tbody>tr:nth-child(3)>td:nth-child(1) {
	width: 1%;
	padding-right: 15px;
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="text"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="email"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="password"] {
	-webkit-appearance: none;
	font-size: 23px;
	height: 40px;
	width: 200px;
	max-width: 100%;
	margin: 3px 0;
	padding: 0 10px;
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"] input:focus {
	border: solid 1px #0085AD;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="submit"] {
	margin-top: 10px;
}

.B2BLogin_TD article form[action="/shop/b2blogin.html"]>br {
	display: none;
}


/* CUSTOMER */
.Customer_TD input[type="text"]#xprofileid.TextInputField_Customer {
	-webkit-appearance: none;
	font-size: 23px;
	height: 44px;
	width: 200px;
	margin: 0 4px 0 0;
	padding: 0 10px;
	float: left;
}

.SubmitButton_Customer {
	float: left;
}


header #ProductmenuContainer_DIV {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 0;
	text-align: center;
	transform: translate(-50%, -50%);
}

header .Heading_ProductMenu {
	display: none;
}

.ProductMenu_Category_Icon_Container {
	display: none !important;
}

#ProductMenu_List {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	text-align: left;
}

#ProductMenu_List:after {
	clear: both;
	content: "";
	display: block;
}

#ProductMenu_List>li {
	display: inline-block;
	text-align: left;
}

/*
#ProductMenu_List > li:nth-child(n+4) {
	display: none;
}
*/
#ProductMenu_List>li>a {
	display: block;
	padding: 30px 17px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 2px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

#ProductMenu_List>li.TopMenu_MenuItem>a,
#ProductMenu_List>li>a>span.ProductMenu_MenuItemBold {
	font-weight: bold;
}

a[href*="news-ALL-1.html"] {
	color: #4A7D50;
}

a[href*="specialoffer-ALL-1.html"] {
	color: #cd4756;
}

#ProductMenu_List>li>ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 30px 40px;
	list-style-type: none;
	width: 100%;
	background-color: rgba(255, 255, 255, 1.00);
	/*border:solid 1px #e8e7db;*/
	box-shadow: 0 0 40px rgba(0, 0, 0, .1);
	flex-wrap: wrap;
	align-items: flex-start;
    gap: 12px
}

#ProductMenu_List>li.singlecolumn {
	position: relative;
}

#ProductMenu_List>li.singlecolumn>ul {
	width: auto;
	max-width: 400px;
	left: 50%;
	transform: translateX(-50%);
}

#ProductMenu_List>li.singlecolumn>ul {
	flex-direction: column;

}

#ProductMenu_List>li.singlecolumn>ul>li {
	width: 100%;
}

#ProductMenu_List>li.singlecolumn>ul>li>a {
	margin: 0;
	text-align: center;
}

#ProductMenu_List>li>ul>li {
	flex: none;
	width: calc(16.6% - 10px);
}

#ProductMenu_List>li>ul>li>a,
#ProductMenu_List>li>ul>li>a>span.ProductMenu_MenuItemBold {
	font-weight: bold;
}
#ProductMenu_List>li>ul>li.has-dropdown>a,
#ProductMenu_List>li>ul>li.has-dropdown>a>span.ProductMenu_MenuItemBold {
    hyphens: auto;
    overflow-wrap: break-word;
}

#ProductMenu_List>li>ul>li>a {
	display: block;
	margin: 0 0 10px;
	font-size: 15px;
	letter-spacing: 2px;

	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

#ProductMenu_List>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#ProductMenu_List>li>ul>li>ul>li:not(:last-child),
#ProductMenu_List>li>ul>li>ul>li:not(.viewall) {
	margin-bottom: 5px;
}

#ProductMenu_List>li>ul>li>ul>li>a {
	text-decoration: none;
	display: block;
	color: rgba(85, 85, 85, 1.00);
	font-size: 14px;
	/*
    background-image: url("/images/skins/Bewise/images/icon-check-black.svg");
    background-size: 8px auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 15px;
	*/
}

#ProductMenu_List>li>ul>li>ul>li.viewAll>a {
	background-image: none;
	text-decoration: underline;
}

#ProductMenu_List>li>ul>li>ul>li>a>span.ProductMenu_MenuItemBold {
	font-weight: normal;
}

#ProductMenu_List>li>ul>li>ul>li.viewAll~li {
	display: none;
}

#ProductMenu_List>li>ul>li>ul>li>ul {
	display: none;
}

/*
#ProductMenu_List > li > a[href*="-110s1.html"] + ul > li > a {
	font-size: 15px;
	letter-spacing: 1px;
}

#ProductMenu_List > li > a[href*="124s1.html"] + ul > li:nth-child(1) {
	width: 20%;
	border-right: solid 1px rgba(188,188,188,.30);
}
#ProductMenu_List > li > a[href*="124s1.html"] + ul > li:nth-child(2) {
	width: 80%;
	padding-left: 5%;
}
#ProductMenu_List > li > a[href*="124s1.html"] + ul > li:nth-child(2) > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
#ProductMenu_List > li > a[href*="124s1.html"] + ul > li:nth-child(2) > ul > li ul a {
	display: block;
	width: 100%;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#ProductMenu_List > li > a[href*="124s1.html"] + ul > li > ul > li ul > li.viewAll > a {
	text-decoration: underline;
	font-size: 11px;
	padding-top: 3px;
}
#ProductMenu_List > li > a[href*="124s1.html"] + ul > li > ul > li ul > li.viewAll > a:before {
	visibility: hidden;
}


#ProductMenu_List > li > ul > li:last-child {
	border: 0;
}
#ProductMenu_List > li > ul > li > a {
	display:block;
	margin: 0 0 20px;
	
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	font-family: 'IBM Plex Serif', serif;
}
#ProductMenu_List > li > ul > li > a > span.ProductMenu_MenuItemBold {
	font-weight: 400;
}





#ProductMenu_List > li > ul > li > ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#ProductMenu_List > li > ul > li > ul > li {
	margin: 0 0 20px;
}
#ProductMenu_List > li > ul > li > ul > li > a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}



#ProductMenu_List > li > ul > li > ul > li > ul {
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
}
#ProductMenu_List > li > ul > li > ul > li > ul:not(.showAll) > li.hide {
	display: none;
}

#ProductMenu_List > li > ul > li > ul > li > ul > li > a {
	text-decoration: none;
	color: rgba(85,85,85,1.00);
    background-image: url("/images/skins/Bewise/images/icon-check-black.svg");
    background-size: 8px auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 15px;
}

#ProductMenu_List > li > ul > li > ul > li > ul > li > a > span.ProductMenu_MenuItemBold {
	font-weight: normal;
}
#ProductMenu_List > li > ul > li > ul > li > ul > li > ul {
	display: none;
}
*/

#ProductMenu_List>li>ul a.topmenuBanner {
	width: 250px;
	float: right;
}

#ProductMenu_List>li>ul a.topmenuBanner img {
	display: block;
	width: 100%;
}

/*
#ProductMenu_List > li > div, #ProductMenu_List > li > ul {
	display:none;
	position:absolute;
	margin:0;
	padding:20px 35px;
	background-color:rgba(255,255,255,1.00);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.1);
	border-bottom:solid 7px rgba(246,246,246,1.00);
}
#ProductMenu_List > li > div > div {
	display:inline-block;
	vertical-align:top;
}
#ProductMenu_List > li > div > a, #ProductMenu_List > li > div > div > a {
	color:rgba(0,0,0,1.00);
	text-decoration:none;
	display:block;
	padding:5px 0;
	min-width:150px;
	font-size:14px;
}

#ProductMenu_List > li > div > div > a:hover {
	color:#b4d3d2;
}
*/



/* PRODUCTMENU */
/*
nav.productmenu {
	background-color:rgba(255,255,255,1.00);
	border-bottom:solid 1px rgba(0,0,0,0.10);
	position:relative;
	
	width:100%;
	z-index:100;
}
span.ProductMenu_Category_Icon_Container {
	display:none !important;
}
span.ProductMenu_MenuItemBold {
	font-weight:normal;
}
nav.productmenu #ProductmenuContainer_DIV {
	width:1400px;
	max-width:95%;
	margin:0 auto;
	text-align: center;
}
nav.productmenu .Heading_ProductMenu {
	display:none;
}
nav.productmenu #ProductMenu_List {
	margin:0;
	padding:0;
	list-style-type:none;
}
nav.productmenu #ProductMenu_List:after {
	clear:both;
	content:"";
	display:block;
}
nav.productmenu #ProductMenu_List > li {
	display: inline-block;
	text-align: left;
}
nav.productmenu #ProductMenu_List > li:nth-child(n+4) {
	display: none;
}
nav.productmenu #ProductMenu_List > li > a {
	display:block;
	padding:14px 35px;
	font-size:15px;
	line-height:1;
	letter-spacing: 2px;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	font-family: 'IBM Plex Serif', serif;
}
nav.productmenu #ProductMenu_List > li > a > span.ProductMenu_MenuItemBold {
	font-weight:400;
}
nav.productmenu #ProductMenu_List > li.active > a:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:4px;
	content:"";
	background-color:rgba(0,0,0,0.10);
}

nav.productmenu #ProductMenu_List > li > ul {
	opacity:0;
	position:absolute;
	top:-2000px;
	left:1px;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#383838;
	box-shadow:4px 2px 8px rgba(0,0,0,0.10);
	min-width:calc(100% - 1px);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
nav.productmenu #ProductMenu_List > li > ul > li > a {
	display:block;
	padding:8px 18px;
	border-bottom:solid 1px rgba(255,255,255,0.10);
	text-decoration:none;
	color:rgba(255,255,255,1.00);
	white-space:nowrap;
}
nav.productmenu #ProductMenu_List > li > ul > li:hover > a {
	background-color:rgba(153,153,153,0.10);
}
nav.productmenu #ProductMenu_List > li > ul > li:last-child > a {
	border-bottom:none;
}
nav.productmenu #ProductMenu_List > li > ul > li > ul {
	display:none;
}
*/




a#ActiveCategory_A {
	display: none !important;
}


/* FOOTER */
footer {
	padding: 50px 0;
	background-color: #17252C;
	color: rgba(255, 255, 255, 1.00);
}

footer a {
	color: rgba(255, 255, 255, 1.00);
}

footer>section {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto;
}

footer>section>ul {
	margin: 0 -2%;
	padding: 0;
	list-style-type: none;

}

footer>section>ul:after {
	clear: both;
	content: "";
	display: block;
}

footer>section>ul>li {
	float: left;
	width: 21%;
	margin: 0 2%;
	line-height: 1.8em;
}

footer>section>ul>li>strong {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 25px;
	padding: 0 30px 5px 0;
	border-bottom: solid 1px rgba(197, 197, 197, 1.00);
	font-size: 16px;
	line-height: normal;
}

footer>section>ul>li a {
	text-decoration: none;
}

footer form {
	display: block;
	margin: 15px 0 0;
}

footer input[type="text"],
footer input[type="email"] {
	display: block;
	width: 100%;
	border: 0;
	height: 30px;
	padding: 0 10px;
	color: rgba(0, 0, 0, 1.00);
	margin: 0 0 7px;
}

footer input[type="submit"] {
	font-size: 12px;
	padding: 8px 15px;
}

footer .remember {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

footer .remember .fa {
	margin: 0 8px 0 0;
	color: #4A7D50;
}

credits {
	background-color: rgba(0, 0, 0, 1.00);
	padding: 50px 0;
	display: block;
	color: rgba(255, 255, 255, 1.00);
}

credits>section {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
}

credits>section>div {
	flex-grow: 4;
	width: 25%;
	vertical-align: top;
	text-align: center;
}

credits>section>div>strong {
	display: block;
	font-weight: 300;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

credits .emaerket {
	width: 60px;
}

credits img {
	max-width: 75%;
	height: auto;
}

/* SOCIAL LINKS */
a.social {
	width: 35px;
	height: 35px;
	margin: 0 0 0 5px;
	background-color: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	background-size: auto 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

credits a.social img {
	max-width: none;
}

a.social .fa {
	color: rgba(0, 0, 0, 1.00);
	font-size: 18px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
}


.toolbar {
	padding: 0 0 40px;
}

.toolbar:after {
	content: "";
	clear: both;
	display: block;
}

/* SORT SELECTOR */
.sort-container {
	float: right;

}

/* PRODUCTCARD */
.info-manufactors {
	
}


.info-manufactors a {
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-transform: capitalize;
}


.productcard h1 {
    text-align: left;
    font-size: 28px;
}
.countdown-container,
.stock-container {
	display: flex;
	align-items: center;
    gap: 6px;
}
.stock-container {
	margin-bottom: 6px;
}
.countdown-container img,
.stock-container img{
	border-radius: 50%;
	flex-shrink: 0;
}
.stock-container,
.countdown-container [id*="bp_countdown_"] .bp_countdown_message_banner * {
    font-size: 14px;
    color: #000000;
}

/* font styling to all countdown text elements */
/*
.bp_countdown_id_147.bp_countdown_message_banner,
.bp_countdown_id_147 .bp_countdown_product_prefix_text,
.bp_countdown_id_147 .bp_countdown_product_shared_span,
.bp_countdown_id_147 .bp_countdown_product_dispatch_shared_unit_span,
.bp_countdown_id_147 .bp_countdown_product_shared_span .bp_countdown_product_seconds_span,
.bp_countdown_id_147 .bp_countdown_product_shared_span .bp_countdown_product_minutes_span,
.bp_countdown_id_147 .bp_countdown_product_shared_span .bp_countdown_product_hours_span,
.bp_countdown_id_147 .bp_countdown_product_shared_span .bp_countdown_product_days_span {
	color: #484848 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}
*/

.countdown-container [id*="bp_countdown_"] .bp_countdown_message_banner {
    margin: 0;
}
.countdown-container [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_dispatch_shared_unit_span {
    margin: 0;
}
.countdown-container [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_shared_span {
    padding: 0 3px;
}
.countdown-container [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_shared_div {
    margin: 0;
}
.countdown-container [id*="bp_countdown_"] .bp_countdown_message_banner .bp_countdown_product_seconds_span {
    font-feature-settings: 'tnum';
}
.countdown-container [id*="bp_countdown_"] .bp_countdown_message_banner * {
    
    display: flex;
    font-weight: normal;
}


.bp_countdown_id_147.bp_countdown_message_banner {
	margin-bottom: 0px !important;
	margin: 0px !important;
}

/* Categori subcats with images */

.SubCats_Categories_UL {
	display: none;
}

.subcatsulouter {
    position: relative;
}

/* Subcats container centreret og med max bredde */
.subcatsul {
	display: flex;
	gap: 20px;
	margin: 10px 0 30px;
	padding: 0;
	width: 100%;
	list-style-type: none;
	justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: pointer;
    
}
.subcatsul::-webkit-scrollbar {
    height: 0;
}
.subcatsul:has(> li:nth-child(10)) {
    justify-content: flex-start;
}

/* Hver kategori-boble */
.subcatsul > li {
	flex: none;
	width: calc(10% - 10px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
    gap: 10px;
}


/* Kategori-link og billede */
.subcatsul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	border: solid 2px #f4f4f4;
	overflow: hidden;
	transition: all .2s ease;
	flex: none;
}

.subcatsul > li > a:hover {
	transform: scale(1.1); /* Scale up by 10% on hover */
}

/* Billede i boble */
.subcatsul > li > a > img {
	width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: contain;
    border-radius: inherit;
    padding: 10px;
    object-position: 50% 50%;
}


/* Navn under boble */
.subcatsul > li > .name a {
	display: block;
	text-decoration: none;
	line-height: normal;
	text-align: center;
	color: rgba(0, 0, 0, 1.00);
	font-weight: bold;
}
.brandspage .subcatsul {
    flex-wrap: wrap;
}
.brandspage .subcatsul > li {
    width: calc(10% - 3px);
}

.bp_ProductCarousel_initialized.bp_noResult {
    display: none;
}

.bp_countdown_shared_div span.bp_countdown_shared_span {
    padding: 0;
}

/* Responsiv til mobil - consolidated and corrected */
@media (max-width: 1000px) {
	.subcatsul {
		gap: 8px;
        width: 100vw;
        padding: 0 5vw 15px 5vw;
        margin-left: -5vw;
	}


	.subcatsul > li {
		width: 24vw;
	}

	.subcatsul > li > a img {
		padding: 4px;
	}
    .subcatsul > li > .name a {
        font-size: 12px;
        font-weight: normal;
    }
    
    .brandspage .subcatsul > li {
        width: calc(33.33% - 6px);
    }

	
}

ul.subcatsClone {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

ul.subcatsClone>li {
	flex: none;
}

ul.subcatsClone>li:nth-child(1) {
	width: 20%;
	border-right: solid 1px rgba(188, 188, 188, .30);
}

ul.subcatsClone>li:nth-child(2) {
	width: 80%;
	padding-left: 5%;
}

ul.subcatsClone>li:nth-child(2)>ul>li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}

ul.subcatsClone>li:nth-child(2)>ul>li ul a {
	display: block;
	width: 100%;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.subcatsClone>li>a {
	display: block;
	margin: 0 0 20px;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

ul.subcatsClone>li>ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

ul.subcatsClone>li>ul>li {
	margin: 0 0 20px;
}

ul.subcatsClone>li>ul>li>a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

ul.subcatsClone>li>ul>li>ul {
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
}

ul.subcatsClone>li>ul>li>ul>li>a {
	text-decoration: none;
	color: rgba(85, 85, 85, 1.00);

	background-image: url(/images/skins/Bewise/images/icon-check-black.svg);
	background-size: 8px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 15px;
}

/*
ul.subcatsClone > li > ul > li > ul > li > a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin: 0 8px 0 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/

ul.subcatsClone>li>ul>li>ul>li>ul {
	display: none;
}



/* BREADCRUMB */
body.webshop-productlist div.breadcrumb {
	float: left;
	margin: 10px 0 0;
}

body.webshop-productinfo div.breadcrumb {
	margin: 0 0 15px;
}

div.breadcrumb br,
.SubCats_BreadCrumb br {
	display: none;
}

div.breadcrumb,
.SubCats_BreadCrumb,
div.breadcrumb a,
.SubCats_BreadCrumb a,
div.breadcrumb td {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
}

div.breadcrumb a:hover,
.SubCats_BreadCrumb a:hover {
	color: #9B9B9B;
}

div.breadcrumb a.BreadCrumbLink_Active {
	text-decoration: underline;
}

.SubCats_Categories_Container .breadcrumb {
	display: none;
}


/* PRODUCTLIST */
.CategoryFooterContent {
	background-color: rgba(52, 52, 52, 1.00);
	padding: 30px;
	color: rgba(255, 255, 255, 1.00);
}

.CategoryFooterContent a {
	color: rgba(255, 255, 255, 1.00);
}

.category-description {
	display: none;
	background-color: rgba(52, 52, 52, 1.00);
	padding: 30px;
	margin-top: 20px;
	color: rgba(255, 255, 255, 1.00);
}

.category-description a {
	color: rgba(255, 255, 255, 1.00);
}

.category-description .CmsPageStyle {
	line-height: 1.8em;
}

.Frontpage_Custom_UL,
.ProductList_Custom_UL,
.Related_Custom_UL,
.CustomersAlsoBought_Custom_UL {
	padding: 0;
	margin: 0 -3%;
	list-style-type: none;
	position: relative;
}

.Frontpage_Custom_UL>li,
.ProductList_Custom_UL>li,
.Related_Custom_UL>li,
.CustomersAlsoBought_Custom_UL>li {
	width: 19%;
	margin: 0 3% 6%;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}

.ProductList_Custom_UL>li.banner {
	width: 94%;
}

.ProductList_Custom_UL>li.banner img {
	display: block;
	width: 100%;
}

article.aside .ProductList_Custom_UL>li:not(.banner) {
	width: 31.3%;
}

li .product {
	position: relative;
	padding: 25px;
	text-align: center;
}

li .product img {
	width: 100%;
	height: auto;
	display: block;
}

li .product .name a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 18px 0 7px;
}

li .product .image {
	position: relative;
}

li .product .price {
	font-size: 14px;
	font-weight: bold;
}

li .product .price strike,
.PriceStriked_Productlist {
	color: rgba(169, 0, 2, 1.00);
}

ul.Related_Custom_UL .price strike,
ul.CustomersAlsoBought_Custom_UL .price strike,
ul.Frontpage_Custom_UL .price strike {
	padding: 0 4px 0 0;
}

li .product input[type="text"] {
	display: none;
}

li .product .buy {
	width: 100%;
	overflow: hidden;

	margin: 10px auto 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
}

li .product .BuyButton_ProductList,
li .product .Related_BuyButton_IMG {
	width: 100%;
	display: block;
}

.offerCountdownContainer {
	position: absolute;
	z-index: 30;
	width: 100%;
	text-align: center;
	background-color: #FFDF04;
	color: #000;
	padding: 5px 5px;
	font-size: 11px;
	border-radius: 2px;
	bottom: 0;
}

.offerCountdownContainer strong {
	display: block;
	font-size: 13px;
}

/* NEWS */
li .news {
	top: -5px;
	right: -5px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	background-color: #17252C;
	color: #FFF;
	z-index: 2;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

li .news.text {
	width: 100px;
	top: 17px;
	right: -23px;
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	padding: 4px 0;
	font-size: 12px;
	line-height: 12px;
	transform: rotate(45deg);
}

.Frontpage_Custom_UL li .news img,
.ProductList_Custom_UL li .news img,
.Related_Custom_UL li .news img {
	width: 100%;
}


/* PAGER */
.pager {
	clear: both;
	padding: 20px 0 0;
}

.pager:after {
	content: "";
	clear: both;
	display: block;
}

.pager>div {
	display: block;
	float: left;
}

.pager .prev {
	width: 20%;
	min-height: 1px;
}

.pager .pages {
	width: 60%;
	text-align: center;
}

.pager .next {
	width: 20%;
	text-align: right;
}

.pager .next a,
.pager .prev a {
	display: inline-block;
	border: solid 1px #4D4D4D;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pager .pages a {
	display: inline-block;
	border: solid 1px #CECECE;
	padding: 5px 10px;
	margin: 0 3px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.pager .pages a.ActivePageNumber_ProductList {
	border-color: #555;
	background-color: #555;
	color: #fff;
	font-weight: normal;
	padding-right: 10px;
}






/* OFFER OVERLAY */
.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
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;
}

.ProductList_Custom_UL .image>a>div,
.Frontpage_Custom_UL .image>a>div,
.Related_Custom_UL .image>a>div,
div.Element_Overlay_DIV,
div.Element_Overlay_ProductInfo-relatedDIV,
div.Element_Overlay_ProductInfo-customersboughtDIV {
	display: block !important;
}

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,
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV,
li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV {
	top: -5px;
	left: -5px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	background-color: #17252C;
}

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,
.productcard div.Element_Overlay_ProdInfo_SavingsImage_DIV,
li .Element_Overlay_ShowBasket-related-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,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV {
	width: 100%;
	top: 50%;
	text-align: center;
	font-size: 19px;
	padding-top: 0px;
	padding-left: 0px;
	font-weight: bold;
	position: absolute;
	color: rgba(255, 255, 255, 1);
	transform: translateY(-50%);
}

.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
	top: 10px;
	left: 10px;
	right: auto;
	width: 70px;
	height: 70px;
}

.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	font-size: 25px;
}


.productcard .shippingInfo {
	margin: 30px 0 0;
}

.deliveryInfoContainer {
	background-color: #4A7D50;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 1.00);
	position: absolute;
	top: 70px;
	right: -10px;
	z-index: 40;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, .1);
}

.deliveryInfoContainer i {
	font-size: 20px;
}

.deliveryInfoContainer span {
	margin: 3px 0 6px;
	font-size: 12px;
}

.shippingInfo>* {
	display: inline-block;
	vertical-align: top;
}

.shippingInfo .fa {
	margin: 0 7px 0 0;
	font-size: 20px;
}

.shippingInfo strong {
	display: block;
	color: #4A7D50;
	font-size: 16px;
}

.lowStockInformation {
	font-size: 16px;
	margin: 0 0 15px;
}

.lowStockInformation .fa {
	margin: 0 7px 0 0;
	font-size: 20px;
}

.lastBoughtText {
	font-size: 16px;
}

.lastBoughtText .fa {
	color: #4A7D50;
	margin: 0 7px 0 0;
	font-size: 20px;
}


/* SPECS */
#specs {
	list-style-type: none;
	margin: 20px 0 0;
	padding: 15px 0;
	border: solid 1px rgba(237, 237, 237, 1.00);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: none;
}

#specs.active {
	display: block;
}

#specs>li {
	border-bottom: solid 1px rgba(155, 155, 155, 0.40);
	padding: 4px 0;
	display: none;
}

#specs>li:nth-child(2n+1) {
	background-color: rgba(155, 155, 155, 0.10);
}

#specs>li.active {
	display: block;
}

#specs>li:last-child {
	border: 0;
}

#specs>li>div {
	display: inline-block;
	vertical-align: top;
}

#specs>li>div:first-child {
	width: 130px;
	padding: 0 15px 0 20px;
}

#specs>li>div:last-child {
	font-weight: bold;
}

table.CmsPageStyle_Table,
.profileWrapper table,
.termsWrapper table {
	table-layout: fixed;
}

table.CmsPageStyle_Table img,
div.profileWrapper img,
div.termsWrapper img {
	max-width: 100%;
	height: auto !important;
}

input.SubmitButton_AdvancedSearchPage[type="submit"] {
	font-size: 13px;
	padding: 6px 10px;
}



/* ALERTBAR */
#alertbar {
	margin: 0;
	display: none;
	padding: 0;
	position: relative;
	width: 100%;
	color: #fff;
}

#alertbar:after {
	content: "";
	clear: both;
	display: block;
}

#alertbar .text {
	width: 1400px;
	max-width: 90%;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 0 24px;
}

#alertbar.active.christmas .text:after,
#alertbar.active.christmas .text:before {
	content: "";
	width: 45px;
	height: 38px;
	background-image: url('/images/skins/Glegoo/images/icon-christmas.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 60%;
	right: 0;
	display: block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#alertbar.active.christmas .text:before {
	background-image: url('/images/skins/Glegoo/images/icon-christmas-left.png');
	right: auto;
	left: 0;
}

#alertbar.active {
	display: block;
	padding: 7px 0;
	background-color: #4A7D50;
}

#alertbar.christmas.active {
	background: rgb(33, 143, 33);
	background: -moz-linear-gradient(top, rgba(33, 143, 33, 1) 0%, rgba(10, 117, 10, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(33, 143, 33, 1) 0%, rgba(10, 117, 10, 1) 100%);
	background: linear-gradient(to bottom, rgba(33, 143, 33, 1) 0%, rgba(10, 117, 10, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#218f21', endColorstr='#0a750a', GradientType=0);
}

body.webshop-checkout #alertbar.active {
	display: none;
}

#alertbar a {
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 5px;
	margin: 0 0 0 10px;
	display: inline-block;
}

#alertbar a:hover {
	background-color: #B18D00;
}

#alertbar .close {
	font-family: Arial;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	padding: 5px 0 0;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background-color: #17252C;
	color: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	z-index: 10;
}

#alertbar .close:hover {
	opacity: 0.7;
}


/* TABS */
.tabs {
	margin: 0;
	padding: 0;
	clear: both;
}

.tabs>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}

.tabs>ul:after {
	clear: both;
	content: "";
	display: block;
}

.tabs>ul>li {
	float: left;
	font-size: 13px;
	padding: 7px 20px;
	margin-right: 5px;
	border-top: solid 1px rgba(219, 219, 219, 1.00);
	border-bottom: solid 0px rgba(255, 255, 255, 1.00);
	border-right: solid 1px rgba(219, 219, 219, 1.00);
	border-left: solid 1px rgba(219, 219, 219, 1.00);
	position: relative;
	z-index: 20;
	display: inline-block;
	background-color: #f5f5f5;
	border-radius: 4px 4px 0 0;
}

.tabs>ul>li.open {
	border-bottom-width: 1px;
	background-color: rgba(255, 255, 255, 1.00);
	cursor: default;
}

.tabs>ul>li:not(.open) {
	cursor: pointer;
}

.tabs>div {
	display: none;
	border: solid 1px rgba(219, 219, 219, 1.00);
	padding: 20px;
	position: relative;
	margin-top: -1px;
}

.tabs>div:after {
	clear: both;
	content: "";
	display: block;
}

.tabs>div:first-of-type {
	display: block;
}


form.ask {
	display: block;
	margin: 0;
}

form.ask .header {
	display: inline-block;
	padding: 4px 15px 5px;
	font-size: 15px;
	font-weight: bold;
	background-color: #444;
	color: rgba(255, 255, 255, 1.00);
	border-radius: 5px 5px 0 0;
}

form.ask .text {
	margin: 0 0 10px;
}

form.ask .inner {}

form.ask .inner:after {
	content: "";
	display: block;
	clear: both;
}

/*
form.ask.error .inner {
	background-color: rgba(252,231,232,1.00);
	border-color: rgba(185,96,97,1.00) !important;
}
*/
form.ask input.error,
form.ask textarea.error {
	border-color: rgba(185, 96, 97, 1.00) !important;
}

form.ask input[type="text"],
form.ask input[type="email"],
form.ask textarea {
	display: block;
	width: 75%;
	margin: 0 0 7px;
	border: solid 1px rgba(204, 204, 204, 1.00);
	height: 30px;
	padding: 0 10px;
	border-radius: 2px;
}

form.ask textarea {
	padding: 10px;
	height: 80px;
}

form.ask input[type="submit"] {
	font-size: 13px;
	line-height: 1;
	padding: 7px 10px 6px;
	border-radius: 3px;
	border: 0;
	background-color: rgba(62, 62, 62, 1.00);
	color: #FFF;
	cursor: pointer;
}

form.ask .formMessageSuccess {
	background-color: #e5f4d7;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #d5e4c7;
}


/* FAVORITES */
table.FavTB {
	table-layout: fixed;
}

table.FavTB>tbody>tr>td {
	border-bottom: solid 1px rgba(235, 235, 235, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
}

td.FavTB_ProdImageTD {
	width: 10%;
}

img.FavTB_ProdImage {
	max-width: 100%;
}

td.FavTB_ProdNameTD {
	width: auto;
	vertical-align: middle;
	padding-left: 25px;
}

td.FavTB_ProdNameTD>a {
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px 0 0;
	display: block;
}

td.FavTB_ProdNameTD br {
	display: none;
}

td.FavTB_ProdAmountTD {
	display: none;
}

td.FavTB_ActionButtonsTD {
	width: 40px;
}

td.FavTB_ActionButtonsTD>a:nth-of-type(-n+2) {
	display: none;
}

td.FavTB_ActionButtonsTD>a>img {
	width: 25px;
	display: block;
}

td.FavTB_Buy {
	width: 20%;
}

td.FavTB_Buy input {
	display: block;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* PRODUCTGROUPS */
.SubCats_Categories_UL {
	padding: 0;
	margin: 0 -1%;
	list-style-type: none;
	display: none;
	flex-wrap: wrap;
}

.SubCats_Categories_UL>li {
	width: 23% !important;
	float: none !important;
	margin: 0 1% 2%;
	flex: none;
	border: solid 3px rgba(230, 230, 230, 1.00);
	padding: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.SubCats_Categories_UL>li:last-child {
	display: none;
}

.SubCats_Categories_UL>li .image img {
	display: block;
	max-width: 100%;
	max-height: 70px;
	margin: 0;
}

.SubCats_Categories_UL>li .name a,
.SubCats_Categories_UL>li .productgroup>a {
	display: block;
	text-transform: uppercase;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}

.SubCats_Categories_UL>li .name {
	display: none;
}




/* SLIDERS */
div.dd-theme-default .nivo-directionNav a {
	top: 50%;
	background-color: rgba(0, 0, 0, 0.30);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-position: 50% 50%;
	background-size: 10px auto;
	background-repeat: no-repeat;
	height: 50px;
	width: 30px;
	transform: translateY(-50%);
	font-size: 0;
	color: rgba(255, 255, 255, .00);
	background-image: none;
}

div.dd-theme-default a.nivo-prevNav:before,
div.dd-theme-default a.nivo-nextNav:before {
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	transform: translateX(-50%) translateY(-50%);
	color: rgba(255, 255, 255, 1.00);
}

div.dd-theme-default a.nivo-prevNav:before {
	content: "\f053";
}

div.dd-theme-default a.nivo-nextNav:before {
	content: "\f054";
}

[id^="bp_ProductCarousel_"]:empty {
	aspect-ratio: 1400/404;
	background-color: rgba(241, 241, 241, 1.00);
}


/* PRODUCTCARD */
.productcard {
	position: relative;
	margin-bottom: 40px;
}

.productcard:after {
	content: "";
	clear: both;
	display: block;
}

body.webshop-productinfo .back {
	position: absolute;
	top: 72px;
	right: 25px;
}

.productcard .buy {
	margin: 20px 0;
}

.productcard .buy:after {
	content: "";
	clear: both;
	display: block;
}

.buyMoreContainer {
	border-radius: 5px;
	border: solid 1px rgba(227, 227, 227, 1.00);
	margin: 0 0 8px;
	padding: 5px 15px;
	cursor: pointer;
}

.buyMoreContainer:hover {
	background-color: rgba(247, 247, 247, 1.00);
}

.buyMoreContainer>* {
	display: inline-block;
	vertical-align: middle;
}

.buyMoreContainer .check {
	width: 25px;
	height: 25px;
	border: solid 1px rgba(206, 206, 206, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	margin-right: 5%;
}

.buyMoreContainer.active .check:before {
	content: "\f00c";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(82, 141, 81, 1.00);
	font-size: 17px;
	line-height: 1;
	font-family: 'FontAwesome';
}

#BUYSECTION:after {
	clear: both;
	content: "";
	display: block;
}

img.FavAddButton_ProductInfo {
	float: left;
	background-color: rgba(197, 197, 197, 1.00);
	padding: 13px;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.buyWrapperHeadline,
.amountWrapperHeadline {
	display: none;
}

.amountWrapper {
	float: left;
	margin: 0 8px 0 0;
}

.amountWrapper input {
	-webkit-appearance: none;
	border-radius: 4px;
	height: 45px;
	width: 45px;
	border: solid 1px rgba(142, 142, 142, .70);
	background-color: #FFFFFF;
	text-align: center;
	padding: 0 5px;
}

.amountWrapper input:disabled {
	opacity: 0.5;
}

.buyWrapper {
	float: left;
	margin: 0;
}

.buyWrapper input {
	height: 45px;
	display: block;
	-webkit-appearance: none;
	border-radius: 4px;
	padding: 0 30px;
}

.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;
}

.offer {
	position: absolute;
	top: -7px;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 10;
	font-size: 17px;
}

.productcard .news {
	position: absolute;
	top: -7px;
	right: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 10;
}

.productcard .news.text {
	position: absolute;
	width: 140px;
	top: 24px;
	right: -32px;
	text-align: center;
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	padding: 6px 0;
	font-size: 16px;
	line-height: 16px;
	transform: rotate(45deg);
}

.productcard .news img {
	width: 100%;
}

.productcard .viabill-pricetag.viabill-pricetag-optional-styles {
	height: 25px !important;
}

.productcard .images {
	float: left;
	width: 44%;
	position: relative;
}

.productcard .imagecanvas,
.productcard .imageselector {
	display: none;
}

/*
.productcard .imagecanvas img {
    display: block;
    width: 100%;
    height: auto;
}
*/
#Productinfo_Fancybox_Image_DIV img {
	max-width: 100%;
	display: block;
}

/*
.productcard .imageselector:not(.slick-initialized) {
	display: flex;
}
.productcard .imageselector:not(.slick-initialized) > a {
    flex: none;
    width: 13%;
}
.productcard .imageselector img {
    width: 100%;
    height: auto;
}
*/

#swiper {
	position: relative;
}

#swiper:not(.slick-initialized)>a:nth-of-type(n+2) {
	display: none;
}

#swiper>a[href*="video-"]>img {
	opacity: 0;
}

#swiperNavigation a,
#swiper a.youtube {
	position: relative;
}

#swiperNavigation a.youtube:before,
#swiper a.youtube:before {
	content: "";
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background-image: url('/images/skins/Bewise/images/youtubeButton.png');
	background-position: 50% 50%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#swiper a.youtube:before {
	width: 40px;
	height: 40px;
}

#swiper .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3%;
	height: auto;
	cursor: pointer;
	z-index: 20;
}

#swiper .slick-arrow.prev {
	left: 5%;
}

#swiper .slick-arrow.next {
	right: 5%;
}

/*
#swiperNavigation.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
#swiper > .fa {
	position: absolute;
	z-index: 20;
	top: 50%;
	font-size: 45px;
	display: none !important;
	cursor: pointer;
}
#swiper .fa.fa-chevron-circle-right {
	right: 0;
}
#swiper:hover > .fa {
	display: block !important;
}
*/
#swiper img:not(.slick-arrow),
#swiper video {
	width: 100%;
	display: block;
	height: auto;
}

#swiperNavigation a {
	border: solid 1px rgba(245, 245, 245, 1.00);
}

#swiperNavigation:not(.slick-initialized) {
	display: flex;
	justify-content: flex-start;
	margin: 0 -10px;
}

#swiperNavigation:not(.slick-initialized)>a {
	flex: none;
	width: calc(12.5% - 20px);
	margin: 0 10px;
}

#swiperNavigation .slick-list {
	margin: 0 -10px;
}

#swiperNavigation .slick-slide {
	margin: 0 10px;
}

#swiperNavigation img {
	cursor: pointer;
	width: 100%;
	display: block;
	height: auto;
}

.productcard .info {
	float: right;
	width: 50%;
	position: relative;
	margin: 0;
}

.productcard ul.details {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	border: solid 1px rgba(223, 223, 223, 1.00);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	font-size: 0;
}

.productcard ul.details.active {
	display: inline-block;
}

.productcard ul.details:after {
	clear: both;
	content: "";
	display: block;
}

.productcard ul.details>li {
	font-size: 12px;
	display: none;
	vertical-align: middle;
	border-right: solid 1px rgba(223, 223, 223, 1.00);
	padding: 7px 15px;
}

.productcard ul.details>li.active {
	display: inline-block;
}

.productcard ul.details>li.active.last {
	border-right: none;
}

.productcard ul.details>li>span {
	display: inline-block;
	vertical-align: middle;
}

.productcard ul.details>li.stock-message img {
	width: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0px 10px 0px 1px;
	vertical-align: middle;
}

/*
.productcard ul.details > li.delivery-time {
	background-image:url('/images/skins/Bewise/images/icon-delivery.png');
	background-repeat:no-repeat;
	background-size:13px auto;
	background-position:15px 53%;
	padding-left:35px;
}
*/
.productcard ul.details>li.delivery-time:before {
	font-family: 'FontAwesome';
	content: "\f0d1";
	margin: 0 7px 0 0;
}

.productcard ul.details>li.rating {
	padding-top: 0;
	padding-bottom: 0;
}

.productcard ul.details>li.rating>div {
	padding: 0 !important;
}

.productcard ul.details>li.rating span.Product_Rating_Review_Text,
.productcard ul.details>li.rating span.Product_Rating_Sum,
.productcard ul.details>li.rating span.Product_Rating_NoRates,
.productcard ul.details>li.rating span.Product_Rating_Voted {
	display: none;
}

/* PRODUCTCARD RATING */
/*
div.Product_Rating_Symbols_Active_Right,
div.Product_Rating_Symbols_Active_Left,
div.Product_Rating_Symbols_Hover_Right,
div.Product_Rating_Symbols_Hover_Left,
div.Product_Rating_Symbols_Idle_Right,
div.Product_Rating_Symbols_Idle_Left,
div.Product_Rating_Symbols_Idle,
div.Product_Rating_Symbols_Active {
	background-image:url('/images/skins/Bewise/images/rating-stars.png');
	background-size:20px auto;
}
*/



.productcard .product-number {
	margin: 20px 0 15px;
	font-size: 11px;
	display: none;
}

.productcard .product-number.active {
	display: block;
}


.Variants {
	margin: 15px 0 0;
}

table.VariantGroup {
	width: 50%;
}

td.VariantGroupLabel {
	font-weight: bold;
	padding: 0 0 4px;
}

table.VariantGroup select {
	width: 100%;
}


.Prices_Custom_UL {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
}

.Prices_Custom_UL>li {
	border-top: solid 1px rgba(255, 255, 255, 0.20);
	padding: 5px 0;
}

.Prices_Custom_UL>li:first-child {
	border: 0;
	padding: 0;
}

.Prices_Custom_UL>li:first-child .text {
	display: none;
}

.Prices_Custom_UL>li .discount {
	display: inline-block;
	background-color: #2DB1CD;
	padding: 3px 5px;
	margin-left: 4px;
	color: rgba(255, 255, 255, 1.00);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}

.Prices_Custom_UL>li:nth-child(n+2) {
	display: none;
}

.Prices_Custom_UL>li:nth-last-child(1) .discount {
	background-color: rgba(40, 140, 52, 1.00);
}

.Prices_Custom_UL>li:nth-last-child(2) .discount {
	background-color: rgba(40, 140, 52, 0.70);
}

.Prices_Custom_UL>li:nth-last-child(3) .discount {
	background-color: rgba(40, 140, 52, 0.50);
}

.Prices_Custom_UL>li:nth-last-child(4) .discount {
	background-color: rgba(40, 140, 52, 0.30);
}

.Prices_Custom_UL>li:nth-last-child(5) .discount {
	background-color: rgba(40, 140, 52, 0.20);
}

.Prices_Custom_UL>li:first-child .discount {
	display: none;
}

.Prices_Custom_UL>li:nth-of-type(n+2) .text {
	display: inline-block;
}

.Prices_Custom_UL>li:nth-of-type(n+2) .price {
	display: inline-block;
}

.Prices_Custom_UL .before {
	color: rgba(228, 5, 30, 1.0);
}

.Prices_Custom_UL .currency {
	font-size: 12px;
	padding: 0 5px 0 0;
}

.Prices_Custom_UL .vattext {
	font-size: 12px;
	padding: 0 0 0 5px;
}

.Prices_Custom_UL>li:nth-child(n+2) .vattext {
	display: none;
}

.Prices_Custom_UL .price {
	font-weight: 800;
}

.Prices_Custom_UL>li:nth-child(-n+1) .price {
	font-size: 40px;
	line-height: 1;
}


/* BULK BUY PRODUCTS */
.bulkProductsHeader,
.bulk {
	width: 500px;
	max-width: 100%;
}

.bulkProductsHeader {
	font-weight: bold;
	margin: 20px 0 8px;
	font-size: 15px;
}

.bulk {
	margin: 0;
	position: relative;
	z-index: 40;
	cursor: pointer;
	border: solid 1px rgba(227, 227, 227, 1.00);
	border-bottom: none;
}

.bulk .bulkProduct {
	position: relative;
	display: flex;
	border-bottom: solid 1px rgba(227, 227, 227, 1.00);
}

.bulk .bulkProduct:hover {
	background-color: rgba(247, 247, 247, .70);
}

.bulk .bulkProduct.active {
	background-color: rgba(129, 181, 138, .1);
}

.bulk>div>* {
	flex: none;
}

.checkImageAmount {
	width: 29%;
}

.bulkCheck {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px rgba(206, 206, 206, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	position: relative;
	align-self: center;
	margin-right: 15px;
}

.bulkProduct.active .bulkCheck {
	background-image: url('/images/skins/Bewise/images/icon-check-green.svg');
	background-repeat: no-repeat;
	background-size: 55% auto;
	background-position: 50% 50%;
}

/*
.bulkProduct.active .bulkCheck:before {
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #70a718;
    font-size: 14px;
    line-height: 1;
    font-family: 'FontAwesome';
}
*/
.bulkImage {
	width: 10%;
	border-right: solid 1px rgba(227, 227, 227, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	display: flex;
	align-items: center;
}

.bulkImage img {
	display: block;
	width: 100%;
}

.bulk>div>.bulkName {
	flex: auto;
	padding: 6px 15px;
	position: relative;
	display: flex;
	align-items: center;
}

.bulkName small {
	display: block;
}

.bulkName a {
	text-decoration: none;
}

.bulkName .bulkInfo {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 15px;
	border: solid 1px rgba(163, 163, 163, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	border-radius: 3px;
	z-index: 20;
	width: 100%;
	color: rgba(0, 0, 0, 1.00);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.bulkName .bulkInfo,
.bulkName .bulkInfo * {
	font-size: 12px !important;
}

.bulkName:hover .bulkInfo:not(:empty) {
	display: block;
}

.bulkName .savingsDiscountPercent {
	margin: 0 0 0 10px;
	white-space: nowrap;
	font-family: Arial;
	background-color: rgba(0, 0, 0, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 2px;
	padding: 2px 4px;
}

.bulkAmount {
	width: 32%;
	height: 37px;
	border-radius: 2px;
	padding: 0;
	text-align: center;
	border: solid 1px rgba(220, 220, 220, 1.00);
	font-size: 13px;
	display: none;
	vertical-align: middle;
}

.bulkPrice {
	text-align: right;
	flex: auto;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 6px 15px 6px 0;
}

.bulkPrice strike {
	display: block;
	color: rgba(174, 174, 174, 1.00);
}

.bulkProduct .viewMoreContainer {
	display: none;
	padding: 15px 0 10px;
	/*border-top: solid 1px rgba(220,220,220,1.00);*/
}

.bulkProduct .viewMoreThumbsContainer {
	margin: 0 -1% 15px;
}

.bulkProduct .viewMoreThumbsContainer>a {
	display: inline-block;
	margin: 0 1%;
	width: 10.5%;
	vertical-align: top;
}

.bulkProduct .viewMoreThumbsContainer>a>img {
	display: block;
	width: 100%;
	border: solid 1px rgba(220, 220, 220, 1.00);
	border-radius: 3px;
}

.bulkProduct .viewMoreThumbsContainer>a:hover>img {
	opacity: .8;
}

.viewProductButton {
	float: right;
}

.bulkProduct .viewLessButton,
.bulkProduct .viewMoreButton,
.bulkProduct .viewProductButton {
	cursor: pointer;
	border-radius: 3px;
	padding: 2px 7px 3px;
	background-color: #c32525;
	color: rgba(255, 255, 255, 1.00);
	display: inline-block;
}

.bulkProduct .viewLessButton i,
.bulkProduct .viewMoreButton i {
	margin: 0 5px 0 0;

}

.bulkProduct .viewProductButton {
	float: right;
	background-color: #04b55c;
}

.bulkProduct .viewMoreButton {
	cursor: pointer;
	font-size: 12px;
	margin: 4px 0 0 calc(25px + 8%);
	background-color: #343c46;
	text-align: center;

}

.bulkProduct .viewMoreButton.viewMoreActive {
	background-color: #c32525;
}

.bulkProduct .viewLessButton {
	margin: 10px 0 0;
}

/*
.productcard .bulk {
	display: none;
	margin: 30px 0 0;
}
.productcard .bulk .header {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px;
}
*/

.Related_Custom_DIV .product {
	border-radius: 5px;
	border: solid 1px rgba(227, 227, 227, 1.00);
	font-size: 0;
	padding: 5px 15px;
}

.Related_Custom_DIV .product:hover {
	background-color: rgba(247, 247, 247, 1.00);
}

.Related_Custom_DIV .product>* {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}

.Related_Custom_DIV .product .check {
	width: 25px;
	height: 25px;
	border: solid 1px rgba(206, 206, 206, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	margin-right: 2%;
}

.Related_Custom_DIV .product .image {
	width: 6%;
}

.Related_Custom_DIV .product .image img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.Related_Custom_DIV .product .name {
	width: calc(62% - 25px);
	padding: 0 15px;
}

.Related_Custom_DIV div.Element_Overlay_ProductInfo-related-savingsDIV,
.Related_Custom_DIV div.Element_Overlay_ProductInfo-relatedDIV {
	display: block;
}

.Related_Custom_DIV .product .price .youSave {
	display: inline-block;
	margin: 0 5px 0 0;
	background: #C66500;
	background: linear-gradient(#C66500 0%, #A35300 100%);
	padding: 2px 5px;
	color: rgba(255, 255, 255, 1.00);
}

.Related_Custom_DIV .product .price .youSave>div:first-child {
	display: none;
}

.Related_Custom_DIV .product .price {
	width: 30%;
	text-align: right;
}

.Related_Custom_DIV .product .price .currency {
	padding: 0 4px 0 0;
}

.Related_Custom_DIV .product .price strike {
	padding: 0 4px 0 0;
	color: #CA0003;
}

.Related_Custom_DIV .product.active .check:before {
	content: "\f00c";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(82, 141, 81, 1.00);
	font-size: 17px;
	line-height: 1;
	font-family: 'FontAwesome';
}

.Related_Custom_DIV>div:not(:last-child) {
	margin: 0 0 5px;
}



/*
.productcard .Prices_Custom_UL {
	width:auto;
	margin:10px 0 5px;
	padding:0;
	list-style-type:none;
}
.productcard .Prices_Custom_UL .before-price {
	font-size:16px;
	line-height:16px;
	color:#CA0003;
	font-family:'Raleway', sans-serif;
}
.productcard .Prices_Custom_UL .price {
	font-size:16px;
	line-height:25px;
	font-weight:700;
	font-family:'Raleway', sans-serif;
	margin-top:5px;
}
.productcard .Prices_Custom_UL li:first-child .price {
	font-size:36px;
	line-height:36px;
}
.productcard .Prices_Custom_UL .price .text {
	font-size:16px;
	line-height:16px;
	font-weight:400;
	color:#7E7E7E;
	padding-right:4px;
}
.productcard .Prices_Custom_UL li .vat {
	font-size:16px;
	padding:0 0 0 7px;
}
.Prices_Custom_UL li:first-child .text {
	display:none;
}
.Prices_Custom_UL li:last-child {
	margin:0 0 10px;
}
*/

.productcard .short-description:not(:empty) {
	padding: 0 0 20px;
	font-weight: bold;
}

td.ProductInfo_MagixZoomPlus_MainImage_TD {
	border: 0;
}

.productcard .addthis_toolbox {
	padding: 20px 0 0;
}


/* RELATED PRODUCTS */
.related,
.alsobought {
	margin: 60px 0 0;
	display: none;
}

.related.active,
.alsobought.active {
	display: block;
}

.related.active:before,
.alsobought.active:before {
	content: "";
	clear: both;
	display: block;

}

.related.active:before {
	padding: 30px 0 0;
}

.related .header,
.alsobought .header {
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0;
}


/* GIFTCARD */
body.giftcard ul.Prices_Custom_UL,
body.giftcard table.VariantGroup>tbody>tr:first-child {
	display: none;
}

body.giftcard table.VariantGroup {
	width: 100%;
}

body.giftcard table.VariantGroup input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	font-size: 18px;
	line-height: 18px;
	border: 0;
}


/* 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;
}


/* SHOWBASKET */
#showbasketContent {
	margin: 0 0 60px;
}

#showbasketContent:after {
	clear: both;
	content: "";
	display: block;
}

div.ShowBasket_SimpleVariants_DIV {
	padding-left: 0;
	padding-top: 0;
}

.ShowBasket_ProductLine_ActionButtons_TD img {
	width: 14px;
	margin: 0 2px;
}

a.Order_back_basket {
	float: left;
	margin: 15px 0 0;
}

a.Order_back_basket img {
	width: 200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
}

a.Basket_Order img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	max-width: 100%;
}

.Order_empty_basket {
	display: none;
}

a.ShowBasket_SendBasketLink_Dialog_Link {
	font-size: 12px;
	color: #575868;
	text-decoration: none;
	float: right;
	background-color: #fff;
	padding: 7px 18px;
	border: solid 1px #d8dadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}

.TableLines_BackgroundColor1 .Heading_ShowBasket {
	border-bottom: solid 1px #D6D6D6;
	padding-top: 5px;
	padding-bottom: 5px;
}

.productrow>td {
	border-bottom: solid 1px rgba(255, 255, 255, 0.20);
	padding-top: 10px;
	padding-bottom: 10px;
}

#basket_PaymentFees td {
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#basket_TotalPrice>td {
	font-size: 18px;
}

table.showbasket {
	width: 100%;
}

table.showbasket.head {
	border: 1px solid #F2F2F2;
}

table.showbasket.body {
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
}

table.showbasket.body>tbody>tr>td {
	border-bottom: 1px solid #F2F2F2;
}

table.showbasket td,
table.showbasket th {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

table.showbasket th {
	background-color: #F2F2F2;
	font-weight: bold;
}

table.showbasket .description {
	position: relative;
}

table.showbasket .description img.ProductImage_ShowBasket {
	margin: 0 15px 0 0;
}

table.showbasket .description small {
	display: block;
}

table.showbasket .description a:nth-child(2) {
	display: block;
	text-decoration: none;
	font-weight: bold;
	max-width: 280px;
}

table.showbasket .amount>a>img {
	width: 14%;
	margin: 0 0 0 10%;
	vertical-align: middle;

}

table.showbasket .amount {
	width: 14%;
	text-align: center;
}

table.showbasket .amount .amountContainer {
	display: inline-block;
	width: 60%;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	border: solid 1px #D5D5D5;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

table.showbasket .amount .amountContainer:after {
	content: "";
	clear: both;
	display: block;
}

table.showbasket .amount .amountContainer>div {
	float: left;
	padding: 13px 0;
	width: 60%;
	text-align: center;
	border-right: solid 1px #D5D5D5;
}

table.showbasket .amount .amountContainer>a {
	position: absolute;
	right: 0px;
	height: 50%;
	width: 40%;
	display: block;
}

table.showbasket .amount .amountContainer>a:hover {
	background-color: #D5D5D5;
}

table.showbasket .amount .amountContainer>a:nth-of-type(2) {
	border-top: solid 1px #D5D5D5;
	bottom: 0;
}

table.showbasket .amount .amountContainer>a>img {
	height: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

table.showbasket.noamount .amount .amountContainer {
	display: none;
}

table.showbasket .unitprice {
	width: 15%;
	text-align: right;
}

table.showbasket .unittotal {
	text-align: right;
	width: 15%;
}

.basket-checkout {
	width: 26%;
	float: right;
	padding: 10px;
	background-color: rgba(242, 242, 242, 1.00);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.basket-checkout>div {
	padding: 4px 0;
}

.basket-checkout>div>div {
	float: right;
}

.basket-checkout .total {
	border-top: solid 1px rgba(0, 0, 0, 0.30);
	padding-top: 6px;
	padding-bottom: 10px;
	margin-top: 4px;
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.20);
}

.wrapping {
	position: absolute;
	right: 10px;
	top: 10px;
}

.wrapping>table {
	font-size: 12px;
	color: #575868;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #d8dadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}

.wrapping>table td {
	padding: 5px 8px;
}

.wrapping input {
	margin: 0 7px 0 0;
	cursor: pointer;
}

body.webshop-showbasket.basketEmpty #showbasketContent,
body.webshop-showbasket.basketEmpty .ShowBasket_SendBasketLink_Dialog_Link {
	display: none;
}

body.webshop-showbasket:not(.basketEmpty) #basket-empty {
	display: none;
}





/* OPC */
body.webshop-checkout header #Search_Form,
body.webshop-checkout nav.productmenu,
body.webshop-checkout aside,
body.webshop-checkout header .TopMenu_MenuItems {
	display: none;
}

body.webshop-checkout header>section {
	height: 120px;
}

#checkout-container #column-data h3,
#checkout-container div h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	padding: 13px 15px;
	margin: 0;
	background-color: #DCEBEF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}

#checkout-container h4 {
	font-size: 13px;
	margin: 10px 0 0;
	padding: 0;
}

/*
#column-data > h3:before, #checkout-container div h2:before, #payment-giftcertificateinfo > h2:before {
	position:absolute;
	background-color:#555;
	color:rgba(255,255,255,1.00);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	top:-8px;
	left:-8px;
	width:23px;
	height:23px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	line-height:14px;
	padding:3px 0 0;
}
#column-data > h3:before {
	content:"1";
}
#column-shipping-payment > h2:nth-of-type(1):before {
	content:"2";
}
#column-shipping-payment > h2:nth-of-type(2):before {
	content:"3";
}
#payment-cardinfo > h2:before, #payment-giftcertificateinfo > h2:before {
	content:"4";
}
div#order-summary > h2:before {
	content:"4";
}
#order-confirm > h2:before {
	content:"5";
}
*/
#checkout-container select.checkout-select {
	width: 100%;
	display: block;
}

#checkout-container input.checkout-text,
#checkout-container input#checkout-giftcertificate-cardnumber {
	width: 100%;
	padding: 0 5px;
	height: 30px;
	display: block;
	margin: 0px 0px 5px;
	border: solid 1px #D4D4D4;
	color: rgba(0, 0, 0, 1.00);
}

#checkout-container textarea.checkout-text {
	width: 100%;
	padding: 7px 10px 7px 5px;
	height: 30px;
	display: block;
	margin: 0px 0px 5px;
	border: solid 1px #D4D4D4;
}

#checkout-container label {
	display: block;
}

#checkout-container div.salesdiscountcode-container {
	float: none;
}

#checkout-container div.salesdiscountcode-button-container {
	float: none;
	width: 100%;
}

#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res1,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res2,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res3,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res4,
#checkout-container #column-data #customer-data input.checkout-reservedfield-salesdiscountcode-res5 {
	margin-bottom: 5px;
}

#checkout-container div.salesdiscountcode-button-container .checkout-salesdiscount-code-button {
	float: none;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 25px;
}

#checkout-container small {
	display: block;
	color: #c00556;
}

#checkout-container #customer_lookup_submit,
#checkout-container #checkout-container #checkout_lookupphone_submit,
#checkout-container #confirm-complete-button,
#checkout-container #checkout_altdelivery_lookupphone_submit,
#checkout-container .checkout-salesdiscount-code-button,
#checkout-container input#checkout_forgottenpassword_submit {
	padding: 4px 5px;
	font-size: 12px;
	float: none;
}

#checkout-container #checkout_password_login,
#checkout-container #checkout_lookupphone,
#checkout-container #checkout_altdelivery_lookupphone,
#checkout-container #customer-data {
	width: auto;
}

/* KOL 1 */
#checkout-container div#column-data {
	width: 32%;
	padding: 15px;
	border: solid 1px rgba(230, 230, 230, 1.00);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	min-height: 0;
}

/* ---- CUSTOMER */
#customer-data {
	margin: 15px 15px 0;
}

/* ---- DGS */
#customer-phone-lookup {
	padding: 0 15px;
}

#customer-phone-lookup>p {
	padding: 0;
	margin: 2px 0 7px;
}

#checkout-container div#checkout-lookupphone-container {
	float: none;
	width: 100%;
}

#checkout-container #column-data #customer-phone-lookup #checkout-lookupphone-container input {
	margin-bottom: 5px;
}

#checkout-container div#checkout-lookupphone-button-container {
	float: none;
	width: 100%;
}

input#checkout_lookupphone_submit {
	float: none;
	font-size: 12px;
	height: 25px;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* ---- LOGIN */
#customer-login {
	padding: 0 0 0px;
	margin: 0 0 20px;
}

#customer-login p,
#checkout-container #customer-login fieldset {
	padding: 0 10px;
}

#checkout-container div#checkout_password_login-container {
	float: none;
	width: auto;
}

#checkout-container input.checkout-lookup-button {
	float: none;
}

#checkout-container #column-data div#customer-login-devider {
	display: none;
}

#checkout-container div.salesdiscountcode-container {
	width: 100%;
}

/* ---- ALT DEL. */
#customer-alternative-delivery p {
	padding: 0 15px;
}

#customer-alternative-delivery #customer-phone-lookup p {
	padding: 0;
}

#checkout-container #customer-alternative-delivery {
	border-top: 0;
}

#checkout-container div#checkout-lookupphone-altdelivery-container {
	float: none;
	width: 100%;
}

div.checkout-row.altdev {
	border: solid 1px rgba(210, 210, 210, 1.00);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 40px 10px 10px;
	/*
		background-image:url('/images/skins/Bewise/images/icon-delivery.png');
		background-repeat:no-repeat;
		background-size:16px auto;
		background-position:calc(100% - 15px) 12px;
		padding-right:40px;
		*/
	background-color: #F3F1EE;
	cursor: pointer;
	position: relative;

}

div.checkout-row.altdev .fa {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) scale(-1, 1);
	font-size: 17px;
}

div.checkout-row.altdev .div-checkout-checkbox {
	display: inline-block;
}

div.checkout-row.altdev .div-checkout-checkbox-label {
	display: inline-block;
	vertical-align: top;
	width: 83%;
}

#checkout-container div.checkout-row.altdev .checkout-checkbox {
	float: none;
}

#checkout-container #column-data #customer-data div.checkout-row.altdev input {
	margin: 0 6px 0 0;
}

#checkout-container div.salesdiscountcode-label {
	display: none;
}


/* KOL 2 */
#checkout-container div#column-shipping-payment {
	width: 32%;
	margin: 0 0 20px 2%;
	position: relative;
	padding: 15px;
	border: solid 1px rgba(230, 230, 230, 1.00);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/* ---- PAYMENT */
#payment-methods {
	margin: 0 0 15px;
	padding: 10px 0;
}

.checkout-payment-description-cell {
	font-weight: bold;
}

.payment-message {
	font-size: 11px;
	font-weight: normal;
}

/* ---- SHIPPING */
#checkout-container #column-shipping-payment {
	min-height: 10px;
}

#shipping-methods {
	padding: 10px 0 0;
}

.checkout-shipping-description-cell {
	font-weight: bold;
}

.shipping-message {
	font-weight: normal;
	font-size: 11px;
}

img#post-fix {
	position: absolute;
	right: 20px;
	margin-top: 40px;
}

#payment-methods>fieldset>label,
#shipping-methods>label {
	border: solid 1px rgba(0, 0, 0, 0.20);
	padding: 8px 15px 8px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#payment-methods>fieldset>label:hover,
#shipping-methods>label:hover {
	background-color: rgba(236, 236, 236, 0.50);
}

tr.Checkout_ShippingMethodServices_Devider_TR {
	display: none;
}

table#Orderstep2_GLS_Table,
table#Checkout_ShippingMethodServices_Table {
	margin: 0 0 0 20px;
}

table#Orderstep2_GLS_Table td,
table#Checkout_ShippingMethodServices_Table td {
	font-size: 12px;
}

table#Orderstep2_GLS_Table td {
	padding-bottom: 7px;
}

#pacsoftservicepoints {
	margin: 10px 0 0;
}

div.pacsoftservicepoint label {
	margin-left: 6px;
}



/* KOL 3 */
#checkout-container div#column-order-summary {
	width: 32%;
	padding: 0;
	float: right;
}

/* ---- PAYMENT */
#order-creditcard,
#order-giftcertificate {
	margin: 0 0 15px;
	padding: 15px 15px 0;
	border: solid 1px rgba(230, 230, 230, 1.00);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#checkout-container label[for="txtCardNumber"],
#checkout-container label[for="txtCardCvv"] {
	display: none;
}

#checkout-container div.checkout-payment-cardnumber-container {
	float: none;
}

#checkout-container div #txtCardNumber {
	width: 100%;
}

#checkout-container div.checkout_payment_controlcode-container {
	width: 50%
}

#checkout-container div #txtCardCvv {
	width: 100%;
}

#checkout-container div #payment-cardinfo {
	padding: 0;
	margin: 0 0 15px;
	border: 0;
}

body #checkout-container div #payment-cardinfo>fieldset {
	background-color: #fff;
	padding: 10px 15px 0;
}

#checkout-container div #payment-cardinfo p {
	display: none;
}

#checkout-container div #payment-cardinfo fieldset {
	padding: 10px 10px 0;
}

#checkout-container input.checkout-text.checkout-payment-controlcode-text {
	width: 40px;
}

#checkout-container label.left-label {
	float: none;
}

div.payment-giftcertificateinfo {
	border: 0;
	padding: 0;
}

.payment-giftcertificateinfo>p {
	padding: 0 10px;
}

#checkout-container .payment-giftcertificateinfo>fieldset {
	padding: 0 10px;
}

#checkout-container label[for="checkout-giftcertificate-cardnumber"] {
	display: none;
}

#checkout-container #checkout-giftcertificate-cardnumber {
	float: none;
	width: 100%;
}

#payment-giftcertificateinfo>p {
	display: none;
}

#payment-giftcertificateinfo input[type="button"] {
	height: 25px;
	font-size: 12px;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#checkout-container input#checkout-giftcertificate-cardnumber {
	margin: 10px 0 5px;
}

/* ---- SUMMARY */
div#order-summary {
	margin: 0;
	padding: 15px;
	border: solid 1px rgba(230, 230, 230, 1.00);
	border-bottom: 0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#checkout-container div#order-summary>table {
	border: 0;
	width: 94%;
	margin-left: 3%;
}

#checkout-container div#order-summary>table:nth-of-type(1) {
	margin-top: 10px;
}

#checkout-container div#order-summary>table:nth-of-type(-n+2) {
	border-bottom: solid 1px #DDD;
}



#checkout-container div#order-summary>table:nth-of-type(2)>tbody>tr:nth-child(1),
#checkout-container div#order-summary>table:nth-of-type(2)>tbody>tr:nth-child(2) {
	display: none;
}

#checkout-container div#order-summary>table:nth-of-type(3)>tbody>tr:nth-child(2),
#checkout-container div#order-summary>table:nth-of-type(3)>tbody>tr:last-child {
	display: none;
}

#checkout-container span.childproduct {
	padding-left: 0;
}


/* ---- CONFIRM */
div#order-confirm {
	margin: 0;
	padding: 15px;
	border: solid 1px rgba(230, 230, 230, 1.00);
	border-top: 0;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;

}

div#confirm-termsandconditions-text {
	padding: 10px 10px 0;
}

div#confirm-termsandconditions-link-text {

	padding: 0 10px 10px;
}

div#confirm-accepterms,
div#confirm-accept-customerdata,
#mailchimp-subscribe-box {
	float: none;
	margin: 5px 10px 10px 10px;
	border: solid 1px #E6E6E6;
	padding: 5px;
	border-radius: 4px;
}

#checkout-container #mailchimp-subscribe-box label {
	display: inline-block;
}

div#confirm-checkout {
	clear: both;
	padding: 0 10px;
	text-align: right;
}

#checkout-container input#confirm-complete-button {
	margin: 0 0 5px;
	float: none;
	width: 100%;
	-webkit-appearance: none;
}

.checkout-payment-method-image img {
	max-height: 20px;
}


/* STEP 4 */
img.ProductImage_Order4 {
	margin: 0 10px 0 0;
}


/* SLICK SLIDER */
.slick-slider {
	position: relative;

	display: block;

	-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 {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-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 {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.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-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

#btn-menu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: none;
}

#btn-menu img {
	width: 22px;
	height: auto;
}

#btn-menu .fa {
	font-size: 21px;
	color: rgba(0, 0, 0, 1.00);
}

div.credits {
	padding: 15px 0 0;
	margin: 0 auto;
	text-align: right;
}

div.credits a {
	font-size: 9px;
	color: #A3A3A3;
	text-decoration: none;
}


/* 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;
}

div.mobileMenu .mobileMenuContainer {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 1.00);
	height: 100%;
	width: 100%;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

.mobileMenuInner {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	width: 100%;
}

.mobileMenuHeader {
	padding: 20px 10px;
	border-bottom: solid 4px #eee;
	position: relative;
	display: flex;
	justify-content: center;
	flex: none;
	align-items: center;
}

.mobileMenuHeader img {
	width: 120px;
	display: block;
}

.mobileMenuCloseButton {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	display: flex;
	flex-direction: column;
	font-size: 25px;
	font-family: 'Arial';
	line-height: 1;
	align-items: center;
	justify-content: center;
	font-weight: normal
}

.mobileMenuUl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	overflow-x: hidden;
	flex: auto;
}

.mobileMenuUl .toggler {
	position: absolute;
	height: calc(100% + 1px);
	width: 50px;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: default;
	/*border-left: solid 1px rgba(0,0,0,.15);*/
	background-image: url("/images/skins/Bewise/images/select-arrow-down.png");
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: 50% 50%;
}

.mobileMenuUl a {
	position: relative;
}

.mobileMenuUl .toggler:after {
	content: "+";
	font-size: 14px;
	line-height: 1;
	color: rgba(0, 0, 0, 1.00);
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'Arial';
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none;
}

.mobileMenuUl li.open>a>.toggler {
	transform: rotate(180deg);
}

/*
.mobileMenuUl li.open > a > .toggler:after {
	content:"-";
	color:#578e54;
}
*/
.mobileMenuUl span.ProductMenu_MenuItemBold {
	letter-spacing: normal;
	font-weight: normal;
}

.mobileMenuUl ul {
	display: none;
}

.mobileMenuUl ul li.open ul {
	display: block;
}

.mobileMenuUl ul li.open ul ul {
	display: none;
}

.mobileMenuUl>li>a {
	display: block;
	text-decoration: none;
	padding: 17px 20px 16px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.mobileMenuUl>li:last-child>a {
	border-bottom: 0;
}

/* LEVEL 2 */
.mobileMenuUl>li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: rgba(230, 230, 230, 1.00);
}

.mobileMenuUl>li ul>li>a {
	display: block;
	text-decoration: none;
	padding: 16px 20px 15px;
	font-size: 13px;
	border-bottom: solid 1px rgba(255, 255, 255, 1.00);
}

/* LEVEL 3 */
.mobileMenuUl>li ul>li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0, 0, 0, .35);
}

.mobileMenuUl>li ul>li ul {
	background-color: rgba(242, 242, 242, 1.00);
}

.mobileMenuUl a.Activ_ProductMenu {
	color: rgba(144, 144, 144, 1.00);
}

.mobileMenuSearch {
	padding: 0 0 0 20px;
	border-bottom: solid 5px rgba(0, 0, 0, .15);
	position: relative;
}

.mobileMenuSearch:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 13px;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 13px;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobileMenuSearch br,
.mobileMenuSearch .SearchTitle_SearchPage,
.mobileMenuSearch .nbsp {
	display: none;
}

.mobileMenuSearch input {
	height: 35px;
	float: left;
}

.mobileMenuSearch input[type="text"] {
	width: calc(100% - 40px);
	padding: 0 10px 0 0;
	border: 0;
}

.mobileMenuSearch input[type="submit"] {
	width: 40px;
	font-size: 12px;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-indent: -999px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	background-color: rgba(56, 56, 56, 1.00);
	display: block;
}

.mobileMenuSearch:after {
	clear: both;
	content: "";
	display: block;
}

.mobileMainMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color: rgba(49, 49, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.mobileMainMenuUl {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}

.mobileMainMenuUl>li>a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 11px 0;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.mobileMainMenuUl>li:last-child>a {
	border-bottom: 0;
}

header.stuck {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

/*
.mobileMenuUl > li > ul > li > a > .toggler {
	width: 100%;
	background-position: 95% 50%;
	transform: none !important;
	cursor: pointer;
}
*/

/* DELIVERY POPUP */
#deliveryInfo {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	align-items: center;
	justify-content: center;
	z-index: 500;
}

#deliveryInfo.hidden {
	display: none;
}

#deliveryInfo>div {
	width: 100%;
	max-width: 600px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
}

#shippingservices_54 .Checkout_ShippingMethodServices_Devider_TR+tr {
	display: none;
}

.fancybox-content .CmsPageStyle img {
	max-width: 100%;
	height: auto !important;
}

.clerk_slider_container .clerk_title:empty {
	min-height: 20px;
}

.clerk_slider_container .clerk_title:empty+[data-template] {
	aspect-ratio: 370/227;
}

.banners {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.banners>* {
	flex: auto
}

.banners img {
	display: block;
	width: 100%;
	height: auto;
}

article>.banners {
	margin-top: 30px;
}

div#CookiePolicy,
div#CookiePolicy.fixed-bottom {
	font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
	background-color: rgba(0, 0, 0, .40);
	left: 0;
	top: 0;
	bottom: auto;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999999999;
	position: fixed;
	margin: 0;
	border-radius: 0;
	right: auto;
}

div#CookiePolicy div.CookiePolicyCenterText {
	background-color: rgba(255, 255, 255, 1.00);
	flex: none;
	width: 700px;
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 0 40px rgba(0, 0, 0, .7);
	border-radius: 10px;
	color: rgba(0, 0, 0, 1.00);
	margin: 0;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}

div#CookiePolicy h1,
div#CookiePolicy h2,
div#CookiePolicy h3,
div#CookiePolicy h4,
div#CookiePolicy h5 {
	color: rgba(0, 0, 0, 1.00);
}

div.CookiePolicyText {
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 200px;
	max-height: none;
	overflow: visible;
}

div.CookiePolicyText a {
	text-decoration: underline;
}

div.CookiePolicyText>h2,
div.CookiePolicyText>p {
	background-color: #f6f6f6;
	font-weight: normal;
	color: rgba(84, 84, 84, 1.00);
}

div.CookiePolicyText>img {
	width: 300px;
	max-width: 50%;
	margin: 20px 40px;
}

div.CookiePolicyText>h2 {
	padding: 30px 40px 15px;
	margin: 0;
	font-size: 25px;
	font-weight: normal;
}

div.CookiePolicyText>p {
	padding: 0 40px 30px;
	margin: 0;
	line-height: 1.4em;
}

div.CookiePolicyText>* {
	order: 1;
}

div.cookie-policy-accept-buttons-container {
	order: 2;
	margin: 0;
	padding: 30px 40px 25px;
	display: flex;
	justify-content: center;
}

div.cookie-policy-accept-buttons-container>input[type="button"] {
	flex: auto;
	margin: 0;
	border-radius: 5px;
	padding: 20px 15px;
	font-weight: normal;
	box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
	font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, "sans-serif";
}

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;
	align-items: center;
	justify-content: center;
	display: none;
	color: rgba(255, 255, 255, 1.00);
}

.cookieSettingsButton.active {
	display: flex;
}

.cookieSettingsButton>* {
	flex: none;
	width: 60% !important;
	height: auto !important;
}

.cookieSettingsButton:hover {
	opacity: .7;
}

.bp_relatedproductsProducts {
	margin-bottom: 40px;
}

.bp_relatedproductsOldPrice {
	color: #a90002;
}

body .bp_relatedproductsSavingBadge,
body .bp_lsaProductSavingBadge {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 17px !important;
}

body .bp_lsaOldPrice {
	color: #a90002;
	opacity: 1;
}

body.webshop-productlist .bp_relatedproductsSavingBadge {
	width: 40px;
	height: 40px;
	font-size: 13px !important;
}

body.webshop-productlist .bp_relatedproductsProducts {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

body.webshop-productlist .bp_relatedproductsNewsBadge {
	font-size: 10px !important;
	width: 40px;
	height: 40px;
}

.bp_relatedproductsNewsBadge {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-transform: uppercase;
	font-size: 14px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.customText .recommHeader {
	display: none;
}

.customAlert.advBuyDialog div.relProdMain {
	margin: 0;
	padding: 20px;
}

.customAlert.advBuyDialog .bp_relatedproductsProducts {
	margin: 0;
}


/* RESPONSIVE */

@media (min-width: 1000px) {
    
    body:not(.brandspage) .subcatsulouter:after {
        width: 80px;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        z-index: 3;
    }
    
	#basket:hover .miniBasket {
		display: block !important;
	}

	input[type="submit"]:hover,
	input[type="button"]:hover,
	#checkout-container input#confirm-complete-button:hover {
		background-color: #969696;
		background-image: none;
	}

	.TopMenu_MenuItems>li>a:hover {
		color: #4A7D50;
	}

	#ProductMenu_List>li:hover>a {
		color: rgba(0, 0, 0, 0.60);
	}

	#ProductMenu_List>li:hover>ul {
		display: flex;
	}

	.mostviewed-products .product:hover .image,
	.mostsold-products .product:hover .image {
		opacity: 0.7;
	}

	.Frontpage_Custom_UL>li:hover,
	.ProductList_Custom_UL:not([id*="clerk"])>li:not(.banner):hover,
	.Related_Custom_UL>li:hover,
	.CustomersAlsoBought_Custom_UL>li:hover {
		position: relative;
		z-index: 50;
		-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	}

	li .product .buy:hover {
		opacity: 0.8;
	}

	a.social:hover {
		background-color: #4A7D50;
		color: rgba(255, 255, 255, 1.00);
	}

	img.FavAddButton_ProductInfo:hover {
		background-color: rgba(223, 188, 188, 1.00);
	}

	.SubCats_Categories_UL>li:hover {
		border-color: rgba(0, 0, 0, 1.00);
	}
}

@media (max-width: 1300px) {
	header a[href*="/shop/frontpage.html"] {
		width: 128px;
	}

	#ProductMenu_List>li>a {
		font-size: 15px;
		padding: 30px 10px;
		letter-spacing: 1px;
	}

	header .emaerket {
		right: 57px;
	}

	header .gift {
		right: 112px;
		font-size: 0;
	}

	header .gift img {
		width: 21px;
	}

	header .gift br {
		display: none;
	}
}

body .bp_relatedproductsHeader {
	text-transform: uppercase;
	font-size: 22px !important;
}

@media (max-width: 999px) {
	.bp_countdown_banner_horizontal {
		flex-wrap: wrap;
	}

	.bp_countdown_bread_wrapper {
		flex: none;
		width: 100%;
	}

	body.webshop-productlist .bp_relatedproductsContainer {
		margin-top: 15px;
	}

	body .bp_relatedproductsHeader {
		font-size: 15px !important;
		text-transform: uppercase;
	}

	.bp_relatedproductsBadge,
	body .bp_lsaProductSavingBadge {
		width: 40px !important;
		height: 40px !important;
		font-size: 10px !important;
	}

	body .bp_relatedproductsSavingBadge {
		font-size: 12px !important;
	}

	li .news {
		width: 40px !important;
		height: 40px !important;
		font-size: 10px !important;
	}

	body li div.Element_Overlay_ProdList_SavingsContainer_DIV {
		width: 40px !important;
		height: 40px !important;
		font-size: 10px !important;
	}

	body li div.Element_Overlay_ProdList_SavingsText_DIV {
		font-size: 12px !important;
	}

	[id^="bp_ProductCarousel_"]:empty {
		aspect-ratio: 378/314;
	}

	body,
	input,
	textarea,
	select,
	.ui-widget,
	.ui-widget input,
	.ui-widget select,
	.ui-widget textarea,
	.ui-widget button,
	td.VariantGroupLabel {
		font-size: 12px;
	}

	article>.banners {
		margin-top: 5vw;
	}

	.banners {
		flex-direction: column;
		gap: 5vw;
	}

	#usp {
		margin: 25px 0;
	}

	#usp:not(.slick-initialized)>div,
	#usp div.slick-slide {
		width: 100%;
		flex-direction: row;
		justify-content: center;
	}

	#usp:not(.slick-initialized)>div:nth-child(n+2) {
		display: none;
	}

	#usp:not(.slick-initialized)>div>img,
	#usp div.slick-slide>img {
		width: 14px;
		height: auto;
		margin: 0 10px 0 0;
	}

	#usp:not(.slick-initialized)>div>div,
	#usp .slick-slide>div {
		display: inline-flex;
		align-items: center;
	}

	#usp strong {
		flex: none;
		font-size: 12px;
		margin: 0 5px 0 0;
		display: flex;
		align-items: center;
	}

	#usp small {
		flex: none;
		font-size: 11px;
	}

	#usp .icon.trustpilot {
		display: none;
	}

	#usp .slick-slide.emaerket>img {
		width: 23px;
	}

	body.webshop-frontpage #usp {
		font-size: 14px;
		margin: 30px 0;
	}

	body.webshop-frontpage #usp:not(.slick-initialized)>div,
	body.webshop-frontpage #usp .slick-slide {
		flex-direction: column;
	}

	body.webshop-frontpage #usp:not(.slick-initialized)>div>div,
	body.webshop-frontpage #usp .slick-slide>div {
		flex-direction: column;
	}

	body.webshop-frontpage #usp:not(.slick-initialized)>div>img,
	body.webshop-frontpage #usp div.slick-slide>img {
		width: 28px;
	}



	.SearchField_SearchPage {
		font-size: 11px;
		height: 30px;
	}

	ul.boxes {
		margin: 0;
		padding: 0;
	}

	ul.boxes>li:nth-child(1),
	ul.boxes>li:nth-child(2),
	ul.boxes>li:nth-child(3),
	ul.boxes>li:nth-child(4),
	ul.boxes>li:nth-child(5) {
		margin: 0;
		width: 100%;
	}

	ul.boxes>li>div {
		margin: 0 0 15px;
	}

	ul.boxes>li>div>a>strong {
		font-size: 10px;
	}

	.brandsSlider {
		margin-bottom: 20px;
	}

	.brandsSlider:not(.slick-initialized)>*:nth-child(n+3) {
		display: none;
	}

	.brandsSlider.slick-initialized img {
		max-width: 100%;
		max-height: none;
	}



	ul.subcatsClone>li:nth-child(1),
	ul.subcatsClone>li:nth-child(2) {
		width: 100%;
		padding: 0;
	}

	ul.subcatsClone>li:nth-child(1) {
		margin-bottom: 30px;
		border: none;
	}

	ul.subcatsClone>li>ul {
		display: flex;
		margin: 0 -1%;
		flex-wrap: wrap;
	}

	ul.subcatsClone>li>ul>li,
	ul.subcatsClone>li:nth-child(2)>ul>li {
		margin: 0 1% 2%;
		width: 48%;
	}


	header #ProductmenuContainer_DIV {
		display: none;
	}

	header {
		margin: 0;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
		z-index: 60;
	}

	header .TopMenu_MenuItems {
		display: none;
	}

	header>section,
	body.webshop-checkout header>section {
		height: 65px;
	}

	nav.productmenu {
		display: none;
	}

	#basket {
		top: 46%;
	}

	header .gift {
		right: auto;
		left: 40px;
		font-size: 0;
	}

	header .gift .fa {
		font-size: 20px;
	}

	header a[href*="/shop/frontpage.html"] {
		width: 120px;
		left: 50%;
		top: 53%;
		transform: translate(-50%, -50%);
	}

	#emaerket-widget-container+div {
		display: none !important;
	}

	header .emaerket {
		width: 30px;
		right: 45px;
	}

	header .emaerketMobile {
		display: block;
	}

	.topbar {
		text-align: left;
		padding: 8px 0;
	}

	.TopMenu_MenuItems .creditcards,
	.topbar .country img {
		height: 15px;
	}

	.TopMenu_MenuItems .creditcards {
		width: auto;
	}

	.TopMenu_MenuItems>li {
		margin: 0;
		float: left;
	}

	.TopMenu_MenuItems>li:not(:last-child) {
		display: none;
	}


	h1,
    .productcard h1,
	.Heading_Productmenu,
	.Heading_Terms,
	.Heading_Profile,
	.Heading_AdvancedSearchPage,
	.Heading_ShowBasket_Master,
	#checkout-container h1.checkout-headline,
	aside .header,
	.Heading_B2Blogin,
	.SubCatsProcuctsHeading,
	.Heading_Customer,
	.Heading_ProductList,
	.Heading_Favorites,
	.Heading_OrderStep4 {
		font-size: 23px;
	}

	.Text1_FrontPage h1 {
		margin: 0 0 20px;
	}


	/* BASKET */

	#basket>div:not(.totalproducts) {
		display: none;
	}

	#basket:before {
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		font-size: 22px;
	}

	aside {
		display: none;
		float: none;
		width: 100%;
	}

	aside>nav {
		display: none;
	}

	article {
		margin: 0 auto 30px;
	}

	article.aside>.content {
		float: none;
		width: 100%;
	}

	credits>section {
		display: block;
	}

	credits>section>div {
		width: 100%;
		margin: 0 0 30px;
	}

	credits>section>div:last-child {
		margin: 0;
	}

	credits>section>div>strong {
		margin: 0 0 15px;
	}

	a.social {
		margin: 0 5px 0 0;
	}

	/* BREADCRUMB */
	body.breadcrumb article {
		margin-top: 0;
	}

	body.webshop-productlist.breadcrumb header,
	body.webshop-productinfo.breadcrumb header {
		margin-bottom: 0;
	}

	div.breadcrumb,
	.SubCats_BreadCrumb {
		float: none;
		margin: 0 0 10px;
	}

	.sort-container>* {
		float: none;
	}

	#Productlist_Sort_table {
		margin: 0 10px 0 0;
	}

	.product-filter-headertext-container {
		display: block;
	}

	#ProductFilter-Container>div:last-of-type {
		display: none;
		margin-top: 10px;
	}

	#ProductFilter-Container>div:last-of-type>div {
		width: 99% !important;
		margin-bottom: 3%;
	}

	div.product-filter-body-container {
		position: relative;
		top: auto;
		left: auto;
	}

	#btn-filter {
		margin: 0;
	}


	/* PRODUCTLIST */

	.Frontpage_Custom_UL>li,
	.ProductList_Custom_UL>li,
	.Related_Custom_UL>li,
	.CustomersAlsoBought_Custom_UL>li,
	article.aside .ProductList_Custom_UL>li {
		width: 44%;
	}

	li .product {
		padding: 15px;
	}

	li .product .name a {
		font-size: 12px;
		padding: 10px 0 5px;
	}

	li .product .price {
		font-size: 12px;
	}

	li .news {
		width: 60px;
	}

	/* FAVORITES */
	td.FavTB_ProdNameTD {
		font-size: 11px;
		padding-left: 10px;
	}

	td.FavTB_ActionButtonsTD>a>img {
		width: 20px;
	}

	td.FavTB_Buy {
		width: 33%;
	}




	/* FRONTPAGE */
	body.webshop-frontpage header {
		margin-bottom: 0;
	}

	body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
		display: none !important;
	}

	/*
	body.webshop-frontpage .slider-wrapper {
		display: none;
	}
    */
	.Text1_FrontPage>p,
	.Text2_FrontPage>p {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}

	body.webshop-frontpage div.nivo-dynamic-text {
		top: calc(50% - 15px) !important;
	}

	body.webshop-frontpage div.nivo-dynamic-text {
		letter-spacing: 0;
	}

	body.webshop-frontpage div.nivo-dynamic-text-header {
		font-size: 18px;
		margin: 0;
	}

	body.webshop-frontpage div.nivo-dynamic-text-teaser {
		font-size: 11px;
		display: none;
	}

	body.webshop-frontpage div.nivo-dynamic-text-link {
		font-size: 10px;
		padding: 5px 10px;
		margin: 5px 0 0;
	}

	.tabs>ul>li {
		font-size: 12px;
	}

	/* PRODUCTCARD */
	.productcard .news,
	.product .offer {
		width: 40px;
		height: 40px;
		font-size: 10px;
	}

	.deliveryInfoContainer {
		top: 40px;
	}

	#swiperNavigation .slick-list {
		margin: 0 -5px;
	}

	#swiperNavigation .slick-slide {
		margin: 0 5px;
	}

	.productcard .images {
		float: none;
		width: 100%;
        margin-bottom: 15px;
	}

	.productcard .info {
		float: none;
		width: 100%;
	}

	.productcard .Prices_Custom_UL .price,
	.productcard .Prices_Custom_UL .price .text,
	.productcard .Prices_Custom_UL li .vat {
		font-size: 14px;
		line-height: 14px;
	}

	.productcard .Prices_Custom_UL li:first-child .price {
		font-size: 26px;
		line-height: 26px;
	}

	.productcard ul.details {
		margin: 15px 0;
	}

	.productcard ul.details.active {
		display: block;
	}

	.productcard ul.details>li {
		border-right: 0;
		border-bottom: solid 1px #DFDFDF;
	}

	.productcard ul.details>li.rating {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.productcard ul.details>li.active {
		display: block;
	}

	.productcard ul.details>li.active.last {
		border-bottom: 0;
	}

	.buyWrapper input,
	.amountWrapper input,
	img.FavAddButton_ProductInfo {
		height: 35px;
	}

	.buyWrapper input {
		width: auto;
	}

	img.FavAddButton_ProductInfo {
		padding: 9px;
	}




	/* FOOTER */
	footer {
		padding: 30px 0;
	}

	/*
	footer > ul {
		margin:0;
	}
	footer > ul > li, footer > ul > li:last-child {
		float:none;
		width:100%;
		margin:0 0 20px;
	}
	footer > ul > li:last-child {
		margin:0;
		text-align:left;
	}
	*/
	footer>section>ul {
		font-size: 0;
	}

	footer>section>ul>li {
		width: 96%;
		text-align: center;
		float: none;
		font-size: 12px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 30px;
	}

	footer>section>ul>li:last-child {
		margin-bottom: 0;
	}

	footer>section>ul>li>strong {
		font-size: 13px;
		margin: 0 0 10px;
		padding: 0 0 5px 0;
	}

	footer input[type="text"],
	footer input[type="email"] {
		text-align: center;
	}

	footer>section>ul>li a {
		display: inline-block;
		margin: 10px 0;
		line-height: 1;
	}

	.sort-container {
		padding: 0 0 20px;
	}

	/* PRODUCTMENU */
	#btn-menu {
		display: block;
	}

	/*
	#btn-filter {
		background-color:#383838;
		padding:8px 10px;
		color:rgba(255,255,255,1.00);
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		display:block;
		margin:0 0 10px;
	}
	#btn-filter:before {
		font-family: 'FontAwesome';
		content: "\f1de";
		margin: 0 7px 0 0;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 15px;
	}
	*/



	/* FILTER */
	div.product-filter-column {
		width: 98% !important;
	}



	/* SEARCH */
	header #Search_Form {
		display: none;
	}



	/* PRODUCTGROUPS */
	.SubCats_Categories_UL {
		margin-bottom: 15px;
	}

	.SubCats_Categories_UL>li {
		width: 48% !important;
	}

	.SubCats_Categories_UL>li .name a {
		font-size: 12px;
	}


	/* SHOWBASKET */
	a.ShowBasket_SendBasketLink_Dialog_Link {
		padding: 6px 11px;
		font-size: 11px;
	}

	table.showbasket td,
	table.showbasket th {
		font-size: 11px;
		padding: 6px;
	}

	a.Order_back_basket {
		display: none;
	}

	.basket-checkout {
		width: 100%;
		float: none;
	}

	table.showbasket td.ShowBasket_GiftWrapUnChecked_TD,
	table.showbasket td.ShowBasket_GiftWrapChecked_TD {
		padding: 4px;
	}

	.wrapping:before {
		content: "";
		clear: both;
		display: block;
		margin: 0 0 6px;
	}

	.wrapping {
		position: static;
		padding: 6px 0 0;
	}

	table.showbasket .amount .amountContainer {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
		display: block;
	}

	table.showbasket .amount .amountContainer>a {
		display: none;
	}

	table.showbasket .amount .amountContainer>div {
		border-right: 0;
		width: 100%;
		padding: 2px 0;
	}

	table.showbasket .amount>a>img {
		width: 60%;
		max-width: 25px;
		margin: 5px 0 0;
	}

	table.showbasket .description img.ProductImage_ShowBasket {
		width: 40px !important;
		margin: 0 10px 0 0;
	}

	table.showbasket .unitprice {
		width: 19%;
	}

	table.showbasket .unittotal {
		width: 19%;
	}



	/* OPC */
	#checkout-container #column-data h3,
	#checkout-container div h2 {
		font-size: 14px;
		line-height: 14px;
		padding: 11px 15px;
	}

	#checkout-container div#column-data {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}

	#checkout-container div#column-shipping-payment {
		width: 100%;
		float: none;
		margin: 0;
	}

	#checkout-container div#column-order-summary {
		width: 100%;
		padding: 15px 0 0;
		float: none;
	}

	#checkout-container div#column-data,
	#checkout-container div#column-shipping-payment,
	div#order-summary,
	div#order-confirm,
	#order-creditcard,
	#order-giftcertificate {
		padding: 0;
		border: 0;
	}


	div.CookiePolicyText>img {
		margin: 20px 25px;
	}

	div.CookiePolicyText>h2 {
		padding: 25px 25px 15px;
		font-size: 21px;
	}

	div.CookiePolicyText>p {
		padding: 0 25px 25px;
	}

	div.cookie-policy-accept-buttons-container {
		padding: 20px 25px 15px;
		flex-direction: column-reverse;
	}

	div.cookie-policy-accept-buttons-container>input[type="button"] {
		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 div>span {
		width: 20px;
		height: 20px;
	}

	.cookieSettingsButton {
		bottom: 10px;
		left: auto;
		right: 10px;
	}


}



body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}