/*通用*/
body{
	font-family: '微軟正黑體';
	background-color:#FFF;
}
img {
    max-width: 100%;
    height: auto;
}
.row{
	margin:0px;
}
.container1 {
    margin-right: auto;
    margin-left: auto;
	width:100%;
	text-align:center;
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
	.container1 {
	}
}
@media only screen and (min-width: 1650px) and (max-width: 1920px) {
	.container1 {
	}
	
}
@media only screen and (min-width: 1440px) and (max-width: 1650px) {
	.container1 {
	}
}
@media (max-width: 1440px){
	.container1 {
	}
}
@media (max-width: 1200px){
	.container1 {
	}
}
@media (max-width: 1100px){
	.container1 {
	}
}
@media (max-width: 1000px){
	.container1 {
	}
}
@media (max-width: 900px){
	.container1 {
		max-width: 750px;
		overflow: hidden;
	}
}
@media (max-width: 800px){
	.container1 {
		margin:0px 20px;
		max-width: 650px;
		overflow: hidden;
	}
}
/* FOOTER */
.footer{
	width:100%;
	min-height:457px;
	display:block;
}
.footer .shareto {
	width:100%;
	min-height:173px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	padding-right:10em;
}
.footer .shareto div{
	float:right;
	margin:3em 0 0 1.8em;
}
.footer .shareto .fb{
	padding-top:2px;
}
.footer .shareto .icon1{
	padding-top:35px;
	margin:3em 0 0 0.4em;
}
.footer .shareto .icon2{
	padding-top:35px;
	margin:3em 0 0 1.5em;
}
.footer .shareto .text{
	font-size:25px;
}
.footer .contactBG {
	text-align:left;
	width:100%;
	min-height:215px;
	background: rgba(106,27,39,0.6);
	color:#ffebb8;
	font-size:13px;
}
.footer .contactBG .box1{
	margin:4em 0 0 13em;
}
.footer .contactBG .box1 div{
	float:left;
	border-right:1px #fe6161 solid;
	display: table-cell;
}
.footer .contactBG .box1 a{
	color:#ffebb8;
	line-height:40px;
	padding:0 3em;
}
.footer .box2 {
	padding-right:12em;
}
.footer .box2 div{
	float:right;
}
.footer .box2 .info{
	margin:4.5em 0 0 2em;
}
.footer .box2 .textInfo{
	font-size:15px;
	padding-left:18px;
	line-height: 33px;
}
.footer .box2 .text{
	font-size:25px;
	color:#FFF;
	line-height:215px;
}

span.contactIcon{/*正圓形，所以寬與高都設一樣*/
	width:22px;height:22px; 
	border-radius:999em;
	background-color:#f5cead;
	color:#201813;
	text-align:center;
	line-height:22px;
}

.footer .copyright {
	width:100%;
	min-height:64px;
	line-height:64px;
	font-size:14px;
	color:#FFF;
}
.footer .line {
	width:100%;
	min-height:11px;
	background-color:#ca4536;
}
.footerBG {
    background: url(../images/f.jpg);
    background-attachment: fixed;
}

