/* Add here all your CSS customizations */
.border:hover{border:1px solid #FCC903!important}
.border:active{border:1px solid #FCC903!important}
.border:focus{border:1px solid #FCC903!important}
.border:focus-within{border:1px solid #FCC903!important}

#headerAccount > div:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 20px;
	border-left: 1px solid #CCC;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

#search-sticky > div > span > button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	height: 100%;
	padding: 0;
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	font-size: 22.4px;
	font-size: 1.4rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#search-box > div > span > button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	height: 100%;
	padding: 0;
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	font-size: 22.4px;
	font-size: 1.4rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#search-box > div > input {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem!important;
}

.vh-100 {
	height: 100vh;
}
.vh-80 {
	height: 80vh;
}
.vh-75 {
	height: 75vh;
}
.vh-50 {
	height: 50vh;
}
.vh-25 {
	height: 25vh;
}
.vh-20 {
	height: 20vh;
}

.sticky-ricerca {
	position:absolute;
	top:calc(100% - 63px);
	width:100%;
}

.text-shadow {
	text-shadow:2px 2px 2px #000;
}

.bg-verde{
	background-color: green
}
.bg-verde a{
	color: white
}
.bg-blu{
	background-color: blue
}
.bg-rosso{
	background-color: red
}
.bg-arancione{
	background-color: orange
}
.bg-giallo{
	background-color: yellow
}
.bg-bianco{
	background-color: white
}
.bg-nero{
	background-color: black
}
.bg-BN{
	background: linear-gradient(90deg, #FFFFFF, #000000)
}
.selettore-colori {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Inizio Bottone Salva*/

.salvaPosizione {
	top: 10px;
	right: 10px;
}


.salva > i {
  cursor:pointer;
  padding:10px 10px 8px;
  background:rgba(0,0,0,0.4);
  border-radius:50%;
  display:inline-block;
  color:#aaa;
  transition:.2s;
}
.salva > i:hover {
  background:rgba(0,0,0,1);
}

.asta.salva > i {
  cursor:pointer;
  padding:0;
  background:none;
  border-radius:50%;
  display:inline-block;
  color:#aaa;
  transition:.2s;
  font-size: 1rem;
  font-weight: 200;	
}
.asta.salva > i:hover {
  background:none;
}


.salva > i:hover {
  color:#666;
}

#salva-lotto.salva:hover > i {
	color:#fcc903;
  }

#salva-lotto.asta.salva > i.press {
	animation: AsizeS .4s;
	color:#e23b3b;	
}

.salva > i.press {
  animation: sizeS .4s;
  color:#e23b3b;
  font-weight: 900;	
}
.asta.salva > i.press {
  animation: AsizeS .4s;
  color:#e23b3b;
}

#salva-lotto {
	color: #707070;
	cursor: pointer;
}
#salva-lotto:hover {
	color: #fcc903;
}


@keyframes sizeS {
  0% {padding:10px 10px 8px;}
  50% {padding:14px 14px 12px;margin-top:-4px; margin-right: -4px; margin-bottom: -4px; }
  100% {padding:10px 10px 8px;}
}
@keyframes AsizeS {
  0% {font-size: 1rem;}
  50% {font-size: 1.25rem; margin: -0.125rem;}
  100% {font-size: 1rem;}
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end .image-frame-action.salvaPosizione {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px
}

.image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper .image-frame-action.salvaPosizione {
	opacity: 0;
	-webkit-transition: ease all 300ms;
	transition: ease all 300ms;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper .image-frame-action.salvaPosizione {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
/*Fine Bottone Salva*/


/*Checkbox Custom*/
.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  margin-bottom: 0.5rem;
}
/*.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34,50,84,0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}*/
.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #dadada;
  stroke-width: 1.2;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
/*.check:hover:before {
  opacity: 1;
}*/
.check:hover svg {
  stroke: #fcc903;
}
.check span {
	vertical-align: middle;
	color: #707070;
	padding-left: 5px;

}
.check:hover span {
  color: #fcc903;
}
.cbx:checked + .check svg {
  stroke: #fcc903;
}
.cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
.cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

.cbx:not(:checked) + .check svg path {
  transition: all 0.3s linear;
}
.cbx:not(:checked) + .check svg polyline {
  transition: all 0.2s linear;
}
/*Fine Checkbox Custom*/

.cancella-filtro {
	border-width: 1px;
	padding: 0.2rem 0.4rem 0.2rem 0.4rem;
	align-items: center;
	margin-bottom: 0.5rem;
}

.cancella-filtro i {
	padding-left: 0.5rem;
}

/* 
 * jquery.colorwheel.css
 *
 * version: 1.0
 * author: Johnathan Bamber (bamberjp@gmail.com)
 */
.colorwheel-wrapper,
.colorwheel-selector {
	display: block;
	width: 100%;
	height: 100%;
}
.colorwheel-wrapper {
	position: relative;
}
.colorwheel-value {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	
	width: 40%;
	border: none;
	text-align: center;
	font-size: 10pt;
	
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);	
}
.segment, 
.segment:hover {				
	-webkit-transition: transform .5s;
	   -moz-transition: transform .5s;
		 -o-transition: transform .5s;
			transition: transform .5s;
}
.segment:hover,	
.segment.selected,
.segment.highlight {
	-webkit-transform: scale(1.1, 1.1);
	   -moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1);
}
.segment {
	cursor: pointer;
}
/*Fine Color Wheel*/


/* Card Lista*/
.desc-card-lista {
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	-webkit-box-orient: vertical;
}

/* Card Asta */
.card-asta .card-asta-header {
	position: relative;
	overflow: hidden;
}

.card-asta .card-asta-header:hover .post-format-icon {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.card-asta .card-asta-header .post-format-icon {
	position: absolute;
	left: 15px;
	bottom: 15px;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms 200ms, cubic-bezier(0.55, 0, 0.1, 1) opacity 300ms;
	transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms 200ms, cubic-bezier(0.55, 0, 0.1, 1) opacity 300ms;
}
.timer-card-asta{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	color: white;
	font-size: 2rem;
	background: rgba(0,0,0,0.40);
	transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms 200ms, cubic-bezier(0.55, 0, 0.1, 1) opacity 500ms;
}
.timer-card-asta:hover{
	opacity: 0;
}
.titolo-timer-asta{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 5rem;
	
}
.countdown-asta {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	
}
.card-asta > p {
	text-align: justify;
}
/* Fine Card Asta */

/* Scheda Asta */
#scheda-asta .timer-card-asta:hover{
	opacity: 1;
}

#scheda-asta header img {
	width:100%;
	height: 300px;
	object-fit: cover;
}

