/*
Theme Name: Custom Thema Van Ruben Cali
Theme URI: https://rubencali.nl/
Author: Ruben Cali
Author URI: https://rubencali.nl/
Description: Thema van Ruben Cali. Dit thema werkt alleen met Advanced Custom Fields Pro.
Version: 1.0.0#colop
Text Domain: custom_theme
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

/* ========== Other CSS ========== */
html,
body,
html a {
  -webkit-font-smoothing: antialiased !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--global-black);
  overflow-x: hidden;
}

ul li {
  list-style-type: none;
}

ul li i {
  margin-right: 12px;
}

.product_wc_titels a[href$="/sim-cards/"]+i,
.product_wc_titels a[href$="/sim-cards/"] {
  display: none;

}

.page .entry-content table {
  border: 1px solid rgba(35, 171, 226, .2);
}

.page .entry-content table tr {
  border-top: 1px solid rgba(35, 171, 226, .2);
  border-bottom: 1px solid rgba(35, 171, 226, .2);

}

.page .entry-content table tr td {
  border-right: 1px solid rgba(35, 171, 226, .2);
  border-left: 1px solid rgba(35, 171, 226, .2);
  padding: 10px 12px;

}

.product_single_tabs .onsale,
.product_single_co .onsale {
  display: none;
}

.product_single_quicklinks {
  margin-top: 12px;
}

.product-single__advantages {
  background: #F7F7F7;
  padding: 64px 0;
}

.product-advantages__item i {
  font-size: 40px;
  margin-bottom: 16px;
}

.product-advantages__item {
  border: 1px solid rgba(100, 100, 100, .1);
  border-radius: 8px;
  padding: 32px;
  height: 100%;
}

.product-advantages__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.sidebar_product_filter .yith-wcan-filters {
  background: none;
}

.sidebar_product_filter .yith-wcan-filters .filter-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.yith-wcan-reset-filters {
  margin-bottom: 20px;
  font-size: 12px;
  padding: 4px 6px;
}

.filter-item label {
  font-size: 12px;
  margin-bottom: 6px;
  font-weight: 500;

}

.sidebar_product_filter {
  margin: 24px 0;
}

.sidebar__close i {
  display: none;
}

.sidebar__filter-toggle {
  display: none;
}

.wpc-filter-content li {
  font-size: 14px;
}

h1 {
  font-size: 22px;
  font-weight: 600;
  color: var(--global-color-1);
  margin-bottom: 25px;
}

label {
  font-weight: bold;
  margin-bottom: 10px;
}

h1.titel {
  margin-bottom: 45px;
}

h2 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}

h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

p {
  font-size: 15px;
}

h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

h5,
h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.page_wrapper {
  min-height: 100vh;
}

p {
  margin-bottom: 10px;
}

.fa-star,
.fa-star-half-alt {
  color: #F8B03C;
}

.content-area table {
  width: 100%;
}

a {
  color: var(--global-color-1);
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

a:hover {
  color: var(--global-color-2);
  text-decoration: none;
}

a:active {
  color: var(--global-black);
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ========== General ========== */
.container-fluid {
  padding: 0;
}

.container-fluid .row {
  margin: 0;
}

.row {
  padding: 45px 0;
}

.custom_row:first-child[class^=bg-] {
  margin-top: -45px;
}

.custom_row:last-child[class^=bg-] {
  margin-bottom: -45px;
}

.center {
  text-align: center;
}

.select_option_label {
  margin-bottom: 4px;
}

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


.valign .inner {
  width: 100%;
}

.butn {
  display: inline-block;
  border: 1.5px solid var(--global-color-1);
  background-color: var(--global-color-1);
  color: var(--global-white);
  padding: 15px 30px;
  margin-top: 25px;
}

.butn:hover {
  border-color: var(--global-color-2);
  background-color: var(--global-color-2);
  color: var(--global-white);
}

.butn:active {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white);
}

.smediabutn {
  position: relative;
  display: inline-block;
  border: 2px solid var(--global-white);
  border-radius: 50%;
  background-color: var(--global-color-1);
  color: var(--global-white);
  height: 45px;
  width: 45px;
  margin: 0 2.5px 2.5px;
}

.search_products:hover {
  cursor: pointer;
}

.trp-language-switcher {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  margin: 0px;
  box-sizing: border-box;
  width: unset;
}

.trp-language-switcher>div {
  box-sizing: border-box;
  padding: 3px 20px 3px 5px;
  border: 2px solid var(--global-white);
  border-radius: 3px;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
  background-position: calc(100% - 8px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  background-color: var(--global-color-1);
  width: fit-content !important;
}

.trp-language-switcher>div>a:hover {
  display: block;
  padding: 2px;
  border-radius: 3px;
  background: var(--global-color-1);
}

.header__slider {
  max-width: 100%;
}

.header__slider-slide p {
  color: #ffffff;
  margin-bottom: 0;
}

.header__slider-slide i {
  margin-right: 8px;
}

.top_header {
  padding: 7.5px 0px;
}

.mail_details h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}

.mail_details h6 {
  font-size: 15px;
}

.cart-count i {
  font-size: 20px;
  color: var(--global-color-2);
}

.cart-count .count {
  border-radius: 50%;
  background-color: var(--global-color-2);
  color: var(--global-white);
  width: 16px;
  height: 16px;
  position: absolute;
  right: -8px;
  top: -9px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  transition: background-color .2s ease;
}

.mid_header .site-info h5 {
  font-size: 13px;
}

.single-product__sticky-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #ffffff;
  -webkit-box-shadow: 0px -5px 10px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -5px 10px 6px rgba(0, 0, 0, 0.05);
  padding: 12px 0;
  z-index: 1000;
  transition: .2s ease;
}

