@charset "UTF-8";
/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800';*/

#ShopMainLayOutTable {
	display:none;
}
body {
	margin:0;
	background-color:#f6f6f6;
	/* background-image: url('/images/skins/bordpladefabrikken/gulvexperten/image/bg.jpg'); */
}
body.mobileMenuOpen {
	overflow-y: hidden;
}
body, input, textarea, select, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, td.VariantGroupLabel {
	font-family: 'Open Sans', sans-serif;
	color:#484848;
	font-size:14px;
	font-weight:normal;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
p {
	padding:0;
	margin:0;
}
ul {
	font-size:0;
	margin:0;
	padding:0;
}
sup {
    vertical-align: baseline;
    font-size: 19px;
	line-height: 0;
	position: relative;
	top: -0.5em;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
}
li {
	font-size:14px;
	margin:0;
	padding:0;
	list-style-type:none;
}
a {
	color:#000;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#858585;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:0;
	max-width:100%;
}
select, #checkout-container select.checkout-select {
	-webkit-appearance: none;
    -moz-appearance: none;
	background-color:rgba(255,255,255,1.00);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:34px;
	min-width:50px;
	max-width: 100%;
	border:solid 1px rgba(214,214,214,1.00);
	padding:0 30px 0 7px;
    background-image: url('/images/skins/ekoekken/images/select-arrow-down.png');
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: calc(100% - 10px) 50%;
	cursor:pointer;
	outline:none;

}
input[type="text"], input[type="email"], textarea, #checkout-container input.checkout-text {
	-webkit-appearance: none;
    -moz-appearance: none;
	background-color:rgba(255,255,255,1.00);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:34px;
	border:solid 1px rgba(214,214,214,1.00);
	padding:0 10px;
}


input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
select::-ms-expand {
    display: none;
}
select > option {
	padding:3px 10px;
	text-transform:none;
	outline:none;
}
h1, .Heading_CreditCardPayment, .Heading_Order4 {
	margin:0 0 20px;
	padding:0;
	font-size:25px;
	font-weight:900;
	border:0;
	display: block;
	text-align: left;
}
h2 {
	font-size:20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h3 {
	font-size:17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#mobileMenuButton {
	display:none;
}
/*
header {
	position:relative;
	z-index: 500;
}
header > section {
	height:120px;
	position:relative;
	background-color:#FFF;
}
header .WebShopSkinLogo {
	position:absolute;
	left:20px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width:320px;
}
*/
#emaerket {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 220px;
	height: 50px;
}




/* SEARCH */
/*
header .SearchTitle_SearchPage, header #Search_Form > br, header #Search_Form .nbsp {
	display:none;
}
header #Search_Form {
	position:absolute;
	left:40%;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width:300px;
	height:46px;
}
header #Search_Form:after {
	clear:both;
	content:"";
	display:block;
}
header .SearchField_SearchPage {
	width:75%;
	float:left;
	height:100%;
}
header .SubmitButton_SearchPage {
	width:23%;
	height:100%;
	float:right;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#FFF;
	border:none;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #666666;
	background: -moz-linear-gradient(top,  #666666 0%, #505050 100%);
	background: -webkit-linear-gradient(top,  #666666 0%,#505050 100%);
	background: linear-gradient(to bottom,  #666666 0%,#505050 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#505050',GradientType=0 );
	text-shadow:1px 0 1px rgba(0, 0, 0, 0.5);
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
header .SubmitButton_SearchPage:hover {
	background: rgb(135,168,37);
	background: -moz-linear-gradient(top,  rgba(135,168,37,1) 0%, rgba(108,155,13,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(135,168,37,1) 0%,rgba(108,155,13,1) 100%);
	background: linear-gradient(to bottom,  rgba(135,168,37,1) 0%,rgba(108,155,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a825', endColorstr='#6c9b0d',GradientType=0 );

}
*/

.mobile {
	display: none;
}

/* TOPMENU */
div.topmenu > div {
    background-color:rgba(100,65,33,1);
}
/*
.topmenu {
	margin-top:20px;
}
.topmenu > div {
	width:1280px;
	margin:0 auto;
	max-width:98%;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color:rgba(100,65,33,1);
	padding:0 10px;
	position: relative;
}
.topmenu .TopMenu_MenuItems {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.topmenu .TopMenu_MenuItems:after {
	clear: both;
	content: "";
	display: block;
}
.topmenu .TopMenu_MenuItems > li {
	float:left;
}
.topmenu .TopMenu_MenuItems > li > a {
	font-size:11px;
	line-height: 1;
	color:#FFF;
	display:block;
	padding:9px 10px;
}
*/


/* BASKET */
#basket {
	position:absolute;
	top:50%;
	right:20px;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	cursor: pointer;
}
#basket .Products_Basket_TBL, #basket .shippingfee {
	display:none;
}
#basket:after {
	content:"";
	display:block;
	clear:both;
}
.basketButton {
	background-color:#5B8212;
	float:right;
	height:50px;
	width:55px;
	padding: 0 15px 0 17px;
	position:relative;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
#basket > .basketButton > i {
	font-size:20px;
	color:#FFF;
	position:absolute;
	top:50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#basket > a {
	display:none;
}
#basket .totalproducts {
	position:absolute;
	top:50%;
	left:-10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	color:#000;
	font-size:12px;
	line-height:1;
	font-weight:bold;
	background-color:#FFF;
	text-align:center;
	padding-top:3px;
	width:22px;
	height:22px;
	border:2px solid #5B8212;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.basketContent {
	float:left;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	height:50px;
	padding:16px 22px 15px 15px;
	background-color:#eee;
}


/* NAV */
#ProductmenuContainer_DIV {
    background: rgb(131,90,52);
	background: -moz-linear-gradient(top, rgba(131,90,52,1) 0%, rgba(100,65,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(131,90,52,1) 0%,rgba(100,65,33,1) 100%);
	background: linear-gradient(to bottom, rgba(131,90,52,1) 0%,rgba(100,65,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#835a34', endColorstr='#644121',GradientType=0 );
}
/*
#ActiveCategory_A {
	display:none !important;
}
#ProductmenuContainer_DIV {
	width: 100%;
	position:relative;
	z-index:300;
}
#ProductmenuContainer_DIV:after {
	clear:both;
	content:"";
	display:block;
}
#ProductmenuContainer_DIV .Heading_ProductMenu {
	display:none;
}
#ProductMenu_List {
	background: rgb(131,90,52);
	background: -moz-linear-gradient(top, rgba(131,90,52,1) 0%, rgba(100,65,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(131,90,52,1) 0%,rgba(100,65,33,1) 100%);
	background: linear-gradient(to bottom, rgba(131,90,52,1) 0%,rgba(100,65,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#835a34', endColorstr='#644121',GradientType=0 );
	position:relative;
	width:1280px;
	margin:0 auto;
	max-width:98%;
	text-align:left;
	padding:0;
	list-style-type:none;
	-webkit-box-shadow: 0px 6px 10px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 10px -3px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 10px -3px rgba(0,0,0,0.4);
	display: flex;
}
#ProductMenu_List:after {
	content:"";
	display:block;
	clear:both;
}
#ProductMenu_List > li {
	flex: auto;
}
#ProductMenu_List > li > a {
	position:relative;
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-shadow:1px 0 1px rgba(0, 0, 0, 0.5);
	color:rgba(255,255,255,1.00);
	font-size:14px;
	line-height:1;
	padding:16px 5px;
	text-align: center;
	z-index:10;
	border-right:1px solid rgba(0,0,0,.30);
	border-left:1px solid rgba(255,255,255,.10);
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#ProductMenu_List > li > .ProductMenu_Category_Icon_Container {
	display: none;
}
#ProductMenu_List > li:last-child > a {
	border-right:none;
}
#ProductMenu_List > li.active > a:after {
	position:absolute;
	top:6px;
	left:8px;
	height:calc(100% - 10px);
	width:calc(100% - 16px);
	border-radius:3px;
	background-color:rgba(0,0,0,.20);
	content:"";
	display:block;
	z-index:-1;
	border-right:solid 1px rgba(255,255,255,.3);
	border-bottom:solid 1px rgba(255,255,255,.3);
}
#ProductMenu_List > li > ul {
	display:none;
	position:absolute;
	left:0;
	top:100%;
	width: 100%;
	margin:0;
	list-style-type:none;
	background-color:rgba(255,255,255,1.00);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
	padding:20px 10px;
}
#ProductMenu_List > li > ul:after {
	clear:both;
	content:"";
	display:block;
}
#ProductMenu_List > li > ul > a {
	font-size: 14px;
	display: inline-block;
	background-color: #5B8212;
	color: rgba(255,255,255,1.00);
	padding: 5px 10px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	margin: 0 0 0 10px;
	font-weight: bold;
}
#ProductMenu_List > li > ul > li {
	display: inline-block;
	width: calc(19.13% - 10px);
	margin: 0 10px 20px;
	font-size: 0;
}
#ProductMenu_List > li > ul > li > span.ProductMenu_Category_Icon_Container {
	display: block;
}
#ProductMenu_List > li > ul > li > span.ProductMenu_Category_Icon_Container img {
	display: block;
	width: 100%;
	-webkit-border-radius:6px;
	border-radius: 6px;
	margin: 0 0 6px;
}
#ProductMenu_List > li > ul > li > a {
	font-size: 13px;
	font-weight: bold;
	display: block;
}
*/

/* SUBMENU */
nav.submenu > a:not(#ActiveCategory_A) {
	display:block;
	background-color:#000;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	line-height: 1;
	padding: 16px 25px;
	border-radius:5px 5px 0 0;
}
nav.submenu > ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
nav.submenu > ul > li {
	display: inline-block;
}
nav.submenu > ul > li > a {
	text-decoration:none;
	padding:10px 25px;
	display:block;
}
nav.submenu > ul > li.open > a {
	background-color:rgba(73,73,73,1.00);
	color:rgba(255,255,255,1.00);
	position:relative;
	margin:-1px 0 0;
	padding-top:11px;
}
nav.submenu > ul > li > ul {
	display:none;
	margin:0;
	padding:15px 0 20px;
	list-style-type:none;
}
nav.submenu > ul > li > ul > li > a {
	padding:2px 25px;
	display:block;
	text-decoration:none;
}
nav.submenu > ul > li > ul > li > a:before {
	content: "\f054";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size:9px;
	display: inline-block;
	text-decoration: inherit;
	color:#00aeef;
	padding-right:5px;
}
nav.submenu > ul > li > ul > li > a.Activ_ProductMenu {
	color:#00aeef;
}


/* BREADCRUMB */
.breadcrumb {
	display: none;
}
.breadcrumb-container {
    font-size:11px;
    padding: 3px 30px;
    background-color:rgba(100,65,33,1);
    color: #FFF;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.breadcrumb-container .breadcrumb {
	display:block;
}
.breadcrumb br {
	display:none;
}
.breadcrumb a {
	margin:0 0 0 0;
	font-size:11px;
	line-height:20px;
	position:relative;
    color: #FFF;
}
.breadcrumb a.BreadCrumbLink_Active {
	color: #FFF;
}



article {
	background-color:#FFF;
	padding:30px;
	box-shadow: 0 0 5px rgba(185,185,185,0.5);
	position: relative;
}
article:after {
	content:"";
	display:block;
	clear:both;
}
article > section {
	position: relative;
}

aside:not(:empty) {
	width:20%;
	float:left;
	background-color:white;
	margin:0 3% 0 0;
}
aside:not(:empty) + section {
	float: right;
	width: 75%;
}

/* BEREGNER */
#width-error, #height-error,#diameter-error {
	vertical-align: top;
	padding:5px 0;
	font-weight:bold;
	color:#B20B0E;
	display:block;
	width:100%;
}
#general-error {
	background-color:#B20B0E;
	color:#FFF;
	border-radius:2px;
	text-align:center;
	margin:5px 0;
}
#width-info, #height-info {
	display:block;
	margin-bottom:5px;
}
#width-info, #width-error {
	margin-right: 5px;
}
#customfield1, #customfield2, #customfield3, #customfield4, #customfield5, #customfield6 {
	display: none;
}
ul.pcard-calculator {
	margin:10px -1%;
	font-size:0;
}
ul.pcard-calculator-rounded {
	margin:20px 0;
}
ul.pcard-calculator > li {
	width:48%;
	display:inline-block;
	font-size:12px;
	margin:0 1%;
	list-style-type:none;
	vertical-align:top;
}
ul.pcard-calculator > li.square-container{
	width:48%;
	display:inline-block;
}
ul.pcard-calculator > li.round-container{
	width:100%;
	display: none;
	margin: 0 0 20px 0;
}
#calc-width, #calc-height,#calc-length {
    padding: 6px;
    border: 1px solid #DBDBDB;
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#minimumBuyInfo{
	/* Something here */
}

select.OptionSelect_ProductInfo, .VariantGroup {
	width:100%;
}

