.shopping-cart-toggler {
    position: fixed!important;
    bottom: 5rem;
    right: 2rem;
    z-index: 1020;
    background: #fff;
    padding: 0.5rem;
    width: 3.75rem;
    height: 3.75rem;
    text-decoration: none;
    color: #222;
    display: flex;
    border-radius: 50px;
    box-shadow: 0 1rem 3rem rgba(34,34,34,.175);
    align-items: center;
    
}

.shopping-cart-toggler svg {
  /* font-size: 2rem; */
  display: block;
  margin: 0 auto;
}


.top-toggler {
  position: fixed!important;
  bottom: 5rem;
  right: 6rem;
  z-index: 1020;
  background: #fff;
  padding: 0.5rem;
  width: 3.75rem;
  height: 3.75rem;
  text-decoration: none;
  color: #222;
  display: flex;
  border-radius: 50px;
  box-shadow: 0 1rem 3rem rgba(34,34,34,.175);
  align-items: center;
  
}

.top-toggler svg {
/* font-size: 2rem; */
display: block;
margin: 0 auto;
}