#oc_distributors {
    min-height: calc(100vh - 95.5167px);
}

#oc_map_col h4 {
    font-family: "Eurostile";
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0086cb;
}

.oc_map_page #main .fusion-row {
    width: 100% !important;
    margin: 0!important;
    max-width: unset!important;
}

.oc_map_page #main {
    padding: 0!important;
}

#oc_distributors {
    position: relative;
}

#oc_map-details {
    height: calc(100vh - 95.5167px);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -20%;
    z-index: 999;
    width: 20%;
    padding: 20px;
    transition: 0.3s;
    overflow: hidden;
    overflow-y: scroll;
}

#oc_map_col {
    position: relative;
}

#oc_map-details .fa-chevron-down {
    color: #0086cb;
    margin-left: 10px;
    transition: 0.3s;
}

#openDetails {
    position: absolute;
    font-size: 30px;
    color: #fff;
    background-color: #0086cb;
    top: 0;
    height: 100%;
    left: 0;
    width: 50px;
    z-index: 1;
    transition: 0.3s;
}

#oc_map_searchHeadline {
    cursor: pointer;
}

.oc_map_search {
    display: none;
}

.oc_dealer_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: auto;
}

#openDetails #oc_mapNavArrow {
    top: 50%;
    left: 25%;
    position: relative;
}

#oc_mapNavArrow i {
    transition: 0.3s;
}

#oc_map {
    width: 100%;
    min-height: calc(100vh - 95.5167px);
}

#oc_map-details .dealerBox {
    margin-bottom: 20px;
    border: 2px solid #0086cb;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    font-size: 17px;
}

#oc_map-details .dealerBox a {
    color: #0086cb;
}

.oc_compNameHeader {
    margin-bottom: 10px;
    display: block;
    color: #0086cb;
    font-size: 20px;
}

/*.oc_productsHeadline {*/
/*    display: inline-block;*/
/*    margin-bottom: 5px;*/
/*    margin-top: 15px;*/
/*    color: #0086cb;*/
/*}*/

/*.oc_productsHeadline:hover + .oc_products {*/
/*    height: unset;*/
/*    opacity: 1;*/
/*}*/

/*.oc_products {*/
/*    display: block;*/
/*    height: 0;*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*}*/

.oc_flip {
    transform: rotate(-180deg) !important;
}

#oc_map-details .dealerBox:hover {
    transform: scale(1.05);
}

@media only screen and (max-width: 1500px) {

    #oc_map-details {
        position: static;
        width: 100%;
        display: none;
        margin-top: 50px;
    }

    #openDetails {
        width: 100%;
        height: 50px;
    }

    #openDetails #oc_mapNavArrow {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(90deg);
        position: absolute;
    }

}