div.productgwp {
	position: relative;
	/*width: initial;
	height: initial;*/
	width: 225px;
	height: 360px;
	margin: 0 2px !important;
	display: inline-block;
	padding: 10px;
}

div.productgwp a {
	display: table;
	border: 1px solid #fff;
	border-radius: 6px;
	text-align: center;
	width: 99%;
	height: 99%;
	transition: all ease .25s;
}

div.productgwp a:hover {
	box-shadow: 0 2px 2px rgba(0,0,0,0.35);
	border: 1px solid #ccc;
}
 
div.productgwp a:hover {
	text-decoration: none;
}

div.productgwp a img {
	display: table-cell;
	margin: 0 auto;
	object-fit: contain;
}

div.productgwp a div {
	display: table-row;
}

div.productgwp a div:first-of-type {
	background-color: #fff;
}

div.productgwp a div:last-of-type {
	display: block;
	position: absolute;
	/*background-color: #fff;*/
	/*z-index: 999;*/ /* If a z-index turns out to be needed it should be less than #mobile-header */
	top: 50px;
	left: 25px;
	text-align: center;
	padding: 17px 12px 12px 12px;
	border-radius: 50%;
	margin: 0 0 0 1px;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: -1px;
	transition: .25s ease all;
	background-color: #ddd;
	width: 40px;
	height: 35px;
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.5); 
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.5);
	font-family: 'Open Sans', sans-serif;
	opacity: .85;
}

div.productgwp a div span img:last-of-type {
	
}

div.productgwp a div:last-of-type span {
	display: inline-block;
	font-size: 12px;
	letter-spacing: initial;
}

div.productgwp a div > span {
	display: table-cell;
	vertical-align: middle;
}

.freeitem-name {
	height: 50px;
	padding: 0 10px;
}

.freeitem-offer {
	padding: 0 6px 6px 6px;
	height: 30px;
}

.freeitem-button  {

}

.freeitem-button span {
	display: block;
	width: 100px;
	border-radius: 3px;
	margin: 0 auto 6px auto;
	color: #fff;
	padding: 3px 6px ;
	font-size: 14px;
}

.freeitem-details {
	padding: 0 0 4px 0;
	color: #aaa;
}