#content #fullContent div.identificacao div.login p.loading {
    background: url("../images/loading/loading-grey-micro.gif") no-repeat scroll 7px 6px #F0F0F0;
    border: 2px solid #CCCCCC;
    margin: 3px 0;
    padding: 10px 0 6px 27px;
    width: 223px;
}
#content #fullContent div.identificacao div.login p.success {
    background: url("../images/icones/ico-check-micro.png") no-repeat scroll 7px 6px #B1E29C;
    border: 2px solid #448626;
    margin: 3px 0;
    padding: 10px 0 6px 27px;
    width: 223px;
    color: #448626;
}

#box-produto-detalhado div.descricao-produto div.imageSelect label.disabled {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #F0F0F0;
    color: #CCCCCC !important;
    text-shadow: none !important;
}
#box-produto-detalhado div.descricao-produto div.imageSelect input.inputSize {
    display: none;
}
#box-produto-detalhado div.descricao-produto select[disabled] {
    background: #f0f0f0;
    color: #ccc;
}

#lightboxProIndisponivel div#ltb_loading,
#lightboxProIndisponivel div#ltb_success,
#lightboxProIndisponivel div#ltb_error {
    width: 447px;
    display: none;
}
#lightboxProIndisponivel div#ltb_loading p {
    background: url("../images/loading/loading-grey-micro.gif") no-repeat scroll 7px 6px #F0F0F0;
    border: 2px solid #CCCCCC;
    margin: 3px 0;
    padding: 8px 0 6px 27px;
}
#lightboxProIndisponivel div#ltb_success p {
    background: url("../images/icones/ico-check-micro.png") no-repeat scroll 7px 6px #B1E29C;
    border: 2px solid #448626;
    margin: 3px 0;
    padding: 8px 0 6px 27px;
    color: #448626;
}
#lightboxProIndisponivel div#ltb_error p {
    padding: 8px 0 6px 27px;
    background: #FDEEED url(../images/icones/exclamation-red.png) 7px 6px no-repeat;
    border: 2px solid #FCD2D0;
    margin: 3px 0;
    color: red;
}

#product-add-error { padding: 0 20px 0 0; }

/** PADRAO **/
.dn { display: none; }
.db { display: block; }

/** FOR AJAX FORMS **/
div.ajax_loading {
    background: #f0f0f0;
    color: #666666;
    display: none;
}
    div.ajax_loading p { color: #666666 !important; }
div.ajax_success {
    background: #DFF2BF;
    color: #4F8A10;
    display: none;
}
    div.ajax_success p { color: #4F8A10 !important; }
div.ajax_error {
    background: #FFBABA;
    color: #D8000C;
    display: none;
}
    div.ajax_error p { color: #D8000C !important; }

div.ajax_loading p,
div.ajax_success p,
div.ajax_error p {
    font-weight: bold;
    padding: 3px 5px !important;
}

/** FOR MOIP SUCCESS **/
div.inputSucesso {
    max-width: 100%;
    background: #B1E29C url(../images/icones/ico-check-micro.png) 8px center no-repeat;
    border: 2px solid #448626;
    border-radius: 4px;
    padding: 9px 9px 9px 31px;
    margin: 0px 0 14px;
}
div.inputSucesso p {
    color: #448626;
    line-height: 13px;
}

/** LIGHTBOX ADDRESS **/
#lightboxPagamentoEndereco {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 423px;
    left: 50%;
    margin: 0 0 0 -358px;
    overflow: hidden;
    padding: 0 0 3px;
    position: fixed;
    top: 25%;
    width: 726px;
    z-index: 9999;
}

div.wrapperLtbAddress {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 423px;
    overflow: hidden;
    padding: 0 0 3px;
    position: fixed;
    width: 726px;
}

/** LIGHTBOX LOADING **/
#lightboxAguardePagamento,
#lightboxAguardePedido
{
    background: url('../images/loading/load-grey-payment.gif') no-repeat 25px 30px #FFFFFF;
    height: 100px;
    left: 50%;
    margin: 0 0 0 -227px;
    overflow: hidden;
    padding: 0 0 3px 90px;
    position: fixed;
    top: 25%;
    width: 334px;
    z-index: 9999;
}
#lightboxAguardePagamento p.titulo,
#lightboxAguardePedido p.titulo {
    padding: 26px 0 6px 0px;
}

/** CIELO REDIRECTION **/
div#loadingPaymentRedirect {
    background: url('../images/loading/loading-hor-big.gif') center 25px no-repeat;
    margin: 0 auto;
    padding: 100px 0 50px;
}
    div#loadingPaymentRedirect p {
        text-align: center;
    }

/** CIELO ERROR **/
div#errorPaymentRedirect {
    padding: 10px 20px;
}
a.botaoErrorPayment {
    text-transform: uppercase;
    width: 450px !important;
}

/** RODAPE - DISCLAIMER **/
#disclaimer-footer
{
    margin: 20px auto;
    text-align: center;
}
    #disclaimer-footer p {
        line-height: 16px;
    }

/** BANNER LATERAL **/
div.banner-lateral {
    width: 200px;
    margin: 0 auto 10px;
}

