#product-list .product-list-item .product-image a:not(.label-unavailable),
#product-list-sidebar .product-list-item .product-image a:not(.label-unavailable) {
	padding-top: 150%;
}

/*Cor Tarja Promoção*/

#product-list .product-list-item .label-promo,
#product-list-sidebar .product-list-item .label-promo {
	background: #000000;
    width: 127px;
    height: 20px;
}

#product-list .product-list-item .label-promo {
    font-size: 14px;
}

/*Deixar o cupom de desconto mais visivel*/
.cart-data-coupon-holder .link {
	background: black;
	border: 0;
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px !important;
	padding: 10px 15px;
	text-decoration: bold;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
}
/*Ajustes centralizar Menu*/
#nav-main .element-menu-main #menu-main .menu-main-list {
    justify-content: center;
}
/*Ajustes aumentar vitrine*/
.container-12 {
    max-width: 1220px;
}
.element-banner-main .container-12 {
    max-width: 1170px;
}
/*Fim -Ajustes aumentar vitrine*/

/*Ocultar Botões de Compartilhamento Página Produto*/
.element-product-detail .wrapper-btn-actions,
.element-product-detail .product-sharing {
    display: none;
}

/* B anner tarja no topo */
.banner-tarja {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Para ocupar a largura total do cabeçalho */
    z-index: 999; /* Defina um valor alto para garantir que o banner fique acima de outros elementos no cabeçalho */
}

/*FIM - Ocultar Botões de Compartilhamento Página Produto*/

/*Ocultar tarja promo*/

#product-list .product-list-item .label-promo,
#product-list-sidebar .product-list-item .label-promo {
	display: none !important;
}

.pagina-produto .product-info p.product-category, 
.pagina-produto .product-info p.product-brand,
.pagina-produto .product-info .label-stamp-wrapper {
    display: none;
}

.product-view.element-product-info span {
    font-size: 20px !important;
    font-family: 'lato_regular';
}

div#thumbnails-list .bx-wrapper .bx-viewport {
    height: 595px;
}

/*alterar preços na vitrine*/
#product-list-sidebar .product-list-item, #product-list .product-list-item {
    text-transform: unset;
}

#product-list-sidebar .product-list-item .product-info p.product-cash-price, #product-list .product-list-item .product-info p.product-cash-price, #product-list-sidebar .product-list-item .product-info p.product-parcelled-price, #product-list .product-list-item .product-info p.product-parcelled-price {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    vertical-align: baseline !important;
}

#product-list .product-list-item .product-info p.product-cash-price > span {
    font-size: 13px;
    font-weight: bold;
}

#product-list .product-list-item .product-info p.product-parcelled-price > span {
    font-size: 12px;
    font-weight: bold;
}

#product-list .product-list-item .product-info {
    text-align: center !important;
    place-items: center;
}

#product-list .product-list-item .product-info p.product-price .product-big-price > ins {
    font-size: 16px !important;
}
/*fim - alterar preços vitrine*/

.element-product-detail p.product-price-off:before,
#product-list p.product-cash-price:before {
    background: url(https://39348.cdn.simplo7.net/static/39348/galeria/175329675783368.png);
    height: 14px;
    width: 14px;
    background-size: contain;
    content: "";
    display: inline-block;
    margin: 3px 4px;
}

p.product-parcelled-price::before {
    content: "";
    display: inline-block;
    background: url(https://39348.cdn.simplo7.net/static/39348/galeria/175329725999880.png) no-repeat;
    height: 15px;
    width: 23px;
    background-size: contain;
    margin: 3px 2px;
}

.element-product-detail {text-transform: unset;}

.element-product-detail .wrapper-product-price .product-price .product-new-price span:first-child {
    display: none;
}