/*#scheda-asta p {
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}*/


 #descrizione-asta + [data-readmore-toggle], #descrizione-asta[data-readmore]{
	 display: block;
	 width: 100%;
}
#descrizione-asta[data-readmore]{
	transition: height 100ms;
	overflow: hidden;
	text-align: justify;
}

/* Fine Scheda Asta */

/*Scheda Lotto*/
#thumbGalleryDetail > div.owl-stage-outer > div > div:nth-child(n) > div > a > img{display:block;width:100%;height:100%;object-fit:contain;}

.ts-image{display:block;width:100%;height:60vh;position:relative;}

.mfp-animated-image{display:block;width:100%;height:100%;object-fit:contain;}


.opt-lotto > span {
	font-size: 18px;
	padding:0px 5px 0px 10px;
}

.timer-lotto {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #666;
}
.timer-ghms {
	font-size: 1rem;
	font-weight: 400;
	padding: 0 1rem 0 0.25rem;
}
.esperto{
	color: #666;
}
.btn-offerta{
	font-size: 1rem;
	font-weight: 600;
}
.info-seller{
	color: #1c1f21;
	font-weight: 600;
	font-size: 1rem;
}
.esperti-title{
	color: #666;
	font-size: 1rem;
	font-weight: 600;
	padding-bottom: 1rem;
}
.stima{
	color: #666;
	text-align: left;
}
.info-stima{
	height: 15px;
	margin-top: -6px;
	padding-left: 0.5rem;
}
.info-li{
	height: 15px;
	top: 20rem;
	padding-right: 0.5rem;
}
.prezzo{
	font-family: "Montserrat", sans-serif !important;
	color: #1c1f21;
	font-size: 1.75rem;
	font-weight: 600;
	text-align: right;
}
.info-prezzo{
	font-family: "Montserrat", sans-serif !important;
	color: #666;
	font-size: 1rem;
	font-weight: 600;
}
.img-asta-scheda-lotto {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 1.5rem;
}
.tipologia-lotto{
	color: #707070;
	font-weight: 400;
}
.titolo-lotto{
	font-weight: 700;
	font-size: 1.75rem;
	color: #343a40;
	margin-bottom: 0!important;
}

