body.pages-notfound .msg-empty {
    padding: 20px 0 !important;
}

.element-pagination {
    margin-bottom: 40px;
}

/*#footer-main .element-payment-methods div[class^="icon-payment-"].icon-payment-itau-shopline {
	background-position: center -432px !important;
}*/

#product-list .product-list-item .product-image, #product-list-sidebar .product-list-item .product-image {
	height: auto !important;
}

#header-main .info-email {
	display: none !important;
}

/*Banner em categoria específica*/
#banner-shop li a[title="teste"]{
	display: none;
}

a.apagarestecara {
    display: none !important;
}


#header-main .header-3 {
    padding: 15px 0 !important;
}


.pagina-carrinho #footer-main .address-inner {
    display: none;
}

.pagina-recibo #footer-main .address-inner {
    display: none;
}

.element-product-detail .product-price {
    display: flex !important;
    flex-direction: column;
}

.element-product-detail p.product-price-off {
    order: 1;
}

.element-product-detail p.product-new-price {
    display: none;
}

.element-product-detail p.product-parcelled-price {
    order: 2;
    margin-top: 5px;
}

.element-product-detail .wrapper-product-parcels {
    order: 3;
}

.element-product-detail span.desconto_avista {
    font-weight: bold;
    font-size: 22px !important;
}

.element-product-detail .wrapper-product-price .product-price .product-price-off {
    font-size: 14px;
    vertical-align: bottom;
    line-height: 14px;
    margin-left: 4px;
    margin-top: 6px;
}

#product-list .product-list-item .product-info .product-old-price {
    display: none;
}

#product-list .product-list-item .product-info .product-price {
    display: none;
}

#product-list .product-list-item .product-info .product-cash-price {
    margin-top: 10px;
}

#product-list .product-list-item .product-info .product-cash-price span {
    font-weight: bold;
    font-size: 22px !important;
}
.element-product-detail .wrapper-product-price .product-price .product-old-price {
    display: none;
}
#product-list .product-list-item .product-info .product-parcelled-price {
    margin-top: 5px;
}

/*Ajustes Black Friday
#header-main .header-3,
#nav-main .element-banner-stripe #banner-stripe,
.element-product-tags .product-tags-list .product-tags-list-item a {
    background: black;
}

#header-main .element-info .info-phone,
#product-list .product-list-item .product-info .product-parcelled-price span, 
#product-list .product-list-item .product-info .product-cash-price span,
.element-breadcrumb .breadcrumb ul.breadcrumb-list li.active a,
.element-product-detail .wrapper-product-price .product-price .product-parcelled-price span, 
.element-product-detail .wrapper-product-price .product-price .product-price-off span {
    color: black !important;
}

#header-main .element-info .info-phone:before {
    mask: url("https://cdn.simplo7.net/static/themed/Hachi8/webroot/img/bg-sprite.png") no-repeat -270px -100px;
    background: black;
}
#header-main .element-info .info-phone.info-whatsapp:before {
    mask: url("https://cdn.simplo7.net/static/themed/Hachi8/webroot/img/bg-sprite.png") no-repeat -290px -100px;
}

.header-box-content h1:before, 
.header-box-content h2:before, 
.header-box-content h3:before, 
.header-box-content h4:before, 
.header-box-content h5:before, 
.header-box-content h6:before, 
.header-box-content .title-primary:before, 
.header-box-content .title-secundary:before {
    mask: url("https://cdn.simplo7.net/static/themed/Hachi8/webroot/img/bg-sprite.png") no-repeat -100px -100px;
    background: black;
}

.btn {
    background: black;
}

.btn:not(.btn-buy):before {
    mask: url("https://cdn.simplo7.net/static/themed/Hachi8/webroot/img/bg-sprite.png") no-repeat -350px -110px;
    background: #b8b8b8;
}

div#sliderBar {
    background: black !important;
    border: 1px solid white;
}
Fim - Ajustes Blakc Friday*/