.chars {
	font-size: 12px;
	text-align: left;
	margin-top: 15px;
    display: none;
    width: 100%;
}

.chars .item_char {
	width: 100%;
	display: flex;
}

.chars .char_name {
	width: 62%;
}

.chars .char_value {
	width: 38%;
}

.item:hover .chars {
    display: block;
    margin-left: 2px;
}

.char_name {
    width: 80%;
    font-size: 1em;
    vertical-align: top;
    background: url(/bitrix/templates/aspro-allcorp2/images/dott.png) 0 15px repeat-x;
}

.char_name span {
    font-size: 0.933em;
    line-height: 20px;
    font-style: normal;
    padding-right: 3px;
    background: #FFF;
    display: inline-block;
}

.chars .char_value {
    padding-left: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chars .char_value::after {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 30px;
    
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255,255,0, 0.01), #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,0, 0.01), #fff 100%);
    background: -o-linear-gradient(left, rgba(255,255,255, 0.01), #fff 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255, 0.01), #fff 100%);
    background: linear-gradient(to right, rgba(255,255,255, 0.01), #fff 100%);
}

.catalog.item-views.table .item .inner-wrap {
    padding: 25px 14px 14px !important;
}

.catalog.item-views.table .item .buy_block {
    margin: 12px -3px 0px !important;
}

.catalog_hit_slider .item {
	height: 340px !important;
}