﻿.product2 {
	float: left;
	width: 17%;
	height: auto;
	margin-left: 2%;
}

	.product2 .picture_link {
		border: 0px;
		text-decoration: none;
	}

.product2 .picture_cover {
	width: 100%;
	height: auto;
	border: 0px;
	margin-bottom: 10px;
}

.product2 .picture {
	border: 0px;
	text-decoration: none;
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}


	.product2 .product_name {
		float: left;
		text-align: left;
		font: normal normal normal 10px/18px "DIN 2014";
		letter-spacing: 0px;
		height: 70px;
	}


.product2 .price {
    float: left;
	width: 70px;
    text-align: left;
    font: normal normal bold 16px/20px "DIN 2014 bold";
    letter-spacing: 0.16px;
}

	.product2 .add_cart {
		width: auto;
		height: auto;
		font: normal normal normal 16px/20px "DIN 2014";
		padding: 5px 10px;
		letter-spacing: 0px;
		margin: 0;
		color: #FFFFFF;
		text-shadow: 0px 1px 0px #D4580080;
		background: transparent linear-gradient(245deg, #FF8128 0%, #FF6A00 100%) 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 10px  rgba(0 ,0, 0, 0.10);
		-moz-box-shadow: 0px 3px 10px #0000001A;
		-webkit-box-shadow: 0px 3px 10px #0000001A;
		border-radius: 10px;
		cursor: pointer;
	}

		.product2 .add_cart:hover {
			color: #fff;
			background: transparent linear-gradient(215deg, #FF8128 0%, #FFA666 100%) 0% 0% no-repeat padding-box;
		}

