body {
  padding: 8px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  border-radius: 0.2rem;
}

.header {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.content-header {
  marbin-bottom: 1rem;
}

#hero {
  margin-bottom: 1rem;
}

.hero-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-align: left;
  overflow: hidden;
  min-height: 600px;
}
.hero-container h2 {
  font-size: 3rem;
  font-weight: 900;
  margin-top: 1rem;
}
.hero-container h3 {
  font-size: 1.2rem;
}
.hero-container p {
  font-size: 1.1rem;
}
.hero-container .hero-content {
  max-width: 400px;
  margin-left: 2rem;
}

#content {
  padding-top: 0;
}
#content #banner {
  padding-bottom: 0;
  min-height: 320px;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
#content #banner .inside div {
  background-color: #ffffff;
}
#content #banner .inside div h1 {
  font-size: 3rem;
  color: #00496e;
  padding: 1rem 3rem;
}
#content #breadcrumbs {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#content #breadcrumbs .breadcrumb_last {
  font-weight: bold;
}
#content #container_contact {
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  gap: 1rem;
}
#content #container_contact .introduction {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #content #container_contact {
    flex-direction: column;
  }
}
#content #container_contact > * {
  flex: 1;
}
#content #container_contact h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 32px;
  color: var(--main_color);
  font-weight: 700;
}
#content #container_contact .contact_inside {
  background-color: rgba(0, 89, 129, 0.0509803922);
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
}
#content #container_contact #shop_map {
  height: calc(100% - 1rem);
  width: 100%;
}
@media (max-width: 768px) {
  #content #container_contact #shop_map {
    height: 400px;
  }
}

.postid-29042 #product-addons-total, .post-29370 #product-addons-total {
  display: none;
}
