/* Added by Kalon */
.ProductDetailsGrid .Value h2 {
    color: #4d4c4c;
    font-size: 15px;
    font-weight: normal;
    font-family: "Open Sans", Arial, Sans-serif;
    padding: 0px;
    line-height: inherit;
}

.banner_category_page_bottom {
    padding: 0 30px;
    font-size: 17px;
    color: #4d4c4c;
}

.l-categories h3, .l-categories h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.025em;
    padding: 15px 0 25px;
    text-align: center;
    text-transform: uppercase;
}

.landing .NewProducts h3, .landing .NewProducts h2 {
    border-radius: 8px 8px 0 0;
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.025em;
    padding: 10px 0 7px 20px;
    text-transform: uppercase;
    background: #5e5e5e;
    background: -moz-linear-gradient(top, #5e5e5e 40%, #292929 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#5e5e5e), color-stop(100%,#292929));
    background: -webkit-linear-gradient(top, #5e5e5e 40%,#292929 100%);
    background: -o-linear-gradient(top, #5e5e5e 40%,#292929 100%);
    background: -ms-linear-gradient(top, #5e5e5e 40%,#292929 100%);
    background: linear-gradient(to bottom, #5e5e5e 40%,#292929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#292929',GradientType=0 );
}
