@import url("https://use.typekit.net/tdv3qyw.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

.header {
    top: 35px !important;
}

.top-bar {
    background: #000000;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.top-bar .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.top-bar ul {
    display: flex;
    list-style: none;
}

.top-bar ul li + li {
    margin-left: 2rem;
}

.top-bar .top-bar__usps li {
    display: flex;
    align-items: center;
}

.top-bar ul li a {
    color: #ffffff;
}

.top-bar .top-bar__usps li:before {
    content: "";
    background-image: url("../../img/checkmark.svg");
    background-size: contain;
    display: block;
    margin-right: 0.75rem;
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
}

@keyframes usp-slide-3 {
    0%, 100%, 30% {
        top: 0
    }

    33%, 63% {
        top: -30px
    }

    66%, 97% {
        top: -60px
    }

    99% {
        top: -90px
    }
}

@media screen and (max-width: 1400px) {
    .top-bar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-bar .container {
        align-items: center;
        max-width: 100% !important;
    }

    .top-bar ul li {
        font-size: 11px;
        margin-left: 0.5rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .top-bar {
        justify-content: center;
    }

    .top-bar-right {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header {
        top: 30px !important;
    }

    .top-bar {
        display: block !important;
        overflow: hidden;
        height: 33px;
    }

    .top-bar__usps {
        width: 100%;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        animation: usp-slide-3 15s ease-in-out infinite;
    }

    .top-bar__usps li {
        position: relative;
        justify-content: center;
        font-size: 0.75rem;
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 1rem;
    }
}

.wrapper.wrapper--page,
.article__content,
.article__404,
.columns,
.woocommerce div.product div.woocommerce-product-details__short-description {
    background-color: #c8d3da;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem !important;
}

.button, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    border: 0.0625rem solid #897541;
    background: #897541;
    color: #ffffff;
}

.button:hover, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .button[type='submit']:hover, .woocommerce nav.woocommerce-pagination ul li a[type='submit']:hover, .woocommerce nav.woocommerce-pagination ul li span[type='submit']:hover, .woocommerce input#submit[type='submit']:hover, .woocommerce a.button.alt[type='submit']:hover, .woocommerce button.button.alt[type='submit']:hover, .woocommerce input.button.alt[type='submit']:hover, .button[type='reset']:hover, .woocommerce nav.woocommerce-pagination ul li a[type='reset']:hover, .woocommerce nav.woocommerce-pagination ul li span[type='reset']:hover, .woocommerce input#submit[type='reset']:hover, .woocommerce a.button.alt[type='reset']:hover, .woocommerce button.button.alt[type='reset']:hover, .woocommerce input.button.alt[type='reset']:hover, .button[type='button']:hover, .woocommerce nav.woocommerce-pagination ul li a[type='button']:hover, .woocommerce nav.woocommerce-pagination ul li span[type='button']:hover, .woocommerce input#submit[type='button']:hover, .woocommerce a.button.alt[type='button']:hover, .woocommerce button.button.alt[type='button']:hover, .woocommerce input.button.alt[type='button']:hover, .button:focus, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .button.is-focused, .woocommerce nav.woocommerce-pagination ul li a.is-focused, .woocommerce nav.woocommerce-pagination ul li span.is-focused, .woocommerce input.is-focused#submit, .woocommerce a.is-focused.button, .woocommerce button.is-focused.button, .woocommerce input.is-focused.button {
    background: #ffffff;
    color: #897541;
    border-color: #ffffff;
}

.header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-top: none !important;
    box-shadow: none !important;
}

.header .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.header + * {
    padding-top: calc(5rem + 32px);
}

@media only screen and (max-width: 768px) {
    .header + * {
        padding-top: calc(5.125rem + 24px);
    }
}

/*@media screen and (min-width: 1920px) {
    .header + * {
        padding-top: 120px;
    }
}*/

.header__logo img {
    max-height: 50px;
    width: 150px;
}

.banner figure img {
    max-width: 100%;
}

/*@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    main .slick-slider:first-of-type {
        padding-top: calc(3rem + 50px);
    }
}*/

.feature span {
    position: relative;
}

.feature + .quote {
    padding-top: 0;
    padding-bottom: 1.8rem;
}

.feature h2,
.page-template-visual-composer-page h2 {
    text-align: center;
    margin-left: 0;
}


.feature h2 span,
.page-template-visual-composer-page h2 span {
    background: none !important;
    color: #897541;
    margin-left: 0;
    text-transform: uppercase;
    border-bottom: 2px solid #897541;
    padding: 0.5rem 3rem;
    font-family: "Barlow Condensed", sans-serif;
}

.page-template-visual-composer-page h2 {
    font-weight: 600;
    line-height: 1.4;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 3.125rem;
    margin-bottom: 1.5rem;
}

.feature h4,
.page-template-visual-composer-page h4 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1rem;
}

.feature h4 span,
.page-template-visual-composer-page h4 {
    color: #897541;
    text-transform: uppercase;
}

.page-template-visual-composer-page h4 {
    line-height: 1.6;
}

