html {
    overflow-x: hidden;
}

.abs-img img {
    position: absolute;
    right: -30px;
    z-index: 999;
    bottom: -60px;
}

.title-before-after h2 {
    position: relative;
}

.form-title h2,
.form-title h3 {
    position: relative;
    display: inline-block;
}

.pink-lines a:before {
    content: url('../img/pink-lines.svg');
    position: absolute;
    left: -25px;
    top: -30px;
}

.pink-lines a:after {
    content: url('../img/pink-lines-after.svg');
    position: absolute;
    bottom: -25px;
    right: -35px;
}


.form-title h2:before,
.form-title h3:before {
    content: url('../img/Vector_lines.svg');
    position: absolute;
    left: -32px;
    top: -22px;
}

.form-title h2:after,
.form-title h3:after {
    content: url('../img/Vector_lines_after.svg');
    position: absolute;
    bottom: -25px;
    right: -35px;
}

.section-pink-lines-after:after {
	content: url('../img/section-pink-lines-after.svg');
    position: absolute;
	right:-30px;
	top: 42%;
}

@media (max-width: 670px) {
    .form-title h2:before,
    .form-title h3:before {
        left: -15px;
    }

    .form-title h2:after,
    .form-title h3:after {
        right: -15px;
    }
}

.custom-bg:before {
    content: url('../img/Vector_element.svg');
    position: absolute;
    left: 20%;
    top: -25%;
}

.custom-bg:after {
    content: url('../img/Vector_elementsecond.svg');
    position: absolute;
    right: 8%;
    top: 15px;
    z-index: -1;
}

.custom-bg-right:before {
    content: url('../img/Vector_dots_bot.svg');
    position: absolute;
    left: 19%;
    bottom: -45px;
    z-index: 99;
}

.custom-bg-right:after {
    content: url('../img/Vector_dots_top.svg');
    position: absolute;
    right: 13%;
    top: -117px;
    z-index: -1;
}

.title-before-center h2 {
    position: relative;
}

.title-before-center h2:before {
    content: url('../img/Vector_lines_center.svg');
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title-before-right h2 {
    position: relative;
    display: inline-block;
}

.title-before-right h2:before {
    content: url('../img/Vector_lines_right.svg');
    position: absolute;
    top: -35px;
    left: 80%;
}


.right_img_vector img {
    mix-blend-mode: luminosity;
}

.right_img_vector:before {
    content: url('../img/Vector_element_img.svg');
    position: absolute;
    top: -35px;
    right: -85px;
    z-index: 9;
}


.title-before-left h2 {
    position: relative;
    display: inline-block;
}

.get_to_know h2:before {
    content: url('../img/Vector_lines_center.svg');
    position: absolute;
    top: -35px;
    left: 55%;

}

.title-before-left h2:before {
    content: url('../img/Vector_lines_left.svg');
    position: absolute;
    top: -35px;
    left: 15%;
}

.bottom_section:before,
.elementor-location-footer .learn-more-section:before {
    content: url('../img/bottom_before.svg');
    position: absolute;
    top: -100px;
    left: 6%;;
}
.elementor-location-footer .learn-more-section:before {
    top: -72px;
    left: 10%;
    z-index: 2;
}


.bottom_section:after,
.elementor-location-footer .learn-more-section:after {
    content: url('../img/bottom_after.svg');
    position: absolute;
    bottom: 10px;
    right: 6%;
}
.elementor-location-footer .learn-more-section:after {
    bottom: 30px;
    right: 7%;
}

.elementor-location-footer a {
    color: #4C4C5F;
}

.elementor-location-footer p {
    margin-bottom: 16px;
}

.elementor-location-footer p:last-child {
    margin-bottom: 0;
}
.preloader {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 9999;
    pointer-events: none;
}
.preloader img {
    width: 70px;
}

@media (min-width: 1400px) {
    .custom-bg {
        background: linear-gradient(90deg, #FFF3F3 80%, transparent 20%);
    }

    .custom-bg-right {
        background: linear-gradient(90deg, #fff 21%, #F2F7F3 0%);
    }

}

@media (min-width: 1500px) and (max-width: 1800px) {
    .abs-img img {
        width: 55%;
    }
}

@media (min-width: 1300px) and (max-width: 1599px) {
    .abs-img img {
        width: 55%;
    }

    .first-home-section {
        padding-top: 125px;
        padding-bottom: 125px;
    }
}

@media (max-width: 1299px) {
    .abs-img img {
        display: none !important;
    }

    .first-home-section {
        padding-top: 125px;
        padding-bottom: 125px;
    }
}


@media (min-width: 1300px) {
    .top-first-image {
        display: none;
    }
}

@media (max-width: 1399px) {
    .custom-bg {
        background: #FFF3F3;
    }

    .custom-bg-right {
        background: #F2F7F3;
    }
}

@media (max-width: 1200px) {
    .right_img_vector:before {
        content: none;
    }

}

@media (min-width: 1600px) {
    .first-home-section {
        padding-top: 250px;
        padding-bottom: 250px;
    }
}

@media (min-width: 1200px) {
    .title-before-after h2:before {
        content: url('../img/Vector_lines.svg');
        position: absolute;
        left: -25px;
        top: -30px;
    }

    .title-before-after h2:after {
        content: url('../img/Vector_lines_after.svg');
        position: absolute;
        bottom: -25px;
        right: 80px;
    }
}

@media (min-width: 768px) {
    .top-arrow:after {
        content: url('../img/arrow-top.svg');
        position: absolute;
        top: 15px;
        right: -25px;
    }

    .right-arrow:after {
        content: url('../img/arrow-right.svg');
        position: absolute;
        bottom: -75px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .top-arrow:before {
        content: url('../img/arrow-left.svg');
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -70px;
    }

}

@media (max-width: 767px) {
    .mobile-100 .elementor-container {
        max-width: 100% !important;
    }
}

#coffee-cart button.plus, #coffee-cart button.minus {
    border: 1px solid #f5f5fa;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    padding: .375rem 1.125rem;
}

#coffee-cart .qty {
    max-width: 75px;
    text-align: center;
}

#coffee-cart .single_add_to_cart_button {
    margin-left: 15px;
}

#coffee-cart input::-webkit-outer-spin-button,
#coffee-cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#coffee-cart input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 780px) {
    #coffee-cart .qty {
        max-width: 60px;
    }
}

