@font-face {
    font-family: 'Nella Sue Demo';
    src: url('../fonts/NellaSueDemo.eot');
    src: url('../fonts/NellaSueDemo.eot?#iefix') format('embedded-opentype'), url('../fonts/NellaSueDemo.woff2') format('woff2'), url('../fonts/NellaSueDemo.woff') format('woff'), url('../fonts/NellaSueDemo.ttf') format('truetype'), url('../fonts/NellaSueDemo.svg#NellaSueDemo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --darkblue: #24274C;
    --teal: #1D849D;
    --green: #38B197;
    --white: #ffffff;
    --lightgrey: #B2B2B1;
    --bodyfont: 'Ubuntu', sans-serif;
    --titlefont: "Nella Sue Demo", sans-serif;
    --bodyfontsize: 18px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--bodyfont);
    font-size: var(--bodyfontsize);
    color: var(--darkblue);
}

a {
    color: var(--green);
    text-decoration: none;
}

    a:hover {
        color: var(--darkblue);
    }

img {
    max-width: 100%;
    height: auto;
}

p:last-child {
    margin-bottom: 0;
}

.h1,
h1 {
    font-size: 40px;
}

.h2,
h2 {
    font-size: 32px;
}

.h3,
h3 {
    font-size: 28px;
    font-weight: 700;
}

.h4,
h4 {
    font-size: 24px;
}

.h5,
h5 {
    font-size: 20px;
    font-weight: 700;
}

.h6,
h6 {
    font-size: 18px;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    border: 0;
}

input.form-control:focus,
select.form-select:focus {
    box-shadow: none;
    border-color: var(--green);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus,
button:focus:not(:focus-visible) {
    box-shadow: none;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: var(--teal);
    border-color: var(--teal);
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--green, var(--green))
}

.badge.rounded-pill {
    background-color: var(--green, var(--green)) !important;
}

.justify-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.aligncenter {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.p-8 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-4 {
    padding-top: 40px;
    padding-bottom: 80px;
}

.pt-8 {
    padding-top: 80px;
}

.pb-8 {
    padding-bottom: 80px;
}

.pt-6 {
    padding-top: 80px;
}

.w-pt-2 {
    padding-top: 30px;
}

.rpb-3 {
    padding-bottom: 30px;
}

.rpb-5 {
    padding-bottom: 48px;
}

.mtlr-3 {
    margin: 24px;
}

blockquote {
    margin: 0 0 1rem 10%;
    padding-left: 40px;
    border-left: 1px solid var(--green);
    color: var(--green);
    font-size: 32px;
    font-weight: 500;
}

@supports ( hanging-punctuation: first) {
    blockquote {
        text-indent: 0;
        hanging-punctuation: first;
    }
}

blockquote::before {
    content: open-quote;
    color: var(--darkblue);
    margin-left: -20px;
    margin-right: 5px;
}

blockquote::after {
    content: close-quote;
    color: var(--darkblue);
    margin-left: 5px;
}

blockquote {
    quotes: "�" "�" "�" "�";
}

.header-top {
    background-color: var(--teal);
    color: var(--white);
    padding: 10px 0;
}

    .header-top p {
        margin-bottom: 0;
    }

.header-main {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .header-main .navbar {
        display: block;
    }

    .header-main .navbar-brand {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .header-main .navbar-brand img {
            max-width: 300px;
        }

.my-account.my-account-logo {
    display: none;
}

    .my-account.my-account-logo .login-text {
        font-weight: 700;
        color: var(--darkblue);
        margin-right: 10px;
    }

.header-menu {
    position: relative;
}

    .header-menu .navbar-nav li a.nav-link {
        color: var(--darkblue);
        font-size: var(--bodyfontsize);
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 500;
    }

    .header-menu .navbar-nav li.active a.nav-link {
        font-weight: 700;
    }

    .header-menu .navbar-nav li.active a.nav-link,
    .header-menu .navbar-nav li a.nav-link:hover {
        color: var(--green);
    }

    .header-menu .header-menu-right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
    }

        .header-menu .header-menu-right a {
            display: inline-block;
        }

        .header-menu .header-menu-right img {
            display: inline-block;
            max-width: 40px;
        }

.banner-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide.single-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}

.single-banner-content {
    max-width: 550px;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .single-banner-content h2 {
        color: var(--darkblue);
        margin-bottom: 20px;
    }

.banner-btn,
.lw-loadmore-btn {
    background-color: var(--darkblue);
    color: var(--white);
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 700;
    transition: all .2s linear;
    cursor: pointer;
}

.lw-loadmore-btn {
    background-color: var(--green);
}

    .banner-btn:hover,
    .lw-loadmore-btn:hover {
        opacity: 0.8;
        color: var(--white);
    }

.banner-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: var(--white);
    opacity: 1;
}

.banner-slider .swiper-pagination-bullet-active {
    background-color: var(--darkblue);
}

.banner-slider .swiper-horizontal > .swiper-pagination-bullets,
.banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner-slider .swiper-pagination-custom,
.banner-slider .swiper-pagination-fraction {
    bottom: 30px;
}

/*
* Planning Section Style
*/

.planning-info-icon img {
    max-width: 190px;
    margin-bottom: 25px;
}

.none-above-wrapp {
    margin-top: 30px;
}

    .none-above-wrapp a {
        display: inline-block;
        color: var(--teal);
        font-size: var(--bodyfontsize);
    }

        .none-above-wrapp a:hover {
            opacity: 0.8;
        }

/*
* Card Section Style
*/

.card-slide-wrapp {
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
}

.single-card {
    position: relative;
}

    .single-card:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(205, 207, 206, .8), rgba(205, 207, 206, 1));
        left: 0;
        top: 0;
        border-radius: 10px;
        z-index: 1;
    }

