.boxProd a,
.boxProd a:active,
.boxProd a:hover,
.boxProd a:focus {
    color: unset;
}

.boxProd h5 {
    color: #26221D;
    font-size: 1.5rem;
    font-weight: 700;
}

.boxProd .priceDe {
    color: #828282;
    text-decoration: line-through;
    font-size: 1.3rem;
}

.boxProd .pricePor {
    color: #26221D;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.boxProd .priceDesc {
    color: #777777;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 19px;
}

.boxProd .text {
    color: #696969;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
}

.boxProd .text.fsize {
    text-transform: initial;
}

.btnComprar {
    color: #FFFFFF !important;
    background: #C10042 !important;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    padding: 16px 0px !important;
    box-shadow: none !important;
    width: 100%;
    visibility: hidden;
}

.btnBuy {
    color: #FFFFFF !important;
    background: #84C738;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: initial !important;
    padding: 16px 0px;
    box-shadow: none !important;
    border-radius: 5px;
    width: 90%;
}

@media (max-width: 991px) {
    .boxProd h5 {
        font-size: 1.4rem;
    }
    .boxProd .priceDesc {
        font-size: 1.3rem;
    }
    .btnComprar {
        font-size: 1.4rem !important;
    }
}

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

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

.boxProdPricePor .boletoPrice {
    color: #303030;
    font-size: 2.8rem;
}

.discount {
    margin: 1% 0;
    width: fit-content;
    padding-left: 1em;
    padding-right: 1.1em;
    font-size: 1.3em;
    box-sizing: border-box;
    display: inline-block;
    line-height: 11px;
}

@media (max-width: 1199px) {
    .discount {
        margin: 1% 0;
        width: 33%;
        padding-left: 1em;
        padding-right: 0;
        font-size: 1.3em;
        box-sizing: border-box;
        display: inline-block;
        line-height: 11px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .discount {
        margin: 1% 0;
        width: 27%;
        padding-left: 0.5em;
        padding-right: 0;
        font-size: 1.3em;
        box-sizing: border-box;
        display: inline-block;
        line-height: 11px;
    }
    .paymentInfo {
        display: flex;
    }
}

#interDiscount {
    padding-top: 2px;
}

.calcShip h3 {
    color: #231F20;
    font-size: 1.6rem;
    font-weight: bolder;
}

.calcShip {
    margin-bottom: 3rem;
}

.areaVantangens{
    display: flex;
    flex-direction: column;
    height: 150px;
    justify-content: space-around;
}

.truckImg{
    width: 35px;
    height: 35px;
    margin-bottom: 6px;
}

.boxImg{
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.garantiaImg{
    width: 30px;
    height: 30px;
}

.imgVantagens{
    display: flex;
    align-items: center;
}

.mask_cep {
    background: #E8E8E8 !important;
    border: 1px solid #ccc;
    color: #231F20 !important;
    height: 35px !important;
    padding-left: 20px !important;
    font-size: 1.3rem !important;
    font-weight: 400;
    margin-right: 10px;
}

.mask_cep::placeholder {
    color: #555 !important;
    font-weight: 400 !important;
    padding: 0 !important;
}

#loadFreight {
    margin: 0 !important;
    padding: 10px 27px !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: #64922F !important;
    font-size: 1.7rem !important;
    font-weight: 400 !important;
    text-transform: capitalize !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; */
}

.titleh1 {
    color: #231F20;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 0;
    line-height: 3rem;
}

.prodText * {
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .discount {
        margin: 1% auto;
        width: 100%;
    }
    .titleh1 {
        font-size: 2.2rem;
    }
}

.slider-nav-vert .slick-slide {
    /* border: 2px solid #E8E8E8; */
    border: none !important;
    margin-bottom: 5px;
    text-align: center;
}

.slider-for-vert {
    /* border: 2px solid #E8E8E8; */
    border: none !important;
}


/* ATRIBUTOS */

#tabelaFrete label span._1 {
    display: none !important;
}

.listoption h2 {
    font-size: 1.2rem;
    margin: 0;
}

.listoption small {
    font-size: 1rem;
    margin: 0;
}

.listoption .option,
.listoption .labelOption {
    color: #303030;
    cursor: pointer;
    /* border: 1px solid #303030; */
    display: block;
    /* float: left; */
    font-size: 13px !important;
    margin: 4px !important;
    margin-left: 0px !important;
    padding: 4px 8px;
    line-height: 1.5;
    position: relative;
    font-weight: 600;
}

.listoption .option input[type=radio] {
    /* width: 0 !important;
    display: none; */
    width: 12px !important;
    float: left;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
}


/*.listoption .option:hover, .listoption .labelOption:hover { background-color: #959595; }*/

.listoption .option.selected,
.listoption .labelOption.selected {
    /* background-color: #303030 !important;
    border-color: #303030;
    color: #FFFFFF; */
    border: none;
}

.listoption .option.off {
    background-color: #d9d9d9;
}

.listoption .option.selected.off {
    background-color: #636363 !important;
}

.listoption .option.off:after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: -5px;
    right: -5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../img/disabledOpt.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #fff;
}

.listoption .stock0 {
    border: 1px solid #9c9c9c !important;
    color: #9c9c9c !important;
    cursor: initial !important;
}

.listoption .stock0:hover {
    background-color: #FFF;
    color: #9c9c9c;
    cursor: inherit;
}