/*
Theme Name: The twoScript default theme
Theme URI: https://twoscript.nl
Author: twoScript
Author URI: https://twoscript.nl
Description: The default custom theme for twoScript
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ts_theme
*/
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn {
  padding: 12px 20px !important;
  border-radius: 0.375rem !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: normal !important;
  text-transform: uppercase;
}

.btn-big {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Besley", sans-serif !important;
  font-optical-sizing: auto;
  word-wrap: break-word;
}

h1, .h1 {
  font-optical-sizing: auto;
  word-wrap: break-word;
}

p, a, i {
  font-optical-sizing: auto;
  word-wrap: break-word;
  font-weight: 300;
}

h1, .h1 {
  font-size: 3rem;
  color: #082857;
}
@media (max-width: 960px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  color: #082857;
}
@media (max-width: 960px) {
  h2, .h2 {
    font-size: 1.6rem;
  }
}

h3, .h3 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  color: #082857;
}
@media (max-width: 960px) {
  h3, .h3 {
    font-size: 1.6rem;
  }
}

h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 500;
}
@media (max-width: 960px) {
  h4, .h4, h5, .h5, h6, .h6 {
    font-size: 1.3rem;
  }
}

.content-block {
  max-width: 1900px;
  width: 80%;
  margin: 80px auto;
}

.border-radius {
  border-radius: 0.375rem;
}

.wpcf7-submit {
  padding: 10px;
  border-radius: 20px;
  background-color: #ddc785;
  color: white;
  border: 1px solid transparent;
}

.btn-primary {
  background-color: #082857 !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.btn-invert-primary {
  background-color: white !important;
  color: #082857 !important;
  border: 1px solid #082857 !important;
}

.btn-primary:hover {
  background-color: white !important;
  color: #082857 !important;
  border: 1px solid #082857 !important;
}

.btn-invert-primary:hover {
  background-color: #082857 !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.text-primary {
  color: #082857 !important;
}

.background-color-primary {
  background-color: #082857 !important;
}

.btn-secondary {
  background-color: #71aaff !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.btn-invert-secondary {
  background-color: white !important;
  color: #71aaff !important;
  border: 1px solid #71aaff !important;
}

.btn-secondary:hover {
  background-color: white !important;
  color: #71aaff !important;
  border: 1px solid #71aaff !important;
}

.btn-invert-secondary:hover {
  background-color: #71aaff !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.text-secondary {
  color: #71aaff !important;
}

.background-color-secondary {
  background-color: #71aaff !important;
}

.btn-tertiary {
  background-color: #ddc785 !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.btn-invert-tertiary {
  background-color: white !important;
  color: #ddc785 !important;
  border: 1px solid #ddc785 !important;
}

.btn-tertiary:hover {
  background-color: white !important;
  color: #ddc785 !important;
  border: 1px solid #ddc785 !important;
}

.btn-invert-tertiary:hover {
  background-color: #ddc785 !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.text-tertiary {
  color: #ddc785 !important;
}

.background-color-tertiary {
  background-color: #ddc785 !important;
}

.btn-gold {
  background-color: #ddc785 !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.btn-invert-gold {
  background-color: white !important;
  color: #ddc785 !important;
  border: 1px solid #ddc785 !important;
}

.btn-gold:hover {
  background-color: white !important;
  color: #ddc785 !important;
  border: 1px solid #ddc785 !important;
}

.btn-invert-gold:hover {
  background-color: #ddc785 !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.text-gold {
  color: #ddc785 !important;
}

.background-color-gold {
  background-color: #ddc785 !important;
}

