* {
	box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 16px;
	margin: 0;
    -webkit-font-smoothing: antialiased !important;
    color: #637783;
}

h2 {
    font-weight: 600;
    font-size: 32px

}
body > header {
	padding: 30px 0 0 0;
	height: 96px;
	background-color: #fff;
	border-bottom: 1px #e6e6e6 solid;
	margin-bottom: 20px;
}
body > header .cart a {
	font-size: 13px;
	color: #637783;
	text-decoration: none;
}
.container {
	max-width: 1030px;
    width: 100%;
    margin: 0 auto;
}

body > header a.brand {
	text-decoration: none;
	display: block;
  	width: 90px;
  	margin: 0 auto -50px auto;
  	background: #fff;
    text-align: center;
}


input[type="text"], select, textarea {
	background-color: white;
    color: #333333;
    border-radius: 2px;
	color: #333333;
	border: 1px #e6e6e6 solid;
	width:	100%;
	padding: 10px;
	outline: none;
	margin-bottom: 10px;
	font-size: 14px;
}
input[type="text"]:focus, textarea:focus {
	border: 1px #71a63c solid;
}

.field {
	margin-bottom: 0.5em;
}
.field label {
	display: block;
	margin-bottom: 6px;
	color: #637783;
	font-size: 14px;
}
.field input {
	margin-bottom: 5px;
} 
.field p {
	margin-top: 0;
	font-size: 13px;
	color: #666;
}

.submit {
	text-align: center;
	margin: 50px 0 30px 0;
}
.submit input {
	color: #fff;
	background-color: #71a63c;
	box-shadow: 0px 1px 9px -1px #71a63c;
	border: none;
	border-radius: 2px;	
	padding: 12px 70px;
	font-size: 20px;
	cursor: pointer;
	outline: 0;
	line-height: 1.33em;
	text-decoration: none;
}

/*
 * Cart
 */
 
body.cart {
	background: #f8f8f8;
}
body.cart .brand {
	width: 82px;
	margin: 10px auto 45px auto;
}
body.cart h2 {
	color: #4A5E6A;
	font-weight: 600;
    font-size: 16px;
	margin: 0 0 1em 0;
	text-transform: uppercase;
    line-height: 36px;
}
body.cart .main {
	color: #333;
	padding: 25px 75px;
	margin: 40px auto 40px auto;
	max-width: 1024px;
	box-shadow: rgba(0,0,0,.15) 0px 2px 2px;
    background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
} 
body.cart .customer, body.cart .products {
	position: relative;
	width: 45%; 
}
body.cart .customer:after {
	content: '';
    width: 1px;
    height: 95%;
    background: #71a63c;
    position: absolute;
    right: -12%;
    top: 70px;
    opacity: .3;
}
body.cart .products {
	float: right; 
}
body.cart .products .add {
	display: inline-block;
	text-decoration: none;
	margin: 2em auto;
	color: #71a63c;
	padding: 10px 30px;
	border: 1px  #71a63c solid;
	border-radius: 2px;
}
body.cart .products table {
	width: 100%;
	border-spacing: 0px;
    border-collapse: separate;
}
body.cart .products table td {
	border-bottom: 1px solid #e6e6e6;
	padding: 16px 0;
    vertical-align: middle;
}	
body.cart .products table td.name {
	color: #232323;
}
body.cart .products table td.price input {
	width: 34px;
	padding: 5px 7px;
	text-align: center;
	margin-bottom: 0px;
}
body.cart .products table td {
	border-bottom: 1px solid #e6e6e6;
}

.nav {
	margin-top: 20px;
	text-align: center;
    font-weight: 600;
}

.nav a {
	position: relative;
	display: inline-block;
	background-color: #fff;
    padding: 10px 20px;
	letter-spacing: 0.5px;
    font-size: 14px;
    color: #4A5E6A;
    text-decoration: none;
}

.nav a:hover {
	text-decoration: underline;
}

