
/*-----------------------------------通用-----------------------------------*/
body {
	margin:0; 
	padding:0; 
	line-height:170%;
	font-family:"微軟正黑體", "open-sans", Times New Roman , sans-serif;
	color:#333;
	background:#fff;
	font-size:14px;
}
*{
padding:0;
margin:0;}
a{
	color:#333;
}
a:hover ,a:focus{
	color:#afcb2e;
}
a, a:hover ,a:focus{
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
h1{
	margin:0 !important;
	line-height: normal;
}
h2{
	font-size:2em;
	font-weight:bold;
	color:inherit;
	margin: 0;
	line-height:130%;
	letter-spacing: 0px;
}
h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
p {
    margin: 0 0 5px;
}
label {
    font-weight: 500;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
input[type=file] {
    max-width: 190px;
}
select {
	background:#fff;
	height: 34px;
}
.input-xsmall {
    width: 80px!important;
}
.input-small {
    width: 145px!important;
}
.input-medium {
    width: 240px!important;
}
.input-large {
    width: 320px!important;
}
.input-xlarge {
    width: 420px!important;
}
.btn_01{
	padding: 9px 20px;
    font-size: 16px;
	background: #ccc;
	color:#fff;
	border:none;
	/*letter-spacing:1px;*/
	cursor:pointer;
	margin:10px 0;
	/*border-radius:5px;*/
	white-space:nowrap;
	min-height:40px;
}
.btn_01:hover ,.btn_01:focus{
	background:#999;
	color:#fff;
}
.btn_02{
	padding: 9px 20px;
    font-size: 16px;
	background: #afcb2e;
	color:#fff;
	border:none;
	cursor:pointer;
	margin:10px 0;
	/*border-radius:5px;*/
	white-space:nowrap;
	min-height:40px;
}
.btn_02:hover ,.btn_02:focus{
	background: #2ecbcb;
	color:#fff;
}
.vertical_middle{
	vertical-align:middle;
}
.display_inline{
	display:inline-block !important;
}
.display_none{
	display:none;
}
.page_line{
	border-bottom:dotted #ccc 2px;
	margin:10px 0;
}
.white{
	color:#fff;
}
.red{
	color:red;
}
.blue{
	color:#145f7b;
}
.bg-white {
    background: #fff!important;
}
.bg-grey-steel {
    background: #e9edef!important;
}
/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}*/
.img_padding {
    padding: 10px;
}
.content_font{
	float:left;
	width:100%;
}
.scroll-to-top:hover {
	background:#afcb2e;
}
.scroll-to-top:hover i{
	color:#fff;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomargintop{
	margin-top:0px;
}
.nopaddingbottom{
	padding-bottom:0px;
}
.nopaddingtop{
	padding-top:0px;
}
.w-100{
	width:100%;
}
.w-auto{
	width:auto !important;
}
.fa-xs {
    font-size: 0.9em;
}
.line{
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	height:2px;
	float:left;
	width:100%;
	margin:25px 0;
}
.date{
	color: #ccc /*#afcb2e*/;
	font-size:0.8em;
	padding:5px 0;
}
/*.date:before{
	content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.3em;
    position: relative;
    left: 0;
}*/
.top_class {
    color: #fff;
    padding: 4px 7px;
    background:#ccc /*#afcb2e*/;
    border-radius: 5px;
    margin-left: 5px;
}
.form-control {
    padding: 6px 8px;
	border-radius:0;
	border-color:#dedede;
	box-shadow:none;
}
.line-through{
	text-decoration:line-through;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}


/*header*/
.header-nav-top li:after{
    content: "∣";
    color:#fff;
}
.header-nav-top li:last-child:after{
    content: "";
}
#header .header-nav-top .nav > li > a:focus ,.font_size a:focus ,.font_size a:hover{
    background: #afcb2e;
}
.font_size{
    display: inline-block;
}
.font_size >a{
    padding:1px 8px!important;
    border-radius: 4px;
}
.header-nav-top .nav-pills>li+li {
    margin-left: 10px;
}
.header-nav-top .share_icon i{
    text-shadow:none;
}
.header-nav-top .share_icon a{
	padding:0 !important;
}
.header-nav-top .nav > li > a .fa{
    margin-right: 0 !important;
}
.header-nav-top .nav > li > a .fa-facebook-f:before{
    padding: 0 3.5px;
}
.header-nav-top .share_icon a .fa:before{
    width: 25px;
}
#header .header-nav-top .share_icon a:hover{
    background:transparent !important;
}


/*top link*/
.header-top .float_left{
	margin: 12px 0 0 0;
	color:#666;
	font-family:Tahoma;
	font-weight:bold;
}
.top_link{
	vertical-align: middle;
	padding-top:3px;
	float: left;
}
.top_link a {
	color:#666;
	/*font-size:1.2em;*/
	text-decoration:none;
}
.top_link a:hover {
	color:#333;
}
.top_link ul{
	list-style:none;
	margin:10px 0 0px 0;
	text-align: right;
}
.top_link ul li{
	display:inline-block;
	padding:0 10px;
}
.top_link ul li i{
	padding-right:7px;
}
.shopno {
    display: inline-block;
    background-color: #afcb2e;
    color: #FFFFFF;
    font-size: 10px;
    /*position: absolute;*/
    padding: 1px;
    width: 22px;
    height: 22px;
    /* padding-right: 3px; */
    border-radius: 100%;
    /*top: -3px;
    right: -5px;*/
    font-family: sans-serif;
    text-align: center;
    line-height: 210%;
	margin-left:5px;
}


