.product_page_close {
    position:fixed;
    top: 35%;
    left: 50%;
    transform:translate(-50%, -30%);
    background-color: #fff;
    color: #000;
    font-size: 20px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 30%);
    border-radius: 10px;
}
.product_page_close_img {width:100%; height:100%; }




.product_page { max-width:1000px; margin:30px auto 0 auto;
	display:flex; 	
	flex-direction:row; 
	flex-wrap:nowrap;
	justify-content:flex-start; 	
	align-items:flex-start;	
	align-content:stretch;	
}
.product_page > div:first-child {min-width:250px; margin:0 30px 0 0; text-align:left; }
.product_page > div h1,
.product_page > div h2 {font-size:30px; }
.product_page > div:first-child strong {display:block; margin-top:15px; font-size:18px; }
.product_page > div:last-child  {flex-grow:1; }

h3 {display:block; margin:0 0 20px 0; text-align:center; font-size:25px; }

.products {max-width:1000px; margin:30px auto 30px auto;}

.table {table-layout:fixed; border-collapse:collapse; font-family:Arial, Helvetica, sans-serif; background-color:#FFF; }
.table td {padding:7px; border:#CCC 1px dotted; word-wrap: break-word; }
.table a {text-decoration:none; }
.table a:hover {text-decoration:underline; }
.table tr.title {font-weight:bold; color:#fff; background-color:#555; }
.table tr.title a {color:#fff; }
.table tr.j_line:hover {border:#aaa 1px solid; }
.table tr td.id_col {color:#CCC; }
.table_log tr td {padding:2px 7px; }