﻿/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.4
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

.ht-ctc,
#ht-ctc-chat,
.ht-ctc-chat,
.ctc_chat,
#ctc_chat,
.joinchat,
.floating-wpp,
.share-icons a.whatsapp,
a[data-action="share/whatsapp/share"],
a[href^="whatsapp://"],
a[href^="https://wa.me/"],
a[href^="https://api.whatsapp.com/"],
a[href*="web.whatsapp.com/send"],
a[href*="wa.me" i],
a[href*="whatsapp" i],
a[aria-label*="whatsapp" i],
a[title*="whatsapp" i],
[class*="whatsapp" i],
[id*="whatsapp" i],
i.icon-whatsapp {
	display: none !important;
}

#floating-whatsapp-button {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	border-radius: 9999px;
	background: #25d366;
	color: #fff;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
	text-decoration: none;
}

#floating-whatsapp-button:hover {
	background: #1ebe5d;
}

#floating-whatsapp-button i.icon-whatsapp {
	display: inline-block !important;
	font-size: 28px;
	line-height: 1;
}

@media (max-width: 549px) {
	#floating-whatsapp-button {
		right: 12px;
		width: 52px;
		height: 52px;
	}
}