/*top menu*/
.dropdown-menu{
	font-size:1em;
}
.dropdown-menu>li{
	/*background:rgba(255,255,255, 0.2) !important;*/
}
.dropdown-menu>li>a:hover ,.dropdown-menu>li>a:focus ,.dropdown-menu>li:focus ,.dropdown-menu>li:active,.dropdown-menu>li a:active{
	background:#fff /*rgba(0, 0, 0, .1)*/!important;
	color:#afcb2e !important;
}
#header .header-nav-main nav > ul >li:hover:after {
    width: 100%;
    background: #afcb2e;
}
#header .header-nav-main nav > ul > li:last-child .dropdown-menu{
    right:0;
}
.header-nav-main .dropdown-menu{
    margin:0 !important;
}
.header-nav-main .dropdown-menu .dropdown-submenu li a{
    /*color:#afcb2e !important;*/
}
#mainNav .dropdown>a{
	text-align:center;
}
#mainNav>li a .small{
	color:#999;
	width:100%;
	font-size:12px !important;
	margin-top: -3px;
	font-weight:400;
	display: block;
}
#header .header-nav-main nav > ul >li:before {
  	content: '';
 	display: block;
  	margin: auto;
  	height: 3px;
 	width: 0px;
  	background: transparent;
  	transition: width .5s ease, background-color .5s ease;
}
#header .header-nav-main nav > ul >li:hover:before {
  	width: 100%;
  	background: #afcb2e;
}


/*search icon*/
.menu_search{
	padding-top: 7px;
}
.menu_search i{
	font-size:24px;
	padding: 27px 15px;;
}
.menu_search:hover i{
	color:#afcb2e;
}
.menu_search:before{
	display:none !important;
}
.sidemenu{
	position: absolute;
    right: 0;
    top: 94px;
    padding: 10px;
    background: #fff;
    border: solid #eee 1px;
}
.sidemenu{
	width:400px;
	border-radius: 0 0 4px 4px;
}
.sidemenu label{
	width: 100%;
    margin: 5px 0;
    padding-right: 40px;
}
.sidemenu label input{
	border:none;
	box-shadow:none !important;
	border-radius:0;
	background-color:transparent;
}
.search_icon{
	padding: 11px 20px 6px 20px;
    background-color:transparent;
    color: #ccc;
    font-size: 18px;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
	border-radius:4px;
	position:absolute;
	right:0;
}


/*手機版-購物車*/
.mobile_cart{
	position:relative;
	background: #fff !important;
	/*border:solid #ccc 1px;*/
	margin-right: 15px !important;
}
.mobile_cart i{
	color:#ccc;
}
.mobile_cart #shopno {
    top: -8px;
}
#shopno {
    display: inline-block;
    background-color: #afcb2e;
    color: #FFFFFF;
    font-size: 10px;
    position: absolute;
    padding: 1px;
    width: 18px;
    height: 18px;
    /* padding-right: 3px; */
    border-radius: 100%;
    top: -3px;
    right: -9px;
    font-family: sans-serif;
    text-align: center;
    line-height: 150%;
}


/*index_banner*/
.index_banner{
	float:left;
	width:100%;
	margin-top:135px;
	border-bottom:solid #e6edc7 20px;
}
.slider-container  .container{
    text-align: center;
}
.tp-caption.item_box{
    background: rgba(0,0,0,.54);
    padding: 25px 25px 35px 25px !important;
    width: 100%;
    max-width: 700px !important;
    color:#fff;
    line-height: 150% !important;
    white-space: normal;
}
.index_banner .title{
	font-size:2.4em;
	margin-bottom:15px;
	line-height:150%;
	font-weight:bold;
}
.index_banner .con_font{
	line-height:150%;
	font-size:1.3em;
}
.index_banner .btn_01{
	background:#a75943;
}
.index_banner .btn_01:hover ,.index_banner .btn_01:focus{
	background:#2e6e98;
}
.index_banner .btn_01  i{
	padding-left:5px;
}


/*index_open*/
.index_open{
	float:left;
	width:100%;
	padding:20px 0;
}


/*index_product*/
.index_product{
	float:left;
	width:100%;
	padding:20px 0;
}
.index_product .class_img{
	margin-bottom:15px;
}
.index_product ul{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:0;
}
.index_product ul li{
	width:30.3%;
	margin:1.5% 1.5% 2.5% 1.5% ;
	float:left;
}
.index_product ul li a:hover{
	color:#000;
}
.index_product ul li:nth-child(3n+1){
	clear:both;
}
.index_product ul li .title{
	text-align:center;
	font-size:16px;
	padding:10px 10px 3px 10px;
	line-height:130%;
}
.index_product ul li .price{
	text-align:center;
	font-size:13px;
}
.index_product .line-through{
	font-size:12px;
	padding-right:10px;
}


/*index_link*/
.index_link{
	float:left;
	width:100%;
}
.index_link .item{
	float:left;
	width:25%;
}


/*footer*/
footer{
	background:#f7faea;
	border-top:solid #fff 6px;
	padding:40px 0 10px 0;
	float:left;
	width:100%;
	color:#666 !important;
}
.footer_menu .item{
	float:left;
	width:20%;
	padding: 0 15px 30px 15px;
}
.footer_menu .item a{
	color:#666 !important;
}
.footer_menu .item a:hover{
	color:#000 !important;
}
.footer_menu .title{
	color:#afcb2e;
	font-size:1.25em;
	font-weight:bold;
}
.footer_menu ul{
	list-style:none;
	margin-bottom:0;
	float:left;
	width:100%;
	padding:5px 0 0 0;
}
.footer_menu ul li{
	padding:2px 0;
}
.footer_menu .fab{
	font-size:20px;
	padding:5px;
}
.footer_menu .con_font{
	padding:10px 0;
}


/*copyright*/
footer .copyright{
	float:left;
	width:100%;
	padding:10px 0;
	text-align:center;
	border-top:solid #e1e1e1 1px;
	font-size:0.9em;
}


/*content*/
#content{
	padding-top:135px;
}


/*page_banner*/
.page_banner{
	float:left;
	width:100%;
	padding:0;
	
}

/*page content*/
.page_content{
	min-height:500px;
    float: left;
    width: 100%;
}
.page_content .page_menu{
    float: left;
    width: 20%;
	padding-top:30px;
}
.page_content .page_con{
    float: left;
    width: 80%;
	padding-top:30px;
}
.page_content .con_one {
    width: 100% !important;
}
.page_content .con_font{
	margin-bottom:40px;
	float:left;
	width:100%;
}
.page_content .btn_box{
	float:left;
	width:100%;
	padding:10px 0 30px 0;
	margin-bottom:40px;
}



