.product {
    display: block;
    color: black;
    font-size: 13px;
}

.img-product {
    background-position: center;
    background-size: cover;
    padding-bottom: 70%;
    width: 100%;
    border-radius: 5px;
}
#print-groups-dropdown {
    max-height:500px;
    overflow:auto;
}
.img-product:hover .info-product {
    opacity: 1;
}

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

.product .overlay {
    opacity: 0.13;
    top: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.00345888) 48%, rgba(0, 0, 0, 0.222924) 69.56%, rgba(0, 0, 0, 0.267246) 74.5%, rgba(0, 0, 0, 0.30729) 79.44%, rgba(0, 0, 0, 0.341035) 82.39%, rgba(0, 0, 0, 0.367336) 85.33%, rgba(0, 0, 0, 0.385796) 87.28%, rgba(0, 0, 0, 0.396541) 89.22%, rgba(0, 0, 0, 0.4) 91.17%);
}

.product:hover .info-product {
    opacity: 1;
}

.info-product {
    opacity: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.info-product-top {
    top: 7px;
    background-color: white;
    border-radius: 1000px;
    height: 28px;
    max-width: 95%;
    min-width: 40%;
}

.info-product-bottom {
    width: 80%;
    bottom: 0;
    color: white;
}

.search-bar {
    flex: 1;
    max-width: 100%;
}

@media only screen and (min-width: 994px) {
    .search-bar {
        max-width: 230px;
    }
}

.f-s-13{
    font-size: 13px;
}

.product-content{
    width: 90%;
    display: inline-block;
}

.product-view-image{
    margin: 15px 0;
    display: block;
    vertical-align: top;
    width: 100%;
}

.product-view-image{
    margin: 5px 0;
}

.comment-form textarea{
    border: none;
    outline: none;
}
.comment-form textarea::placeholder{
    color: #ced2db;
    font-size: 15px;
}

.comment-form button {
    position: absolute;
    bottom: 27px;
    right: 10px;
}

.featured {
    color: #ffc200 !important;
}

.modal-body.show-liker .title {
    font-size: 1.25rem;
    font-weight: bold;
}

.liked {
    color: #ff6262 !important;
}

.edit-content{
    background-color: white;
    outline: none;
    padding: 5px;
}
.editor-view img{
    cursor: zoom-in;
}
.cursor-zoom-in{
    cursor: zoom-in;
}
