html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#shipping-types label, #payment-types label{
    display: block;
}

.address-btn{
    margin: 10px auto;
}

.boomparty_carousel_link {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding-right: 15px;
    padding-left: 15px;
}

.boomparty_carousel_link:hover {
    color: #e19636 !important;
}

.boomparty_carousel {
    display: flex;
    justify-content: center;
}

#google_translate_element {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 20%;
    padding: 10px;
    z-index: 50;
}

.promoter-page-upcoming-events {
    display: flex;
    margin: auto;

    .event-card {
        padding-bottom: 30px;
        margin: 8px;
    }
}