/*
Theme Name: MyLovelyNotebook 2.0 
Description: MyLovelyNotebook 2.0 (nieuwe thema op basis van Flatsome 3)
Theme URI: http: //www.dreamlab.nl
Author: Dreamlab
Author URI: http: //www.dreamlab.nl
Template: flatsome
Version: 2.0.7
*/

:root {
    --container-width: 1360px;
    --column-spacing-md: 15px;
    --column-spacing-lg: 60px;
    --mln-light-tan: #f7f5ef;
    --mln-dark-pink: #76133d;
    --mln-pink: #e71773;
    --mln-pink-2: #dd3c83;
    /*maybe unused*/
    --mln-pink-3: #e8287c;
    /*maybe unused*/
    --mln-gray: #574c52;
    --mln-gray-2: #707070;
    --mln-gray-3: #b7b7b7;
    --mln-gray-4: #f2f2f2;
    --mln-green: #4ca30f;
    --mln-green-2: #15b700;
    --mln-orange: #f29f1c;

    --fs-experimental-link-color: var(--mln-gray) !important;
}

/* Background color utilities */
.bg-light-tan {
    background-color: var(--mln-light-tan);
}

.bg-pink {
    background-color: var(--mln-pink);
}

.bg-dark-pink {
    background-color: var(--mln-dark-pink);
}

.bg-gray {
    background-color: var(--mln-gray);
}

/* Display utilities */
.d-none {
    display: none !important;
}

/* Containers/rows */
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
    max-width: var(--container-width);
}

/* Columns */
@media screen and (min-width: 850px) {

    .row>.col,
    .row>.flickity-viewport>.flickity-slider>.col {
        margin-bottom: 0;
        padding: 0 var(--column-spacing-md) var(--column-spacing-md);
    }

    .row-large>.col,
    .row-large>.flickity-viewport>.flickity-slider>.col {
        margin-bottom: 0;
        padding: 0 var(--column-spacing-lg) var(--column-spacing-lg);
    }
}

/* Inputs/selects/etc */
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
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 {
    border: 1px solid var(--mln-gray-3);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: none !important;
}

/* Tables */
.table-borderless {
    border: 0;
}

.table-borderless th,
.table-borderless td {
    border: 0;
}

/* Buttons */
body .button,
body button,
body input[type=button],
body input[type=reset],
body input[type=submit],
.button.is-outline {
    padding: 0 2.2em;
    border-width: 1px;
}

/* Make secondary button gray */
.button.secondary {
    background: var(--mln-gray-2);
    color: #fff;
    border-color: var(--mln-gray-2);
}

.button.secondary:hover {
    background: var(--mln-gray);
    border-color: var(--mln-gray);
    color: #fff;
}

.button.secondary.is-outline {
    background: transparent;
    border-color: var(--mln-gray-2);
    color: var(--mln-gray-2);
}

.button.secondary.is-outline:hover {
    background: var(--mln-gray-2);
    color: #fff;
}

/* Bulletin button */
.bulletinwp-bulletin-content a {
    display: inline-block;
    background: var(--mln-pink);
    color: #fff;
    padding: 3px 14px;
    border-radius: 9999px;
    text-decoration: none !important;
    margin-left: 15px;
    font-size: 13px;
}

/* Header/navbar */
.header .nav>li {
    margin: 0 20px;
}

.header .nav-right>li {
    margin: 0 15px;
}

.header .nav-right>li:first-child {
    margin-left: 0;
}

.header .nav-right>li:last-child {
    margin-right: 0;
}

.header .nav>li>a>i+span {
    margin-left: 10px;
}

/* Header searchform */
.header .searchform {
    margin-right: 30px;
}

/* Page header */
.mln-page-header {
    background-color: var(--mln-light-tan);
    color: var(--mln-gray);
}

.mln-page-header-image {
    height: 100%;
    width: 100%;
}

.mln-page-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
    min-height: 250px;
}

.mln-page-header-content {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    height: 100%;
}

