/* Mensagens default sucesso/erro */
.alert_box{background-color:rgba(0,0,0,0.7); position:fixed;top:0; bottom:0;left:0; right:0; z-index:99999;}
.alert_box_close{top:20px; right:20px; width:40px; height:40px; cursor:pointer; position:absolute;}
.alert_box_close:before,.alert_box_close:after{background-color:#fff; top:17px; left:0; width:100%; height:6px; border-radius:4px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position:absolute; content:"";}
.alert_box_close:after{top:0; left:17px; width:6px; height:100%;}
.alert_box_inner{top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); left:0; width:100%; position:absolute;}
.alert_box_message{background-color:#66c9a0; padding:20px 24px; border-radius: 5px; width:100%; display:block; float:left;}
.alert_box.error_alert_box .alert_box_message{background-color:#e27f65;}
.alert_box_title,.alert_box_text{color:#fff; font-size:15px; line-height:17px; width:100%; display:block; float:left;}
.alert_box_title{font-size:17px; line-height:19px; margin:0 0 5px 0; font-weight:bold;}
/* Mensagens default sucesso/erro END */

/* Barra cookies */
.cookies-bar{background-color:rgba(0,0,0,0.7); position:fixed; top:0;left:0; right:0; z-index:99999;}
.cookies-bar *{box-sizing:border-box;}
.cookies-bar-inner{padding:20px 0; width:100%; display:block; float:left;}
.cookies-bar-message{color: #fff; font-size: 12px; height: 26px; line-height: 26px; width: auto; display: block; float:left;}
.cookies-bar-buttons{display:block; float:right;}
.cookies-bar-know-more{color: #9a9a9a; font-size: 12px; height: 26px; line-height: 26px; padding: 0 20px; text-decoration: underline; -webkit-transition: color 0.2s; transition: color 0.2s; width: auto; display: block; float: left;}
.cookies-bar-acept{border: 1px solid #9a9a9a; color: #9a9a9a; font-size: 14px; height: 26px; line-height: 26px; padding: 0 16px; text-transform: uppercase; text-decoration: none; -webkit-transition: background-color 0.2s, color 0.2s; transition: background-color 0.2s, color 0.2s; width: auto; display: block; float: left;}
@media screen and (min-width: 1024px){ /* media query p/ hovers */
.cookies-bar-know-more:hover{color: #fff;}
.cookies-bar-acept:hover{background-color: #9a9a9a; color: #FFFFFF;}
}
@media screen and (max-width: 1024px){
.cookies-bar-inner{padding:10px;}
.cookies-bar-message{height: auto;}
.cookies-bar-buttons{float:left; clear:both;}
.cookies-bar-know-more{padding-left:0;}
}
/* Barra cookies END */


/* ajustes css */
.product-specs td { width: 50%;}