.am-bt-quickview {
    position: absolute;
    display: none;
    z-index: 10;
    width: 100%;
    max-width: 140px;
    height: 50px;
    text-align: center;
    background-color: #f3f3f3;
    padding: 16px;
    box-sizing: border-box;
    border-left: none;
    white-space: nowrap;
    top: -9px;
    bottom: 0;
    left: auto;
    right: -90px;
    text-decoration: none;
    -webkit-box-shadow: 26px -3px 40px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 26px -3px 40px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 26px -3px 40px -13px rgba(0, 0, 0, 0.75);
}
a.am-quickview {
    font-family: "Oswald";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.07em;
    color: #fff;
    background-color: #050203;
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
}
a.am-quickview:hover {
    color: #fff;
    background-color: #050203;
    opacity: 0.8;
    text-decoration: none;
}
.category-products-list .product-item {
    position: relative;
}
.category-products-list .product-item:hover .am-bt-quickview {
    display: block;
}
body .mfp-iframe-holder .mfp-content {
    max-width: 780px;
}
body .mfp-iframe-holder .mfp-close {
    top: 6px;
    right: 12px;
    z-index: 9;
    position: absolute;
    width: auto;
    min-width: 40px;
    color: #050203;
}
body .mfp-iframe-holder .mfp-close:hover {
    background-color: transparent;
}
