<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----[ Page structure ]--------------------------------- */

html, body {
	margin: 0;
	background-color: #f7f7f7;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;

}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #37b34a;
}

button {
	cursor: pointer;
}

i {
	color: #37b34a;
}

.hidden {
    display: none;
}

#page {
	margin: 0 auto;
	background-color: #fff;
	width: 1250px;
	/*width: 920px;*/
	min-height: 500px;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
	outline: none;
	/* padding weg want anders verandert de knopgrootte als je een knop aanklikt */
	/*padding: 5px;*/
	font-weight: normal;
	font-size: 14px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	outline-offset: 0;
}

/* -----[ header part ]----------------------------------------------- */

div.block-header {
	background-color: white;
	padding: 10px 0 0 10px;
	position: fixed;
	width: 1240px;
	z-index: 500;
	height: 50px;
}

div.block-header &gt; span {
	/*display: inline-block;*/
	display: block;
	float: left;
}

div.block-header span.header-item-logo {
	width: 300px;
	height: 60px;
	background: url(../images/logo.png) no-repeat 20px 5px;

	margin-right: 10px;
}
div.block-header .shopping-cart {
	background: url(../images/cart.png) no-repeat 20px 5px;

}

div.product-cart-price .shopping-cart {
	background: #37b34a   url("../images/cart_white.png")   no-repeat scroll 135px 5px;
	border: 1px solid #37b34a;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	padding-left: 15px;
	text-align: left;
	width: 185px;
	margin-left: 30px;
	margin-top: 30px;
}

/* input and buttons in the header */
div.block-header input, div.block-header button {
	margin: 0;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	height: 45px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	float: left;
}

div.block-header button {
	font-size: 14px;
}

div.block-header span.header-item-search {
	margin-right: 10px;
	height: 55px;
}

