.wishlist__button {
	display: none !important;
}

div#vtexIdContainer {
    background: transparent;
}

.header-floatHeader {
	top: 0!important;
}

.featuredProduct .shelf-product-price__value--list {
	display: inline-block;
    margin-right: 10px !important;
}

.department-main-content .pager.bottom li.next.pgEmpty {
	display: none;
}


body.department,
body.category {
	opacity: 0;
}

.black-friday .tipsbar li i.hide-tipbar-close {
	display: none;
}

.shelf-product .flag.black-friday {
	background:  black;
	color: white;
}

.shelf-product .shelf-product__wish {
    bottom: auto;
    top: 275px;
}


.home .shelf-product .shelf-product__wish {
	bottom:  auto;
	top:  260px;
}

.home .prateleira-destaque .shelf-product .shelf-product__wish {
	bottom:  auto;
	top:  160px;
}

.department-main-content .pager.bottom li.first, .department-main-content .pager.bottom li.last{
	display: inline-block !important;
}

.produtos-relacionados .prateleira.n4colunas h2{
	display: none !important;
}

.produtos-relacionados .shelf-product .shelf-product__wish{
	top: 260px;
}

.produtos-relacionados .prateleira ul{
    position: relative;
}

.produtos-relacionados .prateleira ul button.slick-arrow{
	display: block;
	margin-top: 240px;
    position: absolute;
    top: 0;
    z-index: 1;
    margin-left: -15px;
    width: 45px;
}

.produtos-relacionados .prateleira ul button.slick-arrow.slick-prev i svg{
    transform: rotate(175deg);
}

.produtos-relacionados .prateleira ul button.slick-arrow.slick-next{
	margin-left: 0;
    margin-right: -15px;
	right: 0; 
}

.prateleira .shelf-product__wish {
	display: none !important;
}

.prateleira .shelf-product-name {
	height: 80px;
}

.header-actions.logged {
	width: 220px;
	justify-content: right;
}

.header-actions.logged .header-user {
    margin: 0;
    flex: 0 1 40%;
}
.header-actions.logged .js-minicart {
    flex: 0 1 50%;
}

@media screen and (max-width: 640px) {
	.product-info__buy-button {
		display: inline-block;
		width: 79%;
	}
	.wishlist__button {
		display: inline-block;
		vertical-align: middle;
	}

	.home .prateleira-destaque .shelf-product .shelf-product__wish {
		top:  130px;
	}

	.home .shelf-product .shelf-product__wish {
	    top: 150px;
	}

	.department-main-content .pager.bottom li{
		margin-bottom: 10px !important;
	}

	.produtos-relacionados .shelf-product .shelf-product__wish{
		top: 275px;
	}

	.shelf-product__image-wrapper {
		margin-bottom: 0;
	}

	.shelf-product-price {
		display: block;
	}

	.shelf-product-price__value--list:after {
		display: none;
	}

	.prateleira ul li .shelf-product {
		min-height: 362px;
	}

	p.flag.oferta-de-niver{
		top: 120px;
		margin-left: -47px;
		background-repeat: no-repeat;
		background-size: contain;
		width: 93px;
	}
}

/* Banner Medio */
.banner_medio_home .banner_medio_home_desktop {
	display: block;
	margin-bottom: 60px;
}

.banner_medio_home .banner_medio_home_desktop img, .banner_medio_home .banner_medio_home_mob img {
	width: 100%;
}

.banner_medio_home .banner_medio_home_mob{
	display: none;
}

.banner_medio_home{
	display: block !important;
}

#returnToTop {
    display: none !important;
}

@media screen and (max-width: 769px){
	.banner_medio_home .banner_medio_home_desktop {
		display:none;
	}

	.banner_medio_home .banner_medio_home_mob{
		display: block;
	}

	/* Mexendo no slide */

	/* .home .content .slick-arrow{
		top: 35%;
	} */

	.home .slick-arrow{
		top: 35% !important;
	}
}



