.card-body > a:hover{
    color:#666;
    text-decoration: none;
}

.detail-buyin-table th,.detail-buyin-table td{
    padding:0.1rem !important;
}

#info-accordion button.btn.btn-link.btn-block:after{
    content: "\32";
    font-family: 'ElegantIcons';
    font-weight: 900;
    float: right;
}

#info-accordion button.btn.btn-link.btn-block.collapsed:after {
    content: "\33";
    font-family: 'ElegantIcons';
    font-weight: 900;
    float: right;
}

.btn-outline-default.fav-btn.on{
    background-color: #444444;
    color: #ffffff;
}

.btn-outline-default.fav-btn{
    background-color:transparent;
    border-color: #444444;
    color: #444444;
}

.main-container{
    padding-top:60px;
}

.mr1 .happ-main-img{
    object-fit: cover;
    width:100%;
    height:100%;
    object-position: right;
}

.background.opac{
    opacity: 1;
}

.h-220{
    height:220px;
}

.h-250{
    height:250px;
}

@media screen and (min-width : 700px) {
    .mr1 .happ-main-img{
        object-fit: cover;
        width:220px;
        height:100%;
    }
}