HTML,
BODY {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
BODY {
  background-color: #000;
}
#A_CONTAINER {
  position: relative;
  max-width: 100%;
  min-width: 960px;
  height: 706px;
  margin: 50px 30px;
  background-color: #333;
}
@media (max-width: 1024px) {
  #A_CONTAINER {
    max-width: 100%;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    height: 100%;
  }
}
/* --------------- */
/* --------------- */
/* -- ALL MEDIA -- */
/* --------------- */
/* --------------- */
#frr_map_component {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
  overflow: hidden;
}
#frr_map_component,
#frr_map_component * {
  font-family: 'Lato', sans-serif;
}
#frr_map_component .hide_me {
  display: none !important;
}
#frr_map_component #map_header {
  background-color: #eaeaea;
  width: 100%;
  height: 100px;
  position: relative;
  padding: 30px 15px;
  border-bottom: solid 2px #e83134;
  box-shadow: 0px 3px 8px #999;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#frr_map_component #map_container {
  height: calc(100% - 100px);
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
#frr_map_component #map_header .input-group {
  background-color: #fff;
  min-width: 284px;
  max-width: 340px;
  height: 50px;
  margin-right: auto;
}
#frr_map_component #map_header ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 15px;
  color: #aaa;
}
#frr_map_component #map_header ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 15px;
  color: #aaa;
}
#frr_map_component #map_header :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 15px;
  color: #aaa;
}
#frr_map_component #map_header :-moz-placeholder {
  /* Firefox 18- */
  font-size: 15px;
  color: #aaa;
}

#frr_map_component #map_header .input-group .pre_button {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  background: url(../img/icon/viewfinder.svg) no-repeat center center;
  background-size: 18px;
}
#frr_map_component #map_header .input-group .pre_button:hover {
  background: url(../img/icon/locate_me_hover.svg) no-repeat 0 center;
  background-position-x: calc(100% - 11px);
  background-position-y: calc(100% - 16px);
  cursor: pointer;
}
#frr_map_component #map_header .input-group .pre_button::after {
  content: '';
  display: block;
  position: absolute;
  height: 24px;
  top: calc((100% - 24px) / 2);
  left: 39px;
  background-color: #ced4da;
  width: 1px;
}
#frr_map_component #map_header .input-group .post_button {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
}
#frr_map_component #map_header .input-group .post_button:hover {
  background: url(../img/icon/search_click.svg) no-repeat 0 center;
  background-position-x: calc(100% - 15px);
  background-position-y: calc(100% - 17px);
  cursor: pointer;
}
#frr_map_component #map_header .text_screen {
  position: absolute;
  width: calc(100% - 102px);
  height: 100%;
  line-height: 50px;
  margin-left: 51px;
  padding-right: 51px;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
#frr_map_component #map_header .input-group INPUT {
  height: 100%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 100%;
  background-color: transparent;
  padding-left: 51px;
  padding-right: 51px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: transparent;
  border-bottom: solid 2px #cdcdcd;
  background: url(../img/icon/search_inactive.svg) no-repeat 0 center;
  background-position-x: calc(100% - 15px);
  background-size: 18px;
}
#frr_map_component #map_header .input-group INPUT:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: solid 2px #7f7f7f;
  background: url(../img/icon/search_click.svg) no-repeat 0 center;
  background-position-x: calc(100% - 15px);
}
#frr_map_component #map_header .input-group .options_list {
  list-style: none;
  padding: 0px !important;
  margin: 0px;
  position: absolute;
  background: #fff;
  padding: 10px;
  top: 50px;
  left: 0px;
  width: 100%;
  display: none;
  box-shadow: 0px 3px 8px #999;
  overflow: auto;
  max-height: 30vh;
}
#frr_map_component #map_header .input-group .options_list LI {
  padding: 10px;
  margin: 0px;
}
#frr_map_component #map_header .input-group .options_list LI:hover {
  background: #eaeaea;
  cursor: pointer;
}
#frr_map_component #map_header .checkbox_container {
  background-color: #fff;
  display: inline-block;
  margin: 0px 5px;
  position: relative;
  border-radius: 30px;
}
#frr_map_component #map_header .checkbox_container LABEL {
  padding: 0.275rem 2rem 0.275rem 0.75rem;
  width: 100%;
  display: block;
  text-align: left;
  color: #202020;
  cursor: pointer;
  position: relative;
  z-index: 2;

  overflow: hidden;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 21px;
  white-space: nowrap;

  display: flex;
  justify-content: space-between;
  padding-right: 7px;
}