.polishedBordersContainer {
	margin:3px 0 10px;
	border:solid 1px #dcefdb;
	background-color:#e4f5e3;
	padding:5px;
	cursor:pointer;
}
.polishedBordersContainer.hotBorder {
	margin-top:5px;
}
.polishedBordersContainer:after {
	clear:both;
	content:"";
	display:block;
}
.polishedBordersContainer.active {
	display:block !important;
}
span.polishedInfo {
	position:relative;
	margin:0 0 0 7px;
	display:inline-block;
	float:right;
}
span.polishedInfo .hoverInfo {
	display:none;
	position:absolute;
	right:50%;
	top:50%;
	width:300px;
	background-color:rgba(255,255,255,1.00);
	border: 1px solid #DBDBDB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:15px;
	font-size:12px;
	z-index:100;
	box-shadow:-5px 5px 5px rgba(0,0,0,.10);
}
span.polishedInfo:hover .hoverInfo {
	display:block;
}
span.polishedInfo .hoverInfo strong {
	font-size:14px;
	display:block;
	margin:0 0 5px;
}
span.polishedInfo .hoverInfo img {
	display:block;
	max-width:100%;
	margin:15px 0 0;
}
.infoIcon {
	width:20px;
	height:20px;
	background-color:rgba(97,183,114,1.00);
	display:block;
	-webkit-border-radius:50%;
	border-radius:50%;
	position:relative;
}
.infoIcon:after {
	font-family: FontAwesome;
	content:"\f129";
	font-size:12px;
	line-height:1;
	color:rgba(255,255,255,1.00);
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
/* BLÆNDELDØR BEREGNER */
/*body.noPriceCalculated .Prices_Custom_DIV > div {
	visibility:hidden;
}*/
body.noPriceCalculated #BUYSECTION > .buyWrapper > input[type="submit"] {
	background: #636363; /* Old browsers */
	background: -moz-linear-gradient(top,  #636363 0%, #444444 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #636363 0%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #636363 0%,#444444 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#444444',GradientType=0 );
	cursor: not-allowed;
}

body.blaendel .Variants > table.VariantGroup {
	margin:0 0 10px;
}

body.blaendel .Variants > table.VariantGroup:last-child {
	display:none;
}
body.blaendel td.VariantGroupLabel {
	border-radius:3px 3px 0 0;
	background-color:rgba(100,65,33,1);
	color:rgba(255,255,255,1.00);
	font-size:13px;
	font-weight:bold;
	padding:4px 10px;
}
body.blaendel .Variants > table.VariantGroup input, body.blaendel .Variants > table.VariantGroup select {
	display:block;
	width:100%;
	-webkit-appearance:none;
	border:solid 1px rgba(226,226,226,1.00);
	border-top:0;
	background-color:rgba(255,255,255,1.00);
	height:35px;
	padding:0 10px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
}
body.blaendel .Variants > table.VariantGroup:nth-child(2) {
	width:calc(50% - 5px);
	float:left;
}
body.blaendel .Variants > table.VariantGroup:nth-child(3) {
	width:calc(50% - 5px);
	float:right;
}
body.noPriceCalculated div.calculation {
	display:none;
}
body.blaendel .Prices_Custom_UL {
	clear:both;
}
body.blaendel .Prices_Custom_UL .infoText {
	font-size:14px;
}


/* FRONTPAGE */
.frontpageHeader {
	text-align: center;
	overflow: hidden;
}
.frontpageHeader img {
	height: 40px;
}
.headliner {
    margin:0 0 20px;
	padding:0;
	font-size:25px;
	font-weight:900;
	border:0;
}
body.webshop-frontpage .headliner {
	margin: 0;
	padding: 30px 0;
	display: inline-block;
	position: relative;
}
body.webshop-frontpage .headliner img {
	position: absolute;
	height: calc(100% + 50px);
	top: 60%;
	transform: translateY(-50%);
	right: calc(100% + 15px);
}
body.webshop-frontpage .headliner span {
	color:#5B8212;
}

.floorDescriptions {
	margin: 0 -2%;
	padding: 0;
	list-style-type: none;
}
.floorDescriptions > li {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0 2% 4%;
	font-size: 0
}
.floorDescriptions > li * {
	font-size: 13px;
}
.floorDescriptions > li .image {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}.floorDescriptions > li .image img {
	display: none;
}
.floorDescriptions > li .info {
	display: inline-block;
	padding: 30px;
	width: 60%;
	background-color:rgba(243,243,243,1.00);
	vertical-align: middle;
}
.floorDescriptions > li h3 {
	font-size: 25px;
}

body.webshop-frontpage h2 {
	font-size: 40px;
	text-align: center;
	font-weight: 300;
	margin: 0 0 40px;
	position: relative;
}
body.webshop-frontpage h2:after {
	content: "";
	display: block;
	width: 16%;
	height: 1px;
	background-color: rgba(166,166,166,1.00);
	position: absolute;
	left: 50%;
	top: calc(100% + 10px);
	transform: translateX(-50%);
}


.Text1_Frontpage {
	background-image: url(/images/skins/Gulvexperten/images/bannerBg.webp);
	display:block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-color:#f6f6f6;
	padding:70px 40px;
	margin-bottom:30px;
	border-bottom:4px solid #d7d7d7;
	overflow: hidden;
	position: relative;
}
.Text1_Frontpage > div {
    float: left;
    font-size: 14px;
}
.Text1_Frontpage span.frontpage-headline {
    font-size: 90px;
    line-height: .9em;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
	color: #FFF;
}
.Text1_Frontpage span.frontpage-headline > span {
	display: block;
}
.Text1_Frontpage span.frontpage-headline > span:nth-child(1) {
	font-size: 40px;
	line-height: .9em;
}


.Text1_Frontpage > div small {
    display: block;
    font-size: 25px;
    color: #ff7800;
    font-weight: bold;
    margin: 0 0 6px;
}
.Text1_Frontpage div p {
    margin: 0;
    padding: 0;
}
.Text1_Frontpage > img {
    display: block;
    height: 110%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.Text1_Frontpage > a {
    position: absolute;
    top: 50%;
    right: 310px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    width: 240px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffea00;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #e1ce00;
    border-right: 1px solid #e1ce00;
}
/*
.Text1_Frontpage > a:after {
	position:absolute;
	top: -30px;
	left: -30px;
	width: 200px;
	height: 200px;
	content: "";
	background-color: rgba(245,243,215,0.5);
	border-radius: 50%;
	z-index: 1;
}
*/
.Text1_Frontpage > a > span:nth-child(1) {
    display: block;
    font-size: 90px;
	line-height: 70px;
	font-weight: bold;
}
.Text1_Frontpage > a > span:nth-child(2) {
    display: block;
	font-size: 16px;
	background-color: #5B8212;
	color: #FFF;
	border-radius: 2px;
	margin: 13px 0 0 0;
	padding: 8px 5px;
}

.Text1_Frontpage:after {
    clear: both;
    content: "";
    display: block;
}
.Text2_Frontpage ul.normallist {
	margin:0 !important;
}
.Text2_Frontpage ul.normallist > li {
	display: block !important;
	width: 100% !important;
	margin: 0 0 10px 0;
}
.Text2_Frontpage ul.normallist > li:hover {
	box-shadow: none;
}

.Text2_Frontpage {
	display:block;
	margin-bottom:30px;
}
.Text2_Frontpage > ul {
	margin:0 -1%;
}
.Text2_Frontpage > ul > li {
	display:inline-block;
	width:23%;
	vertical-align:top;
	margin:1%;
	position:relative;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	border-radius: 3px;
	overflow: hidden;
}
.Text2_Frontpage > ul > li > a > img {
	display:block;
	width: 100%;
    height: auto;
}
.Text2_Frontpage > ul > li > a > span {
	display: block;
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 25px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.7);
}
.Text2_Frontpage > ul > li > a.buttonHighlight {
	display:inline-block;
	position:absolute;
	bottom:30px;
	left:30px;
	color:#FFF;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:5px 20px 6px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
	font-size:16px;
}
.Text2_Frontpage > ul > li:hover > a.buttonHighlight {
	background-color:#ff7800;
	border:1px solid #ff7800;
}
.Text2_Frontpage > ul > li:hover {
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	cursor:pointer;
}


.welcome {
	background-image: url(/images/skins/billigeterrassebraedder2018/images/welcome.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.welcome:after {
	display:block;
	clear: both;
	content:"";
}
.welcome .left {
	width: 100%;
	padding: 40px;
	background-color: rgba(255,255,255,0.7);
}
.welcome .right {
	width: 45%;
	padding: 40px;
	margin: 20px;
	float: right;
	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.category-description {
	margin:0;

}
.category-description h2 {
	margin:0 0 10px;
	padding:0;
	font-size:17px;
}
.Productlist_Sort_table {
	float:right;
}

body.webshop-productlist:not(.webshop-search) #Content_Productlist {
	display:inline-block;
	width:100%;
}
#Content_Productlist h1 {
	display:none;
}
ul.ProductList_Custom_UL, ul.Related_Custom_UL, ul.Frontpage_Custom_UL {
	margin:30px -1% 0;
	padding:0;
	list-style-type:none;
}
ul.ProductList_Custom_UL > li, ul.Related_Custom_UL > li, ul.Frontpage_Custom_UL > li {
	margin:0 1% 2%;
	display:inline-block;
	vertical-align:top;
	width:23%;
	border:1px solid #eee;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}
ul.ProductList_Custom_UL > li:hover, ul.Related_Custom_UL > li:hover, ul.Frontpage_Custom_UL > li:hover {
	box-shadow:0 0 10px #B9B9B9;
}
ul.ProductList_Custom_UL.loading:after {
	content:"";
	display:block;
	height:20px;
	margin:20px 0;
	background-image: url('/images/skins/ekoekken/images/loading.gif');
    background-repeat: no-repeat;
    background-size: 17px auto;
	background-position:50% 50%;
}

li .product {
	padding:10px;
	position:relative;
	text-align:center;
}
li .product .image {
	position:relative;
	flex: none;
}
li .product .image .shortdescription {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	text-align: left;
}
li .product .image .shortdescription img {
	width: 30px;
	padding: 5px;
	display: inline-block;
	background-color:#505050;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
li .product .image .shortdescription .mostPopular {
	display: none;
}
li .product .ProductListVariantSelector, .variantsPlaceholder {
	width: 100%;
	margin: 0 0 10px;
}
.imageDesc {
	display: none;
	font-size: 11px;
	padding: 10px;
	min-width: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
li .product .longdescription {
	display: none;
}
li .product .image .shortdescription img:hover + span {
	display: block;
	position: absolute;
}
li .product .image > a {
	display: block;
}
li .product .image img {
	width:100%;
	display: block;
}
li .product div.info {
    padding: 20px 0 0 0;
    flex: auto;
    display: flex;
    flex-direction: column;
}
li .product div.info > * {
	flex: none;
}
li .product div.info > .name {
	flex: auto;
}
li .product .name a {
	text-decoration:none;
	display:block;
	min-height: 43px;
	margin:0 0 10px;
}
li .product .name a br {
	display: none;
}
li .product .price {
	font-weight:bold;
	font-size:18px;
	margin:0 0 20px;
	color: #5B8212;
}
li .product .price .units-per-package {
	display: none;
}

li .product .price .unit-small {
	font-weight: normal;
	font-size: 14px;
	color:rgba(128,128,128,1.00);
	margin-left: 5px;
}
li .product .price .productlist-retail-price {
	font-weight: normal;
	color: rgba(77,77,77,1.00);
	font-size: 12px;
}
li .product .brand {
	display: none;
	position: absolute;
	z-index: 20;
	width: 50%;
	max-width: 150px;
	top: 0;
	left: 0;

}
li .product .brand img {
	display: block;
	max-width: 100%;
	max-height: 60px;
	background-color: rgba(255,255,255,1.00);
	padding: 7px 10px;
	border-radius: 0 0 4px;
}

li .product .buy:after {
	clear:both;
	content:"";
	display:block;
}
li .product .buy {
	position:relative;

}
li .product .buy input[type="text"] {
	position:absolute;
	height:28px;
	top:4px;
	left:5px;
	width:14%;
	border:solid 1px #FFF;
	padding:0;
	border-radius:2px;
	text-align:center;
}
li .product .buy input[type="submit"], li .product .buy input[type="button"] {
	border:0;
	width:100%;
	height:36px;
	padding:3px 15px 4px;
	font-weight:bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ff8010; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8010 0%, #ed7000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff8010 0%,#ed7000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff8010 0%,#ed7000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8010', endColorstr='#ed7000',GradientType=0 );
	color:rgba(255,255,255,1.00);
	cursor:pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
li .product .buy a {
	display: block;
	border:0;
	width:100%;
	padding:8px 15px;
	font-weight:bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ff8010; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8010 0%, #ed7000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff8010 0%,#ed7000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff8010 0%,#ed7000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8010', endColorstr='#ed7000',GradientType=0 );
	color:rgba(255,255,255,1.00);
	cursor:pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
li .product .buy input[type="submit"]:hover, li .product .buy input[type="button"]:hover {
	background: #636363; /* Old browsers */
	background: -moz-linear-gradient(top,  #636363 0%, #444444 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #636363 0%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #636363 0%,#444444 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#444444',GradientType=0 );
}
li .product .buy input[type="image"] {
	display:none;
}


li .product ul.highlight {
	display:none;
}
li .product div.highlight {
	position:absolute;
	z-index:20;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	left:0;
	padding:4px 10px;
	border-radius:0 3px 3px 0;
	color:rgba(255,255,255,1.00);
	top:20px;
}
li .product div.highlight.set1, li .product div.highlight.set2, li .product div.highlight.set3, li .product div.highlight.set4, li .product div.highlight.set5, li .product div.highlight.set6 {
	display: none;
	background-color:#00aeef;
}
li .product div.highlight.set3 {
	top:-5px;
	left:-5px;
	height:100px;
	width:100px;
	background-image:url('/images/skins/ekoekken/images/badge-bestseller.png');
	background-size:100% 100%;
	overflow:hidden;
	text-indent:-999px;
}
li .product .freeDelivery {
	position:absolute;
	top:5px;
	right:5px;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 7px;
	border-radius:2px;
	background-color:#ffe11a;
	color:#000;
	margin:0 0 0 8px;
	display:inline-block;
}

div.typeSelectorContainer {
	border-top:solid 2px rgba(237,237,237,1.00);
	padding: 20px 10px 30px;
	position: relative;
}
.typeSelectorHeader {
	position: absolute;
	background-color: rgba(255,255,255,1.00);
	top: -10px;
	left: 12px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
}
ul.typeSelectorUl {
	margin: 0 -20px;
}
ul.typeSelectorUl > li {
	display: inline-block;
	vertical-align: top;
	width: calc(19.19% - 10px);
	margin: 0 10px 20px;
}
ul.typeSelectorUl > li > span {
	font-size: 0;
	display: block;
}
ul.typeSelectorUl > li > span img {
	display: block;
	width: 100%;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
ul.typeSelectorUl > li > a {
	font-size: 11px;
	text-align: center;
	display: block;
	background: rgb(131,90,52);
	background: -moz-linear-gradient(top, rgba(131,90,52,1) 0%, rgba(100,65,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(131,90,52,1) 0%,rgba(100,65,33,1) 100%);
	background: linear-gradient(to bottom, rgba(131,90,52,1) 0%,rgba(100,65,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#835a34', endColorstr='#644121',GradientType=0 );
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	padding: 5px 10px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
table.CmsPageStyle_Table {
	table-layout: fixed;
}

ul.helpguide {
    margin: 0 -1%;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}
ul.helpguide > li {
    font-size: 12px;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    position: relative;
}
ul.helpguide > li > i {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFF;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    font-style: normal;
    padding: 7px 0 0 0;
}
ul.helpguide > li > img {
    width: 100%;
	border-radius: 3px;
}
ul.helpguide > li > span {
    display: block;
    font-size: 15px;
    font-weight: bold;
}
ul.helpguide-info {
    margin: 40px -2%;
    font-size: 0;
    overflow: hidden;
    padding: 0;
}
ul.helpguide-info > li {
    width: 46%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
ul.helpguide-info > li > div {
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 2px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
ul.helpguide-info > li > a {
    display: block;
    text-align: center;
}
ul.helpguide-info > li > a > img {
    padding: 5px;
    border: 1px solid #eee;
}
ul.helpguide-info > li > a > span {
    display: block;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}
ul.helguide-text {
    margin: 0 -2%;
    font-size: 0;
    padding: 0;
    overflow: hidden;
}
ul.helguide-text > li {
    width: 46%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
ul.helguide-text > li > div {
    background-color: #f6f6f6;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 2px;
    margin-top: 20px;
    position: relative;
}
ul.helguide-text > li > div > i {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    padding: 3px 0 0 0;
    top: -13px;
    left: -8px;
    background-color: #714E32;
    color: #FFF;
    font-style: normal;
}


/* OFFER OVERLAY */
li .product .ribbon {
	position: absolute;
	top: -5px;
	right: -5px;
}
.ribbon {
    position: absolute;
    right: -5px !important;
    top: -5px !important;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 11px;
    font-weight: bold;
    color: rgba(0,0,0,1.00);
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#FCFC05 0%, #E6E605 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.ribbon span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid rgba(116,115,0,1.00);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid rgba(116,115,0,1.00);
}


.ribbon span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid rgba(116,115,0,1.00);
    border-bottom: 3px solid transparent;
    border-top: 3px solid rgba(116,115,0,1.00);

}


/* FAQ */
/*
.faq-container {
	margin:0 -1%;
}
.faq {
	width:48%;
	float:left;
	margin:0 1%;
}
.faq h3 {
	margin-bottom:10px;
}
.faq > ul {
	padding:0;
	list-style-type:none;
}
.faq > ul > li {
	margin:0 0 10px;
	font-size:13px;
}
.faq > ul > li:last-child {
	margin:0;
}
.faq > ul > li > strong {
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:400;
	padding:10px 15px 10px;
	text-decoration:none;
	background-color:rgba(234,234,234,1.00);
	display:block;
	background-image:url(/images/icon-arrow.png);
	background-repeat:no-repeat;
	background-position:calc(100% - 15px);
	background-size:auto 20%;
}
.faq > ul > li > strong:hover, .faq > ul > li > strong.open {
	background-color:#386fa0;
	color:rgba(255,255,255,1.00);
	background-image:url(/images/icon-arrow-white.png);
	background-repeat:no-repeat;
	background-position:calc(100% - 15px);
	background-size:auto 20%;
}
.faq > ul > li > p {
	display:none;
	margin:15px;
}
*/


ul.choose-table {
    margin:0 -1%;
    padding: 0;
    display: flex;
}
ul.choose-table > li {
    margin:0 1%;
    width: 31.3%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #eee;
}

ul.check > li {
    position:relative;
    padding: 0 0 0 22px;
    margin: 0 0 2px 0;
    font-size: 12px;
}
ul.check > li:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #5B8212;
    font-size: 15px;
    z-index: 20;
}

/*
ul.team {
    margin: 40px -5%;
    padding: 0px;
    list-style-type: none;
    font-size: 0;
}
ul.team > li {
    display: inline-block;
    font-size: 13px;
    width: 23%;
    margin: 0 5%;
    position: relative;
    text-align: center;
}
ul.team > li > img {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
ul.team > li > p > b {
	display: block;
	margin: 0 0 5px 0;
}
ul.team > li > p > span {
	display: inline-block;
}
ul.team > li > span {
    display: block;
    font-size: 16px;
    border-top: 1px solid #E6E6E6;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}
ul.team > li > p > a.mail {
	position:relative;
	padding: 0 0 0 20px;
}
ul.team > li > p > a.mail:before {
	font-family: FontAwesome;
	content:"\f0e0";
	display:block;
	font-size:13px;
	color:#000;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.team > li > p > span.phonecall {
	position:relative;
	padding: 0 0 0 15px;
	margin: 2px 0 0 0;
}
ul.team > li > p > span.phonecall:before {
	font-family: FontAwesome;
	content:"\f10b";
	display:block;
	font-size:15px;
	color:#000;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
*/



/* FAQ */
.faq-container {
	margin:0 -1%;
}
.faq {
	width:48%;
	float:left;
	margin:0 1%;
}
.faq h3 {
	margin-bottom:10px;
}
.faq > ul {
	padding:0;
	list-style-type:none;
}
.faq > ul > li {
	margin:0 0 10px;
	font-size:13px;
}
.faq > ul > li:last-child {
	margin-bottom:0;
}
.faq > ul > li > strong {
	cursor:pointer;
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:400;
	position: relative;
	padding:10px 15px 10px;
	text-decoration:none;
	background-color:rgba(234,234,234,1.00);

}
.faq > ul > li > strong:not(.open):after {
	content: "\f078";
	position: absolute;
	transform: translateY(-50%);
	font-size: 15px;
	line-height: 1;
	z-index: 10;
	right: 20px;
	top: 50%;
	color:rgba(113,113,113,1.00);
	font-family: 'FontAwesome';
}
.faq > ul > li > strong:hover, .faq > ul > li > strong.open {
	background-color:rgba(100,65,33,1);
	color:rgba(255,255,255,1.00);
}
.faq > ul > li > strong:hover:after, .faq > ul > li > strong.open:after {
	color: rgba(255,255,255,1.00);
}
.faq > ul > li > div.divToggle {
	display:none;
	margin:15px;
}

ul.rating-category {
	margin:0 -1%;
}
ul.rating-category > li {
	margin:0 1%;
	width: 31.3%;
	display: inline-block;
	background-color: #f6f6f6;
	border-radius: 6px;
	padding: 20px;
}
ul.rating-category > li > span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
ul.rating-category > li i {
	color: #f4cf00;
	padding-right: 5px;
}

/* CONTACT */
.cms:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.cms-contact-left {
	float:left;
	width:60%;
}
.cms-contact-right {
	float:right;
	width:35%;
	background-color: #f6f6f6;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.team {
    margin: 40px -5%;
    padding: 0px;
    list-style-type: none;
    font-size: 0;
}
ul.team > li {
    display: inline-block;
	font-size: 13px;
	width: 21%;
	margin: 0 2% 4%;
	position: relative;
	text-align: center;
}
ul.team > li > img {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
ul.team > li > hr{
	border: 0;
    height: 1px;
    background: #a2a2a2;
    background-image: linear-gradient(to right, #ccc, #949494, #ccc);
    margin: 10px;
}
ul.team > li > p > b {
	display: block;
	margin: 0 0 5px 0;
}
ul.team > li > p > span {
	display: inline-block;
}
ul.team > li > span {
    display: block;
    font-size: 16px;
	 height: 44px;
}
ul.team > li > p > a.mail {
	position:relative;
	padding: 0 0 0 20px;
}
ul.team > li > p > a.mail:before {
	font-family: FontAwesome;
	content:"\f0e0";
	display:block;
	font-size:13px;
	color:#000;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.team > li > p > span.phonecall {
	position:relative;
	padding: 0 0 0 15px;
	margin: 2px 0 0 0;
}
ul.team > li > p > span.phonecall:before {
	font-family: FontAwesome;
	content:"\f10b";
	display:block;
	font-size:15px;
	color:#000;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}


.cms-contact-right input[type="text"], .cms-contact-right input[type="email"] {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.cms-contact-right textarea {
	display: block;
	width: 100%;
	min-height: 150px;
	padding: 10px;
	color: #ababab;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: normal;
}
.cms-contact-right input[type="submit"] {
	background-color: #ff7800;
	border: 1px solid #ff7800;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 0 0 0;
	cursor: pointer;
}
.cms-contact-return {
	float:right;
	margin-top:10px;
	font-size:11px;
}
.cms.last {
	border-top:1px solid #eee;
	padding: 40px 0 0 0;
	margin: 30px 0 0 0;
}

ul.cms-contact-ul {
	margin: 0 -2%;
    padding: 0px;
    list-style-type: none;
    font-size: 0;
}
ul.cms-contact-ul > li {
    display: inline-block;
    font-size: 13px;
    width: 29.33%;
    margin: 0 2%;
    position: relative;
	vertical-align: top;
	padding: 0 0 0 60px;
}
ul.cms-contact-ul > li > .fa {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	background-color: rgb(71,93,102);
	border-radius: 4px;
	color: rgba(255,255,255,1.00);
	padding: 7px 10px;
}
ul.cms-contact-ul > li:not(:last-child) {
	border-right: 1px solid #eee
}
ul.cms-contact-ul h3 {
	margin: 0 0 10px;
}

ul.cms-contact-left-ul {
	margin: 0 -2%;
    padding: 0px;
    list-style-type: none;
    font-size: 0;
}
ul.cms-contact-left-ul > li {
    display: inline-block;
    font-size: 13px;
    width: 46%;
    margin: 0 2%;
    position: relative;
	vertical-align: top;
}
ul.cms-contact-left-ul > li:first-child {
	border-right: 1px solid #eee;
}
ul.cms-contact-left-ul > li span {
	display:block;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.copyright {
	background-color:#f9f2f2;
	padding: 10px;
	margin: 50px 0 0 0;
}
ul.buy-guide > li {
	margin:0 0 8px 0;
}

ol.buy-guide {
	padding: 0 0 0 5px;
	margin: 0;
}
ol.buy-guide > li {
	list-style-type: decimal;
	padding: 0 10px;
	margin: 0 10px;
}
/*
.cms:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.cms-contact-left {
	float:left;
	width:35%;
	background-color: #f6f6f6;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
.cms-contact-right {
	float:right;
	width:60%;
}
.cms-contact-return {
    float: right;
    margin-top: -20px;
    font-size: 12px;
}

ul#cms-personal {
	margin: 0 -1%;
	padding: 0;
	list-style-type: none;
}
ul#cms-personal > li {
	display: inline-block;
	padding: 10px;
	margin: 0 1%;
	width: 31.33%;
	background-color: rgba(242,242,242,1.00);
}
ul#cms-personal > li img {
	display: block;
	margin: 0 0 10px;
}

.cms-contact-right input[type="text"] {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.cms-contact-right textarea {
	display: block;
	width: 100%;
	min-height: 150px;
	padding: 10px;
	color: #ababab;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: normal;
}
.cms-contact-right input[type="submit"] {
	background-color: #ff7800;
	border: 1px solid #ff7800;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 0 0 0;
	cursor: pointer;
}
.cms.last {
	border-top:1px solid #eee;
	padding: 40px 0 0 0;
	margin: 30px 0 0 0;
}
ul.cms-contact-left-ul {
	margin: 0 -2%;
    padding: 0px;
    list-style-type: none;
    font-size: 0;
}
ul.cms-contact-left-ul > li {
    display: inline-block;
    font-size: 13px;
    width: 46%;
    margin: 0 2%;
    position: relative;
	vertical-align: top;
}
ul.cms-contact-left-ul > li:first-child {
	border-right: 1px solid #eee;
}
ul.cms-contact-left-ul > li span {
	display:block;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.copyright {
	background-color:#f9f2f2;
	padding: 10px;
	margin: 50px 0 0 0;
}
ul.buy-guide > li {
	margin:0 0 8px 0;
}
*/

/*
.cms:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.cms-contact-left {
	float:left;
	width:35%;
}
.cms-contact-right {
	float:right;
	width:60%;
}
ul#cms-personal li {
	list-style-type:none;
	background-color:#F9F9F9;
	display:inline-block;
	padding:10px;
	margin-right:20px;
	width:30%;
}
ul#cms-personal li:last-child {
	margin-right:0;
}
ul#cms-personal li img {
	display:block;
	margin-bottom:10px;
}
ul#cms-contact {
	margin:30px -1%;
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding:30px 0;
}
ul#cms-contact > li {
	width:31.3%;
	margin:0 1%;
	float:left;
	list-style-type:none;
}
ul#cms-contact > li > span {
	display:block;
	font-size:16px;
}
*/


.faqUl > li:not(:last-child) {
	margin-bottom: 10px;
}
.faqUl > li > h3 {
	cursor: pointer;
	font-size: 15px;
	border: solid 1px rgba(240,240,240,1.00);
	-webkit-border-radius:3px;
	border-radius: 3px;
	padding: 15px;
}
.faqUl > li.open > h3 {
	border-color: #5B8212;
	background-color: #5B8212;
	color: rgba(255,255,255,1.00);
	-webkit-border-radius:3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.faqUl > li > div {
	display: none;
	padding: 15px;
	border: solid 1px #5B8212;
	border-top: 0;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

ul.faqlist {
	margin: 0 -1%;
}
ul.faqlist > li {
	display: inline-block;
	margin: 0 1% 2%;
	width: 31.33%;
	border: solid 1px rgba(240,240,240,1.00);
	-webkit-border-radius:3px;
	border-radius: 3px;
	padding: 15px;
	text-align: center;
}
ul.faqlist > li > span {
	display: block;
	margin: 10px 0 0;
}


ul.montagelist {
	margin: 20px -1% 0;
}
ul.montagelist > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 2%;
	width: 23%;
	border: solid 1px rgba(240,240,240,1.00);
	-webkit-border-radius:3px;
	border-radius: 3px;
	padding: 15px;
}
ul.montagelist > li > span {
	display: block;
	margin: 10px 0 0;
	font-size: 12px;
}

ul.list {
	margin: 10px 0 10px 13px;
}
ul.list li {
	list-style-type: disc;
}


.CmsPageStyle li {
	list-style-type:none;
}

.cms-left {
	float:left;
	width:45%;
}
.cms-right {
	float:right;
	width:45%;
}
.cms-left input[type="text"], .cms-contact-left input[type="text"] {
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:6px;
	border:1px solid rgba(214,214,214,1.00);
	margin-bottom:4px;
	width:100%;
}
.cms-left input[type="submit"], .cms-contact-left input[type="submit"] {
	display:block;
	background-color:#5B8212;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 20px;
	text-align:center;
	border:0;
	color:#FFFFFF;
	cursor:pointer;
}
.cms-left input[type="submit"]:hover, .cms-contact-left input[type="submit"]:hover {
	background-color:#2F2F2F;
}
.cms-left select {
	width:32%;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.cms-left select:last-child {
	margin-right:0;
}
.cms-left textarea, .cms-contact-left textarea {
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid rgba(214,214,214,1.00);
	padding:6px;
	margin-bottom:4px;
	min-height: 100px;
}


/* SUBCATS */
/*
ul.SubCats_Categories_UL {
	margin:0 -1%;
	padding:0;
	list-style-type:none;
}
ul.SubCats_Categories_UL > li {
	width:23% !important;
	margin:0 1% 2%;
	float:none !important;
	display:inline-block;
	vertical-align:top;
	background-color: #eee;
	padding: 10px;
}
ul.SubCats_Categories_UL > li:hover {
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	cursor:pointer;
}
ul.SubCats_Categories_UL > li img {
	display:block;
	width: 100%;
}
ul.SubCats_Categories_UL > li > a:nth-child(2) {
	display:block;
	background-color: #386fa0;
	color: #FFF;
	padding: 7px 0;
}
ul.SubCats_Categories_UL > li .name a {
	display: block;
	font-weight: bold;
	background-color: rgba(100,65,33,1);
	color: #FFF;
	padding: 7px 10px;
	position: relative;
}
ul.SubCats_Categories_UL > li .name a:after {
    font-family: FontAwesome;
    content: "\f054";
    display: block;
    font-size: 13px;
    color: #FFF;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
ul.SubCats_Categories_UL > li:last-child {
	display:none;
}
*/

li .group {
	border-radius:5px;
	overflow:hidden;
}
li .group .image {
	padding:10%;
	background-color:#00aeef;
}
li .group .image img {
	width:100%;
	display:block;
}
li .group .name a {
	display:block;
	background-color:rgba(73,73,73,1.00);
	color:rgba(255,255,255,1.00);
	padding:8px 10px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

/* PRODUCTCARD */
.pcard h1 {
	max-width:50%;
}
.productcardSupport {
	margin: 30px 0 0;
	text-align: center;
}
.productcardSupport > img {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	border-radius: 50%;
}
.productcardSupport > .text {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: calc(80% - 20px);
}
.pcRetail:not(:empty) {
	text-align: center;
}
.supportHeader {
	font-weight: bold;
}
.productcard .brand {
	display: none;
	position: absolute;
	z-index: 20;
	background-color: rgba(255,255,255,1.00);
	padding: 7px 10px;
	width: 50%;
	max-width: 150px;
	top: 0;
	left: 0;
	border-radius: 0 0 4px;
}
.productcard .brand img {
	display: block;
	width: 100%;
}
.pcard {
	position:relative;
}
.pcard-left {
    width: 45%;
    float: left;
}
.pcard-right {
    width: 55%;
    float: left;
    padding-left: 10%;
}
.Description_Productinfo table {
	max-width: 100% !important;
}
.Description_Productinfo iframe {
	width: 500px !important;
	max-width: 100% !important;
}
.tab-container {
	clear: both;
	padding:40px 0;
}
.tab-container:after {
	clear: both;
	content: "";
	display: block;
}
.tab-container > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tab-container > ul:after {
	clear: both;
	content: "";
	display: block;
}
.tab-container > ul > li {
	display: none;
	background: #424242;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin:0 3px 0 0;
	float: left;
}
.tab-container > ul > li {
	font-size: 14px;
	padding: 5px 20px;
	outline: none;
	color:#FFF;
	cursor: pointer;
}
.tab-container > ul > li:hover {
	opacity:0.8;
}
.tab-container > ul > li.open {
	background: rgba(100,65,33,1);
	position: relative;
	z-index: 30;
}
.tab-container > div {
	padding:20px;
	display: none;
	border: solid 1px rgba(229,229,229,1.00);
	position: relative;
	margin-top:-1px;
}
.tab-container > div:after {
	clear: both;
	content: "";
	display: block;
}
.tab-container > div:first-of-type {
	display: block;
}
.tab-container-content:after {
	display:block;
	content: "";
	clear: both;
}
.tab-container h2 {
	margin-bottom:30px;
	display: block;
}
.tab-container-left {
	width: 48%;
	float: left;
}
.tab-container-right {
	width: 48%;
	float: right;
	padding-left: 40px;
	border-left: 1px solid #eee;
}
.info{
	position: relative;
}

#customfield1, #customfield2, #customfield3 {
	display: none;
}





.productcard-price-retail {
    text-align: center;
    font-size: 12px;
    color: #9D9D9D;
	margin: 0 0 10px;
}
.productcard-price-retail > div {
	display: inline-block;
}
.productcard-price-retail > div:nth-child(2) {
	border-radius: 2px;
	background-color: #5B8212;
	color: rgba(255,255,255,1.00);
	padding: 2px 5px;
	margin: 0 0 0 4px;
}

.productlist-savings-container {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #ff8010;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	z-index: 20;
}
.productlist-savings-container > div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: rgba(255,255,255,1.00);
	font-size: 12px;
	line-height: 1;
}
.productlist-savings-container > div .savings-percentage {
	font-size: 20px;
	font-weight: bold;
}

#calculator-container {
	margin: 20px 0 0;
}
#calculator-container .calc-header {
	text-align: center;
	border-radius: 3px 3px 0 0;
	background-color: #ddd;
	padding: 3px;
}
#unit-price-splatter {
	font-size: 14px;
    text-align: center;
}
#unit-price-splatter > span {
	display: block;
    font-size: 30px;
    font-weight: bold;
    color: #5B8212;
}
#calculator-input {
	text-align: center;
	position: relative;
    margin: 0 0 10px 0;
}
#calculator-input input {
	width: 100%;
	padding: 0 50% 0 10px;
    border: 1px solid #ddd;
    height: 50px;
    text-align: right;
    font-size: 21px;
	border-radius: 0 0 3px 3px;
}
#calculator-input span {
	position: absolute;
	top:50%;
	z-index: 10;
	left: 51%;
	font-size: 21px;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#calculator-totalprice {
    margin: 0 0 10px 0;
}
#calculator-totalprice > div {
	font-size: 14px;
    text-align: center;
}
#calculator-totalprice > div > span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #5B8212;
}

.productcard:after {
	clear:both;
	content:"";
	display:block;
}
.ProductInfo_MagixZoomPlus_MainImage_TABLE {
	display: none;
}
#swiper {

}
#swiper .fa.fa-chevron-circle-right {
    right: 0;
}
#swiper .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 300;
    display: none !important;
}
#swiper:hover .fa {
	display: block !important;
}
#swiperNavigation {
	margin: 20px 0 0;
}
#swiperNavigation .fa {
	z-index: 300;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	font-size: 20px;
}
#swiperNavigation .fa.fa-chevron-circle-left {
	right: calc(100% + 10px);
}
#swiperNavigation .fa.fa-chevron-circle-right {
	left: calc(100% + 10px)
}
#swiperNavigation.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
#slick-slide.youtube {
	position: relative;
}
#slick-slide.youtube:before {
	content: "\f16a";
	font-size: 27px;
	color:rgba(255,255,255,1.00);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 10;
	font-family: 'FontAwesome';
}
#swiper .slick-slide.youtube:before {
	font-size: 110px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}