/*page_menu*/
.page_menu{
	list-style:none;
	float:left;
	width:100%;
	border-radius:0;
	padding-right:20px;
	margin-bottom:50px;
}
.menu_title{
	width:100%;
	float:left;
	font-weight:bold;
	line-height: 140%;
	padding: 5px 0;
}
.page_menu .navbar{
	float:left;
	width:100%;
}
.page_menu .navbar li{
	float:left;
	width:100%;
}
.page_menu .navbar-nav>li>a {
    padding: 5px 0;
	font-size:12px;
	color:#999;
	line-height:130%;
}
.page_menu .navbar-nav>li>a:hover {
	color:#afcb2e;
}


/*page top*/
.page_top{
	font-size:12px;
	color:#999;
}
.page_top .fa-angle-right{
	padding:0 4px;
}
.page_top .active{
	color:#999;
}


/*page_search*/
.page_search{
	float:left;
	width:100%;
	/*text-align:right;*/
	color:#999;
	padding:5px 0;
}
.page_search label{
	margin-bottom:0;
}
.page_search .item_title{
	float:left;
	padding: 2px 8px 0 0;
}
.page_search .form-control{
	border-color:#ccc;
	border-radius:0 !important;
	font-size:13px;
	padding:0 3px;
	color:#666;
	height: 28px;
}


/*product_list*/
.product_list{
	list-style:none;
	float:left;
	width:100%;
}
.product_list li{
	float:left;
	width:30.3%;
	margin: 2% 1.5%;
}
.product_list li:nth-child(3n+1){
	clear:both;
}
.product_list li a:hover{
	color:#000;
}
.product_list li img{
	border:solid #eee 1px;
}
.product_list li .title{
	line-height:150%;
	padding:5px 0;
	font-size:13px;
}
.product_list li .price{
	font-size:12px;
	font-weight:bold;
}
.product_list li .price .line-through{
	padding-right:5px;
	font-weight:lighter;
}


/*product_detail*/
.product_detail{
	float:left;
	width:100%;
}
.product_detail .img{
	float:left;
	width:65%;
	padding:30px 0;
}
.product_detail .img img{
	width:100%;
}
.product_detail .info{
	float:left;
	width:35%;
	padding:30px 0 30px 30px;
}
.product_detail .info .title{
	font-size:24px;
	line-height:140%;
	font-weight:bold;
}
.product_detail .info .summary{
	color:#999;
	padding:5px 0;
}
.product_detail .info .price{
	font-size:20px;
	padding:20px 0 10px 0;
	font-weight:bold;
	border-bottom:solid #e5e5e5 1px;
	margin-bottom:10px;
}
.product_detail .info .price .line-through{
	padding-right:10px;
}
.product_detail .info .text{
	float:left;
	width:100%;
	color:#999;
	font-size:13px;
	text-transform: uppercase;
}
.product_detail .info .text .prod_color{
	float:left;
	width:50%;
}
.product_detail .info .text .prod_no{
	float:left;
	width:50%;
	text-align:right;
}
.product_detail .info ul{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:7px;
}
.product_detail .info ul li{
	float:left;
	padding:3px;
	margin:2px 6px 2px 0;
	border:solid #fff 1px;
	width:30px;
	display: flex;
    justify-content: center;
}
.product_detail .info ul li:hover{
	border:solid #eee 1px;
	cursor:pointer;
}
.product_detail .info ul li.active{
	border:solid #dedede 1px;
}
.product_detail .info ul li img{
	border:solid #dedede 1px;
}
.product_detail .info ul li img{
	border:solid #dedede 1px;
}
.product_detail .info select{
	margin:2px 0;
}
.product_detail .info .cart button{
	float:left;
	width:100%;
	background:#444;
	color:#fff;
	text-transform: uppercase;
	padding:9px;
	font-size:16px;
	border:none;
	margin:15px 0 8px 0;
}
.product_detail .info .cart button:hover{
	background:#000;
}
.product_detail .info .standard  button{
	color:#444;
	border:solid #444 1px; 
	font-size:16px;
	padding:9px;
	float:left;
	width:100%;
	background:#fff;
}
.product_detail .info .standard  button:hover{
	/*color:#000;
	border:solid #000 1px; */
	background:#f5f5f5;
}
.product_detail .prod_open{
	float:left;
	width:100%;
	padding:20px 0 30px 0;
}
.product_detail .prod_open img{
	width:100%;
}


/*ad_01 商品資訊*/
#SubForm{
	z-index: 1041; 
	display: block; 
	width: 100%; 
	height: 100vh;
	background: rgba(0, 0, 0, 0.7); 
	position: fixed;
    right: 0;
    bottom: 0;
}
.close_ad{
	float:right;
	width:100%;
	text-align:right;
    font-size: 16px;
    right: 11px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
	position:relative;
	margin-top: -5px;
}
.ad_con{
	background:#fff; 
	margin: 0 auto; 
	overflow:hidden;
	border-radius:10px;
	box-shadow:0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	position: fixed;
	top:5%;
	right:2%;
	left:2%;
	width:96%; 
	float:left;
	max-width:1000px;
	padding:10px 0 10px 20px;
}
.ad_con .message_con{
	float:left;
	width:100%;
	height:100%;
	max-height:70vh;
	overflow-y:scroll;
	padding-right:15px;
}

.toggle > label {
    background: #fff;
	border:none;
    border-bottom: solid #999 1px;
	color:#333;
	border-radius:0;
	font-size:18px;
	padding: 12px 15px;
}
.toggle.active > label {
	background: #333;
	color: #fff;
	border-radius: 5px;
}
.toggle > .toggle-content {
	padding:0 10px;
}



/*page title*/
.page_content .title h2 {
    width: 100%;
    padding-right: 150px;
	border-bottom: solid #EEE 1px;
    margin: 30px 0 20px 0;
    padding: 0 100px 20px 0;
}
.page_content .title .page_share{
	position:relative;
	float:right;
	margin-top:-60px;
}
.page_content .page_share .fa-circle{
	color:#ccc;
}