#frr_map_component #map_header .checkbox_container LABEL .ck {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: #eaeaea;
  border-radius: 50%;
  margin-top: -1px;
  margin-right: -3px;
}
#frr_map_component #map_header .checkbox_container LABEL:hover .ck {
  background: url(../img/icon/unselected_unselected.svg) no-repeat;
  background-size: 22px;
  background-position: left center;
}
#frr_map_component #map_header .checkbox_container INPUT:checked ~ LABEL .ck {
  background: url(../img/icon/selected_normal.svg) no-repeat center center;
  background-size: 22px;
  background-position: left center;
}
#frr_map_component #map_header .checkbox_container INPUT:active:checked ~ LABEL .ck {
  background: url(../img/icon/selected_normal.svg) no-repeat center center;
  background-size: 22px;
  background-position: left center;
}
#frr_map_component #map_header .checkbox_container INPUT:checked ~ LABEL:hover .ck {
  background: url(../img/icon/selected_unselected.svg) no-repeat center center;
  background-size: 22px;
  background-position: left center;
}
#frr_map_component.isTouch #map_header .checkbox_container INPUT ~ LABEL:hover .ck {
  background: #eaeaea;
}
#frr_map_component.isTouch #map_header .checkbox_container LABEL:hover .ck,
#frr_map_component.isTouch #map_header .checkbox_container INPUT:checked ~ LABEL:hover .ck {
  background: url(../img/icon/selected_normal.svg) no-repeat center center;
  background-size: 22px;
  background-position: left center;
}
#frr_map_component #map_header .checkbox_container LABEL:hover {
  cursor: pointer;
}
#frr_map_component #map_header .checkbox_container INPUT {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
#frr_map_component #map_header .checkbox_container LABEL .svg_img_concessionario {
  width: 24px;
  height: 24px;
  background: url(../img/icon/Concessionario_normal.svg) no-repeat;
  background-size: 22px;
  background-position: left center;
  background-position-y: 3px;
}
#frr_map_component #map_header .checkbox_container LABEL:hover .svg_img_concessionario {
  width: 24px;
  height: 24px;
  background: url(../img/icon/Concessionario_hover.svg) no-repeat;
  background-size: 22px;
  background-position: left center;
  background-position-y: 3px;
}
#frr_map_component #map_header .checkbox_container LABEL .svg_img_officina {
  width: 24px;
  height: 24px;
  background: url(../img/icon/Officina_normal.svg) no-repeat;
  background-size: 22px;
  background-position: left center;
  background-position-y: -1px;
}
#frr_map_component #map_header .checkbox_container LABEL:hover .svg_img_officina {
  width: 24px;
  height: 24px;
  background: url(../img/icon/Officina_hover.svg) no-repeat;
  background-size: 22px;
  background-position: left center;
  background-position-y: -1px;
}
#frr_map_component #map_header .checkbox_container LABEL .svg_img_carrozzeria {
  width: 24px;
  height: 24px;
  background: url(../img/icon/Carrozzeria_normal.svg) no-repeat;
  background-size: 22px;
  background-position: left center;
}
#frr_map_component #map_header .checkbox_container LABEL:hover .svg_img_carrozzeria {
  width: 24px;
  height: 24px;
  background: url(../img/icon/Carrozzeria_hover.svg) no-repeat;
  background-size: 22px;
  background-position: left center;
}
#frr_map_component #map_header .checkbox_container LABEL .svg_img_classiche {
  width: 24px;
  height: 24px;
  background: url(../img/icon/Officine_classiche_normal.svg) no-repeat;
  background-size: 24px;
  background-position: left center;
}
#frr_map_component #map_header .checkbox_container LABEL:hover .svg_img_classiche {
  width: 24px;
  height: 24px;
  background: url(../img/icon/Officine_classiche_hover.svg) no-repeat;
  background-size: 24px;
  background-position: left center;
}

