/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         TJWeb
 Author URI:     https://www.tjweb.eu
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


.page-template-product-finder-overview #main-content .container:before {
	content: initial;
}

.row {
	display: flex;
	flex-direction: row nowrap;
}

#prodfinddiv {
	width: 100%;
	overflow-x: scroll;
}

table#prodfind {
	table-layout:fixed;
}

#searchfields {
	margin-right: 30px;
}

#searchfields ul li input {
        padding: 10px;
        box-sizing: border-box;
}

.tablerow {
	margin-bottom: 20px;	
}

.key {
	width: 220px;
	vertical-align: text-top;
}

.value {
	width: 220px;
	vertical-align: text-top;
}


/**
 * Product Single Page
 */
 .custom-header-bg {
	min-height: 300px;
 }

h1.custom-h1{
	font-family: 'Cantarell',Helvetica,Arial,Lucida,sans-serif;
	background: rgba(240,240,240,0.44);
    width: 20%;
    text-align: center;
    position: absolute;
    top: 83%;
    left: 13.5%;
    padding-top: 6px;
}