/*

Theme Name:   Hello Elementor by Art Tangency Creation Code Team CG, LLTChen

Theme URI:    https://github.com/elementor/hello-theme

Template:     hello-elementor

Author:       Art Tangency Creation Code Team CG, LLTChen

Author URI:   https://elementor.com/

Description:  Hello Elementor by Art Tangency Creation Code Team CG, LLTChen

Version:      24.09.28-1

Text Domain:  hello-elementor

Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready

*/
/* ==================== Default ==================== */
html,body {font-family:"LiHei Pro Medium","Apple LiGothic Medium","Taipei Sans TC Beta",'Noto Sans TC',"Microsoft JhengHei",'Quicksand';}
.CG_pos_fix {position:fixed !important;}
.CG_pos_abs {position:absolute !important;}
.CG_floatL {float:left;}
.CG_floatR {float:right;}
.CG_clear::after {content:""; display:table; clear:both; height:0px;}
.CG_clear {zoom:1;/*IE6+7*/}
.CG_bottomZero {padding-bottom:0 !important; margin-bottom:0 !important;}
.CG_pointeventFalse {pointer-events: none;}
.cssTable {display:table;}
.cssTable > dl, .cssTable > ul {display: table-row;}
.cssTable > dl > dt, .cssTable > dl > dd, .cssTable > ul > li {display: table-cell;}
.CGc {-webkit-transition: all 0.3s cubic-bezier(0.21, 1, 0.9, 1); -moz-transition: all 0.3s cubic-bezier(0.21, 1, 0.9, 1); -o-transition: all 0.3s cubic-bezier(0.21, 1, 0.9, 1); transition: all 0.3s cubic-bezier(0.21, 1, 0.9, 1);}

.CG_filter-multiply,
.CG_filter-multiply > div {mix-blend-mode: multiply;}

.post-password-form {/* 文章加密 */
	max-width:800px;
	margin:10vh auto;
	text-align:center;
}
.post-password-form label input {width:calc(100% - 4em); display:inline-block; margin-left:10px;}

/* ==================== Header ==================== */
.elementor-location-header {} /*Header Elementor Container*/
body #BF_divHeader {position: fixed; top: 0px; left: 10%; width: 80%; z-index: 999;}
#CG_header {}
#CG_header.action {background-color: rgba(255,255,255,0.9) !important }
#CG_header { transition:background-color 1s ease !important; }
/* #CG_header.elementor-sticky--effects >.elementor-container { min-height: 80px; }
#CG_header > .elementor-container {transition: min-height 1s ease !important; } */

header .elementor-sticky {
	top: 0 !important;
    --transition: .3s ease-in-out;
    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}

/* Menu Toggle */
.elementor-menu-toggle {width:40px; height:40px; position:relative; outline: none;}
.elementor-menu-toggle::before,
.elementor-menu-toggle::after,
.elementor-menu-toggle .eicon-menu-bar::after {
	background-color:#222; /* Nav color */
	content:''; display:block; width:80%; height:2px;
	position:absolute; left:10%; top:50%;
	-webkit-transition: all 0.3s cubic-bezier(0.21, 1, 0.9, 1);
	-moz-transition: all 0.3s cubic-bezier(0.21, 1, 0.9, 1);
	-o-transition: all 0.3s cubic-bezier(0.21, 1, 0.9, 1);
	transition: all 0.3s cubic-bezier(0.21, 1, 0.9, 1);
	}
.elementor-menu-toggle::before {margin-top:-20%;}
.elementor-menu-toggle::after {margin-top:20%;}
.elementor-menu-toggle .eicon-menu-bar::after {}
.elementor-menu-toggle .eicon-menu-bar:before{display:none;} /* Default Nav icon */
.elementor-menu-toggle.elementor-active {} /* Nav active */
.elementor-menu-toggle.elementor-active::before {
	margin-top:0%; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);
	}
.elementor-menu-toggle.elementor-active::after {
	margin-top:0%; -webkit-transform:rotate(315deg); -moz-transform:rotate(315deg); -o-transform:rotate(315deg); transform:rotate(315deg);
	}
.elementor-menu-toggle.elementor-active .eicon-menu-bar::after  {opacity:0;}
/* Menu Toggle End */

/* ==================== Footer ==================== */
#CG_footer {width:100%; left: 0; bottom: 0;}
.backTop {} /* js handler */
#CG_powered a:hover {color:#999;}

