.shop-wrapper {
  padding: 40px;
  background: #191919;
  color: white;
  font-family: "Poppins", sans-serif;
}
.shop-wrapper h1 {
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

header {
  z-index: 20 !important;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 2px;
}

h1 {
  font-size: 30px;
}

.font-light {
  font-weight: 300 !important;
  color: white !important;
}

.bold {
  font-weight: 700 !important;
}

input,
a,
li,
button,
textarea {
  z-index: 10;
}

p,
span,
a,
li {
  font-size: 16px;
}

b, strong {
  font-weight: bold;
}

.hidden {
  display: none !important;
}

.clearing {
  clear: both;
  display: block;
}

.double-bordered {
  border: 1px solid #C59340;
  position: relative;
  z-index: 1;
}
.double-bordered::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  border: 1px solid #C59340;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 9999;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #191919;
  border-radius: 50%;
  border: 1px solid #C59340;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #C59340;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #C59340;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.fas {
  color: #C59340;
}

.font-orange {
  color: #C59340 !important;
}

a {
  text-decoration: none;
  color: white;
}
a:hover {
  text-decoration: none;
  color: white;
}

.close {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.close::after {
  position: absolute;
  left: 9px;
  content: " ";
  height: 20px;
  width: 1px;
  background-color: white;
  transform: rotate(-45deg);
}
.close::before {
  position: absolute;
  left: 9px;
  content: " ";
  height: 20px;
  width: 1px;
  background-color: white;
  transform: rotate(45deg);
}

.is-invalid {
  border: 1px solid red;
}

.is-invalid-thick {
  border: 2px solid red !important;
  color: red;
}

.alert-danger ul {
  margin-bottom: 0px;
}

.alert-success {
  background-color: #C59340;
  color: white;
  border: none;
  z-index: 100;
}
.alert-success i {
  color: white;
  font-size: 20px;
}
.alert-success p {
  margin-bottom: 0px;
}
.alert-success ul {
  padding-left: 20px;
  margin-bottom: 0px;
}
.alert-success ul li {
  list-style: none;
}

.slick-slider {
  position: relative;
  z-index: 999999;
  cursor: pointer;
}

.slider-nav {
  padding-left: 0px;
  margin-top: 20px;
  cursor: pointer;
}
.slider-nav .slick-track {
  background: none !important;
}
.slider-nav .product-image-bg {
  background-color: #191919 !important;
  height: 100px !important;
  width: 110px !important;
  margin: 0 auto;
}
.slider-nav .slick-prev, .slider-nav .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
  height: 20px;
}
.slider-nav .slick-prev:before, .slider-nav .slick-next:before {
  content: "";
  font-size: 30px;
  font-family: FontAwesome;
  color: white;
}
.slider-nav .slick-prev {
  left: 5% !important;
}
.slider-nav .slick-prev:before {
  content: "\f177";
}
.slider-nav .slick-prev:after {
  content: "";
  width: 200px;
  background: #191919;
  height: 110px;
  display: block;
  margin-top: -75px;
  margin-left: -160px;
}
.slider-nav .slick-next {
  right: 7% !important;
}
.slider-nav .slick-next:before {
  content: "\f178";
}
.slider-nav .slick-next:after {
  content: "";
  width: 100px;
  background: #191919;
  height: 110px;
  display: block;
  margin-top: -75px;
}

.shop-wrapper, .detail-wrapper, .login-register-wrapper {
  position: relative;
  overflow: hidden;
}
.shop-wrapper:after, .detail-wrapper:after, .login-register-wrapper:after {
  position: absolute;
  content: "";
  right: -50px;
  top: -20px;
  width: 300px;
  height: 300px;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/images/beeldmerk-gradient.png?b89ab8c0539a7f821290f59d6c077faa);
  z-index: 0;
}

.fancybox-container {
  z-index: 1000000 !important;
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: black;
  flex-direction: row-reverse;
  z-index: 99999;
  min-height: 50px;
}
.fixed-nav #trigger {
  margin-top: 0px !important;
}
.fixed-nav .cart {
  transform: translateY(-6px);
}
.fixed-nav i {
  transform: translateY(0px) !important;
}

.fixed-mobile-menu {
  position: fixed;
  left: 0;
  top: 73.5px;
  width: 100%;
  background: black;
  z-index: 99999;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-nav .slick-prev {
    left: 0% !important;
  }
  .slider-nav .slick-prev:after {
    content: "";
    width: 1000px;
    margin-left: -958px;
  }
  .slider-nav .slick-next {
    right: 0% !important;
  }
  .slider-nav .slick-next:after {
    content: "";
    width: 75px;
    margin-left: -17px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .slider-nav .product-image-bg {
    width: 60px !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 1199px) {
  .slider-nav {
    margin-left: calc(50vw - 35%);
    margin-right: calc(50vw - 35%);
  }
  .slider-nav .slick-prev {
    right: 12.5%;
  }
  .slider-nav .slick-prev:after {
    content: "";
    width: 1000px;
    margin-left: -958px;
  }
  .slider-nav .slick-next {
    right: 12.5%;
  }
  .slider-nav .slick-next:after {
    content: "";
    width: 1000px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 400px) {
  .slider-nav .slick-next {
    right: 7% !important;
  }
}
header {
  min-height: calc(100% - 44px);
}
header ul, header ol {
  margin-left: 15px;
  margin-bottom: 1.5em;
}
header ul li, header ol li {
  line-height: 1.6;
  padding-bottom: 5px;
}

.fancybox-button svg path {
  fill: #C59340 !important;
  stroke: #C59340 !important;
}

@media screen and (min-width: 1200px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 10% !important;
    transform: scale(1.3) !important;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 10% !important;
    transform: scale(1.3) !important;
  }
}
@media screen and (max-width: 1199px) {
  .fancybox-button--arrow_left {
    display: none !important;
  }
  .fancybox-button--arrow_right {
    display: none !important;
  }
}
.highcharts-plot-line-label tspan {
  font-size: 16px !important;
}

.highcharts-plot-line-label {
  font-size: 16px !important;
}

.shop-wrapper {
  font-family: "Poppins", sans-serif;
}
.shop-wrapper .products-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.shop-wrapper .status-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-wrapper .status-indicator .small-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  min-width: 20px;
}
.shop-wrapper .status-indicator small {
  font-weight: bold !important;
}
.shop-wrapper .status-indicator .green {
  background: green;
}
.shop-wrapper .status-indicator .orange {
  background: orange;
}
.shop-wrapper .status-indicator .red {
  background: red;
}
.shop-wrapper .seo-text {
  margin: 40px auto;
  max-width: 800px;
}
.shop-wrapper .seo-text :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
  #buy-silver {
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .product {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 800px) {
  .register-form {
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .shop-wrapper, #buy-silver {
    padding: 20px;
  }
}
.detail-wrapper {
  background: #191919;
  color: white;
  padding: 40px;
  font-family: "Poppins", sans-serif;
}
.detail-wrapper .row:first-of-type {
  z-index: 1;
  position: relative;
}
.detail-wrapper .left-column {
  padding-right: 40px;
}
.detail-wrapper .right-column {
  padding-left: 40px;
}
.detail-wrapper .double-bordered {
  margin-top: 3em;
}
.detail-wrapper .product-image .product-image-bg {
  flex-shrink: 0;
  height: 400px;
  background-color: white;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.detail-wrapper .slick-track .product-image .product-image-bg {
  background-size: 75% !important;
}
.detail-wrapper .product-info {
  padding-left: 20px;
  font-size: 18px;
}
.detail-wrapper .product-info h1 {
  margin-top: 1.3em;
  text-transform: uppercase;
}
.detail-wrapper .product-info .premie-wrapper {
  position: relative;
}
.detail-wrapper .product-info .premie-wrapper .premie-big {
  font-size: 32px;
}
.detail-wrapper .product-info .premie-wrapper .premie-under {
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: -15px;
}
.detail-wrapper .product-info .cart-input input {
  width: 70px;
  margin-right: 20px;
  text-align: center;
}
.detail-wrapper .product-info .specifications-list {
  padding-left: 0px;
}
.detail-wrapper .product-info .specifications-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.detail-wrapper .product-info .specifications-list li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.detail-wrapper .product-info .specifications-list li span {
  flex-basis: 50%;
  text-align: left;
}
.detail-wrapper .product-info .icons img {
  width: 30px;
}
.detail-wrapper .product-info .icons img:first-of-type {
  margin-right: 0.5rem;
}
.detail-wrapper .product-info .icons .small-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  min-width: 20px;
}
.detail-wrapper .product-info .icons .fa-bell {
  color: #C59340;
  font-size: 20px;
  margin-right: 5px;
  margin-left: 5px;
}
.detail-wrapper .product-info .icons .green {
  background: green;
}
.detail-wrapper .product-info .icons .orange {
  background: orange;
}
.detail-wrapper .product-info .icons .red {
  background: red;
}
.detail-wrapper .product-info .reminder-input input {
  flex-basis: 100%;
  height: 100%;
  font-size: 16px;
  min-height: 49px;
}
.detail-wrapper .product-info-text {
  padding-right: 20px;
  padding-bottom: 40px;
}
.detail-wrapper .product-info-text .product-information-header {
  background: #C59340;
  padding: 10px 0px;
  color: white;
  text-transform: uppercase;
  max-width: 300px;
  display: flex;
  justify-content: center;
  margin-left: 10px;
  letter-spacing: 1px;
}
.detail-wrapper .product-info-text .product-information {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.02);
  padding: 40px 60px;
  margin-left: 10px;
  color: white !important;
}
.detail-wrapper .product-info-text .product-information span, .detail-wrapper .product-info-text .product-information p {
  font-weight: 300 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  color: white !important;
}
.detail-wrapper .product-info-text .product-information p {
  line-height: 2;
}
.detail-wrapper .product-info-text .product-information video {
  min-height: 600px;
}
.detail-wrapper .rate-chart {
  margin-top: 130px;
}
.detail-wrapper video {
  width: 100%;
}

