#category .content {
	width: 95%;
}

#category .content h1 {
	font-size: 28px;
}

.new-cart {
	/* margin: 0 0 20px 0;
	padding: 0 0 20px 0; */
}

table.new-cart {
	width: 100%;
}

.new-cart thead tr {
	border-top: none;
}

.new-cart th {
	font-weight: bold;
	padding: 15px 5px;
	text-align: left;
}

.new-cart tr {
	border-top: 1px solid #eee;
}

.new-cart td {
	border: none;
	padding: 15px 5px;
	vertical-align: middle;
}

.new-cart td p:last-child {
	padding-bottom: 0 !important;
}

.new-cart .red:hover {
	/* text-decoration: underline; */
}

#cart-sidebar {
	background: #fff;
	border-left: 1px solid #eee;
	display: table-cell;
	min-height: 300px;
	padding: 30px 20px 0;
	vertical-align: top;
	width: 33%;
	color: #666;
	font-size: 15px;
	padding-bottom: 16px;
	line-height: 125%;
}

#cart-sidebar h1 {
    font-family: "kulturista-web",serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    color: #333;
}

#cart-footer {
	background: #fff;
	border-top: 1px solid #eee;
	padding: 20px;
}

#cart-footer p {
    color: #666;
    font-size: 13px;
    padding-bottom: 16px;
    line-height: 125%;
}

@media (max-width: 800px) {

.content, #cart-sidebar {
	float: left;
	width: 85% !important;
}

}

@media (max-width: 480px) {

.cart-items td {
	width: 100%;
}

}