
.popup {
    position: fixed;
    top: 50%;
    z-index: 20;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 480px;
    display: none;
  }
  .popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 77, 77, 0.6);
    transition: 0.3s 0.3s background ease-in;
  }
  .popup-close {
    position: absolute;
    right: 16px;
    top: 13px;
    cursor: pointer;
  }
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    margin: 0 auto;
    border-radius: 2px;
    background: #fff;
    padding: 64px 12px;
  }
  .popup-content .left {
    text-align: center;
  }
  .popup-content form .btn {
    margin-top: 24px;
  }
  .popup-offerta h2 {
      margin-bottom: 10px;
  }
  .popup-offerta p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .popup-offerta p:last-of-type {
    margin-bottom: 0;
  }
  #viewing {
    display: block;
    position: fixed;
    bottom: 5%;
    left: 3%;
    z-index: 2;
    padding: 10px 30px 10px 20px;
    -webkit-box-shadow: 0px 0px 15px hsl(0, 0%, 17%, 0.2);
    box-shadow: 0px 0px 15px hsl(0, 0%, 17%, 0.2);
    border-radius: 7px;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: 1.5s ease-in-out;
    transition-property: visibility, transform;
    transform: translate3d(-150%, 0, 0);
    visibility: hidden;
}

#viewing.is-visible {
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

#viewing .close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 1em;
    height: 1em;
    color: hsl(0, 0%, 17%);
    font-size: 13px;
    cursor: pointer;
}

#viewing .close::before,
#viewing .close::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0.5em;
    height: 100%;
    width: calc(1em / 12);
    margin-left: calc(1em / -24);
    background-color: currentColor;
}

#viewing .close::before {
    transform: rotate(45deg);
}

#viewing .close::after {
    transform: rotate(-45deg);
}

#viewing.light {
    color: hsl(0, 0%, 17%);
    background-color: hsl(0, 0%, 97%);
}

#viewing .layout {
    display: flex;
    align-items: center;
}

#viewing .body {
    font-size: 14px;
    line-height: 1.2;
}

#viewing span {
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .2px;
    text-transform: uppercase;
}
#viewing p {
    font-size: 14px;
}
.wrapper__limited {
    padding-bottom: 5px;
}
.limited {
    text-align: center;
    padding: 10px 20px;
    line-height: 1.2em;
    font-size: 1.3em;
    text-transform: uppercase;
}

.limited span {
    background-color: #ffc224;
    border: 1px solid #fff;
    padding: 5px 10px;
    color: ;
}
#delivery2 {
    display: block;
    position: fixed;
    bottom: calc(5% + 50px);
    left: 3%;
    z-index: 2;
    padding: 10px 30px 10px 20px;
    -webkit-box-shadow: 0px 0px 15px hsl(0, 0%, 17%, 0.2);
    box-shadow: 0px 0px 15px hsl(0, 0%, 17%, 0.2);
    border-radius: 7px;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: 1.5s ease-in-out;
    transition-property: visibility, transform;
    transform: translate3d(-150%, 0, 0);
    visibility: hidden;
}

#delivery2.is-visible {
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

#delivery2 .close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 1em;
    height: 1em;
    color: hsl(0, 0%, 17%);
    font-size: 13px;
    cursor: pointer;
}

#delivery2 .close::before,
#delivery2 .close::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0.5em;
    height: 100%;
    width: calc(1em / 12);
    margin-left: calc(1em / -24);
    background-color: currentColor;
}

#delivery2 .close::before {
    transform: rotate(45deg);
}

#delivery2 .close::after {
    transform: rotate(-45deg);
}

#delivery2.light {
    color: hsl(0, 0%, 17%);
    background-color: hsl(0, 0%, 97%);
}

#delivery2 .layout {
    display: flex;
    align-items: center;
}

#delivery2 .icon {
    font-size: 45px;
    flex-shrink: 0;
    margin-right: 10px;
}

#delivery2 .icon svg {
    width: 1.25em;
}

#delivery2 .body {
    font-size: 14px;
    line-height: 1.2;
}

#delivery2 span {
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.order_list {
    padding: 0 20px;
}
.order_list>li:not(:last-child) {
    margin-bottom: 25px;
}
.order_list>li {
	display: flex;
	align-items: flex-start;
}
.order_list>li>img {

	width: 70px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.order_list>li .text {
    padding: 0 0 0 25px;
}
