#custom-popup-message .popin {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;
}

#custom-popup-message .button {
    text-align: center;
    text-transform: none;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 3;
}

#custom-popup-message .col-6 .button {
    width: 70%;
}

.custom-popup-head .col-2  {
    float: right;
}

.custom-popup-head a.cross {
    font-size: 2em;
    float: right;
    border: 1px solid;
    border-radius: 100%;
}

.custom-popup-content {
    display: flex;
    font-family: 'VAG Rounded W01 Light',Arial,sans-serif;
}

.custom-popup-content .form-actions {
    margin-bottom: 0;
}

.custom-popup-image {
    height: 100%;
}

.custom-popup-no-thanks {
    float: right;
    margin-right: 15px;
    margin-bottom: 10px;
}

.custom-popup-conditions {
    font-size: 0.5em;
    color: grey;
    line-height: 1em !important;
}
