html,
body,
div {
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

body {
    font-family: 'Open Sans', Arial, serif;
    font-size: 14px;
}

img {
    height: auto;
    width: 118px;
    margin: 0px 0px 3px 1px;
    padding: 0px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.show {
    display: block !important;
}

select::-ms-expand {
    display: none;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.display-inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 28px;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 24px;
}

h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 21px;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 18px;
}

h5 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
}

h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 14px;
}

.overflow-visible {
    overflow: visible;
}

.position-relative {
    position: relative;
}

.text-19 {
    font-weight: 400;
    font-size: 19px;
}

.text-18 {
    font-weight: 400;
    font-size: 18px;
}

.text-17 {
    font-weight: 400;
    font-size: 17px;
}

.text-16 {
    font-weight: 400;
    font-size: 16px;
}

.text-15 {
    font-weight: 400;
    font-size: 15px;
}

.text-14 {
    font-weight: 400;
    font-size: 14px;
}

.text-13 {
    font-weight: 400;
    font-size: 13px;
}

.text-12 {
    font-weight: 400;
    font-size: 12px;
}

.text-11 {
    font-weight: 400;
    font-size: 11px;
}

.textlight {
    font-weight: 300;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

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

.text-align-justify {
    text-align: justify;
}

.text-blauw-1 {
    color: #5965ab;
}

.text-blauw-2 {
    color: #e9e3f5;
}

.text-paars-1 {
    color: #783461;
}

.text-paars-2 {
    color: #6a3b58;
}

.text-paars-3 {
    color: #5d2f4d;
}

.text-zwart {
    color: #000000;
}

.text-wit {
    color: #ffffff;
}

.fontstyle {
    font-size: 14px;
    font-weight: 400;
}

.bold {
    font-weight: 700 !important;
}

.line {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 10px;
    width: 60%;
    word-wrap: break-word;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-40 {
    line-height: 40px;
}

.break-word {
    word-wrap: break-word;
}

.italic {
    font-style: italic;
}

.opacity {
    opacity: 0.5;
}

.opacity8 {
    opacity: 1;
}

.totaalprijs {
    margin-left: 50px;
    margin-right: 20px;
    font-weight: bold;
}

.nomargin {
    margin-right: 20px !important;
}

.floatright {
    float: right;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-45 {
    padding-left: 45px;
}

.padding-right-4 {
    padding-right: 4px;
}

.no-padding-left-right {
    padding-left: 0px !important;
    padding-right: 10px !important;
}

.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.padding30 {
    padding: 30px;
}

.padding-5 {
    padding: 5px;
}

.padding-0 {
    padding: 0px;
}

.padding-right-20 {
    padding-right: 20px;
}

.border-top-1-white {
    border-top: 1px solid #fff;
}

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

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-8 {
    padding-top: 8px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-25 {
    margin-top: 30px;
}

.padding-top-3 {
    padding-top: 3px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-30 {
    margin-right: 30px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.width25 {
    display: inline-block;
    width: 25%;
}

.width50 {
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
}

.height50px {
    height: 50px;
    background-color: purple;
}

.height40px {
    height: 40px !important;
    line-height: 40px !important;
    width: auto !important;
}

.width100 {
    width: 100%;
    display: inline-block;
}

.width10 {
    width: 10%;
    display: inline-block;
}

.width15 {
    width: 15%;
    display: inline-block;
}

.width20 {
    width: 20%;
    display: inline-block;
}

.width40 {
    width: 40%;
    display: inline-block;
}

.width45 {
    width: 45%;
    display: inline-block;
}

.width85 {
    width: 85%;
    display: inline-block;
}

.width500px {
    width: 500px;
}

.width-auto {
    width: auto;
}

.width150px {
    width: 150px !important;
}

.width100px {
    width: 100px !important;
}

.width300px {
    width: 300px !important;
}

.height22px {
    height: 22px;
}

.height50 {
    height: 50%;
}

.height45 {
    height: 45%;
}

.height40 {
    height: 40%
}

.height90 {
    height: 90%;
}

.height100 {
    height: 100%;
}

.lineheight-22 {
    line-height: 22px;
}

.width-auto {
    width: auto;
}

.max-width-content {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    height: 100%;
}

.alignleft {
    min-height: 20px;
    line-height: 20px;
    width: 50%;
    display: inline-block;
    text-align: left;
}

.alignright {
    width: 50%;
    display: inline-block;
    text-align: right;
    min-height: 20px;
    line-height: 20px;
}

.alignrighttotal {
    float: right;
    width: auto;
    display: inline-block;
    text-align: right;
    min-height: 20px;
    line-height: 20px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.vertical-text-span {
    position: relative;
    top: 31%;
    height: 20px;
    line-height: 20px;
    -webkit-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
    transform: translateY(-31%);
}

.border-left-right-white {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

.border-all-purple {
    border: 10px solid #e9e3f5;
}

.bestellingoverzichtitem {
    display: block;
    height: 110px;
    width: 100%;
}

.noborder {
    border: 0px !important;
}

.stap3image {
    height: 80px;
    width: auto;
    margin: 0px 10px 10px 0px;
}

.border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.stap2label {
    width: 30%;
    margin-bottom: 10px;
    font-size: 14px;
}

.stap2input {
    width: 50%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 20%;
    outline: 0px;
    padding: 0px 20px;
}

.stap2select {
    width: 30%;
    margin-right: 40%;
    padding: 5px;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
    color: #fff;
    font-size: 14px;
    outline: 0px;
    vertical-align: top;
    overflow: hidden;
    background: url(/img/beneden-arrow.png) no-repeat 95% 3px #af5e9d;
    margin-bottom: 10px;
}

.last-select-box {
    margin-left: 10px;
    margin-right: 0px;
}

input[type="radio"] {
    display: none;
}

input[type="checkbox"] {
    display: none;
}

.product-action-right {
    display: inline-block;
    width: 100%;
    padding: 0 0 8px;
    vertical-align: top;
    position: relative;
    bottom: 4px;
}

@media screen and (min-width:800px) {
    input[type="radio"]~label span {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(/img/check.png) 3px 3px no-repeat #e9e3f5;
        background-size: 35px;
        cursor: pointer;
        margin-bottom: 10px;
        line-height: 40px;
        font-size: 13px;
    }
    input[type="radio"]:checked~label span {
        background: url(/img/check.png) 3px 3px no-repeat #af5e9d;
        background-size: 35px;
    }
    input[type="checkbox"]~label span {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(/img/check.png) 3px 3px no-repeat #e9e3f5;
        background-size: 35px;
        cursor: pointer;
        margin-bottom: 10px;
        line-height: 40px;
        font-size: 13px;
    }
    input[type="checkbox"]:checked~label span {
        background: url(/img/check.png) 3px 3px no-repeat #af5e9d;
        background-size: 35px;
    }
}

.inline-link {
    color: #000;
}

.width25pr {
    width: 30%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

.width20prr {
    width: 20%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

.width45prr {
    width: 45%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

.width20pr {
    width: 15%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.width15pr {
    width: 15%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.width10pr {
    width: 10%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.height50pr {
    height: 50px;
    line-height: 50px;
}

.headerlogo {
    width: 40px;
    height: 40px;
    margin: 5px 0px 0px 0px;
}

.achtergrond-paars-1 {
    background-color: #e9e3f5;
}

.achtergrond-paars-2 {
    background-color: #8c4974;
}

.achtergrond-paars-3 {
    background-color: #af5e9d;
}

.achtergrond-paars-4 {
    background-color: #a51474;
}

.achtergrond-paars-5 {
    background-color: #783561;
}

.achtergrond-groen {
    background-color: #88cf00;
}

.achtergrond-wit {
    background-color: #ffffff;
}

.verloop-1 {
    background: #6a3b58;
    background: -moz-linear-gradient(-45deg, #6a3b58 0%, #8c4975 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6a3b58), color-stop(100%, #8c4975));
    background: -webkit-linear-gradient(-45deg, #6a3b58 0%, #8c4975 100%);
    background: -o-linear-gradient(-45deg, #6a3b58 0%, #8c4975 100%);
    background: -ms-linear-gradient(-45deg, #6a3b58 0%, #8c4975 100%);
    background: linear-gradient(135deg, #6a3b58 0%, #8c4975 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6a3b58', endColorstr='#8c4975', GradientType=1);
}

.verloop-2 {
    background: #8c4673;
    background: -moz-linear-gradient(-60deg, #8c4673 0%, #b32d89 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8c4673), color-stop(100%, #b32d89));
    background: -webkit-linear-gradient(-60deg, #8c4673 0%, #b32d89 100%);
    background: -o-linear-gradient(-60deg, #8c4673 0%, #b32d89 100%);
    background: -ms-linear-gradient(-60deg, #8c4673 0%, #b32d89 100%);
    background: linear-gradient(135deg, #8c4673 0%, #b32d89 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8c4673', endColorstr='#b32d89', GradientType=1);
}

.verloop-1 {
    background: #452539;
    background: -moz-linear-gradient(-45deg, #452539 0%, #54324D 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #452539), color-stop(100%, #54324D));
    background: -webkit-linear-gradient(-45deg, #452539 0%, #54324D 100%);
    background: -o-linear-gradient(-45deg, #452539 0%, #54324D 100%);
    background: -ms-linear-gradient(-45deg, #452539 0%, #54324D 100%);
    background: linear-gradient(135deg, #452539 0%, #54324D 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#452539', endColorstr='#54324D', GradientType=1);
}

.verloop-2 {
    background: #452539;
    background: -moz-linear-gradient(-60deg, #452539 0%, #54324D 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #452539), color-stop(100%, #54324D));
    background: -webkit-linear-gradient(-60deg, #452539 0%, #54324D 100%);
    background: -o-linear-gradient(-60deg, #452539 0%, #54324D 100%);
    background: -ms-linear-gradient(-60deg, #452539 0%, #54324D 100%);
    background: linear-gradient(135deg, #452539 0%, #54324D 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#452539', endColorstr='#54324D', GradientType=1);
}

#personalbar {
    height: 37px;
    line-height: 37px;
    text-align: justify;
    background: #f2f2f2 !important;
}

.personalmenubutton,
.personalmenubutton:after {
    display: inline-block;
    height: 100%;
    padding: 0px 15px;
    cursor: pointer;
    text-decoration: none;
}

.personalmenubutton:hover,
.personalmenubutton:active {
    background-color: #af5e9d;
    color: #fff;
}

.personalbuttonimage {
    margin: -4px 10px 0px 0px;
    height: 18px;
    vertical-align: middle;
    width: auto;
}

#menubar {
    height: 56px;
}

.menubutton,
.menubutton:after {
    height: 56px;
    text-decoration: none;
    padding: 0px 20px;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 56px;
    text-align: center;
}

.menubutton:hover,
.menubutton:active {
    background-color: #af5e9d;
}

#logobar {
    width: 100%;
    height: 93px;
}

#logowrapper {
    width: 30%;
    height: 100%;
    display: inline-block;
}

.logo {
    margin: 23px 0px 0px 0px;
    width: 95%;
    height: auto;
    display: block;
}

.searchwrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    white-space: nowrap;
    height: 95px;
}

.searchbarwrapper {
    height: 50px;
    position: absolute;
    margin: 25px 0px 0px 0px;
    padding: 0 110px 0 0;
    right: 90px;
    left: 0;
}

.searchinput {
    width: 70%;
    height: 47px;
    padding: 0px;
    outline: 0;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #783461;
    line-height: 41px;
    font-style: italic;
    font-size: 13px;
    vertical-align: text-top;
    background-color: #f2f2f2 !important;
    border: 1px solid #783561;
}

.searchbox {
    background-color: #783561 !important;
    background: #783561 !important;
}

select.searchbox,
input.searchbox[type='submit'] {
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-appearance: none;
    appearance: none;
    -moz-user-select: none;
    background-color: #783561 !important;
    margin: 0px 20px 20px 0px;
    overflow: hidden;
    width: 30%;
    outline: 0;
    color: #fff;
    height: 47px;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    vertical-align: text-top;
    font-family: 'Open Sans', Arial, serif;
    border: 1px solid #783561;
}

#winkelmandje {
    width: 70px;
    height: 45px;
    display: inline-block;
    border: 1px solid #783561;
    border-radius: 0px !important;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin: 25px 0px 0px 0px;
    background: #783561 !important;
    position: absolute;
    right: 0;
    text-decoration: none;
    cursor: pointer;
}

.winkelmandjeimage {
    height: 25px;
    width: auto;
    margin: 10px 7px 0px 0px;
    display: inline;
}

#shopsteps {
    width: 100%;
    height: 63px;
}

.shopstep,
.shopstep:after {
    display: inline-block;
    height: 63px;
    padding: 0px 20px;
    color: #fff;
    width: none;
    font-size: 17px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
}

.shopstep:hover,
.shopstep:active {
    background-color: #783561;
}

.basket-item-wrapper {
    border: 10px solid #e9e3f5;
    border-bottom: 0px;
    height: auto;
    position: relative;
}

#basket-items>div:last-of-type {
    border-bottom: 10px solid #e9e3f5;
}

.order-detail-left {
    width: 35%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.order-detail-front {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 5px 0px 5px;
}

.order-detail-right {
    width: 65%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

.order-detail-box {
    width: 24%;
    height: 40%;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    text-align: center;
}

#cart-content {
    position: fixed !important;
    right: unset !important;
    top: 165px !important;
}

#cart-content > div > h4 > a {
    background-color: #783561;
    border-radius: 3px;
    margin-top: 7px;
    color: white !important;
    display: block;
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
}

#cart-content > div > h4 > a:hover {
    color: white !important;
    background-color: #bd69a0 !important;
}

.order-detail-right .order-detail-box:nth-child(4) {
    border-bottom: 1px solid #ccc;
    width: 28%;
}

.order-detail-right .order-detail-box:last-child {
    height: 60%;
    width: 28%;
    padding-top: 8px;
}

.order-detail-box-wide {
    width: 72%;
    height: 60%;
    display: inline-block;
    vertical-align: bottom;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
}

#basket-extra {
    background-color: green;
    height: auto;
    background-color: #fff;
}

#basket-adds {
    width: 75%;
    background-color: #a51474;
    padding: 11px 0px 10px 0px;
    border-right: 10px solid #fff;
    border-left: 10px solid #a51474;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

.aanbiedingbox {
    margin-top: 10px;
    background-color: #fff;
    width: 50%;
    display: inline-block;
    border-right: 10px solid #a51474;
    vertical-align: top;
    padding: 5px;
}

#basket-overview {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    border: 10px solid #e9e3f5;
    border-top: 0px;
    padding: 10px 0px 0px 0px;
}

.basket-overiew-border {
    text-align: justify;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #783461;
    font-style: italic;
    font-size: 16px;
}

:-moz-placeholder {
    color: #783461;
    opacity: 1;
    font-style: italic;
    font-size: 16px;
}

::-moz-placeholder {
    color: #783461;
    opacity: 1;
    font-style: italic;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #783461;
    font-style: italic;
    font-size: 16px;
}

input[type="number"] {
    width: 50px;
    height: 30px;
    position: relative;
    margin: 0px 0px 0px 0px;
    border: 1px solid #BBB;
    background-color: #af5e9d;
    border-color: #af5e9d;
    padding: 0px 10px;
    color: #fff;
    outline: 0;
}

input[type="number"].mod::-webkit-outer-spin-button,
input[type="number"].mod::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #af5e9d url("/img/beide-arrows.png") no-repeat center center;
    width: 2em;
    opacity: .7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    outline: 0;
    border: 0;
}

input[type="number"].mod::-webkit-inner-spin-button:hover,
input[type="number"].mod::-webkit-inner-spin-button:active {
    opacity: 1;
    outline: 0;
    border: 0px;
}

input:-webkit-autofill {
    background: black;
    color: red;
    outline: 0;
}

.addwishimage {
    height: 20px;
    width: auto;
    float: right;
}

.itemlink {
    text-decoration: none;
}

.itemlink:hover {
    color: #fff;
    background-color: #8c4974;
}

.menuimg {
    height: 60%;
    width: auto;
    vertical-align: middle;
}

.testbox {
    width: 100%;
    height: 30px;
    background-color: red;
}

.addvertimage {
    height: auto;
    width: 24%;
    padding: 0px;
    margin: 0px !important;
}

.width76 {
    width: 72%;
}

.height30px {
    height: 38px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.stars {
    width: 100px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background: url("/img/sterren-sprite.jpg") 0 -79px;
    background-size: 100%;
}

.height22px {
    height: 40px;
}

.hertogjes-leeg {
    height: 40px;
    width: 40px;
    background-image: url("/img/Hertogjes-leeg.jpg");
    background-size: 40px;
    display: inline-block;
}

.winkelmandje1 {
    width: 70px;
    height: 40px;
    display: inline-block;
    border: 1px solid #783561;
    color: #fff;
    text-align: center;
    background-image: url("/img/verloopje-box.jpg");
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
    float: right;
}

.float-none {
    float: none;
}

.winkelmandjeimage1 {
    margin: 7px 0px 0px 0px;
}

.back-to-shop {
    padding: 0px 20px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    outline: 0px;
    border: 0px;
    cursor: pointer;
}

.back-to-shop:hover,
.back-to-shop:active {
    background-color: #8c4974;
}

#footer {
    padding-bottom: 20px;
}

#payment-methods {
    height: 135px;
    background-image: url("/img/bank-logos-breed.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#footertext {
    width: 350px;
    display: inline-block;
    padding: 27px 20px 20px 20px;
    vertical-align: top;
}

.social-media-icon,
.social-media-icon-front {
    height: 47px;
    width: 47px;
    display: inline-block;
    margin-top: 30px;
    margin-right: 5px;
    float: right;
}

.social-media-icon-front {
    margin-top: 0;
    float: none;
}

.footerlink {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0px 10px;
    text-decoration: none;
    color: #783461;
    font-size: 14px;
}

.footerlink:hover {
    background-color: #af5e9d;
    color: #fff!important;
}

#personalmenu {
    display: none;
}

#menu,
#contentmenu,
.zoekfilters {
    margin: 0px 0px 0px 12px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    list-style-type: none;
}

#menu li,
#contentmenu li {
    display: inline;
}

.show-menu,
.show-content-menu,
.show-zoekfilters,
.show-categorieen {
    display: none;
}

.editbutton,
.editbutton:after {
    height: 39px;
    display: inline-block;
    border: 0px;
    padding: 0px 15px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    line-height: 39px;
    margin-top: 3px;
    background-color: #A51375;
    outline: 0px;
}

.editbutton:hover,
.editbutton:active {
    background-color: #333;
    outline: 0px;
}

.bordercolorpurple {
    border-color: #8c4974 !important;
}

.wishitem {
    width: 20%;
    height: 500px;
    background-color: #fff;
    border-right: 20px solid #e9e3f5;
    border-left: 20px solid #e9e3f5;
    display: inline-block;
    vertical-align: top;
}

.wishitemimagepreview {
    width: 100%;
    height: auto;
    display: inline-block;
    border: 1px solid #fff;
    margin: 0px;
}

.addfavbutton {
    display: inline-block;
    height: 40px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    background-image: url("/img/ster-icon-paars.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.fullheightandwidth {
    height: 100%;
    width: 90%;
    display: inline-block;
}

.addfavbutton:hover,
.addfavbutton:active {
    background-color: #e9e3f5;
    background-image: url("/img/ster-icon-paars.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.furtherbutton {
    display: inline-block;
    height: 40px;
    width: 44px;
    text-align: center;
    vertical-align: middle;
    background-image: url("/img/verder-pijltje.png");
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}

.furtherbutton:hover,
.furtherbutton:active {
    background-color: #e9e3f5;
    background-image: url("/img/verder-pijltje.png");
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: center center;
}

.mobiledisplay {
    display: none;
}

.tekstalignright {
    text-align: right !important;
}

.innerlabel {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.desktopdisplay {
    display: inline-block;
    height: 100%;
}

.nieuwsbrief-tekst-container {
    width: 350px;
    display: inline-block;
    padding: 27px 20px 20px 20px;
    vertical-align: top;
    background-color: #AF5E9D;
}

.nieuwsbrief-container {
    display: inline-block;
    background-color: #CCC;
}

.social-container {
    fdisplay: inline-block;
}

.clear {
    clear: both;
}

.inlog-account .stap2input {
    width: 30%;
    margin-right: 5%;
}

@media screen and (max-width:1000px) {
    .product-action-right {
        bottom: 0;
    }
    #basket-overview {
        width: 100%;
    }
    #basket-adds {
        width: 100%;
        border-right: 0px;
    }
    .back-to-shop {
        margin-right: 10px;
        margin-left: 10px;
    }
    #personalmenu {
        display: none;
    }
    .padding30 {
        padding: 20px;
    }
    #logobar {
        width: 100%;
        height: 93px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nieuwsbrief-tekst-container {
        width: 100%;
    }
    .nieuwsbrief-container {
        width: 100%;
    }
    .social-container {}
}

.mobiledisplay {
    display: none;
}

@media screen and (max-width:830px) {

    input.searchbox[type='submit'] {

    }

    .navBox li {
        width: calc(100% - 20px) !important;
    }
    .mobilewidth100 {
        width: 100% !important;
    }
    .display2 {
        width: 50% !important;
    }
    .wishitem {
        height: auto;
    }
    .mobiledisplay {
        display: inline-block;
    }
    .nomobile {
        display: none;
    }
    .mobileheightauto {
        height: auto;
        border: 0px !important;
    }
    .mobileheight100px {
        height: 100px;
    }
    .bestellingoverzichtitem {
        height: auto;
    }
    .desktopdisplay {
        display: none;
    }
    .mobilewidth80pr {
        width: 70%;
        display: inline-block;
    }
    .width20prr {
        width: 30%;
    }
    .padding-left-30 {
        padding-left: 10px !important;
    }
    .margin-left-mobile-20 {
        margin-left: 20px !important;
    }
    .border-bottom-mobile {
        border-bottom: 1px solid #ccc !important;
    }
    #menu,
    #contentmenu {
        margin: 0px;
        background-color: #af5e9d;
        position: absolute;
        top: 92px;
        left: 0px;
        right: 0px;
        height: 100%;
        z-index: 20;
        width: 100%;
        display: none;
    }
    .categorieen-wrapper {
        margin: 0px;
        background-color: #af5e9d;
        left: 0px;
        right: 0px;
        height: 100%;
        z-index: 20;
        width: 100%;
        display: none;
        box-shadow: none;
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .zoekfilters-wrapper {
        margin: 0px;
        background-color: #af5e9d;
        left: 0px;
        right: 0px;
        height: 100%;
        z-index: 20;
        width: 100%;
        display: none;
        box-shadow: none;
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .zoekfilters ul {
        box-shadow: none;
    }
    #menu {
        z-index: 30;
    }
    .menubutton,
    .categoriebutton {
        color: #fff !important;
    }
    .categoriebutton:hover,
    .categoriebutton:active,
    .menubutton:hover,
    .menubutton:active {
        background-color: #6a3b58;
    }
    #contentmenu,
    .zoekfilters {
        top: 0px;
        position: relative;
    }
    #contentmenu,
    #menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .categorieen-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .zoekfilters-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    input[type=checkbox]:checked~#menu {
        display: block;
    }
    input[type=checkbox]:checked~#contentmenu {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
    }
    input[type=checkbox]#show_zoekfilters:checked~.zoekfilters-wrapper {
        display: block;
    }
    input[type=checkbox]#show_categorieen:checked~.categorieen-wrapper {
        display: block;
    }
    input[type=checkbox]:checked~html,
    body {
        overflow: hidden;
    }
    .show-zoekfilters,
    .show-categorieen {
        margin-top: 0.6em;
        background-color: #af5e9d;
    }
    .show-content-menu,
    .show-zoekfilters,
    .show-categorieen {
        width: 100% !important;
        height: 63px;
        text-align: center;
        line-height: 63px;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        cursor: pointer;
    }
    .mobilenodisplay {
        display: none;
    }
    .shopstep {
        width: 100%;
        background-color: #af5e9d;
        color: #fff;
        border-bottom: 1px solid #ccc;
        font-size: 15px !important;
        height: 50px;
    }
    .shopstep:hover,
    .shopstep:active {
        background-color: #6a3b58;
    }
    .categoriebutton {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #ccc;
        display: block !important;
        padding: 0px;
        color: #000;
        line-height: 50px;
        font-weight: 400;
    }
    .menubutton {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #ccc;
        display: block !important;
        padding: 0px;
        color: #000;
        line-height: 50px;
        font-weight: 400;
    }
    .show-menu {
        width: 50px;
        display: inline-block;
        text-align: center;
        margin: 0px;
    }
    .show-menu-img {
        height: 30px;
        margin: 13px 0px;
        width: auto;
    }
    ul {
        top: 0px;
        left: 0px;
        margin: 0px 0px 0px 10px;
        -webkit-box-shadow: 8px 8px 8px -8px rgba(51, 51, 51, 1), 8px 8px 8px -8px rgba(51, 51, 51, 1), -8px 8px 8px -8px rgba(51, 51, 51, 1);
        -moz-box-shadow: 8px 8px 8px -8px rgba(51, 51, 51, 1), 8px 8px 8px -8px rgba(51, 51, 51, 1), -8px 8px 8px -8px rgba(51, 51, 51, 1);
        box-shadow: 8px 8px 8px -8px rgba(51, 51, 51, 1), 8px 8px 8px -8px rgba(51, 51, 51, 1), -8px 8px 8px -8px rgba(51, 51, 51, 1);
        z-index: 20;
    }
    .sectioncontent {
        padding-top: 50px;
        width: 100%;
    }
    .nopaddingcontact {
        padding: 0px;
    }
    .newline {
        display: block;
    }
    .order-detail-left {
        width: 100%;
    }
    .padding30 {
        padding: 10px;
    }
    .shopstep {
        padding: 0px 10px;
        font-size: 13px;
        font-weight: 400;
    }
    .stap2label {
        width: 40%;
        margin-bottom: 10px;
    }
    .stap2input {
        width: 60%;
        height: 45px;
        line-height: 45px;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 10px;
        margin-right: 0%;
        outline: 0px;
        padding: 0px 20px;
    }
    .stap2select {
        width: 50%;
        margin-right: 10%;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 34px;
        -webkit-appearance: none;
        color: #fff;
        font-size: 14px;
        outline: 0px;
        vertical-align: top;
        overflow: hidden;
        background: url(/img/beneden-arrow.png) no-repeat 95% 3px #af5e9d;
        margin-bottom: 10px;
    }
    .order-detail-right {
        width: 100%;
        position: relative;
    }
    .order-detail-box {
        border-top: 1px solid #ccc;
        height: 70px;
        border-right: 1px solid #ccc;
        border-left: 0px;
    }
    .order-detail-right .order-detail-box:nth-child(4) {
        border-right: 0px;
        border-bottom: 0px;
    }
    .order-detail-box-wide {
        width: 100%;
        min-height: 70px;
    }
    .hertogjespunten {
        height: 100%;
        width: 50%;
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .inpakken {
        height: 100%;
        width: 50%;
    }
    .hertogjesimage {
        width: 40px;
        height: 40px;
    }
    .hertogjesimagestap3 {
        width: 20px;
        height: 20px;
    }
    .order-detail-box-wide {
        border-left: 0px;
    }
    .order-detail-right .order-detail-box:last-child {
        width: 100%;
        height: 105px;
        border-right: 0px;
    }
    .aanbiedingbox {
        width: 100%;
        display: none;
    }
    #basket-adds .aanbiedingbox:nth-child(2) {
        display: inline-block;
    }
    .width76 {
        width: 71%;
    }
    #logowrapper {
        width: 100%;
        height: auto;
    }
    .searchwrapper {
        width: 100%;
        padding: 0px 10px 0px 10px;
        margin: 0;
        display: block;
        height: 120px;
    }
    .searchbarwrapper {
        position: relative;
        padding: 0px;
    }
    .searchbox {
        width: 50% !important;
        padding-left: 10px !important;
        margin: 0px !important;
    }
    #logobar {
        height: 170px;
    }
    #winkelmandje {
        display: none;
    }
    .searchinput {
        width: 50%;
        padding: 0px 16px;
        margin-bottom: 5px;
    }
    img {}
    .back-to-shop {
        width: 100%;
        margin: 0px;
    }
    .width50 {
        width: 100%;
        text-align: left;
        vertical-align: top;
    }
    .menubutton,
    .categoriebutton {
        display: none;
    }
    .welcome-message {
        font-size: 14px;
    }
    .personalmenubutton {
        display: none;
    }
    .personalmenubutton-mobile,
    .personalmenubutton-mobile:after {
        display: inline-block;
        height: 100%;
        padding: 0px 10px;
        cursor: pointer;
        text-decoration: none;
    }
    #personalmenu {
        height: 100%;
        width: auto;
        float: right;
        display: inline-block;
    }
    .personalmenubutton-mobile:hover,
    .personalmenubutton-mobile:active {
        background-color: #af5e9d;
        color: #fff;
    }
    .personalbuttonimage-mobile {
        margin: 10px 0px 0px 0px;
        height: 35px;
        vertical-align: middle;
        width: auto;
    }
    .logo {
        max-width: 400px;
    }
    #footertext {
        width: 100%;
        height: auto;
        padding-right: 20px !important;
    }
    .social-media-icon {
        float: left;
        margin-right: 0px;
        margin-left: 10px;
        margin-top: 15px;
    }
    #footerselect {
        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }
    .searchfooter {
        width: auto !important;
    }
    .width25 {
        display: none;
    }
    #footer .width25 {
        display: inline-block;
        width: 50%;
    }
    #footer-top {
        padding-right: 0px;
    }
    #payment-methods {
        height: 300px;
        background-image: url('/img/bank-logos-smal.jpg');
        background-size: contain;
    }
    .editionBox .text_container td {
        width: 45%;
    }
    .editionBox .text_container td:first-child {
        width: 55%;
    }
    .editionBox .text_container td img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:500px) {
    .nosmallmobile {
        display: none;
    }
    .display2 {
        width: 100% !important;
    }
}

.boek-titel {
    font-size: 13px;
    color: #039;
    height: 40px;
    overflow: hidden;
}

.detail-info-en-info-container .boek-titel {
    height: auto;
}

.boek-titel h1 {
    font-size: 18px;
}

.boek-auteur {
    font-size: 11px;
    color: #999;
    height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

.boek-auteur h2 {
    font-size: 11px;
}

.boek-auteur .overflow {
    position: absolute;
    background-image: url(../img/wit-verloopje.png);
    background-repeat: repeat-x;
    height: 25px;
    width: 100%;
}

.boek-prijs {
    font-size: 16px;
    font-weight: bold;
    color: #5965AB;
}

.aantal-reviews {
    font-size: 11px;
    color: #000;
}

.hertogjes-blok {
    background-image: url("/img/Hertogjes-leeg.jpg");
    height: 30px;
    width: 30px;
    background-size: 30px auto;
    display: inline-block;
    margin-left: 12px;
}

.hertogjes-blok span {
    text-align: center;
    display: block;
    margin-top: 4px;
    color: #FFF;
}

.product-container {
    background-color: #FFF;
    margin-right: 1%;
    display: inline-block;
    padding-bottom: 5px;
}

.header-info-container {
    font-size: 15px;
    margin-bottom: 10px;
}

.boek-info-container {
    vertical-align: middle;
    width: 100%;
    padding: 2%;
    margin: 0;
    display: inline-block;
}

.boek-info-container .boek-auteur a {
    color: #999;
}

.boek-beschrijving {
    font-size: 13px;
    color: #666;
    padding: 2%;
    line-height: 16px;
}

.boek-beschrijving-meer {
    display: block;
    display: none;
}

.stars-totaal {
    width: 100%;
    margin: 3px 0 3px 0;
    display: block;
}

.detail-info-en-info-container a.naar-winkelmand-button {
    background: #783561;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzgzNTYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1MTM3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #783561 0%, #a51375 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #783561), color-stop(100%, #a51375));
    background: -webkit-linear-gradient(-45deg, #783561 0%, #a51375 100%);
    background: -o-linear-gradient(-45deg, #783561 0%, #a51375 100%);
    background: -ms-linear-gradient(-45deg, #783561 0%, #a51375 100%);
    background: linear-gradient(135deg, #783561 0%, #a51375 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#783561', endColorstr='#a51375', GradientType=1);
    display: inline-block;
    width: 80px;
    height: 60px;
    vertical-align: top;
    margin-top: 5px;
    text-align: center;
}

div.cart-icon {
    height: 100%;
    text-align: center;
}

div.cart-icon svg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 75%;
    fill: #fff;
}

div.cart-icon::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    fill: #fff;
    width: 0;
}

#winkelmandje div.cart-icon svg {
    height: 70%;
    margin-right: 8px;
}

a.naar-winkelmand-button {
    background: #783561;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzgzNTYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1MTM3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #783561 0%, #a51375 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #783561), color-stop(100%, #a51375));
    background: -webkit-linear-gradient(-45deg, #783561 0%, #a51375 100%);
    background: -o-linear-gradient(-45deg, #783561 0%, #a51375 100%);
    background: -ms-linear-gradient(-45deg, #783561 0%, #a51375 100%);
    background: linear-gradient(135deg, #783561 0%, #a51375 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#783561', endColorstr='#a51375', GradientType=1);
    display: inline-block;
    width: 40px;
    height: 30px;
    vertical-align: top;
    margin-top: 5px;
}

a.naar-winkelmand-button span {
    background-image: url(/img/shopping-icon-wit.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    background-position: center center;
    display: block;
}

a:hover.naar-winkelmand-button {
    background-color: #099;
}

a.naar-winkelmand-button.winkelmand-button-2 {
    background: none !important;
    background-color: #783561 !important;
    width: auto !important;
    height: 42px;
    float: right;
    display: block;
    background-size: auto 30px;
    margin-left: 6px;
}

a.naar-winkelmand-button.winkelmand-button-2 span {
    background-size: auto 30px;
    width: 80px;
    height: 42px;
}

a.plaats-als-favoriet-button {
    background-color: #fff;
    background-image: url("/img/ster-icon-paars.png");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 40px;
    height: 30px;
}

a.plaats-als-favoriet-button span {
    display: none;
}

a:hover.plaats-als-favoriet-button {
    background-color: #ede9f5;
}

a.lees-meer-over-product-button {
    background-image: url("/img/verder-pijltje.png");
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 40px;
    height: 30px;
    margin-top: 5px;
}

a.lees-meer-over-product-button span {
    display: none;
}

a:hover.lees-meer-over-product-button {
    background-color: #ede9f5;
}

.mededeling {
    width: 100%;
    background-color: #AF5E9D;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.mededeling-margin {
    padding: 0px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.mededeling-verberg1 {
    display: block;
}

.mededeling-verberg2 {
    display: none !important;
}

.mededeling-verberg3 {
    display: none !important;
}

.mededeling-titel {
    font-size: 18px;
    display: block;
    height: 65px;
    line-height: 25px;
}

.mededeling a {
    color: #FFF;
}

.mededeling span {
    display: block;
    margin: 12px 0;
}

.mededeling img {
    height: 40px;
    width: auto;
    display: block;
}

.boek-product-img {
    display: inline-block;
    position: relative;
}

.boek-product-img img {
    border: none;
}

.top-3-home {
    width: 100%;
    background-color: #e9e3f5;
    color: #FFF;
    display: inline-block;
}

.stars-totaal {
    width: 100%;
    margin: 3px 0 3px 0;
    display: block;
}

.top-3-home .boek-info-container {
    width: 68%;
}

.top-3-home img {
    margin: 0px;
}

.top-3-home .boek-titel {
    display: block;
    width: 100%;
    margin-top: 3px;
    vertical-align: top;
    height: auto;
}

.top-3-home .boek-auteur {
    display: inline list-item;
    width: 100%;
    list-style-type: none;
}

.top-3-home .boek-prijs {
    float: left;
}

.top-3-home .boek-product-img {
    width: 28%;
    height: auto;
    vertical-align: middle;
    padding-bottom: 5px;
}

.top-3-home .boek-product-img img {
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.top-3-home .product-container {
    width: 100%;
    margin-bottom: 10px;
}

.top-3-home .aantal-reviews {
    display: inline-block;
    margin-top: 4px;
}

.top-3-home .header-info-container {
    color: #452539;
    margin-bottom: 10px;
    font-weight: bold;
}

.top-3-home .boek-prijs {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    max-height: 30px;
}

.top-3-home .hertogjes-blok {}

.top-3-home .clear {
    display: none;
}

.top-3-home a.lees-meer-over-product {
    background-color: #E9E3F5;
    display: inline-block;
    width: 30px;
    height: 20px;
}

.top-3-home a:hover.lees-meer-over-product {
    background-color: #EAD9F5;
}

.home-recent-verschenen {
    width: 74%;
    margin-right: 1%;
    display: inline-block;
    background-color: #e2dbf1;
    vertical-align: top;
}

.home-recent-verschenen .boek-info-container {}

.home-recent-verschenen img {
    margin: 0px;
}

.home-recent-verschenen .boek-titel {
    display: block;
    width: 100%;
    margin-top: 3px;
    vertical-align: top;
}

.home-recent-verschenen .boek-auteur {
    display: block;
    width: 100%;
}

.home-recent-verschenen .boek-prijs {
    float: left;
}

.home-recent-verschenen .product-container {
    width: 22.8%;
    vertical-align: top;
}

.home-recent-verschenen .boek-product-img {
    width: 100%;
    height: auto;
}

.home-recent-verschenen .boek-product-img img {
    width: 100%;
    height: auto;
}

.home-recent-verschenen .aantal-reviews {
    display: inline-block;
    margin-top: 4px;
}

.home-recent-verschenen .header-info-container {}

.zoek-overzicht .product-container {
    width: 49%;
    vertical-align: top;
    margin-bottom: 12px;
}

.zoek-overzicht {
    width: 70%;
    display: inline-block;
    background-color: #eee9f7;
    vertical-align: top;
}

.zoek-overzicht .boek-info-container {
    width: 66%;
}

.zoek-overzicht img {
    margin: 0px;
}

.zoek-overzicht .boek-titel {
    display: block;
    width: 100%;
    margin-top: 3px;
    vertical-align: top;
}

.zoek-overzicht .boek-auteur {
    display: block;
    width: 100%;
}

.zoek-overzicht .boek-prijs {
    float: left;
}

.zoek-overzicht .boek-product-img {
    width: 33%;
    height: auto;
}

.zoek-overzicht .boek-product-img img {
    width: 100%;
    height: auto;
}

.zoek-overzicht .aantal-reviews {
    display: inline-block;
    margin-top: 4px;
}

.zoek-overzicht .header-info-container {
    color: #0C9;
}

.zoek-overzicht .boek-beschrijving {
    font-size: 13px;
    color: #666;
    padding: 2%;
    margin-bottom: 15px;
    height: 60px;
    overflow: hidden;
}

.zoek-overzicht .clear {
    display: none;
}

.zoek-overzicht .stars-totaal {
    margin-bottom: 15px;
}

.zoek-overzicht .diashow-aanbieding-maand {
    width: 100%;
    margin-top: 12px;
    margin: 0;
}

.zoek-overzicht .aanbieding-v-maand {
    width: 49%;
}

.zoek-overzicht .diashow {
    width: 49%;
    margin-right: 1%;
}

.product-hoofdmenu {
    color: #5d2f4d;
    padding: 12px;
    width: 25%;
    display: inline-block;
}

.product-hoofdmenu .header {
    font-size: 18px;
}

.product-hoofdmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    margin-top: 12px;
    width: 100%;
}

.product-hoofdmenu ul li a {
    color: #5d2f4d;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 3px;
}

.product-hoofdmenu ul li:hover {
    background-color: #E2DBF1;
}

.diashow-aanbieding-maand {
    display: inline-block;
    width: 49%;
    margin-right: 1%;
    vertical-align: top;
}

.diashow {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.diashow .layer-1 img {
    width: 100%;
    height: auto;
}

.aanbieding-v-maand {
    width: 100%;
    background-color: #7c3163;
    color: #FFF;
    display: inline-block;
}

.aanbieding-v-maand .boek-info-container {
    width: 68%;
}

.aanbieding-v-maand img {
    margin: 0px;
}

.aanbieding-v-maand .boek-titel {
    display: block;
    width: 100%;
    margin-top: 3px;
    vertical-align: top;
}

.aanbieding-v-maand .boek-auteur {
    display: block;
    width: 100%;
}

.aanbieding-v-maand .boek-prijs {
    float: left;
}

.aanbieding-v-maand .boek-product-img {
    width: 32%;
    height: auto;
}

.aanbieding-v-maand .boek-product-img img {
    width: 100%;
    height: auto;
}

.aanbieding-v-maand .product-container {
    width: 100%;
    margin-bottom: 10px;
}

.aanbieding-v-maand .aantal-reviews {
    display: inline-block;
    margin-top: 4px;
}

.aanbieding-v-maand .header-info-container {
    color: #fff;
}

.aanbieding-v-maand .clear {
    display: none;
}

.aanbieding-v-maand a.bekijk-het-product {
    background-color: #E9E3F5;
    display: inline-block;
    width: 30px;
    height: 20px;
}

.aanbieding-v-maand a:hover.bekijk-het-product {
    background-color: #EAD9F5;
}

a.meer-boeken-slider-button {
    width: 16px;
    display: inline-block;
    height: 100px;
    background-image: url("/img/verder-pijltje.png");
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: center center;
}

a.verder-pijltje-180 {
    background-image: url("/img/verder-pijltje-180.png");
}

a.meer-boeken-slider-button span {
    display: none;
}

.hoofd-detail-blok {
    width: 100%;
    background-color: #e2dbf1;
    color: #FFF;
    display: inline-block;
}

.hoofd-detail-blok .boek-info-container {
    width: 70%;
}

.hoofd-detail-blok img {
    margin: 0px;
}

.hoofd-detail-blok .boek-titel {
    display: block;
    width: 100%;
    margin-top: 3px;
    vertical-align: top;
    font-size: 18px;
}

.hoofd-detail-blok .boek-auteur {
    display: block;
    width: 100%;
}

.hoofd-detail-blok .boek-prijs {
    display: block;
}

.hoofd-detail-blok .boek-product-img {
    width: 20%;
    height: auto;
}

.hoofd-detail-blok .boek-product-img img {
    width: 100%;
    height: auto;
}

.hoofd-detail-blok .product-container {
    width: 100%;
}

.hoofd-detail-blok .aantal-reviews {
    display: inline-block;
    margin-top: 4px;
}

.hoofd-detail-blok .header-info-container {
    color: #fff;
}

.hoofd-detail-blok a.bekijk-het-product {
    background-color: #E9E3F5;
    display: inline-block;
    width: 30px;
    height: 20px;
}

.hoofd-detail-blok a:hover.bekijk-het-product {
    background-color: #EAD9F5;
}

.hoofd-detail-blok-info {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 20px;
}

.hoofd-detail-blok-info h2 {
    margin: 5px 0 5px 0;
}

.hoofd-detail-blok-info h2,
.hoofd-detail-blok-info h3 {
    color: #666;
    font-size: 14px;
}

.hoofd-detail-blok-info p {
    color: #666;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

a.knop-paars {
    display: inline-block;
    background-color: #b05b9e;
    height: 42px;
    line-height: 1.2;
    padding: 6px 6px 0px;
    text-decoration: none;
    color: #FFF;
    width: 120px;
}

.knop-paars-2 {
    display: block;
    float: right;
    margin: 0 0 0 6px;
    width: auto;
}

.anderen-kochten {
    width: 59%;
    margin-right: 1%;
    display: inline-block;
    background-color: #e2dbf1;
    vertical-align: top;
}

.anderen-kochten .boek-info-container {}

.anderen-kochten img {
    margin: 0px;
}

.anderen-kochten .boek-titel {
    display: block;
    width: 100%;
    margin-top: 3px;
    vertical-align: top;
}

.anderen-kochten .boek-auteur {
    display: block;
    width: 100%;
}

.anderen-kochten .boek-prijs {
    float: left;
}

.anderen-kochten .product-container {
    width: 32%;
    vertical-align: top;
}

.anderen-kochten .boek-product-img {
    width: 100%;
    height: auto;
}

.anderen-kochten .boek-product-img img {
    width: 100%;
    height: auto;
}

.anderen-kochten .aantal-reviews {
    display: inline-block;
    margin-top: 4px;
}

.anderen-kochten .header-info-container {
    color: #663a58;
}

.deel-serie {
    width: 40%;
    display: inline-block;
    background-color: #ae8fc2;
    vertical-align: top;
}

.deel-serie .boek-info-container {}

.deel-serie img {
    margin: 0px;
}

.deel-serie .boek-titel {
    display: block;
    width: 100%;
    margin-top: 3px;
    vertical-align: top;
}

.deel-serie .boek-auteur {
    display: block;
    width: 100%;
}

.deel-serie .boek-prijs {
    float: left;
}

.deel-serie .product-container {
    width: 43%;
    vertical-align: top;
}

.deel-serie .boek-product-img {
    width: 100%;
    height: auto;
}

.deel-serie .boek-product-img img {
    width: 100%;
    height: auto;
}

.deel-serie .aantal-reviews {
    display: inline-block;
    margin-top: 4px;
}

.deel-serie .header-info-container {
    color: #fff;
}

.meer-v-auteur {
    width: 40%;
    display: inline-block;
    background-color: #ae8fc2;
    vertical-align: top;
}

.meer-v-auteur .boek-info-container {}

.meer-v-auteur img {
    margin: 0px;
}

.meer-v-auteur .boek-titel {
    display: block;
    width: 100%;
    margin-top: 3px;
    vertical-align: top;
}

.meer-v-auteur .boek-auteur {
    display: block;
    width: 100%;
}

.meer-v-auteur .boek-prijs {
    float: left;
}

.meer-v-auteur .product-container {
    width: 43%;
    vertical-align: top;
}

.meer-v-auteur .boek-product-img {
    width: 100%;
    height: auto;
}

.meer-v-auteur .boek-product-img img {
    width: 100%;
    height: auto;
}

.meer-v-auteur .aantal-reviews {
    display: inline-block;
    margin-top: 4px;
}

.meer-v-auteur .header-info-container {
    color: #fff;
}

.meer-v-auteur .titel-2 {
    display: block;
    color: #FFFFFF;
    margin: 12px 0;
}

.recensie-container {
    width: 59%;
    margin-right: 1%;
    display: inline-block;
}

.recensie-tabblad {
    width: 70%;
    vertical-align: top;
    display: inline-block;
    background-color: #CCC;
    margin-right: 0px;
}

.recensie-tablad-margin {
    margin: 0 0px 20px 0px;
    padding: 20px;
    background-color: #FFF;
}

.recensie-tabblad a {
    display: block;
    color: #783561;
    text-decoration: none;
}

.recensies-blok-1 {
    width: 100%;
    background-color: #CCC;
    vertical-align: top;
    display: inline-block;
}

.recensie-titel {
    width: 30%;
    vertical-align: bottom;
    display: inline-block;
    background-color: #CCC;
    margin-right: 0px;
}

.recensie-titel-margin {
    margin: 20px;
    padding: 20px;
    margin-bottom: 0px;
    background-color: #FFF;
}

.recensies-blok-1-margin {
    margin: 20px;
    padding: 20px;
    background-color: #FFF;
    margin-top: 0px;
}

.recensie-bericht {
    display: block;
    border-bottom: #CCC solid 1px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.recensie-bericht .naam {
    display: block;
    font-style: italic;
}

.recensie-bericht .titel {
    display: block;
    font-weight: bold;
    color: #000;
}

.beschrijving-meer {
    width: 100%;
    background-image: url(/img/wit-verloopje.png);
    background-repeat: repeat-x;
    margin-top: -30px;
    position: relative;
    z-index: 999;
}

.beschrijving-meer a {
    padding: 5px;
    display: block;
    width: 120px;
    border: #e2dbf1 3px solid;
    text-decoration: none;
    background-color: #fff;
    color: #b15c9e;
    margin-top: 40px;
}

.beschrijving-meer a span {
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.deel-artikel-container {
    display: inline-block;
    padding-top: 6px;
}

.deel-artikel-container span {
    display: inline-block;
    vertical-align: middle;
    background-color: #EAEAEA;
}

.deel-artikel-container .fb-share-button {
    vertical-align: middle;
    display: inline-block;
}

.detail-knoppen-container {
    display: inline-block;
}

.mededeling-1 {
    display: inline-block;
    width: 100%;
}

.mededeling-2 {
    display: inline-block;
    width: 100%;
}

.mededeling-3 {
    display: inline-block;
    width: 100%;
}

.mededeling-4 {
    display: inline-block;
    width: 100%;
}

.mededeling-5 {
    display: inline-block;
    width: 100%;
}

.detail-info-en-info-container {
    width: 75%;
    vertical-align: top;
    display: inline-block;
}

@media screen and (max-width:1000px) {
    .product-hoofdmenu {
        width: 30%;
    }
    .diashow-aanbieding-maand {
        width: 70%;
        margin: 0;
    }
    .mededeling {
        width: 100%;
    }
    .home-recent-verschenen {
        width: 100%;
        margin: 0;
    }
    .top-3-home {
        width: 100%;
    }
    .home-recent-verschenen .product-container {
        width: 22.8%;
    }
    .top-3-home .product-container {
        width: 32%;
    }
    .anderen-kochten {
        width: 100%;
    }
    .anderen-kochten .boek-product-img {
        width: 100%;
    }
    .anderen-kochten .boek-info-container {
        width: 72%;
    }
    .deel-serie {
        width: 100%;
    }
    .deel-serie .boek-product-img {
        width: 28%;
    }
    .deel-serie .boek-info-container {
        width: 72%;
    }
    .deel-serie .product-container {
        width: 49%;
    }
    .recensie-container {
        width: 100%;
    }
    .meer-v-auteur {
        width: 100%;
    }
    .meer-v-auteur .boek-product-img {
        width: 50%;
    }
    .meer-v-auteur .boek-info-container {
        width: 72%;
    }
    .meer-v-auteur .product-container {
        width: 49%;
    }
    .mededeling-1 {
        display: inline-block;
        width: 100%;
    }
    .mededeling-2 {
        display: inline-block;
        width: 45%;
    }
    .mededeling-3 {
        display: inline-block;
        width: 45%;
    }
    .mededeling-4 {
        display: inline-block;
        width: 45%;
    }
    .mededeling-5 {
        display: inline-block;
        width: 45%;
    }
    .mededeling-6 {
        display: inline-block;
        width: 45%;
    }
    .mededeling-verberg1 {
        display: none !important;
    }
    .mededeling-verberg3 {
        display: block !important;
    }
}

@media screen and (max-width:830px) {
    .product-hoofdmenu {
        width: 100%;
    }
    .diashow-aanbieding-maand {
        width: 100%;
    }
    .mededeling {
        width: 100%;
    }
    .home-recent-verschenen {
        width: 100%;
    }
    .top-3-home {
        width: 100%;
    }
    .home-recent-verschenen .product-container {
        width: 45%;
    }
    .top-3-home .product-container {
        width: 100%;
    }
    .home-recent-verschenen .boek-product-img {
        width: 28%;
    }
    .home-recent-verschenen .boek-info-container {
        width: 72%;
    }
    .mededeling-verberg2 {
        display: block !important;
    }
    .mededeling-verberg3 {
        display: none !important;
    }
    .hoofd-detail-blok .boek-info-container {
        width: 100%;
    }
    .hoofd-detail-blok .boek-product-img {
        width: 40%;
    }
    .hoofd-detail-blok-info {
        width: 100%;
        margin: 0 20px 20px 10px;
    }
    .anderen-kochten .boek-product-img {
        width: 100%;
    }
    .detail-info-en-info-container {
        width: 60%;
    }
    .zoek-overzicht {
        width: 100%;
    }
    .zoek-overzicht .boek-product-img {
        width: 100%;
    }
    .zoek-overzicht .diashow {
        width: 100%;
    }
    .zoek-overzicht {
        width: 100%;
    }
    .zoek-overzicht .aanbieding-v-maand .boek-product-img {
        width: 32%;
    }
    .zoek-overzicht .boek-info-container {
        width: 100%;
    }
    .zoek-overzicht .aanbieding-v-maand .boek-info-container {
        width: 68%;
    }
    .zoek-overzicht .aanbieding-v-maand {
        width: 100%;
    }
}

.filter-select {
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border-radius: 0;
    border: none;
}

ul.zoekfilters.padding-bottom-10 {
    padding-bottom: 10px !important;
}

@media screen and (min-width:800px) and (max-width:1024px) {
    .mid-size-width-40 {
        width: 40% !important;
    }
    .mid-size-width-100 {
        width: 100% !important;
    }
    #filter_top.text-18 {
        font-size: 16px
    }
}

@media screen and (min-width:1120px) and (max-width:1200px) {
    #leftCntr {
        width: 820px!important;
    }
}

@media screen and (min-width:1040px) and (max-width:1119px) {
    #leftCntr {
        width: 740px!important;
    }
}

@media screen and (max-width:1039px) {
    #rightCntr {
        display: none!important;
    }
    #leftCntr {
        width: auto!important;
    }
}

#trigger {
    display: none;
    background-color: #783561;
    background-image: url("/img/verloopje-box.jpg");
    background-repeat: no-repeat;
    line-height: 47px;
    height: 47px;
    width: 125px;
    color: white;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

#trigger img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline;
    margin-right: 10px;
    margin-left: 5px;
}

.button:hover {
    color: white !important;
    background-color: #bd69a0 !important;
}

@media screen and (max-width:659px) {
    iframe {
        display: none!important;
    }
    #leftCntr .left {
        float: none!important;
    }
    #leftCntr .navBox {
        display: block;
    }
    #trigger {
        display: block!important;
    }
    #leftCntr .navBox ul {
        display: none;
    }
    #trigger:hover+ul,
    #leftCntr .navBox ul:hover {
        margin-top: -5px;
        display: block;
    }
}

@media screen and (max-width:400px) {
    .editionBox a.button {
        margin-top: 5px!important;
    }
    .editionBox small {
        display: block!important;
        clear: right!important;
        width: 100%;
    }
    .editionBox .text_container td {
        width: 50%;
    }
}

@media screen and (min-width:300px) {
    .product-hoofdmenu ul.zoekfilters li:hover {
        background: inherit;
    }
    ul.zoekfilters li span {
        height: 30px;
        line-height: 30px;
    }
    ul.zoekfilters li:hover>label>span.text {
        background-color: rgb(226, 219, 241);
    }
    .zoekfilters input[type="radio"]~label,
    .zoekfilters input[type="checkbox"]~label {
        width: 100%;
        display: block;
    }
    .zoekfilters input[type="radio"]~label.dummy,
    .zoekfilters input[type="checkbox"]~label.dummy {
        width: 38px;
        display: inline-block;
        vertical-align: top;
    }
    .zoekfilters input[type="radio"]~label span.input-range,
    .zoekfilters input[type="checkbox"]~label span.input-range,
    .zoekfilters input[type="radio"]~label span.text,
    .zoekfilters input[type="checkbox"]~label span.text {
        background: none;
        margin: -1px 0 0 0;
        padding: 0 0 0 8px;
        width: 80%;
        display: inline-block;
        vertical-align: top;
    }
    .zoekfilters input[type="radio"]~label span.checkbox,
    .zoekfilters input[type="checkbox"]~label span.checkbox {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: -1px 0 0 0;
        vertical-align: middle;
        background: url(/img/check.png) 3px 3px no-repeat #e9e3f5;
        background-size: 24px;
        cursor: pointer;
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 13px;
    }
    .zoekfilters input[type="radio"].has-sub~label span.checkbox,
    .zoekfilters input[type="checkbox"].has-sub~label span.checkbox {
        background: url(/img/driehoek-transparant-1.png) 3px 3px no-repeat #fff;
        background-position: 6px;
    }
    .zoekfilters input[type="radio"].has-sub~label~ul span.checkbox,
    .zoekfilters input[type="checkbox"].has-sub~label~ul span.checkbox {
        margin-left: 1.5em;
    }
    .zoekfilters input[type="radio"].has-sub~label~ul span.text,
    .zoekfilters input[type="checkbox"].has-sub~label~ul span.text {
        width: 73%;
    }
    .zoekfilters input[type="radio"].has-sub~label~ul,
    .zoekfilters input[type="checkbox"].has-sub~label~ul {
        display: none;
        margin-top: 0;
    }
    .zoekfilters input[type="radio"].has-sub:checked~label~ul,
    .zoekfilters input[type="checkbox"].has-sub:checked~label~ul {
        display: inline-block;
    }
    .zoekfilters input[type="radio"]:checked~label span.checkbox,
    .zoekfilters input[type="checkbox"]:checked~label span.checkbox {
        background: url(/img/check.png) 3px 3px no-repeat #af5e9d;
        background-size: 24px;
    }
    .zoekfilters input[type="radio"].has-sub:checked~label span.checkbox,
    .zoekfilters input[type="checkbox"].has-sub:checked~label span.checkbox {
        background: url(/img/driehoek-transparant-2.png) 3px 3px no-repeat #fff;
        background-position: 5px;
    }
    .zoekfilters input[type="text"] {
        width: 25%;
        margin: 0 2%;
        line-height: 25px;
        border: 1px solid rgb(226, 219, 241);
        background: rgb(226, 219, 241);
        color: rgb(120, 52, 97);
        padding: 0 1%;
        box-sizing: border-box;
    }
}

@media screen and (max-width:830px) {
    a.knop-paars {
        clear: both;
        margin-top: 10px;
    }
    .recensie-titel {
        width: 40%;
    }
    .recensie-tabblad {
        width: 60%;
    }
    #filter_top.text-18 {
        font-size: 16px
    }
    .text-align-center.no-mobile-align {
        text-align: inherit;
    }
    .filter-mobile-reposition {
        bottom: 0;
        top: auto;
        right: auto;
        left: 0;
    }
    .mobile-relative {
        position: relative;
    }
    .mobile-inline-block {
        display: inline-block;
    }
    ul.categorie-lijst {
        margin-top: 0;
    }
    .categoriebutton {
        padding-left: 0.7em !important;
    }
    ul.categorie-lijst,
    ul.zoekfilters {
        box-shadow: none;
    }
    ul.categorie-lijst li a {
        line-height: 50px;
        height: 50px;
    }
    ul.zoekfilters li:hover span.text {
        color: rgb(93, 47, 77);
    }
    ul.zoekfilters li li:hover span.text {
        color: rgb(93, 47, 77) !important;
    }
    ul.zoekfilters li {
        margin-left: 20px;
    }
    ul.zoekfilters li li {
        margin-left: 0;
    }
    ul.zoekfilters li span {
        color: white;
    }
    .zoekfilters input[type="radio"]~span.input-range,
    .zoekfilters input[type="checkbox"]~span.input-range {
        margin-top: 10px;
        display: inline-block;
        width: 85%;
    }
    .zoekfilters input[type="radio"]~label span.text,
    .zoekfilters input[type="checkbox"]~label span.text {
        margin-top: 10px;
    }
    .zoekfilters input[type="radio"].has-sub~label~ul span.text,
    .zoekfilters input[type="checkbox"].has-sub~label~ul span.text {
        color: white;
    }
    .zoekfilters li li:hover input[type="radio"].has-sub~label~ul span.text,
    .zoekfilters li li:hover input[type="checkbox"].has-sub~label~ul span.text {
        color: rgb(93, 47, 77)
    }
    .zoekfilters input[type="radio"].has-sub~label span.checkbox,
    .zoekfilters input[type="checkbox"].has-sub~label span.checkbox {
        margin-top: 10px;
        background-color: rgb(175, 94, 157);
    }
    .zoekfilters input[type="radio"]~label span.checkbox,
    .zoekfilters input[type="checkbox"]~label span.checkbox {
        margin-top: 10px;
        background-color: #a04d8e;
    }
    .zoekfilters input[type="radio"].has-sub:checked~label span.checkbox,
    .zoekfilters input[type="checkbox"].has-sub:checked~label span.checkbox,
    .zoekfilters input[type="radio"]:checked~label span.checkbox,
    .zoekfilters input[type="checkbox"]:checked~label span.checkbox {
        background-color: rgb(93, 47, 77)
    }
}

.header-top-3-home a {
    color: white;
    text-decoration: none
}

ul.list-disc,
ul.answer {
    list-style: disc outside none;
    margin-left: 30px;
    color: #616973;
    font-family: 'TrebuchetMS';
    padding-bottom: 8px;
}

ul.list-disc li,
ul.answer li {
    overflow: visible;
    display: list-item;
}

h2.sub_titel {
    font-size: 18px;
    text-decoration: underline;
}

p.answer,
ul.answer {
    font-style: italic;
}

#navBox ul.zoekfilters {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    margin-top: 12px;
    width: 100%;
    background: none;
}

#navBox ul.zoekfilters li {
    background: none;
    padding: 0;
}

#navBox ul.zoekfilters li a {
    color: #5d2f4d;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0 0 3px 0;
}

#navBox ul.zoekfilters li a span.checkbox {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../img/check.png) 3px 3px no-repeat #e9e3f5;
    background-size: 24px;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 13px;
}

#navBox ul.zoekfilters li.active a span.checkbox {
    background: url(../img/check.png) 3px 3px no-repeat #af5e9d;
    background-size: 24px;
}

#navBox ul.zoekfilters li:hover {
    background-color: #E2DBF1;
}

