.copyright a {
    color: #fff;
}
.cart_info table td.sale {
    font-size: 20px;
    width: 190px;
    table-layout: fixed;
    white-space: nowrap;
    text-transform: uppercase;
}
.tab_content .name {
    text-transform: initial;
}
.custom-block-for-catalog {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.custom-block-for-catalog p {
    margin-bottom: 20px;
}
.text_block_main_catalog {
    display:none;
}
.custom-block-for-catalog ul {
    margin-bottom:20px;
}
.custom-block-for-catalog ul li {
    position: relative;
    overflow: hidden;
    display: block;
    padding-left: 20px;
    list-style-type: none;
}
.custom-block-for-catalog ul li + li {
    margin-top: 10px;
}
.custom-block-for-catalog ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    content: '';
    border-radius: 50%;
    background: #00964c;
}
