/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2026 | 07:32:08 */
.get-price-button {
    background-color: white;
    color: black;
    font-family: 'inter';
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid black;
    border-radius: 0px;
    padding: 0em 0.5em;
    position: absolute;
    bottom: 0;
    right: 0;
	border-top:none;
	border-left:none;
	border-right:none;
}

button.get-price-button:hover, .get-price-button:focus {
	color:#CB9E58;
	border-color:#CB9E58;
	background-color: white!important;
}


[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	background-color:transparent!important;
}


.form-catalogue .wpcf7-submit {
	color:white!important;
	background-color:black!important;
}

.to-hide {
	display:none;
}