body {
  font-family: inherit;
}

#promo {
  /*padding: 20px;
  background-image: url("../../assets/img/Coins_Far.jpg");
  background-size: cover;*/
}

#promo p {
  font-size: 30px;
}

#promo-1 {
  padding: 20px;
  background: linear-gradient(0deg, rgba(155,142,196,1) 0%, rgba(74,63,107,1) 100%);
}

@media (min-width: 768px) {
  #promo {
    padding: 0px;
  }
}

.jumbotron {
  padding: 4rem 2rem;
  background-color: var(--bs-light);
  border-radius: .3rem;
}

#promo .jumbotron {
  border-radius: 20px;
  padding: 0px 0px 0px 0px !important;
  background-color: rgba(255,255,255,0.75);
  margin: 0 auto;
}

#promo-1 .jumbotron {
  border-radius: 20px;
  padding: 20px;
  background-color: rgba(255,255,255,0);
  max-width: 800px;
  margin: 0 auto ;
}

@media (min-width: 768px) {
  #promo .jumbotron {
    padding: 40px;
  }
}

.site-section {
  text-align: center;
  padding: 20px 0 60px;
  padding-bottom: 70px;
}

.site-section h1 {
  font-family: 'Noto Serif Display';
  font-weight: 800;
  color: #4A3F6B;
  margin-bottom: 30px;
  margin-top: 60px;
}

.site-section h2 {
  font-family: 'Noto Serif Display';
  font-weight: 800;
  color: #4A3F6B;
}

#Welcome p {
  max-width: 600px;
  font-size: 20px;
  margin: 0 auto;
}

#why .item svg {
  font-size: 100px;
  padding: 10px;
  color: #4A3F6B;
}

#why .item {
  margin-top: 42px;
}

#why .item h2 {
  font-weight: 800;
  color: #4A3F6B;
  margin-top: 13px;
}
#why h1 {
  font-weight: 800;
  color: #4A3F6B;
  margin-top: 13px;
}

#why p {
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Noto Serif Display';
  font-weight: 800;
  line-height: 150%;
  color: #4A3F6B;
}

.dark-section {
  background-color: #F3F0F9;
}
.sell-to-us{
  padding-left:100px;
  padding-right:100px;
}

.sell-to-us p{
  margin-top: 20px;
  font-family: 'Roboto' !important;
  font-weight: 400 !important;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255,255,255,0.9);
  background-color: #4A3F6B;
}

.gallery-image {
  padding: 20px;
}

#lightbox-form{
  position: fixed;
  z-index: 10000;
  top:0;
  left:0;
  height:100%;
  width: 100%;
  background-color:rgba(0,0,0,.8);
  display:none;
  padding-left: 0%;
}

#lightbox-form-button{
  cursor:pointer;
}

.form-control{
  font-size:10px;
  border-style: solid;
  border-color: rgb(161, 161, 161);
  border-width: 1px;
  padding:10px;
}

@media (min-width: 768px) {
  .form-control {
    padding: 20px;
    font-size: 20px;
  }
}

.mb-3{
  font-size: 3em;
}

.inquiry-form{
  background-color: #ffffff;
  padding:30px;
  width: 560px;
  max-width: 95vw;
  border-radius: 16px;
  border: 1px solid #e0e5ea;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  max-height: 90vh;
  overflow-y: auto;
}

#lightbox-form.active{
  display:flex;
  justify-content: center;
  align-items: center;
}

.nav-link {
  display: block;
  color: #9B8EC4;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  min-width: 140px;
  font-size: 18px;
  text-align: center;
}

.btn-primary:active:hover, .btn-primary:hover {
  background-color: #6B5E92;
}

.btn-primary {
  color: #fefefe;
  background-color: #4A3F6B;
  background-image: var(--bs-gradient);
  border-color: #9B8EC4;
}

.navbar {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0px;
  background-image: var(--bs-gradient);
  padding-top: 0px;
}

