.font-size-xs {
  font-size: 0.75rem; }

.font-size-sm {
  font-size: 0.875rem; }

.font-size-base {
  font-size: 1rem; }

.font-size-lg {
  font-size: 1.125rem; }

.font-size-xl {
  font-size: 1.25rem; }

.font-size-2xl {
  font-size: 1.5rem; }

.font-size-3xl {
  font-size: 1.875rem; }

.font-size-4xl {
  font-size: 2.25rem; }

.font-size-5xl {
  font-size: 3rem; }

.font-size-6xl {
  font-size: 4rem; }

.product-image img {
  min-height: 20rem;
  max-height: 30rem; }

.filter-options {
  max-height: 300px;
  overflow: auto; }

.item-slideshow-image {
  height: 3rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.5rem;
  border: 1px solid #E2E6E9;
  border-radius: 4px;
  cursor: pointer; }
  .item-slideshow-image:hover, .item-slideshow-image.active {
    border-color: #2490ef; }

.address-card {
  cursor: pointer;
  position: relative; }
  .address-card .check {
    display: none; }
  .address-card.active {
    border-color: #2490ef; }
    .address-card.active .check {
      display: inline-flex; }

.check {
  display: inline-flex;
  padding: 0.25rem;
  background: #2490ef;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  width: 24px;
  height: 24px; }

.website-list .result {
  margin-top: 2rem; }

.result {
  border-bottom: 1px solid #E2E6E9; }

.transaction-list-item {
  padding: 1rem 0;
  border-top: 1px solid #E2E6E9;
  position: relative; }
  .transaction-list-item a.transaction-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    opacity: 0;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 0; }

.place-order-container {
  text-align: right; }

.kb-card .card-body > .card-title {
  line-height: 1.3; }

/*# sourceMappingURL=erpnext-web.css.map */
/*# sourceMappingURL=erpnext-web.css.map */