.compare-details-section{
    background: #fff;
    overflow-x: scroll;
    border: 6px solid #fff;
}
.page-title{
    text-align: center;
    padding: 10px;
}
#header .classy-compare-error-msg{
    background: #c0392b;
}
#header .classy-compare-success-msg{
    background: #5ca654;
}
#header .classy-compare-toast{
    position: fixed;
    bottom: 1000;
    right: 10px;
    width: 300px;
    color: #fff;
    padding: 16px;
    border-radius: 4px;
}
table, table tr td, table tr th{
    border: 1px solid #f6f6f6;
}
table tr th {
    position: sticky;
    left: 0;
}
.compare-table-top{
    text-align: end;
}
.class_compare_button{
    display: block;
}
.ccompare-products-wrapper{
    display: flex;
}
.with-background{
    background: #f6f6f6;
}
.no-background{
    background: #fff;
}
.regular_price{
    text-decoration: line-through;
    font-size: 13px;
    color: #7a7a7a;
}
.compare-item-description{
    width: min-content;
}
.discount_amount{
    padding: 4px;
    background: #f39d72;
    font-size: 15px;
    color: #fff;
}
.classy-compare-diff.highlighted{
    background-color: #f0bcbc;
}
.compare-quicklink{
    font-size: 14px;
    padding: 12px;
    font-weight: 600;
    font-style: italic;
}
#header .compare-quicklink:hover{
    color: #fff;
}
.class_compare_button.compare-btn-single {
    color: #fff;
    background-color: #1d93ab;
    border-color: rgba(0,0,0,0);
    margin-left: 0.4rem;
    padding: 12px 25px;
    line-height: 0px;
    overflow: hidden;
    display: inline-flex;
    height: 44px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    opacity: .8;
    transition: .2s;
}
.class_compare_button.compare-btn-single:hover{
    color: #fff;
    opacity: 1;
    border-color: rgba(0,0,0,0);
    
}
.class_compare_button.compare-btn-single .material-icons.compare{
    margin-right: .625rem;
}
.class_compare_button.compare-btn-single.added{
    color: #000;
    background-color: #d9d9d9;
    text-decoration: none;
}
.class_compare_button.compare-btn-multi {
    border-radius: 0.4rem;
    font-size: 14px;
    background-color: #1d93ab;
    color: #fff;
    padding: 0.5rem 1rem;
    margin-top: 8px;
    margin-bottom: -10px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    opacity: .8;
    transition: .2s;
}
.class_compare_button.compare-btn-multi:hover {
    color: #fff;
    opacity: 1;
}
.class_compare_button.compare-btn-multi.added{
    color: #000;
    background-color: #d9d9d9;
}
.class_compare_button.compare-btn-multi .material-icons.compare{
      font-size: 14px;
      margin-right: 5px;
      margin-top: 3px;
}
.classy-compare-top-bt{
    height: 3rem;
    padding: 0.75rem;
    margin-left: 0.9375rem;
    text-align: center;
    white-space: nowrap;
    background: #f6f6f6;
}
.classy-compare-top-bt .header a:hover i,
.classy-compare-top-bt .header a:hover .compare-products-count{
    color: #24b9d7;
}
.classy-compare-top-bt .header i,
.classy-compare-top-bt .header .compare-products-count{
    margin-top: 0.125rem;
    color:#7a7a7a;
    text-decoration: none;
}


