<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-info p.stock.available-on-backorder{
	font-size: 1.4em;
}

/* Custom Dropdown */

/* .variations tbody {
    display: none;
}
 */
ul.custom-dropdown {
	/* 		display: none; */
	position: relative;
	list-style-type: none;
	width: 100%;
	border: 1px solid #ccc;
	height: 40px;
	z-index: 1;
	cursor: auto !important;
}
/*
ul.custom-dropdown:before {
		-moz-osx-font-smoothing:grayscale;
		-webkit-font-smoothing:antialiased;
		display:inline-block;
		font-style:normal;
		font-variant:normal;
		text-rendering:auto;
		line-height:1;
		font-family:"Font Awesome 5 Free";
    content:"\f078";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
} */

ul.custom-dropdown li.current {
	list-style-type: none;
	width: 100%;
	height: 100%;
	margin: 0px;
}

ul.custom-dropdown li.others {
	display: none;
	list-style-type: none;
	width: 100%;
	background: #e9e9e9;
	max-height: 200px;
	overflow-y: scroll;
	margin: 0px;
}

.others .tawcvs-swatches.oss- {
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
}

.swatch-color {
	padding: 5px 10px;
	display: flex;
	align-items: center;
}

.current&gt;div {
	width: 100%;
}

.swatchCircle {
	display: block !important;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 0px 1px 1px #878787;
	margin-right: 10px;
}

.current .tawcvs-swatches.oss-:hover {
	background: none;
}

.tawcvs-swatches.oss-:hover {
	background: #ccc;
}

.scegli {
	margin: 6px 10px;
}

i.icon-angle-down.custom-chev-down {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: -1
}

input.custom-dropdown-search {
	width: 100%;
	border: 0px;
	padding: 5px 10px;
	margin: 0px;
	position: sticky;
	top: 0;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

input.custom-dropdown-search:focus-visible {
	outline: 0px;
}

.clear.product-separation {
    border: 0.5px solid #ebe9e9;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
	.desktop-slider {
		display: none;
	}

	main .show-for-medium,
	[data-show=show-for-medium] {
		display: block !important;
	}
}

@media (max-width: 550px) {

	main .hide-for-small,
	[data-show=hide-for-small] {
		display: none !important;
	}
}

@media (max-width: 550px) {

	main .show-for-medium,
	[data-show=show-for-medium] {
		display: none !important;
	}
}




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


}</pre></body></html>