.shop_table.cart {
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	border: none !important;
}

.shop_table.cart thead {
	background: linear-gradient(135deg, #0f283d 0%, #1a3f5a 100%);
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 700;
}

.shop_table.cart th {
	padding: 24px 20px;
	font-weight: 700;
	text-align: center;
}

.shop_table.cart td {
	padding: 28px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #f0f3f7;
	font-size: 16px;
}

.product-thumbnail {
	width: 220px !important;
	text-align: center;
}

.product-thumbnail img,
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 200px !important;
	height: 150px !important;
	object-fit: contain !important;
	border-radius: 14px;
	background: transparent;
	transition: all 0.4s ease;
	display: block;
	margin: 0 auto;
}


.product-name a {
	font-size: 19px;
	font-weight: 700;
	color: #0f283d;
	text-decoration: none;
	line-height: 1.4;
	/* transition: color 0.3s ease; */
}

.product-name a:hover {
	color: #ED6B27;
}

.product-price,
.product-subtotal {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}

.product-price .woocommerce-Price-amount,
.product-subtotal .woocommerce-Price-amount {
	color: #ED6B27 !important;
}

.product-remove a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff0f0;
	color: #ff4d4d !important;
	font-size: 18px;
	/* box-shadow: 0 4px 12px rgba(255, 77, 77, 0.15); */
	/* transition: all 0.3s ease; */
}

.product-remove a:hover {
	background: #ff4d4d;
	color: #ffffff !important;
	/* transform: scale(1.15) rotate(180deg); */
}

.quantity input {
	width: 90px;
	height: 48px;
	border-radius: 10px;
	border: 1px solid #d0d7e0;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
}

.cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: 50px;
}

.cart_totals {
	background: #fff;
	border-radius: 20px;
	padding: 36px 40px;
	/* box-shadow: 0 22px 70px rgba(0, 0, 0, 0.09); */
	max-width: 460px;
	width: 100%;
}

.cart_totals th {
	color: #1a1a1a;
}

.cart_totals td {
	color: #ED6B27 !important;
}



.wc-proceed-to-checkout a {
	color: #1a1a1a;
}

.product-total,
.order-total {
	text-align: center;
}

body {
	background: #f1f1f1;
}

.subtitle {
	padding-bottom: 20px;
}

.woocommerce-shipping-totals {
	text-align: center;
}

.checkout-button {
	transition: all 0.3s ease;
	/* color: #ffffff !important; */
	padding: 20px 0 !important;
	border-radius: 14px !important;
	font-size: 19px !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	border: 1px solid #ed6b27;
}

.checkout-button:hover {
	background: #ED6B27;
}

@media (max-width: 724px) {

	.woocommerce .shop_table.cart .product-thumbnail,
	.woocommerce-page .shop_table.cart .product-thumbnail,
	td.product-thumbnail,
	.product-thumbnail {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.shop_table.cart td.product-thumbnail::before,
	.woocommerce table.shop_table_responsive td.product-thumbnail::before {
		content: "" !important;
		display: none !important;
	}

	.product-thumbnail {
		width: 100% !important;
		max-width: 180px;
		margin: 0 auto 20px auto !important;
		text-align: center;
	}

	.product-thumbnail img {
		display: block !important;
		width: 100% !important;
		max-width: 180px !important;
		height: auto !important;
		object-fit: contain;
	}

	.shop_table.cart td {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px 0;
	}
}

.product-name,
.product-price,
.product-quantity,
.product-subtotal {
	text-align: center;
}

@media (max-width: 772px) {
	.shop_thead {
		display: none;
	}

	.product-remove,
	.product-name,
	.product-price,
	.product-quantity,
	.product-subtotal {
		flex-direction: column;
	}
}

@media (max-width: 772px) {
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
}

@media (max-width: 778px) {
	.shop_table thead {
		display: none;
	}
}

.checkout-gesplast table.shop_table tr td.actions {
	display: none !important;
}

.checkout-gesplast table.shop_table tr:has(.actions) {
	display: none !important;
}


.checkout-gesplast button[name="update_cart"],
.checkout-gesplast input[name="update_cart"] {
	display: none !important;
}

.checkout-gesplast table.shop_table tr td.actions,
.checkout-gesplast table.shop_table .actions {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.checkout-gesplast table.shop_table {
	border-spacing: 0 !important;
	border-collapse: collapse !important;
}

.checkout-gesplast table.shop_table tfoot {
	border-top: 1px solid #eee;
}

.woocommerce-cart-form__cart-item cart_item {
	border-radius: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: block !important;
	padding: 15rem 10rem !important;
	border-radius: 10rem !important;
	border: 1px solid #ed6b27 !important;
	background: #ED6B27 !important;
	font-size: 16rem !important;
	font-weight: 500 !important;
	text-align: center !important;
	color: #fff !important;
}

@media (max-width: 720px) {

	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		justify-content: space-between;
	}
}

.woocommerce-cart .order-total {
	display: flex;
	justify-content: space-between;
}

.woocommerce-cart .cart_totals .shop_table,
.woocommerce-cart .cart_totals .shop_table td,
.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table tr {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}

.woocommerce-cart .cart_totals .shop_table {
	border-collapse: collapse !important;
	width: 100% !important;
}

.woocommerce-cart .cart_totals .shop_table td,
.woocommerce-cart .cart_totals .shop_table th {
	padding: 10px 0 !important;
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart .shop_table.cart td {
	text-align: center;
}

