.boxProd{
    transition: 0.7s all ease;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    margin: 3px;
}
.boxProd a,
.boxProd a:active,
.boxProd a:hover,
.boxProd a:focus {
    color: unset;
}
.boxProd h5 {
    color: #777777;
    font-size: 1.5rem;
    font-weight: 500;
    min-height: 60px;
}
.boxProd .desc {
    min-height: 170px;
    text-align: center;
}
.boxProd .position-relative{
    min-height: 250px;
}
.boxProd .priceDe {
    color: #656567;
    text-decoration: line-through;
    font-size: 1.3rem;
}
.boxProd .pricePor {
    color: #616F37;
    font-size: 1.6rem;
    font-weight: 600;
}
.boxProd .priceDesc {
    color: #656567;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 19px;
}
.boxProd .promo{
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #D83A3A;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4em;
    padding: 10px;
}

/*  quantidade */

.inp-qtd{
    width: 10%;
    padding-top: 5px;
    height: 45px;
    font-size: 18px;
    border-radius: 0;
    padding-left: 9px;
    text-align: center;
}

.inp-qtd[type='number'] {
    -moz-appearance:textfield;
}
.inp-qtd[type=number]::-webkit-inner-spin-button,
.inp-qtd[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qtd-control{
    width: fit-content;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 45px;
    margin-right: 10px;
}
.qtd-control a:hover,
.qtd-control a:focus{
    color: #fff;
    background: #737B7A;
}

.qtd-plus,
.qtd-minus{
    background: #616F37;
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 600;
    width: 20px;
    height: 50%;
    line-height: 22px;
}


/* ATRIBUTOS */
.listoption {
/*    float: right;
    margin-top: 10px;
    width: 100%;*/
}
.listoption select {
    /* border: 1px solid rgba(115, 123, 122, 0.1); */
    border-radius: 2px;
    padding: 0.7em;
    font-size: 1.2em;
    color: #9A9F9F;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    background: url(../img/select.svg) no-repeat 95% 50%;
    background-size: 5%;
}
.listoption option {
    font-size: 1.2em;
    color: #9A9F9F;
}
.listoption span {
    display: block;
    float: left;
    font-size: 1.25em;
    margin-right: 5px;
    padding-top: 10px;
    text-align: right;
    width: auto;
}
.listoption .thisProdAttChange { position: relative }

.listoption .option, .listoption .labelOption {
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    float: left;
    font-size: 13px !important;
    margin: 4px !important;
    margin-left: 0px !important;
    padding: 10px;
    background-color: #292929;
    /*text-transform: uppercase;*/
}
/*.listoption .option:hover, .listoption .labelOption:hover { background-color: #959595; }*/
.listoption .option.selected, .listoption .labelOption.selected { 
    background-color: #616f37;
    border-color: #000;
    color: #FFFFFF;
}

.listoption .stock0 {
    border: 1px solid #9c9c9c !important;
    color: #9c9c9c !important;
    cursor: initial !important;;
}
.listoption .stock0:hover { background-color: #FFF; color: #9c9c9c; cursor: inherit; }
    
    

.btnComprar {
    color: #FFFFFF !important;
    background: #616F37 !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    text-transform: inherit !important;
    border-radius: 4px !important;
    padding: 16px 0px !important;
    box-shadow: none !important;
    width: 100%;
    /* visibility: hidden; */
}
.btnComprar.indisponivel{
    background: #727272 !important;
}
@media (max-width: 991px) {
    .boxProd h5 {
        font-size: 1.4rem;
    }
    .boxProd .priceDesc {
        font-size: 1.3rem;
    }
    .btnComprar {
        font-size: 1.4rem !important;
    }
}
.boxProd:hover{
    border-color: #616F37;
    border-radius: 12px;
}
/* .boxProd:hover .btnComprar {
    visibility: visible;
} */
@media (max-width: 991px) {
    .btnComprar {
        visibility: visible !important;
    }
}
.prodView h1 {
    color: #231F20;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 0;
}
.boxProdPriceDe {
    color: #B8B8B8;
    font-size: 1.6rem;
    font-weight: 600;
}
.boxProdPriceDe span {
    text-decoration: line-through;
}
.boxProdPricePor {
    width: fit-content;
    display: inline-block;
    margin-top: 1rem;
}
.boxProdPricePor span {
    margin-top: 1.5rem;
    color: #777777;
    font-size: 2.8rem;
    font-weight: 600;
}
.boxProdPricePor .boletoPrice {
    color: #616F37;
    font-size: 2.8rem;
}
.discount {
    margin: 1% 0;
    width: 30%;
    padding-left: 1em;
    font-size: 1.3em;
    box-sizing: border-box;
    display: inline-block;
    line-height: 11px;
}
#interDiscount {
    padding-top: 2px;
}
.calcShip h3 {
    color: #231F20;
    font-size: 1.6rem;
    font-weight: bolder;
}
.calcShip {
    margin-bottom: 3rem;
}
.mask_cep {
    background: #E8E8E8 !important;
    border: 1px solid #ccc;
    color: #231F20 !important;
    height: 35px !important;
    border-radius: 7px !important;
    padding-left: 20px !important;
    font-size: 1.3rem !important;
    font-weight: 600;
    margin-right: 10px;
    line-height: 2;
}
.mask_cep::placeholder {
    color: #555 !important;
    font-weight: 600 !important;
    padding: 0 !important;
}
#loadFreight {
    margin: 0 !important;
    padding: 10px 27px !important;
    border-radius: 7px !important;
    background: #000 !important;
    font-size: 1.4rem !important;
    text-transform: capitalize !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
}
.bt_comprar {
    color: #fff !important;
    background: #616F37 !important;
    font-size: 1.7rem !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    border-radius: 4px !important;
    padding: 15px 45px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 2rem;
}
.boxLeftProd {
    /* border: 1px solid #ccc; */
    border-radius: 10px;
}
.titleh1 {
    color: #231F20;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 0;
    line-height: 3rem;
}
.prodText * {
    font-size: 1.5rem;
}
.prodText b, .prodText strong{
    font-weight: 600;
}
table{
    border: 2px solid #000;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}
 table, table p, table strong{
    width: 100%!important;
    background: #d6d6d6;
    color: #1a1818;
}
table strong{
    font-weight: 600;
}
table td{
    padding: 10px 10px;
    border: 1px solid #000;
}
table tr{
    border: 1px solid #000;
}
@media screen and (max-width: 767px) {
    .discount {
        margin: 1% 0% 1% 42%;
        width: 45%;
    }
    .titleh1 {
        font-size: 2.2rem;
    }
}

.slider-nav-vert .slick-slide{
    border: 2px solid #E8E8E8;
    border-radius: 7px;
    margin-bottom: 5px;
    text-align: center;
} 
.slider-for-vert {
    border: 2px solid #E8E8E8;
    border-radius: 7px;
}