/* ------------------------------------------------------------ *\
	Back to top button
\* ------------------------------------------------------------ */

.lvw-btn-top { position: fixed; right: 10px; bottom: 10px; width: 40px; height: 40px; line-height: 52px; text-align: center; border-radius: 50%; background: #028860; color: #fff; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .27); cursor: pointer; opacity: 0; visibility: hidden; transition: .3s; z-index: 999; }
.lvw-btn-top i { font-size: 30px; }
.lvw-btn-top.show { opacity: 1; visibility: visible; }