@media (max-width: 413px) {
    #coffee-cart .single_add_to_cart_button {
        margin: 15px 0 0;
        width: 100%;
    }

    #coffee-cart .cart {
        text-align: center;
    }

    #coffee-cart .qty {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1127px) {
    #second-line .single_add_to_cart_button {
        margin: 15px 0 0;
    }
}
@media (max-width: 561px) {
    #second-line .single_add_to_cart_button {
        margin: 15px 0 0;
    }
}

a.button.wc-backward {
    background: green;
}


.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale{
    background-color: #3BDEA2;
    border-radius: 28px !important;
    color: #fff;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button{
    margin-top: 25px;
    display: block;
    float: none;
}

.woocommerce div.product form.cart div.quantity{
    float: none;
    display: inline-block;
}

.single-product .plus, .single-product .minus{
    border: 1px solid #f5f5fa;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0 !important;
    padding: .375rem 1.125rem !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product .input-text.qty.text{
    max-width: 75px;
    text-align: center;
    padding: .75em;
    width: 100%;
}

.single-product #secondary{
    display: none;
}

.single-product #primary {
    width: 100%;
}

/***Header****/
.elementor-location-header .elementor-nav-menu--main ul li a:before {
    content: url('../img/bubble.svg');
    background-color: transparent !important;
    top: 6px;
    z-index: -1;
}

/***Homepage****/
.kebon_hero_homepage:before {
    content: url('../img/Vector_ellipse.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.homepage-hero:before {
    content: url('../img/Vector_dots-pink-right-cropped.svg');
    position: absolute;
    right: 0;
    top: 33%;
    z-index: 1;
}
.homepage-hero-banner {
    overflow: hidden;
}
.homepage-hero-banner:before {
    content: url('../img/Vector_element-cropped.svg');
    position: absolute;
    left: 0;
    bottom: -10px;
}
@media (min-width: 1130px) {
    .homepage-hero-banner__column-2:before {
        content: url('../img/arrow-right-pink.svg');
        position: absolute;
        left: 17px;
        top: 25px;
    }
}

.homepage-hero-banner:after {
    content: url('../img/Vector_dots-green-top-right-cropped.svg');
    position: absolute;
    right: 0;
    top: 0;
}
.has-vl-center .elementor-heading-title:before {
    content: url('../img/Vector_lines_center.svg');
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    pointer-events: none;
}
.has-vl-right .elementor-heading-title {
    display: inline-block;
    position: relative;
}
.has-vl-right .elementor-heading-title:before {
    content: url('../img/Vector_lines_right.svg');
    position: absolute;
    right: 25px;
    top: -35px;
    pointer-events: none;
}
@media (min-width: 1000px) {
    .how_coffee_gets_to_you .txt-col-first:before,
    .how_coffee_gets_to_you .txt-col-second:before {
        content: url('../img/arrow-top.svg');
        position: absolute;
        top: -10px;
        right: -29%;
    }
    .how_coffee_gets_to_you .txt-col-first:before {
        -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
                transform: scaleY(-1);
        top: -20px;
    }
}

/***Testimonials****/
.testimonial-shortcode:before {
    content: url('../img/Vector_element-ping-left.svg');
    position: absolute;
    left: -173px;
    top: -32px;
}
.testimonials .testimonial-item .inner-wrapper {
    background-color: #F2F7F3;
    padding: 30px 40px 80px;
    border-radius: 25px;
    text-align: center;
}
.testimonials .testimonial-item.pink .inner-wrapper {
    background-color: #F4F7FA;
}
.testimonials .testimonial-item .inner-wrapper img.quote-icon {
    margin-bottom: 32.32px;
}
.testimonials .testimonial-item .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
    color: #4C4C5F;
    font-weight: 700;
    margin-bottom: 23px;
}
.testimonials .testimonial-item .author,
.testimonials .testimonial-item .title {
    font-size: 15px;
}
.testimonials .testimonial-item .img-wrapper {
    width: 115px;
    height: 103px;
    margin: 0 auto;
    position: relative;
    top: -53px;
}
.testimonials .testimonial-item .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mask-image: url('../img/avatar-bubble.svg');
    -webkit-mask-image: url('../img/avatar-bubble.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}
.testimonials .testimonial-item .bubble {
    background-image: url('../img/pink-bubble.svg');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    width: 115px;
    height: 103px;
    position: absolute;
    top: -3px;
}
.testimonials .testimonial-item.green .bubble {
    background-image: url('../img/green-bubble.svg');
}
.testimonials .swiper-navs {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;  
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 40px;
}
.testimonials .swiper-navs > div {
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.testimonials .swiper-navs > div:hover {
    opacity: 0.6;
}
.testimonials .swiper-navs .testimonial-prev {
    margin-right: 30px;
}

/***About Us****/
.about-us-hero:before,
.kebon-hero-section:before {
    content: url('../img/Vector_elementsecond.svg');
    position: absolute;
    left: -81px;
    top: 75px;
    z-index: 2;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
}
.about-us-hero:after,
.kebon-hero-section:after {
    content: url('../img/Vector_dots_bot.svg');
    position: absolute;
    z-index: 2;
    right: -30px;
    top: 32px;
}
.has-vl-center.has-vl-center-1 .elementor-heading-title:before {
    left: -28%;
    right: 0;
    top: -35px;
}
@media (min-width: 768px) {
    .has-arrow-right:before {
        content: url('../img/arrow-top.svg');
        position: absolute;
        right: 0;
        left: 0;
        top: 5px;
        text-align: center;
    }
    .has-pointing-arrows:before {
        content: url('../img/arrow-top.svg');
        position: absolute;
        left: 20%;
        top: -23px;
        -webkit-transform: scaleX(-1) rotate(119deg);
                -ms-transform: scaleX(-1) rotate(119deg);
                    transform: scaleX(-1) rotate(119deg);
    }
    .has-pointing-arrows:after {
        content: url('../img/arrow-top.svg');
        position: absolute;
        right: 20%;
        top: -23px;
        -webkit-transform: rotate(119deg);
                -ms-transform: rotate(119deg);
                    transform: rotate(119deg);
    }
}
.has-vl-center.has-vl-center-2 .elementor-heading-title:before {
    left: auto;
    right: 76px;
}
@media (min-width: 767px) {
    .has-vl-center.has-vl-center-2 .elementor-heading-title:before {
        left: 200px;
        right: auto;
    }
}

/***Women's Ent.****/
.we-hero-col:before {
    content: url('../img/balloon.svg');
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}
@media (max-width: 600px) {
    .we-hero-col:before {
        left: -145px;
    }
}
@media (min-width: 1024px) {
    .we-hero-heading:before {
        content: url('../img/Vector_lines.svg');
        position: absolute;
        left: 0;
        top: -16px;
    }
    .we-hero-heading:after {
        content: url('../img/Vector_lines_after.svg');
        position: absolute;
        right: 120px;
        bottom: -26px;
    }
}
.faq-hero-heading .elementor-heading-title,
#subs_benefits_heading .elementor-heading-title,
#wholesale_heading .elementor-heading-title {
    position: relative;
    display: inline-block;
}
.faq-hero-heading .elementor-heading-title:before {
    content: url('../img/Vector_lines_right.svg');
    position: absolute;
    left: 22%;
    top: -38px;
}
#subs_benefits_heading .elementor-heading-title:before {
    content: url('../img/Vector_lines_center.svg');
    position: absolute;
    left: -7px;
    top: -30px;
    right: 0;
}
#wholesale_heading .elementor-heading-title:before {
    content: url('../img/Vector_lines_right.svg');
    position: absolute;
    left: 10px;
    top: -32px;
}
.cf-hero-heading .elementor-heading-title {
    position: relative;
    display: inline-block;
}
.cf-hero-heading .elementor-heading-title:before {
    content: url('../img/Vector_lines_right.svg');
    position: absolute;
    right: 18%;
    top: -37px;
}
.shop-hero-heading .elementor-heading-title {
    position: relative;
    display: inline-block;
}
@media (max-width: 600) {
    .shop-hero-heading .elementor-heading-title:before {
        content: url('../img/Vector_lines.svg');
        position: absolute;
        left: 11px;
        top: -25px;
    }
    .shop-hero-heading .elementor-heading-title:after {
        content: url('../img/Vector_lines_after.svg');
        position: absolute;
        right: 47px;
        bottom: -32px;
    }
}
.we-row2-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    background-image: url('../img/image-bubble-green.svg');
    width: 339px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}
