 /* MESSAGGI DI ERRORE */


label.error, label.notice {
    clear: none;
    color: #cc0000 !important;
    display: inline;
    float: none;
    font-style: italic;
    font-weight: normal !important;
    margin: 0 0 0 10px;
    width: auto;
}
  

.del_utente label.error {
  display: none !important;
}
.modal form label.error {
  clear: both;
  color: #CC0000;
  font-size: 11px;
  font-style: italic;
  margin: 0 0 5px 142px;
}

/* REGISTRATI COME FACEBOOK */
.button#regasfb{
    background-color: #4e69a2;
    color: #fff;
}

/* SELECT */


.variables .selectricWrapper {
    margin: 10px 0 0;
    width: 260px;
}
.variables .selectricWrapper .selectric {
    background: none repeat scroll 0 0 #f8f8f8;
}
.variables .selectricItems li { 
}
.variables .selectric .label {
    color: #999;
}
.variables .selectric .button {
    background: none repeat scroll 0 0 #c0c0c0;
}


.variables  .selectricItems .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.variables  .selectricItems .disabled:hover{
    background: none repeat scroll 0 0 #f8f8f8 !important;
    color: #999 !important;
        
}
/* AUTOCOMPLETE */


.autocomplete-suggestions {
    background-color: #f5f5f5;
    font-size: 13px;
    padding: 10px 13px;
    width: 234px !important;
        overflow: hidden;
}
.autocomplete-suggestion {
    cursor: pointer;
    margin: 0 0 4px;
}
.autocomplete-suggestion:hover{
        text-decoration: underline;
}
 
/* checkout breadcrumb */

 
.checkout-breadcrumbs {
        margin: 20px 0 40px;
}
.checkout-breadcrumbs div {
    color: #bbb;
    font-size: 14px;
    margin: 30px 0 0 !important;
    text-align: right;
    width: 25% !important;
}
.checkout-breadcrumbs div span {
    background-color: #f4f4f4;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 30px;
        font-weight: bold;
}

.checkout-breadcrumbs div.active {
    color: #444;
}

.checkout-breadcrumbs div.active span{
    color: #fff; 
}
 
 /* form */
 
 select.select-form{ 
    font-size: 13px;
    padding: 10px 13px;
    width: 192px;
 }
 


.form-reg {
    overflow: hidden;
    width: 100%;
}
.form-reg label {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
}
.form-reg label span {
    float: left;
    padding: 10px 0 0;
    width: 40%;
}
.form-reg.form-login label span{
    text-align: right;
}
.form-reg.form-login a u{
    font-size: 12px;
}

.form-reg label input {
    float: right;
    width: 50%;
}

.form-reg select {
  padding: 10px 12px;
  width: 100%;
}

.form-reg.form-checkout label.clearl{
        clear: left;
}
.form-reg.form-login label.error {
  float: right;
}


.form-reg.form-checkout label {
    clear: none;
    float: left;
    margin: 0 1% 1%;
    width: 48%;
}
.form-reg.form-checkout label span {
    clear: both;
    display: block;
    float: none;
    width: auto;
}
.form-reg.form-checkout label input {
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
}

.form-reg.form-checkout label.error {
  float: none;
  height: auto;
  width: auto;
}

.form-reg p.privacy {
    clear: both;
    font-size: 13px;
    padding: 15px 1% 0;
}
i.disclaimer {
    display: block;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    padding: 5px 0 0;
}
.button.button-big {
    font-size: 15px;
    width: 180px;
}

 
.checkout-btn-bar {
    clear: both;
    margin: 15px 0 0;
    padding: 0 1%;
}
.checkout-btn-bar .button {
    font-size: 16px;
    width: 180px;
}
.checkout-btn-bar .checkout-help {
    color: #444;
    display: block;
    font-size: 11px;
    line-height: 20px;
    margin: 10px 0 0;
    width: 180px;
}

.checkout-btn-bar.floatr{
    
}
.checkout-btn-bar.floatr .checkout-help{
    text-align: right;
}


.form-checkout label.tipo-pay, .form-checkout label.tipo-spe , .form-checkout label.tipo-ship{
  background-color: #f6f6f6;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 20px;
  transition: background-color 0.2s ease-in-out 0s;
  width: 48%; 
      height: 140px;
  position: relative;
}

.checkout-info {
  font-weight: normal;
  margin: 25px 0 0;
  padding: 0 5px;
}


.form-checkout label.tipo-pay input,.form-checkout label.tipo-spe input , .form-checkout label.tipo-ship input {
  float: left;
  margin: 5px 15px 0 0;
  width: auto;
}

.form-checkout label.tipo-pay strong.tipo-pay-tit,.form-checkout label.tipo-spe strong.tipo-spe-tit , .form-checkout label.tipo-ship strong.tipo-ship-tit {
  font-size: 16px;
  font-weight: bold;
}
 

.form-checkout label.tipo-pay div, .form-checkout label.tipo-spe div, .form-checkout label.tipo-ship div {
  margin: 5px 10px 0 30px;
}

.form-checkout label.tipo-spe , .form-checkout label.tipo-ship{
    clear: both;
    float: none;
    height: auto;
    width: auto;
}
label.tipo-spe .tipo-spe-tit .prezzo {
  float: right;
  font-weight: bold;
  margin: -17px 0 0;
  padding: 0;
}

.form-reg.form-checkout label.tipo-pay label.error,
.form-reg.form-checkout label.tipo-spe label.error{
  display: none;
}


.tipo-pay .fa {
  font-size: 34px;
  opacity: 0.4;
  position: absolute;
  right: 10px;
  top: 5px;
}

.form-checkout label.tipo-pay.selected, .form-checkout label.tipo-pay.selected strong.tipo-pay-tit,
.form-checkout label.tipo-ship.selected, .form-checkout label.tipo-ship.selected strong.tipo-ship-tit,
.form-checkout label.tipo-spe.selected, .form-checkout label.tipo-spe.selected strong.tipo-spe-tit ,.form-checkout label.tipo-spe.selected .tipo-spe-tit  .prezzo{
    color: #fff;
}
.form-checkout label.tipo-pay:hover,.form-checkout label.tipo-spe:hover,.form-checkout label.tipo-ship:hover{
    background-color: #ddd;
}
.form-checkout label.tipo-pay.selected,  .form-checkout label.tipo-spe.selected, .form-checkout label.tipo-ship.selected{
    background-color: #999;
  }
  
.checkout-container-left .goback {
  clear: both;
  float: left;
  margin: 25px 0 0;
}


.form-reg.form-checkout label.newsl-reg input{
        display: inline;
    margin: 2px 10px 0 0;
    width: auto;
}

.form-reg.form-checkout label.newsl-reg {
  cursor: pointer;
  margin: 30px 1% 0;
  width: 98%;
}
