


/* Start:/bitrix/components/spk/catalog.shared_section/templates/product_table/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: 15%;.other_element th
}

table.subcategory .col4-1 {
    width: 15%;
    padding-left: 5%;
}

table.subcategory .col4-2 {
    width: 10%;
}

.order_button a.button_zakaz {
    color: #ffffff;
    text-decoration: none;
    position: static;
    width: 28px;
    height: 28px;
    float: right;
    background-position: center center;
    padding: 0;
}
table.subcategory .col0 {
    text-align: center;
    width: 10%;
}
.catalog-section .other_element th{
font-size: 11px;
padding-left: 2px;
}
/* End */