.m_footer {
	display:none;
}
@media (max-width: 1280px){
	.footer .shareto {
		padding-right:1rem;
	}
	.footer .contactBG .box1{
		margin:4em 0 0 0em;
	}
	.footer .box2 {
		padding-right:1rem;
	}
	
}
@media (max-width: 960px){
	.footer{
		display:none;
	}
	.m_footer{
		display:block;
	}
}
/* 手機FOOTER */
.m_footer{
	width:100%;
	/*min-height:457px;*/
}
.m_footer .section1 {
	margin:3em 0 4em 0;
}
.m_footer .shareto .text{
	color:#FFF;
	font-size:25px;
}
.m_footer .contactBG {
	text-align:left;
	width:100%;
	min-height:215px;
	background: rgba(106,27,39,0.6);
	color:#ffebb8;
	font-size:13px;
}
.m_footer .contactBG .box1{

}
.m_footer .contactBG .box1 div{
	border-right:1px #fe6161 solid;
	display: table-cell;
}
.m_footer .contactBG .box1 a{
	color:#ffebb8;
	line-height:40px;
	padding:0 3em;
}
.m_footer .box2 .info{
	margin:0;
	float:right;
}
.m_footer .box2 .textInfo{
	font-size:15px;
	padding-left:18px;
	line-height: 33px;
}
.m_footer .box2 .text{
	font-size:25px;
	color:#FFF;
}
.m_footer .copyright {
	width:100%;
	min-height:64px;
	line-height:64px;
	font-size:14px;
	color:#FFF;
}
.m_footer .line {
	width:100%;
	min-height:11px;
	background-color:#ca4536;
}
@media (max-width: 860px){
	.m_footer .contactBG .box1 a{
		line-height:40px;
		padding:0 1.5rem;
	}
	.m_footer .copyright {
		min-height:1.5rem;
		line-height:1.5rem;
		font-size:12px;
	}
}
@media (max-width: 680px){
	.m_footer .contactBG .box1 a{
		line-height:40px;
		padding:0 0.5rem;
	}
}
@media (max-width: 576px){
	.m_footer .contactBG {
		min-height: auto;
	}
	.m_footer .contactBG .box1 a{
		color:#ffebb8;
		line-height:40px;
		padding:0 3em;
	}
	.m_footer .box2 .info{
		margin:2em 0 0 3em;
		float:none;
	}
}
@media (max-width: 440px){
	.m_footer .contactBG .box1 a{
		color:#ffebb8;
		line-height:40px;
		padding:0 1em;
	}
	.m_footer .box2 .info{
		margin:2em 0 0 1em;
		float:none;
	}
}
/* END 手機FOOTER */

img.pr{ /*圖片圓角框*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width:320px;
	height:auto;
}
span.star{
	color:#f15085;
}
/*END通用*/
/*選單*/
a#menuImg_01{
   background-image: url(../images/menu_01.png);width: 73px;height: 233px;
}
a#menuImg_01:hover{
   background-image: url(../images/menuOver_01.png);
}
a#menuImg_01.active{
   background-image: url(../images/menuOver_01.png);
}
a#menuImg_02{
   background-image: url(../images/menu_02.png);width: 73px;height: 233px;
}
a#menuImg_02:hover{
   background-image: url(../images/menuOver_02.png);
}
a#menuImg_02.active{
   background-image: url(../images/menuOver_02.png);
}
a#menuImg_03{
   background-image: url(../images/menu_03.png);width: 73px;height: 233px;
}
a#menuImg_03:hover{
   background-image: url(../images/menuOver_03.png);
}
a#menuImg_03.active{
   background-image: url(../images/menuOver_03.png);
}
a#menuImg_04{
   background-image: url(../images/menu_04.png);width: 73px;height: 233px;
}
a#menuImg_04:hover{
   background-image: url(../images/menuOver_04.png);
}
a#menuImg_04.active{
   background-image: url(../images/menuOver_04.png);
}
a#menuImg_05{
   background-image: url(../images/menu_05.png);width: 129px;height: 233px;
}
a#menuImg_06{
   background-image: url(../images/menu_06.png);width: 73px;height: 233px;
}
a#menuImg_06:hover{
   background-image: url(../images/menuOver_06.png);
}
a#menuImg_06.active{
   background-image: url(../images/menuOver_06.png);
}
a#menuImg_07{
   background-image: url(../images/menu_07.png);width: 73px;height: 233px;
}
a#menuImg_07:hover{
   background-image: url(../images/menuOver_07.png);
}
a#menuImg_07.active{
   background-image: url(../images/menuOver_07.png);
}
a#menuImg_08{
   background-image: url(../images/menu_08.png);width: 73px;height: 233px;
}
a#menuImg_08:hover{
   background-image: url(../images/menuOver_08.png);
}
a#menuImg_08.active{
   background-image: url(../images/menuOver_08.png);
}
.cd-primary-function a {
	color: #212529;
}
@media only screen and (max-width: 1180px) {
	a#menuImg_01{
	   background-image: none;width:100%;height:auto;
	}
	a#menuImg_01:hover{
	   background-image: none;
	}
	a#menuImg_01.active{
	   background-image: none;
	}
	a#menuImg_02{
	   background-image: none;width:100%;height:auto;
	}
	a#menuImg_02:hover{
	   background-image: none;
	}
	a#menuImg_02.active{
	   background-image: none;
	}
	a#menuImg_03{
	   background-image: none;width:100%;height:auto;
	}
	a#menuImg_03:hover{
	   background-image: none;
	}
	a#menuImg_03.active{
	   background-image: none;
	}
	a#menuImg_04{
	   background-image: none;width:100%;height:auto;
	}
	a#menuImg_04:hover{
	   background-image: none;
	}
	a#menuImg_04.active{
	   background-image: none;
	}
	a#menuImg_05{
	   background-image: none;width:100%;height:auto;
	}
	a#menuImg_05:hover{
	   background-image: none;
	}
	a#menuImg_05.active{
	   background-image: none;
	}
	a#menuImg_06{
	   background-image: none;width:100%;height:auto;
	}
	a#menuImg_06:hover{
	   background-image: none;
	}
	a#menuImg_06.active{
	   background-image: none;
	}
	a#menuImg_07{
	   background-image: none;width:100%;height:auto;
	}
	a#menuImg_07:hover{
	   background-image: none;
	}
	a#menuImg_07.active{
	   background-image: none;
	}
	a#menuImg_08{
	   background-image: none;width:100%;height:auto;
	}
	a#menuImg_08:hover{
	   background-image: none;
	}
	a#menuImg_08.active{
	   background-image: none;
	}
}
/*END選單*/