.btn-offwhite {
  background-color: rgb(231, 234, 227) !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.btn-invert-offwhite {
  background-color: white !important;
  color: rgb(231, 234, 227) !important;
  border: 1px solid rgb(231, 234, 227) !important;
}

.btn-offwhite:hover {
  background-color: white !important;
  color: rgb(231, 234, 227) !important;
  border: 1px solid rgb(231, 234, 227) !important;
}

.btn-invert-offwhite:hover {
  background-color: rgb(231, 234, 227) !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.text-offwhite {
  color: rgb(231, 234, 227) !important;
}

.background-color-offwhite {
  background-color: rgb(231, 234, 227) !important;
}

.btn-gold-hover {
  background-color: #745f2c !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.btn-invert-gold-hover {
  background-color: white !important;
  color: #745f2c !important;
  border: 1px solid #745f2c !important;
}

.btn-gold-hover:hover {
  background-color: white !important;
  color: #745f2c !important;
  border: 1px solid #745f2c !important;
}

.btn-invert-gold-hover:hover {
  background-color: #745f2c !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.text-gold-hover {
  color: #745f2c !important;
}

.background-color-gold-hover {
  background-color: #745f2c !important;
}

.btn-default-bg {
  background-color: #f5f7fb !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.btn-invert-default-bg {
  background-color: white !important;
  color: #f5f7fb !important;
  border: 1px solid #f5f7fb !important;
}

.btn-default-bg:hover {
  background-color: white !important;
  color: #f5f7fb !important;
  border: 1px solid #f5f7fb !important;
}

.btn-invert-default-bg:hover {
  background-color: #f5f7fb !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.text-default-bg {
  color: #f5f7fb !important;
}

.background-color-default-bg {
  background-color: #f5f7fb !important;
}

.btn-light-blue {
  background-color: #e7f0ff !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.btn-invert-light-blue {
  background-color: white !important;
  color: #e7f0ff !important;
  border: 1px solid #e7f0ff !important;
}

.btn-light-blue:hover {
  background-color: white !important;
  color: #e7f0ff !important;
  border: 1px solid #e7f0ff !important;
}

.btn-invert-light-blue:hover {
  background-color: #e7f0ff !important;
  color: white !important;
  border: 1px solid transparent !important;
}

.text-light-blue {
  color: #e7f0ff !important;
}

.background-color-light-blue {
  background-color: #e7f0ff !important;
}

.icon i {
  border: 1px solid #082857;
  border-radius: 50%;
  padding: 10px;
  font-size: 21px;
  color: #082857;
  background-color: white;
}
.icon i:hover {
  color: white;
  border-color: white;
  background-color: #082857;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]), textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 0.375rem !important;
  font-size: 1rem;
  border: 1px solid #082857;
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  width: 22px;
  height: 22px;
  border-width: 1px;
}

.offwhitebg {
  background: rgb(231, 234, 227) !important;
}

a {
  color: #ddc785;
  transition: color 0.3s ease; /* Smooth transition for color change */
}

a:hover {
  color: #745f2c;
}

.bg-default {
  background: #f5f7fb;
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.swiper-slide {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
}

.swiper-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ddc785;
  background-color: transparent;
}

div[class^=swiper-button-next] {
  right: -40px;
}
@media (max-width: 960px) {
  div[class^=swiper-button-next] {
    right: 0;
  }
}

div[class^=swiper-button-prev] {
  left: -40px;
}
@media (max-width: 960px) {
  div[class^=swiper-button-prev] {
    left: 0;
  }
}

.roboto {
  font-family: "Roboto", sans-serif !important;
}

.post-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  .post-card {
    margin: 0 25px;
  }
}
.post-card .post-date {
  position: absolute;
  padding: 15px;
}
.post-card .post-date .badge {
  font-size: 0.9em;
  background-color: #082857;
}
.post-card .post-thumbnail {
  height: 200px;
  overflow: hidden;
  border-radius: 0.375rem;
}
.post-card .post-thumbnail img {
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 100%;
}
.post-card .post-categories .badge {
  margin-right: 5px;
  font-size: 0.8em;
  background-color: #e7f0ff;
  color: #082857;
}
.post-card .post-title {
  font-weight: 700;
  color: #082857;
  font-size: 1.25em;
}
.post-card .btn-link {
  padding: 0 !important;
  color: #082857;
  text-decoration: underline;
}
.post-card .btn-link:hover {
  text-decoration: none;
}

.mobile-none {
  display: block; /* Zorg ervoor dat het standaard wordt weergegeven op desktops */
}

@media (max-width: 767px) {
  .mobile-none {
    display: none !important; /* Verberg het element op schermen die kleiner zijn dan 768px breed (mobiele apparaten) */
  }
}
.add_to_cart_button {
  width: 100%;
  text-transform: capitalize;
}
.add_to_cart_button:after {
  font-family: FontAwesome;
  content: "\f217";
  font-weight: 300;
  margin-left: 1em;
}

#header {
  position: relative;
  background: #fffdf1;
  z-index: 9999;
  top: 0;
  transition: top 0.3s;
  /* Sub-menu styles */
  /* Sub-menu item styles */
}
@media (max-width: 768px) {
  #header {
    background: #fffdf1;
  }
}
#header.scrolled-header {
  background: #fffdf1;
}
#header .logo {
  padding: 16px;
}
#header .logo img {
  height: auto;
  width: 100%;
  max-width: 275px;
  padding: 10px;
}
#header .custom-logo {
  loading: eager;
}
#header .mobile-cart {
  display: none;
}
@media (max-width: 768px) {
  #header .mobile-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
#header .mobile-cart .custom-logo-link {
  padding: 10px 0;
}
#header .mobile-cart .custom-logo-link img {
  height: 45px;
}
@media (max-width: 960px) {
  #header .mobile-cart .custom-logo-link img {
    height: auto;
    width: 100%;
  }
}
#header .desktop-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  #header .desktop-menu {
    display: none !important;
  }
}
#header .menu {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
#header .custom-menu-class {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .custom-menu-class li {
  list-style: none;
  margin: 0 20px;
  position: relative;
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 6px;
  width: 160px;
}
@media (max-width: 1600px) {
  #header .custom-menu-class li {
    width: 120px;
  }
}
@media (max-width: 1400px) {
  #header .custom-menu-class li {
    width: auto;
  }
}
#header .custom-menu-class li a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-transform: uppercase;
  color: #082857;
  font-weight: 500;
  width: 100%;
  height: 100%;
  justify-content: center;
}
#header .custom-menu-class li a:hover {
  color: #777;
}
#header .custom-menu-class li:hover {
  background: #082857;
}
#header .custom-menu-class li:hover a {
  color: #fff;
}
#header .custom-menu-class li.site_logo {
  width: auto;
}
#header .custom-menu-class li.site_logo:hover {
  background: white !important;
}
#header .custom-menu-class li.site_logo img {
  height: 60px;
  width: auto;
  padding: 10px 0;
}
#header .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
  z-index: 1000;
  width: 200px;
}
#header li:hover > .sub-menu {
  display: block; /* Show sub-menu when hovering over parent menu item */
}
#header .sub-menu > li {
  list-style: none; /* Remove list item styles */
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  border-top: 1px solid #eee; /* Add a top border to separate sub-menu items */
}
#header .sub-menu > li a {
  display: block; /* Make entire sub-menu item clickable */
  padding: 10px 15px; /* Add padding to sub-menu items */
  color: #333; /* Set sub-menu item color */
  transition: background-color 0.3s ease-in-out; /* Smooth background color transition */
}
#header .sub-menu > li a:hover {
  background-color: #f5f5f5; /* Change background color on hover */
}

