@charset 'utf-8';



#products {
	width: 100%;
}

#product>.inner {
	width: 100%;
	vertical-align: top;
	position: relative;
}

#products p {
	font-size: 1.4em;
	line-height: 1.6;
	margin-bottom: 1em;
}

#products .red {
	color: red;
}

#products .small {
	font-size: 1em;
}

#products .large {
	font-size: 2em;
}

#products figure.textimg {
	text-align: center;
	margin: 20px 0;
}

#products figure img {
	max-width: 100%;
	height: auto;
}

#products figure img.full {
	width: 100%;
}

#products figure.imgcolumn {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	align-content: flex-start;
}

#products figure.imgcolumn img {
	width: 50%;
	padding-right: 10px;
}

#products figure.imgcolumn img:last-child {

	padding-right: 0;
}

#products h2 {
	display: block;
	background: #00438C;
	color: #FFF;
	padding: 0.5em;
}

#products h3 {
	padding: 0.5em 0;
	border-bottom: 2px solid #AAA;
	font-size: 1.4em;
	margin-top: 20px;
}

#products table {
	font-size: 1.4em;
	line-height: 1.8;
	margin: 10px 0 20px;
	width: auto;
}

#products table th,
#products table td {
	padding: 10px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #DDD;
}

.order-item {
	display: flex;
	padding: 1.5em .5em;
	border-bottom: 1px dotted #333;
	font-size: 1.2em;
	align-items: center;
}

.order-item a {
	display: flex;
	align-items: center;
}

.order-item a img {
	margin-right: 10px;
}