.listing {
  padding: 50px;
  margin:auto;
}

.listing-image-column {
  padding: 20px 20px 20px 20px;
}

.listing-image-column h3 {
  padding: 30px;
}

.listing-info {
}

.listing-title {
  padding-top: 20px;
  font-size: 50px;
  color: #4A3F6B;
  font-weight: 500;
  font-family: 'Noto Serif Display';
}

.listing-title-preview {
  padding-top: 12px;
  font-size: 18px !important;
  color: #4A3F6B;
  font-weight: 800;
  font-family: 'Noto Serif Display';
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .listing-title-preview {
    font-size: 18px !important;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.listing-title-link{
  text-decoration: none;
}



.listing-price {
  font-family: 'Roboto';
  font-weight: 700;
  padding-top: 4px;
  font-size: 40px;
  margin-top: auto;
}

.listing-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing-price-row .listing-price {
  margin-top: 0;
}

.listing-info {
  font-family: 'Roboto';
  font-weight: 500;
  padding-top: 20px;
}

.listing-info-data {
  font-family: 'Roboto';
  font-weight: 500;
  padding-top: 20px;
  color: #4A3F6B;
}

.listing-description {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.listing-main {
  background-color: #f3f6f9;
  border-radius: 20px;
  border-style: solid;
  padding-top: 20px;
  border-color: #e0e5ea;
}

.listing-main > .listing-info {
  padding-top: 0;
}

.listing-image {
  max-width: 100%;
  max-height: 400px;
  object-fit: cover;
  box-shadow: 5px 5px 5px gray;
  border: 3px #4A3F6B;
  border-style: solid;
  border-radius: 20px;
}

.listing-image-small {
  max-width: 50%;
  max-height: 400px;
  object-fit: cover;
  box-shadow: 5px 5px 5px gray;
  border: 3px #4A3F6B;
  border-style: solid;
  border-radius: 20px;
}

.listing-image-preview {
  object-fit: cover;
  width: 100%;
  box-shadow: 5px 5px 5px gray;
  border: 3px #4A3F6B;
  border-style: solid;
  border-radius: 20px;
}

.image-dummy{
  min-width: 100%;
  background-position: center;
  background-size:cover;
  box-shadow: 5px 5px 5px gray;
  border: 3px #4A3F6B;
  border-style: solid;
  border-radius: 20px;
  margin:auto;
}
.image-dummy:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.image-dummy-small{
  width:100%;
  background-position: center;
  background-size:cover;
  box-shadow: 5px 5px 5px gray;
  border: 3px #4A3F6B;
  border-style: solid;
  border-radius: 10px;
  margin:auto;
}

@media (min-width: 768px) {
  .image-dummy-small{
    width:100%;
    border-radius: 20px;
  }
}

.image-dummy-small:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.preview-images{
  padding-left:20px;
  padding-right:20px;
}
@media (min-width: 768px) {
  .preview {
    padding-left:45px;
    padding-right:45px;
  }
}

.listing-caption {
  font-family: 'Roboto';
  font-style: italic;
  font-size: 20px;
}

.listing-button-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

.listing-button {
  font-family: 'Noto Serif Display';
  font-size: 20px;
}

.listing-row{

}

.listing-preview {
  padding: 6px;
  border-radius: 12px;
  border-color: #e0e5ea;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.listing-preview h3 {
  font-size: 20px;
}

.preview-grid {
  padding: 0px;
  margin: 0px;
}

.listing-preview-border {
  border-color: white;
  padding: 0px 4px 8px 4px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e0e5ea;
  flex-grow: 0 !important;
  min-width: 220px;
}

.listing-image-preview-holder {
  width: 100%;
  padding-bottom: 130%;
  margin: 0.2em auto;
  overflow: hidden;
  position: relative;
  background: #000;
}

.featured-coin {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row !important;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  border-color: #e0e5ea;
  border-style: solid;
  margin-top: 0px;
  padding-bottom: 0px;
  height:100%;
  width:100%;
}

.featured-coin-img {
  display: flex !important;
  background-position:50% 41%;
  background-size:120%;
  padding: 0px;
  border-radius: 50%;
  border-color: white;
  border-style: solid;
  margin-top: 0px;
  padding-bottom: 0px;
  height:100px;
  width:100px;
}

.centered {
  color: white;
  text-shadow: 3px 2px black;
}

.centered-2 {
  color: white;
  text-shadow: 3px 2px black;
  font-size: 50px;
}

.slide-spacer{
  color: white;
  border: 3px solid green;
}

.slide{
display: flex;
align-items: center;
}

.slide-text{
  padding-left:30px;
  padding-right:30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.custom-carousel {
  max-height: 100%;
  background-size: cover;
  background-position: center;
}

.custom-carousel a:link{
  text-decoration: none!important;
}

@media (min-width: 768px) {
  .centered-2 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

#Slide06 {
  background-image: url("../../assets/img/Coins_BG_4.png");
  height:350px;
}

#Slide05 {
  background-image: url("../../assets/img/InstagramBanner3.png");
  height:350px;
}

#Slide04 {
    background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url("/assets/img/coinshow.jpg");
    background-size: cover;
    background-position: center;
    height:350px;
}

#Slide03 {
  background-image: url("../../assets/img/banknotes_BG_2.jpg");
  height:350px;
}

#Slide02 {
  background-image: url("../../assets/img/flagbg.jpg");
  height:350px;
}

