/* Fonts ================================================================================= */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);

/* Reset ================================================================================= */
* { margin:0; padding:0; }

html, body    { height: 100%; }
body          { background: #fff; font-family: 'Roboto', sans-serif; font-size: 13px; color:#908e8b; text-align:center; overflow-x: hidden; }

img           { border:0; vertical-align:top; }

a             { color:#000; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */

h1,h2,h3,h4,h5,h6 {font-weight: normal;color: #979693;}
h1            { font-size:2em; font-weight:normal; line-height:1.15; }
h2            { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
h3            { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
h4            { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h5            { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h6            { font-size:1em; line-height:1.35; margin-bottom:1em; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 1em; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:1em; }
big           { font-size:1.15em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left; }
.f-right,
.right        { float:right; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clear        { clear: both; }

/* Layout ================================================================================ */
.wrapper { position: relative; display: block; min-height: 100%; }
.page { width: 100%; text-align:left; }
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { }
.main { width: 100%; }
.center { margin: 0 auto; max-width: 1170px; }

/* Base Columns */
.col-left { float: left; width: 15%; }
.col-main { float: left; width: 83%; }
.col-right { float: right; width: 15%; }

/* 1 Column Layout */
.col1-layout .main {}
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:470px; }
.col3-layout .col-wrapper { float:left; width:735px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

.col3-content .col-1 { float:left; width:32%; }
.col3-content .col-2 { float:left; width:32%; margin-left:2%; }
.col3-content .col-3 { float:right; width:32%; }

/* Header ================================================================================ */
.header-container { background: #948a88; }
.header { margin: 0 auto; position: relative; max-width: 1170px; }

.header a.logo { float: left; margin: 10px; }
.header a.logo strong { display: none; }

.header .right { float: right; .width:685px; .width:685px\9; }
.header .top-contents { overflow: hidden; padding: 10px 0 25px; }
.header .right .top-contents .customer-name { color:#ECEBEA; font-size:13px; }

.header div.top { float: left; margin-top: 2px; }
.header div.top ul { list-style: none;2 }
.header div.top li { position: relative; float: left; margin-right: 15px; font-size: 13px; }
.header div.top li a { color: #ecebea; display: block; padding-bottom: 8px;  }
.header div.top li.parent > a { background: url(../images/skin/arrow1.png) no-repeat center bottom; }
.header div.top li.parent > a:hover { text-decoration: none; }
.header div.top li ul { padding: 10px; position: absolute; top: 15px; left: -10px; display: none; background: #948a88; }
.header div.top li:hover > ul { display: block; }

.header .lang { float: left; margin-top: 3px; }
.header .lang ul { list-style: none; }  
.header .lang li { margin-right: 10px; float: left; }

.header div.zoek { float: left; width: 150px; height: 22px; border: 1px solid #dfdcdc; }
.header div.zoek input.input-text { float: left; width: 110px; height: 22px; line-height: 22px; padding: 0 8px; border: none; background: none; color: #fff; }
.header div.zoek button.go { float: left; padding: 0; border: 0; margin: 0; width: 17px; height: 17px; background: none;cursor: pointer; margin-top: 2px; }  
.header div.zoek button.go span { float: left; padding: 0; margin: 0; }  
.header div.zoek button.go span span { float: left; width: 17px; height: 17px; padding: 0; margin: 0; background: url(../images/skin/icon1.png) no-repeat;  text-indent: -9999px; }
	.header div.zoek button.go:hover span span {  background: url(../images/skin/icon1-hover.png) no-repeat; }
.header div.zoek img#search-bar,
.header div.zoek img#search-bar-close { display: none; }

.header div.wagen { position: relative; float: right; z-index: 1100; }
.header div.wagen span.tel { float: left; color: #fff; font-size: 13px; padding-right: 10px; margin-top: 5px; font-weight: 300; }
.header div.wagen .bag{ float: left; background: #fff url(../images/skin/icon2.png) no-repeat 16px 3px; height: 32px; padding: 0 15px 0 45px; }
.header div.wagen .bag a.winkel { font-size: 14px; text-transform: uppercase; color: #000; margin-right: 30px; line-height: 32px; float: left; }
.header div.wagen .bag a.afrekenen { float: left; text-decoration: underline; margin-top: 7px; font-size: 12px; }
.header div.wagen .bag a.afrekenen:hover { text-decoration: none; }

.header div.wagen div.cartexpand { display: none; padding: 15px; position: absolute; top: 32px; right: -1px; z-index: 6050; width: 260px; border: 1px solid #948a88; border-top: 0px; background: #fff; }
.header div.wagen div.cartexpand h4 { margin: 0px; padding: 0px 0px 15px; font-size: 14px; font-weight: normal; text-transform: uppercase; color: #000; }
.header div.wagen div.cartexpand li { list-style: none; width: 100%; overflow: hidden; padding-bottom: 15px; }
.header div.wagen div.cartexpand div.pic { float: left; width: 50px; }
.header div.wagen div.cartexpand div.pic img { border: 1px solid #c8c9c3; }
.header div.wagen div.cartexpand div.text { float: right; width: 190px; }
.header div.wagen div.cartexpand div.text p { margin: 0px; padding: 0px; color: #000; }
.header div.wagen div.cartexpand div.text span { color: #000; }
.header div.wagen div.cartexpand a.button { padding: 0px 20px; display: inline-block; height: 30px; line-height: 30px; color: #fff; text-decoration: none; background: #948a88; }
.header div.wagen div.cartexpand a.button:hover { background: #bec3cb; }

div.menu { width: 100%; background: #fff; padding: 8px 0; position: relative; z-index: 1000; }
div.menu ul { position: relative; display:table; width:100%; }
div.menu li { display:table-cell; font-size: 14px; color: #555555; font-weight: 500; text-transform: uppercase; }
div.menu li:last-child a { margin-right: 0; }
div.menu li a { display: block; height: 38px; border: 1px solid #c9c4c3; color: #555555; line-height: 38px; padding:0 10px; margin-right:5px; }
div.menu ul.nav-horizontal > li > a { text-align:center; }
div.menu li.level0 a:hover, div.menu li.level0:hover > a { background-color: #bec3cb !important; color: #fff; text-decoration: none; }
/*div.menu li.active > a { background-color: #948a88 !important; color: #fff; }*/
div.menu li.level0.parent > a { background: url(../images/skin/arrow2.png) no-repeat center 29px; }
div.menu li.parent:hover a.level0,
div.menu li.parent.active a.level0 { background: url(../images/skin/arrow3.png) no-repeat center 29px; }
div.menu li.level0.parent > ul { padding-top: 20px; padding-bottom: 20px; position: absolute; top: 39px; width: 100%; border-top: 6px solid #bec3cb; border-bottom: 1px solid #bec3cb; 
border-left: 1px solid #bec3cb; border-right: 1px solid #bec3cb; left: 0; background: #fff; display: none; }
div.menu li.level0.parent > ul li.level1 { float: left; margin-left: 40px; margin-top: 20px; width: 182px; }
div.menu li.level0.parent > ul li.level1 a.level1.parent { display: none; }
div.menu li.level0.parent > ul li.level1 a.level1 { padding: 0px; height: auto; border: 0px; line-height: 24px; }
div.menu li.level0.parent > ul li.level1 a.level1 img.image { margin-top: -20px; }
div.menu li.level0.parent > ul li.level1 a.level1 span.level1.icon { display: none; }
div.menu li.level0.parent > ul li.level1 li { float: none; display: block; margin-right: 0; font-size: 16px; font-weight: normal; text-transform: none; }
div.menu li.level0.parent > ul li.level1 li a { color: #948a88; padding: 0; height: auto; line-height: 24px; background: none; border: 0; }
div.menu li.level0.parent > ul li.level1 li a:hover { background: none !important; color: #555555; }
div.menu li.level0.parent > ul li.level1 li a:before { content: "› "; }
div.menu li.level0.parent > ul .photo { float: right; margin: 15px 20px 15px 0; }
div.menu li.level0.parent:hover > ul { display: block; }
div.menu a.level1:hover { text-decoration: underline; background: none !important; color: #555555; }
div.menu li.level2.parent > a:before { content: ""!important; /*padding-left:5px;*/ }
div.menu li.level3 {padding-left:5px;}

.mobile-menu { display: none; }
.mobile-menu.activated div.close { display: block; }
.mobile-menu a#opennav { display: block; width: 80px; height: 16px; text-indent: -9999px; background: url(../images/skin/menu_mobile.png) no-repeat; }
.mobile-menu div.close { display: none; cursor: pointer; position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; background: url(../images/skin/kruisMobiel.gif) no-repeat center; }
.mobile-menu .dropdown { width: 350px; background: #fff; position:absolute; top: 29px; left: 0; display: none; }
.mobile-menu .dropdown li { border-bottom: 1px solid #c9c8c2; }
.mobile-menu .dropdown li a { display: block; line-height: 30px; padding: 0 15px; text-transform: uppercase; /*color: #c9c8c2;*/ color: #999794;  text-decoration: none; }
.mobile-menu .dropdown li.parent { background: url(../images/skin/plus.png) no-repeat right 9px; }
.mobile-menu .dropdown li.parent.showing { color: #fff; background: url(../images/skin/minusDrop.png) no-repeat right 9px; }
.mobile-menu .dropdown li.parent.showing > a.parent { color: #fff; background: url(../images/skin/minusDropWhite.png) #c9c8c3 no-repeat right 9px; }
.mobile-menu .dropdown li.parent ul { display: none; border-top: 1px solid #c9c8c2; }
.mobile-menu .dropdown li.parent ul li:last-child { border-bottom: 0px; }
.mobile-menu .dropdown.showdrop { display: block; } 
.mobile-menu .dropdown li.parent.showing > ul { display: block; } 
.mobile-menu .dropdown li ul li a{ background: url("../images/arrow-mobile.png") no-repeat scroll 0 11px transparent;
    margin-left: 28px;}
.banner-container { height: 451px; width: 100%; position: relative; overflow: hidden; }
.banner-container ul { list-style: none; width: 100%; height: 100%; position: relative; z-index: 1; }
.banner-container li { width: 100%; height: 100%; position: relative; }
.banner-container li .center { position: absolute; top: 0; left: 50%; margin-left: -585px; max-width: 1170px; z-index: 200; }
.banner-container li .center .inner { position: relative; width: 1170px; }
.banner-container img.banner { min-height: 100%; height: auto!important; height: 100%; min-width: 100%; width: auto!important; width: 100%; } 
.banner-container .prev { position: absolute; top: 50%; margin-top: -15px; left: 0; z-index: 100; }
.banner-container .next { position: absolute; top: 50%;margin-top: -15px; right: 0; z-index: 100; }
.banner-container .strip { height: 8px; background: url(../images/skin/bg1.png) repeat-x; position: absolute; top: 0; left: 0; width: 60%; z-index: 2; }
.banner-container .new { background: #948a88; padding: 25px 15px; position: absolute; top: 210px; left: 0; z-index: 100px; text-transform: uppercase; }
.banner-container .new h2 { font-size: 50px; color: #fff; font-weight: 300; line-height: 50px; margin-bottom: 10px; }
.banner-container .new p { font-size: 14px; font-weight: 300; margin-bottom: 0; color: #fff; }
.banner-container h1 { font-size: 40px; color: #fff; top: 414px; right: 0; z-index: 101; font-weight: 300; position: absolute; white-space: nowrap; }

.home-container { width: 100%; padding: 30px 0 0; overflow: hidden; }
.home-container .col { display:block !important; float: left; width: 33.33%; padding-right: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.home-container .col.last { padding-right: 0; }
.home-container .part { min-height: 150px; position: relative; margin-bottom: 30px; padding: 20px; border: 1px solid #c9c8c2; overflow: hidden; display:block !important; }
.home-container .photo { position: absolute; top: 0; right: 0; }
.home-container .photo-center { float:right; }
.home-container h2 { font-size: 31px; color: #949185; font-weight: 300; line-height: 30px; margin-bottom: 5px; text-transform: uppercase; }
.home-container p { font-weight: 300; line-height: 16px; margin-bottom: 10px;  }
.home-container p a { color: #7d8897; text-decoration: underline; }
.home-container a.button { position: absolute; bottom: 20px; left: 20px; background: #c9c8c2; padding: 0 10px; line-height: 30px; display: inline-block; color: #fff; font-size: 12px; text-transform: uppercase; text-decoration: none; }
.home-container a.button:hover { text-decoration: none; background: #7c8896; }
.home-container .text { width: 50%; }
.home-container .part.single { min-height: 348px; }
.home-container .part.single p { /*min-height: 270px; */}

.best-container { width: 100%; overflow: hidden; }
.best-container h3 { font-size: 14px; font-weight: 300; background: url(../images/skin/border.png) repeat-x 0 7px; text-transform: uppercase; text-align: center; }
.best-container h3 span { display: inline-block; padding: 0 55px; background: #fff; color: #000; }
.rkhomewrapper-index-index  .best-container {/* display:none; */}

.products-grid { width: 100%; overflow: hidden; }
.products-grid li { float: left; width: 16.66%; border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
.col2-left-layout .products-grid li { width: 19.82%; margin-bottom: 10px; }
.products-grid li img { /*width: 171px;*/ max-width:100%; }
.products-grid li img.stars { width: auto; }
.products-grid .products-image { height: 185px; text-align: center; margin: 10px 10px 0; } 
.products-grid .products-details { padding-top: 10px; margin: 0 10px; }
.products-grid p { line-height: 18px; color: #000; margin-bottom: 0; font-weight: 300; }
.products-grid p strong { font-weight: normal; }
.products-grid .products-details p { min-height: 54px; }
.products-grid li:hover { border: 1px solid #e5e7ea; }
.products-grid li a.button { display: block; padding: 10px; color: #7d8897; margin: 5px 10px; font-size: 12px; }
.products-grid li:hover a.button,
.products-grid li a.button:hover { background: #7d8897; color: #fff; text-decoration: none; }
.products-grid li .stars { overflow: hidden; padding-bottom: 10px; }
.products-grid li .stars img { float: left; width: auto; margin-right: 2px; }
.products-grid li img.tag { position: absolute; top: 10px; right: 10px; width: auto; }
.products-grid h3 { font-size: 14px; font-weight: 300; background: url(../images/skin/border.png) repeat-x 0 7px; text-transform: uppercase; text-align: center; }
.products-grid h3 span { display: inline-block; padding: 0 30px; background: #fff; color: #000; }
.products-grid li .price-box { display: block;line-height: 18px; color: #000; margin-bottom: 0; font-weight: 300; }
.products-grid li .price-box em { display: none; }
.products-grid li .price-box p { display: inline; margin: 0px; padding: 0px; }
.products-grid li .price-box .price-label { display: none; }
.products-grid li .price-box .old-price { }
.products-grid li .ratings { margin: 0 10px; }
.products-grid li .ratings .rating-box { float: none; }
.products-grid li .ratings .rating-box .rating { float: none; }
.products-grid li .stars { display: block; margin: 0 10px; }

.products-list { width: 100%; overflow: hidden; }
.products-list li { overflow: hidden; width: 100%; border: 1px solid #fff; border-bottom: 1px solid #e5e7ea; padding: 10px; position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.products-list li:first-child { border-top: 1px solid #e5e7ea; }
.products-list li:last-child { border-bottom: 1px solid #fff; }
.products-list li img { width: 100%; }
.products-list li img.stars { width: auto; }
.products-list .products-image { text-align: center; } 
.products-list .products-details { padding-bottom: 10px; }
.products-list p { line-height: 18px; color: #000; margin-bottom: 0; font-weight: 300; }
.products-list p strong { font-weight: normal; }
.products-list li a.button { margin-top: 10px; display: inline-block; padding: 10px; color: #7d8897; margin: 5px 0 0; font-size: 12px; bottom: 10px; left: 25%; }
.products-list li:hover a.button,
.products-list li a.button:hover { background: #7d8897; color: #fff; text-decoration: none; }
.products-list li .stars { overflow: hidden; padding-bottom: 10px; }
.products-list li .stars img { float: left; width: auto; margin-right: 2px; }
.products-list li img.tag { position: absolute; top: 10px; right: 10px; width: auto; }
.products-list h3 { font-size: 14px; font-weight: 300; background: url(../images/skin/border.png) repeat-x 0 7px; text-transform: uppercase; text-align: center; }
.products-list h3 span { display: inline-block; padding: 0 30px; background: #fff; color: #000; }
.products-list li .price-box { display: block;line-height: 18px; color: #000; margin-bottom: 0; font-weight: 300; }
.products-list li .price-box em { display: none; }
.products-list li .price-box p { display: inline; margin: 0px; padding: 0px; }
.products-list li .price-box .price-label { display: none; }
.products-list li .price-box .old-price { text-decoration: line-through; padding-right: 10px; }
.products-list li div.left { float: left; width: 25%; padding-right: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.products-list li div.right { float: right; width: 75%; overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


.bottom-container { padding-top: 20px; width: 100%; }
.bottom-container .services { background: #e9e8e8; padding: 5px 0; overflow: hidden; margin-bottom: 25px; text-align:center; }
.bottom-container .services li { text-align:left; display:inline-block; margin: 0 10px; padding-left: 35px; background: url(../images/skin/icon3.png) no-repeat left; text-transform: uppercase; max-width:215px; vertical-align:top; }
.bottom-container .services li small { font-size: 10px; text-transform: none; display: block; }
.bottom-container .services li.bestelling { background: url(../images/skin/icon4.png) no-repeat left; }
.bottom-container .services li.levering { background: url(../images/skin/icon5.png) no-repeat left; }
.bottom-container .services li.professional { background: url(../images/skin/icon6.png) no-repeat left; }
.bottom-container .services li.acht { background: url(../images/skin/icon7.png) no-repeat left; margin-right:0px !important;}
.bottom-container .details { overflow: hidden; }
.bottom-container .part { float: left; width: 17.5%; }
.bottom-container .payment { float: right; width: 16%; }
.bottom-container .winner-box { float: left; width: 9%; margin-left:35px; }
	.bottom-container .winner-box img { width:100%; }
.bottom-container .payment img { width: 100%; }
.bottom-container .part h3 { font-size: 15px; color: #979693; font-weight: normal; margin-bottom: 10px; padding-left: 10px; }
.bottom-container .part.news-letter h3 { padding-left: 0px; }
.bottom-container .part ul { list-style: none; }
.bottom-container .part li a { line-height: 18px; display: inline-block; padding: 0 10px; color: #979693; }
.bottom-container .part li a:hover { background: #bec3cb; color: #fff; text-decoration: none; }
.bottom-container input.input-text { float: left; padding: 0 10px; width: 80%; .width: 72%; border: 1px solid #bec3cb; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #908e8b; height: 26px; line-height: 26px; line-height:23px \9; margin-right: 5px; }
.bottom-container button.go { float: left; }
.bottom-container button.go span { float: left; }
.bottom-container button.go span span { width: 30px; height: 26px; border: none; cursor: pointer; background: url(../images/skin/button1.png) no-repeat left top;  }
.bottom-container button.go:hover span span { background-position: left bottom; }
.bottom-container .payment img.hori { display: none; }

/* Footer ================================================================================ */
.footer-container { overflow: hidden; width: 100%; background: #948a88; margin-top: 20px; }
.footer { margin: 15px auto; max-width: 1170px; position: relative; }
.footer .logo { float: left; margin-left: 10px; }
.footer p { float: left; width: 810px; text-align: center; color: #fff; font-size: 10px; text-transform: uppercase; font-weight: 300; padding-top: 12px; }
.footer p a { color: #fff; }
.footer .social { float: right; width: 235px; padding-top: 5px; }
.footer .social span { float: left; font-size: 10px; font-weight: 300; color: #fff; padding-top: 8px; }
.footer .social ul { list-style: none; }
.footer .social li { float: left; margin-left: 10px; }
.footer .social li a img { opacity:0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } 
.footer .social li a:hover img { opacity:1.0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } 
.footer .to-top { position: absolute; top: 10px; right: -60px; }


/* Pages ================================================================================= */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
	
/* Sidebar =============================================================================== */
.block { margin-bottom: 20px; }
.block .block-title { padding:5px 10px; background: #948a88; }
.block .block-title strong { display:block; font-weight: normal; text-transform:uppercase; color:#fff; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:10px; margin:0 0 10px; padding:0 0 2px; border-bottom:1px solid #ddd; text-transform:uppercase; }
.block .block-content { }
.block .block-content li.item { border-bottom:1px solid #ddd; padding-bottom:5px; margin-bottom:5px; }
.block .block-content li.item.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { border-top:1px solid #ddd; padding:5px 0 0; margin:5px 0 0; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; }
.block .price-box { margin:5px 0; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { padding-top: 20px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#444; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Layered Navigation */
.block-layered-nav { margin-top: 20px; }
.block-layered-nav .currently ol { padding:6px 0 0; }
.block-layered-nav .currently li { padding:2px 36px 2px 10px; position:relative; z-index:1; }
.block-layered-nav .currently .label { font-weight:bold; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:8px; top:3px; margin:0; }
.block-layered-nav .currently .btn-previous { right:22px; }
.block-layered-nav .actions { padding:5px 10px; margin:0; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav dd { display: block; margin-bottom: 25px; }
.block-layered-nav dt.noclick { background: none; cursor: default; } 
.block-layered-nav select { border: 1px solid #948a88; color: #948a88; font-size: 13px; width: 100%; height: 26px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.block-layered-nav dt { position: relative; font-size: 15px; color: #948a88; text-transform: uppercase; margin-bottom: 10px; font-weight: normal; background: url(../images/skin/minus1.png) no-repeat right; cursor: pointer; } 
.block-layered-nav dt.adj-nav-dt-selected { background: url(../images/skin/plus2.png) no-repeat right; }
.block-layered-nav #adj-nav-filter-price li { color: #6c6c6c; }
.block-layered-nav #adj-nav-filter-price li span#adj-nav-range-fromprice,
.block-layered-nav #adj-nav-filter-price li span#adj-nav-range-toprice { padding: 0px 3px; }
.block-layered-nav div#adj-nav-price-sliderprice { margin-bottom: 10px !important; }
.block-layered-nav div.adj-nav-slider div.handle { width: 17px !important;}

/* Block: Cart */
.block-cart .summary { background:#e5eed6; padding:8px; margin:-12px -10px 8px; text-align:center; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { background:url(../images/bkg_subtotal.gif) no-repeat 50% 0; margin:5px 0 0; line-height:23px; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { display:none !important; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }

/* Global Styles ========================================================================= */
input,select,textarea,button { font:13px/20px 'Roboto', Arial; vertical-align:middle; }
input.input-text,select,textarea { background:#fff; border:1px solid #e5e7ea; }
input.input-text,textarea { padding:5px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #e5e7ea; padding:1px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }

button.go::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.go { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.go { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }

button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; }
button.button span span { }

button.button span span, #addsample_button a { background: #bec3cb ; padding: 0 10px; line-height: 40px; text-transform: uppercase; color: #fff; font-weight: bold; }
button.button:hover span span, #addsample_button a:hover { background: #948a88; text-decoration: none; }
#addsample_button a { font: 13px/20px 'Roboto',Arial; display: inline-block; }

button.disabled span { color:#bbb !important; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Form lists */
.form-list li { margin:0 0 10px; }
.form-list label { padding-bottom: 5px; float:left; font-weight:normal; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-7px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-top:-1px; margin-right:4px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; max-width: 100%; width:260px; }
.form-list .field { max-width: 100%; float:left; width:275px; }
.form-list input.input-text { max-width: 100%; width:254px; }
.form-list textarea { max-width: 100%; width:254px; height:10em; }
.form-list select { max-width: 100%; width:260px; }
.form-list li.wide .input-box { width:100%; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }
.form-list li.wide select { width:100%; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:100%;; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:100%; }
.form-list-narrow li.wide select { width:100%;; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; position:relative; }
.col-1.new-users .social-buttons, .col-2.registered-users .social-buttons { position:absolute; top:-53px; right:0; }
	.col-1.new-users .social-buttons .clearer, .col-2.registered-users .social-buttons .clearer { clear:none; float:right; margin:5px 0 0 10px; }
	.col-1.new-users .buttons-set .button, .col-2.registered-users .buttons-set .button { margin-left:15px; }
.inchoo-socialconnect-login .buttons-set { border:0; clear:both; margin:0 0 4em; padding:0 0 8px; border-bottom:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.registered-users p.required { position:absolute; right:10px; bottom:-10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:5px 7px 0 0; }

.fieldset { margin:0 0px 25px; }
.fieldset .legend { margin:0 -10px 12px; background:#e9e8e8; padding:5px 10px; font-size:13px; line-height:1.25; }

/* checkout social login */
#checkout-step-login .social-buttons {  }
	#checkout-step-login .social-buttons .clearer { clear:none; float:right; margin:5px 0 0 15px; }
	#checkout-step-login .buttons-set .button { margin-left:15px; }
	#checkout-step-login .buttons-set .button { float:none; }

/* Form Validation */
.validation-advice, .error-message-number { clear:both; min-height:13px; margin:3px 0 0; padding-left:13px; font-size:11px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 3px no-repeat; color:#eb340a; }
.error-message-number { display:none; }
.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }

/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin: 10px 0 0 !important; }
.messages li li, .messages li:first-child { margin:0 !important; }
.error-msg a,
.success-msg a,
.note-msg a,
.notice-msg a { color: #fff; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; padding: 10px 10px 10px 50px !important; color: #000 !important; border-color: #948a88; background: url(../images/skin/alert.png) #948a88 no-repeat 10px center; }

.rkhomewrapper-index-index .messages { clear: both; margin-bottom: 30px !important; position: relative; top: 30px; }

.success-msg { background-image: url(../images/skin/icon_check.png) !important; }
/*.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }*/

/* BreadCrumbs */
.col2-left-layout .col-main .breadcrumbs {  border-bottom:0; }
body.catalog-product-view .breadcrumbs { border-bottom: 0px; }
.breadcrumbs { overflow: hidden; padding: 20px 0; border-bottom: 1px solid #bec3cb; }
.breadcrumbs ul li { float: left; margin: 0 2px; color: #948a88; }
.breadcrumbs ul li a,
.breadcrumbs ul li strong { font-weight: normal; color: #7d8897; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0 0 16px; }
.page-title h1,
.page-title h2 { font-size:23px; font-weight:normal; line-height:30px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:12px 0 0; font-size:16px; font-weight:bold; margin:0 0 6px; }

/* Pager */
.pager {}
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { overflow: hidden; padding: 10px 0px 5px; }
.toolbar-bottom { border-top: 1px solid #bec3cb; }
.toolbar .grid-list { float: left; }
.toolbar .grid-list a { float: left; width: 30px; height: 27px; background: url(../images/skin/grid.png) no-repeat; text-indent: -9999px; margin-right: 5px; display: block; }
.toolbar .grid-list a.list { background: url(../images/skin/list.png) no-repeat; }
.toolbar .grid-list a:hover, .toolbar .grid-list a.active { background-position: 0 -27px!important; }
.toolbar .pager { float: right; }
.toolbar .amount { float: left; color: #7e7e7e; padding: 5px 0 0 30px; }
.toolbar .amount span { font-weight: normal; }
.toolbar .pager ul { float: left; list-style: none; }
.toolbar .pager div.pages { float: left; list-style: none; padding-top: 5px; }
.toolbar .pager div.pages strong { float: left; padding-right: 2px; font-weight: normal; }
.toolbar .pager li { float: left; font-size: 13px; color: #7e7e7e; margin: 0 2px; }
.toolbar .pager li a { color: #7e7e7e; }
.toolbar .pager li a:hover { text-decoration: none; } 
.toolbar .pager li.current { font-weight: bold; }
.toolbar .limiter { float: left; padding-left: 35px; line-height: 28px; }
.toolbar .limiter label { float: left; line-height: 28px; }
.toolbar .limiter select { float: left; margin: 0 5px; border: 1px solid #b2b2b2; height: 26px; width: 50px; color: #333; }

/* Data Table */
.data-table { width:100%; }
.data-table tr.odd  { background:#fff }
.data-table tr.even { background:#fff; }
.data-table th { padding:5px 10px; font-size:13px; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a { color:#fff; }
.data-table td { padding:5px 10px; }

.data-table thead,
.data-table thead tr { background:#e9e8e8; }

.data-table tfoot { border-bottom:1px solid #e9e8e8; }
.data-table tfoot tr { background-color:#e9e8e8 !important; }
.data-table tbody th { padding:5px 10px; font-weight:bold; text-transform:none; white-space:normal; }
.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #e9e8e8; }
.data-table tfoot strong { font-size:14px; }

#allow-gift-messages-for-items-container ol { overflow:hidden; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#fff; }
.data-table tbody.even tr { background:#fff; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #e9e8e8; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { margin:0 0 15px; }
.info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#d62502; }
.link-wishlist { color:#444; }
.link-reorder {}
.link-compare {}
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }
.separator { margin:0 3px; }
.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; background:#ccc; margin:10px 0; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Category Page ========================================================================= */
.category-image { float: left; width: 48.5%; }
.category-image img { width: 100%; }
.category-description { overflow: hidden; }
.category-details { float: right; width: 48.5%; padding-right: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } 
.category-details h1 { margin-top: -3px; font-weight: 300; line-height: 32px; font-size: 32px; color: #908e8b; text-transform: uppercase; margin-bottom: 10px; }
.category-details p { line-height: 22px; color: #908e8b; font-size: 12px; }
.category-details {}
.category-products { overflow: hidden; width: 100%; }
.category-description h1.mobile { display: none; }

/* View Type: Grid */
.products-grid { position:relative; }

/* Product View ========================================================================== */
.no-rating { margin:0; }

.ratings { line-height:1.25; margin:0px 0; }
.ratings strong { float:left; margin:0 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:72px; height:13px; font-size:0; line-height:0; background:url(../images/skin/sterrenSmall.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/skin/sterrenSmall.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin:2px 3px 0 0; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.ratings-table td { padding:4px 0 0; }

/* Price */
.price { white-space:nowrap !important; }

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background:#f4f9ea; border:1px solid #ddd; }
.tier-prices .benefit { font-style:italic; font-weight:bold; }
.tier-prices .price { font-weight:bold;; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:3px 0 0; }
.add-to-links li { background:url(../images/bkg_add-to.gif) 2px 50% no-repeat; line-height:1.25; padding-left:12px; }
.add-to-links li a { color:#444; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; line-height:20px; color:#555; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; margin:-3px 0 0; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { margin:10px 0; border:1px solid #eee; background-color:#f8f8f8; padding:10px; text-align:right; }
.add-to-box .add-to-cart .paypal-logo { float:left; }
.add-to-box .or { display:none !important; }
.add-to-box .add-to-links { margin:10px 0; text-align:right; }
.add-to-box .add-to-links li .separator { display:none !important; }

/* Product View */
.product-view { padding: 15px 0; border-bottom: 1px solid #bec3cb; border-top: 1px solid #bec3cb; margin-bottom: 40px; }

/* Product Images */
.product-view .left { float:left; width:40%; position:relative; }
.product-view .product-img-box { position: relative; text-align:center; }
.product-view .product-img-box .product-image { border:1px solid #cacaca; }
.product-view .tag { position: absolute; top: 10px; right: 10px; z-index: 10; }
.product-view .product-img-box .product-image { position:relative; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image img { /*width: 100%;*/ max-width:100%; }
.product-view .product-img-box .zoom-notice { margin:0 0 10px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:3px; width:9px; height:18px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }
.product-view .product-img-box .more-views h2 { font-size:10px; font-weight:normal; padding:0 0 2px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-10px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 10px; }
.product-view .product-img-box .more-views li a { float:left; width:66px; height:66px; border:1px solid #ddd; overflow:hidden; }
.product-view .icons { overflow: hidden; padding: 10px 0; }
.product-view .icons p { float: left; color: #7d8897; font-size: 12px; width: 140px; line-height: 22px; margin-bottom: 0; }
.product-view .icons p a { color: #7d8897; text-decoration: underline; }

.product-view .icons .rating-box { width:144px; height:24px; background:url(../images/skin/sterrenBig.png) 0 0 repeat-x; }
.product-view .icons .rating-box .rating { height:24px; background:url(../images/skin/sterrenBig.png) 0 100% repeat-x; }

.product-view div.formtab { display: none; }
.product-view li.hiddenreview { display: none; }

.product-view .icons ul { list-style: none; }
.product-view .icons li { float: left; margin-right: 10px; }
.product-view .icons.social li img { opacity:0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; } 
.product-view .icons.social li a:hover img { opacity:1.0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } 

.product-view .at15t_facebook { background: url(../images/skin/facebook.png) no-repeat 0px 0px !important; }
.product-view .at15t_twitter { background: url(../images/skin/twitter.png) no-repeat 0px 0px !important; }
.product-view .at15t_google { background: url(../images/skin/google.png) no-repeat 0px 0px !important; }
.product-view .at15t_email { background: url(../images/skin/mail.png) no-repeat 0px 0px !important; }

.product-view .icons.social a { float:left; width:25px; height:25px; margin-right:8px; text-indent:-9999px; }
.product-view .icons.social a:hover { background-position: left bottom !important; }
.product-view .icons .facebookShare { background: url(../images/skin/facebook.png) no-repeat 0px 0px !important; }
.product-view .icons .twitter-share-button { background: url(../images/skin/twitter.png) no-repeat 0px 0px !important; }
.product-view .icons .social-google { background: url(../images/skin/google.png) no-repeat 0px 0px !important; }
.product-view .icons .email-friend { background: url(../images/skin/mail.png) no-repeat 0px 0px !important; }

.product-collateral { float: right; width: 57%; }
.product-collateral .product-name { overflow: hidden; }
.product-collateral .product-name span.article { float: right; color: #948a88; font-size: 12px; clear: none; }
.product-collateral h1 { margin-left:21px; font-size: 32px; font-weight: 300; color: #908e8b; margin-bottom: 0; float: none; text-transform: uppercase; }
/*.product-collateral h1 span { font-size: 16px; color: #000000; display: block; }*/
.product-collateral .product-name span { font-size: 16px; color: #000000; display: block; margin-left: 21px; float: left; }
.product-collateral .colors { padding: 10px 0; width: 57.7%; float: right; }
.product-collateral .colors h3 { font-size: 13px; font-weight: 300; background: url(../images/skin/border.png) repeat-x 0 7px; text-transform: uppercase; text-align: center; }
.product-collateral .colors h3 span { display: inline-block; padding: 0 55px; background: #fff; color: #000; }
.product-collateral .colors ul { list-style: none; margin-left: -8px; }
.product-collateral .colors li { float: left; margin: 0 0 8px 8px; position: relative; }
.product-collateral .colors li a { float: left; padding: 1px; border: 1px solid #fff; }
.product-collateral .colors li a img { border: 1px solid #fff; }
.product-collateral .colors li a:hover img,
.product-collateral .colors li.active a img { border: 1px solid #bec3cb; }
.product-collateral .colors li a:hover,
.product-collateral .colors li.active a { padding: 1px; border: 1px solid #948A88; }
.product-collateral .colors li .popup { display: none; width: 300px; position: absolute; bottom: 45px; left: -85px; z-index: 100; }
.product-collateral .colors li .popup div.inner { padding-bottom: 50px; }
.product-collateral .colors li .popup div.close { position: absolute; top: 20px; right: 20px; cursor: pointer; width: 25px; height: 25px; background: url(../images/skin/popupClose.png) #bec3cb no-repeat center; }
.product-collateral .colors li .popup div.chose { font-weight: bold; padding: 0px 20px; position: absolute; bottom: 20px; right: 20px; cursor: pointer; height: 40px; line-height: 40px; text-transform: uppercase; color: #fff; background: #bec3cb; display:none; }
.product-collateral .colors li .popup div.close:hover,
.product-collateral .colors li .popup div.chose:hover { background-color: #948a88 }

.product-collateral .colors li .popup {
  	padding: 20px;
  	border: 1px solid #948a88;
  	background: #fff;
}

.product-collateral .colors li .popup:before {
  	content: "";
  	position: absolute;
  	bottom: -8px;
  	left: 95px;
	border-width: 8px 8px 0;
  	border-style: solid;
    border-color: #948a88 transparent;
    display: block; 
    width: 0;
}

.product-collateral .colors li .popup:after {
  	content:"";
  	position:absolute;
  	bottom:-7px;
  	left: 96px;
  	border-width:7px 7px 0;
  	border-style:solid;
  	border-color:#fff transparent;
    display:block; 
    width:0;
}

.product-collateral .colors li .popup p { color: #000000; line-height: 18px; font-weight: normal; font-size: 12px; }
.product-collateral .colors li .popup div.price-box { position: absolute; bottom: 20px; left: 20px; color: #202020; font-size: 18px; display: block; height: 40px; line-height: 40px; }
.product-collateral .colors li .popup div.price-box p { display: inline; margin: 0px; padding: 0px; }
.product-collateral .colors li .popup div.price-box .price-label { display: none; }
.product-collateral .colors li .popup div.price-box em { display: none; }
.product-collateral .colors li .popup p img { margin-top: 5px; float: left; border: 1px solid #bec3cb; margin-right: 10px; }
.product-collateral .colors li .popup p span { color: #948a88; }
.product-collateral .product-shop { margin-bottom:20px; float: right; width: 57.7%; padding: 20px 0; border-top: 1px solid #bec3cb; border-bottom: 1px solid #bec3cb; }
.product-collateral .product-shop label { font-size: 13px; color: #948a88; display: block; margin: 15px 0 5px; }
.product-collateral .product-shop input.input-text { float: left; border: 1px solid #bec3cb; margin: 0px; margin-right: 15px; height: 30px; line-height: 30px; width: 50px; text-align: center; }
.product-collateral .product-shop .button { float: left; margin-left: 10px; }
.product-collateral .product-shop .button span span { background: #bec3cb url(../images/skin/icon11.png) no-repeat 10px; padding: 0 10px 0 30px; line-height: 40px; text-transform: uppercase; color: #fff; font-weight: bold; }
.product-collateral .product-shop .button:hover span span { background: #948a88 url(../images/skin/icon11.png) no-repeat 10px; }

.product-collateral .product-shop .add-to-box div.set a { margin-left: 15px; float: left; background: #bec3cb; padding: 0 10px 0 10px; line-height: 40px; text-transform: uppercase; color: #fff; font-weight: bold; }
.product-collateral .product-shop .add-to-box div.set a:hover { text-decoration: none; background: #948a88; }

.product-view > .product-collateral { width: 100%; float: none; }

.product-view .box-description { padding-top: 20px; }
.product-view .box-description { float: right; width: 57.7%; }

.product-collateral .product-shop .prijzen { overflow: hidden; padding-top: 10px; }
.levertijd { margin-top:15px; font-weight:bold; }
.product-collateral .product-shop .prijzen .price-box { float: left; width: 200px; font-size: 18px; color: #202020; font-weight: 300; }
.product-collateral .product-shop .prijzen .price-box em { display: block; font-weight: normal; font-size: 12px; font-style: normal; color: #979693; }
.product-collateral .product-shop .prijzen .price-box .old-price, .products-grid li .price-box .old-price {  font-style: normal; font-size: 12px; background: url(../images/skin/cut.png) no-repeat; float: leftl; margin-right: 10px; overflow:hidden; }
.product-collateral .product-shop .prijzen .price-box .price-label { display: none; }
.product-collateral .product-shop .prijzen .price-box p { display: inline; margin: 0px; padding: 0px; }
.product-collateral .product-shop .prijzen small.incl { font-size: 12px; color: #948a88; display: block; display: block; font-weight: 300; }
.product-collateral .product-shop .prijzen a.zet { margin-top: 5px; float: left; padding-left: 20px; background: url(../images/skin/star1.png) no-repeat; color: #908e8b; }

.product-view .product-collateral .product-essential .short-description { /*margin-right:144px; float:right;*/ margin-left:42%; }

.product-collateral .set { overflow: hidden; padding-bottom: 10px; }
.product-collateral .part { padding: 0px 0 20px; }
.product-collateral .part p { line-height: 22px; color: #908e8b; }
.product-collateral a.more { margin-bottom: 20px; font-size: 13px; font-weight: 300; background: url(../images/skin/border.png) repeat-x 0 7px; text-transform: uppercase; text-align: center; display: block; }
.product-collateral a.more span { display: inline-block; padding: 0 30px 0 20px; background: #fff url(../images/skin/arrow4-down.png) no-repeat right; color: #000; }
.product-collateral a.more.showing span { background-image: url(../images/skin/arrow4.png); }
.product-collateral div.expander { display: none; }

.product-collateral .review-list { width: 100%; }
.product-collateral .review-list h3 { font-size: 13px; font-weight: 300; background: url(../images/skin/border.png) repeat-x 0 7px; text-transform: uppercase; text-align: center; display: block; }
.product-collateral .review-list h3 span { display: inline-block; padding: 0 30px; background: #fff; color: #000; }
.product-collateral .review-list a.link { text-decoration: underline; color: #7d8897; display: block; }
.product-collateral .review-list ul { list-style: none; }
.product-collateral .review-list li { overflow: hidden; padding: 15px 0 5px; }
.product-collateral .review-list .stars { float: left; width: 30%; margin-top: 5px;  }
.product-collateral .review-list .stars img { float: left; margin-right: 2px; }
.product-collateral .review-list .text {  float: left; width: 70%; }
.product-collateral .review-list p { line-height: 22px; color: #908e8b; margin-bottom: 10px; }
.product-collateral .review-list .load { display: block; text-align: center; }
.product-collateral .review-list .load a { display: inline-block; padding: 0 20px; background: #bec3cb; color: #fff; font-weight: bold; text-transform: uppercase; line-height: 34px; }

.best-container.mobile { display: none; }

.mobile-icons { display: none; }

.col2-right-layout .best-container { margin-top: 50px; }
.col2-right-layout .products-grid li { width: 50%; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0; }
.product-image-popup .image-label { font-size:12px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Options */
.product-options { padding-bottom: 10px;  position:relative; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { }
.product-options dt label.required em { display: none; color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#444; }
.product-options dd input.input-text { width:50%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:50%; height:8em; }
.product-options dd select { width:50%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { display: none; position:absolute; right:15px; top:10px; }

.product-options-bottom {}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Product Tabs */
.product-tabs { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x; }
.product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; padding:6px 15px; color:#444; }
.product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.product-tabs li.active a,
.product-tabs li.active a:hover { background-color:#666; font-weight:bold; color:#fff; }
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }

/* Mini Products Grid */
.mini-products-grid { width:100%; }
.mini-products-grid td { width:20%; padding:0 8px 8px 0; }
.mini-products-grid .product-image { display:block; border:1px solid #cacaca; margin:0 0 10px; }
.mini-products-grid .product-name { width:115px; margin:0 0 6px; overflow:hidden; }
.mini-products-grid .product-name a { color:#444; text-decoration:underline; }
.mini-products-grid .product-name a:hover { text-decoration:none; }


.mini-products-grid td.empty {}
.mini-products-grid td.last { padding-right:0; }
.mini-products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Reviews */
.box-reviews dl { margin:15px 0; }
.box-reviews dt a,
.box-reviews dt span { font-weight:bold; }
.box-reviews dd { margin:0 0 15px; }
.box-reviews dd small { font-style:italic; }
.box-reviews .form-add { margin:15px 0 0; }
.box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.box-reviews .form-add h3 span { font-weight:bold; }
.box-reviews .form-add h4 { font-size:12px; }
.box-reviews .form-add .data-table td { text-align:center; }
.box-reviews .form-add .form-list { margin:15px 0 0; }
.box-reviews .form-add .form-list .input-box { width:460px; }
.box-reviews .form-add .form-list input.input-text,
.box-reviews .form-add .form-list textarea { width:454px; }

/* Send a Friend */
.send-friend .form-list { width:535px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:25px; }

/* Shopping Cart ========================================================================= */
.cart { width: 100%; margin-bottom: 40px; overflow: hidden; }
.cart .info { background: #948a88; padding: 15px; margin: 20px 0; }
.cart .info p { color: #000; font-weight: 300; line-height: 19px; margin-bottom: 0; padding-left: 35px; background: url(../images/skin/icon8.png) no-repeat left; }
.cart .info p a { color: #fff; text-decoration: underline; }
.cart .page-title {}

/* Checkout Types */
.cart .page-title .checkout-types { display:none !important; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table td { padding:10px; color: #000000; border-bottom: 1px solid #bec3cb; border-color: #bec3cb !important; border-right: 1px solid #bec3cb; }
.cart-table tr td:last-child,
.cart-table tr th:last-child { border-right: 0px; }

.cart-table tfoot tr:last-child td,
.cart-table tfoot tr:last-child th { border-bottom: 0px; }

.cart-table { border: 1px solid #bec3cb;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.cart-table .product-name { color: #908e8b; }
.cart-table thead td { text-transform: uppercase; padding: 20px 10px; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding: 10px; background: #fff; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span { }
.cart-table .btn-continue:hover span { text-decoration:none; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { }
.cart-table .price-old { background: url(../images/skin/line.png) no-repeat center; }
.cart-table .input-text.qty { float: left; border: 1px solid #bec3cb; width: 15px; height: 26px; padding: 0 10px; line-height: 26px; }   
.cart-table .plus-minus { float: left; margin-left: 5px; width: 11px; }
.cart-table .plus-minus img { margin-bottom: 2px; }
.cart-table .button span span { background: #bec3cb; display: block; padding: 0 20px; line-height: 40px; color: #fff; font-weight: bold; }
.cart-table .col1 { width: 10%; }
.cart-table .col2 { width: 55%; }
.cart-table .col3 { width: 10%; }
.cart-table .col4 { width: 10%; }
.cart-table .col5 { width: 10%; }
.cart-table .col6 { width: 3%; }
.cart-table .col2 span.mobile { display: none; }

.cart-table .mobile { display: none; }

.block-sample { border: 1px solid #bec3cb; margin-top: 35px; overflow: hidden; }
.block-sample .col1 { float: left; width: 10%; position: relative; } 
.block-sample span.count { background: #908e8b; width: 42px; height: 42px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; position: absolute; top: 85px; right: 10px; font-size: 26px; color: #fff; font-weight: 300; text-align: center; line-height: 42px; }
.block-sample .col1 img { width: 100%; }
.block-sample .col2 { float: left; width: 90%; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-left: 1px solid #bec3cb; } 
.block-sample .col2 .left { float: left; min-height: 160px; }
.block-sample .col2 .right { float: right; }
.block-sample .col2 h3 { font-size: 13px; color: #000000; margin-bottom: 10px; font-weight: normal; text-transform: uppercase; }
.block-sample .col2 ul { list-style: none; }
.block-sample .col2 li { color: #908e8b; font-size: 13px; font-weight:  normal; line-height: 22px; overflow: hidden; }
.block-sample .col2 li span { float: left; width: 260px; }
.block-sample .col2 li a { color: #7d8897; text-decoration: underline; }
.block-sample .col2 li a:hover { text-decoration: none; }
.block-sample a.close { padding-left: 20px; background: url(../images/skin/close.png) no-repeat left; color: #000; text-decoration: underline; display: block; }
.block-sample span.price { font-size: 18px; font-weight: 300; color: #000; margin-top: 120px; }

.block-winkels { width: 100%; margin-top: 10px; }  
.block-winkels h3 { font-size: 15px; color: #948a88; text-transform: uppercase; margin-bottom: 10px; font-weight: normal; }
.block-winkels ul { list-style: none; }
.block-winkels li { margin-bottom: 5px; font-size: 13px; }
.block-winkels li a { color: #7d8897; }
.block-winkels li a:before { content: "> "; }
.block-winkels li a:hover { color: #555555; text-decoration: none; }

.cms-page-view .main .col-main div.std { overflow: hidden; width: 100%; }
.cms-page-view .main .col-main div.std img { max-width: 100%; }
.cms-gift-shop .main .col-main div.std img, .cms-xmas-flawless-four .main .col-main div.std img { width:100%; height:auto; }
.cms-page-view .main .col-main div.std img.left { float: left; margin: 0 20px 10px 0; }
.cms-page-view .main .col-main div.std img.right { float: left; margin: 0 0 10px 20px; }
.cms-page-view .main .col-main div.std h1, 
.cms-merken-overzicht .main .col-main h1{ font-size: 32px; color: #908e8b; font-weight: 300; text-transform: uppercase; margin-bottom: 10px; }
.cms-page-view .main .col-main div.std p { font-size: 12px; margin-bottom: 20px; line-height: 22px; }
.cms-page-view .main .col-main div.std p a { color: #555555; }
.cms-page-view .main .col-main div.std h2 { font-size: 24px; color: #908e8b; font-weight: 300; text-transform: uppercase; margin-bottom: 10px; }
.cms-page-view .main .col-main div.std ul { list-style: none; margin-bottom: 20px; }
.cms-page-view .main .col-main div.std ul li { padding-left: 15px; background: url(../images/skin/bullet.png) no-repeat left; margin-bottom: 5px; }


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:35px 0 0; }
.cart .cart-collaterals .discount { width:48%; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #bec3cb; float: left; }
.cart .cart-collaterals .discount h2 { font-size: 13px; text-transform: uppercase; font-weight: normal; color: #000; }
.cart .cart-collaterals .discount label { display: block; color: #908e8b; margin-bottom: 10px; }
.cart .cart-collaterals .discount input.input-text { width: 100%; padding: 0 10px; height: 30px; line-height: 30px; border: 1px solid #bec3cb; background: #fff; margin-bottom: 10px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cart .cart-collaterals button.button { float: left; }
.cart .cart-collaterals button.button span span { background: #bec3cb; color: #fff; display: block; padding: 0 20px; line-height: 36px;  text-transform: uppercase; font-weight: bold; }
.cart .cart-collaterals .totals { width:48%; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #bec3cb; float: right; }
.cart .cart-collaterals .totals  button.button { float: right; }
.cart .cart-collaterals .totals  button.button span span { background: #948a88; }
.cart .collaterals { float: right; width: 50%; }
 
/* Shopping Cart Totals */
.cart .totals { padding:12px 0; }
.cart .totals table { float:right; width:400px; margin:0 0 8px; }
.cart .totals td { padding:0 0 2px 15px; }
.cart .totals tr.last td {}
.cart .totals tfoot td {}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:14px; font-weight: normal; }
.cart .totals .checkout-types { font-size:13px; padding:4px 0; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:0 0 5px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #ccc; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options dt { margin-top:0; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:10px; }
.col-right .truncated .show .item-options { left:-240px; top:10px; }

/* Checkout ============================================================================== */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#555; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }
.sp-methods .release-amounts { margin:1.5em 0 2em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:12px; height:12px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background:#fbfbfb; border:1px solid #e4e4e4; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#555; }

.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background:#fff; padding:5px; display: none; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:12px; font-weight:bold; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
.info-set h2.legend a { color:#fff; }
.info-set h3.legend { margin:0 0 10px; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }

/* One Page Checkout */
.block-progress dt { font-size:10px; line-height:1.35; background:#eee; border:1px solid #ddd; margin:0 0 6px; padding:2px 8px; color:#555; text-transform:uppercase; }
.block-progress dd { border-top:0; padding:2px 10px; margin:0 0 6px; }
.block-progress dt.complete {}
.block-progress dt.complete a { text-transform:none; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:11px; font-weight:bold; margin:5px 0; padding:0; text-transform:none; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border:1px solid #bec3cb; border-top-color:#fff; background:#bec3cb; padding:14px 15px 16px; text-transform: uppercase; font-weight: normal; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 3px; margin:0 5px 0 0; font:normal 11px/12px arial, helvetica, sans-serif; color:#444; }
.opc .step-title h2 { float:left; margin:0; font: 13px/14px 'Roboto', Arial, Helvetica, sans-serif; color:#fff; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#e9e8e8; border-color:#e9e8e8; border-top-color:#fff; color:#fff; cursor:pointer; }
.opc .allow .step-title .number {}
.opc .allow .step-title h2 { /*color:#fff;*/ color:#948a88; }
.opc .allow .step-title a { display:block; font-size:10px; /*color:#fff;*/ color:#948a88; text-transform:uppercase; }

.opc .active .step-title { background:#948a88; border-color:#948a88; border-top-color:#fff; color:#fff; cursor:default; }
.opc .active .step-title .number {}
.opc .active .step-title h2 { color:#fff; }
.opc .active .step-title a { display:none; }

.opc .step { border:1px solid #ddd; border-top:0; border-bottom: 0px; padding:25px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f4f4f4; border:1px solid #ddd; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review h3 { font-size:1em;}
#opc-review .step { padding:0; }
#opc-review .product-name { font-weight:bold; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { border:0; padding:15px 30px; }
#opc-review .buttons-set p { margin:0; line-height:28px; }
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:200px; padding:0 10px; position:relative; }
.account-login .content h2 { margin:0 -10px 12px; background:#e9e8e8; padding:5px 10px; font-size:13px; line-height:1.25; }
.account-login .buttons-set {}

.account-create {}

/* Captcha */
.captcha-note   { clear:left; padding-top:5px; }
.captcha-image  { float:left; display:inline; margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0; }
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px; }
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #888; border-bottom-color:#777; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
.remember-me-popup h3 { background:#dedede; border-bottom:1px solid #ccc; color:#444; font-size:14px; margin:0; padding:7px 10px 5px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { border-top:1px solid #e6e6e6; padding:10px; }
.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span { display:inline-block; height:28px; background:transparent url(../images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
.remember-me-popup .remember-me-popup-body a span { background-position:100% 0; padding:0 15px 0 9px; }

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/* Dashboard ============================================================================== */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { margin:0 0 15px; }
.box-account .box-head { margin:0 0 5px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:14px; /*font-weight:bold;*/ }
.box-account .box-head a { font-size:10px; text-transform:uppercase; }

.dashboard .box .box-title { background:#e9e8e8; padding:5px 10px; margin:0 0 12px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; margin:0; font-size:12px; /*font-weight:bold;*/ line-height:1.35; }
.dashboard .box .box-title a { font-size:10px; text-transform:uppercase; }
.dashboard .box .box-content { padding:0 10px; }

/* Block: Recent Orders */
.dashboard .box-recent {}

/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info h4 { font-size:11px; /*font-weight:bold;*/ }

/* Block: Reviews */
.dashboard .box-reviews .box-head { background:#e9e8e8; padding:5px 10px; margin:0 0 12px; }
.dashboard .box-reviews .box-head h2 { font-size:12px; /*font-weight:bold;*/ line-height:1.35; color:#444; }
.dashboard .box-reviews .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { padding:0 10px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head { background:#e9e8e8; padding:5px 10px; margin:0 0 12px; }
.dashboard .box-tags .box-head h2 { font-size:12px; /*font-weight:bold;*/ line-height:1.35; color:#444; }
.dashboard .box-tags .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { padding:0 10px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }

/* Address Book */
.addresses-list h2 { background:#e9e8e8; padding:5px 10px; margin:0 0 12px; font-size:13px; /*font-weight:bold;*/ line-height:1.25; }
.addresses-list h3 { /*font-weight:bold;*/ font-size:12px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove {}
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { padding:0 10px; margin:0 0 12px; }
.addresses-list li.empty {}
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item {}

/* Order View */
.order-info dt { display:none; }
.order-info ul { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x; }
.order-info li{ float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.order-info li.first { border-left:0; }
.order-info li.last { border-right:0; }
.order-info li a { display:block; padding:6px 15px; color:#444; }
.order-info li a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.order-info li.current { background-color:#666; font-weight:bold; padding:6px 15px; color:#fff; }

.order-date { margin:10px 0; }

.order-info-box { margin:0 0 15px; }
.order-info-box h2 { font-size:13px; /*font-weight:bold;*/ border-bottom:1px solid #ddd; margin:0 0 8px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; /*font-weight:bold;*/ font-size:13px; padding:0; margin:0 0 .45em; }
.order-items h3 { font-size:12px; }
.order-items .product-name { font-weight:bold !important; }
.order-items .link-print { font-size:10px; text-transform:uppercase; }
.order-items .order-links { text-align:right; }
.order-items .order-links .link-print { font-weight:bold; font-size:11px; text-transform:none; }

.order-additional { margin:15px 0; }

/* Order Gift Message */
.gift-message dt strong { color:#555; }
.gift-message dd { font-size:13px; margin:5px 0 0; }

/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:15px; /*font-weight:bold;*/ }
.page-print h2,
.page-print h3 { font-size:12px; /*font-weight:bold;*/ }
.page-print h2.h2 { font-size:15px; /*font-weight:bold;*/ text-align:right; }
.page-print .order-date { border-bottom:1px solid #ccc; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { border:0; padding:0; margin:0 0 -3em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }
#my-reviews-table .rating-box { margin:3px 0 0; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .info-box p { margin:0 0 5px; }
.billing-agreements .form-list li select { float:left; margin:3px 10px 0 0; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }

.block-service { border: 1px solid #948a88; }
.block-service h2 { text-transform: uppercase; font-size: 32px; line-height: 30px; font-weight: 300; color: #fff; padding: 10px; background: #948a88; margin-bottom: 0; }
.block-service .product-image { position: relative; width: 100%; }
.block-service .product-image img { width: 100%; }
.block-service .product-image span.count { background: #908e8b; width: 42px; height: 42px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; position: absolute; top: 95px; right: 10px; font-size: 26px; color: #fff; font-weight: 300; text-align: center; line-height: 42px; }
.block-service .product-image div.text { display: block; color: #000000; font-size: 16px; text-transform: uppercase; padding: 10px 10px 0px 10px; }
.block-service .product-image div.text strong { display: block; text-transform: none; }
.block-service .product-image span.price { display: block; color: #000000; font-size: 16px; text-transform: uppercase; padding: 0px 10px 10px; }
.block-service div.uitleg { padding: 0px 10px 10px; }
.block-service div.uitleg p { font-size: 12px; line-height: 18px; color: #979693; }
.block-service .voeg {  border-bottom: 1px solid #948a88; padding: 10px; }
.block-service .voeg strong { color: #000; font-size: 16px; display: block; padding-bottom: 5px; text-align: center; }
.block-service .voeg  a { display: block; padding: 0 10px; background: #bec3cb; color: #fff; text-transform: uppercase; line-height: 34px; }
.block-service .more { display: block; padding: 15px; }
.block-service .more a { color: #000000; text-transform: uppercase; padding-right: 15px; background: url(../images/skin/arrow5.png) no-repeat right; }

.delete { float:right; }
	.delete .btn-remove { background:url(../images/skin/delete-product.png) no-repeat; width:15px; height:14px; margin-top:3px; }
	
/* Social buttons log in ================================================================================ */
div.inchoo-socialconnect-facebook-inner a { background:url(../images/ico-facebook.png) no-repeat 4px center #BEC3CB !important; display:block; color: #FFFFFF !important; padding: 0 10px 0 30px !important; margin: 0 !important; text-decoration: none !important; line-height: 40px !important; font-size:13px; text-transform:uppercase; font-weight:bold; }      
	div.inchoo-socialconnect-facebook-inner a:hover { background:url(../images/ico-facebook.png) no-repeat 4px center #948A88 !important; }
div.inchoo-socialconnect-twitter-inner a { background:url(../images/ico-twitter.png) no-repeat 4px center #BEC3CB !important; display:block; color: #FFFFFF !important; padding: 0 10px 0 30px !important; margin: 0 !important; text-decoration: none !important; line-height: 40px !important; font-size:13px; text-transform:uppercase; font-weight:bold; }      
	div.inchoo-socialconnect-twitter-inner a:hover { background:url(../images/ico-twitter.png) no-repeat 4px center #948A88 !important; }
div.inchoo-socialconnect-google-inner a { background:url(../images/ico-google-plus.png) no-repeat 4px center #BEC3CB !important; display:block; color: #FFFFFF !important; padding: 0 10px 0 30px !important; margin: 0 !important; text-decoration: none !important; line-height: 40px !important; font-size:13px; text-transform:uppercase; font-weight:bold; }      
	div.inchoo-socialconnect-google-inner a:hover { background:url(../images/ico-google-plus.png) no-repeat 4px center #948A88 !important; }
	
.inchoo-socialconnect-checkout-register { float:left; width:48.5%; margin-top:10px; }
.inchoo-socialconnect-checkout-register .col3-set .col-1, .inchoo-socialconnect-checkout-register .col3-set .col-2, .inchoo-socialconnect-checkout-register .col3-set .col-3, .inchoo-socialconnect-checkout-login .col3-set .col-4, .inchoo-socialconnect-checkout-login .col3-set .col-5, .inchoo-socialconnect-checkout-login .col3-set .col-6 { width:auto; float:right; margin-left:2%; }
.inchoo-socialconnect-checkout-login { float:right; width:48.5%; margin-top:10px; }

#GB_overlay { z-index:1050 !important; }
#GB_window { z-index:1100 !important; }

.camera_target_content .camera_link { z-index:1000; position:relative; }
	
/* Brands styling */
ul.list-brands {width:32%; display:inline-block; vertical-align:top; margin-top: 30px; }
	
/* Clears ================================================================================ */
.clearer:after,
.header-nav > ul:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after, .social-buttons:after, #checkout-step-login .col2-set:first-child .col-1:after, #checkout-step-login:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.search-autocomplete { display: none; }
/* ======================================================================================= */

.widespecial .smallLine {
	width:30%;
	float: left;
}

.my-account .widespecial .smallLine { width:28%; }

#allow-gift-messages-for-order-container .form-list li.wide textarea {
	width: 212px !important;height:4em !important;
}
.form-list input.input-text{width:212px!important;}
#checkout-progress-wrapper .opc-block-progress {
	margin-top: 61px;
}

.newBtnCart {
	display:block;
	clear:both;
}
#addsample_button { padding: 10px 0 10px 87px; }
#addsample_button a { line-height: 40px; }
.newBtnCart #addsample_button a { margin-left: 0 !important; }

.cart .discount-form button.button {
	margin-top:10px;
}


.contacts-index-index .form-list select { width: 265px; padding: 5px 0; }

.mobile-menu .dropdown li.parent { position:relative; }
.expander {
	cursor:pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 8px;
    width: 15px;
} 

.box-description .expander {cursor: default; height:auto; position:relative; right: auto; top: auto; width: auto;}


.catalogsearch-result-index .products-grid li, .products-grid li { min-height:372px; }

/* Rating-box-medium */
.product-collateral .review-list a.link { padding-bottom:8px; }
.product-collateral .review-list .stars { width:23%; margin-top:0; }
.review-list .rating-box { width:99px; height:17px; font-size:0; line-height:0; background:url(../images/sterrenMedium.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.review-list .rating-box .rating { float:left; height:17px; background:url(../images/sterrenMedium.png) 0 100% repeat-x; cursor:pointer; }
.review-list .ratings-table th { display:none; }
.product-collateral .review-list p { font-size:12px; color:#948a88; line-height:20px; margin-top:4px; font-weight:300; }


/* ogone styling */
.ncollogoc .ncol#btn_Back { display: none; }

/* ManDev styling */

.mb-mana-catalog-leftnav .block-title, .mb-mana-catalogsearch-leftnav .block .block-title {display:none;}
.cms-index-index .std {display:none;}

	.mw_faq { margin:15px 0 !important; }
		.mw_faq_name { color:#555555 !important; padding-bottom:5px !important; }
			.mw_question a, .mw_question_a_selected a { color:#737373 !important; font-size:14px !important; }
			.mw_answer { margin:0 16px; }
			.mw_faq_description:empty { display:none; }
			.mw_faq_description { margin-bottom:7px !important; font-size:13px !important; }
			

@media only screen and (min-width: 768px) and (max-width: 1169px), (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	
.header { height: 130px; }
.header a.logo { position: absolute; top: 40px; left: 20px; }
.header div.wagen span.tel { float: none; display: block; padding-bottom: 15px; text-align: right; }
.header div.wagen .cart { float: none; display: block; }
.header .right { padding-right: 10px; }

div.menu { display: none; }

.mobile-menu { position: absolute; top: 105px; right: 280px; z-index: 1000; display: block; }
.mobile-menu.activated div.close { display: none; }
.mobile-menu .inner { position: relative; padding-bottom: 10px; }
.mobile-menu .dropdown { width: 350px; top: 29px; left: -10px; border: 10px solid #948a88; border-top: 0px; }

.banner-container { height: auto; }
.banner-container h1 { display: none; }
.banner-container li .center { margin-left: 0; left: 0; max-width: inherit; width: 100%; }
.banner-container img.banner { width: 1170px!important; min-width: inherit!important; height: auto!important; min-height: inherit!important; }
.banner-container .prev { display: none; }
.banner-container .next { display: none; }
.banner-container .new { top: 120px; padding: 15px; left: 20px; }
.banner-container .new h2 { font-size: 30px; line-height: 30px; }
.banner-container .new p { font-size: 9px; }

.home-container .center { width: 100%; max-width: none; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.home-container .col { width: 50%; }
.home-container .col.tablet { padding-right: 0; }
.home-container .col.last { width: 100%; }
.home-container .col.last .part { padding-bottom: 50px; float: right; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.home-container .col.last .winkel { width: 50%; float: left; padding-right: 30px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.home-container .col.last .winkel .part { width: 100%; }
.home-container .col.last .winkel .part p { min-height: 33px; }

.best-container .center { width: 100%; max-width: none; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.products-grid li { width: 25%; }
/*.products-grid li:first-child { display: none; }
.products-grid li:last-child { display: none; }*/
.products-grid li img { width: auto; max-width: 100%; }

.bottom-container .center { width: 100%; max-width: none; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.bottom-container .services ul { text-align: center; }
.bottom-container .services li { margin: 5px 20px; float: none; display: inline-block;  text-align: left; }

.bottom-container .part { width: 25%; }
.bottom-container .payment { float: left; padding-top: 20px; width: 100%; text-align: center; }
.bottom-container .payment img { display: none; }
.bottom-container .payment img.hori { width: auto; max-width: 100%; display: inline-block!important; }

.footer p { width: 58%; }

.cart-table thead td { padding: 10px; }
.block-sample span.count { top: 55px; }
.cart .cart-collaterals { padding: 20px 10px; }
.cart .collaterals { float: none; width: 100%; }

.product-collateral .product-shop .add-to-box div.set a { clear: both; margin-left: 15px; margin-top: 10px; }


.col2-right-layout .col-right { width: 22%; }
.col2-right-layout .col-main { width: 75%; }
.col2-right-layout .center { margin: 0 10px; }
.col1-layout .center .col-main { margin: 0 20px; }
.product-view .icons p { float: none; display: block; margin-bottom: 10px; }

.col2-right-layout .best-container { display: none; }
.best-container.mobile { display: block; width: 100%; }

.best-container.mobile .products-grid li:first-child { display: block; }
.best-container.mobile .products-grid li { width: 33.33%; }
.best-container.mobile .products-grid li:last-child { display: block; }

.col2-left-layout .center { padding: 0 10px; }
.col2-left-layout .col-left { width: 22%; }
.col2-left-layout .col-main { width: 75%; }

.category-details { display: none; }
.category-image { float: none; width: 100%; }

.col2-left-layout .products-grid li { width: 33.33%; }  
.col2-left-layout .products-grid li:last-child { display: block; }

.cms-page-view .main .col-main div.std img.left { display: block; margin: 0px 10px 10px 0; float: left; max-width: 60%; }
.cms-page-view .main .col-main div.std img.right { display: block; margin: 0px 0 10px 10px; float: right; max-width: 60%; }

 }

@media only screen and (max-width: 1024px) { .header div.wagen div.cartexpand { top:70px; } }


@media only screen and (max-width: 1000px) {


	.product-collateral .review-list .stars { float: none; width: 100%; padding-bottom: 10px; }
	.product-collateral .review-list .text { float: none; width: 100%; }

	#my-orders-table tr th:nth-child(6) { display: none; }
	#my-orders-table tr td:nth-child(6) { display: none; }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) { 

.product-view .product-collateral .product-essential .short-description {  margin-left:42%; } 
.product-collateral .colors li.active .popup { display:block !important; }
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3, .col3-set .col-4, .col3-set .col-5, .col3-set .col-6 { float:none; width:auto; margin:0 0 20px; }
.inchoo-socialconnect-checkout-register .col3-set .col-1, .inchoo-socialconnect-checkout-register .col3-set .col-2, .inchoo-socialconnect-checkout-register .col3-set .col-3, .inchoo-socialconnect-checkout-login .col3-set .col-4, .inchoo-socialconnect-checkout-login .col3-set .col-5, .inchoo-socialconnect-checkout-login .col3-set .col-6 { clear:both; }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

ul.list-brands { width:100%; display:block; }

#checkout-step-login .social-buttons .clearer { clear:both; }

#checkout-step-login .social-buttons .clearer { clear:both; }
	
#addsample_button { padding-left:77px !important; }

.col3-content .col-1 { float:none; width:100%; }
.col3-content .col-2 { float:none; width:100%; margin-left:0%; }
.col3-content .col-3 { float:none; width:100%; }
	
.header { height: 180px; }
.header a.logo { position: absolute; top: 40px; /*left: 50%; margin-left: -120px;*/ }
.header div.wagen span.tel { float: none; display: block; padding-bottom: 15px; text-align: right; font-size: 16px; }
.header div.wagen .bag { float: none; display: block; position: relative; z-index: 1001; }
.header div.wagen .bag a.afrekenen { display: none; }
.header div.wagen .bag a.winkel { margin-right: 0; }
.header .right { width: 100%; }
.header div.top { width: 80%; padding-left: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header div.top ul.links li:nth-child(4),
.header div.top ul.links li:nth-child(5) { display: none; }
.header .lang { position: absolute; top: 10px; right: 10px;  float: right; }
.header div.zoek { position: absolute; top: 152px; left: 130px; z-index: 1001; width: 152px; }

.header .top-contents { min-height: 73px; }
.header div.wagen { position: relative; z-index: 100; }

.mobile-menu.activated { margin-top: -10px; padding-top: 10px; z-index: 9000; width: 100%; background: #fff; }
.mobile-menu.activated a#opennav { background-image: url(../images/skin/menu_mobile_hover.png); }
.mobile-menu a#opennav { margin-left: 10px; }

div.menu { display: none; }

#shopping-cart-table tr th:nth-child(3),
#shopping-cart-table tr th:nth-child(5),
#shopping-cart-table tr td:nth-child(3),
#shopping-cart-table tr td:nth-child(5) { display: none; }


.mobile-menu { position: absolute; top: 157px; right: auto; left: 0; z-index: 1000; display: block; width: 100%; }
.mobile-menu .inner { position: relative; padding-bottom: 10px; }
.mobile-menu .inner img { margin-left: 10px; }
.mobile-menu .dropdown { width: 100%; top: 20px; left: 0; }

.banner-container { height: auto; }
.banner-container h1 { display: none; }
.banner-container li .center { margin-left: 0; left: 0; max-width: inherit; width: 100%; }
.banner-container img.banner { margin-left: -400px; width: 1170px!important; min-width: inherit!important; height: auto!important; min-height: inherit!important; }

.banner-container .prev { display: none; }
.banner-container .next { display: none; }
.banner-container .new { top: 120px; padding: 15px; left: 20px; }

.banner-container .new h2 { font-size: 30px; line-height: 30px; }
.banner-container .new p { font-size: 9px; }

.home-container .center { width: 100%; max-width: none; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.home-container .col { width: 100%; padding-right: 0; }
.home-container .col.tablet { padding-right: 0; }

.best-container .center { width: 100%; max-width: none; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.products-grid li { width: 25%; min-height: inherit; }
/*.products-grid li:first-child { display: none; }
.products-grid li:last-child { display: none; }*/
.products-grid li img { width: auto; max-width: 100%; }
.products-grid .products-image { height: auto; }

.bottom-container .center { margin: 0px !important; width: 100%; max-width: none; padding: 0 !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.bottom-container .services ul { text-align: center; }
.bottom-container .services li { margin: 5px 20px; float: none; display: inline-block;  text-align: left; }

.bottom-container .part.news-letter { float: left; width: 100%; padding-top: 10px; }
.bottom-container .part.news-letter p { margin-left: 10px; }
.bottom-container .part.news-letter fieldset { margin-left: 10px; }
.bottom-container .part { width: 33.33%; }
.bottom-container .payment { float: left; padding-top: 20px; width: 100%; text-align: center; }
.bottom-container .payment img { display: none; }
.bottom-container .payment img.hori { width: auto; max-width: 100%; display: inline-block!important; }

.footer p { width: 58%; }
.footer .logo { display: block; float: none; width: 100%; margin-bottom: 10px; margin-left: 0; overflow: hidden; text-align: center; }
.footer .social { float: none; width: 100%; overflow: hidden; }
.footer p { width: 100%; }
.footer .social span { display: block; text-align: center; float: none; width: 100%; margin-bottom: 10px; }
.footer .social ul { float: none; width: 100%; text-align: center; }
.footer .social ul li { float: none; display: inline-block; }

.cart-table thead td { padding: 10px; }
.block-sample span.count { top: 55px; }
.cart .cart-collaterals { padding: 20px 10px; }
.cart .collaterals { float: none; width: 100%; }

.block-sample .col2 li span { width: 200px; }
.block-sample .col1 { width: 15%; }
.block-sample .col2 { width: 85%; }
.cart-table .input-text.qty { padding: 0 5px; }

.col2-right-layout .col-right { float: none; /*width: 100%;*/ width:175px; margin: 0 auto; }
.col2-right-layout .col-main { float: none; width: 100%; }
.col2-right-layout .center { margin: 0 10px; }
.col1-layout .center .col-main { margin: 0 20px; }
.product-view .icons p { float: none; display: block; margin-bottom: 10px; }
.product-collateral .product-shop .button { margin-left: 0; }

.col2-right-layout .best-container { display: none; }
.best-container.mobile { display: block; width: 100%; }

.best-container.mobile .products-grid li:first-child { display: block; }
.best-container.mobile .products-grid li { width: 33.33%; }
.best-container.mobile .products-grid li:last-child { display: block; }

.product-view .left { float: none; width: 100%; margin-right: 20px; }
.product-view .left .mobile-none { margin-top:34px; }
.product-view .product-collateral { float: none; width: 100%; }
.product-collateral h1 { margin-left: 0; }
.product-collateral .product-name span { margin-left: 0; }
.product-collateral .colors { width: 100%; float: none; text-align: center; }
.product-collateral .colors li { float: none; display: inline-block; }
.product-collateral .colors li:first-child { float: none; margin-left: 0; }

div#product-options-grouped { position: relative; }
div#product-options-grouped.showing { margin-top: 20px; padding-top: 165px; }


.product-collateral .colors li { position: static; }
.product-collateral .colors li .popup { top: 0px; bottom: auto; left: 0px; width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.product-collateral .colors li .popup:before { left: 5px; }
.product-collateral .colors li .popup:after { left: 6px; }


.mobile-icons { display: block; overflow: hidden; width: 100%; }

.mobile-none { display: none; }


.col2-left-layout .center { padding: 0 10px; }
.col2-left-layout .col-left { float: none; width: 100%; }
.col2-left-layout .col-main { float: none; width: 100%; }

.category-details { display: none; }
.category-image { float: none; width: 100%; }

.col2-left-layout .products-grid li { width: 33.33%; }  
.col2-left-layout .products-grid li:last-child { display: block; }

.toolbar .left { float: none; width: 100%; overflow: hidden; }
.toolbar .pager { float: none; width: 100%; overflow: hidden; }
.toolbar .amount { float: right; }
.toolbar .limiter { float: right; padding-left: 0; }
.col2-left-layout .block-service { margin: 0 auto; margin-bottom: 30px; }

.category-description h1.mobile { color: #908E8B; display: block;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase; }
	
.cms-page-view .main .col-main div.std h1 { overflow: hidden; }
.cms-page-view .main .col-main div.std img.left { display: block; width: 100%; margin: 10px 0 10px 0; float: none; }
.cms-page-view .main .col-main div.std img.right { display: block; width: 100%; margin: 10px 0 10px 0; float: none; }
.cms-page-view .main .col-main div.std img { height:auto; }
.block-winkels  { display: none; }

.camera_caption  { display: none !important; }

.header .cartexpand { display:none !important; left:-9999px; }
.header div.wagen { position:relative; z-index: 1000; }

.mobile-menu .dropdown li li a { background:url(../images/arrow-mobile.png) no-repeat 0 11px; margin-left:28px; }
#allow-gift-messages-for-order-container .form-list li.wide textarea {
	width: 465px !important;height:4em !important;
}
.product-collateral .product-shop, .product-view .box-description { width:auto; float:none; }
.product-view .product-collateral .product-essential .short-description { margin-left:0; }

.product-collateral .colors li.active .popup { display:block !important; }

.camera_target_content .camera_link { z-index:1000; position:relative; }

.category-image, .category-details h1 { display:none; }
.category-details { display:block; width:auto; float:none; padding:0; }
.category-description { margin-top:20px; }
.pager .pages { margin:0; }

	#checkout-step-login .col-1 .button { margin-top:30px; float:right; }
	.opc .buttons-set { padding-top:0; }
	#checkout-step-login .col-2 .button { float:right; }
	.form-list .input-box { width:auto; }
	
	.col3-set .col-1, .col3-set .col-2, .col3-set .col-3, .col3-set .col-4, .col3-set .col-5, .col3-set .col-6 { float:none; width:auto; margin:0 0 20px; }
	
}



@media screen and (max-width: 1072px) { 

.col-1.new-users .social-buttons {position:absolute; top:-143px; right:0; width:240px;  }	
	
}



@media only screen and (max-width: 479px) {
	#checkout-step-login .col2-set:first-child .col-1 { padding-bottom:280px; }
	#checkout-step-login .col2-set .col-1 .buttons-set { position:absolute; right:20px; top:360px; left:20px; }
	#checkout-step-login .col-1 .button { margin-top:0; }
	
	.camera_target_content .camera_link { z-index:1000; position:relative; }
	
#checkout-step-login .social-buttons .clearer { clear:both; }
	
#checkout-step-login .social-buttons .clearer { clear:both; }

ul.list-brands { width:100%; float:none; }
	
#addsample_button { padding-left:77px !important; }
.product-collateral .product-shop, .product-view .box-description { width:auto; float:none; }
.product-view .product-collateral .product-essential .short-description { margin-left:0; }

.products-grid li img { width:100%; }

.col3-content .col-1 { float:none; width:100%; }
.col3-content .col-2 { float:none; width:100%; margin-left:0%; }
.col3-content .col-3 { float:none; width:100%; }
.header { height: 180px; }
.header a.logo { position: absolute; top: 50px; /*left: 50%; margin-left: -100px; */}
.header a.logo img { width: 200px; }
.header div.wagen span.tel { float: none; display: block; padding-bottom: 15px; text-align: right; font-size: 16px; }
.header div.wagen .bag  { float: none; display: block; position: relative; z-index: 1001; }
.header div.wagen .bag  a.afrekenen { display: none; }
.header div.wagen .bag a.winkel { margin-right: 0; }
.header .right { width: 100%; }
.header div.top { width: 45%; padding-left: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header div.top li { margin-bottom: -5px; }

.header div.top ul.links li:nth-child(2),
.header div.top ul.links li:nth-child(4),
.header div.top ul.links li:nth-child(5) { display: none; }

.header .lang { position: absolute; top: 10px; right: 10px;  float: right; }
.header .top-contents { min-height: 80px; }
.header div.wagen { position: relative; z-index: 100; }


.header div.zoek { position: absolute; top: 160px; left: 0px; width: 100%; z-index: 1001; border: none; }
.header div.zoek img#search-bar { margin-top: 3px; margin-left: 120px; cursor: pointer; display: block; }
.header div.zoek div.form-search { display: none; position: absolute; bottom: -7px; left: 0px; z-index: 2000; width: 100%; height: 35px; background: #fff; }
.header div.zoek.showing { z-index: 5000; }
.header div.zoek.showing div.form-search { display: block; }
.header div.zoek div.form-search button.go { margin: 12px 0px 0px 10px; float: left; }
.header div.zoek div.form-search button.go span span { background: url(../images/skin/loepMobiel.gif) no-repeat center center; }
.header div.zoek div.form-search img#search-bar-close { cursor: pointer; position: absolute; top: 16px; right: 10px; float: right; }
.header div.zoek.showing div.form-search img#search-bar-close { display: block !important; }
.header div.zoek div.form-search input.input-text { position: absolute; top: 10px; left: 15%; height: 25px; line-height: 25px; width: 70%; float: right; color: #958c88; border: 1px solid #dbd8d7;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.col1-layout .center .col-main { margin: 0 10px; }

.col2-set .col-1 { margin-bottom: 20px; float: none; width: 100%; }
.col2-set .col-2 { float: none; width: 100%; }

#my-orders-table tr th:nth-child(3) { display: none; }
#my-orders-table tr td:nth-child(3) { display: none; }

#shopping-cart-table tr th:nth-child(3),
#shopping-cart-table tr th:nth-child(5),
#shopping-cart-table tr td:nth-child(3),
#shopping-cart-table tr td:nth-child(5) { display: none; }

button.btn-continue, .cart-table .btn-continue { float:right; margin-bottom:10px; }

div.menu { display: none; }

.mobile-menu.activated { margin-top: -10px; padding-top: 10px; z-index: 9000; width: 100%; background: #fff; }
.mobile-menu.activated a#opennav { background-image: url(../images/skin/menu_mobile_hover.png); }
.mobile-menu a#opennav { margin-left: 10px; }

.mobile-menu { position: absolute; top: 164px; right: auto; left: 0; z-index: 1005; display: block; width: 80px; }
.mobile-menu.fixportrait { width: 100%; }
.mobile-menu .inner { position: relative; padding-bottom: 10px; }
.mobile-menu .dropdown { width: 100%; top: 20px; left: 0; }
 

.banner-container { height: auto; }
.banner-container h1 { display: none; }
.banner-container li .center { margin-left: 0; left: 0; max-width: inherit; width: 100%; }
.banner-container img.banner { width: 1000px!important; min-width: inherit!important; height: auto!important; min-height: inherit!important; }
.banner-container .prev { display: none; }
.banner-container .next { display: none; }
.banner-container .new { top: 155px; padding: 15px; left: 0; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.banner-container .new h2 { font-size: 30px; line-height: 30px; }
.banner-container .new h2 br { display: none; }
.banner-container .new p { font-size: 9px; }

.home-container .center { width: 100%; max-width: none; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.home-container .col { width: 100%; padding-right: 0; }
.home-container .col.tablet { padding-right: 0; }
.home-container .photo { width: 39%; float:right; position:relative; right:-12px; top:-12px; }
.home-container h2 { font-size:22px; line-height:25px; }
.home-container .part { min-height: inherit; padding: 12px; }
.home-container a.button span { display: none; }
.home-container .part.advise  p { display: block; width: 50%; text-overflow: ellipsis; white-space:nowrap; overflow: hidden; }
.home-container .part.advise  p br { display: none; }

.home-container a.button { position: relative; bottom: 0px; left: 0px; }

.best-container .center { width: 100%; max-width: none; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.products-grid li { width: 50%; min-height: inherit; }
.products-grid li img { width: auto; max-width: 100%; }
.products-grid .products-image { height: auto; }

.bottom-container .center { padding: 0px; margin: 0px !important; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.bottom-container .services li { margin: 5px 20px; float: none; display: block;  text-align: left; }

.bottom-container .part.news-letter { float: left; width: 50%; }
.bottom-container .part.news-letter p { margin-left: 10px; }
.bottom-container .part.news-letter fieldset { margin-left: 10px; }
.bottom-container .part { width: 50%; margin-bottom: 10px; }
.bottom-container .payment { float: left; padding: 20px; width: 100%; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.bottom-container input.input-text { width: 75%; }

.footer p { width: 58%; }
.footer .logo { display: block; float: none; width: 100%; margin-bottom: 10px; margin-left: 0; overflow: hidden; text-align: center; }
.footer .social { float: none; width: 100%; overflow: hidden; }
.footer p { width: 100%; }
.footer .social span { display: block; text-align: center; float: none; width: 100%; margin-bottom: 10px; }

.footer .social ul { float: none; width: 100%; text-align: center; }
.footer .social ul li { float: none; display: inline-block; }

.cart-table thead td { padding: 10px; }
.block-sample span.count { top: 55px; }
.cart .cart-collaterals { padding: 20px 10px; }
.cart .collaterals { float: none; width: 100%; }
.cart .cart-collaterals .discount { float: none; width: 100%; overflow: hidden; margin-bottom: 20px; }
.cart .cart-collaterals .totals { float: none; width: 100%; overflow: hidden; }

.block-sample .col2 li span { width: 200px; }
.block-sample .col1 { width: 30%; }
.block-sample .col2 { width: 70%; }
.cart-table .input-text.qty { padding: 0 5px; }

.cart-table .col3 { display: none; }
.cart-table .col4 { display: none; }
.cart-table .col5 { display: none; }
.cart-table .col6 { display: none; }

.cart-table .mobile { display: block; width: 100%; padding-top: 10px; }
.cart-table .mobile span.price { float: left; padding-right: 15px; }
.cart-table .mobile .quantity { float: left; padding-right: 15px; }
.cart-table .mobile .del { float: left; }

.cart-table .button span span { padding: 0 10px; }

.cart-table .col2 span.normal { display: none; }
.cart-table .col2 span.mobile { display: block; }

.block-sample .col2 .right { display: none; }


.col2-right-layout .col-right { float: none; width: 100%; margin: 0 auto; }
.col2-right-layout .col-main { float: none; width: 100%; }
.col2-right-layout .center { margin: 0 10px; }
.product-view .icons p { float: none; display: block; margin-bottom: 10px; }
.product-collateral .product-shop .button { margin-left: 0; }

.col2-right-layout .best-container { display: none; }
.best-container.mobile { display: block; width: 100%; }

.best-container.mobile .products-grid li:first-child { display: block; }
.best-container.mobile .products-grid li { width: 50%; }
.best-container.mobile .center { margin: 0; padding: 0; }

.product-view .left { float: none; width: 100%; }
.product-view .product-collateral { float: none; width: 100%; }
.product-collateral h1 { margin-left: 0; }
.product-collateral .product-name span { margin-left: 0; }
.product-collateral .colors { width: 100%; float: none; text-align: center; }
.product-collateral .colors li { float: none; display: inline-block; }
.product-collateral .colors li:first-child { float: none; margin-left: 0; }

div#product-options-grouped { position: relative; }
div#product-options-grouped.showing { margin-top: 20px; padding-top: 165px; }

.box-description { padding-top: 20px; }

.product-collateral .colors li { position: static; }
.product-collateral .colors li .popup { top: 0px; bottom: auto; left: 0px; width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.product-collateral .colors li .popup:before { left: 5px; }
.product-collateral .colors li .popup:after { left: 6px; }

.product-collateral .review-list .stars { float: none; width: 100%; overflow: hidden; }
.product-collateral .review-list .text {float: none; width: 100%; overflow: hidden; }

.product-collateral .product-shop .add-to-box div.set a { clear: both; margin-left: 5px; margin-top: 10px; }


.mobile-icons { display: block; overflow: hidden; width: 100%; }

.mobile-none { display: none; }

.col2-left-layout .center { padding: 0 10px; }
.col2-left-layout .col-left { float: none; width: 100%; }
.col2-left-layout .col-main { float: none; width: 100%; }

.category-details { display: none; }
.category-image { float: none; width: 100%; }

.col2-left-layout .products-grid li { width: 50%; }  
.col2-left-layout .products-grid li:last-child { display: block; }

.toolbar .left { float: none; width: 100%; overflow: hidden; }
.toolbar .pager { float: none; width: 100%; overflow: hidden; }
.toolbar .amount { float: right; }
.toolbar .limiter { float: right; padding-left: 0; }
.col2-left-layout .block-service { margin: 0 auto; margin-bottom: 30px; }

.products-list li div.left { display: none; }
.products-list li div.right { float: none; width: 100%; }

.category-description h1.mobile { color: #908E8B; display: block;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase; }
	
.cms-page-view .main .col-main div.std h1 { overflow: hidden; }
.cms-page-view .main .col-main div.std img.left { display: block; width: 100%; margin: 10px 0 10px 0; float: none; }
.cms-page-view .main .col-main div.std img.right { display: block; width: 100%; margin: 10px 0 10px 0; float: none; }
.cms-page-view .main .col-main div.std img { height:auto; }
.cms-gift-shop .main .col-main div.std img, .cms-xmas-flawless-four .main .col-main div.std img, .cms-page-view .main .col-main div.std img { width:100%; height:auto; max-width:100%; }

.block-winkels  { display: none; }

.camera_caption { display: block !important; }
.camera_caption > div { padding:13px !important; max-width:213px; }
.camera_caption > div .icycle-label { font-size:20px !important; line-height:25px !important; margin-bottom:0 !important; }
.camera_caption > div .icycle-description { margin-top:10px; }

	.header .cartexpand { display:none !important; left:-9999px; }
	.header div.wagen { position:relative; z-index: 4000; }

.mobile-menu .dropdown li li a { background:url(../images/arrow-mobile.png) no-repeat 0 11px; margin-left:28px; }


.buttons-set {clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; position:relative; }
	.col-1.new-users {height:300px;}
	.col-1.new-users .social-buttons {position:absolute; top:-143px; right:0; }
	.col-1.new-users .social-buttons .clearer, .col-2.registered-users .social-buttons .clearer { clear:none; float:right; margin:5px 0 0 10px; }
	.col-1.new-users .buttons-set .button, .col-2.registered-users .buttons-set .button { margin-left:15px; }
	.inchoo-socialconnect-login .buttons-set { border:0; clear:both; margin:0 0 4em; padding:0 0 8px; border-bottom:1px solid #e4e4e4; text-align:right; }

	.col-2.registered-users {height:340px;}
	.col-2.registered-users .content {height:285px;}
	.col-2.registered-users .content p.required {text-align:left; position: static;}
	.col-2.registered-users .social-buttons { position:absolute; top:-144px; width: 120px; right:0; }
	
	.product-collateral .colors li.active .popup { display:block !important; }
	
	.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text, .form-list input.input-text { width:100% !important; padding:5px 0; text-indent:5px; }
	.form-list .field { width:auto; float:none; }
	.form-list .name-prefix select, .form-list select { padding:5px 0; width:100%; }
	.form-list .name-prefix { margin-bottom:10px; }
	.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname { width:auto; }
	
	.category-image, .category-details h1 { display:none; }
	.category-details { display:block; width:auto; float:none; padding:0; }
	.category-description { margin-top:20px; }
	.pager .pages { margin:0; }
	
	#checkout-step-login .col-1 .button { margin-top:0; float:right; }
	.opc .buttons-set { padding-top:0; }
	#checkout-step-login .col-2 .button { margin-bottom:20px; float:right; }
	.form-list .input-box { width:auto; }
	
	.col3-set .col-1, .col3-set .col-2, .col3-set .col-3, .col3-set .col-4, .col3-set .col-5, .col3-set .col-6 { float:none; width:auto; margin:0 0 20px; }
	
	.inchoo-socialconnect-checkout-register { margin-top:0; position:absolute; top:445px; right:20px; float:none; width:auto; }
	.inchoo-socialconnect-checkout-register .col3-set .col-1, .inchoo-socialconnect-checkout-register .col3-set .col-2, .inchoo-socialconnect-checkout-register .col3-set .col-3, .inchoo-socialconnect-checkout-login .col3-set .col-4, .inchoo-socialconnect-checkout-login .col3-set .col-5, .inchoo-socialconnect-checkout-login .col3-set .col-6 { clear:both; }
	.inchoo-socialconnect-checkout-login { margin-top:0; }

}
