@charset "utf-8";
/* CSS Document */
/* 16px = 1em */

/* ========================================= */
/* ==  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 ================ */
/* ========================================= */

/* ========================================== */
/* ==  SM-CLEAN MENU BAR START ============== */
/* ========================================== */
.sm-clean {
	/*background: #eeeeee;*/
	/*border-radius: 5px;*/
  
	/* JESS 新增 20210910 */
	background: transparent;
	border-radius: 0px;
}

/* JESS 新增 20210910 */
@media (max-width: 768px) {
    .sm-clean {
        /*height: 310px;*/
        overflow: auto;
        scrollbar-width: thin; /* "auto" or "thin" */
        scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3);
    }
}
/* JESS 新增 20210910 */

.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {
	padding: 15px 20px;
  /* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	color: #333333;
	font-family: "open sans","微軟正黑體",sans-serif;
	font-size: 112.5%; /*1.125em*/ /*18*/
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}

.sm-clean a.current {
	color: #D23600;
}

.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*/
	line-height: 34px;
	font-weight: bold;

	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;*/
	/* JESS 新增 20210910 */
	border-radius: 0px;
	/* JESS 新增 20210910 */
}

.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;*/
	/* JESS 新增 20210910 */
	border-radius: 0px;
	/* JESS 新增 20210910 */
}

.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: 100%; /*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: 16em !important; /*12em*/
  }

  /* JESS 新增 20210910 */
  .sm-clean ul,
  .sm-clean ul ul,
  .sm-clean ul ul ul,
  .sm-clean ul ul ul ul,
  .sm-clean ul ul ul ul ul {
      width: 16em; /*12em*/
  }
  /* JESS 新增 20210910 */

  .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: #eeeeee;
    border-radius: 100px;

    /* JESS 新增 20210910 */
    background: transparent;
    border-radius: 0px;
    /* JESS 新增 20210910 */
  }
  
  .sm-clean a, 
  .sm-clean a:hover, 
  .sm-clean a:focus, 
  .sm-clean a:active, 
  .sm-clean a.highlighted {
    padding: 15px 15px;    /* 12 12 重要 MENU 第一層 LI 邊寬*/
    color: #FFFFFF;
    border-radius: 0 !important;
  }
  
  /* JESS 新增 20210910 */
  .sm-clean a:hover, 
  .sm-clean a:focus, 
  .sm-clean a:active, 
  .sm-clean a.highlighted {
    color: #ff7004;
  }
  /* JESS 新增 20210910 */

  /* ----------------------------------------------*/
  /* === JESS 取消 放到下面 =20210423 ============== */
  /* ----------------------------------------------*/
  /*
  .sm-clean a:hover, 
  .sm-clean a:focus, 
  .sm-clean a:active, 
  .sm-clean a.highlighted {
    color: #D23600;
  }
  
  .sm-clean a.current {
    color: #D23600;
  }
  */
  /* ----------------------------------------------*/
  /* ----------------------------------------------*/

  .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: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: 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;
  }
  
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }

.sm-clean > li > ul:hover::after {
    border-color: transparent transparent #ff7004 transparent;
}
  
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    /*padding: 5px 0;*/
    background: #fff;
	/*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: 15px 20px; /*10px 20px*/
    color: #555555;
  }
  
  .sm-clean ul a:hover, 
  .sm-clean ul a:focus, 
  .sm-clean ul a:active, 
  .sm-clean ul a.highlighted {    
    color: #FFFFFF;
	background: #ff7004;
  }
  
  .sm-clean ul a.current {
    color: #D23600;
  }
  
  .sm-clean ul a.disabled {
    background: #fff;
    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: #fff;
    height: 20px;
  }
  
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #eeeeee;
  }
  
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 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: #fff;
  }
  
  .sm-clean.sm-vertical a.disabled {
    background: #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: #eeeeee;
  }
  
  .sm-clean.sm-vertical ul a.disabled {
    background: #fff;
  }
}

/* ========================================== */
/* ==  SM-CLEAN MENU BAR END ================ */
/* ========================================== */


/* ========================================== */
/* == 重要 JESS 新增 20210910 =============== */
/* ========================================== */

