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

main {
    flex: auto;
}

.ne-input-options>label::before {
    min-width: 14px !important;
}

#headerSteps{
    padding: 0 15px;
}

#body-checkout #headerSteps .breadcrumbs {
    float: left;
    line-height: 60px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

#body-checkout #headerSteps .breadcrumbs li {
    display: inline-block;
    color: #939393;
}

#body-checkout #headerSteps .breadcrumbs li.active {
    color: #ffffff;
}

#body-checkout #headerSteps .breadcrumbs li:after {
    content: " >";
    display: inline-block;
    padding: 0 5px;
}

#body-checkout #headerSteps .breadcrumbs li:last-child:after {
    content: none;
}


/*--- FIM CSS HEADER ---*/

#pagamento-footer .pagamento-copyright {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
}
/*--- FIM CSS FOOTER ---*/


/*--- CSS PAGINA ---*/
.main-col {
    padding-top: 20px;
}

.payment-header-menu {
    display: block;
    text-align: center;
    margin-top: 15px;
}

#footer_geral {
    z-index: 10;
}

.product-list {
    box-shadow: 0px 11px 11px -1px #f3f4f6;
    padding: 0 !important;
}

.product-list:nth-child(0){
    border-bottom: 0;
}

.product {
    border: 1px solid #e3e4e6;
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 5px;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    color: #252626;
    line-height: 1.2;
    margin-bottom: 10px;
}

.price-title {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    color: #252626;
    line-height: 1.2;
    margin-bottom: 5px;
}

.quantity-title {
    font-size: 14px;
    font-weight: 600;
    color: #252626;
    line-height: 1.2;
    margin-bottom: 10px;
}

.product .planos {
    color: #383838;
    display: flex;
    width: 250px;
    flex-flow: row;
    margin: 5px 0;
}

.product .planos .plano {
    max-width: 160px;
}

.product .planos .plano.middle {
    margin: 0 10px;
}

.product .planos .plano input {
    display: none;
}

.product .planos .plano input:checked + label {
    border: 2px solid #550a63;
    color: #550a63;
    background-color: #F0D5F4;
}

.product .planos .plano label {
    width: 100%;
    display: table;
    border: 2px solid #ADADAD;
    position: relative;
    font-weight: 600;
    text-align: center;
    padding: 5px 8px;
    cursor: pointer;
}

.price-value, .price-discount {
    font-size: 16px;
    text-align: right;
}

.price-value  del {
    text-decoration: none;
    position: relative;
}

.price-value  del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid #6c2076;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}

.quantity-select {
    padding: 10px 20px;
    border: 1px solid #ADADAD;
    text-align: left;
    min-width: 70px;
    max-width: 70px;
}

.quantity-select:disabled {
    background-image: none;
}

.products-description span {
    margin: 40px 0 10px;
    display: block;
}

.products-description .ne-fg-acai {
    margin: 0 0 5px;
    display: block;
}

.subtotal strong {
    float: right;
    font-size: 16px;
}

.discount-values strong  {
    float: right;
    font-size: 16px;
}

.subtotal-desk {
    font-size: 16px;
    margin: 3rem 0px 0;
}

.subtotal-desk strong {
    float: right;
    font-size: 16px;
}

.discount-values-desk {
    font-size: 16px;
}

.discount-values-desk strong  {
    float: right;
    font-size: 16px;
}


.sidebar {
    background: #E3E4E6;
    border: 1px solid #E3E4E6;
    margin-top: -20px;
    min-height: 100vh !important;
    padding-bottom: 40px;
}

.ne-input {
    border: 1px solid #888;
    height: 42px;
}

.box-cupom .ne-accordion__body {
    padding: 0 !important;
    position: relative;
}

.box-cupom .ne-accordion__body a {
    position: absolute;
    height: 42px;
    width: auto;
    top: 0;
    right: 0;
    margin: 0 !important;
}

.box-cupom .ne-accordion__header {
    border: none !important;
    padding-left: 0 !important;
}

.cupom .ne-accordion {
    margin-bottom: 0 !important;
}

.cupom .ne-accordion.active {
    margin-bottom: 20px !important;
    margin-top: 10px;
}

.cupom {
    border-top: 1px solid #A6A9AD;
    border-bottom: 1px solid #A6A9AD;
}

.total-value {
    font-size: 22px;
    font-weight: 600;
}

.total-value strong {
    float: right;
}


.total-value-desk {
    font-size: 22px;
    font-weight: 600;
}

