#product-list .product-list-item .label-launch,
#product-list-sidebar .product-list-item .label-launch,
.element-product-detail .label-stamp-wrapper .label-stamp.label-launch {
	background: #00c3be;
}

/*Ocultar preço a vista vitrine*/
.product-cash-price {
    display: none !important;
}
/*Alterar fontes produto vitrine*/
.product-price .product-big-price {
    font-size: 14px !important;
    font-family: 'roboto_regular';
}
.product-parcelled-price {
    font-size: 20px !important;
    text-transform: initial;
    font-weight: bolder;
}

body.pagina-home #nav-main .element-menu-category,
body.pagina-home #nav-main .element-menu-main {
	margin-bottom: 0 !important;
}

.element-banner-main .container-12,
.element-banner-main .container-12 .grid-12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.element-banner-main img {
	width: 100%;
}

li.product-list-item .product-info {
    text-align: center !important;
}

#product-list-sidebar .product-list-item .product-info .product-name h2, #product-list .product-list-item .product-info .product-name h2 {
    text-align: center !important;
}

.header-box-content {
    text-align: center;
}

.element-banner-stripe .container-12,
.element-banner-stripe .container-12 .grid-12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.element-banner-stripe img {
    width: 100%;
}

.element-banner-main {
    margin-bottom: 0px !important;
}

.pagina-produto .wrapper-progressive {
    display: none !important;
}