#catalogTableList {
	margin-bottom: 24px;
}
#catalogTableList .itemRow:hover {
	border-color: #ccc;
}
#catalogTableList,#catalogTableList * {
	box-sizing: border-box;
}
#catalogTableList {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}
#catalogTableList .itemRow {
	display: grid;
	grid-template-columns: 92px minmax(0,1fr) minmax(270px,auto);
	grid-template-areas: "media content aside";
	align-items: stretch;
	width: 100%;
	min-height: 82px;
	position: relative;
	background: #fff;
	border: 1px solid var(--sf-border-light);
	transition: border-color .2s ease,box-shadow .2s ease,background-color .2s ease;
	margin-top: 0;
	border-radius: 7px;
	margin-bottom: 10px;
}

#catalogTableList .itemRow:hover {
	z-index: 1;
	background: #fcfeff;
	border-color: #b9d9ed;
	box-shadow: 0 5px 18px rgba(28,75,107,.07);
}
#catalogTableList .column {
	display: block;
	min-width: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
#catalogTableList .table-product__media {
	grid-area: media;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 7px 8px;
}
#catalogTableList .picture {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 52px;
	margin: 0;
	line-height: 1;
	text-align: center;
}
#catalogTableList .picture img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: opacity .2s ease,transform .2s ease;
}
#catalogTableList .picture:hover img {
	opacity: .92;
	transform: scale(1.025);
}
#catalogTableList .product-country {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	max-width: 82px;
	color: #8a929b;
	font-size: 11px;
	line-height: 14px;
	white-space: nowrap;
}
#catalogTableList .product-country span {
	display: none;
}
#catalogTableList .table-product__content {
	grid-area: content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 10px 14px;
}
#catalogTableList .name {
	display: block;
	min-width: 0;
	margin: 0;
	color: var(--sf-text);
	font-family: robotomedium;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	transition: color .2s ease;
}
#catalogTableList .name:hover {
	color: var(--color-main-dark);
}
#catalogTableList .name .middle,#catalogTableList .name .middle.only-part2 {
	display: -webkit-box;
	min-width: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#catalogTableList .name .part-1,#catalogTableList .name .part-2 {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#catalogTableList .name .part-1 {
	color: var(--sf-muted);
	font-family: roboto_ltregular;
	font-size: 11px;
	line-height: 15px;
}
#catalogTableList .name .part-2 {
	color: var(--sf-text);
	font-family: robotomedium;
	font-size: 13px;
	line-height: 18px;
}
#catalogTableList .table-product__sku-zone {
	display: grid;
	gap: 4px;
	min-width: 0;
	margin-top: 6px;
}
#catalogTableList .skuProperty {
	display: grid;
	grid-template-columns: auto minmax(0,1fr);
	align-items: center;
	gap: 7px;
	min-width: 0;
	margin: 0;
	overflow: visible;
}
#catalogTableList .skuPropertyName {
	margin: 0;
	padding: 0;
	color: var(--sf-muted);
	font-size: 11px;
	line-height: 26px;
	white-space: nowrap;
}
#catalogTableList .skuPropertyList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
	list-style: none;
}
#catalogTableList .table-product__sku--collapsible:not(.is-expanded) .skuPropertyList {
	max-height: 26px;
	overflow: hidden;
}
#catalogTableList .skuPropertyValue,#catalogTableList .table-sku-more {
	display: block;
	flex: 0 0 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	position: relative;
}
#catalogTableList .skuPropertyLink,#catalogTableList .table-sku-more__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 26px;
	padding: 0 8px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--sf-border);
	border-radius: 5px;
	color: #59616a;
	font: 11px/1 roboto_ltregular,arial,sans-serif;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
