@charset "UTF-8";

/*
Theme Name: 4seasons
*/
    .products.columns-3 {width:100%;}
	.contact-form .form-left form input {
    width: 100%;
    border: none;
    padding: 25px 0 10px 0;
    border-bottom: 1px solid #E2E2E2;
    cursor: pointer;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
    overflow: visible;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #ccc;
    padding: 10px !important;
}