	body.single-product .main-content > .woocommerce-message,
.single-product .main-content > .woocommerce-message {
		position: relative !important;
		left: auto !important;
		width: calc(100% - 120px) !important;
		max-width: 1380px !important;
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		gap: 8px !important;
		margin: 0 auto 18px !important;
		padding: 16px 24px !important;
		border: 1px solid #5cb85c !important;
		border-top: 1px solid #5cb85c !important;
		border-radius: 10px !important;
		background: #f3fff3 !important;
		color: #234223 !important;
		box-shadow: none !important;
		box-sizing: border-box !important;
	}

	body.single-product .main-content > .woocommerce-message::before,
.single-product .main-content > .woocommerce-message::before {
		color: #5cb85c !important;
	}

	body.single-product .main-content > .woocommerce-message .single-cart-notice,
.single-product .main-content > .woocommerce-message .single-cart-notice {
		font-weight: 700 !important;
		color: #10242a !important;
	}

	body.single-product .main-content > .woocommerce-message .font-weight-medium,
.single-product .main-content > .woocommerce-message .font-weight-medium {
		font-weight: 500 !important;
		color: #234223 !important;
	}

	body.single-product .woocommerce-notices-wrapper,
.single-product .woocommerce-notices-wrapper {
		position: relative !important;
		left: calc(50% - 50vw) !important;
		width: 100vw !important;
		max-width: 100vw !important;
		margin: 0 0 18px !important;
		padding: 0 24px !important;
		box-sizing: border-box !important;
	}

	body.single-product .woocommerce-notices-wrapper .woocommerce-message[role="alert"],
.single-product .woocommerce-notices-wrapper .woocommerce-message[role="alert"] {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		gap: 8px !important;
		margin: 0 !important;
		padding: 16px 24px !important;
		border: 1px solid #5cb85c !important;
		border-top: 1px solid #5cb85c !important;
		border-radius: 10px !important;
		background: #f3fff3 !important;
		color: #234223 !important;
		box-shadow: none !important;
	}

	body.single-product .woocommerce-notices-wrapper .woocommerce-message[role="alert"]::before,
.single-product .woocommerce-notices-wrapper .woocommerce-message[role="alert"]::before {
		color: #5cb85c !important;
	}

	body.single-product .woocommerce-notices-wrapper .woocommerce-message[role="alert"] .single-cart-notice,
.single-product .woocommerce-notices-wrapper .woocommerce-message[role="alert"] .single-cart-notice {
		font-weight: 700 !important;
		color: #10242a !important;
	}

	body.single-product .woocommerce-notices-wrapper .woocommerce-message[role="alert"] .font-weight-medium,
.single-product .woocommerce-notices-wrapper .woocommerce-message[role="alert"] .font-weight-medium {
		font-weight: 500 !important;
		color: #234223 !important;
	}

	@media (max-width: 767px) {
		body.single-product .main-content > .woocommerce-message,
		.single-product .main-content > .woocommerce-message {
			padding: 14px 16px !important;
		}

		body.single-product .woocommerce-notices-wrapper,
		.single-product .woocommerce-notices-wrapper {
			padding: 0 16px !important;
		}

		body.single-product .woocommerce-notices-wrapper .woocommerce-message[role="alert"],
		.single-product .woocommerce-notices-wrapper .woocommerce-message[role="alert"] {
			padding: 14px 16px !important;
		}
	}
	
