/*
Theme Name: OlympusWP Child Theme
Theme URI: https://wordpress.org/themes/olympuswp/
Description: OlympusWP Description
Author: OlympusWP Author
Author URI: OlympusWP Author URI
Template: olympuswp
Version: 1.0.9
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	clear: left;
}

@media only screen and (max-width: 480px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}
}

