﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:regular,italic,bold");

/* common
----------------------------------------------------------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    /*overflow: hidden;*/
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*以上為Youtube影片寬度自適應*/
body {
    font-size: 18px;
    font-family: "微軟正黑體", "新細明體", "標楷體";
    padding: 0;
    color: #987CAD;
    overflow-x:hidden;
    /*color: #C90;*/
}
.check_agree{
    width:20px;
    height:20px;
    vertical-align:middle;
}
.detail_img {
    max-width: 100%;
    max-height: 450px;
    border-radius: 10px;
}
.order_title:hover {
    color: #eb4800;
    border-bottom: 1px solid #eb4800;
}
.color_999 {
    color: #999;
}
.font_14{
    font-size:14px;
}
.line_height_2{
    line-height:2rem;
}
.bottom_border {
    border-top-style: solid;
    border-top-color: #f4f4f4;
    border-top-width: .5rem;
}
.text_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pay_btn {
    color: white;
    background-color: #d1021c;
    float: right;
    padding: .5rem 2rem;
    border-radius: 10px;
    margin-right: 1rem;
    margin-top: .5rem;
}
.pay_img {
    height: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p_2{
    padding:2rem;
}
.m_2{
    margin:2rem;
}
.font_23 {
    font-size: 23px;
}
.bg_fffaf3 {
    background-color: #fffaf3;
}
.mb_5{
    margin-bottom:5rem;
}
.color_666 {
    color: #666;
}
.color_333 {
    color: #333;
}
.color_red{
    color:red;
}
.text-bold{
    font-weight:700;
}
.nocart_div {
    font-size: 18px;
    min-height: 10em;
}
.line_height_10{
    line-height:10em;
}
.newssubfile {
    padding: .8rem .5rem;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 5px;
    width: 80px;
    font-size: 14px;
}
.news_date {
    padding: 0 2rem;
    height: 3em;
    font-size: 16px;
}
.card_title {
    margin: 1rem 0;
    font-size: 20px;
    font-weight: normal;
}
.card-body {
    line-height: 3rem;
}
.card_imgdiv {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card_type {
    color: #8b8b92;
    line-height: 1.8;
    font-size: 15px;
}
.block-img {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 100%;
    position: relative;
    display: block;
}

.card_div {
    background-color: white;
    box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    border: 1px solid #f7f7f7;
    margin-bottom: 2rem;
}
.font_16{
    font-size:16px;
}
.method_ul_p {
    list-style:none;
    line-height: 3rem;
    color: #666;
}
.m_080500 {
    margin: .8rem .5rem 0 0;
}

.p_05{
    padding:.5rem;
}
.pr_0{
    padding-right:0;
}
.pt_1 {
    padding-top: 1rem;
}
.pb_1 {
    padding-bottom: 1rem;
}
.p_1{
    padding:1rem;
}
.m_1{
    margin:1rem 0px;
}
.pb_0 {
    padding-bottom: 0;
}

.pt_0 {
    padding-top: 0;
}
.u-flyer {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
}

.msg_div {
    display: table;
    height: auto;
    width: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    top: 45%;
    transform: translateY(-50%);
}
.msg_div2 {
    display: table-cell;
    vertical-align: middle;
    background-color: limegreen;
    opacity: .90;
    border-radius: 3px;
    padding: 1rem 4rem;
}
.msg_div3 {
    display: table-cell;
    vertical-align: middle;
    background-color: red;
    opacity: .90;
    border-radius: 3px;
    padding: 1rem 4rem;
}
.message {
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
.plr_05 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.page_totalPage {
    font-size: 12px;
    color: #999;
    float: right;
}

.page_a {
    border: 0 !important;
    width: auto !important;
    height: auto !important;
}

    .page_a:hover {
        border-radius: 0;
    }
.t_30{
    top:30%;
}
.check_btn {
    padding: .5rem 2rem;
}
.product-detail .img_shop {
    width: 35px;
    height: 35px;
    background-color:transparent;
}
.rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

    .rotate.down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
.pl_1 {
    padding-left:1rem;
}
.product_type {
    padding-left: 1rem;
    margin: 2rem 1rem;
    border-left: 10px solid #333;
    color: #333;
}
.page_div {
    justify-content: center;
    align-items: center;
}
.div_random {
    display: block;
}
.cursor_pointer {
    cursor: pointer;
}
.p_0{
    padding:0;
}
.mt_1{
    margin-top:1rem;
}
.pr_2{
    padding-right:2rem;
}
.pr_1 {
    padding-right: 1rem;
}
.nav_list {
    padding: .5rem 0;
}
    .nav_list a {
        color: rgba(0,0,0,.5);
    }
.pt_2{
    padding-top:2em;
}
.float_r{
    float:right;
}
.carousel_img div img{
    max-width:100%;
}


.float_l {
    float: left;
}
.float_r {
    float: right;
}
.mb_1{
    margin-bottom:1em;
}
.search_icon {
    padding: 10px;
    background: white;
}

label, input, button, select, textarea{
	font-size: 12px;
}
ul li a,a{
	color:#333;
	outline:0; 
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a {
    color: #987CAD;
}
    a:hover {
        color: #C2B1D4;
        text-decoration: none;
    }
.img-al{
	margin: 0 10px 10px 0;
	float:left;
}
.img-ar{
	margin: 0 0 10px 10px;
	float:right;
}
.left{
	text-align:left !important;
}
.center{
	text-align:center !important;
}
.right{
	text-align:right !important;
}
.myCarousel.carousel{
	margin-bottom:0;
}
.breadcrumb{
	margin:10px -10px 20px -10px;
	background-color:#ddd;
}
.breadcrumb{
	background:none;
}
.breadcrumb li{
	border:0px solid #ddd;
	border-radius:30px;
	padding:2px 15px 2px 10px;
	background-color:#ddd;
	margin-right:-23px;
}
.accordion .accordion-heading {
	background-color: #eee;
}
.nav-tabs li.active, .accordion .accordion-heading {
	font-weight: bold;
	font-size: 12px;
}
#top-bar {
    margin: 0px auto 20px auto;
    /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);*/
    /*-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);*/
    padding: 0px 10px;
    background-color: #FFFFFF;
    position: sticky;
    top: -16%;
    /*width: 100%;*/
    z-index:3;
    border-radius:0px;
}
#wrapper{
	margin: 20px auto 20px auto;
	/*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);*/
	/*-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);*/
	/*padding:20px 10px;*/
	background-color: #FFFFFF;
}

/*section.homepage-slider,
section.navbar,
section.google_map,
section#footer-bar{
	margin-left: -10px; 
	margin-right: -10px;	
}*/
section.header_text {
    background: url(../images/WebPage/bg_h.png) no-repeat bottom;
    text-align: center;
    padding: 15px 0 20px 0;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}
section.homepage-slider{
	border-bottom:1px dotted #eb4800;
	padding-bottom:1px;
	position: relative;
	top:0;
	z-index:99;
	border-bottom:2px solid #ddd;	
	background-color:#efeeed;
	min-height:100px;
}
section.homepage-slider div.intro{
	position:absolute;
	top:20%;
	left:7%;
	opacity:.7;
	font-family: "微軟正黑體", "新細明體", "標楷體";
}
section.homepage-slider h1{
	background-color:#FFCC00;
	color:#960;
	padding:1px 7px;
	font-size:40px;
	text-transform:uppercase;
	float:left;
	width:auto;
}
section.homepage-slider p{
	overflow:hidden;
	width:100%;
	margin-bottom:2px;
}
section.homepage-slider span{
	background-color:#fff;
	color:#000;
	padding:2px 10px;
	line-height:16px;
	font-size:14px;
	float:left;
	width:auto;
	font-family: "微軟正黑體", "新細明體", "標楷體";
}
section.header_text.sub{
	font-size:14px;
	margin-bottom:40px;
}
section.header_text.sub h4{
	text-transform:uppercase;
	margin:0;	
}
iframe{
	border-bottom:2px solid #eee;
}
/* end common */

/* top bar
----------------------------------------------------------------------------- */
#top-bar {
    position: sticky;
    /*width: 100%;*/
    z-index: 3;
    background-color: #fff;
    padding: 10px;
    margin: 0px auto -22px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-style: none;
    padding-bottom: 20px;
}
#top-bar .user-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:14px;
    line-height:2rem;

}
    #top-bar .user-menu li {
        display: inline-block;

        zoom: 1;
        border-right: 1px solid #eee;
        padding: 12px;
    }
