/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> .form_input_blocker, .scroll_show_component **/
.form_input_blocker, 
.scroll_show_component {
	display: none !important;
}

/** General >> composite_pagination **/
.composite_pagination {
	width: 50% !important;
}


/*= Composite Products Styling = */

/** Composite Products Styling >> .component_summary (when they select a component) **/
.component_summary {
	text-align: center !important;
	background-color: rgb(255, 255, 255) !important;
	padding: 20px !important;
	border: 2px solid rgb(0, 153, 153) !important;
	border-radius: 5px !important;
}

/** Composite Products Styling >> .component_summary>.composite_form .composite_navigation .page_button **/
.composite_form .composite_navigation .page_button {
	font-size: 18px !important;
}

/** Composite Products Styling >> Hide Stock Quanity .stock.in-stock **/
.stock.in-stock {
	display: none !important;
}

/** Composite Products Styling >> Hide Product Quantity .content_product_title > strong **/
.content_product_title > strong {
	display: none !important;
}

/** Composite Products Styling >> CheckOut - Hide Component Quanities **/
.component_table_item .product-quantity {
	display: none !important;
}

/** Composite Products Styling >> Composite summary 588 **/
#composite_summary_588 {
	
}

/** Composite Products Styling >> Get Column Styles to format right **/
.woocommerce div.product.elementor form.cart [data-product_id="1594925338"] table.variations {
	--variation-select-width: 25% !important;
}

/** Composite Products Styling >> Remove selection description **/
[data-product_id="1594925338"] .attribute_column-style_picker_label, 
[data-product_id="1594925338"] .reset_variations_wrapper {
	width: 0 !important;
	display: none !important;
}

/** Composite Products Styling >> Weird formating when first option is selected **/
div.swatch-wrapper.selected {
	padding: 0 !important;
}

/** Composite Products Styling >> .woocommerce div.product.elementor form.cart table.variations td.value::before **/
.woocommerce div.product.elementor form.cart table.variations td.value::before {
	display: none !important;
}

/** Composite Products Styling >> Removes the Title with quantity **/
.composited_product_title_wrapper {
	display: none !important;
}

/** Composite Products Styling >> .reset_variations_wrapper (CLEAR button) **/
.reset_variations_wrapper {
	margin-top: 25px !important;
}

