#product_compare{
    table-layout: fixed;
}
table#product_compare {
     border-collapse: collapse;
 }
#product_compare .outlined {
    border: 1px solid #979797;
    border-top: 1px solid #979797;
    border-radius: 10px;
}
.table#product_compare tr:first-of-type td,
.table#product_compare tr:first-of-type th{
    border-top: none !important;
}
#product_compare::-webkit-scrollbar{
    display: none;
}
#product_compare{
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
}
#product_compare table{
    width: 100%;
    display: unset;
}
#product_compare .price-formatter {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 1.2rem;
}
#product_compare .price-formatter .hors-taxe {
    font-size: 12px;
}
#product_compare td{
    padding: .50em;
    text-align: center;
    min-width: 160px !important;
    border-top: none;
    font-size: 13px;
}
#product_compare tr:first-of-type td{
    padding: 0 .5em;
    position: relative;
}
#product_compare .no-border{
    background-color: transparent !important;
}
#product_compare .no-border td{
}
#product_compare .compare-title td{
    font-size: 14px;
    font-weight: normal;
}
#product_compare .compare-price td{
    color:#183157;
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 10px !important;
}
#product_compare .compare-title-mobile{
    display: none;
}
#product_compare button.seeprodct,
#product_compare .btn-product-list{
    background: none;
    border: 1px solid #183157;
    color: #183157;;
}
#product_compare button.seeprodct:hover,
#product_compare .btn-product-list:hover{
    background: #183157 !important;
    color: white;
    border: 1px solid #183157;
}
#product_compare .btn-primary{
    letter-spacing: -.4px;
}
#product_compare table .flag-page-product {
    position: unset !important;
    .product-flags__flag {
        list-style: none;
        top: -3px !important;
        right: 13px !important;
        font-size: 11px;
        padding: 4px;
        @media (max-width: 425px) {
            top: -50px !important;
            right: 2px !important;
        }
        @media (max-width: 320px) {
            top: -72px !important;
            right: 2px !important;
        }
        &:after {
            content: none;
        }
    }

}
.compare-more{
    display: none;
    background: rgb(240,240,240);
    padding: 7px 17px;
}
@media screen and (max-width: 640px) {
    #product_compare table{
        width: auto;
    }
    #product_compare table tr{
        position: relative;
    }
    #product_compare table tr td:first-of-type{
        position: sticky;
        min-width: 0 !important;
        left: 0;
        top: 0;
        padding: 0 !important;
        font-size: 10px !important;
        text-align: left;
        font-weight: bold;
        border-top: none;
        white-space: nowrap;
    }
    #product_compare table tr td:first-of-type b{
        position: absolute;
        top: -10px;
        left: 5px;
    }
    #product_compare td {
        max-width: 160px;
    }
    .compare-more{
        display: inline-block;
    }
}