/* .comments{} */
.post-label{left:-8px}
.product-image {
    max-height: 400px;
    object-fit: cover;
}
.thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.thumbnail:hover, .thumbnail.active {
    opacity: 1;
}
.contact-section {
    padding: 4rem 0;
}
.contact-map {
    height: 400px;
    width: 100%;
    border: none;
}
.form-feedback {
    color: #dc3545;
    margin-top: 0.5rem;
}
.form-success {
    color: #28a745;
}
.carousel-item img {
    /* align:center; */
    width:100%;
    height: 134px;
    object-fit: cover;
}
.post.hentry {
    position: relative;
    padding: 0% 0% 0% 0%;
    background: #fff;
}