.single-product__sticky-wrapper:hover {
  -webkit-box-shadow: 0px -5px 14px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -5px 14px 9px rgba(0, 0, 0, 0.05);
}

.single-product__sticky h3 {
  margin-bottom: 0;
}

.single-product__sticky-right {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.single-product__sticky-atc,
.single-product__sticky-atc-simple {
  background: var(--global-color-2);
  color: #ffffff;
  border-radius: 4px;
  padding: 8px 12px;
  transition: .2s ease;
}

.variations label[for="days"],
.variations select[name="attribute_days"] {
  display: none !important;
}

.single-product__sticky-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.single-product__sticky-price .amount {
  margin-left: 20px;
  font-weight: 600;
}

.single-product__sticky-atc:hover,
.single-product__sticky-atc-simple:hover {
  filter: brightness(.9);
  color: #ffffff;
}

.single-product__sticky {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.single-product__atc-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  background: #ffffff;
  padding: 24px 32px;
  border-radius: 4px;
  box-shadow: 0 0 10000px 10000px rgba(0, 0, 0, .06);
  opacity: 0;
  pointer-events: none;
  transition: .3s ease;
  max-height: 85vh;
  overflow-y: scroll;
}

.single-product__atc-popup.show {
  opacity: 1;
  pointer-events: all;
}

.single-product__popup-close {
  display: flex;
  justify-content: flex-end;
  padding: 8px 12px;
}

.single-product__popup-close i {
  cursor: pointer;
  font-size: 20px;
}

.trp-language-switcher>div>a {
  display: block;
  padding: 2px;
  border-radius: 3px;
  color: var(--global-white);
}

.smediabutn:hover {
  border-color: var(--global-color-2);
  background-color: var(--global-color-2);
  color: var(--global-white);
}

.smediabutn:active {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white);
}

.smediabutn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0;
}

.producten_wc .wc_item {
  padding: 10px;
  position: relative;
}

.producten_wc .wc_item.product-card {
  padding: 0;
}

.product_details__top>a {
  width: 100%;
}

.product_details__top h3 {
  margin-bottom: 0;
  color: var(--global-color-1)
}

.product_details__top {
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.product-card__popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: white !important;
  padding: 48px;
  box-shadow: 0px 0px 10000px 10000px rgba(0, 0, 0, 0.5) !important;
  z-index: 2147483647 !important;
  pointer-events: none;
  max-height: 95vh;
  overflow-y: auto;
  max-width: 90vw;
  width: auto;
  border-radius: 16px;
}

body .product-card__popup,
html .product-card__popup,
#page .product-card__popup {
  z-index: 2147483647 !important;
  position: fixed !important;
}

.product-card__popup.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 2147483647 !important;
}

body .product-card__popup.visible,
html .product-card__popup.visible,
#page .product-card__popup.visible {
  z-index: 2147483647 !important;
  position: fixed !important;
}

/* Force popup above all possible interfering elements */
.product-card__popup {
  z-index: 2147483647 !important;
}

.product-card__popup.visible {
  z-index: 2147483647 !important;
}

/* Ensure popup is above admin bar, navbar, and other fixed elements */
#wpadminbar,
.navbar,
.bottom_navbar,
.fixed,
.navbar-fixed-top,
.navbar-fixed-bottom,
.admin-bar,
header,
.site-header,
#masthead,
.header,
.top-header,
.main-header {
  z-index: 999 !important;
}

