.cat-list.products {
    background-color: #D4DFE5;
    padding: 0 0 15px;
}

.cat-list.products a {
    display: flex;
    width: 100%;
    border: 0;
}

.cat-list.products span {
    font-size: 11px;
    font-weight: 600;
    color: #53646E;
}

.cat-list.products img {
    width: 30px;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    margin: 0 10px;
}

.cat-list.products div {
    font-size: 12px;
    color: #53646E;
    margin: 0;
}

.cat-list.products div span {
    display: block;
    font-size: 12px;
}

.cat-list.products div>span:nth-of-type(2) {
    font-weight: 400;
}

.cat-list.products>button {
    transition: all 0.2s ease-out;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #53646E;
    padding: 4px 20px;
    margin-left: 25px;
    background: #eef3f6;
    border-radius: 4px;
    border: 0;
    box-shadow: 1px 2px 3px 0px rgba(83, 100, 110, 0.75);
}

.cat-list.products>button:hover {
    background: #53646E;
    color: #eef3f6;
}

.prod-tile {
    margin-bottom: 15px;
}

.prod-tile .saleinfo p {
    margin: 0;
    font-size: 11px;
}

.prod-tile .price {
    font-weight: 600;
    color: #ff6600;
    font-size: 16px;
}

.prod-tile button {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    color: #6b7d89;
    background: #d4dfe6;
    border: 0;
    border-radius: 6px;
}

.prod-tile .votes {
    margin: 10px 0;
}

.prod-tile img {
    height: 145px;
    width: 100%;
    object-fit: contain;
}

.prod-tile .title {
    height: 45px;
    overflow: hidden;
}

.prod-tile small {
    font-size: 11px;
    color: #0089D0;
    margin: 0;
}

.cat-bg {
    margin-bottom: 20px;
    background-size: cover;
    background-position: top;
}

.cat-bg h1 {
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    color: #f58220;
    padding-left: 10px;
    margin-bottom: 5px;
}

.cat-bg .row {
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
}