.catalog_table{
	border-top:0.1rem solid #E4E2E0;
	width:100%;
	margin:0 0 2.6rem;
}

.catalog_table tr{
    
	font-size:1.4rem;
	font-weight:500;
	
}

.catalog_table th{
    font-weight: bold;
	font-size:1.4rem;
	font-weight:600;
    color: #41403d;
	
}
.catalog_table td{
    
	padding:0.5rem 0 0;
	font-size:1.4rem;
	font-weight:500;
	color: #41403d;
}
.catalog_table tr:first-child td{
	padding:1.4rem 0 0;
	font-size:1.2rem;
}
.box_modal_product_card .catalog_table td{
	font-size:1.2rem;
}
.box_modal_product_card .catalog_table .number{
	font-size:1.4rem;
}
