@charset "utf-8";
/* CSS Document */
@import url(http://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-weight: inherit; 
     margin: 0 0; 
}
h1{
    width: 175px;
    height: 47px;
    text-indent: -9999px;
    background-image: url("../images/new_logo.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
h2{
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}
h3 {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}
h5 {
    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.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: #fff;
    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;
}
input{
    width: 210px;
	outline: none;
	-webkit-appearance: none;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    line-height: 1.7;
    font-size: 1.4rem;
    /*margin: 0 2px;*/
    margin: 3px;
}
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.zipcode {
    width: 100px;
    margin: 0 5px 0 0;
}
select.select_box{
    height: 36px;
    padding: 0 15px 0 15px;
    border: 1px solid #abbe47;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
    margin: 3px;
    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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
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{
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 4px solid #ffc625;
    padding: 0 20px;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 12%);
}

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{
    float: left;
    width: 240px;
    padding-top: 0px;
    margin-top: 5px;
}
.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{
    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: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;
}
.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: 21px;
	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);
}*/
.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 / 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;
}*/

.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;
}

.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:0px;
    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;
}
.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: 60px 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;
}
.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;
}
.captcha_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.w3-modal-content {
    width: 570px;
}
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;
}
.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;
}
@media screen and (max-width: 1366px) {

#id05 .w3-modal-content {
    width: 70%;
}
}
@media screen and (max-width: 1180px) {

}

@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;
}*/

.logo{
    order: 1;
}
.top_links{
    order: 2;
}
.search{
    order: 3;
}
.search_wrap{
    width: 90%;
}
.main_nav{
    height: 48px;
}
#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;
}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {
header {
    padding: 0 10px;
}
h1 {
    width: 142px;
    height: 38px;
}
input{
    width: 100%;
}
select.select_box_normal{
    width: 100%;
}
.section{
    /*padding: 2vw;*/
}
.section2{
    padding: 10px;
}
.logo {
    width: 142px;
    margin-top: 10px;
}
.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{
    font-size: 1.3rem;
    padding: 0 5px;
}
.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;
}
.signin_btn a{
    font-size: 1.5rem;
}
.forget_pw {
    margin-right: 10px;
}
.forget_pw a{
    font-size: 1.5rem;
}
label{
    margin-right: 0px;
}
.top_links {
    margin-top: 10px;
}
.purchase-content{
    flex-wrap: wrap;
    padding: 10px 0px;
}
.product-wrap{
    width: 100%;
}
.product-price{
    width: 100%;
}
}