/** Shopify CDN: Minification failed

Line 19:1 Expected "}" to go with "{"

**/
.wa {
  position: fixed;
  bottom: 20px;  /* distance from bottom */
  left: 20px;   /* distance from right */
  z-index: 9999; /* keep it on top of other elements */
}
.wa img{
    max-width:65px;
}

@media(max-width:1000px){
    .wa { 
  bottom: 65px;  /* distance from bottom */
}