@charset "utf-8";
/* CSS Document */


/* ========================================= */
/* ==  SM-CORE-CSS MENU BAR ================ */
/* ========================================= */
.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

.sm > li > h_2menu {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

.sm ul {
    display: none;
}

.sm li,
.sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: default;
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    /*font: 0px/0 serif;*/
    font-size: 0;
    line-height: 0;
    font-family: serif;
    clear: both;
    overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
    box-sizing: inherit;
}

/* ========================================= */
/* ==  SM-CORE-CSS MENU BAR END ============ */
/* ========================================= */



/* ========================================== */
/* ==  SM-CLEAN MENU BAR START ============== */
/* ========================================== */
.sm-clean {
    background: #eeeeee;
    border-radius: 5px;
}

.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
    padding: 18px 24px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    
    color: #202020;
    
    /* font-family: "open sans", "微軟正黑體", sans-serif; */
    font-size: 112.5%;    /*1.125em*//*18*/
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
}

.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active{
    color: #8c6418;
}

.sm-clean a.current {
    color: #40696b;
}

.sm-clean a.disabled {
    color: #BBBBBB;
}

.sm-clean a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    /*font: bold 16px/34px monospace !important;*/
    font-size: 100%;    /*1em*//*16*/
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.sm-clean a .sub-arrow::before {
    content: '+';
}

.sm-clean a.highlighted .sub-arrow::before {
    content: '-';
}

.sm-clean > li:first-child > a,
.sm-clean > li:first-child >  :not(ul) a {
    /* border-radius: 5px 5px 0 0; */
    border-radius: 0;
}

.sm-clean > li:last-child > a,
.sm-clean > li:last-child > *:not(ul) a,
.sm-clean > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    /* border-radius: 0 0 5px 5px; */
    border-radius: 0;
}

.sm-clean > li:last-child > a.highlighted,
.sm-clean > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0;
}

.sm-clean li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-clean > li:first-child {
    border-top: 0;
}

.sm-clean ul {
    background: rgba(162, 162, 162, 0.1);
}

.sm-clean ul a,
.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active {
    font-size: 112.5%;    /*1em*//*16*/
    border-left: 8px solid transparent;
}

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
    border-left: 16px solid transparent;
}

.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
    border-left: 24px solid transparent;
}

.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

/*@media (min-width: 768px)*/
@media (min-width: 992px) {

    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .sm-clean ul {
        position: absolute;
        width: 12em;
    }

    .sm-clean li {
        float: left;
    }

    .sm-clean.sm-rtl li {
        float: right;
    }

    .sm-clean ul li,
    .sm-clean.sm-rtl ul li,
    .sm-clean.sm-vertical li {
        float: none;
    }

    .sm-clean a {
        white-space: nowrap;
    }

    .sm-clean ul a,
    .sm-clean.sm-vertical a {
        white-space: normal;
    }

    .sm-clean .sm-nowrap > li > a,
    .sm-clean .sm-nowrap > li >  :not(ul) a {
        white-space: nowrap;
    }

    /* ...end */
    .sm-clean {
        padding: 0 10px;        
        background-color: #EEEEEE;        
        border-radius: 0; /*100px*/
    }

    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active,
    .sm-clean a.highlighted {
        /* padding: 12px 12px; */
        padding: 30.7px 13px;
        color: #202020;
        border-radius: 0 !important;
    }

    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active,
    .sm-clean a.highlighted {
        color: #8c6418;
    }


    .sm-clean a.current {
        color: #8c6418;
    }

    .sm-clean a.disabled {
        color: #BBBBBB;
    }

    /* .sm-clean a.has-submenu {
        padding-right: 24px;
    } */

    .sm-clean a .sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: 0; /*12px*/
        width: 0;
        height: 0;
        border-width: 4px;
        border-style: solid dashed dashed dashed;
        
        border-color: #555555 transparent transparent transparent;
        
        background-color: transparent;
        border-radius: 0;
    }

    .sm-clean a .sub-arrow::before {
        display: none;
    }

    .sm-clean li {
        border-top: 0;
    }

    .sm-clean > li > ul::before,
    .sm-clean > li > ul::after {
        content: '';
        position: absolute;
        top: -18px;
        left: 30px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 9px;
        border-style: dashed dashed solid dashed;
        
        border-color: transparent transparent #BBBBBB transparent;
        border-color: transparent transparent transparent transparent;
    }

    .sm-clean > li > ul::after {
        top: -16px;
        left: 31px;
        border-width: 8px;
        
        border-color: transparent transparent #FFFFFF transparent;
        border-color: transparent transparent transparent transparent;
    }

    .sm-clean ul {
        border: 1px solid #BBBBBB;
        padding: 5px 0;
        
        background-color: #FFFFFF;
        
        border-radius: 5px !important;
        box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    }

    .sm-clean ul a,
    .sm-clean ul a:hover,
    .sm-clean ul a:focus,
    .sm-clean ul a:active,
    .sm-clean ul a.highlighted {
        border: 0 !important;
        padding: 20px 20px;
        
        color: #090a0c;
    }

    .sm-clean ul a:hover,
    .sm-clean ul a:focus,
    .sm-clean ul a:active,
    .sm-clean ul a.highlighted {
        background-color: #EEEEEE;
        
        color: #40696b;
    }

    .sm-clean ul a.current {
        color: #40696b;
    }

    .sm-clean ul a.disabled {
        background-color: #FFFFFF;
        
        color: #CCCCCC;
    }

    .sm-clean ul a.has-submenu {
        padding-right: 20px;
    }

    .sm-clean ul a .sub-arrow {
        right: 8px;
        top: 50%;
        margin-top: -5px;
        border-width: 5px;
        border-style: dashed dashed dashed solid;
        
        border-color: transparent transparent transparent #555555;
    }

    .sm-clean .scroll-up,
    .sm-clean .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        
        background-color: #FFFFFF;
        
        height: 20px;
    }

    .sm-clean .scroll-up:hover,
    .sm-clean .scroll-down:hover {
        background-color: #EEEEEE;
    }

    .sm-clean .scroll-up:hover .scroll-up-arrow {
        border-color: transparent transparent #40696b transparent;
    }

    .sm-clean .scroll-down:hover .scroll-down-arrow {
        border-color: #40696b transparent transparent transparent;
    }

    .sm-clean .scroll-up-arrow,
    .sm-clean .scroll-down-arrow {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 6px;
        border-style: dashed dashed solid dashed;
        
        border-color: transparent transparent #555555 transparent;
    }

    .sm-clean .scroll-down-arrow {
        top: 8px;
        border-style: solid dashed dashed dashed;
        
        border-color: #555555 transparent transparent transparent;
    }

    .sm-clean.sm-rtl a.has-submenu {
        padding-right: 12px;
        padding-left: 24px;
    }

    .sm-clean.sm-rtl a .sub-arrow {
        right: auto;
        left: 12px;
    }

    .sm-clean.sm-rtl.sm-vertical a.has-submenu {
        padding: 10px 20px;
    }

    .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
        right: auto;
        left: 8px;        
        border-style: dashed solid dashed dashed;
        
        border-color: transparent #555555 transparent transparent;
    }

    .sm-clean.sm-rtl > li > ul::before {
        left: auto;
        right: 30px;
    }

    .sm-clean.sm-rtl > li > ul::after {
        left: auto;
        right: 31px;
    }

    .sm-clean.sm-rtl ul a.has-submenu {
        padding: 10px 20px !important;
    }

    .sm-clean.sm-rtl ul a .sub-arrow {
        right: auto;
        left: 8px;
        border-style: dashed solid dashed dashed;
        
        border-color: transparent #555555 transparent transparent;
    }

    .sm-clean.sm-vertical {
        padding: 10px 0;
        border-radius: 5px;
    }

    .sm-clean.sm-vertical a {
        padding: 10px 20px;
    }

    .sm-clean.sm-vertical a:hover,
    .sm-clean.sm-vertical a:focus,
    .sm-clean.sm-vertical a:active,
    .sm-clean.sm-vertical a.highlighted {
        background-color: #FFFFFF;
    }

    .sm-clean.sm-vertical a.disabled {
        background-color: #EEEEEE;
    }

    .sm-clean.sm-vertical a .sub-arrow {
        right: 8px;
        top: 50%;
        margin-top: -5px;
        border-width: 5px;
        border-style: dashed dashed dashed solid;
        
        border-color: transparent transparent transparent #555555;
    }

    .sm-clean.sm-vertical > li > ul::before,
    .sm-clean.sm-vertical > li > ul::after {
        display: none;
    }

    .sm-clean.sm-vertical ul a {
        padding: 10px 20px;
    }

    .sm-clean.sm-vertical ul a:hover,
    .sm-clean.sm-vertical ul a:focus,
    .sm-clean.sm-vertical ul a:active,
    .sm-clean.sm-vertical ul a.highlighted {
        background-color: #EEEEEE;
    }

    .sm-clean.sm-vertical ul a.disabled {
        background-color: #FFFFFF;
    }
}