@media screen and (min-width: 850px) {
    .mln-page-header-content {
        padding: 60px 0;
    }

    .row-full-width.mln-page-header-content {
        max-width: calc(var(--container-width) / 2 - var(--column-spacing-md));
    }

    .row-full-width.row-large .mln-page-header-content {
        max-width: calc(var(--container-width) / 2 - var(--column-spacing-lg));
    }
}

.mln-page-header-title {
    font-size: 32px;
    margin-bottom: 16px;
    text-wrap: balance;
}

@media screen and (min-width: 850px) {
    .mln-page-header-title {
        font-size: 50px;
    }
}

.mln-page-header-text {
    font-size: 20px;
    margin-bottom: 40px;
}

.mln-page-header-text p:last-child {
    margin-bottom: 0;
}

/* Forms */

/* Form flat style */
.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
    background: #fff;
    padding: 0 1.3em;
}

/* Product categories */
.product-category .header-title {
    text-transform: none;
    transition: color .3s ease;
}

.product-category:hover .header-title {
    color: var(--mln-pink);
}

.product-category .image-cover img {}

.product-category:hover .image-cover img {
    transform: scale(1.1);
}

/* Products */
.product-small .title-wrapper {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-small .wishlist-popup {
    display: none !important;
}

.product-small .out-of-stock-label {
    display: none;
}

.product-small .price {
    font-size: 16px;
    font-weight: 700;
}

/* Breadcrumbs bar */
.breadcrumb-bar {
    /* background-color: var(--mln-pink); */
    background: var(--mln-gray-4);
    /* color: #fff; */
    padding: 6px 0;
    font-size: 12px;
}

.breadcrumb-bar .breadcrumbs {
    color: inherit;
    text-transform: none;
}

.breadcrumb-bar .breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb-bar .breadcrumbs a:last-child {
    font-weight: 700;
}

.breadcrumb-bar .breadcrumbs .divider {
    opacity: 1;
}

/* Loop products */
.product-small .image-tools {
    padding: 0;
}

/* Wishlist button */
.product-small .image-tools.show-on-hover {
    opacity: 1;
    pointer-events: inherit;
    transform: scale(1) translateZ(0) translateY(0) !important;
}

/* Image on hover */
.product-small .image-fade_in_back .show-on-hover {
    opacity: 0;
}

.product-small .image-tools .wishlist-button {
    border: 0;
    background: transparent;
}

.product-small .image-tools .wishlist-button:hover {
    color: var(--mln-pink);
    background: transparent;
    border: 0;
}

.product-small .product-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--mln-gray-2);
}

.product-small .product-title a {
    color: inherit;
}

/* .product-small .add-to-cart-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 25px;
} */

.product-small .dl-add-to-cart-button-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 25px;
}

.product-small .dl-add-to-cart-button-wrapper .add-to-cart-button {
    width: 100%;
}

.product-small .dl-add-to-cart-button-wrapper .button {
    margin: 0;
    width: 100%;
}

.product-small .dl-add-to-cart-button-wrapper .button.readmore {
    background: transparent;
    color: inherit;
    border-color: transparent;
}

@media screen and (min-width: 850px) {
    .product-small .box {
        padding: 15px;
    }
}

@media screen and (max-width: 850px) {
    .product-small .dl-add-to-cart-button-wrapper .button {
        font-size: 12px;
        text-wrap: nowrap;
    }
}

.product-small .box .price-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.product-small .box .price {
    font-size: 16px;
}

.product-small .box .dl-stock-status {
    font-weight: 600;
    color: var(--mln-gray-2);
}

.product-small .box .dl-stock-status.out-of-stock {
    color: var(--mln-orange);
}

/* Product page */
body.single-product .product {}

body.single-product .product-summary .product-title {
    color: #000;
    font-weight: 700;
}

body.single-product .product .is-divider {
    display: none;
}

body.single-product .product .product-summary .price {}

body.single-product .product .product-summary .price .woocommerce-Price-currencySymbol {
    font-size: inherit;
}

/* Short description */
body.single-product .product .product-short-description {}

