/* UPDATED 6/22/17 */

.cat-secondarytext {
    font-family: 'Lato', Arial, serif;
    font-weight: 400;
    font-size: 16px;
}

.cat-hotbuyflag {
    display: none;
}
.category-banner {
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}
/*.category-banner:hover {
    opacity: .7;
}*/
.category-banner p {
    margin-bottom: 0;
}
.category-banner .cat-header {
    font-family: 'Lato', Arial, serif;
    font-weight: 400;
    font-size: 20px;
}
.category-banner .cat-header-2 {
    font-family: 'Lato', Arial, serif;
    font-weight: 400;
    font-size: 20px;
}
.category-banner .cat-hotbuy-header {
    font-family: 'Lato', Arial, serif;
    font-weight: 400;
    font-size: 26px;
}
.category-banner .cat-image {
    width: 16.666666666666664%;
    padding: 18px 0px 18px 0px;
}

.category-banner .cat-text {
    width: 83.33333333333334%;
    padding-left: 10px;
    padding-right: 10px;
}
.hotbuy-logo {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 1;
    height: 30px;
    width: 30px;
}

.vcenter-row {
    display: table;
}
.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.cat-details {
    text-decoration: underline;
    font-size: 10px;
    margin-top: 10px;
}
.img-responsive-category {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
a.cat-link:link, a.cat-link:visited, a.cat-link:active, a.cat-link:focus {
    color: #333333;
    text-decoration: none;
}
.flag {
    margin-left: 15px;
    display: inline-block;
    padding-left: 25px;
    line-height: 34px;
    position: relative;
    color: #ffffff;
}
aside {
    line-height: 34px;
    position: relative;
    color: #ffffff;
    text-align: center;
}
aside.ribbon {
    background-color: #c00;
}
aside.ribbon:before, aside.ribbon:after {
    top: 0px;
}
aside.ribbon:before {
    border-color: #c00 #c00 #c00 transparent;
    left: -33px;
    border-width: 17px;
}
aside.ribbon:after {
    border-color: #c00 transparent #c00 #c00;
    right: -33px;
    border-width: 17px;
}
aside:before, aside:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
}

.category-banner .hp-sub-promotion {
    display:none;
}