/* Category Banner */
.catalog-category-view .category-banner {
    background: #060706;
}
.catalog-category-view .category-banner img {
    display: block;
}
.catalog-category-view .catalog-listing {
    background: none;
    margin: 10px auto;
    max-width: 100%;
    width: 1000px;
}
/* Filters and Sort */
.catalog-category-view table.pager,
.catalog-category-view table.view-by {
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
}
.catalog-category-view table.view-by td {
    border-top: none;
    vertical-align: top;
}
.catalog-category-view .pagi-info,
.catalog-category-view table.view-by .pagi-ctrl {
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 1;
}
.catalog-category-view table.view-by .pagi-label {
    position: relative;
    top: 2px;
}
.catalog-category-view table.view-by .pagi-info .pagi-label {
    top: 4px;
}
.catalog-category-view table.view-by .pagi-ctrl select,
.catalog-category-view table.view-by select {
    width: auto !important;
}
/* Grid View */
.catalog-category-view .listing-type-grid .grid-row {
    border-bottom: 0;
}
.catalog-category-view .listing-type-grid li.item {
    float: left;
    margin: 0 .1% 30px;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    width: 33.1333% !important;
}
.catalog-category-view .listing-type-grid li img {
    display: block;
    width: 100%;
}
.catalog-category-view .listing-type-grid .category-content {
    background: #f8f8f8;
    padding: 25px;
}
.catalog-category-view .listing-type-grid li h4 {
    margin-top: 10px;
    min-height: 80px;
    text-align: left;
}
.catalog-category-view .listing-type-grid li h4 a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.catalog-category-view .listing-type-grid li h4 a:active,
.catalog-category-view .listing-type-grid li h4 a:focus,
.catalog-category-view .listing-type-grid li h4 a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.catalog-category-view .listing-type-grid p {
    font-size: 11px;
}
.catalog-category-view .listing-type-grid li .button {
    color: #000;
    float: right;
    margin: 0;
    padding: 10px 0 8px;
    text-decoration: none;
    width: 58%;
}
.catalog-category-view .listing-type-grid li .button:active,
.catalog-category-view .listing-type-grid li .button:focus,
.catalog-category-view .listing-type-grid li .button:hover {
    color: #fff;
}
/* Price - Special */
.catalog-category-view .listing-type-grid li .category-price {
    padding-top: 5px;
    position: relative;
}
.catalog-category-view .listing-type-grid li .category-price p {
    font-size: 15px;
}
.catalog-category-view .price-box {
    bottom: 0;
    float: left;
    height: auto !important;
    left: 0;
    margin: 0;
    min-height: 0 !important;
    padding: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    width: 40%;
}
.catalog-category-view .price-box .price-label {
    display: none;
}
.catalog-category-view .price-box .price {
    color: #000;
    font-size: 16px;
    line-height: 1;
}
.catalog-category-view .price-box .regular-price {
    position: relative;
    top: -8px;
}
.catalog-category-view .special-price {
    position: static;
    width: auto;
}
.catalog-category-view .special-price > .price-label {
    display: none !important;
}
.catalog-category-view .special-price .price {
    color: #FF0000;
}
.catalog-category-view .special-price .price .price-label {
    display: none !important;
}