@media (max-width: 768px) {
  .template-product .footbar-fixed {
    bottom: 65px;
  }
  body .toolbar .dropdown-menu.hidden-on-desktop {
    transform: translateY(150%);
  }
}