/*============================================
||||<       [x. PACKAGE CORE STYLE]     >|||||
============================================*/

/* Default styles
------------------------------------------- */

body{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#454545;
}

a{ color:#454545; }

a:focus{ outline:none; }

a:hover{ color:#959595; }

a:active, a.active, a.selected{ color:#454545; }

table,
table > thead > tr,
table > thead > tr > th,
table > tbody > tr,
table > tbody > tr > td,
table > tfoot > tr,
table > tfoot > tr > td{
	border-color: #E3E4E8;
}

.cms-el h1{
	margin: 1px 0 11px;
	font-size: 25px;
	line-height: 28px;
	font-weight: 400;
	color: #9e9e9e;
}

.cms-el h2, .cms-el h3, .cms-el h4, .cms-el h5, .cms-el h6{	
	color: #9e9e9e;
	margin-bottom: 10px;
}

#cms-body.home{	padding-top:0; }

/*============================================
||||<             [x. ICONS]            >|||||
============================================*/

.cms-el .cms-icon{
	background-image:url('../picture/cms-icon-sprite.png');
}

.cms-el .cms-icon.cms-icon-payment{
	background-position: 0 -912px;
	width:16px;
}

.cms-el .cms-button.disabled .cms-icon.cms-icon-payment{
	background-position: -48px -912px;
	background-image:url('../picture/cms-icon-sprite.png');
}

.cms-el .cms-icon.cms-icon-marker {
    background-position: -96px -1104px;
}

.cms-el .cms-icon.cms-icon-delete{
	background-position: -96px -192px;
}

.cms-el .cms-icon.cms-icon-refresh{
	background-position: -96px -288px;
	width:18px;
	height: 18px;
}

.cms-el .cms-icon.cms-icon-enter{
	background-position: 0px -1344px;
	width:18px;
	height: 12px;
}

.cms-el .cms-usp-item .cms-icon{
	background-position:  0 -48px;
	background-image:url('../picture/cms-icon-sprite-USP.png');
}

.cms-el .cms-icon.cms-icon-favorite{
	background-position: 0 -1008px;
	width: 18px;
	height: 16px;
}

.cms-el .cms-icon.cms-icon-add-favorite{
	width: 35px;
	height: 17px;
	margin: 2px 2px 0 0;
	background-position: 0 -1104px;
}

.cms-el .cms-icon.cms-icon-add-shoppingcart{
	width: 35px;
	height: 17px;
	margin: 2px 2px 0 0;
	background-position: 0 -1056px;
}

.cms-el .cms-icon.cms-icon-modify-shoppingcart{
    width: 18px;
    height: 18px;
	margin: 2px 2px 0 0;
	background-position: -96px -1008px;
}

.cms-el .cms-icon.cms-icon-shoppingcart{
	width:15px;
}

.cms-el .cms-error-message .cms-icon.cms-icon-error{
	background-position: -48px -576px;
}

.cms-el .cms-ok-message .cms-icon.cms-icon-ok{
	background-position: -48px -48px;
}

.cms-el .cms-icon.cms-icon-nopicture{
	width:50px;
	height:50px;
	background-position: 0 -1152px;
}

.cms-el .cms-icon.cms-icon-info{
	background-position: 0 -1248px;
}

.cms-el .cms-icon-waiting{
	background-image:url('../picture/cms-icon-loading.gif');
}

/* OUDE STOCK/DELIVERY ICONS */

.cms-el .cms-icon.cms-icon-stock-in-stock,
.cms-el .cms-icon.cms-icon-stock-in-stock-expiring,
.cms-el .cms-icon.cms-icon-stock-in-stock-supplier{
	background: #058e05;
}

.cms-el .cms-icon.cms-icon-stock-out-of-stock{
	background: #ff5d00;
}

.cms-el .cms-icon.cms-icon-stock-available{
	background: #058e05;
}

.cms-el .cms-icon.cms-icon-stock-not-available,
.cms-el .cms-icon.cms-icon-stock-not-available-temp{
	background: #ff0000;
}

.cms-el .cms-icon.cms-icon-stock-unknown{
	background: #919191;
}

.cms-el .cms-icon.cms-icon-delivery-fast{
	background: #058e05;
}

.cms-el .cms-icon.cms-icon-delivery-mediocre{
	background: #ff5d00;
}

.cms-el .cms-icon.cms-icon-delivery-slow{
	background: #058e05;
}

.cms-el .cms-icon.cms-icon-delivery-unknown{
	background: #919191;
}

/* NIEUWE STOCK ICONS */

.cms-el .cms-icon.cms-icon-stock{
	width: 30px;
	height: 20px;
	background:transparent url('../picture/cms-stock-delivery-sprite.png') no-repeat -5px -5px scroll;
	vertical-align: middle;
}

.cms-el .cms-icon-small.cms-icon-stock{
	width: 20px;
	height: 13px;
}

.cms-el .cms-icon.cms-icon-stock-in-stock,
.cms-el .cms-icon.cms-icon-stock-in-stock-supplier{ background-position: -5px -5px; }
.cms-el .cms-icon.cms-icon-stock-available{	background-position: -5px -35px; }
.cms-el .cms-icon.cms-icon-stock-out-of-stock{ background-position: -5px -65px; }
.cms-el .cms-icon.cms-icon-stock-not-available-temp{ background-position: -5px -95px; }
.cms-el .cms-icon.cms-icon-stock-not-available{	background-position: -5px -125px; }
.cms-el .cms-icon.cms-icon-stock-unknown{ background-position: -5px -155px; }

.cms-el .cms-icon-small.cms-icon-stock-in-stock,
.cms-el .cms-icon-small.cms-icon-stock-in-stock-supplier{ background-position: -50px -9px; }
.cms-el .cms-icon-small.cms-icon-stock-available{	background-position: -50px -39px; }
.cms-el .cms-icon-small.cms-icon-stock-out-of-stock{ background-position: -50px -69px; }
.cms-el .cms-icon-small.cms-icon-stock-not-available-temp{ background-position: -50px -99px; }
.cms-el .cms-icon-small.cms-icon-stock-not-available{	background-position: -50px -129px; }
.cms-el .cms-icon-small.cms-icon-stock-unknown{ background-position: -50px -158px; }

/* NIEUWE DELIVERY ICONS */

.cms-el .cms-icon.cms-icon-delivery{
	width: 30px;
	height: 20px;
	background:transparent url('../picture/cms-stock-delivery-sprite.png') no-repeat -85px -5px scroll;
	vertical-align: middle;
}

.cms-el .cms-icon-small.cms-icon-delivery{
    width: 20px;
    height: 12px;
}

.cms-el .cms-icon.cms-icon-delivery-fast{ background-position: -85px -5px; }
.cms-el .cms-icon.cms-icon-delivery-mediocre{ background-position: -85px -65px; }
.cms-el .cms-icon.cms-icon-delivery-slow{ background-position: -85px -95px; }
.cms-el .cms-icon.cms-icon-delivery-unknown{ background-position: -85px -155px; }
.cms-el .cms-icon.cms-icon-delivery-not-available{ background-position: -85px -126px; }

.cms-el .cms-icon-small.cms-icon-delivery-fast{ background-position: -130px -9px; }
.cms-el .cms-icon-small.cms-icon-delivery-mediocre{ background-position: -130px -69px; }
.cms-el .cms-icon-small.cms-icon-delivery-slow{ background-position: -130px -99px; }
.cms-el .cms-icon-small.cms-icon-delivery-unknown{ background-position: -130px -159px; }
.cms-el .cms-icon-small.cms-icon-delivery-not-available{ background-position: -130px -129px; }

/* MISSING IMAGE ICON 
----------------------------------------- */

.cms-el .cms-picture-unavailable{
	display: block;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: 50%;
}

.cms-el .cms-picture-unavailable.dimensions-30x30{ background-image:url('../picture/cms-picture-unavailable_30px.png'); }
.cms-el .cms-picture-unavailable.dimensions-35x35{ background-image:url('../picture/cms-picture-unavailable_35px.png'); }
.cms-el .cms-picture-unavailable.dimensions-50x50{ background-image:url('../picture/cms-picture-unavailable_50px.png'); }
.cms-el .cms-picture-unavailable.dimensions-85x85{ background-image:url('../picture/cms-picture-unavailable_132px.png'); }
.cms-el .cms-picture-unavailable.dimensions-121x121{ background-image:url('../picture/cms-picture-unavailable_121px.png'); }

/* RESPONSIVE MENU ICON 
----------------------------------------- */

.cms-el .cms-icon-menu{
	background-position: -43px -1001px;
}

.cms-el .cms-icon-menu-close{
	background-position: -43px -1051px;
}

/* LANGUAGE ICONS
----------------------------------------- */

.cms-el .cms-icon-world{
	width:25px;
	height:30px;
	display: inline-block;
	background:transparent url('../picture/cms-icon-sprite.png') no-repeat -48px -1195px scroll;
	vertical-align: text-top;
}

.cms-el .cms-icon-language-arrow{
	width:25px;
	height:30px;
	display: inline-block;
	background:transparent url('../picture/cms-icon-sprite.png') no-repeat -40px -1238px scroll;
	vertical-align: text-top;
}

/*============================================
||||<            [x. BUTTONS]           >|||||
============================================*/

.cms-el .cms-button{
	border:0;
	background:#9d9d9d;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 100%;
	padding: 8px 12px;
	line-height: 21px;
}

.cms-el .cms-button.active{
	border:0;
	background: #c3c3c3;
	color:#FFFFFF;
}

.cms-el .cms-button.active:hover{
	background: #c9c9c9;
}

.cms-el .cms-button:hover,
.cms-el .cms-button:active,
.cms-el .cms-button:focus{
	border:0;
	background: #B1B1B1;
	color:#FFFFFF;
}

.cms-el .cms-button.disabled,
.cms-el .cms-button.disabled:hover,
.cms-el .cms-button.disabled:active{
	border:0;
	color: #B1B1B1;
	background: #C5C5C5;
}

.cms-el .cms-button.cms-button-primary{
	background: #777777
}

.cms-el .cms-button.cms-button-primary.active{
	border:0;
	background: #696969;
}

.cms-el .cms-button.cms-button-primary:hover,
.cms-el .cms-button.cms-button-primary:active,
.cms-el .cms-button.cms-button-primary:focus{
	border:0;
	background: #959595;
}

.cms-el .cms-button.cms-button-primary.disabled,
.cms-el .cms-button.cms-button-primary.disabled:hover,
.cms-el .cms-button.cms-button-primary.disabled:active,
.cms-el .cms-button.cms-button-primary.disabled:focus{
	border:0;
	color: #B1B1B1;
	background: #C5C5C5;
}

/*============================================
|||<[x. BUTTON, INPUT, SELECT, TEXTAREA ]>||||
============================================*/

.cms-el select,
.cms-el textarea,
.cms-el input[type="text"],
.cms-el input[type="number"],
.cms-el input[type="password"],
.cms-el input[type="email"],
.cms-el input[type="search"] {
	background-color: #ffffff;
	border: 2px solid #e3e4e8;
	padding: 5px 6px 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cms-el select{
	padding:4px 0 3px;
}

.cms-el input:focus,
.cms-el textarea:focus,
.cms-el select:focus{
	outline: none;
	border-color:#9d9d9d;
}

/* INPUT FOCUS ANIMATION
----------------------------------------- */

.cms-el select,
.cms-el textarea,
.cms-el input[type="text"],
.cms-el input[type="number"],
.cms-el input[type="password"],
.cms-el input[type="email"],
.cms-el input[type="search"]{
	-webkit-transition: border .2s ease;
	-moz-transition: border .2s ease;
	-ms-transition: border .2s ease;
	-o-transition: border .2s ease;
	transition: border .2s ease;
}

/* DISABLED ELEMENTS 
----------------------------------------- */

.cms-el input.disabled,
.cms-el input:disabled{
	background-color:#F4F4F4;
}

.cms-el select.disabled,
.cms-el select:disabled{
	background-color:#F4F4F4;
}

.cms-el input[type="radio"].disabled + label:before,
.cms-el input[type="radio"]:disabled + label:before,
.cms-el input[type="radio"].disabled + label::before,
.cms-el input[type="radio"]:disabled + label::before{
	background-image:url('../picture/cms-icon-sprite.png');
}

.cms-el input[type="checkbox"].disabled + label:before,
.cms-el input[type="checkbox"]:disabled + label:before,
.cms-el input[type="checkbox"].disabled + label::before,
.cms-el input[type="checkbox"]:disabled + label::before{
	background-image:url('../picture/cms-icon-sprite.png');
}

/* DESCRIPTION TEXT
----------------------------------------- */

.cms-el .cms-form-content-item-A .cms-description-input-text p,
.cms-el .cms-form-content-item-A1 .cms-description-input-text p{
	color:#9d9d9d;
}

/* SUBLABEL 'USE OTHER E-MAIL LINK'
----------------------------------------- */

.cms-el .cms-input-sublabel{
	float:right;
}

/* RADIOBUTTONS
----------------------------------------- */

.cms-el .cms-input-radio .radioItem input[type="radio"]{
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-mz-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /*IE 8 FIX*/
	filter: alpha(opacity=0); /*IE 5-7 FIX*/
	padding:0;
}

.cms-el .cms-input-radio .radioItem > label{
	padding-left:19px;
	position: relative;
	margin-left:-18px;
	max-width: 205px;
	display: inline-block;
	float:none;
}

.cms-el .cms-input-radio .radioItem > label:before{ /* ADDS CUSTOM ICON */
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 2px;
	left: 0;
	position: absolute;
	background-image:url('../picture/cms-icon-sprite.png');
	background-position: 0 -768px;
}

.cms-el .cms-input-radio .radioItem > label::before{ /* ADDS CUSTOM ICON (IE8 SUPPORT) */
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 2px;
	left: 0;
	position: absolute;
	background-image:url('../picture/cms-icon-sprite.png');
	background-position: 0 -768px;
}

.cms-el .cms-input-radio .radioItem input[type="radio"] + label.checked:before{
	content: "";
	background-position: 0 -816px;
}

.cms-el .cms-input-radio .radioItem input[type="radio"] + label.checked::before{
	content: "";
	background-position: 0 -816px;
}

.cms-el .cms-input-radio .radioItem input[type="radio"]:focus ~ label:before{ /* CHANGE ICON ON FOCUS */
	background-position: -48px -768px;
}

.cms-el .cms-input-radio .radioItem input[type="radio"]:focus ~ label::before{ /* CHANGE ICON ON FOCUS */
	background-position: -48px -768px;
}

.cms-el .cms-input-radio .radioItem input[type="radio"]:focus ~ label.checked:before{ 
	background-position: -48px -816px;
}

.cms-el .cms-input-radio .radioItem input[type="radio"]:focus ~ label.checked::before{
	background-position: -48px -816px;
}

.cms-el .cms-account-panel .cms-input-radio .radioItem > label{
	display: inline;
}

/* CHECKBOX
----------------------------------------- */

.cms-el .cms-input-checkbox .checkboxItem input[type="checkbox"]{
	opacity: 0;
	-mz-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /*IE 8 FIX*/
	filter: alpha(opacity=0); /*IE 5-7 FIX*/
	padding:0;
}

.cms-el .cms-input-checkbox .checkboxItem > label{
	padding-left:19px;
	position: relative;
	margin-left:-18px;
}

.cms-el .cms-input-checkbox .checkboxItem > label:before{ /* ADDS CUSTOM ICON */
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 2px;
	left: 0;
	position: absolute;
	background-image:url('../picture/cms-icon-sprite.png');
	background-position: 0 -672px;
}

.cms-el .cms-input-checkbox .checkboxItem > label::before{ /* ADDS CUSTOM ICON (IE8 SUPPORT) */
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 2px;
	left: 0;
	position: absolute;
	background-image:url('../picture/cms-icon-sprite.png');
	background-position: 0 -672px;
}

.cms-el .cms-input-checkbox .checkboxItem input[type="checkbox"] + label.checked:before{
	content: "";
	background-position: 0 -720px;
}

.cms-el .cms-input-checkbox .checkboxItem input[type="checkbox"] + label.checked::before{
	content: "";
	background-position: 0 -720px;
}

.cms-el .cms-input-checkbox .checkboxItem input[type="checkbox"]:focus ~ label:before{ /* CHANGE ICON ON FOCUS */
	background-position: -48px -672px;
}

.cms-el .cms-input-checkbox .checkboxItem input[type="checkbox"]:focus ~ label::before{ /* CHANGE ICON ON FOCUS */
	background-position: -48px -672px;
}

.cms-el .cms-input-checkbox .checkboxItem input[type="checkbox"]:focus ~ label.checked:before{
	background-position: -48px -720px;
}

.cms-el .cms-input-checkbox .checkboxItem input[type="checkbox"]:focus ~ label.checked::before{
	background-position: -48px -720px;
}

.cms-el .cms-account-panel .cms-input-checkbox .checkboxItem > label{
	display: inline;
}

/* PROGRESS BAR
----------------------------------------- */

.cms-el .cms-form-content-item-A .divProgress .progress,
.cms-el .cms-form-content-item-A1 .divProgress .progress{
	background: #e3e4e8;
}

.cms-el .cms-form-content-item-A .divProgress .progress .bar,
.cms-el .cms-form-content-item-A1 .divProgress .progress .bar{
	background-color:#9d9d9d;
	transition:width .2s ease;
}

/* ERROR MESSAGES
----------------------------------------- */

.cms-el .cms-input-text.error input,
.cms-el .error input,
.cms-el input.error,
.cms-el .cms-input-captcha.error input,
.cms-el .error input,
.cms-el .cms-input-select.error select,
.cms-el .error select,
.cms-el .cms-input-textarea.error textarea,
.cms-el .error textarea{
	border-color:#ed5565;
	background-color:#FFFAFB;
}

.cms-el .cms-input-text.error input:focus,
.cms-el .error input:focus,
.cms-el .cms-input-captcha.error input:focus,
.cms-el .error input:focus,
.cms-el .cms-input-select.error select:focus,
.cms-el .error select:focus,
.cms-el .cms-input-textarea.error textarea:focus,
.cms-el .error textarea:focus{
	border-color:#9d9d9d;
	background-color: #FFFFFF;
}

.cms-el .cms-error-group{
	width: 100%;
	display: block;
	padding: 10px;
	border: 2px solid #ed5565;
	background-color: #FFFAFB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ed5565;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.cms-el .cms-error-group span{
	float: left;
	clear: both;
}

.cms-el .cms-error-group ul{
	margin: 0;
	padding: 0 0 0 15px;
}

.cms-el .cms-error-group li{
	list-style-type: disc;
	color:#ed5565;
}

.cms-el .cms-error-group .cms-icon{
	width:30px;
	height: 30px;
	float:right;
	background-position: -96px -576px;
	margin:0;
}

/* Error message pakjegemak */

.cms-el .pakjeGemakContainer .error{
	display: block;
	margin: 0 auto 0;
	width: 425px;
	text-align: center;
	background-color: #FFFAFB;
	color: #ed5565;
	border: 2px solid #ed5565;
	border-radius: 5px;
	padding: 10px;
	position: relative;
	top: 20px;
}

/* REQUIRED MARK 
----------------------------------------- */

.cms-el .cms-required-mark{
	margin-left:5px;
	color: #454545;
}

/*============================================
||||<           [x. HEADER ]            >|||||
============================================*/ 

/* TOP BAR (2TH NAV)
----------------------------------------- */

.cms-el .cms-top-bar{
	height: 30px;
	background:#454545;
	color:#FFFFFF;
}

.cms-el .cms-top-bar-container{
	width:940px;
	margin:0 auto;
	position: relative;
	z-index: 60;
}

.cms-el .cms-top-bar .cms-icon{
	margin:0;
}

.cms-el .cms-top-bar ul{
	margin:0;
	list-style-type: none;
	line-height: 30px;
}

.cms-el .cms-top-bar .cms-static-menu{
	float:left;
}

.cms-el .cms-top-bar .separator,
.cms-el .cms-top-bar .cms-static-menu-item{
	display: inline-block;
}

.cms-el .cms-top-bar .cms-static-menu-item a{
	text-decoration: none;
	color:#FFFFFF;
}

.cms-el .cms-top-bar .cms-static-menu-item a:hover,
.cms-el .cms-top-bar .cms-static-menu-item a:focus{
	color:#CCC;
}

/* LANGUAGE MENU
----------------------------------------- */

.cms-el .cms-top-bar .cms-webshop-language-menu{
	width:auto;
	height: 30px;
	line-height: 30px;
	display:block;
	float:right;
	position: absolute;
	right: 0;
	margin: 0;
	list-style-type: none;
	
}

.cms-el .cms-top-bar .cms-webshop-language-menu a{
	height: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.cms-el .cms-top-bar .cms-webshop-language-menu .cms-language-item.mobile a{
	display: none;
}

.cms-el .cms-top-bar .cms-webshop-language-menu a:hover{
	background-color: #585858;
}

.cms-el .cms-top-bar .cms-webshop-language-menu .cms-language-dropdown{
	background: #454545;
	visibility: hidden;
}

.cms-el .cms-top-bar .cms-webshop-language-menu:hover .cms-language-dropdown,
.cms-el .cms-top-bar .cms-webshop-language-menu.open .cms-language-dropdown{
	visibility: visible;
	display: block;
}

.cms-el .cms-top-bar .cms-webshop-language-menu .cms-text{
	margin-right: 10px;
	margin-left:5px;
	font-size: 12px;
	float: left;
}

.cms-el .cms-top-bar .cms-webshop-language-menu .level1 .cms-text{
	margin-right: 3px;
	margin-left: 5px;
	float: left;
}

.cms-el .cms-top-bar .cms-webshop-language-menu .cms-icon-language{
	vertical-align: bottom;
	margin-left:5px;
	margin-right: 5px;
	float: right;
	height: 30px;
	background-position: 0 -951px;
}

.cms-el .cms-top-bar .cms-webshop-language-menu .cms-icon-world{
	margin:0 0 0 5px;
	float: left;
}

.cms-el .cms-top-bar .cms-webshop-language-menu .cms-icon-language-arrow{
	margin-left: 5px;
	float: left;
}

/* KIYOH RATING */

.cms-el .cms-top-bar .cms-rating-kiyoh{
	width:auto;
	height:30px;
	line-height:30px;
	display:block;
	float:right;
}

.cms-el .cms-top-bar .cms-rating-kiyoh a,
.cms-el .cms-top-bar .cms-rating-kiyoh a:hover{
	display:inline-block;
	text-decoration:none;
}

.cms-el .cms-top-bar .cms-rating-kiyoh .logo{
	width:53px;
	height:30px;
	display:inline-block;
	background:transparent url('../picture/kiyoh/logo_small.png') no-repeat 0 50% scroll;
}

.cms-el .cms-top-bar .cms-rating-kiyoh .rating{
	width:97px;
	height:30px;
	display:inline-block;
	margin:0 5px;
	position:relative;
}

.cms-el .cms-top-bar .cms-rating-kiyoh .rating .back,
.cms-el .cms-top-bar .cms-rating-kiyoh .rating .progress{
	width:100%;
	height:100%;
	background:transparent url('../picture/kiyoh/rating-stars.png') no-repeat 0 0 scroll;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 5;
}

.cms-el .cms-top-bar .cms-rating-kiyoh .rating .progress{
	background-position: 0 -30px;
	z-index: 10;
}

.cms-el .cms-top-bar .cms-rating-kiyoh .score{
	display:inline-block;
	float:right;
	color:#fff;
	font-size:13px;
}

/* TRUSTPILOT RATING */

.cms-el .cms-top-bar .cms-rating-trustpilot{
	width:auto;
	height:30px;
	line-height:30px;
	display:block;
	float:right;
}

.cms-el .cms-top-bar .cms-rating-trustpilot a{
	height: 30px;
}

.cms-el .cms-top-bar .cms-rating-trustpilot a,
.cms-el .cms-top-bar .cms-rating-trustpilot a:hover{
	display:inline-block;
	text-decoration:none;
}

.cms-el .cms-top-bar .cms-rating-trustpilot .logo{
	width:16px;
	height:30px;
	display:inline-block;
	background:transparent url('../picture/trustpilot/logo_small.png') no-repeat 0 50% scroll;
}

.cms-el .cms-top-bar .cms-rating-trustpilot .rating{
	width:97px;
	height:30px;
	display:inline-block;
	margin:0 5px;
	position:relative;
}

.cms-el .cms-top-bar .cms-rating-trustpilot .rating .back,
.cms-el .cms-top-bar .cms-rating-trustpilot .rating .progress{
	width:100%;
	height:100%;
	background:transparent url('../picture/trustpilot/rating-stars.png') no-repeat 0 0 scroll;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 5;
}

.cms-el .cms-top-bar .cms-rating-trustpilot .rating .progress{
	background-position: 0 -30px;
	z-index: 10;
}

.cms-el .cms-top-bar .cms-rating-trustpilot .score{
	display:inline-block;
	float:right;
	color:#fff;
	font-size:13px;
}

/* HEADER VACATION
----------------------------------------- */
.cms-el .cms-header-vacation{
	min-height: 30px;
	/*background:#fff;*/
	margin-bottom: 10px;
}

.cms-el .cms-header-vacation-container{
	min-height: 30px;
	background-color: #ecf3fe;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAyMCIgb3ZlcmZsb3c9ImhpZGRlbiI+PHBhdGggZmlsbD0iIzQwOGVmMyIgZD0iTTcuMTksMTkuMTdBNC43OSw0Ljc5LDAsMCwwLDEwLDIwYTQuODEsNC44MSwwLDAsMCwyLjgxLS44M1YxN0g3LjJaTTEyLjcsMTZjMC00LjM2LDQuNjMtNS44NSw0LjI4LTEwLjE5QzE2Ljc2LDMuMDcsMTQuOTEsMCwxMCwwUzMuMjQsMy4wNywzLDUuODFDMi42NywxMC4xNSw3LjMsMTEuNjQsNy4zLDE2Wk01LDZjLjIxLTIuNiwyLjExLTQsNS00czQuNjUsMS4zNyw0Ljg2LDRjLjExLDEuNDItLjcsMi4zNy0xLjgxLDMuOTJBMTEuODksMTEuODksMCwwLDAsMTEsMTRIOUExMS44OSwxMS44OSwwLDAsMCw3LDkuODlDNS44NCw4LjM0LDQuODksNy40Miw1LDZaIi8+PC9zdmc+');
	background-repeat: no-repeat;
	background-size: 34px 34px;
	background-position: 0 50%;
	border: 2px solid #408ef3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 40px;
	margin: 0 10px 0 10px;
}

.cms-responsive.mobile .cms-el .cms-header-vacation-container,
.cms-responsive.phablet .cms-el .cms-header-vacation-container {
	margin: 10px 0 10px 0;
}


/* HEADER USP 
----------------------------------------- */

.cms-el .cms-header-usp{
	height: 30px;
	background:#f8f8f8;
	margin-bottom:10px;
}

.cms-el .cms-header-usp ul{
	line-height: 30px;
	margin-bottom:0;
	list-style-type: none;
	display: table;
}

.cms-el .cms-header-usp .cms-usp-item{
	display: table-cell;
	text-align: center;
}

.cms-el .cms-header-usp .cms-usp-item.first{
	text-align: left;
}

.cms-el .cms-header-usp .cms-usp-item.last{
	text-align: right;
}

.cms-el .cms-header-usp .cms-usp-item .cms-text.first{
	color:#9e9e9e;
}

.cms-el .cms-header-usp .cms-usp-item .cms-icon{
	width:18px;
	height:17px;
	margin:0;
	vertical-align: text-top;
}

/* COMPANY LOGO
----------------------------------------- */

.cms-el .cms-webshop-header .cms-webshop-logo{
	float:left;
}

.cms-el .cms-webshop-header .cms-webshop-logo a{
	display: inline-block;
	width:300px;
	height: 75px;
	margin-top: 29px;
	background-image:url('../picture/logo-placeholder.png');

	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -999999px;
}

/* HEADER SEARCH
----------------------------------------- */

.cms-el .cms-webshop-header .cms-search{
	width:320px;
	float:right;	
	margin:15px 30px 0;
}

.cms-el .cms-webshop-header .cms-search input{
	float:left;
	width: 276px;
	margin-right: 0px;
	border-right: 0px;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}

.cms-el .cms-webshop-header .cms-search ::-webkit-input-placeholder { color: #e3e4e8; } /* Webkit */
.cms-el .cms-webshop-header .cms-search :-moz-placeholder 			{ color: #e3e4e8; } /* Firefox 18- */
.cms-el .cms-webshop-header .cms-search ::-moz-placeholder 			{ color: #e3e4e8; } /* Firefox 19+ */
.cms-el .cms-webshop-header .cms-search :-ms-input-placeholder 		{ color: #e3e4e8; } /* IE */

.cms-el .cms-webshop-header .cms-search .cms-button{
	height: 22px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;	
	padding: 3px 3px 2px;
}

.cms-el .cms-webshop-header .cms-search .cms-icon-search{ 
	width:20px;
	height:20px;
	margin:1px;
	background:url('../picture/cms-icon-sprite.png'); 
	background-position: -95px -623px; 
}

/* BREADCRUMBS 
----------------------------------------- */

.cms-el .cms-breadcrumbs-A{
	background: #f6f6f6;
	background: -moz-linear-gradient(left,  #f6f6f6 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f6f6f6), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(left,  #f6f6f6 0%,#ebebeb 100%);
	background: -o-linear-gradient(left,  #f6f6f6 0%,#ebebeb 100%);
	background: -ms-linear-gradient(left,  #f6f6f6 0%,#ebebeb 100%);
	background: linear-gradient(to right,  #f6f6f6 0%,#ebebeb 100%);
}

.cms-el .cms-breadcrumbs-A li{
	padding:0;
	height:20px;
	float:left;
}

.cms-el .cms-breadcrumbs-A li.separator{
	width:10px;
	height:20px;
	background-image:url('../picture/cms-crumbs.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:0;
}

.cms-el .cms-breadcrumbs-A li.separator span {
	display: none;
}

.cms-el .cms-breadcrumbs-A li.last{
	background-image: url('../picture/cms-crumbs.png');
	background-repeat: no-repeat;
	background-position: right -20px;
	padding-right: 15px;
}

.cms-el .cms-breadcrumbs-A li.first{
	padding-right:0;
}

.cms-el .cms-breadcrumbs-A li a,
.cms-el .cms-breadcrumbs-A li span{
	color:#909090;
	text-decoration: none;
	padding: 5px;
}

.cms-el .cms-breadcrumbs-A li.home a{
	width:12px;
	height:12px;
	text-indent: -99999px;
	background-image:url('../picture/cms-icon-sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -864px;
	display: inline-block;
	vertical-align: middle;
}

/*============================================
|||||<       [x. MENU 'NAV' (A)]        >|||||
============================================*/

.cms-el .cms-menu-A{
	margin:10px 0;
}

.cms-el .cms-menu-A .cms-menu{
	font-size:120%;
	background-color: #9d9d9d;
}

.cms-el .cms-menu-A .cms-menu.level1{
	width:100%;
}

.cms-el .cms-menu-A .cms-menu .cms-menu-item:hover,
.cms-el .cms-menu-A .cms-menu .cms-menu-item:focus{
	background-color:#B1B1B1;
}

.cms-el .cms-menu-A .cms-menu .cms-menu-item{
	height:auto;
}

.cms-el .cms-menu-A .cms-menu .cms-menu-item.selected{
	background-color:#B3B3B3;
}

.cms-el .cms-menu-A .cms-menu .cms-menu-item.selected:hover{
	background-color: #C2C2C2;
}

.cms-el .cms-menu-A .cms-menu .cms-menu-item.home a{
	width: 20px;
	height: 20px;
	margin: 5px 0;
	text-indent: -99999px;
	background-image: url('../picture/cms-icon-sprite.png');
	background-repeat: no-repeat;
	background-position: -36px -862px;
}
.cms-el .cms-menu-A .cms-menu .cms-menu-item a{
	color:#FFF;
	padding:0 10px;
	margin:0;
	font-size:14px;
}

/*============================================
|||||<       [x. MENU 'NAV' (B)]        >|||||
============================================*/

.cms-el .cms-menu-B{
	margin:10px 0;
}

.cms-el .cms-menu-B .cms-menu{
	font-size:120%;
	background-color: transparent;
}
.cms-el .cms-menu-B .cms-menu.level1{
	width:100%;
	background-color:#9d9d9d;;
}

.cms-el .cms-menu-B .cms-menu .cms-menu-item.level1:hover > a,
.cms-el .cms-menu-B .cms-menu .cms-menu-item > a:hover,
.cms-el .cms-menu-B .cms-menu .cms-menu-item > a:focus{
	background-color:#B1B1B1;
	color:#fff;
}

.cms-el .cms-menu-B .cms-menu .cms-menu-item{
	height: auto;
}

.cms-el .cms-menu-B .cms-menu .cms-menu-item.selected > a{
	background-color:#B3B3B3;
	color:#fff;
}

.cms-el .cms-menu-B .cms-menu .cms-menu-item.selected > a:hover{
	background-color: #C2C2C2;
	color:#fff;
}

.cms-el .cms-menu-B .cms-menu .cms-menu-item.selected.sub-selected > a{
	background:transparent;
	color:#454545;
}

.cms-el .cms-menu-B .cms-menu .cms-menu-item.selected.sub-selected > a:hover{
	background-color: #C2C2C2;
	color:#fff;
}

.cms-el .cms-menu-B .cms-menu .cms-menu-item.home a{
	width: 20px;
	height: 30px;
	margin: 0;
	text-indent: -99999px;
	background-image: url('../picture/cms-icon-sprite.png');
	background-repeat: no-repeat;
	background-position: -36px -857px;
}

.cms-el .cms-menu-B .cms-menu .cms-menu-item a{
	color:#FFF;
	padding:0 10px;
	margin:0;
	font-size:14px;
}

.cms-el .cms-menu-B .cms-menu-column .cms-menu-item a{
	color:#454545;
}

.cms-el .cms-menu-B .cms-menu-item .cms-menu-column{
	background-color: #EBEBEB;
}

/*============================================
|||||<    	    [x. SUBMENU (A)]        >|||||
============================================*/

.cms-el .cms-submenu-A{
	border-width:3px;
	border-style:solid;
	border-color:#f2f2f2;
}

/*============================================
|||||<   [x. GALLERY SLIDESHOW (A)]     >|||||
============================================*/

.cms-el .cms-gallery-slideshow-A .arrows span{
	background-image:url('../picture/cms-slide-arrows.png');
}

.cms-el .cms-gallery-slideshow-A .cycle-pager .pager{
	background-image:url('../picture/cms-slide-nav.png');
}

.cms-el .cms-gallery-slideshow-A .cycle-pager .pager.cycle-pager-active{
	background-position: -20px 0;
}

.cms-el .cms-gallery-slideshow-A .cycle-slide .title{
	background-image:url('../picture/cms-slide-tile-bg.png');
	background-repeat: repeat;
}

/*============================================
|||||<      [x. GALLERY TILES (A)]      >|||||
============================================*/

.cms-el .cms-gallery-tiles-A ul .picture .title{
	background-image:url('../picture/cms-slide-tile-bg.png');
	background-repeat: repeat;
}

/*============================================
|||||<      [x. NEWS OVERVIEW (A)]      >|||||
============================================*/

/* PAGINATION
----------------------------------------- */

.cms-el .cms-news-overview-A .cms-pagination-count,
.cms-el .cms-news-overview-A .cms-pagination,
.cms-el .cms-news-overview-A .cms-pagination-order{
	font-size:115%;
}

.cms-el .cms-news-overview-A .cms-pagination-start,
.cms-el .cms-news-overview-A .cms-pagination-end,
.cms-el .cms-news-overview-A .cms-pagination-total,
.cms-el .cms-news-overview-A .cms-pagination-order .title{
	font-size: 100%;
	font-weight: bold;
}

.cms-el .cms-news-overview-A .cms-pagination a,
.cms-el .cms-news-overview-A .cms-pagination-count a,
.cms-el .cms-news-overview-A .cms-pagination-order a{
	text-decoration: none;
}

.cms-el .cms-news-overview-A .cms-pagination-order{
	margin-top:5px;
}

.cms-el .cms-news-overview-A .cms-pagination-order .title {
	text-transform: uppercase;
}

/* NEWS ITEM
----------------------------------------- */

/* View A */

.cms-el .cms-news-overview-A .cms-news-list .cms-news-item{
	border-bottom:2px solid #f2f2f2;
}

.cms-el .cms-news-overview-A .cms-news-list .cms-news-item.first{
	border-top:2px solid #f2f2f2;
}

.cms-el .cms-news-overview-A .cms-news-list .cms-news-item .cms-item-date,
.cms-el .cms-news-detail-A .cms-item-date{
	color:#B2B2B2;
}

/* View B */

.cms-el .cms-news-overview-B .cms-news-list .cms-news-item{
	border-bottom:2px solid #f2f2f2;
}

.cms-el .cms-news-overview-B .cms-news-list .cms-news-item.first{
	border-top:2px solid #f2f2f2;
}

.cms-el .cms-news-overview-B .cms-news-list .cms-news-item .cms-item-date,
.cms-el .cms-news-detail-B .cms-item-date{
	color:#B2B2B2;
}

/*============================================
|||||<  [x. NEWS LIST CONTENT ITEM (A)] >|||||
============================================*/

.cms-el .cms-news-content-item-A .cms-news-list .cms-news-item{
	border-bottom:2px solid #f2f2f2;
}

.cms-el .cms-news-content-item-A .cms-news-list .cms-news-item.first{
	border-top:2px solid #f2f2f2;
}

/*============================================
|||||<      [x. BLOG OVERVIEW (A)]      >|||||
============================================*/

/* SEARCH
----------------------------------------- */

.cms-el .cms-blog-overview-A .cms-button{
	padding:4px 8px;
}

/* PAGINATION
----------------------------------------- */

.cms-el .cms-blog-overview-A .cms-pagination-count,
.cms-el .cms-blog-overview-A .cms-pagination,
.cms-el .cms-blog-overview-A .cms-pagination-order{
	font-size:115%;
}

.cms-el .cms-blog-overview-A .cms-pagination-start,
.cms-el .cms-blog-overview-A .cms-pagination-end,
.cms-el .cms-blog-overview-A .cms-pagination-total,
.cms-el .cms-blog-overview-A .cms-pagination-order .title{
	font-size: 100%;
	font-weight: bold;
}

.cms-el .cms-blog-overview-A .cms-pagination a,
.cms-el .cms-blog-overview-A .cms-pagination-count a,
.cms-el .cms-blog-overview-A .cms-pagination-order a{
	text-decoration: none;
}

.cms-el .cms-blog-overview-A .cms-pagination-order{
	margin-top:5px;
}

.cms-el .cms-blog-overview-A .cms-pagination-order .title {
	text-transform: uppercase;
}

/* BLOG ITEM
----------------------------------------- */

.cms-el .cms-blog-overview-A .cms-blog-list .cms-blog-item,
.cms-el .cms-blog-content-item-A .cms-blog-list .cms-blog-item,
.cms-el .cms-blog-overview-B .cms-blog-list .cms-blog-item,
.cms-el .cms-blog-content-item-B .cms-blog-list .cms-blog-item{
	border-bottom:2px solid #f2f2f2;
}

.cms-el .cms-blog-overview-A .cms-blog-list .cms-blog-item.first,
.cms-el .cms-blog-content-item-A .cms-blog-list .cms-blog-item.first,
.cms-el .cms-blog-overview-B .cms-blog-list .cms-blog-item.first,
.cms-el .cms-blog-content-item-B .cms-blog-list .cms-blog-item.first{
	border-top:2px solid #f2f2f2;
}

.cms-el .cms-blog-overview-A .cms-blog-list .cms-blog-item .cms-item-date,
.cms-el .cms-blog-detail-A .cms-item-date,
.cms-el .cms-blog-detail-A .cms-blog-comment-date,
.cms-el .cms-blog-content-item-A .cms-item-date,
.cms-el .cms-blog-content-item-B .cms-item-date{
	color:#B2B2B2;
}

/* COMMENTS
----------------------------------------- */

.cms-el .cms-blog-detail-A .cms-blog-comments{
	background: #F8F8F8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cms-el .cms-blog-detail-A .cms-blog-comments .cms-blog-comment-item{
	background:#fff;
}

/*============================================
||||<      [x. MAIL SUBSCRIBE (A)]      >|||||
============================================*/

/* CAPTCHA BLOCK
----------------------------------------- */

.cms-el .cms-captcha-block .cms-input-captcha{
	background:#f2f2f2;
	border:2px solid #e3e4e8;
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* FOOTER STYLE
----------------------------------------- */

.cms-el .cms-footer .cms-mailing-subscribe-form-A input[type="text"]{
	height: 14px;
}

.cms-el .cms-footer .cms-mailing-subscribe-form-A label{
	color:#a4a4a4;
}

.cms-el .cms-footer .cms-mailing-subscribe-form-A .cms-input-text label,
.cms-el .cms-footer .cms-mailing-subscribe-form-A .cms-input-textarea label,
.cms-el .cms-footer .cms-mailing-subscribe-form-A .cms-captcha-block .cms-input-label{
	display: none;
}

.cms-el .cms-footer .cms-mailing-subscribe-form-A .cms-captcha-block .cms-input-captcha{
	width: 220px;
}

/*============================================
|||||<    [x. CONTENT ITEM NEWS (B)]    >|||||
============================================*/

.cms-el .cms-news-content-item-B .cms-news-item{
	border-top:1px solid #9d9d9d;
}

/*============================================
||||<   [x. SHOPPINGCART SUMMARY (A)]   >|||||
============================================*/

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-header{
	background-color:#b3b3b3;
	font-weight: 600;
	font-size:140%
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-header a{
	color:#FFFFFF;
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-header .cms-icon-shoppingcart{ 
	width:22px;
	height:20px;
	margin:1px;
	background:url('../picture/cms-icon-sprite.png'); 
	background-position: -96px -528px; 
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-body{
	background-color:#f8f8f8;
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-item.quantity .quantity{
	color: #454545;
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-item.total-price .totalPrice{
	color: #B3B3B3;
	font-size: 110%;
	font-weight: 600;
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-button{
	text-transform: none;
	padding:4px 8px;
	font-weight: normal;
	line-height: 20px;
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-button .cms-icon-right{
	background-position: -96px -386px;
}

/* DROPDOWN
----------------------------------------- */

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-dropdown ul{
	background-color:#f8f8f8;
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-dropdown .cms-shoppingcart-item{
	border-top:1px solid #e3e4e8;
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-dropdown .cms-shoppingcart-item.first{
	border-top:1px solid #9d9d9d;
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-dropdown .cms-shoppingcart-item a:hover .title{
	color:#000;
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-dropdown .cms-shoppingcart-item.total{
	border-top:1px solid #9d9d9d;
	padding:5px 0;
	font-weight: 600;
}

.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-dropdown .cms-shoppingcart-item.total .title,
.cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-dropdown .cms-shoppingcart-item.total .totalPrice{
	font-size: 110%;
}

/*============================================
||||<       [x. SHOPPINGCART (A)]       >|||||
============================================*/ 

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-product-amount .cms-link {
	line-height: 40px;
}

/* INPUT FIELDS
----------------------------------------- */

.cms-el .cms-webshop-shoppingcart-A input{
	height:24px;
	text-align: center;
}

/* TABLE HEAD
----------------------------------------- */

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-head{
	background-color:#FFF;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-options{
	border-top: 1px solid #f2f2f2;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-option-item{
	border-bottom: 1px solid #f2f2f2;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-option-item.last{
	border-bottom: 0;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-title{
	font-weight: 700;
	font-size: 13px;
}

/* TABLE BODY
----------------------------------------- */

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart a{
	text-decoration: none;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-body .cms-shoppingcart-item,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-subtotal,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-additional-charge,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-discount-item,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-discount,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-total{
	border-top:1px solid #e3e4e8;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-body .cms-shoppingcart-item:hover{
	background-color:#F9F9F9;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-body .cms-shoppingcart-item.first{
	border-top-color:#9d9d9d;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-body .cms-shoppingcart-product-image .cms-product-image-container,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-body .cms-shoppingcart-product-image .cms-option-image-container{
	margin:0;
	border:2px solid #e3e4e8;
	background:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-body .cms-shoppingcart-product-image .cms-option-image-container{
	margin:0 0 0 20px;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-body .cms-shoppingcart-product-image .img-align-helper{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-body .cms-shoppingcart-detail.cms-shoppingcart-product-name .title{
	font-size:110%;
	font-weight: 400;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-detail.cms-shoppingcart-product-price,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-detail.cms-shoppingcart-product-totalArticlePrice{
	color:#454545;
}

/* TABLE BOTTOM
----------------------------------------- */

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-subtotal,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-additional-charge{
	height:30px;
	font-size: 100%;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-total,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-vat-item{
	border-top-color:#9d9d9d;
	height:30px;
	font-size: 100%;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-subtotal .cms-shoppingcart-detail,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-total .cms-shoppingcart-detail{
	font-weight:600;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-total .cms-shoppingcart-detail{
	font-size:13px;
}

/* DISCOUNT BLOCK
----------------------------------------- */

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-discount-image{
	background:url('../picture/cms-discount.png'); 
	background-repeat: no-repeat;
	background-position: 2px center;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-discount-totalArticlePrice{
	color: #454545;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart .cms-shoppingcart-body .cms-shoppingcart-discount{
	background-color:#F9F9F9;
}

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-empty{
	font-size:120%;
}

/* CURRENT STATUS
----------------------------------------- */

.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-product-delivery,
.cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-product-stock{
	border-bottom:1px solid #f2f2f2;
}

/*============================================
||||<         [x. FAVORITES (A)]        >|||||
============================================*/ 

.cms-el .cms-webshop-favorites-A .cms-favorites-product-amount .cms-link {
	line-height: 40px;
}

/* INPUT FIELDS
----------------------------------------- */

.cms-el .cms-webshop-favorites-A input{
	height:24px;
	text-align: center;
}

/* TABLE HEAD
----------------------------------------- */

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-head{
	background-color:#FFF;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-options{
	border-top: 1px solid #f2f2f2;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-option-item{
	border-bottom: 1px solid #f2f2f2;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-option-item.last{
	border-bottom: 0;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-title{
	font-weight: 700;
	font-size: 13px;
}

/* TABLE BODY
----------------------------------------- */

.cms-el .cms-webshop-favorites-A .cms-favorites a{
	text-decoration: none;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-body .cms-favorites-item,
.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-subtotal,
.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-additional-charge,
.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-discount-item,
.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-discount,
.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-total{
	border-top:1px solid #e3e4e8;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-body .cms-favorites-item:hover{
	background-color:#F9F9F9;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-body .cms-favorites-item.first{
	border-top-color:#9d9d9d;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-body .cms-favorites-product-image .cms-product-image-container,
.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-body .cms-favorites-product-image .cms-option-image-container{
	margin:0;
	border:2px solid #e3e4e8;
	background:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-body .cms-favorites-product-image .cms-option-image-container{
	margin:0 0 0 20px;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-body .cms-favorites-product-image .img-align-helper{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-body .cms-favorites-detail.cms-favorites-product-name .title{
	font-size:110%;
	font-weight: 400;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-detail.cms-favorites-product-price,
.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-detail.cms-favorites-product-totalArticlePrice{
	color:#454545;
}

/* TABLE BOTTOM
----------------------------------------- */

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-subtotal,
.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-additional-charge{
	height:30px;
	font-size: 100%;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-total,
.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-vat-item{
	border-top-color:#9d9d9d;
	height:30px;
	font-size: 100%;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-subtotal .cms-favorites-detail,
.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-total .cms-favorites-detail{
	font-weight:600;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-total .cms-favorites-detail{
	font-size:13px;
}

/* DISCOUNT BLOCK
----------------------------------------- */

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-discount-image{
	background:url('../picture/cms-discount.png'); 
	background-repeat: no-repeat;
	background-position: 2px center;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-discount-totalArticlePrice{
	color: #454545;
}

.cms-el .cms-webshop-favorites-A .cms-favorites .cms-favorites-body .cms-favorites-discount{
	background-color:#F9F9F9;
}

.cms-el .cms-webshop-favorites-A .cms-favorites-empty{
	font-size:120%;
}

/* CURRENT STATUS
----------------------------------------- */

.cms-el .cms-webshop-favorites-A .cms-favorites-product-delivery,
.cms-el .cms-webshop-favorites-A .cms-favorites-product-stock{
	border-bottom:1px solid #f2f2f2;
}

/*============================================
||||<         [x. CHECKOUT (A)]         >|||||
============================================*/

.cms-el .cms-webshop-checkout-A .cms-shoppingcart-product-amount .cms-link {
	line-height: 40px;
}

.cms-el .cms-webshop-checkout-A .cms-checkout-panel.stap-1 .cms-button-holder{
	width:290px;
}

.cms-el .cms-webshop-checkout-A .cms-checkout-panel.stap-1 .cms-button-holder .cms-button{
	width:120px;
	text-transform: none;
	padding: 6px 10px;
	margin-right: 10px;
	text-align: center;
}

.cms-el .cms-webshop-checkout-A .cms-checkout-panel.stap-1 .cms-button-holder .cms-button.last{
	float:right;
	margin-right: 0;
}

/* CHECKOUT PANELS
----------------------------------------- */

.cms-el .cms-webshop-checkout-A .cms-checkout-panel.stap-1{
	border-right: 1px solid #edeef0;
}

.cms-webshop-checkout-A .cms-checkout-panel.stap-3{
	border-left: 1px solid #edeef0;
}

.cms-el .cms-webshop-checkout-A .cms-checkout-panel .cms-input-text input{
	padding:5px;
}

.cms-el .cms-webshop-checkout-A .cms-checkout-panel .cms-input-select select{
	padding:5px 0;
}

/* CHECKOUT PAKJEGEMAK */

.cms-el .cms-webshop-checkout-A .shipping-options .cms-title{
	border: 1px solid #9D9D9D;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/* CHECKOUT PRODUCT OVERVIEW
----------------------------------------- */

.cms-el .cms-webshop-checkout-A .cms-checkout-overview{
	background:#FFFFFF;
}

.cms-el .cms-webshop-checkout-A .cms-overview-item.top{
	background:#FFF;
	font-weight: 900;
	border-top:0;
}

.cms-el .cms-webshop-checkout-A .cms-overview-item.first{
	border-top:1px solid #9d9d9d
}

.cms-el .cms-webshop-checkout-A .cms-overview-item{
	border-top:1px solid #e3e4e8;
	padding:3px 0;
}

.cms-el .cms-webshop-checkout-A .cms-overview-item .title{
	color: inherit;
	font-size: 100%;
	font-weight: 400;
}

.cms-el .cms-webshop-checkout-A .cms-overview-item.subtotal{
	border-top:1px solid #9d9d9d;
	font-size:100%;
	font-weight: 600;
}

.cms-el .cms-webshop-checkout-A .cms-overview-item.shippingPrice{
	border-top:1px solid #9d9d9d;
}

.cms-el .cms-webshop-checkout-A .cms-overview-item.discount-code .code{
	height: 20px;
	display: inline-block;
	color:#838383;
	font-size:90%;
	line-height: 20px;
}

.cms-el .cms-webshop-checkout-A .cms-overview-item.total-price,
.cms-el .cms-webshop-checkout-A .cms-overview-item.to-be-paid-price{
	border-top:1px solid #9d9d9d;
	font-weight: 600;
}

.cms-el .cms-webshop-checkout-A .cms-checkout-conditions{
	background: #F6F6F6;
	border: 2px solid #9d9d9d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.cms-el .cms-webshop-checkout-A .cms-checkout-conditions a{
	color: #9d9d9d;
}

/* CURRENT STATUS
----------------------------------------- */

.cms-el .cms-webshop-checkout-A .cms-checkout-product-delivery,
.cms-el .cms-webshop-checkout-A .cms-checkout-product-stock{
	border-bottom:1px solid #f2f2f2;
}

/*============================================
||||<    [x. PRODUCT HIGHLIGHT (A)]     >|||||
============================================*/

.cms-el .cms-webshop-product-highlight-A .cms-highlight-item{
	border-width: 3px;
	border-style: solid;
	border-color:#f2f2f2;
}

.cms-el .cms-webshop-product-highlight-A .cms-highlight-item:hover{
	border-color:#9d9d9d;
}

.cms-el .cms-webshop-product-highlight-A .cms-highlight-item .cms-webshop-price{
	color:#B3B3B3;
	font-weight: bold;
	font-size:120%;
}

.cms-el .cms-webshop-product-highlight-A .cms-highlight-item .cms-webshop-price.old{
	color:#949494;
	font-size: 110%
}

.cms-el .cms-webshop-product-highlight-A .cms-highlight-item .cms-webshop-price-vat{
	font-size: 90%;
	color: #B3B3B3;
}

.cms-el .cms-webshop-product-highlight-A .cms-highlight-item .cms-webshop-notification{
	font-size: 90%;
	line-height: 19px;
	color: #FFF;
	background-color:#9d9d9d;
}

.cms-el .cms-webshop-product-highlight-A .cms-product-title{
	font-size:110%;
	font-weight: 600;
	margin:0;
	max-height: 60px;
	overflow: hidden;
}

.cms-el .cms-webshop-product-highlight-A .cms-button{
	padding:3px 4px;
}

.cms-el .cms-webshop-product-highlight-A .cms-button .cms-icon-shoppingcart{
	width: 20px;
	height: 17px;
	margin: 1px;
	background-position: -48px -528px;
}

/*============================================
||||<    [x. PRODUCT HIGHLIGHT (B)]     >|||||
============================================*/

.cms-el .cms-webshop-product-highlight-B .cms-highlight-item{
	border-width: 3px;
	border-style: solid;
	border-color:#f2f2f2;
}

.cms-el .cms-webshop-product-highlight-B .cms-highlight-item:hover{
	border-color:#9d9d9d;
}

.cms-el .cms-webshop-product-highlight-B .cms-webshop-picture .cms-number{
	line-height: 24px;
	font-weight: 600;
	background-color:#9d9d9d;
	color:#FFF;
}

.cms-el .cms-webshop-product-highlight-B .cms-highlight-item .cms-webshop-price{
	color:#B3B3B3;
	font-weight: bold;
	font-size:120%;
}

.cms-el .cms-webshop-product-highlight-B .cms-highlight-item .cms-webshop-price.old{
	color:#949494;
	text-decoration: line-through;
	font-size: 110%
}

.cms-el .cms-webshop-product-highlight-B .cms-highlight-item .cms-webshop-price-vat{
	font-size: 90%;
	color: #B3B3B3;
}

.cms-el .cms-webshop-product-highlight-B .cms-highlight-item .cms-webshop-notification{
	font-size: 90%;
	line-height: 19px;
	color: #FFF;
	background-color:#9d9d9d;
}

.cms-el .cms-webshop-product-highlight-B .cms-product-title{
	font-size:110%;
	font-weight: 600;
	margin:0;
	max-height: 60px;
	overflow: hidden;
}

.cms-el .cms-webshop-product-highlight-B .cms-button{
	padding:3px 4px;
}

.cms-el .cms-webshop-product-highlight-B .cms-button .cms-icon-shoppingcart{
	width: 20px;
	height: 17px;
	margin: 1px;
	background-position: -48px -528px;
}

/*============================================
||||<     [x. PRODUCT OVERVIEW (A)]     >|||||
============================================*/

/* DESCRIPTION
----------------------------------------- */

.cms-el .cms-overview-description {
	border-bottom: 3px solid #f2f2f2;
	margin: 0px 0px 10px;
}

/* PAGINATION
----------------------------------------- */

.cms-el .cms-webshop-overview-products-A .cms-pagination-count,
.cms-el .cms-webshop-overview-products-A .cms-pagination,
.cms-el .cms-webshop-overview-products-A .cms-pagination-order{
	font-size:115%;
}

.cms-el .cms-webshop-overview-products-A .cms-pagination-start,
.cms-el .cms-webshop-overview-products-A .cms-pagination-end,
.cms-el .cms-webshop-overview-products-A .cms-pagination-total,
.cms-el .cms-webshop-overview-products-A .cms-pagination-order .title{
	font-size: 100%;
	font-weight: bold;
}

.cms-el .cms-webshop-overview-products-A .cms-pagination a,
.cms-el .cms-webshop-overview-products-A .cms-pagination-count a,
.cms-el .cms-webshop-overview-products-A .cms-pagination-order a{
	text-decoration: none;
}

.cms-el .cms-webshop-overview-products-A .cms-pagination-order{
	margin-top:5px;
}

.cms-el .cms-webshop-overview-products-A .single-page .cms-pagination-order{
	margin-top:0;
	clear: none;
}

.cms-el .cms-webshop-overview-products-A .cms-pagination-order .title {
	text-transform: uppercase;
}

/* PRODUCT OVERVIEW
----------------------------------------- */

.cms-el .cms-webshop-overview-products-A .cms-overview-item{
	border-width: 3px;
	border-style: solid;
	border-color:#f2f2f2;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item.hover{
	border-color:#F2F2F2;
	background-color:#F2F2F2;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item .cms-webshop-price{
	color:#B3B3B3;
	margin:-1px 0 0 0;
	font-weight: bold;
	font-size: 120%;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item .cms-webshop-price.old{
	color:#949494;
	font-size: 110%
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item .cms-webshop-price-vat{
	font-size: 90%;
	color: #B3B3B3;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item .cms-webshop-notification{
	font-size: 90%;
	line-height: 19px;
	color: #FFF;
}

.cms-el .cms-webshop-overview-products-A .cms-product-title{
	font-size:110%;
	font-weight: 600;
	margin:0;
}

.cms-el .cms-webshop-overview-products-A .cms-button{
	padding:3px 4px;
}

.cms-el .cms-webshop-overview-products-A .cms-button .cms-icon-shoppingcart{
	width: 20px;
	height: 17px;
	margin: 1px;
	background-position: -48px -528px;
}

.cms-el .cms-webshop-overview-products-A .cms-product-arrow{
	background:url('../picture/cms-slide-arrows.png');
}

/* OVERVIEW ITEM WITH VARIANT OPTIONS
----------------------------------------- */

.cms-el .cms-webshop-overview-products-A .cms-overview-item.overflow.hover .cms-overflow-container{
	border-width: 3px;
	border-style: solid;
	border-color:#9d9d9d;
	background: #FFF;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item.overflow.hover .cms-overflow-container .cms-overflow-close-btn{
	background: #FFFFFF url('../picture/cms-icon-sprite.png') no-repeat -85px -1046px scroll;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item.overflow .cms-webshop-item-variant-container {
	background-color:#F9F9F9;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item.overflow .cms-webshop-item-variant-container .cms-item-variant a{
	background-color: #FFF;
	border-color:#e3e4e8;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item.overflow .cms-webshop-item-variant-container .cms-item-variant.active a{
	border-color: #959595;
	background-color:#FFFFFF;
	color:inherit;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item.overflow .cms-webshop-item-variant-container .cms-item-variant a.hover{
	border-color: #B3B3B3;
	background-color:#FFFFFF;
	color:inherit;
}

.cms-el .cms-webshop-overview-products-A .cms-webshop-item-variant .cms-variant-item{
	border-width: 3px;
	border-style: solid;
	border-color:#c8c8c8;
}

.cms-el .cms-webshop-overview-products-A .cms-webshop-item-variant .cms-variant-item.active{
	border-color:#959595;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item.overflow .cms-webshop-item-variant-container .cms-link.show-more{
	background-color: #FFF;
	border-color:#e3e4e8;
	color:inherit;
}

.cms-el .cms-webshop-overview-products-A .cms-overview-item.overflow .cms-webshop-item-variant-container .cms-link.show-more.hover{
	border-color:#B3B3B3;
}

/* POP-UP WAITING / LOADING
----------------------------------------- */

.cms-el .cms-webshop-overview-products-A .cms-popup-waiting .cms-icon-waiting{
	display: none;
}

/*============================================
||||<    [x. PRODUCT ADD POP-UP (A)]    >|||||
============================================*/

.cms-el .cms-popup-add-product-A{
	padding:0;
	background-color: #FFFFFF;
}

.cms-el .cms-popup-add-product-A h2{
	width: 100%;
	padding: 10px;
	background-color: #9d9d9d;
	color:#FFFFFF;
	font-weight: 900;
	font-size: 150%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.cms-el .cms-popup-add-product-A .cms-popup-product-item{
	width: 100%;
	padding:5px 10px;
	font-size: 120%;
	border-bottom:1px solid #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cms-el .cms-popup-add-product-A .cms-popup-product-item.total{
	font-weight: 600;
}

.cms-el .cms-popup-add-product-A .quantity{
	text-align: left;
}

.cms-el .cms-popup-add-product-A .cms-popup-product-delivery, 
.cms-el .cms-popup-add-product-A .cms-popup-product-stock{
	border-bottom:1px solid #f2f2f2;
}

.cms-el .cms-popup-add-product-A .cms-popup-product-buttons{
	width:100%;
	padding: 10px;
	display: inline-block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*============================================
|||<[x. PRODUCT ADD FAVORITES POP-UP (A)]>||||
============================================*/

.cms-el .cms-popup-add-favorites-product-A{
	padding:0;
	background-color: #FFFFFF;
}

.cms-el .cms-popup-add-favorites-product-A h2{
	width: 100%;
	padding: 10px;
	background-color: #9d9d9d;
	color:#FFFFFF;
	font-weight: 900;
	font-size: 150%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.cms-el .cms-popup-add-favorites-product-A .cms-popup-product-item{
	width: 100%;
	padding:5px 10px;
	font-size: 120%;
	border-bottom:1px solid #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cms-el .cms-popup-add-favorites-product-A .cms-popup-product-item.total{
	font-weight: 600;
}

.cms-el .cms-popup-add-favorites-product-A .quantity{
	text-align: left;
}

.cms-el .cms-popup-add-favorites-product-A .cms-popup-product-delivery, 
.cms-el .cms-popup-add-favorites-product-A .cms-popup-product-stock{
	border-bottom:1px solid #f2f2f2;
}

.cms-el .cms-popup-add-favorites-product-A .cms-popup-product-buttons{
	width:100%;
	padding: 10px;
	display: inline-block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*============================================
||||<   [x. PRODUCT DETAIL (A + A1)]    >|||||
============================================*/

/* GALLERY
----------------------------------------- */

.cms-el .cms-webshop-product-A .cms-gallery-thumbnail-item{
	border-width:3px;
	border-style: solid;
	border-color:#e3e4e8;
}

.cms-el .cms-webshop-product-A .cms-gallery-thumbnail-item:hover,
.cms-el .cms-webshop-product-A .cms-gallery-thumbnail-item.active{
	border-color:#959595;
}

/* PRODUCT CONFIGURATION (VARIANTS + ATTRIBUTES)
----------------------------------------- */

.cms-el .cms-webshop-product-A .cms-product-config-item .title{
	font-size: 110%;	
	font-weight: 700;
}

.cms-el .cms-webshop-product-A .cms-attribute-item{
	border-width: 3px;
	border-style: solid;
	border-color:#e3e4e8;
}

.cms-el .cms-webshop-product-A .cms-variant-item{
	border-bottom:1px solid #ebebeb;
}

.cms-el .cms-webshop-product-A .cms-dropdown .cms-variant-item a{
	padding:7px 10px;
}

.cms-el .cms-webshop-product-A .cms-variant-item:last-child,
.cms-el .cms-webshop-product-A .cms-dropdown .cms-variant-item{
	border-bottom: none;
}

.cms-el .cms-webshop-product-A .cms-variant-item a:hover,
.cms-el .cms-webshop-product-A .cms-variant-item a.active{
	color: #454545;
}

.cms-el .cms-webshop-product-A .cms-attribute-item.active{
	border-color:#B3B3B3;
}

.cms-el .cms-webshop-product-A .cms-variant-item a.active:hover{
	color:#B3B3B3;
}

.cms-el .cms-webshop-product-A .cms-variant-item a .variant-price{
	color:#B3B3B3;
}

.cms-el .cms-webshop-product-A .cms-variant-item a.active .variant-price{
	color:#454545;
}

/* VARIANT PRICE (BLOCK) */
.cms-el .cms-webshop-product-A1 .cms-product-variant .cms-variant-item .variant{
	border:2px solid #ebebeb;
	color:#454545;
}

.cms-el .cms-webshop-product-A1 .cms-product-variant .cms-variant-item .variant:hover{
	border-color:#959595;
	color:#454545;
}

.cms-el .cms-webshop-product-A1 .cms-product-variant .cms-variant-item .variant.active{
	border-color:#777777;
}

.cms-el .cms-webshop-product-A1 .cms-product-variant .cms-variant-item .variant.active:hover{
	border-color:#959595;
}

/* NOTIFICATION
----------------------------------------- */

.cms-el .cms-webshop-product-A .cms-webshop-notification{
	color:#FFF;
	font-size: 90%;
}

/* PRODUCT CONFIGURATION (VARIANT DROPDOWN)
----------------------------------------- */

.cms-el .cms-webshop-product-A .cms-product-variant ul.cms-variant-dropdown{
	background-color: #FFF;
	border-color:#e3e4e8;
}

.cms-el .cms-webshop-product-A .cms-product-variant ul.cms-variant-dropdown.open{
	border-color:#C2C2C2;
}

.cms-el .cms-webshop-product-A .cms-variant-dropdown .cms-dropdown{
	border-color:#e3e4e8;
	background:#FFF;
}

.cms-el .cms-webshop-product-A .cms-variant-dropdown.open .cms-dropdown{
	border-color:#C2C2C2;
}

.cms-el .cms-webshop-product-A .cms-variant-dropdown .cms-variant-item a:hover{
	background-color:#C2C2C2;
	color:#FFF;
}

.cms-el .cms-webshop-product-A .cms-variant-dropdown .cms-variant-item a:hover .variant-price,
.cms-el .cms-webshop-product-A .cms-variant-dropdown .cms-variant-item a.active .variant-price{
	color:#FFFFFF;
}

.cms-el .cms-webshop-product-A .cms-variant-dropdown .first-item:hover > a{
	color:inherit;
}

/* STOCK MESSAGE (IN OR OUT OF STOCK)
----------------------------------------- */

.cms-el .cms-webshop-product-A .cms-product-stock .cms-config-item-content,
.cms-el .cms-webshop-product-A .cms-product-delivery .cms-config-item-content{
	background: #f9f9f9;
}

/* SET OPTIONS
----------------------------------------- */

.cms-el .cms-webshop-product-A .cms-product-set{
	background-color:#f8f8f8;
}

/* SET ITEM GENERAL CSS */

.cms-el .cms-webshop-product-A .cms-set-group{
	background-color:#fff;
	border-color:#e3e4e8;
}

.cms-el .cms-webshop-product-A .cms-set-group .item-info-link{
	background-color: #ccc;
	color:#fff;
}
.cms-el .cms-webshop-product-A .cms-set-group .item-info-link.not-available,
.cms-el .cms-webshop-product-A .cms-set-group .item-info-link.not-available-temp{
	color: transparent;
	background-color: transparent;
}

.cms-el .cms-webshop-product-A .cms-set-group .picture.no-image{
	background:transparent url('../picture/cms-picture-unavailable_30px.png') no-repeat 0 0 scroll;
}

/* DROPDOWN */

.cms-el .cms-webshop-product-A .dropdown .cms-set-group{
	background-color: transparent;
}

.cms-el .cms-webshop-product-A .dropdown .dropdownItem::after{
	content: '';
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #454545;
}

.cms-el .cms-webshop-product-A .dropdown .cms-dropdown{
	background-color:#fff;
	border-color:#C2C2C2;
}

.cms-el .cms-webshop-product-A .dropdown .first-item{
	background-color:#fff;
	border-color:#e3e4e8;
}

.cms-el .cms-webshop-product-A .dropdown .open .first-item{
	border-color:#C2C2C2;
	border-bottom-color:#fff;
}

.cms-el .cms-webshop-product-A .dropdown .cms-set-item:hover{
	background-color:#C2C2C2;
	color:#FFF;
}

/* TOOLTIP
----------------------------------------- */

.cms-el .cms-webshop-product-A .product-detail__tooltip{
	background-color:#fff;
	box-shadow: 0 -3px 20px 0 #b3b3b3;
	box-shadow: 0 -3px 20px 0 rgba(0,0,0,.50); 
}

.cms-el .cms-webshop-product-A .tooltip__triangle{
	border-bottom-color: #fff;
}

.cms-el .cms-webshop-product-A .tooltip__info-item--total{
	border-top-color:#e3e4e8;
}

.cms-el .cms-webshop-product-A .tooltip__info--delivery,
.cms-el .cms-webshop-product-A .tooltip__info--stock{
	border-bottom:1px solid #e3e4e8;
}

/* PRODUCT PRICE
----------------------------------------- */

.cms-el .cms-webshop-product-A .cms-product-price{
	width:100%;
	text-align: right;
	margin-bottom:10px;
	padding: 0 12px 0 0;
	box-sizing: border-box;
}

.cms-el .cms-webshop-product-A .cms-product-price .cms-webshop-price{
	font-size:170%;
	font-weight: 600;
}

.cms-el .cms-webshop-product-A .cms-webshop-price.old{
	font-size:150%;
	color:#454545;
	text-decoration: line-through;
}

.cms-el .cms-webshop-product-A .cms-webshop-price.new{
	font-size: 300%;
	font-weight: 400;
	color:#4a4a4a;
}

.cms-el .cms-webshop-product-A .cms-product-price .cms-webshop-price-vat{
	width: 100%;
	display: inline-block;
	font-size:90%;
	color:#B3B3B3;
}

/* QUANTITY + ADD TO CART BLOCK
----------------------------------------- */

.cms-el .cms-webshop-product-A .cms-product-quantity{
	width: 360px;
	margin: 0;
	background: #ebebeb;
	padding: 10px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cms-el .cms-webshop-product-A .cms-product-quantity input{
	width: 25px;
	height: 27px;
	text-align: center;
	font-size: 130%;
	font-weight: 600;
}

.cms-el .cms-webshop-product-A .cms-button{
	padding: 10px 10px 10px 8px;
}

/* USP LIST
----------------------------------------- */

.cms-el .cms-webshop-product-A .cms-product-usp li:before{
	content: '';
	display: block;
	width: 13px;
	height: 8px;
	margin: 6px 0;
	background:transparent url('../picture/cms-icon-sprite.png') no-repeat -96px -49px scroll;
	position: absolute;
	left:-20px;
}

/* PRODUCT DESCRIPTION + SUGGESTION. 'TABS'
----------------------------------------- */

.cms-el .cms-webshop-product-A .cms-product-info-block ul.tabs,
.cms-el .cms-webshop-product-A .cms-product-suggestion-block ul.tabs{
	background:#F9F9F9;
}

.cms-el .cms-webshop-product-A .cms-product-info-panel .cms-product-attribute-title,
.cms-el .cms-webshop-product-A .cms-product-info-panel th{
	font-weight: bold;
}

.cms-el .cms-webshop-product-A .cms-product-tab{
	border:0;
	margin-left:5px;
}

.cms-el .cms-webshop-product-A .cms-product-tab.active{
	background-color:#FFFFFF;
}

.cms-el .cms-webshop-product-A .cms-product-tab a{
	border-top: 5px solid #F9F9F9;
	text-transform: uppercase;
	padding:10px 15px;
	font-weight: 900;
	font-size: 100%;
	color: #919296;
}

.cms-el .cms-webshop-product-A .cms-product-tab.active a{
	color: #B3B3B3;
	border-color: #B3B3B3;
	background-color: #FFFFFF;
}

.cms-el .cms-webshop-product-A .cms-product-tab a:hover,
.cms-el .cms-webshop-product-A .cms-product-tab.active a:hover{
	color:#C2C2C2;
	border-color:#C2C2C2;
	background:#FFFFFF;
}

.cms-el .cms-webshop-product-A .cms-suggestion-info .title{
	text-decoration: none;
	font-size:120%; 
}

.cms-el .cms-webshop-product-A .cms-suggestion-info .cms-button{
	padding: 3px 4px;
}

.cms-el .cms-webshop-product-A .cms-suggestion-info .cms-button .cms-icon{
	width: 20px;
	height: 17px;
	margin: 1px;
	background-position: -48px -528px;
}

.cms-el .cms-webshop-product-A .cms-suggestion-info p{
	color:#99a3b1;
}

.cms-el .cms-webshop-product-A .cms-suggestion-item{
	border-width:3px;
	border-style: solid;
	border-color:#e3e4e8;
}

.cms-el .cms-webshop-product-A .cms-suggestion-item:hover{
	border-color: #9d9d9d;	
}

.cms-el .cms-webshop-product-A .cms-suggestion-price{
	font-size:125%;
}

.cms-el .cms-webshop-product-A .cms-suggestion-price .old{
	color:#888888;
	float: left;
	margin-right: 5px;
}

.cms-el .cms-webshop-product-A .cms-suggestion-price .new{
	color:#B3B3B3;
	float: right;
}

.cms-el .cms-webshop-product-A .cms-product-quantity .cms-button .cms-text{
	margin-left: 2px;
}

.cms-el .cms-webshop-product-A .cms-product-quantity .cms-button.cms-button-primary .cms-text{
	margin-left: 5px;
}

.cms-el .cms-webshop-product-A .cms-product-arrow{
	background:url('../picture/cms-slide-arrows.png');
}

/*============================================
||||<     [x. PRODUCT SUBMENU (A)]      >|||||
============================================*/

.cms-el .cms-webshop-submenu-A{
	border-width:3px;
	border-style:solid;
	border-color:#ebebeb;
}

.cms-el .cms-webshop-submenu-A .cms-submenu-item a .count {
	color: #ccc;
}

.cms-el .cms-webshop-submenu-A .cms-submenu-item a:hover .title,
.cms-el .cms-webshop-submenu-A .cms-submenu-item.selected > a .title{
	color:#B3B3B3;
}

.cms-el .cms-webshop-submenu-A .cms-submenu-item a:hover .count,
.cms-el .cms-webshop-submenu-A .cms-submenu-item.selected > a .count{
	color:#454545;
}

/*============================================
||||<      [x. PRODUCT FILTER (A)]      >|||||
============================================*/

.cms-webshop-overview-filters-A{
	border-width:3px;
	border-style:solid;
	border-color:#ebebeb;
}

.cms-webshop-overview-filters-A .cms-filters-filter-item a:hover .title{
	color:#9d9d9d;
}
.cms-webshop-overview-filters-A .cms-filters-filter-item.selected .title{
	color:#B3B3B3;
}

.cms-webshop-overview-filters-A .cms-filters-filter-item a{
	color: #747474;
}

.cms-webshop-overview-filters-A .cms-filters-filter-item a .count{
	color:#CCC;
}

.cms-webshop-overview-filters-A .cms-filters-filter-item a:hover .count,
.cms-webshop-overview-filters-A .cms-filters-filter-item.selected .count{
	color:#454545;
}

.cms-webshop-overview-filters-A .cms-filters-filter-item .cms-link .cms-icon{
	width:14px;
	height:14px;
	margin: 2px 2px 2px 0;
}

.cms-webshop-overview-filters-A .cms-popup-waiting .cms-icon-waiting{
	display: none;
}

/*============================================
|||||<    [x. ACCOUNT OVERVIEW (A)]     >|||||
============================================*/

.cms-el .cms-webshop-account-overview-A .cms-overview-block.left{
	border-right: 1px solid #edeef0;
}

.cms-el .cms-webshop-account-overview-A .cms-overview-block.right{
	border-right: 1px solid #edeef0;
}

/* ACCOUNT/CUSTOMER DATA
----------------------------------------- */

.cms-el .cms-webshop-account-overview-A .cms-webshop-account-data .title{
	font-weight: bold;
	font-size:14px;
}

.cms-el .cms-webshop-account-overview-A .cms-webshop-account-data p{
	font-size:110%;
}

/* ORDER HISTORY TABLE
----------------------------------------- */

.cms-el .cms-webshop-account-overview-A .cms-table thead th{
	padding-top:0;
}

.cms-el .cms-webshop-account-overview-A .cms-table thead tr{
	background: #FFFFFF;
}

.cms-el .cms-webshop-account-overview-A .cms-table tr.order:hover{
	background-color: #F9F9F9;
}

.cms-el .cms-webshop-account-overview-A .cms-table .order{
	background-color:#FFFFFF;
	border-top: 1px solid #e3e4e8;
}

.cms-el .cms-webshop-account-overview-A .cms-table .order.first{
	border-top-color: #9d9d9d;
}

.cms-el .cms-webshop-account-overview-A .cms-table .order td{
	vertical-align: middle;
	padding: 5px 0;
}

.cms-el .cms-webshop-account-overview-A .cms-table .cms-button{
	float:right;
	text-transform: none;
	font-weight: normal;
}

/*============================================
|||||<      [x. ACCOUNT EDIT (A)]       >|||||
============================================*/

.cms-el .cms-webshop-account-A .cms-account-panel{
	border-right: 1px solid #edeef0;
}

.cms-el .cms-webshop-account-A .manage-subscriptions .cms-input-label,
.cms-el .cms-mailing-edit-subscription-A .cms-edit-subscription-block .cms-input-label{
	color:#9e9e9e;
}

/*============================================
||||<      [x. ORDER HISTORY (A)]       >|||||
============================================*/

.cms-el .cms-webshop-orderhistoy-A .cms-orderhistoy-head .cms-orderhistoy-title{
	font-weight: 700;
	font-size:110%;
}

.cms-el .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-item{
	border-top-color:#e3e4e8;
}

.cms-el .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-item.first{
	border-top-color:#9b9b9b;
}

.cms-el .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-item:hover{
	background-color: #F9F9F9;
}

/*============================================
||||<       [x. ORDER DETAIL (A)]       >|||||
============================================*/

.cms-el .cms-webshop-order-detail-A h2{
	color:#B3B3B3;
}

.cms-el .cms-webshop-order-detail-A a{
	text-decoration: none;
}

/* CURRENT STATUS
----------------------------------------- */

.cms-el .cms-webshop-order-detail-A .cms-shoppingcart-product-delivery,
.cms-el .cms-webshop-order-detail-A .cms-shoppingcart-product-stock{
	border-bottom:1px solid #f2f2f2;
}


/* ORDER OVERVIEW TABLE
----------------------------------------- */

.cms-el .cms-webshop-order-detail-A .cms-table thead th{
	font-weight: 700;
	font-size:110%;
}
.cms-el .cms-webshop-order-detail-A .cms-table .order-body tr{
	border-top: 1px solid #e3e4e8;
}

.cms-el .cms-webshop-order-detail-A .cms-table .order-body tr.first{
	border-top-color:#9d9d9d;
}

.cms-el .cms-webshop-order-detail-A .cms-table .order-body .order-subtotal{
	border-top-color:#9d9d9d;
}

.cms-el .cms-webshop-order-detail-A .cms-table .order-body .order-total{
	border-top-color:#9d9d9d;
}

.cms-el .cms-webshop-order-detail-A .cms-table .order-body .order-subtotal td,
.cms-el .cms-webshop-order-detail-A .cms-table .order-body .order-total td{
	font-weight: 600;
}

.cms-el .cms-webshop-order-detail-A .cms-table .bull{
	vertical-align: top;
}

.cms-el .cms-webshop-order-detail-A .cms-table .product-bull{
	vertical-align: top;
	font-size: 22px;
}

.cms-el .cms-webshop-order-detail-A .cms-table .productName{
	width:300px;
}

.cms-el .cms-webshop-order-detail-A .cms-table .amount{
	width:50px;
}

.cms-el .cms-webshop-order-detail-A .cms-table .btw{
	width:40px;
}

.cms-el .cms-webshop-order-detail-A .cms-table .piecePrice{
	text-align: right;
	width:50px;
}

.cms-el .cms-webshop-order-detail-A .cms-table .price{
	text-align: right;
	width:100px;
}

/* ORDER MESSAGE TABLE
----------------------------------------- */

.cms-el .cms-webshop-order-detail-A .cms-table.message td{
	padding:5px 0;
}

.cms-el .cms-webshop-order-detail-A .cms-table.message .order-message{
	border-top: 1px solid #e3e4e8;
}

.cms-el .cms-webshop-order-detail-A .cms-table.message .order-message.first{
	border-top-color:#9d9d9d;
}

/*============================================
||||<          [x. RETOUR (A)]          >|||||
============================================*/

/* ORDER OVERVIEW TABLE
----------------------------------------- */

.cms-el .cms-webshop-order-retour-A .cms-table thead th{
	font-weight: 700;
	font-size:110%;
}
.cms-el .cms-webshop-order-retour-A .cms-table .order-body tr{
	border-top: 1px solid #e3e4e8;
}

.cms-el .cms-webshop-order-retour-A .cms-table .order-body tr.first{
	border-top-color:#9d9d9d;
}

.cms-el .cms-webshop-order-retour-A .cms-table .order-body tr:last-child{
	border-bottom:1px solid #9d9d9d;
}

.cms-el .cms-webshop-order-retour-A .cms-table .order-body .order-subtotal{
	border-top-color:#9d9d9d;
}

.cms-el .cms-webshop-order-retour-A .cms-table .order-body .order-total{
	border-top-color:#9d9d9d;
}

.cms-el .cms-webshop-order-retour-A .cms-table .order-body .order-subtotal td,
.cms-el .cms-webshop-order-retour-A .cms-table .order-body .order-total td{
	font-weight: 600;
}

.cms-el .cms-webshop-order-retour-A .cms-table .bull{
	vertical-align: top;
}

.cms-el .cms-webshop-order-retour-A .cms-table .product-bull{
	vertical-align: top;
	font-size: 22px;
}

.cms-el .cms-webshop-order-retour-A .cms-table .productName{
	width:300px;
}

.cms-el .cms-webshop-order-retour-A .cms-table .quantity{
	width:50px;
}

.cms-el .cms-webshop-order-retour-A .cms-table .quantity{
	width:120px;
}

.cms-el .cms-webshop-order-retour-A .cms-table .btw{
	width:40px;
}

.cms-el .cms-webshop-order-retour-A .cms-table .piecePrice{
	text-align: right;
	width:50px;
}

.cms-el .cms-webshop-order-retour-A .cms-table .price{
	text-align: right;
	width:100px;
}

/*============================================
||||<     [x. REGISTER ACCOUNT (A)]     >|||||
============================================*/

.cms-el .cms-webshop-register-A .cms-register-panel{
	border-right: 1px solid #edeef0;
}

/*============================================
||||<      [x. COMPANY FIELDS (A)]      >|||||
============================================*/

.cms-el .company-fields{
	float: left;
}

.cms-el .company-fields .company-container {
	display: block;
	background: #efefef;
	width: 288px;
	margin:0;
	float: left;
	padding: 5px 10px;
	outline: 1px solid #CFD0D3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cms-el .company-fields .company-container .cms-input-text,
.cms-el .company-fields .company-container .cms-input-text input{
	width:268px;
}

/*============================================
||||<          [x. FOOTER (A)]          >|||||
============================================*/

.cms-el .cms-footer{
	background-color:#242424;
	margin-top:20px;
	padding: 40px 0;
    font-size: 11px;
}

.cms-el .cms-footer .title{
	color:#7d7d7d;
	font-weight: 600;
	font-size:115%;
}

.cms-el .cms-footer p,
.cms-el .cms-footer ul,
.cms-el .cms-footer ol{
	color:#a4a4a4;
}

.cms-el .cms-footer input::-webkit-input-placeholder 	{ color:#7d7d7d; } /* WEBKIT */
.cms-el .cms-footer input:-moz-placeholder 				{ color:#7d7d7d; } /* FIREFOX 18- */
.cms-el .cms-footer input::-moz-placeholder 			{ color:#7d7d7d; } /* FIREFOX 19+ */
.cms-el .cms-footer input:-ms-input-placeholder 		{ color:#7d7d7d; } /* IE */

.cms-footer .cms-footer-fastware{
	text-align: center;
	margin-top: 40px;
}

.cms-el .cms-footer .cms-footer-fastware a{
	color:#a4a4a4;
}

/* VAT NOTIFICATION */

.cms-el .cms-footer .cms-webshop-vat-notification-A{
	color: #7D7D7D;
}

/* RATING SNIPPET */

.cms-el .cms-footer .cms-webshop-rating-snippet-A{
	color: #7D7D7D;
}

/* COOKIE NOTIFICATION */

.cms-el .cms-cookie-notification-A{
	background: #F9F9F9;
	border-top: 2px solid #e3e4e8;
}

.cms-el .cms-cookie-notification-A .cms-cookie-message .cms-button .cms-icon{
	margin:3px;
}

/*============================================
||||<         [x. MEDIA QUERIES]        >|||||
============================================*/

/*============================================
|||||<     [Desktop XL (extra wide)]    >|||||
============================================*/

/* TOP BAR
----------------------------------------- */

.cms-responsive.desktopxl .cms-el .cms-top-bar-container{
	width:1180px;
}

/* USER MENU
----------------------------------------- */

.cms-responsive.desktopxl .cms-el .cms-webshop-header .cms-webshop-account-menu-A{
	margin-left:120px;
	margin-right: 120px;
}

/* SEARCH MENU
----------------------------------------- */

.cms-responsive.desktopxl .cms-el .cms-webshop-header .cms-search{
	margin-left:120px;
	margin-right: 120px;
}

/* PRODUCT OVERVIEW
-----------------------------------------*/

.cms-responsive.desktopxl .cms-el .cms-webshop-overview-products-A .cms-overview-item{
	width: 280px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-overview-products-A .cms-webshop-picture{
	width: 264px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-overview-products-A .img-align-helper{
	width: 264px;
	max-width: 264px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-overview-products-A .cms-overview-item.overflow.hover .cms-overflow-container{
	left: -17px;
}

/* PRODUCT HIGHLIGHTS
-----------------------------------------*/

.cms-responsive.desktopxl .cms-el .cms-webshop-product-highlight-A .cms-highlight-item{
	width: 280px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-product-highlight-A .cms-webshop-picture{
	width: 264px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-product-highlight-A .img-align-helper{
	width: 264px;
	max-width: 264px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-product-highlight-A .cms-highlight-item .cms-icon.cms-icon-store, 
.cms-responsive.desktopxl .cms-el .cms-webshop-product-highlight-A .cms-highlight-item .cms-icon.cms-icon-equipe{
	    max-width: 174px;
}

/* PRODUCT DETAIL
-----------------------------------------*/

.cms-responsive.desktopxl .cms-el .cms-webshop-product-A .cms-product-configuration{
	float: right;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-product-A .cms-product-gallery{
	width: 427px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-product-A .cms-gallery-current-image{
	width: 380px;
	height: 380px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-product-A .cms-gallery-current-image .img-align-helper{
	width: 380px;
	height: 380px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-product-A .cms-product-info-block, 
.cms-responsive.desktopxl .cms-el .cms-webshop-product-A .cms-product-suggestion-block{
	width:880px;
	max-width: 880px;
}

/* SHOPPING CART DETAIL
----------------------------------------- */

.cms-responsive.desktopxl .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-head .cms-shoppingcart-title.product{
	width: 857px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-detail.cms-shoppingcart-product-name{
	width: 802px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-subtotal .cms-shoppingcart-detail.title,
.cms-responsive.desktopxl .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-additional-charge .cms-shoppingcart-detail.title, 
.cms-responsive.desktopxl .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-total .cms-shoppingcart-detail.title, 
.cms-responsive.desktopxl .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-vat-item .cms-shoppingcart-detail.title{
	width: 1040px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-discount-name{
	width: 987px;
}

/* FAVORITE DETAIL
----------------------------------------- */

.cms-responsive.desktopxl .cms-el .cms-webshop-favorites-A .cms-favorites-head .cms-favorites-title.product{
	width: 885px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-favorites-A .cms-favorites-detail.cms-favorites-product-name{
	width: 821px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-favorites-A .cms-favorites-subtotal .cms-favorites-detail.title,
.cms-responsive.desktopxl .cms-el .cms-webshop-favorites-A .cms-favorites-additional-charge .cms-favorites-detail.title, 
.cms-responsive.desktopxl .cms-el .cms-webshop-favorites-A .cms-favorites-total .cms-favorites-detail.title, 
.cms-responsive.desktopxl .cms-el .cms-webshop-favorites-A .cms-favorites-vat-item .cms-favorites-detail.title{
	width: 1040px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-favorites-A .cms-favorites-discount-name{
	width: 987px;
}

/* CHECKOUT
-----------------------------------------*/

.cms-responsive.desktopxl .cms-el .cms-webshop-checkout-A .cms-checkout-panel{
	width: 369px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-checkout-A .cms-checkout-panel.stap-3{
	width: 400px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-checkout-A .cms-checkout-overview{
	width: 400px;
}

/* USER OVERVIEW
-----------------------------------------*/

.cms-responsive.desktopxl .cms-el .cms-webshop-account-overview-A .cms-overview-block.left,
.cms-responsive.desktopxl .cms-el .cms-webshop-account-overview-A .cms-overview-block.right{
	width: 375px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-account-overview-A .cms-overview-block .cms-inner-block{
	width: 365px;
}

/* USER EDIT DETAILS
-----------------------------------------*/

.cms-responsive.desktopxl .cms-el .cms-webshop-account-A .cms-account-panel{
	width: 369px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-account-A .cms-account-overview{
	width: 400px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-account-A .cms-account-panel fieldset{
	width: 290px;
}

/* USER LOGIN PAGE
-----------------------------------------*/

.cms-responsive.desktopxl .cms-webshop-login-A .cms-login-existing,
.cms-responsive.desktopxl .cms-webshop-login-A .cms-login-new{
	width: 369px;
}

/* USER REGISTER PAGE
-----------------------------------------*/

.cms-responsive.desktopxl .cms-el .cms-webshop-register-A .cms-register-panel{
	width: 369px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-register-A .cms-register-overview{
	width: 400px;
}

.cms-responsive.desktopxl .cms-el .cms-webshop-register-A .cms-register-panel fieldset{
	width: 290px;
}

/* ORDER HISTORY
-----------------------------------------*/

.cms-responsive.desktopxl .cms-el .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-title.order, 
.cms-responsive.desktopxl .cms-el .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-detail.order{
	width: 192px;
}

.cms-responsive.desktopxl .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-title.date, 
.cms-responsive.desktopxl .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-detail.date{
	width: 180px;
}

.cms-responsive.desktopxl .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-detail.status{
	width: 164px;
}

.cms-responsive.desktopxl .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-detail.details{
	width: 164px;
}

/*============================================
||||<   [x. TABLETS & SMALL LAPTOPS]    >|||||
============================================*/

/* TOP BAR
----------------------------------------- */

.cms-responsive.tablet .cms-el .cms-top-bar-container{
	width:700px;
}

/* KIYOH RATING */

.cms-responsive.tablet .cms-el .cms-top-bar .cms-rating-kiyoh a{
	height: 30px;
	margin-right: 10px;
}

/* USER MENU
----------------------------------------- */

.cms-responsive.tablet .cms-el .cms-webshop-header .cms-webshop-account-menu-A li.separator{
	background-color: #E3E4E8;
}

/* SEARCH MENU
----------------------------------------- */

.cms-responsive.tablet .cms-el .cms-webshop-header .cms-search{
	margin:2px 0 0;
	width:300px;
	float: left;
}

.cms-responsive.tablet .cms-el .cms-webshop-header .cms-search input{
	width:258px;
}

/* NAVIGATION
----------------------------------------- */

.cms-responsive.tablet .cms-el .cms-menu{
	margin-bottom:0;
}

/* BREADCRUMBS
----------------------------------------- */

.cms-responsive.tablet .cms-el .cms-breadcrumbs-A{
	margin-bottom:0;
}

/* ACCOUNT OVERVIEW
----------------------------------------- */

.cms-responsive.tablet .cms-webshop-account-overview-A .cms-overview-block.left{
	border-right: 1px solid #edeef0;
}

/*============================================
||||<        [x. TABLET PORTRAIT]       >|||||
============================================*/

/* HEADER BAR
----------------------------------------- */

.cms-responsive.phablet .cms-el .cms-top-bar{
	width:100%;
	height:60px;
	display:block;
	position: absolute;
	z-index:50;
	top:0;
	left:0;
	right:0px;
	background-color: #9d9d9d;
}

.cms-responsive.phablet .cms-el .cms-top-bar-container{
	width:100%;
}

/* KIYOH RATING */

.cms-responsive.phablet .cms-el .cms-top-bar .cms-rating-kiyoh{
	display: none;
}

/* TRUSTPILOT RATING */

.cms-responsive.phablet .cms-el .cms-top-bar .cms-rating-trustpilot{
	display: none;
}

/* HEADER USP
------------------------------------------*/

.cms-responsive.phablet .cms-el .cms-header-usp{
	background-color:transparent;
	height:auto;
	margin-bottom:40px;
}

.cms-responsive.phablet .cms-el .cms-header-usp .cms-usp-item,
.cms-responsive.phablet .cms-el .cms-header-usp .cms-usp-item.first,
.cms-responsive.phablet .cms-el .cms-header-usp .cms-usp-item.last{
	text-align: left;
	width: 100%;
	display: inline-block;
	font-size:115%;
}

.cms-responsive.phablet .cms-el .cms-header-usp .cms-usp-item .cms-icon{
	background-position: -53px -48px;
	width: 13px;
}

.cms-responsive.phablet .cms-el .cms-header-usp .cms-usp-item  .cms-text{
	color:#9e9e9e;
}

.cms-responsive.phablet .cms-el .cms-header-usp .cms-usp-item  .cms-text.first{
	color:#fff;
}

/* LANGUAGE SELECT
------------------------------------------*/
.cms-responsive.phablet .cms-el .cms-webshop-language-menu{
	width:100%;
	height: auto;
	float: right;
	display: inherit;
	position: inherit;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu,
.cms-responsive.phablet .cms-el .cms-webshop-language-menu .cms-language-dropdown{
	line-height: 11px;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu a.level1 .cms-text,
.cms-responsive.phablet .cms-el .cms-webshop-language-menu a.level1 .cms-icon-language,
.cms-responsive.phablet .cms-el .cms-webshop-language-menu a .cms-icon-language-arrow{
	display: none;
}

/* DROPDOWN */

.cms-responsive.phablet .cms-el .cms-webshop-language-menu:hover .cms-language-dropdown{
	display: none;
	visibility: hidden;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu.open .cms-language-dropdown{
	display: block;
	visibility: visible;
	top: 60px;
	z-index: 100;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu a.level1{
	display: block;
	position: absolute;
	margin: 0;
	top: 10px;
	right: 118px;
	width: 44px;
	height: 40px;
	z-index: 80;
	background-color:transparent;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu .cms-icon-world{
	width: 20px;
	height: 20px;
	margin: 10px 0 0 12px;
	background-position: -48px -1200px;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu.open .cms-icon-world{
	background-position: -48px -1056px;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu ul{
	background:#fff;
	display: none;
	font-size: 120%;
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	margin-top: 0;
	height: auto;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu .open ul{
	display: block;
	top: 50px;
	z-index: 100;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu li{
	position: relative;
	height: auto;
	width: 100%;
	float: left;
	clear: both;
	text-align: left;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu li a{
	color:#454545;
	display: inline-block;
	width: 100%;
	min-height: 50px;
	line-height: 40px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu li:hover a{
	background-color:#C2C2C2;
	color:#fff;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu li.mobile a{
	display: block;
}

.cms-responsive.phablet .cms-el .cms-webshop-language-menu li a span{
	font-size:14px;
}

/* STATIC MENU
------------------------------------------*/

.cms-responsive.phablet .cms-el .cms-static-menu{
	width:100%;
	margin-bottom:30px;
	float: left;
}

.cms-responsive.phablet .cms-el .cms-static-menu .separator{
	display: none;
}

.cms-responsive.phablet .cms-el .cms-static-menu .cms-static-menu-item{
	width: 50%;
	list-style: none;
	text-align: center;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #3A3A3A;
	border-right: 1px solid #242424;
	border-bottom: 1px solid #242424;
}

.cms-responsive.phablet .cms-el .cms-static-menu .cms-static-menu-item:nth-child(4n-1){
	border-right:0;
}

.cms-responsive.phablet .cms-el .cms-static-menu .cms-static-menu-item a{
	width: 100%;
	min-height: 50px;
	line-height: 40px;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-size:14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
}

/* MAIN MENU
------------------------------------------*/

.cms-responsive.phablet .cms-el .cms-menu{
	background-color:#fff;
}

.cms-responsive.phablet .cms-el .cms-menu-A .cms-menu-icon,
.cms-responsive.phablet .cms-el .cms-menu-B .cms-menu-icon{
	top:10px;
	left:10px;
}

.cms-responsive.phablet .cms-el .cms-menu .cms-menu-item.submenu.hover{
	background-color: #F9F9F9;
}

.cms-responsive.phablet .cms-el .cms-menu .cms-menu-item a{
	color:#454545;
}

.cms-responsive.phablet .cms-el .cms-menu .cms-menu-item:hover > a,
.cms-responsive.phablet .cms-el .cms-menu .cms-menu-item.hover > a,
.cms-responsive.phablet .cms-el .cms-menu .cms-menu-item.selected > a,
.cms-responsive.phablet .cms-el .cms-menu .cms-menu-item.submenu.hover > a,
.cms-responsive.phablet .cms-el .cms-menu .cms-menu-item.hover.selected > a{
	color:#fff;
	background-color: #B3B3B3;
}

.cms-responsive.phablet .cms-el .cms-menu .cms-menu-item.home a{
	text-indent: 0;
	width: 100%;
	margin:0;
	background-image: none;
}

/* ARROW ICON (RIGHT) BEHIND DROPDOWN ITEMS */

.cms-responsive.phablet .cms-el .cms-menu .cms-menu-item.submenu::after{ 
	position: absolute;
	right: 0;
	top: 5px;
	content: "";
	display: inline-block;
	float: right;
	width:40px;
	height:40px;
	background:transparent url('../picture/cms-icon-sprite.png') scroll no-repeat -34px -418px;
}

.cms-responsive.phablet .cms-el .cms-menu .cms-menu-item.submenu.hover::after{
	background:transparent url('../picture/cms-icon-sprite.png') scroll no-repeat -34px -371px;
}

/* USER MENU
----------------------------------------- */

.cms-responsive.phablet .cms-el .cms-webshop-account-menu-A .cms-menu-icon .cms-icon{
	background-color:transparent;
	background-image: url('../../def/picture/cms-responsive_nav-sprite.png');
	background-repeat: no-repeat; 
	background-position: -78px 0;
}

.cms-responsive.phablet .cms-el .cms-webshop-account-menu-A.open .cms-menu-icon .cms-icon{
	background-position: -80px -40px;
}

.cms-responsive.phablet .cms-el .cms-webshop-account-menu-A ul{
	background-color:#fff;
}

.cms-responsive.phablet .cms-el .cms-webshop-account-menu-A li a{
	color:#454545;
}

.cms-responsive.phablet .cms-el .cms-webshop-account-menu-A li a:hover{
	background-color: #B1B1B1;
	color:#fff;
}

/* SHOPPING CART BLOCK
----------------------------------------- */

.cms-responsive.phablet .cms-el .cms-webshop-shoppingcart-summary-A .cms-cart-quantity{
	background-color:#454545;
}

.cms-responsive.phablet .cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-header{
	background-color:transparent;
}

/* WEBSHOP LOGO
----------------------------------------- */

.cms-responsive.phablet .cms-el .cms-webshop-header .cms-webshop-logo{
	margin-top:97px;
	width:100%;
	text-align: center;
}

/* BREADCRUMBS
----------------------------------------- */

.cms-responsive.phablet .cms-el .cms-breadcrumbs-A{
	display: none;
}

/* SEARCH
----------------------------------------- */

.cms-responsive.phablet .cms-el .cms-webshop-header .cms-search{
	margin:0;
	position: absolute;
	background: #f8f8f8;
	padding: 5px 10px;
	top: 60px;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cms-responsive.phablet .cms-el .cms-webshop-header .cms-search:after{
	content: '';
	display: block;
	width: 49px;
	height: 48px;
	background: #F8F8F8;
	position: absolute;
	top: 0;
	right: 0;
}

.cms-responsive.phablet .cms-el .cms-webshop-header .cms-search .cms-button{
	height: 33px;
	width: 33px;
	float: right;
	margin-top: -38px;
	z-index: 20;
}

.cms-responsive.phablet .cms-el .cms-webshop-header .cms-search .cms-icon-search{ 
	background-position: -89px -618px; 
	width:31px;
	height:31px;
}

.cms-responsive.phablet .cms-el .cms-webshop-header .cms-search input{
	width: 100%;
	height: 38px;
	padding-right: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* PRODUCT OVERVIEW
-----------------------------------------*/

/* REFINEMENTS (FILTERS) */

.cms-responsive.phablet .cms-webshop-submenu-A{
	display: none;
}
	
.cms-responsive.phablet .cms-webshop-overview-filters-A.open{
	border-color: #959595;
}

.cms-responsive.phablet .cms-webshop-overview-filters-A .cms-webshop-filters-filter-title,
.cms-responsive.phablet .cms-webshop-overview-filters-A .cms-filters-filter-item{
	font-size:115%;
}

.cms-responsive.phablet .cms-webshop-overview-filters-A .cms-webshop-filters-filter{
	border-bottom-color:#F2F2F2;
}

/* RUBRIEKEN */

.cms-responsive.phablet .cms-el .cms-webshop-submenu-A.open{
	border-color: #959595;
}

/* PAGINATION */

.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .cms-pagination a{
	border: 2px solid #ebebeb;
	color: #454545;
}

.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .cms-pagination a.selected{
	border-color: #777777;
}

.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .cms-pagination a:hover,
.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .cms-pagination a.selected:hover{
	border-color: #959595;
	color: #454545;
}

/* DROPDOWN FILTERS */

.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown{
	border-color:#ebebeb;
	background-color:#fff;
}

.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown.open{
	border-color:#777777;
}

.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown .first-item > a{
	color:#454545;
}

.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown .cms-dropdown{
	background-color:#fff;
	border-color:#777777;
}

.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown a.selected,
.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown .filter.selected{
	background-color:#777777;
	color:#fff;
}

.cms-responsive.phablet .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown .cms-dropdown .title{
	display: none;
}

/* OVERVIEW */

.cms-responsive.phablet .cms-el .cms-overview-products{
	border-top: 3px solid #f2f2f2;
}

/* SHOPPING CART DETAIL
----------------------------------------- */

.cms-responsive.phablet .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-item .row-two{
	position: relative;
}

.cms-responsive.phablet .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-option-item.last{
	border-bottom: 1px solid #f2f2f2;
}

/* CHECKOUT
-----------------------------------------*/

.cms-responsive.phablet .cms-el .cms-webshop-checkout-A .cms-checkout-panel{
	border:0;
}

/* USER OVERVIEW
-----------------------------------------*/

.cms-responsive.phablet .cms-el .cms-webshop-account-overview-A .cms-overview-block{
	border:0;
}

/* ORDER HISTORY
-----------------------------------------*/

.cms-responsive.phablet .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-detail.date{
	color:#9D9D9D;
}

/*============================================
||||<         [x. Reorder Products]        >|||||
============================================*/
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products-product-amount .cms-link {
	line-height: 40px;
}

/* INPUT FIELDS
----------------------------------------- */

.cms-el .cms-webshop-reorder-products-A input{
	height:24px;
	text-align: center;
}

/* TABLE HEAD
----------------------------------------- */

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-head{
	background-color:#FFF;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-options{
	border-top: 1px solid #f2f2f2;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-option-item{
	border-bottom: 1px solid #f2f2f2;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-option-item.last{
	border-bottom: 0;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-title{
	font-weight: 700;
	font-size: 13px;
}

/* TABLE BODY
----------------------------------------- */

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products a{
	text-decoration: none;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-body .cms-reorder-products-item,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-subtotal,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-additional-charge,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-discount-item,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-discount,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-total{
	border-top:1px solid #e3e4e8;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-body .cms-reorder-products-item:hover{
	background-color:#F9F9F9;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-body .cms-reorder-products-item.first{
	border-top-color:#9d9d9d;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-body .cms-reorder-products-product-image .cms-product-image-container,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-body .cms-reorder-products-product-image .cms-option-image-container{
	margin:0;
	border:2px solid #e3e4e8;
	background:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-body .cms-reorder-products-product-image .cms-option-image-container{
	margin:0 0 0 20px;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-body .cms-reorder-products-product-image .img-align-helper{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-body .cms-reorder-products-detail.cms-reorder-products-product-name .title{
	font-size:110%;
	font-weight: 400;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-detail.cms-reorder-products-product-price,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-detail.cms-reorder-products-product-totalArticlePrice{
	color:#454545;
}

/* TABLE BOTTOM
----------------------------------------- */

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-subtotal,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-additional-charge{
	height:30px;
	font-size: 100%;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-total,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-vat-item{
	border-top-color:#9d9d9d;
	height:30px;
	font-size: 100%;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-subtotal .cms-reorder-products-detail,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-total .cms-reorder-products-detail{
	font-weight:600;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-total .cms-reorder-products-detail{
	font-size:13px;
}

/* DISCOUNT BLOCK
----------------------------------------- */

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-discount-image{
	background:url('../picture/cms-discount.png');
	background-repeat: no-repeat;
	background-position: 2px center;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-discount-totalArticlePrice{
	color: #454545;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products .cms-reorder-products-body .cms-reorder-products-discount{
	background-color:#F9F9F9;
}

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products-empty{
	font-size:120%;
}

/* CURRENT STATUS
----------------------------------------- */

.cms-el .cms-webshop-reorder-products-A .cms-reorder-products-product-delivery,
.cms-el .cms-webshop-reorder-products-A .cms-reorder-products-product-stock{
	border-bottom:1px solid #f2f2f2;
}

/*============================================
||||<         [x. MOBILE PHONES]        >|||||
============================================*/

/* HEADER BAR
----------------------------------------- */

.cms-responsive.mobile .cms-el .cms-top-bar{
	width:100%;
	height:60px;
	display:block;
	position: absolute;
	z-index:50;
	top:0;
	left:0;
	right:0px;
	background-color: #9d9d9d;
}

.cms-responsive.mobile .cms-el .cms-top-bar-container{
	width:100%;
}

/* KIYOH RATING */

.cms-responsive.mobile .cms-el .cms-top-bar .cms-rating-kiyoh{
	display: none;
}

/* TRUSTPILOT RATING */

.cms-responsive.mobile .cms-el .cms-top-bar .cms-rating-trustpilot{
	display: none;
}

/* HEADER USP
------------------------------------------*/

.cms-responsive.mobile .cms-el .cms-header-usp{
	background-color:transparent;
	height:auto;
	margin-bottom:40px;
}

.cms-responsive.mobile .cms-el .cms-header-usp .cms-usp-item,
.cms-responsive.mobile .cms-el .cms-header-usp .cms-usp-item.first,
.cms-responsive.mobile .cms-el .cms-header-usp .cms-usp-item.last{
	width: 100%;
	text-align: left;
	display: inline-block;
	font-size:115%;
}

.cms-responsive.mobile .cms-el .cms-header-usp .cms-usp-item .cms-icon{
	background-position: -53px -48px;
	width: 13px;
}

.cms-responsive.mobile .cms-el .cms-header-usp .cms-usp-item  .cms-text{
	color:#9e9e9e;
}

.cms-responsive.mobile .cms-el .cms-header-usp .cms-usp-item  .cms-text.first{
	color:#fff;
}

/* LANGUAGE SELECT
------------------------------------------*/

.cms-responsive.mobile .cms-el .cms-webshop-language-menu{
	width:100%;
	height: auto;
	float: right;
	display: inherit;
	position: inherit;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu,
.cms-responsive.mobile .cms-el .cms-webshop-language-menu .cms-language-dropdown{
	line-height: 11px;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu a.level1 .cms-text,
.cms-responsive.mobile .cms-el .cms-webshop-language-menu a.level1 .cms-icon-language,
.cms-responsive.mobile .cms-el .cms-webshop-language-menu a .cms-icon-language-arrow{
	display: none;
}

/* DROPDOWN */

.cms-responsive.mobile .cms-el .cms-webshop-language-menu:hover .cms-language-dropdown{
	display: none;
	visibility: hidden;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu.open .cms-language-dropdown{
	display: block;
	visibility: visible;
	top: 60px;
	z-index: 100;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu a.level1{
	width: 44px;
	height: 40px;
	display: block;
	position: absolute;
	margin: 0;
	top: 10px;
	right: 118px;
	z-index: 80;
	background-color:transparent;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu .cms-icon-world{
	width: 20px;
	height: 20px;
	margin: 10px 0 0 12px;
	background-position: -48px -1200px;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu.open .cms-icon-world{
	background-position: -48px -1056px;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu ul{
	width: 100%;
	height: auto;
	background:#fff;
	display: none;
	font-size: 120%;
	position: absolute;
	top: 60px;
	left: 0;
	margin-top: 0;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu .open ul{
	display: block;
	top: 50px;
	z-index: 100;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu li{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	clear: both;
	text-align: left;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu li a{
	width: 100%;
	min-height: 50px;
	color:#454545;
	display: inline-block;
	line-height: 40px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu li:hover a{
	color:#fff;
	background-color:#C2C2C2;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu li.selected a{
	color:#fff;
	background-color: #B3B3B3;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu li.mobile a{
	display: block;
}

.cms-responsive.mobile .cms-el .cms-webshop-language-menu li a span{
	font-size:14px;
}

/* STATIC MENU
------------------------------------------*/

.cms-responsive.mobile .cms-el .cms-static-menu{
	width:100%;
	margin-bottom:30px;
	float: left;
}

.cms-responsive.mobile .cms-el .cms-static-menu .separator{
	display: none;
}

.cms-responsive.mobile .cms-el .cms-static-menu .cms-static-menu-item{
	width: 50%;
	list-style: none;
	text-align: center;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #3A3A3A;
	border-right: 1px solid #242424;
	border-bottom: 1px solid #242424;
}

.cms-responsive.mobile .cms-el .cms-static-menu .cms-static-menu-item:nth-child(4n-1){
	border-right:0;
}

.cms-responsive.mobile .cms-el .cms-static-menu .cms-static-menu-item a{
	width: 100%;
	min-height: 50px;
	line-height: 40px;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-size:14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
}

/* MAIN MENU
------------------------------------------*/

.cms-responsive.mobile .cms-el .cms-menu{
	background-color:#fff;
}

.cms-responsive.mobile .cms-el .cms-menu-A .cms-menu-icon,
.cms-responsive.mobile .cms-el .cms-menu-B .cms-menu-icon{
	top:10px;
	left:10px;
}

.cms-responsive.mobile .cms-el .cms-menu .cms-menu-item.submenu.hover{
	background-color: #F9F9F9;
}

.cms-responsive.mobile .cms-el .cms-menu .cms-menu-item a{
	color:#454545;
}

.cms-responsive.mobile .cms-el .cms-menu .cms-menu-item:hover > a,
.cms-responsive.mobile .cms-el .cms-menu .cms-menu-item.hover > a,
.cms-responsive.mobile .cms-el .cms-menu .cms-menu-item.selected > a,
.cms-responsive.mobile .cms-el .cms-menu .cms-menu-item.submenu.hover > a,
.cms-responsive.mobile .cms-el .cms-menu .cms-menu-item.hover.selected > a{
	color:#fff;
	background-color: #B3B3B3;
}

.cms-responsive.mobile .cms-el .cms-menu .cms-menu-item.home a{
	width: 100%;
	text-indent: 0;
	margin:0;
	background-image: none;
}

/* ARROW ICON (RIGHT) BEHIND DROPDOWN ITEMS */

.cms-responsive.mobile .cms-el .cms-menu .cms-menu-item.submenu::after{ 
	width:40px;
	height:40px;
	position: absolute;
	right: 0;
	top: 5px;
	content: "";
	display: inline-block;
	float: right;
	background:transparent url('../picture/cms-icon-sprite.png') scroll no-repeat -34px -418px;
}

.cms-responsive.mobile .cms-el .cms-menu .cms-menu-item.submenu.hover::after{
	background:transparent url('../picture/cms-icon-sprite.png') scroll no-repeat -34px -371px;
}

/* USER MENU
----------------------------------------- */

.cms-responsive.mobile .cms-el .cms-webshop-account-menu-A .cms-menu-icon .cms-icon{
	background-color:transparent;
	background-image: url('../../def/picture/cms-responsive_nav-sprite.png');
	background-repeat: no-repeat; 
	background-position: -78px 0;
}

.cms-responsive.mobile .cms-el .cms-webshop-account-menu-A.open .cms-menu-icon .cms-icon{
	background-position: -80px -40px;
}

.cms-responsive.mobile .cms-el .cms-webshop-account-menu-A ul{
	background-color:#fff;
}

.cms-responsive.mobile .cms-el .cms-webshop-account-menu-A li a{
	color:#454545;
}

.cms-responsive.mobile .cms-el .cms-webshop-account-menu-A li a:hover{
	background-color: #B1B1B1;
	color:#fff;
}

/* SHOPPING CART BLOCK
----------------------------------------- */

.cms-responsive.mobile .cms-el .cms-webshop-shoppingcart-summary-A .cms-cart-quantity{
	background-color:#454545;
}

.cms-responsive.mobile .cms-el .cms-webshop-shoppingcart-summary-A .cms-shoppingcart-header{
	background-color:transparent;
}

/* WEBSHOP LOGO
----------------------------------------- */

.cms-responsive.mobile .cms-el .cms-webshop-header .cms-webshop-logo{
	margin-top:108px;
	width:100%;
	text-align: center;
}

/* BREADCRUMBS
----------------------------------------- */

.cms-responsive.mobile .cms-el .cms-breadcrumbs-A{
	display: none;
}

/* SEARCH
----------------------------------------- */

.cms-responsive.mobile .cms-el .cms-webshop-header .cms-search{
	width: 100%;
	margin:0;
	position: absolute;
	background: #f8f8f8;
	padding: 5px 10px;
	top: 60px;
	left: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cms-responsive.mobile .cms-el .cms-webshop-header .cms-search:after{
	content: '';
	display: block;
	width: 49px;
	height: 48px;
	background: #F8F8F8;
	position: absolute;
	top: 0;
	right: 0;
}

.cms-responsive.mobile .cms-el .cms-webshop-header .cms-search .cms-button{
	width: 33px;
	height: 33px;
	float: right;
	margin-top: -38px;
	z-index: 20;
}

.cms-responsive.mobile .cms-el .cms-webshop-header .cms-search .cms-icon-search{ 
	width:31px;
	height:31px;
	background-position: -89px -618px; 
}

.cms-responsive.mobile .cms-el .cms-webshop-header .cms-search input{
	width: 100%;
	height: 38px;
	padding-right: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* PRODUCT HIGHLIGHT
-----------------------------------------*/

.cms-responsive.mobile .cms-el .cms-webshop-product-highlight-A .cms-highlight-products{
	border-top: 3px solid #f2f2f2;
}

.cms-responsive.mobile .cms-el .cms-webshop-product-highlight-A .cms-highlight-item:hover{
	border-color:#F2F2F2;
}

/* PRODUCT OVERVIEW
-----------------------------------------*/

/* REFINEMENTS (FILTERS) */

.cms-responsive.mobile .cms-webshop-submenu-A{
	display: none;
}
	
.cms-responsive.mobile .cms-webshop-overview-filters-A.open{
	border-color: #959595;
}

.cms-responsive.mobile .cms-webshop-overview-filters-A .cms-webshop-filters-filter-title,
.cms-responsive.mobile .cms-webshop-overview-filters-A .cms-filters-filter-item{
	font-size:115%;
}

.cms-responsive.mobile .cms-webshop-overview-filters-A .cms-webshop-filters-filter{
	border-bottom-color:#F2F2F2;
}

/* RUBRIEKEN */

.cms-responsive.mobile .cms-el .cms-webshop-submenu-A.open{
	border-color: #959595;
}

/* PAGINATION */

.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .cms-pagination a{
	border: 2px solid #ebebeb;
	color: #454545;
}

.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .cms-pagination a.selected{
	border-color: #777777;
}

.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .cms-pagination a:hover,
.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .cms-pagination a.selected:hover{
	border-color: #959595;
	color: #454545;
}

/* DROPDOWN FILTERS */

.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown{
	border-color:#ebebeb;
	background-color:#fff;
}

.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown.open{
	border-color:#777777;
}

.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown .first-item > a{
	color:#454545;
}

.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown .cms-dropdown{
	background-color:#fff;
	border-color:#777777;
}

.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown a.selected,
.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown .filter.selected{
	background-color:#777777;
	color:#fff;
}

.cms-responsive.mobile .cms-el .cms-webshop-overview-products-A .filter-mobile ul.cms-filter-dropdown .cms-dropdown .title{
	display: none;
}

/* OVERVIEW */

.cms-responsive.mobile .cms-el .cms-overview-products{
	border-top: 3px solid #f2f2f2;
}

/* PRODUCT DETAIL
-----------------------------------------*/

.cms-responsive.mobile .cms-el .cms-webshop-product-A .cms-variant-dropdown .cms-variant-item a.active{
	background-color: #C2C2C2;
	color: #FFF;
}

/* SHOPPING CART DETAIL
----------------------------------------- */

.cms-responsive.mobile .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-item .row-two{
	position: relative;
}

.cms-responsive.mobile .cms-el .cms-webshop-shoppingcart-A .cms-shoppingcart-option-item.last{
	border-bottom: 1px solid #f2f2f2;
}

/* CHECKOUT
-----------------------------------------*/

.cms-responsive.mobile .cms-el .cms-webshop-checkout-A .cms-checkout-panel{
	border:0;
}

/* USER OVERVIEW
-----------------------------------------*/

.cms-responsive.mobile .cms-el .cms-webshop-account-overview-A .cms-overview-block{
	border:0;
}

/* ORDER HISTORY
-----------------------------------------*/

.cms-responsive.mobile .cms-webshop-orderhistoy-A .cms-orderhistoy-overview .cms-orderhistoy-detail.date{
	color:#9D9D9D;
}

/* NOTIFICATION (PRODUCT)
---------------------------------------- */

.cms-el .cms-webshop-notification{
	background-color:#9d9d9d;
}

/* AUTO SIZE FIX FOR SAFARI/IOS
-----------------------------------------*/

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}