@charset "utf-8";
/*-----------------------progress-----------------------*/
#progress li:last-of-type {
	margin: 0;
	background: none;
}
#progress li.active {
	color: #333
}
#progress li.active span {
	color: #fff;
	background: #4285F4;
}
#progress {
	background: #f5f5f5;
	padding: 10px;
}
#progress li {
	float: left;
	width: 32%;
	margin-right: 2%;
	height: 50px;
	line-height: 50px;
	font-size: 21px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right center;
	background-image: url(../images/nextstep.svg);
	color: #aaa;
}
#progress li span {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	color: #ccc;
	background: #ededed;
}
/*----------checkout page------------*/
.cartProduct {
	width:90px;
}
dl#checkout dd {
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-bottom: 20px;
}
dl.checkoutForm dd {
	width: 49%;
	float: left;
	margin-right: 2%
}
dl.checkoutForm dd h3 {
	text-align: center;
	background: #f1f1f1;
	padding: 10px 0;
}
dl.checkoutForm dd:nth-child(even) {
	margin: 0;
}
/*------------------invoice info--------------------------------*/
.hide {
	padding: 15px;
	border: 1px solid #e0e0e0;
	margin: 10px 0 10px 30px;
	width: 90%;
}
.address {
	width: 100%;
}
.address li {
	margin-bottom: 5px;
	float: left;
	width: 32.6%;
	margin-right: 1%;
}
.address li:last-child {
	margin-right: 0;
}