.page-template-visual-composer-page h1 {
    font-size: 4.5rem;
    line-height: 1.4;
    font-family: "Barlow Condensed", sans-serif;
}

.page-template-visual-composer-page .quote-text {
    font-family: mrs-eaves, sans-serif;
    line-height: 1em !important;
    font-size: 4.5rem;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .feature h2 span,
    .page-template-visual-composer-page h2 {
        font-size: 2rem;
    }

    .quote span {
        font-size: 2rem !important;
    }
}

.slick-track {
    padding-bottom: 2.5rem;
}

/**
 * Banner image mobile
 */

.banner figure {
    opacity: 1;
}

.banner .banner__quote {
    top: auto;
    bottom: 12px;
}

@media screen and (max-width: 1200px) {
    .banner-wrapper {
        width: 100vw;
    }
}

@media screen and (min-width: 768px) {
    .banner .banner-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .banner-wrapper {
        left: -20px;
        width: calc(100% + 40px);
    }

    .banner .banner__quote {
        padding-left: 12px;
        padding-right: 12px;
    }

    .banner .banner-mobile img {
        display: block;
        margin: 0 auto;
        max-width: 100vw;
        max-height: calc(100vh - 96px);
    }

    .banner .banner-mobile + figure {
        display: none;
    }
}

/**
 * END Banner image mobile
 */

/**
 * Product detail image size fix
 */

.woocommerce.single-product div.product div.images {
    width: 42.77% !important;
}

@media only screen and (max-width: 767px) {
    .woocommerce.single-product div.product div.images {
        width: 100% !important;
    }
}

.woocommerce div.product div.images {
    margin: 0 auto;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    flex: 0 0 auto;
    width: auto;
    float: none;
    padding-bottom: 0.625rem;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 90px;
    width: auto;
}

.woocommerce div.product div.images img {
    border: none;
}

.woocommerce ul.products li.product a img {
    max-width: 24rem;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image {
    min-height: 0;
}

.woocommerce div.product div.summary.entry-summary {
    padding-left: 20px;
    margin-top: 4rem;
}

#wcmd_modal .wcmd_content .wcmd_text .newsletter_motivator {
    font-size: 2rem !important;
    margin-bottom: 1rem;
}

#wcmd_modal .wcmd_content .wcmd_text p.newsletter_motivator::first-line {
    color: #897541;
}

#wcmd_modal .wcmd_content .wcmd_text img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wcmd-btn {
    background: #897541 !important;
    color: #ffffff !important;
}

.wcmd-btn:hover {
    background: #bd9c45 !important;
}

/**
 * END Product detail image size fix
 */

/**
 * Maattabel fix
 */

#imagePopup .close {
    display: none;
}

@media screen and (max-width: 1024px) {
    #imagePopup .container {
        left: 25% !important;
        transform: translate(-16.5%, -50%) !important;
    }

    @media screen and (max-width: 600px) {
        #imagePopup .container {
            left: 5% !important;
            transform: translate(-2.5%, -50%) !important;
        }
    }
}

/**
 * END Maattabel fix
 */

/**
 * Size radios.
 */

table.variations label[for="pa_size"],
table.variations label[for="pa_maat"] {
    padding: 8px 0 !important;
}

.single-product select#pa_size,
.single-product select#pa_maat {
    display: none;
}

.single-product .reset_variations {
    display: none !important;
}

.size-radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.size-radios label {
    display: inline-block !important;
    margin-right: 4px;
}

.size-radios label input {
    display: none !important;
}

.size-radios label span {
    display: block;
    padding: 8px 12px;
    color: #4f4f4f;
    border: 1px solid #000000;
    font-size: 14px;
    text-transform: uppercase;
}

.size-radios label input:checked + span {
    border-color: #d6c055;
    color: #d6c055;
}

/**
 * END Size radios
 */

@media screen and (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .header,
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    main, #main {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* FONT SIZE WEBSHOP */
.woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
    font-size: 1.15rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #897541 !important;
    font-family: "Barlow Condensed", sans-serif;
}

.woocommerce ul.products li.product .price {
    font-size: 0.875rem;
}

/* CATEGORY WEBSHOP */
.products-product-cat {
    display: none;
}

/* PRE FOOTER USPS */
.pre-footer {
    background: #c8d3da;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 2rem;
    left: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
    position: relative;
    right: 50%;
    width: 100vw !important;
}