/*Logged Button*/

#logged > a > span > span{
	display: none;
}

#logged > a > span > i{
	font-size: 1rem;
}
#logged > a {
	padding: 0.75rem!important;
	width: 45px;
	height: 45px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu.logged {
	max-width: 250px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu.logged {
	display: block;
	max-width: 100%;
	padding: 0.6rem;
}
/*Fine Logged Button*/

/* Forms */

.input-group-text{
	border-color: transparent;
	background-clip: padding-box;
	border-radius: 0rem 0.5rem 0.5rem 0rem;
}

.border-form:hover{border:1px solid #FCC903!important}
.border-form:active{border:1px solid #FCC903!important}
.border-form:focus{border:1px solid #FCC903!important}
.border-form:focus-within{border:1px solid #FCC903!important}

@media (min-width: 768px){
.mt-md-nCustom{
	margin-top: -4.25rem!important;
	}
}
select {
	cursor: pointer;
}

.imageLotto{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.imageLotto > img{
    position: absolute;
    width: 100%;
	height: 100%;
	transform-origin: center;
    object-fit: contain;
}

.image-frame-action.CTA{
	margin-top: -60px;
    margin-left: calc(50% - 50px);
}

.image-frame-action.CTA > a {
	width: 100px;
    height: 40px;
    display: inline-block;
}

.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom:after {
    top: auto;
    height: 80px;
}

.off-tag-bottom-left {
    position: absolute;
    bottom: -11.2px;
    bottom: -0.8rem;
    left: -11.2px;
    left: -0.8rem;
    z-index: 1;
}

@media (max-width: 767px) {
	.mobileSmall {
		font-size: 1.5rem!important;
	}
}

.stretch-card {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: stretch;
	justify-content: stretch;
  }
  .stretch-card > .card {
	width: 100%;
	min-width: 100%;
  }
  .card.lotto,.card.lotto > .card-footer  {
	  border: none;
	  background-color: transparent;
	  padding: 0;
  }
  .card.lotto > .card-footer  {
	  height: 100%;
}

.card-footer .product-info-title {
	height: 100%;
}

.card-footer > div > h3 {
	height: calc(100% - 1.1rem);
}

/*ASTA IN CORSO */

.miglior-offerta {
	padding: 1rem;
	text-align: center;
	background-color: #2AA63D;
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
}

.offerta-riserva {
	padding: 1rem;
	text-align: center;
	background-color: #E87D2E;
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
}

.offerta-superata {
	padding: 1rem;
	text-align: center;
	background-color: #C23122;
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
}


.btn-minus {
	border-radius: 1.25rem 0rem 0rem 1.25rem!important;
	height: 2.5rem;
	width: 2.5rem;
	padding-left: 1rem;
	box-shadow: 0px 0px 0px;
}

.btn-minus i {
	line-height: 2;
}

.btn-plus {
	border-radius: 0rem 1.25rem 1.25rem 0rem!important;
	height: 2.5rem;
	width: 2.5rem;
	padding-left: 0.75rem;
	box-shadow: 0px 0px 0px;
}

.btn-plus i {
	line-height: 2;
}


.importo-offerta {
	border:2px solid #FCC903!important;
	border-left: none!important;
	border-right: none!important;
	height: 2.5rem!important;
	line-height: 2.5rem!important;
	padding: 0;
	font-weight: 600;
	font-size: 1.25rem!important;
	/*z-index: 1001;*/
}
.importo-offerta::placeholder {
	color: #1c1f21;
	font-family: "Montserrat", sans-serif !important;
}

.offri-ora {
	border:2px solid #FCC903!important;
	border-top: none!important;
	height: 2.5rem;
	margin-left: 2.35rem;
    margin-right: 2.35rem;
	border-radius: 0rem 0rem 1rem 1rem;
	font-weight: 600;
	font-size: 1rem;
	/*z-index: 1001;*/
	padding-top: 0.25rem;
	box-shadow: 0px 0px 0px;
}
.offri-ora:hover {
	color: #3C3C3B!important;
}

.btn-outline-primary {
    color: #fcc903;
    border-color: #fcc903;
}
.btn-outline-primary:hover {
    color: #FFF;
	border-color: #fcc903;
	background-color: #fcc903;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
    color: #FFF;
	border-color: #fcc903;
	background-color: #fcc903;
}

.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:focus-within {
    box-shadow: 0 0 0 0.2rem rgb(252, 201, 3, 0.5)!important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:focus-within {
    box-shadow: 0 0 0 0.2rem rgb(252, 201, 3, 0.5)!important;
}

.testo-proxy {
	color: #666;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
}

.testo-proxy:hover {
	text-decoration: underline;
}


@media (min-width: 36rem) {
	.ts-description-list__line dt{float:left}
	.ts-description-list__line dd{text-align:right}
	}

.ts-center__vertical{display:flex;align-items:center;}
.ts-center__horizontal{display:flex;justify-content:center}
.ts-center__both{display:flex;align-items:center;justify-content:center}


/* Progress Bars */
.progress-bar-wrapper.progress-bar-style-1 .progress-bar-info {
	margin-bottom: 3.2px;
	margin-bottom: 0.2rem;
	position: relative;
}

.progress-bar-wrapper.progress-bar-style-1 .progress-bar-info label {
	font-weight: 700 !important;
	font-size: 1em;
	color: #1c1f21;
}

.progress-bar-wrapper.progress-bar-style-1 .progress-bar-info .progress-bar-percent {
	float: right;
	font-size: 0.85em;
	margin-top: 0.2em;
}

.progress-bar-wrapper.progress-bar-style-1 .progress {
	overflow: visible;
	text-align: right;
	height: auto;
}

.progress-bar-wrapper.progress-bar-style-1 .progress-bar {
	position: relative;
	height: 3.2px;
	height: 0.2rem;
	overflow: visible;
}

.progress-bar-wrapper.progress-bar-style-1 .progress-bar:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 3.2px solid #fcc903;
	border: 0.2rem solid #fcc903;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -4px;
	margin: 0 -4px -4px;
	background: #FFF;
}

.progress-bar-wrapper.progress-bar-style-2 {
	text-align: center;
}

.progress-bar-wrapper.progress-bar-style-2 .progress-bar-info {
	margin: 0 auto 11.2px;
	margin: 0 auto 0.7rem;
	position: relative;
	transform: rotate(-20deg);
}

.progress-bar-wrapper.progress-bar-style-2 .progress-bar-info label {
	font-weight: 700 !important;
	font-size: 1em;
	color: #1c1f21;
}

.progress-bar-wrapper.progress-bar-style-2 .progress-bar-info .progress-bar-percent {
	font-size: 0.85em;
	margin-top: 0.2em;
}

.progress-bar-wrapper.progress-bar-style-2 .progress {
	width: 3.2px;
	width: 0.2rem;
	height: 3.2px;
	height: 0.2rem;
	min-height: 200px;
	display: flex;
	align-items: flex-end;
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	overflow: visible;
}

.progress-bar-wrapper.progress-bar-style-2 .progress-bar {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: visible;
}

.progress-bar-wrapper.progress-bar-style-2 .progress-bar:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 3.2px solid #333;
	border: 0.2rem solid #333;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -4px;
	margin: -6px 0 0 0px;
	background: #FFF;
}

.progress {
	height: auto;
}

.progress .progress-bar {
	height: 16px;
	height: 1rem;
	width: 0;
	transition: ease-in-out width 900ms, ease-in-out height 900ms;
}

.progress .progress-bar.bg-dark {
	background-color: #1c1f21;
}

.progress .progress-bar.bg-dark:after {
	border-color: #1c1f21;
}

.progress .progress-bar.bg-light {
	background-color: #FFF;
}

.progress .progress-bar.bg-light:after {
	border-color: #FFF;
}

.progress .progress-bar.progress-bar-sm {
	height: 7px;
}

.progress .progress-bar.progress-bar-md {
	height: 12px;
}

.progress .progress-bar.progress-bar-lg {
	height: 18px;
}

.progress .progress-bar.progress-bar-xl {
	height: 24px;
}

/* Circular Bar */
.circular-bar {
	text-align: center;
	position: relative;
}

.circular-bar .circular-bar-chart {
	position: relative;
}

.circular-bar label {
	display: block;
	font-size: 1.7142857143em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	max-width: 80%;
	font-weight: 800;
	color: #1c1f21;
}

/* Counters */
.counters .counter {
	text-align: center;
	margin: 50px 0;
}

@media (max-width: 767px) {
	.counters .counter {
		margin: 80px 0;
	}
}

.counters strong,
.counters label {
	font-family: "Montserrat", sans-serif;
}

.counters i {
	display: block;
	font-size: 3.4285714286em;
	line-height: 1;
	margin-bottom: 4.8px;
	margin-bottom: 0.3rem;
}

.counters strong {
	display: block;
	font-weight: 900;
	font-size: 3.4285714286em;
	line-height: 1;
	margin-bottom: 4.8px;
	margin-bottom: 0.3rem;
}

.counters label {
	display: block;
	font-weight: 100;
	font-size: 1.0714285714em;
	line-height: 1;
	letter-spacing: 0.5px;
}

.counters.counters-xs strong, .counters.counters-xs i {
	font-size: 1.2857142857em;
}

.counters.counters-xs label {
	font-size: 0.7142857143em;
}

.counters.counters-sm strong, .counters.counters-sm i {
	font-size: 2em;
}

.counters.counters-sm label {
	font-size: 0.8571428571em;
}

.counters.counters-lg strong, .counters.counters-lg i {
	font-size: 4.1428571429em;
}

.counters.counters-lg label {
	font-size: 1.2142857143em;
}

.counters.counters-xl strong, .counters.counters-xl i {
	font-size: 4.8571428571em;
}

.counters.counters-xl label {
	font-size: 1.2857142857em;
}

.counters.counters-light .counter {
	color: #FFF !important;
}

.counters.counters-light .counter strong, .counters.counters-light .counter i, .counters.counters-light .counter label {
	color: #FFF !important;
}

.counters.counters-dark .counter {
	color: #1c1f21 !important;
}

.counters.counters-dark .counter strong, .counters.counters-dark .counter i, .counters.counters-dark .counter label {
	color: #1c1f21 !important;
}


form .form-control {
	background-color: #f1f3f7;
}

.ts-box > dl > dt > p {
	margin: 0;
	color: #666;
}
.ts-box > dl > dd {
	color: #666;
	font-weight: 600;
}

.offerte {
	color: #B1B1B1;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}
.numero-offerte {
	color: #fcc903;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}

.tz-index-999 {
	z-index: 999;
}

#tabellaElencoOfferte > tbody > tr > th {
	font-weight: 400;
}
#tabellaElencoOfferte > tbody > tr > td:nth-child(3) , #tabellaElencoOfferte > thead > tr > th:nth-child(3) {
	text-align: right;
}
.roundBtn1 {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #FFC103;
	color: #FFC103;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	cursor: pointer;
	margin-bottom: 1rem;
}

.dato {
	color: rgba(0, 0, 0, .75);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.valore {
	font-weight: 800;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.modal-body.dark{
	color: #666;
}
.titolo-modal {
	font-weight: 600!important;
	font-size: 1.25rem!important;
	line-height: 2rem!important;
	color: black;
}
.stati-modal{
	text-align: left;
}

/* PRO*/
.txt-card-pro{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.scroll-localita {
	height: 165px;
    overflow-y: scroll;
    padding-inline-start: 0px;
}


#locPro > div.owl-dots > button.owl-dot.active > span {
	background-color: rgb(255, 255, 255, 0.5);
}
#locPro > div.owl-dots > button.owl-dot > span {
	background-color: #FFF;
}

.link-color-dark:hover{
	color: #FFF!important;
}

.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}

/*Select2*/
.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #fcc903;
    border-radius: 0px;
    color: #555555;
    font-size: 16px;
    outline: 0;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	border-color: #fcc903;
  }

  .select2-container--bootstrap .select2-dropdown {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 1px;
	border-style: solid;
	border-color: #DAE2E6;
	overflow-x: hidden;
	margin-top: -1px;
  }
  
  .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #fcc903;
	color: #fff;
  }

  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #fcc903;
	border-radius: 0px;
	color: #555555;
	font-size: 14px;
  }

  .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	border-style: none;
	border-width: 4px 4px 0 4px;
	margin-left: -4px;
	margin-top: -2px;
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	border-color: #CCC;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 6px;
	height: 6px;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
  }
  .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b  {
	border-style: none;
	border-width: 4px 4px 0 4px;
	margin-left: -4px;
	margin-top: -2px;
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	border-color: #CCC;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 6px;
	height: 6px;
	-webkit-transform: translate(-50%, -50%) rotate(-45);
	transform: translate(-50%, -50%) rotate(-45deg);
  }

  .btn-square {
	  border-radius: 0px;
	  border: solid 1px;
  }