body {
	background: url('../images/bg-bd.jpg') 0 0 repeat;
}

body .header-primary {
	background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #4e4c4d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#4e4c4d));
    background: -webkit-linear-gradient(top, #000000 0%,#4e4c4d 100%);
    background: -o-linear-gradient(top, #000000 0%,#4e4c4d 100%);
    background: -ms-linear-gradient(top, #000000 0%,#4e4c4d 100%);
    background: linear-gradient(to bottom, #000000 0%,#4e4c4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4e4c4d',GradientType=0 );
}

.header-container #user-menu {
	padding-top: 10px;
}

#mini-cart .icon,
#mini-cart .label,
#mini-cart .caret {
	color: #fbbf21;
}

.block-usp li {
	padding-left: 50px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 15px;
	background-image: url('../images/usp-icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
}

.block-usp img {
	padding-top: 20px;
}

.footer #subscribe-form label {
	display: none;
}

.special-price .price {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.block-contactinformatie {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
}

.block-contactinformatie .block-title,
.block-contactinformatie .description, 
.block-contactinformatie .tijden {
	padding: 5px 9px;
}

.block-contactinformatie .image {
	text-align: center;
}

.footer li span.facebookicon {
	background-image: url('../images/facebook.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding-right: 5px;
    margin-bottom: -2px;
}

.owl-carousel .item.slide img {
	width: 100%;
}

.the-slideshow-wrapper-outer {
	margin-bottom: 10px;
}

body .main {
	padding-top: 0;
}

.button,
.btn-checkout {
	font-size: 18px;
}

.product-view .btn-cart {
	font-size: 22px;
}