.product-card__popup,
.product-card__popup.visible {
  z-index: 2147483647 !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* Additional failsafe positioning rules */
body > .product-card__popup {
  z-index: 2147483647 !important;
  position: fixed !important;
}

body > .product-card__popup.visible {
  z-index: 9999 !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* --- Popup Close Button Absolute Top-Right --- */
.product-card__popup-close {
  position: absolute !important;
  top: 0px !important;
  right: 5px !important;
  z-index: 2147483647 !important;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  border: 2px solid #1ca9e3;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.product-card__popup-close:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}

.product-card__popup-close i {
  font-size: 22px;
}

.product-card__popup {
  padding: 32px 32px 24px 32px !important;
}

@media (min-width: 1024px) {
  .product-card__popup {
    padding: 40px 40px 32px 40px !important;
  }
}

.product-card__popup .product_single_co {
  max-height: calc(95vh - 96px);
  overflow-y: auto;
  padding-right: 0;
}

/* Better scaling for desktop */
@media (min-width: 768px) {
  .product-card__popup {
    max-height: 95vh !important;
    max-width: 600px !important;
    width: auto !important;
    padding: 40px !important;
  }
  
  .product-card__popup .product_single_co {
    max-height: none !important;
    overflow-y: visible !important;
  }
}

/* For larger desktop screens - make it even more spacious */
@media (min-width: 1024px) {
  .product-card__popup {
    max-height: 90vh !important;
    max-width: 650px !important;
  }
}

/* Fix image display in popup */
.product-card__popup .product_single_img {
  display: none;
}

.product-card__popup .product_single_img img {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  height: auto !important;
  max-height: 75px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Optimize payment methods section in popup */
.product-card__popup .pz_payments {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.product-card__popup .pz_payments img {
  max-height: 35px !important;
  margin: 3px !important;
}

/* Make form sections well-spaced on desktop */
@media (min-width: 768px) {
  .product-card__popup .product_single_form {
    margin-top: 20px;
  }
  
  .product-card__popup .product_single_img {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  
  .product-card__popup h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
}


.product_details__data.product_details__data-more {
  color: var(--global-color-1);
}
.product_details__data {
  padding: 12px 16px;
  border-top: 1px solid rgba(35, 171, 226, .6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_details__data.product_details__data-type {
  background-color: rgba(35, 171, 226, .4);
}


.product_details__data .product_details__data-title {
  font-weight: bold;
  font-size: 12px;
}

.product_details__data .product_details__data-value {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.product_details__data .product_details__data-title i {
  margin-right: 10px;
  font-size: 12px;
}

.product_detail_tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px;
  color: #ffffff;
  background-color: var(--global-color-1);
  font-size: 14px;
  font-weight: 500;
}

.product_detail_txt__tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.product_detail_txt__tags span i {
  margin-right: 4px;
  color: var(--global-color-2);
}

.product_detail_txt__tags span {
  color: #ffffff;
  font-size: 14px;
}

/* ========== Header ========== */
.top_header {
  background-color: var(--global-color-1);
}

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

.items_with_text_imgs .col-12 {
  text-align: center;
}

.items_with_text_imgs .col-12 p {
  margin-bottom: 0;
}

.items_with_text_imgs .col-12 p a {
  margin-bottom: 0;
  font-weight: 600;
}

.items_with_text_imgs .col-12 .item_content {
  padding: 20px 0;
}

.navbar .nav-item:last-of-type a {
  padding-right: 0px !important;
}

.mid_header {
  position: relative;
  padding: 10px 15px;
}

#masthead .navbar-nav .dropdown-item {
  background-color: white !important;
  border-bottom: 1px solid rgba(35, 171, 226, .6);
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#masthead .navbar-nav .dropdown-item:hover {
  background: rgba(35, 171, 226, .3) !important;
  color: #54595f !important;
}

.mid__header-content {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}

.color_2 {
  color: var(--global-color-2);
}

.mail_href i,
.mail_href h5 {
  color: var(--global-color-2);
}

.mail_href h6 {
  color: var(--global-black);
  transition: .2s ease;
  font-size: 15px;
}

.mail_href h6:hover {
  color: var(--global-color-2);
}

.quick_cc {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quick_cc .fa-envelope {
  font-size: 40px;
}

.navbar .nav-item:first-of-type a {
  padding-left: 0px !important;
}

.mail_details h6 {
  margin-bottom: 0px;
}

.mid_header .navbar-nav {
  width: 100%;
  gap: 20px
}

#masthead {
  margin-bottom: 25px;
}

#masthead .row {
  padding: 0;
}

#masthead .site-branding {
  width: 200px;
  max-height: 150px;
}

#masthead .socials {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 0;
}

.trp-ls-shortcode-language {}

#masthead .socials .smediabutn {
  font-size: 16px;
}

#masthead .navbar {
  margin: 0;
  padding-left: 0;
  padding-right: 0;

  width: 100%;
}

#masthead .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: var(--global-black);
  padding: 10px 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.bottom_navbar {
  border-top: 2px solid rgba(35, 171, 226, .3);
  border-bottom: 2px solid rgba(35, 171, 226, .3);
  width: 100%;
  background-color: white !important;
  z-index: 1000;


}

.bottom_navbar .navbar-nav {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  width: 100%;
}

#masthead .nav-item .nav-link:hover {
  color: var(--global-color-2);
}

#masthead .nav-item.active .nav-link,
#masthead .nav-item .nav-link:active {
  color: var(--global-color-2);
}

#masthead .dropdown-menu {
  border: 0;
  padding: 0;
  border-radius: 0;
}

#masthead .navbar-nav .dropdown-item {
  background-color: var(--global-grey);
  color: var(--global-black);
}

#masthead .navbar-nav .dropdown-item:hover {
  background-color: var(--global-color-2);
  color: var(--global-white);
}

#masthead .navbar-nav .dropdown-item.active,
#masthead .navbar-nav .dropdown-item:active {
  background-color: var(--global-black);
  color: var(--global-white);
}

.fixed {
  position: fixed !important;
  animation: smoothScroll .5s forwards;
  box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
  top: 0px !important;
  z-index: 1000;

}

.header_wrapper {
  margin-bottom: 30px;
}

.animate_out {
  animation: animate_out .5s forwards;
}

.fixed .header_nav {
  padding-top: 5px;
  padding-bottom: 5px;

}

