.header-menu-content > ul > li.has-children > .item-header {
  position: relative;
}
.header-menu-content > ul > li.has-children > .item-header:after {
  content: "";
  display: block;
  position: absolute;
  right: 1.56vw;
  width: 1.1rem;
  height: 1.15rem;
  background-image: url("../../images/menu-plus.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 2.2rem;
  top: 50%;
  margin-top: -0.575rem;
  cursor: pointer;
}
.header-menu-content > ul > li.has-children.opened > .item-header:after {
  background-image: url("../../images/menu-minus.png");
}
.header-menu .header-menu-content > ul > li > ul > li > ul > li {
  padding-left: 1vw;
}
.minicart-wrapper .action.showcart {
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -0.1rem;
  left: calc(1.9rem - 1.1rem/2);
  border-radius: 50%;
  background: #c9b9aa;
  line-height: 1;
  margin: 0;
  min-width: 1.1rem;
  min-height: 1.1rem;
  height: auto;
  padding: 0.2rem;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  line-height: 1;
}
div[id^="trustbadge-container"] {
  z-index: 100 !important;
}
.home-features {
  font-size: 0.6rem;
}
.home-features .subtitle {
  font-size: 0.8rem;
}
.home-features .image-block img {
  width: auto;
  height: 2.5rem;
}
.cat-item {
  font-size: 1rem;
  line-height: 1.4rem;
}
.fc-widget-small {
  z-index: 99 !important;
}
