.woocommerce-cart .page-wrapper {
	margin: 0 auto;
	max-width: 100%;
}

.woocommerce-cart form.woocommerce-cart-form {
	background: #fff;
	padding: 0px 20px 20px 20px;
	border-radius: 0 0 4px 4px;
}

.woocommerce-cart .cart_totals.calculated_shipping {
	background: #fff;
	margin-top: 25px;
	padding: 20px;
	border-radius: 4px;
}

.woocommerce-cart p.cart-empty.woocommerce-info {
	background: #fff;
	color: #999;
	text-align: center;
	border: none;
	margin: 0;
}

.woocommerce-cart .woocommerce-info::before {
	display: none;
}

.woocommerce-cart p.return-to-shop {
	text-align: center;
	background: #fff;
	padding-bottom: 40px;
	border-radius: 0 0 4px 4px;
}

.woocommerce-cart p.return-to-shop a {
	background-color: #222222;
	color: #fff !important;
	padding: 15px 25px;
	transition: 0.2s all;
}

.woocommerce-cart p.return-to-shop a:hover {
	background-color: #353535;
	color: #fff !important;
}

.woocommerce-cart h1.page-title {
	font-weight: 600;
	padding: 25px 0 15px 0;
	background: #fff;
	border-radius: 4px 4px 0 0;
}

tr.woocommerce-cart-form__cart-item.cart_item {
	display: flex;
	align-items: center;
	border-top: solid 1px #eee;
	padding: 10px 0;
	background: none;
	transition: 0.2s all;
}

tr.woocommerce-cart-form__cart-item.cart_item:hover {
	background: #fafafa;
}

.woocommerce-cart table.shop_table tbody .cart_item td {
	padding: 0 !important;
	border: 0 !important;
	flex: 1;
}

.woocommerce-cart table.shop_table tbody .cart_item td.product-name,
.woocommerce-cart table.shop_table tbody .cart_item td.product-name a {
	text-decoration: none;
	font-weight: bold;
}

.woocommerce-cart table.shop_table tbody .cart_item td.product-remove {
	max-width: 60px;
	justify-content: center;
	display: flex;
}

.woocommerce-cart table.shop_table tbody .cart_item:hover td {
	border-color: #e2e2e2 !important;
}

.woocommerce-cart .shop_table tbody tr td dl dt {
	padding: 0;
	border-radius: 0;
	background: none;
	font-weight: normal;
}

.woocommerce-cart .shop_table tbody tr td dl dd {
	border-radius: 0;
	background: none;
	font-weight: normal;
}

.woocommerce-cart .shop_table tbody tr td dl dd p {
	padding: 0;
}

.woocommerce-cart td.product-thumbnail {
	max-width: 60px;
}

.woocommerce-cart a.remove {
	color: #222 !important;
	font-weight: 300;
	opacity: 0.2;
	transition: 0.2s all;
}

.woocommerce-cart a.remove:hover {
	opacity: 1;
	color: #121212 !important;
	background: none;
}

.woocommerce-cart .quantity .qty {
	border: solid 1px #ccc;
	border-radius: 2px;
	padding: 10px;
	width: 100%;
	max-width: 80px;
}

.woocommerce-cart .quantity .qty:focus {
	outline: none;
}

.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	display: none;
}

.woocommerce-cart .cross-sells h2,
.woocommerce-cart .cart_totals h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0px 0 15px 0;
}

.woocommerce-cart .cart_totals table tbody tr th {
	font-weight: normal;
	padding: 9px 0px;
}

.woocommerce-cart .cart_totals table tbody tr.order-total th {
	font-weight: bold;
}

.woocommerce-cart .cart_totals table tbody tr td {
	text-align: right;
	padding: 9px 0px;
}

.woocommerce-cart .cart_totals form.woocommerce-shipping-calculator {
	display: none;
}

.woocommerce-cart p.woocommerce-shipping-destination {
	padding: 0;
}

.woocommerce-cart a.checkout-button.button.alt.wc-forward {
	background: var(--primary-color);
	font-weight: bold;
	margin-bottom: 0;
}

.woocommerce-cart td.product-subtotal {
	text-align: right;
}

/* Coupon Code */
.woocommerce-cart .coupon label {
	display: none;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	flex-shrink: 0;
}

.woocommerce-cart .coupon input#coupon_code {
	width: 100%;
	flex: 1;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 4px;
}

.woocommerce-cart .coupon input#coupon_code:focus {
	outline: none;
}

.woocommerce-cart .coupon button.button {
	background: #222;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.woocommerce-cart table.shop_table tbody .cart_item td {
		padding: 5px 0;
		background-color: transparent !important;
	}

	.woocommerce-cart table.shop_table tbody .cart_item td.product-remove {
		justify-content: end;
		padding-bottom: 0;
		padding-left: 5px;
		max-width: 100%;
	}

	.woocommerce-cart td.actions {
		margin-top: 25px;
	}

	.woocommerce-cart table.cart td.actions .button {
		padding: 15px;
	}

	.woocommerce-cart .cart_totals table tbody tr td {
		background-color: transparent !important;
	}
}

.hide-prices :where(.cart .product-quantity, .cart .actions) {
	display: none;
}
