.table-view .table-view__item .js-info-block_custom {
	display: none !important;
	position: static;
	width: 100%;
	background: none;
	box-shadow: none;
	opacity: 1 !important;
	padding: 0;
	margin: 0;
}

.table-view .table-view__item .js-info-block_custom._active {
	display: block !important;
}

.table-view .table-view__item .js-info-block_custom .stores_block_wrap {
	border-bottom: 1px solid #ececec;
	padding: 0 1px;
	margin-bottom: 3px;
}

.table-view .table-view__item .js-info-block_custom .stores_block_wrap.stores_block_wrap__empty {
	display: none !important;
}

.table-view .table-view__item .js-info-block_custom .block_title {
	color: #5fa800;
	font-weight: 800;
	padding: 5px 0;
}

.table-view .table-view__item .js-info-block_custom__preorder .block_title {
	color: blueviolet;
}

.table-view .table-view__item .js-info-block_custom .block_title__sub-text {
	font-size: 10px;
	line-height: 20px;
	margin-top: -7px;
	margin-bottom: 5px;
}

.table-view .table-view__item .js-info-block_custom .block_title .svg {
	display: none;
}

.table-view .table-view__item .js-info-block_custom .block_wrap_inner {
	padding: 0;
}

.table-view .table-view__item .js-info-block_custom .stores_block_wrap .stores_block {
	display: flex;
	align-items: center;
	padding: 0 0 7px;
}

.table-view .table-view__item .js-info-block_custom .stores_block_wrap .block_wrap {
	max-height: none;
	overflow: visible;
}

.table-view .table-view__item .js-info-block_custom .stores_block_wrap .stores_block .stores_text_wrapp .main_info {
	max-width: none;
}

.table-view .table-view__item .js-info-block_custom .stores_block_wrap .item-stock .icon {
	display: none;
}

.table-view .table-view__item .js-info-block_custom .stores_block_wrap .item-stock .value {
	color: #5fa800;
	margin-left: 7px !important;
}

.table-view .table-view__item .js-info-block_custom .stores_block_wrap .stores_block.wo_image .item-stock {
	width: auto;
}

.table-view .table-view__item .js-info-block_custom .stores_block_wrap .stores_block .stores_text_wrapp .main_info > span,
.table-view .table-view__item .js-info-block_custom .stores_block_wrap .stores_block .stores_text_wrapp .title_stores,
.table-view .table-view__item .js-info-block_custom .stores_block_wrap .stores_block.wo_image .item-stock .value {
	font-size: 14px;
	font-weight: 800;
	margin: 0;
}

.table-view .table-view__item .js-info-block_custom .more-btn {
	display: none;
}