#productimages .shortdescription {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	text-align: left;
}
#productimages .shortdescription img {
	width: 30px;
	padding: 5px;
	display: inline-block;
	background-color:#505050;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#productimages .imageDesc {
	display: none;
	font-size: 11px;
	padding: 10px;
	min-width: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
}
#productimages .shortdescription img:hover + span {
	display: block;
	position: absolute;
}
/*
#productimages {
	float:left;
	width:50%;
	position: relative;
}
#productimages:after {
	display:block;
	clear: both;
	content: "";
}
*/
#productimages #Productinfo_Fancybox_Image_DIV, #productimages #Canvas {
	display:none;
	/* float:left;
	width: 100%; */
}
#productimages #Productinfo_Fancybox_Image_DIV.active, #productimages #Canvas.active {
	width: 80%;
}
#productimages #Productinfo_Fancybox_Image_DIV > a, #swipe #Productinfo_Fancybox_Image_DIV > a > img {
	display:block;
}
/*
#productimages .imageselector {
	float:right;
	width: 15%;
	display: none;
}
.imageselector img {
	height: 85px;
	display: block;
}
*/
div.youtubeOverlayContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,.70);
}
div.youtubeOverlayContainer .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    max-width: 90%;
    height: 506px;
    max-height: 70%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(0,0,0,1.00);
    box-shadow: 0 0 40px rgba(0,0,0,.70);
}
div.youtubeOverlayContainer .content .close {
	position:absolute;
	cursor:pointer;
	top:-13px;
	right:-13px;
	height:30px;
	width:30px;
	border:solid 3px rgba(255,255,255,1.00);
	box-shadow:0 0 6px rgba(0,0,0,.80);
	background-color:rgba(0,0,0,1.00);
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtZJREFUeNq8mU1LVFEYx89coY00INPYDDrXsqA3eiULEYKWtYpW0a6P0SeoWbStIFr1CVy2aBmlBVlkQo6aY6XOjEJqUqTe/o88N06X+3Lern/4zcB4zj1/znPOued5FEEQCIlr4DnogFnwAHRH2rikC9wD02AFvAA35TZy47tBvL4APwdzJTCZMGY9ajDJXKgWqDo0VwRzGWPWQ4NXAzXNg4ojc58Ux7xBHcYCdS2BmmVYZzTGmyrgY0cIURDqaoNT/K2jbvARHNLos+Ph44fmQGXwBlQ0+hTBmKY50iYZfCb0NQAmQE2hbQm841nX1SiFmKa+oTkjquE2CWuoNTAYLt4aHyUmonOyL2ZD9KScc1naAMejB3U/D2aiVmR3lxTOuSS1wbG4NwnRyw1MtCg9p2Exc4dlT4Vdl//LB+PgoMG6eQt+gxGDvhvgEpiSf4wzKHjDvObduhfqgGHerELFIKmXd2A5Z3M/wWkwF/dHL6VjC1wEyzmao7AOJZnLMkhqgnNgIQdzK+B8dM3phFhWFbx3GO5NcDZuzenOYKhFDvd3B+bWebc2VBp7Gg9u8hH0ysLcB9APJlU7eJoDbIM/Fga3+B0r8jBIt5LP4IqFwQvgm+ItSGuTFDk8rg5uuv2cAUsuZrCYw1ulzK/Tiu0MlvhBgzkd1Mt8UC+YGLS5bDq79HopYR3fA3OZOY6XkkOcNBhsWueMi8lx/KwQ24SVbiUHwC++aJRdhFuewR6LsJK5y2xO8MJvW4S7798vrnOISI4zb5vj0IP2cfnLSQ7hOMfZTw+5b/iAdXBCoR7jc03HRE9ok7R5cTvJIRJkmuOsmRSPUnOIFJnkOLvFowmXOYTjHGeW1sh1xfVANeQjDgqYVARtKo55O+xUV9itRx2WgKsKtaDH0dJHksmO4m7VxU85Jx8l1WZugZdgFXwFT/ksy+vfEFSvfshGV7kcfUdu81eAAQB2ycM1OIadjAAAAABJRU5ErkJggg==');
	background-repeat:no-repeat;
	background-size:50% auto;
	background-position:50% 50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	z-index:20;
}
div.youtubeOverlayContainer iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.imageselector a.youtubeThumbnail img {
	width: 85px;
}
.imageselector a.youtubeThumbnail:after {
	position:absolute;
	top:4px;
	left:4px;
	width:calc(100% - 8px);
	height:calc(100% - 12px);
	background-color:rgba(0,0,0,.30);
	display:block;
	z-index:10;
	content:"";
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAwCAYAAABjezibAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfhJREFUeNrMmEsrRGEYx88MUXKJBXJZuRa5lU8gymqQKCVRxMKCj0HskBVZyCWXsmOm8REwyiWXxbisKGxYjOP/5H1Lmmbm3N73+ddvpplzzvSb5z3POe95faZpGiIDYAQUgQMwB14M3SFBEDLjZ1Rs1wa9TJqJEwE1ugT9KGJnkiLXg0sx5MpDghUp7jsNoqBdtWCahf3LwCHYAzmqBL9tHNcF3sGYCkEnWQYRUM1VUDbRlWgiP0dBT5vI7X9cIppoB2RzFJTpAR9ggqugzKJoolqugrKJLuw2kQpBR02kUvBvE+2DXI6CMgHwBsa5CsosgfNETaRbkFInmmieq6DMFHgGbVwFKcUgCHZBFn3hw7T6Gu9VBr98gVa/wTeZdHHnLEhp4S6YwV0wyl1wIZ2xXB/Y5ljBDZBHcvSBUwUfwSAIc7yTzIhFgfD/DboreCYWAe65zWZiYAg0JpLTJbgJCsBaKjurHOInUbUgx2eSWVBqVU5FBU9Bd7LzTEcFaWWeFuSbnMh5JbgO8sGKGz/m5hA/gGE755mKClITlLst50YFT0AvuPWqy+xWMCaGs9lLOSlotYpboBCsqriAkuCrhelQB+i3cIwrgscWpkNHqm/c9OBeKdZG4g01rY4GnF5snVbwxvhdBQ2BT9EAd2J226BTjvIjwADHkljsIN7VKAAAAABJRU5ErkJggg==');
	background-repeat:no-repeat;
	background-size:20% auto;
	background-position:50% 50%;
}
#productimages .imageselector.active {
	display: block;
}
#productimages .imageselector > a {
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #eee;
	padding: 4px;
	margin-bottom: 5px;
	position: relative;
}
.productcard .info {
	float:right;
	width:40%;
}
.productcard .info h2 {
	font-size:17px;
	margin:0;
	padding:0;
}
.productcard div[itemprop="description"] {
	margin:10px 0 0;
}
.productcard .readMore {
	cursor:pointer;
	color:#008fc4;
	font-size:16px;
	margin:10px 0 0;
	padding:0 0 0 23px;
	position:relative;
}
.productcard .readMore:before {
	content:"+";
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	display:block;
	padding:1px 3px;
	border:solid 1px rgba(219,219,219,1.00);
	border-radius:2px;
	font-size:11px;
	line-height:1;
}
.productcard .info {
	padding: 20px 15px;
	border: 1px solid #e5e5e5;
	background: #f7f7f7;
	border-radius: 3px;
}
.Variants {
	margin: 0 0 10px;
}
#BUYSECTION {
	position:relative;
}
#BUYSECTION:after {
	clear:both;
	content:"";
	display:block;
}
.shortdescription {
	margin-bottom:10px;
}
.klarna-widget {
	clear:both;
	padding: 10px 0 0 0;
	height: 62px !important;
}
.buyWrapper .buyWrapperHeadline, .amountWrapper .amountWrapperHeadline {
	display:none;
}
.amountWrapper {
	position:absolute;
	top: 7px;
	left: 8px;
	height: 41px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:90px;
}
.amountWrapper input {
	width:100%;
	height:100%;
	border:none;
	border-radius: 2px;
	padding:0 10px;
}
/*
.pcard-calc .amountWrapper input {
	padding-right: 36px;
}
*/
/*
.amountWrapper .amountUnit {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 10;
    display: none;
}
*/
.sampleButton {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	margin: 15px 0 0;
	border: solid 1px rgba(153,153,153,.50);
	background-color: rgba(213,213,213,.50);
	padding: 5px 15px;
	cursor: pointer;
}
.sampleButton.disabled {
	opacity: 0.5;
	cursor: progress;
}