/** RECAPTCHA **/
#recaptcha_widget {

}
    #recaptcha_image {
        border: 1px solid #CCCCCC;
        float: left;
    }
    #recaptcha_widget div.recaptcha_icons {
        float: left;
        margin: 5px 0 0 7px;
    }
        #recaptcha_widget div.recaptcha_icon_reload,
        #recaptcha_widget div.recaptcha_only_if_image,
        #recaptcha_widget div.recaptcha_only_if_audio,
        #recaptcha_widget div.recaptcha_icon_help {
            width: 25px;
            margin: 0 0 1px 0;
        }
            #recaptcha_widget div.recaptcha_icon_reload a {
                width: 25px;
                height: 17px;
                background: url('../images/icones/icones-recaptcha.png') no-repeat 0 0;
                display: block;
                text-indent: -99999px;
            }
            #recaptcha_widget div.recaptcha_only_if_image a {
                width: 25px;
                height: 14px;
                background: url('../images/icones/icones-recaptcha.png') no-repeat 0 -18px;
                display: block;
                text-indent: -99999px;
            }
            #recaptcha_widget div.recaptcha_only_if_audio a {
                width: 25px;
                height: 14px;
                background: url('../images/icones/icones-recaptcha.png') no-repeat 0 -18px;
                display: block;
                text-indent: -99999px;
            }
            #recaptcha_widget div.recaptcha_icon_help a {
                width: 25px;
                height: 16px;
                background: url('../images/icones/icones-recaptcha.png') no-repeat 0 -33px;
                display: block;
                text-indent: -99999px;
            }
    #recaptcha_widget div.recaptcha_only_if_incorrect_sol {
        color: red;
        font-weight: bold;
    }
    #recaptcha_widget p.recaptcha_only_if_image,
    #recaptcha_widget p.recaptcha_only_if_audio {
        font-size: 11px;
        line-height: 13px;
        padding: 8px 0px !important;
    }
    #recaptcha_widget input#recaptcha_response_field {
        /*width: 430px;
        height: 14px;
        margin: 0;
        padding: 4px 0 4px 4px;*/
    }

/** MENSAGEM DO CARRINHO **/
div#layerCartMessage {
    display: none;
}
    div#layerCartMessage label {
        display: block;
        color: #888888;
        text-transform: uppercase;
        padding: 5px 0;
    }
    div#layerCartMessage textarea {
        width: 98%;
        height: 150px;
    }
    div#layerCartMessage a.botaoInfo {
        float: right;
    }
    div#layerCartMessage div.loading_msg {
        background: url("../images/loading/loading-grey-micro.gif") no-repeat scroll 7px 6px #F0F0F0;
        border: 2px solid #CCCCCC;
        margin: 3px 0;
        padding: 10px 0 6px 27px;
        clear: both;
        display: none;
    }
    div#layerCartMessage div.error_msg {
        padding: 10px 0 6px 27px;
        background: #FDEEED url(../images/icones/atencaoRedSmall.png) 7px center no-repeat;
        background-size: 15px;
        border: 2px solid #FCD2D0;
        margin: 3px 0;
        color: #535353;
        clear: both;
        display: none;
    }
    div#layerCartMessage div.success_msg {
        background: url("../images/icones/ico-check-micro.png") no-repeat scroll 7px 6px #B1E29C;
        border: 2px solid #448626;
        margin: 3px 0;
        padding: 10px 0 6px 27px;
        color: #448626;
        clear: both;
        display: none;
    }

/** LOADING AJAX CACHE **/
.loading_cache {
    background: url("../images/loading/loading-small-ajax.gif") no-repeat center center;
}

div#user-controls {
    min-width: 175px;
    min-height: 34px;
    float: left;
}
div#cart-controls {
    min-width: 102px;
    min-height: 36px;
}
div.product-box-control {
    min-height: 100px;
}
div.box-banner-price {
    min-height: 70px;
}

/* GIFT LIST */
#content #fullContent div.meu-cadastro-box input.inputbuscanome {
  margin: -11px 13px 3px 11px;
  position: absolute;
  width: 300px;
}
#content #fullContent div.meu-cadastro-box input.inputbuscadata {
  margin: -11px 13px 3px 340px;
  position: absolute;
}

/** OUTROS **/
.btnUpper { text-transform: uppercase !important; }

span.errorPM {
    padding: 8px 0 6px 27px;
    background: #FDEEED url(../images/icones/exclamation-red.png) 7px 6px no-repeat;
    border: 2px solid #FCD2D0;
    margin: 3px 0;
    color: red;
    display: block;
    clear: both;
}

.confirm-title-success {
    font-size: 20px;
    margin-bottom: 20px;
    color: #258c2e;
}
.confirm-title-error {
    font-size: 20px;
    margin-bottom: 20px;
    color: #af2e2e;
}
.confirm-text {
    font-size: 15px;
    margin-bottom: 15px;
}
.confirm-alert {
    width: 735px;
    margin: 40px auto 0;
    background: #ff9800;
    padding: 20px;
    font-size: 15px;
    color: #fff !important;
}
.confirm-alert i {
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 1px 8px;
    font-style: normal;
    font-weight: bold;
    margin-right: 10px;
}