/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.single-product .product-type-bundle #trustpilot-widget-trustbox-0-wrapper {
	display: none;
}

.single-product .product-type-bundle form.bundle_form [class*="bundled_item"] {
	padding-bottom: 0;
	display: flex;
    align-items: center;
}
.single-product .product-type-bundle form.bundle_form [class*="bundled_item"] .item_title {
	font-size: 18px;
}
.bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
    font-size: 18px !important;
    top: 25px !important;
}
.single-product .product-type-bundle .summary.entry-summary del .woocommerce-Price-amount.amount {
	font-weight: 400;
}
.single-product .product-type-bundle .summary.entry-summary .price > del {
	text-decoration: none !important;
}
.single-product .product-type-bundle .summary.entry-summary .price > del span.woocommerce-Price-amount.amount {
	text-decoration: line-through;
	color: #3e4756 !important;
}
.single-product .product-type-bundle .summary.entry-summary .product-attributes {
	display: none;
}
.single-product .bundle_button .quantity {
	margin-bottom: 15px;
}