/* main buttons container */
.all-magic-buttons {
	position: fixed !important; /*overwrite the `wizard_preview_helpers.js` style*/
	height: 55px;
	max-width: 130px;
	z-index: 1031;
	bottom: 20px;  /* if edited change at all places */
	right: 20px;
	transition: bottom 0.4s linear;
}
/* we need to place the button above our ads banner if its exists */
html:not(.s123-ads-banner-small).s123-ads-banner-active .all-magic-buttons {
	bottom: 70px;
}
/* bug-fix - interface + small ads + force icon to left =  the icon displayed on-top of the ads */
html[dir="ltr"].in-management.s123-ads-banner-small.s123-ads-banner-active .all-magic-buttons.mg-b-icon-position-left {
	bottom: 70px;
}
/* bug-fix - interface + small ads + website RTL = the icon displayed on-top of the ads */
html[dir="rtl"].in-management.s123-ads-banner-small.s123-ads-banner-active .all-magic-buttons {
	bottom: 70px;
}
/* bug-fix - interface RTL + small ads + website RTL = the icon displayed high when we need it at the bottom */
html[dir="rtl"].in-management.s123-ads-banner-small.s123-ads-banner-active .all-magic-buttons.mg-b-icon-position-right {
	bottom: 20px;
}
html[dir="rtl"] .all-magic-buttons {
	left: 20px;
	right: auto;
}
/* overwrite default icon position (if needed) */
.all-magic-buttons.mg-b-icon-position-left {
	left: 20px !important;
	right: auto !important;
}
.all-magic-buttons.mg-b-icon-position-right {
	right: 20px !important;
	left: auto !important;
}
/* overwrite default contact box position (if needed) */
.all-magic-buttons.mg-b-icon-position-left .contact-box {
	left: 0px !important;
	right: auto !important;
}
.all-magic-buttons.mg-b-icon-position-right .contact-box {
	right: 0 !important;
	left: auto !important;
}

/* overwrite default greeter box position (if needed) */
.all-magic-buttons.mg-b-icon-position-left .g-m-c {
	left: 0px !important;
	right: auto !important;
}
.all-magic-buttons.mg-b-icon-position-right .g-m-c {
	right: 0 !important;
	left: auto !important;
}

