/*

Theme Name: Evora Child

Version: 1.0.1

Author: ab-themes

Author URI: http://www.ab-themes.com

Description: WooCommerce webshop theme

Template: evora

Theme URI: http://themeforest.net/user/ab-themes/portfolio?ref=ab-themes

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: blue, gray, green, orange, pink, purple, red, white, yellow, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, responsive-layout, custom-colors, custom-menu, full-width-template, theme-options, translation-ready

*/

.woocommerce .woocommerce-checkout-payment
{
	display: none;
}
.dnd-callout_box
{
	background-color: white;
}
.woocommerce-Price-amount.amount
{
	font-size:35px;
}
.woocommerce-Price-amount.amount sup
{
	font-size: 20px !important;
}
.home .display-posts-listing .listing-item
{
	min-height: 180px;
	margin-bottom: 20px;
}
.home .display-posts-listing .listing-item .image
{
	float: left;
}
.home .display-posts-listing .listing-item .image img
{
	padding-right: 10px;
}
.dnd_section_dd header h3:before, .dnd_section_dd header h3:after
{
	background: #FAAB4F;
}
.products li.type-product
{
	height: 400px;
}

.products li.type-product .products_loop_image_main img
{
	max-height: 230px;
}
/*Fix update woocommerce 31Mai2019*/
.grecaptcha-badge
{
	display: none;
}
.woocommerce-account #billing_last_name_field
{
	display: none;
}
.woocommerce-account #billing_address_2_field
{
	display: none;
}
.woocommerce-account #billing_first_name_field
{
	width: 100%;
}
.woocommerce-account label[for=billing_first_name]
{
	font-size: 0;
height: 16px;
}
.woocommerce-account label[for=billing_first_name]::before
{
	 content: 'Nome Completo';
	 font-size: 16px;
	 margin-top: 10px;
}
.woocommerce-account label[for=billing_first_name]::after
{
	content: "*";
	font-size: 16px;
	color: #d47361;
	text-decoration: underline dotted;
	margin-left: 3px;
}
