.b-not-avail {
    opacity: 0.4;
}

.alert {
    border: none;
    border-radius: 1px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
}

.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}
.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.basket-items-list-table {
    width: 100%;
    height: calc(100vh - 68px - 40px - 285px);
    padding-bottom: 52px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: scroll;
    -webkit-border-vertical-spacing: unset;
    -webkit-border-horizontal-spacing: unset;

}

.basket-item-image-link {
    display: block;
    width: 83px;
    height: 120px;
}

.basket-item-image-link img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.basket-items-list-item-img {
    margin-right: 12px;
}
.basket-items-list-item-descriptions {
    padding-bottom: 20px;
    flex: 1;
}
.basket-items-list-item-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: solid 1px #D3D3D3;
}

.basket-items-list-item-container:not(:last-of-type) {
    margin-bottom: 24px;
}

.basket-items-list-item-warning-container {
    width: 100%;
}

.basket-item-info-name {
    padding-right: 48px;
}

.basket-item-info-name-link,
.basket-item-info-name-link span {
    font-family: "Space Grotesk", sans-serif;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #130F0F !important;
    font-size: 14px;
}

.basket-item-block-amount {
    display: flex;
    align-items: center;
    gap: 6px;
}

.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}
.basket-item-amount-filed {
    flex-shrink: 0;
    width: 24px;
    height: 20px;
    font-size: 14px;
    border: unset;
    padding: unset;
    text-align: center;
    outline: unset;
}

.basket-item-block-price {
    display: flex;
    align-items: center;
    gap :8px;
}

.basket-item-price-old {
    color: #8A8A8A;
    text-decoration: line-through;
}


.basket-items-list-item-bottom {
    position: absolute;
    bottom: 24px;
    left: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:calc(100% - 95px);
    box-sizing: border-box;
}

.basket-controls {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.basket-controls > * {
    display: flex;
    align-items: center;
    cursor: pointer;
}

button.basket-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #130F0F;
    border: unset;
    border-radius: unset;
    box-sizing: border-box;
}

.basket-checkout-container {
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 16px * 2);
    padding-top: 36px;
    padding-bottom: 36px;
    background: #fff;
}

.basket-checkout-block {
    margin-top: 24px;
}

.basket-checkout-block-total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 500;
    line-height: 17px;
}

.basket-checkout-block-total-price-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.basket-coupon-block-total-price-old {
    font-weight: 400;
    color: #8A8A8A;
    text-decoration: line-through;
}

[data-type="PROPERTY_ARTNUMBER_VALUE"] {
    width: 100%;
}

.basket-item-block-properties {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    line-height:10px;
}

.basket-item-property-custom_PROPERTY_ARTNUMBER_VALUE {
    color: #8A8A8A;
}

.basket-item-property-custom {
    display: flex;
    align-items: center;
    gap: 8px;
}

.basket-item-property-custom:not(:nth-child(1)):not(:nth-child(2)):before {
    content: ' ';
    display: block;
    width: 1px;
    height: 10px;
    background: #8A8A8A;
}

.basket-properties-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    line-height: 10px;
}

.basket-properties-section-item {
    display: flex;
    justify-content: space-between;
}

.basket-properties-section-item span {
    font-weight: 500;
}

.basket-coupon-block-field-description {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.basket-coupon-field {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    margin-top: 8px;
    padding: 0 105px 0 16px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: solid 1px #D3D3D3;
    box-sizing: border-box;
    outline: none;
}

.basket-coupon-block-field .basket-coupon-field-apply {
    position: absolute;
    top: 50%;
    right: 1px;
    height: calc(100% - 2px);
    padding: 10px 16px;
    background: #fff;
    color: #E6420C;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transform: translate(0, -50%);
    box-sizing: border-box;
}

.basket-coupon-alert-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

[data-type="PROPERTY_COLOR_REF_VALUE"] + [data-type="PROPERTY_COLOR_VALUE"] {
    display: none;
}

.basket-cert-error {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 36, 36, 1);
}

.basket-cert-balance {
    font-weight: 500;
    font-size: 14px;
    color: rgba(138, 138, 138, 1);
}
.basket-cert-balance-value {
    font-weight: 500;
    font-size: 14px;
    color: rgba(19, 15, 15, 1);
}