#top-bar .user-menu li:last-child{
	border-right:0;
}
/* footer 
----------------------------------------------------------------------------- */
section#footer-bar,
section#copyright {
    padding: 1rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
section#footer-bar{
	margin-top:20px;
	padding-top:10px;
	background-color:#FFCC66;
	border-top:1px solid #ddd;
	color:#777;
}
section#footer-bar .post {
	overflow:hidden;
	margin: 0 0 0px 0;
	border-bottom:1px dotted #333;
	border-top:1px dotted #000;
	padding:5px 0;
}
section#footer-bar .post span{
	font-size:10px;
}
section#footer-bar .posts .post:first-child{
	border-top:0;
}
section#footer-bar .posts .post:last-child{
	border-bottom:0;
}
section#footer-bar p.logo{
	margin-top:10px;
	width:120px;
}
section#footer-bar a{
	text-indent:15px;
	color:#fff;
}
section#footer-bar  a:hover{
	color:#999;
	text-decoration:underline;	
}
section#footer-bar  .nav a{
	background: url(../images/WebPage/trigger_right.png) no-repeat 5px 7px;
}
section#footer-bar h4 {
	padding: 0;
	font-size: 16px;
	color: #fff;
	font-weight:normal;
	margin: 10px 0 18px;	
}
section#footer-bar .social_icons a {
	display: block;
	float: left;
	width: 29px;
	height: 28px;
	text-indent: -9999px;
	background-image: url(../images/WebPage/social-icons.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
section#footer-bar .social_icons a.facebook:hover {
	background-position: 0 -29px;
}
section#footer-bar .social_icons a.twitter {
	background-position: -38px 0;
}
section#footer-bar .social_icons a.twitter:hover {
	background-position: -38px -29px;
}
section#footer-bar .social_icons a.skype {
	background-position: -76px 0;
}
section#footer-bar .social_icons a.skype:hover {
	background-position: -76px -29px;
}
section#footer-bar .social_icons a.vimeo {
	background-position: -115px 0;
}
section#footer-bar .social_icons a.vimeo:hover {
	background-position: -115px -29px;
}
section#copyright {
    display: flex;
    align-items: center;
    /*background-color: #FF6600;*/
    /*color: #fff;*/
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}
.justify-content-center {
    display:flex;
    align-items:center;
}
    /* end footer */
    /* top navigation
----------------------------------------------------------------------------- */
    section .navbar{
	margin-bottom:0;
}
.navbar-inner.main-menu {
	height: 45px;
	padding-left:10px;
	padding-right:0;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom:5px solid #FF9900;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter: none;
}
.navbar-inner.main-menu a.logo{
	position:absolute;
	left: auto;
	top: auto;
}
.navbar-inner.main-menu ul ul a{
	font-size:13px;
	font-weight:normal;
	line-height:17px;
	text-transform: none;
}
#menu > ul{
    display: block;
    margin-left:0;	
}
#menu > ul > li{
	list-style: none;
	float: left;
	position: relative;
	margin-right: 15px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 0px;
	color: #FFF;
}
#menu > ul > li > a {
	font-size: 1rem;
	color: #111;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 10px 14px;
	}
#menu > ul > li.active{
	background-color:#eb4800;
}
#menu > ul > li.active > a{
	color:#fff;
}
#menu > ul a:hover{
	color: #eb4800;
	text-decoration:none;
	font-family: "微軟正黑體", "新細明體", "標楷體";
}
#menu .current{color: #eb4800 !important;}

