body {
    font-family: 'Raleway', sans-serif;
    color: #444;
    font-size: 13px;
}
.product_wrapper {
	float:left;
	padding: 10px;
	text-align: left;
	}
.product_wrapper:hover {
	box-shadow: 0 0 0 2px #e5e5e5;
	cursor:pointer;
	}
.product_wrapper .name {
	font-weight:bold;
	}
.product_wrapper .buy {
	text-transform: uppercase;
	background: #F68B1E;
	border: 1px solid #F68B1E;
	cursor: pointer;
	color: #fff;
	padding: 8px 40px;
	margin-top: 10px;
}
.product_wrapper .buy:hover {
	background: #f17e0a;
	border-color: #f17e0a;
}
.message_box .box{
	margin: 10px 0px;
	border: 1px solid #2b772e;
	text-align: center;
	font-weight: bold;
	color: #2b772e;
	}
.table td {
	border-bottom: #F0F0F0 1px solid;
	padding: 3px;
	}
.cart_div {
	float:right;
	position:relative;
	}
.cart_div a {
	color:#000;
	}
	.cart_div .count{
	margin-top:-5px !important;
	margin-left:-15px !important;
	}
	
.cart_div span {
	font-size: 12px;
	line-height: 14px;
	background: #F68B1E;
	padding: 2px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	}
.cart .remove {
	background: none;
	border: none;
	color:#F68B1E;
	cursor: pointer;
	}
.cart .remove:hover {
	text-decoration:underline;
	}
.price{
display: inline-block;
    color: #000;
    vertical-align: top;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
}