/*===================================================================

搜尋頁
	搜尋輸入框
	搜尋表格
	搜尋無結果文字
	搜尋無結果按鈕
	分頁

搜尋結果內頁
	搜尋內頁資訊
	數值卡片
	內頁表格
	內頁tab
	內頁下拉選圖

=====================================================================*/


/*
-----------------------------------------------------------------------
	搜尋頁
-----------------------------------------------------------------------
*/


/*/////////////////搜尋輸入框/////////////////*/

.top_search_title {
	font-size: 27px;
  font-weight: 500;
  margin-bottom: 30px;
}

.top_search {
	padding: 30px;
	margin-bottom: 40px;
	background: #555;
}


.top_search__input-outer {
	width: 420px;
	max-width: 80%;
	height: 45px;
	padding: 5px 40px 5px 10px;
	margin-bottom: 20px;
	width: 540px;
	border: 1px solid #fff;
	border-radius: 0;
	outline: none;
	margin-bottom: 0;
	background-color: #ffffff;
	position: relative;
}

.top_search__input {
	width: 100%;
}

.top_search__btn {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #f08200;
	border: none;
	border-radius: 0;
	width: 150px;
	height: 45px;
	line-height: 42px;
	text-decoration: none;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	margin-left: 25px;
	font-weight: 500;
	cursor: pointer;
}

.top_search__btn:hover {
	background: #000000;
}


.top_search__btn-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #555555;
}


@media only screen and (max-width: 991px) {
	.top_search__input-outer {
		width: 80%;
	}
	.top_search__btn {
		margin-left: 0;
		width: 20%;
	}
}

@media only screen and (max-width: 767px) {
	.top_search__input-outer {
		width: 70%;
	}
	.top_search__btn {
		margin-left: 0;
		width: 30%;
	}
}

