.caracteristicas {
    width: 100%;
    height: auto;
    float: left;
    padding: 120px 0 60px 0;
    position: relative;
    background: url(../../../images/dot50.png)left bottom;
}

.caracteristicas .cont-title {
    width: 560px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 220px;
    background: url(../../../images/avatar.png) no-repeat left center;
    padding-left: 50px;
}

.caracteristicas .cont-title p {
    font-size: 18px;
    color: #000000;
    font-family: 'opensans';
    line-height: 1.2;
}

.caracteristicas .cont-title p span {
    font-family: 'opensans-bold';
    font-size: 22px;
}

.caracteristicas .box-obs {
    width: 100%;
    height: auto;
    float: left;
}

#wrapper-box {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px;
    background-color: #c1c1c1;
}

#wrapper-box {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
}

#wrapper-box .header {
    width: 100%;
    height: 80px;
    float: left;
    margin-bottom: 20px;
}

#wrapper-box .header .cod {
    width: 190px;
    height: 80px;
    float: left;
    display: table;
    background-color: #ff2128;
}

#wrapper-box .header .cod p {
    display: table-cell;
    font-size: 18px;
    color: #ffffff;
    font-family: 'opensans';
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}

#wrapper-box .header .nome {
    width: 285px;
    height: 30px;
    float: left;
    display: table;
}

#wrapper-box .header .nome p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

#wrapper-box .header .status {
    width: 295px;
    height: 30px;
    float: left;
}

#wrapper-box .header .pagamento {
    width: 30px;
    height: 30px;
    float: right;
    background-color: #868686;
    position: relative;
    right: 1px;
}

#wrapper-box .header .pagamento img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#wrapper-box .header .nome-produto {
    width: 647px;
    height: 50px;
    background-color: #000000;
    float: left;
    display: table;
}

#wrapper-box .header .nome-produto p {
    font-size: 20px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

#wrapper-box .box-cem,
#wrapper-box .box-50,
#wrapper-box .box-75 {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

#wrapper-box input {
    width: 100%;
    height: 40px;
    float: left;
    padding-left: 15px;
}

#wrapper-box select.tamanho {
    height: 40px;
    float: left;
    padding: 0 15px;
    margin-right: 30px;
}

#wrapper-box .box-valor {
    width: 49%;
    height: auto;
    float: left;
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 1%;
}

#wrapper-box .box-valor p.valor {
    font-size: 22px;
}

#wrapper-box select.tamanho:focus {
    outline: none;
}

#wrapper-box textarea {
    width: 100%;
    height: 120px;
    float: left;
    padding: 15px;
}

#wrapper-box input[type="radio"],
#wrapper-box input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 5px 0;
}

#wrapper-box .dimensoes div {
    line-height: 40px;
    padding: 0 10px;
}

#wrapper-box .dimensoes div.vezes {
    float: left;
    text-align: center;
    padding: 0 5px;
}

#wrapper-box .dimensoes.qtd input {
    width: 100px;
}

#wrapper-box label {
    float: left;
    margin-right: 30px;
}

#wrapper-box label.bandeira {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-right: 45px;
}

#wrapper-box .box-75 {
    width: 75%;
    float: right;
}

#wrapper-box .box-50 {
    width: 49%;
    min-height: 110px;
}

#wrapper-box .box-50.left {
    margin-right: 1%;
}

#wrapper-box .box-50.right {
    margin-left: 1%;
}

#wrapper-box h3 {
    font-size: 16px;
    color: #000000;
    font-family: 'opensans-bold';
    margin: 0 0 15px 0;
    letter-spacing: inherit;
}

#wrapper-box .transportadora input {
    background: #ffffff url(../../../images/phone.png) no-repeat left 10px center;
    padding-left: 40px;
    border: 1px solid #c1c1c1;
}

#wrapper-box .transportadora.nome input {
    background: #ffffff url(../../../images/caminhao.png) no-repeat left 10px center;
    padding-left: 55px;
}

#wrapper-box .box-entrega {
    width: 23%;
    height: auto;
    margin-right: 2%;
    float: left;
    padding-top: 60px;
}

#wrapper-box .box-entrega h3,
#wrapper-box .box-entrega p {
    width: 100%;
    height: auto;
    text-align: center;
}

