/*
.info-phone {
	display: visibility !important;
}

#nav-main .element-banner-main .bx-wrapper .bx-controls-direction a {
	opacity: .5;
}

#nav-main .element-banner-main .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}

#nav-main .element-banner-stripe {
	background: none !important;
}
*/

/*Ajuste cores cabeçalho*/
/*
#header-main .element-shopping-cart .link-shopping-cart .shopping-cart-total-products-wrapper .shopping-cart-total-products {
    color: #000;
}
*/

#product-list-sidebar .product-list-item .product-image a:not(.label-unavailable), #product-list .product-list-item .product-image a:not(.label-unavailable) {
    padding-top: 100%; 
}

#product-list .product-list-item .product-info .product-unit {
    color: #111;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0px 20PX 6PX 0px;
    /* text-align: center; */
    /* text-transform: uppercase; */
}
#product-list .product-list-item .product-info .product-unit .icon-unit {
    display: none;
}
/*Botão comprar fixo home
#product-list-sidebar .product-list-item .wrapper-btn-product, #product-list .product-list-item .wrapper-btn-product {
    visibility: visible !important;
    opacity: 1 !important;
}*/

/*Categoria ativa menu lateral*/
li.show-sub-category.current {
    font-family: 'montserrat_bold';
}
/*Alinhamento imagem pagina do produto*/
/*
body.pagina-produto .element-product-detail .product-main-image {
    max-height: 450px;
}
*/

/*Ajustes Vitrine Expandida - #232390 - 2*/
.container-12 {
    max-width: 1410px;
}
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 {
    width: 100%;
}
#nav-main .element-menu-main #menu-main .menu-main-list {
    justify-content: center;
}
#footer-main .footer-main-inner {
    max-width: 1410px;
}
/*FIM - Ajustes Vitrine Expandida - #232390 - 2*/

.instaiframe {
    text-align: center;
}

#nav-main .element-menu-category #menu-category .menu-category-list {
    justify-content: center;
}

.arrow {
    margin-left: 20px;
    transition: transform 0.3s ease;
    display: inline-block;
    border: solid black;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    margin-top: 14px;
}
.arrow.right {
    transform: rotate(-45deg);
}
.product-view.element-product-info .product-view-content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}

.product-view.element-product-info .product-view-content.show {
	max-height: 2000px; /* Define um valor grande suficiente para acomodar o conteúdo */
	opacity: 1;
}

.element-bestseller ul#product-list li,
.element-promotion ul#product-list li {
    width: 252px !important;
}

.element-banner-shop #banner-shop > li,
#nav-main .element-banner-stripe #banner-stripe > li {
    flex: unset;
}

.element-banner-shop #banner-shop {
    justify-content: unset;
}

ul#banner-shop li {
    width: 474px !important;
}

.element-banner-shop {
    display: inline-block !important;
}

#vitrine .header-box-content {
    text-align: center;
}

.element-banner-bottom #banner-bottom > li {
    flex: unset;
}
 
.element-banner-bottom #banner-bottom {
    justify-content: center;
}