body {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.implant-header-nav {
  height: 70px;
  width: 100%;
  background-color: #57585a;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.implant-header-nav .nav-header {
  display: inline;
}

.implant-header-nav .nav-header .nav-title {
  display: none;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.implant-header-nav .nav-btn {
  display: none;
}

.implant-header-nav .nav-links {
  display: inline;
  font-size: 14px;
  padding: 0 20px;
}

.implant-header-nav .nav-links .nav-item {
  display: inline-block;
  padding: 13px 15px;
  text-decoration: none;
  color: #efefef;
  font-weight: bold;
}

.implant-header-nav .nav-links .nav-item:hover {
  color: #2b72b2;
}

.implant-header-nav #nav-check {
  display: none;
}

.implant-header-nav .btn-implant-primary {
  display: inline-block;
  padding: 15px 45px 15px 20px !important;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  font-weight: 400;
  color: white;
  background: #2b72b2;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
}

.implant-header-nav .btn-implant-primary:hover {
  background: #3778b1;
}

.implant-header-nav .btn-implant-primary + .btn-implant-primary {
  margin-left: 10px;
}

.implant-header-nav .btn-implant-primary::before {
  position: absolute;
  right: 0;
  top: 50%;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  content: "";
  margin: 0px 10px 0 0;
}

@media (max-width: 768px) {
  .implant-header-nav .nav-header .nav-title {
    display: inline-block;
    font-weight: bold;
  }
  .implant-header-nav .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .implant-header-nav .nav-btn label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .implant-header-nav .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 70px;
    left: 0px;
    z-index: 1000;
    padding: 0;
  }
  .implant-header-nav .nav-links .nav-item {
    display: block;
    width: 100%;
  }
  .implant-header-nav #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .implant-header-nav #nav-check:checked ~ .nav-links {
    height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .implant-header-nav .nav-btn > label > span {
    display: block;
    width: 35px;
    height: 0;
    margin: 5px 0px;
    border-top: 3px solid #eee;
  }
  .implant-header-nav .nav-btn > label:hover,
  .implant-header-nav #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .implant-header-nav .btn-implant-primary {
    margin: 13px 10px;
  }
}

.search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  padding: 20px;
  color: #7e7f81;
  margin-bottom: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 7px 5px;
          box-shadow: rgba(0, 0, 0, 0.3) 2px 7px 5px;
}

.search-header button,
.search-header input {
  outline: none;
}

.search-header-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.search-header-logo img {
  max-width: 100%;
  height: 40px;
}

.search-header .simple-search {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border: 2px solid #eee;
}

.search-header .simple-search .icon-search {
  font-size: 24px;
  color: #eee;
}

.search-header .simple-search .icon-search-svg {
  width: 15px;
  fill: #eee;
}

.search-header .simple-search button {
  padding: 10px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: none;
  background: white;
}

.search-header .simple-search input {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  -webkit-appearance: none;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.search-header .shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.search-header .shopping .cart {
  width: 40px;
  position: relative;
}

.search-header .shopping .cart img {
  max-width: 100%;
}

.search-header .shopping .cart .total-item {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 5px;
  border-radius: 100%;
  background: red;
  color: white;
  text-align: center;
  display: table-cell;
  vertical-align: center;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.search-header .shopping a {
  color: inherit;
}

.search-header .zimmer-btn {
  display: inline-block;
  padding: 3px 25px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.3) 1.95px 1.95px 2.6px;
}

.search-header .zimmer-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1000px) {
  .search-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .search-header .simple-search {
    width: 100%;
  }
}

.zimmber-breadcrumb {
  /* Style the list */
  padding: 6px 0px;
  list-style: none;
  /* Display list items side by side */
}

.zimmber-breadcrumb-item {
  display: inline;
  font-size: 12px;
  /* Add a slash symbol (>) before/behind each list item */
}

.zimmber-breadcrumb-item + .zimmber-breadcrumb-item:before {
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  content: "";
  margin: 0 6px 0 0;
}

.zimmber-breadcrumb-item a {
  color: #333333;
  text-decoration: none;
}

.zimmber-breadcrumb-item a:hover {
  color: rgba(51, 51, 51, 0.6);
}

.square {
  width: 250px;
  height: 250px;
  position: relative;
  border: 1px solid #1a72b2;
  background-color: white;
  color: #1a72b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.square-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.square-wrapper-custom {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.square:hover {
  background-color: #1a72b2;
  color: white;
}

.square:hover a {
  color: white;
}

.square .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.square .sub-title {
  font-size: 16px;
  margin-top: 40px;
  text-align: left;
  text-decoration: underline;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .square .title {
    font-size: 13px;
  }
  .square .sub-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .square .title {
    font-size: 12px;
  }
  .square .sub-title {
    font-size: 11px;
  }
}

@media screen and (max-width: 360px) {
  .square .title {
    font-size: 10px;
  }
  .square .sub-title {
    font-size: 10px;
  }
}

.font-bold {
  font-weight: bold;
}

.nav-category-access {
  background-color: #e1f4fc;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.nav-category-access--sp {
  display: none;
}

.nav-category-access a {
  font-size: 16px;
  color: #6d6e71;
  text-align: center;
  text-decoration: none;
}

.nav-category-access .dropdown-zimmer {
  color: #6d6e71;
}

.nav-category-access .dropdown-zimmer:hover .dropdown-zimmer-content {
  display: block;
}

.nav-category-access .dropdown-zimmer .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  padding: 14px 32px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  position: relative;
}

.nav-category-access .dropdown-zimmer:hover .dropbtn {
  color: #2f4094;
  cursor: pointer;
}

