@charset "UTF-8";
/* @version 9.0 [rev.9.0.01] */
/* @version 9.2 [rev.9.2.01] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.01] */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.01] */
@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slideIn {
  animation-name: slideIn;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeOut {
  animation-name: fadeOut;
}

/* @version 9.0 [rev.9.0.01] */
body {
  margin: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #007bff;
  text-decoration: none;
}
a:hover {
  color: #0065d3;
}

.hidden {
  visibility: hidden;
}

.container-small {
  max-width: 800px;
}

/* NO-WRAP */
.nowrap {
  white-space: nowrap;
}

/* /NO-WRAP */
/* ADD GAP ON FLEX ITEMS */
.d-flex {
  gap: 0.25rem;
}

/* /ADD GAP ON FLEX ITEMS */
.backdrop {
  z-index: 5;
  color: #000;
}

.container-small {
  max-width: 800px;
}

small, .small {
  font-size: 0.875rem;
}

.text-right {
  text-align: right !important;
}

/* @version 9.0 [rev.9.0.01] */
/* PRINT */
@media print {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
  .print-only {
    display: block !important;
  }
  .no-print {
    display: none !important;
  }
  a:link:after, a:visited:after {
    display: none;
    content: "";
  }
  .img-thumbnail {
    padding: 0;
    width: 75%;
    border: none;
  }
  .slick-arrow {
    display: none !important;
  }
}
@media screen {
  .print-only {
    display: none;
  }
}
/* /PRINT */
/* @version 9.0 [rev.9.0.01] */
/* ANCHOR */
.anchor {
  padding: 0 0.175rem;
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
  opacity: 0;
  transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.anchor::after {
  content: "@";
}
.anchor:focus, .anchor:hover, :target > .anchor {
  opacity: 1;
}

/* /ANCHOR */
/* @version 9.1 [rev.9.1.01] */
.badge {
  font-size: 85%;
  font-weight: 500;
  white-space: normal;
  text-align: left;
}
.btn .badge {
  top: 0;
  font-size: 70%;
}
.badge-text {
  color: #000;
}
.badge-slim {
  font-weight: 400;
}
.badge.text-bg-primary {
  background-color: #007bff;
}
.badge.text-bg-open {
  color: #fff;
  background-color: rgb(98.975, 171.125, 17.575);
}
.badge.text-bg-closed {
  color: #fff;
  background-color: rgb(217.7405063291, 39.9594936709, 56.9924050633);
}
.badge.text-bg-scheduled {
  color: #fff;
  background-color: rgb(0, 86.1, 178.5);
}
.badge.text-bg-preferred {
  color: #fff;
  background-color: rgb(20.4, 133.56, 255);
}
.badge.text-bg-verified {
  color: #fff;
  background-color: rgb(40.8, 144.12, 255);
}
.badge.text-bg-live-mode {
  color: #fff;
  background-color: rgb(180.5215189873, 31.2784810127, 45.5772151899);
}
.badge.text-bg-account-mode {
  color: #fff;
  background-color: rgb(0, 93.48, 193.8);
}
.badge.text-bg-store-info {
  color: #fff;
  background-color: #adb5bd;
}
.badge.text-bg-seller {
  color: #fff;
  background-color: #007bff;
}
.badge.text-bg-buyer {
  color: #fff;
  background-color: #dc3545;
}
.badge.text-bg-draft {
  color: #000;
  background-color: #f8f9fa;
}
.badge.text-bg-pending {
  color: #fff;
  background-color: #80808d;
}
.badge.text-bg-declined {
  color: #fff;
  background-color: rgb(180.5215189873, 31.2784810127, 45.5772151899);
}
.badge.text-bg-withdrawn {
  color: #fff;
  background-color: rgb(200.8, 150.6, 0);
}
.badge.text-bg-product {
  color: #fff;
  background-color: #007bff;
}
.badge.text-bg-classified {
  color: #fff;
  background-color: rgb(163.1341772152, 28.2658227848, 41.1873417722);
}
.badge.text-bg-auction {
  color: #fff;
  background-color: #6bb913;
}
.badge.text-bg-activity-bids {
  color: #fff;
  background-color: rgb(128.4, 222, 22.8);
}
.badge.text-bg-activity-offers {
  color: #fff;
  background-color: #fd7e14;
}
.badge.text-bg-activity-sales {
  color: #fff;
  background-color: rgb(40.8, 144.12, 255);
}
.badge.text-bg-listin-site {
  color: #fff;
  background-color: #2B60DE;
}
.badge.text-bg-listin-store {
  color: #fff;
  background-color: #1200A2;
}
.badge.text-bg-listin-both {
  color: #fff;
  background-color: #DE2A60;
}
.badge.text-bg-homepage-featured {
  color: #fff;
  background-color: rgb(66.875, 115.625, 11.875);
}
.badge.text-bg-category-featured {
  color: #fff;
  background-color: rgb(167.4810126582, 29.0189873418, 42.2848101266);
}
.badge.text-bg-offer {
  color: #fff;
  background-color: #1f9f50;
}
.badge.text-bg-counter {
  color: #fff;
  background-color: #830f03;
}
.badge.text-bg-blue {
  color: #fff;
  background-color: #007bff;
}
.badge.text-bg-green {
  color: #fff;
  background-color: #6bb913;
}
.badge.text-bg-red {
  color: #fff;
  background-color: #dc3545;
}
.badge.text-bg-gold {
  color: #75611c;
  background-color: #fcd036;
}
.badge.text-bg-black {
  color: #fff;
  background-color: #303641;
}
.badge.text-bg-orange {
  color: #fff;
  background-color: #ff9600;
}
.badge.text-bg-activity-in-cart {
  color: #fff;
  background-color: #0a58ca;
}
.badge.text-bg-activity-paid {
  color: #fff;
  background-color: #1f9f50;
}
.badge.text-bg-activity-sold {
  color: #fff;
  background-color: #49be38;
}

/* @version 9.0 [rev.9.0.01] */
/* BLOCKQUOTES */
.bq {
  background-color: rgba(108, 117, 125, 0.1);
  border-left: 5px solid #adb5bd;
  padding: 1rem;
}
.bq.bq-info {
  background-color: rgba(0, 123, 255, 0.1);
  border-left-color: #007bff;
}
.bq.bq-success {
  background-color: rgba(40, 167, 69, 0.1);
  border-left-color: #6bb913;
}
.bq.bq-danger {
  background-color: rgba(220, 53, 69, 0.1);
  border-left-color: #dc3545;
}

/* /BLOCKQUOTES */
/* @version 9.0 [rev.9.0.01] */
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  background-color: #0054af;
  border-color: #0054af;
}
.btn-primary:focus, .btn-primary:active {
  background-color: #0065d3;
  border-color: #0065d3;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5) !important;
}

/* BUTTONS */
/* blue button */
.btn-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-blue:hover {
  color: #fff;
  background-color: rgb(0, 110.7, 229.5);
  border-color: rgb(0, 110.7, 229.5);
}

/* /blue button */
/* green button */
.btn-green {
  color: #fff;
  background-color: #00a651;
  border-color: #008d45;
}
.btn-green:hover {
  color: #fff;
  background-color: #007338;
  border-color: #004f27;
}

/* /green button */
/* red button */
.btn-red {
  color: #fff;
  background-color: #d42020;
  border-color: #d42020;
}
.btn-red:hover {
  color: #fff;
  background-color: #a81919;
  border-color: #9f1818;
}

/* /red button */
/* gold button */
.btn-gold {
  color: #846e20;
  background-color: #fcd036;
  border-color: #fcd036;
}
.btn-gold:hover {
  color: #846e20;
  background-color: #fbc404;
  border-color: #f1bc04;
}

/* /gold button */
/* black button */
.btn-black {
  color: #fff;
  background-color: #303641;
  border-color: #252a32;
}
.btn-black:hover {
  color: #fff;
  background-color: #1a1e24;
  border-color: #0b0d0f;
}

/* /black button */
/* orange button */
.btn-orange {
  color: #fff;
  background-color: #ff9600;
  border-color: #ff9600;
}
.btn-orange:hover {
  color: #fff;
  background-color: #cc7800;
  border-color: #c27200;
}

/* /orange button */
/* default button - backwards compatibility */
.btn-default {
  color: #343a40;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-default:hover {
  color: #343a40;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-filter-title {
  background-color: #f8f9fa;
  color: #343a40;
  border-color: #6c757d;
  z-index: 2;
  border-right: transparent;
  margin-right: -1px;
}
.btn-filter-title:after {
  content: ":";
}

/* /default button - backwards compatibility */
/* /BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.btn.btn-sm {
  gap: 4px;
}
.btn {
  /* ICON BUTTONS */
}
.btn.btn-icon {
  position: relative;
  text-align: left !important;
}
.btn.btn-icon i, .btn.btn-icon .feather {
  position: absolute;
  right: 0.75rem;
  top: 0.7rem;
}
.btn {
  /* /ICON BUTTONS */
}

.btn-toolbar {
  gap: 0.25rem;
}

.bootbox-close-button {
  float: right;
}

/* BUTTON LOADING DISABLED */
.btn-loading-disabled {
  opacity: 1 !important;
}