#frr_map_component #detail_panel {
  position: absolute;
  left: 320px;
  top: 110px;
  width: calc(100% - 330px);
  height: calc(100% - 140px);
  background: #fff;
  overflow-y: hidden;
  box-shadow: 0px 3px 8px #999;
  z-index: 4;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  display: none;
  overflow: auto;
}
#frr_map_component #detail_panel .close_detail_panel {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: url(../img/icon/Close_normal.svg) no-repeat center center;
  background-size: 18px;
}
#frr_map_component #detail_panel .close_detail_panel:hover {
  background: url(../img/icon/Close_hover.svg) no-repeat center center;
  background-size: 18px;
}
#frr_map_component #detail_panel .head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#frr_map_component #detail_panel .head .location {
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: 26px;
  font-weight: 600;
}
#frr_map_component #detail_panel .head .open_path {
  background-color: #eb2e2c;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 46px;
  font-size: 14px;
  line-height: 41px;
  height: 41px;
  font-weight: 600;
}
#frr_map_component #detail_panel .head .open_path:hover {
  cursor: pointer;
  background: #d32927;
}
#frr_map_component #detail_panel .tabbers {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
#frr_map_component #detail_panel .tabbers .line {
  border-bottom: solid 1px #dedede;
  height: 0;
  flex: 1;
  margin-left: 13px;
}
#frr_map_component #detail_panel .tab {
  position: relative;
  background-color: #dedede;
  color: #555;
  text-transform: uppercase;
  padding: 0px 28px;
  font-size: 14px;
  line-height: 41px;
  height: 41px;
  margin-right: 1px;
}
#frr_map_component #detail_panel .tab:hover {
  cursor: pointer;
  background: #979797;
}
#frr_map_component #detail_panel .tab.active {
  background-color: #000;
  color: #fff;
}
#frr_map_component #detail_panel .tab.active:before {
  position: absolute;
  content: '';
  top: 100%;
  border-top: 12px solid #000;
  left: calc(50% - 12px);
  border-bottom: none;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  /*-webkit-filter: drop-shadow(0px 3px 8px #999);*/
  /*filter: drop-shadow(0px 3px 8px #999);*/
}
#frr_map_component #detail_panel .details {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#frr_map_component #detail_panel .contatti .title,
#frr_map_component #detail_panel .orari .title {
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #202020;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#frr_map_component #detail_panel .contatti .address {
  padding-left: 40px;
  margin-top: 12px;
  background: url(../img/icon/address.svg) no-repeat;
  background-size: 16px;
  background-position: left center;
  background-position-x: 4px;
  line-height: 48px;
  color: #337ab7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#frr_map_component #detail_panel .contatti .phone {
  padding-left: 40px;
  background: url(../img/icon/phone.svg) no-repeat;
  background-size: 18px;
  background-position: left center;
  background-position-x: 4px;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#frr_map_component #detail_panel .contatti .email {
  padding-left: 40px;
  background: url(../img/icon/email.svg) no-repeat;
  background-size: 24px;
  background-position: left center;
  line-height: 48px;
  color: #337ab7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#frr_map_component #detail_panel .orari .day {
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
  overflow: hidden;
}
#frr_map_component #detail_panel .orari .day:nth-of-type(odd) {
  background: #eaeaea;
}
#frr_map_component #detail_panel .orari .day DIV:first-child {
  padding-right: 10px;
  min-width: 83px;
  flex: 1;
}
#frr_map_component #detail_panel .orari .day DIV:last-child {
  padding: 0px 10px;
}
#frr_map_component #map_container .results {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 300px;
  height: calc(100% - 40px);
  background: #fff;
  overflow-y: scroll;
  box-shadow: 0px 3px 8px #999;
  z-index: 2;
}


