@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(204, 204, 204, 0.5);
}

span.slash{
    margin: 0 5px;
}
.contain_wrapper{
    display: flex;
    justify-content: flex-start;
}
.menu_wrap{
    background-color: rgba(114, 137, 115, 0.5);
    -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: 3rem;
}
.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: 3rem;
}
.supplier_products_wrap h2 span{
    display: block;
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.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-right: 5px;
}
.tag ul li:nth-last-child(1){
    margin-right: 0px;
}
.tag ul li a{
    display: block;
    height: 36px;
    line-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.6vw;
}
.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: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 1.3rem;
	color: #977961;
	text-align: center;
	background-color: #fff;
	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	border: 1px solid #977961;
}
.pageview a:hover {
	background-color: #977961;
	color: #fff;
	border: 1px solid #977961;
}
a.previous_arrow {
	display: inline-block;
    color: #000;
	border: 1px solid transparent;
	background-color: transparent;
}
a.next_arrow {
	display: inline-block;
    color: #000;
	border: 1px solid transparent;
	background-color: transparent;
}
.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: #7a917f;
	border: 1px solid #fff;
}
.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;
}
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;
    margin: 0 5px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
}
.SupplierItems {
    width: 95%;
}
.change_pw {
    width: 90%;
    padding: 10px 0px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(191,123,98,1);
}
.change_pw a {
    color: #000;
    padding: 0;
}
.change_pw a:before {
    margin: -3px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/password.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.change_pw a:hover {
    color: #ab6651;
    text-decoration: underline;
}
.logout a:hover {
    color: #ab6651;
    text-decoration: underline;
}
.change_pw a:hover:before {
    background: url(../images/password_o.png);
    background-size: contain;
}
.logout a:hover:before {
    background: url(../images/logout_o.png);
    background-size: contain;
}
.logout {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0px;
}
.logout a {
    color: #000;
}
.logout a:before {
    margin: -3px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/logout.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.lightbox_content ul {
    display: flex;
    flex-wrap: wrap;
}
.lightbox_content ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
.item_title {
    font-size: 1.6rem;
    min-width: 120px;
    text-align: right;
    font-weight: bold;
}
.item_inputbox {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.notice {
    width: 420px;
    color: #c97b63;
    font-size: 1.3rem;
    padding-left: 120px;
}
.notice_login{
    color: #c97b63;
    font-size: 1.3rem;
}
.field-icon {
    float: right;
    margin-top: 10px;
    margin-left: -26px;
    position: relative;
    z-index: 2;
}
a.field-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/view.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.submit {
    display: flex;
    justify-content: center;
}
.submit.top_line {
    border-top: 1px solid #888;
    padding-top: 15px;
}
a.table_btn {
    margin: 2px;
    padding: 0 14px;
}
@media screen and (max-width: 1366px) {

.products_wrap .section ul li {
    width: 13.5vw;
}
.products_wrap .section ul li .image_size {
    height: 9vw;
}
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;
}
.menu_wrap{
    padding: 0px;
}
.products_wrap{
    padding: 0;
}
.change_pw {
    width: 246px;
}
.logout {
    width: 246px;
}
}

@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;
}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 576px) {
.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 {
    height: 80vw;
}
.category_photo img{
    width: auto;
    height: 100%;
}

}