/*
Theme Name: Ondigital theme
Theme URI: https://https://weareon-it.nl/
Author: Ondigital
Author URI: https://weareon-it.nl
Description: Algemeen thema voor ondigital webshops
Version: 1.0
License: /
License URI: /
Text Domain: on-theme

/* algemeen */

* {
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
}

body {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

body.logged-in #wpadminbar {
  position: fixed;
}

h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

p {
  margin-bottom: 1.6em;
}

blockquote {
  font-style: italic;
  padding-left: 10px;
}

img {
  max-width: 100%;
}

.clear-both {
  clear:both;
}
.btn a, a.btn{
  padding: 10px 15px;
  display: inline-block;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.btn a:hover, a.btn:hover, .frm_button_submit:hover{
  opacity: 0.8;
  text-decoration: none;
}
.meer-info-button {
  text-align: center;
  padding: 50px 0 0 0;
}
.vertical-align-center-row {
  height: 100%;
  display: flex;
  align-items: center;
}
.align-right-box {
  float: right;
}
p#breadcrumbs span.seperator {
  margin: 0 15px;
}
.transparent-background {
  background: transparent;
}
form.search-form {
  display: inline-block;
}

/* WPML */

li.menu-item.language-item {
  display: inline-block;
}
li.menu-item.language-item a {
  padding: 0 15px;
  padding-right: 0;
}
a.social-icon-single {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #ffffff;
}
a.social-icon-single svg {
  width: 30px;
}

/* searchform */

form.search-form {
  position: relative;
  margin: 0 15px;
}
form.search-form input {
  padding: 8px 15px;
  border: 1px solid #A8A9AC;
  margin: 0;
  outline: 0;
  max-width: 200px;
}
form.search-form label {
  margin: 0;
}
input.search-submit {
  text-indent: 99999px;
  height: 100%;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: url(/wp-content/themes/on-theme/img/search-icon.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
}

/* pagination */

.nav-previous.alignleft a {
  padding: 10px 16px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-top: 30px;
}
.nav-next.alignright a {
  padding: 10px 16px;
  display: inline-block;
  text-align: center;
  float: right;
  margin-top: 30px;
}

/* header */
.navbar-nav {
  display: flex;
  gap: 20px;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#logo {
  float: left;
  flex-grow: 1;
}
div#logo a {
  height: 100%;
  display: inline-block;
}
#logo img {
  height: 34px;
}
#primary-menu {
  float: right;
  padding: 20px 0;
}

/* header > nav */

nav {
  display: flex;
  align-items: center;
}
nav ul {
  margin: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  padding: 10px 20px;
  display: inline-block;
  color: #333333;
}
nav ul li:last-child a{
  padding: 10px 0 10px 15px;
}
.navigatie .menu li {
  display: inline-block;
}
li.menu-item.btn {
  margin: 0 15px;
}
li.menu-item.btn.current-menu-item a {
  color: #333333;
}
header.nav-fixed {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #ffffff;
}
body.logged-in header.nav-fixed {
  top: 32px;
}
.fixed-nav-spacer {
  height: 132px;
}
.fixed-nav-spacer.no-topbar-spacer {
  height: 141px;
}


/* Menu */
header {
  position: relative;
  z-index: 1000;
  transition: top 0.3s;
}

.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff; 
}

nav {
  gap: 20px;
}

#primary-menu {
  float: unset;
  padding: 3px 0;
}

#primary-menu a {
  font-weight: normal;
  text-decoration: none;
  font-weight: bold;
}

#primary-menu-ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

#primary-menu a:hover {
  font-weight: bold;
  text-decoration: none;
}

.navigatie {
  background-color: #fff;
}

.navigatie a {
  text-decoration: none;
}

.header-top-login i {
  margin-right: 8px;
  font-weight: 500;
}

.header-top-login .fa-angle-down {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}

.header__top-cart {
  display: flex;
}

.header-top-cart {
  position: relative;
}

