﻿
.compare_holder .products_holder {
    display: flex;
    margin-bottom: 20px;
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

    .compare_holder .products_holder .product_empty {
        min-width: 250px;
        max-width: 250px;
    }

    .compare_holder .products_holder .product {
        min-width: 200px;
        max-width: 300px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

        .compare_holder .products_holder .product div {
            text-align: center;
        }

    .compare_holder .products_holder .command_buttons {
        margin-top: 20px;
    }

    .compare_holder .products_holder .product .title {
        min-height: 80px;
        padding: 0 20px 0 20px;
        font-weight:bold;
    }

    .compare_holder .products_holder .product .image img{
        max-width: 200px;
        height: auto;
        /*margin:auto auto;*/
    }

    .compare_holder .products_holder .product .warranty {
        margin-top: 10px;
    }

    .compare_holder .products_holder .product .price {
        font-weight: bold;
        font-size: 25px;
    }

.compare_holder .content {
    overflow-x: auto;
}

.compare_holder .login_to_see_prices {
    font-size: 13px;
    color: #F3861A;
}

.compare_holder .specifications_holder {
    margin-bottom: 20px;
}

    .compare_holder .specifications_holder tr td:first-child {
        min-width: 250px;
        max-width: 250px;
        position: sticky;
        background-color: #fff;
        left: 0px;
    }

    .compare_holder .specifications_holder .specification .name {
        justify-content: start;
        padding: 3px 3px 3px 10px;
    }

    .compare_holder .specifications_holder tr td {
        min-width: 200px;
        max-width: 300px;
        justify-content: center;
        border-right: solid 1px #E1E1E1;
        padding: 3px;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .compare_holder .specifications_holder tr {
        border-bottom: solid 1px #E1E1E1;
    }

        .compare_holder .specifications_holder tr:not(.category):hover {
            border-bottom: solid 1px #ff6a00;
            transition: .3s;
        }

    .compare_holder .specifications_holder .category {
        border-bottom: solid 2px #E1E1E1;
    }

        .compare_holder .specifications_holder .category .name {
            padding: 3px 3px 3px 10px;
            color: #fff;
            min-width: 200px;
            max-width: 200px;
            background-color: #000;
            border-radius: 50px;
            text-align: center;
        }

        .compare_holder .specifications_holder .category > td {
            justify-content: start;
            max-width: 100%;
            justify-items: self-end;
            height: 50px;
            padding: 20px 0 10px 0;
            border: 0px;
        }

@media (max-width: 1000px) {
    .compare_holder {
        padding: 0 20px 0 20px;
    }

        .compare_holder .specifications_holder tr td:first-child {
            position: unset;
            left: unset;
        }
}