@keyframes smoothScroll {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes animate_out {
  0% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.product_single_quicklinks a {
  border-top: 1px solid var(--global-color-1);
  border-bottom: 1px solid var(--global-color-1);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 8px;


}

.woocommerce-tabs .tabs {
  padding: 0 0 0 16px;
  display: flex;
  border-bottom: 1px solid var(--global-color-1);
  overflow-x: scroll;

}

.woocommerce-tabs .tabs::-webkit-scrollbar {
  display: none;
}

.variations .value {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.variations_form table tr {
  margin-bottom: 20px;
  display: block;
}

.product_single_form form,
.woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-variation-add-to-cart {
  gap: 0px!important;
}
.woocommerce .quantity .qty {
  min-width: 0!important;
  margin-right: 12px!important;
}
.woocommerce-variation-add-to-cart {
   flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
}
.woocommerce-variation-add-to-cart .quantity {
  width: fit-content;
}
.woocommerce-variation-add-to-cart .quantity input {
  border: 1px solid var(--global-color-1)!important;
}

.single_variation_wrap .wc-stripe-product-checkout-container {
  display: none !important;
}

.woocommerce-tabs .tabs li a {
  padding: 16px 24px;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  white-space: nowrap
}

.woocommerce-tabs .tabs li.active a {
  padding: 16px 24px;
  display: block;
  background: var(--global-color-1);
  color: #ffffff;
}

/* ========== custom Rows ========== */
.header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 250px;
  width: 100%;
  margin: 45px 0;
  overflow: hidden;
}

.product-search-results-content {
  overflow-y: scroll !important;
  height: 60vh !important;
}

.prepaidzero-search__popup .product-search {
  width: 50vw;
}

.prepaidzero-search__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: fit-content;
  background: white;
  /* Dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out, visibility 0.2s;
  pointer-events: none;
  box-shadow: 0 0 10000px 10000px rgba(0, 0, 0, .5);
  z-index: 999999 !important;
  padding: 48px 80px;
}

.prepaidzero-search__popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}



.prepaidzero-search__popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
  color: #333;
  transition: color 0.3s ease-in-out;
}



.product-search-field {
  border: none;
  border-bottom: 2px solid var(--global-color-2);
  padding: 5px 10px;
}

.woocommerce .search-results a.button {
  border: 0 solid var(--global-white);
  background-color: transparent !important;
  color: var(--global-color-1);
  padding: 0px;
}

.entry.product:hover {
  background: #FAFAFA !important;
}

.entry.product {
  padding-bottom: 12px !important;
  padding-top: 25px !important;
  border-bottom: 1.5px solid rgba(35, 171, 226, .3) !important;
}

.sidebar_item .sidebar_CTA:hover {

  background: var(--global-color-2);
}

.search-results .entry a span:hover {
  text-decoration: none !important;
}

.search-results .product-info .title {
  font-size: 14px !important;
  margin-bottom: 5px;
}

.product-search-results .entry span.description {
  font-size: 12px !important;
  margin-bottom: 10px;
}

.product-search-results .entry a,
.product-search-results .search-results .entry a {
  text-decoration: none;
  font-weight: inherit;

}

.product-search-results .entry img.thumbnail {
  margin-top: 8px;
}

.product-search-results .entry span.price {
  display: block;
  font-size: 13px;
  color: var(--global-color-2) !important;
}

.search-results .product-info .title:hover {
  text-decoration: none !important;
}

.search-results .product-info a:hover {
  text-decoration: none !important;
}

.items_nav {
  display: flex;
  gap: 15px;
}

.header .header-image {
  width: 100%;
  visibility: hidden;
}

.home .header {
  max-height: 500px;
}

.image_text.left .inner {
  padding-left: 45px;
}

.image_text.right .inner {
  padding-right: 45px;
}

.image_text .container-fluid {
  padding: 0;
}

.image_text .container-fluid .row {
  padding: 0;
  margin: 0;
}

.image_text .container-fluid .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image_text div.mainimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.image_text img.mainimg {
  width: 100%;
  margin: 10px 0 15px;
}

.dividingline .lijn {
  background-color: var(--global-grey);
  /* background-image: url('img/line.svg'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 2px;
  width: 100%;
}

.post .post-item {
  margin: 15px 0;
}

.post .post-item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
}

.post .post-item .inner {
  padding: 25px;
  background-color: var(--global-grey);
}

.post .post-item .inner h3 {
  margin-bottom: 0;
}

.post .post-item .inner span.date {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

.pagination {
  margin: 40px 0;
}

.pagination .page-numbers {
  padding: 7px 15px;
  margin-right: 10px;
  color: var(--global-black);
}

.pagination .page-numbers.current {

  color: var(--global-color-1);
  border-bottom: 2px solid var(--global-color-1);
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  color: var(--global-color-1);
}

.pagination .page-numbers:hover {
  color: var(--global-color-1);
}

.no_pad {
  padding-left: 0px;
  padding-right: 0px;
}

.gallery {
  overflow-x: hidden;
}

.gallery .scroll .scroll-item {
  width: 315px;
  padding: 0 15px;
}

.gallery .scroll .scroll-item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 64%;
  height: 200px;
  margin: 0 auto;
}

.gallery .grid {
  margin: auto;
  width: 100% !important;
}

.gallery .grid:after {
  content: '';
  display: block;
  clear: both;
}

.gallery .grid-sizer,
.gallery .grid-item {
  width: 33.333%;
}

.gallery .grid-item {
  float: left;
}

.gallery .grid-item img {
  display: block;
  width: calc(100% - 20px);
  margin: 10px;
}

.videos .youtube-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
  cursor: pointer;
}

.videos .col-md-12 .youtube-image {
  height: 450px;
}

.videos .youtube-image iframe {
  width: 100%;
  height: 100%;
  display: none;
  border: 0;
  z-index: 9;
}

.videos .youtube-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.instagram .scroll-item {
  padding: 0 15px;
}

.instagram .scroll-item .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
}

.table .row {
  padding: 45px 0;
}

.table .table-container {
  overflow-x: scroll;
}

.table table {
  min-width: 500px;
  width: 100%;
}

.table tr:nth-child(odd) {
  background-color: var(--global-grey);
}

.table tr:first-child {
  background-color: var(--global-color-1);
  color: var(--global-white);
  font-weight: 700;
}

.table th,
.table td {
  padding: 15px 20px;
}

.table th.price,
.table td.price {
  text-align: right;
}

.table td.price::before {
  content: "€ ";
}

.accordion .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(35, 171, 226, .15) !important;
}

.accordion .card-header {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0;
  transition: .2s ease;
}

.accordion .card-header .btn {
  padding: 10px 0;
}

.accordion .card-header .btn[aria-expanded=true] {
  background-color: rgba(35, 171, 226, .05) !important;
}

.accordion .card-header h4 {
  display: inline-block;
  width: 90%;
  margin: 0;
  white-space: normal;
  color: var(--global-black);
  font-size: 16px;
}


.accordion .card-header {
  background: var(--global-white);
}

.accordion .card-header button {
  width: 100%;
  position: relative;
  text-align: left;
}

.accordion .card-header button i {
  position: absolute;
  padding: 5px 15px;
  right: 15px;
  font-size: 13px;
  color: var(--global-black);

}



.accordion .card-body {
  padding: 25px 30px;
  border-top: 0;
}

.contactform .contact-item {
  padding: 45px;
}

/* ========== background colors ========== */
.bg-white {
  background-color: var(--global-white);
}

.bg-grey {
  background-color: var(--global-grey);
}

.bg-color_1 {
  background-color: var(--global-color-1);
  color: var(--global-white);
}

.bg-color_2 {
  background-color: var(--global-color-2);
  color: var(--global-white);
}

.bg-color_3 {
  background-color: var(--global-color-3);
  color: var(--global-white);
}

.bg-color_4 {
  background-color: var(--global-color-4);
  color: var(--global-white);
}

.bg-color_5 {
  background-color: var(--global-color-5);
  color: var(--global-white);
}

.bg-color_6 {
  background-color: var(--global-color-6);
  color: var(--global-white);
}



#masthead .bg-color_1 .nav-item .nav-link,
#masthead .bg-color_2 .nav-item .nav-link,
#masthead .bg-color_3 .nav-item .nav-link,
#masthead .bg-color_4 .nav-item .nav-link,
#masthead .bg-color_5 .nav-item .nav-link,
#masthead .bg-color_6 .nav-item .nav-link,
.bg-color_1 h1,
.bg-color_1 h3,
.bg-color_1 a,
.bg-color_2 h1,
.bg-color_2 h3,
.bg-color_2 a .bg-color_3 h1,
.bg-color_3 h3,
.bg-color_3 a,
.bg-color_4 h1,
.bg-color_4 h3,
.bg-color_4 a .bg-color_5 h1,
.bg-color_5 h3,
.bg-color_5 a,
.bg-color_6 h1,
.bg-color_6 h3,
.bg-color_6 a {
  color: var(--global-white);
}

#masthead .bg-color_1 .nav-item .nav-link:hover,
#masthead .bg-color_2 .nav-item .nav-link:hover,
.bg-color_1 a:hover,
.bg-color_2 a:hover {
  color: var(--global-grey);
}

#masthead .bg-color_1 .nav-item.active .nav-link,
#masthead .bg-color_1 .nav-item .nav-link:active,
#masthead .bg-color_2 .nav-item.active .nav-link,
#masthead .bg-color_2 .nav-item .nav-link:active {
  color: var(--global-black);
}

.bg-color_1 .butn,
.bg-color_1 .smediabutn,
.bg-color_2 .butn,
.bg-color_2 .smediabutn {
  border-color: var(--global-white);
  background-color: var(--global-white);
  color: var(--global-black);
}

.bg-color_1 .smediabutn:hover,
.bg-color_1 .butn:hover,
.bg-color_2 .smediabutn:hover,
.bg-color_2 .butn:hover {
  border-color: var(--global-grey);
  background-color: var(--global-grey);
  color: var(--global-white);
}

.bg-color_1 .smediabutn:active,
.bg-color_1 .butn:active,
.bg-color_2 .smediabutn:active,
.bg-color_2 .butn:active {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white);
}

