body{background:#f7f7f8}.table td,.table th{vertical-align:middle}.money{text-align:right;font-variant-numeric:tabular-nums}.qty{max-width:90px}.card{box-shadow:0 1px 4px rgba(0,0,0,.08)}

.language-switcher .btn { min-width: 42px; border-radius: 0; }
.language-switcher .btn:first-of-type { border-radius: .375rem 0 0 .375rem; }
.language-switcher .btn:last-of-type { border-radius: 0 .375rem .375rem 0; }
.navbar .language-switcher { white-space: nowrap; }


.category-combobox{position:relative}.category-combobox-menu{position:absolute;z-index:1050;top:calc(100% + 4px);left:0;right:0;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #ced4da;border-radius:.375rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.12);padding:.25rem}.category-combobox-option{display:block;width:100%;border:0;background:transparent;text-align:left;padding:.5rem .75rem;border-radius:.25rem}.category-combobox-option:hover,.category-combobox-option:focus{background:#f1f3f5;outline:0}.category-combobox-empty{padding:.6rem .75rem;color:#6c757d;font-size:.875rem}.category-combobox-toggle{min-width:44px;font-size:1.1rem;line-height:1}.category-combobox.is-open .category-combobox-toggle{background:#f1f3f5}

.table-sort-button {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    font: inherit;
    font-weight: 600;
    color: inherit;
    white-space: nowrap;
}
.table-sort-button:hover { text-decoration: underline; }
.table-sort-button [data-sort-indicator] { display: inline-block; min-width: .9em; }
