#reviewForm .stars {
    display: none;
}

.rating-stars .rate-star {
    text-decoration: none !important;
}

.rating-stars .rate-star:hover {
    text-decoration: none !important;
}

#newsletter-form input::placeholder {
    color: #000;
    opacity: 1;
}

#newsletter-form input {
    color: #000;
    opacity: 1;
}

.site-logo img {
    height: 50px;
    width: auto;
    max-width: 150px;
    display: block;
}

.uk-notification-message {
    text-align: center;
}

.habitar-box {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 6px;
    background: #fff;
}