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

html, body {
    height: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
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-size: inherit;
     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: contain;
    margin-right: 5px;
}
h2{
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
}
h3{
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
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.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: 40px;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    padding: 0 14px;
    white-space: nowrap;
}
a.btn:hover{
    background-color: #fff;
    border: 1px solid #8f9f38;
    color: #8f9f38;
}
.advance_search a{
    height: 34px !important;
    border-radius: 17px !important;
}
/*a.btn:focus{
    background-color: #fff;
    border: 1px solid #8f9f38;
    color: #8f9f38;
}*/
button{
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
}
input{
    width: 210px;
	outline: none;
	-webkit-appearance: none;
    border: 1px solid #aaa;
}
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.t_size{
    width: 60px;
}
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;
}
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.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;
}
select.s_size{
    width: 187px;
}
select.m_size{
    width: 300px;
}
select.l_size{
    width: 100%;
}
.h-line10{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 10px;
}
.h-line10-dark{
    width: 100%;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    margin-top: 10px;
}
.wrap {
    min-height: 100%;
    *display: table;
    *height: 100%;
}
.main {
    /*padding-bottom: 200px; */
}
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);
}
.slogan{
    font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
    font-size: 1.2rem;
    color: #009688;
    line-height: 1.5;
    font-weight: 400;
    border-left: 2px solid #009688;
    padding-left: 5px;
}
footer {
    display: flex;
    flex-direction: column;
    /*margin-top: -200px;*/
    min-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;
}
.logo{
    display: flex;
    align-items: center;
    width: 340px;
    padding-top: 0px;
}
.logo img{
    width: 100%;
    height: auto;
}
.search{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.search_wrap{
    display: flex;
    align-items: center;
    width: 650px;
    height: 40px;
    padding: 0 2px 0 20px;
    border: 1px solid #abbe47;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.search select{
    outline: none;
    font-size: 1.5rem;
    color: #000;
    height: 30px;
    border: 0px solid #000;
    border-right: 1px solid #d2d2d2;
    background-color: transparent;
    
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*改變右邊箭頭樣式*/
    background: url("../images/select_arrow.png") no-repeat right 10px center transparent;
    padding-left:2px;
    padding-right:30px;
    cursor: pointer;
}
/*IE隱藏箭頭樣式*/
.search select::-ms-expand { 
  display: none; 
}
.search input{
    width:auto;
    height: 38px;
    font-size: 1.5rem;
    color: #333;
    flex-grow: 1;
    border: 0px;
    padding: 0 15px;
}
.search_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 30px;
    border-left: 0px solid #d2d2d2;
    margin-right: 2px;
}
.search_btn a{
    display: block;
    text-indent: -9999px;
    width: 34px;
    height: 34px;
    background-image: url("../images/glass.png");
    background-repeat: no-repeat;
    background-size: 17px 18px;
    background-position: center center;
    -webkit-border-radius: 17px !important;
    -moz-border-radius: 17px !important;
    border-radius: 17px !important;
}
.search_btn a:hover{
    background-image: url("../images/glass_o.png");
    background-size: 17px 18px;
}
.advanced_item{
    width:100%;
}
.advanced_item ul{}
.advanced_item ul li{
    width: 100%;
    margin-bottom: 10px;
}
.items_title{
    margin-bottom: 5px;
}
.inquiry{
    display: flex;
    justify-content: flex-end;
}
.advanced_search_input{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    
}
.advanced_search_input input{
    width: 100%;
}
.top_links{
    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.4rem;
    margin: 0 5px;
    font-weight: 400;
}
.top_links ul li a{
    padding: 0px;
}
.top_links ul li .shopping-cart a{
    position: relative;
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
    /*overflow: hidden;*/
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.top_links ul li .shopping-cart a:before{
    margin:0px 3px 0 0;
    content:" ";
    display:inline-block;
    width:20px;
    height:20px;
    background:url("../images/shopping-cart.png"); 
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;
}
.top_links ul li .shopping-cart a:hover:before{
    background:url("../images/shopping-cart-o.png");
    background-size:contain;
    background-repeat: no-repeat;
}
.top_links ul li .shopping-cart a .cart-number{
    /*position: absolute;
    top: 0px;
    right: 0px;*/
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #d0011b;
    padding: 0 5px;
}
.top_links ul li .login a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top_links ul li .login a:before{
    margin:0px 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{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top_links ul li .currency a:before{
    margin:0px 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{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top_links ul li .language a:before{
    margin:0px 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;
}
.bg_close {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}
/*LIGHTBOX CONTENT*/
.w3-modal-content {
    width: 30%;
}
#id05 .w3-modal-content {
    width: 50%;
}
.modal_box .w3-btn, .modal_box .w3-button {
    font-family: 'Noto Sans TC', "微軟正黑體", "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", sans-serif;
    background-color: transparent;
    width: 36px;
    height: 36px;
    font-size: 2.2rem;
    line-height: 18px;
    FONT-WEIGHT: 400;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 7px;
    margin: 7px;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    box-sizing: border-box;
}
.modal_box .w3-btn:hover, .modal_box .w3-button:hover {
    background-color: #eee !important;
}
.lightbox_wrap{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    padding: 40px 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;
}
.title_block{
    margin-bottom: 15px;
}
.title_block h2{}
.title_block.tips h2:before{
     margin:-4px 3px 0 0;
 content:" ";
 display:inline-block;
 width:32px;
 height:32px;
 background:url("../images/descript.png"); 
 background-size:contain;
 vertical-align:middle;
}
.login_wrap{}
.login_wrap ul{}
.login_wrap ul li{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.fb_login a:before{
    margin:-3px 3px 0 0;
    content:" ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/icon_fb.png"); 
    background-size:contain;
    vertical-align:middle;
}
.google_login a:before{
    margin:-3px 3px 0 0;
    content:" ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/icon_google.png"); 
    background-size:contain;
    vertical-align:middle;
}
/*Customer checkbox*/

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

input[type=checkbox] {
	display: none;
}
input[type=checkbox]+span {
	display: inline-block;
	padding-left: 25px;
	line-height: 21px;
	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;
}
/*=============================搜尋方式 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: center;
    flex-wrap:wrap;
}
/* 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 #abbe47;
  border-radius: 50%;
  box-shadow: inset 2px 3px 3px 0px rgba(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: #abbe47;
}

/* 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;
}
.btn_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 380px;
    font-size: 1.6rem;
	margin:0 auto;
	overflow:hidden;
    padding-top: 10px;
    margin-top:0px;
    border-top:1px solid #ddd;}
.signin_btn{
    font-size: 1.4rem;
    margin-right: 15px;
}
.forget_pw{
    font-size: 1.4rem;
    margin-right: 15px;
}
.keep_set{
    display: flex;
    align-items: center;
}
.advance_btn_wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    margin: 0 auto;
}
.advance_btn{
    margin-right: 5px;
}
.signin_btn a:before{
    /*margin:-3px 0 0 0;
    content:" ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/icon_register.png");
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;*/
    
    margin: -3px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon_register.png);
    background-repeat: no-repeat;
    background-size: 12px 16px;
    background-position: center;
    vertical-align: middle;
    background-color: #cddc39;
    padding: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.signin_btn a:hover:before{
    background-color: #eee;
}
.forget_pw a:before{
    margin:-3px 3px 0 0;
    content:" ";
    display:inline-block;
    width: 20px;
    height: 20px;
    background:url("../images/icon_password.png");
    background-repeat: no-repeat;
    background-size: 12px 16px;
    background-position: center;
    vertical-align: middle;
    background-color: #cddc39;
    padding: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.forget_pw a:hover:before{
    background-color: #eee;
}
.supplier a{
    background-color: #ff9400;
    border: 1px solid #ff9400;
}
.supplier a:hover{
    background-color: #fff;
    color: #ff9400;
    border: 1px solid #ff9400;
}
.supplier a:before{
    margin:0 3px 0 0;
    content:" ";
    display:inline-block;
    width:24px;
    height:24px;
    background:url(../images/inventory.png);
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;
}
/*選擇幣別*/
.sele_item ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sele_item ul li{
    width: 50%;
    padding: 0 10px;
    
}
.sele_item ul li:nth-child(odd){
    border-right: 1px solid #ddd;
}
.sele_item ul li a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 0 15px;
    margin-bottom: 5px;
}
.sele_item ul li a:hover{
    color: #abbe47;
    border: 1px solid #abbe47;
}
.sele_item ul li a.active{
    color: #fff;
    border: 1px solid #abbe47;
    background-color: #abbe47;
}
/*所有商品*/
.all_item ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.all_item ul li{
    width: 50%;
    padding: 0 10px;
}
.all_item ul li ul{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bbb;
}
.all_item ul li:nth-child(odd){
    border-right: 2px solid #999;
}
.all_item ul li ul li:nth-child(odd){
    border-right: 1px solid #ddd;
}
.all_item ul li ul li a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 0 15px;
    margin-bottom: 5px;
}
.all_item ul li ul li a:hover{
    color: #abbe47;
    border: 1px solid #abbe47;
}
.all_item ul li .item_title a{
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
     padding-right: 53px;
     color: #869731;
     margin-bottom: 10px;
}
.all_item ul li .item_title a:hover{
    color: #333;
}
.all_item ul li .item_title a::after {
     position: absolute;
     top: 50%;
     right:0;
     transform:translateY(-50%);
     content: '';
     width: 50px;
     height: 1px;
     margin-top: 2px;
     background-color: #666;
}
.main_nav{
    position: sticky;
    height: 48px;
    top:60px;
    z-index: 9999;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);
}
#cssmenu ul.arrow_set {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    margin-top: 0px;
    top: 50%;
    width: 100%;
    height: 0px;
    z-index: 9998;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.1rem !important;
    background-color: #ffc600 !important;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 21px !important;
    -moz-border-radius: 21px !important;
    border-radius: 21px !important;
}
.owl-nav button span {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 36px;
    font-family: "Verdana", "微軟正黑體", serif;
    font-size: 3.5rem;
}
.owl-carousel.history-owl{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.owl-carousel.history-owl .owl-dots{
    position: static;
}
#cssmenu ul li.all_products{
    display: flex;
    align-items: center;
}
#cssmenu ul li.all_products:hover{
    background-color: transparent !important;
}
#cssmenu ul li.all_products a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-weight: 500;
    background-color: #ffc625;
    height: 30px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    padding: 0 14px;
    letter-spacing: 0px;
}
#cssmenu ul li.all_products a:hover{
    color: #8f9f38;
    background-color: #fff;
}
#cssmenu ul li.all_products a:focus{
    color: #8f9f38;
    background-color: #fff;
}
#cssmenu ul li.all_products a:after{
    margin:0 0 0 5px;
    content:" ";
    display:inline-block;
    width:8px;
    height:9px;
    background:url("../images/more_products.png");
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;
}
#cssmenu ul li.all_products a:hover:after{
    background:url("../images/more_products_o.png");
    background-size: contain;
}
#cssmenu ul li.all_products a:focus:after{
    background:url("../images/more_products_o.png");
    background-size: contain;
}
.article{
    width: 80vw;
    margin: 0 auto;
}
.section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #ddd;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin: 70px 0;
    /*padding: 20px 1vw;*/
    padding: 0px;
}
.section2{
    border: 1px solid #ddd;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 0 30px 0;
    padding: 20px 1.1vw;
}
.section.promo_sort{
    background-color: #ffc600;
    /*border: 1px solid #dba200;*/
}
.section.history_wrap{
    background-color: #ff8888;
    /*border: 1px solid #e79797;*/
}
.detail{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.detail a{
    height: 36px;
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    border-radius: 18px !important;
}
.detail a:after{
    margin: 3px 0 0 5px;
    content: " ";
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url(../images/arrow_green.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.detail a:hover:after{
    background: url(../images/arrow_green_o.png);
    background-size: contain;
}
.owl_wrap{
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 20px 30px;
}
.cookie_wrap p{
    margin-bottom:20px;
}
.cookie_btn{
    display: flex;
    justify-content: center;
}
.select_box_countrycode{
    border: 1px solid #8f9f38;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 0 10px;
    margin-right: 5px;
}
.cart-company{
    font-size: 2rem;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.cart-products{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.7rem;
    font-weight: 400;
}
.cart-products .sp-quantity{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
    /*width: 33.33%;*/
}
.cart-products .sp-quantity p{
    white-space: nowrap;
}
.product-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    /*width: 33.33%;*/
}
.right-box{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product-box label{
    margin-right: 15px;
}
a.products{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cart-image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 10px;
}
.cart-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-name{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 10px;
    width: calc(100% - 130px);
}
.price{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*width: calc(33.33% - 60px);*/
    font-size: 1.7rem;
    font-weight: 600;
    margin-right: 30px;
}
.price p{
    white-space: nowrap;
}
.cartPrice{
    font-size: 2.5rem;
    color: #8f9f38;
}
.delete{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.delete a{
    font-size: 1.8rem;
    color: #d0011b;
}
.select-all{
    font-size: 1.7rem;
    font-weight: 600;
}
.total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.total-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.total-price{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.7rem;
    color: #000;
    font-weight: 600;
    margin-right: 30px;
}
.total-wrap a.btn{
    font-size: 1.8rem;
    padding: 10px 50px;
    height: 42px;
    border-radius: 21px !important;
}
.dollar{
    font-size: 1.6rem;
}
.infoHead{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: #999;
    color: #fff;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 600;
}
.infoHead p{
    margin-right: 10px;
}
.complete-wrap{
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;}
.order-situation{
    font-size: 2.6rem;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin: 15px;
}
.order-situation i{
    color: #919191;
    margin-right: 5px;
}
.pay-guide{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.pay-title{
    font-size: 1.8rem;
    font-weight: 600;
}
.pay-wrap{
    font-size: 1.5rem;
    color: #333;
    line-height: 1.7;
}
.order-details{
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.6rem;
}
.order-details a{
    font-size: 1.7rem;
    font-weight: 600;
}
ol{
    padding-left: 20px;
}
@media screen and (max-width: 1366px) {
.w3-modal-content {
    width: 50%;
}
#id05 .w3-modal-content {
    width: 70%;
}
.article{
    width: 90vw;}
}

@media screen and (max-width: 1180px) {
.article{
    width: 90vw;
}
header{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /*height: 110px;*/
    padding: 10px 20px;
}
.logo{
    order: 1;
}
.top_links{
    order: 2;
}
.search{
    order: 3;
}
}

@media screen and (max-width: 1024px) {
.search_wrap{
    width: 500px;
}
.service_time{
    flex-wrap: wrap;
}
.service_time a{
    display: flex;
    flex-wrap: nowrap;
}
}

@media screen and (max-width: 820px) {
header{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: 110px;
}
.search_wrap{
    width: 90%;
}
.main_nav{
    height: 48px;
    top: 110px;
}
#cssmenu ul.arrow_set{
    top: 48px;
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.25);
}
#cssmenu ul li.all_products{
    justify-content: flex-end;
}
#cssmenu ul li.all_products a{
    width: auto;
    margin: 10px;
}
.w3-modal-content {
    width: 60%;
}
#id05 .w3-modal-content {
    width: 90%;
}
.article {
    width: 95vw;
}
.product-name{
    width: calc(100% - 110px);
}
.cart-image{
    width: 100px;
    height: 100px;
}
.product-box label {
    margin-right: 5px;
}
}

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

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

