.facolor {
    color: #9e3bf9bf;
}

.cardprice {
    background: #9796f0;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fbc7d4, #9796f0);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fbc7d4, #9796f0);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.cardprice-title {
    border-radius: 5px;
    background: #aff8ffcf;
    /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #292E49, #536976);*/
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #292E49, #536976);*/
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.text-harga{
    color:#2382a5d6;
}

a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  color:#2382a5d6;
}

.cardprice-href {
    color: white;
}

.cardprice-middle {
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    border: 1px;
}

.div-break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

}

p.a {
    word-break: normal;
}

p.b {
    word-break: keep-all;
}

p.c {
    word-break: break-all;
}

.currency:before {
    content: 'Rp.';
}

/* .currency:after {
    content: '.00';
} */

.title_left {
    width: 10%;
    float: left;
    display: block;
}