/*
Theme Name: Ventje Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.18.0.1665675253
Updated: 2022-10-13 15:34:13

*/


/** SINGLE PRODUCT */
body.single-product .et_pb_wc_add_to_cart table.variations th.label label {
	margin-top: 10px;
	display: inline-block;
}

body.single-product .et_pb_wc_add_to_cart table.variations th.label label:hover {
	color: inherit !important;
}

body.single-product .et_pb_wc_add_to_cart form.cart .variations td select {
	display: block;
	border-width: 2px !important;
}

body.single-product .et_pb_wc_add_to_cart form.cart .variations td.value > span {
	position: relative;
}

body.single-product .et_pb_wc_add_to_cart form.cart .variations td.value span:after {
	top: calc(50% + 3px);
	transform: translateY(-50%) !important;
}

body.single-product .et_pb_wc_add_to_cart form.cart .woocommerce-variation-description {
	margin-bottom: 50px;
}


/** CONTACT FORM 7 */
.wpcf7 {
	margin-top: 15px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=date],
.wpcf7 textarea {
	font-weight: 700;
	padding: 16px;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    border-width: 2px;
    border-color: #454140;
}

.wpcf7 input[type=text]:not([name=firstname]):not([name=lastname]),
.wpcf7 input[type=email],
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 input[type=submit] {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	background-color: #f3a713;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
}