.post-content .fusion-fullwidth:first-child {
    z-index: 99;
}

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
	background-color: var(--awb-color1);
    font-family: var(--body_typography-font-family);
    font-size: var(--base-font-size);
    color: var(--awb-custom_color_1) !important;
    border: var(--awb-custom_color_1) 1px solid !important;
    border-radius: 0 8px 0 0 !important;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "\25be";
    right: 25px;
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
    transform: rotateX(180deg);
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    color: var(--awb-custom_color_1);
    padding: 10px !important;
    border: 1px solid transparent;
    border-color: transparent transparent var(--awb-color6) transparent;
    cursor: pointer;
}
select.asp_nochosen.asp_noselect2 {
    display: none;
}
/* Style items (options): */
.select-items {
    position: absolute;
    background-color: var(--awb-color1);
    top: 100%;
    left: 10px;
    right: 10px;
    z-index: 99;
    max-height: 300px;
    overflow-y: scroll;
    height: fit-content;
	border: var(--awb-custom_color_1) 1px solid !important;
	border-top: none !important;
	border-radius: 0 0 0 8px !important;
	transition: background-color 0.3s ease;
}
.select-items .level-1 {
    margin-left: 0 !important;
    padding-left: 20px !important;
}
/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(156, 227, 11, 0.1);
}
#ttReloadPage {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #cccccc69;
}
.tt-taxonomy-item.level-1 {
    display: none;
}

.select-items .tt-taxonomy-item {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.select-items .tt-taxonomy-item.level-0.active {
    display: block;
    visibility: visible;
    opacity: 1;
}

.tt_filter_child_cat {
    display: none;
}
.asp_filter_cf_muskel .tt-custom-muskel[data-value=""] {
    display: none;
}
.select-items.active.select-arrow-active .tt-taxonomy-item {
    display: block;
    visibility: visible;
    opacity: 1;
}
.tt-count-total {
    margin-bottom: 10px;
    font-size: var(--base-font-size);
}
fieldset.fieldset-hidden,
.tt-custom-muskel.hidden {
    display: none;
}