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

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 25px 0 0 0;
    width: 100% !important;
    height: auto;
}

.als-wrapper {
    position: relative;
    list-style: none;
    padding: 0;
    width: 80px;

}

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

.zoomContainer {
    width: 100%;
}

/* /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;
    width: 60px;
    font-size: 1em;
    font-weight: 700;

}

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

.produto-preco-parcelado-valor b {
    color: #2663CC;
    font-size: 1.2em;
}

.atributo-Titulo {
    font-size: 1.1em;
    font-weight: 700;
    margin: 10px 0 0 0;
}

span.produto-preco-por-valor {
    font-size: 2.0em;
}

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

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

.catDetalhes a:hover {
    background: #335eb3;
    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-size: 1em;
}

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

.img-miniatura {
    width: 80px;
    height: 80px;
}

/*****************************************************
 * generic styling for ALS elements: outer container
 ******************************************************/

.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 0;
}

/****************************************
 * viewport styling
 ***************************************/

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

/***************************************************
 * wrapper styling
 **************************************************/

.als-wrapper {
    position: relative;
    /* if you are using a list with <ul> <li> */
    list-style: none;
}

/*************************************
 * item: single list element
 ************************************/

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

/***********************************************
 * prev, next: buttons styling
 **********************************************/

.als-prev, .als-next {
    position: relative;
    cursor: pointer;

}

.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;
}
.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 #fff;
}
.prd-opcoes-lgd{
    margin: 0;
    padding: 0 10px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    background: #fff;
    width: auto;
    border-radius: 8px;

}

.btn-radio{
    padding: 4px;
    border-radius: 3px;
    position: relative;
}

.btn-radio input{
    width: auto;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 15px;
    padding: 5px 12px;
    border: 2px solid var(--color1);
}

/*
css3 selector for .btn-radio where its child input is checked
 */
.btn-radio input:checked{
    background: var(--color1);
    color: #fff;
    box-shadow: 0 1px 1px #0000002e;
    text-shadow: 0 1px 0px #0000002e;
}

.btn-radio input:before {
    content: attr(label);
    display: inline-block;
    text-align: center;
    width: 100%;
}
