/* PRODUCT CATEGORY LIST */
section.product-category-list article div.cat {
    border-radius: 6px;
    box-shadow: 1px 1px 6px #AAA;
    overflow: hidden;
}
section.product-category-list 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 {
    left: 50%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
section.product-category-list article div.cat div.desc {
    height: 40px;
    text-align: center;
}

/* PRODUCT LIST */
section.product-list article div.prod {
    border-radius: 6px;
    box-shadow: 1px 1px 6px #AAA;
    overflow: hidden;
}
section.product-list article div.prod div.image {
    float: left;
    overflow: hidden;
    height: 200px;
    position: relative;
    width: 100%;
}
section.product-list article div.prod div.image img {
    left: 50%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
section.product-list article div.prod div.desc {
    height: 40px;
    text-align: center;
}
section.product-list article div.prod .de,
section.product-list article div.prod .por,
section.product-list article div.prod .avista,
section.product-list article div.prod .buy { display: none }

/* 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;
}
#prodGallery .thumbnail {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff !important;
    /* height: 100%; */
    vertical-align: middle;
}
#prodGallery .item {
    width: 80px;
    height: 80px;
    border: 1px solid #eaeaea;
    float: left;
    margin: 0 5px;
    display: table;
}
#prodGallery .item img{
    max-width: 90%;
    max-height: 100%;
    margin: 0 auto;
}


.owl-carousel.owl-drag .owl-item {
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.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;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}
.boxProdContent .boxDetails .subtitleProd {
    font-size: 1.6rem;
    color: #bf0000;
    font-weight: 600;
}
.boxProdContent .boxDetails h3.subtitleProd {
    color: #797979;
}

.boxProdContent .boxDetails .cod {
    font-size: 1.4em;
    margin: 15px 0 40px 0;
    font-weight: 600;
    color: #666666;
}

.paymentInfo {
    margin-bottom: 40px;
}
.paymentInfo .discount {
    text-align: right;
    color: #093;
    font-size: 1.4rem;
}
.paymentInfo .discount b {
    font-size: 1.5em;
}

h3.boxProdPricePor {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 900;
    color: #bf0000;
    text-align: right;
}
h3.boxProdPricePor span {
    font-size: 2.2em;
}

/* 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: #bf0000;
    cursor: pointer;
    border: 1px solid #bf0000;
    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: #bf0000;
    color: #fff;
}
.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; }
#DIVproduct_attribute_opt_id2{
    line-height: 3.5;
}

.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: 52px;
    padding: 0 15px;
    margin-left: 20px;
    text-indent: 0;
    width: auto;
}

.bt_comprar {
    float: right;
    padding: 15px 25px;
    background: #ffcb05;
    width: auto;
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-transform: uppercase;
    text-indent: 0;
    margin-bottom: 30px;
    cursor: pointer;
}
.bt_comprar:hover {
    background: #000;
    color: #ffcb05;
}

.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;
}
#boxDescripiton{
    width: 100%;
    padding: 0px 0px 60px;
}
#boxDescripiton .boxDescripiton{
    border: 1px solid #ebebeb;
}
#boxDescripiton .boxDescripiton .description {
    color: #8a8a90;
    font-size: 1.3em;
    line-height: 1.8em;
    padding: 0 2%;
    box-sizing: border-box;
    overflow: hidden;
}
#boxDescripiton .boxDescripiton .description span{
    color: #8a8a90!important;
    font-size: 1.3em!important;
}
#boxDescripiton .boxDescripiton .description h3{
    font-size: 1.4em;
    color: #000;
}

/**/

@media only screen and (max-width: 900px) {
    #prodGallery { margin-right: 0; }
}

@media only screen and (max-width: 800px) {
    aside.left { display: none }
}