/* width */
#frr_map_component #map_container .results::-webkit-scrollbar {
  width: 5px;
  height: 30px;
}

/* Track */
#frr_map_component #map_container .results::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
#frr_map_component #map_container .results::-webkit-scrollbar-thumb {
  background: #555;
}
/* Handle on Press */
#frr_map_component #map_container .results::-webkit-scrollbar-thumb:active {
  background: #d0021b;
}

#frr_map_component #map_container .results .res_item {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}
#frr_map_component #map_container .results .res_item {
  padding: 23px 25px 19px 25px;
}
#frr_map_component #map_container .results .res_item:first-child {
  padding-top: 30px;
}
#frr_map_component #map_container .results .res_item:last-child {
  border-bottom: none;
}
#frr_map_component #map_container .results .res_item:hover {
  background-color: #f4f4f4;
}
#frr_map_component #map_container .results .res_item DIV.location {
  font-size: 18px;
  font-weight: bold;
  color: #202020;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#frr_map_component #map_container .results .res_item DIV.addr {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
#frr_map_component #map_container .results .res_item DIV.addr SMALL {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #555;
  font-size: 12px;
  flex: 1;
}
#frr_map_component #map_container .results .res_item DIV.addr.distance SMALL {
  margin-bottom: 10px;
}
#frr_map_component #map_container .results .res_item DIV.addr:hover SMALL {
  color: #202020;
}
#frr_map_component #map_container .results .res_item DIV.addr SVG {
  width: 40px;
  margin-left: 10px;
}
#frr_map_component #map_container .results .res_item DIV.addr:hover SVG PATH {
  fill: #666;
}
#frr_map_component #map_container .pin {
  position: absolute;
  left: 500px;
  top: 300px;
  width: 1px;
  height: 1px;
  background: #000;
  display: none;
}
#frr_map_component #map_container .pin IMG {
  height: 50px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(0px 3px 8px #999);
  position: absolute;
  left: -17px;
  top: -50px;
}
#frr_map_component #map_container .pin:hover {
  cursor: pointer;
}
#frr_map_component #map_container .pin .info_tip {
  position: absolute;
  background-color: #fff;
  padding: 16px 16px 10px;
  box-shadow: 0px 3px 8px #999;
  text-align: center;
  z-index: 1;
  display: none;
  width: 160px;
  left: -80px;
  top: -158px;
}
#frr_map_component #map_container .pin .info_tip:before {
  position: absolute;
  content: '';
  top: 100%;
  border-top: 12px solid #fff;
  left: calc(50% - 12px);
  border-bottom: none;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
#frr_map_component #map_container .pin .info_tip DIV.addr IMG {
  position: inherit;
  width: 26px;
  box-shadow: none;
  -webkit-filter: drop-shadow(0px 0px 0px transparent);
}
#frr_map_component #map_container .pin .info_tip DIV.addr SVG {
  margin: 10px 5px;
}
#frr_map_component #map_container .pin .info_tip:hover DIV.addr SVG PATH {
  fill: #555;
}
#frr_map_component #map_container .pin .info_tip DIV.addr SVG PATH {
  fill: #aaa;
}
#frr_map_component #map_container .pin .info_tip DIV.location {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#frr_map_component #map_container .pin .info_tip:hover DIV.location {
  color: #202020;
}
#frr_map_component #map_container .results .res_item p {
  font-size: 18px;
  font-weight: bold;
  color: #202020;
  margin-bottom: 14px;
}
#frr_map_component #map_container .results .res_item p.addr {
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
#frr_map_component #map_container .results .res_item p.addr small {
  color: #555555;
  font-size: 12px;
}
#frr_map_component #map_container .results .res_item p.addr SVG {
  position: absolute;
  right: 10px;
}

