html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-margin-before: .5rem;
    margin-block-start: .5rem;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: .9rem;
    margin-block-end: .9rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active,
a:hover {
    color: #336
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    -webkit-border-after: none;
    border-block-end: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden],
template {
    display: none
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #333
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    width: auto;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=button],
[type=submit],
button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
    outline: 5px auto -webkit-focus-ring-color
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #09f;
    text-decoration: none;
    opacity: 0.8
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    /* border: 1px solid hsla(0, 0%, 50.2%, .5019607843)*/
}

table th {
    font-weight: 700
}

table tfoot th,
table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    -webkit-border-before: 1px solid hsla(0, 0%, 50.2%, .5019607843);
    border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody>tr {
    border: 1px solid #eee
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    /* background-color: hsla(0, 0%, 50.2%, .0705882353)*/
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
    -webkit-border-before: 2px solid hsla(0, 0%, 50.2%, .5019607843);
    border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width:767px) {
    table table {
        font-size: .8em
    }

    table table td,
    table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd,
dl,
dt,
li,
ol,
ul {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

.entry ul li:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 9px;
    height: 9px;
    background-color: #a0d2c8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.entry ul li {
    list-style: none;
    padding-left: 0px;
}

.pattern-arrow:after {
    z-index: -3;
    background-image: url(//2050.marketing/wp-content/uploads/2023/10/2050-marketing-circle.png);
    background-repeat: repeat;
}

.pattern-right:after {
    right: -150%;
}

[class*=pattern-]:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    width: 200%;
    height: 100%;
}

.pattern-left.pattern-black:after {
    left: -133.5%;
}

.pattern-black:after {
    background-color: #000;
}

strong {
    font-weight: 600;
}

.logo a {
    display: inline-block;
    width: 212px;
    height: 32px;
    background-image: url(//www.pepperminds.nl/wp-content/themes/ppm/images/logo.png);
    background-size: 212px 64px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.header:hover,
.offtop {
    background-color: #fff !important;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 0 rgba(0, 0, 0, .1);
}

.header.elementor-sticky--effects {
    background-color: #fff !important;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 0 rgba(0, 0, 0, .1);
}

.header.elementor-sticky--effects #menu-top-menu li a,
.header:hover #menu-top-menu li a {
    color: #000 !important
}

.header.elementor-sticky--effects .elementor-element.elementor-element-5641b087 a,
.header:hover .elementor-element.elementor-element-5641b087 a {
    background-position: 0 -32px;
}

@media (max-width: 1024px) {
    body .elementskit-navbar-nav-default .elementskit-megamenu-panel {
        display: block;
    }

    .elementskit-submenu-indicator {
        display: none !important;
    }

    .ekit-menu-nav-link {
        text-align: center;
        display: block;
    }

    body .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        height: 3px
    }

    body .header .elementor-314 .elementor-element.elementor-element-7e89be3 .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        background-color: #fff;
    }

    body .header:hover .elementor-314 .elementor-element.elementor-element-7e89be3 .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        background-color: #000 !important;
    }

    body .elementskit-menu-toggler {
        border: none;
    }

    .elementor-356 .elementor-section {
        left: 0px !important
    }

    .pattern-left.pattern-black:after {
        left: -20px;
    }

    .pattern-left.pattern-black:after {
        left: 0;
    }

    body .elementor-36 .elementor-element.elementor-element-2cc019f:not(.elementor-motion-effects-element-type-background) {
        background-image: linear-gradient(90deg, #FFFFFF 55%, #FFFFFF 55%);
    }

    .header {
        background: #000;
    }

    .header.elementor-sticky--effects .elementskit-menu-hamburger-icon {
        background-color: #000 !important;
    }

    li#menu-item-1288 section {
        left: 0px !important;
    }

    li#menu-item-1666 section {
        left: 0px !important;
    }

    li#menu-item-1289 section {
        left: 0px !important;
    }

    li#menu-item-27356 section {
        left: 0px !important;
    }
}

#menu-top-menu li[class*=icon]>a:before {
    content: "";
    display: inline-block;
    vertical-align: -19%;
    margin-right: 12px;
    width: 30px;
    height: 30px;
    background-image: url(//www.pepperminds.nl/wp-content/themes/ppm/images/sprite.png?v=1.0.2);
    background-repeat: no-repeat;
}

