.product_details .quantity_ratio {
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    padding-top: 5px;
    color: #b01e24;
}

.product-card__cost-value .base_price_line {
    text-decoration: line-through;
    font-size: 16px;
    color: #9c9b9b;
}

.popup-window .popup-window-top-row .popup-window-center-column .popup-window-titlebar {
    display: none;
}

.popup-window .popup-window-content-row .popup-window-hr {
    display: none;
}

.popup-window .popup-window-content-row .popup-window-buttons .catalog__block, .popup-window .popup-window-content-row .popup-window-buttons .product-card {
    padding: 5px 15px;
    background-color: #b11d24;
    border: 1px solid #b11d24;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    text-transform: inherit;
    outline: none;
    position: relative;
    transition: .4s;
    font-family: 'RobotoMedium', 'Arial', 'Helvetica', 'Geneva', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
    font-size: 13px;
    margin-bottom: 15px !important;
    float: left;
    margin-left: 20px;
    line-height: 18px;
}

.textfafor {
    font-size: 12px;
    margin-left: 7px;
    margin-top: 4px;
}

.fa.favoriets.fa-bookmark-o {
    color: #9c9b9b;
    transition: .4s;

}
.fa.favoriets.fa-bookmark {
    color: #b11d24;
    transition: .4s;

}

.fa.favoriets.fa-bookmark-o:hover {
    transition: .4s;
    color: #b11d24;
}
.fa.favoriets {
    cursor: pointer;
    color: #9c9b9b;
    font-size: 26px;
}