/*-------------- Geolocalization style ----------------*/

/* ----------- menu -------------*/
.geolocal_box{
	float: right;
    display: block;
    width: 210px;
    text-align: center;
    border-left: 1px solid #dc1012;
    padding: 0px 4px;
    height: 80px;
    margin-right: -80px;
	position:relative;
	transition:all 0.5s ease;
    
}

.geolocal_box .geo_title{
	font-size:14px;
	font-weight:600;
}

.geolocal_box .avc-input-text{
	padding: 8px;
    color: #000;
    width: 120px;
    border-bottom: 1px solid #fff;
    background: transparent;
    border: 1px solid #ddd;
}

.geolocal_box .geo_search{
	margin-top: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid #888;
}

.geolocal_box .geo_search.localized{
	padding-bottom:0px;
	margin-top:4px;
}


.geolocal_box .search-store-button{ 
	background: transparent;
    color: #000;
    font-size: 14px;
    padding: 7px 8px 8px;
    border: 1px solid #ddd;
	border-left: none;
}

.geolocal_box .geo_dropdown{
	display:none;
	background-color:#FFF;
}

.geolocal_box .near_store{
	padding-bottom: 6px;
    display: block;
	color:#000;
	font-size:16px;
	line-height:20px;
	}

.geolocal_box .geo_slide .near_store{
	font-size:13px;
}

.geo_dropdown a img,
.geolocal_box .near_store img{
	margin-top:10px;	
	height:14px;
	display:inline-block;
}

.geo_dropdown a{
	font-size:13px;
	line-height:20px;
	color:#000;
}

.no_store_warn{
    display: none;
	margin-top: -20px !important;
}

.no_store_warn span{
	font-size:20px !important;
	
}

.geolocal_box .geo_dropdown a{
	display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
	font-size:13px;
}
.geolocal_box .geo_dropdown_btn{
    border-radius: 20px;
    display: block;
    background-color: #FFF;
    line-height: 16px !important;
    text-align: center;
	position: absolute;
	right:-10px;
	top:40px;
	cursor:pointer;
}


.multiple_revendeur .wrap{
	background-color:white;
	border:1px solid #dedede;
}


.multiple_revendeur .wrap:hover{
	border-color:var(--rosso);
}

.multiple_revendeur .riv_name{
	font-size:16px;
}

.multiple_revendeur .riv_address{
	margin-bottom:0px;
	height:50px;
	font-size:14px;
}

@media(min-width: 1200px){
	.page_header.scrolled .geolocal_box{
	  -ms-transform: scale(0.85,0.85); /* IE 9 */
	  -webkit-transform: scale(0.85,0.85); /* Safari prior 9.0 */
	  transform: scale(0.85,0.85); /* Standard syntax */
	  margin-top:-12px;
	}
}
@media (max-width: 1000px){
	.geolocal_box{
		margin-right:0px;
	}
}
@media(max-width: 768px){
	.header_bottom_right_widget_holder{
		display:block !important;
	}
}

@media(max-width: 600px){
	
	.header_bottom_right_widget_holder{
		display:none !important;
	}
}



@media (max-width: 600px){
	.geolocal_box{
		transform: scale(.75);
	}
	div.header_bottom_right_widget_holder{
		display: block !important;
		margin-right: -55px;
		margin-top: 8px;
	}
}
@media (max-width: 500px){
	div.header_bottom_right_widget_holder{
		margin-right: -70px;
	}
	header .header_inner_left .q_logo > a > img {
		transform: scale(.75);
		margin-left: -20px;
	}
}
@media (max-width: 480px){
	div.header_bottom_right_widget_holder{
		margin-right: -50px;
	}
}
@media (max-width: 400px){
	header .header_inner_left .q_logo > a > img {
		margin-left: -40px;
	}
}
@media (max-width:370px){
	header .header_inner_left .q_logo > a > img {
		transform: scale(.65);
		margin-left: -58px;
	}
	.header_inner_left .mobile_menu_button {
		margin-left: -8px;
	}
}

/* POPUP MULTI REVENDEURS - VALE */
.avc_multi_revendeurs{
	display: none;
    z-index: 121;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}
