.flyout-link-alignment {
  height: 100%!important;
  display: flex;
  align-items: end;
}
.height500 {
  height: 500px;
}
.height-auto {
  height: auto!important;
}
.pointer-none {
  pointer-events: none!important;
}
.add-border-right {
  border-right: 1px solid rgba(38, 38, 38, 0.2);
}
.divider-it__element {
  height: 1px;
  opacity: 0.2;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 90%;
}
.sale-label {
  margin-right: 10px;
}
.sale-label span {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 5px 0;
  display: block;
  text-align: center;
}
.label-color-set1 {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
}
.label-color-set2 {
  color: #B00402;
  border: 2px solid #B00402;
  border-radius: 5px;
}
.label-color-set3 {
  color: #1EA2B1;
  border: 2px solid #1EA2B1;
  border-radius: 5px;
}
.label-color-set4 {
  color: #0f738a;
  border: 2px solid #0f738a;
  border-radius: 5px;
}
.label-color-set5 {
  color: #EA1B0A;
  border: 2px solid #EA1B0A;
  border-radius: 5px;
}
