.shop table.cart {
    margin: 0;
    text-align: left;
    width: 100%;
}

.shop table.cart .product-remove {
    width: 1%;
}

.shop table.cart .product-thumbnail {
    width: 7%;
}

.shop table.cart .product-name {
    width: 40%;
}
.shop table.cart .product-quantity{
	text-align:center;
}

.shop table.cart th {
    padding: 8px 10px;
}

.shop table.cart td {
    border-top: 1px solid #dcdcdc;
    padding: 8px 10px;
}

.shop table.cart .remove .fa {
    font-size: 1.5em;
}

.remove, .product-name a {
	color:#c60101;
}

.remove:hover, .product-name a:hover{
	color:#df0101;
}

.shop table.cart td.actions {
    padding: 20px 10px;
}
.shop table.cart td {
    border-top: 1px solid #dcdcdc;
    padding: 8px 10px;
}

.shop .actions-continue {
    float: right;
}

.quantity {
    float: left;
    height: 35px;
    margin: 0 15px 25px 0;
    overflow: hidden;
    position: relative;
    width: 125px;
}

.quantity .minus {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #c8bfc6;
    border-radius: 2px;
    box-shadow: none;
    color: #5e5e5e;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 13px;
    margin: 0;
    outline: 0 none;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 35px;
}

.quantity .qty {
    border: 1px solid #ccc;
    box-shadow: none;
    float: left;
    font-size: 1em;
    height: 35px;
    padding: 0 39px;
    text-align: center;
    width: 125px;
}

.quantity .plus {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #c8bfc6;
    border-radius: 2px;
    box-shadow: none;
    color: #5e5e5e;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 13px;
    margin: 0;
    outline: 0 none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: 0;
    vertical-align: text-top;
    width: 35px;
}


@media (max-width: 521px) {
	.shop table.cart th.product-price, .shop table.cart td.product-price, .shop table.cart th.product-quantity, .shop table.cart td.product-quantity{
		display:none;
	}
	
	.shop .actions-continue {
		float: none;
	}
	
	.shop table.cart img {
		height: auto;
		width: 55px;
	}
	
	.featured-box .box-content{
		padding-left:5px;
	}
}