.pre-footer .pre-footer__usp {
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.pre-footer .pre-footer__usp .pre-footer__usp-image {
    margin-right: 1.5rem;
}

.pre-footer .pre-footer__usp + .pre-footer__usp {
    border-left: 1px solid #897541;
}

.pre-footer .pre-footer__usp .pre-footer__usp-image img {
    max-width: 3rem;
    height: 2.5rem;
}

@media screen and (max-width: 1100px) {
    .pre-footer {
        flex-wrap: wrap;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .pre-footer .pre-footer__usp {
        width: 49%;
        padding: 1rem;
    }

    .pre-footer .pre-footer__usp + .pre-footer__usp {
        border: none;
    }

    .pre-footer .pre-footer__usp:nth-of-type(4n + 3),
    .pre-footer .pre-footer__usp:nth-of-type(4n + 4) {
        border-top: 1px solid #897541;
    }


}

@media screen and (max-width: 800px) {
    .pre-footer .pre-footer__usp {
        width: 100%;
    }

    .pre-footer .pre-footer__usp-image {
        margin-right: 1rem;
    }


    .pre-footer .pre-footer__usp + .pre-footer__usp {
        border-top: 1px solid #897541;
    }

    .pre-footer .pre-footer__usp .pre-footer__usp-image img {
        max-width: 2.5rem;
    }
}

/* NEWSLETTER SIGN-UP */
.footer__newsletter {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #353535;
    margin-bottom: 2.5rem;
}

.newsletter-form .newsletter-form__header {
    text-align: center;
    margin-bottom: 2rem;
}

.newsletter-form .newsletter-form__title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.newsletter-form .newsletter-form__subtitle {
    font-size: 1rem;
}

.newsletter-form .newsletter-form__form {
    text-align: center;
}

.newsletter-form .newsletter-form__form input {
    padding: 0.5rem 1rem;
    border: none;
    margin-right: 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
}

.newsletter-form .newsletter-form__form input[type='email'] {
    width: 30%;
}

.newsletter-form .newsletter-form__form input[type='submit'] {
    padding: 0.5rem 3rem;
    background: #897541;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    transition: .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.newsletter-form .newsletter-form__form input[type='submit']:hover {
    cursor: pointer;
    background: #ffffff;
    color: #897541;
}

.footer__newsletter .mc4wp-response p {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 0.75rem;
}

@media screen and (max-width: 768px) {
    .newsletter-form .newsletter-form__form input[type='email'] {
        width: 80% !important;
        text-align: center;
    }

    .newsletter-form .newsletter-form__form input[type='submit'] {
        width: 50% !important;
        margin-top: 1rem;
    }
}


.footer__logo {
    display: flex;
    justify-content: center;
}

.footer__menu {
    max-width: 100%;
}

.footer__menu a:hover {
    color: #897541;
}

.footer__menu li {
    width: 50% !important;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 400;
}

.footer__menu li:nth-child(odd) {
    text-align: right;
}

.footer .footer__logo img {
    max-height: 50px;
    width: 150px;
}

.footer__socials {
    margin-bottom: 2rem;
}

.footer__socials .footer__socials-list {
    display: flex;
    justify-content: center;
}

.footer__socials .footer__socials-list a + a {
    margin-left: 0.75rem;
}

.footer__socials .footer__socials-list a:hover img {
    opacity: 1;
}

.footer__socials .footer__socials-list img {
    width: 1.75rem;
    height: 1.75rem;
    opacity: 0.75;
    transition: .2s ease-in-out;
}

.footer__copyright {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
}

.footer__mode {
    display: flex;
    justify-content: center;
}

.woocommercec .cross-sells ul.products {
    padding: 0 1.5rem;
}

@media screen and (min-width: 500px) {
    .woocommercec .cross-sells ul.products li.product {
        width: 48%;
    }
}

/* CART */
.woocommerce table.cart td.actions .coupon .input-text {
    width: 50%;
    padding: 0.1875rem 0.625rem 0.25rem;
    height: 32.5px;
}

#wcmd_modal .wcmd_content .wcmd_text .newsletter_motivator {
    font-size: 40px !important;
}

.header__menu {
    display: flex;
}

.header__menu > .menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
}

/*BUTTONS*/
.feature__button {
    margin-left: 0;
    display: flex;
    justify-content: center;
}

.feature__button a.button,
.vc_general.vc_btn3 {
    background: none !important;
    border: 1px solid #897541 !important;
    color: #897541 !important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem !important;
    padding: 0.5rem 1.25rem;
    letter-spacing: 1px;
    transition: .2s ease-in-out;
}

.feature__button a.button:hover,
.vc_general.vc_btn3:hover {
    background: #897541 !important;
    color: #FFFFFF !important;
}

.vc_general.vc_btn3 {
    border-radius: 0;
}

/*QUOTES*/
.quote blockquote {
    margin-left: 0;
}

.quote.with-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 1rem !important;
    padding-bottom: 4rem;
}

.quote.with-image figure {
    width: 50%;
}

.quote.with-image blockquote {
    width: 50%;
}

.quote blockquote .author {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #897541 !important;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.5rem;
}

.quote blockquote .author-title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #897541 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
}

.quote blockquote .quote-text {
    display: flex;
    justify-content: center;
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
}

.quote blockquote .quote-text span {
    /*.woocommerce div.product div.product_quote p span {*/
    background: none !important;
    font-family: "mrs-eaves", sans-serif;
    line-height: 1em !important;
    font-size: 4.5rem;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}

@media screen and (max-width: 1000px) {
    .quote blockquote .quote-text span {
        font-size: 3.5rem;
    }

    .quote.with-image blockquote {
        padding-top: 1rem;
    }
}

@media screen and (max-width: 500px) {
    .quote.with-image figure {
        width: 100%;
    }

    .quote.with-image blockquote {
        width: 100%;
    }
}

