/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

	body {
		line-height: 1.3em;
	}

	/* cart */
	div.info {
		background-color:#EDE7F1;
		text-align: center;
		padding:20px 5px;
		margin-bottom:10px;
	}
	
	.cart_totals .info, .single_product-html_block2 p	{
		background-color: #ce136c;
		color: #fff;
		padding: 2px 10px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	/* checkout */
	/*
	#wccf_checkout_field_iva_agevolata_container, .iva_agevolata, .iva_allegati {
		background-color:#EDE7F1;
		padding:5px 10px;
		margin:0px;
	}
	*/
	
	#wccf_checkout_field_iva_agevolata_container, .woocommerce-checkout .iva_agevolata label, .woocommerce-checkout .iva_allegati label  {
		font-weight: bold;
	}

	.woocommerce-shipping-fields, #order_comments_field {
		border-top: 1px solid black;
		margin-top: 20px;
		padding-top: 20px;
	}
	
	a.checkout-button:link, a.checkout-button:visited, a.checkout-button:hover {
		color:#ffffff;
	}
	.woocommerce-cart-form .product-sku {
		display:none;
	}
	
	#wccf_user_field_consenso_privacy_container > label  {
		display:block;
	}
	#wccf_user_field_consenso_privacy_container small, #wccf_user_field_consenso_privacy_container li ,
	#wccf_user_field_consenso_privacy_container ul  {
		display:inline;
	}

	/* menu */
	.nav-sublist-dropdown {
		background-color:  #EDE7F1;
	}
	.header-main-menu2.et_element-top-level .menu > li > a {
		font-size:14px;
	}

	/* newsletter */
	.mailerlite-form-response h4 p span {
		color:#ffffff !important;
	}
	
	/* product */
	
	.et_product-block .product_meta span {
	  font-size: 16px;
	  line-height: 22px;
	}
	
	span.iva {
		font-size:10px; font-weight:normal;
	}


/* centro le img nella barra laterale non gestita da xstore*/
.widget_media_image{text-align:center;}

/*Aumento margin bottom h1*/

h1, .h1 {
	margin-bottom: 1rem;}