#wrapper-box .box-entrega p {
    font-size: 22px;
}

#wrapper-box p#adicionado {
    float: left;
    margin-left: 10px;
    font-weight: bold;
}

#wrapper-box .anexar button {
    width: 200px;
    height: 50px;
    float: left;
    background-color: #ff2128;
    font-size: 18px;
    color: #ffffff;
    font-family: 'opensans';
    border: 1px solid #b00107;
}

#wrapper-box .anexar button:hover {
    color: #000000;
}

#wrapper-box .progress {
    margin: 10px 0 0 10px; 
    width: 70%; 
    float: left;
    display: none; 
}

#wrapper-box .enviar {
    width: 100%;
    height: auto;
    float: left;
}

#wrapper-box .enviar button {
    width: 200px;
    height: 60px;
    border: 0;
    background-color: #21882b;
    font-size: 24px;
    color: #ffffff;
    font-family: 'opensans-bold';
    float: right;
}
#wrapper-box .enviar2 button {
    width: 420px;
    height: 60px;
    border: 0;
    background-color: red;
    font-size: 18px;
    color: #ffffff;
    font-family: 'opensans-bold';
    float: right;
}

#wrapper-box .enviar button:hover {
    background-color: #000000;
}

#wrapper-box .enviar2 button:hover {
    background-color: #000000;
}

#wrapper-box .termos label {
    width: 740px;
    margin-bottom: 30px;
}

#wrapper-box .obs span,
#wrapper-box .termos span {
    font-family: 'opensans-bold';
}

#wrapper-box .termos label span {
    font-family: 'opensans-extrabold';
}

#wrapper-box .obs {
    float: left;
    color: #ff2128;
}

#produtos-pedidos {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
}

#produtos-pedidos li {
    width: 290px;
    height: 132px;
    float: left;
    list-style: none;
    padding: 0;
}

#produtos-pedidos li figure {
    width: 146px;
    height: 132px;
    float: left;
    /*background: url(../../../images/tmp/dicas.jpg) no-repeat center center;*/
    background-image: url(../../../images/tmp/dicas.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#produtos-pedidos li figure a {
    width: 146px;
    height: 132px;
    float: left;
    display: block;
}

#produtos-pedidos li .cont {
    width: 144px;
    height: 132px;
    float: left;
    background-color: #ffffff;
    display: table;
    border-bottom: 1px solid #868686;
    position: relative;
}

#produtos-pedidos li:last-child .cont {
    border: 0;
}

#produtos-pedidos li .cont a.title {
    font-size: 24px;
    color: #000000;
    font-family: 'klavika-bold';
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: -20px;
    line-height: 1.1;
}

#produtos-pedidos li .cont a:hover {
    color: #ff2128;
}

#produtos-pedidos li .cont a.title::after {
    content: url();
    background-image: url(../../../images/plus-red.png);
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 70%;
    width: 25px;
    height: 25px;
}

#produtos-pedidos li .cont a:hover::after {
    transform: scale(1.1);
}

#produtos-pedidos li .cont p {
    display: none;
}

.budget {
    display: none;
}

.meus-pedidos .mostrando {
    width: 331px;
    height: 50px;
    float: left;
    font-size: 18px;
    color: #000000;
    font-family: 'opensans';
    margin-top: 15px;
}

.meus-pedidos .botoes {
    width: 550px;
    height: 50px;
    float: left;
    text-align: right;
    margin-top: 15px;
}

.meus-pedidos .botoes a {
    padding: 5px 10px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: 18px;
    color: #000000;
    font-family: 'opensans';
    margin: 0 3px;
}

.meus-pedidos .botoes a:hover {
    background-color: #ccc;
}

#wrapper-box .anexar button:hover,
#wrapper-box .anexar button,
#wrapper-box .enviar button:hover,
#wrapper-box .enviar button,
.meus-pedidos .botoes a:hover,
.meus-pedidos .botoes a,
.meus-pedidos .meus-pedidos .box-filtros .box-pesquisar button:hover,
.meus-pedidos .box-filtros .box-pesquisar button,
#wrapper-pedidos li .status a.seta:hover,
#wrapper-pedidos li .status a.seta,
#produtos-pedidos li .cont a::after,
#produtos-pedidos li .cont a:hover::after,
#produtos-pedidos li .cont a:hover,
#produtos-pedidos li .cont a {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

