:root {
	--mdp-cart-primary: var(--primary-color, rgba(218, 10, 86, 1));
	--mdp-cart-soft: var(--secondary-color, rgba(255, 247, 248, 1));
	--mdp-cart-border: rgba(230, 230, 230, 1);
	--mdp-cart-muted: rgba(0, 0, 0, 0.65);
}

.mdp-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 16px;
}

.mdp-cart {
	font-family: inherit;
}

.mdp-cart input,
.mdp-cart button,
.mdp-cart select,
.mdp-cart textarea {
	font-family: inherit;
}

.mdp-cart-hero {
	padding: 48px 0 0px 0px;
}

.mdp-cart-hero__title {
	text-align: center;
    background-color: var(--secondary-color);
    position: relative;
    margin-bottom: 63px;
}
.mdp-cart-hero__title h1 {
	color: var(--primary-color);
    padding: 39px 0 50px;
    line-height: 55px;
    letter-spacing: 0.46px;
    font-weight: 700;
}

.mdp-cart-hero__bar {
	width: 100%;
    max-width: 1082px;
    height: 51px;
    background-color: var(--primary-color);
    margin: 0 auto;
    margin-bottom: 48px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mdp-cart {
	max-width: 1140px;
	margin: 0 auto;
	padding: 26px 0 56px;
}

.mdp-cart__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
	gap: 22px;
	align-items: start;
}

.mdp-cart__card {
	background: #fff;
	border: 1px solid var(--mdp-cart-border);
	border-radius: 10px;
}

.mdp-cart__card--table {
	overflow: hidden;
	padding: 0;
}

.mdp-cart__table {
	width: 100%;
	border-collapse: collapse;
	border: unset !important;
	margin: unset !important;
}

.mdp-cart__table thead th {
	padding: 12px 14px;
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(128, 128, 128, 1);
	border-bottom: 1px solid var(--mdp-cart-border);
	font-weight: 600;
}

.mdp-cart__table thead th.product-name,
.mdp-cart__table tbody td.product-name {
	text-align: left;
}

.mdp-cart__table thead th.product-price,
.mdp-cart__table thead th.product-quantity,
.mdp-cart__table thead th.product-subtotal,
.mdp-cart__table thead th.product-remove,
.mdp-cart__table tbody td.product-price,
.mdp-cart__table tbody td.product-quantity,
.mdp-cart__table tbody td.product-subtotal,
.mdp-cart__table tbody td.product-remove {
	text-align: center;
}

.mdp-cart__table tbody td {
	/* padding: 12px 20px !important; */
	vertical-align: middle;
	border-bottom: 1px solid var(--mdp-cart-border);
}

.mdp-cart__table tbody tr:last-child td {
	border-bottom: none;
}

.mdp-cart-product {
	display: flex;
	gap: 12px;
	align-items: center;
}

.mdp-cart-product__thumb img {
	width: 80px !important;
	height: 80px !important;
	border-radius: 10px;
	object-fit: cover;
	background: #fff;
	font-size: 0px;
}
.mdp-cart-product__thumb a {
	font-size: 0px;
}
.woocommerce table.shop_table {
	border: unset;
	margin: 0px 0px 17px 0px;
}
.woocommerce table.shop_table td {
	/* border-top: unset; */
	line-height: unset;
}

.mdp-cart-product__name a {
	color: rgba(24, 25, 31, 1) !important;
	font-weight: 600 !important;
	font-size: 16px;
	font-weight: 500;
}

.mdp-cart__table .product-price,
.mdp-cart__table .product-subtotal {
	white-space: nowrap;
	font-weight: 600;
}
.mdp-cart__table .product-price .woocommerce-Price-amount,
.mdp-cart__table .product-subtotal .woocommerce-Price-amount {
	font-size: 16px;
	color: rgba(24, 25, 31, 1);
}

.mdp-cart__table .product-quantity .quantity {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--mdp-cart-border);
	border-radius: 5.23px;
	padding: 5.23px;
	background: #fff;
}

.mdp-cart__table .product-quantity .quantity input.qty {
	width: 26px;
	height: 18px;
	border-radius: 10px;
	border: none;
	text-align: center;
	padding: 0 4px;
	font-weight: 700;
	background: transparent;
	box-shadow: none;
	outline: none;
}