/* /BUTTON LOADING DISABLED */
/* BUTTONS STICKY BOTTOM */
.buttons-sticky-bottom {
  position: fixed;
  position: sticky;
  background-color: #fff;
  padding: 0.75rem 0.5rem;
  margin-bottom: 1rem;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  width: 100%;
  z-index: 15;
}
@media (max-width: 1199.98px) {
  .buttons-sticky-bottom {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .buttons-sticky-bottom button {
    display: inline-block;
  }
}
.form-sticky-buttons .buttons-sticky-bottom {
  display: none;
}
.buttons-sticky-bottom.bg-transparent {
  border-top: 1px solid #f8f9fa;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.btn-padded {
  font-size: 0.85rem;
  padding: 1px 6px 3px;
}

/* /BUTTONS STICKY BOTTOM */
.btn-email {
  border-top: 1px solid #e9ecef;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.btn-email .btn {
  width: 100%;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

/* @version 9.2 [rev.9.2.01] */
.listings-cards,
.stores-cards {
  display: flex;
  flex-wrap: wrap;
}
.listings-cards:not(.no-highlighting) .card-highlighted,
.stores-cards:not(.no-highlighting) .card-highlighted {
  border-color: #0065d3 !important;
  background-color: #E6F2FF;
}
.listings-cards:not(.no-highlighting) .card-home-page-featured,
.stores-cards:not(.no-highlighting) .card-home-page-featured {
  border-color: #ffc107 !important;
  background-color: #fffaf3;
}
.listings-cards:not(.no-highlighting) .card-category-page-featured,
.stores-cards:not(.no-highlighting) .card-category-page-featured {
  border-color: #6bb913 !important;
  background-color: #eef6e5;
}
.main-content .listings-cards,
.main-content .stores-cards {
  margin-left: -24px;
  margin-right: -24px;
}
.listings-cards .card,
.stores-cards .card {
  border: none;
  border-radius: 0;
}
.listings-cards .card .card-img-top,
.stores-cards .card .card-img-top {
  border-radius: 0 !important;
}
.listings-cards .card .price,
.stores-cards .card .price {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
}
.listings-cards .card .card-title,
.stores-cards .card .card-title {
  font-size: 1.1rem;
}
.listings-cards .card .card-footer .btn-sm,
.stores-cards .card .card-footer .btn-sm {
  font-size: 0.8rem;
}
.listings-cards .card .card-footer .btn-light,
.stores-cards .card .card-footer .btn-light {
  background-color: #fff;
}
.listings-cards .card .card-seller,
.stores-cards .card .card-seller {
  color: #6c757d;
}
.listings-cards .card-grid,
.stores-cards .card-grid {
  padding: 24px;
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-1,
  .stores-cards .card-grid.card-grid-desktop-1 {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-1,
  .stores-cards .card-grid.card-grid-phone-1 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-2,
  .stores-cards .card-grid.card-grid-desktop-2 {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-2,
  .stores-cards .card-grid.card-grid-phone-2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-3,
  .stores-cards .card-grid.card-grid-desktop-3 {
    width: 33.33%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-3,
  .stores-cards .card-grid.card-grid-phone-3 {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-4,
  .stores-cards .card-grid.card-grid-desktop-4 {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-4,
  .stores-cards .card-grid.card-grid-phone-4 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-5,
  .stores-cards .card-grid.card-grid-desktop-5 {
    width: 20%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-5,
  .stores-cards .card-grid.card-grid-phone-5 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-6,
  .stores-cards .card-grid.card-grid-desktop-6 {
    width: 16.65%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-6,
  .stores-cards .card-grid.card-grid-phone-6 {
    width: 16.65%;
  }
}
.listings-cards .card-grid .card-body,
.stores-cards .card-grid .card-body {
  padding: 1.5rem 0 0 0;
}
.listings-cards .card-grid .card-seller,
.stores-cards .card-grid .card-seller {
  margin-bottom: 0.5rem;
}
.listings-cards .card-grid .card-title,
.stores-cards .card-grid .card-title {
  white-space: normal !important;
  font-size: 1rem !important;
  line-height: 1.2;
  height: 3.6rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.listings-cards .card-grid .card-short-description,
.stores-cards .card-grid .card-short-description {
  display: none;
}
.listings-cards .card-grid .price,
.stores-cards .card-grid .price {
  margin-top: 1rem;
}
.listings-cards .card-grid .card-details,
.stores-cards .card-grid .card-details {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 0.5rem;
}
.listings-cards .card-grid .card-footer,
.stores-cards .card-grid .card-footer {
  border-top: none;
  margin: 12px -24px -24px;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
}
.listings-cards .card-grid .btn-wishlist-async,
.stores-cards .card-grid .btn-wishlist-async {
  position: absolute;
  top: 1rem;
  right: 1rem;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}
.listings-cards .card-grid:hover .btn-wishlist-async,
.stores-cards .card-grid:hover .btn-wishlist-async {
  visibility: visible !important;
}
.listings-cards .card-list,
.stores-cards .card-list {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.listings-cards .card-list .card-img,
.stores-cards .card-list .card-img {
  width: 25%;
}
.listings-cards .card-list .card-body,
.stores-cards .card-list .card-body {
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.5rem 1rem;
}
.listings-cards .card-list .card-body .card-title,
.stores-cards .card-list .card-body .card-title {
  white-space: normal !important;
  font-size: 1.25rem !important;
  line-height: 1.2;
  height: 1.5rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.75rem;
}
.listings-cards .card-list .card-body .card-short-description,
.stores-cards .card-list .card-body .card-short-description {
  white-space: normal !important;
  font-size: 15px !important;
  line-height: 1.2;
  height: 36px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.5rem;
}
.listings-cards .card-list .card-body .price,
.stores-cards .card-list .card-body .price {
  margin-bottom: 0.25rem;
  font-size: 1.4rem;
}
.listings-cards .card-list .card-footer,
.stores-cards .card-list .card-footer {
  display: flex;
  background-color: transparent;
  border-top: none;
  width: 15%;
  align-items: end;
  padding: 1rem;
  justify-content: end;
}
.listings-cards .card-list .btn-wishlist-async,
.stores-cards .card-list .btn-wishlist-async {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.stores-cards .card-grid .card-seller {
  margin-bottom: 0;
}
.stores-cards .card-grid .card-title {
  white-space: normal !important;
  font-size: 1rem !important;
  line-height: 1.2;
  height: 2.4rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* CATEGORIES CARD COLUMNS */
@media (min-width: 768px) {
  .categories-card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .categories-card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .categories-card-columns {
    column-count: 4;
  }
}
.categories-card-columns .card {
  display: inline-block;
  width: 100%;
  border: none;
  background-color: transparent;
}
.categories-card-columns .card .card-title {
  margin-bottom: 0;
}
.categories-card-columns .card .card-title a {
  color: #343a40;
}
.categories-card-columns .card .card-title a:hover {
  text-decoration: none;
}
.categories-card-columns .card .card-body {
  background-color: #fff;
}
.categories-card-columns .card .card-text {
  margin-top: 0.75rem;
}
.categories-card-columns .card {
  margin-bottom: 20px;
}

/* /CATEGORIES CARD COLUMNS */
.listing-list-email {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #f8f9fa;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.sale-email {
  border-top: 1px solid #e9ecef;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.sale-email.with-bottom {
  border-bottom: 1px solid #f8f9fa;
  margin-bottom: 1.5rem;
}

/* @version 9.0 [rev.9.0.01] */
/* LISTINGS CAROUSEL */
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 50px;
  opacity: 1;
}
.carousel .carousel-control-prev .bi,
.carousel .carousel-control-next .bi {
  color: #343a40;
  background-color: #fff;
  width: 50px;
  font-size: 32px;
  border-radius: 26px;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.02) !important;
}
.carousel .carousel-control-prev {
  left: -26px;
}
.carousel .carousel-control-next {
  right: -26px;
}

/* /LISTINGS CAROUSEL */
/* HOME PAGE CAROUSEL */
.jq-rs-slider .jq-slide .slide-center {
  display: table;
  margin: 0 auto;
}
.jq-rs-slider .img-fluid {
  width: 100vw;
}
.jq-rs-slider .slick-prev, .jq-rs-slider .slick-next {
  width: 50px;
  height: 50px;
}
.jq-rs-slider .slick-next {
  right: 30px !important;
  z-index: 5;
}
.jq-rs-slider .slick-prev {
  left: 30px !important;
  z-index: 5;
}
.jq-rs-slider .slick-prev:before {
  color: #343a40 !important;
  font-size: 50px;
}
.jq-rs-slider .slick-next:before {
  color: #343a40 !important;
  font-size: 50px;
}
@media (max-width: 575.98px) {
  .jq-rs-slider .slick-prev, .jq-rs-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  .jq-rs-slider .slick-next {
    right: 10px !important;
  }
  .jq-rs-slider .slick-prev {
    left: 10px !important;
  }
  .jq-rs-slider .slick-prev:before {
    font-size: 30px;
  }
  .jq-rs-slider .slick-next:before {
    font-size: 30px;
  }
}

/* HOME PAGE CAROUSEL */
/* HIDE SLIDES UNTIL SLIDER LOADED */
.jq-loading-slider .jq-slide.hidden {
  display: none;
}

/* /HIDE SLIDES UNTIL SLIDER LOADED */
/* @version 9.0 [rev.9.0.01] */
/* SHOPPING CART DROPDOWN (DEFAULT PARTIAL) */
.cart-dropdown .feather {
  width: 20px;
  height: 20px;
}
.cart-dropdown > .btn:hover, .cart-dropdown > .btn:focus {
  box-shadow: none;
}
.cart-dropdown > .btn::after {
  display: none;
}
.cart-dropdown .dropdown-menu {
  width: 400px;
  padding: 1rem;
}
@media (max-width: 575.98px) {
  .cart-dropdown .dropdown-menu {
    width: 100%;
  }
}
.cart-dropdown .cart-box .feather {
  color: #0b0b0b;
  height: 15px;
  width: 15px;
}
.cart-dropdown .cart-box + .cart-box {
  border-top: 1px solid #dee2e6;
  margin-top: 1rem;
  padding-top: 1rem;
}
.cart-dropdown .cart-item + .cart-item {
  margin-top: 0.5rem;
}
.cart-dropdown .cart-total {
  border-top: 1px solid #e7ebef;
  font-size: 1.1rem;
}
.cart-dropdown .media {
  font-size: 85%;
}
.cart-summary .cart-dropdown {
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #e9ecef;
}

/* /SHOPPING CART DROPDOWN (DEFAULT PARTIAL) */
/* HEADER CART DROPDOWN BUTTON */
header .cart-dropdown .feather {
  width: 18px;
  height: 18px;
}
header .cart-dropdown .cart-nb-items {
  color: #fff;
  background-color: #007bff;
}
header .cart-dropdown .cart-price {
  font-size: 90%;
}

/* /HEADER CART DROPDOWN BUTTON */
/* CART TOTALS BOX (CART / CHECKOUT PAGES) */
.dl-cart-totals {
  margin-bottom: 0;
}
.dl-cart-totals > dd {
  font-size: 0.925rem;
  margin-bottom: 0.25rem;
  text-align: right;
}
.dl-cart-totals > dd a {
  color: #495057;
}
.dl-cart-totals .col-total {
  font-size: 1.4em;
  margin-top: 0.5rem;
}
.dl-cart-totals .calculate-shipping {
  text-align: left;
  margin-top: 0.75rem;
}
.dl-cart-totals .calculate-shipping > div {
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
  padding: 0.75rem 0;
}
.dl-cart-totals .calculate-shipping dt {
  font-weight: 400;
  font-size: 90%;
}
.dl-cart-totals .form-check {
  padding-top: 0;
}

/* /CART TOTALS BOX (CART / CHECKOUT PAGES) */
.cookie-usage {
  width: 350px;
  bottom: 8px;
  right: 8px;
  position: fixed;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px;
  padding: 8px;
  background-color: #343a40;
  color: #fff;
  font-size: 0.85rem;
}
@media (max-width: 575.98px) {
  .cookie-usage {
    width: calc(100% - 16px);
  }
}

/* @version 9.0 [rev.9.0.01] */
/* LANGUAGE DROPDOWN (DEFAULT PARTIAL) */
.language-dropdown .btn:hover, .language-dropdown .btn:focus,
.user-dropdown .btn:hover,
.user-dropdown .btn:focus {
  box-shadow: none;
}
.language-dropdown .dropdown-item,
.user-dropdown .dropdown-item {
  padding: 0.125rem 1rem;
}
.language-dropdown .dropdown-menu-end,
.user-dropdown .dropdown-menu-end {
  position: absolute;
  right: 0;
}

/* /LANGUAGE DROPDOWN (DEFAULT PARTIAL) */
/* DROPDOWNS */
.dropdown-item span {
  padding-top: 1px;
  padding-bottom: 2px;
  color: #495057;
  background-color: #e9ecef;
}
.dropdown-item.hover {
  color: #16181b;
  background-color: #f8f9fa;
}

/* /DROPDOWNS */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .headline {
  font-family: "Open Sans";
}

.heading {
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6, .heading .h1, .heading .h2, .heading .h3, .heading .h4, .heading .h5, .heading .h6 {
  margin-bottom: 0;
}
.heading.heading-secondary h1, .heading.heading-secondary h2, .heading.heading-secondary h3, .heading.heading-secondary h4, .heading.heading-secondary h5, .heading.heading-secondary h6, .heading.heading-secondary .h1, .heading.heading-secondary .h2, .heading.heading-secondary .h3, .heading.heading-secondary .h4, .heading.heading-secondary .h5, .heading.heading-secondary .h6 {
  font-weight: 400;
}

/* @version 9.0 [rev.9.0.01] */
/* FEATHER */
.feather {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.feather.feather-lg {
  width: 24px;
  height: 24px;
}
.feather.feather-sm, small .feather, .btn-sm .feather {
  width: 14px;
  height: 14px;
}

/* /FEATHER */
/* BI */
.btn .bi {
  font-size: 18px;
  line-height: 1;
}
.btn.btn-sm .bi {
  font-size: 16px;
}
dt .bi {
  font-size: 16px;
  line-height: 1;
}

/* /BI */
/* ICON COLORS */
.btn-blue.btn-icon i {
  background-color: #005cbf;
  border-left-color: #005cbf;
}
.btn-green.btn-icon i {
  background-color: #007d3d;
  border-left-color: #007d3d;
}
.btn-red.btn-icon i {
  background-color: #b11b1b;
  border-left-color: #b11b1b;
}
.btn-gold.btn-icon i {
  background-color: #fbc70e;
  border-left-color: #fbc70e;
}
.btn-black.btn-icon i {
  background-color: #1f232a;
  border-left-color: #1f232a;
}
.btn-orange.btn-icon i {
  background-color: #e68700;
  border-color: #e68700;
}
.btn-default.btn-icon i {
  background-color: #ebebeb;
}
.btn-primary.btn-icon i {
  background-color: #006fe6;
}
.btn-secondary.btn-icon i {
  background-color: #468fb8;
}
.btn-success.btn-icon i {
  background-color: #4bad4b;
}
.btn-warning.btn-icon i {
  background-color: #f29b20;
}
.btn-danger.btn-icon i {
  background-color: #da3430;
}
.btn-info.btn-icon i {
  background-color: #35bde5;
}

/* /ICON COLORS */
/* USER REPUTATION STARS */
.star-yellow {
  color: #FDD017;
}
.star-green {
  color: #41A317;
}
.star-blue {
  color: #0074f0;
}
.star-red {
  color: #E42217;
}
.star-gold {
  color: #D4A017;
}

/* /USER REPUTATION STARS */
/* @version 9.0 [rev.9.0.02] */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* IMAGE RETINA DISPLAY CLASSES */
.img-xs {
  width: 24px;
}

.img-sm {
  width: 64px;
}

.img-md {
  width: 96px;
}

.img-lg {
  width: 128px;
}

/* /IMAGE RETINA DISPLAY CLASSES */
/* MEDIA THUMBNAIL DIVS */
.jq-thumbs {
  overflow: hidden;
}
.jq-thumbs.ui-sortable .jq-thumb {
  cursor: move;
}

.jq-thumb {
  overflow: hidden;
  float: left;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border: 1px solid #f8f9fa;
  border-radius: 0.25rem;
  text-align: center;
}
.jq-thumb .jq-thumb-delete {
  margin-top: 1rem;
  text-align: center;
  cursor: pointer;
  display: block;
}

.jq-thumb + .jq-thumb {
  margin-left: 0.5rem;
}

/* /MEDIA THUMBNAIL DIVS */
/** @version 9.1 [rev.9.1.01] */
.form-subtitle {
  font-size: 1.2rem !important;
  margin-bottom: 12px !important;
  font-weight: 400 !important;
  border-bottom: 1px solid #e9ecef;
}

.form-check-label {
  color: #212529;
  font-size: 95%;
  margin-left: 2px;
}

.form-control,
.form-select {
  font-size: inherit;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
  border-color: #0065d3;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5) !important;
}

.form-check-input:checked {
  background-color: #0065d3;
  border-color: #0065d3;
}

.form-group {
  margin-bottom: 1rem;
}
.form-inline .form-group {
  margin-bottom: 0;
}

.form-check {
  padding-top: calc(0.375rem + 1px);
}
.form-vertical .form-check {
  padding-top: 0;
}

@media (min-width: 1400px) {
  .col-form-label {
    flex: 0 1 225px;
  }
  .col-form-input {
    flex: 1;
    max-width: 100%;
  }
}
.input-group {
  display: flex !important;
}
.input-group .input-group-text {
  font-size: inherit;
}

.form-inline {
  display: flex;
  flex-flow: wrap;
  gap: 0.25rem;
}
@media (max-width: 575.98px) {
  .form-inline {
    width: 100%;
    flex-flow: column;
  }
}

/* FLOATING LABELS */
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > input {
  height: auto;
}
.form-label-group > input, .form-label-group > label {
  padding: 0.75rem 0.75rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
.form-label-group {
  /* Fallback for Edge  */
}
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}
.form-label-group {
  /* Fallback for IE  */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

/* /FLOATING LABELS */
/* INPUT FIELDS */
.input-tiny {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-tiny {
    width: 60px;
  }
  .input-group-prefix-suffix.input-tiny {
    width: calc(60px + 90px);
  }
}
.input-mini {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-mini {
    width: 85px;
  }
  .input-group-prefix-suffix.input-mini {
    width: calc(85px + 90px);
  }
}
.input-small {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-small {
    width: 115px;
  }
  .input-group-prefix-suffix.input-small {
    width: calc(115px + 90px);
  }
}
.input-default {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-default {
    width: 190px;
  }
  .input-group-prefix-suffix.input-default {
    width: calc(190px + 90px);
  }
}
.input-medium {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-medium {
    width: 270px;
  }
  .input-group-prefix-suffix.input-medium {
    width: calc(270px + 90px);
  }
}
.input-large {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-large {
    width: 400px;
  }
  .input-group-prefix-suffix.input-large {
    width: calc(400px + 90px);
  }
}
.input-xlarge {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-xlarge {
    width: 500px;
  }
  .input-group-prefix-suffix.input-xlarge {
    width: calc(500px + 90px);
  }
}
/* /INPUT FIELDS */
/* FORM TEXT FIELDS WITH ICONS */
.has-icons {
  position: relative;
  display: inline-block;
}
.has-icons.has-icons-block {
  display: block !important;
}
.has-icons .bi {
  color: #343a40;
}
.has-icons .icon-left, .has-icons .icon-right {
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 10px);
}
.has-icons .icon-left:hover, .has-icons .icon-right:hover {
  cursor: pointer;
}
.has-icons .icon-left {
  left: 12px;
}
.has-icons .icon-right {
  right: 12px;
}
.has-icons .has-icon-left {
  padding-left: 36px !important;
}
.has-icons .has-icon-right {
  padding-right: 36px !important;
}

.form-floating-standard.has-icons .icon-left, .form-floating-standard.has-icons .icon-right {
  top: calc(50% - 12px);
}

/* /FORM TEXT FIELDS WITH ICONS */
/* CUSTOM FORMS */
.form-purchase-confirm {
  width: 100%;
  max-width: 310px;
}

.form-sign-in {
  width: 100%;
  max-width: 420px;
}
.bootbox-body .form-sign-in {
  max-width: 100%;
}

/* /CUSTOM FORMS */
.form-floating label::after {
  background-color: transparent !important;
}

/* FORM FLOATING STANDARD HEIGHT */
.form-floating-standard > .form-control {
  padding: 0.375rem 0.75rem;
  height: inherit;
  min-height: inherit;
  line-height: inherit;
}
.form-floating-standard > .form-control-plaintext:focus, .form-floating-standard > .form-control-plaintext:not(:placeholder-shown), .form-floating-standard > .form-control:focus, .form-floating-standard > .form-control:not(:placeholder-shown) {
  padding: 0.375rem 0.75rem;
}
.form-floating-standard > .form-control-plaintext ~ label, .form-floating-standard > .form-control:focus ~ label, .form-floating-standard > .form-control:not(:placeholder-shown) ~ label, .form-floating-standard > .form-select ~ label {
  padding: 0 4px;
  top: 0;
  left: 7px;
  line-height: 1;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  color: #6c757d;
}
.form-floating-standard > label {
  padding: 0.375rem 0.75rem;
  color: #6c757d;
}

/* .FORM FLOATING STANDARD HEIGHT */
.password-eye {
  position: relative;
  display: inline-block;
}
.password-eye .icon-right {
  position: absolute;
  top: 6px;
  right: 16px;
  z-index: 2;
}

.form-floating.password-eye {
  display: block;
}
.form-floating.password-eye .icon-right {
  top: calc(50% - 10px);
}

/* VERTICAL FORMS */
.form-vertical .subtitle {
  margin: 0.6rem 0;
}
.form-vertical .col-form-label {
  font-size: 1.05rem;
  padding: 0;
}
.form-vertical hr {
  border-top-color: #adb5bd;
}

.form-full-width .form-control:not(.input-full-name):not(.input-localized-numeric), .form-full-width .form-select:not(.input-birthdate), .form-full-width .input-group {
  width: 100% !important;
  margin-bottom: 4px;
}
.form-full-width .birthdayPicker {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form-full-width .birthdayPicker .input-birthdate {
  width: calc(33.3333333333% - 3px) !important;
}
.form-full-width .btn {
  width: 100%;
}
.form-full-width .password-eye {
  display: block;
}

.form-contact-us,
.form-user {
  max-width: 600px;
  margin: 0 auto;
}

/* /VERTICAL FORMS */
.form-steps-header-wrapper {
  background-color: #f8f9fa;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 45px;
  padding: 15px 0 7.5px;
  z-index: -2;
  position: relative;
}

#form-steps-header {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  padding: 0;
  margin: 0;
}
#form-steps-header li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  position: relative;
  letter-spacing: 0.7px;
  text-align: center;
}
#form-steps-header.steps-2 li {
  width: 50%;
}
#form-steps-header.steps-3 li {
  width: 33.33%;
}
#form-steps-header.steps-4 li {
  width: 25%;
}
#form-steps-header.steps-5 li {
  width: 20%;
}
#form-steps-header.steps-6 li {
  width: 16.65%;
}
#form-steps-header li:before {
  content: counter(step);
  counter-increment: step;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  font-size: 14px;
  color: #fff;
  background: #6c757d;
  border-radius: 32px;
  margin: 0 auto 10px auto;
}
#form-steps-header li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #6c757d;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: -1; /*put it behind the numbers*/
}
#form-steps-header li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
#form-steps-header li.prev:before,
#form-steps-header li.prev:after {
  background: #007bff;
  color: #fff;
}
#form-steps-header li.active:before,
#form-steps-header li.active:after {
  background: #6bb913;
  color: #fff;
}

@media (min-width: 1200px) {
  .form-listing,
  .form-install {
    margin-left: 150px;
    margin-right: 150px;
  }
}
.form-listing .col-form-label,
.form-install .col-form-label {
  font-size: 1.1rem;
}
.form-listing ul:not(.nav),
.form-install ul:not(.nav) {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
.form-listing ul:not(.nav) li:before,
.form-install ul:not(.nav) li:before {
  content: "✓";
  position: absolute;
  left: 5px;
}
.form-listing ul:not(.nav) li,
.form-install ul:not(.nav) li {
  margin-bottom: 0.5rem;
}
.form-listing ul:not(.nav) li li:before,
.form-install ul:not(.nav) li li:before {
  content: "o";
}

@media (min-width: 1200px) {
  .form-cart,
  .form-checkout,
  .form-payment {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.form-cart .col-form-label,
.form-checkout .col-form-label,
.form-payment .col-form-label {
  padding-bottom: 0;
}

.form-checkout .form-group {
  margin-bottom: 0 !important;
}
.form-checkout .form-group .subtitle {
  padding-top: 1.2rem;
  margin-bottom: 0.4rem;
}

.form-buttons input {
  margin-right: 10px;
}
.form-buttons input:last-child {
  margin-left: auto;
  margin-right: 0;
}

.form-check small, .form-group small {
  font-size: 95%;
  color: #4d5358 !important;
}

.input-group {
  display: flex !important;
}
.input-group .input-group-text {
  font-size: inherit;
}

.invalid-pill {
  color: #dc3545;
}
.invalid-pill.active {
  background-color: #dc3545 !important;
  color: #fff;
}

#purchaseForm > div:last-child {
  margin-bottom: 0 !important;
}

/* @version 9.1 [rev.9.1.01] */
/* LISTS RESET */
ul {
  display: block;
  list-style-type: disc;
  margin: 0 0 1em;
  padding-left: 40px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin: 0 0 1em;
  padding-left: 40px;
}

ul ul, ol ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

ol ol, ul ol {
  list-style-type: lower-roman;
  padding-left: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* /LISTS RESET */
/* DEFINITION LISTS */
/* definition list with variable title width */
.dl-variable {
  max-width: 500px;
  overflow: auto;
  margin: 0;
}
.dl-variable dt {
  float: left;
  clear: left;
  line-height: 1.4;
  font-weight: 500;
}
.dl-variable dt .feather {
  width: 14px;
  height: 14px;
}
.dl-variable dt span:after {
  content: ":";
}
.dl-variable dd {
  display: table-cell;
  padding-left: 0.5rem;
  padding-bottom: 0.25rem;
  line-height: 1.4;
}

.dl-condensed {
  margin-bottom: 0;
}
.dl-condensed dt {
  padding-right: 0.25rem;
}
.dl-condensed dd {
  display: inherit;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* large definition list */
.dl-lg dt .feather,
.dt-lg dt .feather {
  width: 24px;
  height: 24px;
}

.dl-lg dd {
  font-size: 1rem;
}

/* /large definition list */
.dl-indented dd {
  margin-left: 0.25rem;
  margin-bottom: 0.5rem;
}

dl dt {
  font-weight: 700;
}

@media (min-width: 992px) {
  .dl-flex dt {
    flex: 0 1 225px;
  }
  .dl-flex dd {
    flex: 1;
    max-width: 100%;
  }
}
/* GLYPHICONS */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/* @version 9.2 [rev.9.2.01] */
/* NAVBAR */
.navbar-nav {
  -moz-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .navbar-nav {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}

/* /NAVBAR */
.navbar-inline-filter {
  display: flex;
  justify-content: end;
  padding: 0;
  margin-bottom: 1rem;
}
.navbar-inline-filter .form-inline {
  justify-content: flex-end !important;
}
.navbar-inline-filter.navbar-inline-filter-hidden-mobile .btn-filter {
  display: none;
}
@media (max-width: 575.98px) {
  .navbar-inline-filter.navbar-inline-filter-hidden-mobile .form-inline {
    opacity: 0;
    height: 0;
    z-index: -1;
  }
  .navbar-inline-filter.navbar-inline-filter-hidden-mobile .form-inline-visible {
    opacity: 1;
    height: auto;
    z-index: 1;
    transition-timing-function: ease-in;
    transition: 0.5s;
  }
  .navbar-inline-filter.navbar-inline-filter-hidden-mobile .btn-filter {
    display: inline-flex;
    width: 100%;
    margin-bottom: 1rem;
    box-shadow: 0 1px 1px rgba(226, 226, 230, 0.5);
    border-color: #dfe1e6;
  }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #007bff;
}

.nav-link, .nav-link:focus, .nav-link:hover {
  color: #007bff;
}

/* SIDEBAR SEARCH */
.sidebar-search .nav-item > a {
  display: block;
  font-weight: 500;
  color: #333;
}
.sidebar-search .nav-dropdown + .nav-dropdown {
  margin-top: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px dotted #e9edf1;
}
.sidebar-search .nav-dropdown-toggle {
  padding-bottom: 0.25rem;
}
.sidebar-search .nav-item > ul {
  padding: 0;
  max-height: 20rem;
  overflow-y: auto;
}
.sidebar-search .form-check {
  padding-top: 0;
}

/* /SIDEBAR SEARCH */
.filtered-by {
  display: inline-block;
  padding: 3px 5px;
  background-color: #fafafa;
  color: #343a40;
  margin-bottom: 0.25rem;
  font-size: 95%;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

.categories-breadcrumb {
  font-size: 0.875rem;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.categories-breadcrumb .breadcrumb-item a {
  color: #495057 !important;
}
.categories-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #adb5bd;
}

/* @version 9.0 [rev.9.0.02] */
/* CODE TEXTAREA */
textarea.textarea-code {
  font-family: Monaco, Consolas, monospace !important;
  font-size: 12px;
  line-height: 1.2;
  background-color: #FAF8CC;
}

/* /CODE TEXTAREA */
/* SCROLLABLE WELL */
.well-scrollable {
  max-height: 300px;
  overflow-y: scroll;
}

/* /SCROLLABLE WELL */
/* ALERT */
.alert .feather {
  vertical-align: text-top;
  width: 24px;
  height: 24px;
}

/* /ALERT */
/* LOADING MODAL */
body.loading {
  overflow: hidden;
}

.loading-modal {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("../images/svg-loaders/oval.svg");
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.loading .loading-modal {
  display: block;
}

/* /LOADING MODAL */
/* DATE & DATETIME FORM ELEMENTS */
.element-date,
.datetimepicker-input {
  cursor: pointer;
  background-color: #fafafa !important;
}

/* /DATE & DATETIME FORM ELEMENTS */
/* VIDEO.JS CONTAINER */
.video-js {
  width: 100%;
}

/* /VIDEO.JS CONTAINER */
/* PRODUCT ATTRIBUTES PARTIAL */
.product-attribute-element .col-form-label {
  padding-top: 0;
  padding-bottom: 0.25rem;
}

/* /PRODUCT ATTRIBUTES PARTIAL */
/* INVOICE DESIGN */
.invoice-billing-headline {
  padding: 0.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom: 1px solid #dee2e6;
}
.invoice-billing-headline .badge {
  font-weight: 400;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.invoice-billing-content {
  padding: 0.5rem;
}
.invoice-billing-content strong {
  font-weight: 500 !important;
}
.invoice-billing-logo {
  max-width: 200px;
  max-height: 50px;
}

/* /INVOICE DESIGN */
/* SELECTIZE CONTAINER */
.loading .selectize-input::after {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/svg-loaders/tail-spin.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 4px;
}

/* /SELECTIZE CONTAINER */
/* MAINTENANCE MODE */
.maintenance-mode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  min-height: 100vh;
  margin: auto;
}
.maintenance-mode .content {
  text-align: center;
}
.maintenance-mode .content img {
  width: 150px;
}
@media (max-width: 767.98px) {
  .maintenance-mode {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* /MAINTENANCE MODE */
/* FEES TOTAL */
.fees-total {
  padding-top: 0.5rem;
  font-size: 1.4rem !important;
}

/* /FEES TOTAL */
/* HONEYPOT FIELDS */
.hpt {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/* /HONEYPOT FIELDS */
.text-all-categories {
  font-weight: 500;
}
.text-all-categories a {
  color: #B81D2C !important;
}

.original-price {
  font-size: 85%;
  color: #777;
  font-weight: 300;
  font-style: italic;
  text-decoration: line-through;
}

.reputation-score {
  font-size: 0.875em;
}

/* AUTOCOMPLETE SPINNER (PLACEHOLDER) */
.autocomplete-spinner {
  position: absolute;
  top: 0;
  right: 0;
}

/* /AUTOCOMPLETE SPINNER (PLACEHOLDER) */
.d-flex .form-check:not(:last-child):after {
  margin-left: 10px;
  margin-right: 10px;
  color: #ccc;
  content: "∶";
}

.accordion.accordion-sm button {
  font-size: 100%;
  padding: 0;
}
.accordion.accordion-sm .accordion-body {
  padding: 10px 0;
}
.accordion.accordion-sm .accordion-button {
  align-items: flex-start;
}

.site-logo-email {
  max-width: 250px;
}

.trumbowyg-editor {
  background-color: #fff;
}

/* @version 9.0 [rev.9.0.02] */
.page-item .page-link {
  color: #007bff;
}
.page-item .page-link:focus, .page-item .page-link:active {
  background-color: #0065d3;
  border-color: #0065d3;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5) !important;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.active .page-link:hover {
  background-color: #0065d3;
  border-color: #0065d3;
}

/* @version 9.0 [rev.9.0.01] */
/* TEXT COLORS */
.text-sm {
  font-size: 90%;
}
.text-lg {
  font-size: 120%;
}
.text-bold {
  font-weight: 600;
}
.text-buyout {
  color: rgb(0, 98.4, 204);
}
.text-classified {
  color: #343a40;
}
.text-under-reserve {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.text-over-reserve {
  color: rgb(80.25, 138.75, 14.25);
}
.text-red {
  color: rgb(210.9493670886, 36.5506329114, 53.2594936709);
}
.text-green {
  color: rgb(93.625, 161.875, 16.625);
}
.text-blue {
  color: rgb(0, 110.7, 229.5);
}
.text-gold {
  color: #fbc404;
}
.text-orange {
  color: #fd7e14;
}
.text-black {
  color: #000;
}

.text-bg-gray-100 {
  background-color: #f8f9fa !important;
}
.text-bg-gray-200 {
  background-color: #e9ecef !important;
}

/* /TEXT */
/* /TEXT COLORS */
h6, .h6 {
  font-size: 1.1rem;
}

/* @version 9.0 [rev.9.0.01] */
.table {
  --bs-table-bg: none;
}
.table caption {
  padding: 0.75rem 0.5rem;
  caption-side: top;
}
.table.table-sm th, .table.table-sm td {
  font-size: 85%;
}
.table.table-sm th {
  font-weight: 500;
}
.table .size-large {
  width: 36%;
}
.table .size-medium {
  width: 24%;
}
.table .size-small {
  width: 14%;
}
.table .size-mini {
  width: 8%;
}
.table .size-tiny {
  width: 4%;
}
.table .size-actions {
  width: 18%;
}
.table .size-min-large {
  min-width: 360px;
}
.table .size-min-medium {
  min-width: 240px;
}
.table .size-min-small {
  min-width: 160px;
}
.table .size-min-mini {
  min-width: 105px;
}
.table .size-min-tiny {
  min-width: 45px;
}
.table .size-60 {
  width: 60px;
}
.table .size-70 {
  width: 70px;
}
.table .size-80 {
  width: 80px;
}
.table .size-90 {
  width: 90px;
}
.table .size-100 {
  width: 100px;
}
.table .size-120 {
  width: 120px;
}
.table .size-140 {
  width: 140px;
}
.table .size-160 {
  width: 160px;
}
.table .size-180 {
  width: 180px;
}
.table .size-200 {
  width: 200px;
}
.table .size-250 {
  width: 250px;
}
.table .size-300 {
  width: 300px;
}
.table .h-100 {
  height: 100%;
}
.table .td-sm {
  font-weight: normal !important;
  font-size: 85%;
}
@media (max-width: 1199.98px) {
  .table-responsive .table {
    min-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .table .size-large {
    width: 360px;
  }
  .table .size-medium {
    width: 240px;
  }
  .table .size-small {
    width: 160px;
  }
  .table .size-mini {
    width: 105px;
  }
  .table .size-tiny {
    width: 45px;
  }
  .table .size-actions {
    width: 160px;
  }
}
.table .border-top-thick {
  border-top-width: 4px !important;
}
.table .no-border-bottom {
  border-bottom: none !important;
}
.table .no-border {
  border: none !important;
}

.table-responsive .size-large {
  width: 360px;
}
.table-responsive .size-medium {
  width: 240px;
}
.table-responsive .size-small {
  width: 160px;
}
.table-responsive .size-mini {
  width: 105px;
}
.table-responsive .size-tiny {
  width: 45px;
}
.table-responsive .size-actions {
  width: 160px;
}

.table-sale > caption {
  margin-bottom: 0;
  padding: 1px 0 5px;
}
.table-sale > thead > tr > th {
  border-bottom: 1px dotted #ddd;
  padding: 5px 5px 5px 0;
}
.table-sale > tbody > tr > td {
  border-top: 0 none;
  padding: 5px 5px 5px 0;
}

.home-page .heading {
  padding: 1rem;
  margin-bottom: 0;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 6px 6px 0 0;
}
.home-page .heading .btn {
  padding: 0;
  background-color: transparent;
  border: none;
}
.home-page .nav-pills {
  font-size: 1.2rem;
}
.home-page .content-section .heading {
  display: none;
}

.listing-details .video-js {
  width: 100%;
  height: 420px;
}
.listing-details {
  /* BOOTSTRAP CAROUSEL */
}
.listing-details .carousel-indicators {
  display: block;
  white-space: nowrap;
  position: relative;
  bottom: auto;
  margin: 1rem 0 0;
  gap: 5px;
  overflow-x: auto;
}
.listing-details .carousel-indicators [data-bs-target] {
  background-color: transparent;
  width: 120px;
  height: 120px;
  border-top: none;
  border-bottom: none;
  margin: 0;
}
.listing-details .carousel-indicators [data-bs-target] img {
  border-color: #e9ecef;
}
.listing-details .carousel-indicators [data-bs-target]:not(.active) {
  opacity: 0.75;
}
.listing-details {
  /* /BOOTSTRAP CAROUSEL */
}

/* PAYMENT BOX */
.payment-box {
  display: block;
  margin-bottom: 0.75rem;
}
.payment-box .payment-logo {
  max-width: 150px;
}
.payment-box {
  cursor: pointer;
}

.payment-box + .payment-box {
  margin-top: 0.75rem;
}

/* /PAYMENT BOX */
.form-payment .cart-summary {
  position: sticky;
  top: 25px;
}
.form-payment .payment-description {
  font-size: 1rem;
}
.form-payment .buttons-sticky-bottom {
  background-color: transparent;
}

.store-header dl dt {
  font-weight: 500;
}
.store-header .navbar {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

/* @version 9.2 [rev.9.2.01] */
body {
  position: relative;
  font-size: 15px;
  text-rendering: geometricPrecision;
  font-weight: 400;
  letter-spacing: -0.08px;
  color: #4d4d4d;
}
body.light {
  background-color: rgba(250, 247, 246, 0.3);
}
body.dark {
  background-color: #f7f2ef;
}

code {
  font-size: inherit;
}

.bg-wrapper {
  position: relative;
  padding-bottom: 100px;
  overflow-x: clip;
}
@media (max-width: 991.98px) {
  .bg-wrapper {
    padding-bottom: 60px;
  }
}

.bg-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #F9F6F2;
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'>    <filter id='noise'>    <feTurbulence type='fractalNoise' baseFrequency='0.32' numOctaves='2' stitchTiles='stitch'/>    </filter>    <rect width='100%' height='100%' filter='url(%23noise)' opacity='0.08'/>    </svg>");
  pointer-events: none;
  z-index: -1;
}

body > main:not(.home-page) {
  margin-top: 2rem;
}

/** @version 9.0 [rev.9.0.01] */
.buttons-sticky-bottom--top {
  position: sticky;
  top: 0;
  bottom: 100%;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  background-color: #808080;
  z-index: 15;
}
.buttons-sticky-bottom--top .message.text-dark {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  white-space: break-spaces;
}
.buttons-sticky-bottom--top .rounded-btn {
  min-width: 100px;
  padding: 4px 10px;
  color: #fff;
  border: 2px solid #fff;
}

th {
  font-weight: 500;
}

/* テーブル共通（table.table-common-style） */
.table-common-style > thead,
.table-common-style > tbody {
  font-size: 16px;
}
.table-common-style > thead > tr > th:has(> .inner-box),
.table-common-style > tbody > tr > td:has(> .inner-box) {
  padding-left: 0;
  padding-right: 0;
}
.table-common-style > thead > tr > th,
.table-common-style > tbody > tr > td {
  border: none;
}
.table-common-style > thead > tr > th > .inner-box,
.table-common-style > tbody > tr > td > .inner-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.table-common-style > thead > tr > th > .inner-box::after,
.table-common-style > tbody > tr > td > .inner-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-right: 1px solid #d0cece;
  pointer-events: none;
}
.table-common-style > thead > tr > th > .inner-box.inner-box--last::after,
.table-common-style > tbody > tr > td > .inner-box.inner-box--last::after {
  border-right: none;
}

/* sale */
.table-sale-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .table-sale-wrapper {
    min-width: 100% !important;
    width: 100%;
  }
}
.table-sale-wrapper > tbody > tr > td {
  padding: 0;
  border: none;
}
.table-sale-wrapper .col-action {
  color: #fff;
  background: #808080;
}
.table-sale-wrapper .status-wrapper {
  display: flex;
  flex-direction: column;
}
.table-sale-wrapper .status-wrapper .status-box {
  display: flex;
  align-items: center;
}
.table-sale-wrapper .status-wrapper .status-label {
  min-width: 136px;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
}
.table-sale-wrapper .status-wrapper .status-label--step1 {
  background: #7AD64B;
}
.table-sale-wrapper .status-wrapper .status-label--step2 {
  background: #00A27E;
}
.table-sale-wrapper .status-wrapper .status-label--step3 {
  background: #DE0011;
}
.table-sale-wrapper .status-wrapper .status-label--step4 {
  background: #FF9700;
}
@media (max-width: 991.98px) {
  .table-sale-wrapper .action-btn-wrapper.md-show {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 12px;
  }
}
.table-sale-wrapper .action-btn-wrapper .rounded-btn {
  width: 152px;
  margin-right: 12px;
}
@media (max-width: 991.98px) {
  .table-sale-wrapper .action-btn-wrapper .rounded-btn {
    margin-right: 0;
  }
}

.table-sale {
  height: 100%;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #9c9b9a;
}
@media (max-width: 991.98px) {
  .table-sale {
    min-width: 100% !important;
    width: 100%;
    margin-bottom: 20px;
  }
}
.table-sale caption {
  padding: 15px 30px;
  color: #fff;
  background: #808080;
}
@media (max-width: 991.98px) {
  .table-sale caption {
    padding: 15px;
  }
}
.table-sale caption .caption-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .table-sale caption .caption-inner {
    flex-direction: column;
  }
}
.table-sale caption .caption-item-2 {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .table-sale caption .caption-item-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
    margin: 20px auto 30px;
  }
}
.table-sale .basic-info {
  display: flex;
}
@media (max-width: 991.98px) {
  .table-sale .basic-info {
    flex-direction: column;
    gap: 15px;
    width: fit-content;
    margin: 0 auto;
  }
}
.table-sale .basic-info .basic-info-item {
  display: flex;
  margin-right: 25px;
}
.table-sale .basic-info .basic-info-item dt {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .table-sale .basic-info .basic-info-item dt {
    width: 5rem;
    text-align: right;
  }
}
.table-sale .basic-info .basic-info-item dd {
  margin: 0;
}
.table-sale .basic-info .reputation-score a {
  color: #4d4d4d;
  background: #fff;
}
.table-sale .basic-info .reputation-score .bi::before {
  color: #4d4d4d;
}
.table-sale > thead > tr > th,
.table-sale > thead > tr > td {
  padding: 10px 0 0;
}
@media (max-width: 991.98px) {
  .table-sale > thead > tr > th,
  .table-sale > thead > tr > td {
    padding: 15px 0 0;
  }
}
.table-sale > tbody > tr > th,
.table-sale > tbody > tr > td {
  padding: 0 0 10px;
  color: #4d4d4d;
  border: none;
}
.table-sale > tbody > tr > th:first-child,
.table-sale > tbody > tr > td:first-child {
  padding-left: 30px;
}
.table-sale > tbody > tr > th:first-child > .inner-box,
.table-sale > tbody > tr > td:first-child > .inner-box {
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .table-sale > tbody > tr > th:first-child,
  .table-sale > tbody > tr > td:first-child {
    padding: 0;
  }
  .table-sale > tbody > tr > th:first-child > .inner-box,
  .table-sale > tbody > tr > td:first-child > .inner-box {
    padding-right: 15px;
  }
}
.table-sale > thead > tr > th.col-price > span::after, .table-sale > thead > tr > th.col-subtotal > span::after,
.table-sale > tbody > tr > td.col-price > span::after,
.table-sale > tbody > tr > td.col-subtotal > span::after {
  border-color: #a7a6a5;
}
.table-sale > thead > tr > th.col-postage > span::after,
.table-sale > tbody > tr > td.col-postage > span::after {
  border-right: 3px double #a7a6a5;
}
.table-sale > thead > tr > th.col-total,
.table-sale > tbody > tr > td.col-total {
  color: #000;
}
.table-sale > thead > tr > th.col-total > span::after,
.table-sale > tbody > tr > td.col-total > span::after {
  border-right: none;
}
.table-sale > tbody > tr > td.accordion {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .table-sale > tbody > tr > td.accordion {
    padding: 0 15px;
  }
}
.table-sale .rounded-btn {
  min-width: 100px;
  border-radius: 25px;
}
@media (max-width: 991.98px) {
  .table-sale .auction-info-wrapper {
    margin-bottom: 0;
  }
  .table-sale .auction-info-wrapper .auction-info-item {
    display: flex;
  }
  .table-sale .auction-info-wrapper .auction-info-item dt .inner-box, .table-sale .auction-info-wrapper .auction-info-item dd .inner-box {
    align-content: center;
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    margin: 0 5px;
    padding: 10px 5px;
    border-bottom: 1px solid #808080;
  }
  .table-sale .auction-info-wrapper .auction-info-item dt .inner-box.inner-box--last, .table-sale .auction-info-wrapper .auction-info-item dd .inner-box.inner-box--last {
    border-bottom: none;
  }
  .table-sale .auction-info-wrapper .auction-info-item dt.row-total, .table-sale .auction-info-wrapper .auction-info-item dd.row-total {
    color: #000;
    font-weight: bold;
  }
  .table-sale .auction-info-wrapper .auction-info-item dt {
    width: 100px;
    text-align: center;
    border-right: 1px solid #808080;
  }
  .table-sale .auction-info-wrapper .auction-info-item dt.row-total {
    font-weight: 500;
  }
  .table-sale .auction-info-wrapper .auction-info-item dd {
    flex: 1;
    margin: 0;
  }
  .table-sale .auction-info-wrapper .auction-info-item:last-child dt .inner-box, .table-sale .auction-info-wrapper .auction-info-item:last-child dd .inner-box {
    border: none;
  }
}
.table-sale .tr-guide {
  border-top: 1px solid #d0cece;
  border-bottom: 1px solid #d0cece;
}
@media (max-width: 991.98px) {
  .table-sale .tr-guide {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #808080;
  }
}
.table-sale .tr-guide td {
  color: #DE0011;
}
@media (max-width: 991.98px) {
  .table-sale .tr-guide td {
    border-top: 1px solid #d0cece;
  }
}
.table-sale .tr-guide td.guide-box {
  align-content: space-around;
  padding: 15px 0 15px 30px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .table-sale .tr-guide td.guide-box {
    padding: 15px;
  }
}
.table-sale .tr-guide td.guide-box span {
  width: fit-content;
  height: auto;
}
.table-sale .tr-guide td.cancel-btn-box {
  padding: 8px 0 8px 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .table-sale .tr-guide td.cancel-btn-box {
    padding: 15px;
  }
}
.table-sale .tr-guide td.cancel-btn-box span {
  display: inline-block;
  align-content: center;
  width: 100%;
  height: 100%;
  border-left: 1px solid #808080;
}
@media (max-width: 991.98px) {
  .table-sale .tr-guide td.cancel-btn-box span {
    border-left: none;
  }
}
.table-sale .shipping-info-wrapper {
  margin-bottom: 0;
}
.table-sale .shipping-info-wrapper dt {
  font-weight: 400;
}
.table-sale .shipping-info-wrapper > dt {
  padding: 15px 0;
}
@media (max-width: 991.98px) {
  .table-sale .shipping-info-wrapper > dt {
    padding: 15px;
  }
}
.table-sale .shipping-info-wrapper > dd {
  margin-bottom: 0;
  padding: 0;
}
.table-sale .shipping-info {
  margin-bottom: 0;
  padding-top: 15px;
}
.table-sale .shipping-info .shipping-info-item {
  display: flex;
  padding-bottom: 1rem;
}
.table-sale .shipping-info .shipping-info-item dt {
  max-width: 128px;
  width: 100%;
  margin-right: 1rem;
  text-align: right;
}
.table-sale .shipping-info .shipping-info-item .address {
  display: flex;
}
.table-sale .shipping-info .shipping-info-item .address .postal-code {
  width: 92px;
  margin-right: 1.5rem;
}

/* selling, buying */
.table-selling-wrapper, .table-buying-wrapper {
  table-layout: fixed;
  height: 100%;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper, .table-buying-wrapper {
    min-width: inherit !important;
    width: 100%;
  }
}
.table-selling-wrapper div, .table-selling-wrapper p, .table-buying-wrapper div, .table-buying-wrapper p {
  color: #4d4d4d;
}
.table-selling-wrapper thead, .table-buying-wrapper thead {
  background: #808080;
}
.table-selling-wrapper thead > tr > th, .table-buying-wrapper thead > tr > th {
  align-content: center;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.table-selling-wrapper thead > tr > th.col-img, .table-buying-wrapper thead > tr > th.col-img {
  width: 116px;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper thead > tr > th, .table-buying-wrapper thead > tr > th {
    display: block;
    width: 100%;
  }
  .table-selling-wrapper thead > tr > th.col-check, .table-buying-wrapper thead > tr > th.col-check {
    display: none;
  }
}
.table-selling-wrapper thead > tr > th > .inner-box, .table-buying-wrapper thead > tr > th > .inner-box {
  padding: 0;
}
.table-selling-wrapper tbody > tr, .table-buying-wrapper tbody > tr {
  border-bottom: 1px solid #d0cece;
}
.table-selling-wrapper tbody > tr:nth-of-type(odd), .table-buying-wrapper tbody > tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.04);
}
@media (max-width: 991.98px) {
  .table-selling-wrapper tbody > tr:nth-of-type(odd), .table-buying-wrapper tbody > tr:nth-of-type(odd) {
    background: transparent;
  }
}
.table-selling-wrapper tbody > tr > td, .table-buying-wrapper tbody > tr > td {
  padding: 20px;
}
.table-selling-wrapper tbody > tr > td.col-img, .table-buying-wrapper tbody > tr > td.col-img {
  width: 116px;
  padding: 10px 0 15px;
}
.table-selling-wrapper tbody > tr > td.col-action, .table-buying-wrapper tbody > tr > td.col-action {
  width: 100%;
  height: 100%;
  padding: 0;
}
.table-selling-wrapper tbody > tr > td.col-action > div, .table-buying-wrapper tbody > tr > td.col-action > div {
  flex-direction: column;
  gap: 15px;
  align-content: center;
  padding: 20px 15px;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper tbody > tr > td, .table-buying-wrapper tbody > tr > td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .table-selling-wrapper tbody > tr > td.col-check, .table-buying-wrapper tbody > tr > td.col-check {
    height: 30px;
    margin-top: 15px;
    background: #808080;
    border-bottom: 1px solid #fff;
  }
  .table-selling-wrapper tbody > tr > td.col-img, .table-buying-wrapper tbody > tr > td.col-img {
    width: 100%;
    padding: 0;
  }
}
.table-selling-wrapper .col-check, .table-buying-wrapper .col-check {
  align-content: center;
  padding: 0;
}
.table-selling-wrapper .col-check .inner-box, .table-buying-wrapper .col-check .inner-box {
  height: inherit;
}
.table-selling-wrapper .col-check .form-check, .table-buying-wrapper .col-check .form-check {
  margin: 0;
  padding: 0;
  padding-left: 2.25rem;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper .col-check .form-check, .table-buying-wrapper .col-check .form-check {
    height: 100%;
  }
}
.table-selling-wrapper .col-check .form-check-input, .table-buying-wrapper .col-check .form-check-input {
  width: 21px;
  height: 21px;
  margin-top: 2px;
}
.table-selling-wrapper .col-check .form-check-input:checked, .table-buying-wrapper .col-check .form-check-input:checked {
  background-color: #DE0011;
  border-color: #DE0011;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper .col-check .form-check-input, .table-buying-wrapper .col-check .form-check-input {
    margin-top: 4px;
  }
}
.table-selling-wrapper .col-name, .table-buying-wrapper .col-name {
  width: 310px;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper .col-name, .table-buying-wrapper .col-name {
    width: 100%;
  }
}
.table-selling-wrapper .col-action, .table-buying-wrapper .col-action {
  width: 165px;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper .col-action, .table-buying-wrapper .col-action {
    width: 100%;
  }
}
.table-selling-wrapper .col-au-info .badge-type, .table-buying-wrapper .col-au-info .badge-type {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 20px;
  color: #707070;
  font-size: 13px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
}
.table-selling-wrapper .col-au-info .price, .table-buying-wrapper .col-au-info .price {
  font-size: 18px;
  font-weight: 500;
}
.table-selling-wrapper .col-au-info .price .text-over-reserve, .table-buying-wrapper .col-au-info .price .text-over-reserve {
  color: #4d4d4d;
}
.table-selling-wrapper .col-au-info .au-label, .table-buying-wrapper .col-au-info .au-label {
  min-width: 144px;
}
.table-selling-wrapper .btn.rounded-btn, .table-buying-wrapper .btn.rounded-btn {
  min-width: 135px;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper .auction-info-wrapper, .table-buying-wrapper .auction-info-wrapper {
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.04);
  }
  .table-selling-wrapper .auction-info-wrapper .auction-info-item, .table-buying-wrapper .auction-info-wrapper .auction-info-item {
    display: flex;
  }
  .table-selling-wrapper .auction-info-wrapper .auction-info-item dt, .table-buying-wrapper .auction-info-wrapper .auction-info-item dt {
    width: 94px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    background: #808080;
    border-right: 1px solid #808080;
  }
  .table-selling-wrapper .auction-info-wrapper .auction-info-item dt .inner-box, .table-buying-wrapper .auction-info-wrapper .auction-info-item dt .inner-box {
    align-content: center;
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    margin: 0 5px;
    padding: 10px 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .table-selling-wrapper .auction-info-wrapper .auction-info-item dt .inner-box.inner-box--last, .table-buying-wrapper .auction-info-wrapper .auction-info-item dt .inner-box.inner-box--last {
    border-bottom: none;
  }
  .table-selling-wrapper .auction-info-wrapper .auction-info-item dd, .table-buying-wrapper .auction-info-wrapper .auction-info-item dd {
    flex: 1;
    margin: 0;
    padding: 15px;
    font-weight: 400;
  }
  .table-selling-wrapper .auction-info-wrapper .row-img dt .inner-box, .table-buying-wrapper .auction-info-wrapper .row-img dt .inner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
  .table-selling-wrapper .auction-info-wrapper .row-img dd, .table-buying-wrapper .auction-info-wrapper .row-img dd {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-right: 2px;
  }
  .table-selling-wrapper .auction-info-wrapper .row-img dd > a, .table-buying-wrapper .auction-info-wrapper .row-img dd > a {
    width: 116px;
  }
  .table-selling-wrapper .auction-info-wrapper .row-img dd .reputation-light, .table-buying-wrapper .auction-info-wrapper .row-img dd .reputation-light {
    flex: 1;
  }
  .table-selling-wrapper .auction-info-wrapper .row-name h6, .table-buying-wrapper .auction-info-wrapper .row-name h6 {
    font-size: 16px;
  }
  .table-selling-wrapper .auction-info-wrapper .row-au-info .detail, .table-buying-wrapper .auction-info-wrapper .row-au-info .detail {
    margin-bottom: 15px;
  }
  .table-selling-wrapper .auction-info-wrapper .row-au-info .detail > div, .table-buying-wrapper .auction-info-wrapper .row-au-info .detail > div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .table-selling-wrapper .auction-info-wrapper .row-au-info .detail .price, .table-buying-wrapper .auction-info-wrapper .row-au-info .detail .price {
    font-size: 16px;
  }
  .table-selling-wrapper .auction-info-wrapper .row-au-info .datetime, .table-buying-wrapper .auction-info-wrapper .row-au-info .datetime {
    display: flex;
    gap: 20px;
  }
  .table-selling-wrapper .col-action .auction-info-wrapper .auction-info-item dt .inner-box, .table-buying-wrapper .col-action .auction-info-wrapper .auction-info-item dt .inner-box {
    border: none;
  }
}
.table-selling-wrapper .status-list, .table-buying-wrapper .status-list {
  margin-bottom: 0;
}
.table-selling-wrapper .status-list .status-item, .table-buying-wrapper .status-list .status-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper .status-list .status-item, .table-buying-wrapper .status-list .status-item {
    margin-bottom: 10px;
  }
}
.table-selling-wrapper .status-list .status-item > dt, .table-buying-wrapper .status-list .status-item > dt {
  font-weight: 400 !important;
  color: #4D4D4D !important;
  background: transparent !important;
  border: none !important;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper .status-list .status-item > dt, .table-buying-wrapper .status-list .status-item > dt {
    width: fit-content !important;
  }
}
.table-selling-wrapper .status-list .status-item > dd, .table-buying-wrapper .status-list .status-item > dd {
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .table-selling-wrapper .status-list.current-bid-status .status-item, .table-buying-wrapper .status-list.current-bid-status .status-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* messaging, reputation, address */
.table-messaging-wrapper .col-check, .table-reputation-wrapper .col-check, .table-address-wrapper .col-check {
  width: 61px !important;
  background-color: #808080;
  position: relative;
}
.table-messaging-wrapper .col-check .form-check, .table-reputation-wrapper .col-check .form-check, .table-address-wrapper .col-check .form-check {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.table-messaging-wrapper .col-check .form-check input[type=checkbox], .table-reputation-wrapper .col-check .form-check input[type=checkbox], .table-address-wrapper .col-check .form-check input[type=checkbox] {
  margin: 0;
  width: 21px;
  height: 21px;
}
.table-messaging-wrapper .col-check .form-check input[type=checkbox]:checked, .table-reputation-wrapper .col-check .form-check input[type=checkbox]:checked, .table-address-wrapper .col-check .form-check input[type=checkbox]:checked {
  background-color: #DE0011;
  border-color: #DE0011;
}
.table-messaging-wrapper .col-title, .table-reputation-wrapper .col-title, .table-address-wrapper .col-title {
  width: calc(59.26% - 22px);
}
.table-messaging-wrapper .col-id, .table-reputation-wrapper .col-id, .table-address-wrapper .col-id {
  width: 13.88%;
}
.table-messaging-wrapper .col-date, .table-reputation-wrapper .col-date, .table-address-wrapper .col-date {
  width: 12.34%;
}
.table-messaging-wrapper .col-name, .table-reputation-wrapper .col-name, .table-address-wrapper .col-name {
  width: 14.52%;
  color: #4D4D4D;
}
.table-messaging-wrapper .col-name span, .table-reputation-wrapper .col-name span, .table-address-wrapper .col-name span {
  border: 1px solid #f3f3f3;
}
.table-messaging-wrapper .col-name span a, .table-reputation-wrapper .col-name span a, .table-address-wrapper .col-name span a {
  color: #4D4D4D;
  background-color: #fff;
}
.table-messaging-wrapper .col-name .reputation-score .bi::before, .table-reputation-wrapper .col-name .reputation-score .bi::before, .table-address-wrapper .col-name .reputation-score .bi::before {
  color: #4D4D4D;
}
.table-messaging-wrapper th, .table-reputation-wrapper th, .table-address-wrapper th {
  padding: 8px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #fff !important;
  background: #808080;
  position: relative;
}
.table-messaging-wrapper th::after, .table-reputation-wrapper th::after, .table-address-wrapper th::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 0;
  width: 1px;
  background: #fff;
}
.table-messaging-wrapper th:last-child::after, .table-reputation-wrapper th:last-child::after, .table-address-wrapper th:last-child::after {
  content: none;
}
.table-messaging-wrapper td, .table-reputation-wrapper td, .table-address-wrapper td {
  border-color: #D0CECE;
  vertical-align: middle;
  padding: 15px 30px 20px;
}

.table-reputation-wrapper .col-title {
  width: calc(49.26% - 22px);
}
.table-reputation-wrapper .col-title .flex-grow-1.ms-3 {
  display: flex;
  align-items: center;
}
.table-reputation-wrapper .col-comment {
  width: 22.34%;
}

.table-message-item-wrapper {
  width: 100%;
}
.table-message-item-wrapper th {
  position: relative;
  background-color: #808080;
  padding: 13px 0;
}
.table-message-item-wrapper th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: #fff;
}
.table-message-item-wrapper tbody {
  background-color: rgba(0, 0, 0, 0.04);
}
.table-message-item-wrapper tbody td {
  padding: 17px 25px 13px;
}
.table-message-item-wrapper tbody td .sp-show {
  display: none;
}
.table-message-item-wrapper tbody .message-item-img {
  width: 13.5%;
}
.table-message-item-wrapper tbody .message-item-img .reputation-light {
  display: none;
}
.table-message-item-wrapper tbody .message-item-img dt {
  display: none;
}
.table-message-item-wrapper tbody .message-item-name {
  width: 44.63%;
}
.table-message-item-wrapper tbody .message-item-id {
  width: 16.82%;
}
.table-message-item-wrapper tbody .message-item-type {
  width: 25.05%;
}

.table-address-wrapper .btn.rounded-btn {
  min-width: 135px;
}

/* blocked-users, vouchers, account-history */
.table-block-wrapper, .table-vouchers-wrapper, .table-account-history-wrapper {
  table-layout: fixed;
  height: 100%;
}
@media (max-width: 991.98px) {
  .table-block-wrapper, .table-vouchers-wrapper, .table-account-history-wrapper {
    min-width: inherit !important;
    width: 100%;
  }
}
.table-block-wrapper div, .table-block-wrapper p, .table-vouchers-wrapper div, .table-vouchers-wrapper p, .table-account-history-wrapper div, .table-account-history-wrapper p {
  color: #4d4d4d;
}
.table-block-wrapper thead, .table-vouchers-wrapper thead, .table-account-history-wrapper thead {
  background: #808080;
}
.table-block-wrapper thead > tr > th, .table-vouchers-wrapper thead > tr > th, .table-account-history-wrapper thead > tr > th {
  align-content: center;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.table-block-wrapper thead > tr > th.col-img, .table-vouchers-wrapper thead > tr > th.col-img, .table-account-history-wrapper thead > tr > th.col-img {
  width: 116px;
}
@media (max-width: 991.98px) {
  .table-block-wrapper thead > tr > th, .table-vouchers-wrapper thead > tr > th, .table-account-history-wrapper thead > tr > th {
    display: block;
    width: 100%;
  }
  .table-block-wrapper thead > tr > th.col-check, .table-vouchers-wrapper thead > tr > th.col-check, .table-account-history-wrapper thead > tr > th.col-check {
    display: none;
  }
}
.table-block-wrapper thead > tr > th > .inner-box, .table-vouchers-wrapper thead > tr > th > .inner-box, .table-account-history-wrapper thead > tr > th > .inner-box {
  padding: 0 !important;
}
.table-block-wrapper thead > tr > th:last-child span::after, .table-vouchers-wrapper thead > tr > th:last-child span::after, .table-account-history-wrapper thead > tr > th:last-child span::after {
  content: none;
}
.table-block-wrapper tbody > tr, .table-vouchers-wrapper tbody > tr, .table-account-history-wrapper tbody > tr {
  border-bottom: 1px solid #d0cece;
}
.table-block-wrapper tbody > tr:nth-of-type(odd), .table-vouchers-wrapper tbody > tr:nth-of-type(odd), .table-account-history-wrapper tbody > tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.04);
}
@media (max-width: 991.98px) {
  .table-block-wrapper tbody > tr:nth-of-type(odd), .table-vouchers-wrapper tbody > tr:nth-of-type(odd), .table-account-history-wrapper tbody > tr:nth-of-type(odd) {
    background: transparent;
  }
}
.table-block-wrapper tbody > tr > td, .table-vouchers-wrapper tbody > tr > td, .table-account-history-wrapper tbody > tr > td {
  padding: 20px;
}
.table-block-wrapper tbody > tr > td.col-img, .table-vouchers-wrapper tbody > tr > td.col-img, .table-account-history-wrapper tbody > tr > td.col-img {
  width: 116px;
  padding: 10px 0 15px;
}
.table-block-wrapper tbody > tr > td.col-action, .table-vouchers-wrapper tbody > tr > td.col-action, .table-account-history-wrapper tbody > tr > td.col-action {
  width: 100%;
  height: 100%;
  padding: 0;
}
.table-block-wrapper tbody > tr > td.col-action > div, .table-vouchers-wrapper tbody > tr > td.col-action > div, .table-account-history-wrapper tbody > tr > td.col-action > div {
  flex-direction: column;
  gap: 15px;
  align-content: center;
  padding: 20px 15px;
}
@media (max-width: 991.98px) {
  .table-block-wrapper tbody > tr > td, .table-vouchers-wrapper tbody > tr > td, .table-account-history-wrapper tbody > tr > td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .table-block-wrapper tbody > tr > td.col-check, .table-vouchers-wrapper tbody > tr > td.col-check, .table-account-history-wrapper tbody > tr > td.col-check {
    height: 30px;
    margin-top: 15px;
    background: #808080;
    border-bottom: 1px solid #fff;
  }
  .table-block-wrapper tbody > tr > td.col-img, .table-vouchers-wrapper tbody > tr > td.col-img, .table-account-history-wrapper tbody > tr > td.col-img {
    width: 100%;
    padding: 0;
  }
}
.table-block-wrapper .col-check, .table-vouchers-wrapper .col-check, .table-account-history-wrapper .col-check {
  align-content: center;
  padding: 0;
}
.table-block-wrapper .col-check .inner-box, .table-vouchers-wrapper .col-check .inner-box, .table-account-history-wrapper .col-check .inner-box {
  height: inherit;
}
.table-block-wrapper .col-check .form-check, .table-vouchers-wrapper .col-check .form-check, .table-account-history-wrapper .col-check .form-check {
  margin: 0;
  padding: 0;
  padding-left: 2.25rem;
}
@media (max-width: 991.98px) {
  .table-block-wrapper .col-check .form-check, .table-vouchers-wrapper .col-check .form-check, .table-account-history-wrapper .col-check .form-check {
    height: 100%;
  }
}
.table-block-wrapper .col-check .form-check-input, .table-vouchers-wrapper .col-check .form-check-input, .table-account-history-wrapper .col-check .form-check-input {
  width: 21px;
  height: 21px;
  margin-top: 2px;
}
.table-block-wrapper .col-check .form-check-input:checked, .table-vouchers-wrapper .col-check .form-check-input:checked, .table-account-history-wrapper .col-check .form-check-input:checked {
  background-color: #DE0011;
  border-color: #DE0011;
}
@media (max-width: 991.98px) {
  .table-block-wrapper .col-check .form-check-input, .table-vouchers-wrapper .col-check .form-check-input, .table-account-history-wrapper .col-check .form-check-input {
    margin-top: 4px;
  }
}
.table-block-wrapper .col-name, .table-vouchers-wrapper .col-name, .table-account-history-wrapper .col-name {
  width: 310px;
}
@media (max-width: 991.98px) {
  .table-block-wrapper .col-name, .table-vouchers-wrapper .col-name, .table-account-history-wrapper .col-name {
    width: 100%;
  }
}
.table-block-wrapper .col-action, .table-vouchers-wrapper .col-action, .table-account-history-wrapper .col-action {
  width: 165px;
}
@media (max-width: 991.98px) {
  .table-block-wrapper .col-action, .table-vouchers-wrapper .col-action, .table-account-history-wrapper .col-action {
    width: 100%;
  }
}
.table-block-wrapper .col-au-info .badge-type, .table-vouchers-wrapper .col-au-info .badge-type, .table-account-history-wrapper .col-au-info .badge-type {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 20px;
  color: #707070;
  font-size: 13px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
}
.table-block-wrapper .col-au-info .price, .table-vouchers-wrapper .col-au-info .price, .table-account-history-wrapper .col-au-info .price {
  font-size: 18px;
  font-weight: 500;
}
.table-block-wrapper .col-au-info .price .text-over-reserve, .table-vouchers-wrapper .col-au-info .price .text-over-reserve, .table-account-history-wrapper .col-au-info .price .text-over-reserve {
  color: #4d4d4d;
}
.table-block-wrapper .col-au-info .au-label, .table-vouchers-wrapper .col-au-info .au-label, .table-account-history-wrapper .col-au-info .au-label {
  min-width: 144px;
}
.table-block-wrapper .btn.rounded-btn, .table-vouchers-wrapper .btn.rounded-btn, .table-account-history-wrapper .btn.rounded-btn {
  min-width: 135px;
}
@media (max-width: 991.98px) {
  .table-block-wrapper .auction-info-wrapper, .table-vouchers-wrapper .auction-info-wrapper, .table-account-history-wrapper .auction-info-wrapper {
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.04);
  }
  .table-block-wrapper .auction-info-wrapper .auction-info-item, .table-vouchers-wrapper .auction-info-wrapper .auction-info-item, .table-account-history-wrapper .auction-info-wrapper .auction-info-item {
    display: flex;
  }
  .table-block-wrapper .auction-info-wrapper .auction-info-item > dt, .table-vouchers-wrapper .auction-info-wrapper .auction-info-item > dt, .table-account-history-wrapper .auction-info-wrapper .auction-info-item > dt {
    width: 94px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    background: #808080;
    border-right: 1px solid #808080;
  }
  .table-block-wrapper .auction-info-wrapper .auction-info-item > dt .inner-box, .table-vouchers-wrapper .auction-info-wrapper .auction-info-item > dt .inner-box, .table-account-history-wrapper .auction-info-wrapper .auction-info-item > dt .inner-box {
    align-content: center;
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    margin: 0 5px;
    padding: 10px 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .table-block-wrapper .auction-info-wrapper .auction-info-item > dt .inner-box.inner-box--last, .table-vouchers-wrapper .auction-info-wrapper .auction-info-item > dt .inner-box.inner-box--last, .table-account-history-wrapper .auction-info-wrapper .auction-info-item > dt .inner-box.inner-box--last {
    border-bottom: none;
  }
  .table-block-wrapper .auction-info-wrapper .auction-info-item > dd, .table-vouchers-wrapper .auction-info-wrapper .auction-info-item > dd, .table-account-history-wrapper .auction-info-wrapper .auction-info-item > dd {
    flex: 1;
    margin: 0;
    padding: 15px;
    font-weight: 400;
  }
  .table-block-wrapper .auction-info-wrapper .row-img dt .inner-box, .table-vouchers-wrapper .auction-info-wrapper .row-img dt .inner-box, .table-account-history-wrapper .auction-info-wrapper .row-img dt .inner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
  .table-block-wrapper .auction-info-wrapper .row-img dd, .table-vouchers-wrapper .auction-info-wrapper .row-img dd, .table-account-history-wrapper .auction-info-wrapper .row-img dd {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-right: 2px;
  }
  .table-block-wrapper .auction-info-wrapper .row-img dd > a, .table-vouchers-wrapper .auction-info-wrapper .row-img dd > a, .table-account-history-wrapper .auction-info-wrapper .row-img dd > a {
    width: 116px;
  }
  .table-block-wrapper .auction-info-wrapper .row-img dd .reputation-light, .table-vouchers-wrapper .auction-info-wrapper .row-img dd .reputation-light, .table-account-history-wrapper .auction-info-wrapper .row-img dd .reputation-light {
    flex: 1;
  }
  .table-block-wrapper .auction-info-wrapper .row-name h6, .table-vouchers-wrapper .auction-info-wrapper .row-name h6, .table-account-history-wrapper .auction-info-wrapper .row-name h6 {
    font-size: 16px;
  }
  .table-block-wrapper .auction-info-wrapper .row-au-info .detail, .table-vouchers-wrapper .auction-info-wrapper .row-au-info .detail, .table-account-history-wrapper .auction-info-wrapper .row-au-info .detail {
    margin-bottom: 15px;
  }
  .table-block-wrapper .auction-info-wrapper .row-au-info .detail > div, .table-vouchers-wrapper .auction-info-wrapper .row-au-info .detail > div, .table-account-history-wrapper .auction-info-wrapper .row-au-info .detail > div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .table-block-wrapper .auction-info-wrapper .row-au-info .detail .price, .table-vouchers-wrapper .auction-info-wrapper .row-au-info .detail .price, .table-account-history-wrapper .auction-info-wrapper .row-au-info .detail .price {
    font-size: 16px;
  }
  .table-block-wrapper .auction-info-wrapper .row-au-info .datetime, .table-vouchers-wrapper .auction-info-wrapper .row-au-info .datetime, .table-account-history-wrapper .auction-info-wrapper .row-au-info .datetime {
    display: flex;
    gap: 20px;
  }
  .table-block-wrapper .col-action .auction-info-wrapper .auction-info-item dt .inner-box, .table-vouchers-wrapper .col-action .auction-info-wrapper .auction-info-item dt .inner-box, .table-account-history-wrapper .col-action .auction-info-wrapper .auction-info-item dt .inner-box {
    border: none;
  }
}
.table-block-wrapper .status-list, .table-vouchers-wrapper .status-list, .table-account-history-wrapper .status-list {
  margin-bottom: 0;
}
.table-block-wrapper .status-list .status-item, .table-vouchers-wrapper .status-list .status-item, .table-account-history-wrapper .status-list .status-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
}
@media (max-width: 991.98px) {
  .table-block-wrapper .status-list .status-item, .table-vouchers-wrapper .status-list .status-item, .table-account-history-wrapper .status-list .status-item {
    margin-bottom: 10px;
  }
}
.table-block-wrapper .status-list .status-item > dt, .table-vouchers-wrapper .status-list .status-item > dt, .table-account-history-wrapper .status-list .status-item > dt {
  font-weight: 400 !important;
  color: #4D4D4D !important;
  background: transparent !important;
  border: none !important;
}
@media (max-width: 991.98px) {
  .table-block-wrapper .status-list .status-item > dt, .table-vouchers-wrapper .status-list .status-item > dt, .table-account-history-wrapper .status-list .status-item > dt {
    width: fit-content !important;
  }
}
.table-block-wrapper .status-list .status-item > dd, .table-vouchers-wrapper .status-list .status-item > dd, .table-account-history-wrapper .status-list .status-item > dd {
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .table-block-wrapper .status-list.current-bid-status .status-item, .table-vouchers-wrapper .status-list.current-bid-status .status-item, .table-account-history-wrapper .status-list.current-bid-status .status-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.table-account-history-wrapper .col-date .auction-info-wrapper .auction-info-item dt .inner-box {
  border: none;
}

@media (max-width: 767.98px) {
  .pb-md-10 {
    padding-bottom: 10px;
  }
  /* messaging, reputation, address */
  .table-messaging-wrapper, .table-reputation-wrapper, .table-address-wrapper {
    border-bottom: 1px solid #707070;
    margin-top: 10px;
  }
  .table-messaging-wrapper tr, .table-reputation-wrapper tr, .table-address-wrapper tr {
    display: flex;
    flex-direction: column;
  }
  .table-messaging-wrapper td, .table-reputation-wrapper td, .table-address-wrapper td {
    width: 100% !important;
    padding: 5px 15px;
  }
  .table-messaging-wrapper td:not(:nth-last-child(2)), .table-reputation-wrapper td:not(:nth-last-child(2)), .table-address-wrapper td:not(:nth-last-child(2)) {
    border-bottom: none;
  }
  .table-messaging-wrapper .col-check, .table-reputation-wrapper .col-check, .table-address-wrapper .col-check {
    width: 100% !important;
  }
  .table-messaging-wrapper .col-check .form-check, .table-reputation-wrapper .col-check .form-check, .table-address-wrapper .col-check .form-check {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    justify-content: flex-start;
  }
  .table-messaging-wrapper .col-id, .table-reputation-wrapper .col-id, .table-address-wrapper .col-id {
    font-size: 16px;
  }
  .table-messaging-wrapper .col-id .md-show, .table-reputation-wrapper .col-id .md-show, .table-address-wrapper .col-id .md-show {
    display: inline-block;
  }
  .table-messaging-wrapper .col-title, .table-reputation-wrapper .col-title, .table-address-wrapper .col-title {
    font-size: 16px;
    padding-top: 15px;
  }
  .table-messaging-wrapper .col-title .topic-title, .table-reputation-wrapper .col-title .topic-title, .table-address-wrapper .col-title .topic-title {
    padding-bottom: 10px;
  }
  .table-messaging-wrapper .col-date, .table-reputation-wrapper .col-date, .table-address-wrapper .col-date {
    padding-bottom: 15px;
  }
  .table-messaging-wrapper .col-name, .table-reputation-wrapper .col-name, .table-address-wrapper .col-name {
    text-align: right;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .table-messaging-wrapper .thead-light, .table-reputation-wrapper .thead-light, .table-address-wrapper .thead-light {
    display: none;
  }
  .table-reputation-wrapper .col-separator {
    position: relative;
    padding-top: 45px;
  }
  .table-reputation-wrapper .col-separator::before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #808080;
  }
  .table-message-item-wrapper {
    display: flex;
  }
  .table-message-item-wrapper thead {
    display: none;
  }
  .table-message-item-wrapper tbody {
    width: 100%;
  }
  .table-message-item-wrapper tbody tr {
    width: 100%;
    display: block;
  }
  .table-message-item-wrapper tbody td {
    padding: 0;
    display: flex;
    width: 100% !important;
  }
  .table-message-item-wrapper tbody td .sp-show {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #808080;
    color: #fff;
    width: 94px;
    flex-shrink: 0;
    padding: 0 7px;
  }
  .table-message-item-wrapper tbody td > div:not(.sp-show) {
    width: 100%;
    padding: 10px 0;
  }
  .table-message-item-wrapper tbody td dl, .table-message-item-wrapper tbody td dd {
    margin: 0;
  }
  .table-message-item-wrapper tbody td:not(:last-child) .sp-show {
    position: relative;
  }
  .table-message-item-wrapper tbody td:not(:last-child) .sp-show::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 7px;
    width: calc(100% - 14px);
    height: 1px;
    background: #fff;
  }
  .table-message-item-wrapper tbody .message-item-name {
    text-align: center !important;
  }
  .table-address-wrapper td > small {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
  .table-address-wrapper td > div.mt-1 {
    margin-bottom: 10px;
  }
  .table-address-wrapper .table-address-padding {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
}
.listings-browse .sidebar-content,
.stores-browse .sidebar-content {
  padding: 1rem;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.listings-browse .main-content,
.stores-browse .main-content {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.listings-browse .category-breadcrumbs,
.stores-browse .category-breadcrumbs {
  font-weight: 500;
}
.listings-browse .pagination,
.stores-browse .pagination {
  margin-bottom: 0.5rem;
}

/* フィルターセレクト（browse-filter-select.phtml） */
.filter-select-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #D0CECE;
  border-radius: 5px;
}
.filter-select-wrapper:has(.filter-select:focus) {
  outline: 1px solid #00A27E;
}
@media (max-width: 991.98px) {
  .filter-select-wrapper {
    width: 100%;
  }
}
.filter-select-wrapper .filter-label {
  padding: 10px;
  color: #4D4D4D;
  text-align: center;
  background: #F3F3F3;
  border-right: 1px solid #D0CECE;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 991.98px) {
  .filter-select-wrapper .filter-label {
    min-width: 91px;
  }
}
.filter-select-wrapper .filter-select {
  appearance: none;
  padding: 10px;
  padding-right: 30px;
  color: #242424;
  background: url("../images/bi_chevron-down.svg") center right 10px no-repeat;
  background-size: 13px auto;
  border: none;
  border-radius: 0 5px 5px 0;
}
.filter-select-wrapper .filter-select:focus {
  outline: none;
}
@media (max-width: 991.98px) {
  .filter-select-wrapper .filter-select {
    flex: 1;
  }
}

.invoices-browse, .selling-browse, .buying-browse {
  /* フィルター検索 */
}
.invoices-browse .filter-wrapper, .selling-browse .filter-wrapper, .buying-browse .filter-wrapper {
  padding: 15px 30px 20px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1199.98px) {
  .invoices-browse .filter-wrapper, .selling-browse .filter-wrapper, .buying-browse .filter-wrapper {
    padding: 0;
  }
}
.invoices-browse .filter-wrapper .filter-message, .selling-browse .filter-wrapper .filter-message, .buying-browse .filter-wrapper .filter-message {
  display: flex;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .invoices-browse .filter-wrapper .filter-message, .selling-browse .filter-wrapper .filter-message, .buying-browse .filter-wrapper .filter-message {
    display: none;
  }
  .invoices-browse .filter-wrapper .filter-message.lg-show, .selling-browse .filter-wrapper .filter-message.lg-show, .buying-browse .filter-wrapper .filter-message.lg-show {
    display: block;
    margin: 0;
    padding: 0 20px 20px;
    font-size: 14px;
  }
}
.invoices-browse .filter-wrapper .filter-message .text-alert, .selling-browse .filter-wrapper .filter-message .text-alert, .buying-browse .filter-wrapper .filter-message .text-alert {
  flex: 1;
  margin-left: 7px;
  font-weight: 400;
  color: #DE0011;
}
.invoices-browse .filter-wrapper .form-control,
.invoices-browse .filter-wrapper .form-select,
.invoices-browse .filter-wrapper .form-check-input, .selling-browse .filter-wrapper .form-control,
.selling-browse .filter-wrapper .form-select,
.selling-browse .filter-wrapper .form-check-input, .buying-browse .filter-wrapper .form-control,
.buying-browse .filter-wrapper .form-select,
.buying-browse .filter-wrapper .form-check-input {
  min-height: 42px;
  font-size: 14px;
  border: 1px solid #D0CECE;
}
.invoices-browse .filter-wrapper .form-control.input-small,
.invoices-browse .filter-wrapper .form-select.input-small,
.invoices-browse .filter-wrapper .form-check-input.input-small, .selling-browse .filter-wrapper .form-control.input-small,
.selling-browse .filter-wrapper .form-select.input-small,
.selling-browse .filter-wrapper .form-check-input.input-small, .buying-browse .filter-wrapper .form-control.input-small,
.buying-browse .filter-wrapper .form-select.input-small,
.buying-browse .filter-wrapper .form-check-input.input-small {
  width: 110px;
}
@media (max-width: 1399.98px) {
  .invoices-browse .filter-wrapper .form-control.input-small,
  .invoices-browse .filter-wrapper .form-select.input-small,
  .invoices-browse .filter-wrapper .form-check-input.input-small, .selling-browse .filter-wrapper .form-control.input-small,
  .selling-browse .filter-wrapper .form-select.input-small,
  .selling-browse .filter-wrapper .form-check-input.input-small, .buying-browse .filter-wrapper .form-control.input-small,
  .buying-browse .filter-wrapper .form-select.input-small,
  .buying-browse .filter-wrapper .form-check-input.input-small {
    width: 100px;
  }
}
.invoices-browse .filter-wrapper .form-control.input-default,
.invoices-browse .filter-wrapper .form-select.input-default,
.invoices-browse .filter-wrapper .form-check-input.input-default, .selling-browse .filter-wrapper .form-control.input-default,
.selling-browse .filter-wrapper .form-select.input-default,
.selling-browse .filter-wrapper .form-check-input.input-default, .buying-browse .filter-wrapper .form-control.input-default,
.buying-browse .filter-wrapper .form-select.input-default,
.buying-browse .filter-wrapper .form-check-input.input-default {
  width: 174px;
}
.invoices-browse .filter-wrapper .form-control.input-large,
.invoices-browse .filter-wrapper .form-select.input-large,
.invoices-browse .filter-wrapper .form-check-input.input-large, .selling-browse .filter-wrapper .form-control.input-large,
.selling-browse .filter-wrapper .form-select.input-large,
.selling-browse .filter-wrapper .form-check-input.input-large, .buying-browse .filter-wrapper .form-control.input-large,
.buying-browse .filter-wrapper .form-select.input-large,
.buying-browse .filter-wrapper .form-check-input.input-large {
  width: 240px;
}
@media (max-width: 1399.98px) {
  .invoices-browse .filter-wrapper .form-control.input-large,
  .invoices-browse .filter-wrapper .form-select.input-large,
  .invoices-browse .filter-wrapper .form-check-input.input-large, .selling-browse .filter-wrapper .form-control.input-large,
  .selling-browse .filter-wrapper .form-select.input-large,
  .selling-browse .filter-wrapper .form-check-input.input-large, .buying-browse .filter-wrapper .form-control.input-large,
  .buying-browse .filter-wrapper .form-select.input-large,
  .buying-browse .filter-wrapper .form-check-input.input-large {
    width: 150px;
  }
}
.invoices-browse .filter-wrapper .form-control::placeholder,
.invoices-browse .filter-wrapper .form-select::placeholder,
.invoices-browse .filter-wrapper .form-check-input::placeholder, .selling-browse .filter-wrapper .form-control::placeholder,
.selling-browse .filter-wrapper .form-select::placeholder,
.selling-browse .filter-wrapper .form-check-input::placeholder, .buying-browse .filter-wrapper .form-control::placeholder,
.buying-browse .filter-wrapper .form-select::placeholder,
.buying-browse .filter-wrapper .form-check-input::placeholder {
  color: #808080;
}
.invoices-browse .filter-wrapper .form-control:focus,
.invoices-browse .filter-wrapper .form-select:focus,
.invoices-browse .filter-wrapper .form-check-input:focus, .selling-browse .filter-wrapper .form-control:focus,
.selling-browse .filter-wrapper .form-select:focus,
.selling-browse .filter-wrapper .form-check-input:focus, .buying-browse .filter-wrapper .form-control:focus,
.buying-browse .filter-wrapper .form-select:focus,
.buying-browse .filter-wrapper .form-check-input:focus {
  box-shadow: none !important;
  border: 1px solid #00A27E;
}
.invoices-browse .filter-wrapper .form-control:not(:placeholder-shown),
.invoices-browse .filter-wrapper .form-select:not(:placeholder-shown),
.invoices-browse .filter-wrapper .form-check-input:not(:placeholder-shown), .selling-browse .filter-wrapper .form-control:not(:placeholder-shown),
.selling-browse .filter-wrapper .form-select:not(:placeholder-shown),
.selling-browse .filter-wrapper .form-check-input:not(:placeholder-shown), .buying-browse .filter-wrapper .form-control:not(:placeholder-shown),
.buying-browse .filter-wrapper .form-select:not(:placeholder-shown),
.buying-browse .filter-wrapper .form-check-input:not(:placeholder-shown) {
  background: #F2F8F4 !important;
  border: 1px solid #00A27E;
}
.invoices-browse .filter-wrapper .form-floating > .form-control::placeholder, .selling-browse .filter-wrapper .form-floating > .form-control::placeholder, .buying-browse .filter-wrapper .form-floating > .form-control::placeholder {
  color: transparent;
}
.invoices-browse .filter-wrapper .navbar-inline-filter, .selling-browse .filter-wrapper .navbar-inline-filter, .buying-browse .filter-wrapper .navbar-inline-filter {
  justify-content: flex-start;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .invoices-browse .filter-wrapper .navbar-inline-filter.navbar-inline-filter-hidden-mobile, .selling-browse .filter-wrapper .navbar-inline-filter.navbar-inline-filter-hidden-mobile, .buying-browse .filter-wrapper .navbar-inline-filter.navbar-inline-filter-hidden-mobile {
    display: none;
  }
}
.invoices-browse .filter-wrapper .navbar-inline-filter form, .selling-browse .filter-wrapper .navbar-inline-filter form, .buying-browse .filter-wrapper .navbar-inline-filter form {
  gap: 10px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .invoices-browse .filter-wrapper .navbar-inline-filter form, .selling-browse .filter-wrapper .navbar-inline-filter form, .buying-browse .filter-wrapper .navbar-inline-filter form {
    flex-direction: column;
    width: 100%;
    padding: 10px 20px 30px;
  }
}
@media (max-width: 1199.98px) {
  .invoices-browse .filter-wrapper .navbar-inline-filter form .form-floating, .invoices-browse .filter-wrapper .navbar-inline-filter form .has-icons, .selling-browse .filter-wrapper .navbar-inline-filter form .form-floating, .selling-browse .filter-wrapper .navbar-inline-filter form .has-icons, .buying-browse .filter-wrapper .navbar-inline-filter form .form-floating, .buying-browse .filter-wrapper .navbar-inline-filter form .has-icons {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .invoices-browse .filter-wrapper .navbar-inline-filter form input.form-control, .selling-browse .filter-wrapper .navbar-inline-filter form input.form-control, .buying-browse .filter-wrapper .navbar-inline-filter form input.form-control {
    width: 100% !important;
  }
}
.invoices-browse .filter-wrapper .navbar-inline-filter form .form-floating > label, .selling-browse .filter-wrapper .navbar-inline-filter form .form-floating > label, .buying-browse .filter-wrapper .navbar-inline-filter form .form-floating > label {
  top: 3px;
  letter-spacing: normal;
}
@media (max-width: 1199.98px) {
  .invoices-browse .filter-wrapper .navbar-inline-filter form .from-to-icon, .selling-browse .filter-wrapper .navbar-inline-filter form .from-to-icon, .buying-browse .filter-wrapper .navbar-inline-filter form .from-to-icon {
    transform: rotate(90deg);
  }
}
.invoices-browse .filter-wrapper .rounded-btn, .selling-browse .filter-wrapper .rounded-btn, .buying-browse .filter-wrapper .rounded-btn {
  min-width: 100px;
}
@media (max-width: 1199.98px) {
  .invoices-browse .filter-wrapper .rounded-btn, .selling-browse .filter-wrapper .rounded-btn, .buying-browse .filter-wrapper .rounded-btn {
    margin-top: 10px;
  }
}
.invoices-browse, .selling-browse, .buying-browse {
  /* 絞り込みアコーディオン */
}
@media (max-width: 1199.98px) {
  .invoices-browse .accordion-button, .selling-browse .accordion-button, .buying-browse .accordion-button {
    justify-content: center;
    padding: 10px 20px;
    color: #242424;
    font-size: 18px;
    font-weight: bold;
  }
}
.invoices-browse, .selling-browse, .buying-browse {
  /* 検索結果 */
}
.invoices-browse .filter-result, .selling-browse .filter-result, .buying-browse .filter-result {
  margin-bottom: 30px;
  padding: 20px 30px;
  color: #242424;
  font-size: 18px;
  border: 1px solid #707070;
}
@media (max-width: 1199.98px) {
  .invoices-browse .filter-result, .selling-browse .filter-result, .buying-browse .filter-result {
    padding: 15px 25px;
  }
}
.invoices-browse .h4, .selling-browse .h4, .buying-browse .h4 {
  color: #242424;
}
@media (max-width: 991.98px) {
  .invoices-browse .h4, .selling-browse .h4, .buying-browse .h4 {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
  }
}

/* 出品、入札中 */
.selling-browse .filter-container, .buying-browse .filter-container {
  display: flex;
  gap: 25px;
}
@media (max-width: 1199.98px) {
  .selling-browse .filter-container, .buying-browse .filter-container {
    flex-direction: column;
    gap: 0;
  }
}
.selling-browse .filter-wrapper:first-child, .buying-browse .filter-wrapper:first-child {
  flex: 1;
}
.selling-browse .filter-sort, .buying-browse .filter-sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
@media (max-width: 1199.98px) {
  .selling-browse .filter-sort, .buying-browse .filter-sort {
    justify-content: center;
    padding: 10px 20px 30px;
    gap: 30px 20px;
  }
}
@media (max-width: 991.98px) {
  .selling-browse .filter-sort, .buying-browse .filter-sort {
    width: fit-content;
    margin: 0 auto;
    flex-direction: column;
    padding: 15px 20px 20px 10px;
  }
  .selling-browse .filter-sort > div, .buying-browse .filter-sort > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .selling-browse .filter-sort > div .filter-title, .buying-browse .filter-sort > div .filter-title {
    width: 60px;
    margin-right: 10px;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
  }
  .selling-browse .filter-sort > div .btn-toolbar, .buying-browse .filter-sort > div .btn-toolbar {
    flex: 1;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .selling-browse .filter-sort-hidden-mobile, .buying-browse .filter-sort-hidden-mobile {
    display: none;
  }
}
.selling-browse .filter-title, .buying-browse .filter-title {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .selling-browse .filter-title, .buying-browse .filter-title {
    padding-top: 11px;
    margin: 0;
  }
}

/* ストア */
.store-browse-wrapper .store-header {
  margin-bottom: 30px;
}
.store-browse-wrapper .store-name-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .store-browse-wrapper .store-name-wrapper {
    margin-bottom: 20px;
  }
}
.store-browse-wrapper .store-name-wrapper .heading {
  margin-bottom: 0;
  padding: 10px 30px;
  font-size: 30px;
  border: none;
  background: #fff;
}
@media (max-width: 767.98px) {
  .store-browse-wrapper .store-catch-wrapper {
    margin-bottom: 15px;
    border-bottom: 1px solid #BFBFBF;
  }
}
@media (max-width: 767.98px) {
  .store-browse-wrapper .store-catch-wrapper .img-fluid {
    max-width: 115px;
  }
}
.store-browse-wrapper .user-info-box {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #BFBFBF;
}
@media (max-width: 767.98px) {
  .store-browse-wrapper .user-info-box {
    margin-bottom: 0;
    border: none;
  }
  .store-browse-wrapper .user-info-box li {
    margin-bottom: 15px;
  }
}
.store-browse-wrapper .sns-link-wrapper {
  margin-top: 20px;
}
.store-browse-wrapper .navbar {
  padding: 15px 30px;
  background: #707070;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .store-browse-wrapper .navbar {
    padding: 10px 15px;
  }
}
.store-browse-wrapper .navbar a {
  color: #fff;
}
.store-browse-wrapper .navbar .navbar-brand {
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .store-browse-wrapper .navbar .navbar-brand {
    margin: 0 auto 0 10px;
    font-size: 16px;
  }
}
.store-browse-wrapper .navbar .navbar-toggler {
  padding: 3px;
  border: none;
}
.store-browse-wrapper .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.store-browse-wrapper .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: 0.2s;
}
.store-browse-wrapper .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='round'%3E%3Cpath d='M3 3l10 10M13 3L3 13'/%3E%3C/svg%3E");
}
.store-browse-wrapper .navbar .navbar-nav {
  margin-left: auto;
  margin-right: 25px;
}
@media (max-width: 991.98px) {
  .store-browse-wrapper .navbar .navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    flex-direction: column;
  }
}
.store-browse-wrapper .navbar .navbar-nav .nav-item {
  padding: 0 20px;
  border-left: 1px solid #fff;
}
.store-browse-wrapper .navbar .navbar-nav .nav-item:last-child {
  border-right: 1px solid #fff;
}
@media (max-width: 991.98px) {
  .store-browse-wrapper .navbar .navbar-nav .nav-item {
    border: none;
  }
  .store-browse-wrapper .navbar .navbar-nav .nav-item:last-child {
    border-right: none;
  }
}
.store-browse-wrapper .navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
}
.store-browse-wrapper .navbar .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .store-browse-wrapper .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
  }
}
.store-browse-wrapper .add-favorite {
  font-size: 14px;
  color: #808080 !important;
  background: #EAE9E9;
  border: 2px solid #fff;
  border-radius: 18px;
}
@media (max-width: 991.98px) {
  .store-browse-wrapper .add-favorite.md-show {
    display: flex;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 18px;
  }
}
.store-browse-wrapper .add-favorite .icon {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: #808080;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url(../images/icon_favorite.svg);
  mask-size: 14px auto;
  transition: 0.2s;
}
.store-browse-wrapper .add-favorite.active {
  color: #fff !important;
  background: #FD6E7A;
}
.store-browse-wrapper .add-favorite.active .icon {
  background: #fff;
  mask-image: url(../images/icon_favorite_white.svg);
}
.store-browse-wrapper .add-favorite:hover {
  background: #F7BFC3;
  color: #DE0011 !important;
}
.store-browse-wrapper .add-favorite:hover .icon {
  background: #DE0011;
}
.store-browse-wrapper .listings-browse-wrapper .breadcrumb-wrapper, .store-browse-wrapper .listings-browse-wrapper .page-title {
  display: none;
}

/* メッセージ、評価一覧、住所録 */
.messaging-browse .buttons-sticky-bottom--top, .reputation-browse .buttons-sticky-bottom--top, .address-book-wrapper .buttons-sticky-bottom--top {
  padding-top: 8px;
  padding-bottom: 8px;
}
.messaging-browse .buttons-sticky-bottom--top.archive-page, .reputation-browse .buttons-sticky-bottom--top.archive-page, .address-book-wrapper .buttons-sticky-bottom--top.archive-page {
  background-color: transparent;
  padding: 0 !important;
  border-bottom: none;
  position: initial;
}
.messaging-browse .buttons-sticky-bottom--top.archive-page .sticky-none, .reputation-browse .buttons-sticky-bottom--top.archive-page .sticky-none, .address-book-wrapper .buttons-sticky-bottom--top.archive-page .sticky-none {
  display: none !important;
}
.messaging-browse .table-heading, .reputation-browse .table-heading, .address-book-wrapper .table-heading {
  flex-wrap: wrap;
  white-space: wrap;
}
.messaging-browse .table-heading .form-check, .reputation-browse .table-heading .form-check, .address-book-wrapper .table-heading .form-check {
  display: none;
}
.messaging-browse .table-heading .d-flex .form-check:not(:last-child)::after, .reputation-browse .table-heading .d-flex .form-check:not(:last-child)::after, .address-book-wrapper .table-heading .d-flex .form-check:not(:last-child)::after {
  content: none;
}
.messaging-browse .search-block, .reputation-browse .search-block, .address-book-wrapper .search-block {
  gap: 15px;
}
.messaging-browse .search-block input[name=keywords], .reputation-browse .search-block input[name=keywords], .address-book-wrapper .search-block input[name=keywords] {
  height: 100%;
}
.messaging-browse .search-block input.form-control::placeholder, .reputation-browse .search-block input.form-control::placeholder, .address-book-wrapper .search-block input.form-control::placeholder {
  color: #808080;
}
.messaging-browse .search-block input.form-control:not(:placeholder-shown), .reputation-browse .search-block input.form-control:not(:placeholder-shown), .address-book-wrapper .search-block input.form-control:not(:placeholder-shown) {
  background-color: #F2F8F4;
  border: 1px solid #00A27E;
}
.messaging-browse .search-block input.form-control:focus, .reputation-browse .search-block input.form-control:focus, .address-book-wrapper .search-block input.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #00A27E;
}
.messaging-browse .search-block label, .reputation-browse .search-block label, .address-book-wrapper .search-block label {
  display: none;
}

.message-area {
  padding: 35px 50px 50px;
}
.message-area .subtitle {
  font-weight: bold;
  border-bottom: none;
}
.message-area .message-board {
  border-color: #BFBFBF !important;
  padding: 30px;
}
.message-area .message-board .reputation-score {
  display: none;
}
.message-area .message-board .message-board-list {
  margin-bottom: 0;
}
.message-area .message-board .message-board-list--question .message-content {
  background-color: #E4F1E9 !important;
}
.message-area .message-board .message-board-list--question .message-content--answer {
  background-color: #F3F3F3 !important;
}
.message-area .message-board .message-board-list:not(:last-of-type) {
  margin-bottom: 5px;
}
.message-area .message-board .message-content {
  background-color: #F3F3F3;
  padding: 25px 30px 30px;
  margin-top: 8px;
}
.message-area .message-board .message-content p {
  margin-bottom: 0;
}
.message-area .message-board .message-info {
  gap: 20px;
}
.message-area .message-board .message-info .text-muted {
  color: #808080 !important;
}
.message-area input.btn {
  display: inline-block;
  min-width: 82px;
  padding: 10px 13px 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #005D48;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: 0.2s;
  cursor: pointer;
}
@media (hover: hover) {
  .message-area input.btn:hover {
    background: #00A27E;
  }
}
.message-area input.btn:hover {
  color: #fff;
}

.blocked-users-browse .search-block, .vouchers-wrapper .search-block, .account-history-wrapper .search-block {
  gap: 15px;
}
.blocked-users-browse .search-block input[name=blocked_value], .blocked-users-browse .search-block input[name=code], .blocked-users-browse .search-block input[name=keywords], .blocked-users-browse .search-block input[name=date_from], .blocked-users-browse .search-block input[name=date_to], .vouchers-wrapper .search-block input[name=blocked_value], .vouchers-wrapper .search-block input[name=code], .vouchers-wrapper .search-block input[name=keywords], .vouchers-wrapper .search-block input[name=date_from], .vouchers-wrapper .search-block input[name=date_to], .account-history-wrapper .search-block input[name=blocked_value], .account-history-wrapper .search-block input[name=code], .account-history-wrapper .search-block input[name=keywords], .account-history-wrapper .search-block input[name=date_from], .account-history-wrapper .search-block input[name=date_to] {
  height: 100%;
}
.blocked-users-browse .search-block input.form-control::placeholder, .vouchers-wrapper .search-block input.form-control::placeholder, .account-history-wrapper .search-block input.form-control::placeholder {
  color: #808080;
}
.blocked-users-browse .search-block input.form-control:not(:placeholder-shown), .vouchers-wrapper .search-block input.form-control:not(:placeholder-shown), .account-history-wrapper .search-block input.form-control:not(:placeholder-shown) {
  background-color: #F2F8F4;
  border: 1px solid #00A27E;
}
.blocked-users-browse .search-block input.form-control:focus, .vouchers-wrapper .search-block input.form-control:focus, .account-history-wrapper .search-block input.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #00A27E;
}
.blocked-users-browse .search-block label, .vouchers-wrapper .search-block label, .account-history-wrapper .search-block label {
  display: none;
}

@media (max-width: 767.98px) {
  /* メッセージ、評価一覧、住所録 */
  .messaging-browse .w-md-100, .reputation-browse .w-md-100, .address-book-wrapper .w-md-100 {
    width: 100%;
  }
  .messaging-browse .table-heading, .reputation-browse .table-heading, .address-book-wrapper .table-heading {
    border-bottom: none;
    gap: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .messaging-browse .table-heading .form-check, .reputation-browse .table-heading .form-check, .address-book-wrapper .table-heading .form-check {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .messaging-browse .table-heading .form-check input[type=checkbox], .reputation-browse .table-heading .form-check input[type=checkbox], .address-book-wrapper .table-heading .form-check input[type=checkbox] {
    margin: 0;
    width: 21px;
    height: 21px;
  }
  .messaging-browse .table-heading .form-check input[type=checkbox]:checked, .reputation-browse .table-heading .form-check input[type=checkbox]:checked, .address-book-wrapper .table-heading .form-check input[type=checkbox]:checked {
    background-color: #DE0011;
    border-color: #DE0011;
  }
  .messaging-browse .message-pagination, .reputation-browse .message-pagination, .address-book-wrapper .message-pagination {
    justify-content: flex-end !important;
  }
  .messaging-browse .message-block, .reputation-browse .message-block, .address-book-wrapper .message-block {
    display: none;
  }
  .messaging-browse .search-block, .reputation-browse .search-block, .address-book-wrapper .search-block {
    flex-flow: row nowrap;
  }
  .messaging-browse .search-block .form-floating, .reputation-browse .search-block .form-floating, .address-book-wrapper .search-block .form-floating {
    width: 100%;
  }
  .message-area {
    padding: 23px 12px 35px;
  }
  .message-area .message-board {
    padding: 20px 12px;
  }
  .message-area .message-board .message-content {
    padding: 15px;
  }
  .message-area .message-board .message-info {
    display: block !important;
  }
  .message-area input.btn {
    margin-left: 18px;
    margin-right: 18px;
  }
  .blocked-users-browse .search-block, .vouchers-wrapper .search-block, .account-history-wrapper .search-block {
    flex-flow: row nowrap;
  }
  .blocked-users-browse .search-block .form-floating, .vouchers-wrapper .search-block .form-floating, .account-history-wrapper .search-block .form-floating {
    width: 100%;
  }
  .vouchers-wrapper .navbar {
    row-gap: 15px;
  }
  .account-history-wrapper .search-block {
    flex-flow: row wrap;
  }
  .account-history-wrapper .search-block > .has-icons {
    width: 100%;
  }
  .account-history-wrapper .search-block > .has-icons > input {
    width: 100%;
  }
}/*# sourceMappingURL=theme_temp.css.map */