#modal-login {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 50px;
	background-size: cover;
	background: #fff;
}

#modal-login #w-login-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 315px;
	width: 100%;
	max-width: 500px;
	margin: auto;
}

#modal-login #w-login-form .panel-footer>a {
	display: none;
}


.skip-links .nav-toggle {
    border-color: #fff;
    color: #fff;
}

.pageId0 #modal-login {
    display: none;
}

@media (min-width: 960px) {
    .productItem .type-row .m-productlist-offer.l-default-height .product-transaction {
        min-height: 90px;
    }    

    .productItem .type-row .image img {
        max-height: 105px;
    }    
    
    .productItem {
        margin-bottom: 1em;
    }
    
}
