/*MEUS PEDIDOS.
-------------------------------------------*/

.meus-pedidos .card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.entregue__custom-coluns {
    width: 130px;
    text-align: center;
}

.checkout__grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main__nav ul li {
    border-bottom: 1px solid rgba(102, 102, 102, 0.24);
    padding-bottom: 10px;
    font-size: 14px;
}

.meus-pedidos__card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.meus-pedidos__card-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.meus-pedidos__card-info span {
    display: flex;
    gap: 30px;
}

.meus-pedidos__card label {
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 0;
}

.meus-pedidos__card-info .form-avaliacao {
    width: 100%;
}

.form-avaliacao input,
.form-avaliacao textarea,
.form-avaliacao select {
    font-size: 14px;
}

.form-avaliacao input[type="file"] {
    opacity: 0.8;
}

.main__content--header {
    margin-bottom: 10px;
}

.acompanhar-pedido .main__content--header {
    flex-direction: column;
    align-items: flex-start;
    gap: unset;
}

.meus-pedidos__data-compra {
    font-size: 0.9rem;
    opacity: 0.8;
    padding: 5px 0;
    margin: unset;
}


/*MINHA CONTA
  -------------------------------------------*/

.minha-conta .card {
    position: relative;
}

.minha-conta .btn-primary,
.cadastro-senha .btn-primary {
    max-width: 150px;
}

.minha-conta-entregue .progress-checkout li:last-child>div {
    width: 30px;
    height: 30px;
    top: -6px;
    position: relative;
    font-size: 18px;
}

.minha-conta-entregue__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.minha-conta__pedidoCancelado .progress-checkout li:first-child::after {
    background: rgb(var(--color-danger));
}

.card-new-text {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(var(--color-green));
    color: white;
    font-size: 9px;
    padding: 5px 10px;
    border-radius: 10px;
    line-height: 10px;
}

.minha-conta .card-icone {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(var(--color-blue));
    color: white;
    position: relative;
}

.minha-conta .card-icone i, .minha-conta .card-icone svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
}

.minha-conta .card-icone i.icon-noun-box {
    font-size: 36px;
}

.slider-produtos--carinho {
    padding-bottom: 15px;
}

#carouselMinhaConta .owl-prev,
#carouselMinhaConta .owl-next,
#slider-carrinho .owl-prev,
#slider-carrinho .owl-next {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid rgb(var(--color-blue));
    color: rgb(var(--color-blue));
    width: 30px;
    height: 30px;
}

#carouselMinhaConta .owl-prev,
#slider-carrinho .owl-prev {
    left: -50px;
}

#carouselMinhaConta .owl-next,
#slider-carrinho .owl-next {
    right: -50px;
}

.minha-conta .custom-file-button input[type="file"]::-webkit-file-upload-button {
    display: none;
}

.minha-conta .custom-file-button input[type="file"]::file-selector-button {
    display: none;
}

.minha-conta .custom-file-button input {
    border-right: 0;
    padding-top: 9px;
    padding-bottom: 10px;
}

.minha-conta .custom-file-button label {
    background-color: transparent;
    cursor: pointer;
}

.asssinaturas--custom-col1 {
    width: 250px;
}

.asssinaturas--custom-col2 {
    width: 100px;
    text-align: center;
    line-height: 1;
}

.asssinaturas--custom-col3 {
    width: 30px;
    text-align: right;
}

.asssinaturas .progress-custom {
    height: 5px;
    position: relative;
    overflow: inherit;
}

.asssinaturas .progress-custom .progress-bar {
    border-radius: 0.375rem;
}

.asssinaturas .progress-custom span {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #e9ecef;
    border-radius: 50%;
    top: -13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(var(--color-dark-grey), 0.3);
}

.asssinaturas .progress-custom span:nth-child(1) {
    left: 80%;
}

.asssinaturas .progress-custom span:nth-child(2) {
    right: 0;
}

.asssinaturas .main__content--header,
.minha-conta__pedidoCancelado .main__content--header,
.minha-conta-entregue .main__content--header,
.meus-pedidos .main__content--header,
.cupons-desconto .main__content--header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.content-title {
    padding: 0 0 5px 0;
    font-size: 20px !important;
    font-weight: bold;
}


