/* .page-products
rgba(200, 65, 35, 1);
#ef4123;
*/

h1.page-header {
    color: #ef4123;
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.page-products .prod-rel-collection,
.page-products .product-prod-rel,
.page-products .product-tabs,
.page-products .tab-content,
.page-products .product-caract-imgs {
    margin: 0;
}

.page-products .nav-pills > li + li {
    margin: 0;
}
.product-inner .view-empty,
.product-prod-rel .block-prod-item,
.page-products .tab-content,
.page-products .product-caract-imgs {
    width: 100%;
    background: #f1f1f1;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.75);
    box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.75);
}

.node-produto.descontinuado .product-caract-imgs {
    background: rgba(200, 65, 35, .15);
}

.page-products .tab-content {
    margin-top: 20px;
}
.ptop-left .catprod_cf_immergas {
    color: #ef4123;
    font-size: 20px;
    text-align: left;
}
.ptop-right .mini-slider-nav img{
    border:1px solid #999;
}
.ptop-right .mini-slider-viewport img{
    margin: 0 auto;
    border:2px solid #333;
}
.ptop-right .mini-slider-viewport .text-block{
    color: #ef4123;
    font-size: 20px;
    text-align: center;
    margin: 5px 0 0 0;
}
.ptop-left .catprod_cf_immergas i{
   margin:0 7px;
    display:inline-block;
}

.ptop-left table {
    width: 100%;
    margin: 20px 0;
}

.ptop-left td {
    color: #ef4123;
    font-size: 12px;
    line-height: 15px;
    padding: 3px;
}

.ptop-left td.icon {
    width: 25px
}

.ptop-left td.icon img {
    width: 14px
}

.ptop-left td.name {
    width: 50%;
}

.ptop-left td.value {
    width: 50%;
}

/*.field-name-field-p-apresentacao*/
#ptab-apres .product-apres{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    text-align: justify;
}
#ptab-apres  .hr {
    border: 1px solid #ababab;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
#ptab-apres .product-icons{
}
#ptab-apres .product-icons .prod-icon-item{
    text-align:center;
    margin:10px 0;
}
.product-inner .headtitle,
.product-inner .view-empty,
.simb-ce .ce-title,
#ptab-apres .product-icons .prod-icon-item .prod-icon-text{
    color: #ef4123;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

/* simb certif CE */
.simb-ce {
    background:#0072bb;
    border: 2px solid #0072bb;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 2px 1px 3px #888;
    /*height: 68px;*/
    /*padding: 0 0 0 47px;*/
    min-width: 200px;
    float: left;
    position:relative;
    margin: 2rem 0 0;
}
.simb-ce .ce-bandeira {
    background: transparent url('../images/cores-ee/ce-bandeira.png');
    width: 49px;
    height: 65px;
    position:absolute;
    left:-2px;
}
.simb-ce .simb-ce-wrapper{
    background-color: rgba(255, 255, 255, 1);
    margin: 0 0 0 47px;
    border: 0 solid transparent;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.simb-ce .inner-simb-ce {
    margin: 3px 4px 0 4px;
    display: inline-block;
}

.simb-ce .ce-title {
    font-size: 16px;
    line-height: 15px;
    padding: 5px;
    margin:0;
}
.inner-simb-ce .is-ce-quad {
    float: left;
    height: 32px;
    overflow:hidden;
    min-width:50px;
    position:relative;
}

.inner-simb-ce .is-ce-quad *,
.inner-simb-ce .is-ce-quad .is-ce-quad-inner img
{
    display: inline-block;
    float: left;
    height: 22px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 3px;
}
.inner-simb-ce .is-ce-quad .is-ce-quad-inner
{
    background:#FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0 0 12px;
    padding-right:5px;
}
.inner-simb-ce .is-ce-quad .is-ce-quad-inner span
{
    color: #444;
    font-size: 11px;
    line-height: 11px;
    margin-top: 9px;
}

.inner-simb-ce .is-ce-quad .is-ce-quad-class
{
    margin: 6px 0 0 10px;
    min-width: 30px;
    text-align: center;
    text-transform: uppercase;
}

.inner-simb-ce .is-ce-tri {
    border: transparent;
    border-style: solid;
    border-width: 16px;
    float: left;
    margin-right: -16px;
}

/* .prod-rel-collection .block-prod-item */
.product-inner .headtitle{
    margin:10px 0 25px 0;
}

.prod-rel-collection .block-prod-item{
    -webkit-border-radius: 3px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-radius: 3px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #FFF;
    position: relative;
    padding:0;
    -webkit-box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.75);
    box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.75);

    border: 1px solid #c1c1c1;
    float: left;
    height: 450px;
    margin-bottom: 25px;
    margin-right: 15px;
    width: 280px;
}

.prod-rel-collection .block-prod-item .block-prod-img {
    bottom: 40px;
    left: 0;
    margin: 0 auto;
    max-height: 350px;
    width: 100%;
    position: absolute;
}

.prod-rel-collection .block-prod-item .block-prod-img img{
    margin: 0 auto;
}

.prod-rel-collection .block-prod-item .block-prod-modelo {
    color: #5f5f64;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    max-width: 240px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 95%;
}
.prod-rel-collection .block-prod-item .block-prod-item-inner {
    border: 5px solid #ef4123;
    -webkit-border-radius: 3px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-radius: 3px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: none;
    height: 448px;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 278px;
}

.prod-rel-collection .block-prod-item .resumo-wrapper {
    background-color: #ef4123;
    color: #fff;
    height: 288px;
    left: 0;
    padding: 20px 20px 90px;
    position: absolute;
    top: 150px;
    width: 268px;
    overflow:hidden;
}
.prod-rel-collection .block-prod-item .resumo-wrapper .block-prod-resumo {
    width:100%;
}

.prod-rel-collection .block-prod-item .block-prod-action {
    bottom: 12px;
    height: 60px;
    left: 0;
    position: absolute;
    width: 268px;
}
.prod-rel-collection .block-prod-item .block-prod-action a{
    bottom: 10px;
    display: block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);

    background: #f3f3f4 none repeat scroll 0 0;
    margin: auto;
    padding: 15px 0;
    text-align: center;
    width: 230px;

    color: #ef4123;
    font-size: 18px;
    text-decoration: none !important;
    vertical-align: middle;
}
