/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 05 2021 | 22:16:18 */
.woocommerce-billing-fields h3 {
  font-size:25px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .input-text{
  border-radius:5px;
  border: 1px solid #839AA5;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
  background:#fff;
}
.woocommerce-info {
    border-top-color: #023047;
    background: #fff;
}
.woocommerce-info::before {
    color: #FB8500;
}
.page-id-20 .col-1,.page-id-20 .col-2{
  width:100% !important;
  line-height: 2.5;
}