div.block-header span.header-item-search input {
/*	width: 475px;*/

	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;

	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;

	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;

	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-right-radius: 0px;

	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

div.block-header span.header-item-search button {
	width: 135px;

	background-color: #e4e4e4;
	color: #fff;

	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

div.block-header span.header-item-search button::before {
	font-family: 'FontAwesome';
}

div.block-header span.header-item-account  span {
	margin: 0;
	padding: 0px 40px;
	border: 1px solid #37b34a;
	box-sizing: border-box;
	height: 45px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
	font-size: 14px;
	line-height: 44px;
}

div.block-header span.header-item-cart a {
	margin: 0;
	padding: 0px 40px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	height: 45px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
	font-size: 14px;
	line-height: 44px;
	text-indent: -9999px;
}

.normalscreen {
	display: none;
}
.tabletscreen{
	display: block;
}

.tabletscreen &gt; i{
	color: #fff;
}

.header-item-account &gt; a &gt; span {
	width: 135px;
}

div.block-header span.header-item-account span {
	margin-right: 10px;

	border: 1px solid #37b34a;
	background-color: #37b34a;
	color: #fff;
}

div.block-header span.header-item-account span::before {
	font-family: 'FontAwesome';
}

div.block-header span.header-item-cart a {
	background-color: #e4e4e4;
	color: #9b9b9b;
	width: 80px;
}

/* -----[ main part ]------------------------------------------------- */

.ordergroups &gt; li {
	cursor: pointer;
}

.block-main {
	clear: both;
	padding-top: 65px;
}

.column { float: left; padding: 0; margin: 0; }
.column-1 { width: 300px; margin-left: 10px; }
.column-2 { width: 610px; margin-left: 10px; }
.column-3 { width: 920px; margin-left: 10px; }
.column-4 { width: 1230px; margin-left: 10px; }


.column {
/*	border: 1px solid #e4e4e4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	position: relative;
}


.column.column-4.extra {
	clear: left;
}

.box {
	margin-bottom: 10px;
	padding: 0;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box.box-small {
	width: 100%;
	height: 320px;
}

.box.box-large {
	width: 100%;
	height: 440px;
}

.infoblock{
	height: 240px;
}

.title-ordergroups h3 {
    height: 21px;
}

.box &gt; .box-title {
	background-color: #f9f8ee;
	border-bottom: 1px solid #e4e4e4;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 32px;
	padding: 10px 0 0 30px;
	font-weight: 600;
	height: 32px;
	line-height: 24px;
}


.box &gt; .box-title.folded {
	border-radius: 8px;
	border-bottom: none;
}

.box &gt; .box-title.folded::after {
	color: #9b9b9b;
	/*content: '\25be';*/
	font-family: 'FontAwesome';
	content: "\f0d7";
	margin-left: 8px;

}

.greybar-items .box-title {
	background-color: #f9f8ee;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	box-sizing: border-box;
	font-weight: 600;
	height: 42px;
	line-height: 24px;
	padding: 10px 0 0 30px;
	width: 300px;
}

.greybar-items .box-title.folded::after{
	color: #9b9b9b;
	/*content: '\25be';*/
	font-family: 'FontAwesome';
	content: "\f0d7";
	margin-left: 8px;
}

.box &gt; .box-body &gt; .box-body-inner {
	padding: 10px 0 0 30px;
}

.box .box-body ul.ordergroups {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box  .box-body ul.ordergroups li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	margin: 0px;
	padding: 0 0 0 30px;
	width: 300px;
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
}
/* just some odd even stuff if needed
.box &gt; .box-body &gt; ul.ordergroups li:nth-child(odd) {
	background-color: gray;
}
*/

.box &gt; .box-title.folded:hover::after {
	/*content: "\25b4";*/
	font-family: 'FontAwesome';
	content: "\f0d8";
}

li &gt; .box-title.folded:hover::after {
	/*content: "\25b4";*/
	font-family: 'FontAwesome';
	content: "\f0d8";
}

.box-body div.ordergroups ul.sub-ordergroups {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ordergroups .folded:before{
	color: #37b34a;
	font-family: 'FontAwesome';
	content: "\f0d7";
	font-size: 20px;
	margin-right: 7px;
}

.box &gt; .box-body-large {
	height: 395px;
	width: 300px;
}

.box &gt; .box-body-large &gt; .box-body-inner {
	padding: 10px 0 0 30px;
}

.sub-nav.menu-list {
	padding: 15px;
}

.flag_nl { background: url("../images/flag_nl_32.png") no-repeat scroll center top transparent; }

.flag_en {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/flag_uk_32.png") no-repeat;
  width: 32px; /* Width of new image */
  height: 21px; /* Height of new image */
}

select.chooselanguange option {
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:40px;
	margin: 5px 0;
}

.dropdown-content {
	visibility: hidden;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin: 0 0 0 -126px;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}


.language-size-menu {
	list-style: outside none none;
	margin: 0 0 -4px -16px;
}

.largefont {
	color: #4a4a4a;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
}

.normalfont {
	color: #4a4a4a;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-decoration: none;
}

.tinyfont {
	color: #4a4a4a;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 0.5em;
	text-decoration: none;
}

/* ------------------------------------------------------------------- */

.block-extra {
	border: 1px solid #e4e4e4;
	border-radius: 8px;
}

.block-extra .box {
	display: inline-table;
	height: 90%;
	margin-left: 27px;
	margin-top: 10px;
	width: 22%;
	position: relative;
	border: medium none;
}
.notPublishable {
    margin: 20px 0px 0px 40px;
	color: #4a90e2;
}

.column-header {
	font-size: 18px;
}

.footer {
	height: 55px;
	clear: both;
}

.disclaimers{
	list-style: outside none none;
	text-align: center;
	line-height: 40px;
	color: #4a4a4a;
	background-color: white;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.language-size-menu a, .language-size-menu a:link, .language-size-menu a:visited, .language-size-menu a:hover, .language-size-menu a:active {
	color: #4a4a4a;
}

.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #4a4a4a;
}
.disclaimers a, .disclaimers a:link, .disclaimers a:visited, .disclaimers a:hover, .disclaimers a:active {
	color: #4a4a4a;
}
.articles a, .articles a:link, .articles a:visited, .articles a:hover, .articles a:active {
	color: #4a4a4a;
}

.block-extra a, .block-extra a:link, .block-extra a:visited, .block-extra a:hover, .block-extra a:active {
	color: #4a4a4a;
}

a, a:link, a:visited, a:hover, a:active {
	color: #37b34a;
	text-decoration: none;
}

.box-title a, .box-title a:link, .box-title a:visited, .box-title a:hover, .box-title a:active {
    color: #000000;
}

.sub-nav-menu a, .sub-nav-menu a:link, .sub-nav-menu a:visited, .sub-nav-menu a:hover, .sub-nav-menu a:active {
	color: #000000;
}

.description a, .description a:link, .description a:visited, .description a:hover, .description a:active {
	font-style: italic;
	text-decoration: underline;
}


.disclaimers &gt; a {
	margin-left: 7px;
}

IMG.cover {
	display: block;
	margin: 15px auto 35px;
	width: 120px;
}

.title{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.box p{
	text-align: center;
}

.home &gt; p{
	text-align: left;
}

.box-spacing.termsOfService p {
	text-align: left;
}

.box-spacing.Privacy p {
    text-align: left;
}

#homemenu {
    z-index: 500;
    background-color: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.product-description &gt; p.title {
	text-align: center;
}
.product-description &gt; p.sub-title {
	text-align: center;
}
.product-description &gt; p.ordernumber {
	text-align: center;
}
.sub-ordernumber {
    color: gray;
}

.product-description p {
	text-align: left;
}

.message
{
  background-color:#FCF8E3;
  border:1px solid #FAEBCC;
  text-align:left;
  color:#8A6D3B;
  z-index:999;
  padding:10px;
}

.message #warning
{
  color:#D12F2D;
  font-size:13px;
  font-weight:700;
}

.message p
{
  margin-bottom:0;
  font-size:.9em;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  padding:0;
}

/* --------- coolblue  ----------- */

.product-items--price-dot {
	left: 50%;
	margin-left: 1rem;
	position: absolute;
	top: 3rem;
	visibility: hidden;
}

.price-dot {
	background: #37b34a none repeat scroll 0 0 padding-box;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	height: 6.4rem;
	line-height: 1.4rem;
	overflow: hidden;
	pointer-events: none;
	text-align: center;
	text-decoration: none;
	width: 6.4rem;
}

.price-dot .price-dot--int-price {
	height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}

.price-dot .price-dot--digit {
	display: block;
	font-family: AvenirBlack,Arial,Helvetica,Verdana,sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: -0.019rem;
	margin-left: -0.2rem;
	padding: 0 0.5rem;
	position: relative;
	top: 2.6rem;
}

.price-dot--cents {
	font-size: 0.7em;
}

.banner {
	background-color: #37b34a;
	border: 1px solid #37b34a;
	border-radius: 8px;
	color: #fff;
	height: 106px;
	width: 100%;
	line-height: 25px;
	padding: 0;
}

.block-main .sub-nav-menu{
	background-color: white;
	display: none;
	margin-left: 279px;
	position: absolute;
	top: 0;
	z-index: 999;
	border-radius: 8px;
}

.box  .box-body  ul.ordergroups li:hover {
	color: #163587;
	width: 310px;
	background-color: #FFFFFF;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;


	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	margin: 0px;
	padding: 0px 0 0 30px;
	line-height: 28px;
}

.block-main li:hover .sub-nav-menu{
	display: block;
}


.hover{
	display: block !important;
	visibility: visible !important;
}


div.sub-nav &gt; div.box-body &gt; div.ordergroups &gt; ul.sub-ordergroups &gt; li {
	color: #4a4a4a;
	height: 30px;
	line-height: 20px;
	margin: 0;
	padding: 0 50px 0 0;
	width: auto;
}
div.sub-nav &gt; div.box-body &gt; div.ordergroups &gt; ul.sub-ordergroups &gt; li:hover {
	color: #9b9b9b;
	height: 30px;
	line-height: 20px;
	margin: 0;
	padding: 0 50px 0 0;
	border: none;
	width: auto;
}
.sub-nav &gt; .box-body {
	height: 424px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
	width: 100%;
}

div.sub-nav &gt; div.box-body &gt; div.ordergroups {
	display: inline-table;
	width: 31%;
	float: left;
	margin-right: 20px;
}

h3{
	cursor: default;
}


.original_price {
    color: #b9b9b9;
    font-size: 20px;
}


.box-body-inner ul {
	list-style: none;
	padding: 0px;
}

.box-body-large &gt; .box-body-inner ul li:before
{
	content: '\2043';
	margin: 0 1em;
	line-height: 35px;
}

.star {
	font-size: 25px;
	color: #9b9b9b;
}

.star.filled{
	color: #37b34a;
	content: '\2605'; /* the css value of a star*/
/*
	font-family: 'FontAwesome';
	content: '\f005'; /* the css value of a star*/
*/
}

#order_all_amount {
    width: 30px;
    padding: 0 0 0 7px;
}

.greybar {
	height: 44px;
	margin-bottom: 10px;
}

.greybar ul {
	display: inline;
	list-style: outside none none;
	padding: 0;
}

.greybar-items &gt; li {
	float: left;
}

.breadcrumbs {
	overflow: hidden;
	color: #4a4a4a;
	display: block;
	height: 44px;
	padding: 0px;
	width: 567px;
}

.changeView {
	height: 44px;
	width: 44px;
	line-height: 44px;
}

.breadcrumbs-item {
	line-height: 44px;
	margin: 0 10px 0 0;
	display: inline;
}

.fa-home {
	padding-left: 5px;
}

ol {
	list-style: outside none none;
}

ol li::before {
	font-family: 'FontAwesome';
	content: "\f0da";  /*  ⏵ */
	color: #9b9b9b;
	margin-right: 6px;
}

ol li:first-child:before {
	content: '';
}

.breadcrumbs-link {
	text-decoration: none;
}

.changeView &gt; a &gt; img {
	margin: 5px auto;
}

/*"⏷" 23F7  9207 */

.product {
	border-bottom: 1px solid #e4e4e4;
	/*height: 255px;*/
	position: relative;
}

.product:last-child {
    border-bottom: 0;
}

.product-image {
	float: left;
	width: 200px;
	box-sizing: border-box;
}

.product-image &gt; IMG.cover {
	margin: 22px 25px;
	width: 150px;
}

.imgheight {
    height: 100px;
}

.populairArticles .imgheight {
    height: 170px;
}

.populairArticles &gt; a {
    width: 215px;
}


.product-description {
	float: left;
 	width: 420px;
	box-sizing: border-box;
	height: auto;
	margin: 0 0 10px 0;

}

.product-description .description{
	text-align: left;
	width: 420px;
}


.price {
	display: table;
	font-size: 25px;
	font-weight: bold;
	margin: 45px auto 0;
}


.product-cart-price {
	box-sizing: border-box;
	float: left;
	width: 280px;
}



.product-cart-price &gt; ul {
	float: left;
	list-style: outside none none;
	padding-left: 55px;
}

.product-cart-price li {
	float: left;
	font-size: 12px;
	line-height: 43px;
	margin: 0;
	padding: 0;
}

.cart-amount {
	height: 35px;
	margin-left: 24px;
	width: 50px;
	padding-left: 10px;
}

.ordergroups &gt; ul {
	list-style: outside none none;
/*	line-height: 30px;*/
	padding: 0 0 0 30px;
}

.sub-ordergroups.summary {
	padding: 0 0 0 15px;
}

.title-ordergroups {
	border-bottom: 1px solid #e4e4e4;
	padding-left: 30px;
}

input[type='checkbox'] {
	height: 18px;
	width: 18px;
}

.pagination {
	text-align: center;
}
.pagination {
	list-style: outside none none;
	margin: 0;
	padding: 10px 0 0 0;
}

.pagination &gt; li {
	display: inline-block;
	text-decoration: none;
	width: 35px;
}

.pagination_control {
	margin-bottom: 10px;
}

.pagination &gt; li.pagination_controls &gt; a {
/*	border: 1px solid black;
	border-radius: 4px;*/
	font-size: 20px;
}


.first:before {
	color: #37b34a;
	font-family: 'FontAwesome';
	content: "\f04a";
	padding: 5px 9px 5px 6px;
}

.previous:after {
	color: #37b34a;
	font-family: 'FontAwesome';
	content: "\f0d9";
	padding: 5px 10px;
}

.next:after {
	color: #37b34a;
	font-family: 'FontAwesome';
	content: "\f0da";
	padding: 5px 10px;
}
th.next::after {
	content: "";
}

.last:after {
	color: #37b34a;
	font-family: 'FontAwesome';
	content: "\f04e";
	padding: 5px 6px 5px 9px;
}

.pagination_item &gt; div{
	border: 1px solid #b9b9b9;
	border-radius: 4px;
}


.seenArticles {
	margin-right: 50px;
}

.seenArticles .cover {
	width: 60px;
}

.seenArticlesCover {
	font-size: 10px;
}

.box-body.overlay {
	background-color: white;

	box-sizing: border-box;
	display: block;
	font-weight: 500;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 42px;
	visibility: hidden;
	width: 300px;
	z-index: 980;
}

.box &gt; .box-title.folded:hover .box-body{
	visibility: visible;
}

.box-body.overlay:hover {
	visibility: visible;
}

.box-body-large.overlay {
	background-color: white;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-sizing: border-box;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 36px;
	visibility: hidden;
	width: 300px;
	z-index: 500;
}

li &gt; .box-title.folded:hover .box-body-large{
	visibility: visible;
}

.box-body-large.overlay:hover {
	visibility: visible;
}


.login-box {
	min-height: 390px;
}


.box-body-inner input {
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	box-sizing: border-box;

	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	height: 45px;
	margin: 5px 0 20px;
	padding: 0 10px;
	width: 360px;
}

.box-body-inner input[readonly] {
	border: none;
	font-weight: bold;
}

.dropdown:hover .dropdown-content{
	visibility: visible;
}

.slogan {
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	text-transform: uppercase;
}


.login-box {
	margin-left: 150px;
	margin-top: 60px;
	min-height: 390px;
}

.box-body-inner p {
	text-align: left;
}



button {
	background-color: #37b34a;
	border: 1px solid #37b34a;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	height: 45px;
	padding: 0 20px;
}

.box-body-inner a {
	line-height: 48px;
	color: #4a4a4a;
	text-decoration: underline;
	margin-left: 30px;
}
.login {
	display: inline-flex;
}

.account .box-body-inner ul {
	display: flex;
}

.accountLayoutFix {
	height: 620px;
}

.formlabel {
	display: inline-block;
}

.box-body-inner input.text-input-small {
	width: 135px;
	height: 35px;
	margin-right: 10px;
}

.box-body-inner input.text-input-normal {
	width: 270px;
	height: 35px;
	margin-right: 10px;
}
.box-spacing {
	box-sizing: border-box;
	padding: 15px 15px 15px 30px;
}
.cartsummary .box-spacing input[type=text] {
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	box-sizing: border-box;

	outline: none;
	padding: 5px;
	font-weight: normal;
	font-size: 14px;

	height: 43px;
}

input[name="sex"]{
	height: 15px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 15px;
}

input[name="vatNumberCheck"] {
    height: 15px;
    margin: 10px 0 5px 0;
    padding: 0;
    width: 15px;
}

.radio-input {
    margin-right: 20px;
}

.select {
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	height: 35px;
	margin: 5px 0 20px;
	overflow: hidden;
	padding: 0;
	width: 270px;
}

.box-body-inner  select {
	background-color: white;
	border: medium none;
	box-sizing: border-box;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	height: 35px;
	margin: 0;
	padding: 0 10px;
	width: 283px;
}
option { 	/* doesn't work in most cases tho... */
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}

p.faq {
	text-align: left;
}

.box-body-small.contact {
	display: inline-table;
	margin-right: 115px;
}

.box-body-small &gt; h4 {
	color: #37b34a;
}

.box-body-small &gt; p {
	text-align: left;
}


input.question {
	margin: 0 15px 0 0;
	width: 680px;
}

.ksicon {
	float: left;
	margin-top: 20px;
}

.textballoon {
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	color: gray;
	font-style: italic;
	margin: 15px 0 0 99px;
	padding: 0 110px 15px 20px;
	width: 450px;
}

.textballoon::before {
	border-color: transparent #e4e4e4;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	content: "";
	display: block;
	left: -16px;
	position: relative;
	top: 37px;
	width: 0;
}

.textballoon::after {
	border-color: transparent white;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	content: "";
	display: block;
	left: -14px;
	position: relative;
	top: -26px;
	width: 0;
}

.textballoon &gt; span {
	margin: 0;
}

.customericon {
    float: right;
}

.textballoonResponse{
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	color: gray;
	font-style: italic;
	margin: 15px 0px 0px 230px;
	padding: 0px 0px 0px 20px;
	width: 470px;
}

.textballoonResponse::before {
	border-color: transparent #e4e4e4;
	border-style: solid;
	border-width: 15px 0px 15px 15px;
	content: "";
	display: block;
	left: 470px;
	position: relative;
	top: 22px;
	width: 0;
}

.textballoonResponse::after {
	border-color: transparent white;
	border-style: solid;
	border-width: 15px 0px 15px 15px;
	content: "";
	display: block;
	left: 469px;
	position: relative;
	top: -26px;
	width: 0;
}

.box-body-large &gt; .box-body-inner {
	font-weight: 500;
}

.cartArticles {
	display: flex;
	overflow-x: auto;
	margin-right: 10px;
}
.confirm .cartArticles {
	max-height: 163px;
	overflow-y: hidden;
}

.column.right { /* for when a column has to be alignd on the right side */
	float: right;
	margin-right: 10px;
}

.cartsummary{
	background-color: #f9f8ee;
	display: flex;
}

.list-cart.product-cart-price &gt; .price {
	float: right;
	font-size: 18px;
	margin-right: 20px;
	margin-bottom: 0;
}
.list-cart.product-cart-price &gt; .tax {
	clear: right;
	float: right;
	font-size: 12px;
	margin: 5px 20px 0 0;
}

.list-cart {
	width: 25%;
	margin-top: 40px;
}

.list-cart &gt; span {
	display: table;
	margin: 45px auto;
}

.product {
	display: flex;
}
.list-cart.product-description &gt; p {
	text-align: left;
	margin: 0 0 10px;
}
.list-cart .cart-amount {
	margin-left: 0;
	margin-top: -12px;
}

.pricesummary {
	margin-right: 10px;
	margin-top: 10px;
	margin-left: auto;
	width: 300px;
}

.totals_table{
	width: 300px;
	border-collapse: collapse;
}

.summary-price {
	float: right;
}

.summary-price::before {
	font-family: 'FontAwesome';
	content: "\f153";
	margin-right: 8px;
}

.total_price{
	border-top: 1px solid #b9b9b9;
}

.back{
	margin-top: 10px;
}

.back::before {
	font-family: 'FontAwesome';
	content: "\f0d9";
	padding: 0 10px 0 0;
}

.continue{
	float: right;
 	margin: 10px 0;
	right: 0;
}

.continue::before{
	content: "\f0da";
	font-family: "FontAwesome";
	padding: 0 10px 0 0;
}

.wishlist::before {
    font-family: 'FontAwesome';
    content: "\f0d8";
    padding: 0 10px 0 0;
}

.bottom {
	bottom: 20px;
/*	position: absolute;*/
}

.box.box-body-large.customerservice.overlay {
	padding: 10px 0 50px 30px;
}

.address .header {
	font-weight: bold;
}
.address &gt; p {
	text-align: left;
}

.delivery .header {
	font-weight: bold;
}
.delivery &gt; p {
	text-align: left;
}

.orderinfo {
	display: flex;
}
.leftblock {
	width: 40%;
}
.rightblock {
	width: 50%;
}

.invert::before {
	color: #37b34a;
	content: "\f0da";
	font-family: "FontAwesome";
	padding: 0 10px 0 0;
}
.invert {
	background-color: #ffffff;
	color: #37b34a;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active{
  background-color: #37b34a !important;
  border-color: #37b34a !important;
}
input.datepicker {
	width: 145px;
	padding-left: 10px;
	border: 1px solid #e4e4e4;
}

.reference_label {
	float: left;
	line-height: 30px;
	padding: -8px;
}

input.reference_input {
	margin: 0 0 0 15px;
}

p.comments {
	display: ruby;
}

.comments {
	float: left;
	line-height: 30px;
}

textarea {
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	float: left;
	height: 50px;
	width: 315px;
}

.box-body-inner.specialdelivery &gt; label {
	line-height: 37px;
}

.box-body-inner.specialdelivery {
	display: flex;
}

.onHold.select {
	margin: 0 10px;
}

.req-description {
	display: none;
	height: 40px;
	margin-top: 10px;
}

.req-comment{
	display: none;
	height: 50px;
	margin-top: 10px;
}

.box-body-large &gt; .box-body-inner ul li.header {
	color: black;
	font-weight: bold;
}
.box-body-large &gt; .box-body-inner ul li.header::before {
	content: "";
}
.box-body-large &gt; .box-body-inner ul li.header a {
	color: #37b34a;
}

.sub-ordergroups.summary li{
	color: #b9b9b9;
	text-indent: -32.6px;
	margin-left: 31px;
}


ol.step-indicator {
	background-color: #f9f8ee;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	box-sizing: border-box;
	margin-right: 10px;
	width: 610px;
	display: inline-flex;
}

.step-indicator-step {
	line-height: 44px;
	text-align: center;
	width: 33%;
}

.step-indicator-step.active {
	background-color: #37b34a;
	color: #ffffff;
}

.step-indicator-step.active &gt; .step-indicator-text {
	color: #ffffff;
}

.step-indicator-text {
	color: #b9b9b9;
}

li.step-indicator-step.active:first-child{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;


}

ol li.step-indicator-step::before {
	content: "";
}

ol li.step-indicator-step{
	color: #b9b9b9;
	list-style: inside none inside;
}



.step-indicator-step.active::after {
	border-bottom: 22px solid transparent;
	border-left: 20px solid #37b34a;
	border-top: 20px solid transparent;
	content: "";
	left: 402px;
	position: absolute;
}

.step-indicator-step.active::before {
	border-bottom: 22px solid transparent;
	border-left: 20px solid #f9f8ee;
	border-top: 21px solid transparent;
	content: "";
	left: 201px;
	position: absolute;
}

.step-indicator-step.active:first-child::after {
	border-bottom: 22px solid transparent;
	border-left: 20px solid #37b34a;
	border-top: 20px solid transparent;
	content: "";
	left: 201px;
	position: absolute;
}

.step-indicator-step.active:last-child {
	border-bottom-right-radius: 7px;
	border-top-right-radius: 8px;
	padding: 0 0 0 6px;
}

.step-indicator-step.active:last-child::after {
	border-bottom: 22px solid transparent;
	border-left: 20px solid #f9f8ee;
	border-top: 20px solid transparent;
	content: "";
	left: 402px;
	position: absolute;
}

.box-spacing.devider {
	border-top: 1px solid #e4e4e4;
}

input.text-input-small.discount {
	height: 45px;
	margin: 0 20px 0 0;
	width: 200px;
}

.column.choose-payment-method {
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	margin-top: 20px;
	width: 870px;
	min-height: 50px;
	cursor: pointer;
}

.column.choose-payment-method label{
	cursor: pointer;
}

input.choosePaymentMethod {
	height: 30px;
	margin: 0;
	padding: 0;
	width: 30px;
}

.payment-method {
	margin: 10px 0 0 10px;
}

i.payment-icon {
	font-size: 25px;
	margin: 3px 10px 0;
}

.payment-method &gt; span {
	position: absolute;
	top: 17px;
}
.smalltext {
	font-size: 0.8em;
}
.pf.payment-icon {
	margin: 0;
}

.pf.pf-ideal.payment-icon {
	color: #f15bb3; // for diversity, and also ideal color is pink
}
.discountVoucher {
	display: none;
}

.column.left {
	clear: left;
	float: left;
}

.box-spacing.invoiceinfo &gt; p {
	text-align: left;
}

.advanced-order &gt; .box-spacing {
	padding: 0px 0px 0px 20px;
}

.order-status-info {
	float: left;
	width: 300px;
}
.order-status-info &gt; p {
	text-align: left;
}
.order-status {
	color: #37b34a;
}

.fade-background {
	animation: 0.3s ease 0s normal none 1 running fade;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	z-index: 110;
}

.fade-background {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.column.column-1.mainmenu {
	z-index: 200;
}

.sub-nav-menu &gt; .box.box-large{
	margin-bottom: 0px;
}


.populairArticles {
    display: flex;
    overflow: hidden;
}


.no-border{
	border: 0px none !important;
}

table{
	width: 100%;
}

thead {
    text-align: left;
}

.basket_price {
    text-align: right;
}

.basket_subtotal.basket_price {
    padding-top: 10px;
    font-weight: bold;
}

.basket_total.basket_price {
    border-top: 1px solid #b9b9b9;
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
}

.basket_extra.basket_price {
    font-size: 12px;
}

.basket_units {
    min-width: 50px;
}

.basket_unitnumber {
    min-width: 110px;
}

.basket_unitprice.basket_price {
    min-width: 70px;
}

.basket_unittotal.basket_price {
    min-width: 90px;
}

.basket.basket_unitnumber {
    height: 25px;
}

.basket_unitname_placeholder {
    display: none;
}

.basket_unitname {
    padding-top: 10px;
    height: 23px;
    line-height: 14px;
}

.column.column-1.customerservice-link {
    display: none;
}

.address li {
    display: inline;
}

.address li::after {
    content: ",";
}
.address li:first-child::after{
    content: ":";
}
.address li:last-child::after {
    content: "";
}

.phone::before {
	content: "\f095";
	font-family: "FontAwesome";
	padding: 0 5px 0 0;
}

.mobile::before {
	content: "\f10b";
	font-family: "FontAwesome";
	padding: 0 5px 0 0;
}

.info li {
    display: ruby-text;
}
span.label {
   width: 155px;
   float: left;
}
.downloadPDF {
    height: 25px;
    margin: 3px 0;
}

span.info {
    margin-left: 160px;
    display: block;
}
div.info {
    margin: 8px 0;
}

#home_customer_service {
    height: 415px;
}

#home_customer_service a {
    color: #4a4a4a;
    text-decoration: underline;
}

#home_customer_service p {
	text-align: left;
}

.viewoption{
	height: 32px;
	display: block;
	margin-top: 7px;
}

.viewoption.block {
	background: url("../images/blockView.png") no-repeat;
}
.viewoption.extended {
	background: url("../images/extendedView.png") no-repeat;
}

.sub-ordergroups-filter-options &gt; li{
	overflow:hidden;
/*	line-height: 30px;
	height: 30px;*/
	white-space: nowrap;
}

.sub-sub-ordergroups-filter-options {
    list-style: none;
    padding: 0px 23px;
}

.orderGroup-selection {
    overflow: hidden;
    width: 250px;
}

.pagination_control.hidden {
    display: none;
}

#loading {
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("../images/loader.gif");
    background-position: center center;
    background-repeat: repeat-x;
    display: none;
    height: 25px;
    left: 0;
    position: inherit;
    top: 0;
    width: 100%;
    z-index: 100;
}