/*news_list*/
.news_list{
	width:100%;
	float:left;
}
.news_list a{
	width:48%;
	float:left;
	margin:1%;
	border:solid #eee 1px;
	padding:15px;
}
.news_list a:nth-child(2n+1){
	clear:both;
}
.news_list .item .img{
	width:32%;
	float:left;
	margin-right:3%;
}
.news_list .item img{
	border:solid #ddd 1px;
	float:left;
}
.news_list .item .item_font{
	width:65%;
	float:left;
}
.news_list .item .date{
	padding:5px 5px 0 0;
	float:left;
}
.news_list .class{
	font-size:0.9em;
	float:left;
	padding: 5px 0;
}
.news_list .class .top_class{
	margin-left:0;
}
.news_list .item .title{
	font-weight:bold;
	float:left;
	clear: both;
}
.news_list .text-shadow-container{
	display:none;
}
.news_list_02 ,.news_list_02 a{
	float:left;
	width:100%;
}
.news_list_02 .item{
	float:left;
	width:100%;
	padding:20px;
	border-bottom:solid #2fcde9 1px;
}
.news_list_02 .item img{
	max-width:200px;
	margin:0 20px 10px 0 ;
	border:solid #ccc 1px;
}
.news_list_02 .item .date{
	font-size:0.9em;
	width:100%;
}
.news_list_02 .item .class{
	font-size:0.9em;
	float:left;
}
.text-shadow-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(rgba(255,255,255,0),#fff);
    text-align: center;
    vertical-align: bottom;
}


/*表單管理*/
/*.form_con{
	margin:0 auto;
	max-width:700px;
	padding:30px 0 0 0;
}
.form_box{
	border: solid #f5f5f5 10px;
	padding:10px;
	background:#fff;
}
.form_box .table-row{
	border-bottom:#900 solid 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:8px;
	text-align:right;
	border-right: #ccc dotted 1px;
	font-weight:bold;
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	line-height:170%;
}
.form_a input{
	height:30px;
}
.form_a .mt-radio,.form_a .mt-checkbox ,.input_table .mt-radio,.input_table .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.mt-radio span,.mt-checkbox span{
	margin-top:3px !important;
	background:#fff  !important;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:500;
}*/

.form_body{
	max-width:700px;
	margin:15px auto;
}
.form_body .form-group{
	padding: 5px 10px;
}
.form_body .title{
	text-align:right;
	padding: 4px 10px 0 0 ;
	float:left;
	width:25%;
	color:#000;
}
.form_body .con_font{
	float:left;
	width:75%;
	margin-bottom:0;
}
.form_body.list .con_font{
	color:#999;
}
.form_body.list .form-group{
	margin-bottom:0;
}
.form_body.list .title{
	padding: 0 15px 0 0 ;
}
.form_body.list .title:after{
	content:"/";
	color:#afcb2e;
	padding-left:10px;
	font-size:10px;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	padding:3px 0;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}



/*表單checkbox radio*/
.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	margin-left: 10px;
}
.mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}
.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mt-checkbox>span, .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
	margin-top:3px;
}
.mt-checkbox>span:after, .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}
.mt-checkbox:hover>input:not([disabled])~span, .mt-checkbox>input:focus~span, .mt-radio:hover>input:not([disabled])~span, .mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span, .mt-radio:hover>input:not([disabled]):checked~span, .mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9;
}
.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mt-checkbox>input:disabled~span, .mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none;
}
.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #ccc;
    background: 0 0;
}
.mt-radio>span, .timeline .timeline-badge-userpic img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.mt-radio>span {
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
}
.mt-radio>span:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #666;
}
.mt-radio>input:disabled~span:after {
    background: #666;
}
.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>input:disabled~span:after {
    border-color: #666;
}
.mt-checkbox-list, .mt-radio-list {
    padding: 10px 0;
}


/*member_login*/
.member_login{
	margin:0 auto;
	width:100%;
	max-width:700px;
	padding:30px 10px;
}
.member_login .login_con{
	float:left;
	width:50%;
	border-right:solid #ddd 1px;
	padding:5%;
	margin-bottom:40px;
}
.member_login .create_con{
	float:left;
	width:50%;
	padding:5%;
}
.member_login .title{
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	color:#afcb2e;
}
.member_login .login_con>.title ,.member_login .create_con>.title{
	padding-bottom:20px;
}
.member_login .form_con label{
	width:100%;
	margin-bottom:15px;
}
.member_login .form_con label .title{
	font-size:14px;
	font-weight:400;
	text-align:left;
	margin-bottom:-1px;
	color:#666;
}
.member_login .verification_img{
	float:left;
	padding:4px 0 0 5px;
}
.member_login .forget a{
	color:red;
	opacity:.7;
	font-size: 0.9em;
}
.member_login .forget a:hover{
	opacity:1;
}
.member_login .btn_box{
	text-align:center;
	margin-bottom:0;
	padding: 10px 0 0 0;
}


/*member_forget*/
.member_forget{
	margin:0 auto;
	width:100%;
	max-width:700px;
	padding:30px 10px;
}
.member_forget .title{
	font-size:1.8em;
	font-weight:bold;
	color:#afcb2e;
}
.member_forget ol{
	padding:15px 0 10px 20px;
}


/*member_edit*/
.member_edit{
	float:left;
	width:100%;
}
.member_edit label{
	width:100%;
	margin-bottom:15px;
}
.member_edit label .title{
	font-size:14px;
	font-weight:400;
	text-align:left;
	margin-bottom:-1px;
	color:#666;
}
.member_edit .verification_img{
	float:left;
	padding:4px 0 0 5px;
}


/*member_order*/
.member_order{
	margin-top:-30px;
	float:left;
	width:100%;
}
.price_padding{
	padding-right:20px;
}
.member_order .btn_01{
	font-size:13px;
	padding:3px 10px;
}
.member_order .btn_03{
	font-size:13px;
	cursor:none;
}
.btn-primary:focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}


/*流程圖*/
.bg-white {
	background: #ffffff !important;
}
.bg-gray{
	background:#e5e5e5;
}
.bg-yellow{
	background:#ffc364;
}
.bg-green{
	background:#afcb2e;
}
.mt-element-step .step-line .mt-step-col {
  padding: 30px 0;
  text-align: center;
  color:#999;
  }
