/*------------------------------------
 RESET by Harry Roberts
 http://csswizardry.com/2011/10/reset-restarted/
 ------------------------------------*/

* {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

body {
	-moz-osx-font-smoothing: grayscale;
}

article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section{
	display:block;
}

/*------------------------------------*\
  ANIMATIONS 
\*------------------------------------*/

button,
.wrapper-listing-title h1,
.wrapper-listing-title h2,
.wpd_radio_button_wrapper.hide_radio_input input[type='radio'] + label,
.wpd_radio_button_wrapper.hide_radio_input input[type='checkbox'] + label,
.wpd-search-by-makes-item {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*------------------------------------*\
  $GRIGLIA 
\*------------------------------------*/

/* .gc = grid container (racchiude gli elementi che compongono la griglia) */
.gc,
.gc--rev {margin-left: -15px;}

.gc--rev .grid {
float: right;
padding-left: 15px;
}


.gc > .gc {margin-left: 0;}

.grid {
 float: left;
 padding-left: 15px;
 /*position: relative; */
}
.cf .grid {
 float: left;
 padding-left: 0;
 /*position: relative; */
}

/*------------------------------------*\
  $LARGHEZZE
\*------------------------------------*/
.span-1 {
 width: 100%;}

.span-1-2, .span-2-4, .span-3-6, .span-4-8, .span-5-10, .span-6-12 {
 width: 50%;}

.span-1-3, .span-2-6, .span-4-12 {
 width: 33.333%;}

.span-2-3, .span-4-6, .span-8-12 {
 width: 66.666%;}

.span-1-4, .span-2-8, .span-3-12 {
 width: 25%;}

.span-3-4, .span-6-8, .span-9-12 {
 width: 75%;}

.span-1-5, .span-2-10 {
 width: 20%;}

.span-2-5, .span-4-10 {
 width: 40%;}

.span-3-5, .span-6-10 {
 width: 60%;}

.span-4-5, .span-8-10 {
 width: 80%;}

.span-1-6, .span-2-12 {
 width: 16.666%;}

.span-5-6, .span-10-12 {
 width: 83.333%;}

.span-1-8 {
 width: 12.5%;}

.span-3-8 {
 width: 37.5%;}

.span-5-8 {
 width: 62.5%;}

.span-7-8 {
 width: 87.5%;}

.span-1-10 {
 width: 10%;}

.span-3-10 {
 width: 30%;}

.span-7-10 {
 width: 70%;}

.span-9-10 {
 width: 90%;}

.span-1-12 {
 width: 8.333%;}

.span-5-12 {
 width: 41.666%;}

.span-7-12 {
 width: 58.333%;}

.span-11-12 {
 width: 91.666%;}

/*------------------------------------*\
  $BREAKPOINT E MEDIA QUERY
\*------------------------------------*/

@media only screen and (max-width: 480px) {
.mobile-1 {
 width: 100%;}

.mobile-1-2, .mobile-2-4, .mobile-3-6, .mobile-4-8, .mobile-5-10, .mobile-6-12 {
 width: 50%;}

.mobile-1-3, .mobile-2-6, .mobile-4-12 {
 width: 33.333%;}

.mobile-2-3, .mobile-4-6, .mobile-8-12 {
 width: 66.666%;}

.mobile-1-4, .mobile-2-8, .mobile-3-12 {
 width: 25%;}

.mobile-3-4, .mobile-6-8, .mobile-9-12 {
 width: 75%;}

.mobile-1-5, .mobile-2-12 {
 width: 20%;}

.mobile-2-5, .mobile-4-10 {
 width: 40%;}

.mobile-3-5, .mobile-6-10 {
 width: 60%;}

.mobile-4-5, .mobile-8-10 {
 width: 80%;}

.mobile-1-6, .mobile-2-12 {
 width: 16.666%;}

.mobile-5-6, .mobile-10-12 {
 width: 83.333%;}

.mobile-1-8 {
 width: 12.5%;}

.mobile-3-8 {
 width: 37.5%;}

.mobile-5-8 {
 width: 62.5%;}

.mobile-7-8 {
 width: 87.5%;}

.mobile-1-10 {
 width: 10%;}

.mobile-3-10 {
 width: 30%;}

.mobile-7-10 {
 width: 70%;}

.mobile-9-10 {
 width: 90%;}

.mobile-1-12 {
 width: 8.333%;}

.mobile-5-12 {
 width: 41.666%;}

.mobile-7-12 {
 width: 58.333%;}

.mobile-11-12 {
 width: 91.666%;}
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
.tablet-1 {
 width: 100%;}

.tablet-1-2, .tablet-2-4, .tablet-3-6, .tablet-4-8, .tablet-5-10, .tablet-6-12 {
 width: 50%;}

.tablet-1-3, .tablet-2-6, .tablet-4-12 {
 width: 33.333%;}

.tablet-2-3, .tablet-4-6, .tablet-8-12 {
 width: 66.666%;}

.tablet-1-4, .tablet-2-8, .tablet-3-12 {
 width: 25%;}

.tablet-3-4, .tablet-6-8, .tablet-9-12 {
 width: 75%;}

.tablet-1-5, .tablet-2-12 {
 width: 20%;}

.tablet-2-5, .tablet-4-10 {
 width: 40%;}

.tablet-3-5, .tablet-6-10 {
 width: 60%;}

.tablet-4-5, .tablet-8-10 {
 width: 80%;}

.tablet-1-6, .tablet-2-12 {
 width: 16.666%;}

.tablet-5-6, .tablet-10-12 {
 width: 83.333%;}

.tablet-1-8 {
 width: 12.5%;}

.tablet-3-8 {
 width: 37.5%;}

.tablet-5-8 {
 width: 62.5%;}

.tablet-7-8 {
 width: 87.5%;}

.tablet-1-10 {
 width: 10%;}

.tablet-3-10 {
 width: 30%;}

.tablet-7-10 {
 width: 70%;}

.tablet-9-10 {
 width: 90%;}

.tablet-1-12 {
 width: 8.333%;}

.tablet-5-12 {
 width: 41.666%;}

.tablet-7-12 {
 width: 58.333%;}

.tablet-11-12 {
 width: 91.666%;}
}

@media only screen and (min-width: 1015px) {
.desktop-1 {
 width: 100%;}

.desktop-1-2, .desktop-2-4, .desktop-3-6, .desktop-4-8, .desktop-5-10, .desktop-6-12 {
 width: 50%;}

.desktop-1-3, .desktop-2-6, .desktop-4-12 {
 width: 33.333%;}

.desktop-2-3, .desktop-4-6, .desktop-8-12 {
 width: 66.666%;}

.desktop-1-4, .desktop-2-8, .desktop-3-12 {
 width: 25%;}

.desktop-3-4, .desktop-6-8, .desktop-9-12 {
 width: 75%;}

.desktop-1-5, .desktop-2-12 {
 width: 20%;}

.desktop-2-5, .desktop-4-10 {
 width: 40%;}

.desktop-3-5, .desktop-6-10 {
 width: 60%;}

.desktop-4-5, .desktop-8-10 {
 width: 80%;}

.desktop-1-6, .desktop-2-12 {
 width: 16.666%;}

.desktop-5-6, .desktop-10-12 {
 width: 83.333%;}

.desktop-1-8 {
 width: 12.5%;}

.desktop-3-8 {
 width: 37.5%;}

.desktop-5-8 {
 width: 62.5%;}

.desktop-7-8 {
 width: 87.5%;}

.desktop-1-10 {
 width: 10%;}

.desktop-3-10 {
 width: 30%;}

.desktop-7-10 {
 width: 70%;}

.desktop-9-10 {
 width: 90%;}

.desktop-1-12 {
 width: 8.333%;}

.desktop-5-12 {
 width: 41.666%;}

.desktop-7-12 {
 width: 58.333%;}

.desktop-11-12 {
 width: 91.666%;}
}

/*------------------------------------*\
    $PUSH
\*------------------------------------*/
.push, .push--1-2, .push--2-4, .push--3-6, .push--4-8, .push--6-12, .push--1-3, .push--2-6, .push--4-12, .push--2-3, .push--4-6, .push--8-12, .push--1-4, .push--2-8, .push--3-12, .push--3-4, .push--6-8, .push--9-12, .push--1-5, .push--2-10, .push--2-5, .push--4-10, .push--3-5, .push--6-10, .push--4-5, .push--8-10, .push--1-6, .push--2-12, .push--5-6, .push--10-12, .push--1-8, .push--3-8, .push--5-8, .push--7-8, .push--1-10, .push--3-10, .push--5-10, .push--7-10, .push--9-10, .push--1-12, .push--5-12, .push--7-12, .push--11-12 {position: relative; }

.push--1-2, .push--2-4, .push--3-6, .push--4-8, .push--6-12 {
  left: 50%; }

.push--1-3, .push--2-6, .push--4-12 {
  left: 33.333%; }

.push--2-3, .push--4-6, .push--8-12 {
  left: 66.666%; }

.push--1-4, .push--2-8, .push--3-12 {
  left: 25%; }

.push--3-4, .push--6-8, .push--9-12 {
  left: 75%; }

.push--1-4, .push--2-10 {
  left: 20%; }

.push--2-5, .push--4-10 {
  left: 40%; }

.push--3-5, .push--6-10 {
  left: 60%; }

.push--4-5, .push--8-10 {
  left: 80%; }

.push--1-6, .push--2-12 {
  left: 16.666%; }

.push--5-6, .push--10-12 {
  left: 83.333%; }

.push--1-8 {
  left: 12.5%; }

.push--3-8 {
  left: 37.5%; }

.push--5-8 {
  left: 62.5%; }

.push--7-8 {
  left: 87.5%; }

.push--1-10 {
  left: 10%; }

.push--3-10 {
  left: 30%; }

.push--5-10 {
  left: 50%; }

.push--7-10 {
  left: 70%; }

.push--9-10 {
  left: 90%; }

.push--1-12 {
  left: 8.333%; }

.push--5-12 {
  left: 41.666%; }

.push--7-12 {
  left: 58.333%; }

.push--11-12 {
  left: 91.666%; }

/*------------------------------------*\
    $PULL
\*------------------------------------*/

.pull, .pull--1-2, .pull--2-4, .pull--3-6, .pull--4-8, .pull--6-12, .pull--1-3, .pull--2-6, .pull--4-12, .pull--2-3, .pull--4-6, .pull--8-12, .pull--1-4, .pull--2-8, .pull--3-12, .pull--3-4, .pull--6-8, .pull--9-12, .pull--1-4, .pull--2-10, .pull--2-5, .pull--4-10, .pull--3-5, .pull--6-10, .pull--4-5, .pull--8-10, .pull--1-6, .pull--2-12, .pull--5-6, .pull--10-12, .pull--1-8, .pull--3-8, .pull--5-8, .pull--7-8, .pull--1-10, .pull--3-10, .pull--5-10, .pull--7-10, .pull--9-10, .pull--1-12, .pull--5-12, .pull--7-12, .pull--11-12 {position: relative;}

.pull--1-2, .pull--2-4, .pull--3-6, .pull--4-8, .pull--6-12 {
  right: 50%; }

.pull--1-3, .pull--2-6, .pull--4-12 {
  right: 33.333%; }

.pull--2-3, .pull--4-6, .pull--8-12 {
  right: 66.666%; }

.pull--1-4, .pull--2-8, .pull--3-12 {
  right: 25%; }

.pull--3-4, .pull--6-8, .pull--9-12 {
  right: 75%; }

.pull--1-5, .pull--2-10 {
  right: 20%; }

.pull--2-5, .pull--4-10 {
  right: 40%; }

.pull--3-5, .pull--6-10 {
  right: 60%; }

.pull--4-5, .pull--8-10 {
  right: 80%; }

.pull--1-6, .pull--2-12 {
  right: 16.666%; }

.pull--5-6, .pull--10-12 {
  right: 83.333%; }

.pull--1-8 {
  right: 12.5%; }

.pull--3-8 {
  right: 37.5%; }

.pull--5-8 {
  right: 62.5%; }

.pull--7-8 {
  right: 87.5%; }

.pull--1-10 {
  right: 10%; }

.pull--3-10 {
  right: 30%; }

.pull--5-10 {
  right: 50%; }

.pull--7-10 {
  right: 70%; }

.pull--9-10 {
  right: 90%; }

.pull--1-12 {
  right: 8.333%; }

.pull--5-12 {
  right: 41.666%; }

.pull--7-12 {
  right: 58.333%; }

.pull--11-12 {
  right: 91.666%; }

/*------------------------------------*\
  $CLEARFIX
\*------------------------------------*/
.cf, .gc, .gc--rev, .nav, .media {zoom: 1;}
.cf:before, .gc:before, .gc--rev:before, .nav:before, .media:before, 
.cf:after, .gc:after, .gc--rev:after, .nav:after, .media:after {
 content: " ";
 display: table; 
}
.cf:after, .gc:after, .gc--rev:after, .nav:after, .media:after {clear: both;}



/*------------------------------------*\
  LOADERS E OVER LAYOUTS
\*------------------------------------*/


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading-css,
.loading-css-input {
	display: inline-block;
	margin-top: 7px;
	margin-right: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	  -webkit-animation: spin 1s infinite linear;
			  animation: spin 1s infinite linear;
	}
.amcore_loadmore .loading-css {
	margin-bottom: -4px;
	}
.loading-css-input {
	border: 0.20rem solid rgba(0, 0, 0, 0.2);
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	}

/* loader CSS3 */

.loading-css-big {
	display: inline-block;
	clear: both;
	margin: 20px auto;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	border: 0.25rem solid rgba(0, 135, 247, 0.2);
	position: absolute;
	top: 50%;
    left: 50%;
    margin-top: 0;
	margin-left: -18px;
	  -webkit-animation: spin 1s infinite linear;
			  animation: spin 1s infinite linear;
	}
.loading-css-big.relative {
	position: relative;
	margin-top: 30px;
	}
.loading-css-big.centered {
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: 80px;
	}
.loading-css-big.vertical-centered {
	position: absolute;
	margin-top: 45px;
    left: 50%;
	margin-left: -18px;
	z-index: 100;
	}
.loading-background {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1003;
	background: rgba(255,255,255,0.9);
	}
.loading-css-big {
	border-top-color: var(--wpd-pagination-active-background-color);
	border-right-color: var(--wpd-pagination-active-background-color);
	border-left-color: var(--wpd-pagination-active-background-color);
}

/*------------------------------------*\
  TOOLTIP
\*------------------------------------*/

.ui-tooltip, .arrow::after {
    background: #222 none repeat scroll 0 0;
    border-radius: 4px !important;
    -moz-border-radius:4px !important;
    -webkit-border-radius:4px !important;
    z-index: 10000;
}
.ui-tooltip {
    position: absolute;
    display: block;
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
    color: white;
    width: auto !important;
    max-width: 250px;
    padding: 15px 20px;
    border: 0 !important;
    font-size: 14px !important;
}
.arrow {
    bottom: -16px;
    height: 16px;
    left: 50%;
    margin-left: -32px;
    overflow: hidden;
    position: absolute;
}
.arrow.top {
    bottom: auto;
    top: -16px;
}
.arrow.left {
    left: 20%;
}
.arrow::after {
    box-shadow: 6px 5px 9px -9px #317589;
    content: "";
    height: 25px;
    left: 20px;
    position: absolute;
    top: -20px;
    transform: rotate(45deg);
    width: 25px;
}
.arrow.top::after {
    bottom: -20px;
    top: auto;
}



/*******************************************************
/** Main Rules
*/
.hide, .nasc {
	display: none !important;
	}
.clear,
.wpd-clear {
	clear: both;
	}
.spacer {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100;
    top: 0;
    box-shadow: none !important;
    border-radius: 5px;
    border: 2px solid transparent;
}
.annunci_grid .spacer {
    border-radius: 0;
    border: 0;
}
.spacer img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin-right: 10px;
	}
#lista_ordinamento_record a,
#lista_annunci a {
	text-decoration: none;
	box-shadow: none;
}
.wpd-description {
	color: #888;
}
.wpd-description {
	margin-bottom: 5px;
}
.wpdealer-developer-link {
	font-size: 12px;
	margin: 15px 0 0 0;
}

.box_prezzo span,
#elenco_annunci,
#lista_ordinamento_record,
#lista_annunci,
#lista_annunci ul li,
#lista_annunci p,
.equipment-list,
.modulo_form_annuncio,
#box_ricerca {
	clear: both;
	}
#elenco_annunci,
#lista_ordinamento_record,
#lista_annunci ul li,
#lista_annunci p,
.modulo_form_annuncio,
.modulo_form_annuncio li.li-textarea,
.modulo_form_annuncio li.li-textarea textarea,
.modulo_form_annuncio .li-button,
.modulo_form_annuncio li input,
.form_ricerca,
#box_ricerca,
.form_ricerca ol li select {
	width: 100%;
	}
#lista_ordinamento_record ul,
#lista_annunci ul,
.equipment-list ul,
.lista_thumbs ul,
.lista_thumbs_preview ul,
.form_ricerca ol,
.form_ricerca ol li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.menu_ordinamento_record,
.menu_ordinamento_record h4,
.menu_display_list h4,
#lista_ordinamento_record ul li,
#lista_annunci .blocco_foto,
#lista_annunci .blocco_centrale,
#lista_annunci .nomemodello,
#lista_annunci .equipment-list ul li,
.wrapper-listing-title .floatL_titolo,
.equipment-list li,
.lista_thumbs_preview ul li,
.lista_thumbs ul li,
.modulo_form_annuncio ol li {
	float: left;
	}
.menu_display_list,
.menu_display_list ul,
#lista_annunci .prezzo,
.wrapper-listing-title .floatR_prezzo,
#anchor_contatta,
#anchor_chiama {
	float: right;
	}
#lista_ordinamento_record ul #ordine_km,
#lista_ordinamento_record ul #ordine_anno,
#lista_annunci .prezzo,
.wrapper-listing-title .wpd-price {
	text-align: right;
	}
.box_prezzo,
.pictures a {
	text-align: center;
	}  
.box_prezzo,
.box_prezzo span,
#lista_annunci .blocco_foto,
#lista_annunci .blocco_foto img,
#lista_annunci .prezzo,
#lista_annunci .equipment-list ul .equip_4,
.bordo_foto2,
a.bordo_foto2
.equipment-list li,
.lista_thumbs_preview ul li img,
.pictures,
.pictures a,
.form_ricerca ol li,
.form_ricerca ol li ul,
.form_ricerca label {
	display: block;
	}