.amountWrapper .unit {
	position:absolute;
	right:30px;
	top:10px;
}
.buyWrapper input[type="image"] {
	display:none;
}
.buyWrapper input[type="submit"] {
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	font-size:18px;
	height:56px;
	border:0;
	width:100%;
	padding:3px 15px 4px;
	font-weight:bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgb(135,168,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(135,168,37,1) 0%, rgba(108,155,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(135,168,37,1) 0%,rgba(108,155,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(135,168,37,1) 0%,rgba(108,155,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a825', endColorstr='#6c9b0d',GradientType=0 ); /* IE6-9 */
	color:rgba(255,255,255,1.00);
	cursor:pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.buyWrapper input[type="submit"]:hover {
	background: #636363; /* Old browsers */
	background: -moz-linear-gradient(top,  #636363 0%, #444444 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #636363 0%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #636363 0%,#444444 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#444444',GradientType=0 );
}
.productcard ul.Prices_Custom_UL {
	padding:0 0 15px;
	margin:0 0 15px;
	border-bottom:solid 1px #e5e5e5;
	list-style-type:none;
	text-align:center;
}
.productcard ul.Prices_Custom_UL span[itemprop="price"] {
	font-size:32px;
	font-weight:bold;
	color:#5B8212;
	position:relative;
}
.productcard ul.Prices_Custom_UL > li {
	position: relative;
}
.productcard ul.Prices_Custom_UL > li:first-child > div > span.text {
	display:none;
}
.productcard ul.Prices_Custom_UL > li:nth-child(n+2) .vat {
	display:none;
}
.productcard ul.Prices_Custom_UL > li:nth-child(n+2) {
	border-top:1px solid #e5e5e5;
	padding: 10px 0;
}
.productcard ul.Prices_Custom_UL > li:last-child {
	padding-bottom: 0;
}
.productcard ul.Prices_Custom_UL .multipleDiscount {
	display: inline-block;
	background-color: #ffea00;
	color: #000;
	border-radius: 2px;
	margin: 0 0 0 10px;
	padding: 0 4px;
}
.productcard ul.Prices_Custom_UL > li .unit {
	display: none;
}
ul.items-info-bar {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
}
ul.items-info-bar > li {
	width: 50%;
	display: inline-block;
}
ul.items-info-bar > li.delivery .stock {

}
ul.items-info-bar > li.delivery .shipping {
	background-color:#d1f3cf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:4px 6px;
}
ul.items-info-bar > li.delivery .shipping i {
	padding-right: 8px;
	color: #7ab477;
}
.pcard .productnumber {
	text-align:right;
	color:#A0A0A0;
	right:0;
	top:0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pcard .productnumber .Description_Productinfo {
	position:relative;
	padding:0 0 0 25px;
	font-size: 12px;
}
.pcard .productnumber .Description_Productinfo:before {
	font-family: FontAwesome;
	content:"\f02a";
	display:block;
	font-size:16px;
	color:#A0A0A0;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.Description_Productinfo ul.checkmarks {
	margin:0 0 20px 0;
}
.Description_Productinfo ul.checkmarks > li {
	display: block;
	position: relative;
	padding: 0 0 0 25px;
}
.Description_Productinfo ul.checkmarks > li:before {
	font-family: FontAwesome;
	content:"\f00c";
	display:block;
	font-size:16px;
	color:#386fa0;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#specs {
	display: none;
	border:solid 1px rgba(234,234,234,1.00);
	float: right;
	width: 50%;
	margin: 0 0 40px 40px;
}
#specs > li {
	padding: 5px 10px;
	position: relative;
}
#specs > li:after {
	clear:both;
	content: "";
	display: block;
}
#specs > li > div {
	float: left;
	width: 38%;
	word-break: break-all;
	margin-right: 1%;
}
#specs > li > div:last-child {
	width:60%;
}
#specs > li:not(:last-child) {
	border-bottom: solid 1px rgba(234,234,234,1.00);
}
#specs > li .tooltipContainer {
	float: right;
	position: relative;
	margin: 0 0 0 15px;
	z-index: 20;
}
#specs > li .tooltip .tooltiptext{
	display:none;
}
#specs > li .tooltipContainer > div {
	display: none;
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 11px;
	background-color: rgba(255,255,255,1.00);
	cursor: default;
	padding: 8px;
	width: 300px;
	border:solid 1px rgba(210,210,210,1.00);
}
#specs > li .tooltipContainer:hover > div {
	display: block;
}



