/*
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.   ***************/
.search-result-container {
    display: flex;
    flex-direction: row;
    flex: auto;
    align-items: center;
}

.category-container:hover {
    cursor: pointer;
}

.search-result-container.category {
    text-align: center;
}

.shop-container button.yith-wcan-filters-opener {
    display: none !important;
}

input#billing_state[type="text"],
input#shipping_state[type="text"] {
    display: none;
}

@media (max-width: 850px) {
	
	.yith-wcan-filters.filters-modal .filters-container {
		height: 100% !important;
		background-color: white;
    }
    .category-page-row .sidebar {
        padding: 0;
        height: 0;
        z-index: 10002;
    }
	
	.apply-filters.main-modal-button {
		color: white;
		margin-bottom: 1.5em !important;
	}
}

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