@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

html, body {
    height: 100%;
    font-size: 62.5%;
}
body {
	font-family: "微軟正黑體", sans-serif;
    font-size: 1.5rem;
	-webkit-text-size-adjust: none;
	-webkit-appearance:none; 
	color: #000;
	background-color: #fff;
    background-image: url(../images/fabric_1.png);
    background-repeat: repeat;
    background-position: left top;
    width: calc(100vw - (100vw - 100%));
}
* {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
     /*font-family: "微軟雅黑體", 'Noto Sans TC', sans-serif;*/
     font-family: "微軟雅黑體", 'Noto Sans TC', sans-serif;
     font-weight: inherit; 
     margin: 0 0; 
}
h1{
    width: 175px;
    height: 28px;
    text-indent: -9999px;
    background-image: url("../images/new_logo.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
h2{
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}
h3{
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

a {
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    color: #728511;
	font-weight: 400;
	outline: none;
	text-decoration: none;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
    cursor: pointer;
}
a:hover{
    color: #333;
}
a:hover:before{
    transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
a.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    background-color: #8f9f38;
    border: 1px solid #8f9f38;
    height: 34px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    padding: 20px 24px;
}
a.btn:hover{
    background-color: #eee;
    border: 1px solid #8f9f38;
    color: #8f9f38;
}
/*a.btn:focus{
    background-color: #fff;
    border: 1px solid #8f9f38;
    color: #8f9f38;
}*/
button{
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
}
textarea{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 10px;
}
input {
    width: 210px;
    height: 36px;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #aaa;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 10px;
    margin: 2px;
}
input.input_box{
    height: 36px;
    padding: 0 15px 0 15px;
    border: 1px solid #8f9f38;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
input.s_size{
    width: 150px;
}
input.m_size{
    width: 300px;
}
input.l_size{
    width: 100%;
}
input.submit{
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #8f9f38;
    padding: 0 24px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #8f9f38;
    cursor: pointer;
}
input.submit:hover{
    color: #8f9f38;
    /*border: 1px solid #abbe47;*/
    background-color: #eee;
}
input.eye_space {
    padding: 0 35px 0 15px;
}
.full_size{
    width: 100%;
    margin-bottom: 10px;
}
select, option {
  -webkit-appearance: none;
}
select {
  position: relative;
  display: inline-block;
}
select:after {
    content: '\0025BC';
    font: normal normal normal 12px/1 FontAwesome;
    color: white;
    right: 14px;
    top: 4px;
    height: 26px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
select.select_box{
    height: 36px;
    padding: 0 15px 0 15px;
    border: 1px solid #abbe47;
    -webkit-appearance: none;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: url("../images/arrow_down.png") no-repeat right 12px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
select.select_box_normal{
    height: 36px;
    font-size: 1.5rem;
    padding: 0 20px 0 5px;
    margin: 0 2px;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    background: url("../images/arrow_down_normal.png") no-repeat right 5px center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
select.county{
    height: 36px;
    font-size: 1.4rem;
    padding: 0 20px 0 5px;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    background: url("../images/arrow_down_normal.png") no-repeat right 5px center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 0 5px 0 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
select.district{
    height: 36px;
    font-size: 1.4rem;
    padding: 0 20px 0 5px;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    background: url("../images/arrow_down_normal.png") no-repeat right 5px center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 0 5px 0 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
input.zipcode{
    width: 100px;
    margin: 0 5px 0 0;
}
select.s_size{
    width: 187px;
}
select.m_size{
    width: 300px;
}
select.l_size{
    width: 100%;
}
.wrap {
    min-height: 100%;
    *display: table;
    *height: 100%;
}
.main {
    padding-bottom: 200px; 
}
/*===header設定===*/
header{
    /*display: flex;
    justify-content: flex-start;
    align-items: center;*/
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 4px solid #ffc625;
    padding: 0 20px;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);
}
.logo{
    float: left;
    width: 240px;
    padding-top: 0px;
    margin-top: 5px;
}
.logo img{
    width: 100%;
    height: auto;
}
.top_links{
    float: right;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
    align-self: self-start;
}
.top_links ul{
    display: flex;
    justify-content: flex-start;
}
.top_links ul li{
    display: block;
    color: #333;
    font-size: 1.5rem;
    margin: 0 5px;
    font-weight: 400;
}
.top_links ul li a{
    padding: 0px;
}
.top_links ul li .login a{}
.top_links ul li .login a:hover{
    text-decoration: underline;
}
.top_links ul li .login a:before{
    margin:-3px 3px 0 0;
    content:" ";
    display:inline-block;
    width:20px;
    height:20px;
    background:url("../images/login.png"); 
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;
}
.top_links ul li .login a:hover:before{
    background:url("../images/login_o.png");
    background-size:contain;
}
.top_links ul li .currency a{}
.top_links ul li .currency a:before{
    margin:-3px 3px 0 0;
    content:" ";
    display:inline-block;
    width:20px;
    height:20px;
    background:url("../images/dollar.png"); 
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;
}
.top_links ul li .currency a:hover:before{
    background:url("../images/dollar_o.png");
    background-size:contain;
}
.top_links ul li .language a{}
.top_links ul li .language a:before{
    margin:-3px 3px 0 0;
    content:" ";
    display:inline-block;
    width:20px;
    height:20px;
    background:url("../images/language.png"); 
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;
}
.top_links ul li .language a:hover:before{
    background:url("../images/language_o.png");
    background-size:contain;
}
.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);
}
/*===footer設定===*/
footer {
    display: flex;
    flex-direction: column;
    
    flex-wrap: wrap;
    margin-top: -200px;
    height: 200px;
    clear:both;
    background-color: #333;
}
p.status{
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    font-size: 1.7rem;
    margin-bottom: 10px;
    text-align: center;
}
.service_time{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    color: #fff;
    font-size: 1.3rem;
    background-image: url("../images/footer_bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.service_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service_time span{
    margin: 0 5px;
    display: flex;
    flex-wrap: nowrap;
}
.copyright{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 7px 0;
    color: #000;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    background-color: #ffc600;
}
.copyright a{
    text-decoration: underline;
    margin: 0 5px;
    color: #333;
}
.copyright a:hover{
    color: #8f9f38;
}

/*Customer checkbox*/

label {
	padding: 0;
	margin-right: 12px;
	cursor: pointer;
}

input[type=checkbox] {
	display: none;
}
input[type=checkbox]+span {
	display: inline-block;
	padding-left: 21px;
	line-height: 18px;
	background: url(..//images/cbx-off.png) no-repeat;
	user-select: none;
	text-align: left;
}
input[type=checkbox]:checked+span {
	background: url(..//images/cbx-on.png) no-repeat;
}
.checkbox_wrap input[type=checkbox]+span{
    background: url(..//images/cbx-off-gray.png) no-repeat;
}
.checkbox_wrap input[type=checkbox]:checked+span {
	background: url(..//images/cbx-on-gray.png) no-repeat;
}


/*Lightbox setting*/
.bg_close {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}
.modal_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    padding: 20px 20px 20px 20px;
    border: 1px solid #888888;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.w3-modal-content {
    width: 570px;
}
.modal_box .w3-btn, .modal_box .w3-button {
    font-family: 'Noto Sans TC', "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif;
    background-color: transparent;
    width: 36px;
    height: 36px;
    font-size: 2.2rem;
    line-height: 0.9;
    FONT-WEIGHT: 100;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 7px;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.modal_box .w3-btn:hover, .modal_box .w3-button:hover {
    background-color: #eee !important;
}
.w3-display-topright {
    top: 10px;
    right: 10px;
}
/*=============================搜尋方式 Radio Button Style=============================*/
.search_mode{
    display:flex;
    justify-content: flex-end;
    flex-wrap:wrap;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.search_type{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap:wrap;
    margin-bottom: 10px;
    padding: 0 10px 15px 10px;
    border-bottom: 2px solid #666;
}
.search_type h6{
    font-weight: bold;
}
/* Customize the label (the container) */
.checkcontainer {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radiobtn {
  position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    box-shadow: inset 2px 3px 3px 0px rgb(0,0,0,0.12);
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn {
  background-color: #aaa;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
/*======MULTIPLE SELECT SETTING======*/
.multiple-select input[type=checkbox]+span {
    background: none;
    padding: 0px;
}
.multiple-select input[type=checkbox] {
    display: block;
}
.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
    margin-top: 0.6rem;
    margin-left: -1.6rem;
}
.multiple-select input {
    width: auto;
    height: auto !important;
    outline: none;
    -webkit-appearance: checkbox;
    border: 1px solid #aaa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
}
.SupplierItems .ms-drop ul li {
    width: 100%;
}
.SupplierItems ul li .ms-drop ul li {
    padding: 0;
    padding-left: 10px;
}
.ms-select-all {
    padding-left: 0px !important;
}
.group {
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    font-weight: 600;
    padding-left: 0px !important;
}
.ms-drop ul > li label {
    padding-left: 2rem;
}
.multiple-select {
    width: 100% !important;
    margin-bottom: 10px;
}
.language_box{
    display: flex;
    flex-wrap: wrap;
}
/* Modal Content START */
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0); /* Black w/ opacity */
	-webkit-animation-name: fadeIn; /* Fade in the background */
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
}
.modal-content {
	position: fixed;
	right: 20px;
	bottom: 10px;
	/*background-color: #fefefe;*/
	width: 300px;
	padding: 10px 15px 5px 15px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s;
    background: rgba(0,0,0,.75);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
	box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.24);
}
/* The Close Button */
.close {
	position: absolute;
	top: 0px;
	right: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	color: #FFF;
	float: right;
	font-size: 28px;
	font-weight: bold;
	order: 2;
	z-index: 9999;
}
.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
	position: relative;
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
h3.tips_title {
	order: 1;
	font-size: 1.6rem;
    color: #fff;
	font-weight: 500;
	margin-bottom: 5px;
	background-color: transparent;
	background: transparent;
}
h3.tips_title:before {
    margin: -3px 5px 0 0;
    content: " ";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/warning.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.modal-body {
	/*padding: 2px 16px;*/
}
.modal-body p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
}
.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}
.purchase-wrap {
}

    .purchase-wrap ul {
    }

        .purchase-wrap ul li {
            border: 1px solid #ddd;
            background-color: #f5f5f5;
            padding: 10px 20px 10px 20px;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            margin-bottom: 20px;
        }

.purchase-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
    width: 100%;
}

    .purchase-header p {
        font-size: 1.7rem;
        color: #333;
        font-weight: 600;
        margin-right: 10px;
    }

    .purchase-header a.btn svg {
        margin-left: 5px;
    }

.purchase-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.product-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 100px);
}

.product-price {
    width: 100px;
    color: #8f9f38;
    font-size: 17px;
    font-weight: 600;
    text-align: right;
}

.product-image {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

    .product-image a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .product-image a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.total-price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 2.5rem;
    color: #8f9f38;
    padding: 0 20px;
}

    .total-price p {
        font-size: 1.5rem;
        color: #333;
        font-weight: bold;
    }

    .total-price span.dollar {
        font-size: 1.6rem;
    }
/* Add Animation */
@-webkit-keyframes slideIn {
	from {
		right: -500px;
		opacity: 0
	}

	to {
		right: 20px;
		opacity: 1
	}
}

@keyframes slideIn {
	from {
		right: -500px;
		opacity: 0
	}

	to {
		right: 20px;
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}
/* Modal Content END */
.password_wrap{
    position: relative;
}
.password_wrap input{
    padding: 0 40px 0 15px !important;
}
.password_wrap .field-icon {
    margin-left: -26px;
    position: relative;
    z-index: 2;
}
.password_wrap a.field-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    padding: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/view.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.password_wrap a.field-icon-slash {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/hidden.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
@media screen and (max-width: 1366px) {



}

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



}

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

.path{
    margin-bottom: 0px;
}
.openbtn {
    top: 0px;
}

}

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



}

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



}

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

h1 {
    width: 142px;
    height: 38px;
    background-size: contain;
    background-position: left center;
    margin-right: 0px;
}

.logo {
    width: 100%;
    justify-content: center;}
    
header{
    padding: 0 10px;
}
.top_links{
    margin-top: 10px;
}
.search_type{
    flex-wrap: wrap;
}
.search_type h6 {
    font-weight: bold;
    width: 100%;
}
.main{
    padding-bottom: 0px;
}
footer{
    margin-top: 0px;
    height: unset;
}
.service_time {
    padding: 10px;
}
}
.form.LoginForm .login_wrap{}
.form.LoginForm .login_wrap ul{}
.form.LoginForm .login_wrap ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.form.LoginForm .login_wrap ul li input{
    height: 36px;
    padding: 0 15px 0 15px;
    border: 1px solid #8f9f38;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.form.LoginForm .login_wrap ul li input.submit {
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #8f9f38;
    padding: 0 24px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #8f9f38;
    cursor: pointer;
}