/****************************************************************************************/
#cart .products > li {
	padding: 15px 0;
	border-top-width: 1px;
}
#cart .products > li:last-child {
	border-bottom-width: 1px;
}

#cart .products > li > .layout {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#cart .products > li > .layout > :first-child {
	margin-right: 10px;
	width: 50%;
}
#cart .products > li img {
	
}

#cart .products > li .layout > :last-child {
	text-align: right;
	white-space: nowrap;
}
#cart .products > li .layout > :last-child > * {
	display: flex;
	justify-content: end;
}
#cart .products > li .layout > :last-child > .price {
	line-height: 2rem;
	align-items: end;
}

#cart .products .options {
	margin-top: 2px;
	font-size: 1.45rem;
	line-height: 2.1rem;
}

#cart .products > li .layout > :last-child .label {
	font-size: 1.55rem;
	opacity: 0.85;
}
#cart .products > li .layout > :last-child .label .tax {
	font-size: 1.3rem;
}

#cart .products > li .layout > :last-child .quantity {
	margin: 15px 0;
}
#cart .products .quantity input {
	font-weight: bold;
}
#cart .products .quantity button {
	width: 40px;
	height: 40px;
}
#cart .products .quantity button [icon] svg {
	width: 13px;
}
#cart .products .quantity button [icon="trash"] svg {
	transform: scale(1.25);
}

#cart .products .subtotal .final .number {
	font-size: 1.65rem;
	font-weight: bold;
}
/*******************************************/
#cart .error:empty {
	display: none;
}
/*******************************************/
#cart .bottom .total .value .number {
	font-weight: bold;
}

#cart .bottom .delivery {
	margin-top: 10px;
}
/****************************************************************************************/
#cart .bottom {
	margin-top: 50px;
	text-align: center;
}

#cart .bottom form > .layout {
	margin-top: 50px;
}

#cart .bottom form {
	margin-top: 50px;
}
/*******************************************/
#cart .bottom h3 {
	font-size: 17px;
	text-align: left;
}

#cart .bottom textarea {
	height: 750px;
	font-size: 1.6rem;
}
/*******************************************/
#cart .bottom .right {
	margin-top: 60px;
}
/****************************************************************************************/