#navBox ul.filter-container,
#navBox ul.filter-container li {
    background: none;
}

@media screen and (max-width: 830px) {
    #navBox {
        display: block;
        width: 91vw !important;
        margin-left: 10px !important;
    }
    ul.filter-container ul.zoekfilters li span {
        color: #452539;
    }
}

@media screen and (max-width:659px) {
    #bannerBox {
        display: none;
    }
}

@media screen and (max-width:1039px) {
    #bannerBox img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

@media screen and (min-width:1040px) {
    #bannerBox img {
        width: 100%;
        height: auto;
        max-width: 640px;
        max-height: 258px;
    }
}

a.relative {
    position: relative!important;
}

div.aanbieding {
    position: absolute;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    background-color: #783561;
    padding: 5px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    top: 5%;
    right: 5%;
}

div.aanbieding span {
    text-decoration: line-through;
    margin-top: 6px;
    display: inline-block;
}

div.aanbieding+img {
    width: 90%!important;
}

.paging a {
    color: #54324d!important;
}

.paging input {
    border: 1px solid #783561;
    border-radius: 2px;
    padding: 5px;
    background: #e9e3f5;
    color: #54324d;
    cursor: pointer;
}

.paging input:last-child {
    margin-left: 3px;
}

.paging+br+a {
    color: #54324d;
}