* {
  font-family: 'rubikregular';
  outline: none !important;
}

body {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
}
div#root {
  width: 100%;
}

header.header {
  background: #016cb2;
  padding: 25px 0;
  height: 100px;
}
header.header img {
}
header.header p {
  color: #fff;
  font-size: 14px;
}
header.header p i {
  margin-right: 5px;
}

#megasac-button {
  left: 15pt !important;
  right: unset !important;
}
#megasac-info {
  left: 70pt !important;
  right: unset !important;
}

div.page__checkout {
  padding-top: 30px;
  padding-bottom: 60px;
}
div.page__checkout h3 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  color: #444053;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}
div.page__checkout h3 + p {
  font-family: Roboto;
  color: #8d8d8d;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  div.page__checkout .painel-product .product table thead tr th:nth-child(2),
  div.page__checkout .painel-product .product table tbody tr td:nth-child(2),
  div.page__checkout .painel-product .product table thead tr th:nth-child(3),
  div.page__checkout .painel-product .product table tbody tr td:nth-child(3),
  div.page__checkout .painel-product .product table thead tr th:nth-child(4),
  div.page__checkout .painel-product .product table tbody tr td:nth-child(4) {
    display: none;
  }
  div.page__checkout .painel-product .product table thead tr th:nth-child(5),
  div.page__checkout .painel-product .product table tbody tr td:nth-child(5) {
    display: table-cell !important;
  }
  div.page__checkout h3 {
    flex-direction: column;
  }
  h3 a.btn-carrinho,
  h3 button.btn-carrinho {
    margin-top: 10px;
  }
  div.page__checkout .content__type_payment {
    flex-direction: column !important;
    width: 100% !important;
  }
  div.page__checkout .content__type_payment .type_payment.debit_card {
    display: none !important;
  }
  div.page__checkout .content__type_payment .type_payment {
    margin-right: 0px !important;
  }
  div.page__checkout .content__type_shipping {
    flex-direction: column !important;
    width: 100% !important;
  }
  div.page__checkout .content__type_shipping .type_shipping {
    margin-right: 0px !important;
  }
  body .content__step {
    flex-direction: column;
    width: 100%;
    border: none;
    display: none;
  }
  body .content__step .step:first-child {
    border-top: 1px solid #e4e4e5;
  }
  body .content__step .step {
    width: 100%;
    border-left: 1px solid #e4e4e5;
    border-bottom: 1px solid #e4e4e5;
  }
  body .content__step .step::before {
    display: none;
  }
  body .content__step .step::after {
    display: none;
  }

  header.header .header-container {
    flex-direction: column;
  }
  header.header .header-container a {
    display: block;
    margin-right: 1rem;
  }
  header.header .header-container > div:last-child {
    display: none !important;
  }

  footer.footer,
  footer.footer .payment-method {
    text-align: center !important;
    margin: 25px 0 0;
  }
  body footer.footer .payment-method div {
    float: none;
    text-align: center;
  }
  body footer.footer .payment-method div img {
    height: auto;
    max-width: 33px;
  }
}
.content__step {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #e4e4e5;
  border-radius: 4px;
  width: fit-content;
  margin: 35px 0 60px;
}
.content__step .step.active {
  background: #e4e4e5;
}
.content__step .step:last-child::after {
  display: none;
}
.content__step .step.active::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #e4e4e5;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.content__step .step.check::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 10px solid #e4e4e5;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.content__step .step.check::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.content__step .step.active h4 {
  color: #444053;
}
.content__step .step.active p {
  color: #444053;
}
.content__step .step.check span {
  color: rgba(1, 108, 178, 0.5);
}
.content__step .step.check h4 {
  color: rgba(1, 108, 178, 0.5);
}
.content__step .step.check p {
  color: rgba(0, 0, 0, 0.5);
}
.content__step .step {
  padding: 10px 35px;
  display: flex;
  align-items: center;
  position: relative;
  border-right: 1px solid #e4e4e5;
}
.content__step .step.active span {
  color: #444053;
}
.content__step .step span {
  font-size: 30px;
  font-family: Montserrat;
  font-weight: bold;
  margin-right: 17.5px;
  color: #7e7e7e;
}
.content__step .step span + div {
}
.content__step .step h4 {
  font-family: Montserrat;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin: 0 0 2px;
}
.content__step .step p {
  font-size: 13px;
  font-family: Roboto;
  color: #b2b2b2;
  margin: 0;
}
div.page__checkout .content__type_payment {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 15px 0 0;
}
div.page__checkout .content__type_payment .type_payment.active {
  background: #006cb2;
}
div.page__checkout .content__type_payment .type_payment.active p {
  color: #fff;
}
div.page__checkout .content__type_payment .type_payment.active span {
  color: #fff;
}
div.page__checkout .content__type_payment .type_payment.active i {
  color: #fff;
  border-color: #fff;
}
div.page__checkout .content__type_payment .type_payment {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #016cb2;
  margin-bottom: 20px;
}
div.page__checkout .content__type_payment .type_payment.caixa {
  background-position: left center;
  background-size: 100% auto;
}
div.page__checkout .content__type_payment .type_payment i {
  border: 1px solid #016cb2;
  padding: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  outline: none !important;
}
div.page__checkout .content__type_payment .type_payment:focus {
  outline: 0 !important;
  background: #016cb2;
}
div.page__checkout .content__type_payment .type_payment:focus i,
div.page__checkout .content__type_payment .type_payment:focus p,
div.page__checkout .content__type_payment .type_payment:focus span,
div.page__checkout .content__type_payment .type_payment:focus strong {
  color: #fff;
  border-color: #fff;
}
div.page__checkout .content__type_payment .type_payment div {
  text-align: left;
  margin: 0 0 0 15px;
}
div.page__checkout .content__type_payment .type_payment strong {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 600;
}
div.page__checkout .content__type_payment .type_payment p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
div.page__checkout .content__type_payment .type_payment span {
  font-family: Roboto;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}

