@-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;
}
#loader-img {
	background-image: url("http://localhost/product/wp-content/plugins/product-enquiry/assets/images/ajax-loader.gif");
	margin: 0 auto;
	display: block;
	width: 28px; 
	height: 28px; 
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;	
	color: #ffffff;
	border: none;
}
.wcpe_product_enquiry #product_ids {
	width: 100%;
}
.wcpe_product_enquiry input.form-control {
	width: 100%;
}
.wcpe_product_enquiry textarea.form-control {
	width: 100% !important;
}
div.wcpe_product_enquiry.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;
}