#menu ul ul {
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    padding: 0px;
    position: absolute;
    min-width:170px;
	display:none;
}
#menu > ul > li > ul{
    margin-left:10px;
    margin-top:-12px;
	border:1px solid #ddd;
	border-top:0;
}
#menu ul ul li {
    list-style: none outside none;
    position: relative;
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
}
#menu ul ul li:last-child{
    border-bottom: none !important
}
#menu ul ul li.menu-last{border-bottom: none;}
#menu ul ul a{
    display: block;
    padding:7px 10px;
    color: #333;
    font-size: 12px;
}
#menu ul ul a:hover,#menu > ul > li:hover > a{
	color: #F60;
	background-color:#FFFFFF;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 18px;
}
#menu ul ul a:hover{
	background-color:#FFFF00;
}
#menu > ul > li:hover {visibility: inherit;}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {
    left: -10px;
    top: 52px;
    z-index: 2299;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
    left: 130px;
    top: 0px;
}
#menu li.sfHover > a{
	color:#eb4800;
}
#menu .sf-sub-indicator{
	display:none;
}
/* feature box
----------------------------------------------------------------------------- */
.feature_box{
	margin-bottom:20px;	
}
.feature_box h4{
	margin:0 0 10px 0;
	font-weight:normal;	
}
.feature_box img{	
	margin-bottom:10px;
	background-color:#eb4800;
	padding:25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;	
	border-radius: 50%;
}
.feature_box .service{	
	margin-top:3px;
	padding:3px;	
	text-align:center;
}
.feature_box .service:hover{
	background-color:#f4f4f4;
}
.feature_box .service:hover img{
	-webkit-transition: all 0.7s linear;
	-webkit-transform: rotate(6.28rad);
	transition: all 0.7s;
	transform: rorate(6.28rad);
}
.feature_box .service div{	
	padding:5px 5px 0 5px;
}
/* end feature box */

