/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2026 | 04:38:18 */
.woocommerce form .form-row-first,
.woocommerce form .form-row-last{
    width:48%;
}

.woocommerce form .form-row-first{
    float:left;
}

.woocommerce form .form-row-last{
    float:right;
}

.woocommerce form .form-row-wide{
    width:100%;
    clear:both;
}