.container-fotorama{
	padding:10px 0px 0px 0px;
}


.away-message-box{
	text-align:center;
	padding:0px 10px 0px 10px;
	}


span.away-message::after {content: "";
	font-style: none;
	font-size: 18px;
	color: red; 
	display: inline;
	font-family: mysecondfont;
	}


/*PLEASE NOTE: This product is available to buy but due to me being away I wont be able to deliver it until I return.  If you wish to place the order anyway and wait that is fine. I shall be home on October 21st 2018.*/



.cart-options-posn-lower-2{
	position:relative;                         /*position relative to its normal position */
	top:0px; 
	margin: 20px auto 10px;
	opacity: 0.7;
	transition: opacity .3s ease-in-out; /* vendorless fallback */
	-o-transition: opacity .3s ease-in-out; /* opera */
	-ms-transition: opacity .3s ease-in-out; /* IE 10 betas, not needed in final build. */
	-moz-transition: opacity  .3s ease-in-out; /* Firefox */
	-webkit-transition: opacity .3s ease-in-out; /*safari and chrome */
	width:250px;
	height:35px;
	margin-bottom:15px;
/*background:red*/
	}


.cart-options-posn-lower-2:hover{
	opacity: 1;    
/*background:#66dd66;*/
	}


.add-cart-button-2{		/*Alternative PayPal table I modified and stylised*/

	opacity: 0.7;
	transition: opacity .3s ease-in-out; /* vendorless fallback */
	-o-transition: opacity .3s ease-in-out; /* opera */
	-ms-transition: opacity .3s ease-in-out; /* IE 10 betas, not needed in final build. */
	-moz-transition: opacity  .3s ease-in-out; /* Firefox */
	-webkit-transition: opacity .3s ease-in-out; /*safari and chrome */


	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #555;
	-webkit-box-shadow: #777 1px 1px 5px;
	-moz-box-shadow: #777 1px 1px 5px;
	box-shadow: #777 1px 1px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:18px;
	font-family:arial, helvetica, sans-serif;
	padding: 3px 14px 3px 14px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(24,24,24,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#555));
	background-image: -webkit-linear-gradient(top, #777, #555);
	background-image: -moz-linear-gradient(top, #777, #555);
	background-image: -ms-linear-gradient(top, #777, #555);
	background-image: -o-linear-gradient(top, #777, #555);
	background-image: linear-gradient(to bottom, #777, #555);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#777, endColorstr=#555);
	}

.add-cart-button-2:hover{
	opacity: 1;    
/*background:#66dd66;*/
	}


/*--------------Media Queries---------------*/




@media only screen and (max-width: 768px) {
	
.product-size{
	font-size: 16px;
	}

	}


