#homepage-carts {
	border: inherit;
	border-radius: 5px;
	margin: 30px 0;
	padding-bottom: 30px;
	width: 100%;
}

#home-carts-detail {
	background-color: #FFFFFF;
	position: relative;
	border: 1px solid #e4e3dc;
	border-radius: 5px;
	float: left;
	flex-direction: column;
	margin-bottom: 30px;
	padding: 10px;
	width: 100%;
}

#home-carts-detail:hover {
	border: solid 1px #9E0B0F ;
}

#hidden-items {
	display: flex;
	flex-direction: column;
}

#homepage-carts h1 {
	font-family: Gustan, sans-serif;
	color: #c4161c;
	font-size: 25px;
	font-weight: 500;
}

#homepage-carts h2 {
	font-family: Gustan, sans-serif;
	font-style: normal;
	color: #333333;
	font-weight: 600;
	font-size: 25px;
	line-height: 31px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#homepage-carts .cart-item .item-info {
	padding-left: 40px;
	width: 60%;
}

#homepage-carts .cart-item .image img {
	height: 80px;
	width: 80px;
}

#homepage-carts .cart-item .item-info .name {
	font-family: Gustan, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.32px;
	color: #333333;
	margin: 0px;
}

#homepage-carts .cart-item .item-info .price {
	font-size: 20px;
	line-height: 25px;
	text-align: right;
	color: #333333;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
}

#homepage-carts .cart-item .item-info .price .entero {
	font-family: Gustan, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	text-align: right;
	flex: none;
	order: 0;
	flex-grow: 0;
}

#homepage-carts .cart-item .item-info .price .decimal {
	font-family: Gustan, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	flex: none;
	order: 1;
	flex-grow: 0;
	margin-top: -5px;
}

#homepage-carts .cart-item .item-info .cart {
	font-size: 16px;
}

.go-to-cart-div {
	display: inline-block;
	box-sizing: border-box;
	padding: 7px 12px;
	gap: 5px;
	background: #C4161C;
	border: 1px solid #C4161C;
	border-radius: 4px;
	color: #FFFFFF;
}

.go-to-cart-div:hover {
	color: #FFFFFF;
	background: #aa161b;
}

.go-to-cart {
	font-family: Gustan, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-align: center;
}

.cart-cuantity {
	font-family: Gustan, sans-serif;
	font-style: normal;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.cart-finaliza {
	font-family: Gustan, sans-serif;
	font-style: normal;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}

#homepage-carts .close-cart {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #000;
	cursor: pointer;
}

.card-discount-percent {
	display: inline-block;
}

.discount-percent {
	color: #c4161c;
}

.card-discount-reduction {
	font-size: .8em;
	font-weight: 600;
	padding: 0;
	height: 1.2em;
	margin-bottom: 0.3em;
}

.discount-reduction {
	text-decoration-line: line-through;
}

.discount-seller {
	font-family: Gustan, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	display: inline-block;
	margin-right: 4px;
}

.cart-list {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.cart-item {
	margin-bottom: 10px;
	flex-grow: 1;
}

#cart_collapse {
	display: none;
	text-align: end;
	color: #039BE5;
	font-family: Gustan, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-right: 14px;
	margin-bottom: 5px;
}

#cart_collapse:hover {
	cursor: pointer;
	color: #007BB9;
}

.cart-list-container {
	display: flex;
	flex-grow: 1;
}

@media (max-width: 519px) {
	.item-antes {
		font: 0/0 a;
		text-shadow: transparent;
		color: transparent;
		text-decoration: none;
	}

	.price {
		order: 1;
	}

	.d-flex-center {
		flex-direction: column;
		align-items: start;
	}

	.go-to-cart-div {
		flex-grow: 0;
		width: fit-content;
	}

	.cart-list .text-right {
		margin-bottom: 10px;
	}

	.cart-list {
		border-bottom: 1px solid #CECECE;
	}

	.cart-actions {
		margin-top: 10px;
		display: flex;
		flex-direction: column;
	}

	.cart-cuantity {
		flex-grow: 1;
	}

	.cart-list-container {
		flex-direction: column;
	}

	#homepage-carts {
		margin-top: 0;
		padding-right: 1px;
		padding-left: 1px;
	}

	#homepage-carts h1 {
		margin-top: 0;
		font-size: 20px;
	}

	#homepage-carts h2 {
		font-size: 16px;
	}

	#homepage-carts h1,h2 {
		padding: 0;
	}

	#homepage-carts .cart-item .item-info {
		padding: 0;
	}

	#homepage-carts .cart-item .item-info .go-to-cart {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}

	#homepage-carts .cart-item .item-info,
	#homepage-carts .cart-item .image {
		display: flex;
		flex-direction: column;
		float: left;
	}

	.item-info .name {
		order: 0;
	}

	.item-info #price-discount {
		order: 1000;
	}

	.item-info .price {
		order: 1;
	}

}

@media (min-width: 520px) and (max-width: 760px) {
	#homepage-carts .cart-item .item-info {
		padding-left: 40px;
		width: 50%;
	}

	#homepage-carts .cart-item .item-info .go-to-cart {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}
}

@media (min-width: 520px) {
	.d-flex-center {
		align-items: center;
	}

	.cart-list {
		border-right: 1px solid #CECECE;
	}

	.cart-actions {
		padding-right: 59px;
		padding-left: 16px;
	}

	#homepage-carts .cart-item .item-info,
	#homepage-carts .cart-item .image {
		display: inline-block;
		float: left;
	}
}