/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.addtocartconfirmation {
    background: #a48348;
    display:block;
    position:fixed;
    top:50%;
    left:50%;
    text-align:center;
    padding:0px;
    width:100%;
    max-width: 400px;
    height: auto;
    min-height:100px;
    margin:-50px 0 0 -200px;
    line-height: 100px;
    z-index:99999;

}

.addtocartconfirmation span {
    color:#fff;
    text-shadow:1px 1px 0px #000;
    font-size:18px;
    font-weight:bold;
}

.addtocarterror {
    background: #e6331b;
    display:block;
    position:fixed;
    bottom:0px;
    left:0px;
    text-align:center;
    padding:10px 0px;
    width:100%;
    z-index:99999;

}

.addtocarterror span {
    color:#fff;
    text-shadow:1px 1px 0px #000;
    font-size:18px;
    font-weight:bold;
}

/* Remove blank content in homepage bottom */
div.aeuc_footer_info {
    margin-bottom: 0px!important;
}

h2.style-h3 {
  font-size: 1.125rem !important;
}

.footer-newsletter .form-newsletter form {
  display: initial !important;
  border-radius: initial !important;
}

.block_newsletter {
  background: transparent !important;
}

.newsletter_form_content {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  border-radius: 6rem;
  -webkit-justify-content: center;
  justify-content: center;
}

.on-se-presente-img{
  height: auto;
  width: 100%;
}