/*# sourceMappingURL=sm-clean.css.map */
/* ========================================== */
/* ==  SM-CLEAN MENU BAR END ============== */
/* ========================================== */



/* ========================================== */
/* ==  修改 取代 上方CSS 20230918 START ======= */
/* ========================================== */
/* --------------------------------- */
/* == //PC模式 (sm) // == */
@media (min-width: 992px) {
    .sm {
        padding: 0;        
        border-radius: 0;
        background-color: transparent;
    }
}
/*
@media (min-width: 992px) {
    .sm a .sub-arrow {
        display: none;
    }
}
*/
/*第一層 START */
.sm li .h2menu {
	display: block;
	list-style: none;
	margin: 0;
	line-height: normal;
	direction: ltr;
	border-radius: 0px !important;
}
.sm li .h2menu a {
    font-size: 106.25%;    /*1.0625rem*//*17*/
    font-weight: 600;
    line-height: 17px;
    
	padding: 15px 15px;     /* 12 12 重要 MENU 第一層 LI 邊寬*/
    padding-right: 24px;
	margin-bottom: 1px;
}
.sm li .h2menu a:hover,
.sm li .h2menu a:focus,
.sm li .h2menu a:active,
.sm li .h2menu a.highlighted {
    color: #775108;
    border-radius: 0 !important;  
    /*background-size: 100% 1px;*/
}

.sm li:last-child .h2menu a {
	margin-right: 0;
}

.sm li .h2menu a:hover::after {
    -webkit-transform: scale(1, 1) translate(50%, 0);
    transform: scale(1, 1) translate(50%, 0);
}

.sm li .h2menu a::after {
    width: calc( 100% - 1.2em);
}

.sm li .h2menu a::after {
    color: #d7a975;
    
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    right: 50%;
    
    background-color: currentColor;
    
    -webkit-transform: scale(0, 0) translate(-50%, 0);
    transform: scale(0, 0) translate(-50%, 0);
    transition: color .0s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, color .0s ease-in-out;
    transition: transform .2s ease-in-out, color .0s ease-in-out, -webkit-transform .2s ease-in-out;
}

/*第一層 END */

@media (min-width: 992px) {
    /*第二層*/
    .sm ul a:hover,
    .sm ul a:focus,
    .sm ul a:active,
    .sm ul a.highlighted,
    /*第三層*/
    .sm ul ul a:hover,
    .sm ul ul a:focus,
    .sm ul ul a:active,
    .sm ul ul a.highlighted,
    /*第四層*/
    .sm ul ul ul a:hover,
    .sm ul ul ul a:focus,
    .sm ul ul ul a:active,
    .sm ul ul ul a.highlighted,
    /*第五層*/
    .sm ul ul ul a:hover,
    .sm ul ul ul a:focus,
    .sm ul ul ul a:active,
    .sm ul ul ul a.highlighted {        
        color: #FFFFFF;
        background-color: #8c6418;
    }    
}

/* --------------------------------- */
/* == //選擇 UL 不重疊設定 // == */
.sm ul {
    width: 16em !important;
    /* margin-top: 12px !important; */
    margin-top: 0px !important;
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.075);    /*transparent*/
}
.sm ul ul,
.sm ul ul ul,
.sm ul ul ul ul,
.sm ul ul ul ul ul {
    width: 16em;    /*12em*/
    left: 7px !important;
    margin-top: -1px !important;    /*-15px*/
    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.075);   /*transparent*/
}
@media (max-width: 767px) {
    .sm ul ul,
    .sm ul ul ul,
    .sm ul ul ul ul,
    .sm ul ul ul ul ul {
        margin-top: 0px !important;
    }
}
/* == //選擇 UL 不重疊設定 // == */
/* --------------------------------- */