/*MY ACCOUNT LOYALTY*/
.lwss_modify_content {
    font-size: 0.875rem !important;
}

.lar-widget-container {
    padding-left: 0 !important;
}

.lws_woorewards_sponsorship_description {
    border: none !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.lws_woorewards_sponsorship_field,
.lws-woorewards-referral-field-copy-text {
    padding: 0.75rem !important;
    border: 1px solid #867548 !important;
    background: white !important;
    height: auto !important;
    line-height: inherit !important;
}

.lws_referral_value_copy {
    border: none !important
}

.lwss_selectable.lws-woorewards-referral-field-copy-icon {
    line-height: 42px !important;
}

.lar-accordeon-title-text {
    font-weight: 600 !important;
    color: #1d1d1b !important;
    font-size: 1rem !important;
    background: none !important;
    padding-left: 0 !important;
}

.lar_main_container .lar-accordeon-not-expanded-cont {
    padding-left: 0 !important;
}

.cart-collaterals .cross-sells h2 {
    font-size: 1.5rem !important;
}

.lwss_selectable.lws-wre-cartpointspreview-label {
    color: black !important;
    font-weight: 700;
}

.lwss_selectable.lws-wre-cartpointspreview-points {
    font-weight: 700 !important;
}

.lws-wre-cartpointspreview-main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem;
    flex-direction: column;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
}

.lwss_selectable.lws-wre-cartpointspreview-main table {
    width: 100% !important;
}

.lwss_selectable.lws-wre-cartpointspreview-main table tr {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .lws-wre-cartpointspreview-main {
        flex-direction: row;
    }

    .lws-wre-cartpointspreview-title {
        margin-bottom: 0 !important;
    }

    .lwss_selectable.lws-wre-cartpointspreview-main table {
        width: auto !important;
    }
}

.lws-wre-cartpointspreview-main .lws-wre-cartpointspreview-title {
    padding-bottom: 0 !important;
    font-weight: 700;
    color: black;
    margin-right: 1rem !important;
}

.lws-wre-cartpointspreview-main .shop_table {
    margin-bottom: 0 !important;
}

.lwss_selectable.lws-wre-cartpointspreview-main table {
    border-color: #897541 !important;
}

.lws-wre-productpointspreview-main {
    justify-content: center;
}

/*PRODUCTS*/
.feature .products,
.webshop .products,
.up-sells .products {
    display: grid !important;
    gap: 2rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.woocommerce ul.products li.product {
    grid-column: span 3;
    width: 100% !important;
    background: #fff;
    padding: 2rem 2rem 3rem 2rem;
    clip-path: polygon(100% -10%, 100% 80%, 50% 100%, 0 80%, 0 -10%);
    position: relative;
}

.woocommerce section.upsells ul.products li.product {
    width: 100% !important;
}

.woocommerce .cart-collaterals .cross-sells .products li.product {
    width: 40% !important;
}

.woocommerce ul.products:after {
    display: none !important;
}

.woocommerce ul.products li.product.outofstock .woocommerce-loop-product__link {
    position: relative;
}

.woocommerce ul.products li.product.outofstock .woocommerce-loop-product__link:after {
    content: '';
    width: 8rem;
    height: 3rem;
    background: url(../../img/sold_out_badge.png);
    display: block;
    position: absolute;
    top: -3.25rem;
    left: calc(50% - 4rem);
    background-size: 100%;
    background-repeat: no-repeat;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link .coming_soon_img {
    width: 8rem;
    height: 3rem;
    display: block;
    position: absolute;
    top: -3.25rem;
    left: calc(50% - 4rem);
    background-size: 100%;
    background-repeat: no-repeat;
}

.single .woocommerce-product-gallery__wrapper .coming_soon_img {
    width: 8rem;
    height: 3rem;
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-size: 100%;
    background-repeat: no-repeat;
}

.product .woocommerce-loop-product__link .img-hover {
    transition: all .2s ease-in-out;
    max-height: 0;
    max-width: 0;
    opacity: 0;
}

.product .woocommerce-loop-product__link:hover .img-hover {
    max-height: inherit;
    max-width: inherit;
    opacity: 1;
}

.product .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
    transition: all .2s ease-in-out;
}

.product .woocommerce-loop-product__link:hover .img-hover + .attachment-woocommerce_thumbnail,
.product .woocommerce-loop-product__link:hover .img-hover + .coming_soon_wc_loop_wrapper .attachment-woocommerce_thumbnail {
    max-height: 0;
    max-width: 0;
    opacity: 0;
}

.product .woocommerce-loop-product__link .coming_soon_wc_loop_wrapper {
    position: initial;
}

@media only screen and (max-width: 1000px) {
    .woocommerce ul.products li.product {
        grid-column: span 6;
        padding: 2rem 2rem 5rem 2rem;
    }

    .woocommerce ul.products li.product.outofstock .woocommerce-loop-product__link:after {
        width: 8rem;
        top: -3.5rem;
        left: calc(50% - 4rem);
    }
}

@media only screen and (max-width: 750px) {
    .woocommerce ul.products li.product.outofstock .woocommerce-loop-product__link:after,
    .woocommerce ul.products li.product .woocommerce-loop-product__link .coming_soon_img {
        width: 8rem;
        top: -3.5rem;
        left: calc(50% - 4rem);
    }
}

@media only screen and (max-width: 500px) {
    .feature .products,
    .webshop .products,
    .up-sells .products {
        padding: 0 2.5rem !important;
        gap: 1rem;
    }

    .woocommerce ul.products li.product {
        grid-column: span 6;
        padding: 1.25rem 1.25rem 4rem 1.25rem;
    }

    .woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
        font-size: 0.875rem;
    }

    .woocommerce ul.products li.product .price {
        font-size: 0.75rem;
    }

    .woocommerce ul.products li.product:before {
        height: calc(96% + 0.4px) !important;
    }

    .woocommerce ul.products li.product:after {
        width: calc(92% + 1.8px) !important;
    }

    .woocommerce ul.products li.product.outofstock .woocommerce-loop-product__link:after,
    .woocommerce ul.products li.product .woocommerce-loop-product__link .coming_soon_img {
        width: 5rem;
        top: -2.25rem;
        left: calc(50% - 2.5rem);
    }

    .single .woocommerce-product-gallery__wrapper .coming_soon_img {
        width: 6rem;
        height: 3rem;
    }
}