.foundCustomer {
	margin-left: 0 !important;
}

.has-error {
    border-color: #c00;
}
.error{
	border: 1px solid red;
	margin-bottom: 15px;
	background-color: #fdd;
	padding: 5px;
}

a.button.inline {
	cursor: pointer;
}

.fa.fa-info-circle{
	cursor: help;
}


/* PNotify ---------------------------------------------------------- */

.ui-pnotify {
	top: 60px !important;/*Replace the 25px with the top that you need*/
	right:25px;
	position:absolute;
	height:auto;
	z-index:9999
}

/* Screen sizes ----------------------------------------------------- */

div.block-header a span { float: none; }

.box &gt; .box-title.link {
	border-radius: 8px;
	border-bottom: none;
}

.box-body-inner input.heightfix {
	margin: 0 0 5px;
}

p.box-body-inner.heightfix {
	margin: 0 0 5px;
}

.box-body-inner input.text-input-middle {
	width: 182px;
	height: 35px;
	margin-right: 10px;
}

.box-body-inner input.text-input-tiny {
	width: 78px;
	height: 35px;
	margin-right: 10px;
}

.box-body-inner select.select-input-normal {
	background-color: white;
	border: medium none;
	box-sizing: border-box;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	height: 35px;
	margin: 0 10px 0 0;
	padding: 0;
	width: 270px;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
}