/*首頁*/
.index_hotP {
	margin:10rem 0 2rem 0;
}
.banner1{
	
}

/*首頁熱門產品*/
.index_pItemBox{
	text-align:center;
	color:#717171;
	margin-bottom:4em;
}
.index_pItemBox .title{
	font-size:22px;
	margin:1em 0px 0.5em 0px;
}
.index_pItemBox .title a{
	color:#717171;
}
.index_pItemBox .desc{
	font-size:15px;
	line-height:25px;
	padding:0px 8px;
	text-align:left;
	margin:0 0 0.35em 0;
}
.index_pItemBox .more{
	font-size:15px;
	color:#ac1c34;
	font-family:Arial;
}
.index_pItemBox .more a{
	color:#ac1c34;
}
.index_pItemBox .more a:hover{
	text-decoration:none;
}
.index_pItemBox .more span{
	font-size:25px;
	color:#6b696a;
	font-family:標楷體;
	margin:0px 5px;
}
/*END 首頁熱門產品*/


/*END首頁*/
/* 各分頁內容 */
.titleBarBorder{
	margin:10em 0 4em 0;
}
.titleBar .link{
	margin-top:5px;
	color:#9c9aae;
	font-size:13px;
	text-align:center;
	height:48px;
	line-height:48px;
}
.titleBar .line {
	height:5px;
	line-height:1px;
}
.titleBar .border img{
	border:0px;
}
.titleBar .link span{
	color:#525252;
}

