.et_pb_wc_cart_notice .woocommerce-notices-wrapper .woocommerce-message {
	display: flex !important;
    align-items: center !important;
}

.woocommerce-message .button.wc-forward {
	margin-left: auto !important;
	color: var(--btn-color) !important;
	border: var(--btn-border) !important;
	font-size: var(--btn-font-size) !important;
	font-weight: var(--btn-font-weight) !important;
	background-color: rgb(var(--links-color)) !important;
	padding: var(--btn-padding) !important;
	text-transform: var(--btn-text-transform) !important;
	border-radius: var(--btn-border-radius) !important;
	transition: all .5s ease 0ms !important;
}

.woocommerce-message .button.wc-forward::after {
    display: none;
}

.billing-notice-section .woocommerce-info a {
    color: rgb(var(--links-color)) !important;
    margin-left: auto !important;
    text-decoration: underline !important;
}

.billing-notice-section .et_pb_wc_cart_notice_0_tb_body .woocommerce-info {
    margin-bottom: 0px !important;
}

.billing-notice-section #woo_notice {
    margin-bottom: 32px !important;
}

@media (max-width: 768px) {
    .billing-notice-section .woocommerce-form-coupon-toggle .woocommerce-info, .billing-notice-section .woocommerce-form-login-toggle .woocommerce-info  {
        flex-direction: column !important;
    }

    .billing-notice-section .woocommerce-info a {
        margin-left: unset !important;
        margin-top: 12px !important;
    }

    .billing-notice-section .woocommerce-form-coupon-toggle .woocommerce-info i.fa-circle-info::before, .billing-notice-section .woocommerce-form-login-toggle .woocommerce-info i.fa-circle-info::before {
        content: none !important;
    }

    .billing-notice-section form.woocommerce-form-login p, .billing-notice-section form.checkout_coupon div.custom-coupon-div {
        text-align: center !important;
    }
}

.woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-error {
    background: #ffffff !important;
    color: rgb(var(--color-primary)) !important;
    font-size: var(--default-font-size) !important;
    border-radius: var(--woocommerce-border-radius) !important;
}

.woocommerce-info, .woocommerce .woocommerce-message, #woo_notice.et_pb_wc_cart_notice:not(.cart-notice-section #woo_notice.et_pb_wc_cart_notice), div.woocommerce-error {
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%) !important;
}

.woocommerce-info:has(.showcoupon), #woo_notice.et_pb_wc_cart_notice:has(.wc-empty-cart-message), .woocommerce-info:has(.showlogin) {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.woocommerce-info, .woocommerce .woocommerce-message, .billing-notice-section .et_pb_wc_cart_notice_0_tb_body .woocommerce-info, .woocommerce-error {
    padding: 20px !important;
}

ul.woocommerce-error {
    background: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
}

#woo_notice .return-to-shop {
    display: none !important;
}

.dashboard .woocommerce .woocommerce-notices-wrapper {
    width: 100% !important;
}

#woo_notice .woocommerce-form-login-toggle {
    margin-bottom: 0px !important;
}

.billing-notice-section form.woocommerce-form-login button {
    margin-top: 24px !important;
    margin-bottom: 16px !important;
}

.billing-notice-section form.woocommerce-form-login button::after {
    content: none !important;
}

.billing-notice-section form.login {
    margin-bottom: 0px !important;
}

.woocommerce-info a, .woocommerce-message a {
    color: rgb(var(--links-color));
}

.cart-notice-section .woocommerce-message .restore-item {
    display: none !important;
}

/*!*GLOBAL CHANGE*!*/
/*.woocommerce-message, .woocommerce-info, div.woocommerce-error {*/
/*	color: var(--color-primary) !important;*/
/*	background: #ffffff !important;*/
/*    border-radius: var(--woocommerce-border-radius) !important;*/
/*    padding: 20px !important;*/
/*}*/

/*.woocommerce-info:has(a.showcoupon) {*/
/*    border-radius: 0 !important;*/
/*}*/

/*ul.woocommerce-error {*/
/*    background: transparent !important;*/
/*    margin: 0px !important;*/
/*    padding: 0px !important;*/
/*}*/

/*div.woocommerce-error, .cart-empty .woocommerce-info {*/
/*    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08) !important;*/
/*    border-radius: var(--woocommerce-border-radius) !important;*/
/*}*/

/*#woo_notice .et_pb_module_inner :not(.cart-empty) {*/
/*    border-radius: 0px !important;*/
/*}*/

/*#woo_notice .et_pb_module_inner .return-to-shop {*/
/*    display: none !important;*/
/*}*/

/*#woo_notice .et_pb_module_inner:has(form.checkout_coupon) {*/
/*    border-radius: 0 !important;*/
/*}*/

/*.billing-notice-section .et_pb_wc_cart_notice_0_tb_body .woocommerce-info {*/
/*    padding: 20px 15px !important;*/
/*}*/

/*.dashboard .woocommerce-info, .dashboard .woocommerce-message {*/
/*    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%) !important;*/
/*    margin-bottom: 32px !important;*/
/*    font-size: 16px !important;*/
/*}*/