.productWrap{

	margin-bottom: 25px;

}

.the-thumbnail{

	margin-bottom: 20px;

}

.the-thumbnail img{

	width: 100%;

}

.the-thumbnail .slick-arrow{

	width:20px;

	height:30px;

	background: none;

	border:none;

	position: absolute;

	top: 50%;

	font-size: 0;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	-o-transform: translateY(-50%);

	transform: translateY(-50%);

	z-index: 1;

	-webkit-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;

	transition: all 0.3s linear;

	color:#ffffff;

	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);

}

.the-thumbnail .slick-prev{

	left:10px;

}

.the-thumbnail .slick-next{

	right:10px;

}

.the-thumbnail .slick-arrow:before{

	font-family: FontAwesome;

	position: absolute;

	left: 50%;

	top: 50%;

	-webkit-transform: translate(-50%,-50%);

	-ms-transform: translate(-50%,-50%);

	-o-transform: translate(-50%,-50%);

	transform: translate(-50%,-50%);

	font-size: 25px;

	line-height: 25px;

}

.the-thumbnail .slick-prev:before{

	content: "\f104";

}

.the-thumbnail .slick-next:before{

	content: "\f105";

}

.the-attr{

	margin-bottom: 15px;

}

.the-attr .title{

	font-size: 16px;

	line-height: 26px;

	margin-bottom: 10px;

}

.the-attr .content{

	color:#666666;

}

.the-attr .content p{

	/* padding: 0; */

}

.the-cart{

	display: -webkit-box;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	align-items: center;

	margin-bottom: 30px;

}

.the-cart select{

	width: 130px;

	height: 30px;

	background-color: #f3f3f3;

	border:solid 1px #cdcccc;

	padding-left: 10px;

	margin-right: 30px;

}

.the-cart .price{

	font-size: 28px;

	line-height: 40px;

	color: #c3002a;

}

.the-button button{

	width: 180px;

	height: 45px;

	background: #c3002a;

	padding: 3px 10px;

	color:#ffffff;

	text-transform: uppercase;

	letter-spacing: 1px;

	border-radius: 5px;

	border:none;

}

.the-button button:hover{

	background: #c3002a;

}

/*===========================================================*/

.productContent .mnfixed_self{

	top: 76px !important;

}

.productContent{

	margin-bottom: 45px;

}

.productContent .tab-list{

	background: #465a65;

}

.productContent .tab-list ul{

	display: -webkit-box;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	align-items: center;

}

.productContent .tab-list ul li a{

	display: block;

	font-size: 12px;

	line-height: 20px;

	color:#ffffff;

	letter-spacing: 1px;

	text-transform: uppercase;

	padding: 15px 25px;

}

.productContent .tab-list ul li.active a{

	background: #c3002a;

}

.boxContent{

	background: #f8f8f8;

	padding: 25px 30px;

}

.boxContent .title{

	font-size: 18px;

	line-height: 26px;

	text-transform: uppercase;

	font-weight: bold;

	margin-bottom: 10px;

}

.boxContent .content{

	color:#666666;

}

.boxContent .content p{

	padding: 2px 0;

}

/*===============================================================*/

.the-other .title{

	padding-bottom: 15px;

	margin-bottom: 30px;

	position: relative;

}

.the-other .title:before{

	content: "";

	position: absolute;

	bottom: 0;

	width: 50px;

	border-bottom: solid 4px #f07128;

}

.the-other .title h2{

	font-size: 28px;

	line-height: 36px;

	font-weight: bold;

	text-transform: uppercase;

}

.product{

	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);

}

.product .img a{

	display: block;

	padding-top: 66.666666%;

	position: relative;

	overflow: hidden;

	background: #ffffff;

}

.product .img a img{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

}

.product:hover .img a img{

	opacity: 0.9;

}

.product .caption{

	padding: 15px 20px;

	background: #ffffff;

}

.product .tend{

	text-align: center;

	margin-bottom: 10px;

}

.product .tend a{

	display: block;

	font-size: 14px;

	line-height: 22px;

	text-transform: uppercase;

	white-space: nowrap;

	-ms-text-overflow: ellipsis;

	text-overflow: ellipsis;

	overflow: hidden;

}

.product .des{

	text-align: center;

	font-size: 13px;

	line-height: 21px;

	color:#666666;

	height: 42px;

	margin-bottom: 10px;

	overflow: hidden;

}

.product .link a{

	display: -webkit-box;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;

	align-items: center;

	justify-content: center;

	margin: 0 auto;

	width: 30px;

	height: 30px;

	border-radius: 100%;

	font-size: 15px;

	line-height: 23px;

	color:#ffffff;

	background: #c3002a;

}

.product:hover .link a{

	background: #267fe9;

}

#slideOther .slick-list{

	margin: 0 -10px;

	padding-bottom: 10px;

}

#slideOther .item{

	padding: 0 10px;

}

#slideOther{

	padding-bottom: 45px;

}

#slideOther .slick-dots{

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0px;

	text-align: center;

}

#slideOther .slick-dots li{

	display: inline-block;

	margin: 0 5px;

}

#slideOther .slick-dots li button{

	width:10px;

	height:10px;

	background: transparent;

	border-radius: 100%;

	font-size: 0;

	padding:0;

	border:solid 2px #f07128;

}

#slideOther .slick-dots li.slick-active button{

	background: #f07128;

	border-color: #f07128;

}

/*==========================================================================*/

/*============================RESPONSIVE====================================*/

/*==========================================================================*/

@media all and (max-width: 1025px){



}



@media all and (max-width: 991px){

	.productContent .mnfixed_self{

	top: 0px !important;

}

.productContent .tab-list ul{

	overflow: hidden;

	overflow-x: auto;

}

.productContent .tab-list ul li a{

	white-space: nowrap;

    padding: 15px 10px;

}

}



@media all and (max-width: 768px){



}



@media all and (max-width: 767px){



}



@media all and (max-width: 640px){



}



@media all and (max-width: 480px){



}



@media all and (max-width: 380px){



}