.woocommerce table.shop_table tbody .actions{
	padding-bottom : 20px;
	padding-top : 20px;
}

.shop_table .button_group{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	margin-bottom : 0;
}

.woocommerce table.shop_table tbody .product-thumbnail{
	width:20%;
}


dl.variation dt.variation-cart_addon_item{
	display: none !important;
}

.wcpa_cart_meta .wcpa_cart_meta_item-label{
	display : none;
}


.wcpa_cart_meta_item-value{
	width : 100%;
}

.cart_entry{
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	width : 100%;
}
.cart_entry .name
{
	width : 35%;
	flex-grow:1;
}

.cart_entry .quantity
{
	width : 15%;
}

.cart_entry .price
{

	width : 40%;
	text-align : right;

}

.woocommerce td.product-name .wcpa_cart_meta{
	border: 1px solid #a1c84b;
	padding: 1rem;
	font-size: 80%;
	border-radius: 5px;
	margin-bottom : 1rem !important;
}

.woocommerce-cart-form.wide {
	width: 80%;
	float: none;
	margin: 0 auto;
}

.table_row{
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
}

.shop_table .fee {
	display: none;
}

.woofc-item-title {
	margin-bottom : 0 !important;
}

.woofc-item-info .wcpa_cart_meta{
	margin-top : 1rem !important;
	border: 1px solid #a1c84b;
	padding: 0.5rem;
	border-radius: 5px;
	display: table;
	width : 100%;
}

.woocommerce a.remove
{
	font-size   : 22px;
	width       : 28px;
	height      : 28px;
	line-height : 22px;
}

.woocommerce-table__line-item .wc-item-meta li{
	border: 1px solid transparent;
}

.variation-cart_addon_item{
	display:contents;

}

#woofc-area{
	max-height: 100vh;
	overflow-y: auto;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item{
	padding: 0 40px;
}