/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

div.add-to-cart-button {
	display: flex;
	align-items: center;
	flex-grow: 1;
	gap: 1em;
}

div.add-to-cart-button a.add_to_cart_button {
	font-size: 1em;
}

div.add-to-cart-button a.added_to_cart {
	padding-top: 1.75em;
}

div.add-to-cart-button a.add_to_cart_button::before {
	font-family: fl-icons !important;
	content: "";
}

li.menu-item-gtranslate {
	display: inline-block;
	margin-bottom: 1.1em;
}

.gt_float_switcher .gt-selected {
	background-color: #000000 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
	color: #ffffff !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}

.gt-lang-code {
	display: none !important;
}

ul.mobile-nav ul li {
	padding-left: 1em !important;
}

ul.mobile-nav ul li > a {
	padding-left: 1em !important;
	font-weight: bold !important;
}

div.gt_options.gt-open {
	width: 180px !important;
	max-width: 180px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	li.menu-item-gtranslate {
		display: inline-block;
		margin-bottom: inherit;
	}

}