.titleBar .img {
	margin:1em 0 4em 0;
}
.titleBar .titleText {
	font-size:15px;
	color:#231815;
	margin:0em 0 4em 0;
}
@media (max-width: 800px){
	.titleBarBorder{
		margin:2em 0 2em 0;
	}
	.titleBar .img {
		margin:1rem 0 1rem 0;
	}
}
/* END 各分頁內容 */
/* 預約採果 */
.container2 {
    width:80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/**
@media (min-width: 1200px){
.container2 {
    max-width: 1140px;
}
@media (min-width: 992px){
.container2 {
    max-width: 960px;
}
@media (min-width: 768px){
.container2 {
    max-width: 720px;
}

@media (min-width: 576px){
.container2 {
    max-width: 540px;
}
*/
.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.form-control1, .form-control_2.input-sm {
    border: 1px solid #e0e0e0;
    padding: 5px 18px;
    color: #616161;
    background: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: 0.85em;
    font-weight: 300;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
}
.memberBox .controlSize{
	width:60%;
}
@media (max-width: 1180px){
	.memberBox .controlSize{
		width:80%;
	}
}
@media (max-width: 768px){
	.memberBox .controlSize{
		width:100%;
	}
}

.btn-purple {
    color: #fff;
    background-color: #5f5b7b;
    border-color: #706b91;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple.focus, .btn-purple:active, .btn-purple.active, .open>.dropdown-toggle.btn-purple {
	color: #fff;
	background-color: #777299;
	border-color: #7b75a0
}
.mapBox{
	margin-bottom:20em;
}
@media (max-width: 1800px){
	.mapBox .col-lg-1{
		max-width:0px;
	}
}
@media (max-width: 990px){
	.mapBox .col-sm-12{
		padding:10px;
		margin-bottom:20px;
	}
	.mapBox iframe{
		width:100%;
	}
}
.mapBox .desc{
	color:#525252;
	font-size:15px;
	padding-left:0em;
}
.mapBox .map{
	text-align:left;
}
.mapBox .item1{
	color:#a13345;
	font-size:20px;
	clear:both;
	margin-bottom:40px;
}
.mapBox .item1 div{
	float:left;
	margin-right:15px;
}
.telCircle {
	text-align:center;
	font-size:25px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 1px solid #a13345;
    border-radius: 100%;
}
.mapBox .icon{
	width:30px;
	text-align:center;
	font-size:23px;
}
.mapBox .item2{
	color:#a13345;
	font-size:15px;
	clear:both;
	margin-bottom:16px;
}
.mapBox .item2 div{
	float:left;
	margin-right:15px;
}
.mapBox .item2 .text{
	padding-top:6px;
	padding-left:5px;
	color:#525252;
}
/* END 預約採果 */
/* 最新消息 */
.newsBox{
	text-align:left;
	color:#717171;
	margin-bottom:4em;
}
.newsBox .title{
	color:#9d1f34;
	font-size:1rem;
	line-height:1rem;
	margin:0.5rem 0 0.75rem 0;
}
.newsBox .desc{
	color:#6f6f6f;
	font-size:15px;
	text-align:left;
	line-height:15px;
}
.newsBox img {
	margin-bottom:18px;
}
@media (max-width: 800px){
	.newsBox .title{
		font-size:0.9rem;
		line-height:0.9rem;
	}
	.newsBox .desc{
		font-size:0.9rem;
		line-height:0.9rem;
	}
}

.date{
    display: inline-block;
    float: left;
    width: auto;
    height: 76px;
    background: #ededed;
    margin:0 0.5rem 0 0;
    text-align: center;
    padding: 0 5px;
	/*border-radius: 10px;*/
}
.date span.month {
    
}
.date span {
    display: block;
    font-size: 13px;
    color: #535353;
}
.date span.day {
	padding: 5px 0px 0px 0px;
	color:#9d1f34;
    font-size: 30px;
    font-family: Arial;
    font-weight: lighter;
	line-height: 38px;
	/**border-bottom: 1px solid #e0e0e0;*/
}
@media (max-width: 768px) {
.lead{
	text-align:left;
	font-size: 15px;
	letter-spacing: 1px;
    line-height: 26px;
}
.news_2 p {
	
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_first{
	height:auto;
}

}

.newsInfo .title {
	margin:1em 0 0.5em 0;
	color:#231815;
	font-size:26px;
}
.newsInfo .desc {
	margin:0 auto 8em auto;
	text-align:left;
	font-size:18px;
	color:#525252;
	
}
@media (max-width: 800px){
	.newsInfo .desc {
		margin:0 auto 2em auto;
	}
}
/* END 最新消息 */
/* 線上購物 */
.products {
	max-width:100%;
	padding:0;margin:0;
}
.products .leftMenu {
	max-width:100%;
	padding:0;margin:0;
}
.products .leftBorder{
	border-left:4px #dcdcdc double;
}
@media (max-width: 576px){
	.products ul {
		padding:0;margin:0px 10px;
		text-align:center;
	}
	.products .leftBorder{
		border: 0;
		margin-top:3.125rem;
	}
}

.products ul {
	list-style-type:none;
}
.products ul > li {
	width:100%;
	min-height:50px;
	line-height:50px;
	color:#434343;
	font-size:15px;
	border-bottom:1px #dcdcdc solid;
	padding:0px 0px 0px 15px;
	margin:0px;
}

.products ul > li >a{
	color:#434343;
}
.products ul > li >a:hover{
	color:#c71414;
}
.products ul > li.active >  a{
	color:#c71414;
}

.products .index_pItemBox .title{
	color:#c71414;
}
.products .index_pItemBox .desc{
	color:#717171;
	font-size:20px;
	line-height:25px;
	padding:0px;
	text-align:center;
	margin:0 0 0.35em 0;
}
.products .index_pItemBox .more{
	font-size:15px;
	color:#ac1c34;
	font-family:微軟正黑體;
}
.products .index_pItemBox .more span{
	font-size:25px;
	color:#6b696a;
	font-family:標楷體;
	margin:0px 5px;
}
/* END 線上購物 */
/* 線上購物內頁 */
.productsInfo .subBox h1{
	font-size:25px;
	margin-bottom:0.3rem;
}
.productsInfo .subBox{
	border-bottom:1px #a3a3a3 dotted;
	font-size:16px;
	color:#5d5d5d;
}
.productsInfo .subBox .row{
	margin:0.3rem 0;
	text-align:left;
	padding:0px;
}
.productsInfo .priceBox{
	font-size:16px;
	color:#5d5d5d;
	line-height:28px;
}
@media (max-width: 768px){
	.productsInfo .imgBox{
		margin-bottom:1.5rem;
	}
}
.btn-buy {
    color: #fff;
    background-color: #c03526;
    border-color: #c03526;
	width:100%;
	height:3.2rem;
	padding:0px;
	margin:0px;
	font-size:1.1rem;
}
.btn-buy:hover {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #6a6a6a;
}
.btn-buy img{
	max-height:32px;
	width:auto;
}

.btn-buy2 {
    color: #fff;
    background-color: #d99a2d;
    border-color: #d99a2d;
	width:100%;
	height:3.2rem;
	padding:0px;
	margin-top:0.5rem;
	font-size:1.1rem;
}
.btn-buy2:hover {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #6a6a6a;
}
.btn-buy2 img{
	max-height:32px;
	width:auto;
}
@media (max-width: 800px){
	.btn-buy {
		height:2.5rem;
		font-size:0.9rem;
	}
	.btn-buy img{
		max-height:24px;
	}
	.btn-buy2 {
		height:2.5rem;
		font-size:0.9rem;
	}
	.btn-buy2 img{
		max-height:24px;
	}
}

.productsInfo .descBox1 {
	margin-top:2rem;
	line-height:2.5rem;
	border-bottom:1px #e1e1e1 solid;
}
.productsInfo .descBox1 .title{
	font-size:1.375rem;
	color:#231815;
}
.productsInfo .descBox1 .title span{
	font-size:1.125rem;
}
.productsInfo .descBox2 {
	margin-top:1.5rem;
	line-height:1.5rem;
}
.productsInfo .descBox2 .desc img{
	display: block;
    max-width: 100%;
    height: auto !important;
}
.productsInfo .backList {
	margin-top:4rem;
	line-height:1.5rem;
	color:#eb1212;
	font-weight:bold;
}
.productsInfo .backList a{
	color:#eb1212;
	font-weight:bold;
}
/* END 線上購物內頁 */

/* 購物說明 */
.buyInfo img{
	display: block;
    max-width: 100%;
    height: auto !important;
}
.buyInfo .subBox{
	padding-bottom:1.5rem;
	margin-bottom:5rem;
	border-bottom:1px #e3e3e3 solid;
}
.buyInfo h2{
	color:#3b3b3b;
	font-size:1.56rem;
	margin-bottom:2rem;
}
.buyInfo .desc{
	font-size:0.9375rem;
}
/* END 購物說明 */
/* 會員專區 */
.titleBarDesc {
	width:100%;
	text-align:center;
	color:#231815;
	font-size:0.9375rem;
	margin:0rem 0rem 1rem 0rem;
}
.titleBarDownBorder {
	border-bottom:1px #e3e3e3 dotted;
	margin:0rem 0rem 2rem 0rem;
}
.common .descBox1 {
	
}
.common .descBox1 .title{
	font-size:1.25rem;
	color:#be3f40;
}
.common .descBox1 .title .span1{
	font-weight:bold;
}
.common .descBox1 .title .span2{
	color:#827575;
	font-size:0.9375rem;
}
.common .descBox1 .input {
	margin-bottom:1rem;
}
.common .descBox1 .input label{
	color:#000000;
	font-size:0.9375rem;
}
.common .descBox1 .input label span{
	color:#d84096;
}
.common .descBox1 .loginLink {
	color:#a3a3a3;
	font-size:0.9375rem;
	text-align:right;
}
.common .descBox1 .loginLink a{
	color:#a3a3a3;
	font-size:0.9375rem;
}
/*訂單查詢*/
.common .descBox1 .input1 {
	margin:1rem 0;
	color:#aaaaaa;
}
.common .descBox1 .input1 label{
	color:#aaaaaa;
	font-size:0.8125rem;
}
.common .descBox1 .input1 div{
	color:#6a6a6a;
}
.common .descBox1 .input1 .status1{
	color:#d8594b;
}
.common .descBox1 .input1 .status2{
	color:#5f5b7b;
}
.common .orderItem {
	border-bottom: 1px #dcdcdc solid;
	margin: 0;
}
.btn-order1 {
    color: #d8594b;
    border-color: #d8594b;
	background-color: transparent;
}
.btn-order1:hover, .btn-order1:focus, .btn-order1.focus, .btn-order1:active, .btn-order1.active, .open>.dropdown-toggle.btn-order1 {
	color: #d8594b;
	border-color: #d8594b;
	background-color: transparent;
}
.btn-order2 {
    color: #5f5b7b;
    border-color: #5f5b7b;
	background-color: transparent;
}
.btn-order2:hover, .btn-order2:focus, .btn-order2.focus, .btn-order2:active, .btn-order2.active, .open>.dropdown-toggle.btn-order2 {
	color: #5f5b7b;
	border-color: #5f5b7b;
	background-color: transparent;
}

.common .descBox1 .input2 {
	color:#333;
	background-color:#F5F5F5;
	padding:20px;
}
/*訂單查詢*/

.inputRedText{
	color:#ea1011;
	font-size:0.8125rem;
}
.addressWidth{
	width:33%;
}
.memberRight {
	color:#aaaaaa;
}
.memberRight a{
	color:#c80000;
}
.memberRight a:hover{
	color:#e90000;
}
.btn-yellow {
    color: #fff;
    background-color: #fdd100;
    border-color: #f3c900;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow.focus, .btn-yellow:active, .btn-yellow.active, .open>.dropdown-toggle.btn-yellow {
	color: #fff;
	background-color: #ffdb31;
	border-color: #fdd100;
}
.btn-forgot {
    color: #fff;
    background-color: #7a3517;
    border-color: #6c2f15;
	padding:0.6rem 0;
	margin:1rem 0px 2rem 0px;
}
.btn-forgot:hover, .btn-forgot:focus, .btn-forgot.focus, .btn-forgot:active, .btn-forgot.active, .open>.dropdown-toggle.btn-forgot {
	color: #fff;
	background-color: #7b452e;
	border-color: #7a3517;
}
.btn-orange {
    color: #fff;
    background-color: #fda10f;
    border-color: #da8b0e;
	padding:0.6rem 0;
	margin:2rem 0px;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange.focus, .btn-orange:active, .btn-orange.active, .open>.dropdown-toggle.btn-orange {
	color: #fff;
	background-color: #ffb237;
	border-color: #fda10f;
}
/* END 會員專區 */
/* 購物車 */
.btn-cart-step {
    color: #a03535;
    background-color: transparent;
    border:0px;
	padding:0.6rem;
}
.btn-cart-stepOn {
    color: #fff;
    background-color: #a03535;
    border:1px #dbcbcb solid;
	padding:0.6rem;
}
.btn-cart-stepOff {
    color: #585757;
    background-color: #FFF;
    border:1px #dbcbcb solid;
	padding:0.6rem;
}
/* END 購物車 */

.end img {
	display: block;
    max-width: 100%;
    height: auto !important;
}


/*介面修正*/
.overShow {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.linkActive {
	color:#c71414;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: pink;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: pink;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: pink;
}

.form-control::-webkit-input-placeholder { color: pink; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: pink; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: pink; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: pink; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: pink; }  /* Microsoft Edge */



/*右側ICON*/
#scrollUp {
  background: transparent;
  border: 1px solid #F40000;
  bottom: 160px;
  color: #F40000;
  display: block;
  font-size: 25px;
  height: 40px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 40px;
  z-index: 10004;
}
#scrollUp:hover {
  background: #C40000;
}
#scrollUp:hover i {
  color: #ffffff;
}
#scrollUp i {
  display: block;
  padding-top: 5px;
  font-size: 30px;
  font-weight: bold;
}

#scrollUp2 {
  background: transparent;
  border: 1px solid #F40000;
  bottom: 100px;
  color: #F40000;
  display: block;
  font-size: 25px;
  height: 50px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 40px;
  z-index: 10004;
}
#scrollUp2:hover {
  background: #C40000;
  color: #ffffff;
}
#scrollUp2:hover i {
  color: #ffffff;
}
#scrollUp2 i {
  display: block;
  padding-top: 5px;
  font-weight: bold;
}

@media (max-width: 1180px){
	.logoImg {
		content:url("../images/m_menu_05.png");
	}
}