#anchor_contatta a,
#anchor_chiama a {
	display: inline;
	}
.thumb_marca,
.thumb_nomemezzo {
	display: inline-block;
	}
#lista_annunci .image_preview,
#lista_annunci .equipment-list ul li,
.box_info_ricerca {
	display: none;
	}
#elenco_annunci,
#lista_annunci ul li,
#lista_annunci .blocco_foto,
#lista_annunci .blocco_foto .bordo_foto2 {
	position: relative;
	}
.box_prezzo,
#lista_annunci .image_preview {
	position: absolute;
	}
#lista_annunci .blocco_foto,
#lista_annunci .blocco_foto .bordo_foto2,
#lista_annunci ul li .bordo_foto2 {
	overflow: hidden;
	}

/*
--------------------------------------------------------
regole layout
--------------------------------------------------------
*/

/*------------------------------------*\
  LISTING DESCRIPTION
\*------------------------------------*/

.amc-wrapper-listings-not-found {
	text-align: center;
	padding: 100px 20px;
}
.amc-wrapper-single-listing.wpdealer-layout-2 {
	padding-top: 0;
	}
.box_prezzo {
	right: 0;
	margin: -30px 10px 0 0;
	padding: 10px 10px 10px 10px;
	z-index: 100;
	}


/*-- elenco mezzi */
.no-item-found {
	text-align: center;
	padding: 30px;
}
.no-item-found i {
    font-size: 100px;
    margin-bottom: 20px;
    color: #aaa;
}
#lista_ordinamento_record,
#lista_ordinamento_record h4 {
	font-size: 14px;
}
#lista_ordinamento_record h4 {
	color: #999;
	margin: 0 10px 5px 0;
}
.menu_ordinamento_record {
	width: 67%;
	}
.menu_display_list {
	width: 33%;
	}
#sw-main-title {
	padding: 0 15px;
}
#lista_ordinamento_record {
	margin-bottom: 15px;
	padding: 10px 15px 5px;
	z-index: 999;
	}
#lista_ordinamento_record.fixto-fixed {
  background: rgba(255,255,255,1);
	border-bottom: 1px solid #e5e5e5;
	}
#lista_ordinamento_record h4,
#lista_ordinamento_record ul li {
	line-height: 22px !important;
	}
a.selezionato,
a.selezionato_d,
a.selezionato_a {
	color: #444;
	padding-right: 14px;
	padding-left: 4px;
	background: url(../img/arrow_order3.png) no-repeat;
	background-position: right 5px;
	border-radius: 2px;
	}
a.selezionato_d {
	background-position: right -35px;
	color: #fff !important;
	background-color: #0087F7;
	}
a.selezionato_a {
	background-position: right -15px;
	color: #fff !important;
	background-color: #0087F7;
	}
a.selezionato:hover {
	background-color: #f0f0f0;
	text-decoration: none;
	}
a.selezionato_a:hover,
a.selezionato_d:hover {
	background-color: #005FAD !important;
	}
.menu_ordinamento_record ul li {
	margin-right: 10px;
	}
.menu_display_list ul li {
	margin-left: 10px;
	}
.menu_display_list ul li.go_to_search {
	display: none;
	}
#content_list {
	padding-left: 15px;
	padding-right: 15px;
}
#lista_annunci {
	margin-bottom: 30px;
}
#lista_annunci ul.amcore-listings-wrapper li {
	margin: 0 0 10px 0;
	padding: 0;
	}
#lista_annunci ul.amcore-listings-wrapper .wpdbubbles li {
	margin: 0 10px 10px 0;
	width: auto;
	clear: none;
	}
#lista_annunci .riga_annuncio,
.wpd-listing-inner-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	font-size: 13px;
	}
.wpd-listing-inner-wrapper {
  display: flex;
  flex-grow: 1;
  -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.annunci_grid .wpd-listing-inner-wrapper {
  flex-direction: column;
}
.wpd-listing-image-wrapper {
	position: relative;
	overflow: hidden;
	flex: 0 0 250px;
	height: 187px;
}
.annunci_grid .wpd-listing-image-wrapper {
	flex: 0 0 0 !important;
}
.wpd-listing-image-wrapper a {
	display: block
}
.wpd-listing-image-wrapper img {
	width: 100%;
	object-fit: cover;
	display: none;
}
.wpd-listing-content-wrapper,
.wpd-listing-details-wrapper {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	-moz-box-flex: 1;
}
.wpd-listing-content-wrapper {
	padding: 15px 15px 10px 20px;
	flex-direction: column;
}
.annunci_grid .wpd-listing-content-wrapper {
	padding: 10px 15px 10px 15px;
}
.wpd-listing-content-wrapper .amcore-wrapper-title-price {
	display: flex;
}
.wpd-listing-content-wrapper .wpdbubbles {
	clear: both;
	margin: 0;
}
.wpd-listing-footer-wrapper {
	display: flex;
	-moz-box-flex: 1;
	-moz-box-align: end;
	align-items: flex-end;
	flex-grow: 1;
}
.wpd-listing-content-anchor,
.wpd-listing-content-anchor:hover {
	color: inherit;
}
.wpd-listing-footer-inner {
	display: flex;
	flex-grow: 1;
	-moz-box-flex: 1;
	border-top: 0 solid #e0e0e0;
	padding-top: 5px;
}
.wpd-listing-footer-inner .wpd-publishing-date {
	flex-grow: 1;
	-moz-box-flex: 1;
	text-align: right;
	color: #9f9f9f;
}
#lista_annunci ul.amcore-listings-wrapper .wpdbubbles li {
	margin: 0 5px 5px 0;
}
#lista_annunci .blocco_foto {
    border-radius: 5px 0 0 5px;
    height: 0;
    width: 25%;
	padding-bottom: 19%;
	overflow: hidden;
    z-index: 100;
	}
#lista_annunci .blocco_foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
#lista_annunci .blocco_foto img,
#lista_annunci .blocco_foto .bordo_foto2 {
	width: 100%;
	}
#lista_annunci .image_preview {
	margin: -15px 0 0 0;
	left: 100%;
	width: auto;
	z-index: 1000;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 5px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow:         0 5px 10px 0 rgba(0, 0, 0, 0.3);
	}
#lista_annunci .image_preview img {
	width: 300px;
	}
#lista_annunci .blocco_centrale {
	width: 75%;
	padding: 10px 15px 10px 20px;
	}
#lista_annunci .blocco_titolo {
	display: flex;
	flex-direction: column;
	position: static;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom:1px solid #e0e0e0;
	}
#lista_annunci .nomemodello {
	width: 100%;
	margin: 0;
	padding: 0;
	}
#lista_annunci .amcore-wrapper-first-info {
	clear: both;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
}
#lista_annunci .amcore-wrapper-first-info .first-info {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	border-left: 0;
	}
#lista_annunci .amcore-wrapper-first-info .first-info:first-child {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
#lista_annunci .anno {
	padding: 0 10px 0 0;
	}
#lista_annunci .prezzo {
	width: 150px;
	}
#lista_annunci .box_prezzo_lista {
	float: right;
	width: 20%;
	text-align: right;
	}
#lista_annunci .box_prezzo_lista strong {
	font-size: 1.5em;
	}
#lista_annunci p {
	height: 55px;
	margin: 0;
	}
#lista_annunci .dati_mezzo {
	margin-bottom: 5px;
	}
#lista_annunci .equipment-list {
	margin: 0;
	padding: 0;
	}
#lista_annunci .equipment-list ul li {
	margin: 0 10px 5px 0;
	}
.bordo_foto2 { 
	padding: 2px;
	margin: 0;
	}
.wpdealer_listing_counts {
	position: absolute;
	bottom: 0;
	margin: 0 0 6px 6px;
}
.wpdealer_listing_wc {
	position: absolute;
	bottom: 38px;
	margin: 6px 0 0 6px;
	}
.wpdealer_img_count,
.wpdealer_video_count,
.wpdealer_listing_wc_inner {
	position: relative;
	display: block;
	float: left;
	padding: 0 6px 0 25px;
	margin-right: 6px;
	width: auto;
	height: 26px;
	line-height: 26px;
	z-index: 10;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border-radius: 3px;
	}
.wpdealer_video_count {
	padding: 0 6px 0 26px;
	}
.wpdealer_listing_wc_inner {
	padding: 0 6px;
	}

.wpdealer_video_count:after {
	position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    content: "\f03d";
    color: #fff;
    left: 6px;
    top: 0;
	}
.wpdealer_img_count {
	background: rgba(0,0,0,0.6) url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 50 50" height="20" width="20" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M30.32,7.163H1.811C0.812,7.163,0,7.974,0,8.975V31.15c0,0.998,0.812,1.811,1.811,1.811H30.32c1,0,1.812-0.812,1.812-1.811 V8.974C32.129,7.972,31.32,7.163,30.32,7.163z M28.51,10.784v16.323l-4.141-5.026c-0.152-0.185-0.422-0.218-0.615-0.076 l-4.816,3.517l-8.27-8.045c-0.096-0.094-0.229-0.135-0.358-0.127c-0.134,0.012-0.253,0.083-0.329,0.191l-6.359,9.099V10.784H28.51 L28.51,10.784z M17.65,17.573c0-1.623,1.319-2.943,2.94-2.943c1.623,0,2.941,1.32,2.941,2.943c0,1.619-1.318,2.941-2.941,2.941 C18.969,20.514,17.65,19.191,17.65,17.573z M34.771,26.396c-0.75,0-1.356-0.608-1.356-1.356V5.88H5.206 c-0.75,0-1.357-0.606-1.357-1.356c0-0.749,0.607-1.356,1.357-1.356h29.565c0.75,0,1.357,0.607,1.357,1.356v20.517 C36.129,25.788,35.521,26.396,34.771,26.396z"/></svg>') no-repeat 6px 6px;
	}
.listing-main-picture {
	overflow: hidden;
	position: relative;
}
.listing-main-picture .wpdealer_video_count {
	position: absolute;
	padding: 0 8px 0 34px;
	top: 10px;
	left: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	}
.listing-main-picture .wpdealer_video_count:after {
    left: 10px;
    font-size: 18px;
	}
.listing-main-picture .wpdealer_video_count:hover {
	color: #fff;
	background-color: rgba(0,0,0,1);
	}
.wpd-listings-location {
	margin-bottom: 5px;
	opacity: 0.9;
}
.wpd-location-preview {
	position: absolute;
	background: #fff;
	color: #0087f7;
	top: -10px;
	right: -40px;
	transform: rotate(45deg);
	font-size: 20px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 100;
}
.wpd-location-preview i {
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 42px;
}
@media only screen and (max-width: 770px) {
	.wpd-listing-image-wrapper {
		flex: 0 0 25%;
		height: 100px;
	}
	.wpd-listing-content-wrapper {
		padding: 15px 15px 10px 15px;
	}
	.wpd-listing-content-wrapper .amcore-wrapper-title-price {
	  display: flex;
	  flex-flow: column;
	  margin-bottom: 15px;
	}
	#lista_annunci.annunci_grid .amcore-wrapper-title-price {
		flex-flow: row;
	}
	.wpdealer_listing_counts {
		display: none;
	}
	.annunci_grid .wpdealer_listing_counts {
		display: block;
	}
}


/*-- Descrizione mezzo */
.wrapper-back-to-results {
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.wrapper-previous-next {
	text-align: right;
	font-size: 16px;
}
.wrapper-previous-next span span {
	color: #d0d0d0;
}
.wrapper-previous-next span svg {
	fill: #d0d0d0;
}
span.prev_next_position {
	color: inherit;
}
.mc-prev-link {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
.mc-next-link {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}
.wrapper-listing-title {
	z-index: 100;
	}
.wrapper-listing-title .floatL_titolo {
	width: 65%;
	}
.wrapper-listing-title .wpd-listing-desc-price-wrapper {
	float: right;
	margin-bottom: 10px;
	}
.amc-sticky-title-wrapper .wpd-listing-desc-price-wrapper {
	max-width: 35%;
	float: right;
	}
.wrapper-listing-title h2#prezzo_small {
	margin: 0;
	padding: 0;
	}
.wrapper-listing-title .wpd-price h4 {
	margin: 8px 0 0;
}
.wrapper-listing-title .wpd-price h4.wpd-alt-price {
	margin: 0;
	font-weight: normal;
}
.striscia_top_annuncio {
	clear: both;
	padding: 10px 0;
	margin-bottom: 0;
	z-index: 990;
	border-bottom: 1px solid #ddd;
	}
.striscia_top_annuncio.fixto-fixed {
  background: #fff;
  }
.striscia_top_annuncio:not(.fixto-fixed) {
	border-bottom: 0;
}
.wpdealer-add-padding .striscia_top_annuncio {
	padding-left: 15px;
	padding-right: 15px;
	}
/* fixed wrapper title */

.wrapper-listing-title.fixto-fixed {
	padding: 5px 0;
	/*
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow:         0 1px 2px 0 rgba(0, 0, 0, 0.3);
	*/
	}
.wrapper-listing-title.fixto-fixed .floatL_titolo {
	width: auto;
	padding-right: 30px;
	min-height: 32px;
	}
.wrapper-listing-title.fixto-fixed .wpd-price {
	width: auto;
	min-height: 32px;
	float: left;
	}
.wrapper-listing-title.fixto-fixed h1 {
	font-size: 20px !important;
	padding: 5px 0;
	overflow-x: hidden;
	overflow-y: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 400px;
	}
.wrapper-listing-title.fixto-fixed .wpd-price h2 {
	font-size: 20px !important;
	padding: 5px 0
	}
.wrapper-listing-title.fixto-fixed .striscia_top_annuncio {
	clear: none;
	padding: 5px 0;
	margin-bottom: 0;
	}
.striscia_top_annuncio .wpd-tax-info {
	display: none;
}
.wrapper-description-text.description-section {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 0;
	border-bottom: var(--wpd-form-border-top);
	border-color: var(--wpd-divider-color);
}
.wpdealer-layout-type-0 .wrapper-description-text,
.wpdealer-layout-type-1 .wrapper-description-text {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.wpdealer-layout-type-0 .wrapper-description-text.no-bottom-border,
.wpdealer-layout-type-1 .wrapper-description-text.no-bottom-border {
	border-bottom: 0;
}
.wrapper-description-text p {
  margin-top: 0;
	margin-bottom: 20px;
}
.wrapper-description-text h5 {
	font-size: 16px;
}
.inner-general-info  {
	padding: 0 0 10px 0;
}
.wpdealer-layout-type-0 .inner-general-info h5,
.wpdealer-layout-type-1 .inner-general-info h5,
.wpdealer-layout-type-2 .inner-general-info h5,
.wpdealer-layout-type-3 .inner-general-info h5,
.wpdealer-layout-type-4 .inner-general-info h5 {
	width: 25%;
	float: left;
}
.wpdealer-layout-type-2 .inner-general-info h5,
.wpdealer-layout-type-3 .inner-general-info h5,
.wpdealer-layout-type-4 .inner-general-info h5 {
	padding-top: 4px;
}
.wpdealer-layout-type-2 .inner-general-info:not(.wpdealer-overview) ul,
.wpdealer-layout-type-3 .inner-general-info:not(.wpdealer-overview) ul,
.wpdealer-layout-type-4 .inner-general-info:not(.wpdealer-overview) ul {
	width: 75%;
	float: left;
}
.page-template-moto-listings .wpdealer-layout-type-2 .inner-general-info:not(.wpdealer-overview) ul,
.page-template-moto-listings .wpdealer-layout-type-3 .inner-general-info:not(.wpdealer-overview) ul,
.page-template-moto-listings .wpdealer-layout-type-4 .inner-general-info:not(.wpdealer-overview) ul,
.page-template-locations-listings .wpdealer-layout-type-2 .inner-general-info:not(.wpdealer-overview) ul,
.page-template-locations-listings .wpdealer-layout-type-3 .inner-general-info:not(.wpdealer-overview) ul,
.page-template-locations-listings .wpdealer-layout-type-4 .inner-general-info:not(.wpdealer-overview) ul {
	width: 100%;
}
.inner-general-info.wpdealer-overview {
	padding: 0;
	margin-bottom: 20px;
}
.inner-general-info:first-child  {
	padding-top: 20px;
}
.equipment-list {
	border-bottom: 1px solid;
	border-color: var(--wpd-divider-color);
	padding-bottom: 15px;
}
.inner-general-info.extra-padding-content  {
	padding: 20px 20px;
}
.wpd-description-wrapper.extra-padding-content  {
	padding-left: 20px;
}
.inner-general-info.wpdealer-overview.extra-padding-content  {
	padding-left: 20px;
	padding-right: 20px;
}
.inner-general-info h4,
.wrapper-description-text h4 {
	font-size: 24px;
  margin-top: 0;
	margin-bottom: 20px;
}
.wrapper-amc-after-title-contacts {
	float: right !important;
}
#anchor_contatta,
#anchor_chiama {
	width: 100%;
	}
#anchor_contatta a,
#anchor_chiama a {
	padding: 12px 15px;

	}
.equipment-list {
	margin: 0 0 15px;
	}
.equipment-list li	{
	padding: 0 20px 0 10px;
	}

#wpd-wrapper-listing-main-picture {
  display: grid;
	grid-template-columns: repeat(var(--wpd-listing-max-thumbails), 1fr);
	grid-gap: var(--wpd-listing-images-grid-gap);
	justify-items: stretch;
	overflow: hidden;
	/*min-height: 360px;*/
}
.wpdealer-layout-type-2 #wpd-wrapper-listing-main-picture {
	grid-template-columns: repeat(var(--wpd-grid-template-cols), 1fr);
}
#wpd-wrapper-listing-main-picture.external-border-radius {
	border-radius: var(--wpd-listing-images-border-radius);
}
#wpd-wrapper-listing-main-picture.each-border-radius .thumbnail-row a {
	border-radius: var(--wpd-listing-images-border-radius);
}
.thumbnail-row:not(.listing-main-picture) {
	background: #f5f5f5;
	/*aspect-ratio: var(--wpd-img-aspect-ratio);*/
	height: 100%;
}
.listing-main-picture {
	background: #f5f5f5;
	aspect-ratio: inherit; 
}
.thumbnail-row a {
	display: flex;
	position: relative;
	overflow: hidden;
	height: 100%;
	max-height: 600px;
}
#wpd-wrapper-listing-main-picture img {
	width: 100%;
    height: 100%;
    aspect-ratio: var(--wpd-img-aspect-ratio); 
	object-fit: cover;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.thumbnail-row a:hover img {
	filter: brightness(85%)
}
.wpd-no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: var(--wpd-img-aspect-ratio);
}
#wpd-wrapper-listing-main-picture .wpd-no-image img {
	width: 300px;
    height: auto;
}
.listing-main-picture {
	grid-column: 1 / span var(--wpd-listing-max-thumbails);
}
.wrapper-full-width .listing-main-picture {
    grid-column-start: var(--wpd-full-width-img-col-start);
    grid-column-end: var(--wpd-full-width-img-col-end);
    grid-row-start: var(--wpd-full-width-img-row-start);
    grid-row-end: var(--wpd-full-width-img-row-end);
}
.wpdealer-layout-type-2 .thumbnail-row-5 .thumbnail-row.last {
	grid-column-start: 5;
	grid-column-end: 6;
	grid-row-start: 2;
	grid-row-end: 4;
}