#btn_ft_home .elementor-button-content-wrapper {align-items: flex-end;}
#btn_ft_home .elementor-button-icon {margin-bottom:-5px;}
#btn_ft_home .elementor-button-icon svg {width: 2.3em;}
.LL_copyright_mb br {display:none;}

/* Loading */
body.elementor-editor-active .LL_loadPad {display:none !important;} /* Elementor 模式隱藏 */
.LL_loadPad {width:100vw; height:100vh; top:0; left:0; position:fixed !important;}
.LL_loadPic {-webkit-animation: op 1s linear infinite alternate; -moz-animation: op 1s linear infinite alternate; -ms-animation: op 1s linear infinite alternate; -o-animation: op 1s linear infinite alternate; animation: op 1s linear infinite alternate;}
@-webkit-keyframes op{
	from{opacity:0.2;} to{opacity:1;}
}
@keyframes op{
	from{opacity:0.2;} to{opacity:1;}
}

/* -- Line -- */
.social_linePad {padding:5px 0px 0px 34px; clear:both;}
.social_linePad iframe:nth-child(1) {margin-right:5px;}
.social_linePad iframe:nth-child(2) {float:right;}
 
 @media only screen and (max-width:720px){
    .social_linePad {padding-left:0px;}
 }
 
/* ============== Elementor ============== */

/* Breadcrumbs */
body.home #LL_breadcrumbs {display:none;}
#btn_breadHome .elementor-button-icon svg {height: 0.9em; margin-top:-0.1em; display: inline-block; vertical-align: middle;}

