
#commodity-bg {
	max-width:1280px;
	min-width: 1280px;
	position: relative;
	background-color: #e8e4e0;
	z-index: 0;
	margin-top: -47px;
}

#commodity {
	position: relative;
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
#commodity h1{
	text-align: center;
	padding-top: 65px;
	margin-bottom: 65px;
	font-size: 35px;
	position: relative;
}

.product-img {
	background-color: white;
	width: 312px;
	margin-bottom: 20px;
	vertical-align: middle;
	padding: 20px;
}
#commodity ul{
	width: 352px;
	margin-bottom: 30px;
	display:flex;
	justify-content:space-between;
}
#commodity li{
	display: inline-block;
	padding: 10px;
	background-color: white;
}

.mid-pad-img {
	margin-left: 34px;
}

#commodity li img {
	width: 75px;
	height: 70px;
	vertical-align: middle;
}

#commodity a{
	font-size: 16px;
	color:#9c551d;
}
#commodity a:hover{
	font-size: 16px;
	color: #9c551d;
}
#commodity a:focus{
	font-size: 16px;
	color: #9c551d;
	border-bottom: 1px solid;
}

#commodity .col-left .back img{transform:rotate(180deg);margin:-3px 10px 0 0;vertical-align:middle;}

.description-product {
	width: 740px;
	float: right;
}

.description-product p{
	color: #373737;
	font-size: 16px;
	line-height: 1.5;
}

.description-product span{
	color: #a28f79;
	font-size: 15px;
}

#buy {position: relative;
	width: 470px;
	border: 2px solid #c4bcb4;
	padding: 38px 20px 30px 20px;
	margin-bottom: 20px;
}

#buy h4 {
	font-weight: bold;
	font-size: 30px;
	margin-left: 20px;
}

#buy span {
	font-weight: normal;
	font-size: 20px;
	color: #373737;
	vertical-align: middle;
	margin-left: 10px;
}

#buy p {
	margin-top: 30px;
	font-size: 14px;
	color: #947e64;
}

#buy-but {position: absolute;
	width: 184px;
	height: 48px;
	background-color: #d4b628;
	top: 0;
	right: 0;
	margin-top: 33px;
	margin-right: 50px;
	border-bottom: 5px solid #ab8709 ;
	left: 230px;	
	text-align:center;
	line-height:48px;
	text-transform:uppercase;
	font-weight:normal;
}

#buy-but:hover {position: absolute;
	width: 184px;
	height: 48px;
	background-color:#ab8709;
	top: 0;
	right: 0;
	margin-top: 33px;
	margin-right: 50px;
	border-bottom: 5px solid #d4b628;
	color:#fff !important;
}

#buy-but:hover img{filter: invert(0);}

#buy-but a{
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: normal;
}

#buy-but a:hover{
	text-align: center;
	color: white;
	font-size: 18px;
}

#buy-but a:focus{
	text-align: center;
	color: white;
	font-size: 18px;
}

.buy-button {
	padding-bottom: 12px;
	padding-top: 12px;
}

#des-prod {
	margin-top: 40px;
}

#des-prod ul {
	margin-bottom: 20px;
}
#des-prod li {
	background-color: transparent;
	display: inline-block;
	padding: 0;
	float: none;
}

#des-prod li:last-child {
	float: none;
	margin-left: 40px;
}

#des-prod li a{
	font-size: 16px;
	color: #ab8709;
}

#des-prod li a:hover{
	font-size: 16px;
	color: #ab8709;
	border-bottom: 2px solid;
}

#des-prod li a:focus{
	font-size: 16px;
	color: #ab8709;
	border-bottom: 2px solid;
}

#des-prod p{
	margin-bottom:20px;
}

#des-prod .tabs{margin-top:40px;margin-bottom:30px;}
#des-prod .tabs span{cursor:pointer;color:#ab8709;text-transform:uppercase;padding-bottom:5px;margin-right:35px;}
#des-prod .tabs span:hover{border-bottom:1px solid #ab8709;}
#des-prod .tabs span.active{cursor:pointer;border-bottom:1.5px solid #ab8709;}

#des-prod .tabs_content > div{display:none;}
#des-prod .tabs_content > div.active{display:block;}

.catalog-size {
	position: absolute;
	width: 970px;
	margin:auto;
	border:3px solid #947e64;
	height: 480px;
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 2;
	margin-bottom: 80px;

}

.catalog-ul {
	position: absolute;
	margin-top: 35px;
	width: 1170px;
	margin-left: -101px;
	height: 390px;
}

.catalog-ul span{
	font-weight: normal;
	margin-left: 10px;
	font-size: 14px;
	text-align: center;
}

.catalog-size li {
	position: relative;
	width: 271px;
	height: 385px;
	background-color: white;
	display: inline-block;
}

.catalog-size img{
	padding: 20px;
}

.catalog-size hr{
	margin-left: auto;
	margin-right: auto;
	width: 166px;
	background-color: #d9d9d9;
	height: 2px;
	border: none;
}

.catalog-size h3{
	width: 240px;
	position: relative;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	font-size: 25px;
	background-color:#e8e4e0;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;

}
.catalog-size h6{
	position: absolute;
	font-size: 16px;
	color:#9c551d;
	text-align: center;
	width: 230px;
	margin-top: 20px;
	left:20px;
}

.catalog-size p{
	position: absolute;
	text-align: center;
	left: 100px;
	margin-top: 80px;
	font-weight: bold;
}

.sm {
	font-weight: normal;
	margin-left: 5px;
	font-size: 14px;
	color: #7a7a7a;
}

.catalog-size a{
	text-align: center;
	font-size: 16px;
	color:#9c551d;
}

.catalog-size a:hover{
	text-align: center;
	font-size: 16px;
	color:#9c551d;
	border-bottom: 1px solid #9c551d;
}

.catalog-size a:focus{
	text-align: center;
	font-size: 16px;
	color:#9c551d;
	border-bottom: 1px solid #9c551d;
}