/**
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
*/

a {
    text-decoration: none !important;
}
.ast-builder-menu-1 .main-header-menu .sub-menu {
	background-color: rgba(255, 255, 255, 0.9)!important;
}
/* single product */
/* .spSpecBtn {
    display: inline-block;
    background-color: #1e293b;
    padding: 8px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.spSpecBtn:hover {
    background-color: #B37F4D;
    color: #fff;
} */
a.ast-on-card-button.ast-select-options-trigger.product_type_simple {
    display: none;
}

a.ast-on-card-button.ast-select-options-trigger.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}

.productDownloadFiles {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 10% !important;
    padding: 0 !important;
    text-align: center;
}

.productDownloadFiles a {
    display: inline-block;
    background-color: #1e293b;
    padding: 8px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 200px;
    text-align: center;
}

.productDownloadFiles a:first-child {
    margin-bottom: 16px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.productDownloadFiles a:hover {
    background-color: #B37F4D;
}

.mobileStickyAddToCart button.single_add_to_cart_button.button.alt {
    margin: 0 !important;
    padding: 24px !important;
    font-size: 18px;
}

a.buy-now-button {
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #B37F4D;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
}

a.buy-now-button:hover {
    background-color: #1e293b;
}

.desktop a.buy-now-button {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 10px 20px;
    display: inline-block;
    width: 125px;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .spRelatedProducts ul.products.elementor-grid.columns-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .spRelatedProducts ul.products.elementor-grid.columns-4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .spInfo>.title>.price {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .spInfo>.title>.price {
        margin-top: 40px;
    }

    .productDownloadFiles {
        display: block;
    }

    ul.tabs.wc-tabs {
        display: flex;
        max-width: 90% !important;
    }

    .stickyBtmBtns {
        z-index: 999;
    }

    .spRelatedProducts ul.products.elementor-grid.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* product Archive FAQ */
.faqList {
    margin: 16px 0;
}

.faqItem {
    margin-bottom: 16px;
    border-bottom: 1px solid #999;
}

.faqQuestion {
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
    padding: 24px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    transition: background 0.2s;
    border-radius: 0px;
    color: #333;
    box-shadow: none;
}

.faqQuestion:hover,
.faqQuestion:focus {
    background-color: transparent;
    color: #333;
}

.faqAnswer {
    padding: 24px;
}

/* checkout */
.form-row-first {
    float: none !important;
    clear: both !important;
    width: 100% !important;
}

p#billing_country_field {
    display: none;
}

.isHidden {
    display: none;
}

/* goTop */
#ast-scroll-top {
    background-color: #1e293b;
}


/* 20250724 */
.swiper-main .singleProductImg {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 900px;
}

@media screen and (min-width: 1024px) {
    .rlNav {
        width: 70px;
        height: 480px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto auto 8%;
    }

    .swiper-thumbs {
        width: 70px;
        height: 400px;
        position: absolute !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto auto 8% !important;
    }

    .swiper-thumbs .singleProductImg {
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
        height: 70px;
    }

    .swiper-slide-thumb-active {
        border: 1px solid #fff;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        display: none;
    }

    .swiper-button-prev {
        left: 0 !important;
        right: 0 !important;
        width: 80px !important;
        bottom: auto !important;
        top: 0 !important;
    }

    .swiper-button-next {
        left: 0 !important;
        right: 0 !important;
        width: 80px !important;
        bottom: 0 !important;
        top: auto !important;
    }
}


.spSummaryInfo {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto 8% auto auto;
    width: 24%;
    height: 90%;
    padding: 24px;
    border-radius: 10px;
}

.spSummaryInfo .spInfo .title {
    border-bottom: 1px solid #B37F4D;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.spInfo .title h1 {
    font-size: 1.5rem;
}

.spSummaryInfo .spInfo .price {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.spTab>.title {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #B37F4D;
    margin-bottom: 24px;
}

.spTab>.title>.col-6 {
    width: calc(100%/2);
    text-align: center;
    line-height: 50px;
}
/* .spTab>.title>.col-6 > h2 {
	font-size: 16px;
	padding-top: 12px;
}
 */
.spTab>.title>.col-6.active {
    background-color: #f2f2f2;
    display: block;
}

.spTab>.content {
    overflow-y: scroll;
    max-height: 310px;
} 

.dlItem {
    border-bottom: 1px solid #B37F4D;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.dlItem .content {
    display: none;
}

.dlItem.active .content {
    display: block !important;
    padding-top: 24px;
}

.dlItem.active .content a {
    color: #B37F4D;
}

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

.dlItem>.title>svg {
    transition: all .3s;
}

.dlItem.active>.title>svg {
    transform: rotate(180deg);
}

div#tab-description {
    /* border-color: #B37F4D; */
    border: none;
}

ul.tabs.wc-tabs {
    max-width: 1140px;
    width: 100%;
    border-bottom: none;
    margin: auto !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
    background: #B37F4D;
}

#elementor-popup-modal-1274 .dialog-widget-content {
    box-shadow: none;
}

