.product-c {
	padding-top: 12px;
	padding-bottom: 24px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #cccccc;
}
.product-c .back-url {
	padding-bottom: 24px;
}
.product-c h1 {
	padding: 0;
	margin: 0;
}
.product-c .right-info {
	padding-left: 16px;
}
.product-c .article {
}
.product-c table.properties {
	padding: 0;
	margin: 20px 0 0 0;
}
.product-c table.properties td {
	padding: 5px 0;
	margin: 0;
	border: 0;
	vertical-align: top;
	line-height: 1;
}
.product-c table.properties td.prop-name {
	padding-right: 20px;
	font-weight: 600;
}
.product-c .price-box {
	margin-top: 40px;
}
.product-c .price-box .old-price {
	color: #000;
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
	text-decoration: line-through;
}
.product-c .price-box .price-diff-text {
	color: #888;
	padding-left: 20px;
	display: inline-block;
	font-size: 13px;
}
.product-c .to-basket-c {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.product-c .to-basket-c .qty-c {
	margin-right: 20px;
}
.product-c .to-basket-c .qty-c .qty {
	border-color: #eee;
	font-size: 20px;
}
.product-c .to-basket-c .qty-c input {
	font-size: 16px;
	background: none;
	color: #222;
	border: 0;
}
.product-c .btn.btn-catalog,
.product-c .btn.btn-catalog:before {
	border-radius: 0;
}

.product-c .img-c {
	padding: 20px;
	background: #fff;
	display: block;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.product-c .img-c img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.product-c .preview-img-c {
	overflow: hidden;
	margin-bottom: 20px;
}
.product-c .preview-img {
	padding: 5px;
	background: #fff;
	margin: 16px 16px 0 0;
	cursor: pointer;
	border: 1px solid #fff;
	display: inline-block;
	float: left;
}
.product-c .js-preview-img.selected {
	border: 1px solid #222;
}
.product-c .js-preview-img img {
	height: 64px;
	width: auto;
}
.product-c .tabs {
	margin-top: 2em;
}
.product-c .tabs ul {
	border-bottom: 0;
}
.product-c .tabs ul a {
	text-transform: uppercase;
	padding: 0;
	margin-right: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #0d0d0e;
	border: 0;
	border-bottom: 1px solid;
}
.detail-product-c h2 {
	padding: 1em 0 0 0;
	text-transform: uppercase;
	margin-right: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #0d0d0e;
	line-height: 1.2;
}
.product-c .tabs li:hover a,
.product-c .tabs li.active a {
	background: none;
	color: #0d0d0e;
	border: 0;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
.product-list-c .product-item-c .btn.btn-catalog {
	padding: 0 20px;
}
.product-list-c .product-item-c .btn.btn-catalog:before {
	display: none;
}
.product-c .offers-select-c {
	padding-top: 2em;
}
.product-c .offers-select-c .button {
	margin-bottom: 12px;
	margin-right: 12px;
	border-style: solid;
	border-width: 2px;
	border-color: #9ac100;
}
.product-c .offers-select-c .button:focus {
	border-color: #9ac100;
}
.product-c .offers-select-c .button:hover {
	border-color: #ce6c07;
}
.product-c .offers-select-c .button.outline {
	border-color: #888888;
	background: #888888;
	color: #fff;
}
.product-c .offers-select-c .title {
	text-transform: uppercase;
}
.product-c .button.buy-one-click {
	margin-left: 116px;
	font-size: 80%;
	border-radius: 0 32px 32px 0 !important;
}
.product-c .form-item.last {
	text-align: center;
}
.product-c #tab-video {
	height: 400px;
}
.product-c .property-description {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	background: #ccc;
	color: #fff;
	cursor: help;
	opacity: 0.8;
}
.product-c .property-description:hover {
	opacity: 1;
}

.product-c .catalog-quantity.disabled {
	font-weight: bold;
}

.product-reviews-c {
	padding-bottom: 24px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #cccccc;
}