/* styles for quick order form */
#top #quick-order-form .panel-group .panel-heading h2 a{
    color: #2d5c88;
}

#top #quick-order-form .panel-group .panel-body table thead tr{
    font-size: small;
    color: black;
}

#top #quick-order-form .panel-group .panel-body table tbody tr td:nth-child(3){
    color: tomato;
}

#errordiv{
    color: red;
}

.info-product-container{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
	padding: 10px;
	margin: 10px;
	position: relative;
	display: none;
}

.info-product-container p{
	line-height: 1;
}

/* check out changes */
#top .form-row .input-checkbox{
	margin: 6px 8px 0 0 !important;
}

#top span.woocommerce-terms-and-conditions-checkbox-text{
	margin-left: 19px;
}