.bg-color_1 .navbar-toggler-icon,
.bg-color_2 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.bg-grey.custom_row,
.bg-color_1.custom_row,
.bg-color_2.custom_row {
  margin: 45px 0;
  padding: 25px 0;
}

.bg-grey.custom_row.image_text,
.bg-color_1.custom_row.image_text,
.bg-color_2.custom_row.image_text {
  padding: 0;
}

.row-full-width.custom_row {
  margin: 45px 0;
}

.no-top-margin.custom_row {
  margin-top: -45px;
}

/* ========== Footer ========== */
.footer__logo {
  max-width: 225px;
  margin-bottom: 4px;
}

.right_footer_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
}

.left_footer_info span {
  font-size: 14px;
}

.payment_methodes__items {
  background: #ffffff;
  padding: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  border-radius: 4px;
}

.payment_methodes__items span {
  color: var(--global-color-1);
  margin-right: 12px;
  font-weight: 600;
}

.payment_methodes__img {
  object-fit: contain;
  height: 40px !important;
  width: auto;
  /* instead of fit-content */
  min-width: 40px;
  /* ensure minimum quality */
}

.footer_copy {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 0;
}

.footer_copy .nav-link {
  padding: 0;
  font-size: 14px;
}

.site-footer h2 {
  font-size: 16px;
}

