.product {
background: rgb(240,249,255); /* Old browsers */
background: -moz-linear-gradient(135deg, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(135deg, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   height: 100%;
	margin: 0px 5px;
	padding: 0px 20px 10px 20px;
	 box-shadow: 0px 15px 3em -1em rgba(0,0,0,0.3);
	 transition: 0.5s ease all;
	 position: relative;
	 top:0px;
}

.product:hover {
	top: -10px;
	box-shadow: 0px 15px 3em 0em rgba(0,0,0,0.3);
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
}
.product_title {
	font-size: 18px;
	line-height: 35px;
	margin-top: 5px;
	font-weight: 400;
}
.product_title_small a {
	font-size: 16px;
	line-height: 16px;
	margin: 5px 0;
	font-weight: 400;
	color: #2399d9;
} 
.productfull {
	background: #fff;
	padding: 15px;
}
.productfull h1 {
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 1;
}

.prod_qty, .prod_qty_input {
display: none;
}
.button_buy {
	background: #0061a5;
	font-size: 16px;
	color: #fff;
	padding: 15px 60px;
	text-decoration: none;
	border-radius: 3px;
	border: 0px;
}

p.category_title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}

p.hstyle {
	font-family: 'Mon Amour Two Medium';
	font-size: 48px;
	text-align: center;
}

.big_buy input {
	padding: 15px 60px !important;
	font-size: 16px !important;
}