.mt-element-step .step-line .mt-step-number {
  font-size: 26px;
  border-radius: 50%;
  display: inline-block;
  margin: auto;
  padding: 9px;
  margin-bottom: 5px;
  border: 3px solid;
  border-color: #e5e5e5;
  position: relative;
  z-index: 5;
  height: 50px;
  width: 50px;
  text-align: center;
  color:#ffffff;
  }
.mt-element-step .step-line .mt-step-number > i {
  position: relative;
  top: 50%;
  transform: translateY(-120%); }

.mt-element-step .step-line .mt-step-title {
  font-weight: 400;
  position: relative;
  }
.mt-element-step .step-line .mt-step-title:after {
  content: '';
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #e5e5e5;
  top: -32px;
  left: 50%;
  z-index: 4;
  transform: translateY(-100%); }
.mt-element-step .step-line .mt-step-title:before {
  content: '';
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #e5e5e5;
  top: -32px;
  right: 50%;
  z-index: 4;
  transform: translateY(-100%); }

.mt-element-step .step-line .first .mt-step-title:before {
  content: none; }

.mt-element-step .step-line .last .mt-step-title:after {
  content: none; }

.mt-element-step .step-line .active .mt-step-number {
  color: #ffffff !important;
  border-color: #e5e5e5 !important; }

.mt-element-step .step-line .active .mt-step-title,
.mt-element-step .step-line .active .mt-step-content {
  color: #999 !important; }

.mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before {
  background-color: #e5e5e5; }

.mt-element-step .step-line .done .mt-step-number {
  color: #ffffff !important;
  border-color: #afcb2e !important; }

.mt-element-step .step-line .done .mt-step-title,
.mt-element-step .step-line .done .mt-step-content {
  color: #000 !important; }

.mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
  background-color: #e5e5e5; }

.mt-element-step .step-line .error .mt-step-number {
  color: #E7505A !important;
  border-color: #E7505A !important; }

.mt-element-step .step-line .error .mt-step-title,
.mt-element-step .step-line .error .mt-step-content {
  color: #E7505A !important; }

.mt-element-step .step-line .error .mt-step-title:after, .mt-element-step .step-line .error .mt-step-title:before {
  background-color: #E7505A; }
.mt-element-step .en{
	float:left;
	width:100%;
	opacity:.6;
}
@media (min-width: 768px) and (max-width: 1025px) {
.mt-step-number{
	/*padding:3px !important;
	font-size: 18px !important;
	width:30px;
	height:30px;*/
}
.mt-step-title:before , .mt-step-title:after{
	margin-top: 13px;
}
} 
@media (max-width: 767px) {
.mt-step-title:before , .mt-step-title:after{
	display:none;
}
.mt-step-number , .mt-step-title{
	float:left;
}
.mt-step-number{
	padding:3px !important;
	font-size: 18px !important;
	border-radius:5px !important; 
}
.mt-step-title{
	padding:5px;
}
.mt-step-col{
	padding:15px 0 0 0 !important;
	float:left;
}
.mt-element-step .en{
	float:none;
	width:auto;
}
}
/*流程圖end*/


/*產品數量*/
p.p_num {
    /*width: 80px;*/
    height: 28px;
    border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
    position: relative;
}
 
span.sy_minus,span.sy_plus {
    width: 20px;
    height: 26px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    font-size: 14px;
    border: solid 1px #d0d0d0;
    cursor: pointer;
    border-top: none;
    border-bottom: none;
	background:#efefef;
	line-height: 27px;
}
 
span.sy_minus {
    left: 0px;
}
 
span.sy_plus {
    right: 0px;
}
 
input.sy_num {
    width: 32px;
    height: 26px;
    text-align: center;
    /*position: absolute;
    top: 2px;*/
    left: 30px;
	border: none;
    vertical-align: middle;
	background-color:transparent;
}
 
span.sy_num {
    padding: 5px 8px;
    border: solid 1px #d0d0d0;
    border-left: none;
    border-right: none;
    cursor: pointer;
}


/*購物車*/
.order_list{
	float:left;
	width:100%;
	padding:0 5%;
}
.shopping_con{
	float:left;
	width:99%;
	margin:1% 0 0 0;
	padding:2px;
	text-align:center;
}
.shopping_box{
	box-shadow:0px 0px 3px 2px  rgba(20%,20%,20%,0.1);
	float:left;
	width:100%;
	margin:1% 0;
	background:#fff;
	padding:2px;
}
.shopping_title{
	background:#4f4f4d;
	padding:6px 10px;
	color:#fff;
	height: 37px;
}
.price_nt{
	font-size:12px;
}
.prod_item{
	border-bottom:#efefef solid 1px;
	float:left;
	width:100%;
	padding:10px 0;
}
.prod_item img{
	/*width:50%;*/
	max-height:100px;
	padding:5px;
}
.prod_item p{
	margin-bottom:0;
}
.price_underline{
	text-decoration: line-through;
	font-size:13px;
	color:#999;
	padding-right:10px;
}
.price_red {
    font-size: 20px;
    font-weight: bold;
    color: red;
    font-family: Tahoma;
}
.shopping_item{
	float:left;
	width:100%;
	border-bottom:#efefef solid 1px;
	padding:10px 0;
}
.shopping_item_01{
	float:left;
	width:100%;
	padding:10px 0;
}
.shopping_item_02{
	float:left;
	padding:10px 4%;
	text-align:left;
	line-height:190%;
}
.top_line {
    border-top: solid #efefef 1px;
}
.shopping_total{
	width:100%;
    float: left;
	text-align:right;
}
.shopping_total p{
	margin-bottom:0;
}
.shopping_total .total_01{
	float:left;
	width:100%;
	padding:10px 0;
	border-top: double #ccc 3px;
}
.shopping_total .total_01>div{
	height:30px;
	line-height:130%;
}
.shopping_total .total_02{
	float:left;
	width:100%;
	padding:10px 0;
	border-top: solid #e1e1e1 1px;
}
.shopping_show{
	width:100%;
	float:left;
	padding:5px 0;
}
.btn_prod {
    padding: 5px 20px;
    color: #000;
    background:  rgba(175,203,46,.2);
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.btn_prod:hover{
	color:#fff;
	background:#afcb2e;
}


/*運送資料及訂單資訊*/
.shopping_info{
	float:left;
	width:99%;
	margin:0 0 50px 0;
	padding:2px;
}
.shopping_info .transport{
	float:left;
	width:60%;
	box-shadow:0px 0px 3px 2px  rgba(20%,20%,20%,0.1);
	margin:1% 2% 1% 0;
	background:#fff;
	padding:2px;
}
.shopping_info .transport .form-group{
	margin-bottom:10px;
	padding: 0 10px 5px 10px;
}
.shopping_info .transport .title ,.shopping_info .transport .con_font{
	width:100%;
	text-align:left;
}
.shopping_info .total{
	float:left;
	width:38%;
	box-shadow:0px 0px 3px 2px  rgba(20%,20%,20%,0.1);
	margin:1% 0;
	background:#fff;
	padding:2px;
}
.shopping_info ol{
	padding-left:20px;
}
.shopping_info .total .con_font{
	padding:5px 10px;
	margin-bottom:0;
}
.shopping_info .total .item{
    float: left;
	width:100%;
	padding:7px 0;
}
.shopping_info .total .title{
    float: left;
	width:50%;
	color: #000;
}
.shopping_info .total .price{
    float: left;
	width:50%;
	text-align:right;
}
.shopping_info .total .sum{
	float: left;
	width:100%;
	border-top: solid #ccc 1px;
	padding:7px 0;
	margin-top:5px;
}
.shopping_info .total .btn_box{
	padding:5px 10px;
	float: left;
	width:100%;
	margin-bottom:0;
}
.shopping_info .total .btn_box a{
	padding:10px 10px;
	float: left;
	width:100%;
	text-align:center;
	font-size:1.2em;
	margin:3px 0;
}
.shopping_info .total .btn_box .btn_01:hover{
	background:#999;
}




/*收件人資訊*/
.shopping_recipient{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.shopping_recipient .table-row .table-cell:first-child{
	color:#000;
}
.shopping_recipient .table-row .table-cell:first-child i{
	padding-right:5px;
}
.shopping_recipient .table-row .table-cell ol{
	padding-left:20px;
}
.shopping_recipient .form_body.list .form-group{
	margin-bottom:0;
}
.shopping_recipient .form_body.list .title{
	padding: 0 15px 0 0 ;
}
.shopping_recipient .form_body.list .title:after{
	content:"/";
	color:#afcb2e;
	padding-left:10px;
	font-size:10px;
}
.shopping_recipient .shopping_bottom{
	padding:30px 0;
}
.shopping_recipient .table{
	padding:20px;
}
.shopping_recipient .table-cell:nth-child(1){
	width:185px;
	color:#000;
	padding-right:50px;
}
.shopping_recipient .form-group .con_font .mt-radio{
	/*min-height:34px;*/
}
.shopping_recipient #Text01{
	float:left;
	width:100%;
	padding-left:35px;
}
.shopping_recipient #Text01 input{
	margin:0 0 5px 0;
}
.shopping_recipient #Text02{
	padding-left:40px;
}
.shopping_recipient .postcode input{
	margin:0 5px 5px 0;
	float:left;	
}
.shopping_recipient .required{
	margin-left:10px;
}


/*注意事項*/
.shopping_remarks{
	float:left;
	width:100%;
}
.shopping_remarks .con_font{
	padding:30px 30px 10% 30px;
}



/*print*/
.con_box{
	padding: 2%;
    margin: 2%;
    border: solid 1px #ccc;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	background: #fff;
}
.con_banner{
	margin-bottom:15px;
}
.con_banner img{
	border-radius:10px;
	box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
	border: solid 1px #fff;
}
.con_box .title{
	width: 100%;
    border-bottom: solid #afcb2e 2px;
    padding: 0 0 10px 0;
	margin-bottom:10px;
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:0.9em;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.con_box .page_con{
	padding:10px 0;
}



/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	font-size:13px;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:none /*1px solid #eee*/;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:600px;
	text-align:center;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding: 12px 20px; 
	background:#4f4f4d; 
	color:#fff;
	font-weight:500;
	text-align:center;
	border-bottom: none;
}
.table-bordered > tbody > tr > td{
    border: none /*1px solid #eee*/;
}
.table-hover > tbody > tr:hover{
	background:rgba(175,203,46,.05);
}
.table>tbody>tr>td{
	vertical-align: middle !important;
	padding: 12px 20px;
	border-top: none;
	border-bottom: 1px solid #eee;
}
.table_icon{
	padding:3px 3px 2px 3px !important;
	vertical-align:middle;
}
.table {
    margin-bottom: 0px;
}
.table-scrollable .table>tbody>tr>th ,.table-scrollable .table>tbody>tr>td{
	padding:10px 15px;
}
.table-scrollable img{
	max-width:165px;
	border:solid #ddd 1px;
}
.table-scrollable a .fa-square{
	color:#666;
}
.table-scrollable a:hover .fa-square ,.table-scrollable a:focus .fa-square{
	color:#afcb2e;
}
.table-scrollable a .fa-download{
	color:#fff;
}


/*table*/
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}


/*頁碼*/
#page_number{
	padding-top:20px;
	font-size:0.9em;
	float:left;
	width:100%;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 3px 12px;
    font-size: 1em;
	background:#666;
	/*margin-left:-5px;*/
	border-radius:5px;
	margin-top: -2px;
	color:#fff;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:77px;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover{
	background:#afcb2e;
	color:#fff;
}
#page_number .page_list{
	margin-top:-2px;
}


/*page_number_01*/
.page_number_01{
	float:left;
	width:100%;
	text-align:center;
	padding: 10px 0 40px 0;
}
.page_number_01 .btn_page{
	background-color:transparent;
	color:#999;
	padding:0;
	border-radius:50%;
	width:25px;
	height:25px;
}
.page_number_01 .btn_page:hover{
	background-color:rgba(0,0,0,.04);
}

.page_number_01 .btn_page.active{
	background-color:#ccc;
	color:#fff;
}



/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#000;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_opacity:hover img ,a:hover .imh_opacity img{
	opacity:0.8;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#000;
	overflow:hidden;
    	position: relative;}

.imh_detail img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_detail a:before{
	display:block;
	content:"Details+";
	padding:10px 20px;
	font-size:13px;
	color:#FFF;
	border:2px solid #FFF;
	opacity:0;
	
	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-80px;
	z-index:99;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-20px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom{
	background:#000;
	overflow:hidden;
	position:relative;}

.imh_zoom img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_zoom:before{
	display: block;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 30px;
    color: #fff;
    background: #008000;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    border: dashed #fff 2px;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a:hover .imh_zoom:before{
	top:50%;}

a:hover .imh_zoom img{
	opacity:0.6;
	transform:scale(1.05);}

	


/*--------------------------------------for 電腦、平版、手機------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
.container {
    width: 1200px;
    /*padding: 0px;*/
}


/*header*/
#header .dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
#header .dropdown-submenu .dropdown-menu{
	background: #dcdcdc!important;
    margin: 0!important;
}


/*index_banner*/
.tp-caption.item_box{
    min-width: 500px !important;
}



}

 
/* 平板電腦、橫向手機和一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1199px) {
.container {
    width: 100%;
	padding: 0 20px;
}


/*header*/
.header-nav-main{
	margin:0 -15px;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
	background: #20596a!important;
    margin: 0!important;
}


/*index_banner*/
.tp-caption.item_box{
    min-width: 500px !important;
}

}


