.link-destaque {
	color: var(--sec-color) !important;
}

img {
    max-width: 100%;
}

*:before, *:after, *::before, *::after {
    vertical-align: top;
}
*:before, *:after, *::before, *::after {
    vertical-align: top;
}

#product-list-sidebar .product-list-item .label-launch, #product-list .product-list-item .label-launch {
    background: #e388e3;
}
#product-list-sidebar .product-list-item .label-launch, #product-list .product-list-item .label-launch, #product-list-sidebar .product-list-item .label-promo, #product-list .product-list-item .label-promo, #product-list-sidebar .product-list-item .label-freeshiping, #product-list .product-list-item .label-freeshiping {
    color: #fff;
    font-family: 'lato_bold';
    font-size: 13px;
    height: auto;
    line-height: 26px;
    padding: 0 7px;
    white-space: nowrap;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.header-box-content {
    margin-bottom: 30px;
    text-align: center;
    display: table;
    position: relative;
    width: 100%;
}

.header-box-content:before {
    border-top: 4px solid #e388e3;
    content: "";
    left: 0;
    margin-top: -2px;
    position: absolute;
    right: 0;
    top: 50%;
}
.header-box-content h1, .header-box-content h2, .header-box-content .title-secundary {
    background: #fff;
    color: #555;
    display: inline-block;
    font-family: 'roboto_slab_bold', Sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    padding: 0 60px;
    position: relative;
    text-transform: uppercase;
}

#header-main .element-search .search-inner .search-field {
    border: 2px solid;
    border-color: #e388e3;
}
