/*
Theme Name:     Kayayo Nature Child
Theme URI:      https://kayayonatureindonesia.com/
Description:    Child theme for Kayayo Nature theme
Author:         Mayantara.id
Author URI:     https://mayantara.id/
Template:       kayayo
Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

i.fa, i.fas {
    font-family: 'FontAwesome' !important;
    font-style: unset;
}

header .custom-logo-link img, footer.site-footer img {
    filter: brightness(0) invert(1);
}

#astra-footer-menu > .menu-item > .menu-link {
    font-weight: 400;
}

.main-header-menu > .menu-item.current-menu-item > .menu-link, #astra-footer-menu > .menu-item.current-menu-item > .menu-link {
    font-weight: 700;
}

.ast-separate-container {
    background: #fff;
}

/* === HOME === */
.cat-carousel button.owl-prev, .cat-carousel button.owl-next {
    box-shadow: 0px 20px 30px 0px #0000001A !important;
    top: 40% !important;
}

.cat-carousel button.owl-prev {
    left: -4rem !important;
}

.cat-carousel button.owl-next {
    right: -4rem !important;
}

.cat-carousel .owl-stage-outer {
    padding: 0 1px 2rem;
    /*overflow: visible !important;*/
}

.cat-carousel .team_member_carousel_image {
    position: relative;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: -3rem !important;
    padding-top: 2rem;
}

.cat-carousel .ue_carousel_item {
    overflow: visible !important;
}

.cat-carousel .team_member_carousel_image img {
    object-fit: contain !important;
    margin-top: -3rem !important;
}

a.cat-btn {
    background: #154b03;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    padding: 14px 24px;
    display: inline-block;
    margin-top: 1rem;
    transition: .3s all;
}

a.cat-btn:hover {
    background: #996409;
    transform: scale(.95);
}

.iconbox .elementor-icon {
    background: #fff;
    box-shadow: 7px 20px 15px 0px #00000026;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.iconbox .elementor-icon-box-content {
    background: #fff !important;
    border-radius: 16px;
    margin-top: -3rem;
    position: relative;
    padding: 4rem 1.3rem 3rem;
    box-shadow: 0 20px 15px 0 rgb(0 0 0 / 10%);
    z-index: 2;
    transition: .3s all;
}

.iconbox h3.elementor-icon-box-title, .iconbox p.elementor-icon-box-description {
    color: inherit !important;
}

.iconbox:hover .elementor-icon-box-content {
    background: #154b03 !important;
    color: #fff;
}

