/** 
 * CM Scroll to top button module
 * PrestaShop 1.7.x - 8.x
 * CSS
 * Front-office
 */

/* Hide button on mobile */
@media (max-width: 575px) {
  .cd-top {
    display: none!important;
  }
}
