:root {
  --white: #fff;
  --black: #000;
  --text: #35373f;
  --light-grey: #aeb7c0;
  --light-text: #727980;
  --pix-color: #32bcad;
  --light: #dde1e5;
  --body-background: #e7ebec;
  --error: #ea3027;
  --blue: #3d85d8;
  --success: #71c357;
  --alert: #f8af32;
  --labels: #212121;
  --light-border: #dde1e5;
}

/**
Custom Scrollbar
 */
::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background-color:#fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #aaa;
}
.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}


.axiforma {
  font-family: Axiforma, arial, sans-serif;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.text-primary {
  color: var(--primary);
}

.text-success {
  color: var(--success);
}

.text-alert {
  color: var(--alert);
}

.text-error {
  color: var(--error);
}

.text-default {
  color: var(--text);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  font-size: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 20px;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

body,
html {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

html {
  height: 100%;
}

body {
  background-color: var(--body-background);
  color: var(--text);
  font-family: Axiforma, arial, sans-serif;
  min-height: 100vh;
  min-width: 100vw;
}

body.bar-coupon-visible {
  padding-top: 35px;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: var(--text);
  -webkit-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
}

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.body-checkout {
  padding: 20px;
  text-align: left!important;
}

.wrapper-checkout  .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.wrapper-checkout  .row [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.order-bump > .card-bump {
  margin-bottom: 10px;
}

.order-bump > .card-bump:last-child {
  margin-bottom: 0;
}

.wrapper-checkout {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  width: 100%;
}

.wrapper-checkout > .header img {
  height: auto;
  width: 100%;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast; 
}

.accordions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.accordions > .accordion-item {
  border: 1px solid var(--light-border);
  border-radius: 5px;
  cursor: pointer;
  min-height: 50px;
  padding: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordions > .accordion-item.-active,
.accordions > .accordion-item:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.accordions > .accordion-item.-active > .action > .icon path,
.accordions > .accordion-item.-active > .action > .icon svg,
.accordions > .accordion-item:hover > .action > .icon path,
.accordions > .accordion-item:hover > .action > .icon svg {
  fill: var(--primary);
}

.accordions > .accordion-item.-active > .action > .radio-check {
  background-color: var(--white);
  border-color: var(--primary);
}

.accordions > .accordion-item.-active > .action > .radio-check:before {
  background-color: var(--primary);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.accordions > .accordion-item.-grey.-active,
.accordions > .accordion-item.-grey:hover {
  border-color: var(--light-border);
  color: var(--text);
}

.accordions > .accordion-item.-grey > .action > .radio-check {
  background-color: var(--white);
  border-color: var(--primary);
}

.accordions > .accordion-item.-grey > .action > .radio-check:before {
  background-color: var(--primary);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.accordions > .accordion-item > .action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  text-align: center;
}

.accordions > .accordion-item > .action input {
  display: none;
}

.accordions > .accordion-item > .action > .radio-check {
  -webkit-box-flex: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid var(--light-text);
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: -3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 20px;
}

.accordions > .accordion-item > .action > .radio-check:before {
  border-radius: 50%;
  content: "";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 12px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  width: 12px;
}

.accordions > .accordion-item > .action > .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: -3px;
}

.accordions > .accordion-item > .action > .icon path,
.accordions > .accordion-item > .action > .icon svg {
  fill: var(--light-grey);
  height: auto;
  min-height: 24px;
  min-width: 24px;
  width: auto;
}

.accordions > .accordion-item > .action > .name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--labels);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.accordions > .accordion-item > .action > .name .badge {
  margin-top: -2px;
}

.accordion-content {
  height: 0;
  overflow: hidden;
}

.accordion-content .accordion-inside {
  color: var(--text);
  overflow: hidden;
  padding-top: 20px;
}

.accordion-content .row {
  margin-bottom: -15px;
  flex-wrap: wrap;
}

.accordion-content .col.-expire,
.accordion-content .col.-secure {
  max-width: 50%;
}

.accordion-content .col.-divide {
  width: 100%;
}

.badge {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 1px solid var(--primary);
  border-radius: 5px;
  color: var(--primary);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  padding: 5px 5px 3px;
}

.badge.-alert {
  border-color: var(--alert);
  color: var(--alert);
}

.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.button.-sm {
  min-height: 45px;
}

.button.-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button.-light-grey {
  fill: var(--white);
  background-color: var(--light-grey);
  color: var(--white);
}

.button.-light-grey:hover {
  fill: var(--white);
  background-color: var(--light-text);
  color: var(--white);
}

.button.-error-outline {
	color: var(--error);
	background-color: transparent;
	border-color: var(--error);
	border: 2px solid var(--error);
  }
.button.-error-outline:hover {
color: var(--error);
background-color: transparent;
fill: var(--error);
border: 2px solid var(--error);
}
.button.-success {
  fill: var(--white);
  background-color: var(--success);
  color: var(--white);
}

.button.-success:hover {
  background-color: #61bc44;
}

.button.-success-outline,
.button.-success-outline:hover {
  fill: var(--success);
  background-color: transparent;
  border: 2px solid var(--success);
  color: var(--success);
}

.button.-disabled,
.button.-disabled:hover,
.button.disable-cursor,
.button.disable-cursor:hover {
  fill: var(--light-text);
  background-color: var(--light-border);
  color: var(--light-text);
}

.button.-primary {
  fill: var(--white);
}

.button.-primary,
.button.-primary:hover {
  background-color: var(--primary);
  color: var(--white);
}

.button.-light-outline {
	color: var(--text);
	border: 2px solid var(--light-border);
	fill: var(--text);
	background-color: transparent;
  }
  .button.-light-outline:hover {
	color: var(--text);
	border: 2px solid var(--light-border);
	fill: var(--text);
	background-color: transparent;
  }
.button.-blue {
  fill: var(--white);
}

.button.-blue,
.button.-blue:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 5px;
  margin-top: 3px;
}

.button .icon svg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: auto;
  max-height: 16px;
  max-width: 16px;
  width: 100%;
}

.disable-cursor {
  cursor: not-allowed !important;
}

.card-bump {
  border: 1px solid var(--light-border);
  border-radius: 5px;
  color: var(--labels);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.card-bump > .image {
  -webkit-box-flex: 0;
  border-radius: 5px;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  margin-right: 15px;
  overflow: hidden;
  width: 80px;
}

.card-bump > .image img {
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 80px;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
  image-rendering: -webkit-optimize-contrast;
}

.card-bump > .infos > .name {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.card-bump > .infos > .price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--labels);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 400;
}

.card-bump > .infos > .price > .sale {
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
}

.card-bump > .infos > .custom-checkbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: var(--success);
  color: var(--white);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  height: 33px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
  margin-top: 5px;
  min-width: 170px;
  padding: 0 5px 0 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.card-bump > .infos > .custom-checkbox,
.card-bump > .infos > .custom-checkbox .square {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
}

.card-bump > .infos > .custom-checkbox .square {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 10px;
  width: 22px;
}

.card-bump > .infos > .custom-checkbox input {
  display: none;
}

.card-bump.-active {
  border-color: var(--primary);
}

.card-bump.-active > .infos > .name {
  color: var(--primary);
}

.card-bump.-active > .infos > .custom-checkbox {
  background-color: var(--primary);
}

.card-bump.-active > .infos > .custom-checkbox .square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-bump.-active > .infos > .custom-checkbox .square:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjcxMyA2LjIxM2EuOTM3LjkzNyAwIDAgMSAxLjMzNyAxLjMxMmwtNC45ODggNi4yMzdhLjkzOC45MzggMCAwIDEtMS4zNS4wMjVMNS40MDUgMTAuNDhBLjkzNy45MzcgMCAxIDEgNi43MyA5LjE1NWwyLjYxNyAyLjYxNkwxMy42OSA2LjI0YS4zNTUuMzU1IDAgMCAxIC4wMjUtLjAyN2gtLjAwMloiIGZpbGw9IiM0QUQ3QjEiLz48L3N2Zz4=");
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.card-bump.-active > .infos > .price > .sale {
  color: var(--primary);
}

.card-bump.card-product {
  border: none;
  padding: 0;
}

.entry-content {
  font-size: 14px;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content-card {
  font-size: 14px;
}

.entry-content-card p:last-child {
  margin-bottom: 0;
}

.floating-label-wrapper {
  position: relative;
}

.floating-label-wrapper.-boleto .floating-input,
.floating-label-wrapper.-pix .floating-input {
  font-size: 15px;
  height: 55px;
  overflow: hidden;
  padding-right: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-label-wrapper.-boleto .floating-input {
  text-overflow: clip;
}

.floating-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  border: none;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}

.floating-icon svg {
  fill: var(--labels);
  max-height: 26px;
  max-width: 32px;
  width: 100%;
}

.floating-icon.-cvv svg {
  max-height: 16px;
}

.floating-icon.-copy {
  cursor: pointer;
  pointer-events: auto;
}

.floating-icon.-copy > path,
.floating-icon.-copy > svg {
  fill: var(--success);
  margin-top: 6px;
  max-height: 20px;
}

.floating-label {
  background: #fff;
  color: var(--labels);
  font-size: 16px;
  font-weight: 400;
  left: 10px;
  padding: 0 5px;
  pointer-events: none;
  position: absolute;
  top: 11px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.floating-input,
.floating-select {
  background: var(--white);
  border: 1px solid var(--light-border);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text);
  display: block;
  font-size: 16px;
  height: 45px;
  padding: 0 15px;
  -webkit-transition: border 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
  white-space: nowrap;
  width: 100%;
}

.floating-input::-webkit-input-placeholder,
.floating-select::-webkit-input-placeholder {
  color: var(--white);
}

.floating-input::-moz-placeholder,
.floating-select::-moz-placeholder {
  color: var(--white);
}

.floating-input:-ms-input-placeholder,
.floating-select:-ms-input-placeholder {
  color: var(--white);
}

.floating-input::-ms-input-placeholder,
.floating-select::-ms-input-placeholder {
  color: var(--white);
}

.floating-input::placeholder,
.floating-select::placeholder {
  color: var(--white);
}

.floating-input:focus,
.floating-select:focus {
  border-color: var(--labels);
  outline: none;
}

.floating-input:focus::-webkit-input-placeholder,
.floating-select:focus::-webkit-input-placeholder {
  color: var(--labels);
}

.floating-input:focus::-moz-placeholder,
.floating-select:focus::-moz-placeholder {
  color: var(--labels);
}

.floating-input:focus:-ms-input-placeholder,
.floating-select:focus:-ms-input-placeholder {
  color: var(--labels);
}

.floating-input:focus::-ms-input-placeholder,
.floating-select:focus::-ms-input-placeholder {
  color: var(--labels);
}

.floating-input:focus::placeholder,
.floating-select:focus::placeholder {
  color: var(--labels);
}

.floating-input:focus ~ .floating-label,
.floating-select:focus ~ .floating-label {
  font-size: 12px;
  top: -8px;
  width: auto;
}

select.floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.floating-select::-ms-expand {
  display: none;
}

.floating-input:not(:-moz-placeholder-shown) ~ .floating-label {
  font-size: 12px;
  top: -8px;
}

.floating-input:not(:-ms-input-placeholder) ~ .floating-label {
  font-size: 12px;
  top: -8px;
}

.floating-input:not(:placeholder-shown) ~ .floating-label {
  font-size: 12px;
  top: -8px;
}

.floating-select:not([value=""]):valid ~ .floating-label {
  font-size: 13px;
  top: -8px;
}

.floating-select[value=""]:focus ~ .floating-label {
  font-size: 13px;
  top: 14px;
}

.floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTE2IDcuNTQ4Yy40MzYtLjQ0NiAxLjA0My0uNDgxIDEuNTc2IDBMMTAgMTEuMjk1bDMuOTA4LTMuNzQ3Yy41MzMtLjQ4MSAxLjE0MS0uNDQ2IDEuNTc0IDAgLjQzNi40NDUuNDA4IDEuMTk3IDAgMS42MTUtLjQwNi40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDJhMS4wOTUgMS4wOTUgMCAwIDEtMS41NzYgMFM0LjkyNCA5LjU4MSA0LjUxNiA5LjE2M2MtLjQwOS0uNDE4LS40MzYtMS4xNyAwLTEuNjE1WiIgZmlsbD0iIzg5ODk4OSIvPjwvc3ZnPg==");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}

.invalid-input .floating-input,
.invalid-input .floating-select {
  border: 1px solid var(--error);
  color: var(--error);
}

.invalid-input .floating-label {
  color: var(--error);
  font-weight: 600;
}

.invalid-input .floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTE2IDcuNTQ4Yy40MzYtLjQ0NiAxLjA0My0uNDgxIDEuNTc2IDBMMTAgMTEuMjk1bDMuOTA4LTMuNzQ3Yy41MzMtLjQ4MSAxLjE0MS0uNDQ2IDEuNTc0IDAgLjQzNi40NDUuNDA4IDEuMTk3IDAgMS42MTUtLjQwNi40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDJhMS4wOTUgMS4wOTUgMCAwIDEtMS41NzYgMFM0LjkyNCA5LjU4MSA0LjUxNiA5LjE2M2MtLjQwOS0uNDE4LS40MzYtMS4xNyAwLTEuNjE1WiIgZmlsbD0iIzg5ODk4OSIvPjwvc3ZnPg==");
}

.valid-input:not(.ignore-icon) .floating-icon svg {
  max-height: 26px;
  max-width: 32px;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group .floating-input {
  border-left: 0;
  border-radius: 0 4px 4px 0;
  padding-left: 0;
}

.input-group-append,
.input-group-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group-text {
  border: 1px solid #3d85d8;
  border-radius: 4px 0 0 4px;
  border-right: none;
  color: #323840;
  font-size: 12px;
  font-weight: 400;
  height: 34px;
  padding: 0 5px 0 20px;
  text-align: center;
  white-space: nowrap;
}

.floating-label-error {
  color: var(--error);
  display: block;
  font-size: 10px;
  margin-top: 5px;
}

.footer-checkout {
  border-top: 1px solid var(--light-border);
  color: var(--light-text);
  padding: 15px 30px 30px;
}

.footer-checkout > .logo {
  margin-bottom: 10px;
  text-align: center;
}

.footer-checkout > .terms {
  font-size: 12px;
  text-align: center;
}

.footer-checkout > .terms a {
  color: var(--light-text);
  text-decoration: underline;
}

.order-totals {
  border: 1px solid var(--light-border);
  border-radius: 5px;
  color: var(--text);
  padding: 15px;
}

.order-totals > .item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-totals > .item:last-child {
  margin-bottom: 0;
}

.order-totals > .item > .value {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: row;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  text-align: right;
}

.order-totals > .item > .value > del {
  color: var(--light-text);
  font-size: 13px;
}

.order-totals > .item > .value > .price {
  font-weight: 600;
  margin-left: 10px;
}

.order-totals > .item.-free > .value > .price {
  color: var(--primary);
}

.order-totals > .item.-total {
  border-top: 1px solid var(--light-border);
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  padding-bottom: 0;
  padding-top: 15px;
}

.secure {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--light-text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  margin-top: 15px;
  text-align: center;
}

.secure img {
  margin-right: 5px;
  margin-top: -2px;
}

.secure .seals {
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  grid-column-gap: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}

.title {
  font-size: 18px;
}

.title.-sm {
  font-size: 14px;
}

.title.-md {
  font-size: 16px;
}

.title.-lg {
  font-size: 22px;
}

.title img {
  margin-right: 3px;
  margin-top: -3px;
  vertical-align: middle;
}

.title.-border:before {
  background-color: var(--light-text);
  border-radius: 10px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  min-height: 15px;
  width: 5px;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  body.boleto .wrapper-checkout {
    display: none;
  }
  .container {
    max-width: 1170px;
  }
  .button {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

#label_card {
  display: none;
}

#label_billet {
  display: none;
}

#label_pix {
  display: none;
}

.modal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 100vh;
  max-width: 100vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
  display: none;
}

.modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.modal .close svg {
  width: 30px;
  height: auto;
}

.wrapper-modal {
  background-color: var(--white);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04),
    0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  position: absolute;
  margin: auto;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  z-index: 1000;
  max-width: 300px;
  max-height: 300px;
  border-radius: 5px;
  text-align: center;
  padding: 0 15px;
}
.loadingmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  stroke: var(--light-border);
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.errormark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  stroke: var(--error);
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.checkmark {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #4bb71b;
  box-shadow: inset 0px 0px 0px #4bb71b;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}
.checkmark.-run {
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}
.checkmark.-run .checkmark__circle {
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark.-run .checkmark__check {
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: var(--white);
}
.checkmark__check {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #4bb71b;
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #4bb71b;
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}

.circular {
  animation: rotate 2s linear infinite;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: var(--success);
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}


@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

/**
Trumps
 */
/*# sourceMappingURL=main.css.map */

.text-center {
  text-align: center;
}

select{
  cursor:pointer;
}

.entry-value{
  color:#000000;
}

.cupom_10 .badge, .cupom_25 .badge, .cupom_30 .badge, .cupom_40 .badge, .cupom_75 .badge{
  color:#ffffff;
  border-color: var(--success);
  background-color: var(--success);
  margin-left: 10px;
}

.bar-coupon {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  color: var(--white);
  height: 35px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  z-index: 900;
}

.bar-coupon span {
  display: none;
}

.form-check{
  margin-top:10px;
}

.form-check-input {
  transform: scale(1.3);
  cursor: pointer;
}

/* Aumentar o tamanho do texto do label */
.form-check-label {
  font-size: 1.2rem;
  margin-left: 10px;
}

.body-checkout .title {
  margin-top: 20px!important;
  margin-bottom: 10px!important;
}
.wrapper-checkout .badge {
  border: 1px solid #71c357!important;
  background-color: #71c357!important;
  color: #ffffff!important;
}