.tab-quick-search{
    padding: 8px 16px;
    border-bottom: 1px solid;
}

.catalogue-container{
    overflow-x: hidden;
}

/* COMPARE */

.item-compare-unit{
    border-radius: 8px;
    overflow: hidden;
    height: 120px;
}

.item-compare-unit img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-compare{
    padding: 0 24px;
    border-radius: 8px;
    height: 120px;
    border: none;
}

.item-compare-unit .img-default{
    height: 100%;
}

.item-compare-unit .button-remove-compare {
    z-index: 2;
    position: absolute;
    padding: 4px;
    border-radius: 8px;
    background: rgba(26, 28, 35, 0.45);
    margin-top: 8px;
    margin-right: 8px;
}


@media (max-width: 576px) {
    .item-compare-unit{
        border-radius: 4px;
        height: 100px;
    } 

    .mobile-compare-fixed {
        width: 100%;
        padding: 16px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 9;
        border-radius: 8px 8px 0 0;
    }
    
    .btn-compare{
        width: 100%;
        padding: 8px 24px;
        border-radius: 4px;
        height: auto;
    }
}


