.big-title{
    font-weight:bold; 
    font-size: 20px; 
    margin: 20px;
}
.product{
    padding-right: 10px;
    padding-left: 10px;
}
.card{
    background-color: transparent;
    border-radius: 10px 10px 0px 0px;
    margin-bottom:20px;
}
.card .gbr-produk{
    border-radius: 20px 20px 0px 0px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-bottom: 0px;
    background:#fff;
}
.card-content hr{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.card .card-content{
    padding:10px 10px 30px 10px;
    border: 1px solid #f5f5f5;
}
.card .card-content .product-name{
    font-weight: 600;
    height: 45px;
    overflow: hidden;
    text-align: center;
    border-bottom: 2px dotted #cecece;
    margin-bottom: 10px;
}

.card .card-content .product-rating{
    padding:5px 0px;
    font-size:14px;
}
.card .card-content .product-rating a{
    text-decoration: underline;
}
.card .card-content .product-rating a:hover{
    text-decoration: none;
}

.produk-kategori.panel-title{
    font-weight:bold;
    text-transform: uppercase;
}

.produk-kategori-list li a{
    padding: 2px 0px;
    display: block;
}