/* ------------------------------------------- */
/* == //第一層 UL a 箭頭 HOVER 顏色 // == */
@media (min-width: 992px) {
    /*第一層箭頭 START*/
    .sm .h2menu a .sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: 5px;     /*5px*/
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;        
        border-radius: 0;
        
        border-color: #BBBBBB transparent transparent transparent;     /*要換 V箭頭*/
        
        background-color: transparent;
    }
    .sm .h2menu a .sub-arrow::before {
        display: none;
    }
    .sm .h2menu a:hover .sub-arrow,
    .sm .h2menu a:focus .sub-arrow,
    .sm .h2menu a:active .sub-arrow,
    .sm .h2menu a.highlighted .sub-arrow {
        border-width: 5px;
        border-style: solid dashed dashed dashed;
                
        border-color: #775108 transparent transparent transparent;    /*要換*/
    }    
    /*第一層箭頭 END*/
    
    
    /*第二層箭頭 START*/
    .sm ul a:hover .sub-arrow,
    .sm ul a:focus .sub-arrow,
    .sm ul a:active .sub-arrow,
    .sm ul a.highlighted .sub-arrow,
    /*第三層箭頭 START*/
    .sm ul ul a:hover .sub-arrow,
    .sm ul ul a:focus .sub-arrow,
    .sm ul ul a:active .sub-arrow,
    .sm ul ul a.highlighted .sub-arrow,
    /*第四層箭頭 START*/
    .sm ul ul ul a:hover .sub-arrow,
    .sm ul ul ul a:focus .sub-arrow,
    .sm ul ul ul a:active .sub-arrow,
    .sm ul ul ul a.highlighted .sub-arrow,
    /*第五層箭頭 START*/
    .sm ul ul ul a:hover .sub-arrow,
    .sm ul ul ul a:focus .sub-arrow,
    .sm ul ul ul a:active .sub-arrow,
    .sm ul ul ul a.highlighted .sub-arrow {
        border-color: #FFFFFF transparent transparent transparent;    /*要換*/
        transform: rotate(-90deg);
    }
}
/* == //第一層 UL a 箭頭 HOVER 顏色 // == */
/* ------------------------------------------- */

/* == //PC模式 (sm) // == */
/* --------------------------------- */


/* --------------------------------- */
/* == //手機模式 (sm-clean) // == */

@media (max-width: 991px) {
    .sm-clean {        
        border-radius: 0px;
        background-color: #FFFFFF;
    }
    .sm-clean {
        height: auto; /*240px;*/
        max-height: 75vh;
        overflow: auto;
        scrollbar-width: thin;        /* "auto" or "thin" */
        scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3);
    }
    
    .sm-clean ul,
    .sm-clean ul ul,
    .sm-clean ul ul ul,
    .sm-clean ul ul ul ul,
    .sm-clean ul ul ul ul {
        margin-top: 0px !important;
        width: 100% !important;
        border: none;
    }    
    .sm-clean li {
		/* display: inline-block; */
		display: block;
        border-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.075);
		width: 100%;
	}
}

@media (max-width: 991px) {
    /*第一層 字顏色 */
    .sm-clean li .h2menu a,
    /*第二層 字顏色 */
    .sm-clean ul a,
    /*第三層 字顏色 */
    .sm-clean ul ul a,
    /*第四層 字顏色 */
    .sm-clean ul ul ul a,
    /*第五層 字顏色 */
    .sm-clean ul ul ul a {
        color: #202020;
    }
    
    /* 手機模式 字的 Padding 寬高 */
    .sm-clean li .h2menu a {
        font-size: 100%;
        font-weight: 400;
        line-height: 17px;
        border: none;
        border-radius: 0px !important;
    }
    /* 手機模式 選取的顏色 */
    .sm-clean li .h2menu a:hover,
    .sm-clean li .h2menu a:focus,
    .sm-clean li .h2menu a:active,
    .sm-clean li .h2menu a.highlighted,
    

    .sm-clean ul a:hover, 
    .sm-clean ul a:focus, 
    .sm-clean ul a:active,
    .sm-clean ul a.highlighted,
    

    .sm-clean ul ul a:hover, 
    .sm-clean ul ul a:focus, 
    .sm-clean ul ul a:active,
    .sm-clean ul ul a.highlighted,
    

    .sm-clean ul ul ul a:hover, 
    .sm-clean ul ul ul a:focus, 
    .sm-clean ul ul ul a:active,
    .sm-clean ul ul ul a.highlighted,
    

    .sm-clean ul ul ul ul a:hover, 
    .sm-clean ul ul ul ul a:focus, 
    .sm-clean ul ul ul ul a:active
    .sm-clean ul ul ul ul a.highlighted {
        color: #8c6418; 
        
        /* background-color: #014785; */
    }
    
    /*第一層 HOVER border-left 字距離 ~ /*第五層 border-left字距離 */    
    .sm-clean li .h2menu a,
    .sm-clean li .h2menu a:hover, 
    .sm-clean li .h2menu a:focus, 
    .sm-clean li .h2menu a:active,
    
    .sm-clean ul a, 
    .sm-clean ul a:hover, 
    .sm-clean ul a:focus, 
    .sm-clean ul a:active,
    
    .sm-clean ul ul a, 
    .sm-clean ul ul a:hover, 
    .sm-clean ul ul a:focus, 
    .sm-clean ul ul a:active,
    
    .sm-clean ul ul ul a, 
    .sm-clean ul ul ul a:hover, 
    .sm-clean ul ul ul a:focus, 
    .sm-clean ul ul ul a:active,
    
    .sm-clean ul ul ul ul a, 
    .sm-clean ul ul ul ul a:hover, 
    .sm-clean ul ul ul ul a:focus, 
    .sm-clean ul ul ul ul a:active {
        border-left: none;
        
        padding-top: 18px;        
        padding-right: 58px;
        padding-bottom: 18px;
        padding-left: 24px;
        
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .sm-clean a .sub-arrow {
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: auto;
        right: 4px;
        width: 34px;
        height: 34px;
        overflow: hidden;
        font-size: 100%;
        font-weight: bold;
        line-height: 34px;
        text-align: center;
        text-shadow: none;
        background: transparent;
        border-radius: 0;
    }
}
/* == //手機模式 (sm-clean) // == */
/* --------------------------------- */


/* -------------------------------------------- */
/* == //手機模式 下拉選單框 浮動於 BANNER 上 // == */
.menu_section .navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}
.menu_section .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {	
	.menu_section .navbar-collapse {		
		margin-top: 0;
		margin-left: 0px; /*-15px*/
		margin-right: -15px;
		margin-bottom: -4px;
        
        background-color: #FFFFFF; /*transparent*/
        
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	}
	.menu_section .navbar-collapse {
		position: absolute;
		top: 73px;
		width: 100%;
		z-index: 1000;
	}
	
	.navbar-collapse .ml-auto.mr-4 {
		margin-right: 0 !important;
	}
}
@media (max-width: 991px) {	
	.menu_section .navbar-collapse {
		position: absolute;
		top: 75px;
		width: 100%;
		z-index: 1000;
	}
}
/* @media (max-width: 480px) {	
	.menu_section .navbar-collapse {
		position: absolute;
		top: 86px;
		width: 100%;
		z-index: 1000;
	}
} */
/* == //手機模式 下拉選單框 浮動於 BANNER 上 // == */
/* ------------------------------------------- */



