.products .variations {
	border: 1px solid #eee;
	position: relative;
}

.products .variations td {
	display: block;
	padding: 10px 20px 18px;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.products .variations td:first-child {
	padding-bottom: 0;
	border: none;
}

.products .variations td:last-child {
	padding-top: 5px;
}

.products .variations tr:last-child td {
	border: none;
}

.products .variations td label {
	font-weight: 600;
}

.products .variations td select {
	width: 100%;
}

.products .variations .reset_variations {
	margin: 10px 0 0;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
}

.showvar{ display: none;}

.exspands{ width: 100%; float: left;}

.exspands{ background: #b5a4a4;
	padding: 2px;
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 10px;
}


.showvar label{ float: left;}
