.fbt-buy-together {
    cursor: pointer;
    transition: all 0.3s ease;
}

.fbt-buy-together.selected {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
