
.align-center {
	text-align: center;
}


.th, .td {
	clear:both;
	border-bottom:solid 1px #d8dad2; 
	display: flex;
	align-items: center;
}

.th {
	background-color: #d8dad2;
	height: 3em;
	font-size: 1.1em;
}

.columns {
	float: left;
	text-align: center;
}

.td .columns {
	
}

.column1 {
	width: 45%;
}

.column1_1 {
	width: 20%;
}

.column1_2 {
	width: 25%;
	text-align: left;
}

.column2 {
	width: 15%;
}

.column3 {
	width: 15%;
}

.column4 {
	width: 15%;
}

.column5 {
	width: 10%;
}

.column1_1 img {
	width: 90%;
	padding-top: 2%;
}

.column3 [type='number'] {
	height: 2.5em;
	width: 4em;
	font-size: 1em;
	padding-left: 1em;
}

.column5 [type='submit'] {
	font-size: 1.6em;
	border: none;
	cursor: pointer;
}

.left {
	float:left;
	padding-left: 2%;
}

.left [type='button'] {
	width: 300px;
	background-color: #b0bc80;
	padding: 3%;
	margin: 5% 0%;
	font-size: 1em;
	border-radius: 2% / 8%;
	cursor: pointer;
	font-size: 1.2em;
}

.right {
	float:right;
	padding-right: 2%;
}

.right p {
	font-size: 1.4em;
	font-weight: bold;
}

.new-line {
	clear: both;
}

.checkout {
	/*height: 25vh;*/
	height: 220px;
	background-color: #d8dad2;
	border-radius: 10px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.3);
}


.box {
	width: 50%;
	float: left;
	padding: 2% 5%;
	text-align: center;
}

.checkout p {
	font-size: 1.4em;
}

.checkout form {
	
}

.shipping-box {
	width: 300px;
	text-align: left;
}

.checkout [type='radio'] {
	font-size: 3em;
}

.checkout-box {
	margin-top: 5%;
	margin-left: 50%;
	width: 250px;
}

.checkout-left {
	width: 60%;
	float:left;
	text-align: right;
	padding-right: 5%;
}
.checkout-right {
	width: 40%;
	float: left;
	text-align: left;
	padding-left: 5%;
}

.checkout [type='button'] {
	width: 160px;
	padding: 2%;
	background-color: #b0bc80;
	margin-top:10px;
	font-size: 1em;
	border-radius: 5% / 20%;
	cursor: pointer;
}

@media (max-width:900px) {
	.checkout-box {
		margin-left: 25%;
	}
}

@media (max-width:700px) {
	.th, .td {
		font-size: 0.8em;
	}

	.checkout {
		/*height: 50vh;*/
		height: 480px;
	}

	.box {
		width: 100%;
	}
	.box:first-child {
		border-bottom: solid 1px #b0bc80;
	}
	.checkout-box, .shipping-box {
		width: 100%;
		margin: 0% auto;
		padding: 5% 15%;
	}

	.right, .left {
		width: 100%;
		margin: 0% auto;
		padding: 0;
	}

}


