label span{
	color: red;
}
.checkout-submit{
	float: right;
    padding: 6px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #f62d3e;
    border: 1px solid #f62d3e;
    color: white;
}
.checkout-submit i{
	margin-right: 5px;
}
#view_cart table tr th, #view_cart table tr td{
	vertical-align: middle;
}
td img.w_100{
	width: 50px;
}
td img.w_50{
	width: 25px;
}
td .name_color{
	margin-left: 5px;
}
td .qty_cart{
	width: 60px;
}
#view_cart table tfoot,#tons_t{
	font-weight: bold;
}
.buy_more{
	color: #272727;
	font-weight: bold;
}
#btn-login {
    background: #f62d3e;
    color: #fff;
    border: 1px solid #f62d3e;
    border-radius: 0;
    font-size: 12px;
}
.button-3d-green {
    font-size: 12px;
    border-radius: 0;
    background: #fff;
    color: #272727;
    border: 1px solid #ccc;
}
.btn_cart{
	padding: 10px !important;
}
.button-3d-green.btn_cart{
	margin-left: 10px;
}
.clearfix{
	clear: both;
	
}
