/* ---- Responsivo ---- */
@media (min-width: 576px) {
    .progress-checkout{
        display: flex !important;
    }
    .progresso-pedido{
        display: none;
    }
    .progresso-pedido--cancelado{
        display: none;
    }
    .main__nav ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        flex-wrap: wrap;
        flex-direction: row;
        max-width: 100%;
    }
    .main__nav ul li {
        font-size: 13px;
    }
    .main__header {
        flex-direction: row;
        gap: 10px;
    }
    .cupons-desconto__content {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }
    .content-title {
        font-size: 25px !important;
    }
    .pagamento-prazos ul li {
        font-size: 14px;
        flex-direction: row;
    }
    .opcoes-pagamentos__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    /*.confirma-pedido__intro span:last-child {
        flex-direction: row;
        align-items: center;
    }*/
    .modal .model-modal__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .checkout-form__grid {
        align-items: center;
        flex-direction: row;
        gap: 33px;
    }
    .meus-pedidos__card {
        flex-direction: row !important;
        align-items: center;
    }
    .meus-pedidos__card-info {
        justify-content: flex-end;
        align-items: flex-end;
        max-width: 200px;
    }
    .carrinho-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .carrinho-card__values {
        justify-content: space-between;
        width: 230px;
    }
    #modal-detalhes-pedido .modal-body {
        flex-direction: row;
        gap: 20px;
    }
    .model-modal--form .card-endereco {
        flex-direction: row !important;
    }
    .swiper-slider {
        max-width: unset;
    }
    .footer-news form {
        flex-direction: row;
    }
    .footer-news form>label {
        flex-direction: row;
    }
    .confirma-pedido-info__header h4 {
        font-size: 50px;
    }
    .opcoes-pagamento form {
        max-width: unset;
    }
    .slider-produtos__wrapper {
        padding: 20px;
    }
    .asssinatura-detalhes__info-pedido {
        align-items: center;
        flex-direction: row;
    }
    .assinatura-detalhes__edit {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .login__content form {
        padding: 35px 50px
    }
}

@media (min-width: 767px) {
    .main__content--link a {
        justify-content: flex-end;
    }
    .checkout__grid {
        display: grid !important;
        grid-template-columns: 225px 1fr;
        flex-direction: row !important;
        gap: 30px;
    }
    .main__nav ul {
        display: flex;
        flex-direction: column;
    }
    .main__nav ul li {
        border-bottom: unset !important;
        font-size: 14px;
    }
    .meus-pedidos__card-info {
        justify-content: space-between;
        max-width: 190px;
    }
    /* .minha-conta-entregue .meus-pedidos__card-info {
        max-width: unset;
    } */
    .minha-conta-entregue__container {
        flex-direction: row;
    }
    .acompanhar-pedido .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: unset;
        align-items: center;
        gap: 10px;
    }
    .footer-news {
        justify-content: space-between;
        flex-direction: row;
    }
    .footer-menu {
        flex-direction: row;
        gap: 40px;
    }
    .enderecos-card .card-body {
        flex-direction: row;
        gap: 10px;
    }
    .endereco-acoes {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }
    .enderecos .card-body {
        justify-content: space-between;
    }
    .atendimento-content {
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }
    .opcoes-pagamento__formas ul li h4 {
        font-size: 20px;
        font-weight: 500;
    }
    .opcoes-pagamento label img {
        max-width: 100%;
    }
    .opcoes-pagamento__formas {
        padding: 30px;
    }
    .opcoes-pagamentos__list {
        display: flex;
        flex-direction: column;
    }
    .opcoes-pagamento__wrapper {
        flex-direction: row;
        align-items: unset;
        align-self: center;
    }
    .ativaContentPagamento {
        border: unset;
        border-radius: unset;
        padding: unset;
    }
    .confirma-pedido__grid {
        flex-direction: row;
        align-items: flex-start;
    }
    .checkout-form {
        padding: 30px 50px;
    }
    .novo-endereco__form {
        max-width: 550px;
    }
    .confirma-pedido__grid-wrapper {
        max-width: 380px;
    }
    .confirma-pedido-info {
        max-width: 380px;
        margin-top: 15px;
    }
    .confirma-pedido .meus-pedidos__card {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .confirma-pedido .meus-pedidos__card-info {
        align-self: flex-start;
        width: unset;
    }
    .pagamento-prazos ul li {
        height: auto;
    }
    .pagamento-prazos ul li label {
        flex-direction: row;
        justify-content: space-between;
    }
    .steps-carrinho {
        display: unset;
    }
    .confirma-pedido__intro {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 30px 20px 45px;
    }
    .confirma-pedido__wrapper {
        display: flex;
        flex-direction: column;
    }
    .confirma-pedido__wrapper-btns {
        justify-content: flex-end;
    }
    .header-edit .container {
        max-width: unset !important;
    }

    .carrinho .meus-pedidos__labels{
        display: flex !important;
    }
    .carrinho-card__wrapper {
        width: 65%;
    }
}

