#xpcb-variations-table {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
#xpcb-variations-table tbody img {
	width: 50px;
}
#xpcb-variations-table .woocommerce-variation-add-to-cart {
	position: relative;
}
#xpcb-variations-table .view-cart {
	opacity: 0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}
#xpcb-variations-table .view-cart-hide {
	display: none;
}
#xpcb-variations-table .view-cart-show {
	display: inline-block;
	/*position: absolute;
	transform: translate(0%, 0%);
	left: 0;
	top: 0;*/
	width: max-content;
	opacity: 1;
}
#xpcb-variations-table tr td input.qty {
	box-sizing: border-box;
}
#xpcb-variations-table .single_add_to_cart_button {
	outline: transparent;
}
#xpcb-variations-table thead th, #xpcb-variations-table thead td {
	padding: 10px 12px;
	border-bottom: 1px solid #111;
}
#xpcb-variations-table tfoot th, #xpcb-variations-table tfoot td {
	padding: 10px 12px 6px 12px;
}