.align-left, .align-left p {
	text-align: left;
}

.hide {
	display: none !important;
}

input.has-error, textarea.has-error, select.has-error {
	border-color: #c00 !important;
}

.button.invert.has-error {
	border-color: #c00 !important;
}

div.form-error-message {
	color: #c00;
}

.column.choose-payment-method.has-error {
	border: 1px solid #c00;
}

/* order progress hack */
ol li.step-indicator-step {list-style: none;}

/* put a badge on the cart button with the item count */
span.header-item-cart { position: relative; }
span#cart-item-count {
	position: absolute;
	background-color: #37b34a;
	color: #fff;

	font-size: 12px;

	top: 5px;
	right: 5px;

	padding: 2px 6px;
	border-radius: 4px;
	box-sizing: border-box;
}

/* "My account" button */
#account-button span::after {
	display: inline-block;
	color: #fff;
	font-family: 'FontAwesome';
	margin-left: 8px;
}
#account-button.closed span::after { content: "\f0d7"; }
#account-button.open span::after { content: '\f0d8'; }
#account-button.open span { border-radius: 8px 8px 0 0; }

/* expanded account options list */
#account-options {
	position: absolute;
	color: #fff;
	right: 175px;
	top: 55px;
	width: 250px;
	background-color: #37b34a;
	padding: 8px 0;

	border-radius: 8px 0 8px 8px;
}

