/*carrosel*/
.als-container {
    position: relative;
    width: calc(100% - 60);
    margin: 0px auto;
    z-index: 0;
}

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.als-wrapper {
    position: relative;
    list-style: none;
}

.als-item {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
}

.als-prev, .als-next {
    cursor: pointer;
    clear: both;
    position: absolute;
}

.zoomContainer {
    width: 100%;
}

.als-wrapper {
    padding: 0;
}

/* /carrosel*/

.play {
    position: relative;
}

.play span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
    background: transparent url('../../../images/play.png') center no-repeat;
}

.play div {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF;
    color: #000;
    margin: 1px;
    padding: 2px;
    font-size: 0.8em;
    font-weight: 700;
}

.produto-preco-de-texto, .produto-preco-por-texto, .produto-preco-desconto-texto, .produto-preco-parcelado-texto {
    display: inline-block;
    text-align: right;
    font-size: 1em;
    font-weight: 700;

}

.produto-preco-desconto-texto, .produto-preco-parcelado-texto {
    font-size: 0.8em;
}

.produto-preco-parcelado-valor b {
    color: #555;
    font-size: 1.2em;
}
h1.titulo{
    border-bottom: 3px solid #3D3D3D;
    padding-left: 10px;
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 700;
    font-variant: small-caps;
    color: #3D3D3D;
}
h2.subtitulo {
    border-bottom: 3px dotted #3D3D3D;
    padding-left: 10px;
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: 700;
    font-variant: small-caps;
    color: #3D3D3D;
}
.atributo-Titulo {
    font-size: 1.1em;
    font-weight: 700;
    margin: 10px 0 0 0;
}

span.produto-preco-por-valor {
    font-size: 2em;
    color: #333;
    font-weight: 700;
}

.produto-bloco-preco {
}


.produto-preco-desconto-valor {
    font-size: 1.2em;
    color: #555;
    font-weight: 600;
}

/*deletar daqui pra baixo */
.catDetalhes a {
    background: #fff;
    color: #555;
    padding: 5px;
    font-size: 1.1em;
    border-right: 3px solid #555;
    font-weight: 700;
}

.catDetalhes a:hover {
    background: #555;
    color: #FFF;
    text-decoration: none;
}

div.catDetalhes {
    margin-bottom: 10px;
    float: right
}

.lista-adicionado {
    color: #5CB85C;
}

.produto-compreJunto-titulo {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
}

.produto-compreJunto-titulo a {
    color: #333;
}

.prd-opcoes {
    margin-top: 5px;
}

.prd-opcoes fieldset legend {
    font-weight: 700;
    font-size: 1em;
    margin: 0;
}

.prd-valor-atual, .prd-valor-atual-imagem {
    font-size: 0.8em;
    color: #999;
}

.prd_extra_info_1 {
    margin: 20px 0;
}

.prd_extra_info_2 {
    margin-top: 20px;
}

#prdbtnCEP {
    z-index: 0;
}

.prd-modal-frete-valor span {
    font-size: 18px;

}

.prd-modal-frete-valor {
    font-size: 21px;
    font-weight: 700;
    color: #5CB85C;
}

.prd-modal-frete-valor-frete-gratis {
    font-size: 21px;
    font-weight: 700;
    color: #5CB85C;
}

.icone-tabela-medidas {
    position: absolute;
    top: 3px;
    right: 3px;
}
.input-group-addon .btn-tabela-medidas{
    background: #333 ;
    color:#f2f2f2 ;
}

.avaliacao-recomenda-percent {
    font-size: 2em;
}

.als-prev, .als-next {
    top: 20px;
}

.als-prev {
    left: -20px;
}

.als-next {
    right: -20px;
}

.btn-termosCondicoes {
    color: #111;
}

.bootbox-body ul {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
    list-style-type: initial;
}

.bootbox-body ol {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
    list-style-type: decimal;
}

.prd-opcoes-fdset {
    margin: 10px 0 0 0;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 15px;
}

.prd-opcoes-lgd {
    margin: 0;
    padding: 0 10px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    background: #333;
    color: #fff;
    width: auto;
    border-radius: 8px;

}
#box-Prd-Detalhes .input-group-addon{
    background: #666;
    color:#f2f2f2;
}