/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */




/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */

.twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
float: left;
margin-right: 0%;
margin-bottom: 0%;
position: relative;
}

.col2-set#customer_details {
	width: 48%;
	float: left;
}
.col2-set#customer_details .col-1, .col2-set#customer_details .col-2 {
	width: 100%;
	float: none;
	clear: both;	
}
#order_review_heading, #order_review {
	width: 48%;
	float: right;
}
.cart-subtotal th{
  background: #eff8e6;
 border-bottom: 2px solid #a4d86d;
}
.tax-rate th{
  background: #eff8e6;
 border-bottom: 2px solid #a4d86d;
}
.total th{
  background: #eff8e6;
 border-bottom: 2px solid #a4d86d;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-size:14px;
	padding: 6px 8px !important;
}

}