/* Ajustements Darty */
/* + todo dans styles.css : remplacer max-width:1068px par max-width:7680px */


/* Reset styles mobile Darty */
.badge {
    display: unset;
    position: unset;
    width: unset;
    height: unset;
    border: unset;
    border-radius:unset;
    background: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
    text-align: unset;
    text-transform: unset;
    white-space: unset;
}

/* button */
.channel-html .button.preco{
    border:none;
    white-space: unset;
    cursor:unset;
}

.channel-compare .button:not(.preco),
.channel-html .button:not(.preco) {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size:15px;
    font-weight: 700 !important;
    border-radius: 3px;
    background-color:#ed1c27 !important;
    border-width:0 !important;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.channel-html .button:not(.preco):hover{
    background-color: #ca1821 !important; 
    color:#FFF;    
    border-width:0 !important;
}
@media only screen and (max-width:734px) {
    .channel-compare .button:not(.preco),
    .channel-html .button:not(.preco) {
        font-size:13px;
    }
}