@charset "utf-8";
/*-----------------------for both-----------------------*/
.hidden-content {
	display: none;
	max-width: 600px;
	overflow:auto;
}
span.classTag {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding: 4px 5px;
	background: #e6e6e6;
	color: #666;
	line-height: 100%;
	border-radius: 2px;
}
span.classTagOrange {
	background: #f90
}
/*-------------table Display--------------------*/
.tableDisplay {
	border-collapse: collapse;
}
.tableDisplay th {
	padding: 10px;
	word-break: break-all;
	background: #333;
	color: #fff;
	border-bottom: 1px solid #ddd;
}
.tableDisplay td {
	word-break: break-all;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}
.tableDisplay tr:nth-child(odd) td {
	background: #f9f9f9;
}
.tableDisplay tr td.grayTd {
	background: #ededed;
}
.tableDisplay tr td.title {
	background: #E9332F;
	color: #fff;
	font-size: 19px;
	border: 0;
	text-align: center;
}
/*tab nav*/
#tabsNav {
	-webkit-overflow-scrolling: touch;
	background: url(../images/navBg.gif) repeat-x left bottom;
}
#tabsNav li a {
	display: block;
	text-decoration: none;
	color: #999;
	text-align: center;
	padding: 12px 30px;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #ccc;
}
#tabsNav li.active a {
	border-top: 3px solid #70351C;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	color: #333;
}
#tabsNav li a:hover {
	color: #70351C;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------css table----------------------*/
.css-table {
	display: table;
	width: 100%;
}
.css-table .thead {
	display: table-header-group;
}
.css-table .tbody {
	display: table-row-group;
}
.css-table .tr {
	display: table-row;
}
.css-table .th, .css-table .td {
	display: table-cell;
	padding: 5px 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
}
.css-table .th {
	background: #333;
	color: #fff;
}
.css-table .td {
	word-break:break-all;
}
/*---活動攻略圖片顯示設定---*/
.css-table .td img {
  width: 100%;
  height: 165px;
  object-fit: contain;
}
/*---移除圖片設定---*/
.no-img-style {
    width: auto !important;
    height: auto !important;
    object-fit: unset !important;
 }
.css-table .center {
	text-align: center;
}
.css-table .tr:nth-child(odd) {
	background: #fafafa;
}
/*date nav*/
#tabsNav li a {
	font-size: 17px;
	padding: 10px 30px;
}
#tabsNav li {
	float: left;
}
/*-----------------------data table----------------------*/
.data-table {
	display: table;
	width: 100%;
	border-top: 1px solid #ddd;
}
.data-table .thead {
	display: table-header-group;
}
.data-table .tbody {
	display: table-row-group;
}
.data-table .tr {
	display: table-row;
}
.data-table .th, .data-table .td {
	display: table-cell;
	padding: 6px 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
}
.data-table .tdHeader {
	font-weight: bold;
	vertical-align: text-top;
	background: #f9f9f9;
}
.tdHeader span {
    color: #70351c;
}

/*-------------------- 特價產品--------------------*/
#discountList li {
	float: left;
	width: 30%;
	height: auto;
	margin: 0 2% 2% 0;
	border: 1px solid #eee;
	border-radius: 5px;
	position: relative;
	overflow:hidden;
}
#discountList li .prodthumb {
	width: 100%;
	height: 0;
	padding-bottom: 82%;
	overflow: hidden;	
}
#discountList li:nth-child(3n){
	margin-right: 0;
}
#discountList li h4 {
	font-weight: normal;
	font-size: 17px;
	padding: 10px 5px;
	text-align: center;
	vertical-align:middle;
	background: #c8965a;
	color: #fff;
	width:100%;
}
#discountList li h4.twoline{ 
  height: 58px;
  vertical-align:middle; 
  width:100%;
}
.disInfo {
	padding: 10px;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*--------------- card table -----------------*/
.thead {
	display: none;
}
.card-table .tr {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
.card-table .tr:last-child {
/*margin: 0;*/
}
.card-table .th {
	border: currentColor;
	width: 100%;
	display: inline-block;
}
.card-table .td {
	border: currentColor;
	width: 100%;
	display: inline-block;
}
.card-table .td img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.card-table .tdHeader {
	font-weight: bold;
    margin-bottom:10px;
    font-size: 19px;
    color: #70351c;
}
.tdHeader span {
    color: #000; 
    font-size: 15px;
}
/*--------------- css table -----------------*/
.mob-table {
	display: block;
	overflow-x: auto;
}
.mob-table .thead {
	display: table-header-group;
}
.mob-table .tbody {
	display: table-row-group;
}
.mob-table .tr {
	display: table-row;
}
.mob-table .th, .mob-table .td {
	display: table-cell;
	padding: 5px 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
	white-space: nowrap;
}
.mob-table .th {
	background: #333;
	color: #fff;
}
.mob-table .center {
	text-align: center;
}
.mob-table .tr:nth-child(odd) {
	background: #fafafa;
}
/*date nav*/
#tabsNav {
	margin: 0;
}
#tabsNav li {
	display: inline-block;
	margin-right: -3px;
}
#tabsNav li a {
	padding: 7px 12px;
}
#tabsNav li span {
	display: none;
}
	
/*-------------------- 特價產品--------------------*/
#discountList li {
	float: left;
	width: 48%;
	height: auto;
	margin: 0 2% 2% 0;
	border: 1px solid #eee;
	border-radius: 5px;
	position: relative;
	overflow:hidden;	
}
#discountList li .prodthumb {
	width: 100%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;	
}

#discountList li:nth-child(2n){
	margin-right: 0;
}
#discountList li h4 {
	font-weight: normal;
	font-size: 15px;
	padding: 10px 5px;
	text-align: center;
	vertical-align:middle;
	background: #c8965a;
	color: #fff;
	width:100%;
}
#discountList li p {
	font-size: 14px;
	line-height: 145%;
}
#discountList li h4.twoline{ 
  height: 58px;
  vertical-align:middle; 
  width:100%;
}
.disInfo {
	padding: 10px;
}
}