#catalogTableList .table-sku-more__button {
	min-width: 30px;
	padding: 0 7px;
	cursor: pointer;
}
#catalogTableList .skuPropertyLink:hover,#catalogTableList .table-sku-more__button:hover {
	background: #f4f9fc;
	border-color: #a9d1e9;
	color: var(--color-main-dark);
}
#catalogTableList .skuPropertyValue.selected .skuPropertyLink {
	background: #fff;
	border-color: var(--color-main);
	box-shadow: 0 0 0 1px rgba(52,152,219,.1);
	color: var(--color-main-dark);
	font-family: robotomedium;
}
#catalogTableList .skuPropertyValue.disabled,#catalogTableList .skuPropertyValue.unavailable {
	display: block;
	opacity: .45;
	pointer-events: none;
}
#catalogTableList .skuPropertyValue.disabled .skuPropertyLink,#catalogTableList .skuPropertyValue.unavailable .skuPropertyLink {
	background: #fafafa;
	color: #8d959e;
}
#catalogTableList .skuPropertyValue.disabled .skuPropertyLink:after,#catalogTableList .skuPropertyValue.unavailable .skuPropertyLink:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -10%;
	width: 120%;
	height: 1px;
	background: #cfd5da;
	transform: rotate(-28deg);
}
#catalogTableList .skuPropertyValue[data-name="COLORR"] .skuPropertyLink,#catalogTableList .skuPropertyValue[data-name="TIPREG"] .skuPropertyLink {
	width: 28px;
	min-width: 28px;
	padding: 2px;
}
#catalogTableList .skuPropertyLink img {
	display: block;
	max-width: 100%;
	max-height: 20px;
	object-fit: contain;
	border-radius: 3px;
}
#catalogTableList .table-product__sku:not(.is-expanded)>.skuPropertyList>.skuPropertyValue.table-sku-hidden {
	display: none;
}
#catalogTableList .table-product__sku.is-expanded>.skuPropertyList>.skuPropertyValue.table-sku-hidden {
	display: block;
}
#catalogTableList .table-sku-more {
	display: none;
}
#catalogTableList .table-product__sku--collapsible>.skuPropertyList>.table-sku-more {
	display: block;
}
#catalogTableList .table-product__aside {
	grid-area: aside;
	display: grid;
	grid-template-columns: minmax(120px,auto) 38px auto;
	align-items: center;
	justify-content: end;
	gap: 8px;
	min-width: 0;
	padding: 10px 12px;
}
#catalogTableList .table-product__price {
	min-width: 0;
	text-align: right;
}
#catalogTableList .picture .getFastView {
	display: none;
}
#catalogTableList .price {
	display: block;
	margin: 0;
	position: relative;
	color: #111820;
	font-family: robotobold;
	font-size: 17px;
	line-height: 22px;
	text-align: right;
	text-decoration: none;
	white-space: nowrap;
}
#catalogTableList .price .measure {
	font-size: 14px;
}
#catalogTableList .price .discount {
	position: absolute;
	top: -14px;
	right: 0;
	margin: 0;
	padding: 0;
	color: #929aa2;
	font-family: roboto_ltregular;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	white-space: nowrap;
}
#catalogTableList .price.requestPrice {
	font-size: 13px;
	white-space: normal;
}
#catalogTableList .table-product__actions {
	display: contents;
}
#catalogTableList .table-product__quick-view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid var(--sf-border);
	border-radius: 6px;
	color: #59616a;
	cursor: pointer;
	transition: color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
#catalogTableList .table-product__quick-view:hover {
	background: #f4f9fc;
	border-color: #a9d1e9;
	box-shadow: 0 4px 12px rgba(52,152,219,.1);
	color: var(--color-main-dark);
}
#catalogTableList .table-product__quick-view svg {
	display: block;
	width: 17px;
	height: 17px;
}
#catalogTableList .addCart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 38px;
	margin: 0;
	padding: 0 10px;
	background: linear-gradient(135deg,var(--sf-header-end),var(--sf-header-start));
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: box-shadow .2s ease,transform .15s ease,opacity .2s ease;
}
#catalogTableList .addCart:hover {
	box-shadow: 0 6px 14px rgba(52,152,219,.2);
}
#catalogTableList .addCart:active {
	transform: translateY(1px);
}
#catalogTableList .addCart.added {
	background: #25282c;
}
#catalogTableList .addCart.subscribe {
	width: auto;
	min-width: 142px;
	padding-right: 12px;
	padding-left: 12px;
	background: var(--color-orange);
}
#catalogTableList .addCart.requestPrice {
	background: #6f7782;
}
#catalogTableList .addCart.disabled {
	background: #c5cbd1;
	box-shadow: none;
	cursor: default;
	pointer-events: none;
}
#catalogTableList .addCart .icon {
	display: inline-block;
	max-width: 16px;
	max-height: 16px;
	margin: 0 7px 0 0;
	padding: 0;
	vertical-align: middle;
}
#catalogTableList .table-product__remove {
	display: none;
}
#catalogTableList .table-product--no-sku .table-product__content {
	justify-content: center;
}
.kod-in-heading-table.mobile {
	display: none;
}
.kod-in-heading-table {
		display: inline;
		font-size:11px;
		color:gray;
		white-space: nowrap;
	}
