/* ROW INFO TEMPLATE */
.avc_row_info_template .row_logo {
    text-align: center;
    margin-bottom: 20px;
}

.avc_row_info_template.avc_no-geo .row_text .info_box {
    display: none;
}

.avc_row_info_template .row_text .button_box{
	text-align: center;
}
.avc_row_info_template .row_text .button_box a {
    background-color: #0c0c0c;
    color: #ffffff;
    border: 1px solid #0c0c0c;
    border-radius: 0;
    padding: 20px;
    font-weight: 500;
    position: relative;
    top: -29px;
    opacity: 1;
}
.avc_row_info_template .row_text .button_box a:hover {
    color: #0c0c0c;
    background-color: #ffffff;
    border-color: #0c0c0c;
}
.avc_row_info_template .row_text .button_box .bg-hr {
    margin-top: 60px;
    height: 3px;
    background-color: #000;
    border: 0;
}
.avc_row_info_template.avc_no-geo .row_text .button_box {
	display: none;
}

.avc_row_info_template.avc_no-geo .row_text .geolocal_box {
    float: unset;
    width: auto;
    border-left: 0;
    margin: 0 auto;
}
.avc_row_info_template.avc_no-geo .geolocal_box .geo_title {
    color: #000;
}
.avc_row_info_template.avc_no-geo .geolocal_box .avc-input-text {
	width: auto;
}
.avc_row_info_template.avc_no-geo .geolocal_box .geo_search {
	border-bottom: 0;
}
.avc_row_info_template.avc_no-geo .geolocal_box .no_store_warn {
    text-align: center;
    width: 100%;
    margin-left: 0;
}

.avc_row_info_template .info_box{
	padding: 20px;
}
.avc_row_info_template .info_box i {
    width: 14px;
    padding-right: 5px;
}
.avc_row_info_template .info_box > a {
    color: #54595f;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
	display: block;
	margin-bottom: 5px;
}
/*-----------*/

/**/
.avc_contact_form_logo {
    text-align: center;
}
/**/
.avc_geo-multi .select_rivenditori {
	position: relative;
}
.avc_geo-multi .select_rivenditori ul.rivenditori {
    list-style-type: none;
    border: 1px solid;
	border-bottom: 0;
    max-width: 500px;
    margin: 20px auto 0;
	
    position: absolute;
    left: 0;
    right: 0;
    z-index: 21;
    background-color: #fff;
}
.avc_geo-multi .select_rivenditori ul.rivenditori:hover {
    cursor: pointer;
}
.avc_geo-multi .modal-content{
	text-align: center;
}
.avc_geo-multi .select_rivenditori ul.rivenditori > li {
	padding: 8px;
    border-bottom: 1px solid #000;
}
.avc_geo-multi .select_rivenditori ul.rivenditori > li:not(.active) {
    display: none;
}
.avc_geo-multi .select_rivenditori ul.rivenditori img {
    height: 60px;
}
.avc_geo-multi .select_rivenditori ul.rivenditori p {
    margin: 0px;
}

.avc_no-geo .geo_slide:not(:first-child){
	display: none;
}

.avc_multi_revendeurs.avc_popup_close{
	display: none !important;
}

.avc_row_info_template.avc_no-geo .descrizione_box > p {
    text-align: center;
}