.red {
	color: #c83636;
}

.as-button {
	margin-top: 20px;
}

.btn-to-cart {
	width: 169px;
	height: 35px;
	background-color: #565656;
	border: none;
	color: white;
	font-size: 15px;
	cursor: pointer;
	padding: 10px 15px;
}

.btn-to-continue {
	width: 169px;
	height: 35px;
	border: none;
	background-color: #c83636;
	font-size: 15px;
	cursor: pointer;
	color: white;
	padding: 10px 15px;
	margin-right: 20px;
}

.add-form .field .name {
	padding-left: 20px;
	opacity: 0.8;
}
.add-form .field:first-child {
	border-top: 1px solid #dcd9d9 !important;
}

