/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2026 | 10:52:03 */
.woocommerce-message {
    display: none;
}
.woocommerce-info{
	 display: none;
}
/* ปรับสีราคา */

.woocommerce-Price-amount amount <bdi>{
	color:#b52222 !important;
}

/* ขยับปุ่มเลือกชำระเงิน */
.woocommerce-checkout #payment input[type="radio"]:checked + label {
	margin-top:5px;
}

.woocommerce-privacy-policy-text a{
	color: #c15034;
}