.event_shopping-button {
    text-decoration: none;
    background-color: #046bd2;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
}

.event_shopping-button:hover {
    background-color: #025bb4;
    color: #fff;
}


.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    text-align: left;
}

.shopping__cart-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event__shopping-message {
    padding-top: 20px;
    font-style: italic;
}

.event__shopping-dropdown {
    display: none;
}

.event__shopping-dropdown-active {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    z-index: 1;
    background-color: #f5f1f1;
    width: 100%;
}

.event__shopping-dropdown-active a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #b4b1b1;
    cursor: pointer;
}