.cart-content {
	padding : 30px 50px 80px;
}

.cart-content__title {
	font           : 300 28px/28px 'San Francisco', sans-serif;
	color          : #4e4e4e;
	padding-bottom : 25px;
}

.cart-content__title:after {
	display : block;
	content : '';
	clear   : both;
}

.cart-content__minimal {
	float     : right;
	font-size : 22px;
}

.cart-content__minimal b, .cart-content__minimal strong {
	font-weight : 500;
}

.cart-content__product {
	margin     : 11px 0;
	padding    : 15px 20px;
	box-sizing : border-box;
	background : #fff1d9;
	display    : table;
	width      : 100%;
	position   : relative;
}

.cart-content__product:after {
	display : block;
	content : '';
	clear   : both;
}

.cart-content__product-image {
	display        : table-cell;
	width          : 16%;
	padding-right  : 15px;
	box-sizing     : border-box;
	vertical-align : middle;
}

.cart-content__product-image .product-slider__item-box-header-product-image {
	width      : auto;
	font-size  : 0;
	max-width  : 150px;
	margin     : 0 auto;
	float      : none;
	text-align : center;
}

.product-slider__item-box-header-product-image img {
	border-radius: 15px;
}

.cart-content__product-title {
	display        : table-cell;
	width          : 35%;
	vertical-align : middle;
}

.cart-content__product-title .product-slider__item-title {
	color : #222222;
	font  : 500 18px 'San Francisco', sans-serif;
}

.cart-content__product-title .product-slider__item-desc {
	padding-top : 10px;
	font        : 14px 'San Francisco', sans-serif;
	color       : #4e4e4e;
}

.cart-content__product-cnt {
	display        : table-cell;
	width          : 18%;
	text-align     : center;
	font           : 26px/26px 'San Francisco', sans-serif;
	color          : #222222;
	padding        : 20px 0;
	vertical-align : middle;
	white-space    : nowrap;
	position : relative;
	z-index : 100;
}

.cart-content__product-cnt a {
	background      : transparent;
	color           : #7a3035;
	display         : inline-block;
	line-height     : 23px;
	margin          : 0 10px;
	padding         : 0 5px 3px;
	text-decoration : none;
	border-radius   : 5px;
	transition      : .3s background-color ease;
}

.cart-content__product-cnt a:hover {
	background : #f6dfaa;
}

.cart-content__product-price {
	width          : 20%;
	text-align     : center;
	display        : table-cell;
	vertical-align : middle;
	font           : 300 26px 'San Francisco', sans-serif;
	color          : #222222;
}

.cart-content__product-remove {
	width          : 11%;
	text-align     : center;
	display        : table-cell;
	vertical-align : middle;
}

.cart-content__product-remove-link {
	display       : inline-block;
	padding       : 8px;
	transition    : .3s background-color ease;
	border-radius : 5px;
	font-size     : 0;
	cursor        : pointer;
}

.cart-content__product-remove-link:hover {
	background : #f6dfaa;
}