@media all and (max-width:1100px) {
	#catalogTableList .itemRow {
		grid-template-columns: 82px minmax(0,1fr) minmax(238px,auto);
	}
	#catalogTableList .table-product__media {
		padding-right: 5px;
		padding-left: 5px;
	}
	#catalogTableList .picture {
		width: 68px;
	}
	#catalogTableList .table-product__content {
		padding-right: 8px;
		padding-left: 8px;
	}
	#catalogTableList .table-product__aside {
		grid-template-columns: minmax(100px,auto) 34px auto;
		gap: 6px;
		padding-right: 9px;
		padding-left: 9px;
	}
	#catalogTableList .table-product__quick-view {
		width: 34px;
		height: 34px;
	}
	#catalogTableList .addCart {
		width: 92px;
		height: 34px;
		font-size: 12px;
	}
	#catalogTableList .price {
		font-size: 16px;
	}
}
@media all and (max-width:790px) {
	#catalogTableList .itemRow {
		display: grid;
		grid-template-columns: 90px minmax(0,1fr);
		grid-template-areas: "media content" "aside aside";
		align-items: start;
		min-height: 0;
		margin: 0 0 8px;
		border: 1px solid var(--sf-border-light);
		border-radius: 8px;
		box-shadow: none;
	}
	#catalogTableList .itemRow:first-child,#catalogTableList .itemRow:last-child,#catalogTableList .itemRow:only-child {
		border-radius: 8px;
	}
	#catalogTableList .itemRow:hover {
		background: #fff;
		border-color: var(--sf-border-light);
		box-shadow: none;
	}
	#catalogTableList .table-product__media {
		grid-area: media;
		align-self: stretch;
		justify-content: flex-start;
		padding: 12px 5px 4px 9px;
	}
	#catalogTableList .picture {
		width: 76px;
		height: 92px;
	}
	#catalogTableList .picture:hover img {
		opacity: 1;
		transform: none;
	}
	#catalogTableList .table-product__content {
		grid-area: content;
		justify-content: flex-start;
		min-width: 0;
		padding: 13px 12px 8px 8px;
	}
	#catalogTableList .itemRow.table-product--no-sku .table-product__content {
		align-self: stretch;
		justify-content: center;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#catalogTableList .name {
		width: 100%;
		min-width: 0;
		font-size: 14px;
		line-height: 19px;
	}
	#catalogTableList .name .part-1 {
		font-size: 11px;
		line-height: 15px;
	}
	#catalogTableList .name .part-2,#catalogTableList .name .middle.only-part2 {
		font-size: 14px;
		line-height: 19px;
		white-space: normal;
	}
	#catalogTableList .table-product__sku-zone {
		width: 100%;
		min-width: 0;
		margin-top: 10px;
	}
	#catalogTableList .skuProperty {
		display: block;
		width: 100%;
		min-width: 0;
		overflow: visible;
	}
	#catalogTableList .skuPropertyName {
		display: none;
	}
	#catalogTableList .skuPropertyList {
		width: 100%;
		min-width: 0;
		gap: 5px;
		overflow: visible;
	}
	#catalogTableList .table-product__sku--collapsible:not(.is-expanded)>.skuPropertyList {
		display: grid;
		grid-template-columns: repeat(10,minmax(0,1fr));
		align-items: center;
		gap: 5px;
		max-height: none;
		overflow: visible;
	}
	#catalogTableList .table-product__sku--collapsible:not(.is-expanded)>.skuPropertyList>.skuPropertyValue,#catalogTableList .table-product__sku--collapsible:not(.is-expanded)>.skuPropertyList>.table-sku-more {
		width: auto;
		min-width: 0;
	}
	#catalogTableList .table-product__sku--collapsible:not(.is-expanded)>.skuPropertyList>.skuPropertyValue>.skuPropertyLink,#catalogTableList .table-product__sku--collapsible:not(.is-expanded)>.skuPropertyList>.table-sku-more>.table-sku-more__button {
		width: 100%;
		min-width: 0;
		padding-right: 4px;
		padding-left: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#catalogTableList .table-product__sku.is-expanded>.skuPropertyList {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		max-height: none;
		overflow: visible;
	}
	#catalogTableList .skuPropertyLink,#catalogTableList .table-sku-more__button {
		min-width: 34px;
		height: 32px;
		padding: 0 8px;
		font-size: 11px;
	}
	#catalogTableList .table-sku-more__button {
		min-width: 32px;
		padding: 0 7px;
	}
	#catalogTableList .table-product__aside {
		grid-area: aside;
		display: grid;
		grid-template-columns: 90px minmax(0,1fr);
		grid-template-areas: "price actions";
		align-items: center;
		gap: 8px;
		min-width: 0;
		padding: 6px 12px 12px 0;
	}
	#catalogTableList .table-product__price {
		grid-area: price;
		position: static;
		top: auto;
		right: auto;
		width: auto;
		max-width: none;
		min-width: 0;
		padding-left: 15px;
		text-align: left;
	}
	#catalogTableList .price {
		display: block;
		max-width: 100%;
		margin: 0;
		font-size: 16px;
		line-height: 19px;
		text-align: left;
		white-space: nowrap;
	}
	#catalogTableList .price .measure {
		font-size: 11px;
		line-height: 15px;
		white-space: nowrap;
	}
	#catalogTableList .price .discount {
		display: none;
	}
	#catalogTableList .price.requestPrice {
		font-size: 12px;
		line-height: 16px;
	}
	#catalogTableList .table-product__actions {
		grid-area: actions;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 7px;
		min-width: 0;
	}
	#catalogTableList .table-product__quick-view {
		order: 2;
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
	}
	#catalogTableList .addCart {
		order: 1;
		flex: 0 0 108px;
		width: 108px;
		height: 40px;
		font-size: 14px;
	}
	#catalogTableList .addCart .icon {
		max-width: 10px;
		margin-right: 7px;
		font-size: 13px;
	}
	
}
@media all and (max-width:480px) {
	#catalogTableList .itemRow {
		grid-template-columns: 78px minmax(0,1fr);
		min-height: 0;
	}
	#catalogTableList .table-product__media {
		padding-right: 3px;
		padding-left: 6px;
	}
	#catalogTableList .picture {
		width: 66px;
		height: 82px;
	}
	#catalogTableList .table-product__content {
		padding: 12px 8px 8px 6px;
	}
	#catalogTableList .name,#catalogTableList .name .part-2,#catalogTableList .name .middle.only-part2 {
		font-size: 13px;
		line-height: 18px;
	}
	#catalogTableList .table-product__sku-zone {
		margin-top: 8px;
	}
	#catalogTableList .table-product__sku--collapsible:not(.is-expanded)>.skuPropertyList {
		grid-template-columns: repeat(5,minmax(0,1fr));
		gap: 4px;
		max-height: none;
		overflow: visible;
	}
	#catalogTableList .table-product__sku--collapsible:not(.is-expanded) .skuPropertyLink,#catalogTableList .table-product__sku--collapsible:not(.is-expanded) .table-sku-more__button {
		width: 100%;
		min-width: 0;
		height: 30px;
		padding-right: 3px;
		padding-left: 3px;
		font-size: 10px;
	}
	#catalogTableList .table-product__sku.is-expanded .skuPropertyLink,#catalogTableList .table-product__sku.is-expanded .table-sku-more__button {
		min-width: 32px;
		height: 30px;
		padding-right: 7px;
		padding-left: 7px;
	}
	#catalogTableList .table-product__aside {
		grid-template-columns: 78px minmax(0,1fr);
		gap: 6px;
		padding-right: 9px;
		padding-left: 0;
	}
	#catalogTableList .price {
		font-size: 15px;
		line-height: 18px;
	}
	#catalogTableList .price .measure {
		font-size: 10px;
		line-height: 13px;
	}
	#catalogTableList .table-product__actions {
		gap: 6px;
	}
	#catalogTableList .table-product__quick-view {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
	}
	#catalogTableList .addCart {
		flex-basis: 96px;
		width: 96px;
		height: 38px;
		font-size: 13px;
	}
}
@media all and (max-width:359px) {
	#catalogTableList .itemRow {
		grid-template-columns: 70px minmax(0,1fr);
	}
	#catalogTableList .table-product__media {
		padding-right: 2px;
		padding-left: 5px;
	}
	#catalogTableList .picture {
		width: 60px;
		height: 76px;
	}
	#catalogTableList .table-product__content {
		padding-right: 7px;
		padding-left: 5px;
	}
	#catalogTableList .table-product__aside {
		grid-template-columns: 70px minmax(0,1fr);
		gap: 5px;
		padding-right: 7px;
	}
	#catalogTableList .price {
		font-size: 14px;
		line-height: 17px;
	}
	#catalogTableList .table-product__sku--collapsible:not(.is-expanded)>.skuPropertyList {
		gap: 3px;
	}
	#catalogTableList .table-product__sku--collapsible:not(.is-expanded) .skuPropertyLink,#catalogTableList .table-product__sku--collapsible:not(.is-expanded) .table-sku-more__button {
		height: 29px;
		padding-right: 2px;
		padding-left: 2px;
		font-size: 10px;
	}
	#catalogTableList .table-product__quick-view {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}
	#catalogTableList .addCart {
		flex-basis: 92px;
		width: 92px;
		height: 36px;
		font-size: 12px;
	}
}