.we-row2-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../img/Vector_elementsecond.svg');
    width: 154px;
    height: 142px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.we-row-pink-bubble:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    background-image: url('../img/image-bubble-pink.svg');
    width: 339px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}
.we-row1-img:after {
    content: url('../img/we-row1-img-vector.svg');
    position: absolute;
    top: -26px;
    left: 17px;
}
.we-row2-section:before {
    content: url('../img/beans.svg');
    position: absolute;
    top: 5px;
    right: 180px;
}
.we-row3-img:after {
    content: url('../img/we-row3-img-vector.svg');
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 1024px) {
    .has-dotted-trail:before {
        content: url('../img/dotted-trail.svg');
        position: absolute;
        left: 105px;
        top: 157px;
    }
}
@media (max-width: 1100px) {
    .has-dotted-trail:before {
        left: 52px;
    }
}
@media (max-width: 1024px) {
    .we-row2-img:before,
    .we-row-pink-bubble:before {
        width: 291px;
    }
}

/***Blog****/
@media (min-width: 1024px) {
    .blog-hero-heading:before {
        content: url('../img/Vector_lines.svg');
        position: absolute;
        left: 72px;
        top: -17px;
    }
    .blog-hero-heading:after {
        content: url('../img/Vector_lines_after.svg');
        position: absolute;
        right: 69px;
        top: 42px;
    }
}