/* Main Btn Setting */
.LL_btnCard a > .elementor-cta__content, .LL_btnCard a .elementor-cta__content-item {-webkit-transition: 0.1s; -o-transition: 0.1s; transition: 0.1s;}
.LL_btnCard a .elementor-cta__button {width:100%;}
.LL_btnCard a .elementor-cta__image {display:flex !important; justify-content: center;}
.LL_btnCard a .elementor-cta__image img.LL_hvImg {position: absolute; opacity: 0;}
.LL_btnCard a:hover .elementor-cta__image img:first-child {opacity: 0;}
.LL_btnCard a:hover .elementor-cta__image .LL_hvImg {opacity: 1;}
.LL_btnCard a:hover .elementor-cta__button {background-color: #FFFFFF !important; color: #F49C00 !important;}
/* -- index . -- account . -- recover */
/* -- download */
.LL_btnCard[class*='_down_'] > .elementor-widget-container {border:1px solid #EDEDED;}

/* Advanced  */
.LL_advBtn a {background:#606060;}
.LL_advBtn a:hover {background:#F49C00;}
.LL_advBtn .elementor-cta__bg-wrapper {border-radius: 0px 0px 10px 10px; overflow: hidden;}
.LL_advBtn:hover > .elementor-widget-container {box-shadow: 0 0 12px 0 rgba(0,0,0,0.56);}

/* Recover */
.LL_tb_recover thead th {padding: 1em; font-size: 1.2rem; color: #F49C00; background-color: #626262 !important; text-align: center;}
.LL_tb_recover tbody tr td {padding: 1em 0; color: #0B0B0B; text-align: center; font-weight: 500; font-family: "Noto Sans TC", Sans-serif; border: none;}

.LL_tb_recover tbody tr:first-child td {font-size: 1.1rem; background-color: #EDEDED;}
.LL_tb_recover tbody tr:not(:first-child) td {font-size: 1rem; font-weight: 400; border-bottom: 1px dashed #ADADAD;}
.LL_tb_recover tbody tr:not(:first-child) td:first-child {color: #F49C00;}
.LL_tb_recover tbody>tr:nth-child(odd):not(:first-child)>td,
.LL_tb_recover tbody>tr:nth-child(odd):not(:first-child)>th {background-color: transparent;}

/* Contact */
#form_contact .elementor-field-group {flex-wrap: nowrap;}
#form_contact label {width: 150px;}
#form_contact .elementor-select-wrapper {max-width: 400px;}
#form_contact .elementor-field-group-cont_gamename_mb {display: none;}
#btn_contact {display:none;}
#LL_conServPad {background-color:transparent;}
#LL_conServPad._show {background-color:#FFFFFF;}
#LL_conServPad .elementor-container {display:none;}
#LL_conServPad._show .elementor-container {display:block;}

#btn_return {display:none; margin-top:2rem;}

/* Privacy - 3 . Rule - 590 */
body.page-id-3 .elementor-widget-theme-post-content h5,
body.page-id-590 .elementor-widget-theme-post-content h5 {font-size: 1.1rem;}
body.page-id-3 .elementor-widget-theme-post-content p {padding-left: 2.5em;}
body.page-id-3 .elementor-widget-theme-post-content ol ol {padding-left: 1.3em;}
body.page-id-590 .elementor-widget-theme-post-content p {padding-left: 2.2em;}
body.page-id-590 .elementor-widget-theme-post-content ol {padding-left: 3.5em;}
body.page-id-590 .elementor-widget-theme-post-content ol li {padding-left: 1.2em;}
.LL_list_ch {text-indent: -3em; margin-left: 2.5em;}

/* RWD Setting */
@media only screen and (max-width: 1024px){
	.LL_mb_bgWH {background-color:#FFFFFF !important;}
	.LL_mb_bgTRP {background-color:transparent !important;}
	
	body #BF_divHeader,
	body #BF_divActionBar {display:none !important;}
	
	/* .LL_btnCard RWD Toggle Setting */
	.LL_btnCard[class*='_rec_'] a .elementor-cta__image img {width: 80% !important;}
	.LL_btnCard._tg .elementor-cta__content {flex-direction: row; padding-left: 40% !important;}
	.LL_btnCard._tg .elementor-cta__image {position: absolute; left: 5%; top: 15px; width: 30%;}
	.LL_btnCard._tg h2 {position: absolute; width: 30%; left: 5%; bottom: 30px;}
	
	/* Recover */
	.LL_tb_recover thead th {padding: 0.5em;}
	.LL_tb_recover tbody tr td {padding: 0.5em 0;}
}
@media only screen and (max-width: 767px){

	/* Footer */
	#btn_ft_home .elementor-button-icon svg {width: 2em;}
	.LL_copyright_mb br {display:block;}
	
	/* Index */
	.LL_linkPad {background-color:transparent !important;}
	.LL_linkPad h3 {color:#535353 !important;}
	
	/* .LL_btnCard RWD Toggle Setting */
	body.page-id-15 .LL_btnCard a .elementor-cta__image img {width: 70% !important;}
	.LL_btnCard[class*='_down_'] a .elementor-cta__button-wrapper {max-width: 80%; margin:auto;}
	.LL_btnCard[class*='_down_'] a .elementor-cta__button-wrapper span {padding-left:10px; padding-right:10px;}
	
	/* Contact */
	#form_contact label {width: 120px;}
	
	/* Privacy - 3 . Rule - 590 */
	body.page-id-3 .elementor-widget-theme-post-content h5,
	body.page-id-590 .elementor-widget-theme-post-content h5 {font-size: 1rem;}
	body.page-id-590 .elementor-widget-theme-post-content p {padding-left:0;}
	body.page-id-590 .elementor-widget-theme-post-content ol {padding-left: 2em;}
	body.page-id-590 .elementor-widget-theme-post-content ol li {padding-left: 0.5em;}
	
}
@media only screen and (max-width: 460px){
	/* .LL_btnCard RWD Toggle Setting */
	body.page-id-15 .LL_btnCard a .elementor-cta__image img {width: 80% !important;}
	.LL_btnCard[class*='_rec_'] a .elementor-cta__image img {width: 100% !important;}
	.LL_btnCard._tg .elementor-cta__description {text-align:left;}

}
@media only screen and (max-width: 375px){
	.LL_btnCard a .elementor-cta__image img {width: 100% !important;}
}


/* ============= Woocommerce ============= */
/* ------- Single Product Page ------- */
/* Add Cart QTY */
#CG_addCarFilter {}
#CG_addCarFilter .variations td {padding:0px 0px 10px ;}
#CG_addCarFilter .variations .label {min-width: 30% !important;}
#CG_addCarFilter .variations .label,
#CG_addCarFilter .variations .value {background-color:transparent; padding: 0px 0px 10px; vertical-align: baseline;}
#CG_addCarFilter .variations .value {margin-left: 10px;}
.woo-selected-variation-item-name {color: #fff;}
.woo-variation-swatches #CG_addCarFilter .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, 
.woo-variation-swatches #CG_addCarFilter .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: 0 0 0 2px rgb(255 255 255 / 90%);
}
.woo-variation-swatches #CG_addCarFilter .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	background-color:#aaa;
}

.woocommerce div.product #CG_addCarFilter form.cart .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
	/* display: block; */
}
.woocommerce .quantity .qty {width: 5em; padding-right: 0;}
.woocommerce .quantity .qty::-webkit-inner-spin-button {-webkit-appearance: none; appearance: none;}
.woocommerce div.product #CG_addCarFilter form.cart div.quantity,
.woocommerce div.product #CG_addCarFilter form.cart button {display:inline-block; float: none; vertical-align: top;}
.woocommerce div.product #CG_addCarFilter form.cart .CG_PD_minus,
.woocommerce div.product #CG_addCarFilter form.cart .CG_PD_plus {
	width:40px; height:40px; border: none; display:inline-block; float: none;
	position: relative; user-select: none;
}
.CG_PD_minus::before,
.CG_PD_plus::before,
.CG_PD_plus::after {
	content:''; width:80%; height:1px; display: block; background:#fff;
	transform-origin: 50% 50%; position: absolute; top: 50%; left:10%;
}
.CG_PD_plus::after {-webkit-transform:rotate(90deg); transform:rotate(90deg);}

/*  Add Cart  */
.CG_addCart table tbody > tr:nth-child(odd)>td, 
.CG_addCart table tbody > tr:nth-child(odd)>th,
.CG_addCart table tbody tr:hover > td, 
.CG_addCart table tbody tr:hover > th {background:none;}

.CG_addCart > .elementor-widget-container > .elementor-add-to-cart form.cart {display: block !important;}

/* Car Notices */
.woocommerce-info {}
.woocommerce-notices-wrapper {}
.woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
   color:#003a70; background-color:rgba(255,255,255,0.8); margin-bottom:0px; padding-bottom: 50px;
   border: 1px solid #be9c59; border-radius: 12px;
}
.woocommerce-notices-wrapper .woocommerce-message::before {color:#003a70;}
.woocommerce-notices-wrapper .woocommerce-message a {
	display: block; float: none; position: absolute; right:30px; bottom:10px; width: 230px; text-align: center;
}
.single-product .woocommerce-notices-wrapper {position:absolute; top:120px; left:auto; right:0px; width:320px; z-index:9;}

/* Cart  */
.woocommerce .cart td > .button, .woocommerce .cart td > input.button {
	opacity:1; -webkit-animation:wooChangeCart 3s ease 0s infinite; animation:wooChangeCart 3s ease 0s infinite;
}
.woocommerce .cart td > .button:disabled, .woocommerce .cart td > input.button:disabled[disabled] {
	opacity:0; -webkit-animation:none; animation:none;
}
@keyframes wooChangeCart {0%{width:120px;} 10%{width:150px;} 15% {width:140px;} 20%{width:155px;} 25%{width:150px;} 70%{width:150px;} 100%{width:120px;}}
@-webkit-keyframes wooChangeCart {0%{width:120px;} 10%{width:150px;} 15% {width:140px;} 20%{width:155px;} 25%{width:150px;} 70%{width:150px;} 100%{width:120px;}}

/* order tracking  */
#CG_ordertracking {}

/* 訂單、發貨單 地址樣式 */
.invoice .billing-address {
    font-size: 2em;
}
.delivery-note .shipping-address {
    font-size: 2em;
} 

/* 一般使用者管理介面 */
body.woocommerce-account  {margin:0;}
.woocommerce-MyAccount-navigation {}
.woocommerce-MyAccount-navigation li {list-style: none; border-bottom: 1px solid #ececec;}
.woocommerce-MyAccount-navigation li a {display: block; padding:5px 0px;}

/* 管理者登入: 前台上方控制 bar 移到下方。 需搭配 add_theme_support( 'admin-bar', array( 'callback' => '__return_false' ) ); */
#wpadminbar {
	top: auto; bottom:0px;	background:rgba(0,0,0,0.6); position: fixed;
}
.ab-sub-wrapper {
	top:auto; bottom:32px;
}
/* IE */
#ieAlert {
	position: fixed; width: 100%; height: 100%; display: table;
	background: rgba(0,0,0,0.8); z-index: 99999999;
}
#ieAlert ul {display: table-row;}
#ieAlert li {
	display: table-cell; vertical-align: middle; text-align: center; color: #fff;
	padding:50px 30%;
}
#ieAlert li a {color: #fff; text-decoration: underline; font-weight: 700; cursor: pointer;}
#ieAlert li a:hover {color: rgb(158, 233, 252);}