.frame-type-bs_trustbar {
  margin: 2.5em -1.5em;
}
.frame-type-bs_trustbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.frame-type-bs_trustbar li {
  width: 10em;
}
.frame-type-bs_trustbar li a, .frame-type-bs_trustbar li a:visited, .frame-type-bs_trustbar li a:hover, .frame-type-bs_trustbar li a:active {
  color: inherit;
  text-decoration: none;
}
.frame-type-bs_trustbar li figure {
  margin: 0;
}
.frame-type-bs_trustbar li img {
  width: 55%;
  height: auto;
  display: block;
  margin: auto;
}
.frame-type-bs_trustbar li figcaption {
  text-align: center;
}
.frame-type-bs_trustbar li figcaption h4 {
  display: none;
}
.frame-type-bs_trustbar li figcaption p {
  font-size: 90%;
  line-height: 115%;
}
.frame-type-bs_trustbar li .tooltip {
  max-width: 20em;
}
.frame-type-bs_trustbar li .tooltip img {
  width: 40%;
}
.frame-type-bs_trustbar li .tooltip h4 {
  font-size: 1.33em;
  margin: 0 0 1rem 0;
}

.btn {
  display: inline-block;
  color: rgb(40, 40, 40);
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgb(40, 40, 40);
  background-color: white;
  margin: 0.25em;
  padding: 0.5em 1.5em;
  appearance: none;
  border-radius: 0;
  font-size: 1em;
  line-height: 1.4em;
  text-decoration: none;
}
.btn.btn-primary {
  color: white;
  background-color: #677e46;
  border-color: #677e46;
}

.landingpage-call-to-action {
  margin: 3em 0 1em 0;
}

.frame-type-bs_landingpagetextimage {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "content1" "image" "content2" "content3" "content4";
}
.frame-type-bs_landingpagetextimage header {
  grid-area: content1;
}
.frame-type-bs_landingpagetextimage h3 {
  font-size: 1.4em;
  margin: 0.6em 0 1.2em 0;
}
.frame-type-bs_landingpagetextimage .bs-landingpage-text-image__image {
  grid-area: image;
}
.frame-type-bs_landingpagetextimage .bs-landingpage-text-image__image img {
  max-height: 30vh;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.frame-type-bs_landingpagetextimage .landingpage-call-to-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.frame-type-bs_landingpagetextimage ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5em;
  font-weight: 600;
}
.frame-type-bs_landingpagetextimage ul li {
  background: url('vhs-assets-css-db6e5de3b3c19cdeb1f33a7a61d7bbed.png') no-repeat 3px 3px transparent;
  padding-left: 42px;
  margin-bottom: 0.5em;
}

.frame-type-bs_landingpagecards .bs-landingpage-cards__cards ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.frame-type-bs_landingpagecards .bs-landingpage-cards__cards li {
  flex-basis: 10em;
  flex-grow: 1;
  margin: 1em;
}
.frame-type-bs_landingpagecards .bs-landingpage-cards__cards li a, .frame-type-bs_landingpagecards .bs-landingpage-cards__cards li a:visited, .frame-type-bs_landingpagecards .bs-landingpage-cards__cards li a:hover, .frame-type-bs_landingpagecards .bs-landingpage-cards__cards li a:active {
  color: inherit;
  text-decoration: none;
}
.frame-type-bs_landingpagecards .bs-landingpage-cards__cards li figure {
  margin: 0;
}
.frame-type-bs_landingpagecards .bs-landingpage-cards__cards li img {
  width: 4em;
  height: auto;
  display: block;
  margin: auto;
}
.frame-type-bs_landingpagecards .bs-landingpage-cards__cards li figcaption {
  text-align: center;
}
.frame-type-bs_landingpagecards .bs-landingpage-cards__cards li figcaption h4 {
  font-size: 1.45em;
  margin: 0.8em 0 1.4em 0;
}
.frame-type-bs_landingpagecards .bs-landingpage-cards__text {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 1em 0;
  margin: 1em 0;
}
.frame-type-bs_landingpagecards .bs-landingpage-cards__text > * {
  margin-top: 0;
  margin-bottom: 0;
}
.frame-type-bs_landingpagecards .landingpage-call-to-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.frame-type-bs_landingpagecards .landingpage-call-to-action .btn {
  flex-shrink: 0;
}
.frame-type-bs_landingpagecards .landingpage-call-to-action .btn--call-to-action {
  margin-left: auto;
  margin-right: auto;
}