.single-card-img {
    max-height: 300px;
    min-height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

    .single-card-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        position: absolute;
    }

.single-card-content {
    position: absolute;
    width: 60%;
    z-index: 2;
    top: 50%;
    right: 0;
    padding: 20px;
    text-align: center;
    transform: translateY(-50%);
}

.single-card-heading {
    font-family: var(--titlefont);
}
/* .single-card-heading h3 {
    font-size: 32px;
} */

.single-card-btn .card-btn {
    display: inline-block;
    font-weight: 500;
    background-color: var(--green);
    color: var(--white);
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 20px;
    transition: all .2s linear;
}

    .single-card-btn .card-btn:hover {
        opacity: 0.8;
    }

.card-slider .swiper-button-prev,
.card-slider .swiper-button-next {
    color: var(--green);
}

/*
* Full Image Section Style
*/

.full-img-section img {
    max-width: 100%;
    height: auto;
}

/*
* Product Section Style
*/

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

    .section-title h2 {
        font-size: 36px;
        margin-bottom: 0;
    }

.single-product {
    text-align: center;
}

.single-product-content {
    margin-top: 10px;
}

    .single-product-content .product-title,
    .single-product-content .product-title a {
        font-size: 20px;
        margin-bottom: 10px;
    }

        .single-product-content .product-title,
        .single-product-content .product-title a {
            color: var(--darkblue);
        }

    .single-product-content .product-price {
        color: var(--green);
    }

.recomended-prev:after,
.recomended-next:after {
    color: var(--darkblue);
}

/*
* Testimonial Section Style
*/

.testimonial-content {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .testimonial-content .quote-icon-left,
    .testimonial-content .quote-icon-right {
        width: 117px;
        height: 73px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-repeat: no-repeat;
    }

    .testimonial-content .quote-icon-right {
        top: auto;
        bottom: 0;
    }

    .testimonial-content p {
        margin-bottom: 0;
    }

/*
* Newsletter Section Style
*/

.newsletter-section {
    background-image: url(../img/mailchimplist-bg.webp);
    background-size: cover;
    background-position: center;
    padding-top: 22%;
    padding-bottom: 15%;
}

.newsletter-form-wrapp h3 {
    font-weight: 700;
    color: var(--teal);
    margin-bottom: 20px;
}

.newsletter-form-wrapp form {
    position: relative;
}

.newsletter-form-wrapp input {
    border: 4px solid var(--teal);
    border-radius: 10px;
    display: inline-block;
    font-weight: 300;
    padding: 12px 20px;
}

    .newsletter-form-wrapp input:focus {
        border-color: var(--green);
    }

.newsletter-form-wrapp button {
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: 700;
    border-radius: 10px;
    padding: 14px 20px;
    background-color: var(--teal);
    border-color: var(--teal);
}

    .newsletter-form-wrapp button:hover,
    .newsletter-form-wrapp input:focus + button {
        background-color: var(--green);
        border-color: var(--green);
    }

/*
* Footer Style
*/

.footer-wrapp {
    background-color: var(--teal);
    padding-top: 80px;
    padding-bottom: 20px;
}

.footer-logo {
    display: inline-block;
    max-width: 300px;
}

    .footer-logo img {
        display: block;
        margin-top: 40px;
    }

.footer-menu-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-menu-widget ul li {
        display: inline-block;
        width: 49%;
        margin-bottom: 20px;
    }

        .footer-menu-widget ul li a {
            display: block;
            color: var(--white);
            transition: all .2s linear;
        }

            .footer-menu-widget ul li a:hover {
                color: var(--darkblue);
            }

.footer-social-widget {
    margin-top: 60px;
}

    .footer-social-widget ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-social-widget ul li {
            display: inline-block;
        }

            .footer-social-widget ul li:not(:first-child) {
                margin-left: 15px;
            }

            .footer-social-widget ul li a {
                background-color: var(--darkblue);
                color: var(--white);
                width: 50px;
                height: 50px;
                display: block;
                border-radius: 50%;
                text-align: center;
                line-height: 50px;
                font-size: 20px;
                transition: all .3s linear;
            }

                .footer-social-widget ul li a:hover {
                    background-color: var(--white);
                    color: var(--darkblue);
                }

.copyright-text {
    text-align: center;
    color: var(--white);
    padding-top: 20px;
}

    .copyright-text p {
        margin-bottom: 0;
    }

.planning-info-wrapp {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

.single-planning-info {
    display: inline-block;
    text-align: center;
}

    .single-planning-info:hover {
        opacity: 0.8;
    }

    .single-planning-info .planning-info-content h3 {
        margin-bottom: 0;
        font-size: 24px;
        color: var(--darkblue);
        font-weight: 700;
    }

/*
* Modal Style CSS
*/

.plainmodal-content {
    display: none;
    will-change: transform;
    transition-property: transform;
    transition-duration: 500ms;
    border-radius: 20px;
    width: 100%;
    background-color: var(--white);
    max-width: 800px;
    padding: 30px;
}

.popup-body-img {
    max-width: 260px;
}

.home-modal-popup-content.force {
    transition-property: none;
}

.plainmodal .plainmodal-overlay.plainmodal-overlay-force {
    transition-property: none;
    left: 200px;
    top: 200px;
}

.popup-head {
    padding: 15px;
    position: relative;
}

.plainmodal-content .popup-head .popup-close {
    font-size: 16px;
    color: var(--darkblue);
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 10px;
}

.popup-logo {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.popup-body h3 {
    text-align: center;
}

.home-modal-popup-content .popup-body {
    padding: 15px;
    color: var(--darkblue);
}

.popup-body-content {
    display: flex;
    align-items: center;
}

.home-modal-popup-content .popup-body-content {
    justify-content: space-between;
}

.product-quickview-popup-content .popup-body-content {
    justify-content: center;
}

.popup-body-content .popup-body-text {
    text-align: center;
    padding: 30px;
    position: relative;
}

    .popup-body-content .popup-body-text h4 {
        max-width: 290px;
        margin-bottom: 0;
        color: var(--green);
    }

    .popup-body-content .popup-body-text .copy-clipboard-code {
        background-color: var(--green);
        color: var(--white);
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 5px;
        display: inline-block;
        padding: 0 20px;
        text-align: center;
        border-radius: 10px;
        margin-top: 40px;
    }

.copy-clipboard-input {
    max-width: 180px;
    width: 100%;
    text-align: center;
    border: 0;
    padding: 0;
    background-color: transparent;
    color: var(--white);
    letter-spacing: 4px;
}

    .copy-clipboard-input:focus {
        border: 0;
        outline: none;
    }

.popup-body-content .popup-body-text:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 30%;
    width: 35px;
    height: 72px;
    background-image: url(../img/popup-downarrow.webp);
    background-size: cover;
}

.plainmodal .plainmodal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(8, 129, 157, .6);
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: linear;
    opacity: 1;
}

.single-product-slider-img {
    padding: 0 20px;
}

    .single-product-slider-img.swiper-slide-prev,
    .single-product-slider-img.swiper-slide-next {
        min-width: 30%;
        max-width: 30%;
    }

    .single-product-slider-img.swiper-slide-active {
        min-width: 290px;
        margin-top: -50px;
    }

.product-image-slider {
    padding-top: 50px;
    padding-bottom: 100px;
}

.product-quickview-popup-content .product-content .product-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.product-quickview-popup-content .product-content .product-price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.product-quickview-popup-content .products-add-links a:last-child {
    margin-left: 20px;
    margin-top: 0;
}

.product-quickview-popup-content .swiper-pagination {
    bottom: 30px;
}

.product-quickview-popup-content .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: var(--darkblue);
    opacity: .40;
}