.fixed-mobile-add-to-cart-wrapper {
  display: none;
}

@media screen and (max-width: 1600px) {
  .detail-wrapper video {
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .detail-wrapper .double-bordered {
    margin-left: calc(50vw - 35%);
    margin-right: calc(50vw - 35%);
  }
  .detail-wrapper .product-info {
    padding-left: 0px;
  }
  .detail-wrapper .product-info h1 {
    text-overflow: unset;
    white-space: unset;
  }
  .detail-wrapper .product-image .product-image-bg {
    background-size: 70%;
  }
  .detail-wrapper .right-column {
    padding-left: 10px;
  }
  .detail-wrapper .left-column {
    padding-right: 30px;
  }
  .detail-wrapper .rate-chart {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .reminder-input .add-to-cart-button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .detail-wrapper {
    padding: 20px;
  }
  .detail-wrapper .double-bordered {
    margin-left: auto;
    margin-right: auto;
  }
  .detail-wrapper .product-info-text .product-information {
    padding: 20px;
  }
  .detail-wrapper .product-image .product-image-bg {
    background-size: 75%;
  }
  .detail-wrapper video {
    width: 100% !important;
    min-height: 400px !important;
  }
}
@media screen and (max-width: 650px) {
  .fixed-mobile-add-to-cart-wrapper {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    background: #191919;
    padding: 10px 20px;
  }
  .fixed-mobile-add-to-cart-wrapper .wrapper {
    display: flex;
    gap: 10px;
  }
  .fixed-mobile-add-to-cart-wrapper .wrapper .left {
    flex-basis: 20%;
  }
  .fixed-mobile-add-to-cart-wrapper .wrapper .left input {
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .fixed-mobile-add-to-cart-wrapper .wrapper .right {
    flex-basis: 80%;
  }
  .fixed-mobile-add-to-cart-wrapper .wrapper .right button {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .detail-wrapper video {
    width: 100% !important;
  }
}
.cart-wrapper {
  background: #191919;
  color: white;
  padding: 40px;
  font-family: "Poppins", sans-serif;
}
.cart-wrapper .header-title {
  max-width: 900px;
}
.cart-wrapper .header-title h1 {
  margin-top: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cart-wrapper .header-title span {
  margin-top: 1em;
  font-size: 23px;
}
.cart-wrapper .header-title .timer-bracket {
  margin-left: 20px;
}
.cart-wrapper .products-wrapper .cart-headers {
  padding: 20px 30px;
}
.cart-wrapper .products-wrapper .cart-headers .header {
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
}
.cart-wrapper .products-wrapper .product-title {
  flex-basis: 50%;
}
.cart-wrapper .products-wrapper .product-price {
  flex-basis: 15%;
  text-align: center;
}
.cart-wrapper .products-wrapper .product-amount {
  flex-basis: 15%;
  text-align: center;
}
.cart-wrapper .products-wrapper .product-amount button {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  padding: 0 10px;
}
.cart-wrapper .products-wrapper .product-total {
  flex-basis: 15%;
  text-align: center;
}
.cart-wrapper .products-wrapper .product-total span {
  color: white;
}
.cart-wrapper .products-wrapper .delete-spacer {
  flex-basis: 5%;
  text-align: center;
}
.cart-wrapper .products-wrapper .cart-items .cart-item {
  padding: 30px;
}
.cart-wrapper .products-wrapper .cart-items .cart-item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.15);
}
.cart-wrapper .products-wrapper .cart-items .cart-item .product-title .product-img-wrapper .product-image-bg {
  width: 100px;
  height: 100px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.cart-wrapper .products-wrapper .cart-items .cart-item .product-title span {
  margin-left: 20px;
}
.cart-wrapper .products-wrapper .cart-items .cart-item span {
  opacity: 0.8;
}
.cart-wrapper .products-wrapper .totaal-wrapper {
  margin-top: 50px;
  padding-left: 100px;
}
.cart-wrapper .products-wrapper .totaal-wrapper .totaal {
  padding: 40px 40px 25px 40px;
  background: white;
  color: black;
}
.cart-wrapper .products-wrapper .totaal-wrapper .totaal h2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C59340;
}
.cart-wrapper .products-wrapper .totaal-wrapper .totaal span {
  opacity: 0.8;
}
.cart-wrapper .products-wrapper .totaal-wrapper .totaal .line {
  width: 100%;
  height: 1px;
  background: lightgrey;
}
.cart-wrapper .products-wrapper .totaal-wrapper .totaal .delivery-boxes {
  color: #C59340;
  z-index: 9999;
  position: relative;
  text-transform: uppercase;
}
.cart-wrapper .products-wrapper .totaal-wrapper .totaal .delivery-boxes .box .custom-checkbox {
  margin-bottom: 0px;
}
.cart-wrapper .products-wrapper .totaal-wrapper .totaal .delivery-boxes .box .custom-checkbox .checkmark {
  top: 6px;
}
.cart-wrapper .products-wrapper .totaal-wrapper .totaal .delivery-boxes .box span {
  font-size: 20px;
}
.cart-wrapper .products-wrapper .totaal-wrapper .totaal .select-country select {
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
  z-index: 9999;
  position: relative;
  border: none;
}
.cart-wrapper .products-wrapper .totaal-wrapper .totaal .order-submit-button {
  font-size: 18px;
}
.cart-wrapper .products-wrapper .time-text {
  margin-left: 20px;
}
.cart-wrapper .products-wrapper .user-credentials-wrapper {
  margin-top: 3rem;
  max-width: 900px;
  margin: auto;
}
.cart-wrapper .products-wrapper .user-credentials-wrapper .header-checkout {
  margin-top: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cart-wrapper .products-wrapper .user-credentials-wrapper .header-checkout span {
  margin-top: 1.5em;
  font-size: 23px;
}
.cart-wrapper .products-wrapper .user-credentials-wrapper .header-checkout .timer-bracket {
  margin-left: 20px;
}
.cart-wrapper .products-wrapper .user-credentials-wrapper form input, .cart-wrapper .products-wrapper .user-credentials-wrapper form select {
  padding: 10px;
  background: #F2F2F2;
  border: none;
}
.cart-wrapper .products-wrapper .user-credentials-wrapper form .custom-checkbox {
  margin-left: 10px;
}
.cart-wrapper .products-wrapper .user-credentials-wrapper form .particulier-bedrijf .left-checker {
  margin-left: 0px;
}
.cart-wrapper .agreement-text {
  opacity: 0.8;
  font-size: 16px;
  transform: translateY(4px);
}
.cart-wrapper .agreement-text a {
  color: #C59340 !important;
  font-size: 16px !important;
}
.cart-wrapper .agreement-text a:hover {
  text-decoration: underline;
}

.order-success-wrapper {
  background: #191919;
  color: white;
  padding: 40px;
  min-height: 50vh;
}
.order-success-wrapper .container {
  max-width: 1000px;
  margin: auto;
}
.order-success-wrapper .container h1 {
  margin-top: 1em;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.order-success-wrapper .container .cta {
  padding-top: 50px;
}
.order-success-wrapper .container img {
  width: 40px;
  height: 40px;
}
.order-success-wrapper .container .bigger {
  font-size: 20px;
}
.order-success-wrapper .cart-headers {
  padding: 20px 30px;
}
.order-success-wrapper .cart-headers .header {
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
}
.order-success-wrapper .product-title {
  flex-basis: 50%;
}
.order-success-wrapper .product-price {
  flex-basis: 15%;
  text-align: center;
}
.order-success-wrapper .product-amount {
  flex-basis: 15%;
  text-align: center;
}
.order-success-wrapper .product-amount button {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  padding: 0 10px;
}
.order-success-wrapper .product-total {
  flex-basis: 15%;
  text-align: center;
}
.order-success-wrapper .product-total span {
  color: white;
}
.order-success-wrapper .delete-spacer {
  flex-basis: 5%;
  text-align: center;
}
.order-success-wrapper .cart-items .cart-item {
  padding: 30px;
}
.order-success-wrapper .cart-items .cart-item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.15);
}
.order-success-wrapper .cart-items .cart-item .product-title .product-img-wrapper .product-image-bg {
  width: 100px;
  height: 100px;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.order-success-wrapper .cart-items .cart-item .product-title span {
  margin-left: 20px;
}
.order-success-wrapper .cart-items .cart-item span {
  opacity: 0.8;
}
.order-success-wrapper .cart-items .price-details {
  display: flex;
  align-items: center;
  text-align: right;
}
.order-success-wrapper .cart-items .product-amount .font-orange {
  margin-bottom: 5px;
}
.order-success-wrapper .cart-items #kosten {
  text-align: left;
  padding-left: 30px;
}
.order-success-wrapper .cart-items #kosten p {
  margin-bottom: 5px;
}

@media screen and (max-width: 1450px) {
  .cart-wrapper .products-wrapper .totaal-wrapper {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cart-wrapper .products-wrapper .totaal-wrapper {
    padding-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .cart-wrapper .products-wrapper .cart-headers, .order-success-wrapper .products-wrapper .cart-headers {
    padding: 0px;
  }
  .cart-wrapper .products-wrapper .cart-headers .header, .order-success-wrapper .products-wrapper .cart-headers .header {
    display: none;
  }
  .cart-wrapper .products-wrapper .cart-item, .order-success-wrapper .products-wrapper .cart-item {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .cart-wrapper .products-wrapper .product-title, .order-success-wrapper .products-wrapper .product-title {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .cart-wrapper .products-wrapper .product-price, .order-success-wrapper .products-wrapper .product-price {
    flex-basis: 25%;
    text-align: left;
  }
  .cart-wrapper .products-wrapper .product-amount, .order-success-wrapper .products-wrapper .product-amount {
    flex-basis: 25%;
  }
  .cart-wrapper .products-wrapper .product-total, .order-success-wrapper .products-wrapper .product-total {
    flex-basis: 25%;
    text-align: right;
  }
  .cart-wrapper .products-wrapper .delete-spacer, .order-success-wrapper .products-wrapper .delete-spacer {
    flex-basis: 25%;
  }
  #kosten-row .product-title {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .cart-wrapper .products-wrapper .cart-headers .header {
    display: none;
  }
  .cart-wrapper .products-wrapper .cart-item {
    flex-wrap: wrap;
    position: relative;
  }
  .cart-wrapper .products-wrapper .product-price {
    flex-basis: 33%;
  }
  .cart-wrapper .products-wrapper .product-amount {
    flex-basis: 33%;
  }
  .cart-wrapper .products-wrapper .product-total {
    flex-basis: 33%;
  }
  .cart-wrapper .products-wrapper .delete-spacer {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .order-success-wrapper {
    padding: 20px;
  }
  .order-success-wrapper #kosten-row .product-price {
    flex-basis: 0%;
  }
  .order-success-wrapper #kosten-row #kosten {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 500px) {
  .cart-wrapper {
    padding: 20px;
  }
  .cart-wrapper .products-wrapper .cart-items .cart-item {
    padding: 15px;
  }
}
.login-register-wrapper {
  background: #191919;
  padding: 80px 100px;
  font-family: "Poppins", sans-serif;
}
.login-register-wrapper .welcome {
  background: black;
  color: white;
  padding: 250px 100px;
}
.login-register-wrapper .welcome h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.login-register-wrapper .welcome p {
  opacity: 0.8;
  line-height: 2;
  padding-right: 100px;
}
.login-register-wrapper .double-bordered {
  margin-left: -150px;
  margin-top: 50px;
}
.login-register-wrapper .double-bordered::after {
  border: 1px solid transparent !important;
}
.login-register-wrapper .login-form {
  background: white;
  color: black;
  padding: 150px 100px;
}
.login-register-wrapper .login-form h1 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.login-register-wrapper .login-form .input-box {
  position: relative;
}
.login-register-wrapper .login-form .input-box input {
  padding: 20px 20px 20px 60px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  width: 100%;
  position: relative;
  z-index: 9999;
}
.login-register-wrapper .login-form .input-box svg {
  position: absolute;
  left: 5px;
  z-index: 99999;
}
.login-register-wrapper .login-form .input-box .mail-icon {
  top: 22px;
}
.login-register-wrapper .login-form .input-box .password-icon {
  top: 16px;
  left: 8px;
}
.login-register-wrapper .login-form .input-box .fa-eye {
  position: absolute;
  right: 30px;
  top: 22px;
  z-index: 99999;
  cursor: pointer;
  font-size: 20px;
}
.login-register-wrapper .login-form .reset-password {
  color: #C59340;
  z-index: 99999;
  position: relative;
  margin-left: -10px;
  cursor: pointer;
}
.login-register-wrapper .login-form .forgot-password-wrapper p {
  margin-left: -10px;
}
.login-register-wrapper .login-form .login-action {
  padding-top: 20px;
}
.login-register-wrapper .login-form .alert-danger {
  margin-left: -10px;
  margin-right: 10px;
}
.login-register-wrapper .register-form {
  background: white;
  color: black;
  padding: 75px 50px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.login-register-wrapper .register-form h1 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.login-register-wrapper .register-form ul {
  margin: 0;
}
.login-register-wrapper .register-form .checkbox-2 {
  margin-left: 20px;
}
.login-register-wrapper .register-form .checkmark {
  background: transparent;
  top: 2px !important;
}
.login-register-wrapper .register-form input {
  padding: 20px;
  flex-basis: 50%;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  z-index: 9999;
  position: relative;
}
.login-register-wrapper .register-form .capitalize-placeholder::-moz-placeholder {
  text-transform: capitalize;
}
.login-register-wrapper .register-form .capitalize-placeholder::placeholder {
  text-transform: capitalize;
}
.login-register-wrapper .register-form select {
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
  z-index: 9999;
  position: relative;
  border: none;
}
.login-register-wrapper .register-form .custom-checkmark {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 999;
}
.login-register-wrapper .register-form .custom-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.login-register-wrapper .register-form .custom-checkmark .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 0% !important;
}
.login-register-wrapper .register-form .custom-checkmark:hover input ~ .checkmark {
  background-color: white;
}
.login-register-wrapper .register-form .custom-checkmark input:checked ~ .checkmark {
  background-color: #C59340;
}
.login-register-wrapper .register-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.login-register-wrapper .register-form .custom-checkmark input:checked ~ .checkmark:after {
  display: block;
}
.login-register-wrapper .register-form .custom-checkmark .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.login-register-wrapper .register-form .agreement {
  padding-left: 12px;
}
.login-register-wrapper .register-form .agreement .agreement-text {
  opacity: 0.8;
  font-size: 16px;
  transform: translateY(4px);
}
.login-register-wrapper .register-form .agreement .agreement-text a {
  color: #C59340 !important;
  font-size: 16px !important;
}
.login-register-wrapper .register-form .agreement .agreement-text a:hover {
  text-decoration: underline;
}
.login-register-wrapper .register-form .has-error {
  color: red;
}
.login-register-wrapper .register-form .fa-eye {
  position: relative;
  z-index: 99999;
  cursor: pointer;
  font-size: 20px;
}

.password-recovery-wrapper .double-bordered {
  margin-top: 50px !important;
}

@media screen and (max-width: 1200px) {
  .login-register-wrapper .double-bordered {
    margin-left: 0px;
  }
}
@media screen and (max-width: 900px) {
  .login-register-wrapper .welcome {
    padding: 50px;
  }
  .login-register-wrapper .welcome p {
    padding-right: 0px;
  }
  .login-register-wrapper .login-form {
    padding: 75px 50px;
  }
}
@media screen and (max-width: 700px) {
  .login-register-wrapper {
    padding: 40px 20px 40px 20px;
  }
  .login-register-wrapper .double-bordered {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .login-register-wrapper .welcome {
    padding: 30px 30px 50px 30px;
  }
  .login-register-wrapper .login-button {
    width: 100% !important;
    padding: 0px 20px 0px 0px;
  }
  .login-register-wrapper .login-form {
    padding: 40px 5px 40px 40px;
  }
}
#nav-admin {
  height: 100px !important;
  background: #000000 !important;
  font-family: "Poppins", sans-serif;
}
#nav-admin a {
  color: white !important;
  text-transform: uppercase;
}
#nav-admin .dropdown-menu a {
  color: black !important;
  text-transform: capitalize;
}
#nav-admin img {
  width: 75px;
}
#nav-admin .nav-item {
  margin: 30px 10px;
}
#nav-admin .dropdown-item:active {
  color: white !important;
  text-decoration: none;
  background-color: #C59340 !important;
}
#nav-admin .navbar-toggler {
  color: white !important;
  background-color: #C59340 !important;
  border: none !important;
}
#nav-admin .navbar-toggler:focus-visible {
  outline: none !important;
}
#nav-admin .navbar-toggler .navbar-toggler-icon {
  stroke: rgba(255, 255, 255, 0.8) !important;
}