/* === ABOUT US === */
.about-hero:before {
    background: linear-gradient(100deg, #154b03 0%, #FFFFFF00 50%, #154b03 100%) !important;
    opacity: .9;
}

/* === PRODUCTS === */
.post-type-archive-product .site-content .ast-container, .tax-product-category .site-content .ast-container {
    max-width: unset;
    padding: 0;
}

p.archive-desc {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 16px;
}

.product-container {
    max-width: 1280px;
    margin: 0 auto;
}

ul.menu-product-categories {
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.3rem;
}

ul.menu-product-categories li.menu-item {
    display: block;
}

ul.menu-product-categories li.menu-item a {
    display: block;
    background: #D9D9D9;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1E1E1E;
    text-transform: uppercase;
    padding: 13px 35px;
    border-radius: 6px;
    transition: .3s all;
}

ul.menu-product-categories li.menu-item a:hover, ul.menu-product-categories li.menu-item.current-menu-item a {
    background: #154b03;
    color: #fff;
}

section.tabs-product-categories {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.archive-product__header-image {
    height: 356px;
    margin-top: 3rem;
}

.archive-product__header-image img {
    height: 100%;
}

.product_meta {
    border: 0;
    font-weight: 400;
}

.product_meta span, .product_meta span a {
}

.product_meta span a {
    border: 1px #E0E0E0 solid;
    padding: 6px 20px;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 300;
    margin-left: 1rem;
    display: inline-block;
}

.product-action {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

a.button.single_add_to_cart_button {
    display: inline-block;
    padding: 11px 16px;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    transition: .3s all;
}

a.button.single_add_to_cart_button:hover {
    background: #996409;
    text-decoration: none;
    transform: scale(.95);
}

.carousel-thumbnails {
  justify-content: center;
  gap: 10px 1%;
  flex-wrap: wrap;
}

.carousel-thumbnails img.thumb-img {
  border: 2px solid transparent;
  border-radius: 10px;
  transition: border 0.3s;
}

.carousel-thumbnails img.thumb-img.active,
.carousel-thumbnails img.thumb-img:hover {
  border: 1px solid #547c43;
}

.archive-product {
    width: 100%;
    margin-bottom: 3rem;
}

ul.products {
}

ul.products li.product {
  background: transparent !important;
  display: block;
  padding: 1rem;
  border: 0;
}

.product.woocommerce {
    background: #fff;
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
}

.product-summary {
    margin-top: 1.5rem;
}

h3.product-subtitle, p.packages, .product-packs, .min-order {
    font-family: Plus Jakarta Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #B3B3B3;
}

p.packages, .product-packs {
    color: #154b03;
    margin-bottom: 10px;
}

.product-packs {
    margin-bottom: 1.3rem;
}

.product-packs ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.product-packs ul li {
    border: 1px #E0E0E0 solid;
    padding: 6px 30px;
}

.min-order {
    color: #1E1E1E;
    margin-bottom: 1.5rem;
}

.price {
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 1.2rem;
}

h3.product-subtitle {
    margin-bottom: 1.5rem;
}

.shop-summary-wrap {
    text-align: center;
}

ul.products li.product .woocommerce-loop-product__link {
    overflow: hidden;
    display: block;
}

ul.products li.product a img {
    width: 100%;
    margin: 0;
    transition: .3s all;
}

ul.products li.product a:hover img {
    opacity: .9;
    transform: scale(1.05);
}

.shop-thumbnail-wrap {
    margin-bottom: .8em;
}

.woo-product-category a {
    font-family: 'Roboto', sans-serif;
    font-size: .85em;
    margin-bottom: .5em;
    display: block;
    line-height: 1.3;
    color: #1E1E1E;
    /* opacity: .6; */
    transition: .3s all;
}

.woo-product-category a:hover, a.loop-product__link:hover {
    text-decoration: none;
}

.woocommerce-loop-product__title, section.related.products h2.section-title {
    font-family: 'Cinzel', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #1E1E1E;
    margin-bottom: 2px;
}

.single-product-wrap {
    padding: 4rem 0;
}

header.woocommerce-products-header {
    text-align: center;
    padding: 4rem 1rem 0;
    background: linear-gradient(0deg, rgb(85 125 66 / 80%) 0%, #FFFFFF00 50%);
}

h1.woocommerce-products-header__title.page-title {
    font-family: "Cinzel", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 1rem;
}

p.archive-desc {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 16px;
}

.taxonomy-description {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.woocommerce-breadcrumb {
    font-size: 16px;
    font-weight: 400;
    color: #0A152E;
    /* margin-bottom: 0; */
}

.woocommerce-breadcrumb a {
    /* color: #0C0D0D; */
}

p.woocommerce-result-count, .woocommerce-ordering select, .woocommerce-ordering select {
    font-size: 16px;
    color: #0C0D0D;
    margin-bottom: 0;
}

.woocommerce-ordering select, .woocommerce-ordering select {
    font-size: 16px;
    background-color: #C6CED7;
    padding: 7px 15px;
    border-radius: 20px;
    background-position-x: 93%;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
    margin-top: 4px;
}

.wrap-product-detail {
}

.product_title.entry-title {
    font-size: 48px;
}

h3.product-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    color: inherit;
}

.woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce-tabs {
    margin-top: 1.5rem;
    font-weight: 400;
    padding-right: 20%;
}

.wrap-product-detail .price {
    font-size: 40px;
    color: #154b03;
}

.wrap-product-detail p.packages, .wrap-product-detail .product-packs {
    color: #1E1E1E;
}

.wrap-product-detail .product-packs ul li {
    background: #D9D9D9;
    border-radius: 5px;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 500;
}

.wrap-product-detail .product-action {
    display: block;
}

section.related.products {
    padding: 4rem 0 0;
}

section.related.products h2.section-title {
    margin-bottom: 10px;
    color: #154b03;
}

div.summary {
    margin-bottom: 0rem;
}

.woocommerce-product-gallery__image {
    border-radius: 10px;
    overflow: hidden;
}

.flex-control-nav.flex-control-thumbs li {
    border-radius: 20px;
    overflow: hidden;
}

/* === BLOG === */
h2.entry-title {
    font-family: 'Cinzel';
}

#secondary .wp-block-search__input {
    height: 48px;
    border: 0;
    box-shadow: unset;
}

.wp-block-search__inside-wrapper {
    border-radius: 5px;
    border: 1px #D9D9D9 solid;
}

#secondary .wp-block-group h2 {
    font-family: 'Cinzel';
    font-size: 24px;
    font-weight: 600;
}

.widget_block, .widget_block li, .widget_block a, .widget_block li a {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 400;
    transition: .3s all;
}

.widget_block a:hover {
    color: #154b03;
}

.ast-blog-layout-5-grid .ast-article-inner {
    box-shadow: none;
}

.ast-excerpt-container {
    font-size: 16px;
    font-weight: 400;
}

.ast-taxonomy-container, .ast-taxonomy-container a {
    font-size: 14px;
    font-weight: 400;
}

.archive .entry-title, .blog .entry-title, .search .entry-title {
    transition: .3s all;
}

.archive .entry-title:hover, .blog .entry-title:hover, .search .entry-title:hover {
    color: #1E1E1E;
}

.entry-content :where(h1,h2,h3,h4,h5,h6) {
    font-family: 'Cinzel';
}

/* === FOOTER === */
footer.site-footer {
    position: relative;
}

footer.site-footer:before {
    content: '';
    display: block;
    width: 124px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: #fff;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.home footer.site-footer:before, .page-id-211 footer.site-footer:before {
    background: #ececec;
}

footer.site-footer, footer.site-footer p {
    font-weight: 400;
}

footer.site-footer ul.wp-block-list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5rem;
    color: #fff;
}

footer.site-footer .site-primary-footer-wrap aside.footer-widget-area {
    text-align: center;
}

/* === FLOATING BUTTON === */
.footer-whatsapp {
    padding: 12px 14px;
    background: #25d366;
    border-radius: 100%;
    font-size: 30px;
    line-height: 1;
    position: fixed;
    bottom: 4.5rem;
    right: 20px;
    z-index: 99;
    transition: .3s all;
}

.footer-whatsapp:hover {
    background: #1E1E1E;
}

.footer-whatsapp .whatsapp-icon {
    font-family: FontAwesome !important;
    color: #fff;
	transition: .3s all;
}

.footer-whatsapp:hover .whatsapp-icon {
    /*color: #fff;*/
}

.mobile-text {
    display: none;
}

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #b31b36;
}