#menu-top-menu li.menu-item-322>a:before {
    background-position: 0 -30px;
}

.header.elementor-sticky--effects #menu-top-menu li.menu-item-322>a:before,
.header:hover #menu-top-menu li.menu-item-322>a:before {
    background-position: 0 0px;
}

#menu-top-menu li.menu-item-323>a:before {
    background-position: -30px -30px;
}

.header.elementor-sticky--effects #menu-top-menu li.menu-item-323>a:before,
.header:hover #menu-top-menu li.menu-item-323>a:before {
    background-position: -30px 0px;
}

#menu-top-menu li.menu-item-324>a:before {
    background-position: -150px -90px;
}

.header.elementor-sticky--effects #menu-top-menu li.menu-item-324>a:before,
.header:hover #menu-top-menu li.menu-item-324>a:before {
    background-position: -150px -60px;
}

body .ekit-wid-con .elementskit-navbar-nav-default .elementskit-megamenu-has .elementskit-megamenu-panel {
    width: 100%
}

.dots-background::after {
    z-index: -3;
    background-image: url(//2050.marketing/wp-content/uploads/2023/10/2050-marketing-circle.png);
    background-repeat: repeat;
    content: '';
    left: -150%;
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    width: 200%;
    height: 100%;

}

.elementor-314 .elementor-element.elementor-element-7e89be3 .elementskit-navbar-nav>li.current-menu-item>a {
    color: #fff;
}

.CookieDeclaration {
    display: none;
}

.header.white-bg {

    background-color: #fff !important;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 0 rgba(0, 0, 0, .1);

}

#donate .section-label {
    font-size: 1.3rem;
    margin: 0 0 .8em;
    background: #000;
    color: #fff;
    padding: 10px;
    position: relative;
    line-height: 1.2;
    border-radius: 5px
}

@media (max-width:767px) {
    #donate .section-label {
        font-size: 1.1rem;
    }
}

#donate .section-label .num {
    border-radius: 100%;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #0e2131;
    background: #fff;
    font-size: 1.1rem;
    margin-right: .5em;
}


.woocommerce-additional-fields .form-row label {
    width: 100%
}

.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce-additional-fields .form-row .woocommerce-input-wrapper {
    width: 100%
}

#order_comments {
    min-height: 75px;
}

div.order-total {
    text-align: center;
    padding-bottom: 45px;
    padding-top: 30px;
    font-size: 30px;

}

.btn-donate-now {
    background-color: #09f;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff !important;
    cursor: pointer;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    padding: .6em 2em;
    margin: 20px 0px;
    border: none
}

/*.form-row.place-order {*/
/*    display: none;*/
/*}*/

.checkboxContainer label {
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 0;
    cursor: pointer;
    font-size: 1.05rem;
    position: relative;
    padding-left: 40px;
}

.checkboxContainer label .inputContainer {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0;
}

.checkboxContainer label .inputContainer input {
    opacity: 0;
    visibility: hidden;
}

.checkboxContainer label .inputContainer div.checkbox,
.checkboxContainer label .inputContainer div.styler {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    background-size: 80% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 0 1px 0 0 #dadada;
    border-radius: 4px;
}

.checkboxContainer label span {
    display: block;
    padding-top: 3px;
}

.checkboxContainer label .inputContainer div.checkbox.checked,
.checkboxContainer label .inputContainer input:checked+div.styler {
    background-image: url(./images/check.svg);
    background-color: #09f;
    border-color: #09f;
}

#billing_company_field .optional {
    display: none;
}

.woocommerce-billing-fields .optional {
    display: none;
}

#billing_company_field {
    display: none;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.donation_user_gdprAccepted {
    clear: both;
    padding-top: 15px;
}

.woocommerce form .form-row.donation_user_company {
    clear: both;
    padding-top: 15px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    height: 40px;
}

/* Overlay */
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 590;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.body-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.loading .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.loading .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loading .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

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

/* Overlay */