/* Max width 800px */
@media only screen and (max-width: 810px) {
	.thumbnail-row {
		aspect-ratio: 4/3; 
	}
	.wrapper-full-width .listing-main-picture {
		grid-column: 1 / span var(--wpd-grid-template-cols);
	}
	.wpdealer-layout-type-2 #wpd-wrapper-listing-main-picture.thumbnail-row-3  {
		grid-template-columns: repeat(3, 1fr);
	}
	.wpdealer-layout-type-2 #wpd-wrapper-listing-main-picture.thumbnail-row-3 .listing-main-picture {
	    grid-column-start: 0;
	    grid-column-end: 4;
	}
	#wpd-wrapper-listing-main-picture.external-border-radius {
		border-radius: 0;
	}
	.inner-general-info.wpdealer-overview, 
	.wpdealer-layout-type-2 .inner-general-info.wpdealer-overview {
	  margin-bottom: 20px;
	  border-radius: 0;
	}
	#contactform {
	  margin-top: 0;
	  padding: 20px;
	  border-radius: 0;
	}
	.wpdealer-layout-type-2 .thumbnail-row-5 .thumbnail-row.last {
		grid-column-start: auto;
		grid-column-end: auto;
		grid-row-start: auto;
		grid-row-end: auto;
	}
}

/*-------------------------------*\
 IMAGES PREVIEW
\*-------------------------------*/


@media only screen and (min-width: 1025px) {
	.wpdealer-layout-type-0 .wpd-first-section,
	.wpdealer-layout-type-1 .wpd-first-section {
		position: sticky;
		top: calc(var(--wpd-sticky-top) + 15px);
	}
	.wpdealer-layout-2 .wpd-first-section {
		top: var(--wpd-sticky-top);
	}
}
@media only screen and (max-width: 810px) {
	.mc-prev-link,
	.mc-next-link {
	    margin: 0;
	}
	.mc-prev-link span,
	.mc-next-link span {
	    display: none;
	}
	#wpd-wrapper-listing-main-picture {
		margin: 0 0 10px 0;
	}
	.striscia_top_annuncio {
		background: transparent;
		border-bottom: 0;
	}
	.wrapper-description-text {
		margin-bottom: 20px;
	}
	.inner-general-info h4,
	.wrapper-description-text h4 {
		margin-bottom: 10px;
	}
	.wrapper-listing-title .wpd-price h4 {
		float: none;
	}
	.amc-sticky-title-wrapper h2,
	.amc-sticky-title-wrapper h3 {
		display: none;
	}
}


/*------------------------------------*\
  LISTING LIGHTBOX IMAGE DESCRIPTION
\*------------------------------------*/

/*-- Full width image layout --*/




/* Max width 800px */
@media only screen and (max-width: 800px) {
	.wrapper-full-width .listing-main-picture {
		width: 100% !important;
		}
	.wrapper-full-width .lista_thumbs_preview {
		clear: both;
		width: 100% !important;
		}
	.wrapper-full-width .lista_thumbs_preview ul {
	    margin-left: -2px !important;
	    margin-top: 0;
		}
	.wrapper-full-width .lista_thumbs_preview ul li {
		position: relative;
		margin: 0;
		padding: 2px 0 0 2px;
		width: 33.33% !important;
		}
	.wrapper-full-width #wpd-wrapper-listing-main-picture {
	    overflow: none !important;
	    height: auto;
	    padding-bottom: 0 !important;
		}
	.wrapper-full-width .listing-main-picture {
	    position: relative;
		}
	.lista_thumbs_preview ul {
		margin-left: -2px !important;
		}
	.inner-n-foto .pictures_number {
		font-size: 20px !important;
		}
	.inner-n-foto .pictures_text {
	    font-size: 12px !important;
		}
}

/*-- end Full width image layout --*/

/*------------------------------------*\
  LISTING THUMBNAILS
\*------------------------------------*/


.wrapper-pictures,
.wrapper-n-images {
	position: absolute;
	top: 0;
	background: rgba(0,5,20,0.6);
	width: 100%;
	height: 100%;
	}
.wrapper-n-images {
	position: relative;
	background: #4047CF;
	overflow: hidden;
	}
#wpd-wrapper-listing-main-picture.each-border-radius .wrapper-n-images {
	border-radius: var(--wpd-listing-images-border-radius);
}
.inner-n-foto {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
	left: 50%;
    width: 100%;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);
	}
.inner-n-foto .pictures_number {
	display: block;
	font-size: 2em;
	line-height: 1em;
	}
.inner-n-foto .pictures_text {
	display: block;
	font-size: 0.8em;
	line-height: 1.6em;
	}


/*------------------------------------*\
  VEHICLE HEADER WIDGETS STRIPE 
\*------------------------------------*/

.amcore_listing_header_widgets {
	clear: both;
}
.wpdbubbles {
	display: table;
}
.annunci_grid .wpdbubbles {
	display: block;
	clear: both;
}
.amcore_listing_header_widgets,
.wpdbubbles {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#lista_annunci.annunci_grid ul.wpdbubbles {
	margin-left: 0;
	margin-bottom: 10px;
}
.amcore_listing_header_widgets li,
.wpdbubbles li {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}
.amcore_listing_header_widgets li:last-child,
.wpdbubbles li:last-child {
	margin-right: 0;
}
.amcore_listing_header_widgets li > a,
.amcore_listing_header_widgets li > span,
.wpdbubbles li > a,
.wpdbubbles li > span {
	line-height: 20px;
	padding: 5px 12px;
	border-radius: 30px;
	border: 1px solid #ddd;
}
.wpdbubbles li > span {
	background: var(--wpd-info-clouds-background-color);
	color: var(--wpd-info-clouds-text-color);
	border-color: var(--wpd-info-clouds-border-color);
}
.wpd-wrapper-listing .wpdbubbles li > a,
.wpd-wrapper-listing .wpdbubbles li > span {
	padding: 2px 10px;
}
#lista_annunci.annunci_grid ul.amcore-listings-wrapper li .wpdbubbles li {
	width: auto;
	padding-left: 0;
	margin: 5px 5px 0 0;
}
.amcore_listing_header_widgets li.amc_listing_reference span,
.wpdbubbles li.amc_listing_reference span {
	background: #eee;
	border-color: #eee;
}
.amcore_listing_header_widgets li i,
.wpdbubbles li i {
	margin-right: 2px;
	color: #f85c49;
}
.amcore_listing_header_widgets li svg {
	margin-right: 2px;
	fill: #f85c49;
}
.amcore_listing_header_widgets li > a,
.wpdbubbles li > a {
	/*border-color: #f85c49;*/
	color: #777;
	text-decoration: none;
}
.amcore_listing_header_widgets li > a:hover,
.wpdbubbles li > a:hover {
	/*background: #f85c49;
	color: #fff;*/
	border-color: #f85c49;
}
.amcore_listing_header_widgets .amcore_share_button:hover span {
	border-color: #f85c49;
}
.amcore_listing_header_widgets li > a:hover i {
	/*color: #fff;*/
}
.amcore_listing_header_widgets .amcore_share_button .a2a_kit {
	display: none;
	position: absolute;
	width: 210px;
	bottom: 26px;
	background: #fff;
	padding: 15px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 1px 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow:         0 1px 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.amcore_listing_header_widgets .amcore_share_button:hover > .a2a_kit {
	display: block;
}
.a2a_overlay {
	background: #000 !important;
	opacity: 0.7 !important;
}
.a2a_starting {
    opacity: 0 !important;
}

@media only screen and (max-width: 640px) {
	.amcore_listing_header_widgets {
		position: absolute;
		margin-top: -40px;
		right: 20px;
	}
	.wpd-notitle .amcore_listing_header_widgets {
		margin-top: 0;
	}
	.amc_published_info,
	.amc_listing_reference,
	.wrapper-motocerco-after-title .amcore_listing_header_widgets {
		display: none;
	}
	.amcore_listing_header_widgets li > a .wpdtext span {
		font-size: 0;
	}
	.amcore_listing_header_widgets li i {
		margin-right: 0;
		font-size: 24px;
	}
	.amcore_listing_header_widgets li > a,
	.amcore_listing_header_widgets li > span {
		padding: 5px 5px;
		border: 0;
	}
	.amcore_listing_header_widgets .amcore_share_button .a2a_kit {
		width: 210px;
		bottom: 26px;
		right: 0;
	}
	.wpdbubbles li > a,
	.wpdbubbles li > span {
		font-size: 12px;
	}
	.wrapper-listing-title .wpd-listing-desc-price-wrapper {
		width: 100%;
		float: none;
		max-width: 250px;
	}
}

/*------------------------------------*\
  VEHICLE OVERVIEW
\*------------------------------------*/

.inner-general-info  {
	padding: 20px 0 10px 0;
}
.wpdealer-layout-type-0 .inner-general-info h5,
.wpdealer-layout-type-1 .inner-general-info h5,
.wpdealer-layout-type-2 .inner-general-info h5,
.wpdealer-layout-type-3 .inner-general-info h5,
.wpdealer-layout-type-4 .inner-general-info h5 {
	clear: both;
	width: 25%;
	float: left;
}
.wpdealer-layout-type-2 .inner-general-info h5 {
	padding-top: 4px;
}
.inner-general-info.wpdealer-overview,
.wpdealer-layout-type-2 .inner-general-info.wpdealer-overview,
.wpdealer-layout-type-3 .inner-general-info.wpdealer-overview,
.wpdealer-layout-type-4 .inner-general-info.wpdealer-overview {
	background-color: var(--wpd-overview-main-background-color);
	padding: var(--wpd-add-overview-background);
	margin-bottom: 15px;
	border-radius: var(--wpd-listing-images-border-radius);
}
.wpdealer-layout-type-2 .inner-general-info.wpdealer-overview,
.wpdealer-layout-type-3 .inner-general-info.wpdealer-overview,
.wpdealer-layout-type-4 .inner-general-info.wpdealer-overview {
	margin-top: 15px;
}
.inner-general-info.wpdealer-overview h4 {
	color: var(--wpd-overview-main-title-color);
}
.inner-general-info.wpdealer-overview .wpdbubbles {
	margin-bottom: 0px;
}
.inner-general-info.wpdealer-general  {
	padding-top: 20px;
	padding-bottom: 15px;
}
.wpdealer-layout-type-2 .inner-general-info.wpdealer-general,
.wpdealer-layout-type-3 .inner-general-info.wpdealer-general,
.wpdealer-layout-type-4 .inner-general-info.wpdealer-general  {
	border-bottom: 1px solid;
	border-color: var(--wpd-divider-color);
	margin-bottom: 30px;
}
.amc-wrapper-single-listing h5 {
  margin-top: 0;
	margin-bottom: 10px;
}
.amc-wrapper-single-listingul li {
	margin: 0;
}
.wpdealer-general-info {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	grid-gap: 0px 20px;
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}
.page-template-moto-listings .wpdealer-general-info,
.page-template-locations-listings .wpdealer-general-info {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.inner-general-info:not(.wpdealer-overview) ul {
	width: 75%;
	float: left;
}
.wpdealer-listing-overview {
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	grid-gap: var(--wpd-listing-images-grid-gap);
	margin: 0 0 20px 0;
	padding: 0;
}
.inner-general-info.wpdealer-overview ul:last-of-type {
	margin-bottom: 0px;
}
.wrapper-full-width .wpdealer-listing-overview {
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.wpdealer-listing-overview li {
	width: 100%;
}

.wpdealer-listing-overview svg {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	fill: var(--wpd-overview-icons-color);
}
.wpdealer-listing-overview svg.svg-28 {
	width: 28px;
	height: 28px;
}
.wpdealer-listing-overview svg.calendar {
	left: 4px;
	top: 1px;
}
.wpdealer-listing-overview svg.mileage {
	width: 34px;
	height: 34px;
	top: -2px;
}
.wpdealer-listing-overview svg.sedan {
  width: 38px;
  height: 38px;
  top: -3px !important;
  left: -4px;
}
.wpdealer-listing-overview svg.engine,
.wpdealer-listing-overview svg.svg-30 {
	width: 30px;
	height: 30px;
	top: -1px;
}
.wpdealer-listing-overview svg.shift {
	width: 30px;
	height: 30px;
	top: 1px;
	left: 1px;
}
.wpdealer-listing-overview svg.station {
	width: 28px;
	height: 28px;
}
.wpdealer-listing-overview svg.info {
	width: 30px;
	height: 30px;
	top: -1px;
}
.wpdealer-general-info:last-child {
	margin: 0;
}
.wpdealer-listing-overview li {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding: var(--wpd-overview-item-padding);
	color: var(--wpd-overview-text-color);
	background: var(--wpd-overview-background-color);
	border: 1px solid;
	border-color: var(--wpd-overview-border-color);
	border-radius: 6px;
	margin-bottom: var(--wpd-overview-item-margin-bottom);
}
.wpdealer-listing-overview .wpdtext,
.wpdealer-listing-overview .wpdtext span {
	position: relative;
}
.wpdealer-listing-overview .wpdtext span {
	display: inline-block;
}
.wpdealer-listing-overview .wpdtext span {
	padding-left: 48px;
	line-height: 24px;
}
.wpdealer-listing-overview .wpdtext small {
	font-size: 16px;
	color: var(--wpd-overview-text-color);
	font-weight: 500;
	opacity: 0.6;
}
.wpdealer-listing-overview .wpdealer-car-pass-icon {
  width: 100%;
  max-width: 110px;
}
.wpdealer-general-info li {
	display: block;
	position: relative;
	width: 100%;
}
.wpdealer-layout-type-2 .wpdealer-general-info li,
.wpdealer-layout-type-3 .wpdealer-general-info li,
.wpdealer-layout-type-4 .wpdealer-general-info li {
	border-bottom: 1px solid;
	border-color: var(--wpd-divider-color);
	padding: 4px 0;
}
.wpdealer-layout-2 .span-1 .wpdealer-general-info li {
	float: left;
	width: 50%;
}
.wpdealer-general-info span.wpdlabel,
.wpdealer-general-info span.wpdtext {
	display: inline-block;
	width: 50%;
	padding-right: 20px;
	float: left;
}
.wpdealer-layout-type-2 .wpdealer-general-info:not(.wpdealer-overview) span.wpdtext,
.wpdealer-layout-type-3 .wpdealer-general-info:not(.wpdealer-overview) span.wpdtext,
.wpdealer-layout-type-4 .wpdealer-general-info:not(.wpdealer-overview) span.wpdtext {
	text-align: right;
	padding-right: 0;
}
.wpdealer-general-info span.wpdlabel {
	color: #848484;
}
.wpdealer-general-info .wpdtext {
	color: #222;
}
.wrapper-full-width .wpd-drive-wrapper,
.wrapper-full-width .wpd-enviroment-wrapper {
	width: 100%;
}
.wrapper-full-width .span-1 .wpd-drive-wrapper .wpdealer-general-info li,
.wrapper-full-width .span-1 .wpd-enviroment-wrapper .wpdealer-general-info li {
    float: none;
    width: 100%;
}

@media only screen and (max-width: 810px) {
	.inner-general-info {
		padding-left: 20px;
		padding-right: 20px;
	}
	.inner-general-info.wpdealer-overview,
	.wpdealer-layout-type-0 .inner-general-info.wpdealer-overview,
	.wpdealer-layout-type-1 .inner-general-info.wpdealer-overview,
	.wpdealer-layout-type-2 .inner-general-info.wpdealer-overview,
  .wpdealer-layout-type-3 .inner-general-info.wpdealer-overview,
  .wpdealer-layout-type-4 .inner-general-info.wpdealer-overview {
		padding: 20px 10px 10px;
	}
	.inner-general-info.wpdealer-overview li {
		padding: 0;
		/*background: transparent;*/
		border: 0;
	}
	.inner-general-info.wpdealer-overview h4,
	.inner-general-info.wpdealer-overview .wpdbubbles  {
		padding-left: 10px;
		padding-right: 10px;
	}
	.wpdealer-layout-type-0 .inner-general-info h5,
	.wpdealer-layout-type-1 .inner-general-info h5,
	.inner-general-info:not(.wpdealer-overview) ul {
		width: 100%;
		float: none;
	}
	.wpdealer-overview .wpdealer-listing-overview li {
		width: 100%;
		font-size: 16px;
		padding: 10px;
	}
	.wpdealer-listing-overview .wpdtext span {
		padding-left: 40px;
	}
}


@media only screen and (max-width: 640px){
	.wpdealer-listing-overview {
		margin-bottom: 10px;
	}
	.wpdealer-listing-overview li {
		font-size: 16px;
	}
	.wpdealer-layout-type-2 .inner-general-info h5,
	.wpdealer-layout-type-2 .inner-general-info:not(.wpdealer-overview) ul,
  .wpdealer-layout-type-3 .inner-general-info h5,
  .wpdealer-layout-type-3 .inner-general-info:not(.wpdealer-overview) ul,
  .wpdealer-layout-type-4 .inner-general-info h5,
  .wpdealer-layout-type-4 .inner-general-info:not(.wpdealer-overview) ul,
	.wpdealer-layout-2 .span-1 .wpdealer-general-info li {
		float: none;
		width: 100%;
	}
	.wpdealer-general-info li {
		clear: both;
	}
	.wrapper-full-width .wpd-drive-wrapper,
	.wrapper-full-width .wpd-enviroment-wrapper {
		float: none;
		width: 100%;
	}

}


/* Seller detail */
.wpdealer-full-width-sticky {
	position: sticky;
	top: var(--wpd-sticky-top);
}
.wpdealer-layout-type-3 .wpdealer-full-width-sticky,
.wpdealer-layout-type-4 .wpdealer-full-width-sticky  {
  top: calc(var(--wpd-sticky-top) + 15px);
}
.wrapper-seller-details {
	margin-top: 15px;
	margin-bottom: 15px;
	background: var(--wpd-seller-background-color);
	border-radius: var(--wpd-listing-images-border-radius);
	overflow: hidden;
	}
.wpdealer-layout-type-3 .wrapper-seller-details,
.wpdealer-layout-type-4 .wrapper-seller-details {
  margin-top: 0;
}
.wrapper-image-venditore {
	position: absolute;
	width: 60px;
	}
.wrapper-image-venditore img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 1px 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow:         0 1px 3px 0 rgba(0, 0, 0, 0.4);
	}
.wrapper-seller-details .inner-seller-details {
	padding: 20px;
	}
.inner-seller-details {
	padding: 0 0 20px;
	}
.inner-seller-details h3 {
		margin-bottom: 20px;
	}
.wpd-bottom-left-content.span-1 .inner-seller-details {
	width: 33.33%;
	float: left;
}
.wpdealer-map {
	height: 400px;
}
.wpd-seller-whatsapp a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background-color: #25d366;
	border-radius: 50px;
	padding: 12px 20px;
	vertical-align: middle;
}
.wpd-seller-whatsapp a:hover {
	background-color: #21bd5c;
}
.wpd-seller-whatsapp a .fa {
	font-size: 2em;
	vertical-align: middle;
	margin-right: 10px;
}

/* WooCommerce box */

.wrapper-wpdealer-woocommerce {
	margin-top: 0;
	margin-bottom: 15px;
	background: #fff;
	border-radius: var(--wpd-listing-images-border-radius);
	border: 1px solid;
	border-color: var(--wpd-divider-color);
	overflow: hidden;
	/*box-shadow: rgba(72, 88, 133, 0.04) 0px 10px 10px -5px, rgba(72, 88, 133, 0.1) 0px 20px 25px -5px;*/
	}
.wpdealer-layout-type-2 .wrapper-wpdealer-woocommerce {
  margin-top: 15px;
  }
.wrapper-wpdealer-woocommerce .inner-wpdealer-woocommerce {
  clear: both;
	padding: 20px;
	}
.wpdealer_wc_small_text {
  display: inline-block;
  margin-bottom: 20px;
  }
.wpdealer_wc_light_text {
  color: #777;
  font-style: italic;
}
.wrapper-wpdealer-woocommerce select {
  border-color: var(--wpd-divider-color);
}
.wrapper-wpdealer-woocommerce .button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
	width: 100%;
	min-height: 55px;
	border-radius: 4px;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.wpdealer-before-button-wrapper label {
  display: inline-block;
  margin-bottom: 5px;
}
.wrapper-wpdealer-woocommerce .single_variation_wrap {
	padding-top: 0;
}
.wpdealer-wc-box-header,
.wpdealer-wc-box-wrapper  {
  justify-content: space-between;
  display: flex;
  -moz-box-pack: justify;
  margin-bottom: 10px;
  gap: 15px;
}
.wpdealer-underline {
  border-bottom: 1px solid var(--wpd-divider-color);
}
.wpdealer-before-button-wrapper  {
  margin-bottom: 30px;
}
.wpdealer-variation-options {
	margin-bottom: 20px;
}
.wpdealer-variation-options p {
	margin-bottom: 5px;
}
.wpdealer-wc-box-text {
	font-size: 22px;
	font-weight: 700;
}
.wpdealer-wc-box-price {
  text-align: right;
}
.wpdealer-wc-box-price .prezzo_iniz {
  display: none;
}
.wpdealer-wc-box-price .prezzo_finale,
.wpdealer-wc-box-price .price,
.wpdealer-wc-box-price .currency {
	font-size: 22px;
	font-weight: 700;
}
.wpdealer-wc-box-input .checkboxStyle {
	margin-top: 2px;
	margin-right: 10px;
}
.button.wpdealer_wc_button {
  color: var(--wpd-wc-button-on-text-color);
  background: var(--wpd-wc-button-on-color);
}
.button.wpdealer_wc_button:hover {
  background: var(--wpd-wc-button-on-color-hover);
}
.button.wpdealer_added_to_cart {
  display: inline-flex;
	color: var(--wpd-wc-button-off-text-color);
	background: var(--wpd-wc-button-off-color);
}
.button.wpdealer_added_to_cart:hover {
  background: var(--wpd-wc-button-off-color-hover);
}
.wpdealer_listing_wc.wpdealer_added_to_cart .wpdealer_listing_wc_inner {
  color: var(--wpd-wc-button-on-text-color);
  background: var(--wpd-wc-button-on-color);
}
.button.wpdealer_open_modal {
  display: block;
  text-align: center;
  display: inline-flex;
  width: 80px;
}
.wpdealer-woocommerce-terms {
	font-size: 0.8em;
}
.wpdealer-total-ammount-wrapper {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: var(--wpd-divider-color); 
}
.wpdealer-total-ammount-wrapper p {
	margin-bottom: 0;
}
[class*="wpd_add_to_cart_button"].loading {
  position: relative;
  gap: 0.5em;
  background: var(--wpd-wc-button-on-color-hover);
}
[class*="wpd_add_to_cart_button"].loading:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: currentColor;
  animation: spin 1s linear infinite;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' opacity='0.2' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='2.5'/%3E%3Cpath d='m12,2c5.52,0,10,4.48,10,10' fill='none' stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5'/%3E%3C/svg%3E") center no-repeat;
}
.wpdealer-woocommerce-bottom-text {
	margin-top: 10px;
}
.wpdealer-wc-mobile-wrapper {
    display: none;
  }