/* ================================================== */
/* == 重要 JESS 新增 MEGA MENU 20220610 ============== */
/* ================================================== */
.sm-clean ul.mega-menu .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}
.sm-clean ul.mega-menu li {
	float: left;
}

/* .sm-clean ul.mega-menu li .mega-h2::before {
	float: left;	
	content: "▍";
    
    color: #090a0c;
} */
/* .sm-clean ul.mega-menu li .mega-h2:hover::before {
	color: #FFFFFF;
} */
/* == //PC模式 設定 // == */
/* --------------------------------- */
@media (min-width: 992px) {
    .sm-clean ul.mega-menu {
        position: fixed;
        width: 800px !important; /*calc(100% - 200px)*/ /*500px*/
        max-width: 800px; /*500px*/
        left: auto !important;
        right: 0;
        padding: 20px 40px;
        height: fit-content;
    }

    .sm-clean ul.mega-menu li a {
        color: #202020;
        border: 0 !important;
        padding: 0 !important;
    }
    .sm-clean ul.mega-menu li a:focus,
    .sm-clean ul.mega-menu li a:hover {
        color: #fff;
    }

    .sm-clean ul.mega-menu li .mega-h2 {
        font-size: 1.125rem;        /*18px*/
        font-weight: 600;
        line-height: 17px;
        text-decoration: none;
        text-align: left;

        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        /* border-bottom: 1px solid #d7d6d6 !important; */

       /* padding: 25px 20px;*/
        padding: 10px 7px;
        
        /* color: #2e1a13; */
    }

    .sm-clean ul.mega-menu li a.text-item {
        border: 0 !important;
        padding: 15px 20px !important;
        
        color: #2e1a13;
    }

    /* .sm-clean > li > ul.mega-menu::before,
    .sm-clean > li > ul.mega-menu::after {
        content: '';
        position: absolute;
        top: -18px;
        left: calc(50% + 5%);
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 9px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #bbbbbb transparent;
        border-color: transparent transparent transparent transparent;
    } */

    /* .sm-clean > li > ul.mega-menu::after {
        top: -16px;
        left: calc(50% + 5%); 
        border-width: 8px;
        border-color: transparent transparent #fff transparent;
        border-color: transparent transparent transparent transparent;
    } */
}

/* == //手機模式 設定 // == */
/* --------------------------------- */
@media (max-width: 991px) {
	.sm-clean ul.mega-menu li a.mega-a  {
		padding: 15px 20px;
		padding-right: 0px !important;
		border-bottom: 1px solid #fff;
	}
	
	.sm-clean ul.mega-menu li a.text-item  {
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px !important;
		padding-bottom: 15px;
	}
	
	
	.sm-clean ul.mega-menu li a mega-h2,
	.sm-clean ul.mega-menu li a mega-h2:hover,
	.sm-clean ul.mega-menu li a mega-h2:focus,
	.sm-clean ul.mega-menu li a mega-h2:active {
		color: inherit;
		font-size: 1.125rem;    /*18px*/
		text-decoration: none;
		text-align: left;
	
		margin-bottom: 0;
		padding-bottom: 5px;
		border-bottom: 1px solid #d7d6d6 !important;
	}	
}
/* ================================================== */
/* == 重要 JESS 新增 MEGA MENU 20220610 ============== */
/* ================================================== */


/*========================================*/
/*============== NEW =====================*/
/*========================================*/
/* NEW 搜尋+購物車--自訂圖示 START */
.header_section .pc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header_section .pc-box {
    display: flex;
}

.menu_section .mobile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 75px;
}


@media (min-width: 1235px) {
    .menu_section .header_mb{
        display: none;
    }
    .menu_section .mobile-box {
        display: none;
    }
}
@media (max-width: 1234px) {
    .header_section{
        display: none;
    }
    .header_section .pc-box {
        display: none;
    }
    .menu_section .mobile-box {
        display: flex;
    }
    .menu_section .header_mb{
        display: block;
    }
}

.menu_section .icons,
.header_section .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}                   

/* @media (max-width: 767px) {
    .menu_section .icons,
    .header_section .icons {
        padding-right: 0.5rem;
    }
} */

.menu_section .icons #search-btn:focus,
.header_section .icons #search-btn:focus,
.menu_section .icons #search-btn-mobile:focus,
.header_section .icons #search-btn-mobile:focus,
.menu_section .search-submit:focus,
.header_section .search-submit:focus{
    outline: 3px dotted #ff1414 !important;
    /* box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);  */
    outline-offset: 0px;
}