.product-quickview-popup-content .swiper-pagination-bullet-active {
    opacity: 1;
}

/*
* Blog Page Style CSS
*/

.blog-title-section {
    background-image: url(../img/page_header_sky_blue.webp);
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.blog-page-header .blog-page-header-title {
    color: var(--green);
    font-family: var(--titlefont);
    margin-bottom: 0;
    font-size: 100px;
}

.blog-page-header .blog-page-header-subtitle {
    margin-bottom: 0;
}

.blog-page-header .blog-page-header-subtitle {
    margin-bottom: 0;
    font-size: 36px;
}

    .blog-page-header .blog-page-header-subtitle span {
        font-family: var(--titlefont);
    }

.blog-category-title-wrapp {
    text-align: center;
    margin-bottom: 40px;
}

    .blog-category-title-wrapp h2 {
        font-size: 36px;
        color: var(--darkblue);
        font-weight: 700;
        position: relative;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
        align-items: center;
        margin: 0 auto;
    }

        .blog-category-title-wrapp h2 span.left-cat-title,
        .blog-category-title-wrapp h2 span.right-cat-title {
            display: block;
        }

        .blog-category-title-wrapp h2 span.left-cat-title {
            text-align: right;
            margin-right: -100px;
        }

        .blog-category-title-wrapp h2 span.right-cat-title {
            text-align: left;
            margin-left: -100px;
        }

        .blog-category-title-wrapp h2 img {
            display: inline-block;
            padding: 0 20px;
            margin: auto;
        }

.blog-page-content-menu ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

    .blog-page-content-menu ul li {
        display: inline-block;
        padding: 10px 20px;
    }

        .blog-page-content-menu ul li a {
            display: inline-block;
            color: var(--green);
            font-size: 20px;
            font-weight: 500;
            transition: all .2s linear;
        }

            .blog-page-content-menu ul li a:hover,
            .blog-page-content-menu ul li.active a {
                border-bottom: 1px solid var(--green);
            }

.blog-page-content-wrapp {
    padding-top: 16px;
    padding-bottom: 40px;
}

.single-post {
    margin-bottom: 30px;
}

.single-post-image {
    margin-bottom: 20px;
    max-height: 250px;
    overflow: hidden;
}

    .single-post-image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.single-post-content .single-post-meta > span,
.single-blog-page-content-wrapp .single-blog-meta > span {
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
}

    .single-post-content .single-post-meta > span,
    .single-post-content .single-post-meta > span a,
    .single-blog-page-content-wrapp .single-blog-meta > span,
    .single-blog-page-content-wrapp .single-blog-meta > span a {
        color: var(--darkblue);
    }

        .single-post-content .single-post-meta > span.date-meta,
        .single-blog-page-content-wrapp .single-blog-meta > span.date-meta {
            color: var(--lightgrey);
        }

        .single-post-content .single-post-meta > span.meta-seperator,
        .single-blog-page-content-wrapp .single-blog-meta > span.meta-seperator {
            width: 5px;
            height: 5px;
            background-color: var(--darkblue);
            border-radius: 50%;
            font-size: 0;
            padding: 0;
            margin-right: 8px;
            margin-top: 5px;
        }

.single-post-title h4,
.single-post-title h4 a {
    color: var(--darkblue);
    font-size: 20px;
    transition: all .2s linear;
}

    .single-post-title h4 a:hover {
        opacity: 0.8;
    }

.single-post-title h4 {
    margin-top: 10px;
}

.blog-posts-load-btn-row {
    text-align: center;
}

/*
* Single Blog Style CSS
*/

.single-blog-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.single-blog-meta-wrapp {
    text-align: center;
}

.blog-meta-image {
    margin-bottom: 10px;
}

.single-blog-prev-post img,
.single-blog-next-post img {
    max-width: 30px;
}

.single-blog-page-title h1 {
    text-align: center;
    /* font-size: 70px; */
    border-bottom: 1px solid var(--green);
    padding-bottom: 30px;
}

.single-blog-page-details-content {
    border-bottom: 1px solid var(--green);
    margin-bottom: 50px;
    padding-bottom: 50px;
    /* font-size: 22px; */
    margin-top: 30px;
}

.blog-posts-wrapp .blog-posts-row,
.related-posts-wrapp .blog-posts-row {
    margin-left: -20px;
    margin-right: -20px;
}

.blog-posts-wrapp .single-post,
.related-posts-wrapp .single-post {
    padding-left: 20px;
    padding-right: 20px;
}

.all-blogs .blog-posts-row {
    margin: 0;
}

    .all-blogs .blog-posts-row .single-post {
        width: 33.33%;
        padding-bottom: 22px;
        border-bottom: 1px solid var(--green);
    }

        .all-blogs .blog-posts-row .single-post:first-child {
            padding-left: 0;
        }

        .all-blogs .blog-posts-row .single-post:nth-child(2) {
            padding-right: 0;
        }

        .all-blogs .blog-posts-row .single-post:nth-child(-n + 2) {
            width: 50%;
        }

        .all-blogs .blog-posts-row .single-post:nth-child(3n + 3) {
            padding-left: 0;
        }

        .all-blogs .blog-posts-row .single-post:nth-child(3n + 5) {
            padding-right: 0;
        }

/*
* Wishlist Page Style CSS
*/

.wishlist-banner-slider-wrapp .swiper-slide.single-banner {
    min-height: 340px;
}

.single-logo-img {
    line-height: 100px;
    vertical-align: middle;
    display: inline-block;
    height: 100px;
}

.single-product-img img {
    max-height: 100%;
}

.recomended-product-category-section {
    overflow: hidden;
}

.cat-title-wrapp {
    margin-bottom: 5px;
}

    .cat-title-wrapp h4:before,
    .cat-title-wrapp h4:after {
        content: "";
        width: 100vw;
        height: 1px;
        background-color: var(--green);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100%;
    }

    .cat-title-wrapp h4:after {
        right: 0;
        left: 100%;
    }

    .cat-title-wrapp h4 {
        position: relative;
        padding: 0 30px;
        display: inline-block;
        color: var(--green);
        margin-bottom: 0;
    }

.product-categories-slider-wrapp {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
}

.product-categories-slider-wrapp-1 {
    /* max-width: 1000px; */
    width: 100%;
    margin: 0 auto;
}

.product-categories-widget ul li.list-group-item {
    border: none;
}

.single-product-categories {
    text-align: center;
}

.cat-title a {
    color: var(--darkblue);
}

.single-product-categories:hover a {
    opacity: 0.8;
}

.single-category-img {
    margin-bottom: 30px;
}

.product-categories-1 .single-category-img,
.product-categories-2 .single-category-img,
.product-categories-3 .single-category-img,
.product-categories-4 .single-category-img {
    max-width: 200px !important;
    margin-left: auto;
    margin-right: auto;
}

.product-categories .swiper-button-prev,
.product-categories .swiper-button-next {
    color: var(--green);
}

/*
* Wishlist Category Page Style CSS
*/

.wishlist-cat-title-wrapp {
    background-image: url(../img/0-24-months-title-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wishlist-cat-title {
    position: relative;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 40px;
}

    .wishlist-cat-title h2 {
        margin-bottom: 0;
        font-size: 42px;
    }

.wishlist-cat-icon-img {
    position: absolute;
    bottom: -120px;
    max-width: 240px;
    border-radius: 50%;
    overflow: hidden;
}

.expand-btn {
    display: block;
    background: #fff;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
    color: var(--darkblue);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    min-height: 30px;
    line-height: 30px;
    opacity: 0.5;
}

.expanded,
.collapsed-filter .expanded {
    display: none;
}

.expanded-filter .expanded {
    display: block;
}

.collapsed-filter .collapsed {
    display: block;
}

.expanded-filter .collapsed {
    display: none;
}

.expand-btn i {
    display: block;
}

.sidebar-content aside:not(:last-child) {
    border-bottom: 1px solid rgba(29, 132, 157, .14);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.btn-filter-apply {
    background-color: var(--green);
    color: var(--white);
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}

    .btn-filter-apply:hover {
        opacity: 0.7;
        color: var(--white);
    }

.product-filter aside > div {
    overflow: hidden;
}

.sidebar-content .widget-title {
    margin-bottom: 15px;
}

.form-checkbox {
    overflow: hidden;
}

    .form-checkbox .form-checkbox-label {
        position: relative;
        display: inline-block;
        color: var(--teal);
        font-weight: 700;
        cursor: pointer;
        margin-bottom: 10px;
    }

        .form-checkbox .form-checkbox-label .form-checkbox-input {
            position: absolute;
            opacity: 0;
            margin-top: 0;
            margin-left: 0;
            z-index: 1;
            height: 25px;
            width: 25px;
            cursor: pointer;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            z-index: -1;
        }

        .form-checkbox .form-checkbox-label .checkmark {
            display: block;
            padding-left: 35px;
        }

            .form-checkbox .form-checkbox-label .checkmark:before,
            .form-checkbox .form-checkbox-label .checkmark:after {
                content: "";
                display: block;
                position: absolute;
                width: 25px;
                height: 25px;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

            .form-checkbox .form-checkbox-label .checkmark:before {
                background-color: transparent;
                border: 1px solid var(--teal);
            }

        .form-checkbox .form-checkbox-label .form-checkbox-input:checked ~ .checkmark {
            color: var(--green);
        }

            .form-checkbox .form-checkbox-label .form-checkbox-input:checked ~ .checkmark:after {
                content: "";
                background-color: var(--green);
            }

.wishlish-cat-products-top,
.wishlish-cat-products-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .wishlish-cat-products-top > *,
    .wishlish-cat-products-bottom > * {
        padding: 0 10px;
    }

.wishlist-cat-products select {
    background-color: transparent;
    border: 1px solid var(--darkblue);
    padding: 5px 10px !important;
    border-radius: 10px;
}

.products-ordering {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

    .products-ordering label {
        display: inline-flex;
        width: 100%;
        max-width: 70px;
    }

.total-items-text {
    text-align: center;
}

.pagination {
    margin-bottom: 0;
}

.pagination-wrapp .pagination .page-link {
    border: 0px;
    max-width: 32px;
    min-width: 32px;
    color: var(--darkblue);
}

    .pagination-wrapp .pagination .page-link:hover {
        background-color: transparent;
    }

.wishlist-cat-products-inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.products {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-inner {
    text-align: center;
    padding: 15px;
    max-width: 100%;
}

.products .product-inner {
    border: 2px solid transparent;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all .2s linear;
}

    .products .product-inner .product-content-top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .products .product-inner:hover {
        border: 2px solid var(--darkblue);
    }

.product-inner .product-content {
    margin-top: 10px;
}

.product-inner .product-title,
.product-inner .product-title a {
    font-size: var(--bodyfontsize);
    font-weight: 400;
    color: var(--darkblue);
}

.product-inner .product-title,
.product-inner .product-price {
    margin-bottom: 10px;
}

.product-price {
    color: var(--green);
    font-size: 16px;
    display: inline-block;
}

.products-add-links a:last-child {
    margin-top: 10px;
}

.popup-products-add-links-btn-wrapp {
    display: flex;
    justify-content: center;
    max-width: 360px;
    margin: 20px auto 0;
}

    .popup-products-add-links-btn-wrapp .add-wishlist-btn,
    .popup-products-add-links-btn-wrapp .view-online-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.add-wishlist-btn,
.view-online-btn,
.share-wishlist-btn {
    display: inline-block;
    width: 180px;
    border-radius: 10px;
    padding: 10px 15px;
    transition: all .2s linear;
    font-weight: 700;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
}

.mblist-content-birthday-wishlist-btn,
.share-wishlist-btn {
    width: 100%;
    max-width: 100%;
}

.teal-btn {
    background-color: var(--teal);
    color: var(--white);
}

.blue-btn {
    background-color: var(--darkblue);
    color: var(--white);
}

    .teal-btn:hover,
    .blue-btn:hover {
        color: var(--white);
        opacity: .8;
    }

/*
* My Birthday List Page Style CSS
*/

.my-birthdaylist-title-wrapp {
    background-image: url(../img/birthday-list-title-bg.webp)
}

.mblist-page-content-top {
    text-align: center;
    position: relative;
}

.mblist-page-content-top-title {
    font-size: 30px;
    letter-spacing: 8px;
    color: var(--green);
    font-weight: 300;
    margin-top: 10px;
}

    .mblist-page-content-top-title span {
        font-weight: 700;
        color: var(--darkblue);
    }

.mblist-page-content-top-calendar {
    background-image: url(../img/calendar-icon.webp);
    font-size: 20px;
    color: var(--green);
    font-weight: 700;
    padding: 20px;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 80px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}

    .mblist-page-content-top-calendar > span {
        font-size: 44px;
    }

.mblist-page-content-list-add-form form {
    max-width: 600px;
    margin: 0 auto;
    position: relative
}

.mblist-page-content-list-add-form input[type="email"] {
    border: 1px solid var(--darkblue);
    border-radius: 10px;
    padding: 10px 20px;
}

    .mblist-page-content-list-add-form input[type="email"]:focus {
        border: 1px solid var(--green);
    }

.mblist-page-content-list-add-form form button {
    border-radius: 10px;
    background-color: var(--darkblue);
    border-color: var(--darkblue);
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 14px;
}

.mblist-page-content-list-add-form input[type="email"]:focus + button {
    background-color: var(--green);
    border-color: var(--green);
}

.mblist-page-content-list-add-form form button:hover {
    background-color: var(--darkblue);
    border-color: var(--darkblue);
    opacity: .8;
}

.my-wishlist-list-wrapp ul {
    padding-left: 12px;
    padding-right: 12px;
}

    .my-wishlist-list-wrapp ul li img {
        max-width: 100px;
        min-height: 100px;
        object-fit: contain;
        object-position: center center;
    }

.product-add-wishlist-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
    margin: 40px auto 0;
}

.product-add-wishlist-wrapp,
.product-share-wishlist-wrapp {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    display: none;
}

    .product-add-wishlist-wrapp > a {
        max-width: 70px;
        transition: all .2s linear;
    }

        .product-add-wishlist-wrapp > a:hover {
            opacity: .8;
        }

.product-share-wishlist-wrapp {
    margin-top: 50px;
}

.mblist-recomended-products .single-mblist-recomended-products {
    display: flex;
    height: auto;
}

.single-mblist-recomended-products .product-inner {
    border: 2px solid var(--darkblue);
    max-width: 260px;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
}

/*.single-mblist-recomended-products.swiper-slide-active .product-inner {
    max-width: 320px;
    margin-top: -30px;
}

.single-mblist-recomended-products.swiper-slide-active .product-add-wishlist-wrapp,
.single-mblist-recomended-products.swiper-slide-active .product-share-wishlist-wrapp {
    opacity: 1;
    visibility: visible;
}*/

.single-mblist-recomended-products.swiper-slide-prev .product-inner,
.single-mblist-recomended-products.swiper-slide-next .product-inner {
    opacity: .8;
}

.mblist-page-content-recomended-products .containr {
    padding: 0;
}

/* .mblist-page-content-recomended-products #mblist-recomended-products .swiper-wrapper {
    width: calc(100% - 100px);
    margin: 0 auto;
} */

.mblist-recomended-products .swiper-button-prev,
.mblist-recomended-products .swiper-rtl .swiper-button-next {
    left: 5px;
    width: 44px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    background-color: #ffffff;
}

.mblist-recomended-products .swiper-button-next,
.mblist-recomended-products .swiper-rtl .swiper-button-prev {
    right: 5px;
    width: 44px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    background-color: #ffffff;
}

    .mblist-recomended-products .swiper-button-prev:after,
    .mblist-recomended-products .swiper-button-next:after {
        font-size: 25px;
    }

.single-mblist-recomended-products .product-inner .product-title {
    font-size: 24px;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* My Baby List Page Style CSS
*/

.baby-mblist-hb-content-img {
    margin-top: 40px;
    padding-bottom: 10%;
    padding-top: 15%;
    position: relative;
    overflow: hidden;
}

.baby-mblist-hb-content-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    z-index: -1;
    animation: celebration 1s ease-in-out infinite alternate;
}

.wishlist-name {
    padding-bottom: 10px;
}

/*
* My Birthdat List Happy Birthday Page Style CSS
*/

.mblist-hb-content-img {
    margin-top: 40px;
    padding-bottom: 10%;
    padding-top: 15%;
    position: relative;
    overflow: hidden;
}

.mblist-hb-content-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    z-index: -1;
    animation: celebration 1s ease-in-out infinite alternate;
}

@keyframes celebration {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.1);
    }
}

.happy-birthday-text,
.baby-pregnancy-text {
    padding-top: 7%;
    font-family: var(--titlefont);
    font-size: 100px;
}

.mblist-page-content-due .section-title h2 {
    margin-bottom: 0;
    color: var(--green);
}

.mblist-content-due {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mblist-content-due .mblist-page-content-top-calendar {
        position: relative;
        padding: 9px 20px 5px;
        font-size: 20px;
        height: 50px;
    }

.mblist-hb-calendar-date input {
    border: 2px solid var(--darkblue);
    border-radius: 10px;
    padding: 10px 30px;
    color: rgba(36, 39, 76, .6);
    text-align: center;
}

    .mblist-hb-calendar-date input:focus {
        border: 2px solid var(--green);
    }

.mblist-content-birthday-wishlist-btn .birthday-wishlist-title {
    text-align: center;
    font-size: var(--bodyfontsize);
    margin-bottom: 10px;
}

.mblist-content-birthday-wishlist-btn {
    max-width: 100%;
    margin: 30px auto 0;
    text-align: center;
}

    .mblist-content-birthday-wishlist-btn .birthday-wishlist-title {
        text-align: center;
        font-size: var(--bodyfontsize);
        margin-bottom: 10px;
    }

/*
* Customised
*/

#user-logout-form .profile-icon {
    cursor: pointer;
    margin-right: 5px;
}

.button-icon {
    all: unset;
    cursor: pointer;
    color: var(--green);
}

    .button-icon:hover {
        color: var(--darkblue);
    }

/*
* Share Page
*/

.wishlist-share-page-content-wrapp {
    /* background-color: #FAFBFD; */
    padding: 0.5rem 0 1rem;
}

.sharing-wishlist form input.form-control {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.share-wishlist-page-left-content,
.sidebar-content-share {
    background-color: #fff;
    padding: 1rem 0.5rem;
}

    .share-wishlist-page-left-content .fa-gear {
        font-size: 24px;
    }

    .sidebar-content-share .teal-btn {
        display: block;
        border-radius: 50px;
        padding: 10px 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

.textligtgrey {
    color: var(--lightgrey);
}

.share-wishlist-page-left-content ol {
    padding-left: 15px;
}

.share-wishlist-page-left-content input,
.share-wishlist-page-left-content textarea {
    border-radius: 20px !important;
}

.share-wishlist-page-left-content .share-copy-btn {
    border-radius: 20px !important;
    margin-left: 20px !important;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.share-wishlist-page-left-content .form-label {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--teal);
}

.text-w-icon {
    position: relative;
    padding-left: 50px;
}

.share-wishlist-page-left-content .fa-exclamation {
    color: #f5c6cb;
    border: 1px solid #f5c6cb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.add-image-wrapp .btn,
.add-new-product-form .btn {
    border-radius: 20px !important;
    margin-left: 20px !important;
}

.add-new-product-form #NewProductLink {
    max-width: calc(100% - 94px);
}

.clickable {
    cursor: pointer;
}

.not-clickable {
    cursor: not-allowed;
}

.grey-btn {
    background-color: #aaa;
    color: #555;
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    transition: all .2s linear;
}
/*
* My wishlist page Dropdown
*/

.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0;
    left: auto;
    margin-top: 0.125rem;
    border-radius: 15px;
}

.dropdown-menu a.dropdown-item {
    color: #1D849D !important;
    font-weight: 700;
    text-decoration: underline;
}

.my-wishlist-list-wrapp ul li.list-group-item {
    border: none;
    font-size: 22px;
    align-items: center;
}

    .my-wishlist-list-wrapp ul li.list-group-item a {
        color: var(--teal);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .my-wishlist-list-wrapp ul li.list-group-item .badge.bg-primary {
        background-color: var(--teal) !important;
    }

.product-categories-widget a.dropdown-icon {
    border: 2px solid #1D849D;
    padding: 8px 10px;
    border-radius: 100px;
    transition: all .2s linear;
}

.product-categories-widget a:hover.dropdown-icon {
    border: 2px solid #38b197;
    transition: all .2s linear;
}

a.dropdown-icon i {
    color: #1D849D;
    transition: all .2s linear;
}

a:hover.dropdown-icon i {
    color: #38b197;
    transition: all .2s linear;
}

/*
*   My Product List Page Dropdown (ShowWishlist)
*/

.my-list-dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

    .my-list-dropdown .dropdown-menu a {
        display: block;
    }

    .my-list-dropdown .dropdown .dropdown-menu[data-bs-popper] {
        top: 100%;
        right: 0;
        left: auto;
        margin-top: 0.125rem;
        border-radius: 15px;
    }

    .my-list-dropdown .dropdown .dropdown-menu a.dropdown-item {
        color: #1D849D !important;
        font-weight: 700;
        text-decoration: underline;
    }

    .my-list-dropdown .dropdown a.dropdown-icon {
        border: 2px solid #1D849D;
        padding: 8px 10px;
        border-radius: 100px;
        transition: all .2s linear;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .my-list-dropdown .dropdown a:hover.dropdown-icon {
        border: 2px solid #38b197;
        transition: all .2s linear;
    }

    .my-list-dropdown a.dropdown-icon i {
        color: #1D849D;
        transition: all .2s linear;
    }

    .my-list-dropdown a:hover.dropdown-icon i {
        color: #38b197;
        transition: all .2s linear;
    }

.align-item-center,
.align-content-center {
    align-items: center;
}

.choose-wishlist {
    cursor: pointer;
}

    .choose-wishlist:hover {
        background-color: var(--lightgrey);
    }

.gifted {
    font-style: italic;
    color: var(--lightgrey);
    width: 100%;
    text-align: center;
}

.light-grey {
    color: var(--lightgrey);
}

.greyed-out {
    filter: grayscale(100%);
}

.single-blog-page-details-content h1 {
    font-size: 1.8rem;
}

.search-block {
    margin-right: 16px;
}

    .search-block .form-control {
        background-color: #F5F5F5;
        border-radius: 30px;
        border: 0;
        padding-left: 40px;
        width: 100%;
        max-width: 220px;
        font-weight: 300;
        background-image: url(../img/search.svg);
        background-position: left 16px center;
        background-repeat: no-repeat;
        background-size: 16px;
    }

.search-results-row {
    margin: 0;
}

.search-post, .search-blog-post {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--green);
}

    .search-post .single-posts-box h4 a {
        font-size: var(--bodyfontsize);
        font-weight: 400;
    }

    .search-post .single-posts-box .popup-products-add-links-btn-wrapp {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }

    .search-post:nth-child(n+9) {
        display: none;
    }

.member-name {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-right {
    text-align: right;
}

.my-wishlist-list-wrapp .mblist-page-content-recomended-products .col-md-8 {
    width: 100%;
}

.full-mobile-slider {
    background-color: #E9F7FF;
    overflow: hidden;
}

    .full-mobile-slider::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/lights.svg);
        z-index: 1;
    }

    .full-mobile-slider::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/bg-wave.svg);
        z-index: 1;
    }

    .full-mobile-slider .container {
        position: relative;
        z-index: 3;
    }

.mobile-card-slide-wrapp {
    position: relative;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}

    .mobile-card-slide-wrapp .mobile-card-prev, .mobile-card-slide-wrapp .mobile-card-next {
        width: var(--swiper-navigation-size);
        height: var(--swiper-navigation-size);
        background-color: var(--white);
        border-radius: 50%;
    }

        .mobile-card-slide-wrapp .mobile-card-prev::after, .mobile-card-slide-wrapp .mobile-card-next::after {
            font-size: var(--bodyfontsize);
        }

    .mobile-card-slide-wrapp .mobile-card-prev {
        left: -32px;
    }

    .mobile-card-slide-wrapp .mobile-card-next {
        right: -32px;
    }

.mobile-card-slider .single-slide {
    padding: 0 32px;
    position: relative;
    display: flex;
}

    .mobile-card-slider .single-slide .slide-img {
        position: relative;
        z-index: 2;
        max-width: 266px;
    }

    .mobile-card-slider .single-slide .slide-content {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 300px;
        border-radius: 30px;
        color: var(--white);
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

        .mobile-card-slider .single-slide .slide-content::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100% - 16px);
            height: 100%;
            border-radius: 30px;
            background-color: #26294C;
            color: var(--white);
        }

    .mobile-card-slider .single-slide:nth-child(even) .slide-content::before {
        background-color: #C31114;
    }

    .mobile-card-slider .single-slide .mobile-top-img {
        position: absolute;
        top: -30px;
        right: 100px;
        border-radius: 50%;
        border: 3px solid #ffffff;
        width: 150px;
        height: 150px;
        z-index: 3;
    }

    .mobile-card-slider .single-slide .card-age {
        position: absolute;
        top: 20px;
        right: 0;
        width: 120px;
        height: 120px;
        z-index: 2;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/blob-red.svg);
        text-transform: uppercase;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 0.75rem;
        font-weight: 600;
        transform: rotate(24deg);
    }

        .mobile-card-slider .single-slide .card-age .age {
            display: block;
            font-size: 2rem;
            line-height: normal;
            font-weight: bold;
        }

    .mobile-card-slider .single-slide:nth-child(even) .card-age {
        background-image: url(../img/blob-blue.svg);
    }

    .mobile-card-slider .single-slide .slide-content .content {
        max-width: calc(100% - 310px);
        width: 100%;
        margin-left: auto;
        position: relative;
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding: 20px 20px 40px 20px;
    }

    .mobile-card-slider .single-slide .slide-content p {
        width: 100%;
    }

        .mobile-card-slider .single-slide .slide-content p .name {
            font-size: 2rem;
            line-height: normal;
            font-weight: bold;
        }

        .mobile-card-slider .single-slide .slide-content p .id-name {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.mobile-card-slide-link {
    display: inline-block;
    background-color: #C31114;
    color: var(--white);
    padding: 10px 30px;
    border-radius: 10px;
    transition: all .2s linear;
    line-height: normal;
}

    .mobile-card-slide-link:hover {
        background-color: #24274C;
        color: var(--white);
    }

.full-mobile-slider .left-big-tree, .full-mobile-slider .left-small-tree, .full-mobile-slider .right-big-tree, .full-mobile-slider .right-small-tree {
    position: absolute;
    z-index: 2;
}

.full-mobile-slider .left-big-tree {
    bottom: 100px;
    left: 10px;
    transform: translateX(-50%);
}

.full-mobile-slider .left-small-tree {
    bottom: -60px;
    left: 170px;
}

.full-mobile-slider .right-big-tree {
    bottom: -70px;
    right: -24px;
}

.full-mobile-slider .right-small-tree {
    bottom: 260px;
    right: 0;
    transform: translateX(50%);
}

.wishlist-share-page-content-wrapp h1 {
    margin-bottom: 40px !important;
}

.wishlist-share-page-content-wrapp .row .col {
    flex: auto;
    width: 25%;
    text-align: center;
}

    .wishlist-share-page-content-wrapp .row .col a {
        color: #0a6a86;
    }

        .wishlist-share-page-content-wrapp .row .col a:hover {
            color: var(--green);
        }

    .wishlist-share-page-content-wrapp .row .col h4 {
        margin: 8px 0 0 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .wishlist-share-page-content-wrapp .row .col .wishlist-img-link {
        display: inline-block;
    }

    .wishlist-share-page-content-wrapp .row .col .wishlist-link {
        color: var(--darkblue);
    }

        .wishlist-share-page-content-wrapp .row .col .wishlist-link:hover {
            color: var(--green);
        }

.share-wishlist-page-left-content .form-control.readonly-text, .share-wishlist-page-left-content .form-control.readonly-text:focus {
    background-color: transparent;
    border: none;
    text-align: center;
    color: var(--darkblue);
    resize: none;
    outline: none;
    box-shadow: none;
}

.wishlist-image-block {
  position: relative;
}
.wishlist-image-block .main-img {
  border-radius: 14px;
}
.wishlist-image-block .line-img {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 140px;
}
.wishlist-image-block .dot-img {
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 160px;
}
.wishlist-content-block {
  padding-left: 80px;
}
.wishlist-content-block .mblist-page-content-top-title {
  font-size: 20px;
  letter-spacing: 4px;
}
.wishlist-content-block .section-title {
  text-align: left;
  color: #000000;
}
.wishlist-content-block .section-title h1 {
  margin-bottom: 16px;
  color: var(--teal);
}
.wishlist-content-block .section-title h5, .wishlist-content-block .section-title p {
  max-width: 410px;
}
.wishlist-content-block .section-title p {
  font-size: 16px;
}
.wishlist-content-block .mblist-content-due {
  display: block;
  margin: 16px 0 0 0;
}
.wishlist-content-block .mblist-content-due p {
  margin-bottom: 8px;
}
.wishlist-content-block .mblist-content-due .mblist-hb-calendar-date {
  max-width: 200px;
}
.wishlist-content-block .mblist-content-due .mblist-hb-calendar-date input {
  border: 1px solid #D9D9D9;
  text-transform: uppercase;
}
.wishlist-content-block .mblist-content-birthday-wishlist-btn {
  text-align: left;
}
.wishlist-content-block .mblist-page-content-list-add-form form button {
  width: auto;
  font-size: 16px;
}

.single-blog-page-details-content iframe {
  max-width: 100%;
}