.cart-table .p-quantity .wrap-fv-quantity {
    display: inline-flex;
    vertical-align: middle;
}

.cart-table .p-quantity .bt-cart-unit-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 28px;
    margin-left: 8px;
    padding: 3px 8px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    color: #222;
    background: #f7f7f7;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle;
    white-space: nowrap;
}

.cart-table .p-quantity .bt-cart-unit-help {
    display: block;
    max-width: 220px;
    margin-top: 6px;
    color: #666;
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
}

@media (max-width: 767px) {
    .cart-table .p-quantity .bt-cart-unit-label {
        min-height: 26px;
        margin-left: 6px;
        padding: 2px 7px;
        font-size: 13px;
    }

    .cart-table .p-quantity .bt-cart-unit-help {
        max-width: none;
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .cart-table .p-quantity .bt-cart-unit-label {
        display: none;
    }

    .cart-table .p-quantity .bt-cart-unit-help {
        max-width: 132px;
        margin-top: 5px;
        font-size: 11px;
        line-height: 1.3;
        white-space: normal;
        overflow: visible;
        overflow-wrap: break-word;
    }
}

@media (max-width: 300px) {
    .cart-table .p-quantity .bt-cart-unit-help {
        max-width: 118px;
        font-size: 0;
        line-height: 1.25;
    }

    .cart-table .p-quantity .bt-cart-unit-help::after {
        content: "1 bm = 1 m l\00e1 tky";
        font-size: 10px;
    }
}
