body,
.navbar,
.footer
{
    background:#fff;
}
@media(min-width:992px)
{
    .navbar
    {
        padding:20px 0!important;
    }
}
.widget-filter-attributes-properties-characteristics
{
    border:1px solid #eaeaea;
}
.widget-filter-attributes-properties-characteristics .card
{
    height: 40px;
    overflow: hidden;
    padding: 0!important;
    margin: 0;

}
.widget-filter-attributes-properties-characteristics .card:not(:last-child)
{
    border-bottom:1px solid #eaeaea!important;
}

.widget-filter-attributes-properties-characteristics .card .h3
{
    cursor:pointer;
    line-height: 40px;
    font-size:16px;
}
.widget-filter-attributes-properties-characteristics .card.open
{
    max-height: 300px;
    overflow-y: auto;
    height:auto;
}
.widget-filter-attributes-properties-characteristics .card .h3:before
{
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 11px;
}

.widget-item-grid .cmp-product-thumb
{
    background-color: #f7f7f7;
    box-shadow: 0 2px 3px #dedede;
}
.widget-item-grid .cmp-product-thumb .thumb-image
{
    mix-blend-mode: multiply;
}
.cat-header {
    width: 100vw;
    position: relative;
    left: calc(-1 *(100vw - 100%) / 2);
    text-align: center;
    background-color: #f7f7f7;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-top: 10px;
}
@media(max-width:991px)
{
    .navbar-brand img
    {
        max-width: 210px;
    }
}