/* ==========================================================================
  header +α
  ========================================================================== */
header .cart {
    position: relative !important;
}
header .cart .inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    min-width: 14px;
    background-color: #F5333F;
    font-size: 1.0rem;
    line-height: 1;
    color: #ffffff;
    top: -3px;
    right: -10px;
    border-radius: 7px;
    padding: 1px 4px 2px;
}