body.single-product .entry-content h1,
body.single-product .entry-content h2,
body.single-product .entry-content h3,
body.single-product .entry-content h4,
body.single-product .entry-content h5,
body.single-product .entry-content h6 {
    margin: 0 0;
}

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

    .swiper-thumbs {
        height: auto;
        max-height: 100%;
        overflow: hidden;
        padding: 16px !important;
    }

    .swiper-main .singleProductImg {
        height: 550px;
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
    }

    .swiper-thumbs .singleProductImg {
        height: 120px;
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
    }

    .spSummaryInfo {
        position: relative;
        background-color: #fff;
        z-index: 10;
        margin: auto;
        width: 100%;
        height: auto;
        padding: 24px;
        border-radius: 0px;
    }

    .spTab>.content {
        max-height: 100% !important;
        overflow: hidden;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 15% !important;
        color: #1d2844 !important;
    }

    .elementor.elementor-410.elementor-location-footer {
        z-index: 10;
    }


    .stickySPBTN.fixed-bottom {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    div#tab-description {
        padding: 0;
    }

    .swiper-main .singleProductImg {
        height: 350px;
    }

    /* .rlNav {
        width: 100%;
        height: 70px;
        position: relative;
        margin: auto;
    }

    .swiper-thumbs {
        width: 100%;
        height: 70px;
        position: relative;
        margin: auto;
    }

    .swiper-thumbs .singleProductImg {
        height: 70px;
    } */
    .swiper-thumbs {
        height: auto;
        max-height: 100%;
        overflow: hidden;
        padding: 16px !important;
    }

    .singleProductImg {
        background-position: left;
    }

    .swiper-thumbs .singleProductImg {
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        height: 64px;
    }

    .spSummaryInfo {
        position: relative;
        background-color: #fff;
        z-index: 10;
        margin: auto;
        width: 100%;
        height: auto;
        padding: 24px;
        border-radius: 0px;
    }

    .spTab>.content {
        max-height: 100% !important;
        overflow: hidden;
    }
	

    .swiper-button-next,
    .swiper-button-prev {
        top: 15% !important;
        color: #1d2844 !important;
    }

    .elementor.elementor-410.elementor-location-footer {
        z-index: 10;
    }


    .stickySPBTN.fixed-bottom {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

}

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

.productCatRelatedPosts {
    display: flex;
    gap: 24px;
    text-align: center;
}

.productCatRelatedPosts .item {
    width: calc(100%/3);
}

.productCatRelatedPosts .item a {
    display: block;
}

.productCatRelatedPosts .item a .img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
}

.productCatRelatedPosts .item a h3 {
    font-family: "Rubik", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #37373D;
    margin: 16px 0 24px;
}

.productCatRelatedPosts .item a .date {
    color: #4a4a4a;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.productCatRelatedPosts .item a .more {
    background-color: #FFFFFF;
    font-family: "Noto Sans TC", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    fill: #555555;
    color: #555555;
    border-style: solid;
    border-color: #DDDDDD;
    border-radius: 30px 30px 30px 30px;
    margin-top: 32px;
    padding: 12px 24px;
    transition: all .3s;
    display: inline-block;
}

.productCatRelatedPosts .item a:hover .more {
    color: #B37F4D;
    border-color: #B37F4D;
}

@media screen and (max-width: 768px) {
    .productCatRelatedPosts {
        display: block;
    }

    .productCatRelatedPosts .item {
        width: 100%;
        margin: 0 auto 40px;
    }
}