/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#products  .highlighted-informations, .featured-products .highlighted-informations, .product-miniature-child .highlighted-informations {
    position: absolute;
    display: block;
    bottom: 0.75rem;
    padding-top: 0.625rem;
    z-index: 2;
    background: #fff;
    text-align: center;
    width: 250px;
    height: 4.5rem;
    box-shadow: 0 -1px 10px -5px rgb(0 0 0 / 20%);
    transition: bottom .3s;
}
#products  .highlighted-informations, .featured-products .highlighted-informations .quick-view, .product-miniature-child .highlighted-informations .quick-view {
    color: #7a7a7a;
    font-size: 0.75rem;
}

.input-group-child {
    position: relative;
    width: 20%;
    display: inline;
    border-collapse: separate;
}
.btn-child {
    display: inline-block;
    width: 75%;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: .75rem;
    border-radius: 0;
}