@media (min-width: 992px) {
    header {
        position: var(--header-position);
        top: var(--header-position-top);
        z-index: var(--header-position-z);
        background: rgba(20, 17, 15, .97);
    }
}

.fly-block__item.fly-block__wishlist.uni-href {
    display: none;
}

.product-thumb__price.price.price-caterogy {
    font-size: 1em;
    display: flex;
    flex-direction: column;
}

.product-thumb__price {
    font-size: 1.5em;
}

.breadcrumb {
    padding: 15px 0 10px;
}

.header-search__category.cat-id {
    display: none;
}

.product-stock {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    margin-top: 3px;
}

#content > div.uni-wrapper > div.table-responsive > table > thead > tr > th:nth-child(1) {
    padding: 10px !important;
}

.product-stock.available-product {
    width: 100%;
    text-align: right;
}

tr.product-row td {vertical-align: middle;}

#content > div.uni-wrapper > div.table-responsive > table > thead > tr > th:nth-child(1n) {
    vertical-align: middle;
    font-weight: 500;
    color: rgba(244, 239, 233, .9);
    background: #1d1815;
    font-size: 12px;
    padding: 6px 4px;
}

.compact-view .product-thumb__description {
    display: block;
}

.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;max-height:428px;padding: 15px;text-align:center;background: radial-gradient(circle, rgba(175, 138, 90, .35) 0%, rgba(28, 24, 21, .98) 100%);border-radius:6px;border:1px solid rgba(236,216,181,.12)}
.menu__banner div img {margin:20px 0;padding:15px}
.menu__banner span {font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}