/* == //PC模式 選擇 UL 不重疊設定 // == */
/* --------------------------------- */
.sm-clean ul,
.sm-clean ul ul,
.sm-clean ul ul ul,
.sm-clean ul ul ul ul,
.sm-clean ul ul ul ul ul {
  left: 7px !important;
}
.sm-clean ul {
  margin-top: 10px !important;
}
.sm-clean ul ul,
.sm-clean ul ul ul,
.sm-clean ul ul ul ul,
.sm-clean ul ul ul ul ul {
  left: 7px !important;
  margin-top: -15px !important;
}

@media (max-width: 991px) {
  .sm-clean ul ul,
  .sm-clean ul ul ul,
  .sm-clean ul ul ul ul,
  .sm-clean ul ul ul ul ul {
    margin-top: 0px !important;
  }
}

/* --------------------------------- */
/* == //PC模式 選擇 UL 不重疊設定 // == */


/* == //PC模式 第一層 UL a 箭頭 HOVER 顏色 // == */
/* ------------------------------------------- */
@media (min-width: 992px) {
	.sm-clean a .sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: 12px;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #333333 transparent transparent transparent;
        background: transparent;
        border-radius: 0;
    }

    .sm-clean a .sub-arrow::before {
        display: none;
    }
	
	/*第一層箭頭*/
	sm-clean a:hover .sub-arrow, 
	.sm-clean a:focus .sub-arrow, 
	.sm-clean a:active .sub-arrow, 
	.sm-clean a.highlighted .sub-arrow {
		border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #ff7004 transparent transparent transparent;
	}
	
	/*第二層箭頭*/
	.sm-clean ul a:hover .sub-arrow, 
	.sm-clean ul a:focus .sub-arrow, 
	.sm-clean ul a:active .sub-arrow, 
	.sm-clean ul a.highlighted .sub-arrow,
	/*第三層箭頭*/
	.sm-clean ul ul a:hover .sub-arrow, 
	.sm-clean ul ul a:focus .sub-arrow, 
	.sm-clean ul ul a:active .sub-arrow, 
	.sm-clean ul ul a.highlighted .sub-arrow,
	/*第四層箭頭*/
	.sm-clean ul ul ul a:hover .sub-arrow, 
	.sm-clean ul ul ul a:focus .sub-arrow, 
	.sm-clean ul ul ul a:active .sub-arrow, 
	.sm-clean ul ul ul a.highlighted .sub-arrow,
	/*第五層箭頭*/
	.sm-clean ul ul ul a:hover .sub-arrow, 
	.sm-clean ul ul ul a:focus .sub-arrow, 
	.sm-clean ul ul ul a:active .sub-arrow, 
	.sm-clean ul ul ul a.highlighted .sub-arrow {
		border-color: #FFFFFF transparent transparent transparent;
		transform: rotate(-90deg);
	}
}
/* ------------------------------------------- */
/* == //PC模式 第一層 UL a 箭頭 HOVER 顏色 // == */


/* == //手機模式 選擇 HOVER 顏色 // == */
/* --------------------------------- */

/* 取代上方 105行 顏色 CSS*/
.sm-clean a {
	color: #333333;
}
/*新增底線滑動*/
.sm-clean a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0%;
	border-bottom: 2px solid #ff7004;
	transition: 0.4s;
}
.sm-clean a:hover::after {
	width: 100%;
} 
/*新增底線滑動*/

.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {
	color: #ff7004;
}
.sm-clean a.highlighted {
    color: #ff7004;
}

/* 取代上方 105行 CSS*/

@media (max-width: 991px) {	
	/* 手機模式 字的顏色 */
	.sm-clean a {
		color: #FFFFFF;
	}
	
	/* PC版 / 手機模式 選取的顏色 */
	.sm-clean a:hover, 
	.sm-clean a:focus, 
	.sm-clean a:active {
		color: #FFFFFF;
		background: #ff7004; /*#00bad9*/
	}
}
/* --------------------------------- */
/* == //手機模式 選擇 HOVER 顏色 // == */


/* -------------------------------------------- */
/* == //手機模式 下拉選單框 浮動於 BANNER 上 // == */