div.page__checkout .content__type_shipping {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 15px 0 20px;
}
div.page__checkout .content__type_shipping .type_shipping.active {
  background: #006cb2;
}
div.page__checkout .content__type_shipping .type_shipping.active p {
  color: #fff;
}
div.page__checkout .content__type_shipping .type_shipping.active span {
  color: #fff;
}
div.page__checkout .content__type_shipping .type_shipping.frete_percent {
  /* width: 50%; */
}
div.page__checkout .content__type_shipping .type_shipping.frete_percent > div {
  align-items: center;
}
div.page__checkout
  .content__type_shipping
  .type_shipping.frete_percent
  > div
  > div {
  display: flex;
  flex-direction: column;
}
div.page__checkout .content__type_shipping .type_shipping {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #016cb2;
  margin-bottom: 20px;
}
div.page__checkout .content__type_shipping .type_shipping.caixa {
  background: url(/assets/img/caixa_bg.jpg) no-repeat;
  background-position: left center;
  background-size: 100% auto;
}
div.page__checkout .content__type_shipping .type_shipping.caixa i {
  visibility: hidden;
}
div.page__checkout .content__type_shipping .type_shipping.caixa p {
  color: #fff;
}
div.page__checkout .content__type_shipping .type_shipping i {
  border: 1px solid #016cb2;
  padding: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  outline: none !important;
}
div.page__checkout .content__type_shipping .type_shipping:focus {
  outline: 0 !important;
  background: #016cb2;
}
div.page__checkout .content__type_shipping .type_shipping:focus i,
div.page__checkout .content__type_shipping .type_shipping:focus p,
div.page__checkout .content__type_shipping .type_shipping:focus span,
div.page__checkout .content__type_shipping .type_shipping:focus strong {
  color: #fff;
  border-color: #fff;
}
div.page__checkout .content__type_shipping .type_shipping div {
  text-align: left;
  margin: 0 45px 0 25px;
  display: flex;
}
div.page__checkout .content__type_shipping .type_shipping strong {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 600;
}
div.page__checkout .content__type_shipping .type_shipping p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
div.page__checkout .content__type_shipping .type_shipping span {
  font-family: Roboto;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}

