button{
    border:none;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
    z-index: 2;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}

.whitebox{
    padding: 15px 15px;
    font-size: 14px;
    line-height: 18px;
    background: #f7f7f6;
    margin-bottom: 15px;
}

.catinfo{
    padding: 40px 0px;
    font-size: 14px;
    line-height: 18px;
}

.accordion-header{
    padding: 10px 0px;
    text-align: left;
}

.accordion-button:not(.collapsed) {
    color: #333941;
    background-color: #fff;
    box-shadow: none;
    border: none;
    padding: 0px 20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23516739'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23516739'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    color: #f00;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.aanbieder{
    padding: 0px 0px 20px 0px;
    border-bottom: 1 solid #333941;
    margin-bottom: 20px;
}

.price{
    font-size: 20px;
    color: #333941;
    font-weight: 700;
    float: right;
    /* margin-top: 8px; */
    line-height: 20px;
    text-align: right;
}
.actieprice{
    font-size: 20px;
    color: #af1010;
    font-weight: 700;
    float: right;
    /* margin-top: 8px; */
    line-height: 20px;
    text-align: right;
}

.actielabel{
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
}

.card{
    background: #fff;
    padding: 20px;
    border: solid 1px #ccc;
}

.wsprodimage{
    height: 250px;
    overflow: hidden;
    width:100%;
    position: relative;
}

.wsprodimage img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shopbut_green{
    border-radius: 0px;
    background: #333941;
    padding: 10px 15px;
    border: none;
    font-weight: 700;
    color: #fff;
    margin: 2px 0px;
}

.shop_aantal {
    display: block;
    width: 100%;
    height: 34px;
    padding: 21px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin: 0px 0px;
}

.modal-footer {
    display: block;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: normal;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    width: 100%;
}

.but_buy {
    color: #000;
    background-color: #af4b43;
    border-color: #af4b43;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.but_shop {
    color: #af4b43;
    background-color: #fff;
    border-color: #af4b43;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0px;
}

.infobalk{
    background: #eee0d1;
    padding: 20px;
    margin-bottom: 40px;
}