/* 電腦、橫向平板電腦解析度 */
@media (min-width: 768px) and (max-width: 991px) {
.container {
    width: 100%;
	padding:0 15px;
}
    
    
/*header*/
#header .header-logo img{
    width:180px !important;
	padding:5px 0;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 1em;
    padding: 10px;
}
#header .header-nav-main {
    margin: 0;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
	background: #25667a!important;
    margin: 0!important;
}


/*search icon*/
.sidemenu {
    top: 60px;
}
.menu_search i {
    font-size: 18px;
    padding:15px;
}

/*index_banner*/
.index_banner {
    margin-top: 102px;
}
.tp-caption.item_box{
    min-width: 500px !important;
}


/*content*/
#content{
	padding-top:102px;
}


/*page title*/
.page_content .title h2{
	font-size:1.6em;
}
.page_content .page_share .fa-1g {
    font-size: 1.1em;
}


/*news_list*/
.news_list a{
	width:48%;
}
.news_list a:nth-child(2n+1){
	clear:both;
}


/*video_list*/
.video_list .item {
    height: 348px;
}
.video_list a{
	width:48%;
}
.video_list a:nth-child(2n+1){
	clear:both;
}


} 

 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
h2{
	font-size:1.5em;
}
.container {
    width: 100%;
	padding:0 15px;
}
.header-logo img{
	height: 52px !important;
	width:auto !important;
    vertical-align: top;
    padding: 5px 0;
}


