.no-close .ui-button.ui-dialog-titlebar-close {
	display: none 
}
/* hide the extra - and + buttons inserted by another plugin */
.woocommerce form.cart .quantity.wccp_preorder.buttons_added a.minus, .woocommerce form.cart .quantity.wccp_preorder.buttons_added a.plus{
	display: none;
}
.related.products button.wccp_but.button{
	float:none !important;
}
.wccp-plus:before{
	font-family: "Font Awesome 5 Free";
	content: "\f067";
	display: inline-block;
}
.wccp-minus:before{
	font-family: "Font Awesome 5 Free";
	content: "\f068";
	display: inline-block;
}
.wccp-plus, .wccp-minus{
	background-color: #ffffff;
    color: black;
    border: 1px solid #e4e4e4;
	padding: 0.65em 0.65em;
	font-size: 1em;
	font-weight: 900;
	width: 38px;
}
.wccp-plus{
	border-left-width: 0;
}
.wccp-minus{
	border-right-width: 0;
}
.wccp-plus:focus, .wccp-plus:hover,
.wccp-minus:focus, .wccp-minus:hover {
	color: black;
    background-color: #ffffff;
    border-color: #eaeaea;
}
input[type="button"].submit_preorder{
	margin-left: 15px;
}
button#but_wccp, input[type="button"].submit_preorder {
    background: #3fc357;
    color: #ffffff;
}
button#but_wccp:hover, input[type="button"].submit_preorder:hover {
	background: #3a3a3a;
    color: #ffffff;
}
input[type="button"].cancel_preorder:hover{
    background: #3fc357;
    color: #ffffff;
}
.preordered:after{    
	font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
    display: inline-block;
}