#products h2 {
    margin-bottom: 0;
}

#products .archive-post a {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #898888;
}

#products .archive-post a .btn:before {
    content:'More Info';
}

#products .archive-post a .img {
    position: relative;
}

#products .archive-post a .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 0;
}

#products .archive-post a .overlay>div {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -23px;
}

.featured_product .img {
    border: 2px solid #bdb7ad !important;
}

#products .archive-post a:hover .overlay {
    opacity: 1;
}