#Slide01 {
  background-image: url("../../assets/img/Lancaster.jpg");
  height:350px;
}

.we-buy{
  background-color: #e4ebec;
  border-radius: 20px;
  padding:20px;
  min-height: 100%;
}

.we-buy p{
  padding-top:10px;
  font-family: 'Roboto';
}

.we-buy h2{
  margin: 0px;
}

.we-buy-holder{
  padding:10px;
}

.sell-to-us-image {
  padding: 0px 0px 20px 0px;
  border-radius: 40px;
}

#about-us-image{
  border-radius: 40px;
  margin-bottom: 40px;

}

.about-us-bio{
background-color: #e5eef0;
border-radius: 20px;
padding:20px;
}

.about-us-text p{
  font-family: 'Roboto';
  font-size: 16px;
}
.about-us-text li{
  font-family: 'Roboto';
  font-size: 16px;
}

#about-us-portrait{
  border-radius: 50%;
}

.faq-question{
margin-left: 40px;
margin-right: 40px;
margin-bottom: 20px;
margin-top: 20px;
}

.faq-answer{
  margin-left: 40px;
  margin-right: 40px;
  font-family: 'Roboto';
  font-size: 16px;
}

.faq-container{
  max-width: 800px;
  margin: auto;
}

.nav-item{
  font-family: 'Noto Serif Display';
  font-weight: 900;
}

#sort {
  font-family: 'Noto Serif Display';
  font-weight: 800;
  min-width: 200px;
  padding: 6px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  flex-shrink: 0;
}

#listing-grid-container {
  padding: 50px 20px 0px 20px;
  margin:auto;
}

#listing-grid-container .row {
  margin-bottom: 0px;
  --bs-gutter-y: 0;
}

#listings-dateasc{
  display:none;
}

#listings-dateasc.active{
  display:flex;
}

#listings-datedsc{
  display:none;
}

#listings-datedsc.active{
  display:flex;
}

#listings-priceasc{
  display:none;
}

#listings-priceasc.active{
  display:flex;
}

#listings-pricedsc{
  display:none;
}

#listings-pricedsc.active{
  display:flex;
}

#listings-latest{
  display:none;
}

#product-count-sold{
  display:none;
}

#product-count-sold.active{
  display:block;
}

#product-count-all{
  display:none;
}

#product-count-all.active{
  display:block;
}


#listings-latest.active{
  display:flex;
}