/* PRODUCT FILTER */
.product-filter-headertext-container {
	display: none;
}
.product-filter-checkbox-container {
	position: relative;
}


/* LANDING PAGE */
/*
body.landingpage h1 {
	text-align: center;
	font-size: 50px;
}
body.landingpage #ProductFilter-Container {
	margin: 0 0 50px;
	padding: 30px 30px 10px;
	background: rgb(249,249,249);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(219,219,219,1) 100%);
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(219,219,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dbdbdb',GradientType=0 );
	border:solid 1px rgba(223,223,223,1.00);
	-webkit-border-radius:6px;
	border-radius: 6px;
}
body.landingpage .product-filter-headertext-container {
	display: none;
}
body.landingpage .product-filter-clear-all {
	display: none;
}
body.landingpage .product-filter-column-container-1 {
	margin: 0 -1%;
}
body.landingpage .product-filter-row {
	display: inline-block;
	margin: 0 1% 2%;
	width: 31.33%;
	vertical-align: top;
	background-color: rgba(255,255,255,1.00);
	position: relative;
	-webkit-border-radius:6px;
	border-radius: 6px;
}
body.landingpage .product-filter-row.arrow:after {
	position: absolute;
	top: 50%;
	left: 100%;
	width: 6.3%;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 1;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
body.landingpage #ProductFilter-Container:not(.showall) .product-filter-column-container-1 > div:nth-of-type(n+5) {
	display: none;
}
body.landingpage .product-filter-container {
	border:none;
}
body.landingpage .product-filter-header-container {
	background: rgb(131,90,52);
	background: -moz-linear-gradient(top, rgba(131,90,52,1) 0%, rgba(100,65,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(131,90,52,1) 0%,rgba(100,65,33,1) 100%);
	background: linear-gradient(to bottom, rgba(131,90,52,1) 0%,rgba(100,65,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#835a34', endColorstr='#644121',GradientType=0 );
	color: rgba(255,255,255,1.00);
	border: 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	position: relative;
	padding: 10px 10px 10px 30px;
}
body.landingpage .product-filter-header-container .number {
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #5B8212;
	height: 40px;
	width: 40px;
	top: -15px;
	left: -15px;
}
body.landingpage .product-filter-header-container .number span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: rgba(255,255,255,1.00);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
body.landingpage .product-filter-body-container {
	min-height: 91px;
	border: solid 1px rgb(131,90,52);
	border-top: 0;
	padding: 10px 10px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
body.landingpage .moreFiltersButton {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	border: solid 1px rgba(223,223,223,1.00);
	border-top: 0;
	background-color: rgba(241,241,241,4.00);
	padding: 3px 10px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: -1px 0 0;
}
body.landingpage .moreFiltersButton .fa {
	font-size: 10px;
	margin: 0 0 0 8px;
	line-height: 1;
}
body.landingpage ul.ProductList_Custom_UL {
	display: none;
}
.frontpageVideo {
	background-image: url('/images/skins/bordpladefabrikken/gulvexperten/image/bg.jpg');
	color: rgba(255,255,255,1.00);
	font-size: 0;
	margin: 0 0 50px;
}
.frontpageVideo:after {
	clear: both;
	content: "";
	display: block;
}
.frontpageVideo iframe {
	display: inline-block;
	width: 40%;
	height: 390px !important;
	vertical-align: middle;
}
.frontpageVideo .content {
	display: inline-block;
	width: 50%;
	margin: 0 0 0 5%;
	vertical-align: middle;
	padding: 5%;
	font-size: 15px;
	background-color: rgba(100,65,33,.5);
	border-bottom: solid 10px rgba(100,65,33,.5);
	-webkit-border-radius:6px;
	border-radius: 6px;
}
.frontpageVideo .content h2 {
	font-size: 35px;
	margin: 0 0 20px;
	text-shadow: 2px 2px 0 rgba(0,0,0,.3);
}
.frontpageVideo .content p {
	line-height: 1.6em;
}

.frontpageCategories {
	margin: 0 -1%;
	padding: 0;
	list-style-type: none;
}
.frontpageCategories:after {
	clear: both;
	content: "";
	display: block;
}
.frontpageCategories > li {
	display: inline-block;
	width: 23%;
	margin: 0 1% 2%;
}
.frontpageCategories > li img {
	display: block;
	border-radius: 6px 6px 0 0;
}
.frontpageCategories > li span {
	display: block;
	text-align: center;
	padding: 8px 10px;
	font-weight: bold;
	border-radius: 0 0 6px 6px;
	background-color: rgba(100,65,33,1);
	color: rgba(255,255,255,1.00);
}

.product-filter-tag-checkboxes.floating {
	margin: 0 -1%;
}
*/


.product-filter-checkbox-container.hasColor.active:before {
	position: absolute;
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 17px;
	padding: 4px 0 0;
	box-shadow: 1px 1px 0 rgba(0,0,0,.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,.4);
	color:rgba(255,255,255,1.00);
	line-height: 1;
	z-index: 20;
	top: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #5B8212;
	width: 25px;
	height: 25px;
	text-align: center;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.product-filter-checkbox-container.hasColor {
	position: relative;
	width: 31.33%;
	margin: 0 1%;
	height: 80px;
	display: inline-block;
	-webkit-border-radius:4px;
	border-radius: 4px;
	overflow: hidden;
}
.product-filter-checkbox-container.hasColor input {
	display: none;
}
.product-filter-checkbox-container.hasColor label.product-filter-checkbox-label {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 11px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,.80);
	float: none;
	padding: 3px;
	line-height: normal;
}
.product-filter-checkbox-container.hasColor .color {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.product-filter-checkbox-container.hasColor .product-filter-count-container {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	font-size: 12px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: rgba(84,84,84,1.00);
	color: rgba(255,255,255,1.00);
	display: none;
}

.btnFilter {
	display: none;
	border-radius: 3px;
	border: solid 1px rgba(226,226,226,1.00);
	padding: 5px 10px;
	margin: 0 0 15px;
	cursor: pointer;
}
.btnFilter > * {
	display: inline-block;
	vertical-align: middle;
}
.btnFilter > i {
	margin: 0 8px 0 0;
}

/* BOADRS */
.boardtypes {
    margin:20px -1% 0;
}
.boardtypes h2 {
	font-size:15px;
	font-weight: normal;
}
.boardtypes:after {
	clear: both;
	content: "";
	display: block;
}
.boardtypes > div {
	width: 48%;
	float: left;
	vertical-align: top;
	margin: 0 1%;
	border:solid 1px #d0b8a6;
	cursor: pointer;
	-webkit-border-radius:4px;
	border-radius: 4px;
	padding: 20px;
	position: relative;
}
.boardtypes > div.active {
	border-color:#5B8212;
	background-color: #e9f3d6;
	cursor: default;
	margin-bottom: 40px;
}
.boardtypes > div.inactive {
	opacity: 0.4;
}
.boardtypes > div.active:after {
	font-family: 'FontAwesome';
	content:"\f078";
	font-size: 25px;
	line-height: 1;
	color: #5B8212;
	position: absolute;
	left: 50%;
	top: calc(100% + 10px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.boardtypes > div img {
	float: left;
	width: 50%;
	-webkit-border-radius:6px;
	border-radius: 6px;
}
.boardtypes > div .info {
	float:right;
	width: 45%;
}
.boardtypes > div .info .header {
	font-weight: bold;
	font-size: 25px;
	margin: 0 0 10px;
}
.boardtypes > div .info > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.boardtypes > div .info > ul > li, .compositeMostSoldItem > .usp > ul > li.description {
	padding: 0 0 0 22px;
	margin: 0 0 5px;
	position: relative;
	font-size: 14px;
}
.boardtypes > div .info > ul > li:before, .compositeMostSoldItem > .usp > ul > li.description:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 15px;
	line-height: 1;
	position: absolute;
	left: 0;
	color:#5B8212;
	top: 2px;
}
.compositeMostSoldItem > .usp > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.compositeMostSoldItem > .fromPrices{
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
}
.compositeMostSoldItem > h1{
	text-align: center;
}
.compositeMostSoldItem > img {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.compositeMostSoldItem > h1 > span.highlight{
	background-color: yellow;
	font-size: 10px;
	padding:5px;
	border:1px;
	box-shadow: 1px 1px black;
}
.compositeMostSoldItem > .choose{
	text-align: center;
	background-color: #5B8212;
	color: rgba(255,255,255,1.00);
	padding: 10px;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0 0;
	font-size: 15px;
	position: absolute;
	bottom: 5px;
	width: calc(100% - 10px);
}
.compositeMostSoldItem.active > .choose{
	background-color: #a7b985;
}
#typeSelector{
	list-style-type: none;
	margin: 0 -1%;
	width:100%;
}
.description > .star:before{
	content: "\f005";
	font-family: 'FontAwesome';
	font-size: 15px;
	line-height: 1;
}
.compositeMostSoldItem{
	vertical-align: top;
	margin: 0 1%;
	width:18%;
	display:inline-block;
	border:solid 5px #d0b8a6;
	cursor: pointer;
	background-color: #f7e9de;
	-webkit-border-radius:8px;
	border-radius: 8px;
	padding: 5px;
	position: relative;
	height: 16vw;
}
.compositeMostSoldItem.active {
	border-color:#5B8212;
	background-color: #e9f3d6;
	cursor: default;
	margin-bottom: 40px;
}
.compositeMostSoldItem.inactive {
	opacity: 0.4;
}
/* .compositeMostSoldItem.active:before {
	font-family: 'FontAwesome';
    content: "\f078";
    font-size: 25px;
    line-height: 1;
    color: #5B8212;
    float: left;
    top: calc(100% + 10px);
} */
.boardtypes > div .info .selectButton {
	background-color: #5B8212;
	color: rgba(255,255,255,1.00);
	padding: 10px;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius:4px;
	border-radius: 4px;
	margin: 15px 0 0;
	font-size: 15px;
}
.boardtypes > div.active .info .selectButton {
	background-color: #a7b985;
}

/*CALCULATOR*/
#amount-calculator2 {
	margin-bottom: 30px;
}
#amount-calculator {
}
.amount-calculator-table {
	width: 100%;
	margin:0 -1%;
}
.amount-calculator-table > li {
	margin:0 1%;
	float:left;
	list-style-type:none;
}
.amount-calculator-table > li:nth-child(1) {
	width:20%;
}
.amount-calculator-table > li:nth-child(2) {
	width:40%;
}
#amount-calculator-accessories span {
	display:block;
	margin-left:25px;
}
#amount-calculator-accessories br {
	display:none;
}
.amount-calculator-table > li:nth-child(3) {
	width:34%;
}
.amount-calculator-table > li:nth-child(2) {
	border-right:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	padding:0 20px;
}
.amount-calculator-saving {
	margin:10px 0;
	background-color:#FFFC00;
	border:1px solid #BDBA00;
	color:#000000;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:6px;
	font-size:16px;
}
.amount-calculator-result {
	border-top:1px solid #E4E4E4;
	width:100%;
	padding-top:20px;
	text-align:right;
	margin-top:20px;
}
#amount-calculator-buybutton,#amount-calculator-buybutton2 {
	margin-top: 10px;
	cursor: pointer;
}

#amount-calculator-discount,#amount-calculator-discount2 {
	display: none;
	margin-top:5px;
}
.amount-calculator-discount-span {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#fcff00;
	color:#000000;
	padding:2px 4px;
	font-weight:bold;
}
.amount-calculator-contact {
	float:left;
}
.amount-calculator-contact img {
	float:left;
	width:110px;
}
.amount-calculator-contact span b {
	font-size:18px;
}
.amount-calculator-contact span {
	display:inline-block;
	text-align:left;
	float:left;
	font-size:15px;
	padding:30px 0 0 40px;
}
.amount-calculator-result {
	position:relative;
}
.amount-calculator-result #amount-calculator-buybutton {
}
.amount-calculator-padding {
	padding: 20px;
	width: 100%;
}
.length-amount {
	width: 45px;
	height:30px;
}
#amount-calculator, #amount-calculator2 {
	display: none;
	background-color: whiteSmoke;
}
.amount-calculator-header {
	font-size: 18px;
	font-weight:bold;
	display: block;
	text-align:center;
	background-color:#714E32;
	color: rgba(255,255,255,1.00);
	padding:10px;
}
#amount-calculator-input {
	border: solid #C1C1C1 1px;
	color: #7F7E7E;
	width: 60px;
	height: 30px;
	padding: 5px 0;
	margin: 2px 0px 2px 0px;
	background-color: white;
	text-align: center;
}
#amount-calculator select, #amount-calculator2 select {
	border: solid #C1C1C1 1px;
	color: #7F7E7E;
	height: 30px;
	padding: 5px 5px 5px 5px;
	margin: 2px 0px 2px 0px;
	background-color: white;
}
.ac-select, .ac-select2 {
	width: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url('/image/icon-arrow-down.png') 96% / 2% no-repeat #eee;
	cursor:pointer;
}
ul.length-table li {
	list-style-type:none;
}
ul.length-table li div {
	display:inline;
}
ul.areal-table li {
	list-style-type:none;
}
ul.areal-table li div {
	display:inline;
}
#amount-calculator-length1, #amount-calculator-length2, #amount-calculator-length3, #amount-calculator-length4, #amount-calculator-length5 {
	width:50%;
}
.quadratmeter {
	padding:7px 0 0 0;
	margin-left:5px;
}

