/* PRODUCT CATEGORY LIST */
section.product-category-list article div.cat, .prodHome article div.cat {
    overflow: hidden;
}
section.product-category-list article div.cat div.image, .prodHome article div.cat div.image{
    float: left;
    height: auto;
    overflow: hidden;
    height: 200px;
    position: relative;
    width: 100%;
}
section.product-category-list article div.cat div.image img, .prodHome article div.cat div.image img{
    left: 50%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 100%;
}
section.product-category-list article div.cat div.desc, .prodHome article div.cat div.desc{
    height: 40px;
    text-align: center;
}

/* PRODUCT LIST */

section.product-list article div.prod div.image, section.product-list article div.prod div.img, .prodHome article .prod div.img {
    float: left;
    overflow: hidden;
    height: 324px;
    position: relative;
    width: 100%;
}
section.product-list article div.prod div.image img, section.product-list article div.prod div.img img, .prodHome article div.prod div.img img {
    left: 50%;
    /*max-height: 100%;*/
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /*max-width: 100%;*/
}
section.product-list article div.prod div.desc, .prodHome article .prod .desc {
    height: 120px;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
section.product-list article.box-tobata div.prod div.desc{
    height: 160px;
}
section.product-list article div.prod .indisponivel, div.prod .indisponivel {
    background: #ccc;
}
section.product-list article div.prod .indisponivel:hover {
    background: #B40015;
}
section.product-list article div.prod div.desc h5, .prodHome article .prod .desc h5{
    font-size: 1.6em;
    color: #232323;
    font-weight: 400;
    margin-bottom: 1.5em;
    min-height: 50px;
}
section.product-list article div.prod .de, .prodHome article .prod .de{
    font-weight: 400;
    color: #828282;
    font-size: 1.3em;
    text-decoration: line-through;
    line-height: 1;    
}
section.product-list article div.prod .por, .prodHome article .prod .por{
    font-weight: 700;
    color: #E4001B;
    font-size: 2.1em;
    line-height: 1;
    margin: 8px 0;
}
section.product-list article div.prod .por span, .prodHome article .prod .por span{
    font-weight: 600;
    color: #5a5a5a;
    font-size: 0.65em;
    line-height: 1;
    margin: 8px 7px;
    /* text-transform: uppercase; */
}
section.product-list article div.prod .parcel, .prodHome article .prod .parcel{
    font-weight: 400;
    color: #232323;
    font-size: 1.4em;
    line-height: 1;
}

section.product-list article div.prod .avista{
    font-size: 1.4em;
    color: #727175;
}
.btn-category{
    background: transparent;
    cursor: pointer;
    font-size: inherit;
    width: 100%;
    text-align: left;
}
.line{
    padding: 1em 0;
    border-top: 1px solid rgba(115, 123, 122, 0.1);
    border-bottom: 1px solid rgba(115, 123, 122, 0.1);
    margin-top: 3em;    
}
.line h3{
    font-weight: 700;
    font-size: 2.5em;
    color: #737B7A;
    position: relative;
    margin-bottom: 0.5em;
}
.plus {
    position: relative;
    width:20px;
    height:20px;
    top: 5px;
    float: right;
}  
.plus:before,
.plus:after {
    content: "";
    position:absolute;
    background:#737B7A;
}  
.line:hover .plus:before {
    left:50%;
    top:4px;
    bottom:4px;
    width:2px;
    transform:translateX(-50%);
}  
.plus:after {
    top:50%;
    left:4px;
    right:4px;
    height:2px;
    transform:translateY(-50%);
}
/* PRODUCT VIEW */

.boxProdContent [class*="col-"] { padding: 0; }

#prodGallery { margin-right: 50px; }
#prodGallery .prodGalleryImg {
    border: 1px solid #eaeaea;
    text-align: center;
    height: 400px;
}
#prodGallery .prodGalleryImg img {
    max-height: 100%;
    max-width: 100%;
}

#prodGallery .slider {
    height: 150px;
    margin-top: 20px;
}

.owl-carousel.owl-drag .owl-item {
    border-right: 1px solid #DEDEDE;
    box-sizing: border-box;
}
.owl-carousel.owl-drag .owl-item article.d-none{
    display: none;
}
.calcShip #tabelaFrete {
    padding: 30px 0;
}
.calcShip #tabelaFrete label {
    max-width: 425px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    width: 100%;
}
.calcShip #tabelaFrete label span._2 { width: auto; }
.calcShip #tabelaFrete label span._3,
.calcShip #tabelaFrete label span._4 {
    float: right;
    padding: 0;
    width: auto;
}

.boxProdContent .boxDetails .titleProd {
    font-size: 2.4em;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.boxProdContent .boxDetails .cod {
    font-size: 1.4em;
    margin-bottom: 40px;
}

h3.boxProdPricePor { 
    font-size: 2em; 
    margin-bottom: 40px;
    text-align: right;
}
h3.boxProdPricePor span {
    color: #8BC34A;
    font-size: 1.5em;
}

.calcShip h3 {
    font-size: 1.5em;
    color: #7d7d7d;
    margin-bottom: 15px;
}
.calcShip input[type=text] {
    border: 1px solid #ccc;
    height: 35px;
    width: 180px;
    font-size: 1.6em;
}
.calcShip input[type=button] {
    font-size: 1.4em;
    color: #fff;
    background: #000;
    height: 37px;
    padding: 0 15px;
    text-indent: 0
}

.bt_comprar {
    float: right;
    padding: 15px 25px;
    background: #8bc34a;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-indent: 0;
    margin-bottom: 30px;
    cursor: pointer;
}
.bt_comprar:hover {
    background: #658e36;
}

.boxDescripiton .title-desc {
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    text-indent: 15px
}
.boxDescripiton .description {
    margin-bottom: 40px;
    font-size: 1.5em;
    line-height: 1.5em;
}

/**/

@media only screen and (max-width: 900px) {
    #prodGallery { margin-right: 0; }
    section.product-list article div.prod div.desc, .prodHome article .prod .desc{text-align: center;}
    
}

@media only screen and (max-width: 800px) {
    aside.left { display: none }
}

@media only screen and (max-width: 768px) {
    .owl-carousel.owl-drag .owl-item {
        border-right: none;
    }
}