#admin-wrapper {
  background: #191919;
  min-height: 80vh;
  padding-bottom: 80px;
}
#admin-wrapper .category-upper-container {
  padding: 40px;
  background: #191919;
}
#admin-wrapper a {
  color: black;
}
#admin-wrapper h2 {
  margin-bottom: 0px;
}
#admin-wrapper thead {
  color: white;
  background: #C59340;
}
#admin-wrapper td,
#admin-wrapper th {
  padding: 20px;
}
#admin-wrapper td {
  font-size: 14px !important;
}
#admin-wrapper span,
#admin-wrapper a,
#admin-wrapper p {
  font-size: 14px !important;
}
#admin-wrapper th {
  text-transform: uppercase;
  border-bottom: 1px solid white;
}
#admin-wrapper tr td:last-child,
#admin-wrapper tr th:last-child {
  text-align: right;
}
#admin-wrapper td {
  vertical-align: middle;
}
#admin-wrapper .fas,
#admin-wrapper .fa {
  font-size: 20px;
  margin: 0 5px;
  cursor: pointer;
  color: #C59340;
}
#admin-wrapper .white-bg-wrapper {
  background: white;
  padding: 30px;
  border-radius: 10px;
}
#admin-wrapper .fa-level-up-alt,
#admin-wrapper .fa-level-down-alt {
  font-size: 20px;
}
#admin-wrapper h1 {
  text-transform: uppercase;
  font-weight: 300 !important;
  color: white;
}
#admin-wrapper h1:after,
#admin-wrapper h2:after {
  content: " ";
  display: block;
  border: 2px solid #C59340;
  margin-top: 10px;
}
#admin-wrapper h2 {
  display: inline-block;
}
#admin-wrapper .feedback-message {
  margin-top: 0px;
  margin-bottom: 30px;
}
#admin-wrapper .image-wrapper {
  float: left;
  height: 100px;
  width: 100px;
  position: relative;
}
#admin-wrapper .image-wrapper .image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#admin-wrapper .images-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
#admin-wrapper .images-wrapper .edit-product-wrapper {
  height: 200px;
  width: 200px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin: 0px 10px 75px 10px;
}
#admin-wrapper .images-wrapper .edit-product-wrapper .bg-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#admin-wrapper .images-wrapper .edit-product-wrapper .remove-picture-text-wrapper {
  transform: translateY(30px);
  text-align: center;
}
#admin-wrapper .images-wrapper .edit-product-wrapper .remove-picture-text-wrapper .remove-picture-text {
  color: grey;
  font-size: 12px;
}
#admin-wrapper .not-paid,
#admin-wrapper .paid {
  padding: 7.5px;
  border-radius: 5px;
}
#admin-wrapper .not-paid {
  background: #F8D7D9;
}
#admin-wrapper .paid {
  background: #53c06d;
  color: rgba(255, 255, 255, 0.8);
}
#admin-wrapper #order-filter {
  padding-bottom: 40px;
}
#admin-wrapper .admin-orders .order-right,
#admin-wrapper .admin-users .order-right {
  padding-left: 30px;
}
#admin-wrapper .admin-orders .order-right .update-form-header,
#admin-wrapper .admin-users .order-right .update-form-header {
  margin-bottom: 20px;
}
#admin-wrapper .admin-orders .order-right .save-button,
#admin-wrapper .admin-users .order-right .save-button {
  margin-top: 10px !important;
}
#admin-wrapper .admin-orders .column-header,
#admin-wrapper .admin-users .column-header {
  margin-top: 30px;
  margin-bottom: 10px;
}
#admin-wrapper .admin-orders .column-header h5,
#admin-wrapper .admin-users .column-header h5 {
  margin-bottom: 0px;
}
#admin-wrapper .admin-orders .column-header .fas,
#admin-wrapper .admin-users .column-header .fas {
  margin-right: 10px;
}
#admin-wrapper .admin-orders ul,
#admin-wrapper .admin-users ul {
  padding: 0px;
  margin-top: 20px;
}
#admin-wrapper .admin-orders ul li,
#admin-wrapper .admin-users ul li {
  display: flex;
  padding: 10px;
}
#admin-wrapper .admin-orders ul li:nth-child(odd),
#admin-wrapper .admin-users ul li:nth-child(odd) {
  background: #F8F8F8;
}
#admin-wrapper .admin-users {
  margin-top: 30px;
}
#admin-wrapper .admin-users .order-right li {
  flex-basis: 100%;
}
#admin-wrapper .admin-users .order-right li a {
  width: 100%;
}
#admin-wrapper .admin-users .order-right li div {
  flex-basis: 25% !important;
}
#admin-wrapper .pagination-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
#admin-wrapper .pagination-wrapper .active span {
  color: white;
  background-color: #C59340;
  border-color: #C59340 !important;
}
#admin-wrapper input,
#admin-wrapper select {
  font-size: 14px !important;
}
#admin-wrapper .modal-content h1 {
  color: black;
}
#admin-wrapper .modal-dialog {
  padding: 0px 20px;
}
#admin-wrapper .modal-header {
  border: none !important;
}
#admin-wrapper .overview-table th {
  background: #191919;
  position: relative;
}
#admin-wrapper .note-editor p {
  font-size: 14px !important;
}
#admin-wrapper .note-editable > * {
  font-size: 14px !important;
}
#admin-wrapper .factuur-download a {
  color: #C59340;
}
#admin-wrapper .factuur-download a:hover {
  text-decoration: underline;
}
#admin-wrapper .overview-table {
  overflow: auto;
}
#admin-wrapper .overview-table table {
  width: 100%;
}
#admin-wrapper .create-section a {
  border-radius: 30px;
}
#admin-wrapper .category-image {
  padding-left: 30px;
}
#admin-wrapper .category-image .category-image-bg {
  border-radius: 20px;
  flex-shrink: 0;
  height: 400px;
  background-color: white;
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}
#admin-wrapper .beschikbaarheid .note-editable {
  height: 100px !important;
}
#admin-wrapper .page-header .goud-zilver {
  display: flex;
}
#admin-wrapper .page-header .goud-zilver h3 {
  letter-spacing: 0px !important;
  margin-bottom: 0px;
  line-height: 1.5 !important;
  color: white !important;
}
#admin-wrapper .page-header .goud-zilver p {
  line-height: 1.6;
  font-size: 16px;
  color: white !important;
}
#admin-wrapper .page-header .goud-zilver .item {
  padding: 10px;
  border: 1px solid #C59340;
  text-align: center;
}
#admin-wrapper .page-header .goud-zilver .item:nth-child(2) {
  border: 1px solid white;
}
#admin-wrapper .page-header .goud-zilver .item h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
#admin-wrapper .page-header .goud-zilver .item p {
  margin-bottom: 0;
  white-space: nowrap;
}
#admin-wrapper .page-header .goud-zilver .item p b {
  font-weight: bold;
}
#admin-wrapper .admin-rates {
  position: relative;
}
#admin-wrapper .admin-rates .white-bg-wrapper {
  padding: 50px 30px 30px 30px !important;
}
#admin-wrapper .admin-rates .save-rates-button {
  font-size: 18px;
  position: absolute;
  right: 42.5px;
  top: 30px;
  margin-top: 0px !important;
}
#admin-wrapper .admin-rates input {
  border: none;
  padding-left: 5px;
}
#admin-wrapper .admin-rates .switch-toggler {
  /* p - decorative, not required */
  /* container for all of the switch elements 
      - adjust "width" to fit the content accordingly 
  */
  /* input (radio) for toggling. hidden - use labels for clicking on */
  /* labels for the input (radio) boxes - something to click on */
  /* switch highlighters wrapper (sliding left / right) 
      - need wrapper to enable the even margins around the highlight box
  */
}
#admin-wrapper .admin-rates .switch-toggler p {
  margin-top: 2rem;
  font-size: 0.75rem;
  text-align: center;
}
#admin-wrapper .admin-rates .switch-toggler .switches-container {
  width: 16rem;
  display: flex;
  padding: 0;
  position: relative;
  background: #191919;
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#admin-wrapper .admin-rates .switch-toggler .switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}
#admin-wrapper .admin-rates .switch-toggler .switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: white;
}
#admin-wrapper .admin-rates .switch-toggler .switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#admin-wrapper .admin-rates .switch-toggler .switch {
  border-radius: 3rem;
  background: #C49341;
  height: 100%;
}
#admin-wrapper .admin-rates .switch-toggler .switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: black;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}
#admin-wrapper .admin-rates .switch-toggler .switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}
#admin-wrapper .admin-rates .switch-toggler .switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}
#admin-wrapper .admin-rates .switch-toggler .switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}
#admin-wrapper .admin-rates .switch-toggler .switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}
#admin-wrapper .admin-rates .checkmark {
  margin-top: 2px;
}