.total-value-desk strong {
    float: right;
}

.shippment-value strong {
    float: right;
}


.box-aviso {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 15px;
}

.box-aviso .conteudo-aviso {
    display:inline-flex;
    border: 2px solid #ADADAD;
    padding: 1% 3%;
    background-color: #f2f2f2;
    color: #808080;
    width: 100%;
}

.box-aviso .texto-aviso {
    width: 100%;
    margin-left: 5%;
}

.box-aviso .conteudo-aviso img.icone-info {
    padding-top: 2px;
}

.message-empty-cart {
    padding: 40px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.sidebar-empty-cart-message {
    text-align: center;
    font-size: 16px;
    margin: 3rem 0 0;
}

.ne-btn-solid:disabled, a[disabled="disabled"] {
    pointer-events: none;
    background: #e1e2e4 !important;
    color: #fff !important;
    border: 1px solid #e1e2e4 !important;
}

.btn-ver-mais {
    display: none !important;
}

.btn-ver-mais-content {
    padding: 0 !important;
}

h3.detalhe-compra {
    font-size:20px;
    font-weight: 600;
    margin-top: 15px;
}

.discount-values {
    margin-top:5px;
}
.product-combo {
    border: 1px solid #A6A9AD;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(155,158,162,0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(155,158,162,0.2);
    box-shadow: 0px 5px 25px 0px rgba(155,158,162,0.2);
}
.product-combo-titulo {
    font-size:16px;
    font-weight:600;
}
.product-align-info {
    align-items: center;
}
.quantity-link,
.quantity-link-combo {
    display: flex;
    flex-flow: column;
    align-items: center;
    float: right;
}
.quantity-link img {
    width: 12px;
    height: auto;
    margin-bottom: 5px;
}
.quantity-link a,
.quantity-link-combo a{
    text-decoration: underline;
    font-weight: normal;
}
.product-title-combo {
    font-size: 16px;
    font-weight: normal;
}

.sidebar-content {
    padding-right: 15px;
    padding-left: 15px;
}

.products-description {
    font-size:16px;
    line-height:20px;
    /*max-height: 500px;
    overflow: auto;*/
}

.comboUl li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 15px;
}

/* Campo cupom */
.box-cupom input {
    width: 90%;
    text-transform: uppercase;
}

.box-cupom  li.error input {
    color: #ff0000;
}

.box-cupom li .message {
    font-weight: 600;
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.box-cupom li.error .message {
    color: #ff0000;
}

.box-cupom li.success .message {
    color: #00aa12;
}

.box-cupom li .validation {
    position: absolute;
    top: 10px;
    right: 100px;
    width: 20px;
    height: 20px;
}

.box-cupom li.error .invalid-cupom {
    background: url("../../svg/erro.svg") no-repeat center center;
}

.box-cupom li.success .valid-cupom {
    background: url("../../svg/check.svg") no-repeat center center;
}


/*--- FIM CSS PAGINA ---*/



/*--- PROGRESS STATUS LIST ---*/
.progress-status-list {
    height: 50px;
}

.progress-status-list a {
    color: #fff;
    text-decoration: none;
}

.progress-status-list li {
    position: relative;
    height: 100%;
}

.progress-status-list li span {
    display: inline-block;
    font-weight: 600;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 1px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    color: white;
    position: relative;
}

.progress-status-list li::before {
    content: '';
    position: absolute;
    background: #fff;
    z-index: 0;
    opacity: .7;
}

.progress-status-list li {
    display: inline-block;
}

.progress-status-list li span {
    margin: 0 95px;
}

.progress-status-list li::before {
    top: 8px;
    left: -100px;
    width: 200px;
    height: 1px;
}

.progress-status-list li:first-child::before {
    display: none;
}

.progress-status-list li > a {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    transform: translateX(-50%);
    left: 50%
}

.progress-status-list li.current span:after{
    background: #fff;
    color: #fff;
}

.progress-status-list li.active span{
    background: #fff;
}

.progress-status-list li span:after {
    content:'\2713';
    display: block;
    width: 7px;
    height: 5px;
    font-size: 10px;
    text-align: center;
    transform: translate(-60%, 0%);
    position: absolute;
    top: 50%;
    font-family: Arial, sans-serif !important;
    left: 50%;
    font-weight: 600;
    color: #E0004D;
}

.progress-status-list .active ~ li span {
    background: #E0004D;
    z-index: 2;
}

.progress-status-list .active ~ li a {
    pointer-events: none !important;
}

/*#body-cart .content-products {*/
/*    padding-top: 20px !important;*/
/*}*/


.mobile.progress-status-list {
    display: none;
}


.mobile.progress-status-list li span {
    background: #E0004D;
    border: 1px solid #E0004D;
    color: #fff;
}

.mobile.progress-status-list li span:after {
    color: #fff;
}

.mobile.progress-status-list li.current span:after{
    color: #E0004D;
    background: #E0004D;
}

.mobile.progress-status-list li.active span{
    background: #E0004D;
}

.mobile.progress-status-list li::before {
    background: #E0004D;
}

.mobile.progress-status-list li span {
    margin: 0 35px;
}

.mobile.progress-status-list li::before {
    top: 8px;
    left: -45px;
    width: 90px;
    height: 1px;
}

.mobile.progress-status-list .active ~ li span {
    background: #fff;
}

.mobile.progress-status-list a {
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px;
}

/*--- FIM PROGRESS STATUS LIST ---*/


/*--- CART FORM ---*/
.form-session ul li {
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}

.form-session ul li input {
    font-weight: normal;
}

.form-session ul li input::-webkit-input-placeholder {
    color: #63666A;
}

.form-session ul li input:-moz-placeholder {
    /* Firefox 18- */
    color: #63666A;
}

.form-session ul li input::-moz-placeholder {
    /* Firefox 19+ */
    color: #63666A;
}

.form-session ul li input:-ms-input-placeholder {
    color: #63666A;
}

.form-session .form ul li input {
    width: 100%;
}

.form-sessionul li input[readonly] {
    cursor: default;
}

label, input {
    transition: all 0.5s;
    touch-action: manipulation;
}

input[type=text] + label, select + label {
    display: none;
    opacity: 0;
    width: 30%;
    top: 0;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    right: 70%;
    left: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #63666A;
    transform: translate3d(0,-55%,0);
    background-color: #fff;
    padding: 0 3px;
    margin-left: 10px;
}

input[type=text]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type=text][type=text]:focus::-webkit-input-placeholder {
    opacity: 0;
}

