/* Add custom CSS styles below */ 
.livegold_pricesBar_loading {
    display: none !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.container.fixed-products.fixed-products--4 > div > div{
  display:none; 
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.container.fixed-products.fixed-products--4 > div{
  margin-bottom: -3rem;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--custom-reviews.relative.has-bg.pt-3 > div > div > div > p.mt-2.text-3xl.font-bold.tracking-tight.text-store-text-primary.sm\:text-4xl{
  color:#bc7b06;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--custom-reviews.relative.has-bg.pt-3 > div > div > div > p.mt-2.text-lg.leading-8.text-store-text-secondary{
  color:#fff;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--custom-reviews.relative.has-bg.pt-3{
  background:#06373b;
  border-radius:20px;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--rectangular-links.rectangular-links-3 > div > div > h2{
  color:#bc7b06;
}
@media (max-width: 1024px) {
    .main-nav-container.fixed-pinned .inner {
        top: 40px;
        transform: none;
    }
}
#mainnav > div.inner.bg-inherit {
    top: 40px !important;
}
@media (max-width: 768px) {
    #mainnav > div.inner.bg-inherit {
        top: 40px !important;
    }
}