/* ---------------------------------------------------
   Steps
----------------------------------------------------- */

.containdetalhes {
}

    .containdetalhes h6 {
        font-size: 0.8em;
        color: #606060;
    }

    .containdetalhes .statusicon .concluido {
        display: none;
    }

.completo .statusicon .concluido {
    display: block;
}

.containdetalhes .statusicon span {
    display: block;
    color: #909090;
}

.completo .statusicon span {
    display: none;
}

.statusicon {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    z-index: 3;
    margin: -5px auto;
}

.completo .statusicon {
    background-color: #78db1a;
}

.inativo .statusicon {
    background: #fff;
    border: 2px solid #ccc
}

.linhastatus {
    width: 100%;
    height: 3px;
    background: #ccc;
    position: relative;
    z-index: 2;
    margin-top: -17px;
}

.statusright {
    width: 50%;
}

.statusleft {
    width: 50%;
    float: right;
    margin-top: -12px;
}

.completo .linhastatusright,
.completo .linhastatusleft,
.completo .linhastatus {
    background: #78db1a;
}


/* ---------------------------------------------------
   Carrinho
----------------------------------------------------- */

.boxcart img {
    width: 100%;
    max-width: 80px;
}

.boxcart h2 {
    font-size: 0.9em;
    font-weight: 400;
    max-height: 65px;
    overflow: hidden;
}

.botao-flutuante {
    position: fixed !important;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}


/* ---------------------------------------------------
    CHECKOUT
----------------------------------------------------- */

.btn-ver-detalhes-do-pedido {
    color: #ffffff;
    background-color: #FC7711;
    border-color: #FC7711;
}

    .btn-ver-detalhes-do-pedido:hover,
    .btn-ver-detalhes-do-pedido:focus,
    .btn-ver-detalhes-do-pedido:active,
    .btn-ver-detalhes-do-pedido.active,
    .open .dropdown-toggle.btn-ver-detalhes-do-pedido {
        color: #ffffff;
        background-color: #FE8611;
        border-color: #FC7711;
    }

    .btn-ver-detalhes-do-pedido:active,
    .btn-ver-detalhes-do-pedido.active,
    .open .dropdown-toggle.btn-ver-detalhes-do-pedido {
        background-image: none;
    }

    .btn-ver-detalhes-do-pedido.disabled,
    .btn-ver-detalhes-do-pedido[disabled],
    fieldset[disabled] .btn-ver-detalhes-do-pedido,
    .btn-ver-detalhes-do-pedido.disabled:hover,
    .btn-ver-detalhes-do-pedido[disabled]:hover,
    fieldset[disabled] .btn-ver-detalhes-do-pedido:hover,
    .btn-ver-detalhes-do-pedido.disabled:focus,
    .btn-ver-detalhes-do-pedido[disabled]:focus,
    fieldset[disabled] .btn-ver-detalhes-do-pedido:focus,
    .btn-ver-detalhes-do-pedido.disabled:active,
    .btn-ver-detalhes-do-pedido[disabled]:active,
    fieldset[disabled] .btn-ver-detalhes-do-pedido:active,
    .btn-ver-detalhes-do-pedido.disabled.active,
    .btn-ver-detalhes-do-pedido[disabled].active,
    fieldset[disabled] .btn-ver-detalhes-do-pedido.active {
        background-color: #FC7711;
        border-color: #FC7711;
    }

    .btn-ver-detalhes-do-pedido .badge {
        color: #FC7711;
        background-color: #ffffff;
    }


/*ICONES CARTÕES*/

.ico_pgto {
    min-width: 60px;
    min-height: 40px;
    background-repeat: no-repeat;
}

