html {
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
	min-width: 320px;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}

body.menu {
    background-color: #eee;
}

div.wrapper {
    width: auto;
    overflow-x: hidden;
}

input[type=submit] {
    font-family: Verdana;
}

a {
	color: #36c;
    text-decoration: none;
}

a img {
    border: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.grey-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.grey-list li {
    padding-left: 1em;
    text-indent: -.7em;
}

ul.grey-list li:before {
    content: "• ";
    color: #999;
}

h1, h2 {
    font-size: 17px;
}

h2.smaller {
    font-size: 15px;
}

h3 {
    font-size: 15px;
    font-weight: normal;
}

h4 {
    font-size: 15px;
    margin: 0;
}

h5 {
    font-size: 13px;
    margin: 0;
}

h1 span {
    font-weight: normal;
    font-size: 12px;
    color: #ccc;
}

hr.double_line {
    background-color: #fff;
    height: 4px;
    border-left: none;
    border-right: none;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 0;
}

a:active, a:hover {
	color: #EA5518;
}

.clear-all {
	clear: both;
}

.ui-input-text {
    border: solid 1px #ccc;
    background-color: #fff;
    height: 31px;
    border-radius: 4px;
}

.ui-input-textarea {
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
}

.ui-input-textarea textarea {
    font-size: 14px;
}

.ui-input-text input[type=text], .ui-input-text input[type=email], .ui-input-text input[type=password], .ui-input-text input[type=tel], .ui-input-text input[type=number] {
    width: 99%;
    height: 29px;
    padding-left: 5px;
    border: 0;
    background: transparent none;
    outline: 0 !important;
    font-size: 14px;
}

textarea {
    font-size: 12px;
    border: 0;
    outline: 0 !important;
    resize: none;
    width: 100%;
    height: 80px;
    background: transparent;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.overflow {
    overflow: auto;
}

.js-only {
    display: none;
}

.black {
    color: #000 !important;
}

.strike-through {
    text-decoration: line-through;
}

.price-red {
    color: #c30;
    font-weight: bold;
}

.block-element {
    display: block;
}

.line-height-31 {
    line-height: 31px;
}
/**** TABLE STYLING ****/

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table.border-separate {
    border-collapse: separate;
}

.table {
    display: table;
}

.tr {
    display: table-row;
}

.td{
    display: table-cell;
    vertical-align: middle;
}

/**** COOKIE MESSAGE ****/

.cookie-message {
    background-color: #333;
    color: #ccc;
    height: 36px;
    line-height: 36px;
    font-size: 10px;
}

.cookie-message a {
    color: #ccc;
    text-decoration: underline;
}

.cookie-message a:hover {
    color: #eee;
}

.cookie-message a.close {
    display: block;
    width: 20px;
    height: 20px;
    padding-top: 8px;
    text-indent: -9999px;
    background: transparent url("/images/btn-close-cookie_2x.png") no-repeat 0px 8px;
    background-size: 20px 20px !important;
}

/**** HEADER ****/

div[data-role='header'] > div {
    position: relative;
}

.header, .menu-bar {
	height: 45px;
}

.header {
    background: #2652b1 url("/images/bg-logo-bar_2x.png");
    background-size: 1px 45px !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4976d3), to(#2652b1));
	background: -webkit-linear-gradient(top, #4976d3, #2652b1);
	background:    -moz-linear-gradient(top, #4976d3, #2652b1);
	background:     -ms-linear-gradient(top, #4976d3, #2652b1);
	background:      -o-linear-gradient(top, #4976d3, #2652b1);
	border-bottom: solid 1px #fff;
}

.menu-bar {
	float: right;
    background: #ccc url("/images/bg-header_2x.png");
    background-size: 1px 45px !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background:    -moz-linear-gradient(top, #eee, #ccc);
	background:     -ms-linear-gradient(top, #eee, #ccc);
	background:      -o-linear-gradient(top, #eee, #ccc);
	border-bottom: solid 1px #fff;
}

.active-header-menu {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#eee)) !important;
    background: -webkit-linear-gradient(top, #ccc, #eee) !important;
    background:    -moz-linear-gradient(top, #ccc, #eee) !important;
    background:     -ms-linear-gradient(top, #ccc, #eee) !important;
    background:      -o-linear-gradient(top, #ccc, #eee) !important;
}

.header-separator {
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 19px;
	height: 45px;
	float: left;
    background: transparent url("/images/header-separator2_2x.png") no-repeat 0px 0px;
    background-size: 19px 45px !important;
}

#main-logo {
    width: 144px;
	margin: 0 auto;
	padding: 4px 0 0 10px;
}

#main-logo a, #main-logo div {
	display: block;
    background: transparent url("/images/bol-logo_2x.png") no-repeat;
    background-size: 138px 33px !important;
    text-indent: -9999px;
	width: 138px;
	height: 33px;
}

#btn-header-menu {
    width: 46px;
    height: 45px;
    float: left;
}

#btn-shopping-cart {
	width: 89px;
	height: 45px;
	float: right;
}

#btn-library {
    display: none;
}

/*#btn-header-menu {
	border-right: solid 1px #bbb;
}

#btn-header-menu.active {
    border-bottom: solid 1px #eee;
}*/

#btn-shopping-cart, #btn-library, #btn-shop  {
    background: #ccc url("/images/bg-header_2x.png");
    background-size: 1px 45px !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
    background: -webkit-linear-gradient(top, #eee, #ccc);
    background:    -moz-linear-gradient(top, #eee, #ccc);
    background:     -ms-linear-gradient(top, #eee, #ccc);
    background:      -o-linear-gradient(top, #eee, #ccc);
}

#btn-shopping-cart.active {
    background: #ffbf2e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcd5c), to(#ffbf2e));
    background: -webkit-linear-gradient(top, #ffcd5c, #ffbf2e);
    background:    -moz-linear-gradient(top, #ffcd5c, #ffbf2e);
    background:     -ms-linear-gradient(top, #ffcd5c, #ffbf2effbf2e);
    background:      -o-linear-gradient(top, #ffcd5c, #ccc);
}

#btn-header-menu a, #btn-shopping-cart a, #btn-library a, #btn-shop a {
	display: block;
	width: 100%;
	height: 100%;
}

#btn-shopping-cart a {
    float: left;
    width: 70px;
}

#btn-header-menu a {
    text-indent: -9999px;
    background: transparent url("/images/btn-header-menu_2x.png?v=2") 8px 6px no-repeat !important;
    background-size: 35px 35px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #btn-header-menu a {
        background: transparent url("/images/btn-header-menu_2x.png?v=2") 8px 5px no-repeat !important;
        background-size: 35px 35px !important;
    }
}

#btn-shopping-cart a {
	text-align: center;
	line-height: 32px;
	text-indent: 5px;
	text-decoration: none;
	color: #555;
	font-weight: bold;
    background: transparent url("/images/btn-header-shoppingcart_2x.png") 15px 8px no-repeat;
    background-size: 40px 28px !important;
}

#btn-shopping-cart.active a {
    color: #600;
    background: transparent url("/images/btn-header-shoppingcart-active_2x.png") 15px 8px no-repeat;
    background-size: 40px 28px !important;
}

#btn-library {
    width: 171px;
    height: 45px;
    float: right;
    border-left: solid 1px #fff;
    border-right: solid 1px #bbb;
}

#btn-library a {
    text-indent: -9999px;
    background: transparent url("/images/btn-library_2x.png") 22px 17px no-repeat;
    background-size: 124px 11px !important;
}

#btn-shop {
    float: right;
    width: 70px;
    height: 45px;
}

#btn-shop a {
    text-indent: -9999px;
    background: transparent url("/images/btn-shop_2x.png") 24px 9px no-repeat;
    background-size: 22px 24px !important;
}

/**** HEADER MENU ****/

.header-menu {
    background-color: #eee;
    border-bottom: solid 1px #fff;
    font-size: 11px;
}

.header-menu .menu-item {
    width: 50%;
    height: 46px;
    float: left;
    text-align: left;
    padding-top: 8px;
}

.header-menu .menu-item a {
    text-decoration: none;
    font-weight: bold;
    height: 44px;
    display: block;
    line-height: 44px;
    background-color: #fff;
    border: solid 1px #ccc;
    margin-left: 8px;
    margin-right: 4px;
}

.header-menu .menu-item a.last {
    margin-left: 4px !important;
    margin-right: 8px !important;
}

.header-menu .menu-item a span {
    margin-left: 7px;
}

/**** FOOTER ****/
.footer {
	padding: 10px 13px 17px 13px;
	text-align: center;
	font-size: 11px;
}

.footer .footer-nav {
	line-height: 30px;
	padding-bottom: 10px;
}

.footer .footer-nav a {
	text-decoration: none;
	color: #003399;
}

.footer .footer-nav .cookie-policy {
    line-height: normal;
}

.footer .footer-nav a.thuiswinkel {
	background: transparent url("/images/logo-thuiswinkel-waarborg.png") no-repeat 0px 2px;
	padding-left: 16px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
	.footer .footer-nav a.thuiswinkel {
		background: transparent url("/images/logo-thuiswinkel-waarborg_2x.png") no-repeat 0px 2px !important;
		background-size: 11px 11px !important;
	}
}

.footer .copyright {
	color: #666;
}

.footer-menu, .center-wrapper {
    text-align: center;
}

.footer .logo {
	background: transparent url("/images/bol-logo-footer.png?v3") no-repeat center;
	margin-bottom: 13px;
	text-indent: -9999px;
	height: 52px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
	.footer .logo {
		background: transparent url("/images/bol-logo-footer_2x.png?v3") no-repeat center !important;
		background-size: 252px 52px !important;
	}
}

.footer-menu, .footer-menu-cot {
	background-color: #eee;
	font-size: 11px;
}

.center-wrapper {
    text-align: center;
}

.footer-menu-cot {
    line-height: 20px;
}

.footer-menu .menu-item {
	margin-left: -1px;
	width: 50%;
	height: 44px;
	float: left;
    text-align: left;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.footer-menu .menu-item.last {
	border-right: 0 !important;
	margin-left: 0 !important;
}

.footer-menu .menu-item a {
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 44px;
}

.footer-menu .menu-item a span {
    margin-left: 16px;
}

.footer-menu .menu-item a.login span {
	padding: 5px 0px 5px 27px;
	background: transparent url("/images/icons/icon-login.png") no-repeat left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
	.footer-menu .menu-item a.login span {
		background: transparent url("/images/icons/icon-login_2x.png") no-repeat left center !important;
		background-size: 17px 20px !important;
	}
}

.header-menu .menu-item a.wishlist span, .footer-menu .menu-item a.wishlist span {
	padding: 5px 0px 5px 25px;
	background: transparent url("/images/icons/icon-wishlist.png") no-repeat left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
    .header-menu .menu-item a.wishlist span, .footer-menu .menu-item a.wishlist span {
		background: transparent url("/images/icons/icon-wishlist_2x.png") no-repeat left center !important;
		background-size: 18px 16px !important;
	}
}

.header-menu .menu-item a.orderstatus span, .footer-menu .menu-item a.orderstatus span {
	padding: 5px 0px 5px 25px;
	background: transparent url("/images/icons/icon-orderstatus.png") no-repeat left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
    .header-menu .menu-item a.orderstatus span, .footer-menu .menu-item a.orderstatus span {
		background: transparent url("/images/icons/icon-orderstatus_2x.png") no-repeat left center !important;
		background-size: 17px 17px !important;
	}
}

.header-menu .menu-item a.customerservice span, .footer-menu .menu-item a.customerservice span {
	padding: 5px 0px 5px 25px;
	background: transparent url("/images/icons/icon-customerservice.png") no-repeat left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
    .header-menu .menu-item a.customerservice span, .footer-menu .menu-item a.customerservice span {
		background: transparent url("/images/icons/icon-customerservice_2x.png") no-repeat left center !important;
		background-size: 18px 16px !important;
	}
}

.header-menu .menu-item a.chooseshop span {
    padding: 5px 0px 5px 25px;
    background: transparent url("/images/icons/icon-chooseshop.png") no-repeat left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
    .header-menu .menu-item a.chooseshop span {
        background: transparent url("/images/icons/icon-chooseshop_2x.png") no-repeat left center !important;
        background-size: 19px 19px !important;
    }
}

.header-menu .menu-item a.library span, .footer-menu .menu-item a.library span {
    padding: 5px 0px 5px 25px;
    background: transparent url("/images/icons/icon-library.png") no-repeat left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
    .header-menu .menu-item a.library span, .footer-menu .menu-item a.library span {
        background: transparent url("/images/icons/icon-library_2x.png") no-repeat left center !important;
        background-size: 20px 17px !important;
    }
}

.header-menu .menu-item a.login span {
    padding: 5px 0px 5px 27px;
    background: transparent url("/images/icons/icon-login.png") no-repeat left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
    .header-menu .menu-item a.login span {
        background: transparent url("/images/icons/icon-login_2x.png") no-repeat left center;
        background-size: 17px 20px !important;
    }
}

.header-menu .menu-item a.logout span, .footer-menu .menu-item a.logout span {
    padding: 5px 0px 5px 27px;
    background: transparent url("/images/icons/icon-logout.png") no-repeat left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
    .header-menu .menu-item a.logout span, .footer-menu .menu-item a.logout span {
        background: transparent url("/images/icons/icon-logout_2x.png") no-repeat left center;
        background-size: 17px 20px !important;
    }
}

.social-media {
	/*padding: 20px 0px 0px 0px;*/
	margin: 0 auto;
	width: 184px;
	color: #999;
	font-weight: bold;
	line-height: 25px;
}

.social-media a {
	margin: 0px 4px 0px 4px;
	display: block;
	float: left;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
}

.social-media a.facebook {
	background: transparent url("/images/logo-facebook.png") no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
	.social-media a.facebook {
		background: transparent url("/images/logo-facebook_2x.png") no-repeat !important;
		background-size: 38px 38px !important;
	}
}

.social-media a.twitter {
	background: transparent url("/images/logo-twitter.png") no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi)  {
	.social-media a.twitter {
		background: transparent url("/images/logo-twitter_2x.png") no-repeat !important;
		background-size: 38px 38px !important;
	}
}

.social-media a.gplus {
     background: transparent url("/images/logo-googleplus.png") no-repeat;
 }

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .social-media a.gplus {
        background: transparent url("/images/logo-googleplus_2x.png") no-repeat !important;
        background-size: 38px 38px !important;
    }
}

.social-media a.pinterest {
    background: transparent url("/images/logo-pinterest.png") no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .social-media a.pinterest {
        background: transparent url("/images/logo-pinterest_2x.png") no-repeat !important;
        background-size: 38px 38px !important;
    }
}

.footer-menu .desktop {
	padding: 22px 10px;
}

.footer-menu .desktop a {
	color: #039;
	text-decoration: none;
	font-weight: bold;
}

/**** SEARCH ****/

.search-wrapper {
	position: relative;
	height: 35px;
	padding: 5px 8px;
    border-bottom: solid 1px #fff;
	background-color: #d3e5f6;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d3e5f6), to(#d4e6f6));
	background-image: -webkit-linear-gradient(top, #d3e5f6, #d4e6f6);
	background-image:    -moz-linear-gradient(top, #d3e5f6, #d4e6f6);
	background-image:     -ms-linear-gradient(top, #d3e5f6, #d4e6f6);
	background-image:      -o-linear-gradient(top, #d3e5f6, #d4e6f6);
}

.search-wrapper .ui-input-search {
	border-top: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	border-left: 1px solid #7f9db9;
	background-color: #fff;
	width: 98%;
	height: 31px;
    overflow: hidden;
}

.search-wrapper .ui-input-search-btn {
	/*float: right;*/
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 33px;
	background-color: #4976d3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4976d3), to(#2652b1));
	background-image: -webkit-linear-gradient(top, #4976d3, #2652b1);
	background-image:    -moz-linear-gradient(top, #4976d3, #2652b1);
	background-image:     -ms-linear-gradient(top, #4976d3, #2652b1);
	background-image:      -o-linear-gradient(top, #4976d3, #2652b1);	
}

.search-wrapper .ui-input-search-btn  div {
	width: 100%;
	height: 100%;
	background: transparent url("/images/btn-search.png") no-repeat 3px 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
	.search-wrapper .ui-input-search-btn  div {
		background: transparent url("/images/btn-search_2x.png") no-repeat 3px 1px !important;
		background-size: 33px 32px !important;
	}
}

.search-wrapper .ui-input-search input[type="text"] {
	width: 100%;
	height: 29px;
	padding-left: 5px;
	border: 0;
	background: transparent none;
	outline: 0!important;
	font-size: 14px;
}

.search-wrapper .ui-input-search-btn  input[type="submit"] {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.search-wrapper .btn-clear-searchfield {
	display: none;
	position: absolute;
	top: 7px;
	right: 50px;
	background: transparent url("/images/btn-delete.png") no-repeat center 7px;
	width: 24px;
	height: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .search-wrapper .btn-clear-searchfield {
        background: transparent url("/images/btn-delete_2x.png") no-repeat center 7px !important;
        background-size: 15px 15px !important;
    }
}

/**** SEARCH SUGGESTIONS ****/

.searchsuggestions {
    width: 100%;
    position: absolute;
    margin-left: -8px;
    z-index: 10;
}

.searchsuggestions ul {
    background-color: #fff;
    margin: 0 5px 0 8px;
    padding: 0;
    border: solid 1px #7f9db9;

}

.searchsuggestions ul li {
    list-style-type: none;
    min-height: 34px;
    border-bottom: solid 1px #ccc;
    background: #eee;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -ms-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);
}

.searchsuggestions ul li a {
    display: block;
    min-height: 34px;
    line-height: 34px;
    color: #000;
    text-decoration: none;
}

.searchsuggestions ul li a.suggestion {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #fff;
    margin-right: 40px;
}

.searchsuggestions ul li a span {
    color: #36c;
}

.searchsuggestions ul li a.select {
    width: 40px;
    height: 100%;
    float: right;
    background: transparent url("/images/selector-arrow.png") no-repeat 12px 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .searchsuggestions ul li a.select {
        background: transparent url("/images/selector-arrow_2x.png") no-repeat 12px 10px !important;
        background-size: 16px 16px !important;
    }
}

/**** MAIN MENU ****/

.menu-title {
	text-indent: -9999px;
	background: transparent url("/images/title-menu.png") no-repeat 36px 0px !important;
	height: 32px;
	margin-bottom: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
	.menu-title {
		background: transparent url("/images/title-menu_2x.png") no-repeat 36px 0px !important;
		background-size: 182px 32px !important;
	}
}

.main-menu {
	margin: 0;
	padding: 0;
	border-top: solid 1px #ccc;
}

.main-menu li {
    height: 50px;
    list-style-type: none;
    border-bottom: solid 1px #ccc;
    background: url("/images/disclosure-indicator.png") no-repeat right 19px, #eee url("../images/bg-menu.png") repeat-x;
    background: url("/images/disclosure-indicator.png") no-repeat right 19px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
    background: url("/images/disclosure-indicator.png") no-repeat right 19px, -webkit-linear-gradient(top, #fff, #eee);
    background: url("/images/disclosure-indicator.png") no-repeat right 19px, -moz-linear-gradient(top, #fff, #eee);
    background: url("/images/disclosure-indicator.png") no-repeat right 19px, -ms-linear-gradient(top, #fff, #eee);
    background: url("/images/disclosure-indicator.png") no-repeat right 19px, -o-linear-gradient(top, #fff, #eee);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .main-menu li {
        background: url("/images/disclosure-indicator_2x.png") no-repeat right 19px, #eee url("../images/bg-menu_2x.png") repeat-x !important;
        background: url("/images/disclosure-indicator_2x.png") no-repeat right 19px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee)) !important;
        background: url("/images/disclosure-indicator_2x.png") no-repeat right 19px, -webkit-linear-gradient(top, #fff, #eee) !important;
        background: url("/images/disclosure-indicator_2x.png") no-repeat right 19px, -moz-linear-gradient(top, #fff, #eee) !important;
        background: url("/images/disclosure-indicator_2x.png") no-repeat right 19px, -ms-linear-gradient(top, #fff, #eee) !important;
        background: url("/images/disclosure-indicator_2x.png") no-repeat right 19px, -o-linear-gradient(top, #fff, #eee) !important;
        background-size: 50px 950px, 1px 50px !important;
    }
}

.main-menu li a {
	line-height: 52px;
	display: block;
	/*width: 100%;*/
	height: 100%;
	font-weight: bold;
	text-decoration: none;
    text-transform: uppercase;
}

.main-menu li a span {
	padding: 6px 0 6px 46px;
}

/**** SCROLL UP BUTTON ****/

.btn-scroll-up {
    text-align: center;
    padding-bottom: 22px;
}

.btn-scroll-up a {
	display: block;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.btn-scroll-up a span {
    padding-left: 20px;
    background: transparent url("/images/bg-btn-up.png") no-repeat 0px 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .btn-scroll-up a span {
        background: transparent url("/images/bg-btn-up_2x.png") no-repeat 0px 4px !important;
        background-size: 14px 9px !important;
    }
}

/**** ROUNDED CORNERS ****/
.ui-btn-corner-tl {
	-moz-border-radius-topleft: 		7px;
	-webkit-border-top-left-radius: 	7px;
	border-top-left-radius: 			7px;
}
.ui-btn-corner-tr {
	-moz-border-radius-topright: 		7px;
	-webkit-border-top-right-radius: 	7px;
	border-top-right-radius: 			7px;
}
.ui-btn-corner-bl {
	-moz-border-radius-bottomleft: 		7px;
	-webkit-border-bottom-left-radius: 	7px;
	border-bottom-left-radius: 			7px;
}
.ui-btn-corner-br {
	-moz-border-radius-bottomright: 	7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 		7px;
}
.ui-btn-corner-top {
	-moz-border-radius-topleft: 		7px;
	-webkit-border-top-left-radius: 	7px;
	border-top-left-radius: 			7px;
	-moz-border-radius-topright: 		7px;
	-webkit-border-top-right-radius: 	7px;
	border-top-right-radius: 			7px;
}
.ui-btn-corner-bottom {
	-moz-border-radius-bottomleft: 		7px;
	-webkit-border-bottom-left-radius: 	7px;
	border-bottom-left-radius: 			7px;
	-moz-border-radius-bottomright: 	7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 		7px;
}
.ui-btn-corner-right {
	 -moz-border-radius-topright: 		7px;
	-webkit-border-top-right-radius: 	7px;
	border-top-right-radius: 			7px;
	-moz-border-radius-bottomright: 	7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 		7px;
}
.ui-btn-corner-left {
	-moz-border-radius-topleft: 		7px;
	-webkit-border-top-left-radius: 	7px;
	border-top-left-radius: 			7px;
	-moz-border-radius-bottomleft: 		7px;
	-webkit-border-bottom-left-radius: 	7px;
	border-bottom-left-radius: 			7px;
}
.ui-btn-corner-all {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

/**** BORDERS ****/

.no-border {
    border: 0 !important;
}

.border-all {
    border: solid 1px #ccc;
}

.border-top {
    border-top: solid 1px #ccc;
}

.border-top-white {
    border-top: solid 1px #fff;
}

.border-bottom {
      border-bottom: solid 1px #ccc;
}

.border-bottom-dark {
    border-bottom: solid 1px #888;
}

.border-bottom-dotted {
    border-bottom: dotted 1px #ccc;
}

.border-left {
    border-left: solid 1px #ccc;
}

.border-right {
    border-right: solid 1px #ccc;
}

/*** SHADOWS ***/
.ui-shadow-inset, .shadow-inset {
	-moz-box-shadow: inset 0 1px 4px 		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 4px 	rgba(0,0,0,.2);
	box-shadow: inset 0 1px 4px 			rgba(0,0,0,.2);
}

.ui-shadow-inset-all, .shadow-inset-all {
	-moz-box-shadow: inset 0 0 3px 2px		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 3px 2px	rgba(0,0,0,.2);
	box-shadow: inset 0 0 3px 2px			rgba(0,0,0,.2);
}

.ui-shadow-outer-all, .shadow-outer-all {
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .15);
}

.ui-shadow-outer-right-bottom, .shadow-outer-right-bottom {
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.ui-shadow-inset-bottom, .shadow-inset-bottom {
    -moz-box-shadow: inset 0px -3px 6px -2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0px -3px 6px -2px rgba(0, 0, 0, .2);
    box-shadow: inset 0px -3px 6px -2px rgba(0, 0, 0, .2);
}

.shadow-inset-right {
    -moz-box-shadow: inset -4px 0px 6px -3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset -4px 0px 6px -3px rgba(0, 0, 0, 0.3);
    box-shadow: inset -4px 0px 6px -3px rgba(0, 0, 0, 0.3);
}

.shadow-outer-right {
    -moz-box-shadow: -4px 0px 6px -3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: -4px 0px 6px -3px rgba(0, 0, 0, 0.3);
    box-shadow: -4px 0px 6px -3px rgba(0, 0, 0, 0.3);
}

/**** BORDERS ****/

.ui-border-all {
    border: solid 1px #ccc;
}

/**** BUTTONS ****/
.btn-blue {
    background: #36c;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#36c), to(#2a5ab9));
    background: -webkit-linear-gradient(top, #36c, #2a5ab9);
    background: -moz-linear-gradient(top, #36c, #2a5ab9);
    background: -ms-linear-gradient(top, #36c, #2a5ab9);
    background: -o-linear-gradient(top, #36c, #2a5ab9);
    text-align: center;
}

.btn-blue input[type=submit], .btn-login input[type=submit], .login-cta input[type=submit], .payment-cta input[type=submit], .btn-coupon-code input[type=submit], .account-cta input[type=submit], .btn-apply-gift-certificate input[type=submit], .btn-add-gift-certificate input[type=submit], .btn-ok input[type=submit] {
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.btn-light-blue {
    /*border: solid 1px #a6b7c7;*/
    background: #e4f0fb;
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4f0fb), to(#d3e5f6));
    background: -webkit-linear-gradient(top, #e4f0fb, #d3e5f6);
    background: -moz-linear-gradient(top, #e4f0fb, #d3e5f6);
    background: -ms-linear-gradient(top, #e4f0fb, #d3e5f6);
    background: -o-linear-gradient(top, #e4f0fb, #d3e5f6);*/
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.25);
}

.btn-grey {
    background: #999;
    text-align: center;
}

.btn-back {
	height: 35px;
	line-height: 35px;
	width: 83px;
}

.btn-blue-chevron-before a {
    position: relative;
    padding-left: 25px !important;
}

.btn-blue-chevron-before a:before {
    position: absolute;
    content: '';
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat -18px 0px;
    background-size: 50px 950px !important;
    width: 9px;
    height: 13px;
    top: 13px;
    left: 10px;
}

.btn-grey-glossy {
    background: #5f5f5f;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a29d9d), to(#5f5f5f));
    background: -webkit-linear-gradient(top, #a29d9d, #5f5f5f);
    background: -moz-linear-gradient(top, #a29d9d, #5f5f5f);
    background: -ms-linear-gradient(top, #a29d9d, #5f5f5f);
    background: -o-linear-gradient(top, #a29d9d, #5f5f5f);
    text-align: center;
}

.btn-yellow {
    background: #ffcd5c;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffcd5c), to(#ffbf2e));
    background: -webkit-linear-gradient(top, #ffcd5c, #ffbf2e);
    background: -moz-linear-gradient(top, #ffcd5c, #ffbf2e);
    background: -ms-linear-gradient(top, #ffcd5c, #ffbf2e);
    background: -o-linear-gradient(top, #ffcd5c, #ffbf2e);
    text-align: center;
}

.btn-green {
    background: #dbf0b4;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbf0b4), to(#c3e08a));
    background: -webkit-linear-gradient(top, #dbf0b4, #c3e08a);
    background: -moz-linear-gradient(top, #dbf0b4, #c3e08a);
    background: -ms-linear-gradient(top, #dbf0b4, #c3e08a);
    background: -o-linear-gradient(top, #dbf0b4, #c3e08a);
    text-align: center;
}

.btn-white {
    color: #fff;
    text-align: center;
}

.btn-blue a, .btn-light-blue a, .btn-grey a, .btn-yellow a, .btn-green a, .btn-grey-glossy a, .btn-white a {
    display: block;
    /*width: 100%;*/
    text-decoration: none;
    font-weight: bold !important;
}

.btn-blue a, .btn-grey a, .btn-grey-glossy a {
    color: #fff;
}

.btn-grey a {
    cursor: default;
}

.btn-light-blue a {
    color: #36c;
}

.btn-yellow a {
    color: #600;
}

.btn-green a {
    color: #004700;
}

.btn-auto-width {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.btn-light-blue.btn-auto-width {
    height: 38px;
}

.btn-auto-width a {
    padding: 0 5px;
}

.btn-default {
    height: 40px !important;
    line-height: 40px !important;
}

.btn-default a span {
    padding-left: 13px;
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat 0px -799px;
    background-size: 50px 950px !important;
}

.btn-add-to-cart-small, .btn-added-to-cart-small {
    text-indent: -9999px;
    width: 55px;
    height: 35px;
    line-height: 35px;
}

.btn-add-to-cart-small a {
    background: transparent url("/images/btn-seller-shoppingcart_2x.png") no-repeat center center !important;
    background-size: 38px 20px !important;
}

.btn-added-to-cart-small a {
    background: transparent url("/images/btn-added-shoppingcart_2x.png") no-repeat center center !important;
    background-size: 38px 20px !important;
}

.btn-download {
    width: 50px;
    height: 35px;
    line-height: 35px;
}

.btn-download a {
    text-indent: -9999px;
    background: transparent url("/images/btn-download.png") no-repeat center 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .btn-download a {
        background: transparent url("/images/btn-download_2x.png") no-repeat center 5px !important;
        background-size: 24px 22px !important;
    }
}

.btn-orderstatus {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    height: 40px;
    line-height: 40px;
}

.btn-orderstatus.disabled a {
    text-align: left;
}

.btn-orderstatus.disabled a span {
    padding-left: 90px;
}

.btn-product-family {
    position: relative;
}

.btn-product-family div {
    height: 30px;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -332px;
    background-size: 50px 950px !important;
}

.btn-product-family select {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 23px 0px 3px 8px;
    margin: 0;
    width: 100%;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline;
    font-size: 12px;
    font-weight: bold;
}

.btn-load-more {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    line-height: 40px;
}

.btn-load-more a {
    background: url("/images/disclosure-indicator_2x.png") no-repeat 12px -84px;
    background-size: 50px 950px !important;
}

.btn-load-more a span {
    padding-left: 8px;
}

.btn-load-more a.disabled {
    background: none !important;
}

.btn-load-more.btn-grey {
    text-align: left !important;
}

.btn-load-more.btn-grey a span {
    padding-left: 65px;
}

.btn-trailer {
    height: 40px !important;
    line-height: 40px !important;
}

.btn-trailer a span {
    display: inline-block;
    padding-left: 28px;
    background: url("/images/btn-trailer_2x.png") no-repeat 0px center;
    background-size: 20px 15px;
}

.btn-write-review {
    height: 40px !important;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 40px !important;
}

.btn-write-review a span {
    display: inline-block;
    background-size: 20px 15px;
}

/**** ERROR MESSAGES ****/
.message-wrapper, .floating-message-wrapper {
    background-color: #feff99;
}

ul.error-list li {
    background: transparent url("/images/list-error-item.png") no-repeat 0px 0px;
    padding-left: 23px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    ul.error-list li {
        background: transparent url("/images/list-error-item_2x.png") no-repeat 0px 0px !important;
        background-size: 17px 17px !important;
    }
}

.message-wrapper ul.message-list li, .floating-message-wrapper ul.message-list li {
    background: transparent url("/images/list-message-item.png") no-repeat 0px 0px;
    padding-left: 23px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .message-wrapper ul.message-list li, .floating-message-wrapper ul.message-list li {
        background: transparent url("/images/list-message-item_2x.png") no-repeat 0px 0px !important;
        background-size: 17px 17px !important;
    }
}

.floating-message-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.billie {
    min-width: 320px;
    height: 129px;
    text-indent: -9999px;
    background: transparent url("/images/not_found.jpg") no-repeat center 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .billie {
        background: transparent url("/images/not_found_2x.jpg") no-repeat center 0px !important;
        background-size: 320px 129px !important;
    }
}

.billie-redirect {
    min-width: 320px;
    height: 286px;
    text-indent: -9999px;
    background: transparent url("/images/billie-redirect_2x.jpg") no-repeat center 0px !important;
    background-size: 320px 286px !important;
}

/**** LINK STYLES ****/
.back-link {
    background: transparent url("/images/disclosure-indicator.png") no-repeat left -197px;
    padding-left: 14px;
    color: #039;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .back-link {
        background: transparent url("/images/disclosure-indicator_2x.png") no-repeat left -197px;
        background-size: 50px 950px !important;
    }
}

.default-link {
    background: transparent url("/images/disclosure-indicator.png") no-repeat left -499px;
    color: #039;
    padding-left: 11px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .default-link {
        background: transparent url("/images/disclosure-indicator_2x.png") no-repeat left -498px !important;
        background-size: 50px 950px !important;
    }
}

.default-link.open {
    background: transparent url("/images/disclosure-indicator.png") no-repeat left -845px;
    padding-left: 11px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .default-link.open {
        background: transparent url("/images/disclosure-indicator_2x.png") no-repeat left -845px !important;
        background-size: 50px 950px !important;
    }
}

.disabled-link {
    pointer-events: none;
    cursor: default;
}

/**** MARGINS AND PADDINGS ****/

.left_default {
    padding-left: 8px;
}

.right_default {
    padding-right: 8px;
}

.bottom_ss {
    padding-bottom: 3px !important;
}

.bottom_s {
    padding-bottom: 6px !important;
}

.bottom_m {
    padding-bottom: 9px !important;
}

.bottom_l {
    padding-bottom: 12px !important;
}

.bottom_xl {
    padding-bottom: 15px !important;
}

.bottom_xxl {
    padding-bottom: 18px !important;
}

.bottom_xxxl {
    padding-bottom: 21px !important;
}

/**** PANEL ****/

.btn {
    padding: 0px 8px;
}

.panel > a, .panel > a.open, .btn a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: block;
    height: 46px;
    line-height: 46px;
}

supplement-panel > a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: block;
    line-height: 46px;
}

.panel > a {
    background: transparent url("/images/disclosure-indicator.png") no-repeat right -331px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .panel > a {
        background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -331px !important;
        background-size: 50px 950px !important;
    }
}

.panel > a.open {
    background: transparent url("/images/disclosure-indicator.png") no-repeat right -380px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .panel > a.open {
        background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -380px !important;
        background-size: 50px 950px !important;
    }
}

.supplement-panel > a {
    display: block;
    line-height: 46px;
}

.supplement-panel > a .title {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -331px !important;
    background-size: 50px 950px !important;
}

.supplement-panel > a.open .title {
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -380px !important;
    background-size: 50px 950px !important;
}

.supplement-panel .preview img {
    border: 0;
    max-width: 62px;
    max-height: 85px;
    padding-right: 30px;
}

#flyout-menu a.downloadhelp span{
    background: transparent url("/images/icons/icon-download-help.png") no-repeat 17px center;
}

#flyout-menu a.uitgelicht span {
    background: transparent url("/images/icon-uitgelicht_2x.png") no-repeat 17px center !important;
    background-size: 20px 20px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.downloadhelp span {
        background: transparent url("/images/icons/icon-download-help_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

.btn a {
    background: transparent url("/images/disclosure-indicator.png") no-repeat right -632px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .btn a {
        background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -632px;
        background-size: 50px 950px !important;
    }
}

.confirmation-text {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    background: url("/images/icons/icon-checkmark_2x.png") 0px 0px no-repeat;
    background-size: 18px 19px;
    padding-left: 25px;

}

/*** title / pageresults ***/
.pagetitle, .pageresults {
    font-size: 14px;
}

/**** TEXT ****/

.medium-details {
    font-weight: normal;
    font-size: 11px;
}

.small-details {
    font-size: 10px;
}

.availability {
    color: #090;
}

.de-emphasize {
    color: #666;
    font-weight: normal;
}

.italic {
    font-style: italic;
}

/**** RATINGS ****/

.rating {
    display: block;
    padding-left: 90px;
    font-size: 9px;
    height: 15px;
    line-height: 16px;
}

.rating-0 {
    background: transparent url("/images/rating.png") no-repeat 0px -1001px;
}

.rating-1 {
    background: transparent url("/images/rating.png") no-repeat 0px -961px;
}

.rating-2 {
    background: transparent url("/images/rating.png") no-repeat 0px -941px;
}

.rating-3 {
    background: transparent url("/images/rating.png") no-repeat 0px -921px;
}

.rating-4 {
    background: transparent url("/images/rating.png") no-repeat 0px -901px;
}

.rating-5 {
    background: transparent url("/images/rating.png") no-repeat 0px -881px;
}

.rating-6 {
    background: transparent url("/images/rating.png") no-repeat 0px -861px;
}

.rating-7 {
    background: transparent url("/images/rating.png") no-repeat 0px -841px;
}

.rating-8 {
    background: transparent url("/images/rating.png") no-repeat 0px -821px;
}

.rating-9 {
    background: transparent url("/images/rating.png") no-repeat 0px -801px;
}

.rating-10 {
    background: transparent url("/images/rating.png") no-repeat 0px -781px;
}

.rating-11 {
    background: transparent url("/images/rating.png") no-repeat 0px -761px;
}

.rating-12 {
    background: transparent url("/images/rating.png") no-repeat 0px -741px;
}

.rating-13 {
    background: transparent url("/images/rating.png") no-repeat 0px -721px;
}

.rating-14 {
    background: transparent url("/images/rating.png") no-repeat 0px -701px;
}

.rating-15 {
    background: transparent url("/images/rating.png") no-repeat 0px -681px;
}

.rating-16 {
    background: transparent url("/images/rating.png") no-repeat 0px -661px;
}

.rating-17 {
    background: transparent url("/images/rating.png") no-repeat 0px -641px;
}

.rating-18 {
    background: transparent url("/images/rating.png") no-repeat 0px -621px;
}

.rating-19 {
    background: transparent url("/images/rating.png") no-repeat 0px -601px;
}

.rating-20 {
    background: transparent url("/images/rating.png") no-repeat 0px -581px;
}

.rating-21 {
    background: transparent url("/images/rating.png") no-repeat 0px -561px;
}

.rating-22 {
    background: transparent url("/images/rating.png") no-repeat 0px -541px;
}

.rating-23 {
    background: transparent url("/images/rating.png") no-repeat 0px -521px;
}

.rating-24 {
    background: transparent url("/images/rating.png") no-repeat 0px -501px;
}

.rating-25 {
    background: transparent url("/images/rating.png") no-repeat 0px -481px;
}

.rating-26 {
    background: transparent url("/images/rating.png") no-repeat 0px -461px;
}

.rating-27 {
    background: transparent url("/images/rating.png") no-repeat 0px -441px;
}

.rating-28 {
    background: transparent url("/images/rating.png") no-repeat 0px -421px;
}

.rating-29 {
    background: transparent url("/images/rating.png") no-repeat 0px -401px;
}

.rating-30 {
    background: transparent url("/images/rating.png") no-repeat 0px -381px;
}

.rating-31 {
    background: transparent url("/images/rating.png") no-repeat 0px -361px;
}

.rating-32 {
    background: transparent url("/images/rating.png") no-repeat 0px -341px;
}

.rating-33 {
    background: transparent url("/images/rating.png") no-repeat 0px -321px;
}

.rating-34 {
    background: transparent url("/images/rating.png") no-repeat 0px -301px;
}

.rating-35 {
    background: transparent url("/images/rating.png") no-repeat 0px -281px;
}

.rating-36 {
    background: transparent url("/images/rating.png") no-repeat 0px -261px;
}

.rating-37 {
    background: transparent url("/images/rating.png") no-repeat 0px -241px;
}

.rating-38 {
    background: transparent url("/images/rating.png") no-repeat 0px -221px;
}

.rating-39 {
    background: transparent url("/images/rating.png") no-repeat 0px -201px;
}

.rating-40 {
    background: transparent url("/images/rating.png") no-repeat 0px -181px;
}

.rating-41 {
    background: transparent url("/images/rating.png") no-repeat 0px -161px;
}

.rating-42 {
    background: transparent url("/images/rating.png") no-repeat 0px -141px;
}

.rating-43 {
    background: transparent url("/images/rating.png") no-repeat 0px -121px;
}

.rating-44 {
    background: transparent url("/images/rating.png") no-repeat 0px -101px;
}

.rating-45 {
    background: transparent url("/images/rating.png") no-repeat 0px -81px;
}

.rating-46 {
    background: transparent url("/images/rating.png") no-repeat 0px -61px;
}

.rating-47 {
    background: transparent url("/images/rating.png") no-repeat 0px -41px;
}

.rating-48 {
    background: transparent url("/images/rating.png") no-repeat 0px -21px;
}

.rating-49 {
    background: transparent url("/images/rating.png") no-repeat 0px -1px;
}

.rating-50 {
    background: transparent url("/images/rating.png") no-repeat 0px -1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .rating-0 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -1001px !important;
        background-size: 86px 1018px !important;
    }

    .rating-1 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -961px !important;
        background-size: 86px 1018px !important;
    }

    .rating-2 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -941px !important;
        background-size: 86px 1018px !important;
    }

    .rating-3 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -921px !important;
        background-size: 86px 1018px !important;
    }

    .rating-4 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -901px !important;
        background-size: 86px 1018px !important;
    }

    .rating-5 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -881px !important;
        background-size: 86px 1018px !important;
    }

    .rating-6 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -861px !important;
        background-size: 86px 1018 !important;
    }

    .rating-7 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -841px !important;
        background-size: 86px 1018px !important;
    }

    .rating-8 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -821px !important;
        background-size: 86px 1018px !important;
    }

    .rating-9 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -801px !important;
        background-size: 86px 1018px !important;
    }

    .rating-10 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -781px !important;
        background-size: 86px 1018px !important;
    }

    .rating-11 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -761px !important;
        background-size: 86px 1018px !important;
    }

    .rating-12 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -741px !important;
        background-size: 86px 1018 !important;
    }

    .rating-13 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -721px !important;
        background-size: 86px 1018px !important;
    }

    .rating-14 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -701px !important;
        background-size: 86px 1018px !important;
    }

    .rating-15 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -681px !important;
        background-size: 86px 1018px !important;
    }

    .rating-16 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -661px !important;
        background-size: 86px 1018px !important;
    }

    .rating-17 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -641px !important;
        background-size: 86px 1018px !important;
    }

    .rating-18 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -621px !important;
        background-size: 86px 1018px !important;
    }

    .rating-19 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -601px !important;
        background-size: 86px 1018px !important;
    }

    .rating-20 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -581px !important;
        background-size: 86px 1018px !important;
    }

    .rating-21 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -561px !important;
        background-size: 86px 1018px !important;
    }

    .rating-22 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -541px !important;
        background-size: 86px 1018px !important;
    }

    .rating-23 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -521px !important;
        background-size: 86px 1018px !important;
    }

    .rating-24 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -501px !important;
        background-size: 86px 1018px !important;
    }

    .rating-25 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -481px !important;
        background-size: 86px 1018px !important;
    }

    .rating-26 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -461px !important;
        background-size: 86px 1018px !important;
    }

    .rating-27 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -441px !important;
        background-size: 86px 1018px !important;
    }

    .rating-28 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -421px !important;
        background-size: 86px 1018px !important;
    }

    .rating-29 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -401px !important;
        background-size: 86px 1018px !important;
    }

    .rating-30 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -381px !important;
        background-size: 86px 1018px !important;
    }

    .rating-31 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -361px !important;
        background-size: 86px 1018px !important;
    }

    .rating-32 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -341px !important;
        background-size: 86px 1018px !important;
    }

    .rating-33 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -321px !important;
        background-size: 86px 1018px !important;
    }

    .rating-34 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -301px !important;
        background-size: 86px 1018px !important;
    }

    .rating-35 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -281px !important;
        background-size: 86px 1018px !important;
    }

    .rating-36 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -261px !important;
        background-size: 86px 1018px !important;
    }

    .rating-37 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -241px !important;
        background-size: 86px 1018px !important;
    }

    .rating-38 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -221px !important;
        background-size: 86px 1018px !important;
    }

    .rating-39 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -201px !important;
        background-size: 86px 1018px !important;
    }

    .rating-40 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -181px !important;
        background-size: 86px 1018px !important;
    }

    .rating-41 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -161px !important;
        background-size: 86px 1018px !important;
    }

    .rating-42 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -141px !important;
        background-size: 86px 1018px !important;
    }

    .rating-43 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -121px !important;
        background-size: 86px 1018px !important;
    }

    .rating-44 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -101px !important;
        background-size: 86px 1018px !important;
    }

    .rating-45 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -81px !important;
        background-size: 86px 1018px !important;
    }

    .rating-46 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -61px !important;
        background-size: 86px 1018px !important;
    }

    .rating-47 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -41px !important;
        background-size: 86px 1018px !important;
    }

    .rating-48 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -21px !important;
        background-size: 86px 1018px !important;
    }

    .rating-49 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -1px !important;
        background-size: 86px 1018px !important;
    }

    .rating-50 {
        background: transparent url("/images/rating_2x.png") no-repeat 0px -1px !important;
        background-size: 86px 1018px !important;
    }
}

