.page-alterations h3 {
  color: #77bbee;
}

.page-alterations .eye {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  background-image: url("/wp-content/themes/tailor-alter/img/misc/view_icon_up.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 16px;
  background-size: 100%;
}

.page-alterations .desc {
  position: absolute;
  z-index: 200;
  margin: 0;
  padding: 0;
  max-width: 45%; /* no tooltip can be any bigger than this % of the image it's overlaid on */
}

.clothes-section {
  border-bottom: 1px solid rgb(204, 204, 204);
  margin: 20px 0px 5px;
}

@media (min-width: 1140px) {
  .clothes-section {
    display: flex;
    justify-content: space-around;
  }
}

.clothes-section::after {
  content: "";
  display: table;
  clear: both;
  margin: 20px 0px 5px;
}

.clothes-section__item {
  margin: 50px auto;
}

@media (min-width: 1140px) {
  .clothes-section__item {
    float: left;
    margin: 0;
  }
}

.clothes-section__item {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}

.clothes-section__item p {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 18px;
  position: relative;
}

.clothes-section__item p span.price {
  font-weight: normal;
}
