.product-name{
	margin-bottom: 17px;
}
.product-sku{
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	color: #9B9C9F;
}
.product-name-value{
	width: 100%;
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #424346;
}
.product-name-desc{
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	color: #424346;
}
.product-image{
	width: 569px;
	position: relative;
	padding-left: 95px;
}
#product_main_img{
	width: 100%;
	max-width: 414px;
	margin: auto;
}
.product-images{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.product-images-item{
	width: 70px;
	padding: 4px;
	margin-bottom: 25px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
}
.product-images-itemAct, .product-images-item:hover{
	border: 1px solid #F57F20;
}
.product-images-item div{
	width: 100%;
	height: 49px;
	background-size: auto 100%;
	cursor: pointer;
}
.product-info{
	width: calc(100% - 599px)
}
.product-info-left{
	width: 270px;
}
.product-info-right{
	width: 250px;
}
.product-attrs{
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 11px;
	line-height: 20px;
	color: #6D6E71;
}
.product-price{
	margin-bottom: 10px;
}
.product-priceWord{
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 24px;
	color: #9B9C9F;
}
.product-priceValue{
	font-size: 18px;
	line-height: 24px;
}
.product-priceValue span{
	font-weight: 600;
	font-size: 36px;
}
.product-stock{
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: #2FA020;
}
.product-stock span{
	color: red;
}
.product-btns{
	margin-top: 20px;
}
.product-btns .btn-primary{
	width: 270px;
	margin-bottom: 10px;
}
.btn-measurer{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 62px;
	margin-left: 20px;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #424346 !important;
	color: #424346;
}
.btn-measurer:hover{
	background-color: #f7941d;
	border: 1px solid #f7941d !important;
	color: #424346;
}
.btn-measurer span.bi{
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background-image: url(../img/measurer_icon.svg);
}
.product-info-text{
	margin-top: 25px;
}
.product-info-textTitle{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
}
.product-info-textTitle span{
	display: block;
	width: 24px;
	margin-right: 7px;
}
.product-info-text1 .product-info-textTitle span{
	background-image: url(../img/all-icon/item-card/truck.svg);
	height: 24px;
}
.product-info-text2 .product-info-textTitle span{
	background-image: url(../img/all-icon/item-card/payment-method.svg);
	height: 17px;
}
.product-info-text3 .product-info-textTitle span{
	background-image: url(../img/all-icon/item-card/warranty.svg);
	height: 24px;
}
.product-info-textContent{
	margin-top: 7px;
	font-size: 13px;
	line-height: 20px;
	color: #6D6E71;
}
.product-tabs{
	margin-top: 40px;
	margin-bottom: 80px;
}
.product-tabs-list{
	margin-bottom: 21px;
}
.tab-item{
	margin-right: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #6D6E71;
	border-bottom: 4px solid transparent;
	cursor: pointer;
}
.tab-item:hover{
	color: #424346;
}
.tab-itemAct{
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #424346;
	border-color: #F57F20;
}
.tab-content{
	display: none;
}
.tab-contentAct{
	display: block;
}
.product-description{
	font-size: 13px;
	line-height: 24px;
}
@media screen and (max-width: 1200px) {
	.product-info-left, .product-info-right{
		width: 100%;
	}
	.product-info-left{
		order: 1;
	}
	.product-btns{
		order: 2;
	}
	.product-info-right{
		order: 3;
	}
	.product-btns .btn-primary, .btn-measurer{
		margin-right: 0;
		margin-left: 0;
		width: 270px;
	}
}
@media screen and (max-width: 960px) {
	.product-name.h-d{
		display: block;
	}
	.product-image, .product-info{
		width: 100%;
	}
	.product-image{
		margin-bottom: 5px;
	}
	#product_main_img{
		max-width: 220px;
	}
	.product-images-item{
		margin-bottom: 8px;
	}
	.product-btns .btn-primary, .btn-measurer{
		margin-right: auto;
		margin-left: auto;
	}
	.tab-item:last-child{
		margin-right: 0;
	}
	.product-tabs {
	    margin-bottom: 20px;
	}
	.product-main2-block{
		padding: 0 0 40px;
	}
}
.product-description a{
	color: #FAC555;
}