.menu_section .icons .fa-search,
.header_section .icons .fa-search,
.menu_section .icons .fa-shopping-cart,
.header_section .icons .fa-shopping-cart {
    cursor: pointer;
    font-size: 125%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #2f2f2f;
    /*width: 32px;*/
    /*height: 32px;*/
	width: 50px;
    height: 50px;
    /* border-radius: 100%; */
    background: #ffa200;;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {

    .menu_section .icons .fa-search,
    .header_section .icons .fa-search,
    .menu_section .icons .fa-shopping-cart,
    .header_section .icons .fa-shopping-cart {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (min-width: 320px) and (max-width: 435px) {

    .menu_section .icons .fa-search,
    .header_section .icons .fa-search,
    .menu_section .icons .fa-shopping-cart,
    .header_section .icons .fa-shopping-cart {
        font-size: 123%;
    }
}


.menu_section .icons div:hover,
.header_section .icons div:hover,
.header_section .icons div.active {
    /*width: 32px;*/
    /*height: 32px;*/
	width: 50px;
    height: 50px;
    /* border-radius: 100%; */

    /* color: #ffa200;    
    background-color: #2f2f2f; */
}

/*#menu-btn {
    display: none;
}*/
/*-----------------------------------------*/
.menu_section .search-form-down {
    position: absolute;
    top: 100%;    /*115%*/
    right: 5rem;
    
    width: calc(100% - 75%);    /*21.75rem*/
    height: 3rem !important;    /*3rem*/
    display: none;
    align-items: center;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 1000;

    /* border-radius: 32px; */
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    
    background-color: #FFFFFF;
}

@media (max-width:991px) {
    .menu_section .search-form-down {
        width: calc(100% - 1.75rem);        /*90%*/
        right: 0.8rem;        /*2rem*/
    }
}

.menu_section .search-form-down.active {
    transform: scaleY(1);
    transition: .3s linear;
    display: flex;
}

.menu_section .search-form-down input {
    height: 3rem;
    width: 100%;
    font-size: 100%;    
    color: #090a0c;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: none;
    text-transform: none;

    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;

    border-radius: 0px;
    /* border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 30px; */
}

.menu_section .search-form-down label {
    cursor: pointer;
    font-size: 125%;
    margin: 0rem;    /*1rem*/    
    color: #090a0c;
    padding: 0.85rem 1.9rem;
    border-radius: 0px;
    height: 3rem;
    /* border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0; */
}

.menu_section .search-form-down label:hover {
    color: #FFFFFF;    
    background-color: #b78438;
}
.menu_section .search-form-down .close-search{
    position: absolute;
    width: 50px;
    height: 20px;
    top: 0;
    right: 0;
}
.menu_section .search-form-down input.close-search{
    font-size: 100%;
    color: #090a0c;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-transform: none;
    padding-top: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.2rem;
    height: 1.8rem;
    border-radius: 0px;
}
/*-----------------------------------------*/
.menu_section .icons span.count,
.header_section .icons span.count {
    position: absolute;
    font-size: 87.5%;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;    
    background-color: #0263B8;
}

.menu_section .icons span.count
.header_section .icons span.count {
    top: -5px;
    /*15px*/
    right: -5px;
}

@media (max-width:991px) {
    .menu_section .icons span.count,
    .header_section .icons span.count {
        top: 20px;
        /*5px*/
        right: 38.5px;
    }
}

/*-----------------------------------------*/
/*== 側邊購物車清單 ==*/
.menu_section .cart-items-container {
    position: absolute;
    top: 100%;
    right: -120%;
    height: calc(100vh - 9.5rem);
    width: 21.75rem;
    
    padding: 1rem 1rem 1rem 1rem;
    z-index: 1000;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    
    background-color: #FFFFFF;
}

.menu_section .cart-items-container.active {
    right: 0;
    transition: .3s linear;
}

.menu_section .cart-items-container .cart-item {
    position: relative;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.menu_section .cart-items-container .cart-item .fa-times {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 000%;
    cursor: pointer;
    
    color: #090a0c;
}

.menu_section .cart-items-container .cart-item .fa-times:hover {
    color: #d3ad7f;
}

.menu_section .cart-items-container .cart-item img {
    height: 7rem;
}

.menu_section .cart-items-container .cart-item .content h3 {
    font-size: 100%;
    color: #090a0c;
    padding-bottom: .5rem;
}

.menu_section .cart-items-container .cart-item .content .price {
    font-size: 100%;
    color: #d3ad7f;
}

.menu_section .cart-items-container .btn {
    width: 100%;
    text-align: center;
}

/* ================================= */
/* == 下拉式 商品購物清單 ============= */
.cart-items-container .right-widget .dropdown-form {
    padding: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 991px) {
    .cart-items-container .right-widget .dropdown-form {
        padding: 0;
    }
}

.cart-items-container .right-widget .dropdown-form::before,
.cart-items-container .right-widget .dropdown-form::after {
    content: '';
    position: absolute;
    top: -18px;
    right: 3%;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #BBBBBB transparent;
}

.cart-items-container .right-widget .dropdown-form::after {
    top: -16px;
    right: 3.1%;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
}

@media (min-width: 320px) and (max-width: 990px) {

    .cart-items-container .right-widget .dropdown-form::before,
    .cart-items-container .right-widget .dropdown-form::after {
        right: 15%;
    }

    .cart-items-container .right-widget .dropdown-form::after {
        right: 15.1%;
    }
}

.cart-items-container .mincart-list-box {
    position: relative;
    display: block;
    height: 80vh;
    padding: 0px 15px 0px 0px;
    overflow-y: scroll;
}

/*----------------------------------*/
/* scrollbar 樣式 ------------------*/
/*Firefox 用*/
.cart-items-container .mincart-list-box {
    scrollbar-width: thin;
    /*auto | thin | none | <length> 這幾種選項*/
    scrollbar-border: 1px solid #FFFFFF;
    /*scrollbar-color: var(--color-v2) #000000;*/
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.5);
}

/*Firefox 用*/
/*Chrome 用*/
.cart-items-container .mincart-list-box::-webkit-scrollbar-track {
    background-color: #000000;    /*transparent;*/
    /* color of the 滾動區塊 */
}

.cart-items-container .mincart-list-box::-webkit-scrollbar {
    width: 8px;
    /* width of the 滾動條寬度 */
}

.cart-items-container .mincart-list-box::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    /* color of the 滾動條顏色 */
    border-radius: 20px;
    /* roundness of the 滾動條寬度圓角 */
    /*border: 1px solid #FFFFFF;*/
    /* creates padding around 滾動條邊框+顏色 */
}

/*Chrome 用*/
/* scrollbar 樣式 ------------------*/
/*----------------------------------*/

.cart-items-container .mincart-list-box .minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
}

.cart-items-container .mincart-list-box .minicart-product-list li {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

.cart-items-container .mincart-list-box .minicart-product-list li a {
    color: #090a0c;
}

.cart-items-container .mincart-list-box .minicart-product-list li a:hover {
    color: #0263B8;
}

.cart-items-container .mincart-list-box .minicart-product-list li .image {
    /*flex: 1 0 75px;*/

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
}

.cart-items-container .mincart-list-box .minicart-product-list li .image img {
    /*max-width: 100%;*/
    max-width: 30%;
    /*25%*/
    border: 1px solid #ebebeb;
    margin-top: 4px;
}

@media only screen and (max-width:991px) {
    .cart-items-container .mincart-list-box .minicart-product-list li .image {
        flex: 1 0 50px
    }
}

.cart-items-container .mincart-list-box .minicart-product-list li .content {
    position: relative;
    flex: 1 0 calc(100% - 100px);
    /* 1 0 calc(100% - 150px)*/
    padding-left: 15px
}

.cart-items-container .mincart-list-box .minicart-product-list li .content .title {
    font-size: 87.5%;
    color: #090a0c;
    font-weight: 400;
    display: block;
}

.cart-items-container .mincart-list-box .minicart-product-list li .content .title:hover {
    color: #ff7004
}

.quantity-price-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-items-container .mincart-list-box .minicart-product-list li .content .quantity-price {
    font-size: 87.5%;    /*0.875rem / 14px*/
    /*display: block;*/
    margin-top: 10px
}

.cart-items-container .mincart-list-box .minicart-product-list li .content span.quantity {
    display: inline-block;
    font-size: 0.875rem;    /*14px*/
}

.cart-items-container .mincart-list-box .minicart-product-list li .content span.take {
    display: inline-block;
    font-size: 87.5%;    /*0.875rem / 14px*/
    /*margin: 12px 10px 0 10px;*/
}

.cart-items-container .mincart-list-box .minicart-product-list li .content span.amount {
    font-size: 87.5%;    
    color: #0263B8;
    font-weight: 600;
    font-size: 100%;
    /*16px*/
    /*margin: 13px 0 0 0;*/
}

/*.cart-items-container .mincart-list-box .minicart-product-list li .content .remove*/
.cart-items-container .mincart-list-box .minicart-product-list li a.remove {
    line-height: 1.5;
    position: relative;
    top: 0;
    right: 0;
    padding: 0 3px;
    color: #212121;
    font-size: 100%;
    /*16px*/
}

/*.cart-items-container .mincart-list-box .minicart-product-list li .content .remove:hover*/
.cart-items-container .mincart-list-box .minicart-product-list li a.remove:hover {
    color: #eb2606
}

@media only screen and (max-width:991px) {
    .cart-items-container .mincart-list-box .minicart-product-list li .content {
        flex: 1 0 calc(100% - 75px)
    }
}

.cart-items-container .mincart-list-box .minicart-product-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}