.header-top-cart:hover .header__top-minicart {
  display: block !important;
  transition: ease-in-out 0.5s;
}

nav i {
  font-size: 20px;
}

#cart-link {
  position: relative;
}

#cart-link span {
  position: absolute;
  top: -15px;
  right: -12px;
  font-size: 14px;
  font-weight: 500;
  padding: 3px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 30px;
  height: 23px;
  width: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__top-minicart {
  display: none;
  position: absolute;
  top: 45px;
  min-width: 415px;
  right: -5px;
  z-index: 1000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header__top-minicart h3 {
  font-weight: 600;
}

.header__top-minicart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 60px;
  margin-right: 10px;
  height: 100%;
  object-fit: contain;
}

.header__top-minicart a.remove.remove_from_cart_button {
  position: relative;
  left: -15px;
}

.woocommerce-mini-cart__buttons a {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: var(--text-light);
  margin-right: 10px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  margin: 0;
  padding: 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 8px 24px 8px 48px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 16px;
}

/* header > nav > submenu */

.menu-item-has-children {
  position: relative;
}
ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 100;
  min-width: 200px;
}
.menu-item-has-children.right-side ul.sub-menu {
  right: 0;
}
.menu-item-has-children.left-side ul.sub-menu {
  left: 0;
}
ul.sub-menu li{
  width: 100%;
}
ul.sub-menu li a{
  padding: 10px;
  width: 100%;
}
ul.sub-menu ul.submenu {
  display: none;
}
.menu-item-has-children.right-side ul.sub-menu li.menu-item-has-children ul.sub-menu {
  transform: translateX(-100%);
  z-index: 101;
  top: 12px;
}
.menu-item-has-children.left-side ul.sub-menu li.menu-item-has-children ul.sub-menu {
  transform: translateX(100%);
  z-index: 101;
  top: 12px;
}
.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

/* header > nav > mega menu */

.megamenu ul.sub-menu {
  display: none;
  width: 100%;
}
.megamenu ul.sub-menu ul.sub-menu{
  display: block;
}
.megamenu ul.sub-menu li a{
  padding:10px;
}
.megamenu.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
  transform: translateX(0%);
  top: 0;
  position: relative;
}
.megamenu.menu-item-has-children {
  position: static;
}
.megamenu.menu-item-has-children:hover > ul.sub-menu {
  padding: 0;
  display: flex;
}
.megamenu.megamenu-cols-2 > ul.sub-menu > li, .megamenu.megamenu-cols-3 > ul.sub-menu > li, .megamenu.megamenu-cols-4 > ul.sub-menu > li {
  display: inline-block;
  flex-grow: 1;
}
.megamenu.megamenu-cols-2 > ul.sub-menu > li {
  width: 50%;
}
.megamenu.megamenu-cols-3 > ul.sub-menu > li {
  width: 33.33%;
}
.megamenu.megamenu-cols-4 > ul.sub-menu > li {
  width: 25%;
}
.megamenu-child > a {
  font-weight: bold;
}

/* header > nav > scrolled */

ul#primary-menu{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
header.nav-fixed.header-scrolled ul#primary-menu{
  padding: 0;
}

/* header > nav > hamburger */
.navbar {
  padding: 8px 0;
  margin-bottom: 0;
}