.woocommerce ul.products li.product a {
    z-index: 1;
}

.woocommerce ul.products li.product:before {
    content: "";
    clip-path: polygon(100% 0, 100% 80%, 50% 99.7%, 0 80%, 0 0);
    background: #897541;
    display: block !important;
    width: 94%;
    height: calc(96% + 0px);
    position: absolute;
    left: 3%;
    top: calc(2% - 1px);
}

.woocommerce ul.products li.product:after {
    content: "";
    clip-path: polygon(100% 0, 100% 80%, 50% 99.6%, 0 80%, 0 0);
    background: #fff !important;
    display: block !important;
    width: calc(92% + 2px);
    height: calc(94% + 4.5px);
    position: absolute;
    top: calc(3% - 3px);
    left: calc(4% - 1px);
}

.woocommerce ul.products li.product:after {
    display: none;
}

/* SINGLE PRODUCT */
.summary .product_title {
    color: #897541;
    text-align: center;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 2rem;
}

.woocommerce div.product div.summary p.price {
    font-size: 1.5rem;
}

.summary .woocommerce-product-details__short-description {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    padding: 1rem 0;
}

.woocommerce .price {
    text-align: center;
    /*font-family: "mrs-eaves", sans-serif;*/
}

.woocommerce section.upsells > h2 {
    color: #897541;
    font-size: 3.125rem;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 2rem auto;
    padding: 0.5rem 3rem;
    width: fit-content;
}

.woocommerce section.upsells > h2:after {
    content: "";
    height: 2px;
    width: 80%;
    background: black;
    display: block;
    margin-left: 10%;
}


.variations_form .variations {
    display: flex;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;

}

.variations_form .variations label[for="pa_maat"] {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.woocommerce div.product div.summary p.stock {
    display: none;
}

.woocommerce div.product form.cart .variations label {
    text-align: center;
    padding: 0.25rem 0;
}

.woocommerce div.product form.cart .variations td.label.value {
    display: block !important;
    text-align: center;
    padding: 0.25rem 0;
}

.woocommerce div.product form.cart .quantity {
    justify-content: center;
}

.woocommerce div.product form.cart .quantity input {
    background: none;
}

.woocommerce div.product form.cart .quantity input[type="button"] {
    background: #adb8be !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    margin: 0 auto !important;
    background: white !important;
    border-color: #897541 !important;
    color: black !important;
    border-radius: 4px;
    padding: 15px 40px;
}

.product_general-info {
    text-align: center !important;
}

.product_general-info h2,
.product_general-info p {
    font-family: 'Montserrat', sans-serif !important;
}

.product_general-info h2 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    padding: 0.5rem 0 0.25rem 0;
}

.product_general-info p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5em;
}

.woocommerce nav.woocommerce-breadcrumb {
    font-size: 0.75rem;
}

.woocommerce .product_quote p {
    text-align: center;
}

.woocommerce .product_quote span {
    background: none !important;
    font-family: "mrs-eaves", sans-serif;
    line-height: 1em !important;
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-style: italic;
}

/*styling dropdown */
.header__menu .sub-menu {
    display: none;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.7);
    background: #c8d4da;
    position: absolute;
    top: 48px;
    left: 0;
    columns: 2;
    padding: 1rem;
}

.header__menu .sub-menu li {
    min-width: 10rem;
}

.header__menu .sub-menu .menu-item {
    color: #000;
}

.header__menu .sub-menu .menu-item a {
    color: #000;
    margin-right: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0.0625rem 0.3125rem;
}

.header__menu .sub-menu .menu-item a:hover {
    color: #897541;
}

.header__menu > .menu > .menu-item > a {
    color: #000;
    margin-right: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0.0625rem 0.3125rem;
}

.header__tools > ul > li > a {
    font-size: 0.75rem;
}

