<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: CYOS
Description: Create Your Own WordPress Theme for Create Your Own Supplement!
Author: Yakub Erogul
*/

#billing_city_field::after {
	display: block;
	content: "Please enter your suburb in full, without any abbreviations.";
	margin: 5px 0 10px 0;
}
#billing_phone_field {
	clear:left;
}

form.checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
	display: none !important;
}
body.logged-in form.checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
	display: block !important;
}</pre></body></html>