.page-template-transact-section-hide {
  /* hides the transact section of the footer */
  display: none;
}
.breadcrumb__container {
  border-bottom: 2px solid var(--light-grey);
}
.option-butn__link-container {
  margin-top: 10px;
}
.selling__overview-butn {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.selling__image-details-container {
  margin-left: 75px;
}
@media (max-width: 991px) {
  .selling__image-details-container {
    margin-left: 0;
  }
}
.selling__image-details-text {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 0;
  font-size: 0.9rem;
}
.selling__image-details-text.selling__image-details-text--title {
  color: var(--secondary);
  letter-spacing: 0.1rem;
}
.selling__image-details-text.selling__image-details-text--hammered {
  color: var(--primary);
  font-family: var(--font-gill-sans-medium);
  letter-spacing: 0.1rem;
}

.selling__image-details-link {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .selling__valuations-intro-container {
    padding: 50px 150px;
  }
}
/* .selling__valuations-action-box--left {
  margin-left: 75px;
}
.selling__valuations-action-box--rigth {
  margin-right: 75px;
} */
.selling__valuations-action-box {
  background-color: var(--secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px 25px 20px;
  width: 100%;
  min-height: 270px;
}
@media (max-width: 991px) {
  .selling__valuations-action-box.selling__valuations-action-box--left {
    margin-bottom: 15px;
  }
}
.selling__valuations-title,
.selling__valuations-instructions {
  color: white;
  text-align: center;
  font-family: var(--font-coinage-caps-kruger-gray);
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.selling__valuations-title {
  font-size: 2rem;
}
.selling__valuations-instructions {
  font-size: 1.1rem;
}
.selling__valuations-butn {
  font-size: 1.5rem;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.selling__primary-accordion-container {
  margin: 36px 75px;
}
/* note:: Carousels */
.forthcoming-carousel__card-butn {
  font-size: 0.8rem;
}
[data-carousel-model="noon-carousel-static-content"]
  .card-component.achievements-carousel__card {
  min-height: 410px;
}
.achievements-carousel__text {
  font-size: 0.9rem;
}
.footer-sell {
  background-color: var(--secondary);
}
.footer-sell p.footer-transact-title,
.footer-buy p.footer-transact-title {
  color: var(--primary);
}
.footer-transact-text {
  height: 155px;
}

footer .footer-buysell-row {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-buysell-row .butn--primary {
    margin-top: 20px;
  }
}
