
.wp-block-table {	
	overflow: visible !important;
}

.last,
.first,
.calc_page {
	display: none;
}

.last .wpcf7.active {
 overflow-y: scroll;
  opacity: 1;
  height: auto;
  max-height: 70vh;
  pointer-events: all;
  transition: opacity 0.3s ease;
  pointer-events: all;
}

.last .wpcf7 {
	position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 0;
  width: 650px;
  min-width: 320px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e3e3e3;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
  	padding: 20px;
	pointer-events: none;
}

.last .wpcf7 .wp-block-heading {
	margin-top: 0 !important;
}


.last .wpcf7-form {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	width: 100% !important;
}

.last .wpcf7 .close {
  width: 24px;
  height: 24px;
  /*stroke: var(--wp--preset--color--foreground);*/
  stroke-width: 1px;
  cursor: pointer;
  margin-left: auto;
  display: block;
}

.last.active,
.first.active,
.calc_page.active {
	display: block;
}

.capture {
	width: 1000px;
	margin: auto;
	position: relative;
	display: block;
}

.capture > * {
	margin-left: 20px;
	margin-right: 20px;
}

.capture > :first-of-type {
	margin-top: 20px;
}

.capture .wp-block-column p {
	display: none;
}

.capture .shot input,
.capture .shot select,
.capture .shot span {
	display: none !important;
}

/*
.capture .shot {
	text-align: left !important;
}
*/
.capture .shot::after {
	content: var(--opt);
	display: block;
	width: 100%;
}

.capture tr.exclude,
.capture .exclude select,
.capture .exclude input,
.capture .add.exclude,
.capture .remove.exclude {
	display: none;
}


.number {
	padding-right: 20px !important;
    width: 70px !important;
	font-weight: 700 !important;
}

.up {
	position: absolute;
	height: 15px;
	width: 15px;
	z-index: 2;
	margin-left: -18px;
	margin-top: 1px;
	cursor: pointer;
	overflow: hidden;
}

.down {
	position: absolute;
	height: 15px;
	width: 15px;
	margin-top: 18px;
	z-index: 1;
	margin-left: -18px;
	cursor: pointer;
	overflow: hidden;
}

.up::before {
	content: '\1F891';
	font-size: 30px;
	line-height: 0;
	display: block;
	color: #888;
	margin-top: -2px;
}

.down::before {
	content: '\1F893';
	font-size: 30px;
	line-height: 0;
	display: block;
	color: #888;
	margin-top: 15px;
}


.hide {
	display: none !important;
}

.meatless,
.info {
	display: none;
}

.hybrid td {
	background-color: #ddd;
}

.info.active {
	display: block;
}

.applications {
	flex-direction: row;
    flex-wrap: wrap !important;	
	/*justify-content: center;*/
}

.applications figure {
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}

.applications figure img {
	object-fit: cover;
    width: 100%;
	cursor: pointer; 
}

.applications figure.active {
	border-top: 3px solid var(--beneo_green);
	border-left: 3px solid var(--beneo_green);
	border-right: 3px solid var(--beneo_green);
	background-color: var(--beneo_green);
}

.applications figure.active figcaption {
	color: #fff;
	font-weight: 700;
}

.applications .wp-block-column {
	flex-basis: calc(50% - 1rem) !important;
	flex-grow: 0 !important;
}

.applications .wp-block-image figcaption {
	display: block !important;
	line-height: 40px;
	margin: 0;
	font-size: var(--wp--preset--font-size--small);
	
}

.app_name {
	font-weight: 700;
}

.last .wp-block-table input,
.calc_page input {
	padding: 5px;
	font-weight: 700;
	border: 1px solid #aaa;
	min-height: 20px;
}

.last .wp-block-table input[type="text"],
.calc_page input[type="text"] {
	width: calc(100% - 50px);
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}

