.bgimg {
    position: absolute;
    right: 0;
	width: 30%;
}

.cookieverklaring {
    display: none;
    background: red none repeat scroll 0 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    margin: 0 25%;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 50%;
    z-index: 1000;
}
.cookieverklaring a {
	text-decoration: underline;
	color: #FFF;
}
.cookieverklaring .cookieAkkoord {
    cursor: pointer; cursor: hand;
	background-color: green;
	padding: 5px; 
	border-radius: 5px;	
}

.contact-left {
    width: 60%;
}
.contact-right {
    margin-left: 5%;
    width: 30%;
}

footer {
    margin-top: 50px;
}

.input-group-addon i {
    margin-right: 10px;
}

.checkbox-inline input {
    margin-right: 10px;
}

ul.list {
	list-style: none;
	padding: 10px;
}

.list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.list li:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #49d84c;
}

.gray {
	padding: 15px !important;
}

.boxwrap {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.boxreview,
.voordelenbox,
.box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: normal;
    padding: 5px;
    margin: 10px;
	background-color: rgba(0, 123, 255, 0.06);
}

.box {
	flex: 1 0 21%;
}

.boxreview {
	flex: 1 0 25%;
}

.voordelenbox {
	flex: 1 0 30%;
}	

.voordelenbox h3 {
	margin: 0px !important;
}

.plusOne, .minusOne {
    background-color: #eeeeee;
    border-color: #d4d4d4;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    text-align: center;
    float: left;
    height: 30px;
    width: 30px;
}

.theFormInput input {
    font-size: 150%;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    text-align: center;
    width: 60px;
    border-color: #d4d4d4;
}

.img50 {
	width: 60%;
}

.author-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-list  li{
    margin: 20px;
}


.cart {
    line-height: 1.5625rem;
    display: inline-block;
    vertical-align: top;
    color: #555d6e;
    margin-right: 10px;
    top: 30px;
    z-index: 9999;
}

.qty {
    width: 28px;
    height: 28px;
    font-size: .625rem;
    line-height: .875rem;
    background: #f55356;
    top: -10px;
    right: 0;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 6px 10px;
}

.accountbrochure li {
	padding-left: 15px;
}

.imagegrid {
	text-align: center;
	z-index: 10;
}

.imagegrid img {
	width: 60%;
}

.btn-shopping {
	margin: 10px;
}

.tabs-panel,
.tab-content > .tab-pane {
    padding-top: 15px;
}

.headerrecover h1 {
	padding-top: 40px;
    font-size: 1.69em;
}

.card-header {
    padding: .75rem 1.0rem;
}

.topcart {
    width: 120px;
    padding-left: 10px;
    padding-top: 5px;
}	