.header__toggle {
  position: relative;
  z-index: 10;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
  display: block;
  border: 0;
  padding: 0;
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
}
.header__toggle:focus {
  box-shadow: none;
}
.header__toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  text-indent: -9999px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.header__toggle span::before, .header__toggle span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.header__toggle span::before {
  top: -6px;
  left: 0;
}
.header__toggle span::after {
  right: 0;
  bottom: -6px;
}
.header__toggle.collapsed span {
  background-color: transparent;
}
.header__toggle.collapsed span::before {
  top: 0;
  width: 100%;
  transform: rotate(135deg);
}
.header__toggle.collapsed span::after {
  bottom: 0;
  width: 100%;
  transform: rotate(-135deg);
}
.header__top {
  position: relative;
  background-color: #FCBF24;
  height: 53px;
  z-index: 2;
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 60px;
    left: -100%;
    bottom: 0;
    background-color: #fff;
    height: calc(100vh - 60px) !important;
    width: 100%;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    display: block;
    overflow: auto;
  }

  .navbar .navbar-collapse {
    top: 80px;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .navbar .navbar-collapse.show {
    left: 0;
  }

  ul#menu-mega-menu {
    height: 75vh;
    overflow: scroll;
    padding-top: 20px;
  }
  .header__toggle {
    position: relative;
    z-index: 10;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
    display: block;
    border: 0;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
  }
  
  nav .header__toggle span,nav .header__toggle span::before, nav .header__toggle span::after {
    background: #000;
  }
  .header__toggle:focus {
    box-shadow: none;
  }
  .header__toggle span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    text-indent: -9999px;
    border-radius: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .header__toggle span::before, .header__toggle span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .header__toggle span::before {
    top: -6px;
    left: 0;
  }
  .header__toggle span::after {
    right: 0;
    bottom: -6px;
  }
  .header__toggle.collapsed span {
    background-color: transparent;
  }
  .header__toggle.collapsed span::before {
    top: 0;
    width: 100%;
    transform: rotate(135deg);
  }
  .header__toggle.collapsed span::after {
    bottom: 0;
    width: 100%;
    transform: rotate(-135deg);
  }
  .header__top {
    position: relative;
    background-color: #FCBF24;
    height: 53px;
    z-index: 2;
  }
}

