*{
    transition: 250ms;
}

body {
    position: relative;
}

html {
    height: 100%;
}
body {
    min-height: 100%;
    position: relative;
}

#container {
    margin-top: 60px;
    min-height: 100% !important;
}

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


/*--- CSS HEADER ---*/
#body-checkout #header {
    height: 60px!important;
    background-color: #e0004d;
    color: #fff !important;
}

#body-checkout #header h1 a {
    position: relative;
    display: block;
    width: 139px;
    height: 124px;
    text-indent: -2000px;
    overflow: hidden;
    background: transparent url(../svg/logotipo_nova-escola.svg) no-repeat top left;
    background-size: cover;
}

#body-checkout #header .container {
    padding: 0 20px!important;
}

#body-checkout #header h1 a {
    width: 67px!important;
    height: 60px!important;
}

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

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

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

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

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

#body-checkout #header .secure {
    font-size: 12px;
    float: right;
    line-height: 60px;
    background: url('../../assets/svg/ico-padlock.svg') no-repeat center left;
    background-size: 10px 13px;
    min-height: 13px;
    display: inline-block;
    padding-left: 20px;
    position: absolute;
    min-width: 150px;
    right: 0px;
}
/*--- FIM CSS HEADER ---*/



/*--- CSS FOOTER ---*/
#pagamento-footer {
    bottom: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
}

#pagamento-footer a {
    color: #d8d8d8;
}

#pagamento-footer a:hover {
    color: #ffffff;
    transition: 0.6s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

#pagamento-footer .pagamento-nav {
    padding: 1% 1% 0.5% 5%;
    background-color: #000000;
    text-align: center;
}

#pagamento-footer .pagamento-nav .footer-nav li {
    margin-right: 2%;
}

#pagamento-footer .pagamento-nav .footer-nav li a {
    text-decoration: none;
    font-weight: bold;
    margin-right: 15%;
}

#pagamento-footer .pagamento-nav .pagamento-copyright {
    color: #868686;
    font-size: 10px;
    line-height: 20px;
    margin: 1% 0;
}
/*--- FIM CSS FOOTER ---*/


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

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

#footer_geral {
    z-index: 10;
}

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

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

.product {
    border-bottom: 1px solid #f3f4f6;
    width: 100%;
    padding: 20px;
}

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

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

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

.product .planos {
    color: #383838;
    display: flex;
    width: 250px;
    flex-flow: row;
    /*justify-content: space-between;*/
    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: bold;
    text-align: center;
    padding: 5px 8px;
    cursor: pointer;
}

.price-value, .price-discount {
    font-size: 18px;
}

.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;
    margin-bottom: 10px;
    text-align: left;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 105%;
    background-position-y: 5px;
    min-width: 70px;
    max-width: 70px;
}

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

.products-description span {
    margin-bottom: 7px;
    display: block;
}

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

.sidebar {
    background: #f9fafc;
    border: 1px solid #eff0f2;
    margin-top: -20px;
    min-height: 100vh !important;
}

.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;
    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;
}

.cupom {
    padding: 10px;
    border-top: 1px solid #eff0f2;
    border-bottom: 1px solid #eff0f2;
    margin: -10px;
}

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

.total-value strong {
    float: right;
}

.discount-values strong {
    float: right;
}

.shippment-value strong {
    float: right;
}

.values {
    padding-top: 20px;
}

.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: 700;
    font-size: 18px;
}

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

.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;
}

@media screen and (max-width: 999px) {
    .product-image {
        max-width: 50%;
        margin-bottom: 20px;
    }
    .quantity-title,
    .quantity-value,
    .quantity-link {
        text-align: right;
    }

    #btnProsseguir {
        margin-bottom: 80px;
    }

    .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: 768px) {
    #pagamento-footer {
        z-index: 0 !important;
    }

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

    .product-list {
        margin-bottom: 150px;
    }

    .footer-cart-info.hide-mode {
        height: 140px !important;
        overflow: hidden !important;
    }

    .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;
    }

    .hide-mode .product-installments {
        margin-top: 0 !important;
    }

    #btnProsseguir {
        margin-bottom: 20px;
    }

    /*.values.checkout {
        float: left;
        width: 55%;
        margin-bottom: 80px;
    }*/


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

    .detalhe-compra {
        margin-bottom: 10px !important;
        padding-bottom: 8px;
    }

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

    .main-col {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

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

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

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

    .detalhe-compra {
        padding-top: 20px;
    }
}

@media screen and (max-width: 360px) {
    .values.checkout {
        float: none;
        width: 100%;
    }
}
/*--- 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: 800;
    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: -1;
    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: 5px;
    height: 5px;
    font-size: 10px;
    text-align: center;
    color: #999;
    transform: translate(-60%, 0%);
    position: absolute;
    top: 50%;
    font-family: Arial, sans-serif !important;
    left: 50%;
    font-weight: bolder;
    color: #E0004D;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
    .progress-status-list {
        display: none;
    }

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

.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;
}

@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;
    }
}

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


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

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

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

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

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

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

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

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

label, input {
    transition: all 0.2s;
    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: bold;
    color: #979797;
    transform: translate3d(0,-55%,0);
    background-color: #fff;
    padding: 0 3px;
    margin-left: 15px;
}

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;
}

.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: bold;
    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;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}

.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 ---*/