div.page__checkout .painel-product .products {
  padding: 5px 0;
}
div.page__checkout .painel-product .product {
  display: flex;
  padding: 10px 0px;
  align-items: center;
}
div.page__checkout .painel-product .product table {
  width: 100%;
}
div.page__checkout .painel-product .product table thead {
}
div.page__checkout .painel-product .product table thead tr {
}
div.page__checkout .painel-product .product table thead tr th:first-child {
  min-width: 350px;
}
div.page__checkout .painel-product .product table thead tr th {
  padding: 7.5px;
  border: 1px solid #dadadb;
  background: #fbfbfb;
  font-size: 14px;
  text-align: center;
}
div.page__checkout .painel-product .product table tbody {
}
div.page__checkout .painel-product .product table tbody tr {
}
div.page__checkout .painel-product .product table tbody tr td:first-child {
  max-width: 180px;
}
div.page__checkout .painel-product .product table tbody tr td:nth-child(1) {
}
div.page__checkout .painel-product .product table tbody tr td:nth-child(2) {
  width: 120px;
  text-align: center;
}
div.page__checkout .painel-product .product table tbody tr td:nth-child(3) {
  text-align: center;
  width: 70px;
}
div.page__checkout .painel-product .product table tbody tr td:nth-child(4) {
  width: 120px;
  text-align: center;
}
div.page__checkout .painel-product .product table tbody tr td {
  padding: 7.5px;
  background: #fbfbfb;
  border: 1px solid #dadadb;
  font-size: 14px;
}
div.page__checkout .painel-product .product table tbody tr td p {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
div.page__checkout .painel-product .product table tbody tr td p span {
  font-weight: bold;
  color: #fb9202;
  margin-left: 5px;
}
div.page__checkout .painel-product .product table tbody tr td p b {
  position: relative;
  display: flex;
}
div.page__checkout .painel-product .product table tbody tr td p b div + button {
  background: transparent;
  border: none;
  outline: none !important;
  padding: 0;
}
div.page__checkout
  .painel-product
  .product
  table
  tbody
  tr
  td
  p
  b
  div
  + button
  img {
  max-width: 20px;
  height: auto;
  margin-left: 2.5px;
}

div.page__checkout
  .painel-product
  .product
  table
  tbody
  tr
  td
  p
  b
  > img:first-child {
  position: absolute;
  max-width: 20px;
  height: auto;
  left: 23px;
  top: 1px;
}
div.page__checkout .painel-product .product table tbody tr td p b > div label {
  padding-left: 20px;
}
div.page__checkout .painel-product .product img {
  max-width: 90px;
  height: auto;
}
div.page__checkout .painel-product .product div p {
  margin: 0;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  color: #444053;
}
div.page__checkout .painel-product .product div span {
  font-family: Roboto;
  font-size: 11px;
  color: #444053;
}
div.page__checkout .painel-product .product div strong {
  color: #444053;
  font-size: 14px;
}

div.page__checkout .painel-product .form-check-label {
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #0070ae;
}

div.page__checkout .painel {
  background: #fbfbfb;
  border: 1px solid #dadadb;
  border-radius: 4px;
  margin-top: 20px;
}
div.page__checkout .painel .price {
  border-bottom: 1px solid #dadadb;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
}
div.page__checkout .painel .price div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
div.page__checkout .painel .price span {
  color: #444053;
  font-size: 16px;
}
div.page__checkout .painel .price p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  color: #444053;
  margin: 0;
}
div.page__checkout .painel .price p small {
  font-weight: normal;
  font-size: 16px;
}
div.page__checkout .painel .back_carrinho {
  padding: 25px;
  border-bottom: 1px solid #dadadb;
}
div.page__checkout .painel .discount_coupon {
  padding: 25px;
}
div.page__checkout .painel .discount_coupon > div:last-child {
  margin-top: 20px;
}
div.page__checkout .painel .discount_coupon > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.page__checkout .painel .discount_coupon.active {
}
div.page__checkout .painel .discount_coupon.active .box__discount_coupon {
  display: flex !important;
}
div.page__checkout .painel .box__discount_coupon {
  display: none !important;
}
div.page__checkout .painel .discount_coupon p {
  font-family: Roboto;
  font-size: 16px;
  color: #444053;
  margin: 0;
}
div.page__checkout .painel .discount_coupon form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.page__checkout .painel .discount_coupon input {
  margin-right: 10px;
  height: 38px;
}
div.page__checkout .painel .discount_coupon div:first-child button {
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
form label {
  margin: 0;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333de;
}
.btn-imperio.active{
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 45%);
}
button.btn-imperio,
a.btn-imperio {
  background: #006cb2;
  border-color: #006cb2;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
  color: #fff !important;
}
button.btn-orange,
a.btn-orange {
  background: #fb9202;
  border-color: #fb9202;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
  color: #fff !important;
}
button.btn-back,
a.btn-back {
  background: #fff;
  border-color: #cecece;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
  color: #333 !important;
}

