/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

/* .site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
    align-items: end;
} */

.pageTabMenu li:hover,
.pageTabMenu li.current-menu-item {
    background-color: #fff;
    border-radius: 30px;
}

summary.e-n-accordion-item-title[aria-expanded="true"] span.e-n-accordion-item-title-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 43px 100px auto;
    height: 24px;
    z-index: 1;
}

/* =================== 靜坐預約 */
.meditationReq {
    margin-top: 20px;
}

.rowItem {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.rowItem>span.title {
    width: 40%;
}

.rowItem>select {
    width: 60%;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('http://sdm.designhu-demo.com/wp-content/uploads/downArrow.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 12px;
    padding-right: 30px;
}

.rowItem>select::-ms-expand {
    display: none;
}

.meditationAdd2Cart {
    margin-top: 24px;

    >.row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
    }
}

.meditationAdd2Cart .phone,
.meditationAdd2Cart .email {
    margin-bottom: 24px;

    input {
        border-radius: 8px;
        margin-top: 8px;
    }
}

.meditationAdd2Cart .phone>.title {
    display: flex;
    align-items: center;
    justify-content: space-between;

    >span:first-child {
        font-weight: bold;
    }
}

.meditationAdd2Cart .email>.title {
    display: flex;
    align-items: center;
    justify-content: space-between;

    >span:first-child {
        font-weight: bold;
    }
}

.meditationAdd2Cart .submit>button {
    background-color: #e28e25;
    width: 100%;
    border-radius: 10px;
    margin-top: 40px;
}

.productTabMenu ul li {
    margin: 0 20px 20px 0;
}

.productTabMenu ul li a {
    border: 1px solid #acacad;
    border-radius: 8px;
    padding: 8px 16px !important;
}

.productTabMenu ul li:hover a,
.productTabMenu ul li.current-menu-item a {
    color: #fff !important;
    background-color: #E38F25;
    border-color: #E38F25;
}

.woocommerce-js div.product form.cart .variations tr {
    display: flex;
    justify-content: space-between;
}

div.product form.cart th.label,
div.product form.cart td.value {
    width: 50%;
}

.woocommerce-variation-add-to-cart.variations_button {
    justify-content: end;
}

.woocommerce-js div.product form.cart .variations {
    border: none;
}

button.single_add_to_cart_button {
    background-color: #E07F48;
    border-radius: 8px;
    display: block !important;
    width: 50% !important;
}

@media screen and (max-width: 768px) {
    .pageTabMenu ul {
        display: block;
        padding: 0 20px;
    }

    .pageTabMenu ul li {
        display: block;
        width: 100%;
    }

    .pageTabMenu ul li a {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.class-schedule {
    border: none;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background-color: #fff;
}

.class-schedule th,
.class-schedule td {
    border-color: #f2f2f2;
    vertical-align: top;
    padding: 0;
}

.class-schedule thead th {
    background: #DDEDFA;
    font-weight: 700;
    padding: 48px;
}

/* .class-schedule th.cs-cat  */
li.cs-item {
    button {
        padding: 16px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: #000;

        .cs-title {
            padding: 12px 0;
        }
    }
}

.cs-modal__content {
    h3 {
        color: #000;
    }
}

.class-schedule th.cs-cat {
    width: 10rem;
    vertical-align: middle;
}

.cs-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cs-item+.cs-item {
    margin-top: .5rem
}

.cs-open {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #EFF1AC;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .5rem .75rem;
    cursor: pointer;
    color: #000;
}


/* Modal */
.cs-modal[aria-hidden="true"] {
    display: none
}

.cs-modal {
    position: fixed;
    inset: 0;
    z-index: 9999
}

.cs-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35)
}

.cs-modal__panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: min(720px, 90vw);
    max-height: 85vh;
    overflow: auto;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 5px 4px 24px rgba(214, 120, 33, .75);
    padding: 1.25rem 1.5rem
}


.cs-modal__close {
    position: absolute;
    right: .75rem;
    top: .5rem;
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;

    &:hover {
        background-color: #fff;
    }
}

.cs-modal__title {
    margin: 0 0 .25rem 0
}

.cs-modal__time {
    opacity: .75;
    margin-bottom: .75rem
}

@media (max-width:900px) {
    .class-schedule-wrap {
        overflow-x: auto
    }
}


.socialList {
    display: flex;
    gap: 60px;
}

.heateor_sss_sharing_ul {
    display: flex;
    gap: 24px;
}

.ast-builder-layout-element.site-header-focus-item.ast-header-account {
    background-color: #D95E00;
    border-radius: 100px;
    padding: 12px 10px;
    margin-bottom: 16px;
}


/* mainMenu */
@media (min-width: 922px) {
    .ast-container {
        max-width: 1400px;
    }
}

.ast-site-identity {
    padding: 1em 0 1em 87px;
}
.ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 18px;
	letter-spacing: 1px;
}
ul#ast-hf-menu-1 {
    padding-right: 50px;
}
ul#ast-hf-menu-1 > li > a {
	padding: 0 0;
}
ul#ast-hf-menu-1 > li:not(:last-child) > a {
	padding-right: 30px;
}
span.ast-icon.icon-cart > svg,
.ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after{
    display: none;
}
span.ast-icon.icon-cart {
	background-image: url('http://sdm.designhu-demo.com/wp-content/uploads/famicons_cart-outline.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	height: 40px;
	width: 40px;
    display: block;
}