/* Minification failed. Returning unminified contents.
(194,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color-primary'
 */
.steps {
    margin-top: 2%;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
}

    .steps .activestep {
        color: #2A6496 !important;;
    }

    .steps .elements {
        padding-top: 1%;
        border-right: 1px solid #C0C0C0;
        font-size: 15px;
        text-align: center;
    }

    .steps a {
        text-decoration: none;
        color: #000;
    }

        .steps a:hover {
            text-decoration: none;
            color: #2A6496;
        }

    .steps .elements:last-child {
        border-right: none;
    }

.progress {
    position: relative;
    height: 25px;
}

    .progress > .progress-type {
        position: absolute;
        left: 0;
        font-weight: 600;        
        padding: 5px;
        color: #FFF;
        background-color: #696763;
    }

    .progress > .progress-completed {
        position: absolute;
        right: 0;
        font-weight: 600;
        padding: 5px 10px 2px;
    }

.progress-bar {
    background-color: #CCC;
}
.cartTable,
.cartFreteTable {
    border: 1px solid #E6E4DF;
}

.cartFreteTable {
    padding-top: 2%;
}

.s {
    margin-top: 2%;
}

.cartTableHead {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

    .cartTableHead th {
        text-align: center;
        font-size: 14px;
        font-weight: normal;
    }

.cartValores {
    color: #696763;
    font-size: 20px;
}

.cartValoresPromo {
    font-size: 14px;
}

.cartDscProduto {
    color: #363432;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto',sans-serif;
}

    .cartDscProduto a {
        color: #363432;
        text-decoration: none;
    }

    .cartDscProduto.codigo {
        color: #696763;
    }

.totalizadores {
    background: #E6E4DF;
    color: #696763;
    margin-top: 10px;
    padding: 7px 20px;
}

.btnDefaultCarrinho {
    color: #401f1f;
    font-size: 14px;
}

.btnEscolherMaisItens {
    background: #F0F0E9;
    color: #363432;
    /*float: left;*/
    font-weight: 700;
    margin-right: 10px;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

    .btnEscolherMaisItens i {
        color: #FFF;
        margin-right: 10px;
        padding: 8px 10px;
    }

.btnSemRadius {
    border-radius: 0px;
}

.btnPlus,
.btnMinus,
.qtdField {
    background: #F0F0E9;
}

.deleteButton a {
    background: #F0F0E9;
    color: #FFF;
    padding: 5px 7px;
    font-size: 16px;
    margin-top: 1%;
}

    .deleteButton a:hover {
        background: #000;
    }

.detalhesInfo {
    font-size: 14px;
    border: 1px solid #E6E4DF;
    padding: 2%
}

    .detalhesInfo .opcoes-formapagto {
        display: flex;
        flex-direction: row;
        width: 50%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.msgMeioPagamento {
    font-size: 14px;
}


.col-lg-6.noPaddingLeft {
    padding-left: 0px !important;
}

.table td {
    vertical-align: inherit;
    font-size: 14px;
}

.btnNovoEndereco {
    background-color: #5cb85c;
}

.cartTextoTermosVenda {
    font-size: 14px;
}

.Cupons-desconto {
    background-color: var(--main-color-primary);
    text-align: left;
    border: 3px dashed black;
    /*padding: 4%;*/
    color: white;
    font-family: -webkit-body;
}

.FormaPagto img {
    margin-top: -1.5%;
    margin-left: 2%;
    width: 26%;
}

.container-func-obspedido {
    display: flex;
    flex-direction: column;
    margin: 0 -15px 12px;
}

.embalagem-presente {
    display: flex;
    margin: 0 -15px 12px;
}

    .embalagem-presente .embalagem-presente--texto,
    .container-func-obspedido p {
        font-weight: 600;
    }

    .embalagem-presente #inputEmbalagemPresente {
        height: 20px;
        width: 40px;
    }


.container-func-obspedido textarea {
    padding: 10px;
}

.container-func-obspedido span {
    font-size: 12px;
    color: #FF272A;
}

    .container-func-obspedido span.opcional {
        color: #000;
    }

.cart-txtObsEnderecoEntrega {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

