/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.custom-table {
	border-collapse: collapse; 
	width: 100%; 
	background-color: white;
}

.custom-table td {
	border: 1px solid #dddddd; 
	padding: 8px; 
	text-align: left;
}

.custom-table>.custom-table-head td {
	background-color: #f2f2f2; 
	font-weight: bold;
}

.custom_length_input__wrapper{
	display: flex;
	flex-direction: column;
	margin: 20px 0px;
}
.custom_product_input__wrapper {
	display: flex;
	flex-direction: row;
	margin: 20px 0px;
	pointer-events: none;
	align-items: center;
}
.custom_product_input__label {
	margin:0!important;
}
.custom_product_input__field {
	border: none!important;
	width: 40%!important;
}