/* Bone Digital
Cowboy.css Oct 2022 */

.order-link{
  top: 82px;
}

@media only screen and (max-width: 640px){
  .order-link{
    top: unset;
    right: unset;
    left: 25px;
    bottom: calc(100px + 1em);
    line-height: 1;
  }
}