.amount-calculator-variant-td {
	padding-right: 10px;
}
.amount-calculator-totalprice {
	font-weight: bold;
	font-size: 16px;
	color: #3B3B3B;
}
#amount-calculator-warning {
	display: none;
	color: red;
}
.amount-calculator-unitprice {
	font-weight:normal;
}
#amount-calculator .image-container img, #amount-calculator2 .image-container img {
	cursor: pointer;
	border: 0px;
}
.text-remember {
	font-weight:bold;
	color:#797979;
	margin-top:5px;
}


/* FOOTER */
/*
footer {
	position:relative;
	margin:40px 0 0 0;
}
.info-service {
	border-top:1px solid #e5e5e5;
	background-color:#FFF;
}
.info-service > div {
	padding:30px 0;
	text-align:center;
	font-size:30px;
	background-image: url('/images/skins/glasbutikken/images/kundeservice-glasbutikken-jensjakob.png');
	background-repeat: no-repeat;
	background-size: 270px;
	background-position:calc(0%) 40%;
	position:relative;
}
.info-service > div #aaa {
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height:45%;
}
.info-service > div .gazelle {
	position:absolute;
	top:45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right:130px;
	max-height:45%;
}
.info-service > div > span > p {
	display: inline-block;
}
.info-service > div > span > a {
	color:#484848;
}
.info-section {
	position:relative;
	background-color:#505050;
	-webkit-box-shadow: inset 0px 10px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 10px 10px 1px rgba(0,0,0,0.3);
	box-shadow: inset 0px 10px 10px 1px rgba(0,0,0,0.3);
	padding:40px 0;
}
.info-section:after, .info-section > div:after, #sistersites > div:after {
	clear:both;
	display:block;
	content:"";
}
.info-section > div > ul > li {
	width:25%;
	display: inline-block;
	vertical-align: top;
}
.info-section ul > li {
	margin:2px 0;
	color:rgba(255,255,255,1.00);
}
.info-section ul > li > a {
	color:rgba(255,255,255,1.00);
}
.info-section ul > li > a:hover {
	color:#5B8212;
}
.info-section ul > li > a:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-right: 6px;
	vertical-align: middle;
}
.info-section .headline {
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 0 1px rgba(0,0,0,1.00);
	color:#FFF;
}
footer .creditcards {
	display: block;
	margin: 20px 0 0;
	width: 200px;
	max-width: 100%;
}
#sistersites {
	padding:30px 0;
	border-top:1px solid #636363;
	background-color:#505050;
}
#sistersites ul {
	margin:0 -0.5%;
}
#sistersites ul li {
	display:inline-block;
	width: 13.2%;
	margin: 0 0.5%;
}
#sistersites ul li a {
	color: #2A2A2A;
	font-size: 12px;
	background-color: #6b6b6b;
	border-radius: 3px;
	padding: 6px 10px;
	display: block;
	text-align: center;
	text-shadow:1px 1px 0 rgba(255,255,255,0.1);
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#sistersites ul li a:hover {
	background-color:#ababab;
}
#sistersites a:before {
	display:none;
}
*/

iframe[name="google_conversion_frame"] {
	display: none;
}

/* FRA GAMMEL */

span.specialoffer {
	display:block;
	font-size:17px;
	text-align:center;
	padding:6px 0;
	position:absolute;
	top:305px;
	background-color:rgba(250,243,3,1.0);
	font-weight:bold;
	width:100%;
	border-radius:3px;
}
span.specialoffer > i {
	color:#C2BF66;
	text-decoration:line-through;
	font-style:normal;
}
span.fp-specialoffer {
	display:block;
	font-size:22px;
	text-align:center;
	padding:10px 20px;
	background-color:rgba(250,243,3,1.0);
	font-weight:bold;
	width:100%;
	border-radius:3px;
	margin:0 0 10px 0;
	border-bottom:3px solid #dfd908;
	border-top:1px solid #dfd908;
	border-left:1px solid #dfd908;
	border-right:1px solid #dfd908;
}
span.fp-specialoffer > i {
	color:#C2BF66;
	text-decoration:line-through;
	font-style:normal;
}


