.trustbar-new {
  background-color: #f4f4f4;
  text-align: center;
  margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
}
.trustbar-new.boxed {
  background-color: #f4f4f4;
  text-align: center;
  margin-left: 0;
	margin-right: 0;
	position: static;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 20px;
}
.trustbar-new:has(.item) .wrap {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.trustbar-new:has(.item) .item {
  color: #adadad;
}
	.trustbar-new .wrap {
		max-width: 960px;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}
    .trustbar-new.mode-footer img,
    body:not(.de) .trustbar-new.mode-header img {
        vertical-align: top;
        height: 50px;
        max-width: 170px;
    }
.base-twentyone .top-header-new + .trustbar-new {
	margin-bottom: 70px;
}

.trustbar-shopping {
  background-color: #f4f4f4;
  text-align: center;
  margin-left: -50vw;
	margin-right: -50vw;
  margin-bottom: 40px;
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
  padding: 20px 0;
}
  .trustbar-shopping > div {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: inline-flex;
    flex-flow: wrap;
    justify-content: space-between;
    font-size: 14px;
  }
    .trustbar-shopping > div > div {
      padding: 10px;
    }
    .trustbar-shopping [class^="iconly-"] {
      color: #adadad;
      font-size: 24px;
      line-height: 16px;
    }
    .trustbar-shopping [class^="iconly-star-solid"] {
      font-size: 16px;
    }
    
@media (max-width: 768px) {
  .trustbar-shopping > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .trustbar-shopping > div > div:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
  .trustbar-shopping > div > div:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
  .trustbar-shopping > div > div:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
  .trustbar-shopping > div > div:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
	.trustbar-new {
    background-color: #595959;
  }
	.trustbar-new .wrap {
		display: block;
	}
	.trustbar-new img {
		margin: 0 10px;
	}
	.de .trustbar-new img:nth-child(4) {
		display: none;
	}
  .trustbar-new:has(.item) .wrap {
    display: flex;
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
  }
    .trustbar-new:has(.item) .wrap .item {
      margin: 10px 0;
      font-size: 12px;
      line-height: 1.3em;
      padding: 0 10px;
    }
    .trustbar-new:has(.item) .wrap .item img {
      margin: 0;
    }
}