@font-face {
  font-family: 'FavoritProLight';
  src: url('./fonts/FavoritProLight.otf');
}
@font-face {
  font-family: 'FavoritProRegular';
  src: url('./fonts/FavoritProRegular.otf');
}
@font-face {
  font-family: 'FavoritProBold';
  src: url('./fonts/FavoritProBold.otf');
}
@font-face {
  font-family: 'ReplicaProRegular';
  src: url('./fonts/ReplicaProRegular.otf');
}
@font-face {
  font-family: 'ReplicaProBold';
  src: url('./fonts/ReplicaProBold.otf');
}
.subscription {
  font-family: 'FavoritProRegular', sans-serif;
}
.subscription textarea,
.subscription select,
.subscription input {
  font-family: 'FavoritProRegular', sans-serif !important;
}
::placeholder {
  color: #777;
  opacity: 1;
}
.tmid {
  text-align: center !important;
}
.nopadding {
  padding: 0px !important;
}
.height-auto {
  height: auto !important;
}
.subscription form {
  display: inline-block;
  width: 100%;
  margin: 0px;
}
@media only screen and (max-width: 900px) {
  .subscription form {
    height: auto;
  }
}
.subscription button {
  border: 0;
  line-height: 22px;
  padding: 8px 20px;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscription button.primary {
  background-color: #05f;
  color: white;
}
.subscription button.previous {
  background: transparent;
  color: #203352;
}
.subscription button ion-icon {
  position: relative;
  top: 0px;
  left: 2px;
  font-size: 18px;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 900px) {
  .subscription button {
    line-height: 28px;
  }
}
.subscription textarea {
  height: 100px;
}
.subscription input {
  height: 40px;
}
.subscription input,
.subscription select {
  line-height: 42px;
  height: 42px;
}
.subscription input,
.subscription textarea,
.subscription select {
  box-sizing: border-box;
  width: 100%;
  line-height: 34px;
  padding: 5px 10px;
  transition: 0.3s ease;
  border-radius: 8px;
  margin: 0px;
  padding: 0px 10px;
  border: 1px solid #D5D5D5;
  background-color: transparent;
  color: #203352;
  font-size: 16px;
  letter-spacing: 0.03em;
}
.subscription input::placeholder,
.subscription textarea::placeholder,
.subscription select::placeholder {
  font-style: italic;
  font-size: 14px;
}
.subscription input.invalid,
.subscription textarea.invalid,
.subscription select.invalid {
  border: 1px solid #FF5151;
  color: #FF5151;
}
.subscription input.invalid::placeholder,
.subscription textarea.invalid::placeholder,
.subscription select.invalid::placeholder {
  color: #FF5151;
}
.subscription input:focus,
.subscription textarea:focus,
.subscription select:focus {
  outline: none !important;
  border-color: #C2C8D5;
  box-shadow: 0 0 1px 1px #C2C8D5;
}
.subscription .error-message-custom {
  font-size: 12px;
  color: red;
  line-height: 24px;
  margin-left: 5px;
}
.subscription .spacer {
  width: 100%;
  height: 30px;
}
.subscription .spacer.small {
  height: 10px;
}
.subscription .spacer.extra-small {
  height: 5px;
}
.subscription .company-only {
  display: none !important;
}
.subscription .company-only.show {
  display: flex !important;
}
.subscription .different-shipment {
  display: none !important;
}
.subscription .different-shipment.show {
  display: block !important;
}
.subscription .scrollable {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  overflow-y: auto !important;
  scroll-behavior: smooth;
}
.subscription .hint {
  position: absolute;
  background-color: #A3AABC;
  z-index: 99;
  color: white;
  padding: 10px;
  font-size: 11px;
  opacity: 0;
  transition: 0.3s ease;
  max-width: 150px;
  border-radius: 8px;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .subscription .hint {
    right: 10px;
  }
}
.subscription .hint.show {
  opacity: 1;
}
.subscription .cellpadding {
  padding: 5px;
}
.subscription .col-10 {
  width: 100%;
}
.subscription .col-9 {
  width: 90%;
}
.subscription .col-8 {
  width: 80%;
}
.subscription .col-7 {
  width: 70%;
}
.subscription .col-6 {
  width: 60%;
}
.subscription .col-5 {
  width: 50%;
}
.subscription .col-4 {
  width: 40%;
}
.subscription .col-3 {
  width: 30%;
}
.subscription .col-2 {
  width: 20%;
}
.subscription .col-1 {
  width: 10%;
}
.subscription .row {
  height: auto;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
}
.subscription .row.justify-end {
  justify-content: flex-end;
}
.subscription .row.align-column {
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .subscription .hide-for-mobile {
    display: none !important;
  }
}
.subscription .mobile-only {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  .subscription .mobile-only {
    display: block !important;
  }
}
.subscription .filler {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
.subscription .filler .dialog {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  width: 460px;
  left: calc(50% - 230px);
  top: calc(50% - 230px);
  border-radius: 16px;
}
.subscription .filler .dialog .header {
  background: 0 0;
  position: relative;
  top: 0!important;
}
.subscription .filler .dialog .header .title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
  top: 20px;
  padding-top: 20px;
}
.subscription .filler .dialog .header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
}
@media only screen and (max-width: 500px) {
  .subscription .filler .dialog .header .close {
    top: 20px;
    right: 50px;
  }
}
.subscription .filler .dialog .content {
  padding: 20px 40px 10px 40px;
  margin-top: 20px;
}
.subscription .filler .dialog .content .description {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}
.subscription .filler .dialog .bottom {
  text-align: right;
  padding: 0 40px 40px 40px;
}
.subscription .referral-code {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: left;
  padding: 10px 10px 10px 30px;
  background-color: #99a6c5;
  color: white;
  cursor: pointer;
  border-radius: 12px;
  font-size: 16px;
  border: 1px solid white;
  position: relative;
  width: 100%;
}
.subscription .referral-code ion-icon {
  background-color: #E9EBF2;
  width: 33px;
  height: 33px;
  padding: 18px;
  font-size: 22px;
  border-radius: 8px;
  color: #646776;
}
.subscription .referral-code .content {
  padding-left: 5px;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 5px 10px;
  width: calc(100% - 70px);
}
.subscription .referral-code .content .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: white;
  font-family: 'FavoritProBold';
}
.subscription .referral-code .content .name.underline {
  border-bottom: 1px solid white;
  margin: 0px 10px;
}
.subscription .referral-code .content .desc {
  display: inline-block;
  width: auto;
  height: 36px;
  font-size: 14px;
  font-family: 'FavoritProRegular';
  padding-top: 2px;
  color: white;
}
.subscription .referral-code .content .input {
  font-size: 12px;
  display: inline-block;
  font-size: 16px;
  padding-top: 20px;
  font-family: 'FavoritProRegular';
  color: #203352;
  position: relative;
}
.subscription .referral-code .content .input input {
  border: 1px solid white;
  color: white;
}
.subscription .referral-code .content .input .copy {
  right: 10px;
  top: 29px;
  position: absolute;
  cursor: pointer;
}
.subscription .referral-code .content .tip {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 20px;
  color: #99a6c5;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-size: bold;
}
@media only screen and (max-width: 900px) {
  .subscription .referral-code .content .tip {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
}
.subscription .selectables {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.subscription .selectables.type-dropdown {
  height: 110px;
  overflow: hidden;
  border: 1px solid #C2C8D5;
  border-radius: 12px;
  transition: height 0.15s ease;
  position: relative;
}
.subscription .selectables.type-dropdown:after {
  width: 20px;
  text-align: center;
  height: 20px;
  position: absolute;
  top: 40px;
  right: 10px;
  content: ">";
  font-weight: bold;
  transform: rotate(90deg) rotateY(60deg);
  font-size: 20px;
  transition: 0.15s ease;
}
.subscription .selectables.type-dropdown .selectable {
  display: none;
}
.subscription .selectables.type-dropdown .selectable.selected {
  display: flex;
}
.subscription .selectables.type-dropdown.list {
  height: 240px;
}
.subscription .selectables.type-dropdown.list .selectable {
  display: flex;
}
.subscription .selectables.type-dropdown.list:after {
  transform: rotate(270deg) rotateY(60deg);
  right: 16px;
}
.subscription .selectables.type-dropdown .selectable {
  border: 1px solid transparent;
}
.subscription .selectables.type-dropdown .selectable.selected {
  border: 1px solid transparent;
}
.subscription .selectables .selectable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 10px;
  background-color: white;
  color: #203352;
  cursor: pointer;
  border-radius: 12px;
  font-size: 16px;
  border: 1px solid #C2C8D5;
  position: relative;
  width: 100%;
}
.subscription .selectables .selectable.transparent {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.subscription .selectables .selectable.transparent img.image {
  background-color: transparent;
}
.subscription .selectables .selectable.black {
  background-color: #26272a;
  color: #8e9092;
}
.subscription .selectables .selectable.selected {
  background-color: transparent;
  border: 1px solid #C2C8D5;
}
.subscription .selectables .selectable.selected .extra .radio.border .filler {
  opacity: 0;
}
.subscription .selectables .selectable.selected .extra .radio.border ion-icon {
  opacity: 0;
}
.subscription .selectables .selectable.selected .radio {
  width: 24px;
  opacity: 1;
  margin-right: 0px;
}
.subscription .selectables .selectable.selected .radio .filler,
.subscription .selectables .selectable.selected .radio ion-icon {
  opacity: 1;
}
.subscription .selectables .selectable.selected .radio.border ion-icon,
.subscription .selectables .selectable.selected .radio.border .filler {
  opacity: 1;
}
.subscription .selectables .selectable.selected .radio.border .extra ion-icon,
.subscription .selectables .selectable.selected .radio.border .extra .filler {
  opacity: 0;
}
.subscription .selectables .selectable.selected .radio.blue {
  background-color: #0055FC;
}
.subscription .selectables .selectable.selected .radio.blue.border {
  border-color: #0055FC;
}
.subscription .selectables .selectable.selected .radio.blue .filler {
  background-color: white;
}
.subscription .selectables .selectable.selected .content .amount {
  opacity: 1;
}
.subscription .selectables .selectable.selected .extra .radio {
  opacity: 1;
  background-color: transparent;
  width: 24px;
}
.subscription .selectables .selectable ion-icon {
  background-color: #E9EBF2;
  width: 35px;
  height: 35px;
  padding: 17px;
  font-size: 22px;
}
.subscription .selectables .selectable img.image {
  background-color: #E9EBF2;
  object-fit: contain;
  width: 76px;
  height: 76px;
  font-size: 22px;
}
.subscription .selectables .selectable img.image.small {
  width: 40px;
  height: 40px;
}
.subscription .selectables .selectable img.image.contain {
  width: 30px;
  height: 30px;
  font-size: 22px;
  padding: 20px;
}
.subscription .selectables .selectable .close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-color: transparent;
}
.subscription .selectables .selectable .close img {
  width: 100%;
  height: 100%;
}
.subscription .selectables .selectable img,
.subscription .selectables .selectable ion-icon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 8px;
  margin: 0px 10px;
  color: #646776;
}
.subscription .selectables .selectable .desc {
  max-width: calc(100% - 5px);
  position: relative;
  top: 2px;
}
.subscription .selectables .selectable .desc a {
  color: inherit;
}
.subscription .selectables .selectable .input {
  padding: 10px 0px 0px 0px;
}
.subscription .selectables .selectable .input input {
  height: 38px;
}
.subscription .selectables .selectable .action {
  width: 48px;
  padding-left: 5px;
  height: 68px;
  display: flex;
  align-items: flex-end;
}
.subscription .selectables .selectable .action button {
  margin: 0;
  padding: 0;
  width: 38px;
  height: 38px;
}
.subscription .selectables .selectable .action button ion-icon {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  color: white;
  background-color: transparent;
}
.subscription .selectables .selectable .radio {
  overflow: hidden;
  width: 0px;
  height: 24px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  text-align: center;
  transition: 0.15s ease;
  margin-right: 10px;
}
.subscription .selectables .selectable .radio.square {
  border-radius: 8px;
}
.subscription .selectables .selectable .radio.border {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #BCBCBC;
  opacity: 1;
}
.subscription .selectables .selectable .radio.border ion-icon {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  margin-top: 1px;
  opacity: 0;
  font-weight: bold;
}
.subscription .selectables .selectable .radio.blue ion-icon {
  color: white;
}
.subscription .selectables .selectable .radio.blue .filler {
  background-color: #0055FC;
}
.subscription .selectables .selectable .radio.green ion-icon {
  color: white;
}
.subscription .selectables .selectable .radio.green .filler {
  background-color: #73D850;
}
.subscription .selectables .selectable .radio .filler {
  display: inline-block;
  background-color: #6DD400;
  width: 24px;
  height: 24px;
  opacity: 0;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.15s ease;
  border-radius: 33px;
}
.subscription .selectables .selectable .radio ion-icon {
  padding: 0px;
  margin: 0px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: relative;
  top: -1px;
  color: #73D850;
  width: 24px;
  height: 24px;
  font-weight: bold;
  background-color: transparent;
  transition: 0.15s ease;
}
.subscription .selectables .selectable .radio .filler {
  width: 10px;
  height: 10px;
  margin-left: 0px;
  margin-top: 5px;
  opacity: 0;
}
.subscription .selectables .selectable .radio .block {
  padding: 0px;
  margin: 0px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: relative;
  top: -1px;
  color: #6DD400;
  width: 24px;
  height: 24px;
  font-weight: bold;
  background-color: transparent;
}
.subscription .selectables .selectable .content {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 5px 0px;
  width: calc(100% - 130px);
}
.subscription .selectables .selectable .content.shorter {
  width: calc(100% - 148px);
}
.subscription .selectables .selectable .content .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #203352;
  font-family: 'FavoritProBold';
}
.subscription .selectables .selectable .content .name.underline {
  border-bottom: 1px solid white;
  margin: 0px 10px;
}
.subscription .selectables .selectable .content .desc {
  display: inline-block;
  width: auto;
  height: 40px;
  font-size: 16px;
  font-family: 'FavoritProRegular';
  padding-top: 2px;
  color: #203352;
  line-height: 16px;
}
.subscription .selectables .selectable .content .price {
  font-size: 12px;
  display: inline-block;
  font-size: 16px;
  padding-top: 2px;
  font-family: 'FavoritProRegular';
  color: #203352;
}
.subscription .selectables .selectable .content .amount {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.15s ease;
}
.subscription .selectables .selectable .content .amount button {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  color: white;
  background-color: #203352;
  font-weight: bold;
  border-radius: 20px;
  line-height: 22px;
  font-size: 16px;
}
.subscription .selectables .selectable .content .amount button img {
  height: 80%;
  width: 80%;
  margin: 0px;
  padding: 0px;
}
.subscription .selectables .selectable .content .amount input {
  background: transparent;
  border: 0px;
  color: black;
  display: inline-block;
  width: 25px;
  height: 22px;
  line-height: 22px;
  font-size: 15px;
  margin: 0px 4px;
}
.subscription .selectables .selectable .tip {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 14px;
  height: 14px;
  background-color: #a3aabc;
  border-radius: 20px;
  color: white;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-size: bold;
}
@media only screen and (max-width: 900px) {
  .subscription .selectables .selectable .tip {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
}
.subscription .selectables .selectable .extra {
  width: 100%;
  overflow: hidden;
  height: 0px;
  min-width: 100%;
  margin: 5px 0px;
  padding: 0px 0px 0px 100px;
}
.subscription .selectables .selectable .extra::before {
  width: 20px;
  text-align: center;
  height: 20px;
  position: absolute;
  top: 40px;
  right: 10px;
  content: ">";
  font-weight: bold;
  transform: rotate(90deg) rotateY(60deg);
  font-size: 20px;
  transition: 0.15s ease;
}
.subscription .selectables .selectable .extra.show {
  height: auto;
}
.subscription .selectables .selectable .extra.show::before {
  transform: rotate(270deg) rotateY(60deg);
  right: 16px;
}
.subscription .selectables .selectable .extra .dropdown {
  list-style-type: none;
  margin: 0;
  padding: 5px 0px;
}
.subscription .selectables .selectable .extra .dropdown li {
  padding: 4px 0px;
}
.subscription .selectables .selectable .extra .dropdown li span {
  position: relative;
  top: 1px;
  font-size: 15px;
  font-weight: bold;
  color: #646776;
}
.subscription .selectables .selectable .extra .dropdown li.selected .radio ion-icon {
  opacity: 1;
}
.subscription .selectables .selectable .extra .dropdown li.selected .radio.green {
  background-color: #73D850;
}
.subscription .selectables .selectable .extra .dropdown li.selected .radio.green.border {
  border-color: #73D850;
}
.subscription .selectables .selectable .extra .dropdown li.selected .radio.green .filler {
  background-color: white;
}
.checkoutflow .custom-pos-correct {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.subscription .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(70, 77, 90, 0.6);
  z-index: 10;
  opacity: 0;
  transition: 0.15s ease;
}
.subscription .overlay.show {
  opacity: 1;
}
.popup {
  width: 30%;
  position: absolute;
  left: 35%;
  top: 10%;
  background-color: white;
  padding: 30px 0px 30px 30px;
  border-radius: 15px 15px 15px 15px;
  transition: 0.3s ease;
}
.popup.visible {
  top: 10%;
}
@media only screen and (max-width: 900px) {
  .popup {
    width: 100%;
    left: 0px;
    top: 100%;
    height: auto;
    padding: 0px;
    border-radius: 15px 15px 0px 0px;
  }
}
.popup .header {
  width: calc(100% - 30px);
  height: 50px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .popup .header {
    width: 100%;
  }
}
.popup .header .title {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
}
.popup .header .title h2 {
  padding-top: 0px;
  margin-top: 0px;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .popup .header .title h2 {
    margin-top: 0.83em;
  }
}
.popup .header .close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 36px;
  top: -20px;
  right: -20px;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .popup .header .close {
    top: 10px;
    right: 10px;
  }
}
.popup .context {
  width: 100%;
  padding-right: 30px;
  height: auto;
}
.popup .context.scrollable {
  max-height: calc(100% - 90px);
}
@media only screen and (max-width: 900px) {
  .popup .context {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.popup .context button {
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .popup .context button {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }
}
.popup .context .row {
  padding: 5px 0px;
}
.popup .footer {
  width: 100%;
  height: 40px;
  padding-right: 30px;
}
@media only screen and (max-width: 900px) {
  .popup .footer {
    padding-right: 0px;
  }
}
.popup .footer .scroll {
  text-align: center;
  font-size: 38px;
  color: grey;
  cursor: pointer;
}
.popup .context .language ul {
  margin: 0px;
  padding: 0px;
}
.popup .context .language ul li {
  padding: 2px 0px;
  list-style-type: none;
}
.popup .context .language ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: black;
}
.popup .context .language ul li a .radio {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  border: 2px solid #BCBCBC;
  border-radius: 30px;
  margin-right: 4px;
}
.popup .context .language ul li a .text {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  width: 150px;
  text-align: left;
}
.popup .context .language ul li a .flag {
  width: 32px;
  height: 24px;
  padding: 3px 3px;
}
.popup .context .language ul li a .flag img {
  width: 26px;
  height: 18px;
}
.popup .context .support h3 {
  padding-top: 0px;
  margin-top: 0px;
}
.popup .context .support p {
  margin: 0px;
  padding: 0px;
  line-height: 22px;
}
.popup .context .support ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}
.popup .context .support ul li {
  margin: 0px;
  padding: 0px;
  text-align: left;
  height: 32px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.popup .context .support ul li ion-icon {
  padding-left: 6px;
  padding-right: 4px;
  position: relative;
  left: -4px;
  font-size: 24px;
}
.popup .context .support ul li img {
  padding-left: 6px;
  padding-right: 4px;
  position: relative;
  left: -4px;
  width: 24px;
}
.popup .context .support ul li a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@keyframes presentation-header {
  from {
    top: -80px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes presentation-image {
  0% {
    left: -100%;
    opacity: 0;
  }
  75% {
    left: -15%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}
@keyframes presentation-bottom {
  from {
    bottom: -140px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes context {
  from {
    right: -30%;
    opacity: 0;
  }
  to {
    right: 0%;
    opacity: 1;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #E9EBF2;
  color: #203352;
  overflow: hidden;
}
.subscription {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1280px) {
  .subscription.step-subscription .container .presentation .header {
    position: relative;
    animation-name: presentation-header;
    animation-duration: 1s;
  }
  .subscription.step-subscription .container .presentation .image {
    position: relative;
    animation-name: presentation-image;
    animation-duration: 1.5s;
  }
  .subscription.step-subscription .container .presentation .bottom {
    position: relative;
    animation-name: presentation-bottom;
    animation-duration: 1s;
  }
  .subscription.step-subscription .container .context {
    animation-name: context;
    animation-duration: 1s;
  }
}
.subscription div,
.subscription input,
.subscription select,
.subscription textarea,
.subscription span,
.subscription h1,
.subscription h2,
.subscription h3,
.subscription h4 {
  box-sizing: border-box;
}
.subscription .nowrap {
  flex-wrap: nowrap !important;
}
.subscription .alignTop {
  align-items: flex-start !important;
}
.subscription .nopadding {
  padding: 0px !important;
}
.subscription .mg-l-10 {
  margin-left: 10px;
}
.subscription #sms_send_button {
  margin: 0px;
  width: 100%;
  font-weight: bold;
  padding: 8px 5px;
  font-size: 13px;
  transition: 0.3s ease;
}
.subscription #sms_send_button.waiting {
  background-color: grey;
}
@media only screen and (max-width: 900px) {
  .subscription #sms_send_button {
    line-height: 22px;
  }
}
.subscription .row .title {
  color: #203352;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 32px;
  font-family: 'ReplicaProBold';
}
.subscription .row .title .line {
  display: inline-block;
  font-size: 18px !important;
}
.subscription .row .info {
  font-size: 12px;
}
.subscription .row .info.tiny {
  padding: 5px 0px 2px 6px;
  font-size: 16px;
}
.subscription .container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 1;
}
.subscription .container .presentation {
  position: absolute;
  width: 70%;
  min-width: calc(100% - 500px);
  height: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px 30px;
  background: #E9EBF2;
}
@media only screen and (min-width: 800px) and (max-width: 1279px) {
  .subscription .container .presentation {
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation {
    width: 100%;
    top: 0;
    left: 0;
    height: calc(20% + 100px);
    padding: 0px;
    z-index: 1;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1279px) {
  .subscription .container .presentation {
    width: calc(100% - 400px);
  }
}
.subscription .container .presentation .header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .header {
    padding: 24px 20px 0px 20px;
    position: absolute;
    z-index: 3;
  }
}
.subscription .container .presentation .header .logo {
  width: 140px;
}
.subscription .container .presentation .header .logo img {
  padding: 10px 0px;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .header .logo img {
    padding: 0px;
    height: 24px;
  }
}
.subscription .container .presentation .header .steps {
  width: calc(100% - 240px);
  height: 80px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  overflow-x: auto;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .header .steps {
    display: none;
  }
}
@media only screen and (max-width: 1290px) {
  .subscription .container .presentation .header .steps {
    justify-content: left !important;
  }
}
.subscription .container .presentation .header .steps .list {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  border-bottom: 1px solid #C2C8D5;
  counter-reset: step-count;
}
.subscription .container .presentation .header .steps .list.subscription {
  overflow: inherit !important;
}
.subscription .container .presentation .header .steps .list.subscription .step:nth-child(1) {
  color: #203352 !important;
  border-bottom: 3px solid #203352;
  height: 61px;
}
.subscription .container .presentation .header .steps .list.subscription .step:nth-child(1) a {
  color: #203352 !important;
}
.subscription .container .presentation .header .steps .list.subscription .step:nth-child(1) span::before {
  color: #203352 !important;
}
.subscription .container .presentation .header .steps .list.accessories .step:nth-child(2) {
  color: #203352 !important;
  border-bottom: 3px solid #203352;
  height: 61px;
}
.subscription .container .presentation .header .steps .list.accessories .step:nth-child(2) a {
  color: #203352 !important;
}
.subscription .container .presentation .header .steps .list.accessories .step:nth-child(2) span::before {
  color: #203352 !important;
}
.subscription .container .presentation .header .steps .list.overview .step:nth-child(3) {
  color: #203352 !important;
  border-bottom: 3px solid #203352;
  height: 61px;
}
.subscription .container .presentation .header .steps .list.overview .step:nth-child(3) a {
  color: #203352 !important;
}
.subscription .container .presentation .header .steps .list.overview .step:nth-child(3) span::before {
  color: #203352 !important;
}
.subscription .container .presentation .header .steps .list.customer .step:nth-child(4) {
  color: #203352 !important;
  border-bottom: 3px solid #203352;
  height: 61px;
}
.subscription .container .presentation .header .steps .list.customer .step:nth-child(4) a {
  color: #203352 !important;
}
.subscription .container .presentation .header .steps .list.customer .step:nth-child(4) span::before {
  color: #203352 !important;
}
.subscription .container .presentation .header .steps .list.payment .step:nth-child(5) {
  color: #203352 !important;
  border-bottom: 3px solid #203352;
  height: 61px;
}
.subscription .container .presentation .header .steps .list.payment .step:nth-child(5) a {
  color: #203352 !important;
}
.subscription .container .presentation .header .steps .list.payment .step:nth-child(5) span::before {
  color: #203352 !important;
}
.subscription .container .presentation .header .steps .list .step {
  display: inline-block;
  color: #C2C8D5;
  margin: 20px 30px 20px 0px;
  width: 100%;
  white-space: nowrap;
}
@media only screen and (min-width: 1279px) and (max-width: 1365px) {
  .subscription .container .presentation .header .steps .list .step {
    margin: 20px 30px 20px 0px;
  }
}
.subscription .container .presentation .header .steps .list .step:nth-child(5) {
  width: auto;
  margin: 20px 0px 20px 0px;
}
@media only screen and (min-width: 1279px) and (max-width: 1365px) {
  .subscription .container .presentation .header .steps .list .step:nth-child(5) {
    margin: 20px 0px 20px 0px;
  }
}
.subscription .container .presentation .header .steps .list .step span {
  line-height: 40px;
  padding: 0px;
  font-weight: bold;
  font-size: 15px;
  display: flex;
}
.subscription .container .presentation .header .steps .list .step span a {
  color: #C2C8D5;
  text-decoration: none;
}
.subscription .container .presentation .header .steps .list .step span::before {
  color: #C2C8D5;
  counter-increment: step-count;
  content: counter(step-count) ".  ";
  padding-right: 5px;
}
.subscription .container .presentation .header .action {
  width: 100px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.subscription .container .presentation .header .action .language {
  width: 38px;
  height: 28px;
  border-radius: 0px;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .header .action .language {
    width: 28px;
    height: 24px;
  }
}
.subscription .container .presentation .header .action .language .current {
  width: 28px;
  height: 18px;
  cursor: pointer;
  position: relative;
  top: 5px;
}
.subscription .container .presentation .header .action .language .current img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .header .action .language .current {
    height: 24px;
    width: 24px;
    border-radius: 33px;
    overflow: hidden;
    top: 0px;
  }
}
.subscription .container .presentation .header .action .language .switcher {
  position: absolute;
  overflow: hidden;
  display: block;
  background-color: white;
  width: 200px;
  right: 9px;
  padding: 20px;
  z-index: 44;
  box-shadow: 0px 0px 10px 0px #c1c1c1;
  border-radius: 8px;
  display: none;
  top: 42px;
}
.subscription .container .presentation .header .action .language .switcher.show {
  display: inline;
}
.subscription .container .presentation .header .action .language .switcher ul {
  margin: 0px;
  padding: 0px;
}
.subscription .container .presentation .header .action .language .switcher ul li {
  padding: 2px 0px;
  list-style-type: none;
}
.subscription .container .presentation .header .action .language .switcher ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: black;
}
.subscription .container .presentation .header .action .language .switcher ul li a .radio {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  border: 2px solid #BCBCBC;
  border-radius: 30px;
  margin-right: 4px;
}
.subscription .container .presentation .header .action .language .switcher ul li a .radio .selected {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  background-color: #05f;
  border-radius: 30px;
  position: relative;
  top: 2px;
  left: 2px;
}
.subscription .container .presentation .header .action .language .switcher ul li a .text {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  width: 150px;
  text-align: left;
}
.subscription .container .presentation .header .action .language .switcher ul li a .flag {
  width: 32px;
  height: 24px;
  padding: 3px 3px;
}
.subscription .container .presentation .header .action .language .switcher ul li a .flag img {
  width: 26px;
  height: 18px;
}
.subscription .container .presentation .header .action .language ion-icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
  right: 11px;
}
.subscription .container .presentation .header .action .support {
  width: 28px;
  height: 22px;
  line-height: 28px;
  padding: 0px;
  border-radius: 0px;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .header .action .support {
    width: 28px;
    height: 24px;
  }
}
.subscription .container .presentation .header .action .support img {
  position: relative;
  top: 0px;
  width: 24px;
  height: 24px;
  left: 6px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .header .action .support img {
    width: 28px;
    height: 28px;
    top: -2px;
  }
}
.subscription .container .presentation .header .action .support .contact {
  position: absolute;
  overflow: hidden;
  display: block;
  background-color: white;
  width: 220px;
  right: -3px;
  padding: 20px;
  z-index: 44;
  box-shadow: 0px 0px 10px 0px #c1c1c1;
  border-radius: 8px;
  display: none;
  top: 38px;
  text-align: left;
  font-size: 14px;
}
.subscription .container .presentation .header .action .support .contact h3 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}
.subscription .container .presentation .header .action .support .contact p {
  margin: 0px;
  padding: 0px;
  line-height: 22px;
}
.subscription .container .presentation .header .action .support .contact ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}
.subscription .container .presentation .header .action .support .contact ul li {
  margin: 0px;
  padding: 0px;
  text-align: left;
  height: 32px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.subscription .container .presentation .header .action .support .contact ul li ion-icon {
  padding-left: 2px;
  padding-right: 4px;
  position: relative;
  left: -4px;
  font-size: 24px;
}
.subscription .container .presentation .header .action .support .contact ul li img {
  padding-left: 2px;
  padding-right: 4px;
  position: relative;
  left: -4px;
  width: 24px;
}
.subscription .container .presentation .header .action .support .contact ul li a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.subscription .container .presentation .header .action .support .contact.show {
  display: inline;
}
.subscription .container .presentation .bottom {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .bottom {
    flex-direction: column;
    overflow: hidden;
    height: 40px;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.subscription .container .presentation .bottom .usp {
  display: flex;
  width: 80%;
  justify-content: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .bottom .usp {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.subscription .container .presentation .bottom .usp li {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .bottom .usp li {
    padding-bottom: 10px;
  }
}
.subscription .container .presentation .bottom .usp li ion-icon {
  font-size: 24px;
  margin-right: 8px;
  font-weight: bold;
  position: relative;
  top: -1px;
  color: #73D850;
}
.subscription .container .presentation .bottom .usp li span {
  color: #6B748A;
}
.subscription .container .presentation .bottom .stock {
  padding-top: 40px;
  text-align: center;
  width: 80%;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscription .container .presentation .bottom .stock ion-icon {
  font-size: 36px;
  margin-right: 8px;
  font-weight: bold;
  position: relative;
  top: -2px;
  color: #73D850;
}
.subscription .container .presentation .bottom .stock span {
  color: #203352;
}
.subscription .container .presentation .image {
  width: 100%;
  height: calc(100% - 170px);
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .image {
    height: 100%;
    top: 0px;
    z-index: 1;
    padding: 20px;
  }
}
.subscription .container .presentation .image .master {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  transition: 0.15s ease;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .image .master {
    position: relative;
  }
}
.subscription .container .presentation .image .master.run-animation {
  animation-name: changeVehicle;
  animation-duration: 1.2s;
}
@keyframes changeVehicle {
  0% {
    opacity: 1;
    left: 0px;
  }
  20% {
    opacity: 0;
    left: 0px;
  }
  60% {
    opacity: 0;
    left: -1000px;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
.subscription .container .presentation .image .master img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.subscription .container .presentation .image .master img.additional {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.subscription .container .presentation .image .master img.additional.show {
  opacity: 1;
}
.subscription .container .presentation .image .additional {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 900px) {
  .subscription .container .presentation .image .additional {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
}
.subscription .container .presentation .image .additional img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: contain;
  transition: 0.3s ease linear;
}
.subscription .container .presentation .image .additional img.not-visible {
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .subscription .container .mobile-merger {
    position: relative;
    width: 100%;
    height: 80%;
    top: 20%;
    padding-top: 0px;
    overflow: auto;
    z-index: 2;
  }
}
.subscription .container .context {
  position: absolute;
  width: 30%;
  max-width: 500px;
  height: 100%;
  right: 0%;
  padding: 0px;
  box-shadow: 4px 0px 39px 0px #c8d2e9;
  background-color: white;
}
@media only screen and (max-width: 900px) {
  .subscription .container .context {
    position: relative;
    width: 100%;
    top: 0px;
    padding: 0px;
    height: auto;
    max-width: 100%;
    min-height: 100%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 900px) {
  .subscription .container .context {
    max-width: 100%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1279px) {
  .subscription .container .context {
    width: 400px;
  }
}
.subscription .container .context .configurables {
  right: 0%;
  width: 100%;
  height: calc(100% - 260px);
  overflow: hidden;
  padding-bottom: 0px;
  background-color: white;
}
.subscription .container .context .configurables.small {
  height: calc(100% - 260px);
}
@media only screen and (max-width: 900px) {
  .subscription .container .context .configurables {
    height: auto !important;
    padding-bottom: 10px;
    position: relative;
  }
}
.subscription .container .context .configurables .step {
  text-align: center;
  padding: 35px 0px 5px 0px;
}
@media only screen and (max-width: 900px) {
  .subscription .container .context .configurables .step {
    position: fixed;
    right: 0px;
    top: 20%;
    padding: 15px 20px;
    font-size: 18px;
    z-index: 999;
    background-color: white;
  }
}
.subscription .container .context .configurables .step span {
  font-weight: 600;
  font-size: 15px;
}
.subscription .container .context .configurables h2.title {
  color: black;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  padding: 20px 32px;
  font-family: 'ReplicaProBold';
  color: #203352;
}
.subscription .container .context .configurables h2.title.tleft {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .subscription .container .context .configurables h2.title {
    position: fixed;
    left: 0px;
    top: 20%;
    padding: 15px 20px;
    font-size: 18px;
    z-index: 998;
    background-color: white;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #DFDFDF;
  }
}
.subscription .container .context .configurables .items {
  width: 100%;
  height: calc(100% - 80px);
  overflow: hidden;
  padding-top: 30px;
  scroll-behavior: smooth;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 900px) {
  .subscription .container .context .configurables .items {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    border-top: 1px solid  black;
    padding-bottom: 20px;
  }
}
.subscription .container .context .configurables .items .invoice-details {
  width: 100%;
  padding: 30px 0px;
  background-color: #E9EBF2;
  font-size: 13px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  line-height: 18px;
}
.subscription .container .context .configurables .items .invoice-details .edit-customer {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 22px;
  color: #203352;
}
.subscription .container .context .configurables .items .item.list .selectables .selectable {
  width: 100%;
  margin-bottom: 10px;
}
.subscription .container .context .configurables .items .item.list .selectables .selectable.disabled {
  cursor: auto;
}
.subscription .container .context .configurables .items .item.grid .selectables .selectable {
  width: calc(50% - 70px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 32px;
}
.subscription .container .context .configurables .items .item .title {
  color: #203352;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'ReplicaProBold';
}
.subscription .container .context .bottom {
  background-color: white;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 38px;
  color: grey;
  opacity: 1;
}
.subscription .container .context .bottom ion-icon {
  display: none;
  color: #A3AABC;
}
.subscription .container .context .bottom.show ion-icon {
  display: inline-block;
}
.subscription .container .context .bottom ion-icon {
  cursor: pointer;
}
.subscription .container .home {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 70px;
  width: 100%;
  text-align: right;
  padding-right: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: flex-end;
  background-color: white;
}
.subscription .container .home span {
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .subscription .container .home {
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.subscription .container .checkout {
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: white;
  align-items: center;
  border-top: 1px solid #e4e6ea;
}
.subscription .container .checkout .payment {
  width: 100%;
  position: relative;
}
.subscription .container .checkout .payment.show.no-tax .extra-info {
  height: 160px;
}
.subscription .container .checkout .payment.show .extra-info {
  height: 204px;
  bottom: 67px;
}
.subscription .container .checkout .payment.show .extra-info table thead tr th .cheveron {
  transform: rotate(270deg) rotateY(60deg);
  right: 40px;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout .payment.show .extra-info table thead tr th .cheveron {
    right: 25px;
  }
}
.subscription .container .checkout .payment.show .base-info .title {
  font-family: 'ReplicaProBold';
}
.subscription .container .checkout .payment.show .base-info .title .cheveron {
  transform: rotate(270deg) rotateY(60deg);
  right: -22px;
}
.subscription .container .checkout .payment .extra-info {
  width: 100%;
  height: 42px;
  position: absolute;
  bottom: 67px;
  background-color: white;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 2222;
}
.subscription .container .checkout .payment .extra-info table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.subscription .container .checkout .payment .extra-info table thead {
  width: 100%;
  margin: 0;
  padding: 0;
}
.subscription .container .checkout .payment .extra-info table thead tr {
  width: 100%;
  margin: 0;
  padding: 0;
}
.subscription .container .checkout .payment .extra-info table thead tr th {
  background-color: #a3aabc;
  width: 100%;
  margin: 0;
  padding: 5px 32px;
  line-height: 32px;
  text-align: left;
  color: white;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout .payment .extra-info table thead tr th {
    padding: 5px 20px;
  }
}
.subscription .container .checkout .payment .extra-info table thead tr th .cheveron {
  width: 20px;
  text-align: center;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 20px;
  content: ">";
  font-weight: bold;
  transform: rotate(90deg) rotateY(60deg);
  font-size: 20px;
  transition: 0.15s ease;
}
.subscription .container .checkout .payment .extra-info table tbody tr td {
  line-height: 38px;
}
.subscription .container .checkout .payment .extra-info table tbody tr td:first-child {
  padding-left: 32px;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout .payment .extra-info table tbody tr td:first-child {
    padding-left: 20px;
  }
}
.subscription .container .checkout .payment .extra-info table tbody tr td:last-child {
  text-align: right;
  padding-right: 32px;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout .payment .extra-info table tbody tr td:last-child {
    padding-right: 20px;
  }
}
.subscription .container .checkout .payment .extra-info table tbody tr td span {
  white-space: nowrap;
}
.subscription .container .checkout .payment .extra-info table tbody tr td span.discount {
  white-space: nowrap;
  color: #d4daea;
  text-decoration: line-through;
  font-size: 14px;
  text-decoration-color: red;
}
.subscription .container .checkout .payment .base-info {
  border-top: 1px solid #e4e6ea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 15px 30px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout .payment .base-info {
    padding: 15px 20px;
  }
}
.subscription .container .checkout .payment .base-info .title {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  font-family: 'ReplicaProBold';
}
.subscription .container .checkout .payment .base-info .title .text {
  text-transform: inherit;
  font-size: 20px;
  font-family: 'ReplicaProBold';
}
.subscription .container .checkout .payment .base-info .title .cheveron {
  width: 20px;
  text-align: center;
  height: 20px;
  position: absolute;
  top: 2px;
  right: -30px;
  content: ">";
  font-weight: bold;
  transform: rotate(90deg) rotateY(60deg);
  font-size: 20px;
  transition: 0.15s ease;
}
.subscription .container .checkout .payment .base-info .amount {
  font-size: 30px;
  font-family: 'ReplicaProBold' !important;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.subscription .container .checkout .row {
  padding: 15px 30px;
}
.subscription .container .checkout .row span {
  font-size: 14px;
}
.subscription .container .checkout .row span.title {
  text-transform: inherit;
  font-size: 18px;
  font-family: 'ReplicaProBold';
}
.subscription .container .checkout .row span.amount {
  font-size: 34px;
  color: #203352;
  transition: color 0.15s ease;
  padding-left: 5px;
  font-family: 'ReplicaProBold';
}
.subscription .container .checkout .row span.amount.discount {
  color: #e1ff00;
}
.subscription .container .checkout .row span.amount .big {
  font-size: 30px;
  vertical-align: top;
  position: relative;
  left: -2px;
  font-family: 'ReplicaProBold' !important;
}
.subscription .container .checkout .row span.amount .small {
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: 3px;
}
.subscription .container .checkout .row.one-time {
  background-color: #7181a8;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout .row.one-time {
    padding: 15px 20px;
  }
}
.subscription .container .checkout .row.one-time .title,
.subscription .container .checkout .row.one-time .amount {
  color: white;
}
.subscription .container .checkout .row.one-time .title {
  display: flex;
  flex-wrap: nowrap;
}
.subscription .container .checkout .row.one-time .title .tip {
  position: relative;
  top: -5px;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 20px;
  color: #7181a8;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout .row.subscription {
    padding: 15px 20px;
  }
}
.subscription .container .checkout .row.actions {
  width: calc(100% - 60px);
  border-top: 1px solid #e4e6ea;
  margin: 0px 30px;
  display: flex;
  vertical-align: top;
  float: right;
  padding: 20px 0px;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout .row.actions {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0px;
    width: 100%;
    padding: 30px 15px;
  }
}
.subscription .container .checkout .row.actions #prev_button {
  padding: 8px;
  vertical-align: top;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout .row.actions #prev_button {
    width: 100%;
    margin-left: 0px;
  }
}
.subscription .container .checkout .row.actions #next_button {
  padding: 8px 10px 8px 20px;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .subscription .container .checkout .row.actions #next_button {
    width: 100%;
    margin-left: 0px;
  }
}
.subscription .container .checkout .row.actions #next_button ion-icon {
  position: relative;
  top: 0px;
  font-size: 18px;
  width: 18px;
  height: 18px;
  left: 0px;
}

.subscription.step-finish .container .context .configurables {
  height: calc(100% - 120px);
  overflow: visible;
}

.subscription.step-finish .container .context .configurables .items {
	padding-top: 16px;
}