:root{
    --blue:#ADD15E ;
    --cobalt: #5e8192;
    --light-cobalt:#F5F5F5;
    --bg-white: #F5F5F5;
    --light-blue: #EDF6FA;
    --orange: #FF6B6C;
    --grey: #7F7F7F;
    --l-orange: #FCF2F2;
    --red: #D1094B;
    --bg-l-cobalt: #D9D9D9;
    --light-grey: #fafafa;
}


/*reset */
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: black;
}

/*font*/

.font-inter{
    font-family: 'Inter', sans-serif;
}

.fw-400{
    font-weight: 400;
}

.fw-500{
    font-weight: 500;
}

.fw-700{
    font-weight: 700;
}

.fs-07rem{
    font-size: 0.7rem;
}

.fs-08rem{
    font-size: 0.8rem;
}

.fs-09rem{
    font-size: 0.9rem;
}

.fs-7 {
  font-size: 14px;
}

/*color*/

.bgcolorGreen{
    background-color: #ADD15E !important;
}

.bglightGrey{
    background-color: #F5F5F5;
}

.bgGreyFooter{
    background-color: #E5E5E5;
}

.border-lightGrey{
    border: 1px solid #D9D9D9;
}

.coloreRed{
    color: #C70101;
}

.colorHover{
    color:black;
}

.colorHover:hover{
    color: #C70101 !important;
}

/* Sovrascrivo le regole di sfondo e bordo al cliccare */
.accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent !important; 
    box-shadow: none !important; 
    border: none !important; 
    color: black;
}
/* Sovrascrivo il bordo sia quando l'elemento è espanso che quando è chiuso */
.accordion-item .accordion-collapse:not(.show) {
    border-color: transparent !important;
}
    
/* Rimuovo il focus */
.accordion-item .accordion-button:focus {
    outline: none; 
    border-color: transparent !important; 
    border: none !important;
    box-shadow: none;
}
.pe-auto{
    cursor:pointer;
}
::placeholder{
    /*color: black; */
    font-size: 0.8rem;
}

input:focus {
    outline: none; /* Rimuovi l'outline al focus */
    border-color: transparent !important;
    border: 1px solid black !important;
    box-shadow: none;
}
input.bglightGrey:focus{
    border: none !important;
}
.border-error{
    border: 1px solid red !important;
}

header input:focus,
footer input:focus{
    background-color: transparent !important;
    border: unset !important;
}

/*modifiche sfondo modale*/
.modal-dialog {
    width: 300px;
}
.modal-backdrop {
    background-color: rgba(255, 255, 255); 
}

.home-demo .item {
    background: #ff3f4d;
}
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

/*Troncatura del testo*/
.text-truncate {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*max-height: 90px;*/
  text-wrap: unset;
}