@media screen and (max-width: 1300px) {
    .cat-carousel button.owl-prev {
        left: 10px !important;
    }
    
    .cat-carousel button.owl-next {
        right: 10px !important;
    }

    .product-container {
        padding: 0 1rem;
    }
    
    ul.menu-product-categories {
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 1024px) and (min-width: 922px) {
    
}

@media screen and (max-width: 921px) {
    ul.products li.product {
        padding: 0 10px 1rem;
    }
    
    .product_title.entry-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 800px) {
    
}

@media screen and (max-width: 768px) {
    section.related.products {
        border: 0;
        margin-top: 0;
    }
    .taxonomy-description {
        width: 80%;
    }
    .archive-product__header-image {
        height: 30vh;
    }
    section.tabs-product-categories {
        margin-bottom: 3rem;
    }
    ul.menu-product-categories {
        gap: 10px;
    }
    ul.menu-product-categories li.menu-item a {
        padding: 8px 15px;
        font-size: 16px;
    }
    ul.products li.product {
        padding: 5px 1rem 1rem;
    }
    .product_title.entry-title {
        font-size: 48px;
    }
    .wrap-product-detail {
        margin-top: 4rem;
    }
    a.button.single_add_to_cart_button {
        display: block;
        text-align: center;
    }
    footer.site-footer ul.wp-block-list {
        gap: 10px 2rem;
    }
}

@media screen and (max-width: 560px) {
}

@media screen and (max-width: 544px) {
    .ast-separate-container.post-type-archive-product #content .ast-container,
    .ast-separate-container.tax-product-category #content .ast-container {
        padding: 0;
    }
    .archive-product__header-image {
        display: flex;
        align-items: flex-end;
    }
    .archive-product__header-image img {
        height: auto;
        max-width: 100%;
    }
    .woocommerce-tabs {
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    ul.products li.product {
        flex-basis: 100%;
    }
    .woocommerce-tabs {
        padding-right: 20px;
    }
    .product_title.entry-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 420px) {
    
}