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

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