.gfa_matrix_table{
	width: 100%;
	max-width: 100%;
}
.gfa_matrix_table,
.gfa_matrix_table tr,
.gfa_matrix_table td,
.gfa_matrix_table th{
	border: 0;
}
.gfa_matrix_table th{
	background: #f8f8f8;
}
.gfa_matrix_table td input{
	background: #f2f2f2;
}
.gfa_matrix_table+.gfield_description{
	display: none;
}
.gfa_matrix_input{
	max-width: 60px;
}
.detail-qty,
.quantity.buttons_added .detail-qty{
	display: none;
}

.woocommerce div.product form.cart div.quantity { display: none; }

.woocommerce div.product form.cart{
	display: block;
}
.matrix_selection_results .delimiter{
	color: #999;
}

.matrix_selection_results .matrix_color_row{
	width: 100%;
	display: block;
}

.gfa_matrix_table input::-webkit-outer-spin-button,
.gfa_matrix_table input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important; 
}

.gfa_matrix_table input[type=number] {
    -moz-appearance:textfield !important; 
}