


/* Start:/bitrix/templates/euroset2016/components/euroset/top.comparelist.counter/.default/style.css*/
#top-controls-wrap .top-controls-container .controls .compare-btn{
    display: block;
    width: 125px;
    padding: 9px;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #616161;
    cursor: pointer;
    float: left;
    margin-left: 7px;
    position: relative;
}

#top-controls-wrap .top-controls-container .controls .compare-btn .icon {
    float: left;
    width: 26px;
    height: 18px;
    background-position: -52px -212px;
    margin-left: 7px;
}

#top-controls-wrap .top-controls-container .controls .compare-btn .text {
    margin-left: 40px;
}

#top-controls-wrap .top-controls-container .controls .compare-btn .quantity {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    box-sizing: border-box;
    background-color: #bdbdbd;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height:20px;
    text-align: center;
    float: left;
}
#top-controls-wrap .top-controls-container .controls .compare-btn .quantity.no {
    display: none;
}

@media all and (max-width: 1024px)
{
    #top-controls-wrap .top-controls-container .controls .compare-btn .icon {
        width: 32px;
        height: 24px;
        background-position: -269px -289px;
    }
    #top-controls-wrap .top-controls-container .controls .compare-btn .text {
        display: none;
    }
    #top-controls-wrap .top-controls-container .controls .compare-btn .quantity {
        right: -11px;
        top: -1px;
    }
    #top-controls-wrap .top-controls-container .controls .compare-btn {
        padding: 10px 0;
        width: 44px;
        margin-left: 11px;
    }
}

@media all and (max-width: 719px) {
    #top-controls-wrap .top-controls-container .controls .compare-btn {
        display: none;
    }
}
/* End */
/* /bitrix/templates/euroset2016/components/euroset/top.comparelist.counter/.default/style.css */