.blog-posts-wrapper {
    top: -130px;
}
.blog-posts-wrapper .blog-post .featured-img {
    width: 100%;
    padding-bottom: 67%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 250px;
}
.blog-posts-wrapper .blog-post,
.blog-posts-wrapper .grid-sizer {
    width: 31.5%;
}
.blog-posts-wrapper .gutter-sizer { 
    width: 2.75%; 
}
@media (max-width: 768px) {
    .blog-posts-wrapper .blog-post,
    .blog-posts-wrapper .grid-sizer {
        width: 48.5%;
    }
    .blog-posts-wrapper .gutter-sizer { 
        width: 3%; 
    }
}
@media (max-width: 600px) {
    .blog-posts-wrapper .blog-post,
    .blog-posts-wrapper .grid-sizer {
        width: 100%;
    }
    .blog-posts-wrapper .gutter-sizer { 
        width: 0; 
    }
}
.blog-posts-wrapper .blog-post {
    float: left;
    border-radius: 25px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-posts-wrapper .blog-post .post-date {
    font-size: 15px;
    text-align: center;
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    padding: 6px 0;
    line-height: 140%;
    color: #FF9F9F;
    background: #FFF3F3;
    border-radius: 16px;
    position: relative;
    top: -15px;
    margin-bottom: 15px;
}
.blog-posts-wrapper .blog-post .blog-post-content-wrapper {
    text-align: center;
    padding: 0 30px 33px;
}
.blog-posts-wrapper .blog-post .blog-post-content-wrapper .inner-wrapper {
    max-width: 270px;
    margin: auto;
}
.blog-posts-wrapper .blog-post .post-title a {
    font-family: 'Domine', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 140%;
    color: #4C4C5F;
    margin-bottom: 11px;
    display: block;
}
.blog-posts-wrapper .blog-post .post-excerpt p {
    margin: 0;
    font-size: 17px;
    line-height: 145%;
    color: #4C4C5F;
}

/***Blog Single****/
.kebon_blog_post_content > .elementor-widget-container > *:not(blockquote) {
    max-width: 825px;
}
.kebon_blog_post_content h5 {
    font-family: 'Domine', sans-serif;
    font-size: 26px;
}
.kebon_blog_post_content h6 {
    font-family: 'Domine', sans-serif;
    font-size: 21px;
    font-weight: 700;
}
.kebon_blog_post_content ol li {
    position: relative;
}
.kebon_blog_post_content ol li::marker {
    font-family: 'Domine', sans-serif;
    font-size: 21px;
    font-weight: 700;
}
.kebon_blog_post_content ol li:before {
    content: url('../img/pink-bubble-small.svg');
    position: absolute;
    left: -49px;
    top: -6px;
    z-index: -1;
}
.kebon_blog_post_content p img,
.kebon_blog_post_content figure img {
    border-radius: 25px;
}
.kebon_blog_post_content .wp-caption-text {
    font-size: 15px;
    font-style: italic;
    opacity: 0.7;
    line-height: 145%;
}
.kebon_blog_post_content ul {
    list-style: none; 
}
.kebon_blog_post_content ul li::before {
    content: "\2022";  
    color: #FF9F9F; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.kebon_blog_post_content blockquote {
    margin: 0;
    background: #FFF3F3;
    border: 0;
    padding: 110px 95px 70px;
    position: relative;
    text-align: center;
}
.kebon_blog_post_content blockquote:before {
    content: url('../img/quote-icon-pink.svg');
    top: -30px;
    position: relative;
}
.kebon_blog_post_content blockquote h5 {
    line-height: 140%;
    margin-bottom: 15px;
}
.kebon_blog_post_content blockquote * {
    font-style: normal;
}
.kebon_blog_post_content blockquote:after {
    content: url('../img/bottom_before.svg');
    position: absolute;
    top: -58px;
    left: -76px;
    z-index: -1;
}
.load-more-post-btn-wrapper,
.load-more-faq-btn-wrapper {
    text-align: center;
}
.kebon-load-more-btn {
    font-weight: 700;
    line-height: 140%;
    border: 1px solid #3BDEA2;
    border-radius: 28px;
    padding: 15px 25px;
    display: inline-block;
    max-width: 220px;
    width: 100%;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.kebon-load-more-btn:hover {
    background-color: #3BDEA2;
    color: #fff !important;
}
.kebon-load-more-btn:focus {
    color: #3BDEA2;
    outline: none;
}
.kebon-load-more-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}
.kebon-load-more-btn.loading:before {
    content: '';
    background-image: url('../img/kebon-spinner.gif');
    width: 40px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -85px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.single-post-share-btns .elementor-share-btn {
    border-radius: 20px;
    border-color: #E9E9E9 !important;
}
.single-post-share-btns .elementor-share-btn:hover {
    background-color: #E9E9E9 !important;
}

/***FAQ****/
.faqs-wrapper {
    max-width: 921px;
    margin: auto;
}
.faqs-wrapper .faq-item {
    border-radius: 25px;
    padding: 40px 20px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 900px) {
    .faqs-wrapper .faq-item {
        padding: 40px 20px 40px 75px;
    }
}
.faqs-wrapper .faq-item .inner-wrapper {
    max-width: 731px;
    margin: auto;
}
.faqs-wrapper .question {
    font-family: 'Domine', sans-serif;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
.faqs-wrapper .faq-item .question:before {
    content: url('../img/cross.svg');
    position: absolute;
    left: -50px;
    top: 0;
    cursor: pointer;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.faqs-wrapper .answer {
    font-size: 17px;
    line-height: 180%;
    display: none;
    margin-top: 12px;
}
.faqs-wrapper .faq-item.active {
    background-color: #FFF3F3;
}
.faqs-wrapper .faq-item.active .question:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faqs-wrapper .answer p {
    margin: 0;
}
.load-more-faq-btn-wrapper {
    margin-top: 30px;
}

/***Shop****/
.kebon_products_loop li.product img {
    /* max-width: 152px; */
    margin: auto !important;
}
.kebon_products_loop a.woocommerce-LoopProduct-link {
    /* padding: 10px 20px 0; */
    background-color: #F2F7F3;
}
.kebon_products_loop ul.products li.product {
    border-radius: 25px;
    border: 2px solid #F2F7F3;
    overflow: hidden;
    margin-bottom: 30px !important;
    opacity: 0;
}
.kebon_products_loop.wholesale ul.products li.product {
    width: calc(33.33% - 20px);
    float: left;
    margin: 10px;
}
.kebon_products_loop.wholesale ul.products li.product {
    opacity: 1;
}
.kebon_products_loop.wholesale ul.products li.product .onsale {
    display: none;
}
.kebon_products_loop.wholesale ul.products li.product .price > del {
    color: #3a3a3a;
    opacity: 0.5;
}
.kebon_products_loop.wholesale ul.products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
.kebon_products_loop ul.products.is-showing-items li.product {
    opacity: 1;
}
.kebon_products_loop.wholesale ul.products .gutter-sizer,
.kebon_products_loop.wholesale ul.products .grid-sizer {
    display: none;
}
.kebon_products_loop.wholesale ul.products li.product a.woocommerce-LoopProduct-link {
    display: block;
    position: relative;
    text-align: center;
}
.page-id-2258 a.kebon_single_subscribe_now,
.page-id-2281 a.kebon_single_subscribe_now {
    display: none;
}
.elementor-element .kebon_products_loop.elementor-wc-products .woocommerce[class*=columns-] ul.products li.product,
.kebon_products_loop ul.products .grid-sizer {
    width: calc(33.33% - 20px);
}
.kebon_products_loop ul.products .gutter-sizer {
    width: 30px;
}

@media (max-width: 1000px) {
    .elementor-element .kebon_products_loop.elementor-wc-products .woocommerce[class*=columns-] ul.products li.product,
    .kebon_products_loop ul.products .grid-sizer {
        width: calc(50% - 30px);
    }
    .kebon_products_loop ul.products .gutter-sizer {
        width: 30px;
    }
    .kebon_products_loop.wholesale ul.products li.product {
        width: calc(50% - 30px);
        margin: 15px;
    }
}
@media (max-width: 600px) {
    .elementor-element .kebon_products_loop.elementor-wc-products .woocommerce[class*=columns-] ul.products li.product,
    .kebon_products_loop ul.products .grid-sizer {
        width: 100%;
    }
    .kebon_products_loop ul.products .gutter-sizer {
        width: 0;
    }
    .kebon_products_loop.wholesale ul.products li.product {
        width: 100%;
        margin: 0;
    }
}
.kebon_products_loop ul.products li.product .astra-shop-summary-wrap {
    padding: 25px 15px 30px;
    text-align: center;
    position: relative;
}
.kebon_products_loop ul.products li.product .format-roast {
    color: #FF9F9F;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: -41px;
}
.kebon_products_loop ul.products li.product .product-title {
    font-size: 23px;
    padding: 0;
    line-height: 1.4em;
    margin-bottom: 2px;
}
.kebon_products_loop ul.products li.product .product-origin {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}
.kebon_products_loop ul.products li.product .product-flavor {
    color: #3BDEA2;
    font-size: 12px;
}
ul.products li.always-something-fresh .product-flavor span.label {
    display: none;
}
.kebon_products_loop ul.products li.product .product-flavor span.label {
    color: #4C4C5F;
}
.kebon_products_loop ul.products li.product .price .woocommerce-Price-amount {
    font-size: 21px;
}
.kebon_products_loop ul.products li.product .price {
    margin: 0;
    line-height: 1em !important;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.kebon_products_loop ul.products li.product .size {
    font-size: 15px;
    color: #82828F;
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    margin-left: 7px;
}
.kebon_products_loop ul.products li.product .buy-now-btn-wrapper a {
    display: inline-block;
    max-width: 205px;
    width: 100%;
    background-color: #3BDEA2;
    color: #fff;
    border-radius: 28px;
    font-weight: 700;
    padding: 13px;
    text-align: center;
    margin: auto;
    line-height: 1.4em;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.kebon_products_loop ul.products li.product .buy-now-btn-wrapper a:hover {
    opacity: 0.6;
}
.elementor-1321 .elementor-element.elementor-element-de1f559.elementor-wc-products ul.products {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.before-shop-loop-wrapper {
    margin-bottom: 24px;
}
.before-shop-loop-wrapper .inner-wrapper {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;  
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.before-shop-loop-wrapper .product-sorting {
    font-weight: 700;
    margin-right: 10px;
}
#product_sorting {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 17px;
    padding-top: 2px;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 20px;
    margin-left: 14px;
    background: url('../img/dropdown-arrow.svg') no-repeat right white;
}
#product_sorting::after {
    /* content: '^'; */
    position: absolute;
    right: 0;
    width: 11px;
    height: 20px;
    background-image: url('../img/dropdown-arrow.svg');
}

.kebon_shop_filter {
    padding-right: 10px;
    position: relative;
    z-index: 999;
}
.kebon_shop_filter .label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}
.kebon_shop_filter .filter-section {
    margin-bottom: 32px;
}
.kebon_shop_filter .filter-section span.count {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 15px;
}
ul.terms {
    margin: 0;
    list-style: none;
}
ul.terms li.term {
    margin-bottom: 20px;
    position: relative;
    padding-right: 20px;
}
.custom-input-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
  }
  
  /* Hide the browser's default checkbox */
.custom-input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
  /* Create a custom checkbox */
.custom-input-container .checkmark {
    position: absolute; 
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    background-color: #F2F7F3;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-input-container .checkmark.radio {
    border-radius: 50%;
    background: transparent;
    border-color: #3BDEA2;
}
  
  /* On mouse-over, add a grey background color */
.custom-input-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.custom-input-container:hover input ~ .checkmark.radio {
    background-color: #3bdea26b;
}
  
  /* When the checkbox is checked, add a blue background */
.custom-input-container input:checked ~ .checkmark {
    background-color: #3BDEA2;
}
  
  /* Create the checkmark/indicator (hidden when not checked) */
.custom-input-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
  /* Show the checkmark when checked */
.custom-input-container input:checked ~ .checkmark:after {
    display: block;
}
  
  /* Style the checkmark/indicator */
.custom-input-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Style the indicator (dot/circle) */
.custom-input-container .checkmark.radio:after {
    top: 6px;
    left: 6px;
    width: 9px;
    height: 9px;
   border-radius: 50%;
   background: white;
}

.reset-filters a {
    display: block;
    max-width: 160px;
    background: transparent;
    color: #3BDEA2;
    border: 1px solid #3BDEA2;
    border-radius: 28px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 700;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
.reset-filters a:hover {
    background: #3BDEA2;
    color: #fff;
}
.selected-filters {
    margin-top: 20px;
}
.selected-filters li {
    float: left;
    list-style: none;
    font-size: 15px;
    line-height: 21px;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    padding: 4px 23px 4px 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}
.selected-filters li span {
    content: url('../img/x.svg');
    position: absolute;
    right: 8px;
    top: 10px;
    cursor: pointer;
}
ul.products li.product.product-type-bundle span.price span.from {
    font-size: 15px;
    color: #82828F;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
ul.products li.product.product-type-bundle span.price span.subscription-details {
    font-size: 15px;
    color: #82828F;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
ul.products li.product.product-type-bundle span.price span.size {
    display: none;
}
.bundle-products.woocommerce {
    padding-top: 30px;
}
.shop_heading {
    margin-top: 45px;
}
.single .product_cat-bundle .bundle_button .quantity,
.single .product_cat-bundle .bundle_button .minus,
.single .product_cat-bundle .bundle_button .plus {
    display: none !important;
}
a.bundled_product_permalink {
    display: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

/***Product popup****/
.product-desc-lightbox {
    max-width: 928px !important;
    width: 100%;
    border-radius: 25px;
    padding: 52px 30px 60px !important;
}
.product-desc-lightbox .loader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    opacity: 0;
    -ms-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: none;
}
.product-desc-lightbox .loader:before {
    background: url('../img/kebon-spinner.gif') center center;
    background-size: cover;
}
.product-desc-lightbox.loading .loader {
    opacity: 0.5;
    pointer-events: auto;
}
.product-desc-lightbox > .inner-wrapper {
    max-width: 540px;
    margin: 0 auto;
}
.product-desc-lightbox .product-title h3 {
    font-size: 35px;
    font-weight: 700;
}
.product-desc-lightbox .product-price > .price {
    display: inline-block;
}
.product-desc-lightbox .product-price > .price del {
    color: #3a3a3a;
    opacity: 0.5;
}
.product-desc-lightbox .product-price > .price h2 {
    margin: 0;
}
.product-desc-lightbox .product-price {
    /* margin-bottom: 13px; */
    margin-bottom: 0;
}
.product-desc-lightbox .product-price span.size {
    font-size: 15px;
    color: #82828F;
    display: none;
}
.product-desc-lightbox .product-desc {
    line-height: 145%;
    margin-bottom: 18px;
}
.product-desc-lightbox .label {
    font-size: 14px;
}
.product-desc-lightbox .product-flavor .flavor {
    color: #3BDEA2;
    margin-left: 8px;
}
.product-desc-lightbox .product-flavor {
    margin-bottom: 16px;
}
.product-desc-lightbox .quantity-wrapper {
    margin-bottom: 14px;
}
.product-desc-lightbox .quantity-prod > span {
    display: inline-block;
}
.product-desc-lightbox .wcsatt-options-product-prompt {
    margin-bottom: 0;
}
.product-desc-lightbox ul.wcsatt-options-product {
    text-align: left;
}
.product-desc-lightbox ul.wcsatt-options-product li label {
    white-space: nowrap;
}
.product-desc-lightbox ul.wcsatt-options-product li input[type=radio] {
    vertical-align: top;
    margin-top: 8px;
}
.product-desc-lightbox ul.wcsatt-options-product li .subscription-option-details {
    white-space: break-spaces;
}
.product-desc-lightbox .quantity-prod {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.product-desc-lightbox .quantity-prod > .qty-span {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
}
.product-desc-lightbox .quantity-prod .icon img {
    margin-right: 30px;
}
form.woocommerce-cart-form .product-quantity button {
    display: none;
}
.product-desc-lightbox .quantity-prod > .qty-span > .quantity,
.bundled_item_button > .quantity {
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    overflow: hidden;
    height: 62px;
}
.woocommerce div.product .product_meta {
    display: none;
}
.woocommerce div.product form.cart .bundled_item_button > .quantity {
    height: 55px;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    max-width: 180px;
}
.product-desc-lightbox .quantity-prod > .qty-span button,
.bundled_item_button > .quantity button {
    padding: 0;
    background: #F2F7F3;
    border: 0;
    border-radius: 3px;
    width: 62px;
    height: 62px;
    line-height: 1em;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bundled_item_button > .quantity button {
    height: 100%;
}
.product-desc-lightbox .quantity-prod > .qty-span button:hover,
.bundled_item_button > .quantity button:hover {
    background: #E9E9E9;
}
.product-desc-lightbox .quantity-prod > .qty-span input.qty,
.bundled_item_button > .quantity input.qty {
    width: 62px;
    height: 100%;
    border: 0;
    font-size: 21px;
    font-family: 'Domine', sans-serif;
    font-weight: 700;
    padding: 0.3em;
    text-align: center;
    background: #fff;
}
.product-desc-lightbox .product-meta {
    margin-top: 25px;
    margin-bottom: 40px;
}
.product-desc-lightbox .product-meta .buttons-wrapper {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
}
.flexbox {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
}
.product-desc-lightbox .product-meta .buttons-wrapper button {
    width: calc(50% - 8px);
    background: transparent;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    height: 62px;
    font: 21px 'Domine', sans-serif;
    font-weight: 700;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-desc-lightbox .product-meta .buttons-wrapper button.me {
    margin-right: 16px;
}
.product-desc-lightbox .product-meta .buttons-wrapper button:hover,
.product-desc-lightbox .product-meta .buttons-wrapper button:focus {
    color: #4C4C5F;
    opacity: 0.7;
}
.product-desc-lightbox .product-meta .buttons-wrapper button.selected {
    background: #F2F7F3;
}
.fancybox-slide--html .fancybox-close-small {
    background: transparent;
}
.product-desc-lightbox .product-opt label {
    font-size: 14px;
    font-weight: 700;
}
.product-desc-lightbox .product-opt label span.gray-txt {
    color: #82828F;
    font-weight: normal;
}
.product-desc-lightbox .product-add-to-cart {
    /* margin-top: 40px; */
    margin-top: 0;
    /* display: flex; */
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hidden-form form.cart > button,
.hidden-form form.cart > .quantity {
    display: none;
}
.wcsatt-options-product-wrapper .wcsatt-sub-discount {
    display: inline-block !important;
}
.product-desc-lightbox .format {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
a.kebon_single_add_to_cart,
a.kebon_single_subscribe_now {
    color: #fff;
    font-weight: 700;
    line-height: 56px;
    display: block;
    width: 240px;
    /* margin: 0 auto; */
    margin-top: 20px;
    padding: 0 30px;
    text-align: center;
    background: #3BDEA2;
    border-radius: 28px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.kebon_single_add_to_cart:hover,
a.kebon_single_subscribe_now:hover {
    opacity: 0.6;
}
a.kebon_single_subscribe_now {
    display: none;
}
@media (max-width: 600px) {
    .product-desc-lightbox .product-add-to-cart {
        justify-content: center;
    }
}
.kebon_single_add_to_cart.disabled {
    opacity: 0.7;
    pointer-events: none;
}
.product-desc-lightbox .subscription-frequency {
    margin-top: 25px;
}
.product-desc-lightbox .subscription-frequency .label {
    margin-bottom: 5px;
}
.product-desc-lightbox .subscription-frequency .freq-choices ul {
    list-style: none;
    margin: 0;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.product-desc-lightbox .subscription-frequency .freq-choices ul li {
    width: calc(50% - 8px);
    border: 1px solid #E9E9E9;
    padding: 11px;
    margin-bottom: 16px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-desc-lightbox .subscription-frequency .freq-choices ul li a {
    font-size: 21px;
    font-weight: bold;
    color: #4c4c5f;
    font-family: 'Domine', sans-serif;
    display: block;
    position: relative;
    line-height: 56px;
}
.product-desc-lightbox .subscription-frequency .freq-choices ul li a .icon {
    width: 29%;
    position: absolute;
    right: 0;
}
.product-desc-lightbox .subscription-frequency .freq-choices ul li:first-child {
    margin-right: 16px;
}
.product-desc-lightbox .subscription-frequency .freq-choices ul li.selected {
    background: #F2F7F3;
}
.bundled_item_button > .quantity {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
}
span.price .wcsatt-sub-options,
span.price .wcsatt-sub-discount,
span.price .small {
    display: none;
}
.product-desc-lightbox .flex-wrapper {
    display: flex;
}
.product-desc-lightbox .flex-wrapper > .product-gallery {
    flex: 1 1 40%;
}
.product-desc-lightbox .flex-wrapper > .product-gallery > div {
    max-width: 398px;
}
.product-desc-lightbox .flex-wrapper > .product-gallery .slider-for img {
    max-width: 398px;
    width: 100%;
}
.product-desc-lightbox .flex-wrapper > .product-gallery .slider-for {
    margin-bottom: 5px;
}
.product-desc-lightbox .flex-wrapper > .product-gallery .slider-nav {
    /* display: flex; */
}
.product-desc-lightbox .flex-wrapper > .product-gallery .slider-nav-item {
    padding: 5px;
}
.product-desc-lightbox .flex-wrapper > .product-gallery .slider-nav-item  .product-img-thumbnail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25%;
}
.product-desc-lightbox .flex-wrapper > .product-gallery .slider-nav img {
    /* max-width: 93px; */
    display: block;
    width: 100%;
}
.product-desc-lightbox .flex-wrapper > .product-descriptions {
    flex: 1 1 60%;
    padding-left: 40px;
}
.product-desc-lightbox .flex-control-nav {
    margin: 0;
    list-style: none;
    display: flex;
}
.product-desc-lightbox .flexslider {
    max-width: 398px;
}

ul.products li.product span.price {
    align-items: center;
}
ul.products li.product span.price ins {
    margin-left: 5px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .product-desc-lightbox .flex-wrapper {
        display: block;
    }
    .product-desc-lightbox .flex-wrapper > .product-gallery {
        margin-bottom: 10px;
    }
    .product-desc-lightbox .flex-wrapper > .product-descriptions {
        padding: 0;
        text-align: center;
    }
    .product-desc-lightbox .flex-wrapper > .product-gallery .slider-nav {
        display: none;
    }
    .product-desc-lightbox .flex-wrapper > .product-gallery .slider-for {
        margin: 0 auto;
    }
    .product-desc-lightbox .flex-wrapper > .product-gallery .slider-for img {
        max-width: 196px;
        margin: auto;
    }
    .product-desc-lightbox .product-gallery .slick-arrow {
        background: transparent;
        border: 0;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        color: transparent;
        padding: 0;
        z-index: 10;
    }
    .product-desc-lightbox .product-gallery .slick-prev:not(.slick-disabled):before {
        content: url('../img/arrow-dark-left.png');
    }
    .product-desc-lightbox .product-gallery .slick-next {
        right: 0;
        transform: rotate(-180deg) translateY(23px);
    }
    .product-desc-lightbox .product-gallery .slick-next:not(.slick-disabled):before {
        content: url('../img/arrow-dark-left.png');
    }
    .product-desc-lightbox .product-title h3 {
        font-size: 30px;
    }
    .product-desc-lightbox .quantity-prod {
        justify-content: center;
    }
    .product-desc-lightbox .product-add-to-cart form.cart {
        max-width: 300px;
        margin: 0 auto;
    }
    a.kebon_single_add_to_cart, a.kebon_single_subscribe_now {
        margin: auto;
        width: 284px;
    }
}




/***Checkout****/
#for_a_gift_field span.optional {
    display: none;
}
#gift_checkout_field {
    margin-top: 25px;
}
#gift_checkout_field label.checkbox {
    font-family: 'Domine', sans-serif;
    font-size: 18px;
}
#gift_checkout_field input {
    margin: 0;
}
.woocommerce-account .u-columns .u-column1 .woocommerce-form-login {
    padding: 20px 20px 29px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 22px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
li.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe > div >  p {
    display: none !important;
}
span.info-icon {
    position: relative;
    display: inline-block;
    background-image: url(../img/info-circle.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.woocommerce-checkout .woocommerce-shipping-totals td span.info-icon .title {
    position: absolute;
    font-size: 10px;
    top: 0;
    background: silver;
    padding: 2px 5px;
    left: 18px;
    white-space: nowrap;
    border-radius: 3px;
}


@media (max-width: 420px) {
    .woocommerce-cart #shipping_method.woocommerce-shipping-methods {
        text-align: left;
        padding: 42px 0 25px 20px;
    }
    .woocommerce-cart #shipping_method.woocommerce-shipping-methods li {
        padding-left: 0;
    }
    .woocommerce-cart #shipping_method.woocommerce-shipping-methods li label span.amount {
        float: right;
    }
    .woocommerce-cart .woocommerce-shipping-destination span.shipping-to-label {
        float: left;
    }
}
@media (max-width: 600px) {
    .woocommerce-checkout tr.woocommerce-shipping-totals.shipping th {
        display: none;
    }
    .woocommerce-checkout tr.woocommerce-shipping-totals.shipping td:before {
        content: 'Shipping';
    }
    .woocommerce-checkout tr.woocommerce-shipping-totals.shipping #shipping_method.woocommerce-shipping-methods {
        padding-top: 10px;
    }
    .woocommerce-checkout #order_review {
        padding: 0 20px;
    }
    .woocommerce-checkout .woocommerce-shipping-totals td span.info-icon {
        display: inline-block !important;
    }
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    max-width: 32px;
}


/***My Account****/
body.woocommerce-account .learn-more-section {
    display: none !important;
}
body.woocommerce-account:not(.logged-in) .site-content {
    position: relative;
}
body.woocommerce-account:not(.logged-in) .site-content:before {
    content: '';
    display: block;
    background-color: #FFFBF1;
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
body.woocommerce-account:not(.logged-in) .site-content header.entry-header {
    text-align: center;
}
body.woocommerce-account .site-content h1.entry-title {
    font-family: 'Domine', sans-serif;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
body.woocommerce-account .site-content h1.entry-title:before {
    content: url('../img/Vector_lines_right.svg');
    position: absolute;
    left: 23px;
    top: -35px;
}
#customer_login {
    position: relative;
}
#customer_login:before {
    content: url('../img/Vector_dots_bot.svg');
    position: absolute;
    right: -47px;
    top: -33px;
    z-index: 1;
}
#customer_login .col-1 {
    background: #fff;
    border-radius: 25px;
    padding: 50px;
    position: relative;
    z-index: 2;
}
#customer_login .col-2 {
    background: #F4F7FA;
    border-radius: 25px;
    padding: 50px;
    position: relative;
    z-index: 2;
}
#customer_login h2 {
    font-size: 26px;
    line-height: 140%;
}
#customer_login form {
    margin: 0;
    padding: 0;
    border: 0;
}
#customer_login label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #4C4C5F;
    opacity: 0.7;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 3px;
}
#customer_login form p.form-row {
    padding: 0;
    margin-bottom: 22px;
}
#customer_login form input[type=text],
#customer_login form input[type=password],
#customer_login form input[type=email] {
    font-size: 17px;
    font-family: 'Nunito Sans', sans-serif;
    color: #4C4C5F;
    padding: 16px;
    border-radius: 3px;
    border: 1px solid #ececec;
}
#customer_login p.woocommerce-LostPassword {
    text-align: right;
    margin: 0;
    margin-bottom: -27px;
    position: relative;
    z-index: 1;
}
#customer_login p.woocommerce-LostPassword a {
    font-size: 14px;
    font-weight: 500;
}
#customer_login .woocommerce-form-login__rememberme > span:first-child {
    font-size: 17px;
    text-transform: initial;
}
#customer_login button[type=submit] {
    max-width: 220px;
    width: 100%;
    padding: 19px;
    transition: all 0.3s ease;
    margin-top: 35px;
}
#customer_login .woocommerce-privacy-policy-text {
    line-height: 145%;
    max-width: 418px;
}
#customer_login .sent-to-email-txt {
    margin-bottom: 11px;
}
#customer_login .col-2 button[type=submit] {
    margin-top: 12px;
}
body.woocommerce-account:not(.logged-in) #page {
    position: relative;
}
body.woocommerce-account:not(.logged-in) #page:before {
    content: url('../img/Vector_elementsecond.svg');
    position: absolute;
    left: -83px;
    top: 16%;
    z-index: 1;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
