/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.product-information {
    font-size: 1.25rem;
}

.product-description,
.product-description p,
.product-description span,
.product-description strong {
    font-size: 1.3rem !important;
}

.product-unit-price {
    margin-bottom: 0;
    font-size: 1.1rem !important;
}

.category-description {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
}

div.MagicToolboxMessage {
    text-align: center;
    margin-bottom: 2rem !important;
}