.right-side-icons {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 999;
}

@media only screen and (max-width: 767px) {
	.right-side-icons {
		display: none;
	}
}

.right-side-icons .addtoany_shortcode .addtoany_list {
	display: flex;
	flex-direction: column;
}

.right-side-icons .addtoany_shortcode .addtoany_list a {
	padding: 0;
	width: 51px;
	height: 52px;
}

.right-side-icons .addtoany_shortcode .addtoany_list a > .a2a_label {
	display: none;
}

.right-side-icons .addtoany_shortcode .addtoany_list a > .a2a_s__default {
	border-radius: 0;
	width: 51px;
	height: 52px;
	padding-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-side-icons .addtoany_shortcode .addtoany_list a > .a2a_s__default svg {
	height: 32px;
}

.right-side-icons .addtoany_shortcode .addtoany_list a > .a2a_s__default.a2a_s_facebook {
	background: #415a94 !important;
}

.right-side-icons .addtoany_shortcode .addtoany_list a > .a2a_s__default.a2a_s_twitter {
	background: #4aa1ec !important;
}

.right-side-icons .addtoany_shortcode .addtoany_list a > .a2a_s__default.a2a_s_pinterest {
	background: #788a8d !important;
}

.right-side-icons .addtoany_shortcode .addtoany_list a > .a2a_s__default.a2a_s_email {
	background: #848484 !important;
}

.right-side-icons .addtoany_shortcode .addtoany_list a > .a2a_s__default.a2a_s_a2a {
	background: #ee6f59 !important;
}
