

/* Start:/bitrix/components/legkomarket/catalog.list/templates/base/style.css?15063407611198*/
#neko_paginator{
    position: fixed;
    z-index: 101;
    top:100px;
    right:50px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
#NP_container{
    float: right;
    background-color: rgba(69,150,209,0.7);
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 4px;
    color: white;
}

#NP_container table td{
    cursor: pointer;
    padding: 5px 5px;
}
#NP_container table td:hover{
    border-color: #db62a0;
    color: #db62a0;
}
#NP_container table td.active{
    border-color: #D33592;
    color: #D33592;
}
.NP_pageNum{
    border-bottom: 2px solid #ffffff;
}
.catalog_product_list{
    /*margin-bottom: 20px;*/
    border-bottom: 1px dashed #dedede;
}


.section-discount-link {
    color: #ca3986;
    margin-left: 20px;
    /* width: 160px; */
    padding: 0 10px;
    display: inline-block;
    height: 34px;
    text-align: center;
    border: 1px solid #ca3986;
    vertical-align: middle;
    line-height: 32px;
    font-family: 'PT Sans', regular;
    font-size: 14px;
    border-radius: 4px;
}
.section-discount-link:hover {
    color: #ca3986;
    text-decoration: none;
}
/* End */
/* /bitrix/components/legkomarket/catalog.list/templates/base/style.css?15063407611198 */
