.banner-contato .central {
    width:auto !important;
}

.error-contato{
    border: 1px solid red;
}

.alert.alert-success {
    background-color: #aedf3a;
    border-bottom-color: #8eb62e;
    padding: 15px;
    margin-bottom: 20px;
    background: url(../img/cart.png) 1% 43% no-repeat #aedf3a;
    text-indent: 32px;

}

.alert.alert-success {
    background-color: #aedf3a;
    border-bottom-color: #8eb62e;
    padding: 15px;
    margin-bottom: 20px;
    text-indent: 32px;

}
.alert.alert-danger {
    background-color: #e8d35b;
    border-bottom-color: #8eb62e;
    padding: 15px;
    margin-bottom: 20px;
    text-indent: 32px;

}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}


/** Table do bootstrap **/
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.text-center {
    text-align: center;
}

.selos img {
    float:left;
}
.selos { 
    position: absolute;
    float: left;
    width: 12%;
    z-index: 95;
    margin: 20px;
}

.iconUser {

}
.iconUser .fa-user {
}

.iconCart .fa-shopping-cart {
}
.iconUser .fa-user, .iconCart .fa-shopping-cart {
    color: #fff;
    font-size: 20px;
    margin: 0 0 0 15px;
    position: relative;
    float: left;
}
.iconUser small {
    color: #fff;
    font-size: 13px;
    float: left;
    width: 55px;
    margin: -5px 0 0 7px;
}
.botaoLoja {
    width: 80px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    margin: 29px 0px 0px 20px;
}
@media all and (max-width: 900px){
    .botaoLoja {
        margin: 10px 0 0 10px;
    }
}
.botaoLoja a {
    display: block;
    height: 100%;
    background: #333;
    color: #fff;
    border: solid 1px #444;
}
.botaoLoja a:hover {
    background:#fff;
    color: #000;
}
.botaoLoja a i {
    padding: 0 3px 0 0;
}
.botaoLoja a span {
    
}
.iconCart .cart-qtd {
    color: white;
    position: absolute;
    font-size: 11px;
    background: #e21717;
    border-radius: 30px;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    top: -12px;
    right: -10px;
}
.iconUser:hover i, .iconUser:hover small, .iconCart:hover i, .iconCart:hover small {
    color: #FEDD3C;
}

.btn.btn-primary {
    background: #00c1de;
    border-bottom: solid 5px #009ab1;
}
.btn.btn-danger {
    background: #c9302c;
    border-bottom: solid 5px #92110e;
}
.btn.btn-default {
    border-bottom: solid 5px #d0d0d0;
}

.btn.btn-info {
    border-bottom: solid 5px #2d8098;
}

.form-control {
    height: 38px;
}

.marcas { 
    margin-top: 6px;
}

#content h1, #content h2 {
    margin-bottom:20px;
    /*color: #00c1de;*/
}

#content > form > fieldset > legend {
    margin-bottom:30px;
}

.form-group > label {
    font-weight: 100;
}

label.radio-inline {
    font-weight: 100;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
}

a, a:hover {
    text-decoration: none;
}

.login-cadastre p { 
    margin-top: 4px;
    margin-bottom: 14px;
}

.forgot-password {
    margin: 10px;
}

#content .account-register legend {
    padding-top: 28px;
    text-align: center;
}
ul.list-unstyled {}
ul.list-unstyled li {}
ul.list-unstyled li h2 {
    text-align: center;
    margin: 0 0 11px 0;
}

.table thead td {
    background: #252525;
    color: #fff;
    border: solid 1px #000!important;
}
.table tbody td {
    padding: 15px 10px!important;
}
.panel {}
.panel p {margin: 10px 0;}

.solicitar_senha {
    margin: 10px 0 0 0;
    text-decoration: underline;
}
.text-left, .text-right {
    margin-bottom: 20px;
}



#product .text-danger {
    display: none !important;
}

.desc .interessou {
    display: none !important;
}
.desc .icones {
    /*display: none !important;*/
}

.destaquesHome section article h4 {
    min-height: 55px !important;
}

.destaquesHome section article p {
    min-height: 46px !important;
}





.formrodape ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}
.formrodape :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: white;
   opacity:  1;
}
.formrodape ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: white;
   opacity:  1;
}
.formrodape :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
}
.formrodape ::-ms-input-placeholder { /* Microsoft Edge */
   color: white;
}

.formrodape ::placeholder { /* Most modern browsers support this now. */
   color: white;
}