#account-options a {
	color: #fff;
}

#account-options ul {
	padding: 0;
	margin: 0;
}

#account-options ul li {
	list-style-type: none;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 10px;
	cursor: pointer;
}
#account-options ul li:hover {
	background-color: #5aa0f2;
	/*background-color: #37b34a;*/
}

div.block-header span.header-item-account span { text-align: center; }


.box-body-inner a.button { margin-left: 0; text-decoration: none; }
.box-body-inner a.button.continue.regular { float: none; }

a.existingDebtor-link {
	margin-left: 0;
}

.selected {
    font-weight: bold;
}

.agreeTerms {
    text-align: end;
}

.button.disabled {	/* disable buttons */
    pointer-events: none;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}
.shopping-cart.disabled {
	pointer-events: none;
    background-color: #9b9b9b !important;
    border-color: #9b9b9b !important;
}

.four0three {
    margin-top: 60px;
    min-height: 390px;
}
h3.four0three {
    font-size: 200px;
    margin-bottom: 0px;
    line-height: 300px;
    margin-left: 85px;
}



.list-cart &gt; p.title { text-align: left; }

a.button {
	display: inline-block;
	box-sizing: border-box;
	background-color: #37b34a;
	border: 1px solid #37b34a;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	height: 45px;
	padding: 0 20px;

	text-align: center;

	line-height: 45px;
}
a.button:visited, a.button:link { color: #fff; }
a.button.invert {
	background-color: #ffffff;
	color: #37b34a;
}
a.button.invert:visited, a.button.invert:link {
	color: #37b34a;
}
a.button.inline {
	height: auto;
	line-height: 22px;
	text-decoration: none;
	color: #fff;
}
a.button.inline:hover {
	background-color: #5aa0f2;
}

.payment-method &gt; label {
	display: inline-block;
	position: absolute;
	top: 17px;
}

i.payment-icon {
	font-size: 25px;
	margin: 3px 15px 0 15px;
}
i.payment-icon.fa-credit-card-alt {
	margin: 3px 10px 0 8px;
}


.brighttheme.ui-pnotify-container.brighttheme-error.ui-pnotify-shadow {
    background-image: none;
}

.remove {
    line-height: 26px;
}
.amount-label {
	margin-right: 5px;
}

.shopping-cart-download.button {
    width: 185px;
    margin: 30px 10px 0px 60px;
}


/************ now make it all responsive (smallest width 600px for now)  *******/

@media (min-width: 600px) {
	div.block-header {
		width: 580px;
	}
	#page{
		width: 590px;
	}
	div.block-header span.header-item-search input {
		width: 210px;
	}

	div.block-header span.header-item-search button {
		width: 50px;
	}

	div.block-header span.header-item-account span {
		width: 105px;
		padding: 0px;
	}

	.breadcrumbs{
		width: 570px;
	}
	.greybar-items .box-title{ width: 230px;}
	.box-body.overlay{width: 230px; }
	.column-1 { width: 280px; }
	.column-2 { width: 570px; }
	.column-3 { width: 570px; }
	.column-4 { width: 570px; }

	.block-main .sub-nav-menu {
		margin-left: 199px;
		width: 340px;
	}

	div.product-cart-price .shopping-cart {
		margin-left: 20px;
		margin-right: 10px;
	}

	ol.step-indicator{
		width: 570px;
	}

	.step-indicator-step.active:last-child::before{
		left: 376px;
	}
	.step-indicator-step.active:last-child::after{
		left: 329px;
	}

	.step-indicator-step.active::before {
		left: 188px;
	}
	.step-indicator-step.active::after {
		left: 376px;
	}

	.step-indicator-step.active:first-child::after{
		left: 188px;
	}

	.box &gt; .box-body-large &gt; .box-body-inner {
		padding: 10px 0 0 5px;
		width: 220px;
	}

	input.question {
		width: 340px;
	}

	.login-box {
    	margin-left: 60px;
	}

	.column.choose-payment-method{
		width: 520px;
	}

	div.block-header{
		position: absolute;
	}
	.changeView{
		display: none;
	}
	.greybar-items .box-title{
		display: none;
	}
	.basket_unitname_placeholder {
	    display: block;
	}
	.basket_unitname {
		display: none;
	}
	.box .box-body ul.ordergroups li {
		width: 220px;
	}
	.ordergroups &gt; h3 {
		overflow: hidden;
		width: 270px;
	}

	.box-body div.ordergroups ul.sub-ordergroups {
		width: 270px;
	}

	.textballoon{
		width: 260px;
	}
	.textballoon::before {
		left: -35px;
		top: 37px;
	}
	.textballoon::after {
		left: -34px;
	}
	.textballoon.multiline::after {
		top: -26px;
	}

	.textballoonResponse {
	    margin: 15px 0px 0px 20px;
    	width: 330px;
	}

	.textballoonResponse::before {
		left: 330px;
		top: 21px;
	}

	.textballoonResponse::after {
		left: 329px;
	}

	.product-description {
		width: 265px;
	}

	.product-image &gt; IMG.cover {
	    width: 100px;
	}

	.trash {
	    display: none;
	}
	.amount-label {
	    display: none;
	}

	#account-options {
		right: 20px;
		top: 110px;
		border-radius: 0 8px 8px 8px;
	}

	.summary-extra{
		width: 550px;
		margin-left: 10px;
	}
} /* min-width: 600px */