@media screen and (min-width: 992px) and (max-width: 1176px) {
  #nav-admin .admin-actions {
    flex-direction: column;
  }
  #nav-admin .admin-actions a {
    transform: scale(0.75);
  }
  #nav-admin .admin-actions a:nth-child(1) {
    margin-right: 0px !important;
    margin-top: 5px;
  }
  #nav-admin .admin-actions form {
    width: 167.64px !important;
    margin-bottom: 5px;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
  }
}
@media screen and (max-width: 768px) {
  #admin-wrapper .category-image {
    padding-left: 0px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 572px) and (max-width: 992px) {
  #nav-admin .navbar-brand {
    margin-left: 7.5% !important;
  }
  #nav-admin .navbar-toggler {
    margin-right: 7.5% !important;
  }
}
@media screen and (max-width: 992px) {
  #nav-admin .container-lg {
    padding: 0px !important;
  }
  #nav-admin .navbar-collapse {
    background: black !important;
    z-index: 9999999;
    padding-bottom: 30px;
  }
  #nav-admin .navbar-collapse .nav-item {
    margin: 10px !important;
  }
  #nav-admin .navbar-collapse .admin-actions {
    margin-left: 10px;
    flex-direction: default !important;
  }
  #nav-admin .navbar-collapse .admin-actions a {
    inline-size: -moz-fit-content;
    inline-size: fit-content;
  }
  #nav-admin .navbar-collapse .admin-actions form {
    margin-top: 30px;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    width: 164.64px !important;
  }
  #nav-admin .navbar-brand {
    margin-left: 10px;
  }
  #nav-admin .navbar-toggler {
    margin-right: 10px;
  }
  .order-right {
    padding-left: 0px !important;
  }
  .white-bg-wrapper,