/* == 數量選擇 == */
.cart-items-container .mincart-list-box .cart-plus-minus {
    border: 1px solid #ebebeb;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 94px;
    /*115*/
}

.cart-items-container .mincart-list-box .cart-plus-minus .qtybutton {
    color: #000000;
    cursor: pointer;
    float: inherit;
    font-size: 1.125rem;
    /*18px*/
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    transition: all .3s ease 0s;
    width: 30px;
    /*40*/
}

.cart-items-container .mincart-list-box .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #000000;
    float: left;
    font-size: 0.875rem;
    /*14px*/
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 94px;
    /*115*/
    outline: 0
}

/*移除 input type="number" 时浏览器自带的上下箭头*/
.cart-items-container .mincart-list-box .cart-plus-minus input::-webkit-outer-spin-button,
.cart-items-container .mincart-list-box .cart-plus-minus input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cart-items-container .mincart-list-box .cart-plus-minus input[type='number'] {
    -moz-appearance: textfield;
}

/*移除 input type="number" 时浏览器自带的上下箭头*/

.cart-items-container .mincart-list-box .cart-plus-minus .inc.qtybutton {
    height: 50px;
    padding-top: 14px;
    right: 0;
    top: 0
}

.cart-items-container .mincart-list-box .cart-plus-minus .dec.qtybutton {
    height: 50px;
    padding-top: 14px;
    left: 0;
    top: 0
}

/* == 數量選擇 == */


/* ===== STYLE 01 Cart Total 購物車 結算總計 區塊 ====== */
.cart-items-container .mincart-list-box .custom-totall {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 15px 15px;
}

.cart-items-container .mincart-list-box .custom-totall .title-wrap {
    position: relative;
}

.cart-items-container .mincart-list-box .custom-totall .title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 13px;
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 1;
}

.cart-items-container .mincart-list-box .custom-totall .title-wrap .cart-bottom-title.h4,
.cart-items-container .mincart-list-box .custom-totall .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 1.125rem;
    /*18px*/
    font-weight: 700;
    margin: 0;
    padding-right: 18px;
    background-color: #ebebeb;
    position: relative;
    z-index: 1;
    color: #000000;
}

.cart-items-container .mincart-list-box .custom-totall .tax-wrapper {
    margin-top: 22px;
}

.cart-items-container .mincart-list-box .custom-totall .h5,
.cart-items-container .mincart-list-box .custom-totall h5 {
    font-size: 0.9375rem;
    /*15px*/
    margin: 20px 0 27px 0;
    font-weight: 400;
}

.cart-items-container .mincart-list-box .custom-totall .h5 span,
.cart-items-container .mincart-list-box .custom-totall h5 span {
    float: right;
    font-size: 1.125rem;
    /*18px*/
    font-weight: 700;
}

.cart-items-container .mincart-list-box .custom-totall .total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    /*padding: 28px 0;*/
}

.cart-items-container .mincart-list-box .custom-totall .total-shipping .h5,
.cart-items-container .mincart-list-box .custom-totall .total-shipping h5 {
    font-size: 0.9375rem;
    /*15px*/
    margin: 0;
}

.cart-items-container .mincart-list-box .custom-totall .total-shipping .h5 span,
.cart-items-container .mincart-list-box .custom-totall .total-shipping h5 span {
    float: right;
    font-size: 1.125rem;
    /*18px*/
    font-weight: 700;
}

.cart-items-container .mincart-list-box .custom-totall .custom-totall-title {
    color: #0263B8;    
    font-size: 1.25rem;    /*20px*/
    font-weight: 700;
    margin: 0 0 25px;
}

.cart-items-container .mincart-list-box .custom-totall .custom-totall-title span {
    float: right;
}

.cart-items-container .mincart-list-box .custom-totall a {
    display: block;
    font-size: 0.9375rem;
    /*15px*/
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;

    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;

    border-radius: 99rem;
    
    background-color: #0263B8;
}

.cart-items-container .mincart-list-box .custom-totall a:hover {
    background-color: #dbb189;
}

.cart-items-container .mincart-list-box .totall-button {
    background-color: transparent;
    border: 1px solid transparent;
    /*background-color: #ebebeb;*/
    /*border: 1px solid #ebebeb;*/
    border-radius: 0;
    padding: 0px 30px 30px 30px;
}

.cart-items-container .mincart-list-box .totall-button a {
    display: block;
    font-size: 1.25rem;
    /*20*/
    font-weight: 700;
    line-height: 1;
    color: #212121;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    border-radius: 99rem;
    border: 1px solid #ff7004;
    
    background-color: #FFFFFF;
}

.cart-items-container .mincart-list-box .totall-button a:hover {
    color: #FFFFFF;    
    border: 1px solid #FFFFFF;    
    background-color: #dbb189;
}

/* ===== STYLE 01 Cart Total 購物車 結算總計 區塊 ====== */
/*== 側邊購物車清單 ==*/

.cart-items-container .mincart-list-box .minicart-product-list li .remove {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 3px;    
    color: #090a0c;    
    font-size: 100%;    /*16px*/
    line-height: 1.5;
}

.cart-items-container .mincart-list-box .minicart-product-list li .remove input {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../images/shop/icon-remove_24x24.svg");
    background-color: transparent;
    top: 4px;
}

.cart-items-container .mincart-list-box .minicart-product-list li .remove input:hover {
    background-image: url("../../images/shop/icon-remove_24x24_hover.svg");
}