body.single-product .product .product-short-description ul {
    padding-left: 1.3em;
}

body.single-product .product .product-short-description ul li {
    margin: 0;
}

body.single-product .product .product-short-description ul li::marker {
    color: var(--mln-pink);
    font-size: 1.5em;
    /* align center */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide product meta */
body.single-product .product .product_meta {
    display: none;
}

/* Quantity */
body.single-product .product .quantity {}

body.single-product .product .quantity .qty {
    border-color: var(--mln-gray-3);
    /* border-left-color: transparent; */
    /* border-right-color: transparent; */
    border-width: 1px 0;
    box-shadow: none;
}

body.single-product .product .quantity .qty:focus {
    border-color: var(--mln-gray-3) !important;
}

body .quantity .ux-quantity__button--plus,
body .quantity .ux-quantity__button--minus {
    background: #fff;
    border-color: var(--mln-gray-3);
}

/* Remove woocommerce breadcrumb */
body .single-product .summary .woocommerce-breadcrumb {
    display: none;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    /* border: 1px solid var(--mln-gray-3); */
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
}

.flickity-slider {
    display: flex;
    gap: 10px;
}

.flickity-slider .col {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.flickity-slider .col>a {
    border-radius: 15px;
    /* border-color: var(--mln-gray-3); */
    border-color: rgba(0, 0, 0, .1);
}

.flickity-slider .col.is-selected>a {
    border-color: var(--mln-gray-3);

}

/* WooCommerce Tabs Accordion */
.single-product .accordion-item {
    /* border: 1px solid var(--mln-gray-3); */
    border-radius: 15px;
    margin-bottom: 15px;
}

.single-product .accordion-item .accordion-title {
    background: transparent;
    border: 0;
    /* padding: .5em 1.25em; */
    padding: .5em 0;
    color: var(--mln-pink);
    font-weight: 700;
}

.single-product .accordion-item .accordion-inner {
    /* padding: .5em 1.25em 1em; */
    padding: .5em 0 1em;
}

.single-product .accordion-item .accordion-title .toggle {
    right: 0;
    left: auto;
}

/* Add to wishlist */
body.single-product .yith-wcwl-add-to-wishlist {
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--mln-pink);
}

body.single-product .yith-wcwl-add-to-wishlist a {
    color: inherit;
}

/* Related products */
.related-products-wrapper {
    border: 0;
}

.product-section-title-related {
    color: var(--mln-pink);
    font-weight: 700;
    text-transform: none;
}

/* Hide recent products */
body.single-product .recent-products {
    display: none;
}

/* Sharing */
.single-product-sharing {
    display: inline-flex;
    gap: 15px;
    flex-direction: row;
    align-items: center;
}

.single-product-sharing-title {
    color: var(--mln-pink);
    font-weight: 700;
    text-transform: none;
    font-size: inherit;
}

.single-product-sharing .social-icons {
    display: flex;
}

/* Stock */
body.single-product .product .stock {
    font-weight: 700;
    font-size: 12px;
    margin: 20px 0;
}

body.single-product .product .stock.in-stock {
    color: var(--mln-green-2);
}

body.single-product .product .stock.out-of-stock {
    color: var(--mln-orange);
}

/* Add to cart button */
body.single-product .product .single_add_to_cart_button {
    background: var(--mln-green);
    border-color: var(--mln-green);
    color: #fff;
}

/* Shop sidebar */
#shop-sidebar {}

#shop-sidebar .widget-title {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid var(--mln-gray-2);
    text-transform: none;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#shop-sidebar .widget-title+.is-divider {
    display: none;
}

/* Shop sidebar widgets checkboxes */
#shop-sidebar .widget.widget_layered_nav ul li {
    border: 0 !important;
}

#shop-sidebar .widget.widget_layered_nav ul li a {
    position: relative;
    padding-left: 1.5em;
    display: block;
}

