/*
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;
	width: 100% !important;
}

.element-banner-main img {
	width: 100%;
}



body.pagina-home #nav-main .element-menu-category,
body.pagina-home #nav-main .element-menu-bottom {
	margin-bottom: 0 !important;
}

.element-banner-bottom .container-12,
.element-banner-bottom .container-12 .grid-12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
	width: 100% !important;
}
.element-banner-bottom img {
	width: 100%;
}
p.product-max-amount {
    display: none !important;
}

/*Retirar coluna de descontos tabela progressiva*/
.table-progressive thead tr th:nth-child(2) {
    display: none;
}
.table-progressive tbody tr td:nth-child(2) {
    display: none;
}

#header-main .element-shopping-cart .element-menu-top {
display: none !important;
}
/*Ajuste tema black com cores da loja*/
#nav-main .element-menu-category #menu-category .menu-category-list > li > a {
    color: #13293e;
}