.nav-category-access .dropdown-zimmer:hover .dropbtn.has-sub-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #2f4094 transparent;
}

.nav-category-access .dropdown-zimmer .dropdown-zimmer-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.nav-category-access .dropdown-zimmer .dropdown-zimmer-content .header-mega {
  height: 10px;
  background: #2a3a92;
}

.nav-category-access .dropdown-zimmer .dropdown-zimmer-content .row-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d1d2d4;
  padding: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-category-access .dropdown-zimmer .dropdown-zimmer-content .row-link .sub-title {
  text-align: left;
  border-bottom: 2px solid black;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  cursor: pointer;
}

.nav-category-access .dropdown-zimmer .dropdown-zimmer-content .row-link .col-zimmer {
  width: 25%;
  padding: 10px;
}

.nav-category-access .dropdown-zimmer .dropdown-zimmer-content .row-link .col-zimmer a {
  color: #525052;
  padding: 4px 4px 4px 0;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
}

.nav-category-access .dropdown-zimmer .dropdown-zimmer-content .row-link .col-zimmer a:hover {
  color: #2f4094;
}

/* Responsive layout - makes the three col-zimmers stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .nav-category-access .dropdown-zimmer .dropdown-zimmer-content .row-link .col-zimmer {
    width: 50%;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .nav-category-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-category-access--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-category-access--pc {
    display: none;
  }
  .nav-category-access .accordition-zimmer {
    color: #6d6e71;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  .nav-category-access .accordition-zimmer .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    position: relative;
    cursor: pointer;
  }
  .nav-category-access .accordition-zimmer.active .accordition-zimmer-content {
    max-height: 5000px;
    overflow: unset;
  }
  .nav-category-access .accordition-zimmer.active .accordition-zimmer-content::after {
    content: "";
    position: absolute;
    top: -10px;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #2f4094 transparent;
  }
  .nav-category-access .accordition-zimmer.active .dropbtn {
    color: #2f4094;
  }
  .nav-category-access .accordition-zimmer .accordition-zimmer-content {
    position: relative;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav-category-access .accordition-zimmer .accordition-zimmer-content .header-mega {
    height: 10px;
    background: #2a3a92;
  }
  .nav-category-access .accordition-zimmer .accordition-zimmer-content .row-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #d1d2d4;
    padding: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-category-access .accordition-zimmer .accordition-zimmer-content .row-link .sub-title {
    text-align: left;
    border-bottom: 2px solid black;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px;
  }
  .nav-category-access .accordition-zimmer .accordition-zimmer-content .row-link .col-zimmer {
    width: 100%;
    padding: 10px;
  }
  .nav-category-access .accordition-zimmer .accordition-zimmer-content .row-link .col-zimmer a {
    color: #525052;
    padding: 4px 4px 4px 0;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 12px;
  }
  .nav-category-access .accordition-zimmer .accordition-zimmer-content .row-link .col-zimmer a:hover {
    color: #2f4094;
  }
}

.section-implant-contact {
  width: 100%;
  padding: 0 40px 60px;
  position: relative;
  color: white;
  background-color: #57585a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-implant-contact .contact-info {
  margin-top: 30px;
  position: relative;
  text-align: center;
}

.section-implant-contact .contact-info h1 {
  color: #fff;
  font-weight: bold;
}

.section-implant-contact .contact-info div {
  font-weight: bold;
}

.section-implant-contact .contact-button {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-implant-contact .contact-button .btn-contact {
  display: inline-block;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
  min-width: 220px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: 700;
  background-color: #234193;
  color: white;
}

.section-implant-contact .contact-button .btn-contact:hover {
  background-color: rgba(35, 65, 147, 0.8);
}

.footer-contact .policy-text.text-black {
  color: black;
}

.footer-contact img.zimvie-logo {
  width: 177px;
  height: 32px;
}

.footer-access-item .footer-access-link.text-black {
  color: black;
}

.footer-access-item .footer-access-link.text-black:hover {
  color: black;
}

footer.dti-container-fluid.bg-white {
  background-color: white;
}

body {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#merchandise-top .merchandise-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto 40px;
}

#merchandise-top .merchandise-category-item {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em;
}

#merchandise-top .section-top-slider .splide__arrow {
  background: #717075;
}

#merchandise-top .section-top-slider .splide__arrow svg {
  fill: white;
}

#merchandise-top .section-top-slider .slide-content {
  border: 2px solid;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 50px;
}

#merchandise-top .section-top-slider .slide-content-description {
  width: calc(100% / 24 * 17);
}

#merchandise-top .section-top-slider .slide-content-image {
  width: calc(100% / 24 * 7);
}

#merchandise-top .section-top-slider .slide-content h3 {
  margin-top: 0;
}

#merchandise-top .section-top-slider .slide-content p {
  font-size: 12px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
}

#merchandise-top .section-top-slider .slide-content .slide-image-sub img {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #merchandise-top .merchandise-category-item {
    padding: 1em;
  }
}

@media screen and (max-width: 768px) {
  #merchandise-top .merchandise-category-item {
    width: 40%;
    padding: 0.5em;
  }
  #merchandise-top .section-top-slider .slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #merchandise-top .section-top-slider .slide-content-description {
    width: 100%;
  }
  #merchandise-top .section-top-slider .slide-content-image {
    width: 100%;
  }
  #merchandise-top .section-top-slider .slide-content .slide-image-sub {
    text-align: center;
  }
}

@media screen and (max-width: 489px) {
  #merchandise-top .merchandise-category-item {
    width: 50%;
    padding: 0.5em;
  }
}
/*# sourceMappingURL=merchandise_top.css.map */