/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 
/* Tidy Up Product User Field Factory Input Fields */ 
table.wccpf_fields_table td.wccpf_value {padding-top: 20px; padding-left: 4px;}
table.wccpf_fields_table td.wccpf_value select,
table.wccpf_fields_table td.wccpf_value textarea,
table.wccpf_fields_table td.wccpf_value input[type=text],
table.wccpf_fields_table td.wccpf_value input[type=email],
table.wccpf_fields_table td.wccpf_value input[type=number] {background-color: #ffffff !important;}

/* Remove Product Lightbox 
.single-product-main-image {pointer-events: none;}*/ 

/* Hide Google Calendar Title */ 
.ko-calendar-widget-title {display: none!important;}

/* Hide Woo Product Sorting Dropdown */ 
.product-sorting {display: none!important;}

/* Hide Woo Additional Info Tab - contains variation info only and looks messy */ 
#header_main_alternate { z-index: 2; }
.single-product #top .price { display: none; }
li.additional_information_tab { display: none; }

/* Left aligh t and c tickbox on fields factory booking form */ 
.wccpf-field-layout-horizontal {text-align: left !important; }

/* Customise Added To Cart Message etc */ 
#top div.woocommerce-message {border-color: #e1e1e1 !important; background-color: #fcfcfc !important; color: #666666 !important; border-width: thin !important; border-style: solid !important;}
#top div.woocommerce-message a.button {background: #2d5c88 !important; }

