.page-product-detail .banner {
	background-image: url('http://simple-love-life.com/wp-content/uploads/2018/09/mine16.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
}
.page-product-detail .banner .banner_overlay {
	width: 100%;
    background-image: radial-gradient(circle,transparent 20%,#c49060);
    min-height: 300px;
    background-position: center;
}
.page-product-detail .banner .text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 65%;
	margin-top: -36px;
	font-size: 36px;
	text-shadow: 0 0 10px #2f2f2f;
}
.page-product-detail .product_detail {
	margin: 20px auto;
}
.page-product-detail .product_detail .product_detail_img .product_big_img {
	text-align: center;
	margin-bottom: 10px;
}
.page-product-detail .product_detail .product_detail_img .product_big_img img {
	max-width: 300px;
	/*width: 100%;*/
}
.page-product-detail .product_detail .product_detail_img .product_swiper img {
	max-width: 100px;
}
.page-product-detail .product_detail .product_detail_text {
	color: #6b1f05;
	line-height: 2;
}
.page-product-detail .product_detail .product_detail_text .name {
	font-weight: 900;
	font-size: 30px;
}
.page-product-detail .product_detail .product_detail_text .order_num input[type=number] {
	border: none;
	background-color: transparent;
	text-align: center;
	max-width: 50px;
	-moz-appearance: textfield;
}
.page-product-detail .product_detail .product_detail_text .order_num input[type=number]:focus {
	outline: none;
}
.page-product-detail .product_detail .product_detail_text .order_num input[type=number]::-webkit-inner-spin-button,
.page-product-detail .product_detail .product_detail_text .order_num input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-product-detail .product_detail .product_detail_text .order_num span {
	cursor: pointer;
}
.page-product-detail .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.page-product-detail .gallery-thumbs .swiper-slide {
	background-size: cover;
	background-position: center;
}
.page-product-detail .gallery-top {
	width: 100%;
}
.page-product-detail .gallery-top img {
	max-height: 300px;
}
.page-product-detail .gallery-top .swiper-slide {
	text-align: center;
}
.page-product-detail .gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0;
	height: 100px;
}
.page-product-detail .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.page-product-detail .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.page-product-detail .product_detail .product_detail_text .desc {
	font-size: 16px;
}
.page-product-detail .product_detail .product_detail_text .addCart,
.page-product-detail .product_detail .product_detail_text .facebook {
	margin: 10px 0;
}
.page-product-detail .product_detail .product_detail_text .addCart span {
	background-color: #8e5523;
	padding: 5px 20px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.page-product-detail .product_detail .railway {
	background-image: url('../img/railway_long.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
	display: block;
}
.page-product-detail .product_detail .product_detail_text .product_form {
	margin: 20px 0;
	font-size: 24px;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.page-product-detail .banner .text {
		left: 50%;
		transform: translateX(-50%);
	}
}