/* Forms ========================================== */
#utopia-shop-wrapper .form-item{float:left; width:100%; padding:10px 20px; box-sizing:border-box;}
#utopia-shop-wrapper .form-item.form-half{width:50%;}
#utopia-shop-wrapper .form-item.form-quarter{width:25%;}
#utopia-shop-wrapper .form-text{float:left; width:100%;}
#utopia-shop-wrapper .form-input{float:left; width:100%;}
#utopia-shop-wrapper .form-input input{float:left; width:100%; padding:10px; border:1px solid #ccc;}
#utopia-shop-wrapper .form-input select{float:left; width:100%; height:40px; padding:10px; border:0; outline:1px solid #ccc;}
#utopia-shop-wrapper .form-input textarea{float:left; width:100%; padding:10px; border:1px solid #ccc;}

#utopia-shop-wrapper form#address-search-form{display:flex; flex-wrap:wrap;}
#utopia-shop-wrapper form#address-search-form .error{border:1px solid red; background:#f0e3e3;}
#utopia-shop-wrapper form#address-search-form label.error{display:none !important;}
#utopia-shop-wrapper #address-check .loader{margin:0;}

.careers .form-input input{max-width:400px;}

@media screen and (max-width:600px) {
	.form-item.form-half,
	.form-item.form-quarter{width:100%;}
}

@media screen and (max-width:425px) {
	.form-item{padding:10px 0;}
}