.login-register {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: auto;
}
.login-register a {
  padding: 10px;
  height: fit-content;
}
.cart-contents {
  text-decoration: none;
}

#mobile-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: white;
  left: 0;
}
#mobile-menu .menu {
  flex-direction: column;
  align-items: start;
  padding: 12px;
  list-style: none;
  width: 100%;
}
#mobile-menu .menu .menu-footer_customer_care-container {
  width: 100%;
}
#mobile-menu .menu .menu-footer_customer_care-container li {
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #082857;
  padding-bottom: 0;
  margin-bottom: 10px;
}
#mobile-menu .menu .menu-footer_customer_care-container li a {
  color: #082857;
  font-size: 20px;
  text-decoration: none;
}

#mobile-menu-icon {
  display: none;
}
@media (max-width: 768px) {
  #mobile-menu-icon {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
  }
}
#mobile-menu-icon .bar {
  width: 25px;
  height: 2px;
  background-color: black;
  margin: 2px 0;
}

.mega-menu {
  list-style: none;
  position: absolute;
  background: #082857;
  width: 100%;
  height: fit-content;
  left: 0;
  transition: 0.4s ease-in-out;
}
.mega-menu.d-none-mega-menu {
  height: 0;
  display: block;
}
.mega-menu .mega-menu-wrapper {
  margin-top: 50px;
  /* Icons for specific sub-menu items if needed */
  /* Target list items where the <a> tag contains 'gouden-munten' in the href */
}
.mega-menu .mega-menu-wrapper .mega-gold ul li::before {
  background-image: url("https://goldbase.nl/wp-content/uploads/2024/07/500g-gold-bar-valcambi-casted-1.webp"); /* Add path to your gold bar icon */
}
.mega-menu .mega-menu-wrapper .mega-silver ul li::before {
  background-image: url("https://goldbase.nl/wp-content/uploads/2024/07/500g-silver-bar-nadir-metal-rafineri-1.webp"); /* Add path to your silver bar icon */
}
.mega-menu .mega-menu-wrapper .mega-platinum ul li::before {
  background-image: url("https://goldbase.nl/wp-content/uploads/2024/07/1-oz-morgan-le-fay-myths-and-legends-gold-coin-2024-2.webp"); /* Add path to your platinum bar icon */
}
.mega-menu .mega-menu-wrapper .mega-gold ul li:has(a[href*=gouden-munten])::before,
.mega-menu .mega-menu-wrapper .mega-gold ul li:has(a[href*="type=coin"])::before {
  background-image: url("https://goldbase.nl/wp-content/uploads/2024/07/1-oz-morgan-le-fay-myths-and-legends-gold-coin-2024-2.webp"); /* Icon for Gouden munten */
}
.mega-menu .mega-menu-wrapper .mega-silver ul li:has(a[href*=zilveren-munten])::before,
.mega-menu .mega-menu-wrapper .mega-silver ul li:has(a[href*="type=coin"])::before {
  background-image: url("https://goldbase.nl/wp-content/uploads/2024/07/1-kilo-britannia-charles-iii-silver-coin-2023-1-300x300.webp"); /* Icon for Gouden munten */
}
.mega-menu .mega-menu-wrapper .mega-menu-sub .mega-menu-sub-col {
  border-right: 1px solid #fffdf1;
  margin-bottom: 10px;
  /* Icons for specific mega menu sections */
  /* Similarly, add other icons as needed */
}
.mega-menu .mega-menu-wrapper .mega-menu-sub .mega-menu-sub-col:last-child {
  border-right: none;
}
.mega-menu .mega-menu-wrapper .mega-menu-sub .mega-menu-sub-col a {
  color: #fff;
  text-decoration: none;
}
.mega-menu .mega-menu-wrapper .mega-menu-sub .mega-menu-sub-col a:hover {
  text-decoration: underline;
}
.mega-menu .mega-menu-wrapper .mega-menu-sub .mega-menu-sub-col ul {
  padding: 0 !important;
  list-style: none; /* Remove default list styles */
  margin: 0;
  position: relative;
}
.mega-menu .mega-menu-wrapper .mega-menu-sub .mega-menu-sub-col ul li {
  margin: 15px 0; /* Space between list items */
  padding-left: 35px; /* Space for the icon */
  position: relative;
}
.mega-menu .mega-menu-wrapper .mega-menu-sub .mega-menu-sub-col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* Adjust size of the icon */
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mega-menu .mega-menu-wrapper .mega-menu-sub .mega-menu-sub-col ul li.menu-product {
  padding-left: 55px;
}
.mega-menu .mega-menu-wrapper .mega-menu-sub .mega-menu-sub-col .price {
  color: #ddc785;
  font-size: 1rem !important;
  margin: 0;
  padding: 0 !important;
}
.mega-menu .mega-menu-wrapper .mega-menu-sub .mega-menu-sub-col .product_title {
  padding: 0;
  margin: 0;
}

