/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


.rp-consultation-notice {
	margin: 18px 0 0;
	padding: 14px 16px;
	background: #fff8e8;
	border: 1px solid rgba(242, 146, 2, 0.28);
	border-left: 4px solid #f29202;
	border-radius: 10px;
	color: #000;
	font-size: 15px;
	line-height: 1.6;
}

.rp-consultation-cart-notice,
.rp-consultation-checkout-notice {
	margin-bottom: 18px;
}


.woocommerce-info::before {
    display: none;
}