.qty-block {
    width: 80px;
    height: 30px;
    background-color: #f29300;
    border: none;
    margin: 2px;
    float: left;
    color: #fff;
    font-weight: bold;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.single_add_to_cart_button {
    float: right;
}

.custom-input{
    float: left;
    width: 245px;
    margin: 2px;
}

.custom-input > input{
    width: 168px;
    height: 30px;
    border-radius: 0 !important;
    border-color: rgb(82, 178, 226);
}

.custom-input > span.submit-custominput{
    padding: 5px 12px 4px 12px;
    cursor: pointer;
    display: inline-block;
    background: rgb(82, 178, 226);
    color: #FFFFFF;
}

#step5 .step-content {
    display: flex;
}

[data-optionid="135-grams-glans"] {
    position: relative;
}

[data-optionid="135-grams-glans"]::before {
    content: 'Meest gekozen';
    padding: 5px;
    position: absolute;
    background-color: #f58239;
    color: white;
    z-index: 9;
    font-size: 12px;
    right: -14px;
    top: -15px
}