



.carousel-cell {
    padding-left: 10px;
    padding-right: 10px;
}

.ahref-max {
    position: relative;
    display: block;
    min-height: 92px;
    /* height: 20vh; */
}

.href-max a {
    display: block;
}

.href-max {
    position: relative;
    display: block;
    min-height: 50vh;
    /* height: 20vh; */
}

.carousel-cell {
    width: 100%;
}

.thumb-max {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    z-index: 3;
}


.item .card-body {
    height: 150px;
}

.item {
    position: relative;
    border: 0;
}

.item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.item:hover .overlay {
    opacity: 1;
}

a.item {
    position: relative;
    border: 1px solid #ccc;
    display: block;
}

.item>.card-image-top {
    min-height: 370px;
    display: block;
    background-size: cover;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.item>.card-body a:hover {
    color: #f27195;
}

.item .card-body a {
    font-size: 15px;
    text-decoration: none;
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
}

.item>.card-body .price {
    font-weight: bold;
    font-size: 26px;
}

.flash:hover {
    opacity: 0;
    -webkit-animation: flash 1s;
    animation: flash 1s;
}
