.woocommerce table.woocommerce-cart-form__contents td{
	border: none;
	padding: 53px 0 27px !important;
}
.woo_cart_product_detail .product-remove{
	text-align:left;
	position: relative;
    top: -3px;
}
.woocommerce table.woocommerce-cart-form__contents tr th {
    text-transform: uppercase;
    color: #002E2D4D;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.65px;
	padding-bottom: 25px !important;
    border-bottom: 1px solid #BDC8C880;
	padding-top: 0 !important;
}
.woocommerce table.woocommerce-cart-form__contents tr th:first-child,.woocommerce table.woocommerce-cart-form__contents tr td:first-child{
	padding-left: 0 !important;
}
.woocommerce table.woocommerce-cart-form__contents tr th:not(:first-child),.woocommerce table.woocommerce-cart-form__contents tbody tr td:not(:first-child){
	text-align: right;
	padding-right: 0 !important;
}
.woocommerce table.woocommerce-cart-form__contents tbody tr:not(:last-child) td{
	border-bottom: 1px solid #BDC8C880;
}

.product-name-variation-data {
    display: flex;
    flex-direction: column-reverse;
}

span.product-name-variation-data-item {
    color: rgba(0, 46, 45, 0.65);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}
.woocommerce-cart .quantity{
	width: auto !important;
}
.woocommerce-cart .quantity input.qty {
    width: 57px;
    border-radius: 100px;
    border: 1px solid #00B6B9;
    background: #FFF;
    color: #00B6B9;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 12.5px 0px;
}
table.woocommerce-cart-form__contents span.woocommerce-Price-amount.amount {
    font-size: 16px;
    line-height: 1.7;
    color: #002E2DA6;
	position: relative;
    top: -4px;
}
.product-name-title {
    color: #307A79;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 0.97;
}
.product-name-title a{
	color: #307A79;
}
.custom-cart-meta:not(:last-child) {
    margin-bottom: 6px;
}
.custom-cart-meta {
    color: #307A79;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}
.woocommerce-page table.cart td.actions .coupon{
	padding-bottom: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	margin: 0;
}
.woocommerce-cart a.remove{
	display: inline-block;
	width: auto;
	height: auto;
}
.woocommerce-cart a.remove:hover{
	background: none !important;
}
.woocommerce-cart p.return-to-shop {
    display: none;
}
.woocommerce-cart .cart-empty.woocommerce-info {
    background: #FDF8EE !important;
    color: #557372 !important;
    font-family: "Plus Jakarta Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding: 15px 20px !important;
    margin: 0;
	display: flex;
    align-items: center;
    gap: 16px;
}
.woocommerce-cart .cart-empty.woocommerce-info:before {
    content: '';
    display: inline-block !important;
    width: 16px;
    height: 16px;
    background: url(https://lateralkinddev.wpenginepowered.com/wp-content/uploads/2025/03/circle-info.svg) no-repeat center center / contain;
    position: static;
}
/* Chrome, Safari, Edge, Opera */
.woocommerce-cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce-cart .quantity input.qty {
  -moz-appearance: textfield;
}

@media (max-width: 980px){
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }
	.woocommerce table.woocommerce-cart-form__contents tbody tr:not(:last-child) td {
		border-bottom: none;
	}
	.woocommerce table.woocommerce-cart-form__contents tbody tr:not(:last-child) td:last-child {
		border-bottom: 1px solid #BDC8C880;
	}
	.woo_cart_product_detail .product-name{
		width: 100% !important;
	}
	.woo_cart_left {
		width: 100%;
	}
	.woo_cart_right {
		width: 100%;
	}
	td.woo_cart_product_detail_row {
		position: relative;
	}
	.woo_cart_product_detail .product-remove {
		position: absolute;
		top: 10px;
		left: 0;
	}
	.woocommerce table.woocommerce-cart-form__contents td {
		padding: .857em .287em!important;
		padding-left: 0 !important;
	}
	.woocommerce table.woocommerce-cart-form__contents td:first-child{
		padding-top: 50px !important;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text{
		width: 52%;
	}
	.woocommerce-cart .shop_table .coupon {
        margin-bottom: 15px !important;
    }
}