#frr_map_component #map_container .results .res_item .addr:hover {
  cursor: pointer;
}
#frr_map_component #map_container .results .res_item addr:hover SVG PATH {
  fill: #555555;
}
#frr_map_component #slider {
  display: none;
}
#frr_map_component #map_container .mapp_message {
  display: none;
}
#frr_map_component .orari_separator {
  background: #aaa;
  min-height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

/** PERCORSO **/

#pathContainer.results,
.mobile #frr_map_component.search_done #pathContainer.results{
  display: none;
}
#frr_map_component #map_container #route,
#frr_map_component #map_container #percorso {
  /* position: absolute;
  left: 10px;
  top: 10px;
  width: 300px;
  height: calc(100% - 40px);
  background: #fff;
  overflow-y: scroll;
  box-shadow: 0px 3px 8px #999;
  z-index: 2; */
  display: none;
}

.route {
	padding: 23px 25px 19px 25px;
}

.route .location, .directions-distance-duration-info {
/* 	font: 23px 'NoeDisplay' !important; */
	font: 19px 'Ferrari-SansRegular' !important;
	color: #303030;
	height: auto;
}

.route.noto .location, .directions-distance-duration-info {
	font: 19px 'Noto Sans TC', sans-serif !important;
}

.route .destination {
	padding-top: 30px;
	text-indent: 5%;
}

.route small {
	white-space: normal;
	flex: 0 0 100%;
	font-size: 16px;
	color: #303030;
}

.route .close_detail_panel {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 10px;
	background: url(../img/icon/Close_normal.svg) no-repeat center center;
	background-size: 10px;
	cursor: pointer;
}

#origin_address {
	height: 40px;
	width: 80%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
	border: transparent;
	border-bottom: 1px solid #000;
	outline: none;
	float: left;
}

#destination_address {
	height: 40px;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
	border: transparent;
	background-color: transparent;
}
#reverseAddresses {
	float: left;
	width: 5%;
	height: 40px;
	margin-top: 40px;
	margin-left: 2%;
	cursor: pointer;
}

#geolocation {
	background: url(../img/icon/view_finder_new.svg) no-repeat 100% center;
	width: 10%;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}

#geolocation:hover {
	background: url(../img/icon/view_finder_new-hover.svg) no-repeat 100% center;
	cursor: pointer;
}

.buttons__container .goto_route {
	display: inline-block;
	background-image: radial-gradient(ellipse at 50% 120%, #F76B33, #D43300 100%);
	color: #fff;
	text-transform: uppercase;
/* 	padding: 0px 46px; */
	padding: 0px 23px;
	font-size: 14px;
	line-height: 41px;
	height: 41px;
	font-weight: 500;
	margin-top: 45px;
}

.buttons__container .goto_route:hover {
	cursor: pointer;
	background: #D32927;
}

#percorso .res_item, #percorso .addr.dealerAddress, #percorso .addr.distance.text-distance.separator {
	cursor: default !important;
	border: none !important;
}

#percorso .res_item:hover {
	background-color: transparent !important;
	border: none !important;
}

.route-from-to {
	color: #aaaaaa !important;
	flex: none;
}

.directions-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.directions-header > div {
	text-align: left;
	padding: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.directions-header-back-to {
	flex: 1 0 20%;
	align-self: center;
  cursor: pointer;
}

.directions-header-route-info {
	flex: 1 0 80%;
}

.directions-header-route-info.align-text {
	text-align: center;
}

#percorso .res_item.percorso-header {
	border-bottom: .5px solid #dedede !important;
}

/** FINE PERCORSO **/