@media (min-width: 992px) {
    .endereco-acoes {
        flex-direction: row;
    }
    .atendimento-card {
        max-width: 320px;
    }
    .atendimento-card:last-child {
        text-align: center;
        justify-content: center;
    }
    .pagamento {
        flex-direction: row;
    }
    .pagamento-prazos {
        max-width: 590px;
    }
    .opcoes-pagamento {
        flex-direction: row;
        padding: 85px 0px;
    }
    .main__content--header {
        margin-bottom: 25px;
    }
    .cards--asssinaturas .card-body {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr auto;
        align-items: center;
    }
    .confirma-pedido .meus-pedidos__labels {
        display: flex;
    }
    .carrinho-grid {
        flex-direction: row;
        gap: 30px;
    }
    .carrinho-infoPedido {
        min-width: 320px;
        max-width: 350px;
        display: unset;
        align-self: flex-start;
    }
    .meus-pedidos .card-body {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr auto;
        align-items: center;
    }
    .meus-pedidos__card label {
        display: none;
    }
    .meus-pedidos__labels {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }
    .meus-pedidos__card-info {
        flex-direction: row-reverse;
        align-items: end;
        max-width: 370px;
    }
    .meus-pedidos__card-info span {
        gap: 55px;
    }
    .container-edit {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0;
    }
    .confirma-pedido .meus-pedidos__card {
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
    }
    .confirma-pedido .meus-pedidos__card-info {
        align-self: center;
    }
    .assinatura-historico__item label {
        display: none !important;
    }
    .assinatura-historico__header {
        display: flex;
    }
    .assinatura-historico__footer {
        flex-direction: row;
        justify-content: flex-end;
        padding-top: unset;
    }
    .header-edit .container {
        max-width: 1320px !important;
    }
    .assinatura-detalhes__info-pedido {
        padding-left: 32px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .assinatura-detalhes__edit {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        gap: unset;
    }
    .asssinaturas>.main__content--header {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .assinatura-historico {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .footer-fixed-edit {
        position: fixed;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 1020px) {
    .footer-content {
        justify-content: space-between;
        flex-direction: row;
        text-align: left;
    }
    .footer-menu {
        justify-content: space-between;
        text-align: left;
        gap: 30px;
    }
    .atendimento-content {
        gap: 30px;
        max-width: 885px;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .form-avaliacao {
        width: 50%;
    }
    .atendimento-card {
        max-width: 400px;
    }
    .pagamento-prazos {
        max-width: 720px;
    }
    .pagamento-resumo__total {
        align-items: baseline;
        flex-direction: row;
    }
    .pagamento-entrega span {
        align-items: center;
        flex-direction: row;
    }
    .carrinho-card form {
        align-items: center;
        flex-direction: row;
    }
    .pagamento-resumo {
        max-height: 850px;
    }
}

