/**
 * Germanized und Custom Checkbox im Checkout
 */
.checkbox-legal label.checkbox {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.5em !important;
}

.checkbox-legal label.checkbox input[type="checkbox"] {
    flex-shrink: 0 !important;
    margin-top: 0.15em !important;
}

.checkbox-legal label.checkbox .woocommerce-gzd-legal-checkbox-text {
    flex: 1 !important;
}

.checkbox-legal label.checkbox .required {
    flex-shrink: 0 !important;
    align-self: flex-end !important;
}

.cg-checkout-table-product-name .product-quantity {
    display: none;
}

#place_order {
    width: 100%;
}

.hofa-button-secondary {
    text-align: center;
    padding: 0.8em 1.4em;
    font-weight: 400 !important;
    background-color: #f1f1f1 !important;
    color: #111 !important;
    border-radius: 5px !important;
    transition: 0.2s ease;
}

.hofa-button-secondary:hover {
    background-color: #111 !important;
    color: #fff !important;
}