/*CUPONS DE DESCONTO
-------------------------------------------*/

.cupons-desconto__tag {
    border: 2px dashed rgb(var(--color-blue));
    color: rgb(var(--color-blue));
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cupom-inativo {
    background: rgba(var(--color-light-gray), 0.2);
    color: rgba(var(--color-dark-grey), 0.4);
}

.cupom-inativo strong {
    color: rgba(var(--color-dark-grey), 0.4);
}

.cupom-inativo .cupons-desconto__tag {
    border-color: rgba(var(--color-dark-grey), 0.5);
    color: rgba(var(--color-dark-grey), 0.5);
}

.cupons-desconto__content {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.cupons-desconto form {
    max-width: 500px;
}

.card-credentials {
    align-items: inherit!important;
    height: 100%!important;
    flex: 1!important;
    display: flex!important;
    justify-content: center!important;
    padding: 40px 10px!important;
    position: relative!important;
}
/*FOOTER
-------------------------------------------*/
.login__footer {
    background: transparent;
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    color: rgba(var(--color-dark-grey), 0.4);
    border-top: 1px solid rgba(var(--color-dark-grey), 0.1);
    margin-top: 5vh;
}

.login__footer img {
    filter: grayscale(10);
}

.login__content {
    width: 100%;
    max-width: 650px;
}

.login__content form {
    width: 100%;
    margin-bottom: 30px;
    padding: 35px 25px;
}

.login__content .btn-primary {
    max-width: unset;
}

.form-divisor {
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgba(var(--color-dark-grey), 0.5);
    position: relative;
}

.form-divisor::before,
.form-divisor::after {
    position: absolute;
    content: "";
    width: 24%;
    height: 1px;
    background: rgba(var(--color-dark-grey), 0.1);
}

.form-divisor::after {
    right: 0;
}

.login__politica a {
    color: rgba(var(--color-blue), 1);
    text-decoration: underline;
}


/*FOOTER
-------------------------------------------*/

.footer {
    color: white;
    font-size: 14px;
    z-index: 0;
}

footer h2 {
    color: white;
    opacity: 0.8;
    font-size: 14px;
}

.footer__top {
    background: rgba(var(--color-dark-grey), 0.8);
    padding: 30px 0;
}

.footer__top ul {
    display: flex;
    gap: 30px;
}

.footer__top ul li a {
    padding: 5px 10px;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__center {
    background: rgba(var(--color-dark-grey), 1);
    padding: 30px 0;
}

.footer__center a {
    color: white;
}

.footer__center a:hover {
    font-weight: normal;
    color: rgb(var(--color-blue));
}

.footer__bottom {
    background: rgb(var(--color-blue));
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
}

.footer-fixed-edit {
    width: 100%;
}


/* ==== Criar conta ==== */

.criar-conta {
    height: 100%;
    min-height: 63em!important;
    display: flex;
    justify-content: center;
    padding: 40px 10px;
}

.checkout-block-full {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-form {
    padding: 25px 20px;
    width: 100%;
    box-shadow: 0 5px 20px #0000001a;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin-bottom: 30px;
    max-width: 500px;
}

.checkout-form button {
    background: #266bde;
    color: white;
    text-transform: uppercase;
    border-radius: 4px;
    max-width: 100%;
    border: unset;
    padding: 8px 0;
    font-weight: 600;
    font-size: 14px;
}

.checkout-form__radio {
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

.campo-obrigatorio {
    color: red;
    position: absolute;
    display: inline-block;
    margin-left: 5px;
}

.criar-conta__content-pj {
    display: none;
}

.checkout-form__wrapper {
    width: 100%;
    padding: 5px 0;
}

.checkout-form__wrapper label,
.checkout-form__grid label {
    padding: 5px 0;
    margin: unset;
    font-size: 14px;
}

.checkout-form__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5px 0;
}


/* ==== Enderecos ==== */

.endereco-acoes {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.endereco-acoes a {
    text-align: left;
    padding: unset;
}

.btn-excluir {
    color: #ff3400;
}

.btn-editar,
.endereco-acoes {
    color: #266bde;
}

.endereco-acoes input:checked {
    border: 1px solid blue;
}

.endereco-acoes input[type="radio"]:checked+label {
    font-weight: bold;
}

.enderecos .card-body {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.enderecos .card-active {
    border: 2px solid #343434 !important;
}

#enderecoPrincipal label {
    margin-bottom: unset;
}

.novo-endereco__form a {
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 35px;
    text-decoration: underline;
}

.enderecos-card .card-body {
    flex-direction: column;
}

.enderecos-card a {
    cursor: pointer;
}

.novo-endereco__form .form-control:focus {
    border-color: #343434;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.19);
}


/* ==== Atendimento ==== */

.atendimento-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}

.atendimento-card {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 6px;
    width: 100%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
}

.atendimento-card h3 {
    font-weight: 600;
    font-size: 16px;
}

.atendimento-card ul li {
    font-size: 14px;
    padding: 8px 0;
}

.atendimento-card p {
    font-size: 14px;
    color: black;
}

.atendimento-card span {
    font-weight: 600;
}

.atendimento-card ul li:before {
    content: "✓";
    margin-right: 5px;
    font-size: 14px;
    color: #266bde;
}


/* ==== Carrinho ==== */

.carrinho {
    width: 100%;
}

.carrinho-body {
    display:flex;
    flex-direction: column;
    min-height: 100vh;
}

.carrinho-main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carrinho-container {
    max-width: 900px;
}

.carrinho .main__header {
    border-bottom: unset !important;
    margin-bottom: unset;
    padding-bottom: 10px;
}

.carrinho .main__header a {
    color: #343434;
    text-decoration: underline;
    text-align: right;
    font-size: 14px;
}

.carrinho-card {
    display: flex;
    flex-direction: column;
}

.carrinho .carrinho-card__form-item {
    display: flex;
    gap: 5px;
    width: 160px;
}

.carrinho .carrinho-card__form-item input:checked ~ label {
    font-weight: 700;
    color: #343434;
}

.carrinho-card__produtos {
    width: 100%;
}

.carrinho-card__img-produto {
    width: 114px;
    height: 114px;
    padding: 2px;
    border: 1px solid #343434;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.carrinho-card__img-produto img {
    width: 114px;
    height: 114px;
    object-fit: contain;
    object-position: center;
}

.carrinho-card form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding-top: 10px;
}

.carrinho-card form select {
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 25px;
    width: 160px;
    background: white;
    border: 1px solid #ababab;
    border-radius: 5px;
    padding: 0 10px;
}

.carrinho-card__info {
    width: 100%;
}

.carrinho-card__desconto {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 12px;
    color: #40d079;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    max-width: 70px;
    height: 20px;
    margin: unset;
    font-weight: 600;
}

.promotions {
    display: flex;
    gap: 10px;
}
.carrinho-card__promocao {
    font-size: 12px;
    color: white;
    background: #ffb451;
    border-radius: 100px;
    margin: unset;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}

.carrinho-card__preco {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 5px;
}

.carrinho-card__preco>p {
    font-size: 12px;
    color: #ce0000;
    margin: unset;
}

.carrinho-card form label {
    font-size: 12px;
    gap: 10px;
}

.carrinho-card__values {
    display: flex;
    align-items: center;
}

.carrinho-card__values .icon-trash-empty {
    color: #aaaaaa;
}

.slider-wrapper {
    padding: 10px 0;
}

.slider-wrapper h3 {
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0;
}


/* ==== Carrinho / Resumo do pedido ==== */

.carrinho-grid {
    display: flex;
    flex-direction: column;
}

.line-divisor {
    display: flex;
    border-bottom: 4px solid rgb(var(--color-light-gray));
    margin: 0 0 17px 0;
}

.carrinho-confirmacao hr {
    border-bottom: 1px solid #ededed;
    opacity: 0.2;
    margin: 0 0 15px 0 !important;
}

.carrinho-infoPedido__wrapper {
    display: flex;
    flex-direction: column;
}

.carrinho-infoPedido {
    height: 100%;
    border: 1px solid #ededed;
    box-shadow: 0 5px 15px #0000001a;
    background: #ffffff;
    border-radius: 6px;
    opacity: 1;
    padding: 0;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.carrinho-confirmacao {
    min-height: 400px;
    padding: 20px 15px;
}

.carrinho-confirmacao h4 {
    color: #999999;
    border-bottom: 1px solid #ededed;
    text-align: center;
    padding: 5px 0 15px 0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.carrinho-confirmacao__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carrinho-confirmacao__block p {
    font-size: 14px;
    color: #343434;
    margin: 0;
    padding: 6px 0;
}

.carrinho-confirmacao__block--frete p:last-child {
    color: #40d079;
}

.carrinho-confirmacao__subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.carrinho-confirmacao__insert {
    margin: 10px 0 15px 0;
}

.carrinho-confirmacao__insert label {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
    width: 100%;
    display: flex;
    gap: 5px;
}

.carrinho-confirmacao__insert label a {
    font-size: 11px;
    color: black;
    opacity: 0.5;
    text-transform: none;
    text-decoration: underline;
}

.carrinho-confirmacao__insert input {
    font-size: 14px;
    width: 100%;
    border: unset;
    padding: 10px;
}

.carrinho-confirmacao__insert input:focus {
    border: unset;
    outline: unset;
}

.carrinho-confirmacao__insert input::placeholder {
    font-size: 14px;
}

.carrinho-confirmacao__insert button {
    height: 35px;
    background: #343434;
    border-radius: 3px;
    min-width: 85px;
    max-width: 85px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    border: unset;
}

.carrinho-confirmacao__insert span {
    display: flex;
    align-items: center;
    padding: 3px;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    width: 100%;
}

.carrinho-confirmacao__fretes article {
    display: flex;
    width: 100%;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 10px;
}

.carrinho-confirmacao__fretes span {
    max-width: 250px;
}

.carrinho-confirmacao__fretes article p {
    margin:0 0 0 auto;
    color: #000;
}

.carrinho-confirmacao__fretes article label {
    display: inline;
    font-size: 12px;
    color: black;
    margin-left: 7px;
}

.carrinho-confirmacao__fretes article input:checked ~ label,
.carrinho-confirmacao__fretes article input:checked ~ p {
    font-weight: 700;
}

.info-cupom {
    display: none;
    font-size: 12px;
    margin: 0;
    padding: 2px 0;
    color: red;
}

.cupom-invalido {
    border: 2px solid #ff3400 !important;
    background: #ffede8 !important;
}

.cupom-invalido input {
    background: #ffede8 !important;
}

.cupom-invalido+.info-cupom {
    display: block !important;
}

.cupom-invalido input {
    background: #ff3400;
    text-transform: uppercase;
}

.cupom-valido {
    border: 2px solid #40d079 !important;
    background: #effff5;
}

.cupom-valido input {
    background: #effff5;
    text-transform: uppercase;
}

.cupom-valido+.info-cupom {
    display: block !important;
    color: #40d079;
}

.cupom-valido,
.cupom-valido input[readonly] {
    background: #effff5 !important;
    border-color: #40d079 !important;}

.cupom-valido input[readonly] {
    text-transform: uppercase;
    border: none !important;
}

.cupom-valido+.info-cupom {
    display: block !important;
    color: #40d079;
}

.cupom-hidden input,
.cupom-new input {
    text-transform: uppercase;
}

.carrinho-finalizacao {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background: #f9f9f9;
    height: 260px;
    padding: 20px 15px;
}

.carrinho-finalizacao h4 {
    text-align: center;
    color: #343434;
    font-weight: bold;
    font-size: 21px;
}

.carrinho-finalizacao h4 span {
    font-size: 16px;
    font-weight: 500;
}

.carrinho-finalizacao a {
    color: #343434;
    text-decoration: underline;
}

.link-cep {
    position: relative;
    cursor: pointer;
}

.frete-wrapper-tooltip:hover .frete-wrapper__info {
    display: block;
}

.frete-wrapper__info {
    display: none;
    font-size: 12px;
    padding: 5px;
    background: #efefef;
    position: absolute;
    max-width: 200px;
    right: 0;
    top: 35px;
    text-transform: none;
    font-weight: 500;
}

.frete-wrapper-tooltip__menssagem {
    position: relative;
    border: none;
    margin-bottom: unset;
}

.frete-wrapper-tooltip__menssagem:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -23px;
    left: 37%;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef;
    border-left: 10px solid transparent;
}


/* === Steps Checkout === */

.steps-carrinho {
    margin-top: 20px;
    width: 100%;
    max-width: fit-content;
    position: relative;
    align-self: end;
    display: none;
}

.steps-carrinho__wrapper {
    display: flex;
    align-items: center;
}

.steps-carrinho__item {
    position: relative;
    width: 100%;
}

.steps-carrinho__item p {
    position: relative;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 5px;
    color: #bebebe;
    text-align: center;
    width: 130px;
}

.steps-carrinho__item p:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 46%;
    top: -5px;
    border-top: 2px solid #c9c9c9;
}

.steps-carrinho__item:last-child p::before {
    content: unset;
}

.activeProgress>p,
.visitedProgress>p {
    color: #343434;
}

.activeProgress::before {
    content: "";
    border: 2px solid #343434 !important;
    width: 24px !important;
    height: 24px !important;
    top: -16px !important;
    left: 40% !important;
    z-index: 100 !important;
}

.activeProgress::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: -11px;
    left: 44%;
    background: #343434;
    border-radius: 50%;
    z-index: 999;
}

.steps-carrinho__item:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 45%;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ededed;
    border: 2px solid #bebebe;
    z-index: 5;
}

.visitedProgress {
    position: relative;
}

.visitedProgress:before {
    content: "";
    background: #343434;
    border: 2px solid #343434;
}

.visitedProgress:after {
    content: "";
    background-color: #343434;
    height: 2px;
    left: 50%;
    position: absolute;
    top: -6px;
    width: 100%;
    z-index: 99;
}


/** === Minhas Assinaturas ===**/

.cards--asssinaturas .card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.assinatura-historico__header {
    display: none;
}

.assinatura-historico__footer {
    display: flex;
    padding-top: 5px;
    gap: 5px;
}

.assinatura-detalhes__info-pedido {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 0 2px 32px;
    gap: 5px;
}

.assinatura-detalhes__info-pedido a {
    font-size: 14px;
    color: #266bde;
    cursor: pointer;
}

.assinatura-detalhes__edit {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    gap: 10px;
    padding-top: 10px;
}

.assinatura-historico {
    display: flex;
    font-size: 14px;
    flex-direction: column;
}

@media (max-width: 992px) {
    .assinatura-historico__item {
        width: 100%;
    }
}


/** ==== Pagamento ====*/

.pagamento {
    padding: 85px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
}

.pagamento-prazos {
    width: 100%;
    display: flex;
    justify-self: center;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #ededed;
    border-radius: 5px;
    background: white;
    color: #343434;
}

.pagamento-prazos__container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    max-width: 600px;
}

.pagamento-prazos h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.pagamento-prazos p {
    text-align: center;
    color: #999999;
    font-size: 15px;
    margin-bottom: unset;
}

.pagamento-prazos ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 10px;
}

