/**
 * Center Houzez back-to-top icon inside the circular button.
 */
.back-to-top-wrap .btn-back-to-top,
#scroll-top.btn-back-to-top {
    align-items: center !important;
    display: inline-flex !important;
    height: 42px;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    text-align: center;
    width: 42px;
}

.back-to-top-wrap .btn-back-to-top i,
#scroll-top.btn-back-to-top i {
    align-items: center;
    display: inline-flex !important;
    font-size: 16px;
    height: 1em;
    justify-content: center;
    line-height: 1 !important;
    margin: 0 !important;
    position: static !important;
    top: auto !important;
    transform: none !important;
    width: 1em;
}

.back-to-top-wrap .btn-back-to-top i::before,
#scroll-top.btn-back-to-top i::before {
    display: block;
    line-height: 1;
}
