.mask {
background-color: #FFF;
width: 100%;
height: 100%;
position: fixed;
top:0px;
left:0px;
z-index: 100000;
}
#spinner {
width: 50px;
height: 50px;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
}
.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #cecece;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
0%, 100% { 
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% { 
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}a.zass-post-nav {
display:none;
background:#ffffff;
color: #333333 !Important;
position:fixed;
top:50%;
z-index:888;
cursor:pointer;
text-decoration:none;
height:96px;
padding:8px;
margin-top:-48px;
overflow: hidden;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
border: 1px solid #f1f1f1;
opacity: 0.7;
}
a.zass-post-nav i {
display:none;
height:80px;
line-height:84px;
vertical-align:middle;
font-size:28px;
width:32px;
text-align:center;
}
.zass-search-cart-holder {
float:right;
height:86px;
line-height:86px;
visibility: none;
}