/************ responsive ( width 768px)  *******/



@media (min-width: 768px) {
	div.block-header {
		width: 750px;
	}
	#page{
		width: 760px;
	}
	div.block-header span.header-item-search input {
		width: 160px;
	}

	div.block-header span.header-item-search button {
		width: 50px;
	}

	div.block-header span.header-item-account span {
		width: 50px;
		padding: 0px;
	}

	.breadcrumbs{
		width: 466px;
	}
	.greybar-items .box-title{ width: 230px;}
	.greybar-items .box-title.no-border { width: 228px;	}
	.box-body.overlay{width: 230px; }
	.column-1 { width: 230px; }
	.column-2 { width: 485px; }
	.column-3 { width: 740px; }
	.column-4 { width: 740px; }

	.block-main .sub-nav-menu {
		margin-left: 199px;
		width: 510px;
	}

	div.product-cart-price .shopping-cart {
		margin-left: 20px;
	}

	ol.step-indicator{
		width: 500px;
	}

	.step-indicator-step.active:last-child::before{
		left: 329px;
	}
	.step-indicator-step.active:last-child::after{
		left: 329px;
	}

	.step-indicator-step.active::before {
		left: 165px;
	}
	.step-indicator-step.active::after {
		left: 329px;
	}

	.step-indicator-step.active:first-child::after{
		left: 165px;
	}

	.box &gt; .box-body-large &gt; .box-body-inner {
		padding: 10px 0 0 5px;
		width: 220px;
	}

	input.question {
		width: 515px;
	}

	.login-box {
    	margin-left: 60px;
	}

	.column.choose-payment-method{
		width: 691px;
	}

	div.block-header{
		position: fixed;
	}
	.changeView{
		display: block;
	}
	.greybar-items .box-title{
		display: block;
	}

	.box .box-body ul.ordergroups li {
		width: 225px;
	}
	.ordergroups &gt; h3 {
		overflow: hidden;
		width: 270px;
	}

	.box-body div.ordergroups ul.sub-ordergroups {
		width: 270px;
	}
	.textballoonResponse {
		margin: 15px 0px 0px 200px;
		width: 330px;
	}
	.product-description {
		width: 415px;
	}
	#account-options {
		right: 170px;
		top: 55px;
		border-radius: 8px 0px 8px 8px;
	}
	.summary-extra{
		width: 718px;
		margin-left: 10px;
	}
} /* min-width: 768px */




