@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*反白顏色*/
::-moz-selection {
    background-color: var(--titlecolor);
    color: var(--SubColor3);
}

::selection {
    background-color: var(--titlecolor);
    color: var(--SubColor3);
}

&::-webkit-scrollbar {
    background: #181818;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #181818;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #181818;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ccc;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

:root {
    --MainColor: #C2C6C9;
    --SubColor: #BEBEBE;
    --SubColor2: #8C8C8C;
    --SubColor3: #656565;
    --titlecolor: #fff;
    --SFont: "Noto Sans TC", sans-serif;
    /*特殊字體*/
    --SFontE: "Rajdhani", sans-serif;
    /*特殊字體*/
    --pd100: 100px 0;
    --m100: 100px;
    --m50: 50px;
    --m30: 30px;
    --f120: 120px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f120: 110px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f120: 100px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f120: 17vw;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}

body {
    overflow: overlay;
    font-family: var(--SFont);
    font-weight: 400;
    color: var(--SubColor);
}

#content {
    background: #0e0e0e;
    background-image: url(https://pic03.eapple.com.tw/beverage-truck/rid_bg.jpg);
    background-position: top center;
    background-size: 100% auto;
}

#content_main {
    background-image: url(https://pic03.eapple.com.tw/beverage-truck/rid_bg.jpg);
    background-position: top center;
    background-size: 100% auto;
}

.path {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    padding: 0;
}

.header_area .main_header_area {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}

.header_area.sticky .main_header_area {
    height: 0px;
    transition: all 0.5s;
}

.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 40px;
    right: 210px;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 999;
}

