.link-destaque {
	color: var(--sec-color) !important;
}
.logo img {
    min-width: 270px;
    padding: 10px 0px 10px 0px;
}
.grid-logo {
    min-width: 300px;
}
#header-main div[class^="header-1"] {
    width:0px;
    height:0px;
    display: none;
    overflow: hidden;
}
#nav-main {
    border: 1px solid #0a14a8;
    border-top: 1px;
    border-bottom:0px;
    border-left: 0px;
    border-right: 0px;
}
.list-comments .list-comments-item {
    border: 1px solid #F1F1F1;
    border: 1px 0px 1px 0px;
    border-radius: 4px;
    background-color: #FFFFFF;
}
#nav-main .element-menu-main #menu-main .menu-main-list {
    justify-content: left;
}

#nav-main .element-menu-main #menu-main .menu-main-list > li:hover > a {
    border-radius: 4px;
}
.element-banner-stripe {
    border-bottom: 1px;
    border-bottom: 1px solid #E9E9E9;
}

body.pagina-produto .header-box-content .title-secundary {
    text-transform: uppercase;
    color: #0a1299;
}

.product-view-content {
    font-size: 15px;
    line-height: 1.8em;
}
.page-content p,.element-product-description p,.element-product-info p {
    font-size: 15px;
    line-height: 1.8em;
}
.page-content p,.element-product-description p,.element-product-info h3 {
    text-transform: ;
    color: #10101f;
}

.comments-counter {
    font-size: 14px;
}

/* Oculta a data */
p.comment-header-text time[itemprop="datePublished"] {
    display: none;
}

/* Oculta o hífen antes da data */
p.comment-header-text time[itemprop="datePublished"]::before {
    content: "";
    display: none;
}