.craftsmanship,
.blake
{
	padding-bottom: 50px;
	
}

.craftsmanship h2,
.goodyear-welted h2,
.blake h2
{
	font-size: 14px;
	text-align: center;
	font-weight: 700;
}
.craftsmanship p
{
	font-size: 12px;
	text-align: center;
}


.tailor-product-wrapper
{
	padding-top: 50px;
	display: none;
}

.tailor-product-wrapper .main-photo
{
	margin-bottom: 10px;
	cursor: pointer;
}
.tailor-product-wrapper .main-photo .highlight
{
	position: absolute;
	background: #ffffff;
	border: 1px #d2d2d2 solid;
	display: none;
	z-index: 500;

	font-family: 'source-han-sans-simplified-c', 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	color: #595757;
	cursor: pointer;
}

.tailor-product-wrapper .main-photo .highlight .icon
{
	font-size: 10px;
	color: #85daee;
}

.tailor-product-wrapper .btn-arrow-up
{
	width: 100px;
	height: 40px;
	margin-top: 30px;
	margin-bottom: 50px;
}



/* POPUP */


.tailor-product-popup
{
	position: fixed;
/* 	top: 120px; */
	top: 10px;
	left: 0px;
	background: #ffffff;
	padding: 30px 15px;;
	border: 1px #d2d2d2 solid;
	z-index: 5600;
/* 	min-height: 500px; */
	display: none;
}

.container.shortscreen .tailor-product-popup
{
	padding: 20px 15px 10px 15px;
}

.tailor-product-popup .body
{
	margin-left: 15px;
}

.tailor-product-popup .body .popup-thumb
{
	padding-right: 5px;
	margin-top: 25px;
	padding-bottom: 5px;
}
.container.shortscreen .tailor-product-popup .body .popup-thumb
{
	margin-top: 10px;
	padding-right: 0px;
}

.tailor-product-popup .body .content
{
	font-family: 'source-han-sans-simplified-c', 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	color: #595757;
	
/* 	padding-left: 30px; */
	padding-right: 10px;
	margin-top: 120px;
}
.container.shortscreen .tailor-product-popup .body .content
{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 11px;
	line-height: 18px;
	margin-top: 35px;
	letter-spacing: 0px;
}


.tailor-product-popup .body .content h3
{
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	color: #595757;
	margin-bottom: 2px;
}
.container.shortscreen .tailor-product-popup .body .content h3
{
	font-size: 15px;
}
.tailor-product-popup .body .content .model
{
	font-family: 'Avenir', 'Helvetica', 'Arial';
	font-size: 10px;
	margin-bottom: 5px;
}
.tailor-product-popup .body .content .price
{
	font-family: 'Avenir', 'Helvetica', 'Arial';
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: 500;
}
.tailor-product-popup .body .content .color
{
	font-size: 12px;
	margin-bottom: 25px;
}

.tailor-product-popup .body .content ul,
.tailor-product-popup .body .content ol
{
	margin-left: 5px;
	-webkit-padding-start: 5px;
	-moz-padding-start: 5px;
	list-style-position: outside;
	padding-left: 0px;
}




.tailor-product-popup .color-block
{
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 5px;
}
.tailor-product-popup  .color-name
{
	display: inline;
	margin-right: 15px;
}

.tailor-product-popup .btn-close
{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	z-index: 5700;
	float: right;
}

.container.shortscreen .tailor-product-popup .btn-close
{
	right: 15px;
	top: 15px;
}


.tailor-product-popup-bg
{
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	background: #5d5d5d \9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	display: none;
	z-index: 5500;
}



button.btn-expand
{
	border: 1px solid #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 14px;
	float: right;

	-webkit-transition: ease-in-out 0.4s;
	-moz-transition:    ease-in-out 0.4s;
	-ms-transition:     ease-in-out 0.4s;
	-o-transition:      ease-in-out 0.4s;
	transition:         ease-in-out 0.4s;
		
	position: absolute;
}
button.btn-expand:hover
{
	border: 1px solid #7adaed;
	background: #7adaed;
	color: #ffffff;
}
button.btn-expand:active
{
	border: 1px solid #2d1946;
/* 	background: #2d1946; */
	color: #ffffff;
}


