.cpod-cart-inline-svg{
  min-width:50px;
}
.cpod-cart-switch{
  display:inline-flex;
  align-items:center;
  padding:0;
  margin-top:4px;
  border:1px solid #c9c9c9;
  border-radius:10px;
  background:#fff;
  overflow:hidden;
  cursor:pointer;
}
.cpod-cart-switch__seg{
  font-size:10px;
  line-height:1;
  padding:3px 7px;
  color:#333;
  background:#fff;
  border-right:1px solid #c9c9c9;
}
.cpod-cart-switch__seg:last-child{
  border-right:none;
}
.cpod-cart-switch__seg.is-active{
  background:#e2e2e2;
}