.nav a.active {
	color: #fff;
}
.recommendations {
	margin: 10em 0 4em 0 ;
}
.detail .price {
	color: #7db943;
    font-size: 26px;
}
.recommendations h4 {
	font-weight: normal;
}
.main {
	margin-top: 6.5em;
}
.main .products {
}
.main .product {
	width: 290px;
	height: 340px;
    float: left;
    margin: 0 26px 3em 26px;
	position: relative;
	cursor: pointer;
	transition: width 500ms ease-in-out;
	overflow: hidden;
}
.main .product a {
	text-decoration: none;
	color: #637783;
}
/*.product:hover {
	box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
}
*/
.main .product .thumbnail {
    background: #fff;
    padding: 2px;
    border: 1px #e0e0e0 solid;
}
.product .title {
	color: #304450;
	font-weight: 600;
	line-height: 30px;
}
.product .overlay {
	background-color: #4cb8a8;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    height: 180px;
}
.product .checkout {
    position: absolute;
    top: 80px;
    text-align: center;
    width: 100%;
    display: none;	
}
.product .price {
	color: #7db943;
	font-size: 26px;
	font-weight: 600;
	float: right;
}
.product .info {
	padding: 15px;
}
.product .info .category {
	font-size: 13px;
}
.product .info .price sup {
	font-size: 13px;
	font-weight: normal;
}
.product .info .description {
	display: none;
	font-size: 14px;
}
.product .checkout input[type="submit"] {
	color: #fff;
	background: transparent;
    padding: 10px 30px;
    border: 2px #fff solid;
    border-radius: 2px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}
.product .checkout input[type="submit"]:hover {
	color: #4cb8a8;
	background: #fff;
}
.product:hover {
	box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
}
.product:hover .overlay,
.product:hover .checkout,
.product:hover .info .description  {
	display: block;
}
.product:hover .info {
	position: absolute;
	background: #fff;
	width: 100%;
	top: 180px;
	bottom: 0;
}
.detail {
	overflow: hidden;
	margin-bottom: 3em;
}
.detail .left {
	float: left; 
	width: 400px;
}
.detail .right {
	margin-left: 470px;
}
.detail .checkout {
    color: #fff;
    background-color: #71a63c;
    border: none;
    border-radius: 2px;
    padding: 12px 70px;
    font-size: 20px;
    cursor: pointer;
    outline: 0;
    line-height: 1.33em;
    text-decoration: none;
    box-shadow: 0px 1px 9px -1px #71a63c;
}
.detail .add {
    display: inline-block;
    text-decoration: none;
    margin: 2em auto;
    color: #71a63c;
    padding: 10px 30px;
    border: 1px #71a63c solid;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
}
body > footer {
	clear: both;
	border-top: 1px #e6e6e6 solid;
	padding-bottom: 1em;
}
body > footer a {
	color: #637783;
	font-size: 13px;
	text-decoration: none;
	line-height: 80px;
}
body > footer a:hover {
	text-decoration: underline;
}
.modal-title {
	font-size: 24px;
}
.modal-header {
	border-bottom: 0;
}
.modal-body .price {
	color: #7db943;
	font-size: 28px;
	line-height: 2em;
}
.modal-footer a.checkout {
	border: 0;
	color: #fff;
	background-color: #f56032;
    outline: 0;
    cursor: pointer;
	padding: 8px 20px;
	text-decoration: none;
}

#price {
	width: 40px;
	text-align: center;
}


.errors {
	color: red;
	line-height: 1.5em;
	margin-bottom: 2em;
}

@media only screen and (max-width: 600px) {
	.nav a {
		padding: 10px 5px;
	}
	.main {
		margin-top: 1em;
	}
	.main .product {
		float: none;
		margin: 0 auto;
	}
	.detail .left {
		float: none; 
		width: 400px;
	    margin: 0 auto;
	}
	.detail .right {
		margin: 0px 16px;;
	}
	.recommendations {
		margin: 1em 16px;
	}
    body > header {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 12px;
	}
	body.cart .main {
		padding: 16px;	
	}
	body.cart .customer, body.cart .products {
		width: 100%; 
	}
	body.cart .customer:after {
		display: none;
	}
	body.cart .products {
		float: none; 
	}
	.submit input {
		padding-left: 15px;
		padding-right: 15px;
	}
	body > footer {
		padding-left: 16px;
		padding-right: 16px;
	}
}