/* product box
----------------------------------------------------------------------------- */
.product_btn {
    background: #333;
    opacity: .3;
    width: 30px;
}
.product_btn_icon {
    font-size: 20px;
    color: white;
    opacity: 1;
}
.carousel_btn {
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.product_title {
    color: #663289 !important;
    font-weight: 700;
}
.product_desc {
    color: black;
    font-size: 16px;
    white-space: pre-line;
    overflow:hidden;
    text-overflow: ellipsis;
}
.product_detail {
    display: block;
}
.product_detail_phone_productText{
    display:none;
}
.product_detail_showbox {
    /*width: 350px;*/
    width:100%;
    /*height: 350px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.product_detail_box {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100px;
    padding: .5rem;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.product_img {
    overflow: hidden;
    width: 100%;
    max-height: 100%;
    height: auto;
    background: white;
}
    .product_detail_box img:hover {
        border: 3px solid #eb4800;
    }
.product-box{
	text-align:center;
	margin-bottom:15px;
	position: relative;
	background-color:#f8f8f8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom:1px solid #eee;
    height:100%;

}

.product-box span.sale_tag {
	background: url(../images/WebPage/sprites.png) no-repeat scroll 0 0 transparent;
	height: 54px;
	position: absolute;
	width: 55px;
	z-index: 100;
	top:0;
	left:0;
}
.product-img {
    /*height: 60%;*/
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f8f8f8;
}
.product-box:hover{
	background-color:#FF9900;
	/*-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	box-shadow: 0px 0px 5px #ccc;*/
}
.product-detail{
    /*min-height:150px;*/
}
.product-box:hover a {
    color: #fff !important;
    border-bottom:0;
}
    .product-box img {
        overflow: hidden;
        width: 100%;
        max-height:100%;
        height: auto;
        background: white;
    }
.product-box a.title {
    text-transform: uppercase;
    color: black;
    display: inline-block;
    text-overflow: ellipsis;
    white-space:nowrap;
    width:100%;
    overflow:hidden;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0 0px 0;
    font-family: "新細明體", "細明體", "微軟正黑體", "標楷體";
}
.product-box a.category {
    color: #666;
    font-size: 14px;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow: hidden;
    max-width:200px;
    display: inline-block;

}
.list-group-item a.title {
    text-transform: uppercase;
    color: black;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0 0px 0;
    font-family: "新細明體", "細明體", "微軟正黑體", "標楷體";
}
.list-group-item a.category {
    color: #666;
    font-size: 14px;
    padding: 5px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
    display: inline-block;
}

.div_addbtn {
    display: inline-block;
    border: 1px solid #666;
    margin:.8rem 0;
    font-size:15px;
}
.div_addbtn_left {
    font-size: 15px;
    padding: .5rem;
    border-right: 1px solid #666;
    background: #666;
    color: white;
}
.div_addbtn_Count {
    font-size: 15px;
    padding: .5rem;
    color:#666;
}
.div_addbtn_right {
    font-size: 15px;
    padding: .5rem;
    border-left: 1px solid #666;
    background: #666;
    color: white;
}
.div_productDesc {
    border: 1px solid #e4e4e4;
    border-top: 0;
    padding: 1rem;
}
.div_addcar {
    padding: .8rem;
    border: 1px solid #eb4800;
    background: #eb4800;
    color: white;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    display: inline-block;
}
.web_price {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    color: red;
    margin: 0;
}
.priceText {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    color: #ea541f;
    margin: 0;
}
.price {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    color: #ea541f;
    margin: 0;
}
/* end product box */

/* title style for h4 tag
----------------------------------------------------------------------------- */
h4.title{
    padding-left:.5rem;
    padding-right:.5rem;
	padding-bottom:5px;
	margin-bottom:15px;
	overflow:hidden;
	text-transform:uppercase;
	font-size:18px;
	min-height:27px;
	width:100%;
	background-image: url(../images/WebPage/line_bar.png);
	background-repeat: repeat-x;
	background-position: center center;
}
h4.title.m{
	margin-top:15px;	
	overflow:hidden;
	width:100%;
}
    h4.title strong {
        color: #987CAD;
        /*color:#eb4800;*/
        font-family: "微軟正黑體", "新細明體", "標楷體";
        font-size: x-large;
    }
h4.title span.text{
	background-color:#fff;
	padding:0 10px;
	font-size: large;
}
h4.title .left, .carousel_btn.left{
	background: url(../images/WebPage/arrow-pleft.png) #eee no-repeat center center;	
	margin-right:2px;	
}
h4.title .right, .carousel_btn.right{
	background: url(../images/WebPage/arrow-p.png) #eee no-repeat center center;	
}
h4.title .pull-right{
	background-color:#fff;
	padding-left:10px;
    margin-top:5px;
}
h4.title .left,h4.title .right{
	display: inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
    h4.title .left:hover, h4.title .right:hover, .carousel_btn.left:hover, .carousel_btn.right:hover {
        background-color: #756580;
    }
h4.title .button:hover{
	text-decoration: none;
}
/* end h4 title style */

/* our clients
----------------------------------------------------------------------------- */
section.our_client{
	margin-top:20px;
}
section.our_client .row{
	text-align:center;
}
/* end our clients */
.search_form {
	margin-bottom:0;
    padding:.5rem 1rem;
}

#homeTab{
	min-height:210px;
}
#homeTab li{
	font-size:11px;
}
#homeTab li.active{
	font-weight:bold;
}
#homeTab li.active a{
	border-top:3px solid #ddd;
}
/* Pricing
----------------------------------------------------------------------------- */
.pricing .plan {
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	color: #666;
	margin-bottom:40px;
	overflow: hidden;
	-webkit-transition: box-shadow .2s ease-in-out;
	-moz-transition: box-shadow .2s ease-in-out;
	-ms-transition: box-shadow .2s ease-in-out;
	-o-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
}
.pricing .plan:hover {
	box-shadow: 0 0 6px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.45);
}
.pricing .title {
	text-align: center;
	text-shadow: none;
	font-size: 22px;
	line-height: 1.5em;
	margin: 0;
	padding:7px;
	background: #111111;
	font-weight: 100;
	color: #fff;
	text-transform:uppercase;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	background-image: -webkit-gradient(linear,0 45%,0 55%,from(rgba(255,255,255,.1)),to(rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,.1) 45%,rgba(255,255,255,.0) 55%);
}
.pricing p {
	margin: 0;
	text-align: center;
}
.pricing ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}
.pricing ul li {
	border-bottom: 1px solid #eee;
	padding: 6px 0;
	font-size: 1.2em;
	color: #222;
}
.pricing .price {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0;
	text-align: center;
	padding: 20px 0;
	text-shadow: none;
	font-size: 20px;
	font-weight:80px;
}
.pricing .well {
	border: 1px solid #ccc;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

/* Product Detail
----------------------------------------------------------------------------- */
.thumbnails.small {
	margin-top: 10px;
}
.thumbnails > li {
    list-style-type: none;
    margin-left: 12px;
}

.thumbnails {
    margin-bottom: 15px;
    /*min-height: 450px;*/
    margin-right: 0;
    width: 100%;
    margin-left: 0;
}
.item-first {
    display: none !important;
}

.item-one {
    display: block;
}
/* end Product Detail */

/* Block 
----------------------------------------------------------------------------- */
.block {
	text-align: center;
	padding: 7px;
	border: 1px solid #ddd;
	border-top: 3px solid #eb4800;
	-moz-box-shadow: 0 0 3px 0 #ccc;
	-webkit-box-shadow: 0 0 3px 0 #ccc;
	box-shadow: 0 0 3px 0 #ccc;
	margin-bottom: 20px;
}
.small-product {
	margin: 0;
	padding: 0;
	list-style: none;
}
.small-product li {
	text-align: left;
	border-bottom: 1px dotted #eee;
	padding: 5px 0;
	font-size:11px;
}
.small-product li img {
	width: 50px;
}
.block .carousel{
	/*margin-bottom:-30px;*/
    margin:0;
}
.block h4 {
    background:#fff;
    /*background: url(../images/WebPage/bg.png) no-repeat bottom left;*/
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}
/* end Block */

/* Navigation list */
.nav-header {
    font-weight: 700;
    color: #eb4800;
    background: #fff;
    /*background: url(../images/WebPage/bg.png) no-repeat bottom left;*/
    margin-bottom: 10px;
}
.nav-list li{
	text-align:left;
}
.nav-list li a{
	background: url(../images/WebPage/trigger_right.png) transparent no-repeat 5px 8px;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
    background-color: transparent;
    color: #756580;
    text-shadow: none;
    font-weight: bold;
}

/* Toogle Menu
----------------------------------------------------------------------------- */
._toggleMenu{
	margin:0 -10px;
	display:none;
	background:#eb4800;	
}
._toggleMenu a{
	color:#fff;
	text-indent:10px;
	padding:5px 0;
	display:block;
	width:100%;
}
._toggleMenu ul  > li{
	text-transform:uppercase;
}
._toggleMenu ul  > li > ul > li{
	text-transform:none;
}
._toggleMenu a:hover{
	color:#FFF;
	background-color:#CC9900 !important;
}
._toggleMenu .nav {
	margin:0;
	padding:0;
}
.toggleMenu {
	display:block;
	width:100%;    
    padding:10px 0;
	text-align:center;	
	font-weight:bold;
	background:url(../images/WebPage/i_submenu.png) no-repeat 98% center;
}
._toggleMenu ul  > li a.parent{
	background:url(../images/WebPage/i_plus.png) no-repeat 98% center;
}
._toggleMenu .nav  ul{
	list-style: none;
	display:none;
}
._toggleMenu .nav  ul ul{
	text-transform:none !important;
}
._toggleMenu .nav > li.hover > ul {
    display:block;
}



/*-----------*/
.ftco_navbar {
    padding: 0;
}

.navbar_user {
    padding: .5rem 0;
}

.navbar-toggler {
    padding: .5rem 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0;
}

.navbar-toggler_usericon {
    font-size: 20px;
    background-color: white;
    padding: 0;
    color: rgba(0,0,0,.5);
}

    .navbar-toggler_usericon:hover {
        color: #333;
    }

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.bigtext:hover {
    font-size: 20px;
    color: darkorange !important;
}

.dropdown-toggle::after {
    /*display: inline-block;*/
    display: none;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    padding: 0 .5rem;
    /*border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;*/
    border: 0;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        border-bottom: 0;
        color: #16181b;
        text-decoration: none;
        background-color: #CCDEE4;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #78d5ef;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
/* login 
    --------------------------------------------------*/
.sub-w100px {
    width: 100px;
}

.f_16 {
    font-size: 16px;
}

.login_bdrig {
    border-right: solid 1px rgba(0,0,0,0.1);
}

.login_mar_0_auto {
    margin: 0px auto;
}

.login_textcen {
    text-align: center;
}

.row_mar_0 {
    margin: 0;
}

.login_mar_top_15px {
    margin-top: 15px;
}

.login_radio {
    flex: 0.1 !important;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 100%;
    height: 15px;
}
/*Productphoto -----------------------------------------------*/
* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
    border:none;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

.photo_small {
    overflow: hidden;
    width: 100%;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
}
/* Next & previous buttons */
.prev,
.next {
    display:flex;
    align-items:center;
    justify-content:center;
    cursor: pointer;
    position: absolute;
    /*top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;*/
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev{
    left:0;
}
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
    margin: 5px;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
    color: black;
    font-size: 1rem;
    font-weight: 700;
}

    .demo.active,
    .demo:hover {
        opacity: 1;
        border: 3px solid #eb4800;
    }
/*
    My個人設置*/
.my-info {
    position: relative;
    overflow: hidden;
}

.Mobile_div {
    display: none;
}

.my-info .my-avatar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 98px;
    height: 98px;
    margin: -70px 0 0 -49px;
    border-radius: 50%;
    border: solid 4px rgba(255, 255, 255, 0.5);
}

.my-info .name {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 20px;
    margin: 40px 0 0 -100px;
    text-align: center;
    color: #fff;
}

.my-info .my-vip {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 24px;
    line-height: 24px;
    margin: 70px 0 0 -100px;
    padding: 0 4px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.my-info {
    width: 100%;
    height: 25%;
    overflow: hidden;
    /*background-position: center;
            background-repeat: no-repeat;
            background-size: cover;*/
    background-color: #C2B1D4;
    /*-webkit-filter: blur(5px);
        filter: blur(5px);*/
    /*background-image: url("/Content/images/my/1.jpg");*/
}

.home-shortcut,
.my-car-shortcut {
    position: relative;
    padding: 2px 5px;
}

    .home-shortcut:before,
    .my-car-shortcut:before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        border-bottom: 1px solid rgba(207, 207, 207, 0.95);
        color: rgba(207, 207, 207, 0.95);
        transform-origin: 0 100%;
        transform: scaleY(0.501);
    }

    .home-shortcut .img-icon,
    .my-car-shortcut .img-icon {
        margin: 5px auto 4px auto;
    }

    .home-shortcut .img-icon-name,
    .my-car-shortcut .img-icon-name {
        display: block;
        margin-bottom: 8px;
        text-align: center;
        font-size: 13px;
        color: #646464;
    }

.my-car-shortcut {
    padding: 15px;
}

    .home-shortcut .img-icon-name,
    .my-car-shortcut .img-icon-name {
        display: block;
        margin-bottom: 8px;
        text-align: center;
        font-size: 13px;
        color: #646464;
    }

.layout-column .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    height: 100%;
    text-align: center;
}

