.ra-filter-similar-links {
  margin-bottom: 10px;
}
.ra-filter-similar-links ul li {
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ra-filter-similar-links ul li .ra-link {
  font-size: 16px;
  text-transform: capitalize;
}
.ra-filter-similar-links ul li:last-child {
  margin-bottom: 0;
}

.ra-notfound .ra-wrapper {
  max-width: 1024px;
}
.ra-notfound .ra-notfound-left img,
.ra-notfound .ra-notfound-left picture {
  display: block;
  width: 100%;
}
.ra-notfound .ra-notfound-left .ra-avatar-section .ant-avatar-circle {
  width: 150px !important;
  height: 150px !important;
}
.ra-notfound .ra-notfound-left .ra-avatar-section .ant-avatar-circle .ant-avatar-string {
  line-height: 150px !important;
  font-size: 70px !important;
}
.ra-notfound .ra-notfound-right {
  margin-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .ra-notfound .ra-notfound-right {
    margin-top: 20px;
    padding-left: 30px;
  }
}
.ra-notfound .ra-notfound-title {
  margin-bottom: 15px;
}
.ra-notfound .ra-notfound-subtitle {
  margin: 15px 0;
}
.ra-notfound .ra-notfound-content {
  margin: 25px 0 20px;
}
.ra-notfound .ra-notfound-review {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin: 20px 0;
}
.ra-notfound .ra-notfound-review > *:first-child {
  flex-grow: 1;
  width: 60%;
}
.ra-notfound .ra-notfound-review > *:last-child {
  margin-left: 10px;
}
.ra-notfound .ra-notfound-footer {
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .ra-notfound.ra-notfound-artist .ant-row {
    justify-content: center;
  }
  .ra-notfound.ra-notfound-artist .ra-notfound-left {
    max-width: 200px;
  }
}

.ra-enquire-form .ra-enquire-form-section {
  width: 100%;
  margin-bottom: 20px;
}
.ra-enquire-form .ra-enquire-form-section.ra-enquire-form-section-centered {
  text-align: center;
}
.ra-enquire-form .ant-input-affix-wrapper-disabled.ra-form-input {
  border-color: transparent;
  color: #343434;
  cursor: default;
}
.ra-enquire-form .ant-input-affix-wrapper-disabled.ra-form-input .ant-input.ant-input-disabled,
.ra-enquire-form .ant-input-affix-wrapper-disabled.ra-form-input .ant-input-prefix {
  cursor: default;
  color: #343434;
}

.ra-fe-art-purchase-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 20px;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}
.ra-fe-art-purchase-row > .ra-art-action-prices {
  flex-grow: 1;
  font-size: 26px;
  overflow: auto;
  text-overflow: ellipsis;
}
.ra-fe-art-purchase-row > .ra-art-action-prices .ra-art-action-instalments,
.ra-fe-art-purchase-row > .ra-art-action-prices .ra-art-action-instalments-hint {
  display: none;
}
.ra-fe-art-purchase-row > .ra-art-action-button.ra-btn.ant-btn {
  flex-grow: 2;
  width: auto;
}
.ra-art-action .ra-art-link-separator {
  display: inline-block;
  margin: 0 5px;
}
.ra-art-link-dd-wishlist.ra-btn.ant-btn {
  font-size: 18px;
}
.ra-art-link-dd-wishlist.ra-btn.ant-btn .anticon svg {
  vertical-align: inherit;
}


/*# sourceMappingURL=6956.d9bee5ca.chunk.css.map*/