.pagamento-prazos ul li label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    gap: 5px;
    width: 100%;
}

.pagamento-prazos label p {
    color: black;
    font-weight: 500;
}

.pagamento-prazos ul li {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    font-size: 12px;
}

.pagamento-prazos ul li.card-active {
    font-weight: 600;
    border: 2px solid #266bde !important;
}

.pagamento-prazos ul li.card-active label p {
    font-weight: 600 !important;
}

.pagamento-prazos span {
    color: #999999;
    font-size: 13px;
    padding: 20px 0;
    text-align: left;
}

.pagamento-prazos button {
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: center;
    max-width: 150px;
}

.pagamento-resumo {
    background: white;
    border: 1px solid #ededed;
    padding: unset;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    max-width: 444px;
    height: 100%;
}

.pagamento-resumo__container {
    padding: 25px 25px 10px 25px;
}

.pagamento-resumo h3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.pagamento-resumo ul li {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #ededed;
    color: #343434;
}

.pagamento-resumo ul li:last-child {
    border-bottom: unset;
}

.pagamento-resumo hr {
    border: 2px solid #ededed;
}

.pagamento-resumo ul li p {
    margin: unset;
}

.pagamento-resumo__total {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.pagamento-resumo__total h4 {
    font-size: 20px;
    font-weight: 500;
}

.pagamento-resumo__total span {
    font-size: 14px;
    color: #999999;
}

.pagamento-resumo__total-value {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.pagamento-resumo__total-value span {
    font-weight: normal;
    color: black;
    display: flex;
    justify-content: flex-end;
}

.pagamento-entrega {
    padding: 25px;
    background: #f9f9f9;
    font-size: 14px;
    height: 100%;
}

.pagamento-entrega p {
    margin: unset;
    color: #343434;
    font-weight: 500;
}

.pagamento-entrega label {
    color: black;
}

.pagamento-entrega span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
}


/** === Opções pagamento === **/

.opcoes-pagamento {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.opcoes-pagamento__formas {
    background: white;
    border: 1px solid #ededed;
    border-radius: 6px;
    padding: 20px 10px;
    max-width: 775px;
    width: 100%;
}

.opcoes-pagamento__resumo {
    background: white;
    border: 1px solid #ededed;
    border-radius: 6px;
    padding: 30px;
}

.opcoes-pagamento__intro {
    display: flex;
    justify-content: space-between;
}

.opcoes-pagamento__intro h3 {
    font-size: 25px;
    font-weight: bold;
}

.opcoes-pagamento__intro p {
    color: #999999;
    font-size: 14px;
}

.opcoes-pagamentos__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.opcoes-pagamentos__list li {
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 15px 20px;
    cursor: pointer !important;
}

.opcoes-pagamento__formas span {
    display: flex;
    gap: 10px;
}

.opcoes-pagamento__formas article {
    padding-left: 20px;
}

.opcoes-pagamento__formas ul li h4 {
    font-size: 16px;
    font-weight: 600;
    color: #343434;
    padding-top: 10px;
    margin: unset;
}

.opcoes-pagamento__formas ul li p {
    font-size: 12px;
    margin: unset;
}

.opcoes-pagamento__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.opcoes-pagamento__wrapper section {
    display: none;
    flex-direction: column;
    opacity: 0;
}

.ativaContentPagamento {
    display: flex !important;
    transition: all 1s ease;
    opacity: 1 !important;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 20px 10px;
}

.ativaPagamento {
    border: 1px solid #266bde !important;
    background: white !important;
}

.opcoes-pagamento__credito {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
}

.opcoes-pagamento h2 {
    padding: 0 23px 20px 23px;
}

.opcoes-pagamento select {
    border: 1px solid #cbcbcb;
    padding: 5px;
    color: #343434;
    min-height: 33px;
}

.opcoes-pagamento form {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    max-width: 280px;
}

.opcoes-pagamento input {
    border: 1px solid #cbcbcb;
    padding: 5px;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

input[type="number"] {
    appearance: textfield;
    -webkit-appearance: textfield;
}

.opcoes-pagamento label {
    color: black;
    font-size: 14px;
    padding: 5px 0;
}

.opcoes-pagamento label img {
    max-width: 100px;
}

.opcoes-pagamento__wrapper-input {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    overflow: auto;
}

.opcoes-pagamento__grid-input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.opcoes-pagamento__grid-input span {
    display: flex;
    gap: 10px;
}

.opcoes-pagamento__grid-input select {
    border: 1px solid #cbcbcb;
    padding: 5px;
    max-width: 140px;
    color: #343434;
    min-height: 33px;
}

.opcoes-pagamento__grid-input .cvv {
    max-width: 100px;
}

.termos-credito label {
    font-size: 12px;
}

.termos-credito a {
    color: #343434;
    text-decoration: underline;
}

.opcoes-pagamento__paypal {
    max-width: 340px;
}

.opcoes-pagamento__boleto {
    max-width: 340px;
    color: #343434;
    font-size: 14px;
}

.opcoes-pagamento__boleto label,
.opcoes-pagamento__boleto a {
    color: #343434;
}

.opcoes-pagamento__boleto a {
    text-decoration: underline;
}

.opcoes-pagamento__boleto p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}

.opcoes-pagamento__qrcode {
    width: 100%;
    max-width: 340px;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    align-items: center;
}

.opcoes-pagamento__qrcode p {
    font-size: 14px;
    text-align: left;
    margin: unset;
    padding: 8px 10px;
    width: 100%;
}

.opcoes-pagamento__qrcode ul li {
    font-size: 14px;
    margin: 15px;
    list-style-type: decimal;
    text-align: left;
}

.opcoes-pagamento__qrcode ul li::marker {
    font-weight: 600;
}

.opcoes-pagamento__qrcode-img {
    max-height: 190px;
    max-width: 175px;
    display: flex;
    align-self: center;
    padding-bottom: 20px;
}

.opcoes-pagamento__qrcode-img img {
    width: 100%;
}

.opcoes-pagamento__wrapper-img {
    max-width: 150px;
    display: flex;
    align-self: center;
}

.btn-finalizar {
    margin-top: 10px;
    color: #fff !important;
    width: 100%;
    border: unset;
    min-height: 42px;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(180deg, #51e28b 0%, #20af59 61%, #009c3f 100%) 0 0 no-repeat padding-box;
}

button:disabled.btn-finalizar {
    margin-top: 10px;
    color: #fff !important;
    width: 100%;
    border: unset;
    min-height: 42px;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(180deg, #cfcccc 0%, #cccccc 61%, #d9d7d7 100%) 0 0 no-repeat padding-box;
}

.responsavel-cartao label {
    padding: unset;
}


/*=== Confirma Pedido ===*/
.fake-link {
   cursor: pointer;
    text-decoration: underline;
}

.confirma-pedido {
    padding: 40px 0;
}

.confirma-pedido .pagamento-resumo ul li {
    border: unset;
    padding: 5px 0;
}

.confirma-pedido__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #40D079;
    border-radius: 8px 0 0 8px;
    width: 100px;
}

.confirma-pedido__icon img {
    display: block;
    object-fit: contain;
}

.confirma-pedido__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E5FFEF;
    max-width: 864px;
    width: 100%;
    border-radius: 0 8px 8px 0;
}

.confirma-pedido__intro h3 {
    color: #40d079;
    font-size: 28px;
    font-weight: 600;
}

.confirma-pedido__intro p {
    color: #343434;
    font-size: 20px;
}

.confirma-pedido__wrapper-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}

.btn-avaliacao {
    border: 1px solid #40D079;
    border-radius: 100px;
    background: white;
    max-width: 220px;
    display: flex;
    gap: 5px;
    padding: 5px 18px;
    color: #343434;
    font-size: 15px;
    text-decoration: unset !important;
}

.btn-avaliacao i {
    color: #eaea0e;
}

.btn-avaliacao:hover {
    background: #0d6efd;
    border: 1px solid #0d6efd !important;
    color: white;
    border: unset;
}

.confirma-pedido__intro span {
    width: 100%;
}

.confirma-pedido__intro span:last-child {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 14px;
}

.confirma-pedido__title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #343434;
    margin: 0;
}

