.page-product .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 .banner .banner_overlay {
	width: 100%;
    background-image: radial-gradient(circle,transparent 20%,#c49060);
    min-height: 300px;
    background-position: center;
}
.page-product .banner .text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 65%;
	margin-top: -36px;
	font-size: 36px;
	text-shadow: 0 0 10px #2f2f2f;
}
.page-product .product {
	padding-bottom: 20px;
}
.page-product .product .row {
	margin-left: 0;
	margin-right: 0;
}
.page-product .product .title{
	text-align: center;
	color: #6b1f05;
	font-weight: 900;
	font-size: 36px;
	padding: 20px 0;
}
.page-product .product .railway {
	background-image: url('../img/railway_long.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
	display: block;
}
.page-product .product .product_list {
	margin: 20px 0;
}
.page-product .product .product_list .item {
	margin: 10px 0;
}
.page-product .product .product_list .item_img,
.page-product .product .product_list .item_detail {
	display: inline-block;
	vertical-align: top;
}
.page-product .product .product_list .item_img {
	/* text-align: center; */
}
.page-product .product .product_list .item_img img {
	width: 100%;
	border-radius: 10px;
	max-width: 230px;
}
.page-product .product .product_list .item_detail {
	text-align: right;
	color: #6e3b0c;
	position: relative;
	min-height: 230px;
}
.page-product .product .product_list .item_detail .top {
	position: absolute;
	top: 0;
	right: 15px;
	display: block;
}
.page-product .product .product_list .item_detail .bottom {
	position: absolute;
	bottom: 0;
	right: 15px;
	display: block;
}
.page-product .product .product_list .item_detail .name {
	font-size: 21px;
	font-weight: 900;
}
.page-product .product .product_list .item_detail .price {
	font-size: 18px;
	line-height: 2;
}
.page-product .product .product_list .item_detail .bookmark {
	position: relative;
}
.page-product .product .product_list .item_detail .bookmark i {
	background-color: #6b1d0a;
	padding: 10px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin: 5px 0;
}
.page-product .product .product_list .item_detail .detail {
	background-color: #3b2d21;
	color: #fff;
	margin: 5px 0;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}
.page-product .product .product_list .item_detail .detail a {
	display: block;
	padding: 5px 25px;
	text-decoration: none !important;
}
.page-product .product .product_list .item_detail .addCart {
	background-color: #275b6e;
	color: #fff;
	padding: 5px 25px;
	margin: 5px 0;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}
.page-product .product .product_list .item_detail .detail a,
.page-product .product .product_list .item_detail .addCart a {
	color: inherit;
}
@media only screen and (max-width: 991px) {
	.page-product .product .product_list .item_img img {
		max-width: 200px;
	}
}
@media only screen and (max-width: 768px) {
	.page-product .banner .text {
		left: 50%;
		transform: translateX(-50%);
	}
	.page-product .product .product_list .item {
		padding: 0;
		/*margin: 50px 0;*/
	}
	.page-product .product .product_list .item:first-child {
		/*margin-top: 20px;*/
	}
	.page-product .product .product_list .item_img img {
		width: auto;
		max-width: 100%;
	}
	.page-product .product .product_list .item_detail {
		/*text-align: center;*/
		text-align: left;
		padding-top: 20px;
	}
	.page-product .product .product_list .item_detail .top,
	.page-product .product .product_list .item_detail .bottom {
		position: relative;
		top: auto;
    	right: auto;
	}
	.page-product .product .product_list .item_detail .bookmark i {
		position: static;
		width: 100%;
	}
	.page-product .product .product_list .item_detail .detail,
	.page-product .product .product_list .item_detail .addCart {
		display: inline-block;
		width: 100%;
	}
}