label.error {
    color: #d50c30  !important;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 20px;
}
.well {
    min-height: 20px;
    font-size: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.clsFavorite{
    background: red !important;
}
.clsLike{
    background: red !important;
}
.colarge-gal {
    /*position: absolute;*/
    border: 2px solid #c11619;
    bottom: 0;
    left: 0;
    z-index: 3;
    box-shadow: 30px 30px 50pxrgba(0,0,0,.5);
    -webkit-box-shadow: 30px 30px 50px rgb(0 0 0 / 50%);
}.pt-30 {
    padding-top: 8px;
}