.confirma-pedido__grid {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 4px solid #EDEDED;
}

.confirma-pedido__grid-wrapper {
    width: 100%;
}

.confirma-pedido .pagamento-resumo {
    background: #F9F9F9;
}

.confirma-pedido-info {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    border: 1px solid #ededed;
    border-radius: 5px;
    background: #F9F9F9;
    width: 100%;
}

.confirma-pedido-info__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: capitalize;
    width: 100%;
}

.confirma-pedido-info__header h4 {
    font-size: 32px;
    font-weight: 600;
}

.confirma-pedido-info__header .btn-pedido {
    text-transform: uppercase;
    max-width: 215px;
    width: 100%;
}

.btn-pedido {
    padding: 12px 15px;
    color: white;
    background: #1e5bc1;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}

.btn-pedido:hover {
    opacity: 0.8;
    color: white;
}

.btn-pedido--border {
    background: white;
    color: #1e5bc1;
    border: 1px solid #1e5bc1;
    width: 100%;
    max-width: 200px;
    padding: 12px 15px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}

.btn-pedido--border:hover {
    color: #0d6efd;
}

.confirma-pedido-info__header span {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-self: center;
    padding: 5px 0;
    letter-spacing: 0;
    max-width: 200px;
    font-size: 13px;
}

.confirma-pedido-info__header span a {
    text-decoration: underline;
}

.confirma-pedido-info__header p {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: unset;
    font-weight: 600;
    color: black;
}

.confirma-pedido-info .pagamento-resumo {
    padding: unset;
    border: unset;
    max-width: unset;
}

.confirma-pedido-info .pagamento-resumo__container {
    padding-top: 0;
}

.confirma-pedido-info .pagamento-resumo__total {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 12px 0;
    margin: 5px 0;
}

.confirma-pedido-info .pagamento-resumo__total h4 {
    font-weight: 600;
    margin-bottom: unset;
    color: black;
}

.confirma-pedido .pagamento-entrega {
    height: unset;
    padding-top: 0;
}

.confirma-pedido__items {
    width: 100%;
}

.meus-pedidos__labels {
    display: none;
}


/*=== Carrinho novo Endereço ====*/

.carrinho-novo-endereco {
    padding: 30px 10px;
}

.carrinho-novo-endereco__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}


