/* =============================================
   BELLAMY BACK TO TOP - Elementor Widget CSS
   ============================================= */

.bellamywidget-back-to-top {
    position: fixed;
    bottom: 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.4s ease;
    text-decoration: none;
    box-sizing: border-box;
}

.bellamywidget-back-to-top:hover {
    transform: translateY(-5px);
}

.bellamywidget-back-to-top-icon {
    transition: transform 0.4s ease;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.bellamywidget-back-to-top-text {
	transition: transform 0.4s ease;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* ==================== POSITION ==================== */
.bellamywidget-back-to-top-bottom-right {
	right: 15px;
    left: auto;
}

.bellamywidget-back-to-top-bottom-left {
	left: 15px;
    right: auto;
}