@media (min-width: 992px) {
    .col-md-f8 {
        width: 12.5%;
    }
}
.mobile-menu-toggle {
	display: none;
	font-size: 30px;
	cursor: pointer;
	background: none;
	border: none;
}

.mobile-header-actions {
	display: none;
	flex-direction: column;
	background-color: none;
	padding: 15px;
}

.mobile-header-actions a {
	margin: 0;
	border:0;
}

@media (max-width: 991px) {
	.header-actions {
	  display: none;
	}
	.mobile-menu-toggle {
	  display: block;
	}
	.mobile-header-actions.show {
	  display: flex!important;
	}
}

/* Marcadores del mapa general Leaflet 
.gd-leaflet-marker {
    background: transparent;
    border: 0;
}

.gd-leaflet-marker-inner {
    width: 48px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gd-leaflet-marker-inner img {
    display: block;
    width: 48px;
    height: 50px;
    object-fit: contain;
}
*/

/* Ventana que aparece al pulsar un comercio */
.gd-map-popup {
    width: 200px;
}

.gd-map-popup h3 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.2;
}

.gd-map-popup h3 a {
    color: inherit;
    text-decoration: none;
}

.gd-map-popup img {
    display: block;
    width: 200px;
    max-width: 100%;
    height: auto;
}

.gd-leaflet-icon {
    background: transparent !important;
    border: 0 !important;
}

/* Reducir los marcadores únicamente en el mapa Leaflet */
.gd-leaflet-icon .marker {
    transform: scale(0.55);
    transform-origin: 50% 100%;
}

.gd-leaflet-icon .marker-inner {
    position: relative;
}

.gd-leaflet-icon img {
    max-width: 100%;
    height: auto;
}