.std-tetiere {
  position: relative;
  background: #7dbc8e;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Muli,sans-serif;
  margin: 0 auto;
  max-width: 1220px;
  height: 125px;
  border-radius: 10px;
  overflow: hidden
}

.std-tetiere .tetiere-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.std-tetiere .tetiere-container .tet-text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-texte .gratis-versand {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-label {
  font-size: 1.3rem;
  line-height: 1.8rem
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-label small {
  font-size: .8em;
  font-weight: 600
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-code {
  background: #fff;
  color: #2d2a29;
  font-size: 1.2rem;
  padding: 5px 20px;
  border-radius: 20px;
  margin-top: 10px
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-code .std_copycode {
  cursor: pointer;
  z-index: 4;
  position: relative;
  display: flex;
  align-items: center
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-code .std_copycode #myText {
  display: flex;
  align-items: center
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-code .std_copycode .copy-icon {
  width: 19px;
  height: 19px;
  margin-left: 5px
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-code .std_copycode .tooltiptext {
  visibility: hidden;
  background-color: #2d2a29;
  color: #fff;
  text-align: center;
  padding: 1px 10px;
  border-radius: 6px;
  font-size: 11px!important;
  position: absolute;
  z-index: 1;
  margin-left: 50px;
  margin-top: 50px;
  line-height: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-code .std_copycode .tooltiptext::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #2d2a29 transparent transparent;
  display: none
}

@media only screen and (min-width: 900px) {
  .std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-code .std_copycode:hover .tooltiptext {
      visibility:visible
  }
}

@media only screen and (max-width: 768px) {
  .std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-code .std_copycode .tooltiptext {
      font-size:16px!important;
      margin-left: 60px;
      margin-top: 20px
  }
}

@media screen and (max-width: 480px) {
  .std-tetiere {
      height: 90px;
  }

  .std-tetiere .tetiere-container .tet-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .std-tetiere .tetiere-container .tet-text .tet-title span {
      font-size: 1.1rem
  }

  .std-tetiere .tetiere-container .tet-text .tet-title img {
      max-width: 105px;
      padding-bottom: 4px
  }

  .std-tetiere .tetiere-container .tet-text .tet-gratis-versand {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 20px;
  }

  .std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-texte .gratis-versand {
      font-size: 1.6rem;
  }

  .std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }


  .std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-label small {
      display: none
  }

  .std-tetiere .tetiere-container .tet-text .tet-gratis-versand .tet-info .tet-code {
      font-size: .85rem;
      margin-top: 5px;
      padding: 3px 12px
  }
}

.std_btn_information {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-family: muli;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 28px;
  width: 28px;
  z-index: 2
}

.std_btn_information:hover {
  background-color: #2d2a29;
  color: #fff;
  border: 1px solid #2d2a29;
  transition: .3s
}

.std_popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: rgba(0,0,0,.6);
  z-index: calc(infinity);
  overflow: unset!important
}

.std_popup .std_popup_content {
  position: fixed;
  padding: 10px 20px;
  width: 320px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  text-align: center;
  border-radius: 6px;
  z-index: calc(infinity);
  overflow-y: auto
}

@media only screen and (max-width: 480px) {
  .std_popup .std_popup_content {
      width:230px
  }
}

.std_promotion {
  color: #7dbc8e;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 700;
  word-wrap: break-word;
  white-space: normal
}

.std_subline {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 10px 0;
  word-wrap: break-word;
  white-space: normal
}

.std_legal-mentions {
  border-top: 1px solid #2d2a29;
  padding-top: 10px;
  font-size: .9rem;
  line-height: 1.2rem;
  word-wrap: break-word;
  white-space: normal
}

.std_btn_close {
  color: #2d2a29;
  font-size: 16px;
  border: 1px solid #2d2a29;
  padding: 1px 6px 4px;
  border-radius: 50%;
  text-decoration: none;
  position: absolute;
  top: 4px;
  right: 4px
}

.std_btn_close:hover {
  background-color: #333;
  color: #fff
}

.std_btn_close2 {
  color: #2d2a29;
  font-size: 16px;
  border: 1px solid #2d2a29;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  margin: 20px auto 10px;
  display: flex;
  width: 100px;
  text-align: center;
  justify-content: center
}

.std_btn_close2:hover {
  background-color: #333;
  color: #fff
}
