/* hide product meta - sku and stuff */
.product_meta {
	display: none;
}

/* Change style of Woocommerce related buttons to have green background and white font like search button. This code is for the login button, add to cart button, go back to shop button, and the apply coupon button */ button.woocommerce-Button.button, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.wc-backward, input.button, a.checkout-button.button.alt.wc-forward, button#place_order.button.alt, button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed, button.single_add_to_cart_button.button.alt, input.swpm-pw-reset-submit, input.searchsubmit {
    background-color: #23665d;
    color: #fff;
}
/* Change style of Woocommerce related buttons to have green background and white font like search button. This code is for the login button, add to cart button, go back to shop button, and the apply coupon button while hovering */
button.woocommerce-Button.button:hover, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, a.button.wc-backward:hover, input.button:hover, a.checkout-button.button.alt.wc-forward:hover, button#place_order.button.alt:hover, button.single_add_to_cart_button.button.alt:hover, input.swpm-pw-reset-submit:hover, input.searchsubmit:hover {
    background-color: #911e3d;
    color: #fff;
}
/* Change size of text boxes on Checkout, My Account and Login pages */
input#username.woocommerce-Input.woocommerce-Input--text.input-text, input#password.woocommerce-Input.woocommerce-Input--text.input-text, input#reg_email.woocommerce-Input.woocommerce-Input--text.input-text, input#reg_password.woocommerce-Input.woocommerce-Input--text.input-text, input#user_login.woocommerce-Input.woocommerce-Input--text.input-text, input#billing_first_name.input-text, input#billing_last_name.input-text, input#billing_company.input-text, input#billing_address_1.input-text, input#billing_address_2.input-text, input#billing_city.input-text, input#billing_postcode.input-text, input#billing_phone.input-text,input#billing_email.input-text, input#quantity_5ade6640dfa86.input-text.qty.text, input#swpm_user_name.swpm-text-field.swpm-username-field, input#swpm_password.swpm-text-field.swpm-password-field, input#swpm-29.swpm-text.swpm-medium, input#swpm-13.swpm-text.swpm-medium.required.email, input#swpm-11.swpm-text.swpm-medium,input#swpm-11_re.swpm-text.swpm-medium,input#swpm-16.swpm-text.swpm-medium, input#swpm-18.swpm-text.swpm-medium, input#swpm-22.swpm-text.swpm-medium.phone, input#swpm-26.swpm-text.swpm-medium,input#swpm-20-address.swpm-text.swpm-medium, input#swpm-20-address-2.swpm-text.swpm-medium, input#swpm-20-city.swpm-text.swpm-medium, input#swpm-20-state.swpm-text.swpm-medium, input#swpm-20-zip.swpm-text.swpm-medium, select#swpm-20-country.swpm-select, input#swpm_reset_email.swpm-text-field.swpm-pw-reset-text {
	height: 29px;
	font-size: 15px;
}
textarea#order_comments.input-text, label.swpm-desc {
	font-size: 15px;
}
textarea#swpm-28.swpm-textarea.swpm-large {
	height: 125px;
	font-size: 15px;
}

.ticket_button {
	color: red;
}
input.input-text {
	height: 29px;
	font-size: 15px;
}