@charset "utf-8";
/* CSS Document */
header{
    position: sticky;
    top: 0px;
    z-index: 99999;
}
.path{
    font-size: 1.5rem;
    color: #333;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

.path a{}

.path span.slash{
    margin: 0 5px;
}
.contain_wrapper{
    display: flex;
    justify-content: flex-start;
}
.menu_wrap{
    /*background-color: rgba(114, 137, 115, 0.5);*/
    background-color: #d5d5d5;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px;
}
.products_wrap{
    flex-grow: 1;
    padding: 0 0 0 20px;
    overflow: hidden;
}
.products_wrap h2{
    display: flex;
    justify-content: center;
    font-size: 3.6rem;
    color: #009688;
}
.products_wrap h2 span{
    display: block;
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.supplier_products_wrap h2{
    display: flex;
    justify-content: center;
    font-size: 2.6rem;
}
.supplier_products_wrap h2 span{
    display: block;
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.wording_wrap h2{
    margin-bottom: 10px;
}
.result_wrap{
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #aaa;
    background-color: rgba(255,255,255,0.5);
}
.result{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.result_title{
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 5px;
}
.result_title:after{
    content: "/";
    font-size: 2rem;
    font-weight: 200;
    margin: -10px 0 0 3px;
    display: inline-block;
    vertical-align: middle;
}
.result p{
    display: block;
}
.tag{}
.tag_title{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.tag_title:after{
    content: "/";
    font-size: 2rem;
    font-weight: 200;
    margin: -10px 0 0 3px;
    display: inline-block;
    vertical-align: middle;
}
.tag ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tag ul li{
    display: block;
    margin: 3px;
}
.tag ul li:nth-last-child(1){
    margin-right: 0px;
}
.tag ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 36px;
    color: #abbe47;
    font-size: 1.4rem;
    border: 1px solid #abbe47;
    padding: 0 14px;
    background-color: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.tag ul li a:hover{
    color: #fff;
    border: 1px solid #abbe47;
    background-color: #abbe47;
}
.products_wrap .section{
    margin: 30px 0;
}
.products_wrap .section h3:before{
    /*display: none;*/
}
.products_wrap .section ul li{
    position: relative;
    width: 12.4vw;
}
.products_wrap .section ul li .image_size{
    height: 9vw;
}
.result_sort{
     display: flex;
     justify-content: flex-end;
     align-items: center;
     width: 100%;
     margin-bottom: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid #aaa;
}
.toggle_wrap{}
.sort_toggle{
    display: flex;
    justify-content: center;
    border: 1px solid #8f9f38;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    overflow: hidden;
    margin-right: 10px;
    background-color: #fff;
}
.sort_toggle a{
    display: block;
    padding: 5px 14px;
}
.sort_toggle a.toggle_product{
    border-right: 1px solid #fff;
}
.sort_toggle a.active{
    color: #fff;
    background-color: #8f9f38;
}
.sort_toggle a:hover{
    color: #fff;
    background-color: #8f9f38;
}
.sort_items{
    margin-right: 10px;
}
.sort_items:after{
    margin: -3px 0 0 3px;
    content: " ";
    display: inline-block;
    width: 9px;
    height: 18px;
    background: url("../images/icon_sort.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.sort_items:hover:after{
    background: url("../images/icon_sort_o.png");
    background-size: contain;
}
/*分頁start*/
.pageview {
	display: flex;
	margin-bottom: 30px;
	justify-content: center;
}
.pageview a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	color: #c97b63;
	text-align: center;
	background-color: #fff;
	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	border: 1px solid #c97b63;
    border-radius: 12px;
}
.pageview a:hover {
	background-color: #c97b63;
	color: #fff;
	border: 1px solid #c97b63;
}
a.previous_arrow {
	display: inline-block;
    color: #8f9f38;
	border: 1px solid transparent;
	background-color: transparent;
}
a.next_arrow {
	display: inline-block;
    color: #8f9f38;
	border: 1px solid transparent;
	background-color: transparent;
}
.pageview a.previous_arrow:hover{
    background-color: transparent;
    border: 1px solid transparent;
    color: #c97b63;
}
.pageview a.next_arrow:hover{
    background-color: transparent;
    border: 1px solid transparent;
    color: #c97b63;
}
.page_num {
	display: inline-block;
}
.page_num ul {
	/*display: inline-block;*/
	display: flex;
	align-items: center;
}
.page_num ul li {
	display: block;
	margin: 0 2px;
}
.page_num ul li a {
}
.page_num ul li a.active {
	color: #fff;
	background-color: #8f9f38;
	border: 1px solid #8f9f38;
}
.favor {
	display: flex;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	padding: 3px 0;
	background-color: #fff;
	z-index: 9997;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.favor label {
	cursor: pointer;
	margin-right: 0px;
}
.favor img {
	width: 20px;
	height: 20px;
	min-width: auto;
	min-height: auto;
}
.category_wrap{
    display: flex;
    height: 20vw;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background-color: #fff;
}
.category_info{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 20px;
}
.category_photo{
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    overflow: hidden;
}
.category_photo img{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
}
/*分頁end*/
a.video_icon:before{
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    content:" ";
    display:inline-block;
    width:80px;
    height:80px;
    background:url(../images/play-icon.png); 
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
}
a.video_icon_tiny{
    position: relative !important;
}
a.video_icon_tiny:before{
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    content:" ";
    display:inline-block;
    width:40px;
    height:40px;
    background:url(../images/play-icon.png); 
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
}
.goback{
    display: flex;
    justify-content: flex-end;
}
.goback a:before{
    margin:0 3px 0 0;
    content:" ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/back.png"); 
    background-size:contain;
    vertical-align:middle;
}
.goback a:hover:before{
    background:url("../images/back_o.png"); 
    background-size:contain;
}
/*.supplier_products_wrap .goback{
    display: none;
}*/
a.descript{
    padding: 0px;
    text-decoration: underline;
    color: #8f9f38;
    height: 26px;
    line-height: 26px;
    font-size: 1.5rem;
}
a.descript:hover{
    color:#000;
}
a.descript:before{
    margin:-3px 3px 0 0;
    content:" ";
    display:inline-block;
    width:24px;
    height:24px;
    background:url("../images/descript.png"); 
    background-size:contain;
    vertical-align:middle;
}
.inquiry_btn{
    display: flex;
    justify-content: center;
}

.inquiry_btn a {
    padding: 20px 30px;
    height: 40px;
    -webkit-border-radius: 21px !important;
    -moz-border-radius: 21px !important;
    border-radius: 21px !important;
}
.inquiry_form{
    width: 100%;
    padding-top: 65px;
    margin-top: -65px; 
}
.inquiry_form input{
    width: 320px;
    height: 34px;
    padding: 5px 10px;
    /*border: 1px solid #aaa;*/  
}
input.quntity-input{
    width: 34px;
}
.message{
    /*display: flex;
    align-items: flex-start;*/
    margin-bottom: 10px;
}
.message textarea{
    flex-grow: 1;
    width: 100%;
    height: 160px;
    padding: 10px;
    outline: none;
    border: 1px solid #aaa;
}
.upload{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin-bottom: 10px;
}
.upload:hover{
    border: 1px solid #333;
    background-color: #ddd;
}
.upload_area{
    width: 75px;
    height: 75px;
    border: 1px dashed #999;
}
.upload_area a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.upload_area a:hover{
    background-color: #333;
    color: #fff;
}
.upload p{
    display: flex;
    height: 75px;
    justify-content: flex-start;
    align-items: center;
    margin:0 10px;
    cursor: default;
}
.upload_file{}
.upload_file ol{
    display: block;
    list-style-type: decimal;
}
.upload_file ol li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.upload_file ol li .upload_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.upload_file ol li img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; 
}
.file_wrap{
    display: flex;
    align-items: center;
}

.file_name{
    margin:0 10px;
}
.dele_file{
    width: 25px;
    height: 25px;
}
.dele_file a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #8f9f38;
    color: #fff;
    border: 1px solid #8f9f38;
    font-family: Arial, sans-serif;
    text-indent: -9999px;
    background-image: url("../images/close.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.dele_file a:hover{
    color: #8f9f38;
    border: 1px solid #8f9f38;
    background-color: #fff;
    background-image: url("../images/close_o.png");
}
.description{
    font-size: 1.4rem;
    color: #ff6e43;
    margin-bottom: 20px;
}
.pickdate_wrap{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.contact_info{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*border-bottom:1px solid #ddd;*/
}
.contact_info ul li{
    margin-bottom: 5px;
}
.contact_info ul li span{
    margin-right: 5px;
}
.contact_info input{
    height: 36px;
    border: 1px solid #aaa;
    background-color: #fff;
    outline: none;
    padding: 0 5px;
}
.contact_info select{
    height: 36px;
    border: 1px solid #aaa; 
    outline:none;
    margin-right: 5px;
}
.products_wrap .section .contact_info ul{}
.products_wrap .section .contact_info ul li{
    display: block;
    margin-bottom: 10px;
    width: auto;
}
.sample_wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
    background-color: #eee;
    padding: 10px;
}
.textarea_box{
    flex-grow: 1;
    width: 100%;
    height: 160px;
    padding: 10px;
    outline: none;
    border: 1px solid #aaa;
    overflow-y: scroll;
}
/*.contact_info ul {
    display: block;
}*/
@media screen and (max-width: 1366px) {

.products_wrap .section ul li {
    width: 13vw;
}
.products_wrap .section ul li .image_size {
    height: 9.7vw;
}
a.video_icon_tiny:before{
    margin: -15px 0 0 -15px;
    width:30px;
    height:30px;
}
}

@media screen and (max-width: 1180px) {

.products_wrap .section ul li {
    width: 13vw;
}
.products_wrap .section ul li .image_size {
    height: 8.7vw;
}
}

@media screen and (max-width: 1024px) {

.products_wrap .section ul li {
    width: 16.5vw;
}
.products_wrap .section ul li .image_size {
    height: 11vw;
}
/*.path{
    margin-bottom: 0px;
}*/
.menu_wrap{
    padding: 0px;
}
.products_wrap{
    padding: 0px;
}
}

@media screen and (max-width: 820px) {

.products_wrap{
    padding: 0px;
}
.products_wrap .section ul li {
    width: 18vw;
}
.products_wrap .section ul li .image_size {
    height: 12vw;
}
.category_wrap{
    height: 32vw;
}
.inquiry_form{
    padding-top: 160px;
    margin-top: -160px;   
}
.upload{
    flex-wrap: wrap;
}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {
.tag ul li{
    margin:0 5px 5px 0;
}
.products_wrap .section ul li {
    width: 86vw;
}
.products_wrap .section ul li .image_size {
    height: 57vw;
}
.result_sort{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.toggle_wrap{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 5px;
}
.category_wrap {
    flex-direction: column;
    height: auto;
}
.category_info{
    width: 100%;
}
.category_photo{
    width: 100%;
}
.category_photo img{
    position: static;
    width: 100%;
    height: auto;
}
.contact_info{
    flex-wrap: wrap;
}
.contact_info select{
    margin-bottom: 5px;
}
.contact_info ul li{
    margin-bottom: 20px;
}
}