/** Shopify CDN: Minification failed

Line 12:11 Unexpected "{"
Line 12:20 Expected ":"
Line 22:10 Unexpected "{"
Line 22:19 Expected ":"
Line 26:10 Unexpected "{"
Line 26:19 Expected ":"

**/

 #section-{{ section.id }} .float-img{
	position:fixed;
	width:60px;
	height:60px;
	bottom:15px;
	right:15px;
	border-radius:50px;
	text-align:center;
  z-index:9999;
}
#section-{{ section.id }} .float-img img{
  opacity: 0.8;
  transition: opacity .3s;
}
#section-{{ section.id }} .float-img img:hover{
  cursor: pointer;
  opacity: 1;
}
