@charset "utf-8";


.size-button {
  background-color: #fff;
  border: 1px solid #999;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 11px;
  text-align: center;
  width: 40px;
	
  &:hover,
  &.active {
    background-color: #AE2823;
    color: #fff;
  }
}