.category-upper-container {
    padding: 20px 10px !important;
  }
  .create-section a {
    inline-size: -moz-fit-content !important;
    inline-size: fit-content !important;
  }
  .overview-table {
    overflow: auto;
  }
  .overview-table tr:last-child(),
.overview-table th:last-child() {
    width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  #admin-wrapper {
    padding-bottom: 20px;
  }
  #admin-wrapper .factuur-download {
    margin-top: 20px;
    width: 50%;
  }
  #admin-wrapper .factuur-download .add-to-cart-button {
    justify-content: center;
  }
}
.account-wrapper {
  padding-left: 7.5%;
  padding-right: 7.5%;
  padding: 40px;
  background: #191919;
  color: white;
}
.account-wrapper .desktop-btn {
  display: block;
}
.account-wrapper .mobile-btn {
  display: none;
  margin-top: 20px !important;
}
.account-wrapper h1 {
  margin-top: 1em;
}
.account-wrapper .white-bg {
  background: white;
  padding: 20px;
  margin-top: 32px;
}
.account-wrapper .left {
  padding-right: 40px;
}
.account-wrapper .left label {
  color: #C59340;
  padding: 5px 0;
}
.account-wrapper .left input,
.account-wrapper .left select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  font-size: 1em;
  padding: 10px 15px;
}
.account-wrapper .left input:disabled {
  opacity: 0.5;
}
.account-wrapper .left .ps-lg-4 input {
  width: 97%;
}
.account-wrapper .right {
  padding-left: 40px;
}
.account-wrapper .right .table-wrapper {
  overflow: auto;
}
.account-wrapper .right .table-wrapper .table-striped {
  width: 100%;
  color: white !important;
}
.account-wrapper .right .table-wrapper .table-striped th {
  background: #C59340;
  border: none;
  padding: 20px;
}
.account-wrapper .right .table-wrapper .table-striped td {
  color: white !important;
  padding: 20px;
}
.account-wrapper .right .table-wrapper .table-striped tr {
  padding: 20px;
  border-bottom: 1px solid #C59340;
}
.account-wrapper .right .table-wrapper .table-striped a {
  color: #C59340;
}
.account-wrapper #history-modal .modal-header {
  background: #C59340;
  color: white;
  padding: 30px;
}
.account-wrapper #history-modal .modal-header h2 {
  margin: 0;
}
.account-wrapper #history-modal .modal-body {
  color: black;
}
.account-wrapper #history-modal .modal-body a {
  color: #C59340;
}
.account-wrapper #history-modal .modal-body a:hover {
  text-decoration: underline;
}
.account-wrapper #history-modal .modal-body .header {
  text-transform: uppercase;
}
.account-wrapper #history-modal .modal-body .product-title {
  flex-basis: 40%;
}
.account-wrapper #history-modal .modal-body .product-price,
.account-wrapper #history-modal .modal-body .product-amount,
.account-wrapper #history-modal .modal-body .product-total {
  flex-basis: 20%;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 992px) {
  .account-wrapper {
    padding: 20px;
  }
  .account-wrapper .desktop-btn {
    display: none !important;
  }
  .account-wrapper .mobile-btn {
    display: block !important;
  }
  .account-wrapper .right {
    padding-left: 0px;
  }
  .account-wrapper .left {
    padding-right: 0px;
  }
  .account-wrapper .left .ps-lg-4 input {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .account-wrapper #history-modal .modal-body .product-title {
    flex-basis: 100%;
  }
  .account-wrapper #history-modal .modal-body .product-price,
.account-wrapper #history-modal .modal-body .product-amount,
.account-wrapper #history-modal .modal-body .product-total {
    flex-basis: 33%;
    justify-content: start;
  }
  .account-wrapper #history-modal .modal-body .header {
    display: none;
  }
  .account-wrapper #history-modal .modal-body .item-wrapper {
    flex-wrap: wrap;
  }
}
#premies {
  padding: 100px 0;
  position: relative;
  background: #191919;
  color: white;
  overflow: hidden;
}
#premies .container-big {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#premies:after {
  position: absolute;
  content: "";
  right: -50px;
  top: -20px;
  width: 300px;
  height: 300px;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/images/beeldmerk.png?49db9bbd25f7b9918388b08ea440f211);
  z-index: 0;
}
#premies h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
#premies p.subtitle {
  margin-bottom: 40px;
  text-align: center;
}
#premies .button a {
  background: #C59340;
  padding: 10px 80px;
  margin-right: 10px;
  font-weight: bold;
  color: white;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