/* New styles for hovering mega menu */
.mega-gold:hover ~ .custom-menu-class .mega-gold,
.mega-silver:hover ~ .custom-menu-class .mega-silver,
.mega-platinum:hover ~ .custom-menu-class .mega-platinum {
  background: #ddc785;
}

.undernav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.topbar .row {
  background: #082857;
  padding: 10px;
}
.topbar .row .icons a {
  margin-right: 5px;
}
.topbar .row .icons a i, .topbar .row .icons a span {
  font-size: 20px;
}

.fixed-header {
  position: fixed !important;
  top: 0 !important;
}

.fixed-header #header {
  top: 32px;
}

.show_cart_content {
  display: none;
  width: 500px;
  height: auto;
  position: absolute;
  top: 142px;
  right: 26px;
  z-index: 99999;
  background: white;
  box-shadow: 2px 3px 9px 2px #818181;
  border-radius: 20px;
  padding: 16px;
}
@media (max-width: 992px) {
  .show_cart_content {
    width: 90vw;
    right: 50%;
    transform: translateX(50%);
  }
}
.show_cart_content .show_cart_close {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.show_cart_content .show_cart_content_placeholder {
  overflow-y: scroll;
  max-height: 50vh;
}
.show_cart_content .show_cart_content_placeholder .cart-item img {
  width: 64px;
}
@media (max-width: 992px) {
  .show_cart_content .show_cart_content_placeholder .cart-item img {
    max-width: 100%;
  }
}
.show_cart_content .show_cart_content_placeholder .cart-item a {
  color: #082857;
}
.show_cart_content .show_cart_content_placeholder .cart-item p {
  font-size: 12px !important;
  margin-bottom: 0 !important;
}
.show_cart_content .show_cart_content_placeholder .cart-item .cart-item-details {
  display: grid;
}

.footer {
  color: #ffffff;
  background-color: #002244;
  padding: 2rem 0;
}
.footer h4 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer h5 {
  border-bottom: solid 2px #ddc785;
}
.footer p {
  font-size: 16px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: #f0f0f0;
  text-decoration: underline;
}
.footer .footer-menu-list li {
  margin-bottom: 0.75rem;
}
.footer .form-group input[type=email] {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  width: 100%;
}
.footer .form-group input[type=submit] {
  background-color: #ffaa00;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}
.footer .form-group input[type=submit]:hover {
  background-color: #ff8800;
}
.footer .logo {
  margin-bottom: 1rem;
}
.footer .logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 960px) {
  .footer .logo img {
    width: 75%;
    margin-bottom: 30px;
  }
}
.footer .under_footer {
  border-top: 1px solid #ddc785;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.9rem;
}
.footer .under_footer p {
  margin-bottom: 0;
  text-align: center;
}
.footer .under_footer a {
  font-size: 0.9rem;
  color: #ffffff;
}
.footer .under_footer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer h4 {
    font-size: 1.2rem;
  }
  .footer .form-group input[type=email],
  .footer .form-group input[type=submit] {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.products {
  display: flex;
  flex-wrap: wrap;
}
.products .product {
  box-shadow: 0px 4px 4px 3px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: white !important;
  padding: 1.5rem !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .products .product {
    margin: 0 0 1em !important;
  }
  .products .product:nth-child(odd) {
    margin-right: 4% !important;
    padding: 1rem !important;
  }
}
.products .product .woocommerce-loop-product__title {
  border-bottom: solid #ddc785;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.products .product .product-image-wrapper .image-flip img {
  padding: 1rem;
}
.products .product .add_to_cart_button {
  text-transform: capitalize !important;
}
@media (max-width: 768px) {
  .products .product .add_to_cart_button .add_to_cart_text {
    display: none;
  }
}
.products .product .add_to_cart_button:after {
  font-family: FontAwesome;
  content: "\f217";
  font-weight: 300;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .products .product .add_to_cart_button:after {
    margin-left: 0;
  }
}
.products .product .fa-cart-plus {
  display: none;
}
@media (max-width: 768px) {
  .products .product .fa-cart-plus {
    display: block;
  }
}
.products .product .added_to_cart {
  display: none;
}
.products .product .price {
  font-size: 20px !important;
  color: #082857;
  padding: 10px 0;
  margin-bottom: 0 !important;
}
.products .product .price .woocommerce-Price-amount bdi {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-family: "Besley";
}
@media (max-width: 768px) {
  .products .product .price .woocommerce-Price-amount bdi {
    font-size: 18px;
  }
}
.products .product .tinv-wishlist {
  width: 42px;
  right: 10px;
  left: unset;
}
.products .product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  margin: 0;
  position: relative;
  height: 100%;
}
.products .product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  padding: 5px;
  border-radius: 0.375rem;
  margin-top: 0;
  color: #082857;
  top: 0;
  height: 100%;
  align-items: center;
  display: flex;
  font-size: 30px;
}

