.money {
    color: #CC3300;
    font-weight: bold;
    padding: 5px;
}

.discounts_money {
    color: #000000;
    font-weight: normal;
    text-decoration: line-through;
    padding: 5px;
}
.viewgrid{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}
#viewcat .viewgrid{
    padding: 0
}
#category .page-header{
    padding: 15px 20px;
    background-color: #fff;
    margin: 0 0 15px;
}
#detail{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px
}
#imageGallery img{
    width:100%;
}

.infoProduct h1{
    font-weight: 500;
    margin-bottom: 10px;
    color: #0066c9;
}
.infoProduct .text {
    color: #333;
    line-height: 24px;
    padding: 20px 0;
    margin: 10px 0;
    border-bottom: 1px dashed #eaebf3;
    border-top: 1px dashed #eaebf3;
    text-align: justify;
}
.infoProduct .code{
    margin: 8px 0;
}
.infoProduct .price span,.infoProduct .code strong{
    font-size: 15px;
    font-weight: 500;
    color: #0066c9;
}
.tabs{
    margin-top: 20px
}
.tabs .tab-content{
    padding: 10px 0
}
#detail .viewgrid{
    padding: 0;
    margin: 0;
}
.detail-other{
    margin-top: 15px;
}