/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.message-form-box {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 998;
    width: 220px;
}

/* 底部触发按钮样式 */
.message-trigger {
    background: #156944;
    color: white;
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease; border-radius:5px 5px 0 0
}

.message-trigger.hidden {
    display: none;
}

/* 弹出框样式 */
.message-popup {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    background: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.message-popup.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

/* 头部样式 */
.message-header {
    background:#156944!important;
    color: white;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.message-popup .wpforms-submit{ background:#156944!important;}
.message-popup .wpforms-container .wpforms-field{ padding:7px 0!important}
.radius-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.message-header b {
    flex-grow: 1;
}

.arrow-toggle {
    transition: transform 0.3s ease;
}
.wpf-captcha-container{ margin:0 0 20px 0!important}
.wpf-captcha-container label{ display:none}
.wpf-captcha-field{ display:flex;white-space: nowrap;align-items: center;gap: 10px;}
/* 表单容器样式 */
.message-form {
    padding: 20px;
    background: white;
    max-height: 80vh;
    overflow-y: auto;
}

/* WPForms 样式优化 */
.message-form .wpforms-container {
    margin: 0;
}

.message-form .wpforms-field {
    padding: 8px 0;
}

.message-form .wpforms-field input,
.message-form .wpforms-field textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 10px;
}

.message-form .wpforms-field textarea {
    min-height: 120px;
    resize: vertical;
}

/* hCaptcha 验证码优化 */
.message-form .h-captcha {
    margin: 10px 0;
    transform-origin: left;
    transform: scale(0.9);
}

/* 提交按钮样式 */
.message-form .wpforms-submit {
    width: 100%;
    background: #20B2AA;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.message-form .wpforms-submit:hover {
    background: #1a9690;
}

/* 移动端适配 */
@media (max-width: 480px) {
    .message-form-box {
        width: 100%;
    }
    
    .message-form .h-captcha {
        transform: scale(0.8);
    }
}
.elementor-location-header{ background:url(/wp-content/uploads/2025/11/about-bg06.webp) center center no-repeat; background-size:cover; padding-top:50px;}
.home .elementor-location-header{ background:none }
.elementor-location-header .head-section{background: rgba(0, 0, 0, .6);box-shadow: 0 5px 15px rgba(0, 0, 0, .3);}
.elementor-location-header.typea .head-section{ background:none; box-shadow:none}
.home .breadcrumbs-section{ display:none}
.home-banner .swiper-pagination-bullet{ border:1px solid #fff; opacity:1!important; background:transparent}
.home-banner .swiper-pagination-bullets{ bottom:30px!important;}
.home .elementor-location-header{ position:fixed; width:100%; top:0; z-index:99; padding-top:0}
.sub-title{ padding-left:23px;}
.sub-title:before,.sub-title:after{content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #fdca30;
    visibility: visible;
    display: block;}
.sub-title:after{width: 6px;
    left: 4px;}
.flip-box-category{border: 1px solid #fdca30;}
.flip-box-category .elementor-flip-box__back .elementor-flip-box__layer__overlay{ position:relative;}
.flip-box-category .elementor-flip-box__back .elementor-flip-box__layer__overlay:after{ content:'+'; position:absolute; left:50px; bottom:50px; color: #ffc527; font-size:24px;}
.about-album{ border:1px solid #FDCA30}
.about-album .swiper-pagination-bullets{ bottom:15px!important;}
.about-album img{ display:block}
.home-tab-section .e-n-tab-title{padding: 55px 19% 55px 0;}
.home-tab-section .e-n-tab-title#tab01{background: #cf9d03;}
.home-tab-section .e-n-tab-title#tab02{background:rgba(203, 154, 6, 0.75);}
.home-tab-section .e-n-tab-title#tab03{background:rgba(232, 185, 42, 0.8);}
.home-tab-section .e-n-tab-title#tab04{background:rgba(220, 173, 32, 0.5);}
.home-tab-section .e-n-tabs-heading .e-n-tab-title:hover{transform: scale(1.1); font-size:26px!important; background:#cf9d03!important; position:relative; z-index:10}
.foot-top-section:after{content: "";
    width: 18.75%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #1b1b1b;
    z-index: 1;}
.foot-top-section>.e-con-inner>.elementor-element{ position:relative; z-index:2}
.foot-copyright a{ color:#fff}
h1, h2, h3, h4, h5, h6{ font-weight:inherit}
.breadcrumb { display:flex; justify-content:center}
.breadcrumb,.breadcrumb li{ list-style:none; padding:0; margin:0; color:#fff}
.breadcrumb a{ color:#fff}
.breadcrumb li:after{ content: "/"; margin: 0 10px;}
.breadcrumb li:last-child:after{ display:none}
div.wpforms-container-full:not(:empty){ margin:0!important}
.wpforms-container .wpforms-field{ padding:7px 0!important}
.contact-forms .wpforms-submit{ width:100%}
.contact-forms input.wpforms-field-large,.contact-forms textarea{border-left: 3px solid #013e5a!important;}
.faq-section .e-n-accordion-item{border-bottom: 1px solid #ddd;}
.sildbar-menu .menu-item .elementor-item{background: #f4f4f4;margin-bottom: 5px;padding: 13px 40px!important; }
.sildbar-menu .menu-item:hover .elementor-item,.sildbar-menu .menu-item .elementor-item:hover,.sildbar-menu .menu-item .elementor-item-active,.sildbar-menu .current-menu-parent .elementor-item{background: #fdca30; color:#fff!important}
.post-list-info .elementor-post__excerpt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; }
.post-list-info .elementor-post__read-more{ float:right}
.post-list-info .elementor-post{ position:relative; padding:20px 0}
.post-list-info .elementor-post:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;}
.post-list-info .elementor-post .elementor-post__title a:hover{ color:#FDCA30!important}
.bottom-thumbs .swiper-slide { width:80px!important; overflow:hidden}
.product-gallery-thumbs .swiper-wrapper{ justify-content:flex-start}
.loop-item01 .featured-img{border: 1px solid #fdca30;}
.loop-item01 .featured-img a{ position:relative; display:block}
.loop-item01 .featured-img a:hover:after,.loop-item02:hover .featured-img a:after{ content:''; width:100%; height:100%;background-color: rgba(36, 36, 36, .9); position:absolute; left:0; top:0; display:block }
.loop-item01 .featured-img a:before{ content:''; background:url(/wp-content/uploads/2025/11/icon.png) no-repeat; width:50px; height:49px;position: absolute;
    left: 50%; top:20px;-webkit-transform: translate(-50%, -50%);
    opacity: 0; z-index:2;transition: all 0.5s ease-in-out;}
.loop-item01 .featured-img a:hover:before,.loop-item02:hover .featured-img a:before{ top:70px; opacity:1}
.loop-item01 .featured-img{ overflow:hidden;transition: all 0.5s ease-in-out;}
.loop-item01:hover .featured-img img{transform: scale(1.15);}
.pro-list-info .elementor-post{border: 2px solid #fdca30;}
.pro-list-info .elementor-post__title{ min-height:48px; padding:0 15px 15px 15px;}
.pro-list-info .elementor-post__title a{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.pro-list-info .elementor-post__title a:hover{color: rgb(253, 202, 48)!important;}
.pro-list-info .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height: auto;left: auto;position: inherit;top: auto;transform: none;}
.pro-list-info .elementor-post__thumbnail{ padding-bottom:0!important} 
.pro-list-info .elementor-post__thumbnail img{ width:auto;max-height:320px; object-fit:contain;}
.product-tags-section .elementor-post-info__terms-list { font-size:0}
.product-tags-section .elementor-post-info__terms-list a{ display:block!important; font-size:16px;color: #0030FF; line-height:1}
.loop-item02 .post-title{ position:absolute;left:0; bottom:0; transition: all 0.5s ease-in-out; opacity:0; width:100%; padding:0 15px; text-align:center}
.loop-item02 .post-title a{ color:#fff!important;}
.loop-item02 .post-title a:hover{ color: #fdca30!important;}
.loop-item02:hover .post-title{ bottom:24px; opacity:1}
.loop-item03 .featured-img{ width:77%;}
.loop-item03 .txt-info{ position:absolute; right:0; bottom:0}
.loop-item03 .txt-info .elementor-heading-title{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
.head-main-menu .sub-menu{ box-shadow:0 0 10px 0 rgba(0,0,0,.15)}
.head-main-menu .sub-menu li{border-bottom: 1px solid #d7d7d7; }
.head-main-menu .sub-menu li:last-child{ border-bottom:0}
.head-main-menu .sub-menu li a{transition: all 0.3s ease-in-out;}
.head-main-menu .sub-menu li a:hover{transform: translateX(5px);}
.product-gallery-main{ height:556px!important;padding: 3px; border: 1px solid rgba(0, 89, 139, .2);}
.bottom-thumbs .swiper-slide{ border:2px solid #bbbab9}
.product-gallery-thumbs .swiper-slide-thumb-active{border-color: #fdca30;}
.sildbar-menu .sub-menu{ box-shadow:0 0 10px 0 rgba(0,0,0,.15)}
.gtranslate_wrapper .gt_switcher-popup{ color:#fff}
a.glink img{ margin-right:5px!important}
.gt_languages a{ color:#333}
.gt_languages .glink{flex-grow: inherit!important; line-height:1!important}
.gt_languages .glink:hover{color: #FDCA30;}



@media screen and (max-width:1024px){
.head-menu .elementor-menu-toggle{ margin:-40px 0 0 0}
	.cate-item-action .elementor-cta__image img{ height:155px;}	
	.sildbar-menu .menu-item{ padding:0 20px}
	.head-main-menu .elementor-menu-toggle{ margin:-50px 15px 0 0}
	.head-main-menu .elementor-nav-menu--dropdown { box-shadow:0 0 10px 0 rgba(0,0,0,.15)}
	.elementor-location-header{ padding-top:20px;}
}


@media screen and (max-width:480px){
	.product-list-con.e-con.e-flex>.e-con-inner{flex-wrap: inherit;}	
	.cate-item-action .elementor-cta__image img{ margin:10px 0}
	.foot-top-section .left-section .elementor-widget-image{ position:inherit}
	.foot-top-section:after,.bg-line-top:after{ background-size:cover}
	.product-gallery-main{ height:370px!important}
	.flip-box-category .elementor-flip-box__back .elementor-flip-box__layer__overlay:after{ left:10px; bottom:10px;}
	.flip-box-category .elementor-flip-box__back {transform: none!important;background: rgba(47, 47, 47, .7)!important;}
	.sub-table.elementor-widget-n-tabs .e-n-tabs-heading{ display:flex}
.elementor.elementor .sub-table.elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {margin-block-end: 0; }
.elementor.elementor .sub-table.elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {margin-block-start: 0;}
.sub-table .e-n-tabs-heading{ margin-bottom:30px}
	.home-tab-section .e-n-tab-title{ padding:10px; }
	.home-tab-section .e-n-tabs-heading .e-n-tab-title:hover {transform: none;}
	.breadcrumb{ display:none}

}