.filter-toggle {
  display: none;
}

@media (max-width: 768px) {
  .filter-col {
    display: none; /* Verberg de filter standaard op mobiele apparaten */
  }
  .filter-toggle {
    display: block; /* Toon de toggle button */
    margin-bottom: 10px;
    background-color: #082857;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
  }
}
.quantity-wrapper {
  display: flex;
  align-items: center;
}

.quantity-wrapper .minus,
.quantity-wrapper .plus {
  background-color: #ddd;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.quantity-wrapper .minus {
  border-radius: 5px 0 0 5px;
}

.quantity-wrapper .plus {
  border-radius: 0 5px 5px 0;
}

.quantity-wrapper input.qty {
  text-align: center;
  padding: 10px;
  width: 60px;
  border: 1px solid #ddd;
}

.woocommerce .widget_price_filter .ui-slider {
  background: #ddc785 !important;
  height: 0.15em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ddc785;
  border: 0;
  top: -0.4em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 0.15em;
  top: 0em;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin: 10px;
  border-radius: 50%;
  border: 2px solid #082857 !important;
  height: 46px;
  width: 46px;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  border: none !important;
  height: 100%;
  color: #082857 !important;
  background: white !important;
  line-height: 1.2;
}
.woocommerce nav.woocommerce-pagination ul li:has(.current) {
  border: 2px solid transparent !important;
}
.woocommerce nav.woocommerce-pagination ul li:has(.current) span {
  background: #082857 !important;
  color: white !important;
}
.woocommerce nav.woocommerce-pagination ul li:has(.next), .woocommerce nav.woocommerce-pagination ul li:has(.prev) {
  border: none !important;
  font-size: 30px !important;
}
.woocommerce nav.woocommerce-pagination ul li:has(.next) a, .woocommerce nav.woocommerce-pagination ul li:has(.prev) a {
  line-height: 0.5 !important;
  background: none !important;
}

.woof_checkbox_label {
  font-size: 16px;
}

.woof_container_inner h4 {
  color: #082857;
  font-size: 20px;
  font-weight: 700;
}
.woof_container_inner .woof_open_hidden_li {
  text-align: left;
  color: #ddc785;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.woof_container_inner .icheckbox_minimal-grey {
  background-color: white;
  border: 2px solid #082857;
  border-radius: 3px;
}
.woof_container_inner .icheckbox_minimal-grey.checked {
  background-position: -42px -1px;
}
.woof_container_inner label {
  color: #082857;
}

.woof_reset_search_form {
  display: none !important;
}

.woof_products_top_panel {
  display: none !important;
}

.woocommerce-result-count {
  display: none !important;
}

.woocommerce-ordering .orderby {
  border-radius: 17.5px;
  background: #ddc785;
  border: none;
  padding: 8px 16px;
  color: #082857;
  font-weigth: 600;
}

.filter-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #082857;
}

