/*
 * Styles used for WooCommerce Product Bundles plugin
 * https://woocommerce.com/products/product-bundles/
*/


/*
 * Single product per item css
*/
body.single-product div.product.bundled_product {
	display: flex;
	margin-bottom: 20px;
}

	body.single-product div.product.bundled_product:first-child {
		margin-top: 40px;
	}

	body.single-product div.product.bundled_product .bundled_product_images {
		flex: 0 0 100px;
	}

	body.single-product div.product.bundled_product .details {
		flex: 1 1 auto;
		margin-left: 20px;
	}

	body.single-product div.product.bundled_product .bundled_product_title {
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 120%;
	}

	body.single-product div.product.bundled_product .cart {
		display: block;
	}


	body.single-product div.product.bundled_product .price {
		margin: 10px 0;
		text-align: left;
		font-weight: 700;
		font-size: 15px;
		line-height: 120%;
	}

		body.single-product div.product.bundled_product .price del {
			clear: none;
			display: inline;
			font-weight: 400;
		}

		body.single-product div.product.bundled_product .stock {
			text-align: left;
			margin-bottom: 0;
		}

	body.single-product div.product.bundled_product .bundled_product_excerpt {
		display: none;
	}




/*
 * Single product view add to cart, bundle total and qty css
*/
body.single-product div.product .entry-summary .cart.bundle_data {
	margin-top: 40px;
}

	body.single-product div.product .entry-summary .cart.bundle_data .maksimer-quanity-amount-info {
		display: none;
	}

	body.single-product div.product .entry-summary .bundle_price .price {
		margin-top: 0;
		margin-bottom: 20px;
	}




/*
 * Cart and checkout view
*/
table.shop_table .bundled_table_item .product-name,
table.shop_table .bundled_table_item .product-price,
table.shop_table .bundled_table_item .product-quantity,
table.shop_table .bundled_table_item .product-subtotal,
table.shop_table .bundled_table_item .product-total {
	font-size: 85%;
}

table.shop_table .bundled_table_item .product-subtotal {
	white-space: nowrap;
}

table.shop_table .bundled_table_item .bundled_table_item_indent {
	padding-left: 0;
}

table.shop_table .bundled_table_item td.product-name dl.variation {
	font-size: 100%;
}

table.shop_table .bundled_table_item td {
	padding-top: 10px;
	padding-bottom: 10px;
}
	table.shop_table .bundled_table_item td.product-remove,
	table.shop_table .bundled_table_item td.product-thumbnail {
		border-top: 1px solid transparent;
	}

	table.shop_table .bundled_table_item td.product-thumbnail a img {
		display: none;
	}




/*
 * Checkout view spesifics
*/
.woocommerce-checkout table.shop_table .bundle_table_item,
.woocommerce-checkout table.shop_table .bundled_table_item {
	border-bottom: 0;
}

.woocommerce-checkout table.shop_table .bundle_table_item {
	border-top: 1px solid #e6e6e6;
}

.woocommerce-checkout table.shop_table .bundle_table_item td {
	padding-bottom: 0;
}


.woocommerce-checkout table.shop_table .bundled_table_item_indent {
	padding-left: 15px;
}