/*#billing_user_middle_field,*/
/*#billing_address_1_field,*/
/*#billing_address_2_field,*/
/*#billing_postcode_field,*/
/*#billing_city_field,*/
/*#billing_country_field {*/
/*    display: none !important;*/
/*}*/

.woocommerce-page form .is-subscription-cart #billing_last_name_field.form-row-last {
    width: 50%;
}

.woocommerce-page form .is-subscription-cart #billing_address_1_field.form-row {
    width: 50%;
    float: left;
}

.woocommerce-page form .is-subscription-cart #billing_address_2_field.form-row {
    width: 50%;
    float: right;
    clear: none;
}

.woocommerce-page form .is-subscription-cart #billing_postcode_field.form-row {
    width: 50%;
    float: left;
}

.woocommerce-page form .is-subscription-cart #billing_city_field.form-row {
    width: 50%;
    float: right;
    clear: none;
}

.is-subscription-cart #donationAnonymousField {
    display: none;
}

.is-normal-ship #donation_user_privacyAccepted_label2 {
    display: none;
}

.is-subs-ship #donation_user_privacyAccepted_label {
    display: none;
}

.donation_user_gdprAccepted {
    width: 100%;
    text-align: center;
}

#menu-top-menu {
    overflow-x: hidden;
}

.post-password-required .et_password_protected_form {
    min-height: 0;
    margin-bottom: 50px;
}

.et_password_protected_form {
    max-width: 500px;
    margin: 0px auto;
    border: 1px solid #eeee;
    padding: 50px 80px;
    border-radius: 20px;
}

.parent-pageid-7889 h1 {
    font-size: 14px;
}

.et_password_protected_form h1 {
    display: block !important;
    font-weight: bold;
}

body .et_password_protected_form label {
    display: block;
    margin-bottom: 20px;
}

body .et_password_protected_form p input {
    background-color: #fff;
    border: 1px solid #999 !important;
    width: 100% !important;
    border-radius: 10px !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.password-btn {
    width: 100%;
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    border-style: dashed;
    border-width: 3px;
    border-radius: 10px;

    padding: 15px;
    font-size: 18px;
    font-weight: 600;
}

.password-btn:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.et_password_protected_form h1 {
    font-size: 14px
}

h1.entry-title {
    font-size: 14px;
}


.parent-pageid-6774 h2 {
    font-size: 20px;
}

.refresh_btn button {
    background: #000;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    font-weight: 800;
    margin: 20px auto;
    display: block;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce button.button.alt {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    border-style: dashed;
    border-width: 3px;
}

.single-product .elementor-element-51f8c8f6 {
    background-color: #000;
}

.woocommerce-cart .elementor-element-51f8c8f6 {
    background-color: #000;
}

.woocommerce-checkout .elementor-element-51f8c8f6 {
    background-color: #000;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    border-style: dashed;
    border-width: 3px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #09f!important;
    border-color: #fff !important;
    color: #fff !important;

}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    border-style: dashed;
    border-width: 3px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #000 !important;
    border-color: #fff !important;
    color: #fff !important;
}

.page-id-33287 table.variations {
    display: none;
}

.woocommerce-breadcrumb {
    margin-top: 50px !important;
}

.related.products {
    display: block;
    clear: both;
}

.woocommerce-cart .coupon {
    display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    box-shadow: 0px 0px 10px 0px rgba !important;
    padding: 10px !important
}

.weird-price .price {
    display: none !important;
}

.elementor-accordion-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 36px -8px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    padding: 20px 0px;
    margin-bottom: 20px;
}

body .elementor-33434 .elementor-element.elementor-element-4101b1b8 .elementskit-navbar-nav>li.current-menu-item>a {
    color: #fff;
}
#submit-generate-link{border: 1px solid #000; color: #000;  margin-left: 20px}
#submit-generate-link:hover{background: #000;color: #fff;}
@keyframes dotDot {

    0%,
    20% {
        content: ".";
    }

    40% {
        content: "..";
    }

    60% {
        content: "...";
    }

    80% {
        content: "";
    }
}

.dot-animation::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    animation: dotDot 1.5s steps(3) infinite;
    padding-left: 5px;
    /* Adjust the spacing as needed */
}

/*New Css*/

.amount-error{color: red;font-size: 12px;}

