.wc-block-checkout__no-payment-methods-notice.wc-block-components-notice-banner.is-error,
.wc-block-store-notice.wc-block-components-notice-banner.is-error.is-dismissible {
    background-color: var(--color-gray-lighter);
    border-color: red;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: var(--color-secondary);
    color: var(--color-white);
    border: none;
    padding: 10px 20px;
    font-size: 16px;
	font-weight: 900;
    border-radius: 4px;
    cursor: pointer;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: var(--color-primary);
}

.wc-block-components-title.wc-block-components-title {
    color: var(--color-secondary) !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    align-items: center;
    color: var(--color-white) !important;
    border-color: var(--color-secondary) !important;
    background-color: var(--color-secondary) !important;
}

.wc-block-components-address-form__address_2-toggle {
    display: none;
}