div.page__confirm {
  padding-bottom: 100px;
  margin-top: 40px;
}
div.page__confirm h2 {
  color: #016cb2;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}
div.page__confirm h2 + p {
  font-family: Roboto;
  font-size: 16px;
  color: #8d8d8d;
  text-align: center;
}
div.page__confirm .content__resume {
  border: 1px solid #e4e4e5;
  border-radius: 4px;
  background: #fbfbfb;
  margin-top: 20px;
}
div.page__confirm .content__resume + a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 25px 0 0;
}
div.page__confirm .content__resume .resume__header {
  background: #f3f4f5;
  padding: 20px 25px;
}
div.page__confirm .content__resume .resume__header h3 {
  color: #00000099;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
div.page__confirm .content__resume .resume__body {
  padding: 20px 25px;
}
div.page__confirm .content__resume .resume__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.page__confirm .content__resume .resume__body ul li {
  font-family: Roboto;
  font-size: 14px;
  color: #444053;
  margin-bottom: 5px;
}
div.page__confirm .content__resume .resume__body ul li:last-child {
}
div.page__confirm .content__resume .resume__body > ul > li:last-child strong {
  font-size: 16px;
  font-weight: bold;
}
div.page__confirm .content__resume .resume__body ul li strong {
}
div.page__confirm .content__resume .resume__body ul.resume__body_products {
  margin: 15px 0 20px 20px;
}
div.page__confirm .content__resume .resume__body ul.resume__body_products li {
  display: flex;
  flex-direction: column;
  border: 1px dashed #878396;
  background: #f3f4f5;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
div.page__confirm .content__resume .resume__body ul.resume__body_products li p {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}
div.page__confirm
  .content__resume
  .resume__body
  ul.resume__body_products
  li
  span {
  font-size: 11px;
}
div.page__confirm
  .content__resume
  .resume__body
  ul.resume__body_products
  li
  strong {
}

footer.footer {
  background: #016cb2;
  padding: 40px 0;
  position: relative;
  border-top: 5px solid #ff9300;
  color: #fff;
}
footer.footer .payment-method {
  text-align: right;
}
footer.footer .payment-method div {
  background: #fff;
  float: right;
  padding: 4px 0px;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
footer.footer .payment-method img {
  margin: 0 5px;
}

form .form-control {
  border: 1px solid #dededf;
  font-family: Montserrat;
  font-size: 13px;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0000009c;
  z-index: 99999;
}
.loading .content__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.loading .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.loading .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading > div > span {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.isCustomer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.isCustomer button.active {
  background: #f3f3f3;
}
.isCustomer button {
  width: 50%;
  border: 0;
  background: transparent;
  color: #000000de;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  border-top: 1px solid #dedfdf;
  border-bottom: 1px solid #dedfdf;
  border-left: 1px solid #dedfdf;
  outline: none !important;
}
.isCustomer button:last-child {
  border-right: 1px solid #dedfdf;
}
.modal-dialog {
  top: 15% !important;
}

.modal-no-top .modal-dialog{
  top: 0 !important;
}

.content__address {
}
.content__address > button {
}
.content__address .content__address_item {
  border: 1px solid #dadadb;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  text-align: right;
}
.content__address .content__address_item p {
  text-align: left;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px;
  text-transform: capitalize;
}
.content__address .content__address_item button {
  font-size: 14px;
  padding: 5px 20px;
}
.modal__error {
  text-align: center;
}

.modal__error p {
  margin: 0;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 15px 0 0px;
}
.modal__error i {
  color: #ff4949;
  font-size: 70px;
}
.modal__error .modal-header {
  border: 0;
  padding: 20px 20px 0px 0;
}

.modal__error .modal-body {
  padding-top: 10px;
  padding-bottom: 20px;
}

ul.product {
  list-style: none;
  width: 70%;
  padding: 0;
}
ul.product li {
  display: flex;
  flex-direction: column;
}
ul.product li p {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  color: #444053;
}
ul.product li span {
  font-size: 12px;
  color: #444053;
}

.amount_price {
  margin-bottom: 40px;
}
.amount_price p {
  font-weight: bolder;
  font-size: 24px;
  color: #444053;
}

legend.legend-input {
  font-size: 12px;
  margin: 2px 2px 0;
}

.painel-mobile {
  display: none;
  margin: 0 0 20px;
}
.painel-desktop {
  display: block;
}

button.btn-carrinho,
a.btn-carrinho {
  padding: 5px 10px;
  font-size: 12px;
  margin-left: 20px;
}

div.page__checkout .painel-product .product table thead tr th:nth-child(5),
div.page__checkout .painel-product .product table tbody tr td:nth-child(5) {
  display: none;
}

div.page__checkout .painel .dealercode {
  padding: 25px;
}
div.page__checkout .painel .dealercode p {
  font-family: Roboto;
  font-size: 16px;
  color: #444053;
  margin: 0;
}
div.page__checkout .painel .dealercode > div:last-child {
  margin-top: 20px;
}
div.page__checkout .painel .dealercode > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.page__checkout .painel .dealercode input {
  margin-right: 10px;
  height: 38px;
}
div.page__checkout .painel .dealercode div:first-child button {
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
div.page__checkout .painel .dealercode.active {
}
div.page__checkout .painel .dealercode.active .box__dealercode {
  display: flex !important;
  width: 100%;
  flex-direction: column;
}
div.page__checkout .painel .dealercode .box__dealercode form {
  display: flex;
  width: 100%;
}
div.page__checkout .painel .box__dealercode {
  display: none !important;
}

.resume_delivery {
  border: 1px solid #dadadb;
  border-radius: 5px;
  background: #fbfbfb;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.resume_delivery h4 {
  font-size: 20px;
}
.resume_delivery p {
  margin-bottom: 5px;
  font-size: 14px;
}

.price .textLoading {
  width: 150px;
}

.textLoading {
  height: 25px;
  margin: 5px;
  display: block;
}

.textLoading::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
  background-size: 400%;
  animation: loading 1.2s ease-in-out infinite;
}

@keyframes loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.garantia-estendida {
  position: relative;
}
.garantia-estendida.security img {
  max-width: 20px !important;
  position: absolute;
  top: 1px;
  left: 18px;
}
.garantia-estendida p {
  color: #0d6cb3 !important;
  font-weight: 500 !important;
}

.garantia-estendida.security p {
  padding-left: 20px !important;
}

.btn-buy {
  background: #15b938;
  color: #fff;
  padding: 15px 65px;
  margin: 30px 0 0;
  text-transform: uppercase;
  font-size: 18px;
}


.page__confirm {}
.page__confirm .header {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.page__confirm .header i {
    font-size: 100px;
    color: #15b938;
    margin-bottom: 20px;
}
.page__confirm .header h3 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
.page__confirm .header p {
    font-size: 14px;
}
.page__confirm .header strong {
    margin-top: 5px;
}
.page__confirm .header span {
    color: #0d6cb3;
    font-weight: bold;
    font-size: 21px;
}
.page__confirm .resume {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 20% 0;
}
.page__confirm .resume small{
    font-size: 12px;
}
.page__confirm .resume .resume__products {
    width: 100%;
    display: flex;
    border: 1px solid #d0d0d0;
    border-radius: 5px 5px 0px 0px;
    flex-direction: column;
    background: #f5f5f5;
}
.page__confirm .resume .resume__products .resume__product {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 15px 15px 0;
}
.page__confirm .resume .resume__products .resume__product figure {
    width: 100px;
    display: flex;
    align-self: self-start;
    border: 1px solid #d0d0d0;
    height: 100px;
    background: #fff;
}
.page__confirm .resume .resume__products .resume__product img {
    max-width: 100px;
    max-height: 98px;
    display: block;
    margin: auto;
}
.page__confirm .resume .resume__products .resume__product div {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.page__confirm .resume .resume__products .resume__product div p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.page__confirm .resume .resume__products .resume__product div span {
    font-size: 12px;
}
.page__confirm .resume .resume__payment {
    width: 100%;
    background: #eae9e9;
    padding: 15px;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    margin-bottom: 30px;
}
.page__confirm .resume .resume__payment div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.page__confirm .resume .resume__payment div p {
    margin: 0;
    font-size: 14px;
}
.page__confirm .resume .resume__payment div strong {
    font-size: 14px;
}
.page__confirm .resume .resume__payment div:last-child {
    margin-top: 15px;
    border-top: 1px dashed #a09d9d;
    padding-top: 12.5px;
}
.page__confirm .resume .resume__payment div:last-child p {}
.page__confirm .resume .resume__payment div:last-child strong {}
.page__confirm .resume a {}


select {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}