.icon {
    width: 50%;
}

    .icon i {
        transition: 0.5s;
    }

    .icon span {
        transition: 0.5s;
    }

    .icon:hover i {
        color: #E8D3D3;
    }

    .icon:hover span {
        color: #E8D3D3;
    }


.layout-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

    .layout-column .col {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        position: relative;
        height: 100%;
        text-align: center;
    }

.cursor_point {
    cursor: pointer;
}

.My_body {
    color: #000;
    background-color: #f4f4f4;
}

.MySet {
    z-index: 1;
    color: #000;
    font-weight: 600;
    background-color: #E8D3D3;
    padding: .2rem .7rem;
    position: relative;
    top: .5rem;
    right: .5rem;
    float: right;
    font-size: .9rem;
    text-align: center
}
.My_photo {
    width: 100%;
    height: 100%;
    border: 2px #fff solid;
    object-fit: cover;
}
.My_Imgdiv {
    position: relative;
    top: 1.5rem;
    width: 100%;
    text-align: center;
}

.My_Img {
    border-radius: 99em;
    background-color: #fff;
    width: 62px;
    height: 62px;
    margin: auto;
}

.My_NoImg {
    width: 100%;
    height: 100%;
    border: 2px #fff solid;
    object-fit: cover;
}

.My_Memberdiv {
    position: relative;
    top: 2rem;
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align: center;
    height: 80px;
}

.My_order {
    background-color: #ffffff;
    font-size: 1rem;
    padding: .7rem 1rem;
    height: 3em;
}

.f_r {
    float: right;
}

.f_l {
    float: left;
}

.Me_order {
    font-weight: 600;
    font-size: 1.1rem;
    color: #595959;
}

.My_Status {
    background-color: #fff;
    padding: .5rem;
    text-align: center;
}

.My_row {
    font-size: 1rem;
    padding: .3rem;
}

.My_NoPay {
    font-size: 1.5rem;
    color: dimgray;
    padding-left: .2rem;
}

.My_Noget {
    font-size: 1.5rem;
    color: dimgray;
    padding-left: .2rem;
}
/*MyPay
    ---------------------------------------------------*/

.MyPay_navbg {
    background-color: #fff;
}

.MyPay_fontblack {
    color: #000;
}

.MyPay_border {
    border-top-style: solid;
    border-top-color: #f4f4f4;
    border-top-width: 1px;
}

.d_none {
    display: none;
}

.MyPay_left {
    text-align: center;
    display: table;
}

.MyPay_left_div {
    display: table-cell;
    vertical-align: middle;
}

.MyPay_pad_L {
    padding-left: 0.5vw;
}

.MyPay_w-20 {
    width: 20px;
}

.MyPay_span {
    color: #d60b11;
    float: none;
}

.MyPay_NowPay {
    background-color: #d60b11;
    color: #fff;
    border-color: #d60b11;
    border: 0px !important;
}

.MyPay_Delete {
    text-align: center;
    font-weight: 500;
    line-height: 7vh;
    width: 100%;
    padding-left: 2.5vw;
}

.Delete_Select {
    text-align: center;
    color: #fff;
    background-color: #a81616;
    width: 48%;
    margin: 0 auto;
}

.MyPay_border {
    border-top-style: solid;
    border-top-color: #f4f4f4;
    border-top-width: 15px;
}

.MyPay_Nomeets {
    color: #808080;
    font-size: 14px;
    background-color: #fff;
    margin-top: 15px;
}

.f_14 {
    font-size: 14px;
}

.next-show .confirm {
    width: 100%;
    height: 50px;
    position: fixed;
    right: 0px;
}

.next-show .confirm-left {
    width: 90%;
    display: block;
    text-align: center;
    float: left;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}

.next-show .confirm-right {
    width: 10%;
    display: block;
    text-align: center;
    float: right;
    padding: 5px;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #CCC;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #CCC;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #CCC;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #CCC;
}

.hide {
    display: none;
}

.show {
    display: inline-block;
}

.all {
    width: 100%;
    height: auto;
}

