

/* Start:/local/templates/kitay-mebel.ru/components/ittraffic/compare/personal/style.css?15543730682398*/
.section-list{

}
.button__section{
    display: inline-block;
    font-size: 12px;
    max-width: 200px;
    padding: 5px 7px;
    cursor: pointer;
}
.button__section:hover{
    text-decoration: underline;
}
.button__section.active{
    font-weight: bold;
    color: #d1b280
}

.button__remove-compare{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    font-size: 21px;
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    background-color: #f36;
    box-shadow: 0 2px 5px rgba(27, 31, 51, 0.4);
    text-align: center;
}

.compare-table__wrapper{
    display: none;
    overflow-x: scroll;
}
.compare-table__wrapper.active{
    display: block;
}
.compare-table{
    border-collapse: collapse;
    border: 0;
    font-size: 12px;
}
.compare-table th{
    padding: 0 0 0 5px;
}
.compare-table td{
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    position: relative;
}
.compare-table tr:nth-child(2n){
    background-color: #eeeeee;
}
.compare-head-cell{
    vertical-align: top;
    width: 150px;
}

.compare-item__image{
    width: 100px;
    margin-bottom: 10px;
}
.compare-item__name{
    line-height: 14px;
}
.compare-item__price{
    font-size: 13px;
    font-weight: bold;
}
.compare-basket-button{
    display: inline-block;
    background-image: -webkit-linear-gradient(165deg, #d1b280 0%, #f3d9ae 100%);
    background-image: linear-gradient(-75deg, #d1b280 0%, #f3d9ae 100%);
    font-size: 1rem;
    font-family: "Arimo-Bold";
    padding: 7px 10px;
    color: #1b1f33;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.compare-basket-button:hover{
    color: #1b1f33;
}
.compare-basket-button:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(15deg, #d1b280 0%, #f3d9ae 100%);
    background-image: linear-gradient(75deg, #d1b280 0%, #f3d9ae 100%);
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1;
}
.compare-basket-button:hover:before{
    opacity: 1;
}
/* End */
/* /local/templates/kitay-mebel.ru/components/ittraffic/compare/personal/style.css?15543730682398 */
