/* Alterações Fábrica de Óculos: 2018 06 29 */

#stickyHeader .storeNavigation_ul li a {
    font-weight: 700;
}

footer {
    background: #d1232a;
}

footer .addressBox:before, footer .addressBox:after {
    background: #fff;
}

footer .mailBox:after {
    background: #fff;
}

footer .phoneBox:before {
    background: #fff;
}

/*#produtos .produtoSlide {
    margin-bottom: 0;
}*/

.tamanhoArmacaoTitle_ul li, .tamanhoArmacaoDados_ul li {
    width: 26.66%;
}

.additionalInfo_table tr:first-child, .additionalInfo_table tr:nth-child(2) {
    font-weight: bold;
}

.additionalInfo_table tr:first-child th, .additionalInfo_table tr:nth-child(2) th {
    font-weight: bold;
}

.lenteImageWrapper .vertAlign {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: 4px;
}

.warningOlho {
    padding: 10px;
    margin: 10px 10px 0 10px;
    border: 1px solid #d1232a;
    font-size: 12px;
    text-align: left;
    display: none;
}

.warningLens {
    display: inline-block;
}

.noMaxWidth {
    max-width: 400px;
}

.lenteRecomendada {
    background: #33b55b;
    position: absolute;
    bottom: calc(100% + 1px);
    padding: 5px;
    font-size: 12px;
    left: 0;
    width: 100%;
    color: #fff;
}

.lenteTipo {
    position: relative;
}

/*.margin70 {
    margin-bottom: 20px;
}*/
.categoriaHomepage {
    margin-bottom: 10px;
}

.newsletterForm .inputBox {
    margin-top: 10px;
}

.newsletterForm input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 10px;
}

.produtoSlide {
    height: 320px;
}

.question {
    color: #fff;
    font-weight: bold;
}

.shortPad {
    padding: 10px 0;
}

.lentePremium {
    display: none;
}

#whiteBox {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

#whiteInput {
    display: block;
    margin: 10px;
    height: 30px;
    font-size: 30px;
    width: 200px;
    padding: 5px;
    line-height: 30px;
    border: 1px solid red;
    padding-bottom: 10px;
    border-radius: 4px;
    color: red;
}

#whiteBtn {
    display: block;
    text-align: center;
    margin: 10px auto;
    width: 80px;
    height: 25px;
    background-color: transparent;
    border: 1px solid red;
    border-radius: 4px;
    color: red;
}