.hvh-hidden {
    display: none;
}

.hvh-categories, .hvh-products {
    position: relative;
    float: left;
}
.hvh-categories.hvh-assortiment {
    width: 350px;
}
.hvh-categories.hvh-wood-species {
    width: 300px;
}

.hvh-products {
    width: 350px;
}

.hvh-categories li {
    list-style: none;
}

.hvh-products li {
    list-style-image: url(../img/li_darkgreen.gif);
}

.hvh-button {
    background: transparent;
    border-radius: 2px;
    border-style: solid;
    border: 1px solid #7fb52f;
    color: #919191;
    cursor: pointer;
    font-size: 12pt;
    padding: 2pt 6pt;
}
.hvh-button.disabled {
    cursor: default;
    border-color: #ccc;
}
.hvh-button.search-categories {
    font-size: 14pt;
}
.hvh-button.search-categories.open:after {
    content: '+';
}
.hvh-button.search-categories.close:after {
    content: '-';
}

.hvh-company-name, .hvh-company-street {
    display: block;
}
.hvh-company-city {
    margin-left: 10px;
}

#hvh-wrap input[type=checkbox].hvh-subcategory-checker {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
}

#hvh-wrap input[type=checkbox].hvh-subcategory-checker:checked:before {
    content: "\f147";
    margin: -3px 0 0 -4px;
    color: #1e8cbe;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#hvh-wrap .hvh-profile {
    font-family: Arial, Helvetica, Geneva,sans-serif;
}

#hvh-wrap .hvh-profile h1 {
    color: #690;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
    margin: 26px 0px 26px 0px;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#hvh-wrap .hvh-profile-content {
    display: table-row;
}

#hvh-wrap .hvh-profile-content label {
    font-size: 11px;
    font-weight: bold;
}

#hvh-wrap .hvh-profile-content > ul,
#hvh-wrap .hvh-profile-content > label {
    display: table-cell;
    border-top: 1px solid #ccc;
    padding: 10px;
}

#hvh-wrap .hvh-profile-content:first-of-type > ul,
#hvh-wrap .hvh-profile-content:first-of-type > label {
    border: none;
}

#hvh-wrap .hvh-profile-content li,
#hvh-wrap .hvh-profile-content li > * {
    font-size: 11px;
    list-style: none;
    line-height: normal;
    margin: 0;
    padding: 0;
}

#hvh-wrap .hvh-profile-content .hvh-assortiment-wood-species:before {
    background-image: url('../img/fk_arr_right.gif');
    background-size: 7px 9px;
    display: inline-block;
    width: 7px;
    height: 9px;
    content: '';
}

#hvh-wrap .hvh-profile-content .hvh-assortiment-wood-species.opened:before {
    background-image: url('../img/fk_arr_down.gif');
}

#hvh-wrap .hvh-profile-content .hvh-assortiment-wood-species > ul {
    display: none;
}

#hvh-wrap .hvh-profile-content .hvh-assortiment-wood-species > label {
    cursor: pointer;
    font-weight: normal;
}
#hvh-wrap .hvh-profile-content .hvh-assortiment-wood-species > label:hover {
    text-decoration: underline;
}
#hvh-wrap .hvh-profile-content .hvh-assortiment-wood-species li {
    padding-left: 20px;
}
