

/* Start:/local/templates/strikeart/components/strikeart/news.detail/product_card/style.css?17745375793426*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin: 0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.product-card-offer__tx a {
	color: #ffa700;
	line-height: 67px;
}

.product-card-offer {
	display: block !important;
}

.zstt {
	display: inline-block;
}

@media screen and (max-width: 780px) {
	.zstt {
		display: block;
	}
}

/* B2B: блок оптовых цен, документы, селектор количества и кнопка в карточке товара (detail) */
.product-card-b2b--detail {
	clear: both;
	width: 100%;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.product-card-b2b--detail .product-card-b2b__l {
	float: left;
	width: auto;
	min-width: 140px;
}
.product-card-b2b--detail .product-card-b2b__r {
	padding-left: 200px;
}
/* Блок цен с границей как у розничного (border-image) */
.product-card-b2b__prices--bordered {
	border-width: 24px;
	border-style: solid;
	border-image: url(/local/templates/strikeart/img/borders/price.png) 24 24 25 23 fill repeat;
	-webkit-border-image: url(/local/templates/strikeart/img/borders/price.png) 24 24 25 23 fill repeat;
	-moz-border-image: url(/local/templates/strikeart/img/borders/price.png) 24 24 25 23 fill repeat;
	-o-border-image: url(/local/templates/strikeart/img/borders/price.png) 24 24 25 23 fill repeat;
	box-sizing: border-box;
}
.product-card-b2b--detail .product-card-b2b__prices {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0.5em;
	align-items: stretch;
	min-width: 160px;
}
/* Табличный вид: слева название цены, справа значение */
.product-card-b2b--detail .product-card-b2b__price-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	width: 100%;
}
.product-card-b2b--detail .product-card-b2b__price-label {
	color: #fff;
	font-size: 0.7em;
	line-height: 1.2;
	margin: 0;
	flex-shrink: 0;
}
.product-card-b2b--detail .product-card-b2b__price-val {
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	white-space: nowrap;
	text-align: right;
}
.product-card-b2b--detail .product-card-b2b__price-item--highlight .product-card-b2b__price-val {
	color: #ffa700;
}
.product-card-b2b--detail .product-card-b2b__price-item--best .product-card-b2b__price-val {
	color: #e53935;
}
.product-card-b2b__docs {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.product-card-b2b__doc {
	display: flex;
	align-items: center;
	gap: 0.4em;
}
.product-card-b2b__doc-icon a {
	display: inline-block;
}
.product-card-b2b__doc-icon img {
	vertical-align: middle;
}
.product-card-b2b__doc-tx a {
	color: #ffa700;
	text-decoration: none;
}
.product-card-b2b__doc-tx a:hover {
	text-decoration: underline;
}
.product-card-b2b--detail .product-card-b2b__order {
	clear: both;
	padding-top: 1.5em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75em;
}
/* B2B количество: см. global.css (.product-card-b2b__qty-*) */
@media screen and (max-width: 500px) {
	.product-card-b2b--detail .product-card-b2b__l {
		float: none;
		width: 100%;
	}
	.product-card-b2b--detail .product-card-b2b__r {
		padding-left: 0;
	}
}
/* End */
/* /local/templates/strikeart/components/strikeart/news.detail/product_card/style.css?17745375793426 */
