.nav-panel {
    background: #f79a49;
}

.page-item.active .page-link {
    background: #f79a49;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border-color: #f79a49;
    background: #f79a49;
}

.totop__button {
    background: #f79a49;
}

.product-tabs__item--active,
.product-tabs__item--active:hover {
    border-bottom-color: #f79a49;
}

.product-card:hover .product-card__quickview {
    background: #f79a49
}

.product-card:hover .product-card__quickview:not(.product-card__quickview--preload) {
    color: #f79a49
}

.product-card:before {
    box-shadow: inset 0 0 0 1px #ededed;
}

.product-card:hover:before {
    box-shadow: inset 0 0 0 2px #f79a49;
}

.filter-categories-alt__list {
    color: black;
}

.widget-filters__item:first-child {
    border-top: 0px solid #f0f0f0;
}

.site-header__logo {
    width: 500px;

}

.mobile-header__panel {
    background: #f79a49;
}

.nav-panel {
    height: 80px !important;
}

.block-sidebar__header {
    background: #00aeef !important;
    margin-top: 10px;
    display: block;
    color: #0f0f0f;
    text-align: center;

}

.block-sidebar__item {
    background: #ededed !important;

}

.lzd-playground-nav .nav-container {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #424242;
    letter-spacing: 0;
    line-height: 24px;
}

.lzd-playground-nav .nav-container .item {
    margin: 16px 0 0;
}

li, ol, ul {
    list-style: none;
}

.lzd-playground-nav .nav-container .item .item-container {
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
}

.lzd-playground-nav .member-info {
    font-family: Roboto-Regular;
    font-size: 12px;
    line-height: 22px;
    color: #424242;
    letter-spacing: 0;
}

.item {
    list-style: none;
}

.nav-container a:hover {
    color: #f79a49 !important;
}

.row {
    margin-left: -50px !important;
}

.act {
    color: #f79a49 !important;
}

.product-watermark {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 5px;
}
.product-watermark img{
    height: 50%;
    width: 50%;
    opacity: .4;
}

@media (min-width: 992px) {
    .product--layout--sidebar .product__content {
        /* grid-template-columns: [gallery] calc(50% - 16px) [info] calc(50% - 16px); */
        /* grid-column-gap: 32px; */
        width: 850px !important;
    }
}