@media (max-width: 992px) {	
	/* 手機模式 字的顏色 */
	.sm-clean a {
		color: #333333;
	}
}
/* ------------------------------------------- */
/* == //手機模式 下拉選單框 浮動於 BANNER 上 // == */





/*========================================*/
/*============== OLD =====================*/
/*========================================*/
/*-------------------------------------------*/
/*--------------- search Button  ------------*/
/*-------------------------------------------*/
.menu_section .right-widget .search-form {
	margin-right: 20px;
	width: 100%;
	height: 100%;
}

.menu_section .search-form button {
	line-height: 50px;
	width: 40px;
	background: transparent;
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
}

.menu_section .search-form button:after {
	display: none;
}

.menu_section .search-form button:hover {
	color: #79b530;
}

.menu_section .search-form .dropdown-menu {
	width: 375px; /*235px;*/
	background: #FFFFFF;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	border-radius: 30px;
	height: 48px;
	border: none;
	padding: 0;
	margin-top: 15px;
}

.menu_section div.search-form {
	width: 100%;
	height: 100%;
}

.menu_section .search-form input {
	/*position: relative;*/
	display: inline-block;
	top: 0px;
	width: 85%; /*100*/
	height: 100%;
	border-radius: 30px;
	border: none;
	padding: 0 25px 0 25px; /*0 35px 0 25px*/
	font-size: 1rem; /*0.938em/15px*/
}

@media (max-width: 991px) {
	/*.custom_nav-container .right-widget .search-form {
		margin-bottom: 30px;
	}*/
	.menu_section .dropdown, .dropleft, .dropright, .dropup {
		position: relative;
		text-align: center;
	}
	
	.menu_section .search-form .dropdown-menu {
		position: absolute;
		right: -88px; /*-45*/
		width: 400px; /*360*/
		margin-top: 12px;
	}

	.menu_section .right-widget .search-form {
		margin-right: 0px;
	}
	
	.menu_section .search-form input {
		width: 85%; /*100*/
	}
}

.menu_section ul.search-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu_section .search-button {
	display: inline-block;
	padding: 0 0 0 0;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 1.5rem; /*24*/
	background: transparent;
	transition: all 0.2s ease-in-out;
}

/* 搜尋--自訂圖示 */
.menu_section .search-button i.fa-search::before {
    content: "\f002";
	content: url("../../images/svg/icon-search-white_32x32.svg");
	position: relative;
	bottom: 0;
	width: 38px;
	height: 38px;
	line-height: 2.0;
	left: 0;
	display: block;
	text-align: center;
	top: 5px;
}
.menu_section .search-button:hover i.fa-search::before,
.menu_section .search-button:focus i.fa-search::before {
	content: url("../../images/svg/icon-search_32x32-hover.svg");
}

/* 搜尋--自訂圖示 END */

.menu_section .inputSearch-button {
	position: absolute;
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 0 0 7.5px; /*0 15px 0 0*/	
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 1.5rem; /*24*/
	border-radius: 50%;
	background: transparent; /*transparent*/
	transition: all 0.2s ease-in-out;

	top: 5px;
}

.menu_section .inputSearch-button:hover, 
.menu_section .inputSearch-button:focus {
	color: #FFFFFF;
	background: var(--color-custom-c1-light-h); /*#00dbff / transparent*/
}

/* 下拉搜尋--自訂圖示 */
.menu_section .inputSearch-button i.fa-search::before {
    content: "\f002";
	content: url("../../images/svg/icon-search_32x32-hover.svg");
	position: relative;
	top: 2px;
	width: 38px;
	height: auto;
	left: 0;
	display: block;
	text-align: center;
}

.menu_section .inputSearch-button:active i.fa-search::before {
	content: url("../../images/svg/icon-search_32x32-hover.svg");
}

.menu_section .inputSearch-button:hover i.fa-search::before,
.menu_section .inputSearch-button:focus i.fa-search::before {
	content: url("../../images/svg/icon-search-white_32x32.svg");
}
/* 下拉搜尋--自訂圖示 END */

.menu_section .search-button.lg {
	padding: 0 45px;
}

