.element-product-detail .product-main-image img {
    height: 115% !important;
    max-height: 115%;
}

/*Banner Principa 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%;
}

/*Aumentar espaço da imagem (Estilo Monnieri)*/
#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: 133.333%;
}

#product-list .product-list-item .product-image a:not(.label-unavailable) img,
#product-list-sidebar .product-list-item .product-image a:not(.label-unavailable) img {
	max-height: 138%;
	max-width: 138%;
    height: 100%;
}


span[class^="icon"].icon-shopping-cart::before {
   color: black;
}

span.shopping-cart-total-price {
    color: black;
}

#header-main .element-shopping-cart .link-shopping-cart {
    background: var(--bg-shop);
}

.divvideos {
    display: flex;
    flex-wrap: nowrap;
}

/*Ajuste Banners Tarja em colunas*/
.element-banner-stripe #banner-stripe {;
    flex-direction: column;
}

.box-pix-btn p b {
    color: red !important;
}