/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-thumbnail .hasResponsive{
    
}

.product-thumbnail:hover .hasResponsive{
    position: relative;
    z-index: 2;
    transition: opacity 0s ease-out;
}


.responsiveHover{
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.product-thumbnail:hover .responsiveHover{
    
    opacity: 1;
}


.product-thumbnail:hover .hasResponsive{
    /*transition: visibility 0s, opacity 0.5s linear;*/
    
    opacity: 0;
}
.scroll-box-arrows .left,
.scroll-box-arrows .right {
    left: 64px;
}

.has-discount .discount {
    background: pink;
}

#cart-subtotal-discount {
    display: none !important;
}

#html_login_seven {
    margin-bottom: 0;
}