@media (min-width: 768px) {

.checkout.woocommerce-checkout{
	display: flex;
	justify-content: space-between;
	
}

.woocommerce-page .woocommerce, .woocommerce-page table.shop_table{
	min-width: 100% !important;
}

.checkout.woocommerce-checkout .col2-set{
	width: 55%;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
	width: 40%;
	max-height: fit-content !important;
	position: sticky;
	top: 8rem;
}
	
}

.checkout.woocommerce-checkout .product-item-thumbnail { float:left; padding-right:10px;}

.checkout.woocommerce-checkout .product-item-thumbnail img {
	height: 50px;
	object-fit: contain;
}

.variation{
	display: flex !important;
	align-items: center;
}

.variation dt, .wc-block-components-product-details .wc-block-components-product-details__name{
	font-weight: 600 !important;
}

.wc-block-components-product-details {
	margin: .4rem 0;
}

.variation p {
	margin-top: 0px !important;
}


.woocommerce-MyAccount-navigation {
	background-color: var(--wp--preset--color--secondary);
	padding: 1.5rem !important;
	
}

.woocommerce-MyAccount-navigation a{
	color: var(--wp--preset--color--base) !important;
}