@media only screen and (max-width: 1024px){
  .wpdealer-full-width-sticky {
    position: relative;
  }
	.wpd-bottom-left-content.span-1 .inner-seller-details {
		width: 100%;
		float: none;
	}
  .wrapper-wpdealer-woocommerce {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    margin: 0;
    border-radius: 10px 10px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    z-index: 100000000;
    transition: all 0.3s ease-in-out;
    transform: translate3d(0, calc(100% - 75px), 0);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow:         0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
  .wpdealer-wc-modal-closed.wrapper-wpdealer-woocommerce .inner-wpdealer-woocommerce {
    padding: 10px;
  }
  .wpdealer-wc-modal-closed.wrapper-wpdealer-woocommerce .wpdealer-wc-box-wrapper {
    display: block;
    float: left;
    width: 60%;
    border: 0;
  }
  .wpdealer-wc-box-price {
    text-align: left;
  }
  .wpdealer-wc-modal-closed.wrapper-wpdealer-woocommerce .button {
    display: block;
    float: left;
    width: 40%;
    font-size: 14px;
    min-height: 36px;
    line-height: 36px;
  }
  .wpdealer-wc-modal-closed.wrapper-wpdealer-woocommerce .button.wpdealer_added_to_cart {
    display: none;
  }
  .wpdealer-wc-modal-closed.wrapper-wpdealer-woocommerce .button.wpdealer_open_modal {
    display: block;
    float: right;
    width: 70px;
    font-size: 24px;
    min-height: 36px;
    line-height: 36px;
    padding: 10px;
  }
  .wpdealer-wc-modal-closed .wpdealer-wc-mobile-wrapper {
    display: block;
    float: right;
    width: 40%;
  }
  .wpdealer-wc-modal-closed .wpdealer-wc-box-text {
    font-size: 13px;
    width: 100%;
    font-weight: normal;
  }
  .wpdealer-wc-modal-closed .wpdealer-wc-box-price .prezzo_finale {
    font-size: 20px;
    width: 100%;
  }
  .wrapper-description-text .wpdealer-wc-modal-closed p {
    margin: 0;
    line-height: 22px;
  }
  .wpdealer-wc-modal-closed .wpdealer-woocommerce-bottom-text {
    margin-top: 10px;
    clear: both;
    float: none;
  }
  .wpdealer-wc-modal-closed .wpdealer_woocommerce_single_add_to_cart,
  .wpdealer-wc-modal-closed .wpdealer_wc_small_text,
  .wpdealer-wc-modal-closed .wpdealer-woocommerce-terms  {
    display: none;
  }
  /* Modal */
  .wpdealer-wc-modal-opened {
    transform: translate3d(0, 0, 0);
  }
  .wrapper-wpdealer-woocommerce .wpd-close-popup {
    margin: 20px 20px -10px;
    float: right;
  }

}


/*------------------------------------*\
  WIDGET LATEST LISTINGS
\*------------------------------------*/
.wpd-mini-overlay-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.50);
    text-align: center;
    opacity: 0;
}

/*------------------------------------*\
  CONTACTS FORM 
\*------------------------------------*/
.wpd_form_popup_wrapper {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	position: fixed;
	visibility: hidden;
	overflow-y: scroll;
	z-index: 1000000;
	transition: all .3s;
}
.wpd_form_popup_wrapper #contactform.amc_contact_form_wrapper,
.wpd_form_popup_wrapper .wpd_inner_popup {
	position: relative;
    max-width: 900px;
	margin: 60px auto;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}
.wpd_form_popup_wrapper .wpd_inner_popup {
	visibility: visible;
}
.wpd_form_popup_wrapper .icon-close {
	position: absolute;
	right: 20px;
	top: 20px;
}
.woocommerce .woocommerce-tabs .amc_contact_form_wrapper {
	padding-left: 0;
}
.modulo_form_annuncio	{
	margin: 15px 0;
	padding: 0;
	}
#contactform {
	margin-top: 15px;
	padding: var(--wpd-form-padding);
	background-color: var(--wpd-form-background-color);
	border-radius: var(--wpd-listing-images-border-radius);
}
.wpd_form_popup_wrapper #contactform {
	padding: 40px 40px 20px;
}
.wpd_form_popup_wrapper .wpd_inner_popup {
	padding: 40px 40px;
}
#contactform h2,
#contactform h3 {
	margin: 0 0 20px;
	}
#contactform h2 {
	font-size: 24px;
	}
#contactform h3 {
	font-size: 22px;
	}
.modulo_form_annuncio ol {
	list-style-type: none;
	margin: 0 0 0 -15px;
	padding: 0;
	}
.woocommerce .modulo_form_annuncio .required {
	color: inherit !important;
}
.woocommerce .woocommerce-tabs .modulo_form_annuncio ol li,
.modulo_form_annuncio ol li  {
	margin: 0 0 10px 0 !important;
	padding-left: 15px !important;
	width: 50%;
	border-bottom: 0 !important;
	}
.woocommerce .woocommerce-tabs .modulo_form_annuncio ol li.contact-form-checkbox,
.woocommerce .woocommerce-tabs .modulo_form_annuncio ol li.li-textarea,
.modulo_form_annuncio li.contact-form-checkbox {
	width: 100%;
	}
.modulo_form_annuncio li.contact-form-checkbox .checkboxStyle {
	position: absolute;
	}
.modulo_form_annuncio li.contact-form-checkbox .label_check {
	padding-left: 30px;
	}
.g-recaptcha {
	margin-bottom: 30px;
	}
.modulo_form_annuncio input.error,
.modulo_form_annuncio textarea.error {
	border: 1px solid #FF0000 !important;
	background: #ffcecf;
	}
.modulo_form_annuncio .submitBtn {
	margin: 0 0 10px;
	}
.label_check {
	font-weight: normal;
	}
.textarea-message {
	height: 200px;
	width: 100%;
	}
label.error {
	color: #f00;
	}
.modulo_form_annuncio ol li.wpd-subfields ul {
	list-style-type: none;
	margin: 0 0 0 -15px;
	padding: 0;
}
/* Max width 800px */
@media only screen and (max-width: 810px) {
	.inner-general-info.wpdealer-overview, 
	.wpdealer-layout-type-2 .inner-general-info.wpdealer-overview {
		margin-top: var(--wpd-listing-images-grid-gap);
	  margin-bottom: 20px;
	  border-radius: 0;
	}
  .wpd_form_popup_wrapper .wpd_inner_popup {
    height: 100%;
  }
  .wpdealer-terms-conditions {
    height: 100%;
    overflow: auto;
  }
	#contactform {
	  margin-top: 0;
	  padding: 20px;
	  border-radius: 0;
	}
}


/*------------------------------------*\
  SEARCH FORM 
\*------------------------------------*/

.sw-search-form label {
	font-size: 14px;
	font-weight: normal;
	color: #444;
	margin-bottom: 2px;
}
.form_ricerca  {
	margin: 0;
	}
.form_ricerca fieldset {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	}
.form_ricerca label strong {
	color: inherit;
	font-weight: bold;
	}
.form_ricerca ol li {
	/*float: none;*/
	padding-bottom: 5px;
	}
.form_ricerca ol li ul li,
.form_ricerca ol li ul li.li_wide,
.form_ricerca ol li ul li.li_wide2 {
	float: left;
	width: 33.3%;
	padding-right: 15px;
	}
.form_ricerca ol li.li_wide {
	width: 100%;
	padding-right: 15px;
	}
.box_ricerca_compatta {
	/*padding: 15px 0 0 15px;*/
	max-width: 480px;
	}
.box_ricerca_compatta.sw-inline-form {
	max-width: 100%;
	}
.sw-inline-form .form_ricerca ol li {
	padding-bottom: 0;
}

.sw-search-form #select_equipment {
	width: 100%;
	}

.sw-search-form .form_ricerca ol li ul li {
	width: 50%;
	padding-bottom: 0;
	}
.sw-search-form.sw-inline-form .form_ricerca ol li ul li {
	width: 20%;
	padding-bottom: 0;
	}
.sw-search-form .form_ricerca li#select_equipment ul li {
	margin-bottom: 5px;
	}
.box_ricerca_compatta.sw-inline-form .link-advanced-search {
	clear: both;
	float: left;
}
.box_ricerca_compatta #li_marca_acc,
.box_ricerca_compatta #li_marca_abb,
.box_ricerca_compatta #li_marca_mezzo,
.box_ricerca_compatta #li_accessorio,
.box_ricerca_compatta #li_condition,
#autocerco_select_condition,
#motocerco_select_condition,
#amcore_select_equipment,
#amcore_select_colors,
#amcore_select_interior_colors,
#select_upholstery {
		width: 100%;
		}
#autocerco_select_condition,
#motocerco_select_condition  {
	clear: both;
}
#amcore_select_category,
#amcore_select_colors,
#amcore_select_interior_colors,
#select_upholstery {
		display: inline-block;
		}
.box_ricerca_compatta .form_ricerca li.li_wide2,
.box_ricerca_compatta #amcore_select_category,
.box_ricerca_compatta .form_ricerca ol li.li_wide,
.box_ricerca_compatta.sw-inline-form .form_ricerca .wpd-list-wpdloc_typology li.li_wide2,
.box_ricerca_compatta.sw-inline-form .form_ricerca .wpd-list-wpdloc_typology li.li_wide2,
.box_ricerca_compatta .form_button {
		width: 50%;
}
.box_ricerca_compatta.sw-inline-form .form_ricerca li.li_wide2,
.box_ricerca_compatta.sw-inline-form #amcore_select_category,
.box_ricerca_compatta.sw-inline-form .form_ricerca ol li.li_wide,
.box_ricerca_compatta.sw-inline-form .form_button {
		width: 20%;
}
.box_ricerca_compatta #amcore_select_category, .box_ricerca_compatta .form_ricerca ol li.li_wide {
	float: left;
}
.box_ricerca_compatta .form_button {
	float: right;
	padding-right: 15px;
}
.box_ricerca_compatta .form_button button {
	width: 100%;
	padding: 0 10px;
}
.wpd-cars-quick-search #amcore_select_category {
	clear: both;
}
.wpd-cars-quick-search.sw-inline-form #amcore_select_category {
	clear: unset;
}
.box_ricerca_compatta .form_ricerca select {
	margin-bottom: 5px;
	font-size: 14px;
	}
.form_button {
	padding-top: 10px;
	}
.sw-inline-form .form_button {
	padding-top: 22px;
	}
.sw-sidebar.wpdealer_sticky_column {
	position: sticky;
	top: var(--wpd-sticky-column-offset);
}
.sw-sidebar.wpdealer_sticky_column .sw-search-form-content {
	overflow-y: scroll;
	max-height: 100vh;
}
.sw-sidebar .wrapper-content-slide h3 {
	cursor: pointer;
}
.sw-sidebar .wrapper-content-slide h3:after {
    position: absolute;
    font-size: 24px;
    right: 12px;
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-right: 5px;
    color: #999;
    margin-top: 1px;
    transition: all 0.2s ease-in-out;
}
.sw-sidebar .wrapper-content-slide h3.active:after {
	transform: rotate(180deg);
	right: 16px;
	margin-top: 4px;
	/*
    font-family: FontAwesome;
    content: "\f106";
    */
}
.sw-advanced-search-form {
	width: 100%;
	max-width: 1024px;
	margin: 60px auto;
	padding: 15px 15px 0 30px;
	background-color: #fff;
}

.sw-sidebar .sw-advanced-search-form {
	padding: 0;
	margin: 0 0 20px;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 2px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow:         0 2px 10px 0 rgba(0, 0, 0, 0.2);
	}
.sw-sidebar .sw-search-form-title {
	padding: 0 20px;
	background: #005FAD;
	height: 70px;
	}
.sw-search-form-title h2 {
  margin-bottom: 20px;
}
.sw-sidebar .sw-search-form-title h2 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 70px !important;
	height: 70px;
	}
.sw-sidebar .sw-search-form-title h2 i {
	margin-right: 5px;
	font-size: 24px;
	}
.sw-sidebar .sw-search-form-content {
	position: relative;
	padding: 20px 5px 0 20px;
	background: #f5f5f5;
	}
.sw-sidebar .sw-search-form label {
	/*color: #fff;*/
}
.sw-advanced-search-form ol li {
	margin-bottom: 5px;
	}
.sw-advanced-search-form .form_button,
.sw-sidebar .form_button {
	position: -webkit-sticky;
	position: sticky;
	bottom: 60px;
	z-index: 100;
}
a.form_button,
.form_button button,
.amcore_loadmore {
	display: block;
	padding: 0 10px;
	margin: 0 auto;
	border-radius: 3px;
	border: 0;
	width: 240px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
}
.amcore_loadmore {
	margin-top: 30px;
	font-weight: bold;
	line-height: 42px;
}
a.form_button {
	margin: 0 0 20px;
}
.form_ricerca .form_button button,
.amcore_loadmore {
	background: var(--wpd-search-button-color);
	color: var(--wpd-search-button-text-color);
}
.form_ricerca .form_button button:hover,
.amcore_loadmore:hover {
	background: var(--wpd-search-button-color-hover);
}
.modulo_form_annuncio .form_button button,
a.form_button {
	background: var(--wpd-form-button-color);
	color: var(--wpd-form-button-text-color);
}
.modulo_form_annuncio .form_button button:hover,
a.form_button:hover {
	background: var(--wpd-form-button-color-hover);
}
a.form_button,
.form_button button,
.advanced-search-link,
.amcore_loadmore  {
	min-height: 42px;
}
a.form_button,
.advanced-search-link {
	line-height: 42px;
}