ul.instructions {
	margin:0 -2%;
	padding:0;
	font-size:0;
	overflow:hidden;
}
ul.instructions > li {
	width:29%;
	margin:0 2%;
	display:inline-block;
	font-size:11px;
	vertical-align:top;
}
ul.instructions > li > a > img {
	border:1px solid #eee;
}
/* CMS */
ul.ul3 {
	margin:0 -1%;
	font-size:0;
}
ul.ul3 > li {
	display:inline-block;
	font-size:12px;
	width:31.3%;
	vertical-align:top;
	margin:0 1%;
}
ul.ul3 > li > a > img {
	width:100%;
}
ul.ul3 > li > div > a {
	display:block;
	background-color:#5B8212;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:6px;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:10px;
}
ul.ul3 > li > div > a:hover {
	background-color:#2F2F2F;
}
ul.ul3 > li > span {
	background-image: url("/image/icon-checkmark.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 20px;
	display:block;
}
ul.ul3  > li > ul > li {
	list-style-type:square;
	margin-left:30px;
}

/* SLUT FRA GAMMEL */


/* OVERLAY */
.pageOverlay {
	position:fixed;
	background-color:rgba(0,0,0,.70);
	top:0;
	left:0;
	z-index:9999;
	height:100%;
	width:100%;
}
.pageOverlay > .content {
	position:absolute;
	width:900px;
	max-width:95%;
	background-color:rgba(255,255,255,1.00);
	box-shadow:0 0 30px rgba(0,0,0,.60);
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	border-radius:5px;
}
.pageOverlay > .content > ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.pageOverlay > .content > ul:after {
	clear:both;
	content:"";
	display:block;
}
.pageOverlay > .content > ul > li {
	float:left;
	width:50%;
}
.pageOverlay > .content > ul > li > .header {
	padding:0 30px;
	line-height:60px;
	border-bottom:solid 1px #e1e1e1;
}
.pageOverlay > .content > ul > li > .inner {
	padding:20px 30px;
}
.pageOverlay > .content > ul > li > .inner:after {
	content:"";
	clear:both;
	display:block;
}
.pageOverlay > .content > ul > li:nth-child(1) {
	border-right:solid 1px #e1e1e1;
}
.pageOverlay > .content > ul > li:nth-child(1) > .header {
	font-weight:bold;
	text-align:center;
	font-size:20px;
	color:#00aeef;
}
.pageOverlay > .content > ul > li:nth-child(1) .inner img {
	display:inline-block;
	width:40%;
	margin:0 5% 0 0;
	vertical-align:middle;
}
.pageOverlay > .content > ul > li:nth-child(1) .inner > .name {
	display:inline-block;
	width:55%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.pageOverlay > .content > ul > li:nth-child(2) > a.header {
	background-color:#f2f2f2;
	font-size:16px;
	display:block;
	text-decoration:none;
	border-radius:0 5px 0 0;
}
.pageOverlay > .content > ul > li:nth-child(2) .inner > div {
	font-size:16px;
	margin:0 0 5px;
}
.pageOverlay > .content > ul > li:nth-child(2) .inner > div > span {
	float:right;
}
.pageOverlay a.continue, .pageOverlay a.shop {
	display:inline-block;
	width:48%;
	border-radius:4px;
	background-color:#737373;
	color:rgba(255,255,255,1.00);
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	margin-top:15px;
	text-transform:uppercase;
}
.pageOverlay a.shop {
	margin-left:4%;
	background-color:#8dc63f;
}

.pageOverlay > .content div.related {
	min-height:350px;
	padding:20px;
	background-color:#f2f2f2;
	border-radius:0 0 4px 4px;
}
body:not(.webshop-productinfo) .pageOverlay > .content div.related:not(.loaded) {
	background-image: url('/images/skins/ekoekken/images/loading.gif');
    background-repeat: no-repeat;
    background-size: 20px auto;
	background-position:50% 50%;
}
.pageOverlay > .content div.related > .header {
	font-size:16px;
	font-size:bold;
	text-align:center;
	margin:0 0 20px;
}
.pageOverlay > .content ul.related {
	margin:0 -1%;
	padding:0;
	list-style-type:none;
}
.pageOverlay > .content ul.related > li {
	display:inline-block;
	width:23%;
	margin:0 1%;
}


/* INFO OVERLAY */
.infoOverlay {
	position:fixed;
	background-color:rgba(0,0,0,.70);
	top:0;
	left:0;
	z-index:9999;
	height:100%;
	width:100%;
}
.infoOverlay .infoOverlayInner {
	position:absolute;
	width:900px;
	height: 600px;
	max-width:95%;
	max-height: 80%;
	background-color:rgba(255,255,255,1.00);
	box-shadow:0 0 30px rgba(0,0,0,.60);
	top:50%;
	left:50%;
	padding: 20px;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	border-radius:5px;
}
.infoOverlay .infoOverlayContent {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling:touch;
    overflow-y:scroll;
	overflow-x:hidden;
}
.infoOverlay .close {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background-color: rgba(0,0,0,1.00);
	border: solid 3px rgba(255,255,255,1.00);
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	border-radius: 50%;
}
.infoOverlay .close .fa {
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	top: 50%;
	left: 50%;
	line-height: 1;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.infoOverlayContent img {
	max-width: 100%;
}



/* SHOW BASKET */
/* .sendtofriend {
	position:absolute;
	top: 0;
	right: 0;
}
.sendtofriend a {
	display:inline-block;
	padding: 4px 6px;
	background-color: #eee;
	border-radius: 2px;
	font-size: 12px;
}
body.webshop-showbasket .left {
	float: left;
	width: 75%;
}
body.webshop-showbasket .right {
	float: right;
	width: 20%;
}
ul.showbasket-header {
	border-bottom:1px solid #eee;
	padding: 0 0 5px 0;
}
ul.showbasket-header > li, ul.showbasket-content > li {
	display: inline-block;
	vertical-align: top;
}
ul.ShowBasket_Custom_UL > li {
	padding:10px 0;
}
ul.showbasket-content > li:last-child {
	padding-right:10px;
}
ul.showbasket-content > li:first-child {
	padding-left:10px;
}
ul.showbasket-header > li:nth-child(1), ul.showbasket-content > li:nth-child(1) {
	width: 50%;
}
ul.showbasket-header > li {
	font-weight: bold;
}
ul.showbasket-header > li:last-child {
	padding-right:10px;
}
ul.ShowBasket_Custom_UL > li:nth-child(even) {
	background-color: #f6f6f6;
}
ul.showbasket-content > li.description > a > img {
	margin-right: 10px;
}
.variantinfo {
	color: #9B9B9B;
	font-size: 12px;
}
ul.showbasket-content > li.description > span.productnumber {
	display: none;
}
ul.showbasket-content > li.description > span.shortdescription {
	display:block;
	font-size: 12px;
}
.ShowBasket_SimpleVariants_DIV {
	float: left;
	width: 70%;
}
.ShowBasket_SimpleVariants_DIV span {
	display: block;
}
ul.showbasket-header > li:nth-child(2), ul.showbasket-content > li:nth-child(2) {
	width: 15%;
}
ul.showbasket-header > li:nth-child(3), ul.showbasket-content > li:nth-child(3) {
	width: 15%;
}
ul.showbasket-header > li:nth-child(4), ul.showbasket-content > li:nth-child(4) {
	width: 20%;
	text-align: right;
}
ul.showbasket-content > li.amount {
	position: relative;
}
ul.showbasket-content > li.amount .content {
	display: inline-block;
	border: 1px solid #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.deleteButton {
	position:absolute;
	top:0;
	right: 15px;
}
.deleteButton img {
	width:20px;
	max-width: 100%;
	display: block;
}
ul.showbasket-content > li.amount .amounts {
	width: 100%;
	padding: 5px 20px;
	border-bottom: 1px solid #eee;
	background-color: #FFF;
}
ul.showbasket-content > li.amount .decButton a, ul.showbasket-content > li.amount .incButton a {
	background-color:#eee;
	display: block;
}
ul.showbasket-content > li.amount .decButton {
	width: 50%;
	float: left;
	text-align: center;
}
ul.showbasket-content > li.amount .incButton {
	width: 50%;
	float: left;
	text-align: center;
}
.order-content {
	border-top: 1px solid #f6f8f2;
	text-align: right;
	padding: 30px 10px;
	margin: 20px 0 0 0;
	background-color:#f6f8f2;
}
.orderfield a.Basket_Order {
	background: rgb(135,168,37);
	background: -moz-linear-gradient(top,  rgba(135,168,37,1) 0%, rgba(108,155,13,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(135,168,37,1) 0%,rgba(108,155,13,1) 100%);
	background: linear-gradient(to bottom,  rgba(135,168,37,1) 0%,rgba(108,155,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a825', endColorstr='#6c9b0d',GradientType=0 );
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px rgba(0,0,0,0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px 30px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}
.orderfield a.Basket_Order:after {
    font-family: FontAwesome;
    content: "\f054";
    display: block;
    font-size: 18px;
    color: #FFF;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.right a.Basket_Order {
	background: rgb(135,168,37);
	background: -moz-linear-gradient(top,  rgba(135,168,37,1) 0%, rgba(108,155,13,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(135,168,37,1) 0%,rgba(108,155,13,1) 100%);
	background: linear-gradient(to bottom,  rgba(135,168,37,1) 0%,rgba(108,155,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a825', endColorstr='#6c9b0d',GradientType=0 );
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px rgba(0,0,0,0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	width: 100%;
	padding: 10px 30px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}
.right a.Basket_Order:after {
    font-family: FontAwesome;
    content: "\f054";
    display: block;
    font-size: 14px;
    color: #FFF;
    position: absolute;
    right: 15px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.right a.Order_back_basket {
	background-color: #585858;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	font-size: 15px;
	position: relative;
	margin-top: 20px;
}
.right a.Order_back_basket:before {
    font-family: FontAwesome;
    content: "\f053";
    display: block;
    font-size: 15px;
    color: #FFF;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkout-right.customerservice {
	text-align:center;
	padding: 20px 0 0 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 20px 0;
}
.checkout-right.customerservice > img {
	width:80%;
	display: block;
	margin-left: 25px;
}
.right .checkout-usp > li {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
}
.right .checkout-usp > li > i {
	padding: 0 8px 0 0;
	color: #386fa0;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
}
.order-content .shippingfee > span, .order-content .totalprice > span {
	padding-right: 8px;
}
.order-content .totalprice {
	font-size:20px;
	font-weight: bold;
	display: inline-block;
} */

/* CHECKOUT */
/* body.webshop-checkout .search, body.webshop-checkout header + .sticky-wrapper, body.webshop-checkout header #Search_Form, body.webshop-checkout #basket, body.webshop-checkout .topmenu > div > a, body.webshop-checkout section.usp, body.webshop-checkout #aaa, body.webshop-checkout h1, body.webshop-checkout #checkout-container h1.checkout-headline, body.webshop-checkout footer, body.webshop-checkout .topmenu {
	display:none;
}
body.webshop-checkout #emaerket {
	right:40px;
}
body.webshop-checkout header > section {
	border-bottom:1px solid #eee;
}
body.webshop-checkout .topmenu > div {
	height:12px;
}
body.webshop-checkout article {
	margin:0 auto 30px;
}
#checkout-container {
	position:relative;
}
body.webshop-checkout header > section {
	height: 80px;
}
body.webshop-checkout header .WebShopSkinLogo {
	width: auto;
	max-height: 50%;
}
#checkout-container div h2:not(.checkout-order-summary-headline), #checkout-container div h3 {
	background: rgb(131,90,52);
	background: -moz-linear-gradient(top, rgba(131,90,52,1) 0%, rgba(100,65,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(131,90,52,1) 0%,rgba(100,65,33,1) 100%);
	background: linear-gradient(to bottom, rgba(131,90,52,1) 0%,rgba(100,65,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#835a34', endColorstr='#644121',GradientType=0 );
	color:rgba(255,255,255,1.00);
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:10px 20px;
	-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;
}

#checkout-container div#column-data {
	padding-right:0;
	border-right:0;
	width:55%;
	min-height:inherit;
	margin-bottom:20px;
}
#checkout-container #column-data div#customer-data select {
	margin-bottom:0;
}

.delivery-Container{
	display:inline-block;
	margin-left: 5px;
	position:relative;
}
.delivery-info{
	display:none;
	position: absolute;
    border-radius: 3px;
    border: 1px solid rgba(214,214,214,1.00);
    top: 100%;
    left: 50%;
	transform: translateX(-50%);
    padding: 6px;
    background-color: rgba(255,255,255,1.00);
	min-width: 200px;
    font-size: 11px;
	z-index:10;
}
.delivery-Container:hover .delivery-info{
	display:block;
}

#customer-data > fieldset {
	border-radius:0 0 6px 6px;
	background-color:rgba(255,255,255,1.00);
	padding:20px 10px;
	border:solid 1px rgba(222,222,222,1.00);
	border-top:0;
}
#customer-data > fieldset > label:not([for="checkout_customertype"]):not([for="checkout_altdelivery_customertype"]) {
	display:inline-block;
	width:calc(50% - 20px);
	margin:0 10px 10px;
	position:relative;
	vertical-align:top;
}
#customer-data > fieldset > label[for="checkout_note"]{
	width:calc(100% - 20px) !important;
}
#customer-data {
	margin-bottom:20px;
}
label[for="checkout_customertype"] {
	margin: 0px 10px 10px;
	display: block;
}
div.checkout-customerdata-text-validationmessage {
	margin:0;
	position:absolute;
	font-size:11px;
	top:0;
	right:0;
}
#customer-data > fieldset > div.checkout-row:last-child {
	background-color:rgba(245,245,245,1.00);
	padding:10px 15px;
	border:solid 1px rgba(235,235,235,1.00);
	margin:20px 10px 0;
	border-radius:5px;
	float:none;
	width:inherit;
	display:block;
}
div.div-checkout-checkbox {
	display:inline-block;
	margin:0 7px 0 0;
}
#checkout-container input.checkout-checkbox, #checkout-container #column-data div#customer-data input {
	float:none;
	margin:0;
}
div.div-checkout-checkbox-label {
	display:inline;
}
#checkout-container div.div-checkout-checkbox-label label.right-label {
	float:none;
}
#checkout-container div#customer-alternative-delivery {
	border-top:0;
}
#checkout-container div#customer-alternative-delivery > p {
	display:none;
}


div#checkout-container div#column-shipping-payment {
	margin: 0;
	width: 100%;
	float: none;
}
.checkout-shipping-description-cell {
	font-weight:bold;
}
.checkout-shipping-description-cell .shipping-fee {
	font-weight:normal;
}
div.shipping-message {
	font-size:12px;
	font-weight: normal;
}
#checkout-container div#column-shipping-payment {
	padding-left:0;
	padding-right:0;
	border-right:0;
	min-height:inherit;
	margin:0;
	width:55%;
}
#payment-methods > fieldset {
	border-radius:0 0 6px 6px;
	background-color:rgba(255,255,255,1.00);
	padding:10px;
	margin-bottom:20px;
	border:solid 1px rgba(222,222,222,1.00);
	border-top:0;
}
#payment-methods > fieldset label {
	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;
}
#payment-methods > fieldset label:last-child {
	border-bottom: none;
}
#checkout-container div#column-shipping-payment #payment-methods label {
	padding:20px 15px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 26%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	margin:0;
	border-bottom:solid 1px rgba(222,222,222,1.00);
}
#checkout-container #payment-methods label:last-child {
	border-bottom:0;
	border-radius:0 0 6px 6px;
}
div.checkout-payment-method-image img, div.checkout-shipping-method-image img {
	max-width: 100%;
	height: 26px;
}
#shipping-methods {
	border-radius:0 0 6px 6px;
	border:solid 1px rgba(222,222,222,1.00);
	border-top:0;
}
#checkout-container #shipping-methods label {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 26%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 26%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	padding:20px 15px;
	margin:0;
	display: block;
	border-bottom:solid 1px rgba(222,222,222,1.00);
}
#checkout-container #shipping-methods label:last-of-type {
	border-bottom:0;
	border-radius:0 0 6px 6px;
}
#shipping-methods .shipping-fee {
	display:block;
}
div#customer-phone-lookup.column-one h4 {
	padding: 0;
	margin: 0 !important;
	font-size: 14px;
}
div#customer-phone-lookup.column-one p {
	padding: 0 0 10px 0;
}
div#customer-phone-lookup.column-one {
	border-right:solid 1px rgba(222,222,222,1.00);
	border-left:solid 1px rgba(222,222,222,1.00);
	margin: 0 !important;
	padding: 20px;
	background-color: #f6f6f6;
}
div#checkout-container #checkout-lookupphone-container, div#checkout-container #checkout-lookupphone-altdelivery-container {
	width:80%;
}
div#checkout-container #checkout-lookupphone-button-container, div#checkout-container #checkout-lookupphone-altdelivery-button-container {
	width:18%;
	float: right;
}
div#customer-data > fieldset > label.showfield-all[for="note"] {
	width: calc(100% - 20px);
}
div#checkout-container #checkout_note {
	padding:10px;
	min-height: 80px;
}
div#checkout-container #column-data #customer-phone-lookup input[type="button"] {
	background-color: #5B8212;
	color: #FFF;
	border: none;
	width: 100%;
	margin-bottom: 0;
	height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
div#checkout-container #column-data #customer-phone-lookup input[type="button"]:hover {
	background-color:#333;
}
div#checkout-container div#column-order-summary {
	padding-left:0;
	min-height:inherit;
	float:right;
	width:42%;
}
fieldset label[for="checkout_altdelivery_customertype"] {
	margin: 0px 10px 10px;
	display: block;
}
#order-creditcard {
	margin-bottom:20px;
}
#checkout-container div#payment-cardinfo {
	border-bottom:0;
	padding:0;
}
#checkout-container div#payment-cardinfo input, #checkout-container div#payment-cardinfo select.checkout-select {
	background-color:#FFFFFF;
}
input#txtCardNumber {
	width:200px;
}
#checkout-container div#payment-cardinfo > h2 + p {
	display:none;
}
#checkout-container div#payment-cardinfo > fieldset {
	background-color:#eafaef;
	border: 1px solid #e1f1e5;
	padding:20px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
div#checkout-container .checkout-payment-cardnumber-container > input {
	width:200px;
}
#checkout-container input.checkout-payment-controlcode-text {
	width:60px;
	margin-bottom:0;
}
.checkout-payment-controlcode-help-container {
	display:none;
}
h2.checkout-order-summary-headline {
	padding:10px 20px;
	position:relative;
	border-radius:5px;
	background-color: #eee;
	border: 1px solid #eee;
	cursor:pointer;
}
h2.checkout-order-summary-headline:after {
	font-family: FontAwesome;
	content:"\f067";
	font-size:12px;
	line-height:1;
	color:#000000;
	position:absolute;
	top:50%;
	right: 20px;
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
div#order-summary {
	border-radius:6px;
	background-color:rgba(255,255,255,1.00);
	padding:20px;
	display:none;
}
div#order-summary > h2 {
	display:none;
}
div#checkout-container th {
	font-size:inherit;
}
div#confirm-termsandconditions-link-text {
	margin-top:0;
	padding:20px 20px 10px;
	background-color:rgba(255,255,255,1.00);
}
div#confirm-accepterms {
	padding:8px;
	background-color:#f6f6f6;
	float:none;
	clear:none;
	margin: 0 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div#confirm-checkout {
	background-color:rgba(255,255,255,1.00);
	border-radius:0 0 6px 6px;
	padding:20px;
}
div#confirm-accepterms > span {
	padding-left:10px;
}
div#order-confirm {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px rgba(222,222,222,1.00);
}
#checkout-container input#confirm-complete-button {
	float:none;
	clear:none;
	border-radius:5px;
	background-color:#5B8212;
	color:rgba(255,255,255,1.00);
	font-size:17px;
	font-weight:bold;
	border:0;
	display:block;
	width:100%;
	padding:15px;
	cursor: pointer;
}
div#confirm-termsandconditions-text {
	display:none;
}
div#confirm-termsandconditions-link-text > a {
	font-size:11px;
	text-decoration: underline;
} */

/* 4 STEP CHECKOUT */
/*
body.webshop-orderstep1 table tr#Field4_0,
body.webshop-orderstep1 table tr#Field7_0,
body.webshop-orderstep1 table tr#FieldD7_0,
body.webshop-orderstep1 table tr#FieldD5_0,
body.webshop-orderstep1 table tr#FieldD1_0
{
	margin-left: 0;
	float: left;
	width: 49%;
}
body.webshop-orderstep1 table #Field2_0,
body.webshop-orderstep1 table tr#Field3_0,
body.webshop-orderstep1 table tr#Field5_0,
body.webshop-orderstep1 table tr#Field8_0,
body.webshop-orderstep1 table tr#FieldD2_0,
body.webshop-orderstep1 table tr#FieldD4_0,
body.webshop-orderstep1 table tr#FieldD6_0,
body.webshop-orderstep1 table tr#FieldD8_0 {
	margin-left:2%;
	float: left;
	width: 49%;
}
body.webshop-orderstep1 table tr#Field3_0:after,
body.webshop-orderstep1 table tr#FieldD2_0:after,
body.webshop-orderstep1 table tr#Field8_0:after {
	clear:both;
	content: "";
	display: block;
}
body.webshop-orderstep1 tr#Field5_0,
body.webshop-orderstep1 tr#FieldD2_0 {
	clear: none !important;
}
body.webshop-orderstep1 table tr#Field6_0,
body.webshop-orderstep1 table tr#Field9_0 {
	width: 100%;
	display: block;
	float: none;
}
body.webshop-orderstep1 table tr#Field6_0:after,
body.webshop-orderstep1 table tr#FieldD3_0:after {
	clear:both;
	content: "";
	display: block;
}



td.OrderStep2_Methods_Header_TD {
	padding:0 !important;
}
*/
/* STEP 3 */


.OrderStep3_Next_TD {
	padding:0 !important;
}


.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;
}
div#checkout-container input[type="text"]:focus {
	box-shadow: 0 0 5px rgba(56,111,160,0.4);
}

.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;
}

.Heading_Terms_Wrapper{
	text-align:left !important;
	margin: 0 0 20px;
}

.Heading_Terms{
	text-align:left;
	font-size:24px;
	font-weight:700;

}

/* RUNDT plast */
.roundthickselect select.OptionSelect_ProductInfo {
	width: 50%;
	padding: 0 10px;
}
.round-container > div {
	width: 50%;
}
.round-container > div #calc-diameter {
	width: 100%;
}

#diameter-drawing {
	display:none;
	background-color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px rgba(214,214,214,1.00);
	height: 130px;
	width: 130px;
	position: absolute;
	top: 20px;
	right: 20px;
}
#diameter-drawing > div {
	padding-bottom: 5px;
	position: absolute;
	font-size: 10px;
	display: inline-block;
	border-bottom: solid 1px rgba(214,214,214,1.00);
	width: 100%;
	top: 47%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
#diameter-drawing > div:before {
	font-size: 12px;
	font-family: FontAwesome;
	content: "\f104";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 7px;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#diameter-drawing > div:after {
	font-size: 12px;
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 7px;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}



/* MOBILE MENU */
div.mobileMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
	background-color: rgba(0,0,0,.4);
	display: none;
}
div.mobileMenu .mobileMenuContainer {
	position: absolute;
	top: 0;
	left: -300px;
	background-color: rgba(255,255,255,1.00);
	height: 100%;
	width: 300px;
	box-shadow: 0 0 40px rgba(0,0,0,0.6);
}
.mobileMenuInner {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling:touch;
    overflow-y:auto;
	overflow-x:hidden;
}
.mobileMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color: rgba(100,65,33,1);
	color: rgba(255,255,255,1.00);
}
.mobileMenuUl {
	margin:0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.mobileMenuUl .Productmenu_Category_Icon_Container {
	display: none !important;
}
.mobileMenuUl .toggler {
	position: absolute;
	height: calc(100% + 1px);
	width: 40px;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: default;
	border-left: solid 1px rgba(0,0,0,.15);
}
.mobileMenuUl a {
	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-weight: bold;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mobileMenuUl li.open > a > .toggler:after {
	content:"-";
	color:#578e54;
}
.mobileMenuUl span.ProductMenu_MenuItemBold {
	letter-spacing: normal;
}
.mobileMenuUl ul {
	display: none;
}
.mobileMenuUl > 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);
}
.mobileMenuUl > li:last-child > a {
	border-bottom: 0;
}
/* LEVEL 2 */
.mobileMenuUl > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0,0,0,.15);
}
.mobileMenuUl > li > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 11px 10px 9px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
/* 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 > li > a {
	display: block;
	text-decoration: none;
	padding: 12px 10px 10px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}

.mobileMenuUl a.Activ_ProductMenu {
	color:#578e54;
}
.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%);
}
.mobileMenuSearch *:not(input) {
	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;
	border: 0;
	background-color: rgba(56,56,56,1.00);
}
.mobileMenuSearch:after {
	clear: both;
	content: "";
	display: block;
}
.mobileMainMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color: rgba(100,65,33,1);
	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;
}

/* FERIE */
#alertbar {
	display:none;
	color:#FFF;
	text-align:center;
	padding:8px 30px;
	margin: 0;
	font-weight:normal;
	background-color:rgba(100,65,33,1);
	font-size:16px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	z-index: 10;
	border-bottom: solid 1px rgba(0,0,0,.1);
	width: 100%;
	position: relative;
}
#alertbar a {
	display:inline-block;
	padding:3px 10px;
	background-color:#05423b;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0 0 0 6px;
}
#alertbar .close {
	background-color:rgba(0,0,0,1.00);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:25px;
	height:25px;
	display:block;
	position:absolute;
	right:20px;
	z-index:10;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
	cursor:pointer;
}
#alertbar .close .fa {
	position: absolute;
	top: 47%;
	left: 50%;
	color: rgba(255,255,255,1.00);
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.sectionOne {
    min-height: 995px;
}

