
[class*="wd-search-full-screen"] {
	--wd-search-font-size: 1.08em;
	position: fixed;
	z-index: 400;
	visibility: hidden;
	opacity: 0;
	outline: none !important;
}

[class*="wd-search-full-screen"] :is(.wd-search-history,.wd-search-requests,.wd-search-info-text):not(:last-child) {
	margin-bottom: var(--wd-search-sp);
}

[class*="wd-search-full-screen"] .wd-scroll-content:not(.wd-dropdown) {
	--wd-scroll-h: 100%;
}

[class*="wd-search-full-screen"] .wd-search-suggestions {
	animation: wd-fadeInBottomShort .6s cubic-bezier(.19, 1, .22, 1) both;
}

[class*="wd-search-full-screen"] .wd-search-suggestions .wd-search-title {
	margin-top: var(--wd-search-sp);
}

[class*="wd-search-full-screen"] .wd-search-suggestions .wd-search-title:first-child {
	margin-top: 0;
}

[class*="wd-search-full-screen"] .wd-suggestion {
	flex-direction: column;
}

[class*="wd-search-full-screen"] .wd-suggestion-thumb {
	margin-bottom: 10px;
}

[class*="wd-search-full-screen"] .wd-not-found-msg {
	font-size: var(--wd-search-font-size);
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion {
	flex-direction: row;
	flex-basis: unset;
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion .wd-suggestion-thumb {
	margin-bottom: 0;
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion .wd-entities-title {
	transition: all .25s ease;
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion:hover .wd-entities-title {
	opacity: .6;
}

[class*="wd-search-full-screen"].wd-searched :is(.wd-search-history,.wd-search-requests,.wd-search-info-text) {
	display: none;
}

[class*="wd-search-full-screen"] .wd-search-history ul {
	flex-direction: row;
	flex-wrap: wrap;
}

[class*="wd-search-full-screen"] .wd-sh-head {
	display: block;
}

[class*="wd-search-full-screen"] .wd-sh-head .wd-sh-clear {
	display: none;
}

[class*="wd-search-full-screen"] .wd-sh-link:before {
	display: none;
}

[class*="wd-search-full-screen"].wd-opened {
	visibility: visible;
	opacity: 1;
}

.wd-search-opened {
	overflow: hidden;
}

@media (min-width: 1025px) {
	.wd-search-opened body {
		padding-right: var(--wd-scroll-w);
	}
	
	.wd-search-opened .wd-page-wrapper {
		margin-right: calc(var(--wd-scroll-w) * -1);
	}
	
	.wd-search-opened :is(.header-banner,.whb-row,.wd-page-content) {
		padding-right: var(--wd-scroll-w);
	}
}

@media (max-width: 1024px) {
	[class*="wd-search-full-screen"] {
		--wd-search-font-size: .92em;
		--wd-search-sp: 15px;
	}
	
	[class*="wd-search-full-screen"] .wd-search-requests {
		--wd-requests-pd: 8px 12px;
		--wd-requests-fs: 10px;
	}
}

.wd-search-full-screen {
	--wd-search-sp: 20px;
	--wd-form-height: 110px;
	display: flex;
	flex-direction: column;
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 14px rgba(0, 0, 0, .08);
	transition: opacity .5s cubic-bezier(.19, 1, .22, 1) .5s, visibility .5s cubic-bezier(.19, 1, .22, 1) .5s, transform .5s cubic-bezier(.19, 1, .22, 1);
	transform: translate3d(0, 100%, 0);
}

.wd-search-full-screen .wd-search-title, .wd-search-full-screen .wd-not-found-msg {
	text-align: center;
}

.wd-search-full-screen :is(.wd-search-history,.wd-search-requests,.wd-search-info-text):not(:last-child) {
	padding-bottom: var(--wd-search-sp);
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-search-full-screen .wd-search-results {
	margin-top: calc(var(--wd-search-sp) * -1);
	padding-top: var(--wd-search-sp);
	overflow-y: scroll;
}

.wd-search-full-screen .wd-search-suggestions .wd-search-title {
	border-top: 1px solid var(--brdcolor-gray-300);
	padding-block: var(--wd-search-sp) calc(var(--wd-search-sp) - 10px);
}

.wd-search-full-screen .wd-search-suggestions .wd-search-title:first-child {
	border-top: none;
	padding-top: 0;
}

.wd-search-full-screen .wd-suggestions-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wd-search-full-screen .wd-suggestion {
	flex-basis: 200px;
	flex-grow: 0;
	padding: 10px;
}

.wd-search-full-screen .wd-not-found {
	flex: 1 1 100% !important;
}

.wd-search-full-screen .wd-all-results {
	margin-top: 10px;
}

.wd-search-full-screen.wd-searched .wd-search-area {
	display: none;
}

.wd-search-full-screen .searchform {
	padding-inline: 100px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
	margin-bottom: var(--wd-search-sp);
	--wd-form-bg: transparent;
	--wd-form-color: var(--color-gray-800);
	--wd-form-placeholder-color: var(--color-gray-800);
	--wd-form-brd-width: 0;
	--wd-form-height: unset;
}

.wd-search-full-screen .searchform input[type="text"] {
	padding: 0;
	text-align: center;
	font-weight: 600;
	font-size: 48px;
}

.wd-search-full-screen .searchform .searchsubmit {
	display: none;
}

.wd-search-full-screen .wd-close-search.wd-style-icon {
	--wd-action-icon-size: 38px;
	position: absolute;
	top: 5px;
	inset-inline-end: 5px;
	z-index: 1;
}

.wd-search-full-screen .wd-close-search.wd-style-icon>a {
	width: 100px;
	height: 100px;
}

.wd-search-full-screen .wd-search-info-text {
	padding-inline: 15px;
	text-align: center;
	font-size: var(--wd-search-font-size);
}

.wd-search-full-screen .wd-search-loader {
	top: calc(var(--wd-form-height) + 1px);
}

.wd-search-full-screen .wd-search-loading ~ .wd-search-loader {
	opacity: 1;
	pointer-events: auto;
}

.wd-search-full-screen .wd-search-loading ~ .wd-search-loader:after {
	--wd-anim-state: running;
}

.wd-search-full-screen .wd-search-history {
	padding-inline: var(--wd-search-sp);
}

.wd-search-full-screen .wd-search-history ul {
	justify-content: center;
}

.wd-search-full-screen .wd-search-requests {
	padding-inline: var(--wd-search-sp);
}

.wd-search-full-screen .wd-search-requests ul {
	justify-content: center;
}

.wd-search-full-screen .wd-search-area {
	margin-top: calc(var(--wd-search-sp) * -1);
	padding-top: var(--wd-search-sp);
	padding-inline: 15px;
	height: 100%;
}

.wd-search-full-screen.wd-opened {
	transition: opacity 0s, visibility 0s, transform .5s cubic-bezier(.19, 1, .22, 1);
	transform: none;
}

@media (max-width: 1024px) {
	.wd-search-full-screen {
		--wd-form-height: 70px;
	}
	
	.wd-search-full-screen .searchform {
		padding-inline: var(--wd-search-sp);
	}
	
	.wd-search-full-screen .searchform input[type="text"] {
		font-size: 20px;
	}
	
	.wd-search-full-screen .wd-close-search {
		display: none;
	}
}

@media (max-width: 768.98px) {
	.wd-search-full-screen .wd-suggestion {
		flex-basis: 33.333333%;
	}
}

@media (max-width: 576px) {
	.wd-search-full-screen .wd-suggestion {
		flex-basis: 50%;
	}
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.summary-add-to-cart-form-bundle {
	clear: both;
}

.summary-add-to-cart-form-bundle:before {
	display: table;
	content: "";
	clear: both;
}

div.bundled_product_summary, .woocommerce div.product.bundled_product_summary {
	padding-bottom: 1.618rem;
	margin-bottom: 1.618rem;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.bundled_product_summary .bundled_product_optional_checkbox span {
	font-weight: inherit;
}

.bundled_product_summary .bundled_product_optional_checkbox input, .single-product form.cart .bundled_product_summary .bundled_product_optional_checkbox input {
	width: auto;
	vertical-align: baseline;
}

.bundled_product_summary .bundled_product_optional_checkbox {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.bundled_item_optional .bundled_item_cart_content--populated:before {
	display: block;
	content: "";
	height: 1rem;
}

.woocommerce-page div.product div.bundled_product_images, .woocommerce-page #content div.product div.bundled_product_images, .woocommerce div.product div.bundled_product_images, .woocommerce #content div.product div.bundled_product_images {
	float: left;
	width: 20%;
	margin: 0;
}

.bundled_product_summary .bundled_product_images {
	float: left;
	position: relative;
}

.bundled_product_summary .bundled_product_images figure {
	margin: 0;
}

.bundled_product_summary .bundled_product_images img {
	width: 100%;
	height: auto;
	display: block;
}

.bundled_product_summary .bundled_product_images a.placeholder_image[data-rel="photoSwipe"] {
	cursor: default;
}

div.bundled_product_summary .bundled_product_images, div.bundled_product_summary .details {
	box-sizing: border-box;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
	float: right;
	width: 80%;
	padding: 0 0 0 1.5rem;
}

.summary-add-to-cart-form-bundle div.bundled_product_summary:not(.thumbnail_hidden) .details {
	padding: 0 0 0 2rem;
}

h4.bundled_product_title {
	margin-top: 0;
}

.bundled_product_summary .bundled_product_title .item_suffix {
	font-style: italic;
}

.bundled_product_summary .bundled_product_title .bundled_product_title_link {
	margin-left: .5em;
}

.bundled_product_summary .bundled_product_title a.bundled_product_permalink {
	text-decoration: none !important;
	box-shadow: none !important;
	position: relative;
}

.bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
	content: "";
	font-family: "FontAwesomePB";
	position: absolute;
	font-size: .7em;
	top: 50%;
	-webkit-transform: translateY(-46%);
	-ms-transform: translateY(-46%);
	transform: translateY(-46%);
}

.bundled_product p.stock, .bundled_item_cart_details p.stock, .bundled_item_cart_details span.price, .bundled_item_cart_details .single_variation .price, .bundled_item_cart_details p.bundled_item_unavailable, .single-product div.product .bundled_item_cart_details span.price, .single-product div.product .bundled_item_cart_details .single_variation .price, .bundled_item_cart_details .woocommerce-variation-description p:first-child {
	margin: 1em 0 0;
}

.bundled_item_cart_details>p:first-child, .bundled_item_cart_details>span:first-child, .single-product div.product .bundled_item_cart_details>p:first-child, .single-product div.product .bundled_item_cart_details>span:first-child {
	margin-top: 0;
}

.bundled_product_summary .bundled_item_wrap span.price, .single-product .bundled_product_summary .bundled_item_wrap span.price {
	display: block;
}

.bundled_product_summary p.bundled_item_unavailable {
	font-weight: 500;
}

.bundled_product_summary .bundled_item_price_quantity, .bundled_product_summary.bundled_item_optional .bundled_product_optional_checkbox span.price, .single-product div.product .bundled_product_summary.bundled_item_optional .bundled_product_optional_checkbox span.price {
	margin-left: .1em;
}

.bundled_item_wrap *+.bundled_item_button .quantity, .single-product div.product .bundled_item_wrap *+.bundled_item_button .quantity {
	margin: 1em 0 0 0;
}

.bundled_product_summary .quantity_hidden {
	display: none !important;
}

.bundle_form .bundled_product.product {
	overflow: visible;
}

.bundle_data .bundle_button button.disabled {
	opacity: .5;
}

.bundled_item_wrap:before, .bundled_item_wrap:after, div.bundled_product_summary:after, div.bundled_product_summary:before, .bundle_data:after, .bundled_product_summary .bundled_product_optional_checkbox:after {
	display: table;
	content: "";
	clear: both;
}

.float_qty_input .details {
	padding-right: 100px;
	position: relative;
	width: 100%;
}

.float_qty_input .bundled_item_after_cart_details {
	position: absolute;
	right: 5px;
	top: 0px;
}

.bundled_product_checkbox {
	vertical-align: middle;
	margin: 0 6px 3px 0;
}

.bundle_error .woocommerce-info ul {
	list-style: none;
	margin: 0;
	width: 100%;
}

.purchasable_notice_reason .pb_notice_list {
	list-style: disc;
	margin: 1.5rem;
}

.bundle_error .woocommerce-info ul li {
	margin-bottom: .5em;
}

.bundle_error .woocommerce-info ul li:last-child {
	margin-bottom: 0;
}

.bundle_error .woocommerce-info {
	margin: 0 0 1.5rem;
}

.woocommerce-info .purchasable_notice_reason {
	font-size: 90%;
	font-style: italic;
	display: block;
	margin-top: 1em;
}

.woocommerce-info .purchasable_notice_reason strong {
	font-style: normal;
	margin: 0 2px;
}

.bundle_form button {
	vertical-align: middle;
}

.bundle_form .bundle_price, .bundle_form .bundle_error {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.bundle_form .bundle_price:before, .bundle_form .bundle_error:before, .bundle_form .bundle_availability:before {
	display: table;
	content: "";
	clear: both;
}

.bundle_form .bundle_price:after, .bundle_form .bundle_error:after, .bundle_form .bundle_availability:after {
	display: table;
	content: "";
	clear: both;
}

.bundle_form .bundle_price p.price, .single-product .bundle_form .bundle_price p.price {
	line-height: 1;
	margin: 0 0 1.5rem;
}

.bundle_form .bundle_price p.price .bundled_subscriptions_price_html, .single-product .bundle_form .bundle_price p.price .bundled_subscriptions_price_html {
	line-height: 1.5;
}

.bundle_form .bundle_availability p.stock, .single-product .bundle_form .bundle_availability p.stock {
	line-height: 1;
	margin: 0 0 1.5rem;
}

.bundle_form.bundle_out_of_stock .bundle_availability p.out-of-stock, .single-product .bundle_form.bundle_out_of_stock .bundle_availability p.out-of-stock {
	margin: 0;
}

ul.bundled_products .bundled_product_summary .bundled_product_images {
	float: none !important;
	width: 100% !important;
}

ul.bundled_products .bundled_product_summary .quantity, .single-product div.product form.cart ul.bundled_products .bundled_product_summary .quantity {
	float: none;
}

ul.bundled_products table.variations td {
	text-align: center;
}

ul.bundled_products li.bundled_product .price {
	display: inline-block;
}

ul.bundled_products li.bundled_product {
	text-align: center;
}

table.bundled_products_hidden {
	display: none;
}

table.bundled_products {
	border-width: 0 0 1px;
	margin-bottom: 1.5rem;
}

table.bundled_products .bundled_product_summary {
	padding: 0;
}

table.bundled_products .bundled_product_summary .bundled_product_images {
	float: none !important;
	width: 100% !important;
}

table.bundled_products td.bundled_item_col {
	vertical-align: top;
	border: 0;
	padding: 1em;
}

table.bundled_products th.bundled_item_col {
	border: 0;
	padding: 1em;
}

table.bundled_products td.bundled_item_images_col {
	width: 20%;
	min-width: 100px;
}

table.bundled_products td.bundled_item_qty_col {
	max-width: 150px;
}

table.bundled_products td.bundled_item_qty_col, table.bundled_products th.bundled_item_qty_head {
	text-align: center;
}

.summary-add-to-cart-form-bundle table.bundled_products th, .summary-add-to-cart-form-bundle table.bundled_products td {
	padding: 1.5em;
}

table.bundled_products td.bundled_item_qty_col .quantity, .single-product div.product form.cart table.bundled_products td.bundled_item_qty_col .quantity {
	float: none;
	margin: 0;
	display: inline-block;
}

table.bundled_products .bundled_product_summary td.bundled_item_details_col .details {
	width: 100%;
	float: none;
	padding: 0;
}

span.summary_element_content span.content_bundled_product_details_wrapper {
	margin: .5em 0 0 0;
	display: block;
}

span.summary_element_content span.content_bundled_product_details {
	display: block;
}

span.summary_element_content span.content_bundled_product_image {
	width: 20%;
	margin: .75em auto 0 auto;
	display: none;
}

span.summary_element_content span.content_bundled_product_image img {
	margin-bottom: .5em;
}

span.summary_element_content span.content_bundled_product_title {
	display: block;
}

span.summary_element_content span.content_bundled_product_title:first-of-type {
	margin-top: .5em;
}

span.summary_element_content span.content_bundled_product_title span.bundled_product_title_sep {
	display: none;
}

.component .bundle_form {
	margin-bottom: 0;
}

.component .component_wrap .bundle_price span.price, .single-product .component div.product .component_wrap .bundle_price span.price {
	margin: 0 0 1.5rem;
}

.composite_message .bundled_items_selection_status {
	display: none;
}

.composite_message .status_msg {
	display: inline;
}

.woocommerce #content div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page #content div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce #content div.product .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce div.product .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page #content div.product .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page div.product .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.small_width.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details, .small_width.composite_form .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.small_width.bundle_form div.bundled_product_summary .bundled_product_images, .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images {
	max-width: 50%;
}

.small_width.bundle_form div.bundled_product_summary .bundled_product_images img, .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images img {
	margin-bottom: 1em;
}

.small_width.bundle_form table.bundled_products td, .small_width.composite_form .bundle_form table.bundled_products td {
	display: block;
}

.small_width.bundle_form table.bundled_products thead, .small_width.composite_form .bundle_form table.bundled_products thead {
	display: none;
}

.small_width.bundle_form table.bundled_products tr td.bundled_item_images_col, .small_width.composite_form .bundle_form table.bundled_products tr td.bundled_item_images_col {
	width: 100%;
	padding-bottom: 0;
}

.small_width.bundle_form table.bundled_products tr td.bundled_item_images_col, .small_width.bundle_form table.bundled_products tr td.bundled_item_details_col, .small_width.composite_form .bundle_form table.bundled_products tr td.bundled_item_images_col, .small_width.composite_form .bundle_form table.bundled_products tr td.bundled_item_details_col {
	padding-bottom: 0;
}

.small_width.bundle_form table.bundled_products tr td.bundled_item_images_col, .small_width.composite_form .bundle_form table.bundled_products tr td.bundled_item_images_col {
	width: 100%;
}

.small_width.bundle_form table.bundled_products tr td.bundled_item_qty_col, .small_width.composite_form .bundle_form table.bundled_products tr td.bundled_item_qty_col {
	max-width: 100%;
	text-align: left;
}

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

.bundled_items_selection_msg {
	flex-grow: 1;
}

.bundled_items_selection_status {
	flex-shrink: 0;
	font-style: italic;
	padding-left: 1em;
	margin-left: 1em;
	border-width: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255, 255, 255, .25) !important;
}

.small_width.bundle_form .bundled_items_selection_status {
	display: none;
}

.bundle_form.bundle_sells_form {
	margin-bottom: 0;
	padding-top: 2em;
}

.bundle_sells_title+.bundle_form.bundle_sells_form {
	padding-top: 0;
}

div+.bundle_sells_title {
	padding-top: 1.618em;
}

.bundle_form .product-addon {
	margin: 0;
	padding: 10px 0;
}

.product .bundled_item_wrap .nyp {
	margin: 0;
}

.product .bundled_item_wrap .nyp .woocommerce-nyp-message {
	margin: 0 !important;
	padding: 1em 0;
}

.product .bundled_item_wrap .nyp .woocommerce-nyp-message .wc-nyp-error {
	margin: 0;
}

.bundle_form table.variations .required {
	border-bottom: 0 !important;
	color: red;
}

.bundle_form table.variations, .single-product div.product .bundle_form table.variations {
	margin: 0;
}

.bundle_form table.variations td, .bundle_form table.variations th {
	display: list-item;
	padding: 0;
	list-style: none;
	background-color: transparent;
}

.bundle_form .cart .variations select, .bundled_product .cart .variations .bundled_variation_attribute_value, .single-product div.product .bundle_form .cart .variations select {
	margin: 0;
}

.bundle_form table.variations td.value, .single-product div.product .bundle_form table.variations td.value {
	margin: 0;
	padding: .25em 0 0;
}

.bundle_form .variations_button, .single-product div.product .bundle_form .variations_button {
	padding: 0px;
	border-top: none;
}

.woocommerce form.cart .bundled_product .cart .variations, .woocommerce form.cart .bundled_product .cart .variations tr, .woocommerce form.cart .bundled_product .cart .variations td {
	border: 0;
}

.bundled_product .cart .variations td.label {
	padding: 1em 0 0;
}

.bundled_product .cart .variations tr:first-child td.label {
	padding: 0;
}

.bundled_product .cart .attribute_value_static td label:after {
	content: ":";
}

.bundled_product .cart .variations a.reset_variations {
	margin: 1rem 0 0;
	display: inline-block;
	visibility: visible !important;
}

.bundled_product .wc-no-matching-variations {
	margin: 1rem 0 0 0;
}

.theme-astra.woocommerce div.product form.bundle_form {
	margin: 1.618em 0 1.618em 0;
}

.theme-astra div.product form.bundle_form .bundle_availability p.stock {
	line-height: 1;
	margin: 0 0 1.618em;
}

.theme-astra.woocommerce div.product .bundled_product span.price {
	font-size: 1rem;
}

.theme-astra.woocommerce div.product form.bundle_form .bundled_product .single_variation_wrap .single_variation, .theme-astra.woocommerce div.product form.bundle_form .bundled_product p.stock {
	margin-bottom: 0;
}

.theme-astra.woocommerce div.product form.bundle_form .bundled_product p.stock {
	font-size: 1em;
}

.theme-astra div.product .bundle_form.bundle_out_of_stock .bundle_availability p.out-of-stock {
	margin: 0;
}

.theme-astra.woocommerce-page div.product div.bundled_product_images, .theme-astra.woocommerce-page #content div.product div.bundled_product_images, .theme-astra.woocommerce div.product div.bundled_product_images, .theme-astra.woocommerce #content div.product div.bundled_product_images {
	width: 20%;
}

.theme-astra .bundled_product p.stock, .theme-astra .bundled_item_cart_details p.stock, .theme-astra .bundled_item_cart_details span.price, .theme-astra .bundled_item_cart_details .single_variation .price, .theme-astra .bundled_item_cart_details p.bundled_item_unavailable, .theme-astra.single-product div.product .bundled_item_cart_details span.price, .theme-astra.single-product div.product .bundled_item_cart_details .single_variation .price, .theme-astra .bundled_item_cart_details .woocommerce-variation-description p:first-child {
	margin: 0;
}

.theme-astra .bundled_product .cart .variations a.reset_variations {
	margin: 0;
}

.theme-astra .bundled_product {
	font-size: .9em;
}

.theme-astra.woocommerce div.product form.bundle_form table.bundled_products {
	margin-bottom: 1.5rem;
}

.theme-astra table.bundled_products tr td.bundled_item_col {
	padding-bottom: .75rem;
}

.theme-astra table.bundled_products tr:last-child td.bundled_item_col {
	padding-bottom: 1.5rem;
}

.theme-flatsome form.bundle_form {
	margin-top: 1.3em;
}

.theme-flatsome .bundled_product .cart .variations a.reset_variations {
	position: static;
	margin-bottom: 1em;
}

.theme-flatsome .bundled_product .cart .woocommerce-variation-price {
	padding: 0;
}

.theme-flatsome .product-info .bundle_form .price {
	font-size: 1em;
}

.elementor-add-to-cart-wc-pb form.cart:not(.grouped_form):not(.variations_form), .elementor-add-to-cart-wc-pb form.cart div.woocommerce-variation-add-to-cart {
	display: block !important;
}

.theme-twentytwentyone .bundled_product_summary .bundled_product_optional_checkbox input, .theme-twentytwentyone .single-product form.cart .bundled_product_summary .bundled_product_optional_checkbox input {
	width: 25px;
	height: 25px;
	min-width: 25px;
}

.product-type-bundle #ppcp-messages {
	display: none;
}

.product-type-bundle #ppc-button {
	display: none;
}