/*手機版menu*/
#header {
    position: fixed;
    width: 100%;
}
#header .header-body{
    background: rgba(255,255,255,1);
}
#header .header-container {
    padding: 0 ;
}
#header .header-column:first-child{
	padding:0 10px;
}
.header-nav-main{
	/*margin:0 -15px;*/
	background:#f5f5f5 !important;
	padding:0;
}	
.dropdown-menu li {
	margin:0!important;
	padding:0!important;
}
.dropdown-menu>li>a {
	padding: 10px 28px 8px 20px !important;
	/*color:#fff;*/
	border-radius:0;
}
.dropdown-menu .dropdown-submenu>a {
	padding: 10px 28px 8px 35px !important;
}
.dropdown-menu .dropdown-submenu .dropdown-menu>li>a {
	padding: 10px 28px 8px 50px !important;
}
.nav-top{
	background:#666;
}
.nav-top li{
	width:100%;
	float:left!important;
	margin: 0;
	height:38px;
}
.nav-top li a{
	width:100%;
}
.nav-top select{
	margin:3px;
	padding:2px 5px !important;
	height:30px;
}
.nav-top .lang{
	float:left;
	width:100% !important;
}
.nav-top .lang .title{
	color:#fff;
	float:left;
	padding:5px 5px 5px 20px; 
	font-size:1em;
}
.nav-pills>li+li {
    margin-left: 0 !important;
}
#header .header-nav-main nav > ul >li:after {
    height: 0;
}
.nav-top a{
	color:#fff
}
.nav-top .share_icon{
	text-align:center;
	width:100%;
	float:left;
	padding:2px;
}
.nav-top .share_icon a{
	width:30px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
	padding: 5px 10px !important;
	width:40px;
	margin:0 5px;
}
.nav-top a i{
	font-size:1.2em;
	width:40px;
}
#header .header-nav-main nav > ul >li:before {
	display:none;
}
#mainNav .dropdown>a {
    text-align:left;
}
#mainNav>li a .small {
    display: initial;
	padding-left:5px;
}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu{
	padding:10px 0;
}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu>li ,.dropdown-mega-sub-nav li{
	border-bottom: none !important;
}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu>li a{
	padding:6px 20px 6px 35px !important;
}
.dropdown-mega .col-md-3{
	padding:0;
}


/*search icon*/
.sidetitle{
	background:#fff!important;
	color:#ccc!important;
	box-shadow:none!important;
}
.sidemenu {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    background: rgba(0,0,0,.08) /*rgba(175,203,46,.5)*/;
    border:none;
	/*border-top: solid #eee 1px;*/
	border-bottom: solid #e3e3e3 1px;
	border-radius:0;
    width: 100%;
    float: left;
}
.sidemenu label {
    padding-left: 10px;
}
.search_icon {
    color: #666;
}


/*index_banner*/
.index_banner {
    margin-top: 52px;
}
.tp-caption.item_box{
    width:100%;
    min-width: 350px !important;
}
.index_banner .title {
    font-size: 2.8em;
	margin-bottom:10px;
}


/*index_product*/
.index_product .class_img{
	margin-bottom:10px;
}
.index_product ul li .title{
	font-size:16px;
}
.index_product ul li .price{
	font-size:12px;
}


