.basket-main {
    margin-top: 10px;
}

.breadcrumbs a {
    font-family: 'NotoSans';
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #444444;
}

.basket-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #E7E4E0;
    margin: 20px -15px 0;
    padding: 0 15px 15px;
}

.basket__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #212121;
    text-transform: uppercase;
}

.basket__clean {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.005em;
    color: #929497;
    text-decoration: underline;
}

.basket-item {
    margin: 0 -15px;
    padding: 15px;
    border-bottom: 1px solid #E7E4E0;
}

.item-image {
    width: 290px;
    height: 290px;
    margin: 0 auto 20px;
    display: block;
}

.basket-item__title {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #444A48;
}

.basket-item-feature {
    margin-top: 5px;
    display: flex;
}

.feature__key {
    display: block;
    margin-right: 5px;
    font-family: 'NotoSans';
    font-size: 12px;
    line-height: 16px;
}

.feature__value {
    font-family: 'NotoSans';
    font-size: 12px;
    line-height: 16px;
    color: #929497;
}

.item__delete {
    display: block;
    margin-top: 20px;
    font-family: 'NotoSans';
    font-size: 12px;
    line-height: 16px;
    color: #929497;
    text-decoration: underline;
}

.basket-data-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.item-prices {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.015em;
}

.item-prices__old {
    display: none;
}

.item-amount {
    max-width: 120px;
    width: 120px;
    height: 45px;
    border: 1px solid #E7E4E0;
    display: flex;
}

.item-amount input {
    width: 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'NotoSans';
    border: none;
    padding: 0;
    cursor: default;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;   
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.item-amount-minus,
.item-amount-plus {
    width: 40px;
    border: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px;
}

.item-amount-minus {
    background-image: url('/images/icons/minus.svg');
}

.item-amount-plus {
    background-image: url('/images/icons/plus.svg');
}

.item-total__price {
    display: none;
}

.basket-info {
    margin: 0 -15px;
    padding: 20px 15px 0;
    border-bottom: 1px solid #E7E4E0;
}

.basket-label {
    display: block;
    margin-bottom: 30px;
}

.basket-label__span {
    display: block;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.015em;
    color: #444A48;
    font-family: 'Scada';
    font-weight: 700;
    margin-bottom: 5px;
}

.basket-select {
    width: 100%;
    /* opacity: 0; */
}

.basket-select.select2-hidden-accessible {
    display: none;
}

.select2 {
    display: block;
    width: 100% !important;
    height: 35px;
}

.select2-container {
    border: 1px solid #E7E4E0;
    background-color: #FFFFFF;
    z-index: 100;
    width: calc(100% - 30px);
}

.select2.select2-container.select2-container--open {
    border: 1px solid #E7E4E0 !important;
}

.select2-selection__rendered {
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
    display: block;
}

.selection {
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    background-image: url('/images/icons/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 12px;
    margin-right: 15px;
    padding-left: 10px;
    overflow: hidden;
    cursor: pointer;
}

.select2-selection {
    line-height: 35px;
    display: block;
    height: 100%;
}

.select2-search {
    display: none;
}

.select2-results__option {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.select2-results__option:hover {
    background-color: #E7E4E0;
}

.basket-label input[name="promocode"] {
    width: 100%;
    border: 1px solid #E7E4E0;
    padding: 9px 10px;
    height: 35px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #929497;
}

.order-sum {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.order-sum__span {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.015em;
    color: #929497;
    display: block;
    margin-right: 20px;
}

.order-sum__price {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.015em;
}

.basket-submit {
    display: block;
    background-color: #212121;
    border: 1px solid #212121;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 0.02em;
    text-align: center;
    height: 45px;
    width: 100%;
    margin-top: 15px;
}

.basket-empty-bottom {
    margin-top: 70px;
}

.empty-basket__image {
    display: block;
    margin: 0 auto;
    width: 85px;
    height: 85px;
}

.empty-basket__subtitle {
    margin: 25px 0 10px;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.empty-basket__text {
    font-family: 'NotoSans';
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #212121;
    text-align: center;
}

.empty-basket-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.empty-basket__link-main {
    width: 230px;
    height: 45px;
    background-color: #212121;
    font-weight: 700;
}

.empty-basket__link-market {
    width: 230px;
    height: 45px;
    margin-right: 30px;
    color: #212121;
    font-weight: 700;
}

@media screen and (max-width: 400px) {
    .empty-basket-wrap {
        flex-direction: column;
    }

    .empty-basket__link-market {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

#deliv_address {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #444A48;
}

/* !оформление заказа */
.order-list .item__delete,
.order-list .item-amount-minus, 
.order-list .item-amount-plus {
    display: none;
}

.order-list .item-amount {
    border: none;
    width: 40px;
}

.order-list .item-amount input {
    font-size: 18px;
    line-height: 24px;
    color: #929497;
    background-color: transparent;
}

.order-page .basket__clean {
    display: none;
}

.order-title {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #E7E4E0;
    margin: 0 -15px 20px;
    padding: 20px 15px 15px;
}

.duo-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.duo-label .order-label {
    width: 48%;
}

.order-label {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.order-label__name {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.015em;
    color: #444A48;
    font-weight: 400;
}

.order-label input {
    padding: 5px;
    border: 1px solid #E7E4E0;
    height: 45px;
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
}

.order-label input + .error {
    position: absolute;
    color: tomato;
    font-size: 12px;
    left: 0;
    bottom: -15px;
}

.order-label textarea {
    padding: 5px;
    border: 1px solid #E7E4E0;
    width: 100%;
    resize: none;
    margin-top: 5px;
    height: 150px;
}

.textarea-label {
    margin: 30px 0;
}

.order-grey-block {
    margin: 0 -15px;
    padding: 20px 15px;
    background-color: #F7F7F9;
}

.order-info {
    padding: 20px 0 15px;
    border-top: 1px solid #E7E4E0;
    border-bottom: 1px solid #E7E4E0;
    margin-bottom: 20px;
}

.order-paragraf {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.order-paragraf:last-child {
    margin-bottom: 0;
}

.order-paragraf__key {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.015em;
    color: #929497;
    text-align: left;
}

.order-paragraf__value {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.015em;
    text-align: right;
}

.total-paragraf {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.total-paragraf__key {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.015em;
    color: #444A48;
}

.total-paragraf__value {
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    letter-spacing: 0.015em;
}

.order-submit {
    display: block;
    width: 100%;
    padding: 0;
    border: 1px solid #212121;
    background-color: #212121;
    color: #FFFFFF;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 0.04em;
    text-align: center;
}

.order-back__link {
    display: flex;
    margin-top: 15px;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0.005em;
    color: #929497;
}

.order-back__link img {
    width: 24px;
    height: 24px;
}

.order-done {
    margin-top: 70px;
}

.order-done__image {
    display: block;
    margin: 0 auto;
    width: 75px;
    height: 75px;
}

.order-done__title {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #212121;
}

.order-done__text {
    font-family: 'NotoSans';
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.order-done__link {
    height: 45px;
    width: 230px;
    color: #212121;
    font-weight: 700;
    margin: 30px auto 0;
}

.basket-item--not-in-stock--text {
    color: tomato;
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0 -10px;
}

.basket-submit--disabled {
    pointer-events: none;
    user-select: none;
    cursor: not-allowed;
    opacity: .4;
}