@media only screen and (max-width: 420px) {
  .template-product .product__add-to-cart{
  	position: fixed;
    bottom: 0px;
    left: 0px;
  }
}