main {
  font-size: inherit;
  color: #333;
}

.btn-success {
  background-color: #2f8721 !important;
  border-color: #2f8721 !important;
}

.btn-success:hover,
.btn-success:focus {
  background-color: rgba(47, 135, 33, 0.9) !important;
}

.btn-success:active {
  background-color: #256C1A !important;
  border-color: #256C1A !important;
}

.home-link,
.home-link--small {
  font-size: 1rem;
  font-weight: normal;
  color: #3377BB;
  cursor: pointer !important;
  background: none;
  border: none;
  padding: 0;
  outline: none !important;
  -webkit-text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  -moz-text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  text-decoration: underline 2px rgba(0, 0, 0, 0) !important;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.home-link--small {
  font-size: 0.875rem;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.home-link:hover,
.home-link--small:hover {
  color: #16589b;
  -webkit-text-decoration-color: #16589b !important;
  -moz-text-decoration-color: #16589b !important;
  text-decoration-color: #16589b !important;
}

.home-link:focus,
.home-link--small:focus {
  color: #16589b;
  -webkit-text-decoration-color: #16589b !important;
  -moz-text-decoration-color: #16589b !important;
  text-decoration-color: #16589b !important;
}

.home-text-wrap {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  font-size: inherit;
  color: #333;
}

.home-main-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-main__state--wrapper,
.home-main__category--wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc(25% - 1rem), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(-moz-calc(25% - 1rem), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc(25% - 1rem), 1fr));
  gap: 1rem;
}

.home-main__state--wrapper ul,
.home-main__category--wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home-main__top-forty--subheading {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: normal;
  color: #333;
}

.home-main__top-forty--wrapper {
  position: relative;
}

.home-main__top-forty--view-all-images {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-main__top-forty--view-all-images--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.home-main__top-forty--view-all-images--icon {
  font-size: 3rem;
}

.home-main__top-forty--view-all-images--text {
  display: block;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 2rem;
}

.home-main--top-five ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Ad */
.home-right-Ads {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  max-width: 230px;
}

.home-right-Ads__online {
  padding: 0.5rem 0 0 0;
  margin: 0.25rem 0;
  background-color: #f7f7f7;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.home-right-Ads__online a {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.home-right-Ads__advertise,
.home-bottom-Ads__advertise {
  margin: 0 auto 0.5rem auto;
  text-align: center;
}

.home-right-Ads__online h4,
.home-bottom-Ads__online h4 {
  font-size: 1.125rem !important;
}

.home-bottom-Ads__online {
  margin: 0.25rem 0;
  text-align: center;
}

.home-right-Ads img {
  width: 230px;
  display: inline-block;
}

.home-bottom-Ads {
  display: none;
}

/* Tooltip */
.tooltip-inner {
  background-color: #333 !important;
  color: #fff;
}

.tooltip .arrow {
  border-style: none !important;
  border-top-color: #333 !important;
  top: 100%;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 0 !important;
  margin: 0.4rem 0 !important;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  top: 100%;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.tooltip .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #333 !important;
}

.tooltip .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #333 !important;
}

@media only screen and (max-width: 991px) {
  .home {
    gap: 1rem;
  }

  .home-right-Ads {
    max-width: 220px;
  }

  .home-right-Ads img {
    width: 220px;
    display: inline-block;
  }

  .home-main__top-forty--view-all-images {
    width: 50%;
    height: 25%;
  }

  .home-main__top-forty--view-all-images--text {
    padding: 1rem 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .home-bottom-Ads {
    display: block;
  }

  .home-right-Ads {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .home-main__state--wrapper,
  .home-main__category--wrapper {
    grid-template-columns: repeat(auto-fill, minmax(-webkit-calc(50% - 1rem), 1fr));
    grid-template-columns: repeat(auto-fill, minmax(-moz-calc(50% - 1rem), 1fr));
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 0;
  }

  .home-main__state--col-one,
  .home-main__category--col-one {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .home-main__state--col-two,
  .home-main__category--col-two {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .home-main__state--col-three,
  .home-main__category--col-three {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .home-main__state--col-four,
  .home-main__category--col-four {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .home-main-heading--two {
    text-align: center;
  }

  .home-main__prices-realized h2 a,
  .home-main__auc-of-the-week h2 a {
    display: block;
    margin: 0 !important;
  }
}