

/* Start:/local/templates/visagehall_new/components/bitrix/sale.basket.basket/.default_new/style.css?17744731967119*/
.selected .basket-item-scu-item-text {
    padding-right: 0px;
    width: 105%;
}

.selected {
    width: 93%;
}

@media (max-width: 766px) {
    .basket-item-scu-item {
        width: 100%;
        padding: 12px 28px 12px 20px;
    }
}

@media (max-width: 375px) {
    .basket-item-scu-item-text {
        width: 101%;
    }

    .basket-item-scu-item {
        width: 100%;
        padding: 12px 28px 12px 20px;
    }

    .basket-item-scu-item-inner {
        width: 103px !important;
    }

    .selected .basket-item-text {
        /*padding-right: 11px;*/
    }

    .basket-item-scu-item {
        padding-right: 19px;
    }
}

@media (min-width: 766px) {
    .basket-item-scu-item {
        padding-right: 23px;
    }

    .basket-item-scu-item-inner {
        width: 90px;
    }
}

.input__field {
    width: 100%;
    height: 100%;
    padding: 0 8px;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: none;
}

.input__field:focus {
    border: none !important
}

.input_range {
    border-color: #e1e1e1;
    width: 100%;
    max-width: 100px
}

.input_range .input__field {
    padding: 10px;
    background: #f9f9f9;
    border: solid 1px #f1f1f1;
    color: #000;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: .8px;
    text-align: left
}

.discount-form__btn {
    cursor: pointer;
    width: 100%
}

.discount-form__title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px 27px 10px 0;
    letter-spacing: .8px
}

.discount-form__dropdown {
    margin-top: 15px
}

.discount-form .btn-style {
    min-width: 0;
    margin-top: 20px
}

@media all and (max-width: 1400px) {
    .discount-form__dropdown {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .discount-form__title {
        display: none
    }

    .discount-form .btn-style {
        margin-top: 0;
        background-color: #eee;
        width: 150px
    }

    .discount-form .input-style__input::-webkit-input-placeholder {
        opacity: 1
    }

    .discount-form .input-style__input:-ms-input-placeholder {
        opacity: 1
    }

    .discount-form .input-style__input::placeholder {
        opacity: 1
    }

    .discount-form .input-style__input:focus {
        border: 1px solid #bebebe
    }
}

@media only screen and (max-width: 750px) {
    .discount-form__dropdown {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .discount-form .btn-style {
        margin-top: 15px;
        width: auto
    }
}


.checkbox-style {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-style__input {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%
}

.checkbox-style__indicator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #000;
    background-color: #fff;
    transition: 0.4s ease;
    width: 20px;
    height: 20px
}

.checkbox-style__icon {
    font-size: 16px;
    color: #fff
}

.checkbox-style__label {
    width: calc(100% - 34px);
    margin-left: 14px;
    color: #000;
    font-size: 16px
}

.checkbox-style__input.error ~ .checkbox-style__indicator {
    border-color: #e04c4c
}

.checkbox-style__input:checked ~ .checkbox-style__indicator {
    background-color: #000
}

.radio-counter {
    position: relative
}

.radio-counter__input {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%
}

.radio-counter__indicator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s ease;
    border: 1px solid #bebebe;
    min-width: 60px;
    height: 40px;
    padding: 5px
}

.radio-counter__label {
    transition: 0.3s ease;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .8px
}

.radio-counter__input:hover ~ .radio-counter__indicator, .radio-counter__input:checked ~ .radio-counter__indicator {
    border-color: #000
}

.radio-counter__input:hover ~ .radio-counter__indicator .radio-counter__label, .radio-counter__input:checked ~ .radio-counter__indicator .radio-counter__label {
    color: #000
}

.js-cart-submit {
    margin-bottom: 20px !important;
}
.basket__coupons {
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
}
.basket__coupon {
    max-width: 240px;
    height: 92px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
}

/* Левая розовая плашка — торчит за левый край карточки */
.left_block {
    width: 8px;
    height: 92px;
    background-color: #FF2190;
    border-radius: 8px;
    z-index: 1;
    flex-shrink: 0;
}

/* Основная карточка купона */
.basket__coupon-list {
    display: flex;
    cursor: pointer;
    align-items: stretch;
    margin-left: -8px;
    padding-left: 30px;
    width: 420px;
    height: 92px;
    background-color: #F6F6F6;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

/* Контент слева: промокод + код + скидка */
.basket__coupon-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.basket__coupon-text {
    color: #272727;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 4px;
    font-weight: 400;
    line-height: 12px; /* 100% */
}

.basket__coupon-code {
    color: #272727;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 60%; /* 15.6px */
}

.basket__coupon-discount {
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}

/* Вертикальный разделитель */
.basket__coupon-divider {
    width: 1px;
    background-color: #FF2190;
    align-self: stretch;
    margin: 14px 0;
    flex-shrink: 0;
}

/* Кнопка «применить» — вертикально справа */
.basket__coupon-apply {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #272727;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    padding: 0 5px 0 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s;
    user-select: none;
}

.basket__coupon-apply:hover {
    background: #ececec;
}
#coupon-slider::-webkit-scrollbar {
    display: none;
}
/* End */
/* /local/templates/visagehall_new/components/bitrix/sale.basket.basket/.default_new/style.css?17744731967119 */
