h1, h2, h3 {
	text-transform: initial !important;
}

.FooterSertificate {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.FooterSertificate *, .FooterSertificate img {
    min-height:40px;
    max-width: 200px;
    margin-block: 10px 0;   
}

@media screen and (max-width: 600px) {
    .FooterSertificate {
        justify-content:center;
    }
}

.WhatsAppButton {
	bottom: 10px;
	height: 60px;
	position: fixed;
	right: 10px;
	transition-duration: 150ms;
	width: 60px;
	z-index: 10;
}

.WhatsAppButton:hover {
	opacity: .85;
}

.Cart .WhatsAppButton {
	display: none;
}

.SiteBody {
	overflow: hidder;
}