/*=== Footer ===*/
footer {
    background-color: #f8f8f8;
    width: 100%;
    margin-top: auto;
}
.footer-news {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.footer-news form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 820px;
}

.footer-news form>label {
    flex-direction: column;
}

.footer-news__btn {
    width: 130px;
}

.footer-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 35px;
    text-align: center;
    justify-content: center;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/*novas classes*/

.no-focus:focus {
    border-color: #ced4da;
    outline: unset;
    box-shadow: none;
}

.form-error {
    border: 2px solid red;
    color: red;
}

.error-message {
    color: red;
    font-weight: bold;
}

.header {
    background: rgb(var(--color-light-gray));
    padding: 20px 0;
}

.opcoes-pagamento__wrapper-input select[name="document_type"]:disabled,
.opcoes-pagamento__wrapper-input input[name="document"]:disabled{
    background-color: #e1e1e1;
}


.checkout-promotions-flag-msg {
    padding: 5px;
    display: inline-block!important;
    font-size: 12px!important;
    color: #40d079!important;
    margin: 3px;
    border-radius: 10px;
}

.checkout-promotions-flag {
    padding: 5px;
    display: inline-block!important;
    font-size: 12px!important;
    color: white!important;
    margin: 3px;
    background-color: #40d079!important;
    border-radius: 10px;
}


.checkout-promotions-flag-error {
    padding: 5px;
    display: inline-block!important;
    font-size: 12px!important;
    color: white!important;
    margin: 3px;
    background-color: #ff3400;
    border-radius: 10px;
}

.checkout-promotions-flag-error-msg {
    padding: 5px;
    display: inline-block!important;
    font-size: 12px!important;
    color: #ff3400;
    margin: 3px;
    border-radius: 10px;
}
.checkout-promotions-bonus {
    color: #40d079!important;
    font-size: 0.8em!important;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.form-label {
    font-size: 0.9rem;
    font-weight: bold;
    color: #555;
    display: block;
    margin-bottom: 5px;
}
select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
select.form-control {
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23000' d='M2 0L0 2h4zM2 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
select[readonly],
input[readonly],
textarea[readonly] {
    background-color: #f5f5f5;
    color: #666;
    border: 1px solid #ccc;
    cursor: not-allowed;
}