@charset "UTF-8";
/**

*/
.h-100-vh {
  height: 100vh !important;
}

.ease-transition{
  transition: transform 0.2s ease-in-out;
}

.page-content a {
  text-decoration: none;
}

table td, table th {
  padding: 5px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

.fw-600 {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}

.purchased-item-wrapper img {
  width: 100%;
  margin-bottom: 5px;
}