/**** REVIEWS ****/

.rating-stars-container {
    display: inline-block;
}

.rating-stars-container a.star {
    display: block;
    width: 49px;
    height: 44px;
    background: transparent url("/images/rating-star-big_2x.png") no-repeat 0px 0px;
    background-size: 98px 44px;
    text-indent: -9999px;
    cursor: pointer;
    margin-right: 4px;
}

.rating-stars-container a.star.active {
    background-position: -49px 0px !important;
}

textarea.review {
    height: 80px;
    font-family: Verdana, "Verdana";
    font-size: 14px;
}

input.review {
    font-family: Verdana, "Verdana";
}

.procons-list li {
    margin-bottom: 1px;
    background-color: #f6f3ed;
    height: 40px;
    padding-left: 35px;
    position: relative;
    line-height: 40px;
}

.procons-list li.procons-btn {
    background-color: transparent;
}

.procons-list li.pro:before, .procons-list li.con:before {
    background: transparent url("/images/sprite_2x.png") no-repeat 0px 0px;
    background-size: 250px 250px;
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    height: 15px;
    width: 16px;
}

.procons-list li.first {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.procons-list li.last {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.procons-list li.pro:before {
    background-position: 1px 0px;
}

.procons-list li.pro.active:before {
    background-position: -15px 0px;
}

.procons-list li.con:before {
    background-position: 1px -15px;
}

.procons-list li.con.active:before {
    background-position: -15px -15px;
}

.procons-list li.procons-btn a {
    display: block;
    height: 40px;
    line-height: 40px;
}

.procons-list li.procons-btn a:before {
    background: transparent url("/images/sprite_2x.png") no-repeat -31px 0px;
    background-size: 250px 250px;
    content: '';
    position: absolute;
    left: 10px;
    top: 12px;
    height: 15px;
    width: 16px;
}

.review-feedback {
    position: relative;
}

.review-feedback.correct:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0px;
    width: 11px;
    height: 9px;
    background: transparent url("/images/sprite_2x.png") no-repeat -46px 0px;
    background-size: 250px 250px;
}

.review-feedback.correct .feedback-text {
    visibility: hidden;
}

a.upload-image {
    display: block;
    text-indent: -9999px;
    background: transparent url("/images/sprite_2x.png") no-repeat 0px -31px;
    background-size: 250px 250px;
    width: 30px;
    height: 23px;
    margin-right: 9px;
}

.upload-image-loader {
    width: 25px;
    height: 25px;
    background: transparent url("/images/ajax_loader_2x.gif") no-repeat center;
    background-size: 16px 16px;
    margin-right: 9px;
}

#upload-image input[type=file] {
    display: none;
}

