@font-face {
      font-family: trade;
      src: url(../css/font/TradeGothicLTStd-Bold.otf);
}


/* header customization */
.header-container.type17 {
    background-color: #000;
    position: relative;
    border: 0;
    z-index: 4;
}

/* end custom */

/*Cabeçalho*/
.header-wrapper {
    background-color: #000;
}
.header-container.type17 .cart-area {
    right: 195px;
    margin-top: -21px;
}

/*Textos páginas*/
.titutlo-pag { font-family: trade; font-size: 26px; font-weight: 400; line-height: 1; color: #080808; }

/*Footer*/
.footer-bottom address { text-align: center; }

.frete-pago {
    background-color: #fff2f2;
    padding-top: -17px;
    padding: 30px;
    margin-bottom: 19px;
}

.frete-gratis {
    background-color: #e0ffe3;
    padding-top: -17px;
    padding: 30px;
    margin-bottom: 19px;
}