html {
    scrollbar-gutter: stable;
}

body.showConfirmationPopup {
    padding-right: 0 !important;
}

.confirmationPopup .actionBtns {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
}

.confirmationPopup .actionBtns .btn {
    white-space: nowrap;
}

.basketItemsHolder .product-item .oldPrice,
.basketItemsHolder .product-item .oldprice,
.basketNoStock .product-item .oldPrice,
.basketNoStock .product-item .oldprice {
    color: #7a1d1d !important;
    text-decoration-color: #7a1d1d !important;
}

.basketItemsHolder .product-item .prices .price,
.basketItemsHolder .product-item .prices .oldPrice,
.basketNoStock .product-item .totalPrice {
    white-space: nowrap;
}

.basketItemsHolder .product-item .outofstock {
    display: inline-flex !important;
    width: max-content;
    max-width: 100%;
    border-radius: 8px;
    background: #fff3e5;
    color: #ff8300 !important;
    padding: 6px 10px;
    font-weight: 600;
}

.basketNoStock .basketNoStock_items .product-item .pic {
    gap: 14px;
}

.basketNoStock .basketNoStock_items .product-item .title {
    line-height: 1.3;
}


.basketItemsHolder .qeydTxt .txt {
    overflow-wrap: anywhere;
}

@media (max-width: 520px) {
    .confirmationPopup .actionBtns {
        flex-wrap: wrap;
    }
}
