.breadcrumbs {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}

.filters {
    line-height: 75px;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

#content {
    margin: 0 auto;
}

.ware {
    display: inline-block;
    vertical-align:top;
    margin: 50px 0 0 0;
    width: 190px;
    height: 250px;
    z-index: 1;
    text-align: center;
}

.ware-image img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0 solid black;
    padding: 0;
    min-width: 180px;
    max-width: 180px;
    height: auto;
    min-height: 120px;
    max-height: 150px;
}

.ware-name {
    margin-top: 27px;
    height: 50px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.ware-panel {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    width: 180px;
    min-height: 270px;

    .link-to-ware {
        text-decoration: none;
        text-align: center;
    }

    .panel-title {
        margin-top: 10px;
        height: 70px;
        font-size: 15px;
        font-weight: bold;
        color: black;
    }

    .price {
        font-size: 15px;
        margin-block-start: 10px;
    }

    .red-color, .zero-quantity {
        color:red;
    }

    .yellow-color {
        color: #DAA520;
    }

    .green-color {
        color:green;
        font-size: 13px;
    }

    .black-color {
        color: black;
    }

    .lower-price {
        font-size: 18px;
        font-weight: bold;
    }

    .usual-price {
        font-size:12px;
        text-decoration: line-through;
    }

    .quantity-for-panel {
        font-size: 13px;
        text-align: center;
    }

    .positive-quantity {
        font-weight: bold;
    }

    .add-to-cart, .price {
        text-align: center;
    }
}

.image-panel {
    position: relative;

    .promote-image {
        height: 64px;
        position: absolute;
        top: -15px;
        left: -20px;
    }
}

.featured-image {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0 solid black;
    padding: 0;
    max-width: 180px;
    height: 150px;
}

.category-panels, .ware-panels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
    column-gap: 15px;
}

.category-top-wrapper {
    margin-block-start: 20px;
    margin-block-end: 20px;
}

.category-content-wrapper {
    text-align: justify;
    margin: 0 30px;
    font-size: 18px;
}