.footer_nav {
  padding-left: 0;
}

#colophon h2 {
  text-transform: uppercase;
}

.footer_nav li {
  list-style-type: none;
}

.footer__bot {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer_nav li a {
  list-style-type: none;
  padding: 2px;
}

#colophon .site-info p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #ffffff;

}

#colophon a {
  color: #ffffff;
}

#colophon a:hover {
  color: #ffffff;
}

#colophon {
  background-color: var(--global-color-1);
  color: #fff;
  margin-top: 50px;
}

#colophon .site-footer .row {
  padding: 40px 0;
}

#colophon .site-info .row {
  padding: 15px 0;
}

/* ========== Bootstrap 4 Carousel ========== */
.carousel-indicators li {
  background-color: var(--global-grey);
  opacity: 1;
}

.carousel-indicators li.active {
  background-color: var(--global-color-1);
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

/* ========== contact form 7 ========== */
.wpcf7-form {
  max-width: 100%;
  margin: auto;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form label,
.wpcf7-form p,
.wpcf7-form span,
.wpcf7-form select {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0
}

.wpcf7-form label {
  margin-bottom: 15px;
}

.wpcf7-form select,
.wpcf7-form input,
.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid var(--global-grey);
}

.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  width: auto;
}

.wpcf7-form textarea.form-control {
  max-height: 150px;
}

.wpcf7-form .form-control:focus {
  color: var(--global-color-1);
  background-color: var(--global-grey);
  border-color: var(--global-color-1);
  outline: 0;
  box-shadow: 0;
}

/* CF7 verzendknop */
.wpcf7-form .wpcf7-submit {
  border-color: var(--global-color-1);
  background-color: var(--global-color-1);
  color: var(--global-white);
  width: max-content;
  max-width: 100%;
  padding: 15px 30px;
}

.wpcf7-form .wpcf7-submit:hover {
  border-color: var(--global-color-2);
  background-color: var(--global-color-2);
  color: var(--global-white);
}

.wpcf7-form .wpcf7-submit:not(:disabled):not(.disabled).active,
.wpcf7-form .wpcf7-submit:not(:disabled):not(.disabled):active,
.wpcf7-form .show>.wpcf7-submit.dropdown-toggle {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white);
}

.wpcf7 .ajax-loader {
  display: block;
  margin: 5px auto 0;
}


/* ========== Scroll ========== */
.scroll-container {
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}

