.product {
}

.preview {
	max-width: 367px;
}

.preview__main {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	text-align: center;
	height: 367px;
	line-height: 367px;	
	overflow: hidden;
	padding: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.preview__main > img {
	max-width: 100%;
	vertical-align: middle;
}

.preview__images {
	position: relative;
	padding: 10px 5px;
}


.preview__wrap {
	overflow: hidden;
	width: 310px;
}
.preview__wrap ul{
	padding: 0;
	position: relative;
	left: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.preview__wrap ul li{
	cursor: pointer;
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	text-align: center;
	margin: 0;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        -webkit-transition: all 0.3s;
	        -o-transition: all 0.3s;
	        transition: all 0.3s;
}
.preview__wrap ul li:hover{
	border-color: #ed6630;
}
.preview__wrap ul li:last-child{
	margin-right: 0;
}
.preview__wrap ul li > img{
	max-width: 100%;
	vertical-align: middle;
}

.product__prices {
	margin: 20px 0;
}

.product__prices .price {
    color: #333;
    font-size: 14px;
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block;
}
.product__prices .price_old {
    color: #999;
    text-decoration: line-through;
    font-size: 16px;
}
.product__prices  .price_new {
    font-size: 24px;
    font-weight: 600;
    color: #ce2525;
}
.product__button {
	display: block;
	width: 200px;
	height: 40px;
	text-align: center;
	height: 40px;
font-size: 16px;
font-weight: 600;
color: #fff;
border-radius: 5px;
line-height: 37px;
text-decoration: none;
margin: 20px 0;
}
.product__button:hover{
	color: #567419;
}

.sales__img {
		width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
  padding: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.sales__img > img {
	max-width: 100%;
	margin: 0;
}

.sales__info {
}

.sales__info > p {
}

.sales__info > p > strong {
}

.sales__info > p > strong > tel {
	display: block;
}

.sales__info > a {
}
