.cubes {
	clear:both;
	padding:18px 0 0 11px;
}
.cubes a {
	text-decoration: none;
	display:block;
}
.cubes a:hover {
	text-decoration: none;
	/*text-decoration: underline;*/
}
.cubes .product {
	width:182px;
	height:202px;
	float:left;
	margin:0 0 5px 5px;
	display:inline;
	border-top:1px dotted #c1e51f;
    border-left:1px dotted #c1e51f;
    border-right:1px dotted #8cc61e;
    border-bottom:1px dotted #8cc61e;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
	background-color:#fefffa;
}
.cubes .product .name {
	width:164px;
	height:25px;
	padding:7px 9px 3px 9px;
	text-align:center;
}
.cubes .product .name h2,.cubes .product .name h2 a:hover {
	color:red;
}
.cubes .product .name h2,.cubes .product .name h2 a {
	margin:0;
	padding:0;
	font-size:1.15rem;
	font-weight:normal;
	/*color:#2a2a2a;*/
	color:darkgreen;
	line-height:13px
}
.cubes .product .image a:hover {
	transform: scale(1.05);
}
.cubes .product .image a {
	width:172px;
	height:115px;
	margin:12px 5px 0 0;
	float:left;
	display:inline;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: transform .2s; /* Animation */
}
.cubes .product .price {
	width:174px;
	height:18px;
	clear:both;
	padding:0px 9px 0 9px;
	color:darkgreen;/*color:#171f29;*/
	font-size:1.11rem;
	letter-spacing:0px;
	text-align:center;
}
.cubes .product .price b {
	color:#db271d;
	font-weight:normal
}
.cubes .product .buttons {
	width:164px;
	height:27px;
	padding:0 9px;
}
.cubes .product .buttons .info {
	width:100%;
	color:gray;
	margin: 0 auto;
	text-align:center;
	background:#E1F99C;
	background:radial-gradient(ellipse, rgba(255,255,255,1) 21%, rgba(216,246,128,1) 75%);
}
.cubes .product .buttons .info a {
	color:darkgreen;
	padding:2px 0px 3px 0px;
}
.cubes .product .buttons .info a:hover {
	 background-color:#A72E37;
	 text-decoration:none;
	 color:white;
}
/*
.w3-animate-right{
position:relative;-webkit-animation:animateright 0.4s;animation:animateright 0.4s
}
*/

