.attribute {
	margin-bottom: 30px;
	border-radius: 4px!important;
	overflow: hidden;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
}
.attribute td {
	padding: 7px 10px;
	text-align: left;
	vertical-align: top;
	background: transparent;
	border-bottom: 1px dashed #b7b7b7;
	color: #000000;
}
.box-action ul li {
	margin-bottom: 1px;
	color: #333333;
	text-align: left;
	list-style-type: disc;
}
.box-action ul{
	background-color: #fff;
	list-style: disc;
	font-size: 10px;
	border-radius: 0 0 10px 10px;
	padding: 20px 40px;
	box-shadow: 0 14px 28px rgb(46, 136, 94), 0 10px 10px rgb(46, 136, 94);
	display: none;
}
.box-action ul li .attr-name {
	margin-right: 1px;
	/* font-weight: bold; */
}
.box-action ul li .attr-text {
	word-break: break-word;
}
.box-action ul li span {
	font-size: 12px;
}

.product-grid:hover .box-action {
	opacity: 1;
	top: 100%;
}
.product-grid:hover .box-action ul{
	display: block;
}
.product-grid .box-action {
	display: block;
	width: 100%;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 99;
	/* transition: opacity 0.3s ease-in-out; */
}

@media (min-width: 1500px) {
	.attribute{
		max-width: 50%;
	}
}