#premies .button a:hover {
  opacity: 0.8;
}
#premies .button a.zilver-button {
  background: white;
  color: black;
}
#premies .info {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.02);
  padding: 30px;
}
#premies .info.zilver {
  display: none;
}
#premies .info.zilver table tr th {
  background: white !important;
  color: black !important;
}
#premies .info h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px !important;
}
#premies .info h3 b {
  float: right;
}
#premies .info .table {
  overflow-x: auto;
  margin-bottom: 40px;
  width: 100%;
  color: white;
}
#premies .info table {
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
}
#premies .info table tr th {
  background: #C59340;
  padding: 10px;
  color: white;
  font-weight: bold;
  text-align: center;
  font-weight: 800;
}
#premies .info table tr th:first-child {
  text-align: left;
}
#premies .info table tr td {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px;
}
#premies .info table tr td a {
  text-decoration: none;
  color: white;
}
#premies .info table tr td a:hover {
  color: #C59340;
}
#premies .info table tr td:first-child {
  text-align: left;
}

.contact-button {
  width: 100%;
  background-color: #C59340;
  padding: 20px;
  border: 1px solid transparent;
  color: white;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-button:hover {
  background: transparent;
  border: 1px solid #C59340;
  color: #C59340;
}
.contact-button:hover .fa-plus, .contact-button:hover .fa-long-arrow-alt-left {
  color: white !important;
}
.contact-button:hover .fa-long-arrow-alt-left {
  transition: 0.5s ease;
  transform: translateX(-12.5px);
}

.add-to-cart-button {
  background-color: transparent;
  padding: 10px 20px;
  border: 1px solid #C59340;
  color: #C59340 !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.add-to-cart-button .icon {
  margin-right: 20px;
}
.add-to-cart-button:hover {
  background: #C59340;
  border: 1px solid #C59340;
  color: white !important;
}
.add-to-cart-button:hover .fa-filter, .add-to-cart-button:hover .fa-times, .add-to-cart-button:hover .fa-check, .add-to-cart-button:hover .fa-tags, .add-to-cart-button:hover .fa-sign-out-alt {
  color: white !important;
}
.add-to-cart-button:hover svg path {
  fill: white;
}

.inversed {
  background-color: transparent !important;
  border: 1px solid #C59340 !important;
  color: #C59340 !important;
}
.inversed:hover {
  background: #C59340 !important;
  color: white !important;
}

.save-button {
  background-color: transparent;
  padding: 10px 20px;
  border: 1px solid #C59340;
  color: #C59340;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.save-button .fas {
  margin-right: 20px;
}
.save-button:hover {
  background: #C59340;
  border: 1px solid #C59340;
  color: white;
}
.save-button:hover .fas {
  color: white !important;
}

.back-button {
  background: transparent;
  color: white;
  border: none;
  display: flex;
  align-items: center;
}
.back-button:hover .fa {
  transform: translateX(-10px);
}
.back-button .fa {
  transition: 0.5s;
  color: #C59340;
  font-size: 20px;
  text-decoration: none !important;
}

.product {
  flex-basis: 30%;
  margin-bottom: 40px;
}
.product a {
  text-decoration: none;
  color: white;
}
.product .product-image .product-image-bg {
  flex-shrink: 0;
  height: 400px;
  background-color: white;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.product .product-title {
  text-align: center;
}
.product .buy-price {
  font-size: 18px;
}

#buy-silver .product {
  flex-basis: 30% !important;
}

@media screen and (max-width: 1400px) {
  .product {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 600px) {
  .product {
    flex-basis: 100%;
  }
  #buy-silver .product {
    flex-basis: 100% !important;
  }
}
header {
  padding: 20px 50px 26px 50px;
  background: #000000;
  z-index: 1;
  position: relative;
  font-family: "Poppins", sans-serif;
}
header nav .item {
  color: white;
}
header nav h3 {
  line-height: 1.6;
}
header nav .top-menu-wrapper {
  display: block;
  margin-bottom: 50px;
}
header nav .top-menu-wrapper ul {
  list-style: none;
  display: block;
  text-align: right;
  margin: 0;
}
header nav .top-menu-wrapper ul li {
  display: inline-block;
  padding: 0;
}
header nav .top-menu-wrapper ul li:last-child a {
  margin-right: 0;
}
header nav .top-menu-wrapper ul li:last-child a:after {
  display: none;
}
header nav .top-menu-wrapper ul li.current-category-ancestor a, header nav .top-menu-wrapper ul li.current-page-ancestor a, header nav .top-menu-wrapper ul li.current-post-ancestor a, header nav .top-menu-wrapper ul li.current_page_item a, header nav .top-menu-wrapper ul li.current-menu-item a, header nav .top-menu-wrapper ul li.current-menu-parent a {
  color: #C59340;
}
header nav .top-menu-wrapper ul li.user a {
  font-weight: bold;
}
header nav .top-menu-wrapper ul li.user a:before {
  width: 16px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/images/user.png?61fb6e501742f1b34f70bce0dcd84325);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
header nav .top-menu-wrapper ul li a {
  font-weight: 300;
  color: white;
  text-decoration: none;
  font-size: 18px;
  margin: 0 10px;
}
header nav .top-menu-wrapper ul li a:after {
  content: "|";
  font-weight: 300;
  margin-left: 20px;
  color: white;
}
header nav .top-menu-wrapper ul li a:hover {
  color: #C59340;
}
header nav .middle-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
header nav .middle-menu-wrapper .logo img {
  max-width: 900px;
  width: 100%;
}
header nav .middle-menu-wrapper .goud-zilver {
  display: flex;
  transform: translateY(4px);
}
header nav .middle-menu-wrapper .goud-zilver h3 {
  letter-spacing: 0px !important;
  margin-bottom: 0px;
  line-height: 1.5 !important;
}
header nav .middle-menu-wrapper .goud-zilver p {
  line-height: 1.6;
  font-size: 16px;
}
header nav .middle-menu-wrapper .goud-zilver .item {
  padding: 10px;
  border: 1px solid #C59340;
  text-align: center;
}
header nav .middle-menu-wrapper .goud-zilver .item:nth-child(2) {
  border: 1px solid white;
}
header nav .middle-menu-wrapper .goud-zilver .item h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
header nav .middle-menu-wrapper .goud-zilver .item p {
  margin-bottom: 0;
  white-space: nowrap;
}
header nav .middle-menu-wrapper .goud-zilver .item p b {
  font-weight: bold;
}
header nav .middle-menu-wrapper .cart a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .middle-menu-wrapper .cart a b {
  font-size: 20px;
  margin-left: 20px;
  position: relative;
  top: 9px;
}
header nav .middle-menu-wrapper .cart a .image {
  width: 50px;
  position: relative;
}
header nav .middle-menu-wrapper .cart a .image .total {
  position: absolute;
  right: -6px;
  top: -4px;
  width: 27px;
  height: 27px;
  background: #C59340;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
header nav .middle-menu-wrapper .cart a .image .time {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  font-size: 16px !important;
  font-weight: 300;
}
header nav .middle-menu-wrapper .cart a .image img {
  width: 50px;
}
header nav .bottom-menu-wrapper #menu-main-menu {
  padding: 0px 12px 0px 12px;
  transform: translateY(6px);
}
header nav .bottom-menu-wrapper ul {
  list-style: none;
  text-align: center;
}
header nav .bottom-menu-wrapper ul li {
  display: inline-block;
  position: relative;
}
header nav .bottom-menu-wrapper ul li .active-menu:before {
  width: 100% !important;
}
header nav .bottom-menu-wrapper ul li .active-menu .sub-menu li a {
  color: #C59340;
}
header nav .bottom-menu-wrapper ul li .sub-menu {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: white;
  z-index: 200;
  text-align: left;
}
header nav .bottom-menu-wrapper ul li .sub-menu li {
  display: block;
}
header nav .bottom-menu-wrapper ul li .sub-menu li a {
  margin: 0;
  font-size: 14.4px;
  white-space: nowrap;
  color: black;
}
header nav .bottom-menu-wrapper ul li .sub-menu li a:hover {
  color: #C59340;
}
header nav .bottom-menu-wrapper ul li .sub-menu li a:before {
  display: none;
}
header nav .bottom-menu-wrapper ul li:hover .sub-menu {
  display: block;
}
header nav .bottom-menu-wrapper ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 0.9em;
  margin-left: 5px;
}
header nav .bottom-menu-wrapper ul li a {
  display: block;
  margin: 0 15px;
  padding: 5px 0;
  font-size: 19px;
  font-weight: bold;
  color: white;
  position: relative;
  text-decoration: none;
}
header nav .bottom-menu-wrapper ul li a:hover:before {
  width: 100%;
}
header nav .bottom-menu-wrapper ul li a:before {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #C59340;
  transition: 0.3s all;
}
header .mobile-menu {
  display: none;
}

