#es_container {
    width: 594px;
    display: block;
    margin: auto;
}

#es_container .es_row {
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
}

#es_container .es_row .es_image_product {
    width: 100px;
    height: 100px;
}

#es_container .es_row .es_title_block {
    width: 233px;
    height: 100px;
}

#es_container .es_row .es_title_block p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

#es_container .es_row .es_price_block {
    width: 94px;
    height: 54px;
}

#es_container .es_row .es_price_block .es_discount_price {
    font-family: 'Roboto';
    padding-top: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

#es_container .es_row .es_price_block .es_default_price {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: line-through;
}

#es_container .es_row .es_go_to_link {
    text-align: center;
    padding: 10px 20px;
    width: 122px;
    height: 38px;
    background: #05A801;
    border-radius: 5px;
}