
/* =========================================================
   PRODUCTOS DESTACADOS - SIDEBAR TIENDA
   ========================================================= */

body.post-type-archive-product #sidebar::before,
body.single-product #sidebar::before {
    content: "PRODUCTOS DESTACADOS";
    display: block;
    width: 100%;
    margin: 0 0 18px;
    color: #003EB2;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    letter-spacing: .2px;
}