html, body {
    height: auto;
}
header{
    padding: 10px;
    height: 130px;
}
.main_nav{
    top: 130px;
}
h1{
    width: 140px;
    height: 37px;
    background-size: contain;
    background-position: left center;
    margin-right: 0px;
}
.top_links{
    width: 100%;
    margin: 5px 0px 5px 0px;
}
.top_links ul{
    width: 100%;
    justify-content: flex-end;
}
.section{
    /*padding: 2vw;*/
}
.section2{
    padding: 10px;
}
.logo{
    width: 100%;
    justify-content: center;
}
.search_wrap{
    width: 100%;
}
.search select{
    font-size: 1.3rem;
    padding-right: 20px;
    background: url(../images/select_arrow.png) no-repeat right 5px center transparent;
}
.search select{
    font-size: 1.3rem;
}
.advance_search a{
    font-size: 1.2rem;
}
.search input{
    width: inherit;
    font-size: 1.3rem;
    padding: 0 5px;
}
.top_links ul li a{
    font-size: 1.3rem;
}
.detail a{
    font-size: 1.2rem;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next{
    width: 38px;
    height: 38px;
}
.owl-nav button span {
    /*line-height: 28px;*/
    font-size: 3.0rem;
}
.sele_item ul li{
    width: 100%;
}
.sele_item ul li:nth-child(odd) {
    border-right: 0px solid #ddd;
}
.all_item ul li{
    width: 100%;
}
.all_item ul li:nth-child(odd){
    border-right: 0px solid #999;
}
.all_item ul li ul li:nth-child(odd) {
    border-right: 0px solid #ddd;
}
.service_time{
    padding: 10px;
}
.copyright{
    padding: 10px;
}
.owl_wrap{
    padding: 0 20px 20px 20px;
}
.signin_btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.signin_btn a{
    font-size: 1.5rem;
}
.forget_pw {
    margin-right: 10px;
    margin-bottom: 10px;
}
.forget_pw a{
    font-size: 1.5rem;
}
label{
    margin-right: 0px;
}
.slogan{
    display: none;
}
input.m_size{
    /*width: 260px;*/
    width: 100%;
}
.cart-products{
    flex-wrap: wrap;
}
.product-box{
    width: 100%;
    margin-bottom: 10px;
}
.right-box{
    width: 100%;
    flex-wrap: wrap;
}
.cart-products .sp-quantity{
    width: 100%;
}
.total-price{
    align-items: center;
}
.main{
    padding-bottom: 0px;
}
footer{
    height: unset;
    margin-top: 0px;
}
.total-wrap{
    flex-wrap: wrap;
}
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word; /* 避免過長字串超出範圍 */
    overflow-wrap: break-word;
}
.btn_wrap{
    flex-wrap: wrap;
    width: 100%;
}