/*
Theme Name: Psparts
Theme URI:
Author:
Version:
Description:
*/

#wcus_np_billing_fields {
	display: block !important;
}

.woocommerce-billing-fields > h3 {
	display: none;
}

.chk-box .woocommerce-notices-wrapper {
	display: none !important;
}

#wcus_np_billing_fields {
	display: none !important;
}

#wcus_np_billing_fields.active {
	display: block !important;
}

.row-prod-prew .prod-prew_price-box {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.not_in_stock {
	color: #dd3033;
}
