h2.subject {
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 30px;
	background: #f5f5f5;
	border-radius: 5px;
}

.content {
	padding: 10px;
	max-width: 800px;
}

/*
h3 {
padding: 10px 20px;
background: #fff;
border: 1px solid #ccc;
border-radius: 30px;
font-size: 16px;
}
*/
.cart-flow {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 30px;
}

.cart-flow li {
	padding: 5px;
	color: #ccc;
	text-align: center;
	background: url(/img/icon-arrow02.png) no-repeat left center;
	background-size: 20px;
}

.cart-flow li.active {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 30px;
	color: #333;
	font-weight: bold;
}

.cart-flow li.active-prev {
	background: url(/img/icon-arrow02.png) no-repeat right center;
	background-size: 20px;
}

.tbl-cart-item td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.col-item-image {
	padding: 10px 20px !important;
}

.tbl-bill th {
	width: 90%;
	text-align: right;
}

.tbl-bill td {
	text-align: right;
}

.tbl-bill .bold {
	font-size: 14px;
}

table.tbl-delivery {
	border-top: 1px solid #eee;
}

table.tbl-delivery th,
table.tbl-delivery td {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	font-size: 100%;
}

table.tbl-delivery th {
	width: 30%;
	background: #f8f8f8;
	text-align: left;
}

.bg-cart {
	border: 1px solid #cccccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 15px;
	background: #f6f6f6;
	box-shadow: 0px 0px 6px 3px #40b6ba;
	-moz-box-shadow: 0px 0px 6px 3px #40b6ba;
	-webkit-box-shadow: 0px 0px 6px 3px #40b6ba;
}

.tbl-cart {
	border: none;
}

.tbl-cart th,
.tbl-cart td {
	padding: 5px !important;
}

.tbl-cart th.text,
.tbl-cart td.text {
	padding: 10px 5px 10px 5px !important;
}

.tbl-cart th {
	font-size: 14px;
	width: 25%;
	white-space: nowrap;
	vertical-align: middle;
}

.tbl-payment th,
.tbl-payment td {
	border-bottom: 1px solid #ddd;
	padding: 15px 0 !important;
}

.bold {
	font-weight: bold;
}

.red {
	color: #f00;
}
.password_link {
	font-size: 0.9rem;
	margin-left: 10px;
}
td.text.password {
}

@media screen and (max-width: 768px) {
	.tbl-cart th,
	.tbl-cart td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	ul.item-datas li {
		padding: 5px !important;
	}

	.item-data-wrapper {
		padding: 10px !important;
	}
}