.ts-single-product {
  background: #F5F7FB;
}
.ts-single-product .product .product_title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ts-single-product .product bdi {
  color: #ddc785;
  font-family: "Besley";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.ts-single-product .flex-viewport {
  background: white;
  border-radius: 20px !important;
}
.ts-single-product .quantity {
  border-radius: 0 !important;
  margin: 0 !important;
  border: solid 1px #082857 !important;
}
.ts-single-product .quantity-wrapper {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.ts-single-product .plus {
  padding: 13px !important;
  background: white;
  border: solid 1px #082857;
  border-left: none;
  color: #082857;
  font-weight: 600;
}
.ts-single-product .minus {
  padding: 13px !important;
  background: white;
  border: solid 1px #082857;
  border-right: none;
  color: #082857;
  font-weight: 600;
}
.ts-single-product .tinv-wraper {
  height: 79px;
  display: inline-block;
}
.ts-single-product .tinvwl_add_to_wishlist_button {
  height: 35px !important;
}
.ts-single-product .tinvwl_add_to_wishlist_button:before {
  font-size: 40px !important;
  color: #082857 !important;
}
.ts-single-product .flex-control-thumbs {
  display: none;
}
.ts-single-product .woocommerce-product-gallery {
  position: relative !important;
}
.ts-single-product .woocommerce-product-gallery__navigation {
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
  padding: 10px;
}
.ts-single-product .woocommerce-product-gallery__arrow--prev {
  text-decoration: none !important;
  font-size: 30px;
}
.ts-single-product .woocommerce-product-gallery__arrow--next {
  text-decoration: none !important;
  font-size: 30px;
}
.ts-single-product .woocommerce-product-gallery__image img {
  padding: 80px !important;
}
.ts-single-product .single_add_to_cart_button {
  width: 70%;
}
@media (max-width: 960px) {
  .ts-single-product .single_add_to_cart_button {
    width: 90%;
  }
}
.ts-single-product .product_meta {
  display: none;
}
.ts-single-product .save-del {
  width: 80%;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 7px;
  background: #E7F0FF;
  margin: 10px 0;
}
.ts-single-product .save-del i {
  font-size: 32px;
  color: #082857;
  margin-right: 10px;
}
.ts-single-product .save-del h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .ts-single-product .save-del {
    width: 100%;
  }
}

.wc-block-cart__submit.btn {
  padding: 0 !important;
  width: 100%;
}
.wc-block-cart__submit.btn a {
  color: white !important;
  text-decoration: none !important;
}
.wc-block-cart__submit.btn:hover a {
  color: #082857 !important;
}

.wc-block-cart__submit-container--sticky {
  background-color: #082857 !important;
}

.page-template-shoplanding {
  background: #f5f7fb;
  /* General Table Styling */
  /* Table Header Styling */
  /* Table Data Cell Styling */
  /* Row Hover Effect */
  /* Alternating Row Colors */
}
.page-template-shoplanding p, .page-template-shoplanding li {
  font-size: 20px;
}
.page-template-shoplanding .shop-bottomtext {
  margin-bottom: 50px;
}
.page-template-shoplanding .shop-bottomtext h2, .page-template-shoplanding .shop-bottomtext h3 {
  font-weight: 700;
  margin-top: 50px;
}
.page-template-shoplanding table {
  width: 100%; /* Make the table take full width */
  border-collapse: collapse; /* Remove gaps between table cells */
  margin: 20px 0; /* Add some margin above and below the table */
  font-size: 16px; /* Adjust font size */
  text-align: left; /* Align text to the left */
}
.page-template-shoplanding table th {
  background-color: #f2f2f2; /* Light grey background for header */
  color: #333; /* Dark text color for better readability */
  padding: 12px; /* Add some padding for header cells */
  border-bottom: 2px solid #ddd; /* Add a bottom border to header */
}
.page-template-shoplanding table td {
  padding: 12px; /* Add padding for data cells */
  border-bottom: 1px solid #ddd; /* Light grey border for rows */
}
.page-template-shoplanding table tr:hover {
  background-color: #f9f9f9; /* Light grey background on hover */
}
.page-template-shoplanding table tr:nth-child(even) {
  background-color: #f2f2f2; /* Alternate row color */
}

.page-template-overons .usp-section .container {
  border-radius: 16px;
}
.page-template-overons .usp-section .usp-image img {
  padding: 1em;
  height: auto;
  margin-left: -25%;
}
.page-template-overons .usp-section .usp-content {
  padding: 10px;
}
.page-template-overons .usp-section .usp-content h2 {
  color: #082857;
  font-weight: 700;
}
.page-template-overons .usp-section .usp-content .usp-item {
  border-radius: 20px;
  background: #E7F0FF;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.04);
}
.page-template-overons .usp-section .usp-content .usp-item h5 {
  font-weight: 600;
  color: #082857;
}
.page-template-overons .usp-section .usp-content .usp-item p {
  color: #6c757d;
}
.page-template-overons .usp-section .usp-content .btn-link {
  color: #082857;
  text-decoration: underline;
}
.page-template-overons .usp-section .usp-content .btn-link:hover {
  text-decoration: none;
}

.home {
  background: #f5f7fb;
}
.home .metal-images a.card {
  padding: 10px;
  margin-bottom: 20px;
  background: #ffffff !important;
  border: none !important;
  border-radius: 10px;
}
.home .metal-images a.card div.px-4 {
  width: 100%;
}
.home .metal-images a.card:hover {
  background: #EFE9E6 !important;
}
@media (max-width: 960px) {
  .home .metal-images a.card {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .home .metal-images a.card .card-title,
  .home .metal-images a.card div.px-1 {
    width: 100%;
  }
}
.home .metal-images .card-title {
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  .home .metal-images .card-title {
    font-size: 1rem;
  }
}
.home .homepage-banner {
  height: 50vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 960px) {
  .home .homepage-banner {
    height: 55vh;
  }
  .home .homepage-banner .row {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 75%);
  }
}
.home .homepage-banner .homepage-banner-img {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  object-fit: cover;
  transform: translateX(-50%);
}
@media (min-width: 1670px) {
  .home .homepage-banner .homepage-banner-img {
    width: 100%;
    height: 100%;
  }
}
.home .homepage-banner .container {
  position: relative;
}
.home .homepage-banner h1 {
  color: white;
}
.home .banner .new-products {
  background: #082857 !important;
  padding: 2rem;
  border-radius: 0.5rem;
}
.home .banner .new-products .row .title-wrapper {
  position: relative;
}
.home .banner .new-products .row .title-wrapper::before, .home .banner .new-products .row .title-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
  height: 2px;
  background-color: #ddc785;
}
.home .banner .new-products .row .title-wrapper::before {
  left: 0;
}
.home .banner .new-products .row .title-wrapper::after {
  right: 0;
}
.home .banner .new-products .row .title-wrapper h5 {
  color: #ddc785;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  position: relative;
  display: inline-block;
  background-color: #082857;
  margin: 0;
  padding: 0 10px;
  z-index: 999;
}
.home .banner .new-products .row h2 {
  font-weight: bold;
}
.home .banner .new-products .row .btn {
  margin-top: 1.5rem;
  background: transparent;
  border: 2px solid;
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.home .banner .new-products .row .btn:hover {
  background: #ddc785;
  color: #082857;
}
.home .banner .new-products .row img {
  max-width: 100%;
  height: auto;
}
.home .banner .minmarg {
  margin-top: -10%;
}
@media (max-width: 960px) {
  .home .banner .minmarg {
    margin-top: -25%;
  }
}
.home .uitgelicht .container .title-wrapper {
  position: relative;
}
.home .uitgelicht .container .title-wrapper::before, .home .uitgelicht .container .title-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  right: 0;
  background-color: #ddc785;
  width: calc(50% - 70px);
}
.home .uitgelicht .container .title-wrapper::before {
  left: 0;
}
.home .uitgelicht .container .title-wrapper::after {
  right: 0;
}
.home .uitgelicht .container .title-wrapper .title {
  background-color: #f5f7fb;
  position: relative;
  z-index: 999;
  margin: 0 auto;
  padding: 0 40px;
  width: fit-content;
}
@media (max-width: 960px) {
  .home .uitgelicht .container .title-wrapper .title {
    padding: 0 10px;
  }
}
.home .uitgelicht .swiper-container a {
  text-decoration: none;
}
.home .uitgelicht .swiper-container .product-item {
  border-radius: 8px;
  text-align: center;
  padding: 15px 30px;
  transition: transform 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .uitgelicht .swiper-container .product-item:hover {
  transform: translateY(-10px);
}
@media (max-width: 960px) {
  .home .uitgelicht .swiper-container .product-item {
    padding: 15px 55px;
  }
}
.home .uitgelicht .swiper-container img {
  max-width: 60%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30%;
}
.home .uitgelicht .swiper-container .product-title {
  font-size: 18px;
  color: #082857;
  margin: 10px 0;
  font-weight: bold;
  border-bottom: solid #ddc785;
}
.home .uitgelicht .swiper-container .product-price {
  font-size: 22px;
  color: #082857;
  margin: 15px 0;
}
.home .uitgelicht .swiper-container .product-price .woocommerce-Price-amount bdi {
  font-weight: bold;
}
.home .uitgelicht .swiper-container .add_to_cart_button {
  display: inline-block;
  background-color: #082857;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
  text-transform: capitalize !important;
}
.home .swiper-container {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
  align-items: flex-start;
}
.home .usp-section .container {
  background-color: #E7F0FF;
  border-radius: 16px;
}
.home .usp-section .usp-image img {
  padding: 1em;
  height: auto;
  margin-left: -25%;
}
@media (max-width: 1650px) {
  .home .usp-section .usp-image img {
    margin-left: 0;
  }
}
.home .usp-section .usp-content {
  padding: 10px;
}
.home .usp-section .usp-content h2 {
  color: #082857;
  font-weight: 700;
}
.home .usp-section .usp-content .usp-item h5 {
  font-weight: 600;
  color: #082857;
}
.home .usp-section .usp-content .usp-item p {
  color: #6c757d;
}
.home .usp-section .usp-content .btn-link {
  color: #082857;
  text-decoration: underline;
}
.home .usp-section .usp-content .btn-link:hover {
  text-decoration: none;
}
.home .home-review {
  background-color: #f4f7fc;
}
.home .home-review .review-slider .swiper-slide {
  transition: transform 0.3s ease;
  opacity: 0.6;
}
.home .home-review .review-slider .swiper-slide .review-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.home .home-review .review-slider .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
}
.home .home-review .review-slider .swiper-button-next-rev,
.home .home-review .review-slider .swiper-button-prev-rev {
  color: #082857;
}
.home .home-review .review-slider .swiper-pagination-bullet-active {
  background-color: #082857;
}
.home .home-review .stars {
  color: #00b67a;
}
.home .home-review .stars .star {
  font-size: 1.2em;
}
.home .home-review .trustpilot {
  font-size: 1em;
  font-weight: bold;
  color: #00b67a;
}
.home .knowledge-hub {
  background-color: #f4f7fc;
}
.home .knowledge-hub .post-slider .swiper-button-next,
.home .knowledge-hub .post-slider .swiper-button-prev {
  color: #082857;
}
.home .knowledge-hub .post-slider .swiper-pagination-bullet-active {
  background-color: #082857;
}
.home .team-section {
  position: relative;
}
.home .team-section .team-text {
  margin-right: -50px;
  z-index: 2;
}
.home .team-section .team-text h2 {
  color: #082857;
  font-weight: 700;
}
.home .team-section .team-text .btn-link {
  color: #082857;
  text-decoration: underline;
}
.home .team-section .team-text .btn-link:hover {
  text-decoration: none;
}
.home .team-section .position-relative {
  position: relative;
}
.home .team-section img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.nfusionsolutions-com-ticker .symbol-block {
  font-size: 54px !important;
}

