.single-product.woocommerce #map {
    width: 100%;
    position: relative;
    display: block;
    /*height: 297px;*/
    aspect-ratio: 1.205;
    margin-top: 18px;
}

@media (min-width: 1200px) {
    .single-product.woocommerce #map {
        /*height: 638px;*/
        margin-top: 10;
    }
}

.single-product.woocommerce #map-menu {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    font-family: Arial, sans-serif;
    z-index: 1;
    border-radius: 4px;
    width: 200px;
}

#map-menu .l-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-flow: column;
}

#map-menu .l-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#map-menu .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
}

#map-menu .l-container:hover input ~ .checkmark {
    background-color: #ccc;
}

#map-menu .l-container input:checked ~ .checkmark {
    background-color: #024D24;
}

#map-menu .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#map-menu .l-container input:checked ~ .checkmark:after {
    display: block;
}

#map-menu .l-container .checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#map-menu .toggle-filters-btn {
    width: 100%;
    padding: 8px;
    margin-top: 0px;
    background-color: #024D24;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-align: center;
}

#map-menu .toggle-filters-btn:hover {
    background-color: #013718;
}

#map-hold .sm-filters .box.hidden{
    display: none;
}

#map-hold .sm-filters{
    padding: 10px 0 10px 0;
}

#map-hold .sm-filters .box{
    display: flex;
    flex-direction: row;
}
#map-hold .sm-filters .box .filter-c{
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
}

#map-hold .sm-filters .box .filter-c::after{
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#map-hold .sm-filters .box.cadastral_plots_filter .filter-c::after{
    background-color: rgba(255,0,0,1);
}

#map-hold .sm-filters .box.forest_plots_filter .filter-c::after{
    background-color: rgba(101,153,81,1);
}

#map-hold .sm-filters .box.forest_subgroups_filter_1 .filter-c::after{
    background-color: #e26464;
    height: 15px;
}

#map-hold .sm-filters .box.forest_subgroups_filter_2 .filter-c::after{
    background-color: #dfc35a;
    height: 15px;
}

#map-hold .sm-filters .box.forest_subgroups_filter_3 .filter-c::after{
    background-color: #eb8eee;
    height: 15px;
}

#map-hold .sm-filters .box.forest_subgroups_filter_4 .filter-c::after{
    background-color: #9fee8e;
    height: 15px;
}

#map-hold .sm-filters .box.quarters_filter .filter-c::after{
    background-color: #8219ac;
}

#map-hold .sm-filters .box.forestry_filter .filter-c::after{
    background-color: #fff;
}

#map-hold .sm-filters .box.natura_2000_filter_1 .filter-c::after{
    background-color: #773381;
    height: 15px;
}

#map-hold .sm-filters .box.natura_2000_filter_2 .filter-c::after{
    background-color: #ac8f19;
    height: 15px;
}

#map-hold .sm-filters .box.natural_heritage_sites_filter .filter-c::after{
    background-color: #111c63;
    height: 15px;
}

#map-hold .sm-filters .box.eb_important_natural_habitats_filter .filter-c::after{
    background-color: #ae2471;
    height: 15px;
}

#map-hold .sm-filters .box.register_cultural_assets_filter .filter-c::after{
    background-color: #1800ff;
    height: 15px;
}

#map-hold .sm-filters .box .name{
    display: inline-block;
    padding-left: 10px;
}