/*for correct hover effect dropdown menu */
.header__menu > .menu > .menu-item {
    position: relative;
}

/*Responsiveness mobile menu*/

.header__menu > ul > li.current-menu-item > a {
    background: white;
}

@media only screen and (max-width: 767px) {
    .header__menu {
        display: none;
    }
}

.mm-sronly {
    display: none;
}

#mm-1 a > span {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #897541 !important;
}


.header__tools > ul > li.has-search form button, .woocommerce div.product form.cart .variations td.value button, .woocommerce div.woocommerce-MyAccount-content form button, .woocommerce form.checkout button, .woocommerce form.edit-account button, .woocommerce form.woocommerce-cart-form button, .wpcf7 button, .header__tools > ul > li.has-search form input[type='submit'], .woocommerce div.product form.cart .variations td.value input[type='submit'], .woocommerce div.woocommerce-MyAccount-content form input[type='submit'], .woocommerce form.checkout input[type='submit'], .woocommerce form.edit-account input[type='submit'], .woocommerce form.woocommerce-cart-form input[type='submit'], .wpcf7 input[type='submit'], .header__tools > ul > li.has-search form input[type='reset'], .woocommerce div.product form.cart .variations td.value input[type='reset'], .woocommerce div.woocommerce-MyAccount-content form input[type='reset'], .woocommerce form.checkout input[type='reset'], .woocommerce form.edit-account input[type='reset'], .woocommerce form.woocommerce-cart-form input[type='reset'], .wpcf7 input[type='reset'], .header__tools > ul > li.has-search form input[type='button'], .woocommerce div.product form.cart .variations td.value input[type='button'], .woocommerce div.woocommerce-MyAccount-content form input[type='button'], .woocommerce form.checkout input[type='button'], .woocommerce form.edit-account input[type='button'], .woocommerce form.woocommerce-cart-form input[type='button'], .wpcf7 input[type='button'] {
    color: #ffffff;
    border-color: #897541;
    background-color: #897541;
}

.header__tools > ul > li.has-search form button:hover, .woocommerce div.product form.cart .variations td.value button:hover, .woocommerce div.woocommerce-MyAccount-content form button:hover, .woocommerce form.checkout button:hover, .woocommerce form.edit-account button:hover, .woocommerce form.woocommerce-cart-form button:hover, .wpcf7 button:hover, .header__tools > ul > li.has-search form input[type='submit']:hover, .woocommerce div.product form.cart .variations td.value input[type='submit']:hover, .woocommerce div.woocommerce-MyAccount-content form input[type='submit']:hover, .woocommerce form.checkout input[type='submit']:hover, .woocommerce form.edit-account input[type='submit']:hover, .woocommerce form.woocommerce-cart-form input[type='submit']:hover, .wpcf7 input[type='submit']:hover, .header__tools > ul > li.has-search form input[type='reset']:hover, .woocommerce div.product form.cart .variations td.value input[type='reset']:hover, .woocommerce div.woocommerce-MyAccount-content form input[type='reset']:hover, .woocommerce form.checkout input[type='reset']:hover, .woocommerce form.edit-account input[type='reset']:hover, .woocommerce form.woocommerce-cart-form input[type='reset']:hover, .wpcf7 input[type='reset']:hover, .header__tools > ul > li.has-search form input[type='button']:hover, .woocommerce div.product form.cart .variations td.value input[type='button']:hover, .woocommerce div.woocommerce-MyAccount-content form input[type='button']:hover, .woocommerce form.checkout input[type='button']:hover, .woocommerce form.edit-account input[type='button']:hover, .woocommerce form.woocommerce-cart-form input[type='button']:hover, .wpcf7 input[type='button']:hover, .woocommerce input#submit.alt:hover, .woocommerce nav.woocommerce-pagination ul li a.alt:hover, .woocommerce a.alt.button:hover, .woocommerce button.alt.button:hover, .woocommerce input.alt#submit:hover, .woocommerce input.alt.button:hover {
    color: #897541;
    border-color: #ffffff;
    background-color: #fff;
}

.woocommerce div.woocommerce-error, .woocommerce div.woocommerce-info, .woocommerce div.woocommerce-message {
    border-top-color: #897541;
}

/**
 * Slider (http://kenwheeler.github.io/slick/)
 *//*
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-slider { position: relative; }
.slick-slider .slick-dots { text-align: center; position: absolute; right: 0; bottom: 1.1875rem; left: 0; }
@media only screen and (max-width: 767px) { .slick-slider .slick-dots { position: absolute; right: 0; bottom: 0; left: 0; } }
.slick-slider .slick-dots li { display: inline-block; margin-right: 0.1875rem; margin-left: 0.1875rem; }
.slick-slider .slick-dots li button { border: 0; display: block; cursor: pointer; width: 1.25rem; height: 0.25rem; text-indent: -9999px; background: #fff; }
.slick-slider .slick-dots li.slick-active button { background: #7ea3cc; }
.slick-slider .slick-arrow { border: 0; z-index: 2; display: block; cursor: pointer; width: 3.75rem; height: 3.75rem; border-radius: 50%; color: #7ea3cc; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 0rem; position: absolute; top: 50%; }
.slick-slider .slick-arrow:after { display: block; text-align: center; line-height: 3.75rem; font-family: "FontAwesome"; font-size: 1.125rem; }
.slick-slider .slick-arrow.slick-prev { position: absolute; left: -6.25rem; }
@media only screen and (max-width: 1420px) { .slick-slider .slick-arrow.slick-prev { position: absolute; left: 0; } }
.slick-slider .slick-arrow.slick-prev:after { content: "\f053"; }
.slick-slider .slick-arrow.slick-next { position: absolute; right: -6.25rem; }
@media only screen and (max-width: 1420px) { .slick-slider .slick-arrow.slick-next { position: absolute; right: 0; } }
.slick-slider .slick-arrow.slick-next:after { content: "\f054"; }
/**
 * END Slider
 */

