.body-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 300px;
  left: 0px !important;
}
.btn-help {
  width: 230px;
  margin-bottom: 20px;
}
.helpmenu-label {
  margin-right: 40px;
  width: 170px;
  text-align: right;
}
.helpmenu-linklist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.helpmenu-linklist a:hover {
  text-decoration: none;
}
p > a {
  margin-left: 16px;
}
.main-content {
  padding-left: 54px;
}
.main-content > div {
  margin-bottom: 36px;
  display: -ms-flexbox;
  display: flex;
}
.contact-link,
.contact-link:hover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 80px;
  text-decoration: none;
}
.contact-link svg {
  stroke-opacity: 0.6;
}
#ama-btn:hover,
.ama-link:hover {
  cursor: pointer;
}
.popover-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-direction: column;
      flex-direction: column;
}
.popover-content div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
}
.popover-content a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -20px;
}
.popover.top > .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover.top > .arrow:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -8px;
  left: 4px;
  background: transparent;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  box-shadow: -12px -8px 2px 6px rgba(0, 0, 0, 0.2);
}
.contact-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min-content min-content min-content min-content;
      grid-template-columns: min-content min-content min-content min-content;
  grid-gap: 0px 24px;
}
.helpmenu-linklist a:not(:last-child) {
  margin-bottom: 20px;
}
div.popover-content a {
  margin-bottom: 20px;
}
body.is-mobile {
  cursor: pointer;
}
button {
  min-height: 36px;
}
@media (max-width: 899px) {
  .main-head h1 {
    margin-left: unset;
  }
  .main-content > div {
    display: block;
  }
  .helpmenu-label {
    text-align: left;
    padding-left: 30px;
    width: 200px;
    margin-bottom: 10px;
  }
  .helpmenu-linklist {
    padding-left: 60px;
  }
  .contact-container {
    width: 350px;
  }
  .shop-container {
    width: 250px;
  }
  .helpmenu-linklist a:not(:last-child) {
    margin-bottom: 5px;
  }
}
