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

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

.text-nowrap{
	white-space: nowrap;
}
.custom-dropdown {
    position: relative;
}
.custom-dropdown button[type="submit"] {
    display: none;
}
.dropdown-label{
	white-space: nowrap;
}
.dropdown-toggle {
    width: 100%;
    color: #888;
    border: 1px solid #ccc;
    text-align: left;
    position: relative;
    font-weight: normal;
    margin: 0;
	padding-right: 3.9em;
}
.dropdown-arrow {
    position: absolute;
    right: 0;
    padding: 0 15px;
    background-color: var(--primary-color);
    color: white;
}
.dropdown-menu {
    display: none;
    position: absolute;
    width: max-content;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 100;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #888;
    right: 0;
    min-width: 100%;
}
.dropdown-menu.show{
    display: block;
}
.dropdown-menu li {
    text-align: left;
    cursor: pointer;
	padding: .6em !important;
}
.dropdown-menu li:hover {
    background: #f0f4ff;
}
.custom-dropdown.open .dropdown-menu {
    display: block;
}
.contact-buttons .img img{
	width: auto;
}
.custom-dropdown-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    min-width: 100%;
}
.tab:hover .custom-dropdown-menu{
    display: block;
}
.custom-dropdown-menu ul {
    list-style: none;
    margin: 0;
}
.custom-dropdown-menu ul li {
    margin: 0;
    position: relative;
}
.custom-dropdown-menu li a {
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
    background-color: white !important;
    color: #000 !important;
}
.custom-dropdown-menu li a:hover {
    background-color: #f0f4ff !important;
}
.custom-dropdown-menu ul ul {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.custom-dropdown-menu li:hover ul {
    display: block;
    left: calc(100% - 1px);
    top: 0;
    z-index: 1;
}
.product-footer .woocommerce-tabs{
	border: 1px solid #ddd;
    padding: 30px !important;
    margin-bottom: 30px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical){
	margin-top: 0;
}
body.tax-product_cat .header-search-form{
	display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.flickity-page-dots{
		left: 0;
		 right: 0;
	}
	.small-row{
		flex-direction: column;
	}
	.dropdown-toggle {
		padding-right: 0;
	}
	.dropdown-label{
		white-space: wrap;
	}
	.small-flex-row-wrap{
		flex-wrap: wrap;
	}
	.header.show-on-scroll .hide-for-sticky, .stuck .hide-for-sticky {
    	display: block;
	}
}