.img-holder {
    height: 150px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
}
.img-holder:hover img {transition: transform .5s;}
.img-holder:hover img { transform: scale(1.15); }
.info {
    display: flex;
    justify-content: space-between;    
}
.star, .star-outline {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url(../images/star.png);
    background-size: 100%;
    margin-left: 3px;
}

.star-outline {
    background-image: url(../images/star-outline.png);
}
.card-title {font-weight: bold; margin-top: 10px;}
.modal {background-color: rgba(0, 0, 0, 0.65);}
.modal-dialog {max-width: 700px;}
.regular-price, .sale-price {font-size: 20px; color: #f00;}
.old-price {text-decoration: line-through; color: #aaa; font-size: 16px;}
.review { border-bottom: 1px solid #c3c3c3; margin-bottom: 10px;}
.review:last-of-type { border-bottom: none;}
.author {font-weight: bold;border-bottom: 1px solid #c3c3c3;
padding: 0 0 10px 0;}
.review-text {padding: 10px 0;}

.plus strong{color: #53c375;}
.minus strong{color: #f00;}
