.header{background:rgb(255, 255, 255);border-bottom:1px solid rgb(197, 199, 200);}
.wrapper{}
.accordion-content> .item:last-child{margin-bottom:0px;border:none;padding-bottom:0px;}
.item{border-bottom:1px solid rgb(197, 199, 200);}
.step{align-items:flex-start;}
h1{font-family:futura-pt,sans-serif;font-weight:700;font-style:normal;text-transform:none;font-size:26px;}
body{font-family:futura-pt,sans-serif;font-weight:400;}
h2,h3,h4,h5{font-family:'Avenir LT Std 45 Book';text-transform:uppercase;}
.logo h1 {
    margin: 0px;
    color: #000;
}
.home-step h1{
    font-size: 22px;
}
.home-step p {
    font-size: 16px;
}
.step{background-color:#fff;}
#user .accordion-content p{width:100%; text-align:justify;}
.accordion-content h3{font-family:futura-pt,sans-serif;text-transform:none;}
.overlayBag{background-color:rgba(0, 0, 0, 0.4);}
.importo h4{font-size:20px;font-weight:400;color:#34b36e;}
.accordion-toggle h3{background-color:#34B36E;color:#fff;border-radius:40px;padding:10px 20px;}
.carrello{padding:0px 15px;line-height:normal;border-radius:0px;color:#34B36E;height:100%;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;font-weight:bold;position:absolute;right:0px;}
.login {
    padding: 0px 20px;
    line-height: 30px;
    border-radius: 30px;
    color: #34B36E;
    position: absolute;
    left: 0px;
    color: #000;
    font-weight: bold;
    display: flex;
    height: 20px;
    width:20px;
}
.login  > img{
   height:20px;
    width:20px;  
}

.bag-items{width:90vw;margin:0 auto;}
.logo{padding:0px;line-height:30px;border-radius:30px;color:#34B36E;font-size:20px;margin-top:5px;}
.logo h3{margin:0px;padding:0px;}
.step-wrapper h1{margin-bottom:0px; font-size:24px;}
.pac-target-input[type="text"]::before{content:"\01F4CD";}
.item{border-bottom:1px solid rgb(197, 199, 200);}
.buttonStd{font-family:futura-pt-bold, Arial, Helvetica;font-size:14px;font-weight:normal;position:relative;text-align:center;color:rgb(255, 255, 255);transition:all 150ms linear 0s;background:rgb(48, 62, 71);border-radius:40px;border-width:1px;border-style:solid;border-color:rgb(48, 62, 71);border-image:initial;}
.buttonStd > img{margin-left:10px; width:20px; height:20px;}

.inline-link {
    background-color: #34b36e;
    padding: 0px 10px;
    margin: 0px 2px;
    color: #fff;
    border-radius: 10px;
      display: inline-flex;
    justify-content: center;
    align-items: center;
}
.inline-link-2 {
    background-color: #34b36e;
    padding: 5px 10px;
    margin: 0px 2px;
    color: #fff;
    border-radius: 15px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#user .accordion-content p {
    width: calc(100% - 20px);
    text-align: justify;
    padding: 0 10px;
}

a.back-arrow, a.b-arrow {
    right: 10px;
    font-size: 30px;
    top: 10px;
    position: absolute;
}
a.back-arrow{
    right:unset;
    left:10px;
}
@media (max-width:768px){}
@media (max-width:375px){
        
        .inline-link-2 {
            font-weight: normal;
    font-size: 14px;
        }
.step-wrapper h1 {
    margin-bottom: 0px;
    font-size: 22px;
}
    
    .home-step p {
         margin-bottom:5px;
        margin-top:5px;
    font-size: 18px;
}
}
@media (max-width:320px){
body{}
.logo{padding:0px;line-height:30px;border-radius:0px;color:#34B36E;font-size:18px;} 
.step-wrapper h1 { margin-bottom: 0px;font-size: 19px;}
.home-step p {font-size: 16px;}
}


@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  
}


.accordion-toggle.checko h3::before {
content:"\2705";
    position: absolute;
    font-size: 30px;
    left: 25px;
}
.accordion-toggle.checko h3 {
    padding-left: 65px;
}
.accordion-toggle h3{
    transition:all 150ms linear 0s;
}
.accordion-toggle.checko h3 span{display:none;}
.accordion-toggle.checko h3::before {
    content: "\2705";
    position: absolute;
    font-size: 30px;
    left: 15px;
}
.accordion-toggle.checko::before{
    content:". ";
    width:100%;
    height:100%;
    z-index:10;
    display:flex;
    position:absolute;
}
.accordion-toggle {
    cursor: pointer;
    position: relative;
}
.login > img{
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .2s ease;
}
.shell.zero .login > img{
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .2s ease;
}
.shell.uno.puls-nasc .accordion-toggle h3{
    background-color: #34B36E;
}

.shell.uno .accordion-toggle h3{
    background-color: #eceaea;
}
.shell.uno.zero .accordion-toggle h3{
    background-color: #34B36E;
}
.shell.uno .accordion-toggle.checko h3{
    background-color: #34B36E;
}
 .fullo{
      animation: colorchange 5.5s infinite; 
      -webkit-animation: colorchange 5.5s infinite; /* Chrome and Safari */
      border:1px solid #34B36E;
    }

    @keyframes colorchange
    {
      0% {background: white;}
      50% {background:#f3f3f3;}
      100% {background: white;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
       0% {background: white;}
      50% {background:#f3f3f3;}
      100% {background: white;}
    }