/* Cookies */

#CybotCookiebotDialog {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1) !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-40px) !important;
    max-width: 800px !important;
    padding-bottom: 0 !important;
    width: 100% !important
}

@media screen and (max-width: 768px) {
    #CybotCookiebotDialog {
        max-width: 100% !important;
        transform: translateX(-50%) !important
    }
}

#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentTitle {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400
}

#CybotCookiebotDialogPoweredbyLink {
    margin-top: 26px !important
}

#CybotCookiebotDialogBodyContent {
    padding-top: 0 !important;
    padding-left: 0 !important
}

#CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentTitle {
    font-size: 1.125rem;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif !important;
    line-height: 1.6
}

@media screen and (max-width: 767px) {
    #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentTitle {
        font-size: .925rem
    }
}

#CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentText {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif !important;
    color: #2e2e2e
}

@media screen and (max-width: 767px) {
    #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentText {
        font-size: .825rem
    }
}

#CybotCookiebotDialogBody, #CybotCookiebotDialogDetailBody {
    overflow: visible !important;
    max-width: 100% !important;
    padding: 1.25rem 2rem 1rem !important
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
    #CybotCookiebotDialogBody, #CybotCookiebotDialogDetailBody {
        max-width: 600px !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (max-width: 690px) {
    #CybotCookiebotDialogBody, #CybotCookiebotDialogDetailBody {
        max-width: 320px !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons {
    margin-left: 0 !important
}

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtonAccept {
    font-family: "Barlow Condensed", sans-serif !important;
    border: 0;
    color: #fff;
    padding: 12px 60px !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #000000;
    border-radius: 0
}

@media screen and (max-width: 767px) {
    #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtonAccept {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

#CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtonDetails {
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif !important
}

.CookieDeclarationType {
    border: 0 !important;
    padding-left: 0 !important
}

.CookieDeclarationTypeHeader {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important
}

th.CookieDeclarationTableHeader {
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 400 !important
}

/*Woocommerce Product Add On*/
.single-product .wc-pao-addon-container .wc-pao-addon-name {
    font-weight: bold;
    text-transform: uppercase;
}

.single-product .wc-pao-addon-container .form-row label {
    display: flex !important;
    align-items: center;
}

.single-product .wc-pao-addon-container .form-row label input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    position: relative;
}

.single-product .wc-pao-addon-container .form-row label input[type="checkbox"]:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #000000;
    margin-right: 0.25rem;
    display: block;
}