/* NEW 搜尋+購物車--自訂圖示 START *
/*========================================*/
/*============== NEW =====================*/
/*========================================*/

/* cara 20240202 menu 客製 */
.wrapper{
    position: fixed;
    top: var(--size);
    /*left: -100%;*/
    left: -100%;
    height: calc(100vh - var(--size));
    width: 100%;
    /* background: rgba(206, 206, 206, 0.95); */
    /* background: linear-gradient(90deg, #f92c78, #4114a1); */
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.98) 0%, rgba(214, 214, 214, 0.98) 100%);
    transition: all 0.6s ease-in-out;
    /* overflow-y: scroll; */
    padding: 30px 10px 30px 10px;
    z-index: 30;
    display: none;
  }
  .wrapper.active{
    display: flex;
    flex-direction: column;
  }
  @media (min-width:768px) {
    .wrapper::before{
      content: url(../../images/logo/logo-bg.png);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    .wrapper::after{
      content: url(../../images/logo/logo-bg-2.png);
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1;
    }
  }
  .wrapper .menu-content{
    height: 98%;
    overflow-y: auto;
  }
  .wrapper .menu-content::-webkit-scrollbar{
    width: 7px;
  }
  .wrapper .menu-content::-webkit-scrollbar-button{
    background: transparent;
    border-radius: 4px;
  }
  .wrapper .menu-content::-webkit-scrollbar-track-piece{
    background: transparent;
  }
  .wrapper .menu-content::-webkit-scrollbar-thumb{
    /* border-radius: 4px; */
    background-color: rgba(47, 47, 47, 0.5);
    border: 1px solid rgba(47, 47, 47, 0.2);
  }
  .wrapper .menu-content::-webkit-scrollbar-track{
    box-shadow: transparent;
  }
  #activemenu:checked ~ .wrapper{
    left: 0;
    /* right: 0; */
  }
  .menu-btn{
    position: absolute;
    z-index: 40;
    right: 15px;
    /* left: 48px; */
    top: -63px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    /* border-radius: 50%; */
    font-size: 20px;
    cursor: pointer;
    /*color: #fff;*/
    /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    background: #ffa200;
    /* transition: all 0.3s ease-in-out; */
  }     
  .menu-btn:focus{
    outline: 3px dotted #ff1414 !important;
    outline-offset: 0px;
  }
  .menu-close:focus{
    outline: 3px dotted #ff1414 !important;
    /* outline-offset: 0px; */
  }
  .menu-close{
    position: absolute;
    height: 50px;
    width: 50px;
    background: transparent;
    top: -63px;
    right: 15px;
  }
  /* .menu-text{
    position: absolute;
    z-index: 40;
    left: 8px;
    top: 6px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 100%;
    cursor: pointer;
    color: #333333;
    font-weight: 700;
  } */
  /* .menu-text:hover{
    color: #e5aabd;
  } */
  @media (max-width:1234px) {
    .menu-btn{
      top: 9px;
    }
    .menu-close{
        top: -60px;
    }
  }
  
  .menu-btn span,
  .menu-btn::before,
  .menu-btn::after{
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      left: 30%;
      width: 40%;
      border-bottom: 2px solid #333333;
      transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .menu-btn:before{
    transform: translateY(-8px);
  }
  .menu-btn:after{
    transform: translateY(8px);
  }
  
  
  .close {
      z-index: 1;
      width: 100%;
      height: 100%;
      pointer-events: none;
      transition: 0.6s;
  }
  
  /* closing animation */
  #activemenu:checked + .menu-btn span {
      transform: scaleX(0);
  }
  #activemenu:checked + .menu-btn:before {
      transform: rotate(45deg);
    border-color: #333333;
  }
  #activemenu:checked + .menu-btn:after {
      transform: rotate(-45deg);
    border-color: #333333;
  }

  /* 手機版header移至menu */
  .wrapper .header_mb a.nav-link{
    border: 1px solid rgba(47, 47, 47, 0.15);
    text-align: center;
    padding: 15px;
    color: #2f2f2f;
  }
  /* 手機版header移至menu */


  /* .wrapper div{
    position: absolute;
    top: 60%;
    left: 50%;
    height: 90%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
  } */
  /* .wrapper ul li{
    height: 10%;
    margin: 15px 0;
  } */
  .wrapper ul{
    padding-left: 0px;
    list-style: none;
  }
  .wrapper ul.level-one{
    padding-left: 0px;
    list-style: none;
  }
  .wrapper ul.level-one li a{
    position: relative;
    /* transition: 0.3s; */
    /* min-width: 300px; */
  }
  .wrapper ul.level-one > li > a{
    font-size: 125%;
    font-weight: 600;
    display: block;
    letter-spacing: 5px;
    border-bottom: 1px solid #000;
  }
  .wrapper ul.level-one li a:hover,
  .wrapper ul.level-one li a:focus{
    color: #2F734B;
    /* text-shadow: 2px 2px 6px #707070; */
  }
  /* .wrapper ul.level-one > li a::before,
  .wrapper ul.level-one > li a::before{
    content: "";
    width: 2px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: -30px;
    transition: 0.3s;
  } */
  /* .wrapper ul.level-one > li a:hover::before,
  .wrapper ul.level-one > li a:focus::before{
    content: "";
    width: 2px;
    height: 100%;
    background: #e5aabd;
    box-shadow: -2px 4px 6px 0px rgb(0 0 0 / 45%);
    position: absolute;
    top: 0;
    left: -20px;
  } */
  /* .wrapper ul.level-one ul.level-two > li a::before,
  .wrapper ul.level-one ul.level-two > li a::before{
    content: "";
    width: 2px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: -10px;
    transition: 0.3s;
  } */
  /* .wrapper ul.level-one ul.level-two > li a:hover::before,
  .wrapper ul.level-one ul.level-two > li a:focus::before{
    content: "";
    width: 2px;
    height: 100%;
    background: #333333;
    box-shadow: -2px 4px 6px 0px rgb(0 0 0 / 45%);
    position: absolute;
    top: 0;
    left: -1px;
  } */
  /* .wrapper ul.level-one ul.level-two ul.level-three > li a::before,
  .wrapper ul.level-one ul.level-two ul.level-three > li a::before{
    content: "";
    width: 2px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: -25px;
    transition: 0.3s;
  } */
  /* .wrapper ul.level-one ul.level-two ul.level-three > li a:hover::before,
  .wrapper ul.level-one ul.level-two ul.level-three > li a:focus::before{
    content: "";
    width: 2px;
    height: 100%;
    background: #333333;
    box-shadow: -2px 4px 6px 0px rgb(0 0 0 / 45%);
    position: absolute;
    top: 0;
    left: -15px;
  } */
  /* .wrapper ul.level-two::before{
    content: "";
    color: #333333;
    width: 85%;
    position: absolute;
    top: 53px;
    left: 20px;
    height: 1px;
    background: rgba(51, 51, 51, 0.3);
  
  } */
  .wrapper ul.level-two > li a{
    font-size: 110%;
    letter-spacing: 2px;
    line-height: 30px;
  }
  .wrapper ul.level-three > li > a{
    font-size: 98%;
    color: #333333;
    line-height: 30px;
    display: block;
  }
  .wrapper ul a,
  .wrapper ul li a{
    word-break: break-all;
    word-wrap: break-word;
    text-decoration: none;
    font-size: 100%;
    font-weight: 500;
    /* padding: 5px 30px; */
    color: #333333;
    /* border-radius: 50px; */
    /* position: absolute; */
    line-height: 50px;
    /* margin: 5px 10px; */
    /* opacity: 0; */
    /* transition: all 0.3s ease; */
    /* transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1); */
  }
  
  .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.1s;
  }
  @-webkit-keyframes BounceInUp {
     
    0% {
      -webkit-transform: scaleX(0) translateY(-50px);
      }
      50% {
      -webkit-transform: scaleX(0.7) translateY(30px);
      }
      100% {
      -webkit-transform: scaleX(1) translateY(0px);
      }
  }
  
  @keyframes BounceInUp {
    
    0% {
    transform: scaleX(0) translateY(-50px);
    }
    50% {
    transform: scaleX(0.7) translateY(30px);
    }
    100% {
    transform: scaleX(1) translateY(0px);
    }
  }
  
  .BounceInUp {
    -webkit-animation-name: BounceInUp;
    animation-name: BounceInUp;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  @-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
  }
  
  @keyframes slideIn {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
  }
  
  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  @-webkit-keyframes slideOut {
    0% {
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(100%);
    }
  }
  
  @keyframes slideOut {
    0% {
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(100%);
    }
  }
  
  .slideOut {
    -webkit-animation-name: slideOut;
    animation-name: slideOut;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  
  /* .wrapper ul li a:hover{
    color: #b9b767;
  } */
  input#activemenu[type="checkbox"]{
    display: none;
  }
  
  #activemenu:checked ~ .wrapper ul li a {
    opacity: 1;
  }
  
  .open-level-three-btn .btn-link {
    color: #777777;  
    padding: 0px;
    font-size: 100%;
    /* transform: scale(1.5); */
    text-decoration: none;
    display: inline;
    font-weight: 900;
    /* margin-top: 10px; */
  }
  .open-level-three-btn .btn-link:focus {
    outline: 3px dotted #ff1414 !important;
    outline-offset: 0px;
    box-shadow: none !important;
    border-radius: 0;
  }