.blogpost {
  background: #f4f7fc;
  font-size: 20px;
}
.blogpost h1 {
  color: white !important;
}
.blogpost #table-of-contents {
  background: #e7f0ff;
  padding: 10px;
  border-radius: 15px;
}
.blogpost #table-of-contents li {
  margin-top: 10px;
  background: #d2e3ff;
  border-radius: 15px;
}
.blogpost .post-banner {
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: white;
}
.blogpost .post_meta_data p {
  font-size: 16px;
}
.blogpost .banner-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.blogpost .sticky-top {
  top: 150px;
}
.blogpost .woocommerce {
  padding: 0;
}
.blogpost .woocommerce ul.products {
  padding: 0;
  list-style: none;
}
.blogpost .woocommerce ul.products li.product {
  margin-bottom: 20px;
  width: 100%;
}
.blogpost .woocommerce ul.products li.product a {
  display: block;
  text-decoration: none;
}
.blogpost .rank-math-breadcrumb p {
  font-size: 16px;
}
.blogpost .author-info, .blogpost .blogpost .post-details {
  margin-bottom: 10px;
}
.blogpost .author-avatar {
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.blogpost .post-details span {
  display: block;
}
.blogpost .post-details {
  font-size: 0.9rem;
  color: #666;
}
.blogpost .social-share-icons, .blogpost .social-icons {
  text-align: center;
}
.blogpost .social-share-icons a, .blogpost .social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #082857;
  border-radius: 50%;
  margin: 5px;
  line-height: 39px;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #082857;
}
.blogpost .social-share-icons a:hover, .blogpost .social-icons a:hover {
  background-color: #082857;
  color: #fff;
  border: 1px solid white;
}
.blogpost .social-share-icons i, .blogpost .social-icons i {
  vertical-align: middle;
  line-height: 2;
}
.blogpost .ts_cta_element .row {
  background: #ddc785;
  padding: 20px;
  border-radius: 20px;
}
.blogpost .ts_cta_element .row .cta_content .cta_title {
  color: white;
}
.blogpost .ts_cta_element .row .cta_content .cta_text {
  color: white;
}
.blogpost .blog-post-registerform {
  background: #082857;
  padding: 20px;
  border-radius: 20px;
  color: white;
}
.blogpost .blog-post-registerform h1, .blogpost .blog-post-registerform h2, .blogpost .blog-post-registerform h3, .blogpost .blog-post-registerform h4 {
  color: #ddc785;
}
.blogpost .blog-post-author {
  background: #082857;
  padding: 20px;
  border-radius: 20px;
  color: white;
}
.blogpost .blog-post-author h1, .blogpost .blog-post-author h2, .blogpost .blog-post-author h3, .blogpost .blog-post-author h4 {
  color: #ddc785;
}
.blogpost .blogcontent_content {
  padding: 0 20px;
}
.blogpost h1, .blogpost h2, .blogpost h3 {
  font-weight: 700;
}