/*index_link*/
.index_link .item{
	width:50%;
}


/*footer*/
footer{
	font-size:80%;
	padding: 20px 0 0 0;
}
.footer_menu .item{
	width:25%;
}


/*content*/
#content{
	padding-top:52px;
}


/*page_banner*/
.page_banner{
	padding: 0;
}


/*page_content*/
.page_content .page_menu {
	display:none;
}
.page_content .page_con {
    width: 100%;
	padding-top:10px;
}


/*product_detail*/
.product_detail .img ,.product_detail .info {
	width:50%;
}
.product_detail .info .title {
	font-size:20px;
}


/*ad_01 商品資訊*/
.toggle > label {
	font-size:16px;
}


/*content_con*/
.content_con{
	padding:0 10px;
}
.content_con .left{
	float:left;
	width:100%;
	padding:30px 0 0 0 ;
}
.content_con .right{
	display:none;
}


/*news*/
.page_search{
	font-size:0.9em;
}


/*news_list*/
.news_list a{
	width:98%;
}
.news_list_02 .item img{
	max-width:100px;
	display:none;
}


/*購物車*/
.price_font ,.shopping_total{
	font-size:90%;
}
.prod_item .col-xs-12{
    padding-top: 10px;
	font-size:90%;
}
.order_list {
    padding: 0;
}


/*流程圖*/
.mt-element-step .step-line .mt-step-number{
	width:30px;
	height:30px;
	padding:0 !important;
}


/*頁碼*/
#page_number{
	font-size:0.7em;
}
#page_number .page_icon{
	text-align:center;
}
.btn_page {
	  padding: 3px 9px;
}


/*table scroll*/
.table-scrollable{
	font-size:0.9em;
}
.table-scrollable .table>tbody>tr>td {
    padding: 12px 15px;
}


/*運送資料及訂單資訊*/
.shopping_info .transport{
	width:100%;
    margin: 15px 2% 18px 0;
}
.shopping_info .total{
	width:100%;
}


/*表單管理*/
.form_body .title{
    width: 100%;
	text-align:left;
}
.form_body .con_font {
    width: 100%;
}
.form_body .form-group {
    padding: 10px;
    margin: 0;
}
.form_body .form-group {
    padding: 10px;
    margin: 0;
}
.form_body .title{
    width: 100%;
	text-align:left;
	padding:0;
	/*margin-bottom:-3px;*/
}
.form_body .con_font {
    width: 100%;
}
.form_body .form-group:nth-child(even){
	background:#f9f9f9;
	border-radius:5px;
}
.form_body.list .title:after{
	display:none;
}
.form_body.list .title:before{
	content:"•";
	color:#afcb2e;
	padding-right:5px;
}
.form_body.list .con_font{
	padding:3px 0 0 12px;
}
.verification_code{
	margin:5px 0 3px 0;
	display:inline-block;
}
.forum_subject img {
	width:100px;
}

}
 
 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
.container {
	padding:0 5%;
}
#tophome {
    padding: 2px 0;
}
.top_link a {
    color: #fff;
    font-size: 0.9em;
}
.top_link ul li:after ,.copyright_menu ul li:after{
	padding:0 0 0 3px;
}
.input-medium ,.input-large, .input-xlarge{
	width:100% !important;
}


/*index_banner*/
.tp-caption.item_box{
    width:100%;
    min-width: 220px !important;
}
.index_banner .title {
    font-size: 3.3em;
	margin-bottom:10px;
}
.index_banner .con_font {
    font-size: 2em;
}


/*index_product*/
.index_product{
	padding:10px 0;
}
.index_product .class_img{
	margin-bottom:5px;
}
.index_product ul li .title{
	font-size:12px;
	padding: 10px 5px 3px 5px;
}
.index_product ul li .price{
	font-size:10px;
} .
.index_product .line-through {
    padding-right: 3px;
	font-size:9px;
}


/*footer*/
.footer_menu .item{
	width:50%;
}
.footer_menu .item:nth-child(2n+2){
	clear:both;
}


/*page_banner*/
.page_banner{
	padding:0;
}
.page_banner .container{
	padding:0;
}


/*page title*/
.page_content .title h2 {
    padding: 0 0 20px 0;
}
.page_content .title .page_share {
    margin-top: -10px;
}


/*page_top*/
.page_top {
    font-size: 8px;
}


/*product_list*/
.product_list li{
	width:45%;
	margin:3% 2.5%;
}
.product_list li:nth-child(3n+1){
	clear:none;
}
.product_list li:nth-child(2n+1){
	clear: both;
}
.product_list li .title {
    font-size: 12px;
	padding: 5px 0 2px 0;
}
.product_list li .price {
    font-size: 10px;
}


/*product_detail*/
.product_detail .img {
    padding: 10px 0;
	width:100%;
}
.product_detail .info {
	width:100%;
	padding:0;
}


/*news_list*/
.news_list a{
	width:100%;
	margin:3% 0;
}



/*member_login*/
.member_login .login_con{
	width:100%;
	border-right:none;
	margin-bottom:20px;
}
.member_login .create_con{
	width:100%;
	background:#f9f9f9;
	margin-bottom:40px;
	padding: 40px 5% 5% 5%;
	border-radius:10px;
}


/*member_edit*/
.member_edit .required{
	width:100%;
	float:left;
}



/*運送資料及訂單資訊*/
.shopping_info .form-group:nth-child(even) {
    background: #fff;
}

/*收件人資訊*/
.shopping_recipient .table-cell{
	display:block;
}
.shopping_recipient .table-cell:nth-child(1){
	margin-bottom:10px;
}
.shopping_recipient .btn_box a{
	width:100%;
	float:left;
}



/*注意事項*/
.shopping_remarks .con_font {
    padding:20px 20px 10% 20px;
}




}


@media print {
/*清除網址*/
a[href]:after {
	content: none !important;
}

/*顯示背景圖*/
.bg_print {
	-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
	print-color-adjust: exact !important; /* Chrome, Safari */
	color-adjust: exact !important; /*Firefox*/
}

/*解決Safari 在列印時使用異常小的字體*/
.container {
	width: auto;
}
}