.navbar .navbar-nav > .nav-item {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item {
    font-size: 12px;
    border: 0;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > .nav-item {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .navbar .navbar-nav > .nav-item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.navbar .navbar-nav > .nav-item::after {
  position: absolute;
  top: 100%;
  left: -5000px;
  z-index: 0;
  display: block;
  opacity: 0;
  width: 10000px;
  height: 125vh;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
  pointer-events: none;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item::after {
    content: "";
  }
}
.navbar .navbar-nav > .nav-item:hover::after {
  opacity: 1;
}
.navbar .navbar-nav > .nav-item > a.nav-link {
  display: flex;
  align-items: center;
  align-content: center;
  height: 60px;
  font-weight: 600;
  color: #394a54;
  padding: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item > a.nav-link {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav > .nav-item > a.nav-link {
    padding: 0px 20px;
  }
}
.navbar .navbar-nav > .nav-item > a.nav-link.dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav > .nav-item:hover > a.nav-link, .navbar .navbar-nav > .nav-item.active > a.nav-link, .navbar .navbar-nav > .nav-item.current-menu-ancestor > a.dropdown-toggle {
  background-color: transparent;
  outline: 0;
  color: #fe0104;
}
@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item:hover > a.nav-link, .navbar .navbar-nav > .nav-item.active > a.nav-link, .navbar .navbar-nav > .nav-item.current-menu-ancestor > a.dropdown-toggle {
    color: #000;
  }
}
.navbar .navbar-nav > .nav-item ul.dropdown-menu {
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  border: 0;
  z-index: 3;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #e1e1e1;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu {
    width: 240px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu {
    background-color: transparent;
  }
}
.navbar .navbar-nav > .nav-item ul.dropdown-menu li > a.dropdown-item {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 0;
  display: flex;
  align-items: center;
  align-content: center;
  height: 60px;
  padding: 12px 30px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu li > a.dropdown-item {
    font-size: 12px;
    height: auto;
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu li > a.dropdown-item {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu li > a.dropdown-item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu li > a.dropdown-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.navbar .navbar-nav > .nav-item ul.dropdown-menu li.dropdown > a.dropdown-item::after {
  position: absolute;
  top: 12px;
  right: 20px;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu li.dropdown > a.dropdown-item::after {
    content: "\f105";
  }
}
.navbar .navbar-nav > .nav-item ul.dropdown-menu li:hover > a, .navbar .navbar-nav > .nav-item ul.dropdown-menu li.active > a, .navbar .navbar-nav > .nav-item ul.dropdown-menu li.current-menu-ancestor > a, .navbar .navbar-nav > .nav-item ul.dropdown-menu li.current-menu-item > a.active {
  color: #fe0104;
  background-color: #ededed;
}
.navbar .navbar-nav > .nav-item ul.dropdown-menu li:hover > a.dropdown-toggle::after {
  opacity: 1;
}
.navbar .navbar-nav > .nav-item ul.dropdown-menu li ul.dropdown-menu {
  padding: 0;
}
.navbar .navbar-nav > .nav-item ul.dropdown-menu li ul.dropdown-menu li .dropdown-item {
  padding: 12px 40px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item ul.dropdown-menu li ul.dropdown-menu li .dropdown-item {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav .caret {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar .navbar-nav .caret::before {
    font-size: 18px;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    vertical-align: middle;
  }
  .navbar .navbar-nav .caret.caret-open::before {
    content: "\f106";
  }

  .header__top-minicart {
    display: none !important;
  }
  form.woocommerce-cart-form .quantity {
    margin: 0 0 0 auto !important;
  }
  .woocommerce form.woocommerce-cart-form {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  /**:: First Dropdown ::**/
  .navbar .navbar-collapse ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .navbar .navbar-collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  /**:: Second Dropdown ::**/
  .navbar .navbar-collapse ul ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .navbar .navbar-collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
  }
  /**:: Third Dropdown ::**/
  .navbar .navbar-collapse ul ul ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul ul ul li:hover ul {
    display: block;
  }
  .navbar .navbar-collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
    background-color: bisque;
  }
  /**:: Fourth Dropdown ::**/
  .navbar .navbar-collapse ul ul ul ul li {
    position: relative;
  }
  .navbar .navbar-collapse ul ul ul ul li:hover ul {
    display: block;
  }
  .navbar .navbar-collapse ul ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
    background-color: fuchsia;
  }
}

/* header > topbar */

.topbar-menu ul {
  float: right;
  margin: 0;
}
.topbar-menu ul li {
  display: inline-block;
}
.topbar-menu ul li a{
  padding: 10px 20px;
  display: inline-block;
}
.topbar-menu ul li:last-child a{
  padding: 10px 0 10px 15px;
}

/* header > usps */
.webshop-usps ul {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webshop-usps ul li {
    list-style-type: none;
    font-weight: bold;
}

.webshop-usps ul li i {
    color: var(--primary);
    margin-right: 8px;
}

/* algemeen > content */

main#main-content, section {
  padding: 60px 0;
}

/* homepage > content > nieuws */

.home .single-nieuws {
  display: block;
  padding: 30px;
  margin: 0;
  height: 100%;
}
.nieuws-intro {
  padding: 10px 0;
}
.nieuws-intro p{
  margin-bottom: 0;
}

/* niv 2 > header */

.top-header-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* niv 2 > sidebar */

.sidebar .widget {
  padding: 30px;
  margin-bottom: 30px;
}
.sidebar .widget h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.sidebar .widget a.sidebar-contact-link {
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}
.sidebar .widget a.sidebar-contact-link:last-child {
  margin-bottom: 0;
}
.sidebar .widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.widget ul:last-child {
  margin: 0;
}

/* niv2 > searchresult > content */

.topbar-search-header {
  padding: 10px;
}
.topbar-search-header-left {
  display: inline-block;
  float: left;
}
.topbar-search-header-right {
  display: inline-block;
  float: right;
}
.searchresults article {
  padding-bottom: 30px;
  padding-top: 30px;
}

/* niv2 > 404 > content */

.search-404 {
  display: inline-block;
}
.search-404 form.search-form {
  margin: 0;
}

/* footer */
footer {
  position: relative;
  z-index: 2;
}
footer .footer__links-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: block;
  margin-bottom: 10px;

}
footer *, footer a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets {
  padding: 50px 0;
}
.footer-widgets .menu li {
  display: block
}
.footer-widgets ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer__top h3 {
  margin-bottom: 5px;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}

.footer__top p {
  margin-bottom: 10px;
}

.footer__top .email, .footer__top .phone {
  font-weight: 600;
  margin-right: 20px;
}

.footer__top i {
  margin-right: 8px;
}

.footer__top #form_nieuwsbrief-footer .frm_fields_container {
  display: flex !important;
}

.footer__top #form_nieuwsbrief-footer .frm_form_fields .frm_submit button {
  margin-top: 0 !important;
  position: relative;
  top: -3px;
  border-radius: 5px !important;
  font-size: 0px !important;
  box-shadow: none !important;
}

.footer__top #form_nieuwsbrief-footer .frm_form_fields .frm_submit button::after {
  content: '\f1d8';
  font-family: 'Fontawesome';
  font-size: 16px !important;
  font-weight: 300;
}

.frm_style_formidable-style.with_frm_style .form-field {
  flex: 1;
}

/* footer > socket */

#socket {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.menu-socket-menu-container {
  display: inline-block;
}
ul#socket-menu {
  margin: 0;
  padding: 0 0px 0px 20px;
}
ul#socket-menu li a{
  padding: 10px 5px;
}
#socket ul.languages-wpml {
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* Woocommerce  */
.woocommerce span.onsale {
  border-radius: 10px;
  background-color: var(--primary);
}