@media (min-width: 992px) {
	div.block-header {
		width: 970px;
	}
	#page{
		width: 980px;
	}
	div.block-header span.header-item-search input {
		width: 205px;
	}
	div.block-header span.header-item-search button {
		width: 135px;
	}
	div.block-header span.header-item-search button::before {
		font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	}
	.normalscreen {
		display: block;
	}
	.tabletscreen{
		display: none;
	}


	div.block-header span.header-item-account span {
		width: 135px;
		padding: 0px;
	}
	div.block-header span.header-item-account span::before {
		font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	}

	.breadcrumbs{
		width: 466px;
	}

	.greybar-items .box-title{ width: 220px;}
	.greybar-items .box-title.no-border { width: 218px;	}
	.box-body.overlay{width: 220px; }
	.column-1 { width: 220px; }
	.column-2 { width: 475px; }
	.column-3 { width: 730px; }
	.column-4 { width: 962px; }

	.block-main .sub-nav-menu {
		margin-left: 199px;
		width: 730px;
	}

	ol.step-indicator{
		width: 500px;
	}

	.step-indicator-step.active:last-child::before{
		left: 329px;
	}
	.step-indicator-step.active:last-child::after{
		left: 315px;
	}

	.step-indicator-step.active::before {
		left: 165px;
	}
	.step-indicator-step.active::after {
		left: 329px;
	}
	.step-indicator-step.active:first-child::after{
		left: 165px;
	}

	input.question {
    	width: 495px;
	}

	.column.choose-payment-method{
		width: 671px;
	}
	.basket_unitname_placeholder {
		display: none;
	}
	.basket_unitname {
		display: inline-table;
	}

	.column.column-1.customerservice-link {
	    display: block;
	}
	.box .box-body ul.ordergroups li {
		width: 215px;
	}

	.ordergroups &gt; h3 {
		overflow: hidden;
		width: 320px;
	}

	.box-body div.ordergroups ul.sub-ordergroups {
		width: 320px;
	}

	#home_customer_service {
    	height: 483px;
		padding: 10px;
	}

	.product-description {
		width: 405px;
	}
	.product-image &gt; IMG.cover {
		width: 150px;
	}
	.trash {
	    display: inherit;
	}
	.amount-label {
	    display: inline;
	}
	#account-options {
		right: 175px;
	}

	.summary-extra{
		width: 942px;
		margin-left: 10px;
	}
} /* min-width: 992px */


