*:focus{
   outline: none !important;
   box-shadow: none;
}
.catalogue{
	/*border:1px solid red;*/
	margin-bottom:100px !important;
}
.accessv{
	margin-left:40px;
	width:190px;
	height:40px;
	color:#5e8520;
	font-weight:500;
	background-color:#d6decc;
}
.product-name{
	/*padding:0;*/
	padding-top:40px !important;
	padding-bottom:30px !important;
 	font-family:"Raleway";
	font-size:26px;
	font-weight:bold;
	color:#444444;
}
.product-image{
	width:265px;
	/*height:170px;*/
	padding-right:25px !important;
	padding-bottom:20px !important;
}
.fa-5x {
 color:white !important;
 font-size: 30px !important;
 position: absolute;
 top: 5%;
 left: 5%;
 cursor:zoom-in;
 /*transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 text-align: center;*/
}
.product-image:hover{
	cursor:zoom-in;
}
.desc{
	/*width:495px;*/
	padding-right:40px !important;
	padding-bottom:20px !important;
}
.options{
	/*width:310px;*/
	border-left:2px dashed #5e8520;
	padding-left:15px !important;
	padding-bottom:40px;
	min-height:300px;
}
h6{
	/*margin-top:15px;*/
	font-family:'Open Sans';
	font-size:14px;
}
span{
	font-family:'Open Sans';
	font-size:13px;
	font-weight:500;
}
.pgs{
	font-style:italic;
}
.pgs ul{
 padding-left:0;
}
.pgs ul li{
 list-style:none;
 font-style:normal;
 padding-top:5px;
}
.btn{
	padding-left:0;
}
.price{
	margin-top:10px;
	margin-bottom:10px;
	font-family:'Open Sans';
	font-size:32px;
	font-weight:800;
	color:#ea551b;
}
.price:after{
	content:"\20AC";
}
.delivery{
	margin-top:10px;
	font-size:11px;
	font-weight:600;
	font-style:italic;
}
.options h6{
	margin-top:0 !important;
}
.chgqty{
	margin:0;
	margin-top:15px;
	border-top:1px solid #d6decc;
	border-bottom:1px solid #d6decc;
	padding-top:15px;
	padding-bottom:15px;
	/*margin-left:5px;*/
}
#qtydisplay{
	padding:2px 8px 2px 8px;
	border:1px solid #d6decc;
}
@media (max-width:800px){
	.variety, #ss2{
	 margin-top:15px;
	}
	.accessv{
	 margin-top:15px;
		margin-left:0 !important;
	}
}
@media (max-width:1024px){
	.options{
		border-left:none;
		padding-left:0 !important;
	}
}