#sticky-button {
  width: 100%;
  height: 54px;
  display: grid;
  grid-template-columns: 20% 80%;
  border: 0;
  position: sticky;
  bottom: 0;
}

#stick-button .addtocart:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: #fff;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}

#sticky-button .addtocart {
  background-color: #333333;
  height: 100%;
  padding: 16% 0;
}

#sticky-button .addtocart img {
  width: 40%;
}

#sticky-button .buynow {
  background-color: #80a03c;
  font-size: 24px;
  font-weight: 900;
  color: #ffff;
  height: 100%;
  padding: 3% 0;
}

#more {
  display: none;
}

/* div.options > label > input {
  visibility: hidden;
}

div.options > label {
  display: block;
  margin: 0 0 0 -10px;
  padding: 0 0 20px 0;
  height: 20px;
  width: 150px;
}

div.options > label > img {
  display: inline-block;
  padding: 0px;
  height: 30px;
  width: 30px;
  background: none;
}



div.options > label > input:checked + img {
  background: url(http://cdn1.iconfinder.com/data/icons/onebit/PNG/onebit_34.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
} */
