.lightbox-bg{
background-color: #000;
bottom: 0;
left: 0;
opacity: 0.8;
position: fixed;
right: 0;
top: 0;
z-index: 99999;
}

.lightbox {
bottom: 70px;
left: 0;
position: fixed;
right: 0;
text-align: center;
top: 10px;
z-index: 99999;
}

.lightbox-close{
color: #fff;
cursor: pointer;
font: bold 48px arial;
position: fixed;
right: 15px;
text-shadow: 0 0 4px #000;
text-transform: uppercase;
top: 15px;
z-index: 99999;
}

.lightbox {
text-align: center;  /* align the inline(-block) elements horizontally */
font: 0/0 a; /* remove the gap between inline(-block) elements */
}

.lightbox:before {/* create a full-height inline block pseudo=element */
content: ' ';
display: inline-block;
vertical-align: middle;  /* vertical alignment of the inline element */
height: 100%;
}

.lightbox img {
display: inline-block;
vertical-align: middle;  /* vertical alignment of the inline element */
font: 16px/1 Arial sans-serif;/* <-- reset the font property */
max-width:100%;
max-height:100%;
}

.lightbox-link{
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99999;
height:70px;
}

.lightbox-link a{
    background-color: red;
    border-radius: 4px;
    box-shadow: 0 0 3px #000;
    color: #fff;
    display: block;
    font: bold 14px arial;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    width: 140px;
}


.wholesale-cart{text-align:center;}

.wholesale-cart #add_to_cart{
display:inline-block;
margin:8px 0;
}