.scroll-container .scroll {
  white-space: nowrap;
  font-size: 0;
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-container .scroll::-webkit-scrollbar {
  display: none;
}

.scroll .scroll-item {
  position: relative;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}

.scroll-controls {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 40px;
}

.scroll-control-next,
.scroll-control-prev {
  position: absolute;
  opacity: 1;
  height: 40px;
  width: 40px;
  background-color: var(--global-grey);
  top: 0;
  cursor: pointer;
}

.scroll-control-next:hover,
.scroll-control-prev:hover {
  background-color: var(--global-color-1);
}

.scroll-control-next {
  right: 0;
}

.scroll-control-prev {
  left: 0;
}

.scroll-control-next img,
.scroll-control-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.question_btn {
  color: var(--global-white);
  padding: 10px 15px;
  background: var(--global-color-1);
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
}

/* ========== newsletter popup ========== */
.newsletter-container {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: var(--global-color-1);
  color: var(--global-white);
  width: 380px;
  max-width: 100%;
  z-index: 9999999;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.newsletter-container span.cross {
  position: absolute;
  top: 15px;
  right: 12.5px;
  cursor: pointer;
}

.hamburger_menu {
  display: none !important;
}

.newsletter-container span.cross img {
  margin: 0;
}

.newsletter-container .inner {
  padding: 45px;
}

.newsletter-container .inner h1 {
  color: var(--global-white);
  text-align: center;
}

.newsletter-container .mailpoet_form {
  padding: 0 !important;
}

.newsletter-container .mailpoet_form .mailpoet_text {
  border: 1px solid var(--global-white) !important;
  padding: 10px 15px !important;
}

.newsletter-container .mailpoet_form .mailpoet_submit {
  border: 1px solid var(--global-white) !important;
  background-color: var(--global-color-1) !important;
  color: var(--global-white) !important;
  padding: 10px 15px !important;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.newsletter-container .mailpoet_form .mailpoet_submit:hover {
  background-color: var(--global-white) !important;
  border-color: var(--global-color-1) !important;
  color: var(--global-color-1) !important;
}

.newsletter-container .mailpoet_form .mailpoet_submit:active {
  background-color: var(--global-grey) !important;
  border-color: var(--global-grey) !important;
  color: var(--global-black) !important;
}

/* ========== responsive ========== */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

  .pz_second_item {
    border-top: 2px solid rgba(35, 171, 226, .35);
    border-bottom: 2px solid rgba(35, 171, 226, .35);
    border-left: none;
    border-right: none;


  }

  .smediabutn {
    position: relative;
    display: inline-block;
    border: 2px solid var(--global-white);
    border-radius: 50%;
    background-color: var(--global-color-1);
    color: var(--global-white);
    height: 35px;
    width: 35px;
    margin: 0 2.5px 2.5px;
  }


  .quick_cc .fa-envelope {
    font-size: 30px;
  }

  .mail_details h5 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;

  }

  .mail_details h6 {
    font-size: 12px;
  }

  .site-branding a {
    margin-bottom: 10px;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .top_header {
    display: none;
  }

  .product-advantages__item {
    margin-bottom: 24px;
  }

  .navbar__menu {
    position: fixed;
    background: white;
    width: 90vw;
    right: -100vw;
    height: 100vh;
    top: 0;
    z-index: 1000;
    padding: 24px 16px;
    box-shadow: 0 0 8px 12px rgba(100, 100, 100, .1);
    transition: .3s ease;
  }

  .navbar__menu.show {
    right: 0;
  }

  .navbar-toggler-icon {
    cursor: pointer;
  }

  .navbar__menu-close {
    display: flex;
    justify-content: flex-end;
  }

  .navbar__menu-close i {
    font-size: 20px;
    cursor: pointer;
  }

  .navbar__menu .trp_language_switcher_shortcode {
    padding: 32px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  #masthead .site-branding {
    max-width: 160px;
  }

  .mid_header {
    padding: 8px 0;
  }

  .top_header .translator {
    display: none !important;
  }

  .col2-set {
    flex: 100%;
  }

  .woocommerce-checkout-review-order {
    flex: 100%;
  }

  .checkout.woocommerce-checkout {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .product_single_co {
    margin-top: 12px;
  }

  .left_row {
    margin-top: 15px !important;
  }

  .producten_wc .producten_title {
    font-size: 16px;
  }

  .product_wc_titels .wc_single_titel h1 {
    font-weight: bold;
    font-size: 32px;
    color: var(--global-color-1);
    margin-bottom: 10px;
  }

  .producten_wc .producten_knop i {
    margin-left: 0px;
  }

  .producten_wc .producten_knop {
    background: var(--global-color-2);
    padding: 7px 15px;
    color: var(--global-white);
    font-weight: bold;
    font-size: 12px;
  }

  #landpage .row {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .drie_kern_items {
    display: flex;
    align-items: center;
    gap: 0%;
  }

  .drie_kern_items div img {
    width: 45%;
  }

  .drie_kern_items div p {
    font-size: 13px;
    margin-top: 20px;
    font-weight: bold;
  }

  .drie_kern_items {
    margin-bottom: 30px;
  }

  .kern_items p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #landpage h1 {
    color: var(--global-black);
    font-size: 30px;
  }

  #landpage h2 {
    font-weight: 400;
    font-size: 15px;
  }

  #landpage p {
    font-size: 14px;
  }

  .navbar-toggler {
    padding: 0px;

  }

  #page {
    overflow-x: hidden !important;
    position: relative;
  }

  body,
  html {
    overflow-x: hidden !important;
  }

  .hamburger_menu {
    display: flex !important;
  }

  .navbar-collapse {
    position: absolute;
  }

  .navbar .nav-item .nav-link {
    border-bottom: 1px solid var(--global-color-2);
  }

  #masthead .nav-item .nav-link {
    padding: 20px 16px !important;
  }

  .navbar .nav-item {
    width: 100%;
  }

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

  .bottom_navbar {
    display: none;
  }

  .mid_header {
    border-bottom: 2px solid rgba(35, 171, 226, .3);
  }

  .pagination .page-numbers {
    padding: 4px 10px;
    margin-right: 10px;
    color: var(--global-black);
    font-size: 15px;
  }
}