#wrapper-pagamento {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 20px;
}

#wrapper-pagamento {
    padding: 20px 20px 30px 20px;
}

.flex-btns{
    display: flex;
    justify-content: space-between;
}
.clearfixs {
    clear: both;
}


/* ---------------------------------------------------------------------------------------------------------- 
08 Media queries  -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ultrawide and down */

@media screen and (min-width: 1921px) and (max-width: 2560px) {}


/* 1099 and down */

@media screen and (max-width:1199px) {
    #wrapper-box .header .nome-produto {
        width: calc(100% - 191px);
    }
}


/* 991 and down */

@media screen and (max-width:991px) {
    #wrapper-box .header .cod {
        width: 160px;
    }
    #wrapper-box .header .nome {
        width: 185px;
    }
    #wrapper-box .header .nome-produto {
        width: calc(100% - 161px);
    }
    #wrapper-box div {
        width: 100%;
    }
    #wrapper-box .dimensoes div {
        width: auto;
    }
    #wrapper-box div.box-float {
        width: 50%;
    }
    .caracteristicas .cont-title {
        width: auto;
        height: auto;
    }
}


/* 767 and down */

@media screen and (max-width:767px) {
    h1.interna {
        font-size: 40px;
        margin: -10px 0 10px 0;
        width: 100%;
        padding: 0 15px;
    }
    .caracteristicas {
        padding: 40px 0px 0px 0px;
        overflow: hidden;
    }
    .caracteristicas .cont-title {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        padding-left: 50px;
        margin-top: 20px;
        padding: 35px 15px 0 15px;
        background-position: center top;
        background-size: 30px;
        text-align: justify;
    }
    .caracteristicas .cont-title p {
        font-size: 16px;
    }
    .caracteristicas .box-obs {
        padding: 0 15px;
    }
    #wrapper-box .header .cod {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    #wrapper-box .header .nome {
        width: 100%;
        text-align: center;
        background-color: #aaa;
    }
    #wrapper-box .header .status {
        width: 80%;
        height: auto;
        line-height: 30px;
    }
    #wrapper-box .header .nome-produto {
        width: 100%;
        height: auto;
        padding: 10px 0;
        float: left;
        position: relative;
        margin: 0;
        text-align: center;
    }
    #wrapper-box .header .nome-produto p {
        font-size: 18px;
        padding-left: 0;
    }
    #wrapper-box .header {
        height: auto;
    }
    #wrapper-box .box-50.left {
        margin-right: 0;
        width: 100%;
    }
    #wrapper-box .box-50.right {
        margin-left: 0;
        width: 100%;
    }
    #wrapper-box .box-valor {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 0;
    }
    #wrapper-box .box-entrega {
        width: 100%;
        height: auto;
        margin-right: 0;
        float: left;
        padding-top: 15px;
        border-top: 1px solid;
    }
    #wrapper-box .box-valor h3,
    #wrapper-box .box-entrega h3 {
        margin-bottom: 5px;
    }
    #wrapper-box .box-75 {
        width: 100%;
        float: right;
    }
    #wrapper-box select.tamanho {
        width: 100%;
        margin-right: 0;
    }
    #wrapper-box .dimensoes.qtd input {
        width: 120px;
    }
    #wrapper-box .enviar button {
        font-family: 'opensans-bold';
        float: left;
        left: calc(50% - 100px);
        position: relative;
    }
    #wrapper-box .termos label {
        width: auto;
        margin-right: 0;
    }
    .caracteristicas .cont-title {
        margin-bottom: 30px;
    }
    #wrapper-box .header .pagamento {
        position: absolute;
        right: 0;
        top: 0px;
    }
    #wrapper-box {
        padding: 45px 15px 15px 15px;
    }
}


/* 349 and down */

@media screen and (max-width:349px) {
    #wrapper-box div.box-float {
        width: 100%;
    }
}


/*_________________________Acaba aqui_________________________*/


/*_________________________Acaba aqui_________________________*/


/*_________________________Acaba aqui_________________________*/


/*_________________________Acaba aqui_________________________*/