.frame-type-bs_landingpagetextimages {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "content1" "image" "content2" "content3" "additional-images" "content4";
}
.frame-type-bs_landingpagetextimages header {
  grid-area: content1;
}
.frame-type-bs_landingpagetextimages h3 {
  font-size: 1.4em;
  margin: 0.6em 0 1.2em 0;
}
.frame-type-bs_landingpagetextimages .bs-landingpage-text-images__image {
  grid-area: image;
}
.frame-type-bs_landingpagetextimages .bs-landingpage-text-images__image img {
  max-height: 30vh;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.frame-type-bs_landingpagetextimages .bs-landingpage-text-images__text {
  grid-area: content2;
}
.frame-type-bs_landingpagetextimages .bs-landingpage-text-images__additional-images {
  grid-area: additional-images;
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.frame-type-bs_landingpagetextimages .bs-landingpage-text-images__additional-images::-webkit-scrollbar {
  display: none;
}
.frame-type-bs_landingpagetextimages .bs-landingpage-text-images__additional-images img {
  max-height: 6em;
  width: auto;
}
.frame-type-bs_landingpagetextimages .bs-landingpage-text-images__additional-images img + img {
  margin-left: 0.5em;
}
.frame-type-bs_landingpagetextimages .landingpage-call-to-action {
  grid-area: content4;
  text-align: center;
}

.frame-type-bs_landingpagereviews ul.bs-landingpage-reviews__reviews {
  margin: 1em 0 2em 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.frame-type-bs_landingpagereviews ul.bs-landingpage-reviews__reviews::-webkit-scrollbar {
  display: none;
}
.frame-type-bs_landingpagereviews ul.bs-landingpage-reviews__reviews li.bs-landingpage-reviews__review {
  flex-basis: 20em;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 1em;
  background-color: #f0f0f0;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.frame-type-bs_landingpagereviews ul.bs-landingpage-reviews__reviews li.bs-landingpage-reviews__review .bs-landingpage-reviews__review__text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #c6c6c6;
}
.frame-type-bs_landingpagereviews ul.bs-landingpage-reviews__reviews li.bs-landingpage-reviews__review .bs-landingpage-reviews__review__text p {
  margin: 0;
}
.frame-type-bs_landingpagereviews ul.bs-landingpage-reviews__reviews li.bs-landingpage-reviews__review .bs-landingpage-reviews__review__text p::first-letter {
  float: left;
  display: inline-block;
  background-color: #505050;
  color: white;
  font-size: 200%;
  padding: 0.5em;
  margin-right: 0.3em;
  margin-bottom: 0;
}
.frame-type-bs_landingpagereviews ul.bs-landingpage-reviews__reviews li.bs-landingpage-reviews__review .bs-landingpage-reviews__review__rating {
  display: inline-block;
  overflow: hidden;
}
.frame-type-bs_landingpagereviews ul.bs-landingpage-reviews__reviews li.bs-landingpage-reviews__review .bs-landingpage-reviews__review__source {
  font-weight: 600;
}

.frame-type-bs_landingpagecontact {
  margin: 2.5em 0;
  padding: 2.5em 0;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "content1" "image" "content2" "content3";
}
.frame-type-bs_landingpagecontact header {
  grid-area: content1;
}
.frame-type-bs_landingpagecontact h3 {
  font-size: 1.4em;
  margin: 0.6em 0 1.2em 0;
}
.frame-type-bs_landingpagecontact .bs-landingpage-contact__image {
  grid-area: image;
}
.frame-type-bs_landingpagecontact .bs-landingpage-contact__image img {
  max-height: 12em;
  width: auto;
}
.frame-type-bs_landingpagecontact .bs-landingpage-contact__information {
  grid-area: content2;
}
.frame-type-bs_landingpagecontact .bs-landingpage-contact__information .bs-landingpage-contact__information__email,
.frame-type-bs_landingpagecontact .bs-landingpage-contact__information .bs-landingpage-contact__information__phone {
  margin: 0.2em 0;
}
.frame-type-bs_landingpagecontact .bs-landingpage-contact__information h6 {
  font-weight: 600;
}
.frame-type-bs_landingpagecontact .bs-landingpage-contact__information a {
  color: rgb(205, 0, 105);
  text-decoration: none;
  line-height: 150%;
}

.frame-type-bs_shippingcosts table.shipping-costs {
  width: 100%;
}
.frame-type-bs_shippingcosts table.shipping-costs th, .frame-type-bs_shippingcosts table.shipping-costs td {
  padding: 0.4em 0.6em;
}
.frame-type-bs_shippingcosts table.shipping-costs th {
  text-align: left;
  background-color: #f6f6f6;
}
.frame-type-bs_shippingcosts table.shipping-costs tr td {
  border-bottom: 1px solid #f6f6f6;
}
.frame-type-bs_shippingcosts dl.shipping-costs-destination-category-countries dt {
  font-weight: bold;
}
.frame-type-bs_shippingcosts dl.shipping-costs-destination-category-countries dd {
  margin: 0 0 0.5em 0;
}

.frame-type-bs_tabs {
  max-width: 40em;
  margin-inline: auto;
  margin-top: 2em;
}
.frame-type-bs_tabs button.tabs__button {
  padding: 0.7em 1.5em;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 0.5em 0.5em 0 0;
  position: relative;
  bottom: -1px;
  background: #eee;
}
.frame-type-bs_tabs button.tabs__button.active {
  background: white;
  border-bottom: 1px solid white;
}
.frame-type-bs_tabs div.tabs__content {
  border: 1px solid #ccc;
  padding: 20px;
  display: none;
  /* keep some scroll margin for the tab buttons */
  scroll-margin-top: 4em;
}
.frame-type-bs_tabs div.tabs__content.active {
  display: block;
}
.frame-type-bs_tabs div.tabs__content .frame header h3 {
  display: none;
}
.frame-type-bs_tabs div.tabs__content .frame header h4 {
  margin: 0.25em 0 0.75em 0;
}

.frame-type-bs_plusmenu .plus-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 1em 0;
}
.frame-type-bs_plusmenu .plus-menu__button {
  display: inline-block;
  color: #FFFFFF;
  border: none;
  text-transform: uppercase;
  background-color: #9D1E3A;
  margin: 0.25em;
  padding: 0.5em 1.5em;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.4em;
  cursor: pointer;
}
.frame-type-bs_plusmenu .plus-menu__button:hover {
  background-color: #8c1b33;
  text-decoration: none;
}
.frame-type-bs_plusmenu .plus-menu__button--active {
  background-color: #6f1528;
  box-shadow: 0 0 0 2px #fff, 0 0 6px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.frame-type-bs_plusmenu .plus-menu__button-form {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.frame-type-bs_plusmenu .plus-menu__button-form button {
  margin: 0.25em;
}

@media only screen and (min-width: 768px) {
  .frame-type-bs_trustbar.frame-layout-1 ul {
    justify-content: space-evenly;
  }
  .frame-type-bs_trustbar.frame-layout-1 li {
    width: auto;
  }
  .frame-type-bs_trustbar.frame-layout-1 li figure {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .frame-type-bs_trustbar.frame-layout-1 li figure img {
    width: 5em;
    height: auto;
    margin: 0;
  }
  .frame-type-bs_trustbar.frame-layout-1 li figure figcaption {
    max-width: 16em;
    margin: 0 1em;
    text-align: left;
  }
  .frame-type-bs_landingpagetextimage {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image content1" "image content2" "image content3" "image content4";
  }
  .frame-type-bs_landingpagetextimage h1, .frame-type-bs_landingpagetextimage h2, .frame-type-bs_landingpagetextimage h3, .frame-type-bs_landingpagetextimage h4, .frame-type-bs_landingpagetextimage h5 {
    text-align: left;
  }
  .frame-type-bs_landingpagetextimage .bs-landingpage-text-image__image img {
    max-height: none;
    max-width: 100%;
    height: auto;
  }
  .frame-type-bs_landingpagecards header h2 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-type-bs_landingpagecards .landingpage-call-to-action h4 {
    flex-basis: 50%;
    flex-grow: 0;
  }
  .frame-type-bs_landingpagetextimages {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "content1 image" "content2 image" "content3 image" "additional-images additional-images" "content4 content4";
  }
  .frame-type-bs_landingpagetextimages h1, .frame-type-bs_landingpagetextimages h2, .frame-type-bs_landingpagetextimages h3, .frame-type-bs_landingpagetextimages h4, .frame-type-bs_landingpagetextimages h5 {
    text-align: left;
  }
  .frame-type-bs_landingpagetextimages header,
  .frame-type-bs_landingpagetextimages .bs-landingpage-text-images__text {
    margin-right: 3em;
  }
  .frame-type-bs_landingpagetextimages .bs-landingpage-text-images__image img {
    max-height: none;
    max-width: 100%;
    height: auto;
  }
  .frame-type-bs_landingpagetextimages .bs-landingpage-text-images__additional-images img {
    max-height: 10em;
  }
  .frame-type-bs_landingpagereviews ul.bs-landingpage-reviews__reviews li.bs-landingpage-reviews__review {
    flex-basis: 10em;
  }
  .frame-type-bs_landingpagecontact {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "content1 image" "content1 content2" "content1 content3";
  }
  .frame-type-bs_landingpagecontact h1, .frame-type-bs_landingpagecontact h2, .frame-type-bs_landingpagecontact h3, .frame-type-bs_landingpagecontact h4, .frame-type-bs_landingpagecontact h5 {
    text-align: left;
  }
  .frame-type-bs_landingpagecontact header {
    margin: 0 2em;
  }
  .frame-type-bs_landingpagecontact .bs-landingpage-contact__image img {
    max-height: none;
    max-width: calc(100% - 2em);
    height: auto;
    margin-left: 0;
    margin-right: 2em;
  }
}
.femanager_newsletter .help-block-newsletter {
  margin-top: 10px;
}
.femanager_newsletter .help-block-newsletter .newsletter-more-wrap {
  margin-top: 5px;
}
.femanager_newsletter .help-block-newsletter .newsletter-more-wrap .newsletter-more-link {
  text-decoration: none;
  font-weight: bolder;
  cursor: pointer;
  display: inline-block;
}
.femanager_newsletter .help-block-newsletter .newsletter-more-wrap .newsletter-more-link .glyphicon {
  font-size: 0.8em;
}
.femanager_newsletter .help-block-newsletter .newsletter-more-wrap .newsletter-more-text {
  padding: 10px;
  background-color: #fafafa;
}