.sold-listing{
  display:none;
}

.sold-listing.active{
  display:flex;
}

#listings-catalog{
  display:none;
}

#listings-catalog.active{
  display:flex;
}

.listings-container{
}

.fade-in{
  animation: fadeIn 1s;
}

@keyframes fadeIn{
from {
  opacity: 0;
}
to{
  opacity: 1;
}
}

.soldtext{
  font-family: 'Noto Serif Display';
  font-weight: 800;
  color: #c16262;
  margin-bottom: 30px;
  margin-top: 60px;
}

#show-sold-check{
  width:20px;
  height:20px;
}

#sold-checkbox-container{
  margin-left:auto;
  margin-right: 0px;
  width:200px;
  padding-top:10px;
}

.main-site{
  max-width: 100%;
  margin:auto;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-color: #868686;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top: 0px;
  border-bottom: 0px;
}

#footer-main{
  max-width:1200px;
  font-family: 'Roboto';
}

.link-in-footer{
  color:rgb(208, 195, 232) !important;
}

.navbar-shadow{
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.185);

}

.main-section{
  padding:40px 40px 40px 40px;
}  

.pmg-logo{
max-height:40px;
display:flex;
margin: 0;
}

.pmg-logo-preview{
  max-height:18px;
  max-width:100%;
  display:flex;
  margin: 0;
  }

.pmg-display{
  display:flex;
  justify-content: end;
  align-items: center;
  max-width: 25%;
  min-height:40px;
}

.listing-preview .row{
  align-items: center;
}

.privacy-policy{
  max-width: 800px;
  margin:auto;
  padding: 20px 0 60px;
  padding-bottom: 70px;
  font-family: 'Noto Serif Display' !important;
}

.privacy-policy ul{
  text-align: left;
  text-justify:none;
  margin: auto;
}

.contact-us{
  margin: auto;
  max-width: 70%;
  background-color: white;
  padding: 40px 40px 40px 40px;
  border-style: solid;
  border-color:rgb(204, 204, 204);
}

.contact-bg{
  text-align: center;
  padding: 40px 0 60px;
  padding-bottom: 70px;
  background-color: #F3F0F9;
}

#sold-checkbox-container {
  font-size: 18px;
}

#sold-checkbox-container {
  font-size: 18px;
}

.image-dummy {
    transition: background-image 0.1s ease-in-out;
}

.podcast-episodes {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 800px;
    margin: 0 auto;
}

.podcast-episode h3 {
    margin-top: 15px;
    color: #9B8EC4;
    font-family: 'Noto Serif Display';
    font-size: 20px;
    font-weight: 800;
}

.podcast-meta {
    color: #555;
    font-size: 16px;
}

