/*
 Theme Name: Divi Frank and the Backs
 Theme URI: https://frankandthebacks.com/
 Description: Frank and the Backs Divi Child Theme
 Author: Dutch Geeks
 Author URI: https://dutchgeeks.nl
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


button.product_type_simple.add_to_cart_button,
a.button.product_type_simple.add_to_cart_button {
	display: inline-block;
	font-size: 16px;
	line-height: 1.7em;
	padding: .25em 1em;
	border: 2px solid #fff;
	color: #fff;
}
.row_fatb_product .et_pb_button, .row_fatb_product .orderbutton {
	margin-top: 2em;
}

.row_fatb_product .et_shop_image {
	margin-bottom: 2em;
}


.row_fatb_product {
	background: #ddd;
	display: flex;
}

.row_fatb_product h2 {
	color: #f8e800;
}
.row_fatb_product h3, .row_fatb_product h4, .row_fatb_product h5 {
	color: #fff;
}
.row_fatb_product a {
	color: #fff;
}

.col_fatb_product_title {
	width: 33.3333%;
	padding: 2.5em;
	color: #fff;
	background: #024089;
	text-align: right;
}
.col_fatb_product_description {
	width: 66.6666%;
	padding: 2.5em;
	color: #fff;
	background: #94cef2;
}

.row_fatb_product.color-groen .col_fatb_product_title {
	background: #007689;
}
.row_fatb_product.color-groen .col_fatb_product_description {
	background: #78c7c9;
}
.row_fatb_product.color-paars .col_fatb_product_title {
	background: #623c6d;
}
.row_fatb_product.color-paars .col_fatb_product_description {
	background: #a5add8;
}
.row_fatb_product.color-bruin .col_fatb_product_title {
	background: #625446;
}
.row_fatb_product.color-bruin .col_fatb_product_description {
	background: #b5aa9a;
}


/* woocommerce changes */
.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
	font-weight: 500;
}

.woocommerce-privacy-policy-link {
	text-transform: lowercase;
}
.woocommerce-terms-and-conditions-wrapper, #customer_details {
	margin-bottom: 2em;
}