/**
* WC Cart
 */
.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th.product-name {
	display: block;
	background-color: rgba(0, 0, 0, .005);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th.product-name a {
	font-weight: normal;
}

/* Fix Klarna iframe issue */
.woocommerce-cart .wc-proceed-to-checkout #payment-method-message.StripeElement.ready {
	min-height: 60px;
}

@media screen and ( min-width: 768px ) {
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th.product-name {
		border-top: 0;
		display: table-cell;
	}
}

/**
* WC Checkout
 */
.woocommerce a.remove {
	line-height: 14px;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
	display: flex;
	align-items: center;
	gap: 8px;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart_item .product-name .checkout-item-controls {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart_item .product-name .quantity .qty {
	width: 60px;
	height: 40px;
	padding: 6px;
}

/**
* Bundled products: Single product page
 */
.woocommerce ul.products.bundled_products {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
}

.woocommerce ul.products.bundled_products::before,
.woocommerce ul.products.bundled_products::after {
	content: '';
	display: none;
}

.woocommerce ul.products.bundled_products li.product {
	margin: 0;
	width: 25%;
}

.woocommerce div.product ul.products.bundled_products .product_title {
	font-size: 18px;
}

.woocommerce div.product ul.products.bundled_products .bundled_product .woocommerce-variation-price {
	display: none;
}

.woocommerce div.product ul.products.bundled_products .bundled_product .woocommerce-variation-price,
.woocommerce div.product ul.products.bundled_products .bundled_product .reset_bundled_variations_fixed,
.woocommerce div.product ul.products.bundled_products .bundled_product .bundled_item_cart_details .price,
.woocommerce div.product ul.products.bundled_products .bundled_product .bundled_item_cart_details .woocommerce-variation-availability,
.woocommerce div.product ul.products.bundled_products .bundled_product .bundled_item_cart_details .stock
{
	display: none;
}

.woocommerce ul.products.bundled_products .bundled_product_summary .bundled_product_title .bundled_product_title_link {
	margin-left: 6px;
}

.woocommerce div.product .bundle_form ul.products.bundled_products .cart .variations select {
	background-color: #f5f5f5;
}

.woocommerce ul.products.bundled_products .bundled_product p.stock, .bundled_item_cart_details p.stock {
	margin-top: 0;
}

@media screen and ( max-width: 1100px ) {
	.woocommerce ul.products.bundled_products {
		flex-wrap: wrap;
	}

	.woocommerce ul.products.bundled_products li.product {
		width: calc(33% - 20px);
	}

}

@media screen and ( max-width: 768px ) {
	.woocommerce ul.products.bundled_products li.product {
		width: calc(50% - 15px);
	}
}

@media screen and ( max-width: 600px ) {
	.woocommerce ul.products.bundled_products[class*="columns-"] li.product {
		width: 100%;
	}


}