.has-fluid-checkout a.checkout-button.button.alt.wc-forward {
  background-color: var(--primary);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #e7e7e7;
    border-radius: 10px;
    padding: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    text-decoration: none;
}

.woocommerce-account #main-content {
    padding-top: 20px;
    padding-bottom: 60px;
}


/* Woocommerce > archive (shop page)  */
.intro-category {
    background-color: #e7e7e7;
}

.intro-category__content h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.4px;
}

.intro-category__content a {
  text-decoration: none;
}

.intro-category__contact {
    background-color: #fff;
    padding: 25px 20px;
    margin-top: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.intro-category__contact h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
}

.category-section__sidebar.hidden {
  display: none;
}

.intro-category__subcat  .cato-item .d-flex {
  flex-direction: column;
  gap: 10px;
}

.intro-category__subcat .cato-item a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.populair-slider .col-md-3, .recent-product-slider .slide-item {
  padding: 0 10px;
}

.recent-products {
  padding: 30px 0;
  background-color: #e7e7e7;
}

.intro-category__back a {
  text-decoration: none;
  font-weight: 600;
}

.intro-category__back i {
  margin-right: 8px;
}

.intro-category__subcat {
    position: relative;
}

.intro-category__subcat img {
  width: 100%;
  object-fit: cover;
  height: 100px;
  border-radius: 10px;
}

.intro-category__subcat h4 {
  font-size: 14px;
  font-weight: bold;
}

.intro-category__subcat button.slick-arrow.slick-next {
    bottom: -65px;
    right: 0;
    top: unset;
}

.intro-category__subcat button.slick-arrow.slick-prev {
    bottom: -65px;
    right: 35px;
    left: unset;
    top: unset;
}

/* Woocommerce > product card  */
.wp-grid-builder .wpgb-card [class*="wpgb-block-"] {
    white-space: unset !important;
}

.woocommerce .star-rating {
    display: none;
}

.product-card-grid .wpgb-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0px rgba(67, 67, 67, 0.05) !important;
    padding: 15px !important;
    transition: ease-in-out 0.8s !important;
}

.product-card-grid .wpgb-card:hover, .card-product:hover  {
    transform: scale(1.03);
    transition: ease-in-out 0.8s;
}

.product-card-grid .wpgb-area-top-2 {
  justify-content: space-between;
}

.price-quantity-container form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.wpgb-card-media-thumbnail a div {
    background-size: contain !important;
}

h3.product-card-title a {
    color: var(--text);
    text-align: center;
    font-family: var(--font-standard);
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 21px; 
}