.sw-advanced-search-form #amcore_select_category {
	width: 100%;
}
.sw-advanced-search-form #motocerco_select_make ul li,
.sw-advanced-search-form .motocerco_select_year,
.sw-advanced-search-form .motocerco_select_price,
.sw-advanced-search-form .motocerco_select_km,
.sw-advanced-search-form #select_equipment ul li {
	width: 50%;
	float: left;
}
.sw-advanced-search-form #amcore_select_category #select_category ul li,
.sw-advanced-search-form #select_colors ul li {
	float: left;
	width: 20%;
}
.sw-advanced-search-form #select_category ul,
.sw-advanced-search-form #select_condition ul,
.sw-advanced-search-form #select_equipment ul,
.sw-advanced-search-form #amcore_select_colors ul,
.sw-advanced-search-form #amcore_select_interior_colors ul,
.sw-advanced-search-form #select_upholstery ul {
	margin-right: -15px;
}
.sw-advanced-search-form #select_condition ul li {
	width: 33.33%;
	float: left;
}
.sw-sidebar .sw-advanced-search-form #select_condition ul li {
	width: 50%;
}

.sw-sidebar .sw-advanced-search-form #select_condition ul {
  display:flex;
  flex-flow:row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sw-sidebar .sw-advanced-search-form #select_condition ul li {
  flex: 1;
  min-width: 120px;
}

.sw-sidebar .sw-advanced-search-form #select_equipment ul li,
.sw-sidebar .sw-advanced-search-form .select_colors ul li,
.sw-sidebar .sw-advanced-search-form #select_upholstery ul > li {
	width: 50%;
	/*clear: both;*/
	position: relative;
}
.sw-sidebar .sw-advanced-search-form #motocerco_select_condition,
.sw-sidebar .sw-advanced-search-form .motocerco_select_km,
.sw-sidebar .sw-advanced-search-form .motocerco_select_price,
.sw-sidebar .sw-advanced-search-form .motocerco_select_year,
.sw-sidebar .sw-advanced-search-form #motocerco_select_make ul li,
.sw-sidebar .sw-advanced-search-form #autocerco_select_make ul li,
.sw-sidebar .sw-advanced-search-form #amcore_select_category #select_category ul li,
.sw-sidebar .sw-advanced-search-form #select_equipment ul li {
	width: 100%;
}

.sw-advanced-search-form #amcore_select_equipment,
.sw-advanced-search-form #amcore_select_colors,
.sw-advanced-search-form #amcore_select_interior_colors {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#select_condition h3,
#amcore_select_equipment h3,
#select_colors h3 {
	margin: 0 0 20px;
	}
.wpd-list-ac_category,
.wpd-list-mc_category {
	margin-top: 10px !important;
}
.color-attribute {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 3px;
	border: 1px solid #444;
}
.sw-search-form .motocerco_select_year {
	margin: 0;
	padding-bottom: 0;
}
.sw-search-form select:disabled {
	color: #999 !important;
	cursor: not-allowed;
}
.amc-search-title {
	clear: both;
	padding: 20px 0 10px;
}
.sw-sidebar .sw-advanced-search-form #motocerco_select_condition {
	margin-bottom: 15px;
}
.sw-sidebar .sw-advanced-search-form #amcore_select_equipment,
.sw-sidebar .sw-advanced-search-form #amcore_select_colors,
.sw-sidebar .sw-advanced-search-form #amcore_select_interior_colors,
.sw-sidebar .sw-advanced-search-form #select_upholstery  {
	padding-bottom: 0;
}
.sw-sidebar .sw-advanced-search-form .cornice_legenda {
    border: 0;
    padding: 0;
	}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

.wpd-search-form-mobile {
		display: none;
	}
.fs-label-wrap, 
input[type="search"].fs-label-wrap {
	color: var(--wpd-search-input-text-color) !important;
	background-color: var(--wpd-search-input-background-color) !important;
	border: 1px solid var(--wpd-search-input-border-color) !important;
}

.amcore_form .checkboxStyle label:not(.select_colors .checkboxStyle-label) {
	background-color: var(--wpd-search-input-background-color);
}
.amcore_form .checkboxStyle label {
	border: 1px solid var(--wpd-search-input-border-color) !important;
}
.select_colors .checkboxStyle label {
    background-color: transparent !important;
}
.sw-advanced-search-form #amcore_select_colors, 
.sw-advanced-search-form #amcore_select_equipment, 
.sw-advanced-search-form #amcore_select_interior_colors, 
.wpd-checkboxes-wrapper {
	border-color: var(--wpd-search-input-dividers-color);
}



@media only screen and (max-width: 480px){
	#select_condition h3,
	#amcore_select_equipment h3,
	#select_colors h3 {
		margin-top: 10px;
	}
	.sw-advanced-search-form {
		padding: 15px 20px 0 20px;
	}
	.sw-search-form .form_ricerca ol li ul li {
		width: 100%;
	}
	.sw-advanced-search-form #amcore_select_category #select_category ul li,
	.sw-advanced-search-form #select_colors ul li,
	.form_ricerca ol li#amcore_select_features.li_wide  {
		width: 100%;
	}
	.sw-advanced-search-form #motocerco_select_make ul li,
	.sw-advanced-search-form .motocerco_select_year,
	.sw-advanced-search-form .motocerco_select_price,
	.sw-advanced-search-form .motocerco_select_km,
	.sw-advanced-search-form #motocerco_select_condition,
	.sw-advanced-search-form #select_equipment ul li {
		width: 100%;
		clear: both;
	}
	.box_ricerca_compatta.sw-inline-form .form_ricerca li.li_wide2,
	.box_ricerca_compatta .form_ricerca li.li_wide2,
	.box_ricerca_compatta .form_ricerca ol li.li_wide,
	.box_ricerca_compatta.sw-inline-form #amcore_select_category,
	.box_ricerca_compatta.sw-inline-form .form_ricerca ol li.li_wide,
	.box_ricerca_compatta #amcore_select_category, .box_ricerca_compatta .form_ricerca ol li.li_wide,
	.box_ricerca_compatta.sw-inline-form .form_button,
	.box_ricerca_compatta .form_button  {
			width: 100%;
	}
	.form_ricerca ol li {
	  padding-bottom: 0;
	}
	#seller-map {
	    height: 300px;
	}
	.wrapper-seller-details {
		margin-bottom: 0;
	}
	.inner-seller-details h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.textarea-message {
		height: 150px;
	}
	.wpd-search-form-button {
		float: none;
		clear: both;
		width: 100% !important;
	}
	form.form_ricerca input[type="search"] {
		font-size: 16px;
	}
  .wpdealer_listing_wc {
    margin-left: 16px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 799px){
	.sw-advanced-search-form #amcore_select_category #select_category ul li,
	.sw-advanced-search-form #select_colors ul li  {
		width: 50%;
	}
	.box_ricerca_compatta.sw-inline-form .form_ricerca li.li_wide2,
	.box_ricerca_compatta.sw-inline-form #amcore_select_category,
	.box_ricerca_compatta.sw-inline-form .form_ricerca ol li.li_wide,
	.box_ricerca_compatta.sw-inline-form .form_button {
			width: 50%;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1023px){
	.sw-advanced-search-form #amcore_select_category #select_category ul li,
	.sw-advanced-search-form #select_colors ul li  {
		width: 25%;
	}
}

/*------------------------------------*\
  MOBILE SEARCH FORM
\*------------------------------------*/
@media only screen and (max-width: 809px){

	.sw-sidebar.wpdealer_sticky_column {
		position: static;
	}
	.sw-sidebar.wpdealer_sticky_column .sw-search-form-content {
		overflow-y: visible;
		max-height: inherit !important;
	}

	.sw-sidebar #wpdealer_search .sw-search-form-content {
	    padding: 20px 5px 50px 20px;
	    background: #fff;
	}
	.sw-sidebar #wpdealer_search:not(.wpd-location-search-form) {
	  position: fixed;
	  width: 90%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  transition: all 0.3s ease-in-out;
	  transform: translate3d(-100%, 0, 0);
	  overflow: auto;
	  visibility: hidden;
  	  z-index: 100000002;
	}
	.admin-bar .sw-sidebar #wpdealer_search {
		top: 46px;
	}
	.sw-sidebar #wpdealer_search.panel-is-visible {
	  visibility: visible;
	  transform: translate3d(0, 0, 0);
	}
	.sw-search-form-title .wpd-close-popup {
		position: absolute;
		top: 20px;
		right: 15px;
	}
	.wpd-search-form-mobile {
		display: block;
		padding: 0 15px;
		margin-bottom: 20px;
	}
}

/*------------------------------------*\
  WIDGET LATEST LISTINGS
\*------------------------------------*/


/*------------------------------------*\
  SEARCH BY MAKES
\*------------------------------------*/
.wpd-search-by-makes-wrapper {
	clear: both;
	width: 100%;
}
.wpd-search-by-makes-inner {
	display: grid;
	grid-gap: 10px;
  	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.wpd-search-by-makes-item {
	border: 1px solid #eee;
	border-radius: 4px;
}
.wpd-search-by-makes-item a {
	display: block;
	width: 100%;
	min-height: 80px;
	text-align: center;
	padding: 15px;
	text-decoration: none !important;
	font-size: 13px;
}
.wpd-search-by-makes-item:hover {
	border-color: #ccc;
}
.wpd-search-by-makes-item a img {
	display: block;
	margin: 0 auto;
	max-width: 80px;
	text-align: center;
}
.wpd-search-by-makes-item a .wpd-logo-text {
	margin-top: 5px;
}
@media only screen and (max-width:640px) {
	.wpd-search-by-makes-wrapper {
	  overflow-x: scroll;
	  overflow-y: hidden;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;
	  &::-webkit-scrollbar {
	    display: none;
	  }
	}
	.wpd-search-by-makes-inner {
		display: block;
	}
	.wpd-search-by-makes-item {
		float: none;
		display: inline-block;
		width: 130px;
		margin: 0 10px 10px 0;
	}
}


/*------------------------------------*\
  MODAL POPUP PICTURES
\*------------------------------------*/

#titolo_boxfoto {
	padding: 10px 0;
	}
#titolo_boxfoto h2 {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1.3em !important;
	}
#titolo_boxfoto h4 {
	padding: 0 0 10px 0;
	margin: 0;
	}
.lista_thumbs {
	margin: 10px 0 0 0;
	padding: 10px 10px 5px 10px;
	}
.lista_thumbs ul li {
	margin: 0 0 5px 0;
	width: 12.5%;
	}
.lista_thumbs ul li img {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	}

/*
--------------------------------------------------------
regole per colori, formattazione e bordi
--------------------------------------------------------
*/

.box_prezzo {
	line-height: 1em;
	font-size: 1.2em;
	color: #fff;
	border-radius: 4px;
	background: #5F9410;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 2px 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow:         0 2px 3px 0 rgba(0, 0, 0, 0.4);
	}
.box_prezzo strong {
	font-size: 1.5em;
	}

/*-- elenco mezzi */
.amc-wrapper-listings {
	position: relative;
	padding: 20px 0 15px 0;
}
.entry-header {
	margin-bottom: 20px;
	}
.entry-header h1 {
	display: inline;
	margin: 0 30px 0 0;
	}
.wrapper-header-results {
	padding: 0;
	font-size: 22px;
	}
#lista_annunci ul.amcore-listings-wrapper li {
	/*font-size: 0.9em;*/
	}
#lista_annunci ul.amcore-listings-wrapper li .wpd-wrapper-listing {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background: #fff;
	color: inherit;
	overflow: hidden;
	}
#lista_annunci ul.amcore-listings-wrapper li .wpd-wrapper-listing {
	display: flex;
    flex-direction: column;
    width: 100%;
	}
#lista_annunci ul.amcore-listings-wrapper li .wpd-wrapper-listing {
	transition: all 0.2s ease-in-out;
	}
#lista_annunci ul.amcore-listings-wrapper li .wpd-wrapper-listing:hover {
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 5px 15px 0 rgba(0, 0, 0, 0.3);
	box-shadow:         0 5px 15px 0 rgba(0, 0, 0, 0.3);
	}

#lista_annunci.annunci_grid ul li .wpd-wrapper-listing:hover {
	transform: translate3d(0px,-5px,0);
	}
#lista_ordinamento_record ul li h4 {
	font-size: 1em;
	color: #999;
	margin: 0;
	}
#lista_ordinamento_record .menu_ordinamento_record ul li a,
#lista_ordinamento_record .menu_display_list ul li a {
	color: #222;
	border-radius: 2px;
	}
#lista_ordinamento_record .menu_ordinamento_record ul li a {
	font-weight: bold;
	padding: 2px 4px;
	}
#lista_ordinamento_record .menu_ordinamento_record ul li a {
	padding-right: 14px;
	}
#lista_ordinamento_record .menu_ordinamento_record ul li a:hover,
#lista_ordinamento_record .menu_display_list ul li a:hover {
	background-color: #f0f0f0;
	text-decoration: none;
	}
#lista_ordinamento_record .menu_ordinamento_record ul li a.order_item_selected,
#lista_ordinamento_record .menu_display_list ul li a.order_item_selected {
	color: #fff;
	background-color: #0087F7;
	}
.casellainput_sel {
	/*color: #DC182D;*/
	background-color: #FFF4C7;
	border: 1px solid #606060 !important;
	}
.amcore-listing-badge {
    position: absolute;
    right: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(45deg);
    background-color: #6c98e1;
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}
.listing-main-picture .amcore-listing-badge {
    font-size: 15px;
    top: 22px;
    right: -60px;
    height: 42px;
    line-height: 42px;
}
#lista_annunci .nomemodello {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	}
#lista_annunci.annunci_grid .amcore-wrapper-title,
#lista_annunci .amcore-wrapper-title {
	width: 70%;
}
#lista_annunci.annunci_grid .grid_minimal .amcore-wrapper-title {
	width: 90%;
	float: left;
}
#lista_annunci .amcore-wrapper-title h3 a {
	color: #000;
}
#lista_annunci .amcore-wrapper-price {
	width: 30%;
}
#lista_annunci .prezzo {
	font-weight: bold;
	color: #000;
	line-height: 22px;
	}
#lista_annunci .prezzo_iniz,
.prezzo_big .prezzo_iniz,
.rg-listing-details .prezzo_iniz {
	font-weight: normal;
	font-style: normal;
	text-decoration: line-through;
	color: #888;
	}
#lista_annunci .prezzo_finale {
	font-size: 18px;
	}
#lista_annunci .riga_annuncio i,
#lista_annunci .wpd-listing-inner-wrapper i {
	margin-right: 1px;
	}
#lista_annunci .testo_desc_lista {
	border-top: 1px solid #e0e0e0;
	margin-top: 8px;
	padding-top: 8px;
	color: #222;
}
#lista_annunci .testo_desc_lista .seller_country_detail {
	float: left;
	padding-right: 15px;
	color: #222;
}
#lista_annunci .testo_desc_lista .amc_publishing_date {
	float: right;
	color: #9f9f9f;
}

#lista_annunci .equipment-list ul li {
	border: 0;
	}
#lista_annunci ul li .bordo_foto2 {
	padding: 0;
	border-radius: 5px 0 0 5px;
	}
.bordo_foto2 { 
	border: 0 solid #a0a0a0; 
	background-color: #fff; 
	}
#lista_annunci .image_preview img,
.bordo_foto2:hover,
a.bordo_foto_over {
	border-color: #0C8EC2;
	}
#lista_annunci .image_preview img {
	border: 2px solid;
	}


/* Max width 480px */
@media only screen and (max-width:480px) {
	#lista_annunci.annunci_grid ul li .wpd-wrapper-listing:hover {
		transform: translate3d(0,0,0);
	}
	#lista_annunci .amcore-listing-badge {
	    position: absolute;
	    right: -85px;
		padding: 0 55px;
		top: 5px;
		width: 200px;
		height: 20px;
		line-height: 20px;
	    transform: rotate(45deg);
	    background-color: #6c98e1;
	    color: #fff !important;
	    font-size: 9px;
	    text-transform: uppercase;
	    font-weight: 700;
	    text-align: center;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    z-index: 2;
	}
	#lista_annunci.annunci_grid .amcore-listing-badge {
		right: -65px;
	    padding: 0 55px;
	    top: 20px;
	    width: 200px;
	    height: 33px;
	    line-height: 33px;
	    font-size: 12px;
	}
	#lista_annunci .prezzo_finale {
		font-size: 18px;
		font-weight: normal;
	}
}

/*------------------------------------*\
  PAGINATION
\*------------------------------------*/

.pagination,
.amcore_loadmore_wrapper {
	width: 100%;
}
#lista_annunci .pagination {
	margin-top: 40px;
}
.pagination ul,
#lista_annunci .pagination ul,
#lista_annunci.annunci_grid .pagination ul {
	padding: 0 !important;
	list-style-type: none;
	display: table;
	margin: 0 auto !important;
	width: auto;
	}
#lista_annunci .pagination ul li,
#lista_annunci.annunci_grid .pagination ul li  {
	display: block;
	clear: none;
	float: left;
	margin: 0 3px !important;
	min-width: 30px !important;
	width: auto;
	text-align: center;
	line-height: 36px;
	padding: 0;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	display: block;
	color: #333;
	background-color: #f7f5f3;
	border: 1px solid #d2d0cf;
	cursor: pointer;
	padding: 0 5px;
	height: 36px;
	line-height: 36px;
	width: 36px;
	text-align: center;
}
.pagination li a,
.pagination li.disabled {
	color: var(--wpd-pagination-text-color);
	background: var(--wpd-pagination-background-color);
	border-color: var(--wpd-pagination-border-color);
	border-radius: var(--wpd-pagination-border-radius);
	text-decoration:none;
}
.pagination li a:hover,
.pagination li.active a {
	background-color: var(--wpd-pagination-active-background-color);
	border-color: var(--wpd-pagination-active-border-color);
	color: var(--wpd-pagination-active-text-color);
}

