.sku-options-selection-title-extra {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  flex-wrap: wrap;
  flex-shrink: 0;

  &-price {
    color: #d92d20;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
  }

  &-num {
    margin-left: 10px;
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
  }
}