/* buttons design */
.m-btn-c {
	width: 55px;
	height: 55px;
	position: relative;
	display: inline-block;
}
.m-btn-c:nth-child(1) {
	float: right;
	margin-left: 10px;
}
/*fix direction of the buttons if needed*/
.all-magic-buttons.mg-b-icon-position-left .m-btn-c:nth-child(1) {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
.all-magic-buttons.mg-b-icon-position-right .m-btn-c:nth-child(1) {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
html[dir="rtl"] .m-btn-c:nth-child(1) {
	float: left;
	margin-left: 0;
}
.m-btn-c:nth-child(2) {
	float: left;
}
html[dir="rtl"] .m-btn-c:nth-child(1) {
	float: right;
	margin-left: 10px;
	margin-right: 0px;	
}
.m-btn-c a {
	font-size: 30px;
}
.m-btn-c i {
	font-size: inherit !important;
}
.m-btn-c i.fa-share-alt,
.m-btn-c i.svg-m[data-icon-name="share-alt"] {
	margin-right: 4px; /* the share icon is not display as centered so we fix it */
}
/*specific fix for the contact us icon because it is bigger the the other icons
we set it to be relative font size from the container font size*/
.m-btn-c li.gmail-list i,
.m-btn-c li.emailApp-list i,
.m-btn-c li.contactUs-list i {
	font-size: 0.84em !important;
}
.m-btn-c li.copyLink-list i {
	font-size: 0.64em !important;
}


/* Icons colors
-----------------------------*/
.m-btn-c .magic-btn.single-item,
.m-btn-c .options-list li {
	background-color: #848484;
}
.m-btn-c .magic-btn.single-item.phone,
.m-btn-c .options-list li.phone {
	background: #ec5923;
}
.m-btn-c .magic-btn.single-item.whatsApp,
.m-btn-c .options-list li.whatsApp {
	background-color: #4dc247;
}
.m-btn-c .magic-btn.single-item.faceBookMessanger,
.m-btn-c .options-list li.faceBookMessanger,
.m-btn-c .contact-box[data-type="faceBookMessanger"] .box-heading {
	background-color: #0084ff;
}
.m-btn-c .magic-btn.single-item.linkedIn,
.m-btn-c .options-list li.linkedIn {
	background-color: #0077b5;
}
.m-btn-c .magic-btn.single-item.gmail,
.m-btn-c .options-list li.gmail {
	background-color: #f1f3f4;
}

/* magic button design*/
.m-btn-c .magic-btn {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 1;
	box-shadow: 0px 5px 12px 0px rgb(117 115 115);
	transition: box-shadow 0.2s;
}
.m-btn-c .magic-btn:hover {
	box-shadow: 0px 5px 12px 2px rgb(117 115 115);
	opacity: 1;
}
.m-btn-c .magic-btn.single-item a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
}
.m-btn-c .magic-btn.single-item a .svg-m {
	background-color: #fff;
}
/*specific fix for the contact us icon because it is bigger the the other icons
we set it to be relative font size from the container font size*/
.m-btn-c .magic-btn.single-item.contactUs a > i,
.m-btn-c .magic-btn.single-item.emailApp  a > i {
	font-size: 0.84em !important;
}
.m-btn-c .options-list .list-item {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-bottom: 15px;
	box-shadow: 0px 4px 3px 0px #dedede;
}
/* for the last child we set different margin bottom that is calculated from
(.m-btn-c.height / 2) + (.list-item -> margin-bottom ) because the `ul` is starting from
half height of the `.m-btn-c`
*/
.m-btn-c .options-list .list-item.is-last-item {
	margin-bottom: 40px;
}
.m-btn-c a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.m-btn-c a img {
	height: 60%;
	width: auto;
}
.m-btn-c .faceBook img,
.m-btn-c .tumblr img,
.m-btn-c .twitter img,
.m-btn-c .pinterest img,
.m-btn-c .telegram img {
	height: 100%;
}
/*gmail fix - the image is big so decrease its height */
.m-btn-c .gmail img {
	height: 45%;
}
.m-btn-c .options-list .list-item i:not(.fa-telegram) {
	color: #fff;
}
.m-btn-c .options-list .list-item .svg-m:not(.fa-telegram) {
	background-color: #fff;
}
.m-btn-c .options-list .list-item i.fa-linkedin { 
	margin-bottom: 3px; /* the LinkedIn icon is not display as centered so we fix it */
}
.m-btn-c .options-list {
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-flow: column;
	text-align: center;
	position: absolute;
	bottom: 25px;
	right: 0;
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
.m-btn-c .contact-box {
	position: absolute;
	right: 0px;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	z-index: 100;
	width: 325px;
	height: 350px;
	display: none;
	bottom: 65px;
	font-size: 16px;
}
.m-btn-c .contact-box .box-heading img {
	height: 1.3em; /* set the icon a little bigger then the text */
}
html[dir="rtl"] .m-btn-c .contact-box {
	right: auto;
	left: 0px;
}
.m-btn-c .contact-box .contact-us-form {
	font-size: 0.6em;
}

.m-btn-c .contact-box .contact-us-form .inputs-container {
	display: flex;
	justify-content: space-between;
}
/**/
.m-btn-c .contact-box .contact-us-form .inputs-container .name-container {
	margin-right: 5px;
}
html[dir="rtl"]  .m-btn-c .contact-box .contact-us-form .inputs-container .name-container {
	margin-right: 0;
	margin-left: 5px;
}

/* Mobile & Tablet
----------------------------------*/
@media(max-width:767px) {
	.m-btn-c .contact-box {
		right: 0px;
		width: calc( 100vw - 50px );
		max-width: 500px; /* facebook page plugin is limited to maximum width of 500px */
	}
	.all-magic-buttons.mg-b-icon-position-left .contact-box {
		left: 0px !important;
	}
	html[dir="rtl"] .m-btn-c .contact-box {
		left: 0;
		right: auto;
	}
	/* bug fix - when user had 2 magic buttons and the website is mobile + rtl part of the
	facebook contact box for wasn't visible */
	html[dir="rtl"] .all-magic-buttons[data-contact="true"][data-share="true"] .m-btn-c .contact-box {
		left: -55px;
	}
}
.m-btn-c .box-heading {
	padding: 15px 12px;
	border-radius: 6px 6px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	background-color: var(--global_main_color);
}
.m-btn-c span.box-icon {
	margin-right: 5px;
	display: inline-block;
	color: #fff;
}
html[dir="rtl"] .m-btn-c span.box-icon {
	margin-right: 0;
	margin-left: 5px;
}
.m-btn-c span.box-text {
	display: inline-block;
	color: #fff;
}
.m-btn-c span.icon-close {
	margin-left: auto;
	display: inline-block;
	text-align: right;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
}
.m-btn-c span.icon-close .svg-m {
	background-color: #fff;
}
html[dir="rtl"] .m-btn-c span.icon-close {
	margin-left: 0;
	margin-right: auto;
}
.m-btn-c .box-body {
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 292px;
	font-size: 20px;
	color: #000;
	word-break: break-all;
	position: relative;
	font-size: 1.5em;
}
.m-btn-c .contact-box .box-body iframe {
	border: none;
	width: 100%;
	height: 100%;
}
/* contact box inputs font size fix */
.m-btn-c .contact-box input,
.m-btn-c .contact-box textarea,
.m-btn-c .contact-box button {
	font-size: inherit;
}
/*
-------------------------------*/
.m-btn-c .options-list {
	transition: max-height 0.3s, opacity 0.5s;
	max-height: 0;
	opacity: 0;
	overflow-y: hidden;
}
.m-btn-c .options-list.visible {
	max-height: 700px;
	opacity: 1;
}
/* make sure the icons of the magic button are inheriting the color of the system*/
.m-btn-c .magic-btn .close-list,
.m-btn-c .magic-btn .open-list {
	color: inherit !important;
}
.m-btn-c .magic-btn:not(.show-list) .close-list,
.m-btn-c .magic-btn.show-list .open-list {
	display: none;
}
.m-btn-c .list-item a {
	cursor: pointer;
}

/* Contact Us Popup Design
--------------------------------*/
.m-btn-c .contact-container {
	position: relative;
}
.m-btn-c .contact-container .contact-container {
	display: block;
}
.m-btn-c .contact-container .contact-thank-you {
	font-size: 20px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
}
/* because we want to preserve the height of the */
.m-btn-c .contact-container.show-thank-you form {
	visibility: hidden;
}
.m-btn-c .contact-container.show-thank-you .contact-thank-you {
	display: flex;
}

/* Copy link Option - Hide from PC & Tablet
--------------*/
.all-magic-buttons:not(.mobile-view) .m-btn-c .options-list .list-item.copyLink {
	display: none;
}

/* Greeter Design
-------------------------*/
.m-btn-c .g-m-c {
	transition: bottom 0.2s, visibility 0.5s, opacity 0.2s;
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: 0;
	visibility: hidden;
	opacity: 0;
    background-color: #f9f9f9;
    border-radius: 5px;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}
html[dir="rtl"] .m-btn-c .g-m-c {
	left: 0;
	right: auto;
}
.m-btn-c .g-m-c:before {
	content: '';
    display: block;
    position: absolute;
    left: 90%;
    top: 100%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: white;
}
.m-btn-c .g-m-c:after {
	content: '';
    display: block;
    position: absolute;
    left: 90%;
    top: 100%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: white;
}
html[dir="rtl"] .m-btn-c .g-m-c:before,
html[dir="rtl"] .m-btn-c .g-m-c:after {
	left: auto;
	right: 90%;
}
/* overwrite default carrot icon position (if needed) */
.all-magic-buttons.mg-b-icon-position-left .m-btn-c .g-m-c:before,
.all-magic-buttons.mg-b-icon-position-left .m-btn-c .g-m-c:after {
	left: auto;
    right: 90%;
}
.all-magic-buttons.mg-b-icon-position-right .m-btn-c .g-m-c:before,
.all-magic-buttons.mg-b-icon-position-right .m-btn-c .g-m-c:after {
    left: 90%;
	right: auto;
}

/* show animation */
.m-btn-c.show-greeting .g-m-c {
	visibility: visible !important;
	opacity: 1;
	bottom: 70px;
}
.m-btn-c .g-m-c .g-m-header {
	padding: 5px 12px;
}
.m-btn-c .g-m-c .g-m-header .icon-close {
	color: #000;
	color: var(--global_main_color_btn_text_color);
}
.m-btn-c .g-m-c .g-m-header .icon-close .svg-m {
	background-color: #000;
	background-color: var(--global_main_color_btn_text_color);
}
.m-btn-c .g-m-c .g-m-body {
	width: 315px;
	min-height: 100px;
	height: auto;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.m-btn-c .g-m-c .g-m-body .g-m-logo {
    width: 20%;
    display: none;
}
/* svg logo support */
.m-btn-c .g-m-c .g-m-body .g-m-logo .svg-m {
	height: 3em;
	width: 100%;
	background-color: #000;
}
.m-btn-c .g-m-c .g-m-body .g-m-logo img {
	max-width: 80%;
	display: inline-block;
	border-radius: 5px;
}
.m-btn-c .g-m-c .g-m-body .g-m-content {
	width: 100%; 
}
.m-btn-c .g-m-c .g-m-body[data-has-logo="true"] .g-m-content {
	width: 100%; 
}
.m-btn-c .g-m-c .g-m-body .g-m-content p {
    padding: 0 5px;
    margin: 0;
    margin-bottom: 10px;
    word-break: break-word;
    min-height: 70%;
    min-height: unset;
	text-align: left;
}
html[dir="rtl"] .m-btn-c .g-m-c .g-m-body .g-m-content p {
	text-align: right;
}
.m-btn-c .g-m-c .g-m-body .options-list {
	position: static;
	list-style: none;
	display: flex;
	flex-flow: row;
	opacity: 1;
	max-height: none;
	justify-content: flex-start;
}
.m-btn-c .g-m-c .g-m-body .options-list li {
	width: 30px;
	height: 30px;
	margin: 0 3px;
}
.m-btn-c .g-m-c .g-m-body .options-list li i {
	font-size: 15px !important;
}

/* Mobile & Tablet
----------------------------------*/
.all-magic-buttons.mobile-view .m-btn-c .g-m-c {
	position: fixed;
	left: 10px !important;
	right: 10px !important;
}
.all-magic-buttons.mobile-view .m-btn-c.show-greeting .g-m-c {
	bottom: 85px;
}
.all-magic-buttons.mobile-view .g-m-c .g-m-body {
	width: 100% !important;
}

/* External Link Preventor
----------------------------------*/
.bootbox.external-links-preventor {
	font-family: sans-serif;
	font-size: 14px;
}
.bootbox.external-links-preventor .bootbox-body {
	word-wrap: break-word;
}

/**
 * Small Screen Height Handler - The icons are two big for some small screens
 * so we decrease them to fir the page height.
 */
@media(max-height: 767px) {
	.m-btn-c .options-list .list-item {
		width: 40px;
		height: 40px;
	}
	.m-btn-c li.linkedIn  i,
	.m-btn-c li.gmail-list i,
	.m-btn-c li.emailApp-list i,
	.m-btn-c li.contactUs-list i {
		font-size: 20px !important;
	}
}

/* Insert website buttons type support */
.all-magic-buttons .m-btn-c .fixed-action-btn:before {
	border-radius: 50% !important;
}

/* Primary Buttons Styles
---------------------------------*/
/* white primary button style */
.all-magic-buttons .m-btn-c .btn-primary-white {
	border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    border-color:transparent;
}
.all-magic-buttons .m-btn-c .btn-primary-white .svg-m {
    background-color: #000000;
}
.all-magic-buttons .m-btn-c .btn-primary-white::before {
	border-color: #000000;
}
.all-magic-buttons .m-btn-c .btn-primary-white:hover,
.all-magic-buttons .m-btn-c .btn-primary-white:focus {
    opacity:0.9;
}
/* black primary button style */
.all-magic-buttons .m-btn-c .btn-primary-black {
	border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    border-color:transparent;
}
.all-magic-buttons .m-btn-c .btn-primary-black:hover,
.all-magic-buttons .m-btn-c .btn-primary-black:focus {
    opacity:0.9;
}
/* grey primary button style */
.all-magic-buttons .m-btn-c .btn-primary-grey {
	border: 1px solid #848484;
    background-color: #848484;
    color: #fff;   
}


/* Contact Us Mobile Full Width
--------------------------------------*/
.all-magic-buttons.mobile-view.m-f-w {
	display: none;
	bottom: 80px;
}
/* we need to place the button above our ads banner if its exists */
html:not(.s123-ads-banner-small).s123-ads-banner-active .all-magic-buttons.mobile-view.m-f-w {
	bottom: 140px;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] {
	transition: bottom 0.4s linear;
	width: auto;
	left: 0px;
	right: 0px;
	margin: 0;
	position: fixed;
	bottom: 0;
	height: 68px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.31);
	z-index: 1032; /* set higher then the main container*/
}
/* we need to place the button above our ads banner if its exists */
html:not(.s123-ads-banner-small).s123-ads-banner-active .all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] {
	bottom: 60px;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .fixed-action-btn {
	display: none !important;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) {
	opacity: 1;
	max-height: unset;
	flex-flow: row;
	width: 100%;
	height: 100%;
	position: static;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) > li {
	display: flex;
	flex-flow: column;
	flex-grow: 1;
	margin-bottom: 0;
	background-color: transparent;
	width: 10%;
	height: 100%;
	font-size: 12px;
	display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    align-content: center;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) > li .option-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) > li i {
	color: #848484;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) > li.phone i {
	color: #ec5923;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) > li.whatsApp i {
	color: #4dc247;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) > li.faceBookMessanger i {
	color: #0084ff;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) > li.linkedIn i {
	color: #0077b5;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) > li.gmail i {
	color: #f1f3f4;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) a {
	width: 100%;
	height: 40%;
	font-size: 20px;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) a img {
	height: 20px;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]) li.whatsApp a img {
	height: 22px;
}
/* remove all floating css from contact button*/
.all-magic-buttons.mobile-view.m-f-w .m-btn-c:nth-child(1) {
	float: none;
}
@media(max-width:767px) {
	.all-magic-buttons.mobile-view.m-f-w .m-btn-c .contact-box {
		left: auto !important;
		right: 20px !important;
		bottom: 70px;
	}
	html[dir="rtl"] .all-magic-buttons.mobile-view.m-f-w .m-btn-c .contact-box {
		left: 20px !important;
		right: auto !important;
	}
}

