/*** STOCK ***/
.qb--instock p.stock.in-stock,
.qb--oos p.stock.out-of-stock {
    display: flex;
    align-items: center;
    font-size: 10px;
}
.qb--instock p.stock.in-stock::before,
.qb--oos p.stock.out-of-stock::before {
    content: '';
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-flex;
    border-radius: 50px;
    justify-content: center;
    margin-right: 8px;
}
.qb--instock p.stock.in-stock::before {
    background-color: var(--green);
}
.qb--oos p.stock.out-of-stock::before {
    background-color: #d22;
}
#kubi-related .shipping_de.shipping_de_string {margin-bottom: 0;}