.shop {
    width: 100%;
    height: auto;
    max-height: 30%;
    background: #FFF;
}

        .shop .first .left {
            width: 100%;
            height: 45px;
            max-height: 45px;
            line-height: 45px;
            float: left;
            text-align: left;
            font-size: 14px;
        }

        .shop .first .right {
            width: 20%;
            height: 45px;
            max-height: 45px;
            line-height: 45px;
            float: right;
            text-align: right;
            padding-right: 5px;
            color: #d60b11;
            font-size: 16px;
            font-weight: 800;
        }

    .shop .second {
        width: 100%;
        height: 75px;
        border-bottom: #EFEFEF 1px solid;
    }

        .shop .second .second-left {
            width: 25%;
            height: 75px;
            max-height: 75px;
            float: left;
            padding-left: 8px;
        }

            .shop .second .second-left img {
                max-width: 100%;
                width: auto;
                height: auto;
                max-height: 74px;
            }

        .shop .second .second-center {
            width: 50%;
            height: 75px;
            max-height: 75px;
            float: left;
            padding-top: 8px;
            font-size: 14px;
            font-weight: bold;
            word-break: break-all;
            overflow: hidden;
        }

        .shop .second .second-right {
            width: 25%;
            height: 75px;
            max-height: 75px;
            float: left;
            padding-right: 5px;
            text-align: right;
            padding-top: 8px;
        }

            .shop .second .second-right .right-1 {
                width: 100%;
                height: 25px;
                max-height: 25px;
                text-align: right;
                font-size: 14px;
                font-weight: bold;
            }

            .shop .second .second-right .right-2 {
                width: 100%;
                height: 50px;
                max-height: 50px;
                padding-right: 5px;
                text-align: right;
                font-size: 14px;
                color: #CCC;
            }

    .shop .third {
        width: 100%;
        height: 35px;
        max-height: 35px;
        line-height: 35px;
        border-bottom: #EFEFEF 1px solid;
        padding-right: 5px;
    }

        .shop .third .right {
            width: auto;
            min-width: 100%;
            max-width: 100%;
            height: 35px;
            max-height: 35px;
            line-height: 35px;
            text-align: right;
            font-size: 16px;
            /*color: #d60b11;*/
            float: left;
        }

.all .fourth {
    width: 100%;
    height: 40px;
    max-height: 40px;
    line-height: 40px;
    text-align: right;
    padding-right: 5px;
    background-color: #fff;
}

    .all .fourth img {
        width: 14%;
        max-width: 13%;
        height: 30px;
        max-height: 30px;
        float: right;
        display: block;
    }

    .all .fourth div {
        display: inline;
        /*border: 1px solid #000;*/
        padding: 2px 8px 2px 8px;
        border-radius: 5px;
        font-size: 14px;
        margin: 4px;
    }


.shop .first .left1 {
    width: 40%;
    height: 45px;
    max-height: 45px;
    line-height: 45px;
    float: left;
    text-align: left;
    padding-left: 8px;
    font-size: 16px;
}

.shop .first .right1 {
    width: 60%;
    height: 45px;
    max-height: 45px;
    line-height: 45px;
    float: right;
    text-align: right;
    padding-right: 5px;
    font-size: 16px;
}


    .order-style li {
        float: left;
        width: 50%;
        text-align: center;
        list-style-type: none;
        position: relative;
    }

.order-style {
    overflow: hidden;
    padding: 0 12px;
    line-height: 2rem;
    margin-bottom: 0px;
    border-bottom: 15px solid #f4f4f4;
    background-color: #fff;
}

    .order-style .current {
        border-bottom: 2px solid #d60b11;
        background: transparent;
    }

.current {
    background: #f60;
    color: #fff;
}

.order-style li a {
    color: #383838;
}

.white_content {
    position: fixed;
    top: 40%;
    left: 20%;
    width: 60%;
    padding: 20px;
    display: none;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    padding: 10px;
}
/* MyPendingReceipt
    -----------------------------------------*/

.MyP_Check {
    text-align: center;
    font-weight: 500;
    line-height: 7vh;
    width: 100%;
    padding-left: 2.5vw;
}

.MyP_Check_Select {
    text-align: center;
    color: #fff;
    background-color: #a81616;
    width: 48%;
    margin: 0 auto;
}

.confirmreceipt {
    background-color: #d60b11;
    color: #fff;
    border-color: #d60b11;
}


input::-webkit-input-placeholder { /* WebKit browsers */
    color: #CCC;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #CCC;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #CCC;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #CCC;
}

.hide {
    display: none;
}

.show {
    display: inline-block;
}


    .shop .first {
        width: 100%;
        height: 45px;
        max-height: 45px;
        border-bottom: #EFEFEF 1px solid;
        padding-left: 8px;
    }

    

        .shop .third .left {
            width: auto;
            min-width: 70%;
            max-width: 70%;
            height: 35px;
            max-height: 35px;
            line-height: 35px;
            text-align: right;
            font-size: 16px;
            float: left;
        }


    .shop .fourth {
        width: 100%;
        height: 40px;
        max-height: 40px;
        line-height: 40px;
        text-align: right;
        padding-right: 5px;
        background-color: #fff;
    }

        .shop .fourth img {
            width: 14%;
            max-width: 13%;
            height: 30px;
            max-height: 30px;
            float: right;
            display: block;
        }

        .shop .fourth div {
            display: inline;
            /*border: 1px solid #000;*/
            padding: 2px 8px 2px 8px;
            border-radius: 5px;
            font-size: 14px;
            margin: 4px;
        }

.rank_cir_my {
    display:inline-block;
    width: 18px;
    height: 18px;
    font-size: 10px;
    position: relative;
    top: -2px;
    right: 0px;
    border-radius: 18px;
    line-height: 1.3;
    color: white;
    background-color: #d60b11;
    border: #d60b11 2px solid;
}

.rank_cir {
    width: 18px;
    height: 18px;
    font-size: 10px;
    position: relative;
    top: -20px;
    right: 0px;
    border-radius: 18px;
    line-height: 1.3;
    color: white;
    background-color: #d60b11;
    border: #d60b11 2px solid;
}

.mention_cir_my {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 10px;
    position: relative;
    top: -2px;
    right: 0px;
    border-radius: 18px;
    line-height: 1.3;
    color: white;
    background-color: #d60b11;
    border: #d60b11 2px solid;
}