.product-card-grid .wpgb-facet .wpgb-facet-title {
    color: var(--text);
    font-family: var(--font-standard);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

.product-card-grid .wpgb-card .exl-price, span.price-excl-tax {
    color: #CBCBCB;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 8px 0;
    display: block;
}

.price-excl-tax .woocommerce-Price-amount {
  margin-right: 0;
}

.woocommerce .quantity .qty {
    padding: 5px 0;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
}

.wp-grid-builder .wpgb-card [class*="wpgb-block-"] del.wpgb-block-price span {
    font-size: 15px;
    display: flex;
    margin-right: 5px;
}

.card-product form.cart {
  display: flex;
  align-items: center;
}

.card-product {
  padding: 10px;
  transition: ease-in-out 0.8s;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 20px 0px rgba(67, 67, 67, 0.05);
}

.card-product .add_to_cart_button {
  display: none;
}

.card-product span.onsale {
  position: absolute;
  top: 12px;
  right: 12px;
  left: unset;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background-color: #2fbf00;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.card-product img {
  height: 220px;
  object-fit: contain;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px !important;
}

.card-product a {
  text-decoration: none;
  color: var(--text);
}

.card-product a {
  color: var(--text);
}

.card-product button.single_add_to_cart_button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  border: none;
  background-color: var(--primary) !important;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 25px;
}

.card-product .quantity input {
  border-radius: 5px;
  border: 1px solid var(--ededed, #EDEDED);
  background-color: #fff;
  width: 40px;
  padding: 5px 2px;
  margin-right: 8px;
}

.card-product .woocommerce-loop-product__title {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  font-family: var(--font-standard-title);
  font-style: normal;
  font-weight: 800;
  line-height: 21px; /* 140% */
  color: var(--text);
}

.card-product .price {
  display: block;
  text-align: center;
  color: var(--text);
}

.card-product .price bdi, .card-product .price bdi span {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: var(--text);
}


/* Woocommerce > product single  */

.single-product .product-info__holder-left {
  position: relative;
  width: 100%;
}

.variations tbody tr:first-of-type {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.single-product .woocommerce-variation-price {
  margin-top: 10px;
}

.single-product .woocommerce-variation-price bdi {
  font-size: 35px;
  font-weight: 700;
}

.product-info form.cart .woocommerce-variation-add-to-cart {
  margin-top: 20px;
}

.product-info__list {
  padding: 10px 25px;
  border-radius: 10px;
  background-color: #e7e7e7;
}

.variations tbody .label {
  font-weight: 600;
  font-size: 18px;
}

.variations tbody .value div {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  align-items: center;
}

.product-info__holder-right {
  width: 100%;
}

.single-product .breadcrumbs {
  padding-top: 15px;
}

.single-product .accessories {
  margin-bottom: 0;
}

.single-product #description {
  margin-bottom: 40px;
}

.woocommerce #reviews #comments h2 {
  font-size: 20px;
}

.woocommerce .star-rating span {
  color: #004996;
}

.woocommerce #review_form #respond {
  border-top: 1px solid #999;
  padding-top: 30px;
  margin-top: 30px;
}

.product-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.product-content #reviews {
  margin-top: 20px !important;
}

.wc-tabs-wrapper li, .wc-tabs-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div#tab-wcpoa_product_tab {
  display: flex;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn {
  min-width: 200px;
  float: unset;
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  font-size: 14px;
  padding: 8px 5px !important;
}

.product-info form.cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
  column-gap: 10px;
}

.product-info__description {
  margin-top: 10px;
  margin-bottom: 20px;
}

.product-info form.cart button.button {
  white-space: nowrap;
  text-align: center;
  box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.08);
  flex: 1;
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
  margin-right: 12px;
}

.footer-container {
  position: relative;
  z-index: 1;
}

.footer .subtitle {
  text-align: left !important;
}

.footer__top {
  padding: 60px 0;
  background-image: none !important;
  background-color: var(--primary);
}

footer .footer__links {
  padding: 70px 0;
}

