/* PATCHES TO THEME */
.fade.in {
    opacity: 1;
}

.hide-column-2 tr td:nth-child(2),
.hide-column-2 tr th:nth-child(2) {
    display: none;
}

.bm-products {

}

.bm-products__item {
    width: 100%;
    border-bottom: 0.07rem dashed #ebedf2;
    padding: 1.5rem 0;
}

.bm-products__item:first-child {
    padding-top: 0;
}

.bm-products__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bm-products__item.open .bm-products__info {
    padding-bottom: 0.7rem;
}

.bm-products__item.open .bm-products__price--per-item {
    display: none;
}

.bm-products__info .bm-products__desc {
    font-weight: 300;
    word-break: break-all;
    max-height: 300px;
    overflow-y: auto;
}

.bm-products__info-top {
    display: flex;
    align-items: center;
}

.bm-products__info-top .bm-products__price {
    font-size: 1.2rem;
    font-weight: 600;
    justify-self: flex-end;
}

.bm-products__info-top .bm-products__title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #3f4047;
    flex: 1;
    margin: 0;
}

.bm-products__info-top .bm-products__toggle {
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    margin-right: 10px;
    justify-self: flex-start;
}

.bm-products__item:not(.open) .bm-products__toggle i::before {
    content: '\f183';
}

.bm-products__item.open .bm-products__toggle i::before {
    content: '\f180';
}

.bm-products__item:not(.open) .bm-catalog {
    display: none !important;
}

.bm-catalog {

}

.bm-catalog__item {
    display: table;
    width: 100%;
    margin-bottom: 0.7rem;
    padding-bottom: 0.75rem;
}

.bm-catalog__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bm-catalog__info,
.bm-catalog__actions {
    display: table-cell;
    vertical-align: middle;
    font-size: 1rem;
}

.bm-catalog__info {
    padding-right: 1.2rem;
}

.bm-catalog__title {
    font-size: 1rem;
    font-weight: 600;
}

.bm-catalog__actions {
    width: 140px;
}

input.bm-hide-spin-box[type='number'] {
    -moz-appearance: textfield;
}

input.bm-hide-spin-box::-webkit-outer-spin-button,
input.bm-hide-spin-box::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

table#basket {
    margin-bottom: 0;
}

table#basket thead tr th {
    color: #898b96;
    padding: 1rem 0 0.5rem 0;
    border-top: none;
}

table#basket tfoot tr th {
    color: #898b96;
    padding: 1rem 0 0.5rem 0;
    border-top: none;
}

table#basket tbody tr:first-child td {
    padding-top: 1.8rem;
}

table#basket tbody tr td {
    color: #6f727d;
    padding: 1rem 0 1rem 0;
    vertical-align: middle;
    border-top: none;
    font-weight: 600;
    font-size: 1.1rem;
}

table#basket thead tr th:not(:first-child),
table#basket tfoot tr th:not(:first-child),
table#basket tbody tr td:not(:first-child) {
    text-align: right;
}

table#basket tbody tr td:not(:first-child):last-child {
    color: #34bfa3;
}

@media only screen and (max-width: 992px) {
    .m-login__content {
        display: none !important;
    }
}

.bm-catalog .bm-catalog__info > .m-badge {
    color: black !important;
    font-weight: 500 !important;
}