.mobile-cart-trigger-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.tel-section-mobile {
  display: none;
}

#trigger {
  display: none;
  float: left;
  margin-right: 15px;
  width: 38px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 100;
}
#trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  margin-top: 1px;
  background: white;
}
#trigger span:nth-child(1) {
  top: 0px;
}
#trigger span:nth-child(2), #trigger span:nth-child(3) {
  top: 10px;
}
#trigger span:nth-child(4) {
  top: 20px;
}

.open #trigger span {
  background: white;
}
.open #trigger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.open #trigger span:nth-child(2) {
  transform: rotate(45deg);
}
.open #trigger span:nth-child(3) {
  transform: rotate(-45deg);
}
.open #trigger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media screen and (min-width: 650px) and (max-width: 900px) {
  .mobile-cart-trigger-wrapper {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 649px) {
  .mobile-cart-trigger-wrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1600px) {
  header {
    padding: 20px;
  }
  header nav .top-menu-wrapper ul li a {
    font-size: 16px;
  }
  header nav .middle-menu-wrapper .logo img {
    max-width: 650px;
  }
  header nav .middle-menu-wrapper .goud-zilver .item h3 {
    font-size: 16px;
  }
  header nav .middle-menu-wrapper .cart a b {
    font-size: 18px;
  }
  header nav .middle-menu-wrapper .cart a .image {
    width: 40px;
  }
  header nav .middle-menu-wrapper .cart a .image .total {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  header nav .middle-menu-wrapper .cart a .image img {
    width: 40px;
  }
  header nav .bottom-menu-wrapper ul li a {
    margin: 0 17px;
    font-size: 17px;
  }
}
@media screen and (min-width: 1250px) {
  header nav .top-menu-wrapper {
    display: block;
  }
  header nav .middle-menu-wrapper .goud-zilver {
    display: flex;
  }
  header nav .bottom-menu-wrapper {
    display: block;
  }
  header nav .mobile-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1250px) {
  #trigger {
    display: block;
    margin-top: 5px;
  }
  header nav .top-menu-wrapper {
    display: none;
  }
  header nav .middle-menu-wrapper .logo img {
    max-width: 600px;
    width: 100%;
  }
  header nav .middle-menu-wrapper .goud-zilver {
    float: left;
    margin-bottom: 10px;
  }
  header nav .middle-menu-wrapper .goud-zilver .item {
    padding: 5px;
  }
  header nav .middle-menu-wrapper .cart a b {
    display: none;
  }
  header nav .bottom-menu-wrapper {
    display: none;
  }
  header .mobile-menu {
    display: none;
    text-align: center;
  }
  header .mobile-menu .main-menu-wrapper-mobile ul {
    list-style: none;
    display: block;
    margin: 0;
  }
  header .mobile-menu .main-menu-wrapper-mobile ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  header .mobile-menu .main-menu-wrapper-mobile ul li a {
    display: inline-block;
    margin: 0 20px;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: white;
    position: relative;
    text-decoration: none;
  }
  header .mobile-menu .main-menu-wrapper-mobile ul li a:hover:before {
    width: 100%;
  }
  header .mobile-menu .main-menu-wrapper-mobile ul li a:before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #C59340;
    transition: 0.3s all;
  }
  header .mobile-menu .main-menu-wrapper-mobile ul li .sub-menu {
    display: none;
  }
  header .mobile-menu .top-menu-wrapper-mobile {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  header .mobile-menu .top-menu-wrapper-mobile ul {
    list-style: none;
    display: block;
    margin: 0;
  }
  header .mobile-menu .top-menu-wrapper-mobile ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  header .mobile-menu .top-menu-wrapper-mobile ul li a {
    font-weight: 300;
    color: white;
    text-decoration: none;
    font-size: 18px;
    margin: 0 10px;
  }
  header .mobile-menu .top-menu-wrapper-mobile ul li a:after {
    content: "|";
    font-weight: 300;
    margin-left: 20px;
    color: white;
  }
  header .mobile-menu .top-menu-wrapper-mobile ul li a:hover {
    color: #C59340;
  }
}
@media screen and (max-width: 900px) {
  header {
    padding-bottom: 50px;
  }
  header nav .middle-menu-wrapper {
    display: block;
    margin-bottom: 0px;
  }
  header nav .middle-menu-wrapper .logo {
    width: 100%;
  }
  header nav .middle-menu-wrapper .logo img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  header nav .middle-menu-wrapper #trigger {
    margin-top: 15px;
  }
  header nav .middle-menu-wrapper .cart {
    float: right;
    margin-right: 5px;
  }
  header nav .middle-menu-wrapper .cart a .image {
    width: 30px;
  }
  header nav .middle-menu-wrapper .cart a .image .total {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  header nav .middle-menu-wrapper .cart a .image img {
    width: 30px;
  }
}
@media screen and (min-width: 650px) and (max-width: 1050px) {
  #trigger {
    margin-left: 20px;
  }
}
@media screen and (max-width: 650px) {
  header {
    padding-bottom: 30px;
  }
  header nav .middle-menu-wrapper .goud-zilver {
    float: none;
    flex-wrap: wrap;
  }
  header nav .middle-menu-wrapper .goud-zilver .item {
    flex-basis: 50%;
  }
  header nav .middle-menu-wrapper #trigger {
    margin-top: 15px;
    transition: 0s !important;
  }
  header nav .middle-menu-wrapper #trigger::after {
    content: "menu";
    position: absolute;
    color: white;
    left: 45px;
  }
  header nav .middle-menu-wrapper .tel-section-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header nav .middle-menu-wrapper .tel-section-mobile i {
    font-size: 30px;
    color: #C59340;
    margin-top: 10px;
    transform: translateY(7px);
  }
}
@media screen and (max-width: 400px) {
  header nav .middle-menu-wrapper .goud-zilver {
    float: none;
    flex-wrap: wrap;
  }
  header nav .middle-menu-wrapper .goud-zilver .item {
    flex-basis: 100%;
  }
}
#upper-nav {
  background: #191919;
  padding: 20px 40px;
}
#upper-nav .row ul {
  margin-bottom: 0px;
}
#upper-nav .row ul li {
  list-style: none;
  position: relative;
  padding-right: 30px;
}
#upper-nav .row ul li a:not(.dropdown-toggle):after {
  display: block;
  width: 1px;
  height: 60%;
  content: "";
  background: white;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
