.garis{
    border: 1px solid #ddd !important;
    border-radius: 5px;
    padding:20px;
    padding-right:35px;
}

.garis-1{
    border: 1px solid #ddd !important;
    border-radius: 5px;
    /* padding:10px;
    padding-right:15px;
    padding-left:0px; */
}

.margin-bottom{
    margin-bottom: 20px;
}

.padding-default{
    padding:5px;
}

.bottom-clear{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.top-clear{
    margin-top: 0px;
    padding-top: 0px;
}

.judul-items{
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color:#2c2c2d;
    white-space: normal;
    text-overflow:ellipsis;
    overflow: hidden;
    height: 40px;
}

.harga-items{
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color:#2c2c2d;
    padding-top:5px;
    padding-bottom:5px;
}

.cat-items{
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color:#2c2c2d;
    padding-top:5px;
}

.judul-items-more{
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color:#2c2c2d;
}

.harga-items-more{
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color:#2c2c2d;
}

.padding-bottom{
    margin-bottom: 10px;
}

.padding-bottom-half{
    margin-bottom: 5px;
}

.padding-top-half{
    margin-bottom: 5px;
}

.padding-top{
    margin-top: 5px;
}

.padding-default{
    padding: 20px;
}

.padding-default-half{
    padding: 5px;
}

.list-unstyled{
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", sans-serif;
    font-size:12px;
}

.notif-bar{
    color:red;
    font-size:10px;
    padding-top:5px;
}

.form-group label{
    font-weight: normal;
}


/* STAR */
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */

.checkedstar {
  color: orange;
}

h1{
    font-size: 24px;
}

.search-bar{ 
    padding: 20px 10px; line-height: 28px; 
    font-size:15px;
}

.search-margin{
    margin-top:15px;
    margin-bottom:10px;
}