.mention_cir {
    width: 18px;
    height: 18px;
    font-size: 10px;
    position: relative;
    top: -20px;
    right: 0px;
    border-radius: 18px;
    line-height: 1.3;
    color: white;
    background-color: #d60b11;
    border: #d60b11 2px solid;
}
/*AllOrder
    -----------------------------------------------------------*/
.white_content {
    position: fixed;
    top: 40%;
    left: 20%;
    width: 60%;
    padding: 20px;
    display: none;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    padding: 10px;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    opacity: .80;
    filter: alpha(opacity=88);
}

.evabtn {
    text-align: center;
    background-color: #d60b11;
    color: white;
    border: 1px solid #d60b11;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 14px;
    width: fit-content;
    float: right;
}

.fnbtn {
    display: inline;
    padding: 2px 8px 2px 8px;
    border-radius: 5px;
    font-size: 14px;
    margin: 4px;
    float: right;
}
/*Myset
    ---------------------------------------------------*/
.Myset_nav {
    background-color: #C2B1D4;
}

.MySet_h5 {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    margin:0;
}

    .MySet_h5 span {
        color: #000;
    }

.Myset_Arrow {
    color: white;
    font-size: 1.2rem;
    float: left;
    text-align: left;
    cursor: pointer;
}

.Myset_table {
    float: right;
    width: 50%;
    height: 100%;
    display: table;
}

.Myset_tableH6em {
    height: 6em;
}

.Myset_Img {
    border-radius: 99em;
    background-color: #fff;
    width: 62px;
    height: 62px;
    margin: auto;
    float: right;
    display: table-cell;
    vertical-align: middle;
}

    .Myset_Img img {
        width: 100%;
        height: 100%;
        border: 2px #fff solid;
        object-fit: cover;
    }

.Myset_ImgArrow {
    width: 10%;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
}

.Nodisplay {
    display: none;
}

.Myset_Avatar {
    font-weight: 800;
    line-height: 4rem;
    width: 50%;
    height: 100%;
}

.Myset_code {
    color: #000;
    font-weight: 900;
}

.font_wei800 {
    font-weight: 800
}

.Myset_Namecolor {
    color: #aeadb2
}

.vertical-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Myset_update {
    height: 12em;
}

.Myset_UpdateData {
    height: 2.5em;
    text-align: left;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.5em;
}

.Myset_Name_bir {
    width: 70%;
    text-align: center;
    background-color: white;
    border: 1px solid #999;
    border-radius: 1rem;
    margin: auto;
    height: 2.5em;
    line-height: 2.5em;
    margin-top: 1rem;
}

    .Myset_Name_bir + input {
        padding: 0.5rem;
        width: 100%;
        font-size: 1.1rem;
    }

.Myset_gender {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
    padding: .5rem;
    font-size: 16px;
}
.Myset_gender:hover{
    background-color:blanchedalmond;
}

.Myset_danger {
    text-align: center;
    font-size: 1.2rem;
    padding: .5rem;
}

.div_box {
    background-color: #ffffff;
    font-size: 1rem;
    border: solid 1px #f4f4f4;
    padding: 1rem;
}

.div_hr {
    border-top-style: solid;
    border-top-color: #f4f4f4;
    border-top-width: 10px;
}

.white_content {
    position: fixed;
    top: 35%;
    left: 20%;
    width: 60%;
    padding: 20px;
    display: none;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    padding: 10px;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    opacity: .80;
    filter: alpha(opacity=88);
}
/*MemberAddress
    ---------------------------------------------------*/
.MA_imgFFF {
    color: #fff !important;
}

.MA_NavBG {
    background-color: #f5f5f5;
}

.MA_Address {
    color: #000;
    text-align: center;
    width: 100%;
}

    .MA_Address div {
        display: inline-block;
        float: left;
    }

    .MA_Address p {
        float: right;
        font-size: .7rem;
        margin: 0;
        position: absolute;
        top: .8rem;
        right: .5rem;
    }

.MA_RightTop {
    width: 100%;
    height: 5em;
    font-size: .7rem;
    color: grey;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.MA_DIV {
    height: 6em;
    width: 100%;
    padding: .5rem;
}

    .MA_left {
        width: 40px;
        line-height: 40px;
        height: 40px;
        border-radius: 99em;
        background-color: #a0a0a0;
        text-align: center;
        margin:auto;
    }

        .MA_left span {
            color: #fff;
        }

.w-20_h-100 {
    width: 20%;
    height: 100%;
}

.w-25_h-100 {
    width: 25%;
    height: 100%;
}

.MA_Edit {
    font-size: 14px;
    line-height: 3rem;
    height: 100%;
}
.addhover:hover {
    background-color: blanchedalmond;
}


.MA_Edit2 {
    font-size: .5rem;
    color: #a0a0a0;
    line-height: 3rem;
    height: 100%;
}

.MA_Separate {
    margin: 0 .2rem 0 .2rem
}

.MA_rel {
    position: relative;
    width: 15%;
}

    .MA_rel div {
        width: 40px;
        line-height: 40px;
        height: 40px;
        border-radius: 99em;
        background-color: #a0a0a0;
        text-align: center;
        margin:auto;
    }

        .MA_rel div span {
            color: #fff;
        }

.MA_Name {
    font-size: 14px;
    width: 65%;
    height: 70px;
    padding-left: 10px
}


/*AddMemberAddress
    ---------------------------------------------------*/
/*a:hover {
    text-decoration: none;
    border-bottom: 2px solid #d51112;
    padding-bottom: 0vh;
}*/

/*a:active {
    text-decoration: none;
    border-bottom: 2px solid #d51112;
    padding-bottom: 0vh;
}*/

.next-show {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
}

.next-show-ok {
    width: 100%;
    height: auto;
    min-height: 30%;
    max-height: 60%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    overflow: auto;
}

.address {
    min-height: 45px;
    width: 100%;
    background: #FFF;
    padding-left: 10px
}

    .address .content {
        width: 70%;
        max-width: 70%;
        line-height: 45px;
        float: right;
        text-align: left;
        color: #CCC;
        overflow: auto;
    }

    .address input {
        float: left;
        text-align: left;
        color: #000;
    }
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #CCC;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #CCC;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #CCC;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #CCC;
}

.address .content span {
    float: right;
    position: relative;
    right: 0%;
}

.chose-four {
    width: 25%;
    height: auto;
    float: left;
}

