@import "boxDetailsProductMedia-screen.css"(max-width: 768px);

#prodGallery { float: left; height: auto; text-align: center; }
#prodGallery span { display: table-cell; vertical-align: middle; }

#prodGallery, .prodGalleryImg { width: 100%; border-right: 1px solid #f1f1f1; }

.prodGalleryImg {
    background: #fff !important;
    display: block;
    height: auto;
    line-height: 0;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 10px;
    max-height: 480px;
}
.prodGalleryImg img { margin: 0 auto; max-height: 100%; }

#prodGallery ul { clear: both; text-align: left; }
#prodGallery li, #prodGallery li span {
    width: 84px;
    height: 84px;
    display: block;
}
#prodGallery li span {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff !important;
}
#prodGallery li {
    margin: 0 0 8px 0;
    border: 1px solid #949599;
    overflow: hidden;
    display: inline-block;
}
#prodGallery li a { display: block; height: 100%; width: 100%; }
#prodGallery li img { max-width: 88px; max-height: 84px; margin: 0 auto; }
#prodGallery li:hover { border: 1px solid #000; }

/**/

.boxProdDetails { float: right; width: 100%; }

.boxProdDetails label.error {  }

.titleProd {
    color: #00582a;
    font-size: 1.8em;
    font-weight: lighter;
    margin-bottom: 15px;
    line-height: 22px;
    letter-spacing: .5px;
    font-weight: 300;
}

.boxProdDetails .paymentInfo { text-align: left; }
.boxProdDetails .paymentInfo h3.boxProdPriceDe {
    color: #8a8a90;
    font-size: 1em;
    font-weight: lighter;
    text-decoration: line-through;
}
.boxProdDetails .paymentInfo h3.boxProdPricePor {
    color: #be1e2d;
    /* font-family: 'poppinssemibold'; */
    font-size: 1.4em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 300;
}
.boxProdDetails .paymentInfo h3.boxProdPricePor span { font-size: 1.2em; font-weight: bold;  }

.boxProdDetails .paymentInfo .discount {
    font-size: 1.3em;
    color: #3e3e40;
    font-weight: 400;
    margin: 23px 0;
    line-height: 1.5em;
}
.boxProdDetails .paymentInfo .boletoPrice { color: #000; font-size: 2.2em; font-weight: bold; }

.boxBuy { padding-top: 0px; }

.readMore { float: right; }

.bt_comprar {
    background: #be1e2d;
    color: #fff;
    cursor: pointer;
    font-size: 1.2em;
    height: 50px;
    text-transform: uppercase;
    padding: 0px 55px 0px 30px;
    letter-spacing: 1px;
}
.buy-cart{margin-left: -48px;}
.bt_comprar:hover { background: #000; }
.bt_comprar.indisp { background: #efefef; width: auto; }
.bt_comprar.indisp:hover { background-color: #000000; color: #fff; }

.bt_comprar.fast { background: #0ebcbd; margin-left: 15px; }
.bt_comprar.fast:hover { background: #11d2d3; }

/* ATRIBUTOS */
.listoption {
    color:#666666;
    float: right;
    margin-top: 10px;
    width: 100%;
}

.listoption span {
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 5px;
    padding-top: 10px;
    text-align: right;
    width: auto;
}

.listoption .thisProdAttChange { position: relative }

.listoption .option, .listoption .labelOption {
    color: #be1e2d;
    cursor: pointer;
    border: 1px solid #be1e2d;
    display: block;
    float: left;
    font-size: 11px !important;
    margin: 4px !important;
    margin-left: 0px !important;
    padding: 6px 4px;
    text-transform: uppercase;
}
.listoption .option:hover, .listoption .labelOption:hover { background-color: #0E0D12; }
.listoption .option.selected, .listoption .labelOption.selected { background-color: #0E0D12; border-color: #0E0D12; 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; }



/* calculo de frete */
.calcShip { display: table; margin: 30px 0;}
.calcShip h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: Arial;
}
.calcShip .input-t {
    border: 1px solid #CCC;
    width: 120px;
    height: 34px;
    padding: 0 20px;
    float: left;
}
.calcShip .input-s {background: #3e3e40;cursor: pointer;height: 36px;width: 100px;font-size: 1.4em;color: #fff;}
.calcShip .result { margin-top: 15px; }
.calcShip .result input { display: none; }
.calcShip .result #tabelaFrete label {
    margin: 10px 0px;
    float: left;
    max-width: 100%;
    width: 100%;
    font-size: 1em;
}
.calcShip .result #tabelaFrete label span._2:after { content: ':'; }
.calcShip .result #tabelaFrete label span._2 {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #231f20;
    float: left;
    max-width: 100px;
    width: auto;
}
.calcShip .result #tabelaFrete label span._3 { font-weight: bold; }
.calcShip .result #tabelaFrete label span._3,
.calcShip .result #tabelaFrete label span._4 {
    float: right;
    font-size: 1.4em;
    color: #be1e2d;
    width: 80px;
}

/*boxProdContent*/
.boxProdContent{width: 100%; padding: 60px 0px;}
.boxProdContent .boxDetails{width: 50%;float: left;margin-right: 40px;}
.boxProdContent .boxDetails:nth-child(2){width: 46%;margin-right: 0px;}
.boxProdContent .boxDetails .paddingIntern{}
.boxProdContent .boxDetails .cod{color: #8a8a90;font-size: 1.2em;font-weight: lighter;margin-bottom: 20px;}
.boxProdContent .boxDetails .dimension{color: #8a8a90;  font-size: 1em; text-transform: uppercase; width: 100%; padding: 17px 0px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; margin: 40px 0px 20px;}


/*boxDescripiton*/
#boxDescripiton{width: 100%; padding: 0px 0px 60px;}
#boxDescripiton .boxDescripiton{width: 49%; float: left; border: 1px solid #ebebeb;}
#boxDescripiton .boxDescripiton:nth-child(2){float: right;}
#boxDescripiton .boxDescripiton .padding_30{padding: 30px;}
#boxDescripiton .boxDescripiton .title-desc{color: #3e3e40;  font-size: 1.4em; text-transform: uppercase; font-weight: 300; margin-bottom: 20px }
#boxDescripiton .boxDescripiton .title-desc span{color: #be1e2d; }
#boxDescripiton .boxDescripiton .description { color: #8a8a90; font-size: 1.3em; line-height: 1.5em; overflow: hidden;}