.menu_section .search-button:hover, 
.menu_section .search-button:focus {
	color: var(--color-custom-c1-light-h);
	/*background: #FFFFFF;*/
	/*box-shadow: 0px 2px 20px 0px rgba(121,181,48, 0.3);*/
}
/*-.........................................-*/
/*---------------/////////////---------------*/


/* 購物車--自訂圖示 */
.menu_section .right-widget .shoping-cart-form {
	padding: 0;
	width: 100%;
	height: 100%;
}

.menu_section .shoping-cart-form button {
	line-height: 50px;
	width: 40px;
	background: transparent;
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
}

.menu_section .shoping-cart-form button:after {
	display: none;
}

.menu_section .shoping-cart-form button:hover {
	color: #79b530;
}

.menu_section .shoping-cart-form .dropdown-menu {
	width: 400px; /*235px;*/
	background: #FFFFFF;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	border-radius: 0.25rem; /*30px*/
	height: auto;
	border: none;
	padding: 0;
	margin-top: 15px;
}

.menu_section div.shoping-cart-form {
	width: 100%;
	height: 100%;
}

.menu_section .shoping-cart-form input {
	width: 85%; /*100*/
	height: 100%;
	border-radius: 30px;
	border: none;
	padding: 0 25px 0 25px; /*0 35px 0 25px*/
	font-size: 1rem; /*0.938em/15px*/
}

@media (max-width: 991px) {
	/*.menu_section .right-widget .shoping-cart-form {
		margin-bottom: 30px;
	}*/
	.menu_section .dropdown, .dropleft, .dropright, .dropup {
		position: relative;
		text-align: center;
	}
	
	.menu_section .shoping-cart-form .dropdown-menu {
		position: absolute;
		right: -50px;
		width: 400px;
		margin-top: 12px;
	}

	.menu_section .right-widget .shoping-cart-form {
		margin-right: 0px;
	}
	
	.menu_section .shoping-cart-form input {
		width: 80%; /*100*/
	}
}

.menu_section ul.shoping-cart-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu_section .shoping-cart-button {
	display: inline-block;
	padding: 0 0 0 0;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 1.5rem; /*24*/
	background: transparent;
	transition: all 0.2s ease-in-out;
}

/* 購物車--自訂圖示 */
.menu_section .shoping-cart-button i.fa-shoping-cart::before {
    content: "\f002";
	content: url("../../images/svg/icon-shoping-cart-white_32x32.svg");
	position: relative;
	bottom: 0;
	width: 38px;
	height: 38px;
	line-height: 2.0;
	left: 0;
	display: block;
	text-align: center;
	top: 5px;
}
.menu_section .shoping-cart-button:hover i.fa-shoping-cart::before,
.menu_section .shoping-cart-button:focus i.fa-shoping-cart::before {
	content: url("../../images/svg/icon-shoping-cart_32x32-hover.svg");
}



.menu_section .shoping-cart-button span {
    display: inline-block;
}

.menu_section .shoping-cart-button .count {
	position: absolute;
	font-size: 12px;
	background-color: #484848;
	color: #fff;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	line-height: 15px;
	text-align: center;
	top: -3px;
	right: -3px
}

@media (min-width: 991px) {
	.menu_section .right-widget .shoping-cart-form {
		padding: 0;
	}
}

/*-------------------------------------------------*/
.menu_section .shoping-cart-button {
	position: relative;
}

.menu_section .shoping-cart-btn {
    margin-left: 15px;
    line-height: 1;
    padding: 5px;
}

.menu_section .shoping-cart-form span {
    display: inline-block;
}

.menu_section .shoping-cart-form span.count {
	position: absolute;
	font-size: 0.9375rem;
	line-height: 18px;
	font-weight: 600;	
	text-align: center;
	color: #fff;
	
	width: 20px;
	height: 20px;
	top: -5px;
	right: -5px;
	border-radius: 50%;
	
	background-color: #ff7004;
}
/* 購物車--自訂圖示 END */
/*========================================*/
/*============== OLD =====================*/
/*========================================*/



/*========================================*/
/*============== NEW =====================*/
/*========================================*/
/* NEW 搜尋+購物車--自訂圖示 START */
.menu_section .pc-box {
    display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.menu_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;
}
.menu_section .mobile-box {
	display: none;
}
@media (max-width: 991px) {
	.menu_section .pc-box {
		display: none;
	}
	.menu_section .mobile-box {
		display: flex;
	}
}
.menu_section .icons {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;	
}
@media (max-width: 991px) {
	.menu_section .icons {
		padding-right: 0.5rem;
	}
}