#upper-nav .row ul li .dropdown-menu a {
  color: black !important;
}
#upper-nav .row ul li, #upper-nav .row ul a {
  color: white;
  text-decoration: none;
}

.home footer {
  background: black;
}

.subfooter {
  text-align: center;
  font-size: 15px;
  padding: 10px;
  background: black;
  color: white;
}
.subfooter a {
  color: white;
  text-decoration: none;
}

footer {
  padding: 100px 50px;
  background: black;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
footer p,
footer span,
footer a,
footer li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
footer img {
  max-width: 160px;
}
footer h4 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a i {
  color: #C59340;
}
footer ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 150px;
  margin: 0;
  padding-left: 0px;
}
footer ul li a {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
footer ul li ul {
  display: block;
  margin: 0;
}
footer ul li ul li.top {
  margin-top: 30px;
}
footer ul li ul li a {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 16px;
  text-transform: none;
}
footer p, footer h4 {
  color: white;
}
footer .subfooter a {
  color: black !important;
}

@media screen and (max-width: 1400px) {
  footer {
    flex-wrap: wrap;
  }
  footer .item {
    flex-basis: calc(50% - 50px);
  }
  footer .item:first-child {
    flex-basis: calc(100% - 50px);
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding: 50px 20px;
    gap: 0;
  }
  footer .item {
    flex-basis: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
  footer h4 {
    font-size: 16px;
  }
  footer ul {
    flex-wrap: wrap;
    gap: 0;
  }
  footer ul li {
    flex-basis: 100%;
  }
  footer ul li a {
    font-size: 16px;
  }
  footer ul li ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .subfooter {
    font-size: 14px;
  }
}
.slide-toggle-mobile i {
  transition: 0.4s;
}

.toggle-open {
  display: none;
}

.category-filter .double-bordered .category-wrapper {
  padding: 40px 40px 25px 40px;
}
.category-filter .double-bordered .category-wrapper ul {
  list-style: none;
  padding-left: 0px;
}
.category-filter .double-bordered .category-wrapper ul li, .category-filter .double-bordered .category-wrapper ul a {
  text-transform: uppercase;
}
.category-filter .double-bordered .category-wrapper ul li input, .category-filter .double-bordered .category-wrapper ul a input {
  margin-right: 10px;
}

@media screen and (max-width: 650px) {
  .category-filter {
    display: none;
  }
  .toggle-open {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .category-filter .double-bordered .category-wrapper {
    padding: 30px 30px 10px 30px;
  }
}
.contact-box {
  text-align: center;
}
.contact-box .double-bordered .contact-wrapper {
  padding: 40px 40px 25px 40px;
}
.contact-box .double-bordered .contact-wrapper p {
  font-weight: 300;
  position: relative;
  z-index: 99999;
}
.contact-box .double-bordered .contact-wrapper h2 {
  color: #C59340;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contact-box .double-bordered .contact-wrapper ul {
  list-style: none;
  padding-left: 0px;
}
.contact-box .double-bordered .contact-wrapper .hours li {
  opacity: 0.8;
}
.contact-box .double-bordered .contact-wrapper .contact-row {
  padding: 0px 10px;
}
.contact-box .double-bordered .contact-wrapper .fa {
  color: #C59340;
}

.rate-chart {
  position: relative;
  z-index: 10;
}
.rate-chart .double-bordered {
  border: none;
}
.rate-chart .graph-header-wrapper h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 20px;
}
.rate-chart .graph-header-wrapper .timer {
  font-size: 26px;
}
.rate-chart .graph-header-wrapper .active {
  background: #C59340 !important;
  color: white !important;
}
.rate-chart .graph-header-wrapper .box {
  background: white;
  color: black;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.rate-chart .graph-header-wrapper .gold-box {
  background: #C59340;
  color: white;
}
.rate-chart .graph-header-wrapper .gold-box span {
  font-weight: bold;
}
.rate-chart .graph-header-wrapper .silver-box {
  color: black;
}
.rate-chart .graph-header-wrapper .silver-box span {
  font-weight: bold;
}
.rate-chart .graph-header-wrapper .silver-box .font-light {
  color: black !important;
}
.rate-chart .graph-wrapper {
  color: white;
  border: 1px solid #C59340;
  padding-top: 20px;
}
.rate-chart .graph-wrapper .bullion-graph {
  position: relative;
  z-index: 99999;
  padding: 0 20px;
}
.rate-chart .graph-wrapper .bullion-graph #embed {
  background: #191919;
}
.rate-chart .graph-wrapper .bullion-graph .bullionvaultchart #jschart_controls {
  background-color: #191919 !important;
  height: 50px !important;
}
.rate-chart .graph-wrapper .bullion-graph .bullionvaultchart .jschart_inside {
  padding: 20px 0 !important;
}
.rate-chart .graph-wrapper .bullion-graph .bullionvaultchart .jschart_clicked {
  background-color: #C59340 !important;
}
.rate-chart .graph-wrapper .bullion-graph .bullionvaultchart .jschart_blank {
  border-radius: 0 !important;
  border: none !important;
}
.rate-chart .graph-wrapper .bullion-graph .highcharts-background {
  fill: #191919;
}
.rate-chart .graph-wrapper .bullion-graph text {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.rate-chart .graph-wrapper .bullion-graph image {
  display: none;
}
.rate-chart .graph-wrapper .bullion-graph .highcharts-grid-line {
  stroke: #5C5C5C;
}
.rate-chart .graph-wrapper .bullion-graph path.highcharts-graph {
  stroke: #C59340;
}
.rate-chart .graph-wrapper .bullion-graph #jschart_timestamp, .rate-chart .graph-wrapper .bullion-graph #jschart_title {
  display: none !important;
}
.rate-chart .graph-wrapper .bullion-graph .highcharts-plot-lines-5 path {
  stroke: #BC0400 !important;
}
.rate-chart .graph-wrapper .bullion-graph .highcharts-anchor {
  display: none !important;
}
.rate-chart .graph-wrapper .bullion-graph .highcharts-axis-title {
  transform: translateX(10px) !important;
}
.rate-chart .graph-wrapper .bullion-graph .bullionvaultchart #jschart_container {
  background: transparent;
}
.rate-chart .graph-wrapper .bullion-graph .gold-chart-fill {
  fill: #6F562C !important;
}
.rate-chart .graph-wrapper .bullion-graph .gold-chart-stroke {
  stroke: #C59340 !important;
}
.rate-chart .graph-wrapper .bullion-graph .silver-chart-fill {
  fill: silver !important;
}
.rate-chart .graph-wrapper .bullion-graph .silver-chart-stroke {
  stroke: white !important;
}
.rate-chart .graph-wrapper .bullion-cta {
  padding: 0 12px;
}

.feedback-message {
  color: #C59340;
  width: 100%;
}

.fa-exclamation-circle {
  font-size: 30px !important;
}
