/* Tazemiz cart page */
body.woocommerce-cart .entry-title {
	margin-bottom: 25px;
	color: #123d25;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -.035em;
	text-transform: none;
}

body.woocommerce-cart .woocommerce {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

body.woocommerce-cart .woocommerce-cart-form {
	padding: 24px;
	border: 1px solid #e0e5dd;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(20, 54, 34, .07);
}

body.woocommerce-cart .shop_table.cart {
	margin: 0;
	border: 0;
}

body.woocommerce-cart .shop_table.cart thead {
	background: #f1f5ed;
}

body.woocommerce-cart .shop_table.cart th {
	padding: 14px 12px;
	border: 0;
	border-bottom: 1px solid #dfe5db;
	color: #294532;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woocommerce-cart .shop_table.cart td {
	padding: 17px 12px;
	border: 0;
	border-bottom: 1px solid #edf0eb;
	color: #3e4941;
	font-size: 13px;
	vertical-align: middle;
}

body.woocommerce-cart .shop_table.cart .product-thumbnail img {
	width: 76px;
	height: 76px;
	padding: 4px;
	border: 1px solid #e0e5dd;
	border-radius: 9px;
	background: #f8faf6;
	object-fit: contain;
}

body.woocommerce-cart .shop_table.cart .product-name a {
	color: #123d25;
	font-size: 13.5px;
	font-weight: 750;
	text-decoration: none;
}

body.woocommerce-cart .shop_table.cart .product-price,
body.woocommerce-cart .shop_table.cart .product-subtotal {
	color: #0d4b2b;
	font-weight: 800;
}

body.woocommerce-cart .shop_table.cart .product-remove .remove {
	width: 27px;
	height: 27px;
	display: grid;
	place-items: center;
	border: 1px solid #d6ddd4;
	border-radius: 50%;
	background: #fff;
	color: #9ba29c;
	font-size: 18px;
	line-height: 1;
}

body.woocommerce-cart .shop_table.cart .product-remove .remove:hover {
	border-color: #c75d51;
	background: #fff3f1;
	color: #b74237;
}

body.woocommerce-cart .quantity {
	display: inline-flex;
	overflow: hidden;
	border: 1px solid #ced7cc;
	border-radius: 7px;
	background: #fff;
}

body.woocommerce-cart .quantity .button,
body.woocommerce-cart .quantity .qty {
	height: 38px;
	margin: 0;
	border: 0;
	background: #fff;
	box-shadow: none;
}

body.woocommerce-cart .quantity .button {
	width: 34px;
	color: #0d4b2b;
}

body.woocommerce-cart .quantity .qty {
	width: 42px;
	border-right: 1px solid #e1e5df;
	border-left: 1px solid #e1e5df;
}

body.woocommerce-cart .shop_table.cart .actions {
	padding: 20px 0 0;
	border: 0;
}

body.woocommerce-cart .button-continue-shopping,
body.woocommerce-cart button[name="update_cart"] {
	min-height: 42px;
	margin: 0 8px 0 0;
	padding: 9px 15px;
	border: 1px solid #0d4b2b;
	border-radius: 7px;
	background: #fff;
	color: #0d4b2b;
	font-size: 11px;
	font-weight: 800;
	text-transform: none;
}

body.woocommerce-cart button[name="update_cart"] {
	background: #0d4b2b;
	color: #fff;
}

body.woocommerce-cart .cart-collaterals .cart-sidebar {
	position: sticky;
	top: 25px;
}

body.woocommerce-cart .cart_totals {
	padding: 25px;
	border: 1px solid #dfe5dc;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(20, 54, 34, .08);
}

body.woocommerce-cart .cart_totals > h2 {
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e0e5dd;
	color: #123d25;
	font-size: 21px;
	font-weight: 800;
	text-transform: none;
}

body.woocommerce-cart .cart_totals table {
	margin: 0 0 18px;
	border: 0;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
	padding: 13px 8px;
	border: 0;
	border-bottom: 1px solid #edf0eb;
	color: #4a554d;
	font-size: 12.5px;
}

body.woocommerce-cart .cart_totals th {
	color: #274331;
	font-weight: 750;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
	color: #0d4b2b;
	font-size: 17px;
	font-weight: 850;
}

body.woocommerce-cart .cart_totals .shipping-calculator-button {
	color: #0d4b2b;
	font-weight: 750;
	text-decoration: none;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	border-radius: 8px;
	background: #0d4b2b;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	text-transform: none;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	background: #08391f;
}

body.woocommerce-cart .cross-sells {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid #e0e5dd;
}

body.woocommerce-cart .cross-sells > h2 {
	color: #123d25;
	font-size: 22px;
	font-weight: 800;
	text-transform: none;
}

@media (max-width: 849px) {
	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .cart_totals {
		padding: 18px 14px;
	}

	body.woocommerce-cart .cart-collaterals {
		margin-top: 22px;
	}

	body.woocommerce-cart .cart-collaterals .cart-sidebar {
		position: static;
	}
}