@media (min-width: 1200px) {
	div.block-header {
		width: 1170px;
	}
	#page{
		width: 1180px;
	}
	div.block-header span.header-item-search input {
		width: 400px;
	}

	.breadcrumbs{
		width: 546px;
	}
	.greybar-items .box-title{ width: 300px;}
	.greybar-items .box-title.no-border { width: 298px;	}

	.box-body.overlay{width: 260px; }
	.column-1 { width: 260px; }
	.column-2 { width: 575px; }
	.column-3 { width: 890px; }
	.column-4 { width: 1160px; }

	.block-main .sub-nav-menu {
		margin-left: 239px;
		width: 890px;
	}
	div.product-cart-price .shopping-cart {
		margin-left: 60px;
	}
	ol.step-indicator{
		width: 580px;
	}
	.step-indicator-step.active:last-child::before{
		left: 382px;
	}
	.step-indicator-step.active:last-child::after{
		left: 382px;
	}

	.step-indicator-step.active::before {
		left: 191px;
	}
	.step-indicator-step.active::after {
		left: 382px;
	}

	.step-indicator-step.active:first-child::after{
		left: 191px;
	}

	.box &gt; .box-body-large &gt; .box-body-inner {
		padding: 10px 0 0 30px;
		width: 220px;
	}

	input.question {
	    width: 665px;
	}

	.login-box {
		margin-left: 120px;
	}

	.column.choose-payment-method{
		width: 842px;
	}

	.box .box-body ul.ordergroups li {
		width: 255px;
	}

	.ordergroups &gt; h3 {
		overflow: hidden;
		width: 260px;
	}

	.box-body div.ordergroups ul.sub-ordergroups {
		width: 260px;
	}

	.textballoon {
		margin: 15px 0 0 99px;
		width: 450px;
	}

	.textballoon::before {
		left: -35px;
	}

	.textballoon::after {
		left: -34px;
	}

	.textballoon.multiline::after {
    	top: -9px;
	}


	.textballoonResponse{
		margin: 15px 0px 0px 230px;
		width: 460px;
	}

	.textballoonResponse::before {
		left: 460px;
	}

	.textballoonResponse::after {
		left: 459px;
	}

	#home_customer_service {
	    height: 415px;
		padding: 15px 30px;
	}
	.product-description {
		width: 580px;
	}
	.summary-extra{
		width: 1140px;
		margin-left: 10px;
	}
} /* min-width: 1200px */

@media (min-width: 1260px) {
	div.block-header {
		width: 1240px;
	}
	#page{
		width: 1250px;
	}
	div.block-header span.header-item-search input {
		width: 475px;
	}
	.breadcrumbs{
		width: 575px;
	}
	.box-body.overlay{width: 300px; }
	.column-1 { width: 300px; }
	.column-2 { width: 610px; }
	.column-3 { width: 920px; }
	.column-4 { width: 1230px; }

	.block-main .sub-nav-menu {
		margin-left: 279px;
		width: 920px;
	}
	ol.step-indicator{
		width: 610px;
	}

	.step-indicator-step.active:last-child::before{
		left: 402px;
	}
	.step-indicator-step.active:last-child::after{
		left: 402px;
	}

	.step-indicator-step.active::before {
		left: 201px;
	}
	.step-indicator-step.active::after {
		left: 402px;
	}

	.step-indicator-step.active:first-child::after{
		left: 201px;
	}

	input.question {
    	width: 685px;
	}

	.column.choose-payment-method{
		width: 872px;
	}

	.product-cart-price{
		width: 285px;
	}
	.box .box-body ul.ordergroups li {
		width: 285px;
	}

	.ordergroups &gt; h3 {
		overflow: hidden;
	    width: 270px;
	}

	.box-body div.ordergroups ul.sub-ordergroups {
	    width: 270px;
	}
	.product-description {
		width: 600px;
	}
	.summary-extra{
		width: 1210px;
		margin-left: 10px;
	}
}
</pre></body></html>