:root {
    --dark-color: #101820;
    --light-color: #D3D3D3;
    --red-color: #A50D0D;
    --back-color-light: #D1D4D6; /* giallo #ebc84f */
    --back-color-yellow: #D1D4D6; 
    --link-color: #E0E0E0;
      
}


button.btn {
    height: 35px;
    margin: 0 15px;
    padding: 0 20px;
    vertical-align: middle;
    background: var(--dark-color);
    border: 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif ;
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}


button.btn:hover {
    opacity: 0.6;
    color: #FFFFFF;
}

button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #FFFFFF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: var(--light-color);
    ;
    color: #FFFFFF;
}

button.btn:active:focus,
button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: var(--dark-color);
    ;
    color: #FFFFFF;
}


/*style.css**/


::-moz-selection {
    background: var(--back-color-light);
    ;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--back-color-light);
    ;
    color: #fff;
    text-shadow: none;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: rgb(166, 38, 38);
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}


/***** Top content *****/

.form-box {
    margin-top: 20px;
    padding-top: 40px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}


.form-bottom {
    
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    transition: all .4s ease-in-out;
}

.form-bottom:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

form .form-bottom button.btn {
    min-width: 105px;
}

form .form-bottom .input-error {
    border-color: #d03e3e;
    color: #ffffff;
}
/******Pagina di cadidature online******/
#form-candidatura-online-second-page{
    display: none;
}
/******* Input Error ********/

.input-border {
    border: 1px solid red;
       
}

/******* Span type ********/ 

.span-error {
    color: red;
    display: none;
}
/******* Add class ********/
.show{
    display: block;
}
/***** success message *******/

.success-message {
    text-align: center;
    
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #3DC480;
    
}
.success-message_icon {
    max-width: 150px;
    
}
.success-message_title {
    color: #3DC480;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif ;
    
}
.success-message_content{
    color: #3DC480;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif ;
    
}
circle {
    fill: #3DC480;
    
}

.success-message2 {
    text-align: center;
    
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.success-message_icon2 {
    max-width: 150px;
    
}
.success-message_title2 {
    padding: 20px 20px 20px 20px; 
    color: rgb(196, 61, 61);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif ;
    font-size: 14px;

    
}

.circle2 {
    fill: rgb(196, 61, 61);
    
}


/******* Error Message of $recaptcha ******/

.error_recaptcha{
    border: 1px solid red;
}
.success_recaptcha{
    border:1px solid green;
}

.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

/********************************************************************/
/***          Carrello Css                                        ***/
/********************************************************************/

.shopping-cart {
    width: 1114px;
    height: 100%;
    margin: 80px auto;
    padding-bottom: 30px;
    background: #eee;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    border-radius: 6px;
  
    display: flex;
    flex-direction: column;
  }
  
  .title {
    height: 60px;
    border-bottom: 1px solid  rgb(176, 198, 218);
    padding: 20px 30px;
    color: #5E6977;
    font-size: 14px;
    font-weight: 350;
  }
  
  .item {
    padding: 20px 60px;
    height: 180px;
    display: flex;
  }
  
  .line {
    padding-top: 20px;
    border-bottom:  1px solid rgb(176, 198, 218);
    
  }
  
  /* Buttons -  Delete and Like */
  .buttons {
    position: relative;
    padding-top: 15px;
    margin-right: 120px;
  }
  
  .is-active {
    animation-name: animate;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-timing-function: steps(28);
    animation-fill-mode: forwards;
  }
    
  /* Product Image */
  .image1 {
    margin-right: 50px;
    padding-top: 20px;
  }
  
  /* Product Description */
  .description {
    padding-top: 35px;
    margin-right: 250px;
    width: 250px;
  }

  .description span {
    display: block;
  
    color: #43484D;
    font-weight: 400;
    font-family: 'Roboto Condensed';
  }
  
  .description span:first-child {
    margin-bottom: 5px;
  }
  .description span:last-child {
    font-weight: 300;
    margin-top: 8px;
    color: #86939E;
  }
  
  /* Product Quantity */
  .quantity {
    padding-top: 35px;
    margin-right: 60px;
  }
  .qty_name {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 25px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }
  

  button[class*=ctn] {
    width: 35px;
    height: 30px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    cursor: pointer;
  }

  .minus-ctn img {
    margin-bottom: 3px;
  }
  .plus-ctn img {
    margin-top: 2px;
  }
  
  button:focus,
  input:focus {
    outline:0;
  }
  
  /* Total Price */
  .total-price {
    width: 60px;
    margin-right: 70px;
    padding-top: 35px;
    text-align: center;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }
  .qtyTotal
  {
    padding-top: 35px;
    text-align: center;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }
  .TotalCart{
    padding-top: 10px;
    margin-right: 65px;
    text-align: right;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }
  
  /* Responsive */
  @media (max-width: 800px) {
    .shopping-cart {
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .item {
      height: auto;
      flex-wrap: wrap;
      justify-content: center;
    }
    .image1 img {
      width: 50%;
    }
    .image1,
    .quantity,
    .description {
      width: 100%;
      text-align: center;
      margin: 6px 0;
    }
    .buttons {
      margin-right: 20px;
    }
  }