p {
    font-size: 16px !important;
}

label.error {
    padding-top: -15px;
    padding-bottom: 15px;
    color: brown;
}

.svg-icon::after {
    content: "";
    display: block;
    height: 55px;
    width: 55px;
    background-size: 55px 55px;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.glass-and-bottle-of-wine::after {
    background-image: url('/assets/custom/img/flaticons/glass-and-bottle-of-wine.svg');
}

.wine-bottle::after {
    background-image: url('/assets/custom/img/flaticons/wine-bottle.svg');
}

.grecaptcha-badge {
    visibility: hidden !important;
}

iframe#etlap {
    width: 100%;
    height: 100%;
    min-height: 800px;
}