/* ------------ */
/* ------------ */
/* -- MOBILE -- */
/* ------------ */
/* ------------ */
/*@media (max-width: 1280px) {*/
@media (max-width: 1024px) {
  .mobile #frr_map_component.search_not_done #map_container {
    height: 100% !important;
  }
  .mobile #frr_map_component #map_header {
    width: 100%;
    /* height: 142px; */ /* FIX per header con filtri mobile */
    margin: 0px;
    z-index: 3;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .mobile #frr_map_component.search_not_done #map_header {
    background-color: transparent;
    width: 100%;
    height: 0px;
    position: absolute;
    padding: 154px 20px;
    margin: 0px;
    border-bottom: none;
    box-shadow: none;
    z-index: 1;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .mobile #frr_map_component #map_header .input-group {
    min-width: 100%;
    max-width: 100%;
    min-height: 50px;
  }

  .mobile #frr_map_component #map_header .input-group .options_list {
    z-index: 3;
  }
  .mobile #map_container {
    height: calc(100% - 142px) !important;
  }
  .mobile #frr_map_component.search_has_focus.search_not_done #map_header .checkbox_container {
    display: none;
  }
  .mobile #frr_map_component.search_has_focus.search_not_done #map_header {
    padding-top: 30px;
  }
  .mobile #frr_map_component.search_has_focus.search_not_done #map_header .input-group INPUT:focus {
    border-top: solid 1px #979797;
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
  }
  .mobile #frr_map_component.search_has_focus.search_not_done #map_header .options_list {
    box-shadow: none;
  }
  .mobile #frr_map_component.search_has_focus.search_not_done #map_container {
    background: #fff;
  }
  .mobile #frr_map_component.search_done #map_header .checkbox_container INPUT:checked ~ LABEL {
    background-color: #f00;
    border-radius: 30px;
    border: none;
  }
  .mobile #frr_map_component #map_header .checkbox_container {
    margin-top: 14px;
  }
  .mobile #frr_map_component.search_not_done #map_header .checkbox_container {
    margin-top: 20px;
  }
  .mobile #frr_map_component.search_not_done #map_header .checkbox_container:nth-child(2) {
    margin-top: 50px;
  }
  .mobile #frr_map_component #map_header .checkbox_container LABEL {
    min-width: auto;
    width: 48px;
  }
  .mobile #frr_map_component.search_done #map_header .checkbox_container INPUT:checked ~ LABEL .svg_img_concessionario {
    width: 24px;
    height: 24px;
    background: url(../img/icon/Concessionario_selected_mobile.svg) no-repeat;
    background-size: 22px;
    background-position: left center;
    background-position-y: 3px;
  }
  .mobile #frr_map_component.search_done #map_header .checkbox_container INPUT:checked ~ LABEL .svg_img_officina {
    width: 24px;
    height: 24px;
    background: url(../img/icon/Officina_selected_mobile.svg) no-repeat;
    background-size: 22px;
    background-position: left center;
    background-position-y: -1px;
  }
  .mobile #frr_map_component.search_done #map_header .checkbox_container INPUT:checked ~ LABEL .svg_img_carrozzeria {
    width: 24px;
    height: 24px;
    background: url(../img/icon/Carrozzeria_selected_mobile.svg) no-repeat;
    background-size: 22px;
    background-position: left center;
  }
  .mobile #frr_map_component.search_done #map_header .checkbox_container INPUT:checked ~ LABEL .svg_img_classiche {
    width: 24px;
    height: 24px;
    background: url(../img/icon/Officine_classiche_selected_mobile.svg) no-repeat;
    background-size: 24px;
    background-position: left center;
  }

  .mobile #frr_map_component #map_header .checkbox_container LABEL .ck {
    display: none;
  }
  .mobile #frr_map_component.search_not_done #map_header .checkbox_container LABEL .ck {
    margin-top: 1px;
    display: inline-block;
  }
  .mobile #frr_map_component #map_header .checkbox_container LABEL SPAN {
    display: none;
  }
  .mobile #frr_map_component.search_not_done #map_header .checkbox_container LABEL {
    /*     min-width: 240px; */
    min-width: 260px;
  }
  .mobile #frr_map_component.search_not_done #map_header .checkbox_container LABEL SPAN {
    display: inline;
  }
  .mobile #frr_map_component #detail_panel .head .location {
    flex: auto;
  }
  .mobile #frr_map_component #detail_panel .head .open_path {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .mobile #frr_map_component #detail_panel .tabbers {
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .mobile #frr_map_component #detail_panel .tabbers .tab {
    padding: 10px 11px;
    height: auto;
    min-height: 41px;
    line-height: 20px;
    text-align: center;
    margin-top: 2px;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .mobile #frr_map_component #detail_panel .tabbers .line {
    display: none;
  }
  .mobile #frr_map_component #map_container .mapp_message {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    color: #fff;
    opacity: 0.7;
    display: none;
    z-index: 2;
    padding: 30vh 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }

  .mobile #frr_map_component #map_container .results {
    left: 0px;
    top: 30px;
    width: 100%;
    height: calc(100% - 30px);
  }

  .mobile #frr_map_component.show_only_map #map_container .results {
    display: none;
  }

  #frr_map_component #detail_panel {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 4;
  }
  #frr_map_component.search_not_done #slider {
    display: none;
  }
  #frr_map_component #slider {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }
  #frr_map_component #slider .list,
  #frr_map_component #slider .map {
    line-height: 30px;
    font-size: 14px;
    color: #eb2e2c;
  }
  #frr_map_component #slider .list {
    padding-left: 17px;
    margin-left: 23px;
    opacity: 0;
  }
  #frr_map_component.show_only_map #slider .list {
    opacity: 1;
  }
  #frr_map_component #slider .list:hover,
  #frr_map_component #slider .map:hover {
    cursor: pointer;
  }
  #frr_map_component #slider .map {
    padding-right: 17px;
    margin-right: 23px;
    opacity: 1;
  }
  #frr_map_component.show_only_map #slider .map {
    opacity: 0;
  }
  #frr_map_component #slider .list::before {
    content: '';
    display: block;
    border: 3px solid #eb2e2c;
    position: absolute;
    left: 23px;
    top: 9px;

    border-right: 6px solid #eb2e2c;
    border-left: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    opacity: 0;
  }
  #frr_map_component.show_only_map #slider .list::before {
    opacity: 1;
  }
  #frr_map_component #slider .map::after {
    content: '';
    display: block;
    border: 3px solid #eb2e2c;
    position: absolute;
    right: 23px;
    top: 9px;

    border-left: 6px solid #eb2e2c;
    border-right: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    opacity: 1;
  }
  #frr_map_component.show_only_map #slider .map::after {
    opacity: 0;
  }
  #frr_map_component #slider .state {
    display: flex;
    padding-top: 10px;
  }
  #frr_map_component #slider .state .circle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #eb2e2c;
    margin-right: 4px;
    margin-left: 4px;
  }
  #frr_map_component #slider .state .circle:last-child {
    background: #8b8b8b;
  }
  #frr_map_component.show_only_map #slider .state .circle:first-child {
    background: #8b8b8b;
  }
  #frr_map_component.show_only_map #slider .state .circle:last-child {
    background: #eb2e2c;
  }
}
#frr_map_component #detail_panel .contatti,
#frr_map_component #detail_panel .orari {
  min-width: 200px;
  max-width: 400px;
}
/*@media (max-width: 1280px) {*/
@media (max-width: 750px) {
  #frr_map_component #detail_panel .tabbers {
    /*display: block;*/
    justify-content: space-between;
  }
  #frr_map_component #detail_panel .tabbers .tab::before {
    /*display: none;*/
  }
  #frr_map_component #detail_panel .contatti,
  #frr_map_component #detail_panel .orari {
    max-width: 100%;
    width: 100%;
  }
  #frr_map_component .orari_separator {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #frr_map_component #detail_panel .contatti,
  #frr_map_component #detail_panel .orari {
    max-width: 100%;
    width: 100%;
  }
  #frr_map_component .orari_separator {
    display: block;
  }
}