.bulk-discount {
    margin-bottom: 2.5em;
    font-size: 13px;
    margin-top: 5px;
}

.bulk-discount__panel {
    padding: .5em 1.15em;
    border: 1px solid #ddd;
    font-size: 1em;
    margin-top: 0.5em;
    display: none;
}

.bulk-discount__panel--active {
    display: block;
}

.bulk-discount__btn {
    background: none;
    padding: 0;
    border: 0 none;
    color: #669685;
    user-select: none;
    transition: .3s transform;
    cursor: pointer;
}

.bulk-discount__btn:hover {
    color: #222;
}

.bulk-discount__btn:focus {
    outline: 0 none;
}

.bulk-discount__btn--toggle {
    color: #666;
}

.bulk-discount__btn--toggle .fas {
    margin-left: .2em;
    font-size: 0.8em;
}

.bulk-discount__btn--active .fas {
    transform: rotate(180deg);
}

.bulk-discount__btn--grey {
    color: #999;
}

.bulk-discount__btn--u {
    text-decoration: underline;
}

.bulk-discount__action-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bulk-discount__action-list li {
    margin: .5em 0;
}

.bulk-discount__log {
    padding: 1.5em 0 1em;
    margin-top: 1.5em;
    border-top: 1px dashed #ccc;
    color: #444;
    font-size: 1em;
    display: none;
}

.bulk-discount__products {
    margin-top: 10px;
    display: none;
}

.bulk-discount__products div {
    display: inline-block;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .bulk-discount {
        font-size: 14px;
    }
}