.qrcode .phone
{
	font-size: 16px;
}










@media (max-width: 1310px)
{
	.tailor-product-popup .body .content
	{
		padding-left: 0px;
/* 		margin-top: 160px; */
	}
}

@media (min-width: 1171px)
{
	
}

@media (max-width: 1190px)
{
	.craftsmanship h2
	{
		font-size: 13px;
	}
	.craftsmanship p
	{
		font-size: 10px;
		line-height: 18px;
	}


	.tailor-product-popup .body .content ul,
	.tailor-product-popup .body .content li
	{
		margin-left: 10px;
	}

	.tailor-product-popup .body .content
	{
		padding-left: 0px;
/* 		margin-top: 60px; */
	}
}

@media (max-width: 990px)
{	
	.craftsmanship p
	{

	}
	.craftsmanship p br
	{
		display: none;
	}

	.tailor-product-popup
	{
		padding: 30px 15px 20px 15px;;
	}

	.tailor-product-popup .body .content
	{
		font-size: 10px;
		line-height: 16px;
		padding-left: 0px;
/* 		margin-top: 80px; */
	}
	.tailor-product-popup .body .content h3
	{
		font-size: 13px;
		font-weight: normal;
	}
	.tailor-product-popup .body .content .price
	{
		margin-bottom: 5px;
	}
	.tailor-product-popup .body .content ul,
	.tailor-product-popup .body .content ol
	{
		margin-left: 0px;
		-webkit-padding-start: 0px;
		-moz-padding-start: 0px;
	}

}

@media (min-width: 768px)
{

}

@media (max-width: 767px)
{
	.craftsmanship .text
	{
		margin-top: 30px;
	}
	
	button.btn-expand
	{
		padding: 2px 6px;
		font-size: 9px;
		margin-left: -20px;
	}
	.tailor-product-wrapper .btn-arrow-up
	{
		width: 80px;
		height: 32px;
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.tailor-product-popup
	{
		padding: 0px;
	}
	.tailor-product-popup .body
	{
		margin: 55px 15px 25px 15px;
	}
	.tailor-product-popup .body .popup-thumb
	{
		padding-right: 0px;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.tailor-product-popup .body .content
	{
		font-size: 10px;
		line-height: 16px;
		padding-left: 20px;
		margin-top: 0px;
	}
	.tailor-product-popup .body .content h3
	{
		font-size: 12px;
		margin-top: 8px;
		margin-bottom: 5px;
	}
	.tailor-product-popup .body .content .model
	{
		font-size: 10px;
		margin-bottom: 5px;
	}
	.tailor-product-popup .body .content .price
	{
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.tailor-product-popup .body .content .color
	{
		font-size: 10px;
		margin-bottom: 15px;
	}
	
	.tailor-product-popup .body .content .description
	{
		margin-top: 6px;
		margin-left: 15px;
		font-size: 10px;
	}

	.tailor-product-wrapper .main-photo .highlight
	{
		font-size: 9px;
		letter-spacing: 0px;
	}

	.tailor-product-popup .btn-close
	{
		right: 15px;
		top: 15px;
		width: 30px;
		height: 30px;
	}

}




@media (max-width: 640px)
{	
}

@media (max-width: 500px)
{	
}

@media (max-width: 320px)
{	
	.tailor-product-popup .body .content h3
	{
		font-size: 10px;
		margin-top: 8px;
		margin-bottom: 5px;
	}
	.tailor-product-popup .body .content .price
	{
		font-size: 13px;
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.tailor-product-popup .body .content .description
	{
		margin-top: 6px;
		font-size: 9px;
	}
}
