﻿.boxdiv {
    padding: 20px;
    border: #ccc 1px solid;
    box-shadow: -5px 5px 5px 1px #ccc;
    margin: 0 0 100px 0;
    cursor: pointer;
}

.bekijk-box {
    background-color: var(--buttons-kleur, #9389c1);
    padding: 8px 20px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
}

.bekijk-box:hover {
    color: #fff;
    text-decoration: underline
}

.header {
    font-size: 120%;
}

h1 {
    color: var(--subkleur-donker);
    font-weight: bold;
}

.topiconbg {
    background-color: #fff;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    margin-top: -80px
}

@media (max-width:768px) {
    .topiconbg {
        position: absolute;
        top: -30px;
        right: -30px;
        background: none;
        margin-top: 0;
    }
}

.topicon {
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}

.toprighticon {
    width: 80px;
}

.smallbanner {
    border: #ccc 1px solid;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px;
}

@media (min-width:768px) {
    .smallbanner {
        margin-right: 20px;
    }
}

@media (max-width:767px) {
    .headerOffset {
        padding-top: 125px;
    }
}

.bannerbutton {
    background-color: var(--buttons-kleur, #366996);
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 6px 0;
    margin: 5px 5px 10px 5px;
    font-size: 20px;
    line-height: 18px;
    height: 48px;
}

.meestverkocht {
    vertical-align: middle;
    display: inline-block;
    line-height: 33px;
}
@media (max-width:375px) {
    .meestverkocht {
        vertical-align:initial;
        display:initial;
        line-height:18px;
    }
}

.relmessage {
    background-color: var(--subkleur-licht);
    padding:20px 10px;
}

.rreicon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 99;
}

ul {
    list-style-type: none;
    padding-inline-start: 0;
}

.ulcat li {
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 10px;
    width:140px;
    padding:10px;
    margin-bottom:10px;
}

ul li:before {
    content: "";
}

input[type="checkbox"][id^="ContentPlaceHolderMain_CategoryCheckBoxList"] {
    display: none;
}
input[type="checkbox"][id^="ContentPlaceHolderMain_ProductFilterControlSimple_MerkFilterCheckBoxList"] {
    display: none;
}

.ulcat label {
    border: 1px solid #fff;
    
    display: block;
    position: relative;
    
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 100px;
}

@media (max-width:767px) {
    .ulcat li {
        margin-right: 0px;
    }
}
@media (max-width:320px) {
    label {
        padding: 0;
        width: 120px;
        min-width: initial;
    }
}

.ulcat label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

label img {
    height: 50px;
    width: 50px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.imglarge {
    height: 120px;
    width: 120px;
    border-radius: 20px;
    border:#ccc 2px solid
}

.ulcat :checked + label::before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
    z-index: 5;
}

:checked + label img {
    transform: scale(0.9);
    /*box-shadow: 0 0 5px #333;*/
    z-index: -1;
}

.noboxes {
    padding: 10px;
    background-color: #e3e3e3;
}

@media (min-width:1024px) and (max-width:1025px) {
    .smallbanner {
        padding: 0px;
    }
}
@media (min-width:321px) and (max-width:768px) {
    .smallbannerparent {
        padding-left: 0px;
        padding-right: 0px;
    }
    .smallbanner {
        padding: 5px;
        margin: 0px;
        border:none;
    }
    .innerbanner {
        border: #ccc 1px solid;
        border-radius: 15px;
    }
    
}
@media (max-width:320px) {
    .smallbanner {
        padding: 0px;
    }
}
@media (max-width:768px) {
    .img-inner {
        padding: 5px;
    }
}
.price_aanbieding {
    background-color: #ED5D54;
    color: #fff;
    padding: 3px;
    font-size: 14px;
    display: inline-block;
    line-height: normal;
    font-weight: 600;
}

.noborder li {
    border:none;
}

.merk-filter-btn-wrap {
    position: relative;
    width: 120px;
    height: 120px;
}
.merk-filter-btn-text {
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}