.famie-btn {
    background-color: #14465f;
    @include transition-duration(500ms);
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 160px;
    height: 50px;
    color: #ffffff;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    &:hover,
    &:focus {
        font-size: 16px;
        font-weight: 700;
        background-color: #ffffff;
        color: #ffffff !important;
        box-shadow: none;
    }
}
.checkout-btn {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 3px;
  &:hover,
  &:focus {
      font-size: 14px;
      font-weight: 700;
  }
}