.chose-title {
    width: 100%;
    height: 40px;
    background: #CCC;
    margin-top: 50px;
    display: block;
    text-align: center;
    float: left;
    line-height: 40px;
}

.chose {
    width: 100%;
    height: auto;
    float: left;
    overflow: !important auto;
    overflow-x: hidden;
}

    .chose .content {
        width: 100%;
        height: 20px;
        text-align: center;
        font-size: 16px;
        display: inline-block;
    }

.hide {
    display: none;
}

.show {
    display: inline-block;
}

.red {
    color: #F00;
}

.check {
    width: 30%;
    height: 45px;
    max-height: 45px;
    text-align: center;
    font-size: 18px;
    border:none;
    /*color: #FFF;*/
    background: #eccadb;
    /*position: fixed;*/
    bottom: 0px;
}

.receiver {
    width: auto;
    min-width: 20%;
    max-width: 40%;
    /*float: left;*/
    min-height: 45px;
    line-height: 45px;
}

.main_title {
    /*background-color: #f9c81e;*/
    background-color: #fff;
    color: #4e515c;
    font-weight: 700;
}

.nav-link {
    padding: 5px 1rem 0 1rem;
    cursor: default;

}

    .nav-link:hover {
        border-bottom: 3px solid #eb4800;
    }

.inline{
    display:inline;
}
.m_0 {
    margin:0;
}
/*Tracebility

*/
.Trace_marleft{
    margin-left:2rem;
}
.Trace_background {
    background-image: url(/Content/images/WebPage/bread/DSC_4172.png);
    background-position: center center;
    background-size: cover;
    opacity: 0.15;
    height: 97px;
}
.Trace_marTop97 {
    margin-top: -97px;
}
.Trace_title {
    color: #000 !important;
    font-weight: 700;
}
.li_none {
    list-style: none;
}

.paragraph_head {
    text-indent: 2em;
}
.b {
    font-weight: bold;
}
.Trace_p{
    margin-bottom:4rem;
}
.text-jus {
    text-align: justify;
}
.shoppingExpimg {
    height: 550px;
    background: rgba(255,255,255,0.8);
    color: #333;
}
/* Responsive
----------------------------------------------------------------------------- */

/*手機版面 (若寬度小於768套用)*/
@media(max-width:768px){
    #top-bar{
        top: -22%;
        height: 30%;
        /*max-height: 500px;
        overflow-y: inherit;
        overflow-x: hidden;*/
    }
    #top-bar .justify-content-end{
        justify-content:center !important;
    }
    .media-col-5 {
        flex:0 0 41.666667%;
        max-width:41.666667%;

    }
    #map{
        width:10rem;
        height:25rem;
    }
    .col-20percent-in-phone {
        flex: 0 0 15%;
        max-width: 15%;
    }
    .hide-in-phone {
        display:none;
    }
    /*-----------*/
    .ftco_navbar {
        padding: 0;
    }
    .prev {
        display: none
    }

    .next {
        display: none
    }
    .ipad_displayno{
        display:none
    }
    .navbar-toggler_usericon {
        padding: .5rem 0 ;
    }
    .show{
        display:inline-block;
    }
    .dropdown-menu {
        background-clip: padding-box;
        position:absolute;
        width: 100%;
        /*text-align: center;*/
        display: none;
        border: 0;
    }
    .dropdown-toggle.bigtext {
        pointer-events: none;
        cursor: default;
        opacity: 0.6;
    }
}

@media (max-width: 767px){
    .check{
        /*position:fixed*/
        width:100%;
    }
    .shoppingExpimg {
        padding: 2rem 0 0 0;
    }
    .f_14_phone {
        font-size: 14px;
    }
    .margin0_ph{
        margin:0;
    }
    .nomar_phone{
        margin:0;
    }
    .Trace_background_phone {
        height: 163px!important;
    }
    .Trace_marTop{
        height:163px;
        margin-top:-145px!important;
    }
    .settle {
        position: fixed;
    }
    .pay_div {
        border-top: 1px solid #eee;
        padding-top: .5rem;
        height: 2em;
    }
    .pay_text{
        display:inline-block;
        float:left;
    }
    .pay_price {
        display: inline-block;
        float: right;
    }
    .settle {
        position: fixed;
    }
    .div_random {
        display: none;
    }
    .product_detail_phone_productText {
        display: block;
    }
    .product_detail{
        display:none;
    }
    .product_detail_showbox {
        width: 100%;
    }
    .item-first.active {
        display: block !important;
    }
    .item-one{
        display:none;
    }
    .modal_top_0{
        top:0px!important;
    }
    .search_form{
        margin-bottom:.5rem;
    }
    #top-bar input {
        *padding-right: 0 !important;
    }
	.navbar-inner.main-menu{
		border-bottom:0 !important;
	}
	section.homepage-slider{
		display:none;
	}
	.account.pull-right{
		width:100%;
		text-align:center;
	}
    .myCarousel .thumbnails li {
        border-bottom: 1px solid #eee;
        margin-bottom: 0;

    }
    .Mobile_Shop_div {
        width: 100% !important;
        height: 50% !important;
    }
    .Mobile_Shop_btn {
        width: 100% !important;
        border-radius: 0px !important;
        box-shadow:none!important;
    }
    .Mobile_div{
        display:block!important;
    }
    .product-box {
        margin-top: 10px;
    }
	.product-box:hover{
		background-color:#f8f8f8;
	}
	.product-box:hover a{
		color:#333 !important;
	}
	#menu ul{display: none;}
	.navbar-inner.main-menu a.logo{
		left:50%;
		margin-left:-99px;
	}
	#copyright,#footer-bar{
		padding:0 10px;
	}
	#footer-bar .nav{overflow:hidden}
	#footer-bar .nav li{float:left;}
	#footer-bar  .nav a:hover{
		background-color:transparent;
		color:#eb4800;
	}
	.feature_box .service{	
		border-bottom:1px solid #eee;
	}
    .product-box a.category {
        max-width: 150px;
    }

    .carousel_btn.left{
        display:inline-block;
    }
    .MyPay_span{
        display:inline!important;
    }

    .navbar-toggler_usericon{
        padding:.5rem 0 !important;
    }
    
}
@media only screen and (max-width: 320px) {
    .t_12 {
        font-size: 12px;
    }

    .Trace_marTop {
        height: 163px;
        margin-top: -163px !important;
    }
}