catalog-list{
    position: relative;
}

.catalog-list .item {
  border-bottom: 1px dotted #999999;
  display: table;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  width: 530px;
}

.catalog-list .item .image{
    float: left;
    width: 90px;
    text-align: center;
}

.catalog-list .item .image .scrollview{
    background: #0c6;
    margin-top: -20px;
    position: absolute;
    width: 90px;
    z-index: 99;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    text-align: center;
}

.catalog-list .item .image .scrollview a{
    color: #fff;
    text-decoration: none;
}

.catalog-list .item .specdata{
    float: right;
    width: 100px;
    text-align: right;
}

.specdata .akciya{
    background: #f60;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    padding: 1px 4px;
    text-transform: uppercase;
    width: 88px;
    margin-bottom: 5px;

}
.specdata .is_new{
    background: #3c0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    padding: 1px 4px;
    text-transform: uppercase;
    width: 88px;
    margin-bottom: 5px;
}
.specdata .price{
    color: #069;
    font-size: 20px;

}

.specdata .addtocart a{
    color: #c93;
    text-decoration: underline;
    padding-left: 25px;
    background: url("/bitrix/templates/MK_Main/images/small-cart.png") no-repeat;
    padding-right: 4px;
}

.catalog-list .item .description{
    margin: 0 120px 0 108px;
    margin-left: 180px;
}

.description p.item-title,
.description p.item-title a{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.description p.categories{
    font-size: 11px;
}
.description p.item-desc{
    font-size: 11px;
}
.description p.properties{
    color: #999;
    font-size: 11px;
}

.sort_nav a{
    color: #000;
    text-decoration: none;
    margin-right: 15px;
    font-size:12px;
}

.sort_nav a:hover{
    text-decoration: underline;
}

.sort_nav .active{
    font-weight: bold;
    text-decoration: underline;
}

.specdata .nobg{
    background: none;
}

.smartfilter .filtren .modef {
    left: 215px;

}

p.autor a {
    margin-right: 0px;
}
.catalog-list .item .image a img{
    width: 160px;
    object-fit: contain;
}






