/*MENU*/
#nav-main .element-menu-main {
    -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
}

/*BANNER PRINCIPAL
#nav-main div[class^="element-"] { margin-bottom: 0px; }
.element-banner-main { margin: 0!important; }
.element-banner-main .container-12, .element-banner-main .container-12 .grid-12 { width: 100%!important; margin: 0!important; }
*/
/*Banner 100%*/
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%;
}
/*Fim banner 100%*/

/*LOGO*/
.logo {
    top: 5px;
    position: inherit;
    z-index: 9;
}

/*BANNER TARJA*/
.element-banner-stripe #banner-stripe { margin: 20px 0; }

/*TITULOS HOME*/
.header-box-content h1, .header-box-content h2, .header-box-content h3, .header-box-content h4, .header-box-content h5, .header-box-content h6, .header-box-content .title-primary, .header-box-content .title-secundary {
    border-bottom: 1px solid #ddd;
}

/*VITRINE PRODUTOS*/
#product-list .product-list-item, #product-list-sidebar .product-list-item {
    padding: 15px 15px;
    height: auto!important;
	text-align: -webkit-center;
}
#product-list .product-list-item .product-info .product-name { text-align: -webkit-center; }

/*PAINEL PÁGINAS*/
body:not(.pagina-home):not(.pagina-categoria):not(.pagina-marca):not(.pagina-busca):not(.pagina-tag) #content-main { padding: 10px 20px; }

/*FRETE PÁGINA PRODUTO*/
.element-product-detail div[class^="box-"] { padding: 15px 0; }

/*PAINEL FILTROS*/
#sidebar-left { margin-top: 30px; }
.sidebar div[class^="element"] {
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

/*PAINEL PÁGINAS*/
body:not(.pagina-home):not(.pagina-categoria):not(.pagina-marca):not(.pagina-busca):not(.pagina-tag) #content-main {
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

/*RODAPÉ*/
#footer-main .footer-3 { text-align: -webkit-center; }
#footer-main .copyright { background: transparent; }
#footer-main .copyright p { color: #9b9b9b; }
#footer-main .copyright img {
    height: 20px;
    filter: invert(40%);
}

/*BORDER RADIUS 0PX*/
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], input[type="creditcard"], input[type="cpf"], select, textarea,
.element-banner-main .bx-wrapper .bx-controls-direction a,
#product-list .product-list-item,
.btn,
.box-cart-final,
.box-cart-final .box-cart-edit,
.list-payment .list-payment-item,
#footer-main .element-payment-methods .payment-methods-list .payment-methods-item,
#footer-main .element-delivery-methods .delivery-methods-list .delivery-methods-item
{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*OCULTA ELEMENTOS*/
.oculta-desktop,
#header-main .element-search .welcome-message,
#product-list .product-list-item .wrapper-btn-product,
#footer-main .footer-3 .title-footer
{
    display: none!important;
}