.header_area.sticky .me_tp_features {
    top: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 30px;
    right: 5%;
    z-index: 999;
    transition: all 0.5s;
    pointer-events: all;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 43px;
    transition: all 0.5s;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

/*選單*/
.stellarnav>ul>li {
    width: 100%;
}

.stellarnav.active li.has-sub>a:after {
    border-top: 3px solid #ccc;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    right: -14px;
}

.stellarnav>ul>li>a {
    color: #fff;
    /* display: flex; */
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    height: auto;
    overflow: visible;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s;
    opacity: 1;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    font-weight: 300;
    letter-spacing: 1px;
}

.stellarnav>ul>li>a b {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 3px;
    color: #eee;
    padding-left: 25px;
	height: 25px;
}

.stellarnav>ul>li>a b:nth-child(1) {
    letter-spacing: 2px;
    font-size: 18px;
    color: #ddd;
    font-weight: 400;
}
.stellarnav > ul > li > a b:nth-child(1):hover {
	color: #ada17e;
    transition: all 0.3s;
}
.stellarnav>ul>li>a b:nth-child(2) {
	font-size:12px;
}

.stellarnav>ul>li>a b:before { display:none; }
.stellarnav > ul > li > a:hover b {   -webkit-transform: none; }

.stellarnav {
    background: rgba(0, 0, 0, 0);
    width: 45%;
    height: 0%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    padding-top: 3vw;
    transition: all .8s;
    transition-timing-function: ease-out;
    filter: sepia(1);
    -webkit-filter: sepia(1);
}

.stellarnav.active {
    height: 100%;
    background: rgba(0, 0, 0, .8);
    filter: sepia(0);
    -webkit-filter: sepia(0);
    backdrop-filter: blur(6px);
    z-index: 0;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}


.stellarnav>ul {
    display: none !important;
}

.stellarnav.active ul ul {
    display: block !important; 
    position: relative;
    max-width: inherit;
    width: 100%;
    right: auto;
    left: 0;
    background: transparent;
}
.stellarnav ul ul ul {
    display: none !important;
}
.stellarnav.active li li {
    width:100%;
    display: inline-block;
    margin-right: 20px;
    border: none;
}

.stellarnav.active>ul {
    display: block !important;
    max-width: 400px;
    margin: 2vw auto 0 4vw;
}

.stellarnav.active>ul:before {
    content: "▲▲▲▲▲▲▲▲▲▲▲▲▲";
    opacity: 0;
    /* font-size: .6vw; */
    /* color: #aaa; */
    /* animation: op_show 2s both; */
    /* position: fixed; */
    /* bottom: 3vw; */
    /* left: 3vw; */
    /* letter-spacing: .5rem; */
    /* writing-mode: vertical-rl; */
}

.stellarnav.active>ul>li:nth-of-type(3) ul {
    display: none !important;
}/*商品專區按鈕*/
.stellarnav.active>ul>li:nth-of-type(3) a:after {
    display: none;
}/*商品專區按鈕*/

.stellarnav.active>ul>li {
    width: 100%;
    margin: 6% 0;
    animation: menu_show 1s both;
}

.stellarnav.active>ul>li:nth-of-type(2) {
    animation: menu_show 1.5s both;
}

.stellarnav.active>ul>li:nth-of-type(3) {
    animation: menu_show 2s both;
}

.stellarnav.active>ul>li:nth-of-type(4) {
    animation: menu_show 2.5s both;
}

.stellarnav.active>ul>li.has-sub>ul a {
    padding: 10px 0;
    color: #eee;
}

.stellarnav.active>ul>li>ul a {
    border-bottom: 1px solid rgba(100, 100, 100, .3);
    font-size: 12px;
    background: transparent;
}

.stellarnav.active>ul>li>ul a:hover {
    background: transparent;
    color: #fff;
}

.stellarnav.active>ul>li>ul a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: rgba(100, 100, 100, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}

.stellarnav.active>ul>li>ul a:hover:before {
    background: #fff;
    width: 100%;
}

.stellarnav.active>ul>li.drop-left>ul {
    display: block !important;
    position: relative;
    max-width: inherit;
    width: 100%;
    right: auto;
    left: 0;
}

.stellarnav.active li.has-sub>a {
    padding: 0px 15px 0 0;
}

.stellarnav.active li.has-sub>a:hover:after {
    border-top: 3px solid #ccc;
    opacity: 0;
}

/*三角形icon*/

@keyframes menu_show {
    0% {
        left: 15%;
    }

    100% {
        left: 0%;
    }
}

@keyframes op_show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*漢堡鈕*/
.stellarnav .close-menu {
    display: none !important;
    text-align: center;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: inline-block;
    top: 40px;
}

.stellarnav .menu-toggle {
    width: 40px;
    height: auto;
    display: inline-block;
    padding: 3% 0;
    position: fixed;
    right: 9vw;
    top: 0;
}

.stellarnav .menu-toggle:after {
    display: none;
}

.stellarnav .menu-toggle span.bars {
    top: 0;
}

.stellarnav .menu-toggle span.bars span {
    width: 35px;
    background: #fff;
    margin: 0 auto 8px auto;
    transition: all .5s;
}

.stellarnav .menu-toggle span.bars span:last-child {
    margin: 0 auto;
}

.stellarnav .menu-toggle:hover span.bars span,
.stellarnav.active .menu-toggle span.bars span {
    position: absolute;
}

.stellarnav .menu-toggle:hover span.bars span:first-child,
.stellarnav.active .menu-toggle span.bars span:first-child {
    width: 0px;
}

.stellarnav .menu-toggle:hover span.bars span:nth-last-child(2),
.stellarnav.active .menu-toggle span.bars span:nth-last-child(2) {
    transform: rotate(40deg);
}

.stellarnav .menu-toggle:hover span.bars span:last-child,
.stellarnav.active .menu-toggle span.bars span:last-child {
    transform: rotate(140deg);
}

.stellarnav.active .menu-toggle span.bars span {
    background: #ccc;
}

.stellarnav.active .menu-toggle:hover span.bars span:nth-last-child(2) {
    transform: rotate(30deg);
}

.stellarnav.active .menu-toggle:hover span.bars span:last-child {
    transform: rotate(150deg);
}

/* .header_area.sticky{display: none;}
.header_area.sticky .stellarnav.active{height: 100px;}
.header_area.sticky .main_header_area, 
.header_area.sticky::before{opacity: 0;transition: all .5s;} */


@media screen and (max-width: 1200px) {
    .nav-header {
        height: 75px;
        padding: 20px 0;
    }

    .nav-brand {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 0 3%;
    }

    .stellarnav .menu-toggle {
        height: 75px;
    }

    .stellarnav .menu-toggle span.bars span {
        width: 25px;
        margin: 0 auto 5px 0;
    }

    .stellarnav {
        max-width: 450px;
    }

    .stellarnav.active:after {
        display: none;
    }

    .stellarnav.active>ul {
        margin: 2vw auto 0 80px;
    }

    .stellarnav.active>ul>li {
        margin: 3% 0;
    }

    .stellarnav>ul>li>a b {
        font-size: 16px;
    }

    .stellarnav>ul>li>a b:nth-child(1) {
        font-size: 18px;
    }

    .stellarnav>ul>li>a b:nth-child(2) {
        letter-spacing: 4px;
        padding-left: 24px;
    }

}

@media screen and (max-width: 768px) {
    .stellarnav {
        max-width: 300px;
    }

    .stellarnav .menu-toggle span.bars {
        display: inline-block;
        top: 5px;
    }

    .stellarnav.active {
        height: 100vh;
        background: rgba(0, 0, 0, .9);
    }

    .stellarnav.active:before {
        width: 10vw;
        background-position: center;
        z-index: 0;
    }

    .stellarnav.active li.has-sub>a {
        padding: 0px 15px 10px 10px;
    }

    .stellarnav.active>ul {
        margin: 100px 50px 0;
    }

    .stellarnav.active>ul>li {
        margin: 0 0 8%;
    }

    .stellarnav.active>ul>li>a.dd-toggle {
        display: none;
    }

    .stellarnav>ul>li>a b {
        padding-left: 0;
    }

    .stellarnav>ul>li>a b:nth-child(1) {
        padding-left: 10px;
    }

    .stellarnav>ul>li>a b:nth-child(2) {
        display: none;
    }


    .stellarnav.mobile {
        position: fixed;
        top: 0;
        left: auto;
        width: 100%;
        height: 75px;
    }

    .stellarnav.mobile ul {
        background: transparent;
    }

    .stellarnav.mobile>ul {
        border-top: none;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: none;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        max-width: 210px;
    }

    .stellarnav.mobile.active {
        height: 100vh;
    }

}

@media screen and (max-width: 600px) {
    .header_area {
        position: relative;
    }

    .nav-header {
        position: relative;
    }

    .main_header_area .container {
        width: 100%;
    }

    .nav-brand {
        max-width: 280px;
        margin: 5px auto 0 20px;
    }

    .stellarnav .menu-toggle {
        position: absolute;
        top: 0;
        right: 10px;
        padding: 0;
    }

    .stellarnav .menu-toggle span.bars {
        top: 25px;
    }

    .stellarnav.active .menu-toggle:hover span.bars span:nth-last-child(2) {
        transform: rotate(40deg);
    }

    .stellarnav.active .menu-toggle:hover span.bars span:last-child {
        transform: rotate(140deg);
    }

    .stellarnav.mobile {
        height: 100vh;
        width: 0px;
        padding-top: 0;
        overflow: inherit;
    }

    .stellarnav.mobile.active {
        width: 100%;
        z-index: -1;
    }

    .stellarnav.mobile.left>ul {
        position: relative;
    }

    .stellarnav.active:before {
        display: none;
    }

    .stellarnav.active>ul:before {
        display: none;
    }
	.stellarnav.active>ul {
        margin: 140px 50px 0;
    }
	.swiper-banner {   width: 130%; }

}


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

.tp_links {
    display: none;
}

.box_search input[type=text] {
    /* display: none; */
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(100% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #ffffff70 solid;
    border-radius: 0;
    transition: all 0.3s;
    max-width: 250px;
}

.box_search input[type=text]:hover {
    color: #3F3F3F;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #3F3F3F;
    transition: all 0.3s;
}

.shop_search_btn {
    /*display: none;*/
    background: #3F3F3F;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

input#keyword {
    color: #fff;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}


/*電腦LOGO
.nav-brand {}
*/
.header_area.sticky .nav-header {
    opacity: 1;
    transition: all 0.5s;
}

.nav-header {
    position: fixed;
    top: 22px;
    max-width: 160px;
    left: 5%;
    opacity: 0;
    transition: all 0.5s;
}

.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 1.6s;
}

.pageIndex .header_area.sticky .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.6s;
}

@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
    }

    100% {
        top: 22px;
        ;
        opacity: 1;
    }
}