.upload-image-thumbnail {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #565656;
    position: relative;
    margin-right: 9px;
}

.upload-image-thumbnail a.remove {
    display: block;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    right: -16px;
    background: transparent url("/images/btn-delete-red_2x.png") no-repeat center;
    background-size: 16px 16px;
}

.btn-review-profile {
    height: 40px;
    padding-right: 8px;
}

.review-optional {
    color: #666;
}

/**** SWITCH ****/

.switch {
}

.switch div {
    float: left;
    width: 43px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
}

.switch span {
    display: block;
}

.switch div:first-of-type {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.switch div:last-of-type {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.switch div.neutral {
    background-color: #ccc;
    color: #fff;
    border: solid 1px #ccc;
}

.switch div.neutral:first-of-type {
    border-right: solid 1px #fff;
}

.switch div.on {
    background-color: #090;
    color: #fff;
    border: solid 1px #090;
}

.switch div.off {
    background-color: #fff;
    color: #000;
    border: solid 1px #090;
}

/**** TABS ****/
.tab-wrapper {
    border-bottom: solid 1px #ccc;
}

.tab-wrapper .tab {
    float: left;
    margin-left: 10px;
    border: solid 1px #ccc;
    position: relative;
    top: 1px;
    background: #eee;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
    background: -webkit-linear-gradient(top, #fff, #eee);
    background:    -moz-linear-gradient(top, #fff, #eee);
    background:     -ms-linear-gradient(top, #fff, #eee);
    background:      -o-linear-gradient(top, #fff, #eee);
    -webkit-box-shadow: 0 -3px 4px -3px rgba(0, 0, 0, 0.15), 3px -1px 4px -3px rgba(0, 0, 0, 0.15), -3px -1px 4px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -3px 4px -3px rgba(0, 0, 0, 0.15), 3px -1px 4px -3px rgba(0, 0, 0, 0.15), -3px -1px 4px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -3px 4px -3px rgba(0, 0, 0, 0.15), 3px -1px 4px -3px rgba(0, 0, 0, 0.15), -3px -1px 4px -3px rgba(0, 0, 0, 0.15);
}

.tab-wrapper .tab.active {
    background: #fff !important;
    border-bottom: solid 1px #fff !important;
}

.tab-wrapper .tab a, .tab-wrapper .tab > div {
    display: block;
    font-weight: bold;
    padding: 11px;
    color: #000;
}

/**** TOOLBAR ****/

.toolbar {
    height: 52px;
    line-height: 52px;
    background-color: #f2f2f2;
}

.minmargin-top {
    margin-top: -9px;
}

/**** SHOW / HIDE ****/

.hide {
    display: none;
}

.tablet-show {
    display: none;
}

.tablet-hide {
    display: block;
}

/**** OVERLAY ****/

.overlay-background, .loader-feedback-background {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    position: fixed;
}

.loader-feedback-background .loader {
    margin: 0 auto;
}

.overlay {
    background-color: #fff;
    margin: 0px auto 0px;
    color: #000;
    text-align: left;
    width: 302px;
}

.close-overlay {
    display: block;
    float: right;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    padding: 10px;
    background: transparent url("/images/btn-delete-white_2x.png") no-repeat center center;
    background-size: 20px 20px !important;
}

.overlay-dialog {
    text-align: center;
}

.overlay-dialog .btn-blue, .overlay-dialog .btn-light-blue {
    display: inline-block;
    width: 70px;
}

.overlay-dialog .btn-blue {
    margin-right: 15px;
}

.overlay-dialog .btn-light-blue {
    margin-top: 1px;
}

.overlay-dialog .btn-blue a {
    height: 40px;
    line-height: 40px;
}

.overlay-dialog .btn-light-blue a {
    height: 38px;
    line-height: 38px;
}

/**** FLY OUT MENU ****/
#page1 {
    background-color: #fff;
}

#page1.no-flicker {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

#page1.flyout {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transition: .25s -webkit-transform ease-in-out;
    -moz-transition: .25s -moz-transform ease-in-out;
    -ms-transition: .25s -ms-transform ease-in-out;
    -o-transition: .25s -o-transform ease-in-out;
    transition: .25s transform ease-in-out;
}

#page1.flyout-active {
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
}

#flyout-menu {
    top: 0;
    left: 0;
    /*position: absolute;*/
    position: fixed;
    height: 900px;
    /*width: 250px;*/
    background-color: #eee;
    visibility: hidden;
    -webkit-transition: visibility .0s linear .25s;
    -moz-transition: visibility .0s linear .25s;
    -ms-transition: visibility .0s linear .25s;
    -o-transition: visibility .0s linear .25s;
    transition: visibility .0s linear .25s;
}

#flyout-menu.active {
    height: 100%;
    visibility: visible;
    -webkit-transition: visibility .0s linear .0s;
    -moz-transition: visibility .0s linear .0s;
    -ms-transition: visibility .0s linear .0s;
    -o-transition: visibility .0s linear .0s;
    transition: visibility .0s linear .0s;
    overflow: hidden;
    /*overflow: scroll;
    -webkit-overflow-scrolling: touch;*/
}

#flyout-menu.synchronous {
    visibility: visible;
    height: auto;
    position: static;
}