/*------------------------------------*\
  LISTING DESCRIPTION
\*------------------------------------*/
.wrapper-description-navigation {
	padding-top: 20px;
	margin-bottom: 30px;
	}
.wpdealer-add-padding .wrapper-description-navigation,
.wpdealer-add-padding .wrapper-listing-title,
.wpdealer-add-padding .amcore_listing_header_widgets,
.wpdealer-add-padding.wpdealer-layout-type-2 .inner-general-info,
.wpdealer-add-padding.wpdealer-layout-type-3 .inner-general-info,
.wpdealer-add-padding.wpdealer-layout-type-4 .inner-general-info,
.wpdealer-add-padding .wrapper-description-text:not(.wrapper-full-width),
.wpdealer-add-padding .wpd-info-wrapper,
.wpdealer-add-padding .wpd-table-external-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}
.wpd-table-external-wrapper {
	padding-top: 20px;
}
.wrapper-listing-title h1,
.wrapper-listing-title h2#prezzo_big,
.wrapper-listing-title h2#prezzo_small {
	line-height: 1em;
	}
.wrapper-listing-title h1 {
	font-size: 34px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	}
.wrapper-listing-title h2.prezzo_big {
	font-size: 34px;
	color: #000;
	margin: 0 0 5px 0;
	line-height: 1em;
	}

.wrapper-listing-title h2#prezzo_small {
	font-size: 180%;
	color: #a0a0a0
	}
.wrapper-listing-title h2.prezzo_big .prezzo_iniz {
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
	text-decoration: line-through;
	color: #a0a0a0;
	}
.wrapper-listing-title h2.prezzo_big small,
.amc-sticky-title-wrapper h2.prezzo_big small {
	font-size: 60%;
	font-weight: 200;
	font-style: normal;
	color: #333;
	}
.alert-price-negotiable {
	background-image: url("../img/icon-flag-100.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding-left: 20px;
}
.fixto-fixed .alert-price-negotiable {
	display: none;
}
.mc-frontend-modify-link {
	margin-left: 15px;
	font-size: 14px;
}
.fixto-fixed .mc-frontend-modify-link {
	display: none;
}
.amc-sticky-title-wrapper{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	padding-right: 15px;
}
.wrapper-motocerco-after-title {
	position: relative;
}
.amc-sticky-title-wrapper h2 {
	float: left;
}
.amc-sticky-title-wrapper h3,
.amc-sticky-title-wrapper h2.prezzo_big {
	float: right;
}
.fixto-fixed .amc-sticky-title-wrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in;
       -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
         -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
}
.fixto-fixed .amcore_listing_header_widgets {
	display: none;
}
.amc-sticky-title-wrapper h2,
.amc-sticky-title-wrapper h3 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 22px !important;
	line-height: 42px !important;
}
.amc-sticky-title-wrapper h2 {
    max-width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.amc-sticky-title-wrapper h2.prezzo_big {
    max-width: 100%;
}
.amc-sticky-title-wrapper h4,
.amc-sticky-title-wrapper .alert-price-negotiable {
	display: none;
}
#anchor_contatta a,
#anchor_chiama a {
	text-align: center;
	color: #fff;
	}
#anchor_contatta a,
#anchor_chiama a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	height: 42px;
    line-height: 16px;
	}
#anchor_contatta a span,
#anchor_chiama a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
#anchor_contatta a span i,
#anchor_chiama a span i {
	margin-right: 4px;
	}
#anchor_contatta a,
#anchor_chiama a {
	background: var(--wpd-listing-buttons-color);
	text-decoration: none;
}
#anchor_contatta a:hover,
#anchor_chiama a:hover {
	background: var(--wpd-listing-buttons-color-hover);
}
.equipment-list h5 {
	width: 25%;
	float: left;
	padding-right: 20px;
}
.equipment-list ul	{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-gap: 0 20px;
	margin-bottom: 20px;
	width: 75%;
	float: left;
}
.equipment-list li	{
	position: relative;
	padding-left: var(--wpd-list-marker-padding);
	width: 100%;
	}

.equipment-list li:before {
	position: absolute;
	font-size: 0.9em;
	left: 0;
	font-family: FontAwesome;
	content: var(--wpd-list-marker);
	display: inline-block;
	padding-right: 5px;
	color: var(--wpd-equipment-arrows-color);
}
.pictures {
	background: url(../icone/back_pictures.png) no-repeat 0 0;
	}
.pictures a:hover {
	text-decoration: none;
	}
.pictures_number {
	font-size: 20px;
	line-height: 10px;
	}
.pictures_text {
	font-size: 10px;
	}

/* Max width 480px */
@media only screen and (max-width:480px) {
	.amc-sticky-title-wrapper h2,
	.amc-sticky-title-wrapper h3 {
		display: none;
	}
	.fixto-fixed {
		top: 0 !important;
		left: 0 !important;
		width: 100% !important
	}
	.admin-bar .fixto-fixed {
    	padding-top: 10px !important;
	}
}
/* Max width 810px */
@media only screen and (max-width:810px) {
	.equipment-list h5 {
		width: 100%;
		float: none;
	}
	.equipment-list ul {
		float: none;
		width: 100%;
	}
}

/*-- Seller info --*/

/*------------------------------------*\
  ICONS
\*------------------------------------*/

.wpdi {
    display: inline-block;
    height: 32px;
    width: 40px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.wpdealer-listing-overview .wpdi {
	position: absolute;
	left: 0;
}

/* STILE ANNUNCI IN GRIGLIA */

.hide-grid {
	display: none;
	}
#lista_annunci.annunci_grid ul {
	margin: 0 0 0 -15px;
	padding: 0;
	}
#lista_annunci.annunci_grid ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: calc(100% + 15px);
	}
#lista_annunci.annunci_grid ul li {
	float: left;
	clear: none;
	width: 33.3%;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	}
#lista_annunci.annunci_grid ul li.columns-2 {
	width: 50%;
	}
#lista_annunci.annunci_grid ul li.columns-4 {
	width: 25%;
	}
#lista_annunci.annunci_grid ul li.columns-5 {
	width: 20%;
	}
#lista_annunci.annunci_grid ul li .bordo_foto2,
#lista_annunci.annunci_grid ul li .wpd-listing-image-wrapper a {
    max-height: 300px;
	}
#lista_annunci.annunci_grid .wpd-listing-content-wrapper{
	display: flex;
	width: 100%;
}
#lista_annunci.annunci_grid .wpd-listing-details-wrapper {
	width: 100%;
}
#lista_annunci.annunci_grid .blocco_titolo {
	border: 0;
	}
#lista_annunci.annunci_grid .blocco_titolo h3 {
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
	display: block;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	}
#lista_annunci.annunci_grid .grid_minimal .blocco_titolo h3 {
	-webkit-line-clamp: 1;
	}
#lista_annunci.annunci_grid .grid_minimal .amcore-wrapper-title h3 {
	color: #fff;
	}

#lista_annunci.annunci_grid .amcore-wrapper-title-price {
	min-height: 40px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 8px;
}
#lista_annunci.annunci_grid .dettagli_lista,
#lista_annunci.annunci_grid .wpd-listing-details-wrapper {
	display: none;
	}
#lista_annunci.annunci_grid .blocco_foto,
#lista_annunci.annunci_grid .wpd-listing-image-wrapper,
#lista_annunci.annunci_grid .blocco_centrale,
#lista_annunci.annunci_grid .nomemodello {
	width: 100%;
	}
#lista_annunci.annunci_grid .blocco_centrale {
	padding: 15px 15px 4px;
	min-height: 120px;
	}
#lista_annunci.annunci_grid .km,
#lista_annunci.annunci_grid .amcore-wrapper-first-info .first-info {
	font-size: 13px;
	text-align: left;
	}
#lista_annunci.annunci_grid .grid_minimal .amcore-wrapper-first-info .first-info {
	flex: inherit;
}
#lista_annunci.annunci_grid .amcore-wrapper-first-info .first-info .first-info-text {
	display: inline-block;
}
#lista_annunci.annunci_grid .grid_minimal .amcore-wrapper-first-info .first-info .first-info-text {
	display: inline-block;
}
#lista_annunci.annunci_grid .wpd-hide-general-info .amcore-wrapper-first-info,
#lista_annunci.annunci_grid .wpd-hide-bubbles-info .wpdbubbles  {
	display: none;
	}	
#lista_annunci.annunci_grid .nomemodello,
#lista_annunci.annunci_grid .prezzo_finale {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	}
#lista_annunci.annunci_grid .categoria {
	width: 100%;
	}
#lista_annunci.annunci_grid .box_prezzo_lista {
	position: absolute;
	width: 110px;
	bottom: -5px;
	right: -15px;
	padding: 10px;
	line-height: 1em;
	text-align: center;
	background: #5F9410;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
	}
#lista_annunci.annunci_grid .prezzo {
	width: 100%;
	padding-left: 0;
	line-height: 20px;
	}
#lista_annunci.annunci_grid .blocco_foto,
#lista_annunci.annunci_grid .wpd-listing-image-wrapper {
	overflow: hidden;
	height: 0;
	border-radius: 5px 5px 0 0;
    max-height: auto;
	padding-bottom: 70%;
	}
#lista_annunci.annunci_grid .bordo_foto2 {
	padding: 0;
	border-radius: 5px 5px 0 0;
	}
#lista_annunci.annunci_grid .wpdealer_img_count {
	border-radius: 3px;
	bottom: 0;
	}
#lista_annunci.annunci_grid .testo_desc_lista,
#lista_annunci.annunci_grid .wpd-listing-footer-inner .wpd-publishing-date {
	display: none;
	}
#lista_annunci.annunci_grid .grid_minimal .wpd-listing-footer-wrapper {
	display: none;
	}
#lista_annunci.annunci_grid .nomemodello {
	text-align: left;
	}
#lista_annunci.annunci_grid .dim_a {
	position: absolute;
	display: block;
	text-align: center;
	top: 10px;
	right: -6px;
	background: #e53300;
    color: #fff;
    font-size: 10px;
	text-transform: uppercase;
    padding: 1px 5px 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow:         0 1px 2px 0 rgba(0, 0, 0, 0.3);
	z-index: 1001;
	}
#lista_annunci.annunci_grid .dim_a .dim_a_numero {
	clear: both;
	display: block;
    font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
    padding: 1px;
	}
#lista_annunci.annunci_grid .dim_a .dim_a_testo {
	display: none;
	}
.add-to-favourites {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 101;
	}
.add-to-favourites {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 101;
	}
#lista_annunci.annunci_grid .add-to-favourites {
	top: 10px;
	}
.add-to-favourites a:hover {
	text-decoration: none;
	}
.add-to-favourites i:before {
	display: block;
	font-style: normal;
	width: 24px;
	height: 24px;
	font-size: 20px;
	color: #fff;
	font-family: FontAwesome;
	content: "\f08a";
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	}
.add-to-favourites i:hover:before {
	color: #fff;
	font-family: FontAwesome;
	content: "\f004";
	}
.add-to-favourites i.selected:before {
	color: #f00;
	font-family: FontAwesome;
	content: "\f004";
	}

.add-to-compare {
	position: absolute;
	bottom: 10px;
	right: 40px;
	z-index: 101;
	}
#lista_annunci.annunci_grid .add-to-compare {
	top: 10px;
	}
.add-to-compare a:hover {
	text-decoration: none;
	}
.add-to-compare i:before {
	display: block;
	font-style: normal;
	width: 24px;
	height: 24px;
	font-size: 20px;
	color: #fff;
	font-family: FontAwesome;
	content: "\f080";
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	}
.add-to-compare i:hover:before {
	color: #fff;
	font-family: FontAwesome;
	content: "\f080";
	}
.add-to-compare i.selected:before {
	color: #f00;
	font-family: FontAwesome;
	content: "\f080";
	}
#lista_annunci.annunci_grid .wpd-location-preview {
	right: -40px;
	left: auto;
}
#lista_annunci.annunci_grid ul li.columns-0,
#lista_annunci.annunci_grid ul li.columns-1,
#lista_annunci.annunci_grid ul li.columns-2,
#lista_annunci.annunci_grid ul li.columns-3,
#lista_annunci.annunci_grid ul li.columns-4,
#lista_annunci.annunci_grid ul li.columns-5 {
	display: flex;
	flex-direction: row;
	}

/* Max width 480px */
@media only screen and (max-width:480px) {
	#lista_annunci.annunci_grid ul,
  #lista_annunci.annunci_grid ul li,
	#lista_annunci.annunci_grid ul li.columns-2,
	#lista_annunci.annunci_grid ul li.columns-3,
	#lista_annunci.annunci_grid ul li.columns-4,
	#lista_annunci.annunci_grid ul li.columns-5 {
		width: 100%;
		}
}

/* Max width 768px */
@media only screen and (min-width:481px) and (max-width:768px) {
  #lista_annunci.annunci_grid ul li,
	#lista_annunci.annunci_grid ul li.columns-2,
	#lista_annunci.annunci_grid ul li.columns-3,
	#lista_annunci.annunci_grid ul li.columns-4,
	#lista_annunci.annunci_grid ul li.columns-5 {
		width: 50%;
		}
}
/* Max width 768px */
@media only screen and (min-width:769px) and (max-width:1024px) {
	#lista_annunci.annunci_grid ul li.columns-3,
	#lista_annunci.annunci_grid ul li.columns-4,
	#lista_annunci.annunci_grid ul li.columns-5 {
		width: 33.33%;
		}
}


/*-- GRID MINIMAL LAYOUT --*/


#lista_annunci.annunci_grid ul.grid_minimal li {
    min-height: auto;
    margin: 0 0 15px 0;
}
#lista_annunci.annunci_grid ul.grid_minimal li .wpd-wrapper-listing {
	position: relative;
	border: 0;
	border-radius: 0;
	overflow: visible;
	}
#lista_annunci.annunci_grid ul.grid_minimal .blocco_foto,
#lista_annunci.annunci_grid ul.grid_minimal .wpd-listing-inner-wrapper {
    border-radius: 0;
	}
#lista_annunci.annunci_grid ul.grid_minimal .blocco_foto:after,
#lista_annunci.annunci_grid ul.grid_minimal .wpd-listing-inner-wrapper:after {
	position: absolute;
	content: "";
	width: 100%;
	padding-bottom: 70%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 8%,rgba(0,0,0,0) 50%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 8%,rgba(0,0,0,0) 50%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 8%,rgba(0,0,0,0) 50%);
	}
#lista_annunci.annunci_grid ul.grid_minimal .blocco_centrale,
#lista_annunci.annunci_grid ul.grid_minimal .wpd-listing-content-wrapper {
    padding: 15px;
    position: absolute;
    z-index: 101;
	}
#lista_annunci.annunci_grid ul.grid_minimal .blocco_titolo {
    border-bottom: 0;
    color: #fff;
    height: 0;
	padding-bottom: 65%;
	}
#lista_annunci.annunci_grid ul.grid_minimal .blocco_titolo .amcore-wrapper-title-price {
	min-height: 30px;
	border: 0;
	margin: 0;
}
#wpd-location-main-wrapper #lista_annunci.annunci_grid ul.grid_minimal .blocco_titolo .amcore-wrapper-title-price {
	min-height: inherit;
}
#lista_annunci.annunci_grid ul.grid_minimal .nomemodello {
    text-align: left;
    font-size: 18px;
	}
#lista_annunci.annunci_grid ul.grid_minimal .nomemodello a {
    color: #fff;
	}
#lista_annunci.annunci_grid ul.grid_minimal .km,
#lista_annunci.annunci_grid ul.grid_minimal .amcore-wrapper-first-info .first-info {
    width: auto;
    /*border-left: 1px solid rgba(255,255,255,0.4);*/
	}
#lista_annunci.annunci_grid ul.grid_minimal .amcore-wrapper-first-info .first-info:first-child {
	border: none;
}
#lista_annunci.annunci_grid ul.grid_minimal .anno {
	width: auto;
    text-align: left;
    padding: 0 10px 0 0;
    /*border-right: 1px solid rgba(255,255,255,0.4);*/
	}
#lista_annunci.annunci_grid ul.grid_minimal .prezzo {
    width: auto;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -6px;
    padding: 5px 8px;
    background: #419305;
}
#lista_annunci.annunci_grid ul.grid_minimal .prezzo .prezzo_finale {
    font-size: 20px;
}
#lista_annunci.annunci_grid ul.grid_minimal .prezzo:after {
	content: '';
	display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -4px;
    right: 2px;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #1b6101;
    transform: rotate(45deg);
    overflow: hidden;
}
#lista_annunci.annunci_grid ul.grid_minimal .prezzo_iniz {
	color: rgba(255,255,255,0.5);
	}
#lista_annunci.annunci_grid ul.grid_minimal .dettagli_lista {
    display: none;
	}

/* Max width 480px */
@media only screen and (max-width:480px) {
	#lista_annunci.annunci_grid ul.grid_minimal li {
		margin: 0 0 5px 0;
	}
	#lista_annunci.annunci_grid ul.grid_minimal .prezzo {
	    padding: 5px 18px 5px 8px;
	}
	#lista_annunci.annunci_grid ul.grid_minimal .nomemodello {
	    font-size: 20px;
	}
}

/* Min width 1280px */
@media only screen and (min-width: 1600px) {
	#lista_annunci.annunci_grid ul.grid_minimal .nomemodello {
	    font-size: 22px;
	}
}



