﻿#banner
{
    background: url(/image/banner_product.jpg) no-repeat #4a6ede;
    background-position: center;
}

#bookCategories
{
    line-height: 2;
}

    #bookCategories h5
    {
        border-left: solid 3px #f34540;
        padding-left: 13px;
    }

.price
{
    color: #e54a4a;
    font-size: 18px;
}

@media(max-width: 768px)
{
    .price
    {
        font-size: 14px;
    }
}