.truncate1 {
  -webkit-line-clamp: 1;
}
.truncate2 {
  -webkit-line-clamp: 2;
}
.truncate3 {
  -webkit-line-clamp: 3;
}
.truncate4 {
  -webkit-line-clamp: 4;
}
.truncate5 {
  -webkit-line-clamp: 5;
}
.card .image{    
    height: 350px;
}
.card .image .card-img-top{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
input.hidden{
    display: none;
}
.euro:before{
    content: '€ ';
    font-weight: 500;
}
.euro.less:before{
    content: '- € ';
}
.popup-address.hidden {
  opacity: 0;
  display: none;
}

/* START PAGINAZIONE */
.sel{
    background-color: red;
    color: white;
}
.fa.fa-angle-right,
.fa.fa-angle-left{
    color: red;
}

/* END PAGINAZIONE */

.form-select:focus{
    box-shadow: unset !important;
    border-color: unset !important;
}

/*FILTRI*/

.mac-name,
.fam-name,
.amb-name{
    cursor: pointer;
}


/*END FILTRI*/

.box-choice-checkout{
    background-color: #F0F5ED;
}

.box-choice-checkout{
    padding: 60px 0;
}
.box-choice-checkout>.row>.col-12{
    display: flex;    
    flex-wrap: wrap;
    position: relative;
}

.box-choice-checkout>.row>.col-12>div{
    max-width: 100%;
    width: 500px;
    padding: 50px 15px;
}
.box-choice-checkout>.row>.col-12.last>div{
    width: 100%;
}
.box-choice-checkout>.row>.col-12.second:before{
    content: '';
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    top: 0;
    left: 30px;
    position: absolute;
}
.btn-send.btn-reg{
    background-color: #4d5154;
    color:#fff;    
    text-decoration: none;
}
.btn-send.btn-checkout{
    background-color: transparent;
    color:var(--blue);
}
.btn-send.btn-checkout:hover{
    background-color: #4d5154;
    color:#fff;
}
.box-choice-checkout .description{
    text-align: left;
}
.box-choice-checkout .btn-send,
.box-choice-checkout .btn-accedi{
    font-size: 1rem;
}

@media screen and (min-width: 992px){
    .box-choice-checkout>.row>.col-12.second:before{
        display: none;
    }
    .box-choice-checkout>.row>.col-12.first:after{
        content: '';
        width: 1px;
        height: 50%;   
        background-color: #4d5154;
        right: 0;
        top: 25%;
        position: absolute;
    }
    .box-choice-checkout>.row>.col-12>div{
        max-width: 100%;
        width: 500px;
        padding: 50px 100px 50px 0;
    }
    .box-choice-checkout>.row>.col-12.second>div{
        padding: 50px 0 50px 100px;
    }
    .box-choice-checkout>.row>.col-12.last>div{
        padding-left: 100px;
        text-align: center;
    }
    .box-choice-checkout .btn-send,
    .box-choice-checkout .btn-accedi{
        font-size: 1.5rem;
    }
}

/*POPUP NEWSLETTER*/
#nlNewUser{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 8000;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0
}
#nlNewUser > a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#nlNewUser .entry{
    position:relative;
    background: var(--light-cobalt);
    /*color: #ffffff;*/
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    flex: 0 0 800px;
    max-width: calc(100% - 30px);
    display: flex;
}
#nlNewUser .entry h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    text-align:center;
    color: var(--sel_color);
}
#nlNewUser .entry h6{
    color:#333;
    text-align:center;
    font-size:15px;
    margin-bottom:10px;
}
#nlNewUser .entry h5{
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom:25px;
    text-align:center;
}
#nlNewUser .entry h5 span{
    font-size: 60px;
    display: block;
    height: 36px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom:40px;
}
#nlNewUser .entry .nwl-img{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
#nlNewUser .entry p{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: justify;
}
#nlNewUser .entry form{
    border: none;
    background: transparent;
    margin-bottom: 10px;
}
#nlNewUser .entry form h3{
    color: var(--blue);
}

#nlNewUser .entry input[type=email] {
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    box-sizing:border-box;
    float: left;
    outline: none;
}
#nlNewUser .entry input[type=text]:focus{
    border-color:#848484;
}
#nlNewUser .entry input[type=submit] {
    margin: 0;
    background: var(--blue);
    color:#fff;
    text-transform: uppercase;
    padding:3px 10px 0;
    height: 40px;
    border:none;
    width:100%;
    box-sizing:border-box;
    cursor:pointer;
    transition:background 800ms;
    margin-right:5px;
    font-weight: 600;
}
#nlNewUser .entry input[type=submit]:hover{
    background: var(--orange);
}
#nlNewUser .entry label a{
    color: var(--blue);
    font-style: italic;
}
#nlNewUser .entry .consenso input[type=checkbox],
#nlNewUser .entry .consenso p{
    float:left;
}
#nlNewUser .entry .consenso p{
    width:90%;
    padding-left:5px;
    position:relative;
    top:-12px;
}
#nlNewUser .entry .checkbox-container .label{
    width: 100%;
}
#nlNewUser .entry .consenso p a{
    font-style: italic;
}
#nlNewUser .entry .close-nl{
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    height: 30px;
    width: 30px;
    background: var(--blue);
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 300;
    opacity:1!important;
    line-height: 30px;
    border-radius: 3px;
}
#nlNewUser .entry .close-nl span {
    display: block;
    margin-top: 0px;
    font-size: 14px;
    color:#fff;
    transform: scale(1.4,1);
    -webkit-transform: scale(1.4,1);
    -moz-transform: scale(1.4,1);
    -ms-transform: scale(1.4,1);
    -o-transform: scale(1.4,1);
}

/*POPUP NEWSLETTER*/
