@charset "utf-8";
/* CSS Document */



/*----- 產品列表 -----*/
ul.prodList {
	margin-bottom: -70px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

ul.prodList .row {
    margin-left: -11px;
    margin-right: -11px;
}

ul.prodList li.col-xl-3,
ul.prodList li.col-sm-4 {
	padding-left: 11px;
	padding-right: 11px;
}

ul.prodList li {
	margin-bottom: 70px;
}

ul.prodList li .prodBox {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	border: 1px solid #b42602;
	background-color: #fff;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 1px 5px rgba(181, 181, 181, 0.7);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.prodList li:hover .prodBox {
	box-shadow: none;
	transform: translate(5px,5px)
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

ul.prodList li figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.prodList li:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15); 
}

ul.prodList li .prodInfo {
	margin-top: 17px;
}

ul.prodList li .prodInfo p.model {
	font-size: 15px;
	color: #555;
}

ul.prodList li .prodInfo h3 {
	font-size: 16px;
	color: #fff;
	padding: 7px 10px;
	margin: 6px 10px 0;
	background-color: #b42602;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.prodList li:hover .prodInfo h3 {
	background-color: #3c2d28;
}



/*----- 產品詳細頁 -----*/
.mainBox {
	margin: 45px 0 60px; 
}

.leftBox {
	float: left;
	width: 48%;
}

.leftBox figure {
	box-shadow: 0 1px 5px rgba(195, 195, 195, 0.75);
}

.leftBox figure img {
	width: 100%;
	height: auto;
}

ul.smallImg {
	margin-top: 20px;
}

ul.smallImg li {
	float: left;
	width: 22.375%;
	margin: 0 3.5% 3.5% 0;
	box-shadow: 1px 2px 5px rgba(180, 180, 180, 0.8);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.smallImg li:nth-child(4n) {
	margin-right: 0;
}

ul.smallImg li:hover {
	box-shadow: none;
	transform: translate(5px,5px)
}

ul.smallImg li img {
	width: 100%;
}

ul.smallImg li a,
ul.smallImg li a img {
}



/*右側產品資訊樣式*/
.rightBox {
	float: right;
	width: 42%;
}

.productName {
	font-size: 28px; 
	color: #b42602;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 3px solid #bd5240;
}

.model {
	font-size: 16px; 
	color: #222;
	font-weight: normal;
	margin-top: 8px;
	display: block;
}

.featureBox {
	padding: 28px 0;
	line-height: 1.9;
	border-bottom: 1px solid #bcbcbc;
}

.featureTitle {
	font-size: 20px; 
	font-weight: bold;
	margin-bottom: 9px;
}

.featureBox ul,
.featureBox ol {
	list-style: none;
	margin-bottom: 0; 
}

.featureBox ul li {
	padding-left: 19px;
}

.featureBox ul li:before {
    content: "•";
    padding-right: 8px;
    margin-left: -14px;
    color: #333;
}

.featureBox ol {
	margin-left: -20px;
}

.featureBox ol li {
	list-style: decimal;
}

a.contactBtn {
	width: 200px;
	font-size: 18px;
	color: #fff;
	margin-top: 40px;
	padding: 11px 0;
	display: block;
	position: relative;
	border-radius: 30px;
	background-color: #8d2005;
	text-align: center;
}

a.contactBtn:hover {
	background: #131313;
}

a.contactBtn i {
	font-size: 22px;
	margin-right: 12px;
	vertical-align: text-bottom;
}

.heading {
    font-size: 26px;
	color: #222;
	font-weight: bold;
	padding-bottom: 8px;
    margin-bottom: 40px;
	border-bottom: 1px solid #b0b0b0;
}

.specBox {
	line-height: 30px;
	position: relative;
}

a.backBtn {
	width: 140px;
	margin: 0 auto;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 10px 0;
	margin-top: 60px;
	border-radius: 30px;
	background: #8d2005;
	text-align: center;
}

a.backBtn:hover {
	background: #131313;
}

a.backBtn::before {
	content: '\f104';
    font-family: FontAwesome;
    font-size: 15px;
    display: inline-block;
    margin-right: 9px;
	vertical-align: middle;
}



/*規格表*/
.specTable {
	margin-top: 15px;
	border: 1px solid #c5c5c5;
	border-top: none;
}

.specTable th,
.specTable td {
    border: 1px solid #c5c5c5;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
}

.specTable th {
	color: #fff;
	font-weight: normal;
	padding: 11px 8px;
	border-bottom: none;
	border-top: none;
	background-color: #b42602;
}

.specTable th:first-child {
	border-left: 1px solid #b42602;
}

.specTable th:last-child {
	border-right: 1px solid #b42602;
}

.specTable td {
	padding: 10px 15px;
	background-color: #fff;
}

.discolor tr:nth-child(2n+1) > td {
	background-color: #f4f3f3;
}

.td-gray {
	background-color: #e8e8e8 !important;
}




@media (max-width: 1199px){

/*----- 產品列表 -----*/


}



@media (max-width: 991px){

/*----- 產品詳細頁 -----*/


	
}


@media (max-width: 767px){

/*----- 產品列表 -----*/



/*----- 產品詳細頁 -----*/


}


@media (max-width: 575px){

/*----- 產品列表 -----*/
ul.prodList {
	margin-bottom: -50px;
}

ul.prodList .row {
    margin-left: -8px;
    margin-right: -8px;
}

ul.prodList li.col-6 {
	padding-left: 8px;
	padding-right: 8px;
}

ul.prodList li {
	margin-bottom: 50px;
}



/*----- 產品詳細頁 -----*/
.mainBox {
	margin-top: 38px; 
}

.leftBox {
	float: none;
	width: 100%;
}

.rightBox {
	float: none;
	width: 100%;
	padding-top: 30px;
	clear: both;
}

.productName {
	font-size: 22px; 
}

a.contactBtn {
	width: 100%;
}

.heading {
    font-size: 20px;
}


}


@media (max-width: 479px){

/*----- 產品列表 -----*/


}


