#cart-subtotal-shipping .ns-vkt-breakdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;

    margin-top: 6px;
    padding: 8px 10px;

    background: #edf8f0;
    border: 1px solid #c9e8d1;
    border-radius: 6px;

    font-size: 0.875rem;
    color: #276738;
}

#cart-subtotal-shipping .ns-vkt-label {
    display: flex;
    align-items: center;
}

#cart-subtotal-shipping .ns-vkt-label::before {
    content: "";
    display: inline-block;

    width: 12px;
    height: 10px;

    margin-right: 7px;
    margin-top: -5px;

    border-left: 2px solid #000;
    border-bottom: 2px solid #000;

    opacity: 0.65;
}