/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .items_with_text_imgs .col-12 .item_content {
    padding: 12px 0;
  }

  .prepaidzero-search__popup {
    padding: 16px 12px;
  }

  .prepaidzero-search__popup .product-search {
    width: 80vw;
  }

  .product-card__popup {
    padding: 20px;
    max-width: 90vw;
    max-height: 90vh;
    width: 90vw;
  }

  .product_detail_txt__tags {
    gap: 4px;
  }

  .footer_copy {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .footer__bot {
    flex-wrap: wrap;
  }

  .single-product__atc-popup {
    min-width: 90vw;
  }

  .single-product__sticky {
    flex-direction: column;
  }

  .sidebar__filter-toggle {
    display: block;
    width: fit-content;
  }

  .reversed-col-mobile {
    flex-direction: column-reverse;
  }

  .sidebar__filter {
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translate(-50%, -20px) scale(0.9);
    z-index: 1000;
    background: #ffffff;
    width: 90vw;
    max-width: 500px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    padding: 24px 16px;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .sidebar__filter.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) scale(1);
  }

  .sidebar__filter .sidebar__close i {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
    color: #666;
    transition: color 0.2s ease;
  }

  .sidebar__filter .sidebar__close i:hover {
    color: #000;
  }

  .sidebar__filter.show .sidebar__close i {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
    color: #666;
  }

  /* Smaller screens adjustments */
  @media only screen and (max-width: 480px) {
    .sidebar__filter {
      top: 100px;
      width: 95vw;
      max-width: none;
      max-height: calc(100vh - 120px);
      padding: 16px 12px;
    }
  }

  table tr td {

    padding: 2px 0;

  }

  .title_item .title_desc_cats {
    font-size: 13px;
  }

  .woocommerce-Tabs-panel table tbody td {
    padding: 3px 5px;
    height: 100%;
    border-left: 1.5px solid var(--global-color-1);
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    padding: 0px 10px;
    font-size: 11px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0px 10px;
    font-size: 11px;
  }

  .woocommerce-tabs ul.tabs {
    padding: 0 0 0 .3em;

  }

  .product_wc_titels .wc_single_titel h1 {
    font-weight: bold;
    font-size: 24px;
    color: var(--global-color-1);
    margin-bottom: 10px;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 1em;
  }

  .woocommerce-Tabs-panel {
    font-size: 14px;
  }

  .woocommerce-Tabs-panel h2 {
    font-size: 18px;
  }

  .woocommerce-Tabs-panel h3 {
    font-size: 16px;
  }

  .woocommerce-Tabs-panel h3 {
    font-size: 14px;
  }

  .woocommerce-Tabs-panel h4 {
    font-size: 12px;
  }

  .woocommerce-Tabs-panel h5,
  .woocommerce-Tabs-panel h6 {
    font-size: 16px;
  }

  .woocommerce_tab_hider p {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 20px;
    border: 2px solid var(--global-color-1);
    background-color: var(--global-white);
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    margin-top: 10vh;
    z-index: 12;
  }

  .woocommerce_tab_hider hr {
    position: absolute;
    z-index: 11;
    height: 2px;
    width: 100%;
    margin-top: 13.5vh;
    border-top: 2px solid var(--global-color-1);
  }

  #breadcrumbs i {
    font-size: 9px;
    margin: 0px 1.5px;
  }

  .product_single_short_desc {
    font-size: 14px;
  }

  .sidebar_single {
    display: none;
  }

  .producten_wc .shop_title .title_item h1 {
    font-size: 16px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--global-black);
    margin-bottom: 0px;
  }

  #product_order_form .product_order-select {
    border: none;
    border-bottom: 2px solid var(--global-color-1);
    width: 150px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .producten_wc .wc_item {
    position: relative;
  }

  .producten_wc .wc_item .product_detail_txt h3 {
    font-size: 15px;
  }

  .producten_wc .wc_item a.product_btn_wc i {
    margin-left: 3px;
  }

  .producten_wc .wc_item .product_detail_txt h5 {
    font-size: 12px;
    font-weight: bold;
    color: var(--global-white);
    margin-top: 12px;
    margin-bottom: 30px;
  }

  .pagination .page-numbers {
    padding: 0px 1.5px;
    margin-right: 10px;
    color: var(--global-black);
    font-size: 11px;
  }

  .page-numbers.next i {
    margin-left: 3px;
  }

  .page-numbers.prev i {
    margin-right: 3px;
  }

  #drie_items h3 {
    font-size: 18px;
  }

  #drie_items p {
    font-size: 13px;
  }

  #drie_items a {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    margin-top: 40px;
    overflow: auto;
    background: var(--global-color-1);
    color: var(--global-white);
  }

  #drie_items .col-3 {
    margin-bottom: 30px;
  }

  .pz_item_img {
    justify-content: center;
  }

  #drie_items .col-9 {
    padding-left: 15px;
  }

  .navbar-toggler {
    padding: 0px;

  }

  body,
  html {
    overflow-x: hidden !important;
  }

  #page {
    overflow-x: hidden !important;
    position: relative;

  }

  #colophon .site-info p {
    font-size: 11px;
  }

  .mail_details {
    display: none;
  }

  .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language {
    font-size: 12px;
  }


  .trp-language-switcher>div>a {
    font-size: 13px;
  }

  .site-branding a {
    margin-bottom: 0px;
  }

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

  .mail_details h5 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
  }

  .mail_details h6 {
    font-size: 10px;
  }

  .quick_cc {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .image_text.left .inner,
  .image_text.right .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .image_text.left .container-fluid .inner,
  .image_text.right .container-fluid .inner {
    padding: 45px;
  }

  .gallery .grid-sizer,
  .gallery .grid-item {
    width: 50%;
  }

  .instagram .instaimg {
    width: calc(50% - 20px);
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

  .gallery .grid-sizer,
  .gallery .grid-item {
    width: 100%;
  }

  .instagram .instaimg {
    width: calc(100% - 20px);
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}

/* --- Popup Compactness & Width Improvements --- */
.product-card__popup {
  padding: 20px !important;
}

.product-card__popup .product_single_img img {
  max-height: 45px !important;
}

.product-card__popup .pz_payments img {
  max-height: 22px !important;
  margin: 1px !important;
}

.product-card__popup .product_single_img {
  margin-bottom: 8px;
  padding-top: 8px;
}

.product-card__popup .product_single_form,
.product-card__popup .product_single_co {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.product-card__popup h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.product-card__popup .product_single_form label,
.product-card__popup .product_single_form select,
.product-card__popup .product_single_form input,
.product-card__popup .product_single_form .price,
.product-card__popup .product_single_form .clear {
  margin-bottom: 6px !important;
}

@media (min-width: 1024px) {
  .product-card__popup {
    max-width: 800px !important;
  }
}

/* Reduce section spacing for all popups */
.product-card__popup .product_single_co > * {
  margin-bottom: 8px !important;
}