.wp-block-heading {
  margin-top: 50px;
}

.blog_archive {
  padding-top: 100px;
}

.comments-area {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.comments-area .comments-title {
  color: #333;
  font-weight: bold;
}

.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-area .comment-list li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.comments-area .no-comments {
  color: #999;
}

.contact-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f8ff;
  padding: 40px;
}
.contact-sec .contact-card {
  min-height: 80%;
  border-radius: 10px;
  background-color: #e7f0ff;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.04);
  padding: 20px;
  font-family: Arial, sans-serif;
}
.contact-sec .contact-card h2 {
  font-size: 24px;
  font-weight: bold;
}
.contact-sec .contact-card p {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-sec .contact-card p a {
  text-decoration: none;
}
.contact-sec .contact-card h5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.contact-sec .contact-form label {
  width: 100%;
}
.contact-sec .contact-form h2 {
  font-size: 24px;
  font-weight: bold;
}
.contact-sec .contact-form p {
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-sec .contact-form form {
  display: flex;
  flex-direction: column;
}
.contact-sec .contact-form form input,
.contact-sec .contact-form form textarea {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
}
.contact-sec .contact-form form button[type=submit] {
  background-color: #0e1a35;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.contact-sec .contact-form form button[type=submit]:hover {
  background-color: #093168;
}