.addThis_listSharing {
    position: fixed;
    bottom: 40px;
    z-index: 999;
    top: auto !important;
    left: 12px;
    opacity: 0;
    display: none;
}
.backtop {
    right: 12px;
    bottom: 196px;
    top: auto !important;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    top: auto !important;
    height: 44px;
    width: 44px;
    background-color: var(--primary-color);
    line-height: 36px;
    border-radius: 100%;
    font-size: 30px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: #fff !important;
    margin-bottom: 5px;
}
.backtop:hover {
    filter: brightness(1.3);
}
.backtop.show {
    z-index: 999;
    transition: transform 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge{ right: 12px!important;;}
.addThis_listSharing{opacity: 1; display: block;}
.addThis_listing .addThis_item{margin-bottom:5px}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 44px;height: 44px;line-height: 44px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;left: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;
	right: 100%;
	top: 0px;
	bottom: 0;
	margin: auto;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	transform: rotate(180deg);
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
.actionToolbar_mobile {
	position: fixed;bottom: 0;left: 0; right: 0;margin: 0 auto;z-index: 999;
	height:45px;width: 100%;border-top: 1px solid #e7e7e7;background: #fff; padding:5px 10px;
}
.fb_dialog_content > iframe{
	right: -6px!important
}
.addThis_listing .addThis_item:last-child .addThis_item--icon .tooltip-text {
	visibility: visible;
    opacity: 1;
    color: #fff;
    font-size: 17px;
    background: red;
	font-weight:700;
}
.addThis_listing .addThis_item:last-child .addThis_item--icon .tooltip-text:after {
	border-color: transparent transparent transparent red;
}

@-moz-keyframes quick-alo-circle-img-anim { 0% { transform: rotate(0) scale(1) skew(1deg); }
	10% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
	20% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
	30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
	40% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
	50% { -moz-transform: rotate(0) scale(1) skew(1deg); }
	100% { -moz-transform: rotate(0) scale(1) skew(1deg); } }
@-webkit-keyframes quick-alo-circle-img-anim { 0% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
	10% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
	20% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
	30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
	40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
	50% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
	100% { -webkit-transform: rotate(0) scale(1) skew(1deg); } }
@-o-keyframes quick-alo-circle-img-anim { 0% { -o-transform: rotate(0) scale(1) skew(1deg); }
	10% { -o-transform: rotate(-25deg) scale(1) skew(1deg); }
	20% { -o-transform: rotate(25deg) scale(1) skew(1deg); }
	30% { -o-transform: rotate(-25deg) scale(1) skew(1deg); }
	40% { -o-transform: rotate(25deg) scale(1) skew(1deg); }
	50% { -o-transform: rotate(0) scale(1) skew(1deg); }
	100% { -o-transform: rotate(0) scale(1) skew(1deg); } }

@media(max-width:480px){
	.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
		top: 10px;
	}
}
