.fixedsocial {
	position: fixed;
    bottom: 5px;
    right: 20px;
    z-index: 4;
    transition: transform 0.25s;
	text-align: right;
}
.fixedsocial_top {
	position: relative;
    width: 56px;
    height: 56px;
    text-align: center;
    border-radius: 100%;
    margin: 10px 0;
    transform: rotate(180deg);
    background-color: #00000033;
    fill: #fff;
    border: none;
	margin-left: auto;
	display: none;
}
#scroll-top-button.fixedsocial_top {
	bottom: 20px;
	right: 30px;
	color: rgba(0,0,0,.2);
	z-index: 2;
}
#scroll-top-button.has-whatsap, #scroll-top-button.has-telegram {
	bottom: 100px;
}
#scroll-top-button.has-whatsap.has-telegram {
	bottom: 190px;
}
#scroll-top-button.has-mango.has-whatsap, #scroll-top-button.has-mango.has-telegram {
	bottom: 170px;
}
#scroll-top-button.has-mango.has-whatsap.has-telegram {
	bottom: 260px;
}

.fixedsocial_top:hover {
	background-color: #00000078;
}
.fixedsocial_top-icon {
    width: 20px;
    height: 20px;
    fill: inherit; 
	margin-top: 7px;
}
.fixedsocial_button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 10px 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #7266f3;
	color: #fff;
	fill: #fff;
    overflow: hidden;
	border: none;
    padding: 0;
    font-family: inherit;
}
.fixedsocial_button:active, .fixedsocial_button:focus {
	outline: none;
}
.fixedsocial_button::-moz-focus-inner {
	border: 0;
}
.fixedsocial_button-icon {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	fill: inherit;
}
.fixedsocial_button-close {
	width: 15px;
    height: 15px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}
.fixedsocial_button-chat, .fixedsocial_button-close {
	transition: transform 0.25s, opacity 0.25s;
}
.fixedsocial.open .fixedsocial_button-chat {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}
.fixedsocial.open .fixedsocial_button-close {
	opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.fixedsocial_items {
    position: absolute;
    bottom: 100%;
    right: 0;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
	width: 390px;
	justify-content: end;
}
.fixedsocial.open .fixedsocial_items {
	opacity: 1;
    visibility: visible;
}
.fixedsocial_items-item {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 5px;
    height: 16rem;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.25s, box-shadow 0.25s;
    width: 120px;
    height: 120px;
	margin: 5px;
	padding: 5px;
	text-align: center; 
}
.fixedsocial_items-item:focus {
	outline: none;
	text-decoration: none;
}
.fixedsocial_items-item:hover {
	text-decoration: none;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.fixedsocial_items-item__icon {
    width: 50px;
    height: 50px;
	margin-bottom: 15px;
	fill: #fff;
} 
.fixedsocial_items-item__text {
    line-height: 1.2;
}
.fixedsocial_items-item__hover {
	position: absolute;
    bottom: 100%;
    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;
    font-size: 12px;
	margin-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 14px; 
	color: #222;
    text-decoration: none; 
    cursor: default;
	opacity: 0;
	visibility: hidden;
	max-width: 170px;
}
.fixedsocial_items-item:hover .fixedsocial_items-item__hover {
	display: block;
	opacity: 1;
	visibility: visible;
}
.fixedsocial_items-item__hover img {
	max-width: 100%;
    margin-top: 15px;
    border-radius: 5px;
	width: 80%;
} 

.fixedsocial_items-item__hover:before {
	content: '';
    border: solid #ffffff00;
    position: absolute;
    left: calc(50% - 9px);
    top: 100%;
    border-top-color: #888;
    border-width: 9px;
    margin-top: 1px;
}

.fixedsocial_items-item.radius {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: auto;
    border-radius: 50px;
    box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 20%);
	height: auto;
	padding: 10px;
	margin: 15px 0;
}
.fixedsocial_items-item.radius .fixedsocial_items-item__icon {
    width: 56px;
    height: 56px;
	margin: 0;
}
.fixedsocial_items-item.radius .fixedsocial_items-item__text {
	padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 768px) {
	#scroll-top-button.has-whatsap.has-telegram, #scroll-top-button.has-whatsap, #scroll-top-button.has-telegram {
		width: 50px;
		height: 50px;
		bottom: 5px;
		right: 10px;
	}
	#scroll-top-button.has-mango.has-whatsap.has-telegram, #scroll-top-button.has-mango.has-whatsap, #scroll-top-button.has-mango.has-telegram {
		bottom: 60px;
	}
	.fixedsocial {
		bottom: 10px;
		left: 10px;
		right: auto;
	}
	.fixedsocial_items-item.radius {
		display: inline-flex;
		padding: 6px;
		margin: 0;
	}
	
	.fixedsocial_items-item.radius .fixedsocial_items-item__icon, .fixedsocial_top {
		width: 46px;
		height: 46px;
	}
	.fixedsocial_items-item.radius .fixedsocial_items-item__text {
		display: none;
	}
}