.std-tetiere {
  position: relative;
  background: #A7C2AC;
  color: #ffffff;
  -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-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  width: 100%;
  height: 100%;
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-position: left 30% center;
  background-size: cover;
}

@media screen and (max-width: 1080px) {
  .std-tetiere .tetiere-container .tet-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
}

.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-title span {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0px 2px 25px rgba(0, 0, 0, 0.5);
}

.std-tetiere .tetiere-container .tet-text .tet-title span span {
  font-size: 0.5em;
}

.std-tetiere .tetiere-container .tet-text .tet-title img {
  display: block;
  width: 170px;
}

@media screen and (min-width: 901px) {
  .std-tetiere .tetiere-container .tet-text .tet-title {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    text-align: center;
    position: absolute;
    left: 0;
    margin-left: 3%;
    margin-bottom: 5px;
    color: #ffffff;
    text-shadow: 0px 2px 25px rgba(0, 0, 0, 0.25);
  }

  .std-tetiere .tetiere-container .tet-text .tet-title img {
    -webkit-filter: drop-shadow(0px 1px 25px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 1px 25px rgba(0, 0, 0, 0.25));
  }
}

.std-tetiere .tetiere-container .tet-text .tet-title-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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-title-bg .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;
  /* margin-right: 45px; */
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  margin: 0px auto 10px auto;
}

.std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-texte img {
  width: 200px;
  height: 100%;
}

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

.std-tetiere .tetiere-container .tet-text .tet-title-bg .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-title-bg .tet-info .tet-label {
  font-size: 1.1rem;
  line-height: 1.1;
}

.std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-info .tet-label small {
  font-size: 0.8em;
  font-weight: 600;
}

.std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-info .tet-code {
  background: #ffffff;
  color: #A7C2AC;
  font-size: 1.2rem;
  padding: 5px 20px;
  border-radius: 20px;
  margin-top: 10px;
}

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

  .std-tetiere .tetiere-container .tet-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    background-image: url("background_mobile.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .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 {
    margin: 0px auto;
  }

  .std-tetiere .tetiere-container .tet-text .tet-title span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

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

  .std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-texte {
    /* margin: 0px auto; */
    flex-direction: column;
  }

  .std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-texte img {
  }

  .std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-texte .gratis-versand {
    text-align: center;
    margin-bottom: 5px;
  }

  .std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -3px;
  }

  .std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-info .tet-label {
    font-size: 0.9rem;
    text-align: center;
  }

  .std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-info .tet-code {
    margin-top: 8px;
  }
}

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

  .std-tetiere .tetiere-container .tet-img {
    display: none;
  }

  .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-title-bg .tet-texte img {
    width: 200px;
  }

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

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

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

  .std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-info .tet-label {
    font-size: 0.75rem;
  }

  .std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-info .tet-label small {
    display: none;
  }

  .std-tetiere .tetiere-container .tet-text .tet-title-bg .tet-info .tet-code {
    font-size: 0.85rem;
    margin-top: 5px;
    padding: 3px 12px;
  }
}

/* Popup Information */
.std_btn_information {
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  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: #fff;
  color: #ffffff;
  border: 1px solid #fff;
  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, 0.6);
  z-index: calc(infinity);
  overflow: unset !important;
}

.std_popup .std_popup_content {
  position: fixed;
  padding: 10px 30px;
  width: 320px;
  /* height: 400px;  quando o texto do popup Ã© grande a altura deve ser esta */
  height: auto;
  /* altura auto quando o quando o texto do popup Ã© pouco */
  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: 300px
  }
}

.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 #ffffff;
  padding-top: 10px;
  font-size: .9rem;
  line-height: 1.2rem;
  word-wrap: break-word;
  white-space: normal
}

.std_btn_close {
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 1px 6px 4px 6px;
  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: #ffffff;
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  margin: 20px auto 10px auto;
  display: flex;
  width: 100px;
  text-align: center;
  justify-content: center;
}

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