/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2026 | 07:32:08 */
.form-catalogue input, .form-catalogue textarea, .form-catalogue select {
	border-left:none;
	border-top:none;
	border-right:none;
	border-radius:0px;
	background-color:transparent;
	font-family:"Inter";
	font-size:13px;
}
.form-catalogue input:focus-visible, .form-catalogue .wpcf7-submit:focus, .form-catalogue textarea:focus-visible, .form-catalogue select:focus-visible {
	outline:none;
}
.form-catalogue .wpcf7-list-item-label {
	font-family:"Inter";
	font-size:13px;
}
.form-catalogue .wpcf7-submit {
	background-color:black;
	color:white;
	border:none;
}
.form-catalogue .wpcf7-not-valid-tip {
	display:none;
}

.form-catalogue .wpcf7-response-output {
	background-color:#CB9E58;
	color:white;
	border:none!important;
	padding:1em;
	font-family:"Inter";
	font-size:13px;
}

#mce-success-response {
    position: absolute !important;
    bottom: 0em !important;
    left: 0;
    margin: 0 !important;
    padding: 0px !important;
    max-height: 1em;
}




.enquire-absoluto {
    position: fixed;
    right: 0;
    top: 45%;
    width: 15%;
	z-index:10;
}

@media only screen and (max-width: 600px) {
	.enquire-absoluto {
		position:fixed!important;
		
		top: 78% !important;
        width: 60% !important;
        max-height: fit-content;
	}
}

.shopengine-product-image-toggle {
	z-index:97!important;
}