


/* Start:/bitrix/components/spk/catalog.section/templates/product_list/style.css*/
.catalog-price {
	 color:red;
}

div.catalog-section table td {
    padding: 10px 10px 10px 0;
}

table.subcategory td.col2, table.subcategory td.col3 {
    text-align: center;
}

.subcategory .discount-price {
    color: red;
}

.subcategory .discount-price:before {
    content: '%';
    display: block;
    width: 22px;
    height: 22px;
    margin-left: -70%;
    border: 2px solid #e13232;
    border-radius: 13px;
    text-align: center;
    line-height: 22px;
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.subcategory .price.with-discount {
    text-decoration: line-through;
}

table.subcategory .col1 {
    width: 35%;
}

table.subcategory .col2 {
    width: 20%;
}

table.subcategory .col3 {
    width: 20%;
}

table.subcategory .col4-1 {
    width: 10%;
    padding-left: 5%;
}

table.subcategory .col4-2 {
    width: 10%;
}

.current-category-product {
    position: relative;
    width: 29.5%;
    float: left;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    margin: 10px 0 0 5px;
    padding: 5px;
    height: 250px;
    font-size: 13px;
}

.current-category-product .discount-ico {
    display: block;
    width: 26px;
    height: 26px;
    border: 3px solid #e13232;
    border-radius: 18px;
    text-align: center;
    line-height: 26px;
    color: #000000;
    float: left;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
}

.current-category-product:first-child {
    margin: 10px 0 0 0;
}

.current-category-product a {
    color: #225b90;
}

.current-category-product .image {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    height: 80px;
}

.current-category-product .image a {
    position: relative;
    display: block;
    height: 100%;
}

.current-category-product .image img {
    max-width: 60%;
    max-height: 80px;

    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.current-category-product .image img.lazy:not(.loaded) {
    min-height: 80px;
}

.current-category-product .link {
    text-align: center;
}

.current-category-product .price {
    position: absolute;
    bottom: 40px;
    font-size: 14px;
    text-align: center;
    width: 93%;
}

.current-category-product .price.with-discount .prop-value {
    color: #e13232;
}

.current-category-product .old_price .prop-value {
    text-decoration: line-through;
}

.current-category-product .discont .prop-value {
    color: #225b90;
}

.current-category-product .price {
    font-weight: bold;
}

.current-category-product .price .prop-label {
    font-size: 13px;
}

.current-category-product .order_button .button_zakaz {
    bottom: 13px;
    background: url('/bitrix/components/spk/catalog.section/templates/product_list/../../images/mini_basket_min.png') no-repeat 6% center #e13232;
    width: 75px;
    height: 19px;
    line-height: 19px;
    font-size: 13px;
    margin: 0 auto;
    left: 10px;
    right: 0;
}

.current-category-product .order_button a {
    color: #ffffff;
}


.separator {
    clear: both;
}


/* End */
