.spacers {
    height: 40;
}
#mondkapje-title {
    font-size: 3rem;
    line-height: 1;
}
.tplvar-content-title {
    font-size: 2.5rem;
}
.actions {
    margin-top: 1.8em;
}
button.button {
    color: #fff;
    background: #00b900;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 1px 10px;
    border: unset;
    line-height: 30px;
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 600;
}

button.button:hover {
    background-color: #000;
}

button.btn-cart span span:after, .header-cart button span span:after {
    content: '>';
    font-size: 15px;
    margin-left: 4px;
    line-height: 23px;
}

.wot-container-top, .wot-container-top img {
    width: 100%;
}

.wot-container-top {
    text-align: center;
}

.wot-col-container {
    display: flex;
    gap: 7%;
}
.wot-col-container div {
    flex: 50%;
}

.wot-col-fullwidth-container {
    width: 100%;
    text-align: center;
}

.image-row-wot span {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.image-row-wot img {
    width: 93%;
    margin-top: 20px;
}

.wot-col-container-bottom {
    display: flex;
    gap: 7%;
}

.wot-col-container-bottom div {
    flex: 50%;
}

.dyst {
    display: block;
    width: 100%;
    font-family: "Cera Pro";
    font-size: 5.5rem;
    font-weight: 900;
    text-align: center;
    margin: 0;
    padding: 0.9em 0 !important;
    background-color: #074b70;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .wot-col-container, .wot-col-container-bottom  {
        flex-direction: column;
    }
    .dyst {
        font-size: 3rem;
    }
}