.product-tizers__tems {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  border-top: 1px solid #eaebec;
  padding-top: 20px;
}

.product-tizers__tems .tizer__item {
  display: flex;
  flex-direction: column;
  width: 203px;
  align-items: center;
  margin-bottom: 3px;
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 10px;
}

.product-tizers__tems .tizer__item .tizer-icon > img {
  width: 100%;
}
.product-tizers__tems .highlight {
  color: #8e3b69;
  font-weight: 600;
  font-size: 14px;
}
#stores_panel .stores_block_wrap .stores_block:before {
  display: none;
}
#stores_panel .stores_block_wrap .item-stock {
  float: unset;
}

.tizer-desc p,
a {
  font-size: 16px !important;
}

.tizer-icon {
  padding-top: 10%;
}

.tizer__item p {
  padding: 0 5%;
  text-align: left;
  margin: 0;
}

@media (max-width: 1500px) {
  .product-tizers__tems .tizer__item {
    width: 15%;
  }
}

@media (max-width: 1100px) {
  .product-tizers__tems .tizer__item .tizer-icon > img {
    width: 80%;
  }

  .product-tizers__tems .highlight {
    font-size: 12px;
  }

  .p-tiser {
    font-size: 9px;
  }
}

@media (max-width: 769px) {
  .product-tizers__tems {
    flex-direction: column;
  }

  .product-tizers__tems .tizer__item {
    width: 100%;
    flex-direction: row;
  }
  .tizer-icon {
    padding-top: 0;
    width: 17%;
  }
  .tizer-desc {
    text-align: left;
    width: 70%;
  }

  .tizer__item p {
    padding: 0;
  }

  .product-tizers__tems .tizer__item {
    padding-top: 10px;
  }
  .product-tizers__tems .highlight {
    font-size: 18px;
  }
}