.ico_visa {
    background-image: url(https://img.kalunga.com.br/pagamentos/visa-v2.svg);
}

.ico_hipercard {
    background-image: url(https://img.kalunga.com.br/pagamentos/hipercard-v2.svg);
}

.ico_master {
    background-image: url(https://img.kalunga.com.br/pagamentos/mastercard-v2.svg);
}

.ico_amex {
    background-image: url(https://img.kalunga.com.br/pagamentos/amex-american-express-v2.svg);
}

.ico_elo {
    background-image: url(https://img.kalunga.com.br/pagamentos/elo-v2.svg);
}

.ico_diners {
    background-image: url(https://img.kalunga.com.br/pagamentos/diners-club-international-v2.svg);
}

.ico_bb {
    background-image: url(https://img.kalunga.com.br/pagamentos/banco-do-brasil-v2.svg);
}

.ico_bradesco {
    background-image: url(https://img.kalunga.com.br/pagamentos/bradesco-v2.svg);
}

.ico_itau {
    background-image: url(https://img.kalunga.com.br/pagamentos/itau-v2.svg);
}


/* ---------------------------------------------------
   Input spinner
----------------------------------------------------- */

.spinner {
    width: 40px;
}

    .spinner input {
        text-align: center;
        line-height: 1.3 !important;
        padding-left: 3px;
        padding-right: 3px
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 9px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0px;
        left: 2px;
    }

.tiny {
    font-size: 0.7em
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .boxcart a {
        font-size: 1em;
    }
}

@media (max-width: 420px) {
    .boxcart a {
        font-size: 0.7em;
    }

    .boxcart h2 {
        font-size: 1.2em;
    }
}


/*mensagem cielo*/

.alert-checkout .destacado {
    font-size: 22px;
    font-weight: bold;
}


/*loading pagamento*/

.loading-p-p {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

    .loading-p-p > div {
        width: 18px;
        height: 18px;
        background-color: #ff7a00;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .loading-p-p .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loading-p-p .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.loading-processando-pagamento {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    background-color: #f8f9fa;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.garantia-estendida-basket br {
    display: none;
}

.line-steps {
    z-index: 1;
}

.retirar-produto {
    line-height: 24px !important;
}

.linha_checkbox {
    line-height: 1;
}

.footer .container {
    display: none;
}

.footer {
    border: 0 !important;
}

.box-resumo {
    position: fixed;
    margin-right: 20px;
}

@media screen and (max-width: 992px) {
    .box-resumo {
        position: relative;
        margin-right: 0px;
    }
}

.carrinho-flutuante {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}

.box-resumo {
    position: relative;
    margin-right: 20px;
    z-index: 2 !important;
}

.btn-retiraremloja-1 {
    color: #FFFFFF;
    background-color: #4527A0;
    border-color: #4527A0;
}

.btn-compra-casada {
    background-color: #0238b3;
    border-color: #0238b3;
}

.btn-retiraremloja-1:hover,
.btn-retiraremloja-1:focus,
.btn-retiraremloja-1:active,
.btn-retiraremloja-1.active,
.open .dropdown-toggle.btn-retiraremloja-1 {
    color: #FFFFFF;
    background-color: #2B1373;
    border-color: #4527A0;
}

.btn-retiraremloja-1:active,
.btn-retiraremloja-1.active,
.open .dropdown-toggle.btn-retiraremloja-1 {
    background-image: none;
}

.btn-retiraremloja-1.disabled,
.btn-retiraremloja-1[disabled],
fieldset[disabled] .btn-retiraremloja-1,
.btn-retiraremloja-1.disabled:hover,
.btn-retiraremloja-1[disabled]:hover,
fieldset[disabled] .btn-retiraremloja-1:hover,
.btn-retiraremloja-1.disabled:focus,
.btn-retiraremloja-1[disabled]:focus,
fieldset[disabled] .btn-retiraremloja-1:focus,
.btn-retiraremloja-1.disabled:active,
.btn-retiraremloja-1[disabled]:active,
fieldset[disabled] .btn-retiraremloja-1:active,
.btn-retiraremloja-1.disabled.active,
.btn-retiraremloja-1[disabled].active,
fieldset[disabled] .btn-retiraremloja-1.active {
    background-color: #4527A0;
    border-color: #4527A0;
}

.btn-retiraremloja-1 .badge {
    color: #4527A0;
    background-color: #FFFFFF;
}

.garantia-estendida-basket br {
    display: none;
}

.line-steps {
    z-index: 1;
}

.retirar-produto {
    line-height: 24px !important;
}

.linha_checkbox {
    line-height: 1;
}

.footer .container {
    display: none;
}

.footer {
    border: 0 !important;
}

.box-resumo { /*position: fixed;*/
    margin-right: 20px;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

@media screen and (max-width: 992px) {
    .box-resumo {
        position: relative;
        margin-right: 0px;
    }
}

.carrinho-flutuante {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}