@media (max-width: 1024px) {
    body.woocommerce-account:not(.logged-in) .site-content:before {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #customer_login .col-1 {
        margin-bottom: 35px;
    }
}

.woocommerce-lost-password header.entry-header {
    display: none;
}
form.woocommerce-ResetPassword {
    text-align: center;
}
h2.lost-password-text {
    max-width: 932px;
    margin: 0 auto 65px;
    position: relative;
    z-index: 3;
}
@media (min-width: 1001px) {
    h2.lost-password-text:before {
        content: url('../img/Vector_lines.svg');
        position: absolute;
        left: 41px;
        top: -31px;
    }
    h2.lost-password-text:after {
        content: url('../img/Vector_lines_after.svg');
        position: absolute;
        bottom: -38px;
        right: 2px;
    }
}
form.woocommerce-ResetPassword label {
    display: none !important;
}
form.woocommerce-ResetPassword .form-input-wrapper {
    max-width: 580px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
form.woocommerce-ResetPassword .woocommerce-form-row--first {
    width: calc(100% - 220px);
    padding-right: 20px;
}
form.woocommerce-ResetPassword .button-row {
    width: 220px;
    padding: 0;
    margin: 0;
}
form.woocommerce-ResetPassword button[type=submit] {
    max-width: 220px;
    width: 100%;
    display: block;
    padding: 19px;
    transition: all 0.3s ease;
}
form.woocommerce-ResetPassword #user_login {
    border: 0;
    font-size: 17px;
    color: #4C4C5F;
    font-family: 'Nunito Sans', sans-serif;
    padding: 16px;
}
.woocommerce-lost-password .ast-container {
    height: 806px;
    display: flex;
    align-items: center;
}
body.woocommerce-lost-password #page:after {
    content: url('../img/Vector_dots_bot.svg');
    position: absolute;
    right: -25px;
    bottom: 34%;
    z-index: 1;
}
@media (max-width: 768px) {
    form.woocommerce-ResetPassword .form-input-wrapper {
        flex-direction: column;
    }
    form.woocommerce-ResetPassword .woocommerce-form-row--first {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .elementor-location-archive.product .kebon-hero-section:before,
    .elementor-location-archive.product .kebon-hero-section:after,
    .kebon_shop_filter {
        display: none;
    }
    .mobile-filter-label {
        display: block !important;
    }
    .kebon_shop_filter {
        padding-top: 20px;
    }
}
.mobile-filter-label {
    position: relative;
}
button.mobile-filter {
    background: transparent;
    border: 0;
    padding: 0;
    color: #4C4C5F;
}
button.mobile-filter:before {
    content: url('../img/filters.svg');
    position: absolute;
    top: 3px;
    right: 0;
}


/*mini cart*/
.elementor-menu-cart__product {
    grid-template-columns: 25% auto 75px;
}
.elementor-menu-cart__close-button {
    margin-bottom: 0;
}
.widget_shopping_cart_content > h4 {
    margin-bottom: 20px;
    text-align: center;
}
.elementor-menu-cart__product-quantity {
    padding-left: 10px;
}
.elementor-menu-cart__product-quantity button {
    padding: 0;
    width: 35px;
    background: transparent;
    border-radius: 0;
    border-color: #ddd;
    transition: all 0.3s ease;
}
.elementor-menu-cart__product-quantity .quantity {
    display: flex;
}
.elementor-menu-cart__product-quantity input.qty {
    border-width: 1px 0 1px 0;
    width: 35px;
}
.elementor-menu-cart__product-name {
    grid-column-end: 3;
}
.elementor-menu-cart__product-price {
    align-self: start;
}
.elementor-menu-cart__product-quantity button img {
    max-width: 10px;
}
.elementor-menu-cart__product {
    padding-bottom: 35px;
}
.elementor-menu-cart__footer-buttons {
    display: block;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    width: 100%;
    border-radius: 28px;
    transition: all 0.3s ease;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    opacity: 0.6;
}
.checkout-notice {
    font-size: 13px;
    margin-top: 5px;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout:before {
    content: url('https://kebon.co/wp-content/themes/astra-child/assets/img/icons8-lock.svg');
}
.elementor-menu-cart__products {
    max-height: calc(100vh - 300px);
    padding-right: 10px;
}
.kebon_single_add_to_cart.loading {
    opacity: 0.6;
    pointer-events: none;
}
.checkout-payment-heading h4 {
    margin: 0;
}
.checkout-payment-heading div {
    font-size: 15px;
}
.checkout-payment-heading {
    margin-bottom: 15px;
}
.elementor-menu-cart__container .elementor-menu-cart__main {
    width: 365px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price {
    text-align: right;
}

.kebon-elementor-btn a.elementor-button {
    position: relative;
}
.kebon-elementor-btn .elementor-button-icon {
    position: absolute;
    right: 29px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.kebon-elementor-btn .elementor-button-icon svg {
    width: 15px;
    display: block;
}