/* lista annunci a confronto */
#lista_annunci.annunci_grid.annunci_grid_horizontal {
	overflow: hidden;
	padding-left: 200px;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal ul {
	margin: 0;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal ul li {
	float: none;
	display: inline-block;
	clear: none;
	width: 280px;
	min-height: 330px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 0.95em;
	white-space: normal;
	vertical-align: top;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal ul li .wpd-wrapper-listing {
	border: 0;
	border-radius: 0;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal .blocco_centrale {
    padding: 8px 15px;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal .equipment-list ul {
	white-space: normal;
	overflow-x: initial;
	overflow-y: initial;
	padding-left: 0;
	margin-bottom: 20px;
	overflow: hidden;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal .equipment-list ul li {
	float: left;
	display: block;
	position: relative;
	clear: none;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 0 10px 0 16px;
	color: #ccc;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal .equipment-list li:before {
    color: #eee;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal .equipment-list ul li strong {
	color: #333;
	font-weight: normal;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal .blocco_titolo {
    height: 90px;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal .blocco_titolo_equip {
	position: relative;
    height: 60px;
    border-bottom: 1px solid #e0e0e0;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal .blocco_titolo h3 {
    white-space: normal;
    text-align: left;
    margin-bottom: 10px;
    height: 50px;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal .blocco_titolo .prezzo {
    text-align: left;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal .wrapper-seller-details img {
	display: block;
	}
#lista_annunci.annunci_grid.annunci_grid_horizontal p {
	height: 110px;
	}


/* Max width 480px */
@media only screen and (max-width:480px) {
	#lista_annunci.annunci_grid.annunci_grid_horizontal p {
		display: block;
	}
  #lista_annunci.annunci_grid ul li.columns-0,
  #lista_annunci.annunci_grid ul li.columns-1,
	#lista_annunci.annunci_grid ul li.columns-2 {
		width: 100%;
	}
}

/* Date Picker calendar */

.ui-widget {
    font-size: 1.1em;
	}
#ui-datepicker-div {
	padding: 10px;
	border: 0;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	}
.ui-datepicker {
    padding: 0;
    width: 20em;
	}
.ui-widget-header {
    background: #292929;
    border: 0;
    color: #AAAAAA;
    font-weight: normal;
	margin: -10px -10px 0;
	}
.ui-widget-header .ui-icon {
    background-image: url("/icone/ui-icons_ffffff_256x240.png");
	}
.ui-icon-circle-triangle-e {
    background-position: -32px 0;
	}
.ui-icon-circle-triangle-w {
    background-position: -96px 0;
}
.ui-datepicker .ui-datepicker-title {
    padding: 5px;
	}
.ui-corner-all {
    border-radius: 0px;
	}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 6px;
	}
.ui-datepicker table {
    font-size: 16px;
	margin: 0;
	border: 0;
	}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 8px 6px;
    text-align: center;
	}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
	}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #FAF6CF;
    border: 1px solid #FCEFA1;
    color: #222;
	}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FE550F !important;
    border: 1px solid #E54D0E;
    color: #fff;
	}
.ui-state-hover:hover { 
	color: #fff;
	background: #aaa;
	border-color: #a5a5a5;
	}
.ui-state-highlight.ui-state-hover:hover { 
	color: #222;
	}
input[type="text"].wpd-inputcalendar,
.amcore_form select.wpd-inputtime  {
	padding-left: 36px;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 8px 9px;
}
input[type="text"].wpd-inputcalendar {
	background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 323.358 323.358" xmlns="http://www.w3.org/2000/svg" fill="%23666666"><path d="m48.863 323.358h225.632c23.653 0 42.875-19.222 42.875-42.875v-213.656c0-23.653-19.222-42.875-42.875-42.875h-17.006v-11.976c0-6.587-5.39-11.976-11.977-11.976s-11.976 5.389-11.976 11.976v11.976h-143.714v-11.976c0-6.587-5.39-11.976-11.977-11.976s-11.976 5.389-11.976 11.976v11.976h-17.006c-23.653 0-42.875 19.222-42.875 42.875v213.656c0 23.653 19.222 42.875 42.875 42.875zm-18.922-256.531c0-10.419 8.503-18.922 18.922-18.922h17.006v11.976c0 6.587 5.389 11.976 11.976 11.976s11.976-5.389 11.976-11.976v-11.976h143.715v11.976c0 6.587 5.389 11.976 11.976 11.976s11.976-5.389 11.976-11.976v-11.976h17.006c10.419 0 18.922 8.503 18.922 18.922v34.971h-263.475zm0 58.923h263.477v154.733c0 10.419-8.503 18.922-18.922 18.922h-225.633c-10.419 0-18.922-8.503-18.922-18.922z"></path></svg>');
	
}
.amcore_form select.wpd-inputtime  {
	background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 359.286 359.286" xmlns="http://www.w3.org/2000/svg" fill="%23666666"><path d="m179.643 359.286c99.043 0 179.643-80.6 179.643-179.643s-80.599-179.643-179.643-179.643-179.643 80.6-179.643 179.643 80.6 179.643 179.643 179.643zm0-335.334c85.869 0 155.691 69.821 155.691 155.691s-69.821 155.691-155.691 155.691-155.691-69.821-155.691-155.691 69.822-155.691 155.691-155.691z"/><path d="m232.039 236.89c2.216 1.796 4.85 2.635 7.485 2.635 3.533 0 7.006-1.557 9.341-4.491 4.132-5.15 3.293-12.695-1.856-16.827l-55.39-44.312v-90.061c0-6.587-5.389-11.976-11.976-11.976s-11.976 5.389-11.976 11.976v95.81c0 3.653 1.677 7.066 4.491 9.341z"/></svg>');
}


/** Ricerche con Tabs in home page **/

.li-ricerca-avanzata {
	padding-bottom: 5px;
	}


/** media query **/

/* larghezza di 320px */
@media only screen and (max-width:480px) {
	
	.wrapper-listing-title.fixto-fixed {
		padding-left: 0;
		padding-right: 0;
	}
	.wrapper-description-navigation,
	.wrapper-listing-title,
	.equipment-list,
	.description-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wrapper-description-navigation {
		margin-bottom: 15px;
	}
	.description-section {
		margin-bottom: 30px;
	}
	#content_list {
		padding-left: 0;
		padding-right: 0;
	}
	#lista_ordinamento_record {
		width: 100%;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		margin-bottom: 0;
		}
	#lista_ordinamento_record.fixto-fixed {
		padding-left: 7px;
		padding-right: 7px;
		}
	.menu_ordinamento_record {
		width: 80%;
		}
	.menu_display_list {
		width: 20%;
		}
	.menu_display_list ul li.go_to_search {
		display: block;
		margin-right: 10px;
		font-size: 20px;
		}
	.menu_ordinamento_record .lista_ordinamento_titolo {
		width: 20px;
		background: url(/icone/back-order-title.png) no-repeat 0 bottom;
		background-size: 20px 20px;
		margin-left: 0;
		margin-right: 5px;
		}
	.menu_ordinamento_record ul li {
		margin-right: 2px;
		padding-bottom: 5px;
		}
	.menu_display_list ul li {
		margin-left: 2px;
		}
	#lista_annunci {
		width: 100%;
		margin-right: 0;
		}
	.bordo_foto2, 
	a.bordo_foto2 { 
		padding: 0; 
		}
	#lista_annunci ul li {
		font-size: 1.1em;
		border-left: 0;
		border-bottom: 0;
		border-right: 0;
		border-radius: 0;
		}
	#lista_annunci .riga_annuncio,
	#lista_annunci .wpd-listing-inner-wrapper {
		min-height: 48px;
		height: auto;
		margin: 0;
		font-size: 0.9em;
		}
	#lista_annunci .blocco_foto {
		padding-top: 0;
		padding-bottom: 18%;
		border-radius: 0;
		}
	#lista_annunci .blocco_titolo {
		border-bottom: 0;
		}
	#lista_annunci .blocco_foto .bordo_foto2 {
		border-radius: 0;
		}
	#lista_annunci .blocco_foto {
		width: 28%;
		}
	#lista_annunci .blocco_centrale {
		width: 72%;
		padding: 5px 15px 5px 10px;
		}
	#lista_annunci .dettagli_lista {
		line-height: 1.5em;
		width: 100%;
		}
	#lista_annunci .box_prezzo_lista {
		width: 30%;
		}
	#lista_annunci h3.nomemodello {
		width: 100%;
		padding-bottom: 5px;
		}
	#lista_annunci .anno {
		padding-left: 0;
		width: 50%;
		text-align: right;
		}
	#lista_annunci .prezzo {
		clear: both;
		width: 100%;
		}
	.wrapper-listing-title .wpd-price {
		text-align: left;
		}
	#lista_annunci .image_preview img {
		width: 200px;
		}
	#lista_annunci .blocco_centrale {
		padding-left: 10px;
		padding-right: 10px;
		}

	/** layout a griglia **/
	#lista_annunci.annunci_grid ul {
		margin: 0;
		}

	#lista_annunci.annunci_grid ul li {
		margin: 0 0 10px 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		}
	#lista_annunci ul li .wpd-wrapper-listing {
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		}
	#lista_annunci ul li .wpd-wrapper-listing:hover {
		border-left: 0;
		border-right: 0;
		}
	#lista_annunci.annunci_grid .wpdealer_img_count {
		display: block;
		left: 10px;
		font-size: 1em;
		} 
	#lista_annunci.annunci_grid .wpdealer_video_count {
		margin-left: 15px;
	}
	#lista_annunci.annunci_grid .blocco_foto,
	#lista_annunci.annunci_grid .wpd-listing-image-wrapper {
		padding-top: 0;
		border-radius: 0;
		}
	#lista_annunci.annunci_grid .blocco_foto .bordo_foto2 {
		border-radius: 0;
		}
	#lista_annunci.annunci_grid .blocco_titolo {
		margin-top: 0;
		}
	#lista_annunci.annunci_grid .blocco_centrale {
	    min-height: auto;
	}
	#lista_annunci.annunci_grid .box_prezzo_lista {
		right: -5px;
		}
	#lista_annunci.annunci_grid .dim_a {
		right: 6px;
		}
	.form_ricerca ol li.li_wide,
	.form_ricerca ol li ul li,
	.form_ricerca ol li ul li.li_wide {
		width: 50%;
		}
	.box_ricerca_compatta {
		width: 100%;
		max-width: 100%;
		float: none;
		}
	#amcore_select_typology,
	.box_ricerca_compatta .form_ricerca li.li_wide2 {
		width: 100%;
		}
	.modulo_form_annuncio ol li {
		width: 100%;
		}
	.wrapper-listing-title.fixto-fixed .floatL_titolo {
		width: 100%;
		padding-right: 0;
		min-height: 10px;
		}
	.wrapper-listing-title .floatL_titolo {
	    width: 100%;
	    min-height: 10px;
		}
	.mc-frontend-modify-link {
		display: none;
		}
	.wrapper-listing-title h1#titolo_annuncio {
		font-size: 21px;
		line-height: 24px;
		margin-bottom: 5px;
		}
	.wrapper-listing-title.fixto-fixed h1 {
	    font-size: 18px !important;
	    padding: 5px 0;
	    max-width: 100%;
	}
	.wrapper-listing-title .wpd-price {
	    width: 100%;
	    min-height: 10px;
	    margin-bottom: 5px;
	}
	.wrapper-listing-title h2.prezzo_big,
	.wrapper-listing-title.fixto-fixed .wpd-price h2 {
	    font-size: 21px !important;
	    font-weight: normal;
		}
	.wrapper-listing-title .floatL_titolo {
		min-height: 30px;
		}
	.wrapper-listing-title h2#prezzo_small {
		font-size: 140%;
		padding: 5px 15px;
		color: #999;
		}
	#anchor_contatta a, #anchor_chiama a {
	    font-size: 14px;
	    font-weight: bold;
	    height: 44px;
	    line-height: 18px;
		}
	#wpd-wrapper-listing-main-picture {
		margin: 0;
		}
	.wpd-container-main-picture {
		width: 100%;
		}
	.lista_thumbs_preview {
		margin: 0 0 0 0;
		}
	.lista_thumbs ul li {
		width: 33.3%;
		}
	.box_prezzo {
		font-size: 1.3em;
		margin: 10px 10px 0 0;
		padding: 10px 10px 10px 10px;
		}
	.tooltip_desc {
		width: 180px;
		}
	.tooltip_lista .tooltip_desc {
		margin: -65px 0 0 100px;
		}
}

@media only screen and (max-width: 1024px){
	
	.wrapper-amc-after-title-contacts {
		position: fixed;
		text-align: center;
		padding: 10px !important;
		bottom: var(--wpd-action-buttons-mobile-offset);
		left: 0;
		right: 0;
		z-index: 10000;
		}
  .wpdealer_woocommerce_item .wrapper-amc-after-title-contacts {
    bottom: calc(var(--wpd-action-buttons-mobile-offset) + 50px);
    }
	.wrapper-motocerco-after-title .amcore_listing_header_widgets {
		display: block;
	}
	.striscia_top_annuncio {
		padding: 0;
	}
	.striscia_top_annuncio .gc {
		margin-left: -5px;
	}
	.striscia_top_annuncio .grid {
		padding-left: 5px;
	}
	.striscia_top_annuncio.fixto-fixed {
		padding: 10px 7px;
		}
	.lista_ordinamento_titolo h4 {
		display: none;
		}
}





/*--------------------------------------------*/

/*********************************
/** FINE AUTOCERCO / MOTOCERCO
/*********************************



/*********************************
/** Latest listings widget
/*********************************/

.widget-title {
    margin-bottom: 25px;
}
.sw-recent-posts-widgets {
    position: relative;
}
.sw-recent-posts-widgets-item {
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.sw-recent-posts-widgets-item-thumb {
    position: absolute;
    width: 55px;
    height: 55px;
    left: 0;
    top: 0;
}
.sw-ratio {
    position: relative;
}
.sw-ratio-container-square {
    padding-bottom: 100%;
}
.sw-ratio-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*border-radius: 100px;*/
}
.sw-recent-posts-widgets-item-content {
    padding-left: 80px;
    min-height: 55px;
}
.sw-recent-posts-widgets-item h6 {
    padding-top: 5px;
    margin-bottom: 8px;
    font-size: 14px;
}
.sw-recent-posts-widgets-item-meta {
    font-size: 12px;
}
.sw-mini-overlay-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(71,201,229,0.75);
    text-align: center;
    opacity: 0;
}
/*********************************
/** End Latest listings widget
/*********************************/


.icona_list,
.icona_grid  {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-size: 752px auto;
	}
.icona_list,
.icona_grid {
	line-height: 16px;
	margin: 0;
	padding: 0 0 1px 2px;
	}
.icona_list span,
.icona_grid span {
	display: none;
	}
.icona_list:before {
	font-family: FontAwesome;
	content: "\f0c9";
	display: inline-block;
	}
.icona_grid:before {
	font-family: FontAwesome;
	content: "\f009";
	display: inline-block;
	}

.tabs-grid-list {
	padding: 4px;
	background: #eee;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset  0 1px 1px 0 rgba(0, 0, 0, 0.2);
	}


/* Altro */

/* Generale */
.floatL,
.floatTL,
.floatL2,
.bordofoto {
	float: left !important;
	}
.floatR,
.floatTR,
.detail_right {
	float: right;
	}


/*+ Popup modale **/

.overlay{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
    position: fixed;
    z-index: 100000000;
}

#popup-wrapper {
	width: 100%;
	display: block;
	position: fixed;
	max-width: 1024px;
	height: auto;
	min-height: 80px;
	margin: 0 auto;
	top: 40px;
	bottom: 30px;
	left: 50%;
	margin-left: -512px;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	z-index: 10002;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 5px 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow:         0 5px 20px 0 rgba(0, 0, 0, 0.5);
	}
#popup-wrapper .boxfoto {
	background: #000;
	}
.popup-header {
	position: absolute;
	width: 100%;
	color: #444;
	padding: 10px 16px 50px 20px !important;
	border-bottom: #d5d5d5;
	z-index: 1000;
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 10%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 10%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 10%,rgba(0,0,0,0) 100%);
	}

.expand-popup {
	display: none !important;
	}
.popup-header .floatL {
	width: 90%;
	}
.popup-header h2 {
	font-size: 1.8em;
	margin: 0;
	padding: 0 !important;
	color: #fff;
	}
.popup-header h4 {
	color: #fff;
	}
.popup-header .fa {
	color: #b0b0b0;
	font-size: 1.2em;
	margin-top: 3px;
	margin-left: 15px;
	cursor: pointer;
	}
#popup-wrapper i.icon-close {
	cursor: pointer;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 10px;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 50 50" height="24" width="24" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 L 9.15625 6.3125 z"/></svg>');
	}
#popup-wrapper .rg-icons-close {
	position: absolute;
	right: 10px;
}



/*-- popup foto mezzo */
.boxfoto {
	background: #fff;
	}
.lista_thumbs {
	background: #e5e5e5;
	}
#popup-wrapper.fotoannunci .loading-css-big {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	}
#popup-wrapper.fotoannunci {
	display: block;
	position: fixed;
	max-width: 1024px;
	max-height: 640px;
	height: auto;
	margin: 0 auto;
	top: 40px;
	bottom: 30px;
	margin-left: -512px;
	background: #000;
	}
.popup-header {
	background: #eee;
	color: #444;
	padding: 15px 16px 15px 20px;
	border-bottom: #d5d5d5;
	margin-bottom: 15px;
	}
.fotoannunci .popup-header {
	position: absolute;
	width: 100%;
	color: #444;
	padding: 10px 16px 20px 20px !important;
	border-bottom: #d5d5d5;
	z-index: 1000;
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 20%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 20%,rgba(0,0,0,0) 100%);
	}
.fotoannunci .popup-header,
.fotoannunci #rg-gallery {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
.fotoannunci:hover .popup-header,
.fotoannunci:hover #rg-gallery {
	opacity: 1;
	}
.fotoannunci:hover #rg-gallery {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);    
	transform: translate3d(0,0,0); 
	}
.expand-popup {
	display: none !important;
	}
.popup-header .floatL {
	width: 90%;
	}
.popup-header h2 {
	font-size: 1.8em;
	margin: 0;
	padding: 0;
	color: #666;
	}
.fotoannunci .popup-header h2 {
	font-size: 1.8em;
	margin: 0;
	padding: 10px 0 !important;
	color: #fff;
	}
.fotoannunci .popup-header h4 {
	color: #fff;
	}
.popup-header .fa {
	color: #b0b0b0;
	font-size: 1.2em;
	margin-top: 3px;
	margin-left: 15px;
	cursor: pointer;
	}
i.icon-close {
	cursor: pointer;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 50 50" height="24" width="24" xmlns="http://www.w3.org/2000/svg" fill="%23B0B0B0"><path d="M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 L 9.15625 6.3125 z"/></svg>');
	}
.fotoannunci i.icon-close {
	margin-top: 10px;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 50 50" height="24" width="24" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 L 9.15625 6.3125 z"/></svg>');
	}
.riga-annuncio i.icon-close {
	background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 50 50" height="24" width="24" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 L 9.15625 6.3125 z"/></svg>');

	}
.fotoannunci .rg-icons-close {
	position: absolute;
	right: 10px;
	}
.fotoannunci #rg-gallery {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 10px 10px 10px;
	opacity: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,75px,0);
	-moz-transform: translate3d(0,75px,0);
	-ms-transform: translate3d(0,75px,0);
	-o-transform: translate3d(0,75px,0);    
	transform: translate3d(0,75px,0); 
	}
