

/* Start:/local/templates/touch_new/components/c1/catalog.compare.result/t/style.css?17528362564571*/
#personalCabinet .compare-list {
    width: 100%;
}

#personalCabinet .compare-list-empty {
    display: flex;
    height: fit-content;
    border: 1px solid #E2E5E9;
    border-radius: 10px;
    justify-content: center;
    padding: 20px;
    color: #A2B5CA;
    font-size: 20px;
    margin-bottom: 20px;
}

.compare-list-button,
.compare-list-button:hover,
.compare-list-button:visited {
    background: #3a3a3a;
    padding: 3px 10px;
    color: #fff;
}

.compare-list-header {
    margin-bottom: 20px;
}

.compare-list-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.compare-list-sections .compare-list-sections-link {
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: 500;
    background: #f1f1f1;
    padding: 5px 15px;
    border-radius: 4px;
}

.compare-list-sections .compare-list-sections-link.compare-list-sections-link-selected {
    font-weight: bold;
    text-decoration: none;
    /*color: black;*/
    color: #FE3170;
}

.compare-list-body {
    overflow-x: auto;
}

.compare-list-table-cell {
    display: table-cell;
    min-width: 220px;
    max-width: 220px;
    vertical-align: top;
    padding-right: 10px;
}

.compare-list-item-property-value {
    overflow-wrap: break-word;
}

.compare-list-table-cell-first {
    padding-left: 10px;
}

.compare-list-table-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.compare-list-displaymode {
    margin-bottom: 10px;
}

.compare-list-displaymode-title {
    font-weight: bold;
}

.compare-list-displaymode-link {
    display: block;
    text-decoration: none;
    border-bottom: 1px dashed;
    float: left;
    color: black;
    margin-bottom: 6px;
}

.compare-list-displaymode-link.compare-list-displaymode-link-selected {
    color: #333;
    text-decoration: none;
    cursor: default;
    border: none;
}

.compare-list-displaymode-link.compare-list-displaymode-link-disabled {
    color: #9e9e9e;
    text-decoration: none;
    cursor: default;
    border: none;
}

.compare-list-clear {
    float: left;
    margin-top: 10px;
}

.compare-list-clear-link.compare-list-button {
    background: #cccccc;
    color: #000;
    padding: 4px 20px;
    border-radius: 4px;
}

.compare-list-item-picture {
    position: relative;
    height: 170px;
}

.compare-list-item-picture img {
    width: auto;
    max-height: 150px;
    margin: auto;
}

.compare-list-item-price {
    margin-bottom: 10px;
    font-weight: bold;
}

.compare-list-item-price .compare-list-item-price-old,
.compare-list-item-price .compare-list-item-price-actual {
    display: inline-block;
}

.compare-list-item-price .compare-list-item-price-old {
    margin-left: 10px;
    text-decoration: line-through;
    color: #606060;
}

.compare-list-item-buy {
    margin-bottom: 10px;
}

.compare-list-item-del-link.compare-list-button,
.compare-list-item-add-link.compare-list-button {
    background: #cccccc;
    color: #000;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    text-align: center;
}

.compare-list-table-property {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

.compare-list-table-property:hover {
    background: #f1f1f1;
}

.compare-list-table-property .compare-list-table-cell {
}

.compare-list-item-link {
    text-decoration: none;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    font-size: 14px;
    display: block;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 12px;
    height: auto;
    max-height: 150px;
    line-height: 22px;
    overflow: hidden;
    color: black;
}

.compare-list-item-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
    height: 66px;
    margin-bottom: 12px;
}

.compare-list-item-price-actual {
    font-family: 'robotobold';
    font-size: 18px;
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
}

.compare-list-item-buy .addCart {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.compare-list-item-buy .addCart {
    background: #ff9601;
    color: #ffffff;
}

.compare-list-item-buy .addCart:hover {
    background-color: #ffa800;
}

/* End */
/* /local/templates/touch_new/components/c1/catalog.compare.result/t/style.css?17528362564571 */