@media only screen and (max-width: 480px) {
	.top_search__input-outer {
		width: 100%;
		max-width: 100%;
	}
	.top_search__btn {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
}


/*/////////////////搜尋表格/////////////////*/

.prod_search__table-link {}

.prod_search__table-link>img {
	transition: 0.3s;
	width: 130px;
	height: auto;
}

.prod_search__table-link:hover>img {
	opacity: 0.7;
}


.prod_search__table {
	overflow-x: auto;
}


.prod_search__table>table>tbody>tr{
	border: 1px solid #dee2e6;
}

.prod_search__table>table>tbody>tr>td {
	text-align: center;
	color: gray;
	font-weight: 500;
	font-size: 0.9em;
	border: none;
	padding: 5px 5px;
}

.prod_search__table>table>tbody>tr>td>a{
	transition: 0.3s;
}
.prod_search__table>table>tbody>tr>td>a:hover{
	color: #f05900;
}

.prod_search__table>table>thead>tr>th {
	border: 1px solid #c4c2c2;
	background-color: lightgray;
	color: gray;
	padding: 15px 12px 15px 12px;
	line-height: 1.6;
	border: none;
}


.prod_search__table>table>tbody>tr>td>a:hover>.pdf {
	background-image: url('../images/demo/pdf_o.svg');
}

.prod_search__table>table>tbody>tr>td>img {
	width: 90px;
}

.prod_search__mb-link{
	display: none;
}


@media screen and (max-width:575px) {

	.prod_search__mb-link {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.prod_search__table>table>tbody>tr {
		border: 1px solid #f18200;
		position: relative;
	}
	.prod_search__table>table>tbody>tr>td {
		display: block;
		content: '';
		text-align: left;
		padding: 3px 10px 2px;
		font-weight: 400;
		color: #7e7e7e;
		font-size: 15px;
		border: 1px solid #dee2e6;
	}
	.prod_search__table>table>tbody>tr>td:before {
		content: attr(data-th);
		color: #000000;
		font-weight: 600;
		margin-right: 1em;
		display: block;
		line-height: 1.4;
		position: relative;
		top: 5px;
		font-size: 16px;
	}
	.prod_search__table>table>thead {
		display: none;
	}
}







/*/////////////////搜尋無結果文字/////////////////*/

.prod_search__no_result {
	padding: 30px;
	background-color: #f1f1f1;
}

.prod_search__no_result p {
	color: #777;
	letter-spacing: 0.5px;
	font-size: 16px;
}

.prod_search__no_result a:hover {
	color: #000000;
}







/*/////////////////搜尋無結果按鈕/////////////////*/

.no_data_btn {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	background-color: #777;
	border-radius: 0;
	width: 150px;
	height: 45px;
	line-height: 42px;
	text-decoration: none;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	font-weight: 500;
	cursor: pointer;
}

.search-no_data_btn {
	margin-right: 12px;
	font-size: 16px;
	font-weight: 500;
	background-color: #de771b;
	border-radius: 0;
	line-height: 1.5;
	text-decoration: none;
	transition: all .2s linear;
	color: #ffffff;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-no_data_btn-2 {
	background-color: #1f8c89;
}

.no_data_btn:hover {
	background: #f08200;
	color: #ffffff;
}

.search-no_data_btn:hover,
.search-no_data_btn:active {
	opacity: 0.7;
	color: #ffffff !important;
}

.no_data_btn:hover .no_data_btn__icon {
	color: #ffffff;
}

.no_data_btn__icon {
	margin-right: 10px;
	color: #ffffff;
}

@media (max-width:575px) {
	.search-no_data_btn {
		margin-right: 0;
	}
}

/*/////////////////分頁/////////////////*/

@media screen and (max-width:767px) {
	.page_pagination_two li {
		margin: 0 1px;
	}
	.page_pagination_two li a {
		width: 31px;
		height: 31px;
		line-height: 31px;
	}
}


/*
-----------------------------------------------------------------------
	搜尋結果內頁
-----------------------------------------------------------------------
*/

.prod_search_info {}






/*/////////////////搜尋內頁資訊/////////////////*/

.prod_search_info__main-pic-outer {
	margin-bottom: 30px;
}

.prod_search_info__main-pic{
	width: 250px;
	margin: 0 auto;
}

.prod_search_info__main-pic>img {
	width: 100%;
	height: auto;
}


.prod_search_info__text{
	padding-right: 60px;
	margin-top: 30px;
}

.prod_search_info__title {
	font-size: 32px;
	margin-bottom: 18px;
	font-weight: 600;
}

.prod_search_info__title-inner{
	display: inline-block;
	margin-right: 15px;
}

.prod_search_info__tag {
	display: inline-block;
	color: #ffffff;
	background-color: #f08200;
	font-size: 19px;
	line-height: 1;
	padding: 4px 9px 6px;
	position: relative;
	top: -5px;
	font-weight: 500;
}

.prod_search_info__list>li {
	content: '';
	position: relative;
	padding-left: 0.7em;
	margin-left: 1em;
	margin-bottom: 0.05em;
	color: gray;
	font-size: 15px;
}

.prod_search_info__list>li:before {
	content: '';
	position: absolute;
	top: 15px;
	left: -8px;
	width: 5px;
	height: 5px;
	background-color: #f08200;
	border-radius: 50%;
}

.prod_search_info__list>li>span {
	color: #222;
	font-weight: 600;
	margin-right: 12px;
}


.prod_search_info__disc {
	color: #808080;
	background-color: #fff8f0;
	padding: 13px 20px 15px;
	line-height: 1.6;
	display: inline-block;
}


.row--pd-7 {
	margin-left: -7px;
	margin-right: -7px;
}

.row--pd-7 div[class*="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}


.prod_search_info__btn-outer {
	margin-top: 44px;
}

.prod_search_info__btn {
	font-size: 16px;
	display: block;
	text-align: center;
	border: 1px solid #c1c1c1;
	color: #777;
	border-radius: 0;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	font-weight: 500;
	cursor: pointer;
	width: 208px;
	max-width: 100%;
	margin: 0 0 12px auto;
}



.prod_search_info__icon {
	width: 16px;
	margin-right: 8px;
	height: auto;
	position: relative;
	top: -1px;
}
.prod_search_info__icon.normal{
	display: inline-block
}
.prod_search_info__icon.hover{
	display: none;
}

.prod_search_info__btn:hover {
	background: #f08200;
	border: 1px solid #f08200;
	color: #ffffff;
}

.prod_search_info__btn:hover .normal{
	display: none;
}

.prod_search_info__btn:hover .hover{
	display: inline-block;
}


@media only screen and (max-width: 1199px) {
	.prod_search_info__text {
		padding-right: 0;
	}
	.prod_search_info__btn {
		width: 160px;
	}
}

@media only screen and (max-width: 991px) {
	.prod_search_info__btn {
		width: 100%;
	}
	.prod_search_info__btn-outer {
		margin-top: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.prod_search_info__text {
		margin-top: 0;
	}
	.prod_search_info__disc {
		margin-bottom: 5px;
		font-size: 18px;
	}
	.prod_search_info__title {
		text-align: center;
	}
}

@media screen and (max-width:480px) {
	.prod_search_info__title {
		font-size: 28px;
	}
	.prod_search_info__tag {
		font-size: 18px;
		padding: 3px 7px 5px;
	}
}


/*/////////////////數值卡片/////////////////*/

.prod_search_info__card-outer {
	margin-bottom: -25px;
	margin-top: 50px;
}

.prod_search_info__card {
	position: relative;
	border-left: 5px solid #d1d1d1;
	margin-bottom: 25px;
	padding: 24px 25px 23px;
	overflow: hidden;
	box-shadow: 0 0 11px rgb(0 0 0 / 10%);
	text-align: center;
}

.prod_search_info__card:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background-image: url(../images/demo/search/bg.jpg);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 7em;
	color: #eeeeee;
	opacity: 0.5;
	background-size: contain;
	/* display: none; */
}

.prod_search_info__card-title {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.prod_search_info__card-title > *:last-child{
	margin-right: 0;
}


.prod_search_info__card-unit {
	font-size: 20px;
	margin-right: 7px;
}

.prod_search_info__card-value {
	color: #7e7e7e;
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:991px) {
	.prod_search_info__card-outer {
		margin-bottom: 20px;
	}
	.prod_search_info__card {
		padding: 24px 18px 23px;
	}
}


@media screen and (max-width:767px) {
.prod_search_info__card-outer {
    margin-top: 25px;
    margin-bottom: 0;
}
}
@media screen and (max-width:575px) {
	.prod_search_info__btn {
		width: 100%;
	}
}


/*/////////////////內頁表格/////////////////*/

.prod_search_info__table-link {}

.prod_search_info__table-link>img {
	transition: 0.3s;
	width: 90px;
	height: auto;
}

.prod_search_info__table-link:hover>img {
	opacity: 0.7;
}

.prod_search_info__table>table>tbody>tr {
	border: 1px solid #dee2e6;
}

.prod_search_info__table tr:nth-child(even) {
	background: #f5f5f5;
}

.prod_search_info__table>table>tbody>tr>td {
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
	padding: 4px;
	border: none;
	color: #7e7e7e;
}


.prod_search_info__table>table>thead>tr>th {
	border: 1px solid #c4c2c2;
	background-color: #777777;
	color: #ffffff;
	padding: 10px 12px 10px 12px;
	font-size: 16px;
}


.prod_search_info__table>table>tbody>tr>td>a:hover>.pdf {
	background-image: url('../images/demo/pdf_o.svg');
}

.prod_search_info__table>table>tbody>tr>td>img {
	width: 90px;
}


@media screen and (max-width:767px) {

	.prod_search_info__table>table.table-bordered {
		border: 2px solid #dee2e6;
	}
	.prod_search_info__table>table>tbody>tr {
		display: block;
		border: none;
		border-bottom: 1px solid #dee2e6;
	}

	.prod_search_info__table>table>tbody>tr>td {
		display: block;
		content: '';
		text-align: left;
		padding: 0 0 5px 35px;
		border: none;
		font-weight: 400;
		line-height: 1.5;
	}
	.prod_search_info__table>table>tbody>tr>td:first-child {
		color: #000000;
		font-weight: 600;
		padding-bottom: 0px;
		position: relative;
		display: block;
		padding-left: 35px;
		font-size: 15px;
		padding-top: 5px;
		width: auto;
		line-height: 1.6;
	}
	.prod_search_info__table>table>tbody>tr>td:first-child:after {
		content: '';
		background-color: #f08200;
		width: 5px;
		height: 5px;
		border-radius: 50px;
		position: absolute;
		left: 15px;
		top: 16px;
	}
	.prod_search_info__table>table>tbody>tr>td:before {
		margin-right: 1em;
	}
}




/*/////////////////內頁tab/////////////////*/

.search-tab-box {
	position: relative;
	display: block;
	overflow: hidden;
	/*margin-top: 60px;*/
}

.search-tab-box .tab-btns {
	position: relative;
	display: block;
	text-align: center;
	border-bottom: 1px solid #f0eef9;
	margin-bottom: 45px;
	z-index: 1;
}

.search-tab-box .tab-btns .tab-btn {
	display: inline-block;
	float: none;
	text-align: center;
	margin: 0 2px;
}

.search-tab-box .tab-btns .tab-btn span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #ededed; */
	border-radius: 0;
	cursor: pointer;
	margin: 0;
	padding: 20px 15px 20px;
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	transition: all 500ms ease;
	font-family: 'Roboto', 'Noto Sans TC', sans-serif;
	line-height: 1.4;
	width: 100%;
	height: 100%;
}

.search-tab-box .tab-btns .tab-btn.active-btn span,
.search-tab-box .tab-btns .tab-btn:hover span {
	color: #f08200;
}

.search-tab-box .tab-btns .tab-btn span:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 1px;
	background: #f08200;
	content: "";
	opacity: 0;
	transition: all 500ms ease;
	transition-delay: .3s;
}

.search-tab-box .tab-btns .tab-btn.active-btn span:before,
.search-tab-box .tab-btns .tab-btn:hover span:before {
	opacity: 1;
}


.search-tab-box .tabs-content {
	position: relative;
	display: block;
	padding: 0;
}

.search-tab-box .tabs-content .tab {
	position: relative;
	padding: 0px;
	display: none;
}

.search-tab-box .tabs-content .tab.active-tab {
	display: block;
}


.search-tab-box {
	border: 2px solid lightgray;
	margin-top: 70px;
}

.search-tab-box .tab-btns {
	border-bottom: 2px solid lightgray;
	margin-left: -4px;
	margin-right: -4px;
	display: flex;
	justify-content: center;
}

.search-tab-box .tab-btns .tab-btn span:before {
	display: none;
}

.search-tab-box .tab-btns .tab-btn.active-btn span {
	color: white;
	background-color: #f08200;
	width: 100%;
	height: 100%;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-tab-box .tab-btns .tab-btn {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

.search-tab-box5 .tab-btns .tab-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-tab-box .product-details-content{
	padding: 40px 30px;
}


.search-details-content img {
	max-width: 100%;
}


/*/////////////////內頁下拉選圖/////////////////*/


.prod_search_info__select-outer {
	margin-top: 70px;
	display: none;
}

.prod_search_info__select {
	background-color: lightgray;
	display: flex;
	justify-content: end;
	padding: 13px 13px;
}

.prod_search_info__select-inner {
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.prod_search_info__select-inner select {
	padding: 0.5em 2em 0.5em 1em;
	cursor: pointer;
}

.prod_search_info__select-inner::after {
	content: "▼";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 9px;
	right: 12px;
	color: rgb(153, 153, 153);
	font-size: 15px;
	transform: scale(0.6);
}

.prod_search_info__img {
	padding: 30px 13px 40px;
	text-align: center;
	border: 2px solid lightgray;
	border-top: none;
}



@media screen and (max-width:991px) {
	.prod_search_info__select-outer {
		margin-top: 30px;
	}
}


@media screen and (max-width:767px) {
.prod_search_info__select-outer {
	display: block;
}
	.search-tab-box .tab-btns {
		flex-wrap: wrap;
	}
	.search-tab-box .tab-btns .tab-btn {
		border-top: 2px solid lightgray;
	}
	.search-tab-box .tab-btns .tab-btn:first-child {
		border-top: none;
	}
	.search-tab-box {
		margin-top: 25px;
		display: none;
	}
	.prod_search_info__card {
		margin-bottom: 15px;
	}
	.prod_search_info__img {
		padding: 10px 10px 20px;
	}
	.prod_search_info__select {
		padding: 10px;
	}
	.prod_search_info__select-inner,
	.prod_search_info__select-inner select {
		width: 100%;
	}
}

@media screen and (max-width:575px) {
	.search-tab-box .product-details-content {
		padding: 0;
	}
}


/*自動下拉選單*/


.ui-widget.ui-widget-content.ui-autocomplete {
    max-height: 200px!important;
    overflow-y: auto!important;
}

.ui-autocomplete .ui-menu-item:hover {
    background-color: #f08200;
}

.ui-autocomplete .ui-menu-item .ui-corner-all{
    background-color: transparent!important;
    border: none!important;
    color: #222222!important;
}

.ui-autocomplete .ui-menu-item:hover .ui-corner-all{
    background-color: transparent!important;
    border: none!important;
    color: #ffffff!important;
}