#shop-sidebar .widget.widget_layered_nav ul li a::before {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    content: "";
    border: 1px solid var(--mln-gray-3);
    background-color: transparent;
    vertical-align: middle;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#shop-sidebar .widget.widget_layered_nav ul li.chosen a::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    /* content: "x"; */
    vertical-align: middle;
    border: 1px solid transparent;
    content: "\2713";
    font-size: 12px;
}

/* Footer newsletter form */
.footer-1 {}

.footer-1 form {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.footer-1 form button,
.footer-1 form input[type=submit] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.footer-1 form input {
    border-radius: 9999px;
    max-width: 100%;
    width: 400px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-1 .widget-title,
.footer-1 h3 {
    color: #fff;
    margin: 0;
}

/* Main footer */
.footer-2 {}

.footer-2 .widget-title {
    display: block;
    color: var(--mln-pink);
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.footer-2 .widget-title+.is-divider {
    display: none;
}

.footer-2 .widget>ul>li+li,
.footer-2 ul.menu>li+li {
    border: 0;
}

.footer-2 .widget>ul>li a:hover,
.footer-2 ul.menu>li a:hover {
    text-decoration: underline;
}

/* Bottom footer
.absolute-footer {
    background: #fff;
    color: inherit;
} */

.absolute-footer ul {
    border: 0;
    opacity: 1;
    padding: 0;
}

.absolute-footer ul li {
    margin: 0;
}

.absolute-footer ul li::before {
    display: inline;
    content: '|';
    margin: 0 5px;
}

.absolute-footer ul li:first-child::before {
    display: none;
}

.absolute-footer ul li a {
    text-transform: none;
    letter-spacing: normal;
}

.absolute-footer .links {
    font-size: inherit;
    margin: 7.5px 0;
}

/* Blog posts (masonry) */
.mln-blog-posts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

@media screen and (min-width: 768px) {
    .mln-blog-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

.mln-blog-posts-col {
    --post-height-small: 125px;
    --post-height-large: 300px;
}

.mln-blog-posts-col.large {
    --post-height: var(--post-height-large);
}

.mln-blog-posts-col.small {
    --post-height: var(--post-height-small);
}

@media screen and (min-width: 768px) {
    .mln-blog-posts-col:nth-child(3) {
        margin-top: calc(-1 * var(--post-height-small));
    }

    .mln-blog-posts-col.pull-up.large {
        margin-top: calc(-1 * var(--post-height-large) + var(--post-height-small));
    }

    .mln-blog-posts-col.pull-up.small {
        margin-top: calc(-1 * var(--post-height-small));
    }
}

.mln-blog-post {
    position: relative;
    height: var(--post-height, 125px);
}

.mln-blog-post-image {
    position: relative;
    height: 100%;
}

.mln-blog-post-image img {
    max-width: 100%;
    /* height: auto; */
    object-fit: cover;
    height: 100%;
}

.mln-blog-post-image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    pointer-events: none;
    opacity: .15;
    z-index: 5;
    transition: opacity .3s ease, background-color .3s ease;
}

.mln-blog-post-category {
    position: absolute;
    top: 25px;
    right: 25px;
    background: var(--mln-dark-pink);
    color: #fff;
    padding: 5px 20px;
    border-radius: 9999px;
    z-index: 10;
    font-weight: 700;
    pointer-events: none;
    font-size: 14px;
    transition: background-color .3s ease, color .3s ease;
}

.mln-blog-post-content {
    position: relative;
    z-index: 10;
    pointer-events: none;
}

.mln-blog-post-title {
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    text-wrap: pretty;
}

.mln-blog-post-title a {
    color: inherit;
    text-decoration: none;
}

.mln-blog-post-text {}

/* Small blog post */
.mln-blog-post.small {}

.mln-blog-post.small .mln-blog-post-category {
    display: none;
}

.mln-blog-post.small .mln-blog-post-image img {
    max-height: var(--post-height);
}

.mln-blog-post.small .mln-blog-post-content {
    /* display: none; */
    /* TODO: Show content for screen readers */
}

/* Large blog post */
.mln-blog-post.large {}

.mln-blog-post.large .mln-blog-post-image img {
    max-height: var(--post-height);
}

.mln-blog-post .mln-blog-post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 25px;
}

.mln-blog-post-title-wrapper {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}



.mln-blog-post-icon {
    border-radius: 9999px;
    background: #fff;
    color: #333;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    opacity: 0;
    transition: opacity .3s ease;
}

.mln-blog-post:hover {}

.mln-blog-post:hover .mln-blog-post-image::after {
    background-color: var(--mln-dark-pink);
    background: var(--mln-gray);
    /* opacity: .5; */
    opacity: .33;
}

.mln-blog-post:hover .mln-blog-post-category {
    /* background: var(--mln-pink); */
    /* color: #fff; */
}

.mln-blog-post:hover .mln-blog-post-icon {
    opacity: 1;
}

/* Non collapsing row */
.row-dont-collapse {}

.row-dont-collapse .col {}

.row-dont-collapse .col.medium-3 {
    width: 25%;
}

/* Product discount badge */
.badge-inner {
    background: var(--mln-dark-pink);
    color: #fff;
}

/* Archive */
.term-description {
    margin-top: 30px;
}

.product-small.box {
    border-radius: 10px;
}

.product-small.box .box-image img {
    border-radius: 7px;
}

.product-small.box:hover {
    background: var(--mln-gray-4);
}

.product-small.box .wishlist-button>i {
    font-size: 1.75em;
    color: var(--mln-pink);
}

.archive .woocommerce-result-count {
    display: none;
}

.archive .woocommerce-breadcrumb {
    display: none;
}

.archive .breadcrumb-bar .woocommerce-breadcrumb {
    display: block;
}

/* Page title */
.normal-title {
    background: transparent;
    border: 0;
}

.normal-title .page-title-inner {
    padding: 0;
}

/* Custom archive description */
.dl-archive-description .limit-lines {
    margin-bottom: 20px;
}

.dl-archive-description .readmore {
    font-weight: 700;
    color: var(--mln-pink);
}

.dl-archive-description-bottom {
    margin-top: 30px;
}

/* Limit lines*/
.limit-lines {
    position: relative;
    max-height: calc(strip-unit(var(--lines)) * var(--line-height)) * 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: var(--lines);
    -webkit-line-clamp: var(--lines);
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/* Footer newsletter form */
/*
.footer-1 {}

.footer-1 .widget {
    margin-bottom: 1rem;
}

.footer-1 .widget_text {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-1 .widget-title {
    text-transform: none;
}

.footer-1 .is-divider {
    display: none;
}

.footer-1 form,
.footer-1 #_form_1_ {
    width: auto !important;
     background: transparent !important;
   
    display: flex !important;
    flex-direction: row !important;
    align-items: center; 
}


.footer-1 form ._form-content {
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 1.5rem; 
}


/* .footer-1 ._form_element:has(input[name="firstname"]) {
    display: none !important;
} */

/*
.footer-1 ._row._checkbox-radio input {
    width: auto;
}*/

/* Footer newsletter form styling */
.footer-1 .is-divider {
    display: none !important;
}

.footer-1 ._form {
    background: transparent !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 20px !important;
}

.footer-1 ._form ._form-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
}

.footer-1 ._form ._form-content ._form_element {
    max-width: 80%;
    max-width: calc(100% - 165px);
}

@media screen and (max-width: 400px) {
    .footer-1 ._form ._form-content ._form_element {
        max-width: calc(100% - 140px);
    }
}

.footer-1 ._form ._form-content ._form-label[for="email"] {
    position: absolute;
    left: -999999px;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.footer-1 ._form ._form-content input[type="text"],
.footer-1 ._form ._form-content input[type="email"] {
    border-radius: 999px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: #fff !important;
    background: #fff !important;
    max-width: 100%;
}

.footer-1 ._form ._form-content ._submit {
    border-radius: 999px;
    background: var(--mln-pink);
    color: #fff;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 165px;
}

@media screen and (max-width: 400px) {
    .footer-1 ._form ._form-content ._submit {
        width: 140px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.footer-1 ._form ._form-branding {
    display: none !important;
}