input[type=text]:focus:-ms-input-placeholder {
    opacity: 0;
}

input[type=text]:focus::-ms-input-placeholder {
    opacity: 0;
}

input[type=text]:focus::placeholder {
    opacity: 0;
}

input[type=text]:not(:placeholder-shown) + label,
input[type=text]:focus + label, select + label {
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    margin-left: 2px;
}

.metodo-pagamento {
    color: #383838;
    display: flex;
    width: 100%;
    flex-flow: row;
    justify-content: space-between;
    margin: 5px 0;
}

.metodo-pagamento .metodo {
    width: 49%;
}

.metodo-pagamento .metodo input {
    display: none;
}

.metodo-pagamento .metodo input:checked + label {
    border: 2px solid #550a63;
    color: #550a63;
    background-color: #F0D5F4;
}

.metodo-pagamento .metodo label {
    width: 100%;
    display: table;
    border: 2px solid #ADADAD;
    position: relative;
    font-weight: 600;
    text-align: center;
    padding: 5px 8px;
    cursor: pointer;
}

.metodo-pagamento .metodo img {
    width: 35px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.metodo-pagamento .metodo span {
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
}

.metodo .top-box {
    min-height: 40px;
}

select {
    padding: 10px 20px;
    border: 1px solid #ADADAD;
    margin-bottom: 10px;
    text-align: left;

}

.formulario select {
    margin-bottom: 0;
}

select:disabled {
    background-image: none;
}

li.cpf input,
li.cep input{
    width: 40%!important;
    margin-right: 10px;
}

li.numero {
    width: 30%;
    display: inline-block;
}

li.complemento {
    width: 65%;
    display: inline-block;
    float: right;
}

li.bairro,
li.cidade {
    width: 45%;
    display: inline-block;
}

li.referencia {
    width: 50%;
    display: inline-block;
    float: right;
}

li.estado {
    width: 50%;
    display: inline-block;
    float: right;
    position: relative;
}

li.estado input {
    float: left;
    width: 120px !important;
}

li.cartao-nome {
    width: 70%;
    display: inline-block;
}

li.cvv {
    width: 25%;
    display: inline-block;
    float: right;
}

li.validade-mes,
li.validade-ano {
    width: 47.5%;
    display: inline-block;
}

li.validade-ano {
    float: right;
}

li.validade-mes select,
li.validade-ano select {
    width: 100%;
}

li.cartao-parcelamento, select {
    width: 80%;
}
/*--- FIM CART FORM ---*/


.row-mobile {
    display: flex;
    flex-direction: row;
    width: 33%;
}

.form-session input {
    width: 100%;
}

@media screen and (max-width: 360px) {
    .values.checkout {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 385px) {
    .mobile.progress-status-list li span {
        margin: 0 25px;
    }

    .mobile.progress-status-list li::before {
        top: 8px;
        left: -35px;
        width: 70px;
        height: 1px;
    }
}

@media screen and (max-width: 500px) {
    .box-cupom .ne-accordion__header {
        display: none !important;
    }

    #btnProsseguir {
        font-size: 18px;
    }

    .cupom {
        border: 0px;
        margin-top: 30px;
    }

    .comboUl li {
        font-size: 14px;
        line-height: 22px;
    }

    .subtotal-desk {
        margin-top: 2.5rem;
    }

    .discount-values-desk {
        margin-top: 0;
    }

    .subtotal-desk {
        display:none;
    }

    .total-value-desk {
        font-size: 18px;
    }

    .total-value-desk strong {
        float: initial;
    }


    h3.detalhe-compra {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .main-col .title {
        margin-bottom: 20px;
    }

    .product {
        padding: 0.8rem;
    }

    .row-mobile {
        display: flex;
        flex-flow: row;
        width: 100%;
        margin-top:10px;
    }

    .price-title,
    .price-value,
    .price-discount {
        float: left;
        text-align: left;
    }

    .price-total {
        display: flex;
        flex-flow: column;
        align-items: baseline;
    }

    .container-img-product {
        width: 25%;
        text-align: center;
    }

    .product-image {
        max-width: 100%;
    }

    .container-text-product {
        width: 75%;
        margin-bottom: 10px;
    }

    .row-mobile .container-price-product  {
        display: flex;
    }

    .only-product .container-price-product {
        display: flex;
        flex-direction: column;
        float: left;
        width: 50%;
        align-items: baseline;
    }

    .container-price-product .price-title,
    .price-value {
        font-size: 16px;
        margin-right: 10px;
        text-align: left;
    }

    .progress-status-list {
        display: none;
    }


    .footer-cart-info {
        position: fixed !important;
        bottom: 0;
        max-height: 80vh;
        overflow: auto;
        left: 0;
        right: 0;
        z-index: 999;
    }


    .total-value {
        font-size: 18px;
    }

    .total-value strong {
        float: initial;
    }

    .hide-mode .btn-concluir-div {
        float: right !important;
        width: 45% !important;
        margin-top: -10px !important;
    }

    .hide-mode .values {
        float: left !important;
        width: 50% !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-top: -10px !important;
    }

    .hide-mode .total-value {
        margin: 0 !important;
    }

    .hide-mode .details > div {
        margin: 0 !important;
    }

    .product-installments {
        margin-top: 0 !important;
        font-size: 12px;
    }

    .btn-ver-mais {
        display: flex !important;
    }

    .sidebar {
        padding: 15px !important;
        min-height: auto !important;
    }

    .sidebar-content {
        padding: 0;
    }

    .cupom-checkout {
        display: none !important;
    }

    .container-checkout .ne-accordion {
        margin-bottom: 0 !important;
    }

    #pagamento-footer .pagamento-nav {
        padding: 10px;
    }

    h3.detalhe-compra {
        font-size: 12px;
        text-transform: uppercase;
        margin: 0px 0px 25px 0px;
    }
    .sidebar-empty-cart-message {
        margin: 15px 0;
    }
}

@media screen and (max-width: 900px) {
    #body-cart .content-products {
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 999px) {
    .product-image {
        margin-bottom: 20px;
    }

    .quantity-title,
    .quantity-value,
    .quantity-link {
        text-align: right;
    }
    .metodo-pagamento .metodo {
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .metodo-pagamento {
        flex-flow: column !important;
    }

    .metodo-pagamento .metodo span {
        left: 90px;
        min-width: 150px;
    }

    #texto-revista-impressa{
        width: auto !important;
        white-space: normal !important;
    }
}

@media screen and (max-width: 1200px) {
    .progress-status-list li span {
        margin: 0 40px;
    }

    .progress-status-list li::before {
        left: -50px;
        width: 100px;
    }
}

@media screen and (max-width: 1600px) {
    .progress-status-list li span {
        margin: 0 60px;
    }

    .progress-status-list li::before {
        left: -70px;
        width: 140px;
    }
}