@media (max-width: 767px) {
    .listing-title-preview {
        height: auto;
        min-height: 0;
        -webkit-line-clamp: unset;
    }

    .listing-price {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .pmg-logo-preview {
        max-height: 16px;
    }

    .listing-preview-border {
        margin-bottom: 24px;
        border-bottom: 1px solid #e0e5ea;
        padding-bottom: 8px;
    }

    .sell-to-us {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.sell-form-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}

.sell-form-wrapper::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("/assets/img/banknotes_BG_3.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.35;
    border-radius: 20px;
}

.sell-form-overlay {
    position: relative;
    z-index: 1;
    background-color: rgba(255,255,255,0.75);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e0e5ea;
}

.sell-label {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4A3F6B;
    margin-bottom: 4px;
    display: block;
}

.sell-input {
    font-size: 16px !important;
    padding: 12px !important;
    border-radius: 8px !important;
}

.home-card {
    background: white;
    border-radius: 16px;
    padding: 36px 28px;
    border: 1px solid #D8CFE8;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-card-dark {
    background: #4A3F6B;
    border-color: #3A305B;
}

.home-card-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.home-card-title {
    color: #4A3F6B;
    font-family: 'Noto Serif Display';
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 10px;
}

.home-card-text {
    font-family: 'Roboto';
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
}

.home-card-input {
    margin-bottom: 10px;
    padding: 10px 14px !important;
    font-size: 15px !important;
    border-radius: 8px !important;
}

.home-card-btn {
    background: #4A3F6B;
    color: white;
    font-family: 'Noto Serif Display';
    font-weight: 800;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    width: 100%;
}

.home-card-btn:hover {
    background: #6B5E92;
    color: white;
}

.home-card-btn-light {
    background: white;
    color: #4A3F6B;
    font-family: 'Noto Serif Display';
    font-weight: 800;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.home-card-btn-light:hover {
    background: #F3F0F9;
    color: #4A3F6B;
}

#inventory-controls {
    padding: 16px 0 20px 0;
    border-bottom: 1px solid #e0e5ea;
    margin-bottom: 20px;
}

.inventory-filter-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.inventory-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none;
}

.filter-label {
    font-family: 'Noto Serif Display';
    font-weight: 800;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-shrink: 0;
    margin-right: 2px;
}

.filter-btn {
    font-family: 'Noto Serif Display';
    font-weight: 800;
    font-size: 14px;
    padding: 5px 14px;
    border: 1px solid #ddd;
    background: white;
    color: #444;
    cursor: pointer;
    border-radius: 4px;
    flex-shrink: 0;
    white-space: nowrap;
    transition: all 0.15s;
}

.filter-btn:hover {
    border-color: #4A3F6B;
    color: #4A3F6B;
}

.filter-btn.active-filter {
    border-color: #4A3F6B;
    background: #4A3F6B;
    color: white;
}

@media (max-width: 767px) {
    .inventory-filter-buttons {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    #sort {
        font-size: 13px !important;
        min-width: 120px !important;
        padding: 6px 8px !important;
    }
}
.review-card {
    min-width: 320px;
    max-width: 320px;
    background: white;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #e0e5ea;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}

.review-stars {
    color: #C9A84C;
    font-size: 18px;
    margin-bottom: 12px;
}

.review-text {
    font-family: 'Roboto';
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.review-name {
    font-family: 'Noto Serif Display';
    font-weight: 800;
    color: #4A3F6B;
    font-size: 15px;
}

.rdot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.2s;
}

.rdot.active-dot {
    background: #4A3F6B;
}
.show-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: white;
    border: 1px solid #e0e5ea;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.show-date-badge {
    background: #4A3F6B;
    color: white;
    border-radius: 10px;
    width: 64px;
    min-width: 64px;
    text-align: center;
    padding: 10px 0;
}
.show-month-short {
    font-family: 'Roboto';
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0.8;
}
.show-day {
    font-family: 'Noto Serif Display';
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
}
.show-details {
    flex: 1;
    text-align: left;
}
.show-name {
    font-family: 'Noto Serif Display';
    font-weight: 800;
    color: #4A3F6B;
    font-size: 20px;
    margin: 0 0 4px 0;
}
.show-name-link {
    text-decoration: none;
}
.show-name-link:hover .show-name {
    text-decoration: underline;
    color: #9B8EC4;
}
.show-location {
    font-family: 'Roboto';
    font-size: 15px;
    color: #555;
    margin-bottom: 4px;
}
.show-meta {
    font-family: 'Roboto';
    font-size: 14px;
    color: #888;
}
@media (max-width: 767px) {
    .show-card {
        flex-wrap: wrap;
        gap: 12px;
        padding: 14px 16px;
    }
    .show-date-badge {
        width: 56px;
        min-width: 56px;
    }
    .show-day {
        font-size: 18px;
    }
    .show-name {
        font-size: 16px !important;
    }
    .show-location {
        font-size: 13px !important;
    }
    .show-meta {
        font-size: 13px !important;
    }
    .show-badge-status {
        margin-left: auto;
        align-self: flex-start;
    }
}
