/*
Theme Name: Vitamientje
Theme URI: http://vitamientje.nl
Description: Wordpress thema voor Vitamientje
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: vitamientje
*/

:root  {
    --extrahuge: 150px;
    --huge: 120px;
    --extralarge: 90px;
    --largehuge: 75px;
    --large: 60px;
    --largemedium: 45px;
    --mediumlarge: 37.5px;
    --medium: 30px;
    --smallmedium: 22.5px;
    --small: 15px;
    --extrasmall: 10px;
    --tiny: 7.5px;
}


@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('fonts/FontAwesome6Pro-Light.eot');
    src: url('fonts/FontAwesome6Pro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Pro-Light.woff2') format('woff2'),
        url('fonts/FontAwesome6Pro-Light.woff') format('woff'),
        url('fonts/FontAwesome6Pro-Light.ttf') format('truetype'),
        url('fonts/FontAwesome6Pro-Light.svg#FontAwesome6Pro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('fonts/FontAwesome6Brands-Regular.eot');
    src: url('fonts/FontAwesome6Brands-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Brands-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome6Brands-Regular.woff') format('woff'),
        url('fonts/FontAwesome6Brands-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome6Brands-Regular.svg#FontAwesome6Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Pro Solid';
    src: url('fonts/FontAwesome6Pro-Solid.eot');
    src: url('fonts/FontAwesome6Pro-Solid.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Pro-Solid.woff2') format('woff2'),
        url('fonts/FontAwesome6Pro-Solid.woff') format('woff'),
        url('fonts/FontAwesome6Pro-Solid.ttf') format('truetype'),
        url('fonts/FontAwesome6Pro-Solid.svg#FontAwesome6Pro-Solid') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Sharp';
    src: url('fonts/FontAwesome6Sharp-Regular.eot');
    src: url('fonts/FontAwesome6Sharp-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Sharp-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome6Sharp-Regular.woff') format('woff'),
        url('fonts/FontAwesome6Sharp-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome6Sharp-Regular.svg#FontAwesome6Sharp-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1;
    position: relative;
    display: block;
    font-weight: 771;
  
    text-transform: uppercase;
   
}


h1,
.h1 {
    font-size: 56px;
}

.h2,
h2 {
    font-size: 46px;
}

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 30px;
}

.h5,
h5 {
   font-size: 24px;
    font-weight: 717;

}

.h6,
h6 {
    font-size: 20px;
     font-weight: 717;
}

body {
    font-size: 18px;
    font-weight: normal;
    font-family: "Syne", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.6;
    color: #090909;
    background: #F9FCF0;
    margin: 0;
}

main {

}

body.admin-bar {
    margin-top: 32px
}

body.navbar-open {
    overflow-x: hidden;
    overflow-y: hidden;
}



p {
    margin-top: 0;
    margin-bottom: 15px;
}


i {
    margin-top: 0;
}

a {
    color: currentColor;
    text-decoration: none;
    cursor: pointer;
}



ul,
ol {
    padding-left: 0;
    line-height: 1.675;
    margin-top: 0;
    margin-bottom: 15px;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
       font-weight: bold;
    margin-bottom: 2.5px;
    display: block;
    font-size: 16px;
    color: #282E68;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

ins {
    text-decoration: none;
}

hr {
      border: 0;
    border-top: 1.5px solid #0C383A;
    margin: var(--smallmedium) 0;
}

.input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
  font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
   background: #F1F1F1;
    position: relative;
        padding: 17.5px 25px;
    border-radius: 50px;
    border: 0;
    color: #282E68;


}


.validate-required input:placeholder-shown,
input[required]:not(:placeholder-shown),
textarea[required]:not(:placeholder-shown)  {
  box-shadow: 0 0 0 1.5px #E30613 inset;
}


select {
       background-image: linear-gradient(45deg, transparent 50%, #282E68 50%), linear-gradient(135deg, #282E68 50%, transparent 50%);
    background-position: calc(100% - 25px) 50%, calc(100% - 20px) 50%, 100% 0;
    background-size: 5px 5px, 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

textarea {
  resize: none;
}


.checkbox,
.wc_payment_methods .wc_payment_method {
    display: inline-block;
    margin-right: 7.5px;
    font-weight: normal;
    margin-bottom: 15px;
        position: relative;
        cursor: pointer;
}

.wc_payment_methods .wc_payment_method {
    display: block;
}


.checkbox:before,
.wc_payment_methods .wc_payment_method label:before {
        content: '';
    width: 30px;
    height: 30px;
    border-radius: 7.5px;
    border: 1px solid #282E68;
    background: #F1F1F1;
    display: inline-block;
    vertical-align: -10px;
    margin-right: 5px;
}

.checkbox:has(input:checked):after,
.wc_payment_methods .wc_payment_method:has(input:checked) label:after {
       content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    position: absolute;
    left: 15px;
    top: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 20px;
}

.checkbox input,
.wc_payment_methods .wc_payment_method input {
        border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.wc_payment_methods .wc_payment_method label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0
}

::-webkit-input-placeholder {
    color: rgb(0 0 0 / 25%);
}

::-moz-placeholder {
    color: rgb(0 0 0 / 25%);
}

:-ms-input-placeholder {
    color: rgb(0 0 0 / 25%);
}

::-moz-selection {
    background-color: #95C11F;
    color: #ffffff
}

::selection {
    background-color: #95C11F;
    color: #ffffff
}

::-moz-selection {
    background-color: #95C11F;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1;
}

table tr th {
    font-weight: bold;
}

table tr :is(th,td) {
    padding: 5px;
}

table tr :is(th,td):first-child {
    padding-left: 0 !important;
}

table tr :is(th,td):last-child {
    padding-right: 0 !important;
}
b,
strong {
       font-weight: 600;
}

small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}


@media (min-width: 992px) {

    .row.huge-gutters {
        margin-right:  calc(var(--extralarge) * -1);
        margin-left: calc(var(--extralarge) * -1);
    }

    .row.huge-gutters [class*="col-"] {
        padding-right: var(--extralarge);
        padding-left: var(--extralarge);
    }

    .row.extralarge-gutters {
        margin-right:  calc(var(--large) * -1);
        margin-left: calc(var(--large) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--large);
        padding-left: var(--large);
    }

    .row.large-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }


    .row.mediumlarge-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

    .row.mediumlarge-gutters [class*="col-"] {
        padding-right: var(--medium);
        padding-left: var(--medium);
    }

    .row.medium-gutters {
        margin-right:  calc(var(--small) * -1);
        margin-left: calc(var(--small) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--small);
        padding-left: var(--small);
    }

    .row.normal-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.normal-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.subtitle {
    color: #282E68;
    font-size: 20px;
    font-weight: 717;
}

.btn,
.btn:has(input:checked) {
   -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px 25px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.125;
    border: 0;
    color: #ffffff;
    font-style: normal;
    font-weight: 771;
    white-space: nowrap;
    z-index: 1;
    overflow: hidden;
    background: #95C11F;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 180px;
    text-align: center;
    box-shadow: unset;
}

.btn[disabled] {
    pointer-events: none;
    opacity: 0.5
}

.btn.added {
        color: transparent;
}

.btn.added:before {
     content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    animation-duration: 2s;
    animation-name: addedtocart;
    animation-iteration-count: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.btn:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.btn[data-icon] {
    min-width: auto !important
}

.btn[data-icon]:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    font-size: 24px;
    line-height: 0;
    margin-left: -7.5px;
    vertical-align: middle;
    margin-right: 10px;

}

/*.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: -1;
    aspect-ratio: 1;
    background-color: rgb(0 0 0  / 5%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    pointer-events: none;
}

.btn:hover:before {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}*/

.btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: -1;
    aspect-ratio: 1;
    background-color: rgb(0 0 0  / 2.5%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.btn:hover:after {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}

/*.btn:focus   {
    -webkit-transform: rotate(0) translateX(2.5px);
    transform: rotate(0) translateX(2.5px);
}*/

.btn--blue {
    background: #282E68;
}

.btn--red,
.btn--red.btn--outline:hover {
    background: #E30613;
}

.btn--red.btn--outline {
    box-shadow: 0 0 0 1.5px #E30613 inset;
    color: #E30613;
}

.text--red span bdi,
.text--red del,
.text--red ins,
section.product .product-content p.product-content__price.text--red {
    color: #E30613;
}

.btn--green,
.btn--green:has(input:checked),
input:checked + .btn--green,
.btn--green.btn--outline:hover {
    background: #0C383A;
    color: #ffffff;
}

.btn--green.btn--outline {
    box-shadow: 0 0 0 1.5px #0C383A inset;
    color: #0C383A;
}

.btn--white {
    background: #ffffff;
    color: #282E68;
}


.btn--outline { 
    background: transparent;
    color: #898989;
    box-shadow: 0 0 0 1.5px #898989 inset;
}

.btn--outline:hover {
   background: #95C11F;
   color: #ffffff;
   box-shadow: unset;
}


body[data-template="kalterpakketten"] .btn--outline:hover,
body[data-template="kalterpakketten"] .btn:has(input:checked) {
    background: #E30613;
}


.btn--transparent {
      background: transparent;
    color: #0C383A;
    text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 2px;
    text-decoration-color: currentColor;
    padding: 0;
    min-width: auto;
    border-radius: 0;
}

.btn--transparent:after {
    content: unset;
}

.btn--small {
    font-size: 12px;
        padding: 12.5px 22.5px;
}

/*.btn + .btn {
    margin-left: var(--medium)
}*/

.btn:has(svg) {
    padding-left: 55px !important
}

.btn svg {
    width: 30px;
    position: absolute;
    left: 17.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}

.btn.btn--outline svg * {
    fill: #898989 !important;
}

.btn.btn--outline:hover svg *,
.btn svg *,
.btn:has(:checked) svg * {
    fill: #ffffff !important;
}

.read-more {
    color: #FF6347;
    font-weight: 700;
    font-size: 20px;
	
	 text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 2px;
    text-decoration-color: currentColor;
}

.read-more:after {
      content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    vertical-align: middle;
    font-size: 18px;
    margin-left: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}


.read-more:hover:after {
    -webkit-transform: translateX(2.5px);
    transform: translateX(2.5px);
}

/* Main styles */

header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
       background: #95C11F;
}

body[data-template="kalterpakketten"] header {
        background: #282E68;
}




header nav.navbar {
    padding: var(--medium) 0 var(--small) 0;
    
}


header nav.navbar .navbar-brand {
    width: 100%;
    max-width: 300px;
    margin: 0;
    z-index: 99;
    line-height: 0;
    margin-bottom: calc(var(--medium)* -1);
}

body[data-template="kalterpakketten"] header nav.navbar .navbar-brand {
    margin-top: calc(var(--medium) * -1);
    margin-bottom: calc(var(--medium) * -2);
}


header nav.navbar .navbar-brand img {

}



header nav.navbar .navbar-collapse {
    position: relative;
        margin: 0 var(--large);
}

header nav.navbar .navbar-collapse .navbar-nav {
      justify-content: space-between;
    width: 100%;

}

header nav.navbar .navbar-collapse .navbar-nav > .nav-item {
   line-height: 1;
    position: relative;
}


body:not([data-template="kalterpakketten"]) header nav.navbar .navbar-collapse .navbar-nav > .nav-item.menu-item-238,
body[data-template="kalterpakketten"] header nav.navbar .navbar-collapse .navbar-nav > .nav-item.page-item-137 {
    display: none;
}


header nav.navbar .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 400;
    margin: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.125;
    
    font-size: 14px;
    font-weight: 771;
    text-transform: uppercase;
    color: #ffffff;
}

header nav.navbar .navbar-collapse .navbar-nav > .nav-item.active > .nav-link,
header nav.navbar .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover {
    color: #0C383A
}


body[data-template="kalterpakketten"] header nav.navbar .navbar-collapse .navbar-nav > .nav-item.active > .nav-link,
body[data-template="kalterpakketten"] header nav.navbar .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover {
    color: #E30613
}


header nav.navbar .navbar-collapse .navbar-nav > .nav-item:first-child > .nav-link {
    margin-left: 0;
}

header nav.navbar .navbar-collapse .navbar-nav > .nav-item:last-child > .nav-link {
    margin-right: 0;
}

header nav.navbar ul.navbar-actions {
    display: flex;
        align-items: center;
    gap: 12.5px;
        line-height: 0;
    margin-bottom: 0;

}

header nav.navbar ul.navbar-actions li{

}

header nav.navbar ul.navbar-actions li:has(.navbar-actions__menu) {
    display: none;
}

header nav.navbar ul.navbar-actions li a {
    position: relative;
    display: block;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar ul.navbar-actions li a.navbar-actions__search {
        background: #0C383A;
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

body[data-template="kalterpakketten"] header nav.navbar ul.navbar-actions li a.navbar-actions__search {
    background: #E30613;
}

header nav.navbar ul.navbar-actions li a:before {
       font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
    min-width: 45px;
    display: block;
    text-align: center;
}

header nav.navbar ul.navbar-actions li a.navbar-actions__cart:before {
    content: '';
}

header nav.navbar ul.navbar-actions li a.navbar-actions__account:before {
    content: '';
}

header nav.navbar ul.navbar-actions li a.navbar-actions__menu:before {
    content: '';
}

header nav.navbar ul.navbar-actions li a.navbar-actions__menu.active:before {
 content: '';
}

header nav.navbar ul.navbar-actions li a.navbar-actions__search:before {
    content: '';
    font-size: 18px;
}

header nav.navbar ul.navbar-actions li a.navbar-actions__search.active:before {
    content: '';
}

header nav.navbar ul.navbar-actions li a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

header nav.navbar ul.navbar-actions li a span {
    font-size: 10px;
    height: 17.5px;
    width: 17.5px;
    line-height: 15px;
    text-align: center;
    display: block;
    background: #3C4494;
    color: #ffffff;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(125%, -50%);
    transform: translate(125%, -50%);
    border-radius: 50%;
    font-weight: 700;
}


body[data-template="kalterpakketten"] header nav.navbar ul.navbar-actions li a span {
    background: #E30613;
}

header nav.navbar form.navbar-search {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

header nav.navbar form.navbar-search.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

header nav.navbar form.navbar-search input {
    background: #ffffff
}

header nav.navbar form.navbar-search button {
      background: #95C11F;
    display: grid;
    place-items: center;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    margin: 0;
    padding: 0;
    aspect-ratio: 1 / 1;
    cursor: pointer;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar form.navbar-search button:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

    

header nav.navbar form.navbar-search button:before {
    content: '';

    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
}


/* Navbar toggler */

header nav.navbar .navbar-toggler {
    position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 4;
    color: #ffffff;
    line-height: 0;
    cursor: pointer;
}


/*header nav.navbar .navbar-toggler:before {
     content: 'menu';
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
    margin-bottom: 2.5px;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
}*/

header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 2.5px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color: currentColor;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 25px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: currentColor;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6.5px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6.5px;
}


/* Header */

section.header {
    background: #95C11F;
    
   
    position: relative;
}

body[data-template="kalterpakketten"] section.header {
    background: #282E68;
}

section.header .header-content {
     padding: var(--large) 0  var(--medium) 0;
    text-align: center;
    color: #e3f0bf;
}

section.header .header-content h1 {
    color: #e3f0bf;
    margin-bottom: 0;
    line-height: 0.875
}

section.header .header-content p {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1;
}


section.header .header-image {
    line-height: 0;
}

section.header .header-anchor {
      width: 45px;
    height: 112.5px;
    background: #0C383A;
    display: block;
    position: absolute;
    bottom: calc(var(--medium) * -1);
    right: 15px;
    border-radius: 50px;
    z-index: 2

}

body[data-template="kalterpakketten"] section.header .header-anchor {
    background: #E30613;
}

section.header .header-anchor:after {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 15px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    animation-duration: 3s;
    animation-name: arrowanimation;
    animation-iteration-count: infinite;
    /* animation-direction: alternate;*/
}


section.header .header-cta {
    position: absolute;
    bottom: var(--large);
    left: 15px;
    line-height: 0;
    z-index: 1
}


section.header .header-cta:before {
   content: url(images/header-cta_text.svg);
    display: block;
    line-height: 0;
    margin-bottom: 15px;
    max-width: 95%;
}


body[data-template="kalterpakketten"] section.header .header-cta:before {
   content: url(images/header-cta_text-1.svg);
}

section.header .header-cta:after {
        content: '';
    position: absolute;
    top: var(--large);
    right: 35%;
    bottom: calc(var(--large)* -1);
    left: -50vw;
    z-index: -1;
    background-image: url(images/header-cta.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    pointer-events: none;
}

body[data-template="kalterpakketten"] section.header .header-cta:after {
       background-image: url(images/header-cta-1.png);
    z-index: 1;
    top: calc(var(--large)* -1);
    right: calc(var(--large)* -1);
    bottom: calc(var(--large)* -1);
}


/* Products */

section.products {
    margin: var(--extralarge) 0;
    position: relative;
}

section.breadcrumbs + section.products {
    margin-top: var(--large)
}


.products .products-header {
    margin-bottom: var(--largemedium);
}

.products .products-header.products-header--center {
    text-align: center;
}

.products .products-header :is(h1, h2, h3, h4, h5, h6) {
        color: #282E68;
}


.products .products-header *:last-child {
    margin-bottom: 0;
}



.products .products-header ul.products-header__categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 0;
    margin-top: var(--smallmedium);
}

.products .products-header ul.products-header__categories li {

}

.products .products-sidebar {
    height: 100%;
    position: relative;
     z-index: 1
}

.products .products-sidebar:after {
   content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -15px;
    background: #F9FCF0;
    width: 50vw;
    z-index: -1;
    pointer-events: none;

}

.products .products-sidebar img {
        max-width: 240px;
    margin-bottom: var(--medium);
    margin-left: var(--medium);
}

.products .products-sidebar ul {
    line-height: 0;
    margin-bottom: 0;
       display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.products .slick-list {
    overflow: visible;
}

.products .products-footer {
    margin-top: var(--medium);
    line-height: 0;
    text-align: center;
}

.products .product {
    position: relative;
    border: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
   
    height: calc(100% - 30px);
    margin-bottom: 30px;

    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.25);
}

.products .products-slider .product {
    height: 100%;
    margin-bottom: 0
}



.products .product:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
     box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
}


.products .product .product-image {
    position: relative;
    display: block;
    z-index: 1;
    aspect-ratio: 3 / 2;
     margin: 30px 30px 0;
    
}

.products .product .product-image:after {
        position: absolute;
    width: 35px;
       right: -10px;
    top: -10px;
    line-height: 0;
}

.products .product .product-image[data-icon="nl"]:after {
    content: url(images/nl.svg);
}

.products .product .product-image[data-icon="tractor"]:after {
    content: url(images/tractor.svg);
}

.products .product .product-image[data-icon="strawberry"]:after {
    content: url(images/strawberry.svg);
}



.products .product.sale .product-image:before,
.products .product.product_cat-actie .product-image:before {
       content: url(images/actie.svg);
    position: absolute;
    left: -30px;
    top: -30px;
    width: 135px;
    z-index: 2;
    line-height: 0;
    pointer-events: none;
}

.products .product .product-image :is(img, video, iframe) {
        position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;  
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	pointer-events: none;
   
    
}

.products .product.product_cat-kalter .product-image :is(img, video, iframe) {
     -o-object-fit: cover;
    object-fit: cover;  
    border-radius: 20px;
}

/*.products .product:hover .product-image :is(img, video, iframe) {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}*/


.products .product .product-image .product-image__label {
       position: absolute;
        left: -10px;
    top: -10px;
    -webkit-transform: scale(1);
    transform: scale(1);
	min-width: auto
}


.products .product .product-content {
    padding: 30px;
    text-align: center;
 
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products .product .product-content .product-content__title {
    margin-bottom: var(--extrasmall);
    margin-top: auto
}

.products .product .product-content .product-content__price {
    margin-bottom: 0;
    font-size: 18px;
    color: #95C11F;
    font-weight: 700;
    line-height: 1;
}


.products .product .product-content *:last-child {
    margin-bottom: 0;
}


.products .product .product-footer {
    background: #F8F8F8;
    padding: 22.5px 30px;
    text-align: center;
    position: relative;
    margin: 0;
}

.products .product .product-footer select {
        border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.products .product .product-footer .product-footer__quantity {
    display: flex;
    gap: 7.5px;
    margin-bottom: 15px;
}

.products .product .product-footer .product-footer__quantity button {
        font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    font-size: 14px;
        background: #cacaca;
    color: #ffffff;
    height: 32.5px;
    width: 32.5px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    padding: 0;
    margin: 0;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;

}

.products .product .product-footer .product-footer__quantity button:hover {
    background: #a4a4a4;
}

.products .product .product-footer .product-footer__quantity :is(input, .input) {
	text-align: center;
	padding: 6px 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 717;
	background: #ffffff;
}

.products .product .product-footer .product-footer__quantity:has(input[name="decimal_quantity"][value="1.00"]) .product-footer__quantity--minus,
.products .product .product-footer .product-footer__quantity:has(input[name="decimal_quantity"][value="1"]) .product-footer__quantity--minus,
.products .product .product-footer:has(input[name="decimal_quantity"][value="0"]) button[type="submit"] {
	pointer-events: none;
	opacity: 0.5
}



.products .product .product-footer .product-footer__switch {
       color: #282E68;
    text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 3px;
    text-decoration-color: currentColor;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-style: normal;
    font-weight: 717;
    margin-bottom: 15px;
    cursor: pointer;
    opacity: 0;
}

.products .product .product-footer button.product-footer__switch {
    opacity: 1;
}


.products .product .product-footer .product-footer__switch:before {
     content: '';
     font-weight: normal;
     font-family: 'Font Awesome 6 Sharp';
     position: absolute;
     left: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
       -webkit-transition: all 0.6s;
    transition: all 0.6s;
        line-height: 1;
        font-size: 16px;
}

.products .product .product-footer .product-footer__switch:hover:before {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}


/* Product */

section.product {
    margin: var(--large) 0;
    position: relative;
}

section.product .product-image {
    position: relative;
    display: block;
    z-index: 1;
    aspect-ratio: 4 / 3;
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    
}

section.product .product-image:after {
        position: absolute;
    width: 45px;
    right: 20px;
    top: 20px;
    line-height: 0;
}

section.product .product-image[data-icon="nl"]:after {
    content: url(images/nl.svg);
}

section.product .product-image[data-icon="tractor"]:after {
    content: url(images/tractor.svg);
}

section.product .product-image[data-icon="strawberry"]:after {
    content: url(images/strawberry.svg);
}

section.product.sale .product-image:before {
    content: url(images/actie.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
    z-index: 2;
    line-height: 0;
    pointer-events: none;
}

section.product .product-image :is(img, video, iframe) {
        position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;  
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 30px;
	pointer-events: none;
    
}

section.product.product_cat-cadeaupakketten-2 .product-image :is(img, video, iframe) { 
	padding: 0;
	-o-object-fit: cover;
	object-fit: cover;  
}

section.product .product-gallery {
	margin-top: var(--medium)
}

section.product.product_cat-kalter .product-image :is(img, video, iframe) {
 -o-object-fit: cover;
    object-fit: cover;  
   padding: 0;

}




/*.products .product:hover .product-image :is(img, video, iframe) {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}*/

section.product .product-image .product-image__label {
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);  
	min-width: auto;
}

section.product .product-content {

}

/*section.product .product-content a[href*='tel:'] {
   text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 3px;
    text-decoration-color: currentColor;
}
*/

section.product .product-content a[href*='tel:']:before {
        content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 16px;
}

section.product .product-content .product-content__title {

}

section.product .product-content .product-content__price {
    color: #95C11F;
    font-weight: 700;
}

section.product .product-content .product-content__origin:before {
        width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

section.product .product-content .product-content__origin[data-icon="nl"]:before {
    content: url(images/nl.svg);
}

section.product .product-content .product-content__origin[data-icon="tractor"]:before {
    content: url(images/tractor.svg);
}

section.product .product-content .product-content__origin[data-icon="strawberry"]:before {
    content: url(images/strawberry.svg);
}


section.product .product-content ul li {
        padding-left: 22.5px;
    position: relative;
}

section.product .product-content ul li:before {
        content: '▪';
    position: absolute;
    left: 0;
    top: 0;
}




section.product .product-footer {
    max-width: 360px;
    text-align: center;
    margin-top: var(--mediumlarge)
}

section.product .product-footer select {
        border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

section.product .product-footer .product-footer__quantity {
    display: flex;
    gap: 7.5px;
}

section.product .product-footer .product-footer__quantity button {
        font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    font-size: 14px;
        background: #cacaca;
    color: #ffffff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    padding: 0;
    margin: 0;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;

}

section.product .product-footer .product-footer__quantity button:hover {
    background: #a4a4a4;
}

section.product .product-footer .product-footer__quantity :is(input, .input) {
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 717;
    background: #ffffff
}

section.product .product-footer .product-footer__switch {
       color: #282E68;
    text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 3px;
    text-decoration-color: currentColor;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-style: normal;
    font-weight: 717;
    margin: 15px 0;
    cursor: pointer;
       opacity: 0;


}

section.product .product-footer button.product-footer__switch {
    opacity: 1;
}



section.product .product-footer .product-footer__switch:before {
     content: '';
     font-weight: normal;
     font-family: 'Font Awesome 6 Sharp';
     position: absolute;
     left: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
       -webkit-transition: all 0.6s;
    transition: all 0.6s;
        line-height: 1;
        font-size: 16px;
}

section.product .product-footer .product-footer__switch:hover:before {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}


section.product .product-footer .product-footer__add button {
    width: 100%;
}

section.product:has(input[name="decimal_quantity"][value="0"]) .product-footer .product-footer__add button {
	pointer-events: none;
    opacity: 0.5;
}

/* Blocks */

section.blocks {
    margin: var(--extralarge) 0;
    position: relative;
}


section.blocks .block {
    background: #FFB91D;
    
    border-radius: 30px;
    display: block;
    position: relative;
        height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: var(--mediumlarge);
        z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}


section.blocks .block:hover {
-webkit-transform: scale(1.025);
    transform: scale(1.025);

}
section.blocks .block.block--green {
    background: #95C11F;
    color: #ffffff;
}

section.blocks .block.block--red {
    background: #FF6347;
}

section.blocks .block.block--blue {
    background: #3C4494;
    color: #ffffff;
}

section.blocks .block .block-background {
       position: absolute;
    top: 120px;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 60%;
    width: 100%;

}

section.blocks .block .block-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;  
    -o-object-position: bottom right;
    object-position: bottom right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /* padding-top: 120px;*/
}

section.blocks .block .block-header {
    text-align: center;
    color: #ffffff;
}

section.blocks .block .block-header *:last-child {
    margin-bottom: 0
}


section.blocks .block .block-content {
      max-width: 50%;
    font-weight: 700;
    margin: auto 0;
    padding: 30px 0;
    position: relative;
    z-index: 2
}

section.blocks .block .block-content *:last-child {
    margin-bottom: 0
}

section.blocks .block .block-footer {
    line-height: 0;
}



/* Article */

article.article {
    margin: var(--large) 0;
    position: relative;
}

article.article.article--reverse .row {
    flex-direction: row-reverse;
}


article.article .article-content {
   position: relative;
    z-index: 1;
    background: #ffffff;
    padding: var(--extralarge);
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
	height: 100%;
        
}

article.article .article-content.article-content--small {
	padding: var(--large);
}

article.article .article-content *:last-child {
    margin-bottom: 0
}

article.article .article-content .article-content__header {
    margin-bottom: var(--mediumlarge)
}

article.article .article-content .article-content__headert *:last-child {
    margin-bottom: 0
}

article.article .article-content .article-content__navigation {
    margin-bottom: var(--medium);
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
     color: #282E68;
    font-size: 20px;
    font-weight: 717;
}



article.article .article-content .article-content__navigation li {
   
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article.article .article-content .article-content__navigation li.active{
 text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 10px;
    text-decoration-color: currentColor;

     color: #95C11F;
}

article.article .article-content .article-content__steps {
    margin-top: var(--large);
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
        align-items: center;
}

article.article .article-content .article-content__steps *:last-child {
	margin-left: auto;
}



article.article .article-image,
article.article .article-video{
	position: relative;
	height: 100%;
	padding-bottom: 66.666%;
	    border-radius: 30px;
	overflow: hidden;
	    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.25);
}

article.article .article-video {
	padding-bottom: 56.25%;
}
article.article .article-image :is(img, video, iframe),
article.article .article-video :is(img, video, iframe){
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* Accordion */

section.accordion  {
     margin: var(--extralarge) 0
}

section.accordion .accordion-item {
    border-bottom: 1px solid #000000;
    padding: 10px 0;
    display: block;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

section.accordion .accordion-item .accordion-item__toggler {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 717;
    display: block;
    position: relative;
}
section.accordion .accordion-item .accordion-item__toggler:after {
   content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    color: #282E68;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


section.accordion .accordion-item .accordion-item__toggler[aria-expanded="true"]:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}


section.accordion .accordion-item .accordion-item__content {
    padding: 15px 0;
}

/* Woocommerce */

.cart {
    margin-bottom: 0;
}

.cart tr.cart-item  {
    border-bottom: 1.25px solid #282E68;

}

.cart tr.cart-item :is(th,td) {
    padding: var(--smallmedium) var(--tiny);
}

.cart tr.cart-item .cart-item__thumbnail {
    width: 0;
}

.cart tr.cart-item .cart-item__thumbnail .image {
    position: relative;
    display: block;
    z-index: 1;
    aspect-ratio: 4 / 3;
    width: 90px;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}

.cart tr.cart-item .cart-item__thumbnail .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;  
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cart tr.cart-item .cart-item__name {
    color: #95C11F;
    font-weight: 700;
        padding: var(--smallmedium) var(--smallmedium);
}

.cart tr.cart-item .cart-item__name :is(h1, h2, h3, h4, h5, h6) { 
    color: #282E68;
    margin-bottom: 7.5px;
}

.cart tr.cart-item .cart-item__name ul {
	    font-size: 16px;
    font-weight: 400;
}


.cart tr.cart-item .cart-item__subtotal {
    font-weight: bold;
    color: #282E68;
    width: 0;
    padding: var(--smallmedium) var(--smallmedium);
	font-size: 16px;
}

.cart tr.cart-item .cart-item__change {
    width: 0;
}

.cart tr.cart-item .cart-item__change a {
    background: #282E68;
    color: #ffffff;
    width: 37.5px;
    height: 37.5px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cart tr.cart-item .cart-item__change a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cart tr.cart-item .cart-item__change a:before {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
}

.cart tr.cart-item .cart-item__quantity {
    width: 0;
}

.cart tr.cart-item .cart-item__quantity .input {
    text-align: center;
    padding: 7.5px 22.5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 717;
    background: #ffffff;
    color: #282E68;
    border: 1.25px solid #282E68;
    white-space: nowrap;
}

.cart tr.cart-item .cart-item__quantity input{
    color: #282E68;
    border: 1.25px solid #282E68;
    background: transparent;
    width: 120px;
    text-align: center;
    padding: 7.5px 10px;
    font-weight: bold;
    -moz-appearance: textfield;
    pointer-events: none;
}

.cart tr.cart-item .cart-item__quantity input::-webkit-outer-spin-button,
.cart tr.cart-item .cart-item__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart tr.cart-item .cart-item__remove  {
    width: 0;
}

.cart tr.cart-item .cart-item__remove a {
    background: #E30613;
    color: #ffffff;
    width: 37.5px;
    height: 37.5px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cart tr.cart-item .cart-item__remove a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.cart tr.cart-item .cart-item__remove a:before {
        content: '';
        font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
}


.totals {
        margin-top: var(--mediumlarge);
}

.totals .totals-item {

}

.totals .totals-item .totals-item__name {
     color: #95C11F;
    font-weight: 700;
}

.totals .totals-item .totals-item__name :is(h1, h2, h3, h4, h5, h6) { 
    color: #282E68;
    margin-bottom: 7.5px;
}

.totals .totals-item .totals-item__price  {
    font-weight: bold;
    color: #282E68;
    width: 0;
}

.review {
    color: #282E68;
}

.review .review-item {
    border-bottom: 1.25px solid #282E68;
}



.review .review-item :is(th, td) {
    padding: 10px 0;
}

.review .review-item :is(th, td):last-child {
    text-align: right;
}

.review tfoot .review-item :is(th, td) {
    padding: 12.5px 0;
    font-weight: 717;
}

.review .review-item .review-item__name {
    
}

.review .review-item .review-item__quantity {
    color: #95C11F;
    font-weight: bold;
}

.checkout {

}

.checkout .checkout-step {

}

.checkout .checkout-step > .row > [class*='col'] {
    margin-bottom: var(--medium)
}

.checkout .checkout-step :is(select) {
    margin-bottom: 15px;
}

.checkout .checkout-step .woocommerce-shipping-methods {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 0;
}

.checkout .checkout-step .woocommerce-shipping-methods li {
    display: inline-block;
}

.checkout .checkout-step .woocommerce-shipping-methods li input {
        border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.checkout .checkout-step .woocommerce-shipping-methods li input[value="flat_rate:2"] + label:before {
    content: ''
}

.checkout .checkout-step .woocommerce-shipping-methods li input[value="local_pickup:1"] + label:before {
    content: ''
}

.woocommerce-notices-wrapper {
        margin-bottom: var(--medium);
}

.woocommerce-notices-wrapper:empty {
    display: none;
}


.woocommerce-error li,
.woocommerce-notices-wrapper .woocommerce-message {
        color: #ffffff;
    background: #95C11F;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: var(--smallmedium) !important;
}

.woocommerce-notices-wrapper .woocommerce-message:has(.restore-item) {
    background: #E30613;
}


.woocommerce-MyAccount-navigation {
    position: relative;
	margin-bottom: var(--medium)
}

.woocommerce-MyAccount-navigation ul {
    margin-bottom: var(--medium);
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
     color: #282E68;
    font-size: 20px;
    font-weight: 717;
}



.woocommerce-MyAccount-navigation ul li {
   
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.woocommerce-MyAccount-navigation ul li.is-active{
 text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 10px;
    text-decoration-color: currentColor;

     color: #95C11F;
}

/* 

.woocommerce-MyAccount-navigation ul {
      background-color: #95C11F;
	 color: #ffffff;
    list-style: none;
    border-radius: 10px;
    overflow: scroll;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
     -ms-overflow-style: none;
  scrollbar-width: none; 
	
}

.woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
  display: none;
}

.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    list-style: none
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 15px 22.5px;
    display: inline-block;
    text-decoration: none;
}


.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
       background: #0C383A;
    color: #ffffff;
}
 */

/* Slick Slider */

.slick-track {
    min-width: 100%;
}

/* Whatsapp */

.whatsapp {
       background-color: #95C11F;
       color: #ffffff;
    position: fixed;
    height: 75px;
    width: 75px;
    text-align: center;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: var(--smallmedium);
    bottom: var(--smallmedium);
      -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
     font-size: 36px

}

body[data-template="kalterpakketten"] .whatsapp {
        background: #E30613;
}

.whatsapp:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.whatsapp:before {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Brands';
   
}



/* Modal */

.modal {

}

.modal .modal-dialog  {
    max-width: 992px;
    padding: 0 15px;
}

.modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    border-radius: 60px;
    padding: var(--large) var(--extralarge);
}

.modal .modal-dialog .modal-content .close {
    margin: 0;
    padding: 0;
    margin-left: auto;
    background: #95C11F;
    width: 37.5px;
    height: 37.5px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
        position: absolute;
    right: var(--largemedium);
    top: var(--largemedium);
    z-index: 1

}

.modal .modal-dialog .modal-content .close:before {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
}

.modal .modal-dialog .modal-content .modal-header {
    border-radius: 0;
    padding: 0;
    border: 0;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    padding-bottom: var(--large);
}

.modal .modal-dialog .modal-content .modal-body.modal-body--center {
   text-align: center;
}

.modal .modal-dialog .modal-content .modal-body :is(h1, h2, h3, h4, h5, h6, b) {
    color: #282E68;
}

.modal .modal-dialog .modal-content .modal-body img {
       max-width: 390px;
    margin-bottom: var(--medium);
    padding: 0 30px;
}

.modal .modal-dialog .modal-content .modal-body .products {
    margin: 0;
}

.modal .modal-dialog .modal-content .modal-body .products .product {
    max-width: 330px;
    height: 100%;
    margin-bottom: 0
}


.modal .modal-dialog .modal-content .modal-body p[data-icon]:before {
        width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    line-height: 0;
}

.modal .modal-dialog .modal-content .modal-body p[data-icon="nl"]:before {
    content: url(images/nl.svg);
}

.modal .modal-dialog .modal-content .modal-body p[data-icon="tractor"]:before {
    content: url(images/tractor.svg);
}

.modal .modal-dialog .modal-content .modal-body p[data-icon="strawberry"]:before {
    content: url(images/strawberry.svg);
}


.modal .modal-dialog .modal-content .modal-body .switch {
       color: #282E68;
    text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 3px;
    text-decoration-color: currentColor;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 717;
    cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-body .switch:before {
     content: '';
     font-weight: normal;
     font-family: 'Font Awesome 6 Sharp';
     position: absolute;
     left: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
       -webkit-transition: all 0.6s;
    transition: all 0.6s;
        line-height: 1;
        font-size: 16px;
}

.modal .modal-dialog .modal-content .modal-body .switch:hover:before {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}

.modal .modal-dialog .modal-content .modal-body p + ul {
    margin-top: calc(var(--mediumlarge) * -1)
}

.modal .modal-dialog .modal-content .modal-body :is(p, ul, ol) {
    margin-bottom: var(--mediumlarge)
}
.modal .modal-dialog .modal-content .modal-body ul li {
        padding-left: 22.5px;
    position: relative;
}

.modal .modal-dialog .modal-content .modal-body ul li:before {
        content: '▪';
    position: absolute;
    left: 0;
    top: 0;
}

.modal .modal-dialog .modal-content .modal-body *:last-child {
    margin-bottom: 0
}


.modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-footer > * {
    margin: 0;
}

.modal .modal-dialog .modal-content .modal-footer .btn:last-child {
    margin-left: auto;
}

.modal-backdrop {
    background: rgba(217, 217, 217, 0.70);
}

/* Footer */


footer {    
    background: #282E68;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: var(--extralarge) 0;

    background-image: url(images/footer.png);
	background-image: url(/wp-content/uploads/2025/01/footer_vitamientje.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	    background-size: contain;
}

body[data-template="kalterpakketten"] footer {    
    background-image: url(images/footer-1.png);
	background-image: url(/wp-content/uploads/2025/01/footer_kalter.png);
	background-size: cover
}

footer .footer-logo {
   
}

footer .footer-logo--vitamientje {
   margin-bottom: var(--smallmedium);
}

footer .footer-logo--kalterpakketten {
   max-width: 220px;
   margin-bottom: var(--smallmedium);
}

footer ul.footer-menu {
    line-height: 1.875;
    font-weight: 700;
}

footer ul.footer-menu:last-child {
    margin-bottom: 0;
	font-weight: normal;
	    line-height: 1.5;
}

footer ul.footer-menu.footer-menu--large {
    font-size: 18px;
       font-weight: 800;
    line-height: 2.75
}

footer ul.footer-menu li a {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


footer ul.footer-menu li a:hover,
footer ul .footer-menuli.current-menu-item a {
    color: #95C11F;
}




footer .footer-sub {
   background: #A3E3CD;
   color: #152D36;
   text-align: center;
    
}

footer .footer-sub ul {
    margin-bottom: 0;
    font-family: "ITC Fenice Std";
    font-size: 14px;
    display: flex;
        justify-content: center;
    gap: 30px;
}



footer .footer-sub ul li {
    padding: 15px 0 12.5px 0;
    display: inline-block;
}

/*footer .footer-sub ul li:first-child {
    padding-left: 0
}

footer .footer-sub ul li:last-child {
    padding-right: 0
}*/


/* Swiper */


.swiper-horizontal > .swiper-pagination-bullets {
        position: relative;
    bottom: unset;
    top: unset;
    left: unset;
    margin-top: var(--mediumlarge);
    line-height: 0;
}


.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        border: 1px solid #BCDC4A;
    width: 30px;
    height: 22.5px;
    border-radius: 22.5px;
    background: transparent;
    line-height: 0;
    opacity: 1;
    margin: 0 10px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #BCDC4A;
}

/* Gravity Forms */

.gform_wrapper {
      /*margin-top: var(--mediumlarge);*/
   

}

.gform_wrapper :is(h1,h2, h3, h4, h5, h6) {
    color: #ffffff;
}

.gform_wrapper form {
    position: relative;
        line-height: 1.5;
}


.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: var(--extrasmall);
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-radio) {
       color: #004167
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html:not(:first-child) {
     padding-top: var(--small);
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html :is(h1, h2, h3, h4, h5, h6):last-child {
    margin-bottom: 7.5px;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield:last-child {
     border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}*/


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea) label,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select label {
        position: absolute;
    transition: all .1s ease-in-out;
    z-index: 1;
    margin-bottom: 0;
    top: 0;
    left: 32.5px;
    width: auto;
    display: block;
    line-height: 1.675;
    font-size: 12px;
    top: 5px;
        font-weight: bold;
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) label{
    top: 0;
    left: 7.5px;
    right: 7.5px;
    padding: 15px 25px;
    font-size: inherit;
    font-weight: bold;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) label .gfield_required {
 
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea) :is(input, textarea),
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-select select {
         padding: 25px 25px 10px 25px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-text, .gfield--type-email, .gfield--type-textarea):has(:placeholder-shown) :is(input, textarea) {
    padding: 17.5px 25px;
}


.gform_wrapper form .gform_body .gform_fields .gfield .gsection_title:empty {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gsection_description {
    font-size: 14px;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-two-thirds {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}



.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) {
    font-weight: inherit;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > :is(label, legend) {
    display: none;
}



.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) + .gfield_description {
    font-size: 14px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .validation_message {

}

.gform_wrapper form .gform_body .gform_fields .gfield .validation_message.gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border-left: 3px solid #e50201;
    border-radius: 3px;
    padding: 7.5px 10px;
    line-height: 1.25;
    display: inline-block;
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    position: relative;
}


.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input{
  
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .instruction {
    font-size: 14px;
    margin-top: 7.5px;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #e50201;
    border: 1px solid #e50201;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    margin-top: 7.5px;
    font-weight: 400;
}
*/

/*.gform_confirmation_message {
    background: rgb(1 185 1 / 10%);
    color: #01b901;
    border: 1px solid #01b901;
    border-radius: 4px;
    padding: 7.5px 12.5px;
    line-height: 1.25;
    font-weight: 400;
}*/


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) > :is(label, legend) {
        background: #ffffff;
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 20px 7.5px 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-weight: bold;
        border: 1px solid #004167;
    border-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) {
    background: #ffffff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
   padding: 15px 20px;
   padding-top: 0;
       border: 1px solid #004167;
    border-top: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice:not(:last-child) {
    margin-bottom: 7.5px
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice input,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input  {
     border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice label,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label {
    position: relative;
    font-weight: inherit;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
   content: '';
    width: 17.5px;
    height: 17.5px;
    display: inline-block;
    margin-right: 7.5px;
    background: #ffffff;
    border: 1.5px solid #004167;
    vertical-align: middle;
    vertical-align: -2px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-radio :is(.gfield_radio, .gfield_checkbox) .gchoice label:before {
    border-radius: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-checkbox :is(.gfield_radio, .gfield_checkbox) .gchoice label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    border-radius: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox) :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label:before,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input:checked + label:before{
    background: #BCDC4A;
    box-shadow: 0 0 0 3px #ffffff inset;
}


.gform_wrapper form .gform_footer {
}

.gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid var(--color);
    border-left: 4px solid #ffffff;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 22.5px;
    height: 22.5px;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




/* Breadcrumbs */

section.breadcrumbs {
    padding-top: var(--mediumlarge);
   /* line-height: 0;*/
    z-index: 1;
    position: relative;
        line-height:0;
}

section.breadcrumbs p {
    margin-bottom: 0;
    font-family: Syne;
    font-size: 14px;
    color: #282E68;
    text-transform: uppercase;
    font-weight: 771;
    display: inline-block;
        line-height: 1.6;
}


/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
}

.social-media li {
    display: inline-block;
    margin-right: 2.5px;
    vertical-align: middle;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
    display: block;
    font-size: 24px
}

.social-media li a:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 6 Brands';

}


/* Loader */


.loading {
    overflow-y: hidden;
    overflow-x: hidden;
}

.loading:before {
      content: '';
    background-color: #282E68;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    opacity: 0.5;
}

.loading:after{
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    position: fixed;
    animation: rotation 1s linear infinite;
    z-index: 100000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 90px;
    line-height: 1;
    display: block;
}



@keyframes rotation {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
} 



/* Fancybox */

.fancybox__backdrop {
        background: rgb(97 95 84 / 50%);
}

/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* Responsive */

@media (max-width: 1600px) {
   
    :root  {
        --base: 12.5px;
    }

}   

@media (max-width: 1400px) {

    h1,
    .h1 {
        font-size: 52px;
    }

    .h2,
    h2 {
        font-size: 42px;
    }


    header nav.navbar .navbar-collapse {
        margin: 0 var(--medium);
    }

    header nav.navbar .navbar-collapse .navbar-nav > .nav-item > .nav-link {
            margin: 15px 12.5px;
    }
   
   

   
}

@media (max-width: 1200px) {

   .btn {
    zoom: 0.9;
   }
    

}

@media (max-width: 992px) {

      
    :root  {
        --extrahuge: 75px;
        --huge: 67.5px;
        --extralarge: 45px;
        --largehuge: 42.5px;
        --large: 37.5px;
        --largemedium: 30px;
        --mediumlarge: 22.5px;
        --medium: 20px;
        --smallmedium: 15px;
        --small: 10px;
        --extrasmall: 7.5px;
        --tiny: 5px;
    }

    body {
        font-size: 15px;
    }


    body.admin-bar {
        margin-top: 46px
    }

    h1,
    .h1 {
        font-size: 32px
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .h3,
    h3 {
        font-size: 28px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
       font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }

    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }




 
    main {
        overflow-x: hidden;
    }

    header {
    }

    header nav.navbar {
        padding: var(--small) 0 var(--extrasmall) 0;
    }

    header nav.navbar .navbar-brand {
        max-width: 120px;
        margin-bottom: calc(var(--extrasmall)* -1);
    }

  

    header nav.navbar .navbar-collapse {
                position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
       /* overflow-x: scroll;*/
            background: #95C11F;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 15px;
        padding-top: 0;
        z-index: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header nav.navbar .navbar-collapse.open {
        -webkit-transform: translate(0%);
        transform: translateX(0%);
    }

    header nav.navbar .navbar-collapse .navbar-nav {
                padding: 0;
        text-align: center;
        margin-right: 0;
    }

    header nav.navbar .navbar-collapse .navbar-nav > .nav-item > .nav-link {
                margin: 15px 0;
        font-size: 18px;
       
    }

    header nav.navbar ul.navbar-actions li:last-child {
        display: block;
    }

    header nav.navbar ul.navbar-actions li:has(.btn) {
        display: none;
    }

    header nav.navbar ul.navbar-actions li:has(.navbar-actions__menu) {
        display: block;
    }

    header nav.navbar ul.navbar-actions li a:before {
        min-width: 30px;
    }

    header nav.navbar form.navbar-search {
        -webkit-transform: translate(100%, -200%);
        transform: translate(100%, -200%);
        top: 0;
        padding: 0 15px;
    }

    header nav.navbar form.navbar-search.active {
     -webkit-transform: translate(100%, 125%);
        transform: translate(100%, 125%);
    }

    body.navbar-open header nav.navbar form.navbar-search {
        -webkit-transform: translate(0%, -200%);
        transform: translate(0%, -200%);
        top: 0;
        padding: 0 15px;
    }

    body.navbar-open header nav.navbar form.navbar-search.active {
     -webkit-transform: translate(0%, 125%);
        transform: translate(0%, 125%);
    }

    header nav.navbar form.navbar-search button {
            right: 20px;
    }

    section.header .header-cta {
        display: none;
    }

    section.header .header-anchor {
        right: unset;
        left: 15px;
    }

    section.header .header-content p {
        font-size: 22px;
    }
   
    .products .products-sidebar ul,
    .products .products-header ul.products-header__categories {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-left: -15px;
        margin-right: -15px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .products .products-sidebar ul::-webkit-scrollbar,
    .products .products-header ul.products-header__categories::-webkit-scrollbar {
        display: none;
    }

    .products .products-sidebar ul li:first-child,
    .products .products-header ul.products-header__categories li:first-child {
        padding-left: 15px;
    }

    .products .products-sidebar ul li:last-child,
    .products .products-header ul.products-header__categories li:last-child {
        padding-right: 15px;
    }

    .products .products-sidebar {
            margin-bottom: var(--largemedium);
    }

    .products .products-sidebar:after {
        content: unset;
    }

    .products .products-sidebar img {
            max-width: 180px;
    }

    section.product .product-image {
         margin-bottom: var(--largemedium);
    }

    section.blocks .block .block-content {
            max-width: 75%;
    }

    article.article .article-content {
            padding: var(--medium);
    }

    article.article .article-content .article-content__navigation {
        margin-left: calc(var(--small)* -1);
        margin-right: calc(var(--small)* -1);
        font-size: 8px;
        gap: 2.5px;
    }

    article.article .article-content .article-content__navigation li.active {
            text-underline-offset: 5px;
    }

    section.breadcrumbs p {
            margin-top: 7.5px;
    }

    .whatsapp {
        height: 60px;
        width: 60px;
        font-size: 30px
    }

    .modal .modal-dialog .modal-content {
            border-radius: 30px;
    padding: var(--mediumlarge);
    }

    .modal .modal-dialog .modal-content .modal-body [class*='col']:not(:last-child) {
        margin-bottom: var(--largemedium);
    }

    .modal .modal-dialog .modal-content .modal-footer .btn--transparent {
        margin-bottom: 15px;
    }

    .cart tr.cart-item :is(th,td) {
        display: block;
        width: auto !important;
        text-align: center;
            padding: var(--tiny) var(--tiny) !important;
    }

    .cart tr.cart-item :is(th,td):first-child {
        padding-top: var(--small) !important
    }

    .cart tr.cart-item :is(th,td):last-child {
        padding-bottom: var(--small) !important
    }

    .cart tr.cart-item .cart-item__thumbnail .image,
    .cart tr.cart-item .cart-item__change a,
    .cart tr.cart-item .cart-item__remove a {
        margin-left: auto;
        margin-right: auto
    }

    footer [class*='col']:first-child {
        margin-bottom: var(--largemedium);
    }

    footer .footer-logo--vitamientje {
        max-width: 300px;
    }

    footer .footer-logo--kalterpakketten {
        max-width: 180px;
    }

    footer ul.footer-menu.footer-menu--large {
        font-size: 16px;
        line-height: 2.5;
    }

   
}   




@keyframes arrowanimation {
    0% {
        top: 15px;
    }

    50% {
        top: calc(100% - 30px);
        opacity: 0
    }
}


@keyframes addedtocart {
    0% {
        left: -10%
    }

    35% {
       left: 50%
    }

    65% {
       left: 50%
    }

    100% {
       left: 110%
    }
}