.single-product .wc-pao-addon-container .form-row label input[type="checkbox"]:checked:after {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background: #897541;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}

.single-product .product-addon-totals {
    margin-top: 0 !important;
}

.single-product .product-addon-totals strong {
    font-weight: 400 !important;
}

.single-product .product-addon-totals .wc-pao-subtotal-line .price {
    font-size: 1.5rem;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

@media (min-width: 768px) {
    .top-bar-right {
        display: flex;
        align-items: center;
    }
}

.social-icons {
    display: flex;
    margin-left: 1rem;
}

.social-icons a:not(:last-child) {
    margin-right: 0.5rem;
}

.social-icons img {
    width: auto;
    height: 1.25rem;
}

.mm-navbar {
    display: flex !important;
    padding-left: 1.25rem;
}

.mm-navbar .mm-title {
    display: none;
}

.mm-navbar img {
    width: auto;
    height: 1.5rem;
}

.mm-navbar a {
    padding: 0.5rem 0 !important;
}

.mm-navbar a:not(:last-child) {
    margin-right: 0.75rem;
}

.is-landingspagina div .wrapper--page {
    background-color: #ffd800 !important;
}

.is-landingspagina h1 .product_title .entry-title{
    color:black;
}
.is-landingspagina div .woocommerce-product-details__short-description, .is-landingspagina.woocommerce div.product form.cart .quantity input[type="button"] {
    background-color: #fff0 !important;
}

.is-landingspagina p.author {
    color: #1D1D1B !important;
    font-size: 14px !important;
    font-family: "Barlow Condensed", sans-serif !important;
    text-transform: uppercase !important;
}

.is-landingspagina p.author-title {
    color: #1D1D1B !important;
    font-family: "Barlow Condensed", sans-serif !important;
    font-weight: 600;
    font-size: 50px !important;
    position: relative;
    text-transform: uppercase !important;
}


@media (max-width: 576px) {
    .is-landingspagina p.author-title {
        font-size: 30px !important;
    }
}

.is-landingspagina p.author-title::after{
    height: 1px;
    width: 25%;
    color: black;
    position: absolute;
    background: black;
    bottom: -12px;
    margin: auto;
    left: 0;
    right: 0;
    content: '';
}


.is-landingspagina .feature h2 span::after {
    height: 1px;
    width: 75%;
    color: black;
    position: absolute;
    background: black;
    bottom: -12px;
    margin: auto;
    left: 0;
    right: 0;
    content: '';
}

.is-landingspagina .quote {
    margin-block: 4rem;
    margin-inline: auto;
}

.is-landingspagina .quote blockquote .quote-text span {
    font-size: 16px !important;
    font-family: "Montserrat", sans-serif !important;
    color: #1D1D1B !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-style: normal !important;
    padding-bottom: 64px;
    margin: 0;
}

@media (max-width: 576px) {
    .is-landingspagina .quote blockquote .quote-text span {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

.is-landingspagina h1.product_title {
    color: #1D1D1B !important;
}

.is-landingspagina .feature h2 span {
    color: #1D1D1B !important;
    border: none;
}

.woocommerce section.upsells>h2 {
    color: black !important;
}

.is-landingspagina .price bdi {
    font-weight: 700;
    font-size: 20px;
}

.yith-wacp-message span {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
}

.variation {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
}

.product-title a {
    font-size: 32px;
    font-weight: 600;
    color: #1D1D1B !important;
    font-family: "Barlow Condensed", sans-serif !important;
}

.product-info .woocommerce-Price-amount {
    font-weight: 600;
    font-size: 24px;
    color: #1D1D1B !important;
    font-family: "Montserrat", sans-serif !important;
}

.cart-info, .cart-shipping, .cart-billing, .yith-wacp-content .cart-info > div, .amount, .yith-wacp-related h3 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
    color: #1D1D1B !important;
    font-size: 14px !important;
}

.yith-wacp-content .popup-actions .button {
    min-width: 0;
    padding: 8px 15px;
    text-align: left;
}

.yith-wacp-close {
    color: white;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
}

.woocommerce-Price-amount {
    font-size: 14px !important;
}

.yith-wacp-content .popup-actions {
    text-align: left;
    margin-top: 24px;
}


.yith-wacp-content .yith-wacp-related ul.products {
    display: flex;
    justify-content: space-between;
}

.cart-shipping, .cart-totals {
    text-transform: capitalize;
    display: flex;
}

.cart-shipping span, .cart-totals span {
    margin-left: 4px;
}

.yith-wacp-content .yith-wacp-related ul.products {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
}

.yith-wacp-content .yith-wacp-related li.product.yith-wacp-related-product {
    grid-column: span 4 / span 4;
}

@media (max-width: 576px) {
    .yith-wacp-content .yith-wacp-related li.product.yith-wacp-related-product {
        grid-column: 1 / -1;
    }
}

#yith-wacp-popup .yith-wacp-main {
    margin: 12px 0 0 0;
    padding: 0;
}

.yith-wacp-content .yith-wacp-message {
    padding: 20px 0 0 0;
}

.yith-wacp-related-product span.onsale {
    display: none;
}

.woocommerce button.button.loading::after {
    display: none !important;
}

.golden_link a {
    color: #fabd1f !important;
    font-weight: 800 !important;
}

#quote {
    scroll-margin: 157px;
}

html {
    scroll-behavior: smooth;
}

.yith-wacp-content .yith-wacp-message {
    margin-bottom: 10px;
}

.alert--free_shipping {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0 20px 10px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
}

.alert--free_shipping-icon-container {
    background: black;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
}

.alert--free_shipping-icon {
    height: 13px;
    width: 13px;
    fill: white;
}

.alert--free_shipping p {
    margin-bottom: 0;
}

.is-landingspagina .product{
    margin-top: 4rem;
}

.is-landingspagina  .woocommerce-product-gallery {
    order: 1;
}

.is-landingspagina .summary {
    order: 2;
}

.is-landingspagina  .quote {
    order: 3;
}

.is-landingspagina  .up-sells {
    order: 4;
}
@media (max-width: 767px) {
    .woocommerce div.product div.images .flex-control-thumbs li img {
        margin-inline: auto;
    }
    
    .woocommerce div.product {
        flex-direction: column;
    }

    .is-landingspagina .product{
        margin-top: 2rem;
    }
}

.header__tools > ul > li.has-cart span {
    background-image: url(../../img/winkelwagen_zwart.svg) !important;
}

.header__tools > ul > li.has-account > a:after {
    background-image: url(../../img/account_zwart.svg) !important;
}

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
    justify-content: space-around !important;
}

.input-text[name="coupon_code"]{
    width: auto !important;
    height: 37px !important;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-bottom: 10px;
}

.woocommerce ul.products li.product a img {
    margin: 10px 0 !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button:after {
    display: none;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    color: white !important;
    background: black !important;
}