.category-description {
    padding: 20px;
    text-align: center;

    h1 {
        text-transform: uppercase;
        text-align: center !important;
    }

    p {
        font-weight: 300;
        font-size: 115%;
    }
}

.price-sale {
    font-size: 120%;
    color: #ff0000;
}

.product-tags {
    height: 22px;
}

.out-of-stock {
    color: #ff0000;
    font-size: 85%;
}
