body.shopping #shopify-chat,
body.shopping #dummy-chat-button-iframe {
 opacity: 0;
 pointer-events: none;
}


body.template-index .feature-columns .cols .col img {
 transition: transform 0.2s linear; 
}


body.template-index .feature-columns .cols .col img:hover {
  transform: scale(1.05);
}


body.template-page .feature-columns .cols .col img {
 transition: transform 0.2s linear; 
}


body.template-page .feature-columns .cols .col img:hover {
  transform: scale(1.05);
}


.faq .accordion .header img {
  margin-right: 20px
}

.footer-information {
  color: #B1B1B1;
  margin-top: 40px
}

.footer-information .phone-img {
  max-width: 16px
}

.information-image {margin-bottom: 15px;}

.footer-information p {margin-top: 15px;}