#rg-gallery .swiper-wrapper {
    padding-bottom: 0;
}
.fotoannunci .lista_thumbs_preview ul li {
    padding: 5px 5px 0 0;
    margin: 0;
    width: 10%;
}
.fotoannunci .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	position: relative;
    }
.fotoannunci .gallery-thumbs .swiper-slide .swiper-slide-inner {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 63%;
	opacity: 0.7;
	border: 2px solid #333;
	overflow: hidden;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.fotoannunci .gallery-thumbs .swiper-slide img {
	width: 100px;
	max-width: 100%;
	opacity: 0;
    }
.fotoannunci .gallery-thumbs .swiper-slide-thumb-active .swiper-slide-inner {
	opacity: 1;
	border: 2px solid #ff6601;
    }
.fotoannunci .gallery-thumbs .swiper-slide:hover .swiper-slide-inner {
	opacity: 1;
    }
.fotoannunci .wpd-thumb-wrapper {
	width: 100%;
	height: auto;
	}
.fotoannunci .gallery-thumbs .swiper-slide .swiper-slide-thumbnail-video {
	background: #000;
	}
.fotoannunci .gallery-thumbs .swiper-slide .swiper-slide-thumbnail-video i {
	position: absolute;
	color: #fff;
	font-size: 32px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);
	}

.fotoannunci .rg-image {
    position: absolute;
    text-align: center;
    line-height: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.fotoannunci .rg-image img,
.wpd-video-wrapper {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);
	}

.wpd-video-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.wpd-video-wrapper iframe,
.wpd-video-wrapper object,
.wpd-video-wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.rg-listing-details ul {
	list-style-type: none;
	margin: 0 0 0 -15px;
	padding: 0;
	}
.rg-listing-details ul li {
	float: left;
	color: #fff;
	font-size: 16px;
	padding: 0 15px;
	border-right: 1px solid rgba(255,255,255,0.5);
	}
.rg-listing-details ul li.last {
	border-right: none;
	}
.rg-listing-details ul li.rg-listing-call {
	float: right;
	}
.rg-listing-details a {
	display: inline-block;
	color: #fff;
	padding: 2px 10px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 3px;
	}
.rg-listing-details .fa {
	color: #fff;
	font-size: 1.1em;
	margin-top: 0;
	margin-left: 0;
	cursor: pointer;
	}
/* max-width: 1024px */
@media only screen and (max-width: 1024px){
	#popup-wrapper.fotoannunci {
		height: auto;
		min-height: 80px;
		margin: 0 auto;
		top: 40px;
		bottom: 0;
		left: 0;
		margin-left: 0;
		border-radius: 0;
		background: rgba(0,0,0,0.8);
		}
	.fotoannunci .popup-header h2 {
	   font-size: 1.3em;
	   margin: 0;
	   padding: 5px 0 !important;
	   color: #fff;
	   line-height: 1.5em;
		}
}
/* max-width: 1024px */
@media only screen and (min-width: 1280px){
	#popup-wrapper.fotoannunci {
	max-width: 1280px;
	max-height: 740px;
	height: auto;
	margin: 0 auto;
	top: 40px;
	bottom: 30px;
	margin-left: -640px;
	background: #000;
	}
}

/*------------------------------------*\
  SWIPER BANNER 
\*------------------------------------*/
.amc-swiper-banner-main-wrapper {
	position: relative;
	padding: 0;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.amc-swiper-banner-overlay {
    position: absolute;
    content: "";
    width: 100%;
    padding-bottom: 40%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 5%,rgba(0,0,0,0) 30%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 5%,rgba(0,0,0,0) 30%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 5%,rgba(0,0,0,0) 30%);
    z-index: 2;
}
.amc-swiper-banner-main-wrapper .col_foto_sx.amc-banner-wrapper-img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	height: 0;
	padding-bottom: 42.85%;
	}
.amc-banner-format-1 .amc-swiper-banner-main-wrapper .col_foto_sx.amc-banner-wrapper-img {
	padding-bottom: 56.25%;
}
.amc-banner-format-2 .amc-swiper-banner-main-wrapper .col_foto_sx.amc-banner-wrapper-img {
	padding-bottom: 75%;
}
.amc-banner-format-3 .amc-swiper-banner-main-wrapper .col_foto_sx.amc-banner-wrapper-img {
	padding-bottom: 100%;
}
.amc-banner-main .col_link_box {
	position: absolute;
	font-size: 16px;
	clear: both;
	width: 100%;
	height: auto;
    line-height: 1.2em;
    max-width: 100%;
    padding: 5px;
    bottom: 0;
    color: #fff;
    z-index: 10;
	}
.amc-banner-main i {
	margin-right: 5px;
}
.amc-banner-main.sw-latest-listings-style-0 .col_link_box {
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.7) 5%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7) 5%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.7) 5%,rgba(0,0,0,0) 100%);
	}
.amc-swiper-banner-main-wrapper .col_link_box_inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 15px;
}
.amc-swiper-banner-main-wrapper img {
	display: block;
	width: 100%;
	margin: 0;
}
.amc-swiper-banner-main-wrapper .col_foto_sx img {
	padding: 0; 
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: none;
}
.amc-swiper-banner-main-wrapper .thumb_make,
.amc-swiper-listing-wrapper .thumb_make {
	display: inline-block;
}
.amc-banner-main .amc-swiper-banner-main-wrapper .thumb_price {
	position: relative;
	right: 0;
	bottom: 0;
}
.amc-swiper-banner-main-wrapper .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
}
.amc-swiper-banner-main-wrapper .swiper-wrapper {
    padding-bottom: 0;
}
.amc-swiper-banner-main-wrapper h2 {
	margin: 0;
	padding: 1px 10px;
	color: #fff;
    max-width: 100%;
    line-height: 1.4em;
	}
.amc-swiper-banner-main-wrapper .thumb_detail {
	margin: 0 6px 0 0;
	padding: 1px 6px;
	color: #fff;
    max-width: 100%;
    line-height: 1.4em;
	}
.amc-banner-main .col_link_box.center {
	text-align: center;
}
.amc-banner-main .col_link_box.right {
	text-align: right;
}
.amc-banner-main .col_link_box.top {
    top: 20px;
    bottom: auto;
	}
.amc-banner-main .col_link_box.middle {
    top: 50%;
    margin-top: -60px;
    bottom: auto;
	}
.amc-banner-main .col_link_box.center .thumb_detail { 
	margin: 0 3px;
}
.amc-banner-main .col_link_box.right .thumb_detail {
	margin: 0 0 0 3px;
}
.sw-latest-listings-style-0 .amc-swiper-banner-main-wrapper .thumb_price {
	font-weight: bold;
	}
.sw-latest-listings-style-1 .amc-swiper-banner-main-wrapper .thumb_make,
.sw-latest-listings-style-1 .amc-swiper-banner-main-wrapper .thumb_detail,
.sw-latest-listings-style-2 .amc-swiper-banner-main-wrapper .thumb_make,
.sw-latest-listings-style-2 .amc-swiper-banner-main-wrapper .thumb_detail {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 2px;
    line-height: 1.4em;
	}
.thumb_make,
.thumb_nomemezzo,
.thumb_detail {
	margin: 0 4px 0 0;
	padding: 1px 6px;
	overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    line-height: 1em;
	}
.amc-banner-main.sw-latest-listings-style-1 .thumb_price,
.amc-banner-main.sw-latest-listings-style-2 .thumb_price {
    background: #419305;
    border-radius: 2px 2px 2px 2px;
    color: #FFF;
    font-size: 18px;
    padding: 5px 10px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
	}

/* Max width 480px */
@media only screen and (max-width: 480px){
	.amc-swiper-banner-main-wrapper h2 {
		font-size: 20px !important;
	}
	.amc-swiper-banner-main-wrapper p {
		font-size: 14px !important;
	}
	.sw-latest-listings-style-1 .amc-swiper-banner-main-wrapper .thumb_price,
	.sw-latest-listings-style-2 .amc-swiper-banner-main-wrapper .thumb_price  {
		font-size: 16px !important;
		line-height: 16px !important;
	}
	.amc-banner-format-0 .amc-swiper-banner-main-wrapper .col_foto_sx.amc-banner-wrapper-img,
	.amc-banner-format-1 .amc-swiper-banner-main-wrapper .col_foto_sx.amc-banner-wrapper-img,
	.amc-banner-format-2 .amc-swiper-banner-main-wrapper .col_foto_sx.amc-banner-wrapper-img {
		padding-bottom: 75%;
	}
	.amc-hide-mobile {
	    display: none;
	}
	.amc-banner-main .col_link_box.top {
	    top: 0;
	    bottom: auto;
	}
}
@media only screen and (min-width: 481px) and (max-width: 799px){
	.amc-swiper-banner-main-wrapper h2 {
		font-size: 22px !important;
	}
	.amc-swiper-banner-main-wrapper p {
		font-size: 14px !important;
	}
	.sw-latest-listings-style-1 .amc-swiper-banner-main-wrapper .thumb_price,
	.sw-latest-listings-style-2 .amc-swiper-banner-main-wrapper .thumb_price  {
		font-size: 18px !important;
		line-height: 18px !important;
	}
	.amc-banner-format-0 .amc-swiper-banner-main-wrapper .col_foto_sx.amc-banner-wrapper-img,
	.amc-banner-format-1 .amc-swiper-banner-main-wrapper .col_foto_sx.amc-banner-wrapper-img,
	.amc-banner-format-2 .amc-swiper-banner-main-wrapper .col_foto_sx.amc-banner-wrapper-img {
		padding-bottom: 75%;
	}
}



/**
 * Stile elementi form
 */
 .amcore_form input[type="text"], 
 .amcore_form input[type="password"], 
 .amcore_form input[type="email"], 
 .amcore_form input[type="tel"], 
 .amcore_form input[type="date"], 
 .amcore_form select {
    line-height: 36px !important;
    height: 38px;
}
.amcore_form input, 
.amcore_form textarea,
.amcore_form select,
.sw-search-form input, 
.sw-search-form textarea,
.sw-search-form select {
	padding: 0 10px;
	margin: 0 0 5px 0;
    border-radius: 4px;
    font-size: 1em;
    color: #444;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.4);
    border: 1px solid #9a9a9a !important;
}
.sw-search-form select {
	font-size: 16px;
}
.amcore_form textarea {
	padding: 8px;
}
.amcore_form select::-webkit-input-placeholder, 
.amcore_form input::-webkit-input-placeholder, 
.amcore_form textarea::-webkit-input-placeholder,
.amcore_form select:-moz-placeholder, 
.amcore_form input:-moz-placeholder, 
.amcore_form textarea:-moz-placeholder,
.amcore_form select:-ms-input-placeholder, 
.amcore_form input:-ms-input-placeholder, 
.amcore_form textarea:-ms-input-placeholder,
.amcore_form select::placeholder, 
.amcore_form input::placeholder, 
.amcore_form textarea::placeholder {
    font-style: normal !important;
    color: #888 !important;
}
.amcore_form select {
    -moz-appearance: none;
    background-image: url("../img/bg-select.png");
    background-position: right 10px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    padding-right: 26px;
}
.form_ricerca .fs-wrap.multiple .fs-option:hover {
    color: #fff;
}
.form_ricerca .fs-wrap.multiple .fs-option {
    padding: 10px 8px 10px 38px;
    margin-bottom: 0;
    cursor: pointer;
}
.form_ricerca .fs-wrap.multiple .fs-checkbox {
    top: 6px;
}

/* stile checkbox */

.amcore_form .checkboxStyle input[type=checkbox] {
	visibility: hidden;
	position: absolute;
}

.amcore_form .checkboxStyle {
	width: 20px;	
	margin: 0 8px 10px 0;
	position: relative;
	float: left;
}

.amcore_form .checkboxStyle label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border: 0 solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5), 0 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5), 0 1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.5), 0 1px 0 rgba(0,0,0,.4);
	background: -webkit-linear-gradient(top, #fff 80%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #fff 80%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #fff 80%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #fff 80%, #f5f5f5 100%);
	background: linear-gradient(top, #fff 80%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5',GradientType=0 );
	z-index: 1;
}
.amcore_form .checkboxStyle label.error {
	display: block !important;
	position: absolute;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 1px 2px rgba(232,70,70,0.8), 0 1px 0 rgba(232,70,70,1);
	-moz-box-shadow: inset 0 1px 2px rgba(232,70,70,0.8), 0 1px 0 rgba(232,70,70,1);
	box-shadow: inset 0 1px 2px rgba(232,70,70,0.8), 0 1px 0 rgba(232,70,70,1);
	background: -webkit-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
	background: -moz-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
	background: -o-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
	background: -ms-linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
	background: linear-gradient(top, #FFCECF 80%, #FFA1A4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCECF', endColorstr='#FFA1A4',GradientType=0 );
	z-index: 2;
}

.amcore_form .checkboxStyle label:after,
.amcore_form .checkboxStyle label.error:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 7px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 3;
	}
.amcore_form .checkboxStyle.light label:after,
.amcore_form .checkboxStyle.light label.error:after {
	border-color: #fff;
	}

.amcore_form .checkboxStyle label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.4;
	}

.amcore_form .checkboxStyle input[type=checkbox]:checked + label:after,
.amcore_form .checkboxStyle input[type=checkbox]:checked + label.error + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 4;
	}

.amcore_form .checkboxStyle-label {
	display: inline-block !important;
	float: left;
	cursor: pointer;
}

.amcore_form .checkboxStyle input[type=checkbox]:checked + label {
	background: #fff4c7;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.8), 0 1px 0 rgba(0,0,0,.7);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.8), 0 1px 0 rgba(0,0,0,.7);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.8), 0 1px 0 rgba(0,0,0,.7);
}
.amcore_form .cornice_legenda .checkboxStyle {
	position: absolute;
}
.cornice_legenda .checkboxStyle-label {
	padding-left: 30px;	
}
.cornice_legenda .select_colors .checkboxStyle-label {
	padding-left: 0;	
}
.amcore_form .select_colors .checkboxStyle label {
    border: 1px solid transparent;
    background: transparent;
}
.amcore_form .select_colors .checkboxStyle input[type="checkbox"]:checked + label {
    background: transparent;
}
.wpd-checkboxes-wrapper {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/*------------------------------------*\
  $RADIO BUTTONS
\*------------------------------------*/

.wpd_radio_button_wrapper input{
    margin: 4px 10px 0 0;
    padding:0;
    float: left;
}

.wpd_radio_button_wrapper.hide_radio_input input{
    margin:0;padding:0;
    display: none;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.wpd_radio_button_wrapper.hide_radio_input input[type='radio'] + label,
.wpd_radio_button_wrapper.hide_radio_input input[type='checkbox'] + label {
  display: block;
  margin: 0;
  clear: none;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  background: #f5f5f5;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
}
.wpd_radio_button_wrapper.hide_radio_input input[type='radio']:checked + label,
.wpd_radio_button_wrapper.hide_radio_input input[type='checkbox']:checked + label,
.wpd_radio_button_wrapper.hide_radio_input:hover input[type='radio']:checked + label,
.wpd_radio_button_wrapper.hide_radio_input:hover input[type='checkbox']:checked + label {
  background: #222;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.wpd_radio_button_wrapper.hide_radio_input:hover input[type='radio'] + label,
.wpd_radio_button_wrapper.hide_radio_input:hover input[type='checkbox'] + label {
  background: #efefef;
}

.wpd_radio_button_wrapper input:checked +.drinkcard-cc,
.wpd_radio_button_wrapper input:checked +.swal-alignment {
    opacity: 1;
}
.wpd_radio_button_wrapper input:checked +.drinkcard-cc,
.wpd_radio_button_wrapper input:checked +.swal-alignment {
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block !important;
    vertical-align: middle;
    width:150px;
    height: 140px;
    padding-top: 110px;
    margin: 0 10px 15px 0;
    font-size: 12px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
div.drinkcard-cc{
    -webkit-filter: brightness(1) grayscale(1) opacity(1);
       -moz-filter: brightness(1) grayscale(1) opacity(1);
            filter: brightness(1) grayscale(1) opacity(1);
}
label.drinkcard-cc:hover,
.swal-alignment:hover {
    -webkit-filter: brightness(1.2) grayscale(0) opacity(1);
       -moz-filter: brightness(1.2) grayscale(0) opacity(1);
            filter: brightness(1.2) grayscale(0) opacity(1);
}
div.drinkcard-cc:hover {
    cursor:not-allowed;
}

@media only screen and (max-width: 480px) {
  .drinkcard-cc{
      width: 100%;
      height: auto;
      padding-top: 75%;
      margin: 0 0 20px 0;
  }
}


/*------------------------------------*\
  BOXES  
\*------------------------------------*/

.box-error	{
	clear: both;
	width: 100%;
	border: 1px solid #E84646;
	background: #FFCECF;
	margin:  0 0 30px 0;
	padding: 20px 30px 20px;
	}
.box-success	{
	clear: both;
	width: 100%;
	border: 1px solid #B4DA31;
	background: #EEF5D7;
	margin:  0 0 30px 0;
	padding: 20px 30px 20px;
	}
.box-success p:last-child,
.box-error p:last-child {
    margin-bottom: 0;
}
.wpd-info-wrapper {
	clear: both;
	font-size: 1.15em;
	display: block;
	width: 100%;
	background: #333;
	color: #fff;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow:         0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.wpd-info-wrapper p:last-child {
	margin-bottom: 0;
}

/*------------------------------------*\
  TOAST  
\*------------------------------------*/
.toast {
	position: fixed;
	left: 50%;
	top: 200px;
	width: 200px;
	margin-left: -100px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	border-radius: 10px;
	padding: 20px;
	z-index: 1000001;
	}
.toast i {
	float: none;
	display: block;
	font-size: 7em;
	margin-bottom: 15px;
	}

/*------------------------------------*\
  SVG ICONS  
\*------------------------------------*/
svg.svg-small {
	width: 14px;
	height: 14px;
	margin-bottom: -2px;
}
svg.svg-24 {
	width: 24px;
	height: 24px;
}
@media only screen and (max-width: 809px) {
	svg.svg-small {
		width: 18px;
		height: 18px;
	}
	.amcore_listing_header_widgets svg.svg-small {
		width: 22px;
		height: 22px;
	}
}

/*------------------------------------*\
  WOOCOMMERCE
\*------------------------------------*/
.wp-dealer-woocommerce-product-search .form_button button {
	width: 100%;
}
.wpd-woo-search-field {
	margin-bottom: 20px;
}
