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

/* 小圖示字型 */
.sl-icons {
    font-family: "fontello" !important;
}

/* 產品單頁 */
body.single-product {
    background-color: #fff;

    span.elementor-button-content-wrapper,
    span.elementor-button-text,
    .elementor-heading-title.elementor-size-default {
        margin-bottom: 0px !important;
    }

}


body.single-product .ast-container {
    max-width: 1200px !important;
    padding: 80px 0 !important;
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description>*:last-child {
    margin-bottom: 0 !important;
}

/* body.single-product .summary.entry-summary,
body.single-product ul.tabs.wc-tabs {
    display: none;
}

body.single-product .woocommerce-tabs.wc-tabs-wrapper {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

body.single-product .woocommerce-tabs .panel {
    margin-bottom: 0 !important;
} */

/* 產品列表 */
.productFeatureItems {
    display: inline-flex;
    width: 100%;
}

.productFeatureItems .pfi {
    width: calc(100% / 6);
    text-align: center;
}

.productFeatureItems .pfi img {
    width: 36px;
}

/* 文章單頁 */
.singlePostCat span.elementor-post-info__terms-list>a {
    background-color: #1C244B;
    padding: 8px 16px;
    color: #fff;
}

.singlePostContent h2,
.singlePostContent h3,
.singlePostContent h4,
.singlePostContent h5,
.singlePostContent h6 {
    margin-top: 24px;
}

.singlePostRelatedProducts a {
    background-color: #fff !important;
}

/* register */
button.show-password-input {
    background-color: #16163f;
    border-radius: 0;
    padding: 8px;
    font-size: 14px;
}

button.show-password-input:after {
    content: attr(aria-label);
}

button.woocommerce-form-login__submit,
button.woocommerce-form-register__submit {
    background-color: #16163f !important;
    border-radius: 0 !important;
}

.woocommerce-privacy-policy-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}

input[name="reg_fullname"],
input[name="reg_cellphone"] {
    width: 100%;
}

input[name="zipcode"] {
    display: none;
}

div#twzipcode {
    display: flex;
    gap: 24px;
}

div#twzipcode select {
    border-radius: 0;
}

form.woocommerce-form.woocommerce-form-register {
    border-radius: 0;
}


/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border-bottom: 1px solid #999;
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation>ul {
    display: flex;
    gap: 24px;
}

body .woocommerce-MyAccount-navigation-link {
    border: none;
    width: calc(100% / 5);
    text-align: center;
}

body .woocommerce-MyAccount-navigation-link a {
    padding: 0 0;
}

body .woocommerce-MyAccount-navigation-link.is-active a,
body .woocommerce-MyAccount-navigation-link.is-active:hover a {
    background-color: #d3b574;
}

/* 帳號編輯資料 */
form.woocommerce-EditAccountForm.edit-account fieldset input {
    height: 48px;
    padding: 0 16px !important;
}

div#twzipcode_edit {
    display: flex;
    gap: 24px;
}

button[name="save_account_details"] {
    border: none !important;
    border-radius: 0 !important;
    background-color: #16163f !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
}

button[name="save_account_details"]:hover {
    opacity: .7;
}

/* 保固登錄表單 */
.warrantyRegForm>form>.row {
    margin-bottom: 24px;
}

.warrantyRegForm>form>.row>label>span.title {
    display: block;
    font-size: 16px;
    line-height: 32px;
}

.warrantyRegForm>form>.row>label>select,
.warrantyRegForm>form>.row>label>input {
    border-radius: 0;
    font-size: 16px;
    height: 40px;
    width: 250px;
}

.warrantyRegForm>form>button[type="submit"] {
    border: none;
    border-radius: 0;
    background-color: #16163f;
    padding: 16px 24px;
    font-size: 16px;
}

.warrantyRegForm>form>button[type="submit"]:hover {
    opacity: .7;
}

.registerSuccess {
    text-align: center;
}

.registerSuccess button {
    border: none;
    border-radius: 0;
    background-color: #16163f;
    padding: 16px 24px;
    font-size: 16px;
}

.registerSuccess button:hover {
    opacity: .7;
}

ul.custom-tabs {
    display: flex;
    list-style: none;
    gap: 100px;
    align-items: center;
    width: 100%;
    max-width: 600px;
    justify-content: center;
    margin: auto auto 40px;
    padding: 0 0;
    border-bottom: 2px solid #f0f0f0;
}

ul.custom-tabs li.tab-title {
    width: calc(100% / 2);
    text-align: center;
    font-size: 24px;
    padding: 16px 0;
    cursor: pointer;
}

ul.custom-tabs li.tab-title.active,
ul.custom-tabs li.tab-title:hover {
    background-color: #d3b574;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    max-width: 600px;
    margin: auto;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: none;
    clear: both;
    width: 100%;
}

.u-column1.col-1>h2,
.u-column2.col-2>h2 {
    display: none;
}

body .woocommerce form.login,
body .woocommerce form.checkout_coupon,
body .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
}
span.single-product-category {
    display: none !important;
}
.woocommerce-js div.product {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}