#flyout-menu ul {
    width: 250px;
}

#flyout-menu.synchronous ul {
    width: auto;
}

#flyout-menu ul li {
    background-color: #eee;
}

#flyout-menu ul li.divider {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    background-color: #ccc;
    font-weight: bold;
}

#flyout-menu ul li a {
    display: block;
    color: #039;
    height: 42px;
    line-height: 42px;
}

#flyout-menu ul li span {
    padding-left: 50px;
}

#flyout-menu ul li.login-details {
    height: 44px;
    line-height: 44px;
    color: #333;
    overflow: hidden;
}

#flyout-menu ul li.login-details > span {
    color: #333;
}

#flyout-menu ul li.login-details a span {
    color: #039;
}

#flyout-menu ul li span {
    padding-top: 3px;
    padding-bottom: 3px;
}

.login-details span {
    background: transparent url("/images/icons/menu/icon-profile.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .login-details span {
        background: transparent url("/images/icons/menu/icon-profile_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.addressbook span {
    background: transparent url("/images/icons/menu/icon-adresboek.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.addressbook span {
        background: transparent url("/images/icons/menu/icon-adresboek_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.basket span {
    background: transparent url("/images/icons/menu/icon-cart.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.basket span {
        background: transparent url("/images/icons/menu/icon-cart_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}
#flyout-menu a.app span {
    background: transparent url("/images/icons/menu/icon-app.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.app span{
        background: transparent url("/images/icons/menu/icon-app_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.orderstatus span{
    background: transparent url("/images/icons/menu/icon-bestelstatus.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.orderstatus span {
        background: transparent url("/images/icons/menu/icon-bestelstatus_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.payment-methods span{
    background: transparent url("/images/icons/menu/icon-betaalmethoden.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.payment-methods span {
        background: transparent url("/images/icons/menu/icon-betaalmethoden_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.library span{
    background: transparent url("/images/icons/menu/icon-bibliotheek.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.library span {
        background: transparent url("/images/icons/menu/icon-bibliotheek_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.categories span{
    background: transparent url("/images/icons/menu/icon-categorieen.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.categories span {
        background: transparent url("/images/icons/menu/icon-categorieen_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.settings span{
     background: transparent url("/images/icons/menu/icon-instellingen.png") no-repeat 17px center;
 }

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.settings span {
        background: transparent url("/images/icons/menu/icon-instellingen_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.customerservice span{
    background: transparent url("/images/icons/menu/icon-klantenservice.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.customerservice span {
        background: transparent url("/images/icons/menu/icon-klantenservice_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.netherlands span {
        background: transparent url("/images/icons/icon-nl_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
}

#flyout-menu a.belgium span {
    background: transparent url("/images/icons/icon-be_2x.png") no-repeat 17px center !important;
    background-size: 20px 20px !important;
}


#flyout-menu a.personal-details span{
    background: transparent url("/images/icons/menu/icon-persoonlijke-gegevens.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.personal-details span {
        background: transparent url("/images/icons/menu/icon-persoonlijke-gegevens_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.logout span{
    background: transparent url("/images/icons/menu/icon-uitloggen.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.logout span {
        background: transparent url("/images/icons/menu/icon-uitloggen_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

#flyout-menu a.wishlist span{
    background: transparent url("/images/icons/menu/icon-verlanglijstje.png") no-repeat 17px center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    #flyout-menu a.wishlist span {
        background: transparent url("/images/icons/menu/icon-verlanglijstje_2x.png") no-repeat 17px center !important;
        background-size: 20px 20px !important;
    }
}

/**** BACKGROUNDS ****/
.green-gradient {
    background: #dff4cd;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#dff4cd));
    background: -webkit-linear-gradient(top, #fff, #dff4cd);
    background:    -moz-linear-gradient(top, #fff, #dff4cd);
    background:     -ms-linear-gradient(top, #fff, #dff4cd);
    background:      -o-linear-gradient(top, #fff, #dff4cd);
}
.green {
    background: #dff4cd;
}


/**** BANNERS ****/

.banner-free-shipment {
    height: 45px;
    overflow: hidden;
    position: relative;
}

.banner-free-shipment img {
    position: absolute;
    bottom: 0px;
    display: block;
}

.banner-free-shipment div.message-container {
    padding-left: 72px;
    display: table;
    height: 45px;
    overflow: hidden;
}

.banner-free-shipment div.message-container > div {
    display: table-cell; vertical-align: middle;
}

.banner-security {
    background-color: #eee;
    line-height: 20px;
 }

.banner-security span {
    padding-left: 15px;
    background: transparent url("/images/icons/icon-secure.png") no-repeat 0px 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .banner-security span {
        background: transparent url("/images/icons/icon-secure_2x.png") no-repeat 0px 1px;
        background-size: 10px 12px !important;
    }
}

.banner-cot-partner-title {
    line-height: 35px;
}

.banner-cot-partner-title img {
    height: 35px;
    max-width: 200px;
}

/**** PICKUP POINTS ****/

.pickup-point-panel > a, .pickup-point-panel > a.open {
    font-weight: normal;
    height: auto !important;
    line-height: 16px;
}

.pickup-point-panel > a {
    background-position: right -323px !important;
}

.pickup-point-panel > a.open {
    background-position: right -372px !important;
}

.pickup-point-logo {
    width: 33px;
    height: 59px;
}

.pickup-point-logo.logo-kiala {
    background: transparent url("/images/logo-kiala_2x.png") no-repeat center center;
    background-size: 25px 27px;
}

.pickup-point-logo.logo-ah {
    background: transparent url("/images/logo-ah_2x.png") no-repeat center center;
    background-size: 33px 33px;
}
.pickup-point-logo.logo-etos {
    background: transparent url("/images/logo-etos_2x.png") no-repeat center center;
    background-size: 25px 27px;
}
.pickup-point-logo.logo-ahtogo {
    background: transparent url("/images/logo-ahtogo_2x.png") no-repeat center center;
    background-size: 25px 27px;
}
.pickup-point-summary {
    max-width: 235px;
}

.pickup-point-details {
    padding: 0px 30px 0px 30px;
}

.pickuppoints-search-location-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
}

.pickuppoints-search-wrapper {
    /*width: 100%;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -ms-flex: 1 0 auto;
    box-flex: 1;
}

.pickuppoints-search-wrapper .pickuppoints-search-input-widget {
    height: 31px;
    border-top: solid 1px #7f9db9;
    border-bottom: solid 1px #7f9db9;
    border-left: solid 1px #7f9db9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -ms-flex: 1 0 auto;
    box-flex: 1;
}

.pickuppoints-search-input-widget input[type="text"] {
    display: block;
    height: 29px;
    padding-left: 5px;
    border: 0;
    background: transparent none;
    outline: 0 !important;
    font-size: 14px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -ms-flex: 1 0 auto;
    box-flex: 1;
}

.loader {
    background: transparent url("/images/ajax_loader_2x.gif") center center no-repeat;
    background-size: 16px 16px !important;
    height: 31px;
    width: 40px;
}

.pickuppoints-search-input-widget .separator {
    height: 17px;
    padding-right: 9px;
    margin-left: 9px;
    margin-top: 7px;
}

.pickuppoints-search-input-widget select {
    display: block;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 43px;
    font-size: 14px;
    margin-right: 10px;
    background: transparent  url("/images/disclosure-indicator_2x.png") no-repeat right -340px;
    background-size: 50px 950px !important;
}

.pickuppoints-search-wrapper input[type="submit"] {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pickuppoints-search-wrapper .btn-pickuppoints-search {
    height: 33px;
    width: 33px;
}

.pickuppoints-search-wrapper .btn-pickuppoints-search a {
    text-indent: -9999px;
    height: 33px;
    background: transparent url("/images/btn-search-v2_2x.png") no-repeat center center;
    background-size: 20px 21px;
}

.pickuppoints-filter-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
    height: 31px;
    border: solid 1px #7f9db9;
    background: #eee;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ddd));
    background: -webkit-linear-gradient(top, #eee, #ddd);
    background:    -moz-linear-gradient(top, #eee, #ddd);
    background:     -ms-linear-gradient(top, #eee, #ddd);
    background:      -o-linear-gradient(top, #eee, #ddd);
}

.pickuppoints-filter-wrapper a {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -ms-flex: 1 0 auto;
    box-flex: 1;
    border-right: solid 1px #b6b6b6;
    color: #666;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    line-height: 31px;
}

.pickuppoints-filter-wrapper a.last {
    border: 0;
}

.pickuppoints-filter-wrapper a.active {
    background-color: #ccc;
}

.btn-geolocation {
    margin-left: 9px;
}

.btn-geolocation a {
    width: 31px;
    height: 31px;
    text-indent: -9999px;
    background: transparent url("/images/icons/icon-geolocation_2x.png") no-repeat center center;
    background-size: 16px 16px;
}

/**** COMBINED SHIPMENT ****/
.shipment-details ul {
    padding: 0px 0px 0px 37px;
    margin: 0;
    list-style-type: disc;
}

/**** OAUTH ****/

.oauth-cta {
    margin: 0 auto;
    width: 200px;
}

.oauth-cta .btn-light-blue {
    margin-left: 9px;
}

/**** CAROUSEL ****/
.accessoires-carousel-slot {
    overflow: hidden;
}

.accessoires-carousel-slot ul {
    list-style-type: none;
    width: 2000px;
}

.accessoires-carousel-slot ul li {
    float: left;
}

.accessoires-carousel-slot ul li > div {
    padding: 5px;
    width: 150px;
    min-height: 200px;
    text-align: center;
}

.accessoires-carousel-slot a.back-button {
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url("/images/carousel/btn-carousel-back@2x.png") no-repeat center center;
    background-size: 30px 30px !important;
}

.accessoires-carousel-slot a.forward-button {
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url("/images/carousel/btn-carousel-forward@2x.png") no-repeat center center;
    background-size: 30px 30px !important;
}

.accessoires-carousel-slot .image-wrap {
    display: table-cell;
    float: none !important;
    vertical-align: bottom;
    height: 120px;
    width: 150px;
}

.accessoires-carousel-slot .image-wrap img {
    vertical-align: bottom;
    max-width: 90px;
    max-height: 120px;
    border: 0;
}

.accessoires-carousel-slot .product-title {
    font-weight: bold;
    color: #039;
}

.accessoires-carousel-slot .list-price {
    text-decoration: line-through;
}

.accessoires-carousel-slot .product-price {
    font-weight: bold;
    color: #c30;
}

.accessoires-carousel-slot .btn-seller-add-to-cart {
    margin: 0 auto;
}

/**** GIFT SERVICE ****/

.gift-wrap-1001004001241560, .gift-wrap-1001004001241561 {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding-left: 48px;
    background: transparent url("/images/gift-wrap-roles_2x.png") no-repeat;
    background-size: 37px 100px;

}

.gift-wrap-1001004001241560 {
    background-position: 0px 0px;
}

.gift-wrap-1001004001241561 {
    background-position: 0px -59px;
}

.giftwrap-label {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

/**** Swipe navigation ****/
.has-swipe .swipe-container {
    overflow: hidden;
    /*position: relative;*/
}

.has-swipe .preloads-inner {
    /*position: relative;
    top: 0;
    height: 100%;
    width: 100%;*/
}

.has-swipe .preload {
    /*position: absolute;*/
    float: left;
    /*width: 100%;*/
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    o-transform: translateZ(0);
    /*height: 100%;*/
}

.has-swipe .preload .loader {
    margin: 0 auto;
}

#preload-0 {
    display: none;
}

.has-swipe #preload-1 {
    /*left: 0;*/
}

#preload-2 {
    display: none;
}

.hint-container {
    display: none;
}

.has-swipe .hint-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.has-swipe .hint {
    position: fixed;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.has-swipe .hint > div {
    width: 100%;
    height: 100%;
    background: transparent url("/images/swipe-hint.png") no-repeat center center;
    background-size: 78px, 100px;
}

/**** LIBRARY ****/

.library-toggle {
    float: left;
    margin-top: 8px;
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 36px;
    background: transparent url("/images/toggle-library_2x.png") no-repeat 0px 0px;
    background-size: 81px 72px !important;
}

.library-toggle.list-view {
    background-position: -41px -36px;
}

.library-toggle.list-view.active {
    background-position: -40px 0px;
}

.library-toggle.tile-view {
    background-position: 0px 0px;
}

.library-toggle.tile-view.active {
    background-position: 0px -36px;
}

.ebook-list.tile-view {
    min-height: 828px;
    background: transparent url("/images/bg-shelf_2x.jpg?v=2") center 0px;
    background-size: 1024px 207px !important;
}

@media screen and (min-height: 1024px) {
    .ebook-list.tile-view {
        min-height: 828px;
    }
}

.ebook-list.tile-view .orderlist-item .product-details .product-specs, .ebook-list.tile-view .number-of-ebooks {
    display: none;
}
.ebook-list li {
    border-bottom: solid 1px #CCC;
    padding-bottom: 9px;
}

.ebook-list.tile-view ul {
    text-align: center;
}

.ebook-list.tile-view li {
    display: inline-block;
    border-bottom: 0;
    padding-bottom: 0px;
    height: 204px;
}

.ebook-list.tile-view .image-wrap {
    height: 160px;
    display: table-cell;
    vertical-align: bottom;
    float: none !important;
}

.ebook-list.tile-view .image-wrap a {
    display: block;
    background-color: #ccc;
}

.ebook-list.tile-view .image-wrap img {
    vertical-align: bottom;
    border: solid 1px #808080 !important;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.ebook-list.tile-view .image-wrap img.not-ready {
    opacity: 0.25;
}



.ebook-list .view-detail {
    display: none;
}

.ebook-list .download-ebook {
    display: none;
}

.ebook-list.tile-view .view-detail {
    display: block;
    text-indent: -9999px;
    position: absolute;
    bottom: 12px;
    right: 8px;
    width: 36px;
    height: 36px;
    margin: 0 0 0 auto;
    background: transparent url("/images/btn-view-cover_2x.png") no-repeat center center;
    background-size: 36px 36px !important;
}

.ebook-list.tile-view .download-ebook {
    display: block;
    text-indent: -9999px;
    position: absolute;
    bottom: 50px;
    left: 33px;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    background: transparent url("/images/library-download2_2x.png") no-repeat center 0px;
    background-size: 42px 94px !important;
}

.ebook-list.tile-view .download-ebook.not-ready {
    background: transparent url("/images/library-download-disabled_2x.png") no-repeat center center !important;
    background-size: 42px 42px !important;
}

.ebook-list .load-more-container {
    padding-top: 18px;
    background: 0;
}

.ebook-list.tile-view .load-more-container {
    padding-top: 9px;
    padding-bottom: 18px;
    background: transparent url("/images/bg-shelf-bottom_2x.jpg?v=2") repeat-x center 0px !important;
    background-size: 1024px 165px !important;
}

/**** SUPPLEMENT PAGE ****/
.productlist {
    margin: 0;
    padding: 0;
}

.productlist li {
    list-style-type: none;
    border-bottom: solid 1px #ccc;
}

.productlist li.last {
    border: 0;
}

.productlist li .image-wrap {
    float: left;
    text-align: center;
    width: 85px;
}

.productlist li .image-wrap img {
    border: 0;
    max-width: 85px;
}

.productlist li .image-wrap .rating span {
    color: #039;
}

.productlist li .product-details {
    padding: 0px 0px 0px 97px;
}

.productlist li .product-details .producttitle {
    font-weight: bold;
    color: #039;
    padding-bottom: 2px;
    font-size: 14px;
}

.productlist li .product-details .producttitle a {
    color: #039;
}

.productlist li .product-details .subtitle {
    padding-bottom: 7px;
}

.productlist li .product-details .smallspecs {
    padding-bottom: 9px;
    color: #666;
}

.productlist li .product-details .productprice {
    font-size: 11px;
    color: #666;
    padding-bottom: 9px;
}

.productlist li .product-details .listprice {
    text-decoration: line-through;
    color: #000;
}

.productlist li .product-details .productprice .price {
    font-weight: bold;
    color: #c30;
    font-size: 15px;
}

.feedback-container {
    overflow-x: hidden;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 105px;
    background-color: #fff7e0;
    z-index: 10;
}

/**** BOOK DETAIL PAGE ****/

.book-detail-image-tablet {
    display: none;
}

.book-detail-large-image img {
    max-width: 100%;
}

.product-info .product-details {
    float: none !important;
}

.product-info .product-details .rating {
    margin-left: 129px;
}

@media only screen and (max-width: 320px) {
    .product-info .product-details {
        max-width: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .book-detail-image-tablet {
        display: block;
        float: left;
        /*width: 283px;*/
        text-align: center;
    }

    .product-wrapper {
        margin-left: 283px;
    }

    .product-wrapper .product-info .product-details .rating {
        margin-left: 0 !important;
    }

    .book-detail-image-tablet img {
        max-width: 275px;
    }

    .book-detail-large-image {
        display: none;
    }

    .book-detail-thumbnail {
        display: none;
    }

    .product-info .product-details {
        margin-left: 0 !important;
    }
}

.not-ready-for-download {
    float: right;
    line-height: 35px;
    height: 35px;
    margin-top: 8px;
    font-size: 12px;
}

/**** Icons ****/

.security-icon {
    display: inline-block;
    height: 18px;
    padding-left: 22px;
    background: transparent url("/images/icons/icon-security_2x.png") no-repeat 0px 0px;
    background-size: 13px 18px;
    line-height: 20px;
}

/**** LeesID ****/

.connect-with-leesid {
    font-size: 12px !important;
    background: transparent url("/images/leesid/koppel-met-leesid_2x.png") no-repeat 0px 0px;
    background-size: 75px 35px;
    line-height: 35px;
    height: 35px;
    padding-left: 85px;
}

.connected-with-leesid {
    font-size: 12px !important;
    background: transparent url("/images/leesid/lees-id_2x.png") no-repeat 0px 0px;
    background-size: 32px 32px;
    line-height: 32px;
    height: 32px;
    padding-left: 42px;
}

/**** Invoices ****/

.invoice-list-item .invoice-id, .invoice-list-item-disclosure .invoice-id, .invoice-list-item .invoice-id a {
    font-weight: bold;
    color: #039;
}

/*.invoice-list-item-disclosure a {
    display: block;
    color: #000;
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -251px;
    background-size: 50px 950px !important;
}*/

.invoice-list-item .key, .invoice-list-item-disclosure .key {
    width: 75px;
}

.invoice-list-item .value, .invoice-list-item-disclosure .value {
    padding-left: 18px;
}

.invoice-list-item .description, .invoice-list-item-disclosure .description {
    color: #676767;
    background-color: #fff;
}

.invoice-detail .key {
    width: 75px;
}

.invoice-detail .value {
    padding-left: 25px;
}

/**** COUNTRY SELECTION ****/

.country-radio-NL, .country-radio-BE {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding-left: 26px;
}

.country-NL {

    background: transparent url("/images/icons/icon-nl_2x.png") no-repeat 0px 11px;
    background-size: 20px 20px !important;
}

.country-BE {

    background: transparent url("/images/icons/icon-be_2x.png") no-repeat 0px 11px;
    background-size: 20px 20px !important;
}

/**** FORM VALIDATION ****/
input.error {
    color: #c30;
}

.ui-input-text.error, .ui-input-textarea.error {
    border-color: #c30;
}

.marker {
    float: right;
    width: 25px;
    height: 31px;
}

.marker.exclamationmark {
    background: transparent url("/images/form-validation-icons_2x.png") no-repeat left 8px;
    background-size: 17px 50px !important;
}

.marker.checkmark {
    background: transparent url("/images/form-validation-icons_2x.png") no-repeat left -28px;
    background-size: 17px 50px !important;
}

.marker.spinner {
    background: transparent url("/images/ajax_loader_2x.gif") no-repeat center center;
    background-size: 16px 16px !important;
}
