.bs-selector__outer{
    display: flex;
    justify-content: flex-end;
}
.bs-selector {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    max-width: 370px;
    text-align: left;
}

.bs-selector p {
    margin: 0;
}

.bs-selector__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.bs-selector__button.active, .bs-selector__button:focus.active {
    background: #1cb6ad;
    color: #fff;
    cursor: default;
}
.bs-selector__button:focus{
    background: #fff;
    color: #1cb6ad;
}
.bs-selector__button {
    background: #fff;
    color: #1cb6ad;
    flex: 1;
    border-width: 2px 1px;
    border-style: solid;
    border-color: #1cb6ad;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    cursor: pointer;
    touch-action: manipulation;
}

.bs-selector__button:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left-width: 2px;
}

.bs-selector__button:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right-width: 2px;
}

.bs-selector__item {
    flex: 1;
    position: relative;
}
.bs-selector__hide{
    display: none;
}
.bs-selector__pill {
    font-size: 12px;
    font-weight: bold;
    background: #fc9f3f;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 25px;
    pointer-events: none;
}
.bs-selector__item--pill{
    margin-top: -11px;
}
.bs-selector__text-center {
    text-align: center;
}

.bs-selector__text-right {
    text-align: right;
}

.bs-selector__separator {
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #ccc;
    margin: 10px 0;
    width: 100%;
}

.bs-selector__separator--solid {
    border-style: solid;
    margin: 5px 0;
}

.bs-selector__container {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.bs-selector__col-1-2 {
    flex: 0 0 50%;
    max-width: 50%;
}

.bs-selector__col-1 {
    flex: 0 0 100%;
    max-width: 100%;
}
.bs-selector__col-1--mt-1{
    margin-top: 8px;
}
.bs-selector__title {
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    color: #000 !important;
}

.bs-selector__title--1 {
    line-height: 1 !important;
    margin-left: -5px !important;
    background: #fff !important;
    display: inline-block !important;
    padding: 0 5px !important;
}
.bs-selector__title--2{
    font-size: 18px !important;
    padding-bottom: 10px !important;
}
.bs-selector__input-wrapper {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    overflow: hidden;
    margin-top: -28px;
    background: #fff;
}
.bs-selector__col-1-2--title-1{
    margin-top: -21px !important
}
.bs-selector__button-input {
    height: 32px;
    border: 0;
    display: block;
    background: #fff;
    flex: 0 0 32px;
    cursor: pointer;
    color: #1cb6ad;
    font-weight: bold;
    font-size: 18px;
    touch-action: manipulation;
}
.bs-selector__button-input:not(:disabled):hover, .bs-selector__button-input:not(:disabled):focus{
    background: #1cb6ad;
    color: #fff;
}
.bs-selector__button-input:disabled {
    color: #7f7f7f;
    cursor: default;
}

.bs-selector__input {
    flex: 1 !important;
    display: block !important;
    width: auto !important;
    min-width: 50px !important;
    margin: 0 !important;
    border-width: 0 1px !important;
    border-left-color: #ccc !important;
    border-right-color: #ccc !important;
    border-style: solid !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #000 !important;
    height: 32px !important;
    box-shadow: inset 0px -1px 0px 0px rgba(28,182,173,1) !important;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.bs-selector__text {
    font-size: 12px !important;
    color: #666 !important;
}

.bs-selector__check {
    font-weight: bold;
    font-size: 14px;
    border: 0;
    background: none;
    color: #000;
    cursor: pointer;
    padding: 0 0 0 22px;
    position: relative;
    touch-action: manipulation;
    background: none !important
}

.bs-selector__check::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #1cb6ad;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.bs-selector__check::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #1cb6ad;
    border-radius: 50%;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
}

.bs-selector__check.active {
    cursor: default;
}

.bs-selector__check.active::after {
    display: block;
}

.bs-selector__container--color {
    background-color: #f2fafa;
    margin: 0;
}

.bs-selector__radio {
    font-weight: bold;
    font-size: 14px;
    border: 0;
    background: none;
    color: #000;
    cursor: pointer;
    padding: 0 0 0 22px;
    position: relative;
    touch-action: manipulation;
}

.bs-selector__radio::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 2px;
    border: 2px solid #1cb6ad;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.bs-selector__radio::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background: #1cb6ad;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
}

.bs-selector__radio.active::after {
    display: block;
}

.bs-selector__info {
    padding: 0 0 0 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bs-selector__text--link {
    text-decoration: underline;
}

.bs-selector__text--1 {
    font-weight: bold !important;
    color: #000 !important;
    font-size: 18px !important;
}

.bs-selector__text--2 {
    font-size: 18px !important;
    text-decoration: line-through;
}

.bs-selector__text--3 {
    color: #999;
}

.bs-selector__col-1-3 {
    flex: 0 0 33%;
    max-width: 33%;
}

.bs-selector__col-2-3 {
    flex: 0 0 66%;
    max-width: 66%;
}

.bs-selector__text-bold {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: bold;
}

.bs-selector__buy-button {
    border-radius: 5px;
    background-color: #fc9f3f !important;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold !important;
    padding: 14px 10px;
    transition: .2s background-color;
}

.bs-selector__buy-button:hover {
    text-decoration: none !important;
    background-color: #e7841e !important;
}

.bs-selector__link {
    text-decoration: underline !important;
    color: #1cb6ad !important;
    cursor: pointer;
    font-size: 14px !important;
    margin-top: 15px;
    display: inline-block;
}

.bs-selector__wrapper__mt-1 {
    margin-top: 7px;
}

.bs-selector__wrapper__mt-2 {
    margin-top: 14px;
}
.bs-selector__text-orange{
    color: #e7841e;
}
.bs-selector__discount-sticker{
    display: flex;
    font-size: 6px;
    background: #fc9f3f;
    color: #fff;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.bs-selector__discount-value {
    font-size: 3.7em;
    font-weight: 700;
    line-height: 1;
}
.bs-selector__discount-text {
    font-size: 1.6em;
}
@media screen and (max-width: 991px) {
    .bs-selector__outer{
        margin-top: 20px;
        justify-content: center;
        width: 100%;
    }
}
