/* CART */

.pay-process {
	margin-bottom: 3rem !important;

	@media (max-width: 767.98px) {
		margin-bottom: 0 !important;
	}
}

.free-delivery-progress-indicator {
	margin-top: 1rem !important;

	@media (max-width: 767.98px) {
		margin: 0 -2rem !important;
	}
}

#order-states img.img {
	@media (max-width: 767.98px) {
		height: 30px !important;
	}
}

#order-states h4 {
	@media (max-width: 767.98px) {
		font-size: 14px;
		display: flex;
		align-items: center;
	}
}

.cart-items .single-cart-item {
	@media (max-width: 767.98px) {
		margin-top: 4rem !important;
		padding: 0.25rem 0 0 !important;
	}

	@media (max-width: 575.98px) {
		margin-top: .5rem !important;
	}
}

.single-cart-item .garbage--mobile {
	@media (max-width: 767.98px) {
		border-radius: 0 !important;
		top: 5px !important;
		right: 5px !important;
		background: none !important;
		padding: 0 !important;
		transform: none !important;
		border: none !important;
		font-size: 20px !important;
		line-height: 1 !important;
		color: #F00 !important;
		text-shadow: 0 0 3px #0005 !important;
	}
}

.single-cart-item .single-cart-item__discount {
	@media (max-width: 767.98px) {
		position: absolute;
		top: -18px;
		right: 15px;
		margin-bottom: 0 !important;
	}
}

#cart-content .img-wrapper {
	@media (max-width: 767.98px) {
		padding: 5px !important;
	}
}

#cart-content .img-wrapper .img-fluid {
	@media (max-width: 767.98px) {
		max-height: 100% !important;
	}
}
