/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 25 2024 | 15:58:18 */

a .dg-fast-co {
	bottom: 63px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #7bdcb5;
	width: 100%;
	border: 1px solid #7bdcb5;
	border-radius: 20px 20px 0px 0px;
	position: fixed;
	display: inline-block;
	z-index: 99999999;
}

a .dg-fast-co {
	color: white;
}

a .dg-fast-co:hover{
	background-color: #61CE70;
	color: white;
}

.dg-fas-co-container i{
	padding-left: 10px;
	animation: h-shack 2s linear infinite;
}

@keyframes h-shack {
 0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}

@media(min-width: 992px){
	a .dg-fast-co {
		display:none;
	}
}
