.tankstation-map-wrapper {
  margin-bottom: 2rem;
}

.tankstation-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.tankstation-filter-group {
  display: flex;
  flex-wrap: wrap;
	margin-left:-6px;
}

.tankstation-filter-pill {
span {
    border-radius: 3px;
    border: 1px solid #a0a0a0;
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 1px 7px;
    white-space: nowrap;
    display: inline-block;
    margin: 0 2px 6px 0;
    vertical-align: top;
	cursor:pointer;
}
	input[type="checkbox"]:checked ~ span {
		    border: 1px solid #0072b9;
    color: #0072b9;
	}
input {
    opacity:0;
	height:0px; width:0px;
}
}

.tankstation-location-search { 
	border-top: 1px solid #c6d3e2;
	margin-top:25px; padding-top:25px;
	label {
		color: #0072b9;
	width:100%;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
	}
	input[type="text"] {
		background: white;
		border-radius: 8px;
		border: 1px solid #ff6319;
		padding: 8px;
		width: 100%;
        margin-top: 15px;
		outline:none;
	}
	button[type="submit"] {
		font-size: 1.125rem;
		padding: 7px 12px 11px;
		font-weight: 600;
		line-height: 1.375rem;
		-webkit-appearance: none;
		border:none;
		cursor: pointer;
		display: block;
		letter-spacing: 1.5px;
		background-color: #ff6319;
		color: #fff;
		transition: transform .2s ease-in-out;
		border-radius: 0;
        max-width: 125px;
        margin: 20px auto 15px;
		
		&:hover {
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		}
	}
}
.popup-content h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0 70px 0 0;
    text-align: left;
    text-transform: uppercase;
}
.popup-content {
	 padding-bottom:20px;
}
.popup-content p {
  font-size: 13px;
	color: #000;
	border-bottom: 1px solid #eaeff4;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.popup-link {
    font-weight: 600;
	font-size:0.8rem;
    line-height: 1.375rem;
    padding: 8px 8px 6px 12px;
    text-align: center;
    text-decoration: none;
    background-color: #ff6319 !important;
    color: #fff !important;
    transition: transform .2s ease-in-out;
    padding: 9px 10px !important;
    margin: 0px auto;
    max-width: 100px;
    display: block;
}

.popup-link:hover {
      -ms-transform: scale(1.1);
    transform: scale(1.1);
}
button[title="Toggle fullscreen view"] {
	display:none !important;
}

.gm-style .gm-style-iw-c {
    max-height: none !important;
    height: auto !important;
    overflow: visible;
}
.nearest-tankstation-icon{
	background: #ff6319;
}
.nearest-tankstation-heading > *{
	color: #ff6319;
}
.map-filter-panel {
  position: absolute;
  z-index: 999;
	top: 20px;
  right: 0px;
	 transform: translateX(350px);
	transition: transform 0.3s ease;
	
	&.open {
		 transform: translateX(0px);
	}
}
.filter-heading {
	display: flex;
    width: 100%;
    justify-content: space-between;
	margin-bottom:25px;
	
	strong {
	color: #000;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: none;
    text-transform: uppercase;
	}
}
.filter-group-label {
	color: #0072b9;
	width:100%;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}
.map-filter-panel .tankstation-filter-bar{
  width: 350px;
  background: #f8f8f8;
  padding: 25px;
}
.map-toggle {
  position: absolute;
  top: 20px;
  left:-63px;
  background: #ff6319;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
	transition: transform 0.3s ease;
}


@media (max-width:599px) {
	
	.fullpage-map {
		.map-toggle {
            height: 44px !important;
            top: 30px !important;
            width: 44px !important;
			
			.filter-icon {
            width: 22px !important;
            height: 22px !important;
           }
		}
	}
	.map-filter-panel .tankstation-filter-bar {
		width:250px;
		padding:15px;
	}
	.map-filter-panel {
		transform: translateX(0px);
		
		&.open {
          transform: translateX(250px);
      }
	}
	.map-toggle {
		 left:-44px;
	}
}

