.lazy-wrapper { position: relative!important; box-sizing: content-box!important; -moz-box-sizing: content-box!important; -webkit-box-sizing: content-box!important; -ms-box-sizing: content-box!important; -o-box-sizing: content-box!important; }
.lazy-wrapper.loading { padding-bottom: 104px!important; transition: all 0.3s!important; }
.lazy-more-wrapper { position: absolute; bottom: 0; padding: 20px 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; display: none; height: 104px; width: 100%; text-align: center; clear: both; }
.lazy-img-loading { background: url("loading.gif") center no-repeat; height: 64px; width: 64px; margin: 0 auto; }
a.lazy-more-btn { width: 200px; height: 44px; font-family: 'Poppins',sans-serif; background: #8e7037; color: #fff; border: 2px solid #8e7037; cursor: pointer; display: inline-block; font-size: 15px; font-weight: 500; line-height: 30px; letter-spacing: 2px; padding: 6px 12px; text-align: center; vertical-align: middle; white-space: nowrap; border-radius: 0; }
a.lazy-more-btn:active, a.lazy-more-btn:focus, a.lazy-more-btn:hover { background-color: transparent; border-color: #8e7037; color: #8e7037; }
