.beerlink{
	background-color:rgb(255,255,255);
	margin:10px;
	padding:20px;
	min-height:370px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;*/
}

.beerlink:hover{
	/*background-color:grey;*/
	opacity: 0.7;
	/*border:1px solid black;*/
}





.button-add-to-cart:before{
	content: 'Add to Cart';
}

.button-waiting:before{
	content: 'WAITING';
}

.button-done:before{
	content: 'ADDED';
}

.close-x{
	/*color: #777;*/
	font: 20px/100% arial, sans-serif;
	position: absolute;
	right: 15px;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #fff;*/
	top: 8px;
}

.close-x:after {
	/*content: '✖'; /*UTF-8 symbol */
	content: 'x'; UTF-8 symbol */
}

body.basket-add{
			/*cursor: url(https://stardustbrewery.co.uk/uploads/public/images/tick_small.png) 16 16, auto;*/
		}
		
#product-img-main{
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

#product-img-div{
	margin:30px;
	overflow:hidden;
	position:relative;"
}

#product-img-main:hover{
	/*object-fit: cover;
	width: 500px;
	height: 500px;*/
}

#product-img-zoom{
	position:absolute;
	top: 0px;
	left: 0px;
	opacity: 0;

}

#product-img-zoom:hover{
	opacity: 1;

}

form#shipping table tbody tr td{
	font-size:0.7em;
}

form#shipping table tbody tr td input{
	height:24px;
	width:24px;
}