.menu_section .icons .fa-search,
.menu_section .icons .fa-shopping-cart {
    cursor: pointer;
    font-size: 150%;	
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
@media (max-width: 480px) {
	.menu_section .icons .fa-search,
	.menu_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, 
	.menu_section .icons .fa-shopping-cart {
		font-size: 123%;
	}
}

.menu_section .icons div:hover {
    color: #ff7004;
}

/*#menu-btn {
    display: none;
}*/
/*-----------------------------------------*/
.menu_section .search-form-down {
    position: absolute;
    top: 115%; 
	right: 13.5%;
    background: #fff;
    width: 21.75rem !important;
    height: 3rem !important;
    display: flex;
    align-items: center;
    transform: scaleY(0);
    transform-origin: top;
	z-index: 1000;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
}
@media (max-width:991px) {
    .menu_section .search-form-down {
        width: 90%;
        right: 0.8rem; /*2rem*/
    }
}

.menu_section .search-form-down.active {
    transform: scaleY(1);
	transition: .3s linear;
}

.menu_section .search-form-down input {
    height: 100%;
    width: 100%;
    font-size: 100%;
    color: #13131a;
    padding: 1rem;
	border-top: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: none;
    text-transform: none;
}

.menu_section .search-form-down label {
    cursor: pointer;
    font-size: 150%;
    margin: 1rem;
    color: #13131a;
}

.menu_section .search-form-down label:hover {
    color:#ff8c04;
}

.menu_section .search-form-down button {
    cursor: pointer;
    font-size: 150%;
    margin: 1rem;
    color: #13131a;
}

.menu_section .search-form-down button:hover {
    color:#ff8c04;
}
/*-----------------------------------------*/
.menu_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;
    top: 15px;
    right: -5px;
    border-radius: 50%;
    background-color: #ff7004;
}
@media (max-width:991px) {
    .menu_section .icons span.count {
		top: 5px;
    	right: 38.5px;
    }
}
/*-----------------------------------------*/
/*== 側邊購物車清單 ==*/
#cart-right-list.cart-items-container {
  position: fixed;
  top: 13.5%; 
  right: -120%;
  height: calc(100vh - 9.5rem);
  width: 21.75rem;
  background: #fff;
  padding: 1rem 0 1rem 1rem;
  z-index: 1001;
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
}
@media (max-width:320px) {
  #cart-right-list.cart-items-container {
    width: 18rem;
  }
}

#cart-right-list.cart-items-container.active {
    right: 0;
	transition: .3s linear;
}

#cart-right-list.cart-items-container .cart-item {
    position: relative;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.close-cart{
	padding: 0 29px 0 15px;
}

#cart-right-list.cart-items-container .cart-item .fa-times {
    position: absolute;
    top:1rem; right: 1rem;
    font-size: 000%;
    cursor: pointer;
    color: #13131a;
}

#cart-right-list.cart-items-container .cart-item .fa-times:hover {
    color:#d3ad7f;
}

#cart-right-list.cart-items-container .cart-item img {
    height: 7rem;
}

#cart-right-list.cart-items-container .cart-item .content h3 {
    font-size: 100%;
    color:#13131a;
    padding-bottom: .5rem;
}

#cart-right-list.cart-items-container .cart-item .content .price {
    font-size: 100%;
    color: #d3ad7f;
}

#cart-right-list.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: 75vh; /*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: #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: #212121;
}
.cart-items-container .mincart-list-box .minicart-product-list li a:hover {
	color: #ff7004;
}

.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:575px) {
    .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: #212121;
    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: #ff7004;
    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:575px) {
    .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: #ff7004;
    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: var(--color-ff);
	
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;
	
	border-radius: 99rem;
	background-color: #ff7004;
}

.cart-items-container .mincart-list-box .custom-totall a:hover {
    background-color: var(--color-v2)
}

.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: #ff7004;
}
/* ===== 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: #212121;
    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 =====================*/
/*========================================*/

