.leaflet-marker-icon:not(.marker-cluster):not(.map-empty-item){
    /*width: 50px!important;*/
    /*height: 50px !important;*/
    /*margin-left: -26px!important;*/
    /*margin-top: -63px!important;*/
    /*deformed default map icon fix 2020-07-27*/
    width: 25px;
    height: auto;
    border: 0;
    border-radius: 4px;
}

.leaflet-marker-icon .icon-class{
    width: 46px;
    height: 46px;
    
    border: #DB831B solid 2px;
    border-radius: 4px;  
}

.leaflet-marker-icon .icon-class div{
    width: 40px;
    height: 40px;;
    margin: 3px;
    overflow: hidden;
}

.leaflet-marker-icon .icon-class div:before,
.leaflet-marker-icon .icon-class div:after{
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

.leaflet-marker-icon .icon-class div:before{
    display: block;
    border-color: #DB831B transparent transparent transparent ;
    border-width: 12px;
    bottom: -22px;
    left: 14px;
}

.leaflet-marker-icon .icon-class div:after{
    border-color: white transparent transparent transparent ;
    border-width: 10px;
    bottom: -18px;
    left: 16px;
}

.leaflet-marker-icon .icon-class img{
    max-width: inherit;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    min-width: calc(100% + 2px);
    -o-object-fit: cover;
    object-fit: cover;
}