.last .wp-block-table input[type="checkbox"],
.calc_page input[type="checkbox"] {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.last .h_recipe input[type="checkbox"] {
	margin-left: -23px;
}

.last .wp-block-table select,
.calc_page select {
	width: calc(100% - 50px);
	background-color: #fff;
	border: 1px solid #aaa;
	height: 30px;
	vertical-align: middle;
}

.s_products select {
	width: 100%;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}

.wp-block-table input:focus,
.wp-block-table select:focus {
    border: 1px solid var(--wp--preset--color--primary);   
}
	
	
.last td:not(:first-of-type),
.calc_page td:not(:first-of-type) {
	text-align: center;
}

.last .t_result td {
	text-align: center;
}


button.back,
button.next {
	padding: 5px 20px;
	cursor: pointer;
	margin-right: 10px !important;
}

.recipe {
	margin-block-start: 0;
}

.t_result thead,
.s_products thead,
.m_products thead,
.r_recipe thead,
.h_recipe thead,
.r_recipe tfoot,
.s_products tfoot,
.h_recipe tfoot {
	border: 0 !important;
}

.r_recipe tfoot td.red,
.h_recipe tfoot td.red {
	background-color: #bc0000;
}

.s_products tfoot {
	background-color: #fff;
}

.s_products tfoot td:first-of-type {
	padding-left:0;
}

.s_products td,
.m_products td,
.t_result tbody td,
.r_recipe td,
.h_recipe td {
	border: 2px solid #fff;
	position: relative;
}
	
.t_result thead th,
.s_products thead th,
.m_products thead th,
.r_recipe thead th,
.h_recipe thead th {
	background-color: var(--wp--preset--color--primary);
	color: #fff;
	border: 2px solid #fff;
}

.s_products tbody tr:hover td::before,
.m_products tbody tr:hover td::before {
	color: #fff;	
}

.s_products tbody tr:hover td,
.m_products tbody tr:hover td,
.r_recipe tbody tr:hover td,
.h_recipe tbody tr:hover td {
	background-color: var(--beneo_green);
	color: #fff;
	border: 2px solid #fff;
}
	
.t_result tbody td,
.r_recipe tfoot td,
.h_recipe tfoot td {
	background-color: var(--beneo_green);
	color: #fff;
	font-weight: 700;
}

.h_recipe td,
.h_recipe th,
.r_recipe td,
.r_recipe th,
.s_products td,
.s_products th,
.m_products td,
.m_products th {
	width:14%;
}

.h_recipe td:first-of-type,
.h_recipe th:first-of-type,
.r_recipe td:first-of-type,
.r_recipe th:first-of-type,
.m_products td:first-of-type,
.m_products th:first-of-type,
.s_products td:first-of-type,
.s_products th:first-of-type {
	width:30%;
}


button.add,
button.remove {
	cursor: pointer;
	font-weight: 700;
	width: 25px;
	height: 25px;
	background-color: var(--wp--preset--color--primary);
	color: #fff;
	border: 0;
	margin-top: 3px;
}

button.add {
	margin-right: 5px;
	margin-left: 2px;
}

/*
	.last .wp-block-columns,
	.recipe .wp-block-columns {
		flex-wrap: nowrap !important;
	}
	*/


@media only screen and (max-width : 768px) {	
	
	
	.first .wp-block-columns,
	.last > .wp-block-group > .wp-block-group:not(.capture) .wp-block-columns,
	.recipe .wp-block-columns {
		gap: 0;
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) td,
	.last > .wp-block-group > .wp-block-group:not(.capture) th,
	.calc_page td,
	.calc_page th {
		display: inline-block;
		width: calc(100% - 1.1em) !important;
		text-align: left !important;
	}

	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe select,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe select,
	.s_products select {
		margin: unset !important;
		width: calc(60% - 10px);
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe input + select {
		width: calc(60% - 33px);
	}

	.s_products input[type="text"] {
		width: calc(60% - 50px);
	}

	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe input[type="checkbox"],
	.s_products input[type="checkbox"] {
		padding-left: 0;
		margin-left: 0 !important;
	}

	.last > .wp-block-group > .wp-block-group:not(.capture) .t_result thead,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe thead,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe thead,
	.m_products thead,
	.s_products thead {
		display: none;
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody tr td,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody tr:hover td,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody tr:hover td,
	.s_products tbody tr:hover td,
	.m_products tbody tr:hover td,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tfoot td,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tfoot td,
	.m_products tbody td,
	.s_products tbody td {
		border: 1px solid #fff;
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody tr:hover td:first-of-type,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody tr:hover td:first-of-type,
	.s_products tbody tr:hover td:first-of-type,
	.m_products tbody tr:hover td:first-of-type {
		background-color: var(--wp--preset--color--primary) !important;
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td:first-of-type,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td:first-of-type,
	.m_products tbody td:first-of-type,
	.s_products tbody td:first-of-type { 
		background-color: var(--wp--preset--color--primary);
		color: #fff;	
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td:first-of-type::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td:first-of-type::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td:first-of-type::before,
	.s_products tbody td:first-of-type::before,
	.m_products tbody td:first-of-type::before {
		font-weight: 700;
		color: #fff;
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td::before,
	/*.last > .wp-block-group > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td::before,*/
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tfoot td::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tfoot td::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td::before,
	.m_products tbody td::before,
	.s_products tbody td::before {
		display: inline-block;
		width: 40%;
		position: relative;
		margin-right: 10px;
		font-weight: 700;
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td:nth-child(1)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td:nth-child(1)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td:nth-child(1)::before,
	.m_products tbody td:nth-child(1)::before,
	.s_products tbody td:nth-child(1)::before {
		content: var(--desc0);
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td:nth-child(2)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tfoot td:nth-child(2)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tfoot td:nth-child(2)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td:nth-child(2)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td:nth-child(2)::before,
	.m_products tbody td:nth-child(2)::before,
	.s_products tbody td:nth-child(2)::before {
		content: var(--desc1);
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td:nth-child(3)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tfoot td:nth-child(3)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tfoot td:nth-child(3)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td:nth-child(3)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td:nth-child(3)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td:nth-child(3)::before,
	.m_products tbody td:nth-child(3)::before,
	.s_products tbody td:nth-child(3)::before {
		content: var(--desc2);
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td:nth-child(4)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tfoot td:nth-child(4)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tfoot td:nth-child(4)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td:nth-child(4)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td:nth-child(4)::before,
	.m_products tbody td:nth-child(4)::before,
	.s_products tbody td:nth-child(4)::before {
		content: var(--desc3);
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td:nth-child(5)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tfoot td:nth-child(5)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tfoot td:nth-child(5)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td:nth-child(5)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td:nth-child(5)::before,
	.m_products tbody td:nth-child(5)::before,
	.s_products tbody td:nth-child(5)::before {
		content: var(--desc4);
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td:nth-child(6)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tfoot td:nth-child(6)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tfoot td:nth-child(6)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td:nth-child(6)::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td:nth-child(6)::before,
	.m_products tbody td:nth-child(6)::before,
	.s_products tbody td:nth-child(6)::before {
		content: var(--desc5);
	}
	
}

/*

@media only screen and (max-width : 580px) {

	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe select,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe select,
	.s_products select {
		margin: unset !important;
		width: calc(50% - 10px);
	}
	
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe input + select {
		width: calc(50% - 33px);
	}

	.s_products input[type="text"] {
		width: calc(50% - 50px);
	}
	
		.last > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td::before,
	.last > .wp-block-group > .wp-block-group > .wp-block-group:not(.capture) .t_result tbody td::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tfoot td::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tfoot td::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .r_recipe tbody td::before,
	.last > .wp-block-group > .wp-block-group:not(.capture) .h_recipe tbody td::before,
	.m_products tbody td::before,
	.s_products tbody td::before {
		display: inline-block;
		width: 50%;
		position: relative;
		margin-right: 10px;
		font-weight: 700;
	}
	
}
*/