div.selectionPage {
    margin-top: 100px;
    margin-bottom: 80px;
}
div.selectionPage a.product h3 {
    font-size: 24px;
    font-weight: 700;
    color: #db062e;
    padding: 20px;
}
div.product a {
    display: block;
    position: relative;
}
div.product a div.novinkaTag {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 14px;
    color: #fff;
    background-color: #8ad200;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
}
div.form_image {
    display: block;
    position: relative;
}
div.form_image div.novinkaTag {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #8ad200;
    text-align: center;
    border-radius: 5px;
    padding: 6px 12px;
    z-index: 3;
}
div.product-detail p.product_detail_product_codes {
    color: #db062e;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
div.product-detail p.product_detail_product_codes span {
    font-weight: 400;
}
label.vzorLabel {
    display: inline-block;
    height: 128px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 0 !important;
    border-radius: 5px;
}
label.vzorLabel {
    display: inline-block;
    height: 128px;
    width: 100%;
    margin: 0 !important;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    text-align: center;
}
label.vzorLabel img {
    object-position: center;
    object-fit: cover;
    height: 100px;
    margin-top: -15px;
}
label.vzorLabel span {
    position: absolute;
    bottom: 5px;
    left: calc( 50% - 25px);
    width: 50px;
    text-align: center;
    cursor: pointer;
}
label.vzorLabel input{
    height: 0;
    -moz-appearance:initial;
}
label.vzorLabel input::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    transition: .2s all;
    border: 2px solid #fff;
    border-radius: 5px;
    cursor: pointer;
}
label.vzorLabel input[type=radio]:checked::after {
    border: 5px solid #8ad200;
    background-color: rgba(255, 255, 255, 0);
}