/*settings theme
.grid-name-cnpj .name-cnpj-inner p:last-child {
    order: -1;
    font-family: 'oswald_regular', Sans-serif;
}
.grid-name-cnpj .name-cnpj-inner p {
    font-family: 'oswald_bold', Sans-serif;
}
.grid-name-cnpj .name-cnpj-inner{
 	flex-direction: column;   
}
#footer-main .element-phone .phone-inner .info-phone.info-whatsapp {
    order: -1;
}
#footer-main .element-phone .phone-inner .info-email {
    display: none !important;
}
.footer-4 {
    display: none !important;
}

.painel-cliente .header-box-content h1, .painel-cliente .header-box-content h2, .painel-cliente .header-box-content h3, .painel-cliente .header-box-content h4, .painel-cliente .header-box-content h5, .painel-cliente .header-box-content h6, .painel-cliente .header-box-content .title-secundary {
	 background: #FCE800;
	 padding: 10px 20px;
	 width: fit-content;
	 border-radius: 4px;
}

.painel-cliente .container-content .header-box-content{
    display: flex;
    justify-content: center;
}
*/
/*Rev
#header-main .header-2 .container-12 .grid-logo {
    width: auto;
}
.grid-3.grid-shopping-cart {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
}

#product-list .product-list-item .product-image a:not(.label-unavailable) img {
    width: unset;
}

#nav-main .element-banner-stripe #banner-stripe li{
    flex: unset;
}
#nav-main .element-banner-stripe #banner-stripe li:after {
    position: relative;
    margin: 0 30px;
}

#product-list .product-list-item .wrapper-btn-product .btn .btn-text {
    border-radius: 6px;
}

.element-product-detail .product-info .element-product-description .header-box-content .title-secundary {
    z-index: auto;
}
*/

/*Ajustes menu categoria*/
#header-main .element-menu-category-header #menu-category-header .menu-category-list > li {
    padding: 0;
}
#header-main .element-menu-category-header #menu-category-header .menu-category-list {
	align-items: center;
}
#header-main .element-menu-category-header #menu-category-header .menu-category-list > li > a > span {
    display: block;
}

/*Alinhamento preço produtos*/
#product-list .product-list-item .product-info .product-name {
    min-height: 100px;
}
#product-list .product-list-item .product-info p.product-old-price {
    margin-top: -30px;
}

/*Ajustes Preços produtos*/
#product-list .product-list-item .product-info p.product-old-price span:first-child {
    display: block !important;
    margin-right: 5px;
    text-transform: lowercase;
}
#product-list .product-list-item .product-info p.product-old-price {
    justify-content: center;
    margin-bottom: 10px;
}
#product-list .product-list-item .product-info p.product-price span:first-child {
    display: block !important;
    font-size: 14px;
    color: #3A9E80;
}
#product-list .product-list-item .product-info p.product-old-price .product-strikethrough-price {
    display: block;
}
#product-list .product-list-item:hover .product-info .product-old-price{
 	display: none !important;   
}

element.style {
}
#footer-main {
    color: #000000;
    font-family: 'oswald_bold', Sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-top: 43px;
    padding: 0;
    position: relative;
    text-align: center;
}