.fixedsocial {
	position: fixed !important;
    bottom: 20px !important;
    right: 40px !important;
    z-index: 999999 !important;
    transition: transform 0.25s;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 10px !important;
	pointer-events: none !important;
    width: 56px !important;
    height: auto !important;
}


#scroll-top-button {
    bottom: 0 !important;
    margin-bottom: 0 !important;
}


#mango_callme.mango-callback.has-fixedsocial .button-widget-open {
    bottom: -37px !important;
    right: -70px !important;
    margin: 0 !important;
}

.fixedsocial.has-mango {
	bottom: 100px !important;
}

.fixedsocial > * {
	pointer-events: auto !important;
    position: relative !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}


.fixedsocial_items-item.radius {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
    background: none !important;
    padding: 0 !important;
    transition: transform 0.2s;
}

.fixedsocial_items-item.radius .fixedsocial_items-item__icon {
    width: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    fill: #fff !important;
}


#scroll-top-button.fixedsocial_top {
    position: relative !important;
    width: 56px !important;
    height: 56px !important;
    text-align: center !important;
    border-radius: 100% !important;
    transform: rotate(180deg) !important;
    background-color: #00000033 !important;
    fill: #fff !important;
    border: none !important;
    display: none; 
    cursor: pointer !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.fixedsocial_top-icon {
    width: 20px !important;
    height: 20px !important;
    fill: #fff !important;
    margin-top: 7px !important;
}


.fixedsocial_items-item.radius:hover {
	transform: scale(1.05);
}
#scroll-top-button.fixedsocial_top:hover {
    background-color: #00000078 !important;
}

.fixedsocial_items-item__hover {
	position: absolute;
    bottom: 0;
    right: 70px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    display: none;
    padding: 15px 10px; 
    border-radius: 5px;
	color: #222;
    text-decoration: none; 
    cursor: default;
	opacity: 0;
	visibility: hidden;
	width: 170px;
    z-index: 10;
}

.fixedsocial_items-item.radius:hover .fixedsocial_items-item__hover {
	display: block;
	opacity: 1;
	visibility: visible;
}

.fixedsocial_items-item__hover img {
	max-width: 100%;
    margin-top: 10px;
    border-radius: 5px;
}

@media (max-width: 768px) {
	.fixedsocial {
		bottom: 10px !important;
		right: 30px !important;
        width: 48px !important;
        gap: 10px !important;
	}
	.fixedsocial.has-mango {
		bottom: 90px !important;
	}
    
    #mango_callme.mango-callback.has-fixedsocial .button-widget-open {
        bottom: 35px !important;
        right: -80px !important;
        margin: 0 !important;
    }

	.fixedsocial_items-item.radius, 
    #scroll-top-button.fixedsocial_top {
		width: 48px !important;
		height: 48px !important;
	}
    
    .fixedsocial_items-item.radius .fixedsocial_items-item__icon {
        width: 48px !important;
        height: 48px !important;
    }
    
    .fixedsocial_top-icon {
        width: 18px !important;
        height: 18px !important;
        margin-top: 6px !important;
    }
}
