.compare_list {
    margin-bottom: 120px;
}

#main .compare_list .infotext {
    color: black;
    font-size: 18px;
    line-height: 29px;
    font-weight: 900;
}

.compare-product-header {
    position: relative;
    border-right: 1px solid #eeefef;
    padding: 20px;
    padding-bottom: 75px;
    height: 100%;
    margin-bottom: 35px;
}

.product-head {
    padding: 20px 20px 75px 0;
    margin-bottom: 35px;
}

.compare-product-header:hover {
    background-color: #eeefef;
    border-right: 1px solid black;
}

.compare-product-header a {
    text-decoration: none !important;
}

.compare-product-header .bottom-icons {
    position: absolute;
    bottom: 25px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 20px;
}

.compare-product-header .bottom-icons img {
    height: 20px;
    width: auto;
    margin-bottom: 0;
}

.compare-product-header .compare-remove {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 15px;
    height: auto;
}

.compare-product-header .compare-remove img,
.draganddrop {
    height: 20px;
    width: auto;
}

.compare-section-header {
    color: #c73e23;
    font-size: 18px;
    line-height: 29px;
    font-weight: 900;
    padding: 12px 0 12px 20px;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #eeefef;
}

.compare-section-header>span {
    position: relative;
}

.compare-labels .compare-section-header>span::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    width: 5px;
    height: 10px;
    background-image: url('../img/sliderarrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(1);
    transform: rotate(270deg);
    transition: all 200ms;
}

.compare-section-header.active>span::before {
    transform: rotate(90deg);
}

.compare-row.label-row,
.compare-row.content-row {
    padding: 0 20px;
}

.compare-grid {
    display: flex;
    flex-wrap: wrap;
}

.compare-grid .compare-column {
    width: 25%;
}

.compare-grid .compare-column:not(.empty) {
    border-bottom: 1px solid #eeefef;
}

.accordion-content {
    border-right: 1px solid #eeefef;
}

.accordion-content.left {
    border-right: none;
}

.accordion-content .compare-row {
    margin-bottom: 15px;
    color: black;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
}

.accordion-content .compare-row:last-child {
    margin-bottom: 25px;
}

.compare-row.hide,
.compare-section-header.hide {
    display: none;
}

#SimilarValuesWrapper {
    color: black;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

#SimilarValues {
    width: 65px;
    height: 30px;
    background-color: #eeefef;
    border-radius: 50px;
    position: relative;
    padding: 0;
}

#SimilarValues div {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: white;
    border: 1px solid black;
    transition: left 200ms;
}

#SimilarValues.active {
    background-color: black;
}

#SimilarValues.active div {
    left: calc(100% - 30px);
}

.product-head label {
    color: #c73e23;
    font-size: 18px;
    line-height: 29px;
    font-weight: 900;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

#compare-sort {
    width: 100%;
    margin-bottom: 23px;
}

.ui-state-highlight {
    border: 2px dashed black;
    width: 400px;
    height: 100px;
}

.draganddrop {
    position: absolute;
    left: 20px;
    top: 25px;
    cursor: grab;
}



@media screen and (max-width: 980px) {
    .compare_list {
        max-width: 100%;
        overflow: auto;
    }

    .compare_list .compare-grid {
        flex-wrap: nowrap;
    }

    .compare-grid .compare-column {
        width: 50vw;
        flex-shrink: 0;
        max-width: 380px;
        min-width: 380px;
    }


    .compare-product .compare-section-header.compare-row.active {
        border-top: 1px solid #eeefef !important;
        padding: 12px 0 12px 20px !important;
    }
}

/*

#main .my-compare-table .table-header {
    border-top: 1px solid #eeefef;
    cursor: pointer;
}

#main .my-compare-table tr:last-child {
   border-bottom: 1px solid #eeefef; 
}


#main .my-compare-table .table-header td {
    color: #c73e23;
    font-size: 18px;
    line-height: 29px;
    font-weight: 900;
    padding: 12px 0 12px 20px;
    position: relative;
}

#main .my-compare-table .table-header td::before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 5px;
    height: 10px;
    background-image: url('../img/sliderarrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(1);
    transform: rotate(270deg);
    transition: all 200ms;
}

#main .my-compare-table .table-content .content {
    display: none;
}

.compare-product-header {
    border-right: 1px solid #eeefef;
}

#main .my-compare-table .product-header td {
    padding-right: 20px;
    padding-left: 20px;
}



#main .compare_list .product-price {
    padding-bottom: 10px;
}

#main .compare_list .product-sku {
    padding-bottom: 5px;
}

#main .compare-product-header {
    position: relative;
}

#main .compare-product-header img {
    width: 80%;
    height: auto;
    margin-bottom: 45px;
}

#main .compare-product-header .compare-remove {
    position: absolute;
    right: 20px;
    top: 0px;
}

#main .compare-product-header .compare-remove img {
    width: 15px;
    height: auto;
    margin-bottom: 0;
}

#main .compare_list .product-name .product-icons  {
    position: absolute;
    right: 20px;
    bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 20px;
}

#main .compare_list .product-name .product-icons img {
    height: 20px;
    width: auto;
}

#main .compare_list .product-sku {
    position: relative;
}

#main .compare_list .product-sku .stock-information {
    position: absolute;
    right: 40px;
    top: 4px;
}
*/



/* NEW */