/*
@media (min-width: 901px) {
	#ProductmenuContainer_DIV.stuck {
		position: fixed;
		top: 0;
		left: 0;
	}
	#ProductMenu_List > li:hover > a {
		background-color: rgba(0,0,0,.3);
	}
	#ProductMenu_List > li:hover > ul, #ProductMenu_List > li:hover > div {
		display: block;
	}
}
*/

@media (max-width: 1200px) {
    /*
	#ProductMenu_List > li > a {
		font-size: 13px;
	}
    */




	/* FRONTPAGE */
	.Text1_Frontpage h1 {
		font-size: 30px;
	}
	.Text1_Frontpage li {
		font-size: 15px;
	}
	.Text1_Frontpage .link a {
		width: 100%;
		float: none;
		display: block;
		border-radius: 3px;
	}
	.Text1_Frontpage .link span {
		float: none;
		width: 100%;
		height: auto;
		display: block;
		margin: 8px 0 0;
		border-radius: 3px;
	}
	.Text1_Frontpage > img {
		display: none;
	}
	.Text1_Frontpage > a {
		right: 40px;
		width: auto;
	}

	.Text2_Frontpage > ul > li {

		width: 48%;

	}

	.Text2_Frontpage > ul > li > a > span {
		font-size: 18px;
		padding: 15px;
	}

	.Text2_Frontpage > ul > li > a.buttonHighlight {
		width:100%;
		width: calc(100% - 60px);
		text-align: center;
		background-color: #ff7800;
		border: 1px solid #ff7800;
	}
	.Text2_Frontpage > ul > li > a.buttonHighlight:hover {
		background-color:#333;
		border: 1px solid #333;
	}


	li .product .name a {
		font-size: 13px;
	}


}
@media (max-width: 980px) {
    
    
    .sectionOne {
        min-height: 1800px;
    }
    
	.cms-left, .cms-right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	/* GENEREL */
	div.sticky-wrapper {
		display: none;
	}
	header > section {
		max-width: 100%;
		height:70px;
		border-bottom: 1px solid #e1e1e1;
	}

	.breadcrumb-container {
		max-width: 100%;
		padding: 4px 20px;
	}
	.boardtypes > div {
		padding: 10px;
		text-align: center;
		border-width:3px;
	}
	.boardtypes > div img {
		width:100%;
		float: none;
	}
	.boardtypes > div .info {
		width: 100%;
		float: none;
	}
	.boardtypes > div .info .header {
		margin: 0;
		font-size: 15px;
	}
	.boardtypes > div .info .description {
		display: none;
	}
	.boardtypes > div .info .selectButton {
		margin: 5px 0 0;
	}

	#hardwoodTypePicker > div, #compositeTypePicker > div {
		font-size: 14px;
		padding: 10px;
		border-width:3px;
	}

	/* CALCULATOR */
	.amount-calculator-header {
		font-size:15px;
	}
	.amount-calculator-table > li:nth-child(1) {
		width:100%;
	}
	.amount-calculator-table > li:nth-child(2) {
		width:100%;
		padding:0;
		border:0;
		margin:30px 0 0 0;
	}
	.amount-calculator-table > li:nth-child(3) {
		width: 100%;
		margin-top: 30px;
	}
	.amount-calculator-result {
		text-align:left;
	}
	.amount-calculator-contact {
		display:none;
	}


	.productcard .info {
		float: none;
		width: 100%;
	}


	header .WebShopSkinLogo {
		width: 150px;
		left:100px;

	}
	#mobileMenuButton {
		display: block;
		position: absolute;
		font-size: 25px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 20px;
		cursor: pointer;
	}
	article {
		margin:0 auto;
		padding: 20px;
		max-width: 100%;
		box-shadow: none;
		border-top: 1px solid #e1e1e1;
	}

	body.webshop-checkout .mobileSearch, body.webshop-checkout #emaerket {
		display:none;
	}
	/* header #Search_Form {
		display: none;
		top: calc(100% + 32px);
		left: 0;
		width: 100%;
		background-color: #D3D3D3;
		padding: 10px;
		height: 62px;
	} */
	header .SearchField_SearchPage, header .SubmitButton_SearchPage {
		height: 41px;
	}



	.Text1_Frontpage span.frontpage-headline {
		font-size: 28px;
	}
	.Text1_Frontpage span.frontpage-headline > span:nth-child(1) {
		line-height: inherit;
		font-size: inherit;
	}

	ul.cms-contact-ul > li {
		display: block;
		width: 98%;
		margin-bottom: 30px;
	}


    /*
	ul.SubCats_Categories_UL > li {
		width: 31.33% !important;
	}
    */

	/* PRODUCTLIST */
	ul.ProductList_Custom_UL, ul.Related_Custom_UL, ul.Frontpage_Custom_UL {
		margin:0 -2%;
	}
	ul.ProductList_Custom_UL > li, ul.Related_Custom_UL > li, ul.Frontpage_Custom_UL > li {
		width: 29.3%;
		margin: 2%;
	}




	.pcard-calc.buy > strong {
		display: block;
		margin: 10px 0 0 0;
		font-size: 12px;
	}
	BUYSECTION:after {
		clear:both;
		display: block;
		content: "";
	}
	.amountWrapper {
		position: relative;
		top: auto;
		left: auto;
		width: 25%;
		height: 56px;
		float: left;
	}
	.pcard .unit {
		right: 26px;
		top: 18px;
	}

	.buyWrapper {
		width:70%;
		float: right;
	}

	.tab-container-left, .tab-container-right {
		float:none;
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
		border: none;
	}


	#specs {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}

	/* FOOTER */
    /*
	footer, footer li {
		font-size: 12px;
	}


	.info-service > div {
		background-size: 150px;
		background-position: -30px 40%;
		padding: 30px 20px;
		text-align: right;
		font-size: 20px;
		max-width: 100%;
	}
	.info-service > div .gazelle, .info-service > div #aaa {
		display: none;
	}


	.info-section {
		padding: 40px 20px;
	}
	.info-section > div {
		max-width: 100%;
	}
	.info-section > div > ul {
		float: none;
		width:100%;
	}
	.info-section ul > li {
		margin: 0;
	}



	#sistersites {
		margin:0;
		display: none;
	}
	#sistersites ul {
		margin: 0 -1%;
	}
	#sistersites ul li {
		width: 48%;
		margin: 1%;
	}
    */

}


@media (max-width: 700px) {
	.pcard h1 {
		display: block;
		max-width: 100%;
	}

	body, input, textarea, select, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, td.VariantGroupLabel {
		font-size: 12px;
	}
	li {
		font-size: 12px;
	}
    .faq > ul > li > strong:not(.open):after {
        display:none;
    }
	/* PRODUCTLIST */
	ul.ProductList_Custom_UL > li, ul.Related_Custom_UL > li, ul.Frontpage_Custom_UL > li {
		width: 48%;
		margin: 1%;
	}
	ul.helpguide > li {
		width:48%;
	}
	ul.helpguide-info, ul.helguide-text {
		margin:40px 0;
	}
	ul.helpguide-info > li, ul.helguide-text > li {
		margin:0 0 20px 0;
		width: 100%;
	}
	ul.helguide-text > li > div {
		padding: 10px 40px 10px 10px;
	}
	ul.helguide-text > li > div > i {
		right: 10px;
		left: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	ul.items-info-bar {
		position: relative;
		width: 100%;
		margin: 0 0 10px;
	}
	ul.rating-category {
		margin:0;
	}
	ul.rating-category > li {
		width:100%;
		margin: 0 0 10px 0;
		display: block;
	}

	.faq-container {
		margin: 0;
	}
	.faq {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
	.Text1_Frontpage > div {
		float: none;
		width: 100%;
	}
	.Text1_Frontpage > a {
		position: relative;
		margin: 15px 0 0;
		top: auto;
		right: auto;
		display: block;
		transform: none;
		padding: 15px;
		font-size: 16px;
	}
	.Text1_Frontpage > a > span {
		display: inline-block;
		padding: 0 0 0 4px;
		line-height: inherit;
		font-size: inherit;
	}


	ul.montagelist {
		display: flex;
		flex-direction: column;
	}
	ul.montagelist > li {
		width: 98%;
	}


	/* SHOWBASKET */
	ul.showbasket-content > li.description > a > img {
		display:none;
	}
	ul.showbasket-content > li:first-child {
		padding-left:0;
	}
	ul.showbasket-header > li:nth-child(1), ul.showbasket-content > li:nth-child(1) {
		width:50%;
	}
	ul.showbasket-header > li:nth-child(2), ul.showbasket-content > li:nth-child(2) {
		width:25%;
	}

	/* PRODUCT GROUP */
	ul.SubCats_Categories_UL > li {
		width:46% !important;
	}



	.Text1_Frontpage .left {
		width: 100%;
	}
	.Text1_Frontpage img {
		display: none;
	}

    /*
	.info-section > div > ul > li {
		width: 50%;
		margin: 0 0 20px;
	}
    */

	ul.showbasket-content > li.amount .amounts {
		padding: 4px 16px;
	}
	.deleteButton {
		right: 10px;
	}

	#frontpage-categories > li span:after, #fp-head-cat > li span:after {
		display: none;
	}
	#frontpage-categories > li {
		width: 48%;
	}


	.cms-contact-left {
		float: none;
		width: 100%;
	}
	.cms-contact-right {
		float: none;
		width: 100%;
	}

	/* CHECKOUT */
	.CustomerData_OrderStep1_TBL .halfColumn, .CustomerData_OrderStep1_TBL .Orderstep1_AlternativeDelivery_Fields_TD {
		width:100% !important;
	}
}

@media (max-width: 550px) {
	.mobile {
		display: block;
	}
	h1, .Heading_CreditCardPayment, .Heading_Order4 {
		font-size: 20px;
		margin: 0 0 10px;
	}

    /*
	.topmenu {
		background-color: rgba(100,65,33,1);
		margin-top: 0;
	}
	.topmenu, .topmenu a {
		color: rgba(255,255,255,1.00);
	}
	.topmenu > div {
		max-width: 100%;
		padding: 8px 20px;
	}
	.topmenu .TopMenu_MenuItems {
		display: none;
	}
	.topmenu .fa-search {
		position: absolute;
		right: 20px;
		font-size: 17px;
		top: 50%;
		transform: translateY(-50%);
	}
	.topmenu a.call {
		text-decoration: none;
		font-size: 16px;
	}
	.topmenu a.call .fa {
		margin: 0 10px 0 0;
	}
    */

	.basketContent {
		display: none;
	}
	.basketButton {
		-webkit-border-radius:3px;
		border-radius: 3px;
		width: 50px;
	}
	#basket .totalproducts {
		font-size: 10px;
		padding-top: 4px;
	}
	#emaerket {
		display: none;
		height: 30px;
	}
	header .WebShopSkinLogo {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		width: 160px;
	}

	.sendtofriend {
		display: none;
	}
    /*
	.info-service > div {
		font-size: 17px;
		background-size: 180px;
	}
	.info-service > div > span > a {
		display: block;font-size: 25px;
	}
    */
	ul.showbasket-content > li.amount .amounts {
		font-size: 11px;
		padding: 4px 15px;
	}
	.Text2_Frontpage > ul > li a.btn:after {
		display: none;
	}
	.Text1_Frontpage {
		padding: 20px;
        min-height: calc(100vh - 180px);
	}
	.Text1_Frontpage h1 {
		font-size: 21px;
	}
	.Text1_Frontpage ul {
		margin: 20px 0;
	}
	.Text1_Frontpage li {
		width: 50%;
		font-size: 13px;
	}
	.Text1_Frontpage li:before {
		padding-right: 6px;
		font-size: 16px;
	}
	.Text1_Frontpage .link a {
		font-size: 14px;
		padding: 10px 10px 11px;
	}
	.Text1_Frontpage .subline {
		font-size: 12px;
	}
	.welcome .left {
		padding: 25px;
	}
	ul.cms-contact-left-ul {
		margin: 0;
	}
	ul.cms-contact-left-ul > li:first-child {
		border: 0;
		margin: 0 0 25px;
	}
	ul.cms-contact-left-ul > li {
		display: block;
		width: 100%;
		margin: 0;
	}

	ul.termotag-beregner > li {
		width: 98%;
		margin-bottom: 25px;
	}

	ul.cms-beregner > li {
		width: 98%;
	}
	ul.cms-beregner > li > div > span {
		font-size: 11px;
		margin: 0 5px;
	}
	ul.ul3 {
		margin:0;
	}
	ul.ul3 > li {
		width:100%;
		margin: 0 0 1% 0;
	}


	aside:not(:empty) {
		width:100%;
		float:none;
		background-color:white;
		margin:0;
		display: none;
	}
	aside:not(:empty) + section {
		float: none;
		width: 100%;
	}
	.btnFilter {
		display: block;
	}


	li .product .name a {
		min-height: 33px;
		font-size: 11px;
	}
	li .product .price {
		font-size:14px;
		margin: 0 0 5px;
	}
	li .product .brand img {
		max-height: 40px;
	}

	/* PRODUCTCARD */
	/*
	#productimages {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#swiper {
		float: none;
		width: 100%;
		display: block;
	}
	#productimages > img, #Canvas, #productimages .imageselector.active, #productimages .imageselector {
		display: none;
	}
	*/
	.pcard-left {
		width: 100%;
		float: none;
	}
	.pcard-right {
		float: none;
		width: 100%;
		padding: 0;
	}
	/*
	.productcard ul.Prices_Custom_UL span[itemprop="price"] {
		font-size:15px;
	}
	*/
	ul.pcard-calculator > li {
		font-size:10px;
	}
	.pcard-calc.buy > strong {
		font-size:10px;
	}
	.pcard .unit {
		display:none;
	}
	.amountWrapper input {
		text-align: center;
	}

	ul.items-info-bar > li {
		display: block;
		width: 100%;
		margin: 0 0 4px;
	}
	ul.items-info-bar > li.delivery .shipping {
		display: block;
	}
	.pcard .productnumber {
		text-align: left;
	}

	ul.team {
		margin: 30px 0;
	}
	ul.team > li {
		display: block;
		width: 100%;
		margin: 0 0 20px;
	}

    /*
	ul.SubCats_Categories_UL > li {
		width: 100% !important;
		margin: 0 0 15px;
	}
    */

	.copyright {
		margin: 30px 0;
	}
	.order-content {
		padding: 10px;
	}
	.orderfield a.Basket_Order {
		font-size: 15px;
	}
}


@media (max-width: 355px) {
	.Text1_Frontpage li {
		display: block;
		width: 100%;
	}
}