.mdp-cart__table .product-quantity .quantity input.qty::-webkit-outer-spin-button,
.mdp-cart__table .product-quantity .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.mdp-cart__table .product-quantity .quantity input.qty[type='number'] {
	-moz-appearance: textfield;
}

.mdp-cart__table .product-quantity .quantity .mdp-qty-btn {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 2.6px;
	background: rgba(242, 242, 242, 1);
	color: rgba(0, 0, 0, 0.75);
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	user-select: none;
	padding: 0;
}

.mdp-cart__table .product-quantity .quantity .mdp-qty-btn:active {
	transform: translateY(1px);
}

.mdp-cart__table .product-remove {
	width: 52px;
	text-align: center;
}

.mdp-cart__table a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* width: 24px;
	height: 24px; */
	font-size: 20px;
	line-height: 1;
	background: #fff;
}
.mdp-cart__table a.remove:hover {
	color: unset !important;
	background: #fff;
}
.mdp-cart__table a.remove img {
	width: auto !important;
	height: auto;
}

.mdp-cart__table td.actions {
	padding: 16px 14px;
}

.mdp-cart__table td.actions .coupon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 12px;
}

.mdp-cart__table td.actions input#coupon_code {
	min-width: 220px;
	border-radius: 10px;
	border: 1px solid var(--mdp-cart-border);
	padding: 10px 12px;
}

.mdp-cart__table td.actions button.button {
	border-radius: 10px;
	padding: 10px 14px;
}

.mdp-cart__card--totals {
	padding: 0;
}

.mdp-cart-totals {
	padding: 16px 20px;
}

.mdp-cart-totals__title {
	margin: 0;
	padding: 0px 0px 12px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid var(--mdp-cart-border);
}

.mdp-cart-totals__table {
	width: 100%;
	border-collapse: collapse !important;
}

.mdp-cart-totals__table .cart-subtotal th,
.mdp-cart-totals__table .woocommerce-shipping-totals th,
.mdp-cart-totals__table .order-total th {
	padding: 9px 0px !important;
}
.mdp-cart-totals__table .cart-subtotal td,
.mdp-cart-totals__table .woocommerce-shipping-totals td,
.mdp-cart-totals__table .order-total td {
	padding: 9px 0px !important;
}

.mdp-cart-totals__table th,
.mdp-cart-totals__table td {
	padding: 10px 16px;
	border-top: 1px solid var(--mdp-cart-border);
}

.mdp-cart-totals__table th {
	color: var(--mdp-cart-muted);
	font-weight: 500;
	text-align: left;
}

.mdp-cart-totals__table td {
	text-align: right;
}

.mdp-cart-totals__table .order-total th,
.mdp-cart-totals__table .order-total td {
	font-weight: 700;
}

.mdp-cart__totals .wc-proceed-to-checkout {
	padding: unset;
}

.mdp-cart__totals .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	border-radius: 6px;
	background: var(--mdp-cart-primary);
	border-color: var(--mdp-cart-primary);
	color: #fff;
	min-height: 40px;
	font-weight: 700;
	margin-bottom: unset;
	font-size: 16px;
}
.mdp-cart__totals .wc-proceed-to-checkout a.checkout-button:hover {
	background: var(--mdp-cart-primary);
}

.mdp-cart--empty .mdp-cart__card--empty {
	padding: 20px;
	text-align: center;
}

@media (max-width: 980px) {
	.mdp-cart__layout {
		grid-template-columns: 1fr;
	}

	.mdp-cart-hero__bar {
		max-width: 520px;
	}
}

@media (max-width: 640px) {
	.mdp-cart {
		padding-bottom: 56px;
	}

	.mdp-cart-hero__title {
		font-size: 28px;
	}

	.mdp-cart-hero__bar {
		/* height: 14px; */
		margin-top: 16px;
	}

	.mdp-cart__card {
		padding: 16px;
		border-radius: 20px;
	}

	.mdp-cart-product {
		align-items: flex-start;
		gap: 12px;
	}

	.mdp-cart-product__thumb a {
		width: 72px;
		height: 72px;
	}

	.mdp-cart__table td.actions .coupon {
		flex-direction: column;
		align-items: stretch;
	}

	.mdp-cart__table td.actions input#coupon_code,
	.mdp-cart__table td.actions button.button,
	.mdp-cart__totals .wc-proceed-to-checkout a.checkout-button {
		width: 100%;
	}
}
