/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.thumbnail-container .product-meta {
    text-align: center;
}

.description-short {
    padding: 0;
    color: #000;

}
.product-detail-name {
    text-transform: uppercase;
}
.h1, .h2, .h3 {
    text-transform: inherit;
}
#category .breadcrumb .box-breadcrumb {
    display: none;
}