/* CSS PER L'OVERLAY DI RIEPILOGO DELLE CONVENZIONI VETRINA */

.background-default {
  background: #F5F5F5;
  padding: 15px;
  box-shadow: 0 0 10px #000;
}
.background-bianco {
  background: #FFFFFF;
  padding: 15px;
  box-shadow: 0 0 10px #000;
}
.sfondo-overlay {
  background: rgba(0,0,0,0.7);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  z-index: 101;
}
.popup-overlay {
  display: none;
  z-index: 102;
  position: fixed;
  /*top:50%;*/
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
	width: 67%;
}

@media  (max-width: 992px){
	.popup-overlay {
	   width: 90%;
   }
}
.popup-overlay-recap-convenzioni {
  max-height: 750px !important;
  min-width: 320px !important;
  overflow-x: hidden;
  z-index: 101;
}
.popup-overlay-recap-convenzioni .vetrina.form-login, .popup-overlay-recap-convenzioni .vetrina.acquisto-coupon {
	width: 360px !important;
}
.popup-overlay-recap-convenzioni .vetrina.form-login .register-step {
	min-height: 215px;
}
.popup-conferma-scelta {
  background: #F5F5F5;
}
.popup-overlay-conf-scelta {
  /*overflow-x: hidden;*/
  z-index: 103;
	padding: 20px;
}
.popup-overlay .x-chiusura {
  position: absolute;
  top: 10px;
  right: 10px;
  -moz-transition: all 350ms linear 0s !important;
  -webkit-transition: all 350ms linear 0s !important;
  -o-transition: all 350ms linear 0s !important;
  -ms-transition: all 350ms linear 0s !important;
  transition: all 350ms linear 0s !important;
  z-index: 200;
  font-size: 18px;
}
.popup-overlay .x-chiusura:hover {
  cursor: pointer;
  font-size: 16px;
  -moz-transition: all 350ms linear 0s !important;
  -webkit-transition: all 350ms linear 0s !important;
  -o-transition: all 350ms linear 0s !important;
  -ms-transition: all 350ms linear 0s !important;
  transition: all 350ms linear 0s !important;
}

/* CSS PER I CONTENUTI DEI POPUP */

.popup-overlay p.attention {
	color: #E14D43;
	font-weight: 500;
	margin-top: 10px;
	width: 100%;
}
.popup-overlay p.attention span:first-child {
	font-weight: 800;
	font-size: 18px;
}
.popup-overlay p.attention span:first-child {
	font-weight: 600;
}
.popup-overlay .user-buttons {
	float: none !important;
	width: 100% !important;
	margin-top: 15px;
}
/*.popup-overlay .user-buttons .utility-user .loggati .register-step.col-lg-6 {
	width: 100%;
}*/
.popup-overlay .user-buttons .utility-user .loggati form {
	width: 100%;
}
.popup-overlay .user-buttons .utility-user .loggati form .login-form-container {
	line-height: 10px;
}
.popup-overlay .user-buttons .utility-user .loggati form a.user-password {
	color: #3FA9F5 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	font-style: italic !important;
	line-height: 14px !important;
	background: none !important;
	border: none !important;
	width: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 115px;
	left: 15px;
}
.popup-overlay .user-buttons .utility-user .loggati form a.user-password:hover {
	background: none !important;
	border: none !important;
	color: #3FA9F5 !important;
}
.popup-overlay .user-buttons .utility-user .loggati form div.form-actions {
	position: absolute;
	width: 300px;
	left: calc(50%);
	left: -webkit-calc(50%);
	left: -moz-calc(50%);
	left: -ms-calc(50%);
	left: -o-calc(50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 160px;
}
.popup-overlay .user-buttons .utility-user .loggati form div.form-actions button {
	width: 100%;
	padding: 8px 16px;
	margin: 0px;
	line-height: 1.5;
	color: white;
	background: #EA3E23;
	border: 1px solid #EA3E23;
	display: block;
}
#tab-1 .box-convenzione .user-buttons .utility-user .loggati form div.form-actions button:hover {
	color: #EA3E23;
	background: white;
	border: 1px solid #EA3E23;
}
.popup-overlay .user-buttons .utility-user .registrati {
	position: absolute;
	width: 300px;
	left: calc(50%);
	left: -webkit-calc(50%);
	left: -moz-calc(50%);
	left: -ms-calc(50%);
	left: -o-calc(50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 230px;
}
.popup-overlay .user-buttons .utility-user .registrati a {
	padding: 11px 16px;
	line-height: 1.5;
	display: block;
	margin: 0px;
	background: #ffffff;
}
.popup-overlay .user-buttons .utility-user .registrati a.btn-default:hover {
	background: #40555C;
	color: white;
	border: 1px solid #40555C;
}
.popup-overlay .stampa-coupon a.btn-secondary {
	display: initial;
}
.popup-overlay .scegli-coupons .col-md-4 {
	min-width: 126.75px;
}
.popup-overlay .scegli-coupons .col-md-8 {
	clear: none !important;
}
.popup-overlay .scegli-coupons .sconto-convenzione span {
	float: left;
	width: 100%;
	margin: 0px;
}
.popup-overlay .popup-overlay-conf-scelta p.stai-per {
	width: 100%;
	margin-top: 10px;
	padding-right: 12px;
	font-size: 15px;
	font-weight: 600;
	color: #005FAA;
	margin-bottom: 35px;
}
.popup-overlay .popup-overlay-conf-scelta p.stai-per span {
	text-transform: uppercase;
}
.popup-overlay .popup-overlay-conf-scelta p {
	text-align: center;
	width: 100%;
	/*margin-bottom: 30px;*/
}
.popup-overlay .popup-overlay-conf-scelta form {
	width: max-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: -ms-fit-content;
	width: -o-fit-content;
	margin: 0 auto;
	font-size: 30px;
}
.popup-overlay .popup-overlay-conf-scelta .stampa-coupon.annulla-scelta {
	line-height: 39px;
	width: max-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: -ms-fit-content;
	width: -o-fit-content;
	margin: 0 auto;
}
.popup-overlay .popup-overlay-conf-scelta .stampa-coupon.annulla-scelta a {
	display: initial;
}
.popup-overlay .pop-container-register p,
.popup-register-overlay .pop-container-register p {
    font-size: 30px;
}
@media (min-width:1024px) {
	.popup-overlay .popup-overlay-conf-scelta p.stai-per {
		font-size: 19px;
	}
}
@media (min-width:992px) {
	.popup-overlay .popup-overlay-conf-scelta p.stai-per {
		padding-right: 20px;
	}
}
@media (max-width: 992px) {
	.popup-overlay-recap-convenzioni {
		max-height: 650px;
	}
}
@media  (max-width: 767px) {
  .popup-overlay-recap-convenzioni, .popup-overlay-conf-scelta {
	 width: 90%;
	 max-height: 500px;
  }
}
@media  (max-width: 665px) {
  .popup-overlay-recap-convenzioni .dettagli-offerta {
	 clear: right;
	 margin-top: 50px;
  }
  .popup-overlay-recap-convenzioni .convenzione-grosso {
	 clear: right;
  }
  .popup-overlay-recap-convenzioni .sconto-dettagli-offerta {
	 float: none;
  }
  .popup-overlay-recap-convenzioni .stampa-coupon {
	 float: none;
	 left: 0px;
	 right: auto;
  }
  .popup-overlay .pop-container-register p {
    font-size: 22px;
    font-weight: 700;
  }
}
@media (max-width: 480px) {
	.popup-overlay-recap-convenzioni {
		max-height: 400px;
	}
}
