body {
  overflow: visible !important;
  display: flex;
  flex-direction: column;
}
.select2-container .select2-selection--single,
.custom-table-form input[type="number"],
.custom-table-form input[type="url"] {
  height: 35px !important;
}
.site-header #primary-menu-container a:hover,.site-header #primary-menu-container .current-menu-item a {
  color: var(----ffffff) !important;
  background-color: var(---000000);
}
#primary-menu-container a {
  color: var(---000000);
  text-decoration: none;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  padding: 0.2188rem 0.625rem 0.2188rem 0.625rem;
  border-radius: 1.5625rem;
}
.privacy-policy-wrapper {
  width: 100vw;
  transform: translateX(-50%);
  margin-left: 50%;
  background-color: var(----9b9b9b);
  border: var(---border);
}
.site-footer img {
  height: 45px;
}
#search-item {
  height: 52px;
}
#btn-search-item {
  width: 128px;
}
ul.pagination a {
  text-decoration: none;
  color: var(---808080);
}
ul.pagination .next,
ul.pagination .prev {
  color: var(---000000);
}
ul.pagination .current {
  color: var(---000000);
}
ul.pagination {
  display: flex;
  gap: 10px;
}
.gallery-360-frame {
  width: 50%;
  height: 500px;
  margin-bottom: 100px;
  border: 2px solid var(---000000);
}
.item-image-wrapper {
  background-color: var(---f3f3f3);
  height: 435px;
}
.item-info-wrapper > div:first-child {
  font-size: 1.125rem;
}
.audio-icon::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  mask: url(../assets/audio.svg);
  mask-position: center center;
  background: var(---000000);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 0.625rem;
  transition: 0.15s ease-in-out;
  border: none;
  transform: none;
}
.item-info-wrapper a {
  color: var(---000000);
}
.item-info-wrapper .table .small{
  padding-left: 0;
}
.btn-change-audio {
  border: none;
  background: transparent;
  font-size: 0.75rem;
}
.btn-change-audio.active {
  font-weight: bold;
  font-size: 1rem;
  transition: 0.2s;
}
.single-item-image {
  height: 400px;
}
.item-info-wrapper .row > div:first-child table tr:not(tr:last-child) {
  border-bottom: 1.5px solid black;
}
@media (max-width: 992px) {
  .item-info-wrapper .row > div:first-child table tr:last-child {
    border-bottom: 1.5px solid black;
  }
}
.item-info-wrapper table td {
  padding-bottom: 25px;
  padding-top: 10px;
}
.item-info-wrapper .row > div:first-child table td:first-child {
  font-size: 0.75rem;
}
.item-info-wrapper .row > div:first-child table td:nth-child(2) {
  font-size: 1.125rem;
  padding-left: 50px;
}
.item-info-wrapper .row > div:nth-child(2) table td {
  font-size: 1.125rem;
}
.item-info-wrapper .row > div:nth-child(2) table td:nth-child(2) {
  padding-left: 50px;
}
