/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2026 | 04:19:23 */
#payment li label {
	display: contents;
}
#payment ul {
  list-style: none;
}
.woocommerce-billing-fields__field-wrapper input, .select2-container {
	pointer-events: none;
}
.shop_table {
	margin-bottom: 25px !important;
}
.shop_table, .woocommerce-billing-fields__field-wrapper {
	width: 85%;
	margin: auto;
}
.woocommerce-js .woocommerce-form-login p:not(.vendor-customer-registration) label:not(.woocommerce-form-login__rememberme) {
  position: inherit;
}
#form-checkout__cardholderName {
    position: relative;
    left: 0;
    top: 0;
}
.single-product .price del,
.single-product .price del .woocommerce-Price-amount {
    font-size: 16px !important;
    font-weight: 400 !important;
    opacity: 0.65;
}
.single-product .price ins {
    text-decoration: none;
}
.single-product .woocommerce-price-suffix {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px !important;
    font-weight: 400;
    vertical-align: baseline;
}
.single-product .price del,
.single-product .price del .woocommerce-Price-amount {
    color: #B04A3A !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    opacity: 1;
}