footer .footer__copyright-copy {
  text-align: center;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer ul li a {
  margin-bottom: 10px;
  font-weight: normal;
  display: block;
}

footer ul .page_item {
  display: block;
  width: 100%;
}

.footer__top img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: right;
}

button.frm_button_submit.frm_final_submit {
  padding: 12px 60px !important;
  border-radius: 50px !important;
}


.single-product .woocommerce .star-rating {
  font-size: 20px;
}

.single-product button.frm_button_submit.frm_final_submit {
  color: #fff !important;
}

img.cart-popup__top-img {
  height: 120px;
  width: 180px;
  object-fit: contain;
}

a.upsells__slide-img.d-block.text-center {
  height: 160px;
}

.product-info__holder .product-info__for .slick-track img {
  height: 400px;
  object-fit: contain;
  object-position: center;
  background: none;
  border-radius: 10px;
  width: 100%;
  padding: 25px;
}

.product-info form.variations_form.cart {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.single-product .product-info__holder-left .product-info__for {
  border: 1px solid #CACACA;
  border-radius: 10px;
  margin-bottom: 10px;
}

.product-info__nav-slide {
  margin-top: 10px;
}

.product-info__nav-slide img {
  height: 80px;
  width: 100%;
  object-fit: contain;
  cursor: pointer;
}

.stock.in-stock {
  display: none;
}

.product-info__bottom-image {
  top: 10px;
}

.product-info__nav .slick-track {
  margin: 0;
}

.product-info__price-for {
  font-size: 35px;
}

.single-product .product-info__price-for {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
}

.product-info__price-for del {
  position: relative;
  text-decoration: none !important;
  order: 2;
  line-height: 55px;
  font-size: 25px;
}

.product-info__price-for ins {
  order: 1;
}

.product-info__price-for .product-info__price-hurry {
  order: 3;
  display: block;
  width: 100%;
}

.product-info__price-for del:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 4px solid;
  border-color: #999;
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.product-content__holder {
  position: relative;
  padding: 50px 0;
}

.product-content__holder::after {
  content: '';
  background-color: #f1f1f1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.product-info {
  margin-bottom: 70px;
}

.product-info__price-for del .amount {
  color: #999;
}

.product-info__price-for ins .amount {
  color: #121212 !important;
  
}

.product-info__price-hurry {
  display: inline-block;
}

.woocommerce-Price-amount {
  margin-right: 10px;
}

.product-info__description {
  line-height: 1.8;
}

.product-content__top {
  box-shadow: 0 30px 50px var(--bg);
}

.product-content__top-link {
  font-weight: 400;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 20px;
}

.product-content__top-link.is-active {
  font-weight: 600;
}

.cart-popup {
  display: none;
}

.product-info__list ul {
  list-style: none;
  padding: 20px 10px;
  border: 2px solid var(--bg);
  border-radius: 10px;
}

.product-info__list ul li {
  color: #282830;
  width: 100%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.product-info__price-hurry {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #008500;
}


.product-info__list ul li::before {
  content: "\f058";
  font-size: 15px;
  color: #008500;
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.upsells {
  margin-top: 60px;
  margin-bottom: 30px;
}

.upsell__slide-link {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 9px 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
}

.upsell__description-title {
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  color: #3D3D3D;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 5px;
  text-align: left;
  height: 80px;
  overflow: hidden;
}

.upsells .slick-list.draggable {
  height: 350px;
}

.upsells .text-align-right {
  text-align: right;
  margin-top: 5px;
}

.upsell__description-price {
  font-weight: 700;
  font-size: 21px;
  color: #3D3D3D;
  text-align: left;
}

.upsell__slide-link img {
  margin-bottom: 15px;
  width: auto;
  height: 130px;
}


.slick-dots li.slick-active button:before {
  color: var(--primary);
}

/* Woocommerce > Star rating */
.woocommerce .star-rating span::before {
    content: "SSSSS";
    font-family: star;
}

.woocommerce .star-rating span {
    color: #004996;
}

.single-product .woocommerce .star-rating {
    font-size: 20px;
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.product-info__meta {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 30px;
}

.product-info__stars {
    display: inline-flex;
    flex-wrap: wrap;
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

/* Frm forms styling */

.tussentitel-formulier {
  float: left;
}
.stap-formulier {
  float: right;
}
.frm_form_fields label.frm_primary_label {
  font-size: 16px!important;
  font-weight: bold!important;
  font-family: 'Open Sans', sans-serif!important;
}
.frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label {
  font-size: 16px;
}
.frm_form_fields .form-field input {
  padding: 10px 15px!important;
  height: auto!important;
  font-size: 16px!important;
}
.frm_form_fields .form-field select {
  padding: 10px 15px!important;
  height: auto!important;
  font-size: 16px!important;
}
.frm_form_fields .form-field textarea {
  padding: 10px 15px!important;
  font-size: 16px!important;
}
.frm_form_fields .form-field input[type="radio"] {
  -webkit-appearance: none;
  width: 15px!important;
  height: 15px!important;
  padding: 0!important;
  outline: 0!important;
  margin-bottom: -3px;
}
.frm_form_fields .form-field input[type="checkbox"] {
  -webkit-appearance: none;
  background: #ffffff;
  width: 15px!important;
  height: 15px!important;
  padding: 0!important;
  outline: 0!important;
  margin-bottom: -3px;
}
.frm_form_fields .frm_submit button {
  padding: 10px 15px!important;
  height: auto!important;
  font-size: 16px!important;
}

/* Slick Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
  content: "\f061";
}

.slick-prev:before {
  content: "\f060";
}

button.slick-arrow {
  background-color: transparent !important;
  background: transparent !important;
  color: transparent;
  top: 50%;
  font-size: 0;
  transform: translate(0, -50%) !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  text-indent: unset !important
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.slick-dots button {
  border-radius: 50px;
  border: 1.5px solid #000;
  background: transparent;
  color: #000;
  width: 16px;
  height: 16px;
  font-size: 0;
}

.slick-dots .slick-active button {
  background: var(--primary);
  border-color: var(--primary);
}

/* mobile only fix */

.mobile-only .mobile-menu-toggle-position {
  display: block;
}
.mobile-only .hamburger {
  position: absolute;
  display: inline-block;
}
.mobile-only .menu-hoofdmenu-container {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body.menu-open .mobile-only .menu-hoofdmenu-container {
  display: block;
  height: 100%;
}
.mobile-only .mobile-menu ul#primary-menu {
  float: none;
}
body .mobile-only .mobile-menu-toggle-position {
  z-index: 100;
}
body .mobile-only .mobile-menu .menu li{
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
body .mobile-only .mobile-menu .menu li a {
  padding: 20px!important;
}
body .mobile-only .menu-hoofdmenu-container li.btn a {
  padding: 10px 15px!important;
  margin-bottom: 25px;
  margin-left: -30px;
}
.mobile-only .menu-hoofdmenu-container-not-mobile {
  display: none;
}
.mobile-only ul#mobile-menu {
  padding: 0;
}
.mobile-only ul#mobile-menu form.search-form {
  display: inline-block;
}

/* Responsive */
@media (min-width: 1200px) {
  .product-info form.cart {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 991px) {
  .header-top-search, .header-top-login {
    display: none !important;
  } 
  .webshop-usps ul li {
    text-align: center;
  }
}

@media screen and (min-width: 991px) {
  .product-info__holder-right {
    width: 45%;
  }

  .product-content__top-link {
    margin-right: 30px;
  }

}


@media screen and (max-width: 767px) {
  .align-right-box {
    float: left;
  }
}

@media screen and (min-width: 767px) {
  .product-info__holder-right {
    width: 52%;
  }
  .single-product .product-info__holder-left {
    width: 45%;
  }

  .woocommerce-cart #fc-wrapper {
    position: relative;
    width: 70%;
    max-width: 1400px;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  h1, h2, h3, h4 ,h5 {
    word-break: break-word;
  }
}