/* Contact Us Mobile Full Width Button Color
------------------------------*/
/* white primary button style */
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list.btn-primary-white {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	border-color:transparent;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list.btn-primary-white .svg-m {
	background-color: #000000;
}
/* black primary button style */
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list.btn-primary-black {
	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	border-color:transparent;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list.btn-primary-black .svg-m {
	background-color: #ffffff;
}
/* grey primary button style */
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list.btn-primary-grey {
	border: 1px solid #848484;
	background-color: #848484;
	color: #fff;
}
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list.btn-primary-grey .svg-m {
	background-color: #fff;
}
/* make sure that the icons color is inherited from button color settings */
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list[class*="btn-primary"] a,
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list[class*="btn-primary"] > li i {
	color: inherit !important;
}
/* remove the box shadow when the contact is in mobile full width */
.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list .list-item {
	box-shadow: none;
}

/* Inset Buttons Style Bug Fix - When user used the buttons style
"inset" it was covering the magic buttons content and when user also used
"mobile full width" setting the buttons wasn't click able
--------------------------------------*/
.m-btn-c .magic-btn.btn-primary:before,
.all-magic-buttons.mobile-view.m-f-w .m-btn-c[data-type="contact"] .options-list:not([data-type="magicButtonGreeter"]).btn-primary:before {
	display: none;
}