/*НАЧАЛО! 8 Отразить скидку+выгоду в корзине*/
.title_noSale,
.cell_noSale {
    text-align: center;
}

.cell_noSale .price {
    width: 100%;
}

.basket__additional {
    cursor: pointer;
    margin-top: 10px;
    line-height: 18px;
    font-weight: 400;
}

.basket__additional input {
    cursor: pointer;
    margin-right: 10px;
}

@media (min-width: 641px) {
    .cartItem .itemDel {
        top: 0;
        left: auto;
        right: 0;
        transform: none;
    }

    .buttonBlock .btn-wrapper__continue,
    .buttonBlock .btn-wrapper__1click,
    .buttonBlock .btn-wrapper__order {
        min-width: 180px;
    }
}

@media (max-width: 641px) {
    .buttonBlock {
        flex-direction: column;
        align-items: center;
    }

    .buttonBlock .btn-wrapper__continue,
    .buttonBlock .btn-wrapper__1click,
    .buttonBlock .btn-wrapper__order {
        margin: 0;
        width: 50%;
        min-width: 180px;
        margin-top: 20px;
    }
}

@media (max-width: 1050px) {
    .qtyBtn.minus,
    .qtyBtn.plus {
        display: none;
    }

    .form-control {
        border: 0px solid #b8b8b8;
    }
}

/*КОНЕЦ! 8 Отразить скидку+выгоду в корзине!*/

.basket__additional {
    font-size: 13px !important;
}

@media (min-width: 641px) {
    .cartItem .cartFieldValue {
        width: 100% !important;
    }
}

@media (max-width: 640px) {
    .buttonBlock {
        display: inline-block;
    }
}

.sh_modal .modal-dialog {
    width: 80%;
}

.sh_modal .modal-header {
    height: 1px;
}

.buttonBlock {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.buttonBlock .btn-wrapper__continue,
.buttonBlock .btn-wrapper__1click,
.buttonBlock .btn-wrapper__order {
    width: 20%;
    text-transform: uppercase;
}

.buttonBlock .btn-wrapper__continue {
    margin-right: auto;
}

.buttonBlock .btn-wrapper__1click {
    margin-left: auto;
}

.buttonBlock .btn-wrapper__order {
    /*margin-left: auto;*/
    margin-top: 0px;
}

.btn-continue,
.btn-click {
    width: 100%;
    height: 45px;
    word-wrap: break-word;
    padding: 0;
    margin: 0;
    line-height: 38px;
}

@media (max-width: 641px) {
    .buttonBlock {

    }

    .btn-wrapper {
        width: 100%;
        margin-top: 20px;
    }

    .btn-continue,
    .btn-click {
        height: 57px;
        line-height: 51px;
    }
}

.btn__continue {
    color: #b0b0b0 !important;
    border-color: #453c35;
    border: 1px solid #b0b0b0;
    background: transparent;
    line-height: 43px;
}

.btn__continue:hover {
    color: #000000 !important;
    border: 1px solid #000000;
    background: transparent;
}

.btn__one-click {
    font-size: 12px;
    color: #454545;
    font-weight: bold;
    border: 1px solid #f5f5f5;
    border-top: none;
    background: linear-gradient(180deg, rgb(236, 237, 233) 35%, rgb(221, 222, 218) 60%);
    line-height: 43px;
}

.btn__one-click:hover {
    color: #000000 !important;
    text-decoration: none;
    background: linear-gradient(180deg, rgb(236, 237, 233) 35%, rgb(221, 222, 218) 60%);
}

.result_price_text {
    width: 100%;
    text-align: right;
}

.price {
    /*margin-left: 10px; */
    display: inline;
}

.form-control {
    padding: 0;
    width: 100% !important;
    min-width: 40px;
}

#orderModal__basket .itemDel {
    position: static;
    float: right;
}
div.complect-title {
	font-weight: bold;
}
div.complect {
	white-space: pre-line;
}
div.basket__oldPrice {
	text-align: center;
}