/*手機LOGO
.nav-brand-m {}
*/

/*footer*/
.footer {
    background: #181818;
    padding-top: 60px;
    background: url(https://pic03.eapple.com.tw/beverage-truck/tone.png), #181818;
}

.footer .center {
    max-width: 1500px;
}

.footer_info {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.footer_logo {
    max-width: 100%;
    text-align: center;
	margin: 25px auto;
}
.footer_logo img {
    max-width: 35%;
}

.footer_info ul {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
}

.footer_info li p,
.footer_info li p a {
    color: #fff;
}

.footer_info li p.line:before, .footer_info li p.phone:before, .footer_info li p.add:before, .footer_info li p.mail:before, .footer_info li p.add2:before {
    color: #ecc200;
}
.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.footer_menu a:hover {
    background: transparent;
    color: #ecc200;
}

.footer_menu a {
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid rgba(100, 100, 100, .3);
    position: relative;
    padding: 15px 8px;
    margin-right: 10px;
}

.footer_menu a:nth-child(1) { display:none; }


.footer_menu a:hover:before {
    width: 100%;
    background: #ecc200;
}

.footer_menu a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: rgba(100, 100, 100, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    transition-timing-function: ease-in-out;
}

.box_link { display:none; }

/* 側邊按鈕與聯絡我們*/
.info_fix { right: -10px; }
.info_fix_links a {  background: rgb(0 0 0 / 0%); }
.info_fix>span { display:none; }
.contact_form li .form__label {  font-weight: normal; background: rgb(140 168 218 / 0%); max-width: 100px;}
.contact_form li .form__insert {  margin-left: 5%; }
.info_fix_links { display:block !important;}
.red {  color: #ecc200;}

.module_i_news .title_i_box h6 { color: #deb704; }
.module_i_news .title_i_box h4 { color: #ffffff; }
h4.blog_category_title { color: #ecc200; } 
.module_i_news li a:after  { display:none; }
.i_blog_ri h5 {  color: #ecc11d; }
.animated-arrow { background: #000000; }


.contact_form li { justify-items: center; grid-template-columns: 110px 1fr; }
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert { display: block; }
input[type="checkbox"], input[type="radio"] {  margin: 2% 6%;} 
.contact_form li.checknumBox .form__insert { align-content: flex-start;}
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-solid,
.fa-sharp-solid,
.fa-classic,
.fa {
    color: #ccc;
    font-size: 20px;
}
.contact_form li.last cite .fa-solid { color:black;}
.fa-phone-volume::before {
    font-size: 17px;
}

a.me_tp_mail {
    display: none;
}

.box_link a:hover i {
    color: #000;
}

.box_link a:hover {
    background: #fff;
}

.copy {
    background: #00000070;
    border: none;
    padding: 30px 20px;
    font-size: 12px;
    margin-top: 35px;
}


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;color: var(--SubColor3);
}

.product-layer-two li li>a:before{display: none;}
.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.product-layer-two li.active li a:before{display: none;}/*次分類效果隱藏*/

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}


.products-list .name {
    color: var(--titlecolor);
}

.products-list .price b {
    color: var(--MainColor);
    font-size: var(--f16);
}

.products-list .more {
    color: var(--MainColor);
    border-color: var(--MainColor);
}

.products-list .item a:hover .more {
    background: var(--MainColor);
    color: #000;
}

.product_page .product_menu_list {
    background: linear-gradient(132deg, rgba(255, 255, 255, 0.09) 0%, rgba(238, 238, 238, 0.03) 20%, rgba(202, 202, 202, 0.04) 70%, rgba(171, 171, 171, 0.02) 100%);
    border: solid rgba(255, 255, 255, 0.06) 1px;
}

.product-layer-two>li:hover {
    border-left: solid rgb(255 255 255 / 57%) 2px;
}

.product-layer-two>li {
    border: solid rgba(255, 255, 255, 0.06) 1px;
    border-left: solid rgba(255, 255, 255, 0) 2px;
    padding-bottom: 0;
    transition: all .5s;
}

.product-layer-two li a {
    background: transparent;
    border: none;
    color: var(--titlecolor);
    opacity: .5;
}

.product-layer-two>li:hover a {
    opacity: 1;
}

.product-layer-two li.active a {
    opacity: 1;
}

.product-layer-two li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    animation: clippath 5s infinite linear;

}

@keyframes clippath {

    0%,
    100% {
        clip-path: inset(0 0 95% 0);
    }

    25% {
        clip-path: inset(0 95% 0 0);
    }

    50% {
        clip-path: inset(95% 0 0 0);
    }

    75% {
        clip-path: inset(0 0 0 95%);
    }
}

.products-list .pic:hover:after {
    animation: shark-wrap 2s infinite;
}

.products-list .pic:after {
    content: '';
    position: absolute;
    inset: -20%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%);
    /* animation: shark-wrap 2s infinite; */
    transform: translateX(-100%);
}

@keyframes shark-wrap {
    to {
        transform: translateX(100%);
    }
}


/*購物車-內層*/
.sidebarBtn {
    background: linear-gradient(132deg, rgba(255, 255, 255, 0.09) 0%, rgba(238, 238, 238, 0.03) 20%, rgba(202, 202, 202, 0.04) 70%, rgba(171, 171, 171, 0.02) 100%);
    border: solid rgba(255, 255, 255, 0.06) 3px;
    color: var(--titlecolor);
    padding: 20px;
}

.sidebarBtn h2 {
    color: var(--titlecolor);
    font-size: var(--f24);
}

.sidebarBtn .price {
    color: #fff;
    border-bottom: solid rgba(255, 255, 255, 0.06) 2px;
}

.product_info li .txt_box {
    color: var(--titlecolor);
}

.toShare {
    border-top: solid rgba(255, 255, 255, 0.06) 2px;
}

.pd_tabTitle li.activeTab a {
    color: var(--MainColor);
    font-size: var(--f20);
}

.pd_tabTitle li.activeTab::after {
    height: 1px;
}

.radio-inline__label {
    border-radius: 0;
    color: var(--titlecolor);
}

.product_info li span {
    color: var(--MainColor);
}

.inquiry_a3 {
    background: transparent;
    border: 2px solid #fff !important;
}

/*加入購物車*/
.inquiry_a1 {    background: var(--SubColor2);}

/*加入詢價車*/
.inquiry_a2 {    background: var(--SubColor3);}

/*檢視詢價車*/

/*購物車-相關推薦*/
.prod_related {
    background: #f3f3f317;
    padding: 80px 60px;
}

.prod_related h6 span:before {
    font-size: var(--f24);
    color: var(--MainColor);
    font-weight: 500;
    letter-spacing: 4px;
}

.news_related_list li {
    display: block;
    padding: 0px;
    box-shadow: 0 0 10px 0 #dfdfdf, inset 0 0 14px 0 #dfdfdf, 0 0 12px 0 #dfdfdf, inset 0 0 1px 0 #dfdfdf;
    border: 1px solid #ffffff;
}

/*購物車-購物流程*/
.shopping-cart .cell.product_name a {    color: #fff;}
.total_amount li {    color: #fff;}

.rewrite_simple {
    background: #777 url(../images/simple_left.png) 10% center no-repeat;
}
.border200 {    color: #000;}


.formbox_form,
.form label,
.form label.Bigcheck {
    color: #fff;
}

.car_page .information_left {
    display: block;
}

/*匯款beverage-truck*/
.declaration {
    background: var(--MainColor);
}

.list_before {
    color: var(--MainColor);
}

input#order_num {
    color: #000;
}

body.remit_page.bodyDesktop .formbox_form li .form__insert {
    color: #000;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .product_menu_list>h5 {
        display: block;
        color: var(--titlecolor);
        font-size: revert;
        font-size: var(--f24);
        padding-left: 10px;
        padding-top: 4px;
        font-weight: 500;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
	.nav-header {  max-width: 100%;   left: 0%; z-index: 0!important ; }
    .nav-brand {   max-width: 85px;    margin: 0 auto; }
    .stellarnav.mobile.left > ul { border-right: none; }
}

@media screen and (max-width: 600px) {

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: #0e0e0e;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

/* .swiper-slide img { height:auto;} */

/*大圖*/
.swiper-banner .swiper-slide img {
    height: auto;
}


@keyframes noise {
    0% {
        background-position: -88px 166px
    }

    20% {
        background-position: 222px -333px
    }

    40% {
        background-position: -111px 444px
    }

    60% {
        background-position: 33px -66px
    }

    80% {
        background-position: -138px 212px
    }

    100% {
        background-position: 317px -197px
    }
}

@keyframes show_b {
    0% {
        height: 0;
        opacity: .5;
    }

    100% {
        height: 1.618vw;
        opacity: 1;
    }
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}


@-webkit-keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(800px);
        transform: translateZ(800px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(800px);
        transform: translateZ(800px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }


}

@media screen and (max-width: 600px) {

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: #000;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/beverage-truck/ban.jpg);
    width: 100%;
    padding: 0;
    height: 0;
    padding-top: 20%;
    padding-bottom: 15%;
    background-size: cover;
    background-position: center;
}

.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/beverage-truck/ban_blog.jpg);
}

.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/beverage-truck/ban_product.jpg);
}

.banner h5 {
    color: var(--titlecolor);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: var(--f24);
    line-height: 3;
}

.banner h5:before {
    content: "BEVERAGE-TRUCK";
    line-height: 60%;
    color: #fff;
    font-family: var(--SFontE);
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: min(max(7vw, 36px), 120px);
    font-size: var(--f120);
}

.banner.banF h5:before {
    content: "PRODUCTS";
}


@keyframes pulsea {
    0% {
        text-shadow: 0 0 0.3em rgba(200, 200, 255, 0.3), 0.04em 0.04em 0 #060807, 0.045em 0.045em 0 #e7e7e7, 0.09em 0.09em 0 #060807, 0.095em 0.095em 0 #aaa, 0.14em 0.14em 0 #060807, 0.145em 0.145em 0 #dfdfdf;
    }

    50% {
        text-shadow: 0 0 0.3em rgba(200, 200, 255, 0.3), 0.04em 0.04em 0 #060807, 0.045em 0.045em 0 #e7e7e7, 0.09em 0.09em 0 #060807, 0.095em 0.095em 0 #dfdfdf, 0.14em 0.14em 0 #060807, 0.145em 0.145em 0 #777;
        mix-blend-mode: lighten;
    }

    75% {
        text-shadow: 0 0 0.3em rgba(200, 200, 255, 0.3), 0.04em 0.04em 0 #060807, 0.045em 0.045em 0 #dfdfdf, 0.09em 0.09em 0 #060807, 0.095em 0.095em 0 #aaa, 0.14em 0.14em 0 #060807, 0.145em 0.145em 0 #777;
    }

    100% {
        text-shadow: 0 0 0.3em rgba(200, 200, 255, 0.4), 0.04em 0.04em 0 #060807, 0.045em 0.045em 0 #e7e7e7, 0.09em 0.09em 0 #060807, 0.095em 0.095em 0 #aaa, 0.14em 0.14em 0 #060807, 0.145em 0.145em 0 #777;
        mix-blend-mode: lighten;
    }
}

/*內頁BANNER 設定*/
.banner { height:400px;}
.banner h5 { display:none;}
.banner.banA { background-image: url(https://pic03.eapple.com.tw/beverage-truck/banA.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banB { background-image: url(https://pic03.eapple.com.tw/beverage-truck/banB.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banC { background-image: url(https://pic03.eapple.com.tw/beverage-truck/banC.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banD { background-image: url(https://pic03.eapple.com.tw/beverage-truck/banD.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banE { background-image: url(https://pic03.eapple.com.tw/beverage-truck/banE.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banF { background-image: url(https://pic03.eapple.com.tw/beverage-truck/banF.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/beverage-truck/ban_blog.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }

.banner.banC h5:before {
    content: "CONTACTS";
}

.banner.banblog h5:before {
    content: "NEWS";
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_page div#content {
    background-image: url(https://pic03.eapple.com.tw/beverage-truck/con_bg.jpg);
    background-size: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.contact_content {
    padding: 50px 70px;
}

.contact_content form {
    display: flex;
    justify-content: space-between;
}

.contact_content .information_left { display:none;}

.list_before {
    margin-top: 0;
    margin-bottom: 0px;
}

.list_before.info li {
    padding-left: 0;
    color: var(--titlecolor);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0;
    font-weight: 400;
    border-bottom: 1xp solid var(--MainColor);
}

.list_before.info li::before {
    position: relative;
    margin-right: 20px;
    font-weight: 500;
    width: 60px;
    letter-spacing: 1px;
    color: var(--MainColor);
}

.info_FAX:before {
    content: "營業時間";
}

.info_LINE:before {
    content: "LINE ID";
}
.list_before.info li > a, .list_before.account li > a {
    color: var(--titlecolor);
}
.contact_le_map {
    display: none;
}

.contact_content .information_right {
    width: 90%;
	margin:0 auto;
}

.blank_letter { display:none; }

.contact_form {
    color: var(--MainColor);
}

.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: none;
    background: #00000085;
    padding: 8px 10px;
    color: var(--titlecolor);
}


.contact_form li.last {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.contact_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
	grid-gap: 20px;
}


.contact_form li.last cite {
    background: #ecc11d;
    border: none;
    color: #000;
}

.contact_form li.last blockquote { border: none;} 

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*文章-側邊*/
h5.blog_le_t em {
    color: var(--MainColor);
}

h5.blog_le_t {
    color: var(--MainColor);
    font-size: var(--f24);
}

.blog_search input[type=search] {
    background: #000000;
    border: none;
    border-bottom: solid 1px var(--titlecolor);
    border-radius: 0;
    color: var(--titlecolor);
}

.blog_le .accordion {
    border-radius: 0;
    border: none;
    color: var(--titlecolor);
    border-bottom: 1px #ccc solid;
}

.accordion li .link a {
    color: var(--titlecolor);
}

input[type="search"] {
    color: #fff;
}

/*文章-版面*/
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
}

.module_i_news li,
.subbox_item {
    background: url(https://pic03.eapple.com.tw/beverage-truck/tone.png), #181818;
    padding: 10px;
}

.module_i_news li:hover,
.subbox_item:hover {
    background: url(https://pic03.eapple.com.tw/beverage-truck/tone.png), #000;
}



.subbox_item a {
    grid-template-columns: 1fr;
    overflow: hidden;
}

.blog_list_ri h5 {
    color: var(--titlecolor);
}

.blog_list_ri em,
.blog_list_ri p {
    color: var(--MainColor);
}

.subbox_item a:before,
.subbox_item a:after {
    display: none;
}

/*文章-內層*/
h4.blog_category_title {
    color: var(--titlecolor);
}

.blog_back a.article_btn_back {
    background: #ecc200;
    color: #000;
}

.articel_mainPic {
    display: none;
}

/*文章內層-封面圖*/

/*相關推薦*/
.news_related {
    background: #f3f3f317;
    padding: 80px 60px;
}

.news_related h6 span:before {
    content: '相關文章';
    font-size: var(--f24);
    color: var(--MainColor);
    font-weight: 500;
    letter-spacing: 4px;
}

.news_related_list li {
    display: block;
    padding: 0px;
    box-shadow: 0 0 10px 0 #dfdfdf, inset 0 0 14px 0 #dfdfdf, 0 0 12px 0 #dfdfdf, inset 0 0 1px 0 #dfdfdf;
    border: 1px solid #ffffff;
}

.news_related_list li a p {
    font-size: 15px;
    color: var(--titlecolor);
    line-height: 2;
    background: #181818d6;
    padding: 7px;
}

.news_related_list li a {
    padding: 0;
    background: transparent;
}

.lastPage:hover {
    background: #fff;
    color: var(--SubColor3);
}

.lastPage {
    background: transparent;
    border: 2px solid #fff;
    transition: .5s;
}

.news_tags a {    color: #ffffffcc;}/*標籤*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




@media screen and (max-width: 1024px) {
    .nav-brand {
        margin-top: -25px;
    }

    .header_area .me_tp_features {
        text-align: right;
        right: 90px;
        margin-top: 0;
    }

    .box_search input[type=text] {
        position: absolute;
        right: 0px;
    }

    input.shop_search_btn {
        padding: 2px 15px;
        height: 23px;
    }

    .header_area.sticky .stellarnav .menu-toggle,
    .stellarnav .call-btn-mobile,
    .stellarnav .location-btn-mobile {
        top: 11px;
    }
}

@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        /*display: block;*/
        background: #060807;
    }

    #bottom_menu li {
        width: 33.33%; border-right: 1px solid #dddddd26;
    }

    #bottom_menu li a em {        color: #fff;    }
    
    .footer.with_shopping_mode {
        padding: 80px 0 60px;
        padding: 80px 0 115px;
    }

    #to_top {
        bottom: 60px;
    }

    .box_link {
        justify-content: center;
    }

    .footer_info ul {
        flex-direction: column;
        position: relative;
        align-items: center;
    }

    .footer_info li {
        text-align: center;
    }

    .footer_menu {
        display: inline-block;
    }

    .copy {        margin-top: 10px;    }
    /*banner*/
    .banner {
        padding-top: 25%;
    }

    /*選單*/
    .header_area .me_tp_features {
        top: 30px;
    }

    .header_area .stellarnav .menu-toggle,
    .stellarnav .call-btn-mobile,
    .stellarnav .location-btn-mobile {
        top: 20px;
    }

    .stellarnav.active>ul>li.has-sub>ul a {
        padding: 10px 10px;
    }

    /*聯絡我們*/
    .contact_content form {
        flex-direction: column;
    }
    .contact_content .information_left, .contact_content .information_right {
        width: 100%;
    }
    .ACCN1:before, .ACCN2:before, .ACCN3:before, .ACCN4:before {
        width: 78px;
    }
    .contact_page div#content {
        background-size: cover;
        background-position: left;
    }
	.contact_content .information_left::before {  width: 30%;  }
}

@media screen and (max-width: 600px) {

    .header_area .stellarnav .menu-toggle,
    .stellarnav .call-btn-mobile,
    .stellarnav .location-btn-mobile {
        top: 0;
    }

    .header_area .me_tp_features {
        top: 21px;
    }

    /*banner*/
    .banner {
        padding-top: 40%;
    }

    .blog_subbox {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 580px) {
    .header_area.sticky .me_tp_features {
        top: 32px;
        right: 50px;
    }

    .header_area .me_tp_features {
        right: 50px;
    }

    .blog_subbox {
        grid-template-columns: 1fr;
    }
    .contact_content {
        padding: 50px 40px;
    }
    .contact_content .information_left::before {
        padding-bottom: 60%;
}
}


.stellarnav>ul>li>a:hover {
    color: #ecc200;
}