

/* Start:/local/templates/duogynal/template_styles.css?1770209230519*/
#scroll-up-btn {
	border-radius: 0.56rem;
	width: 3.75rem;
	height: 3.75rem;
	background-color: #cde9ff;
	display: grid;
	place-content: center;
	transition: background-color .3s ease;
	position: fixed;
	bottom: 12vh;
	right: 2rem;
	z-index: 999;
	cursor: pointer;	
}
#scroll-up-btn:not(.show) {
	visibility: hidden;
}
#scroll-up-btn:hover {
	background-color: #3575aa;
}
@media (max-width:768px) {
	#scroll-up-btn { right: 9px; }
	.lacto.is-active + #scroll-up-btn {
	    bottom: 345px;		
	}
}
/* End */
/* /local/templates/duogynal/template_styles.css?1770209230519 */
