/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2025 | 11:50:53 */
a.qodef-shortcode.qodef-m.qodef-button svg {
	fill: #fff !important;
	stroke: #fff !important;
}
circle {
	stroke: #fff !important;
}
.qodef-button svg {
	width: 12vh;
	height: auto;
}
.whatsapp {
	position: fixed;
	right: 35px;
	bottom: 35px;
	margin: 0;
	z-index: 10000;
	--s: 1.2;
	--y: 0px;
	transform: scale(var(--s)) translateY(var(--y));
	transform-origin: bottom right;
	opacity: 0;
	animation: whatsappFade 2s ease forwards;
	transition: transform 0.3s ease;
}
.whatsapp a:hover {
	transform: translateY(-4px) !important;
}
.whatsapp a {
	display: inline-flex;
	transition: transform 0.3s ease;
}
@keyframes whatsappFade {
	from {
		opacity: 0;
		transform: scale(1.2) translateY(20px);
	}
	to {
		opacity: 1;
		transform: scale(1.2) translateY(0);
	}
}
.whatsapp, .whatsapp * {
	pointer-events: auto;
}
.whatsapp .qodef-icon-holder .qodef-icon:before {
	background: #B97F51;
	padding: 10px;
	border-radius: 50px !important;
}
.whatsapp .qodef-icon-holder a {
	width: 50px !important;
	color: #fff;
}
.fa-whatsapp:before {
	text-align: center;
}
.whatsapp .qodef-icon-holder .qodef-icon {
	font-size: 30px !important;
	width: 50px !important;
	color: #fff !important;
}
.whatsapp .qodef-icon-holder.qodef-layout--normal .qodef-svg-circle {
	color: #fff !important;
}
.whatsapp .qodef-icon-holder.qodef-layout--normal .qodef-svg-circle circle {
	stroke: #ffffff54 !important;
	display: none;
}
@media only screen and (max-width: 468px){
	.whatsapp {
		right: 25px;
		bottom: 25px;
	}
}
}
