.amquickview-hover
{
    position: absolute;
    width: 70%;
    text-align: center;
    z-index: 7000;
    bottom: 10%;
    top: inherit !important;
    background-color: #e22f89;
    max-height: 40px;
    padding: 8px 0;
    min-height: 17px;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto;
    font-weight: 400;
    font-size: 1.5rem;
}

.amquickview-hover a, .amquickview-hover a:hover
{
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
    display: block;
    color: white;
}

.amquickview-hover img.am-quickview-icon
{
    max-width: 100%;
    vertical-align: middle;
    display: inline !important;
    width: auto !important;
    margin-right: 3px;
}

.amquickview-hover:hover
{
    background-color: #e22f89;
}

@media only screen and (max-width: 767px) {
    .amquickview-hover {
        display: none !important; 
    }
}