/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/


/* Woocommece */

.checkout-template-wrapper #billing_country_field {
	display: none;
}

.checkout-template-wrapper .woocommerce-checkout table.shop_table {
	padding: 20px 30px;
	margin: 0 0 20px 0;
	border: solid 3px #f7ede5;
	border-radius: 9px;
	box-sizing: border-box;
}

.checkout-template-wrapper .woocommerce-checkout #payment {
	background-color: #f7ede5;
	border-radius: 9px;
	padding: 30px 30px;
}

.checkout-template-wrapper .woocommerce-checkout #payment div.payment_box {
	padding: 0 0;
	margin: 0;
}

.checkout-template-wrapper .woocommerce-checkout fieldset {
	border: 0;
	padding: 0 0;
	margin: 0 0;
}

.checkout-template-wrapper .woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew label {
	font-family: "Work Sans";
	color: rgb(59,59,59) !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.checkout-template-wrapper .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	display: none;
}

.theme-thrive-theme .woocommerce form .form-row .input-text,
.theme-thrive-theme .woocommerce form .form-row select {
	border: 1px solid rgba(59,59,59,0.2);
	border-radius: 4px;
	color: #3b3b3b;
}