/* cara 20240202 menu 客製 */

/* cara 20240327 menu more客製 */
.sm-clean a.more{
    color: #202020;
    background-color: transparent;
}
.sm-clean a.more:hover, 
.sm-clean a.more:focus, 
.sm-clean a.more:active, 
.sm-clean a.more.highlighted {
    color: #8c6418;
    background-color: transparent;
}
.sm-clean a.more .sub-arrow{
    display: none;
}

/* nav-item */
.sm ul.mega-menu .nav-item a{
    color: #202020;
    font-weight: 500;
    padding: 10px !important;
    font-size: 105%;
}
.sm ul.mega-menu .nav-item a:hover,
.sm ul.mega-menu .nav-item a:focus,
.sm ul.mega-menu .nav-item a:active,
.sm ul.mega-menu .nav-item a.highlighted {
    color: #8c6418;
    background: transparent;
}

/* search */
.search_wrap{
    background: #eeeeee;
}
.search_wrap .search-form input {
    /* width: calc(100% - 31px); */
    width: calc(100% - 8px);
    border: 1px solid #dbdbdb;
    padding: 10px 45px 10px 15px;
}
.search_wrap .search-form .searchButton {
    margin-left: -42px;
    color: #202020;
    padding: 11px 10px 10px 10px;
}
.search_wrap .search-form .searchButton:hover {
    color: #8c6418;
}
.search_wrap .search-form .searchButton:focus {
    outline: 3px dotted #ff1414 !important;
    outline-offset: -3px;
}
.sm-clean ul.mega-menu li .left-block {
    /*background: #f5f5f5;
    border-right: 1px solid #2e1a13;*/
}
.sm-clean ul.mega-menu li .left-block .nav-item:nth-child(odd) a {
    /*color: #ba4206;*/
    color: #775514;
}
.sm-clean ul.mega-menu li .left-block .nav-item:nth-child(even) a {
    color: #9E3805;
}
.sm-clean ul.mega-menu li .left-block .nav-item:nth-child(odd) a:focus,
.sm-clean ul.mega-menu li .left-block .nav-item:nth-child(odd) a:hover {
    color: #FFFFFF;
    /*background: #3173a2;*/
    /*background-color: #ed667e;*/
    background-color: #8c6418;
}
.sm-clean ul.mega-menu li .left-block .nav-item:nth-child(even) a:focus,
.sm-clean ul.mega-menu li .left-block .nav-item:nth-child(even) a:hover {
    color: #FFFFFF;
    /*background: #3173a2;*/
    background-color: #8c6418;
}


#main-nav .custom-mb-nav-link{
    color: #202020;
    display: block;
}
#main-nav .custom-mb-nav-link:hover{
    color: #8c6418;
}
#main-nav .left-block .custom-mb-nav-link2:nth-child(odd) a {
    color: #775514;
    display: block;
}
#main-nav .left-block .custom-mb-nav-link2:nth-child(even) a {
    color: #9E3805;
    display: block;
}
#main-nav .left-block .custom-mb-nav-link2:nth-child(odd) a:focus,
#main-nav .left-block .custom-mb-nav-link2:nth-child(odd) a:hover {
    color: #FFFFFF;
    background-color: #8c6418;
}
#main-nav .left-block .custom-mb-nav-link2:nth-child(even) a:focus,
#main-nav .left-block .custom-mb-nav-link2:nth-child(even) a:hover {
    color: #FFFFFF;
    background-color: #8c6418;
}
@media (min-width:992px) {
    #main-nav .more-pc-hide {
        display: none;
    }
}
@media (max-width:991px) {
    #main-nav .more-mb-hide {
        display: none;
    }
}

.sm-clean a.search {
    color: #202020;
    padding: 30.7px 15.7px;
    background: transparent;
    border-right: 1px solid transparent;
}
.sm-clean a:hover.fa-search::before {
    color: #8c6418;
}











