/* 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;
	width: 100% !important;
}

.element-banner-main img {
	width: 100%;
}  /* banner 100% */

#product-list .product-list-item,
#product-list-sidebar .product-list-item {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
} /* remove a sombra do produto */

.product-sku {
	display: none !important;
} /*esconder sku */

 /*brilho botão */
.wrapper-btn-product .btn, .wrapper-product-price .btn, .btn.btn-cart-submit, .btn.btn-next-step {
	overflow: hidden;
	position: relative;
}

#cart-email .cart-email-wrapper .btn {
	overflow: hidden;
	position: absolute !important;
}

#cart-email .cart-email-wrapper .btn:after, .wrapper-btn-product .btn:after, .wrapper-product-price .btn:after, .btn.btn-cart-submit:after, .btn.btn-next-step:after {
	background: #fff;
	bottom: -5px;
	content: "";
	left: 0;
	position: absolute;
	top: -5px;
	width: 25px;
	animation: move 5s infinite ease-in-out;
	filter: blur(5px);
	opacity: .5;
	transform: skewX(15deg);
}

@keyframes move {
	20%,100% {
		opacity: 0;
		transform: translate(250px,0)
	}
	0% {
		opacity: 0
	}
	10% {
		opacity: .4
	}
}  /*brilho botão */

