@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}
.wpe_loader {
    text-align: center;
}
.wpe_loader span {
	-webkit-animation: rotation 1.5s infinite linear;
}
.wcpe_view_enquiry_cart_btn:after {
	font-family: WooCommerce;
    content: '\2713';
    margin-left: .53em;
    vertical-align: bottom;
}

.wcpe_product_enquiry #product_ids {
	width: 100%;
}
div#wc-pe-content {
    max-width: 800px;
    margin: auto;
}
.wcpe_product_enquiry input.form-control {
	width: 100%;
}
.wcpe_product_enquiry textarea.form-control {
	width: 100% !important;
}
div.wcpe_product_enquiry.wcpe_hidden {
    display: none;
}
span.wcpe-error {
    color: #d00;
}
form.wcpe_product_enquiry .form-group {
    margin: 10px 0;
}
#wc-pe-content {
	min-width: 337px;
}
#wc-pe-contents .form-group {
    padding: 5px 0px !important;
}


.summary > button.wcpe_request_quote_btn.hide_price,
button.wcpe_request_quote_btn.hide_price + form .single_add_to_cart_button,
button.wcpe_request_quote_btn.hide_price + .single_add_to_cart_button,
button.wcpe_request_quote_popup_btn + .single_add_to_cart_button,
button.wcpe_request_quote_popup_btn.hide_price + form .single_add_to_cart_button,
.summary > button.wcpe_request_quote_popup_btn.hide_price 
{
	display: none;
}

.single_add_to_cart_button + button.wcpe_request_quote_btn,
.single_add_to_cart_button + button.wcpe_request_quote_popup_btn,
.single_add_to_cart_button + button.wcpe_view_enquiry_cart_btn {
    margin-left: 5px !important;
}


.product_enquiry-cart-form .wcpe_remove {
	float: none !important;
}


.fancybox-is-open #wc-pe-content {
    display: block !important;
}
.fancybox-slide:before{
	max-height: 60px;
}

.fancybox-container:has(#wc-pe-content)
{
  z-index: 99999;
}