
.compare-select-toggle {
    /*position: absolute;
    top: 0;
    right: 0;*/
    display: block;
}

/*
.compare-select-toggle button {
    box-shadow: 0px 3px 5px rgba(85,85,85,.25);
    background-color: transparent;
    background-image: linear-gradient( to bottom, #fefefe 0%, #f1f1f1 100%);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    color: #555555;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    overflow: hidden;
    outline:none;
}

.compare-select-toggle.on button {
    color: #000;
    background-image: linear-gradient( to top, #fefefe 0%, #f1f1f1 100%);
    box-shadow: none;
}
*/


.compare-select-bar .btn {
    font-size: 14px;
    background: #fff;
    margin: 0;
    display: inline-flex;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.05s;
    text-transform: none;
}

.compare-select-bar .btn:after {
    display: none;
    content: '';
}

.compare-select-bar .btn:focus {
    text-decoration: none;
}

.compare-select-bar .btn:hover {
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.compare-select-bar .btn:active {
    background: #fff;
    text-decoration: none;
}

.compare-select-bar .btn.toggled {
    background: #fff;
    color: #353535;
}

.compare-select-bar .btn.toggled:hover {
    background: #fff;
}

.compare-select-bar .btn.toggled:active {
    background: #fff;
}

.compare-select-bar .btn.disabled {
    margin-top: 1em;
    background: #f1f1f1;
    border: none;
    color: #aaa;
    cursor: not-allowed;
}

.compare-select-bar .btn.disabled:hover {
    background: #f1f1f1;
}

.compare-select-bar .btn.disabled:active {
    background: #f1f1f1;
}

.compare-select-bar .btn.enabled {
    margin-top: 1em;
    background: #41a1ec;
    border: none;
    color: #fff;
}

.compare-select-bar .btn.enabled:hover {
    background: #41a1ec;
}

.compare-select-bar .btn.enabled:active {
    background: #0070c9;
}

body .ss-compare-cont {
    min-height: 62px;
    display: flex;
    align-items: center;
}

#facetNav .compare-select-toggle .btn {
    text-shadow: none;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
    font-size: 16px;

    background-image: none;
    background: transparent;
    color: #000;
    padding: 1rem 0;
}

#facetNav .compare-select-toggle .btn:before {
    display: none;
}

#facetNav .compare-select-toggle .btn.toggled {
    color: #00aef2;
}

.itemCatalog {
    width: 100%;
    position: relative;
}

.itemWrapper.beFirst .compare-select-checkbox {
    display: none;
}

.compare-select-checkbox {
    padding: 10px 0 5px;
    transform: translateY(-20px);
    transition: opacity .2s ease-out, transform .2s ease-out;
    opacity: 0;
    text-align: center;
}

.compare-select-checkbox span,
.compare-select-checkbox input {
    vertical-align: middle;
    cursor: pointer;
}

.compare-select-checkbox span {
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    line-height: 13px;
}

.compare-select-checkbox.comparing span {
    color: #337bc9;
    font-weight: bold;
}

.compare-select-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 110px;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    transition: height .2s ease-out;
    z-index: 1002;
}

.compare-select-bar.hide {
    height: 0;
}

.compare-select-bar .siteWidth {
    position: relative;
}

.compare-select-item {
    display: inline-table;
    height: 99px;
    max-width: 230px;
    width: calc(25% - 84px);
    margin: 12px 12px;
    border: 1px solid #c1c1c1;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 75px;
    border-radius: 3px;
}

.compare-select-item-bg {
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.compare-select-item.selected {
    background-color: #FFF;
    border: none;
}

.compare-select-description {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    font-size: .75em;
    line-height: 1.25em;
}

.compare-select-item-remove {
    position: absolute;
    top: -5px;
    right: 5px;
    color: #868686;
    display: none;
    cursor: pointer;
    font-size: 130%;
}

.compare-select-item.selected .compare-select-item-remove {
    display: block;
}

.compare-select-button {
    display: inline-block;
    vertical-align: middle;
    top: 20px;
    position: relative;
}

/*
.compare-select-button button{
    background-color: transparent;
    background-image: linear-gradient( to bottom, #87c2f7 0%, #3f7fc2 100%);
    border: 1px solid #87c2f7;
    border-radius: 5px;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    overflow: hidden;
    outline:none;
    margin: 1em;
}
*/
.compare-select-button .btn.compare-select-button-mobile {
    display: none;
}

.compare-select-clear {
    text-transform: uppercase;
    font-size: 17px;
    color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
}

.compare-select-clear svg {
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: -1px;
}

.compare-notice {
    background-color: rgba(0, 0, 0, .8);
    -display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    color: #FFF;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height .2s ease-out, opacity .2s ease-out;
}

@media only screen and (max-width: 1400px) {
    .compare-select-button {
        width: 240px;
        top: 0;
    }
}

@media only screen and (max-width: 1150px) {
    html.compare body {
        background-color: var(--color-gray-lightest);
    }

    .compare-table.siteWidth {
        width: auto;
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .compare-notice {
        font-size: 12px;
        padding: 4px 0;
    }
}

@media only screen and (max-width: 400px) {
    .compare-select-button-mobile {
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
    }
}


.compare-table.comparecol4 .compare-table-container {
    width: 100%;
}

.compare-table.comparecol4 tr:first-child td {
    width: 25%;
}

.compare-table.comparecol3 .compare-table-container {
    width: 75%;
}

.compare-table.comparecol3 tr:first-child td {
    width: 33.33%;
}

.compare-table.comparecol2 .compare-table-container {
    width: 50%;
}

.compare-table.comparecol2 tr:first-child td {
    width: 50%;
}

.compare-table.comparecol1 {
    max-width: 295px;
}

.compare-table .hide {
    display: none !important;
}

.compare-table {
    margin-bottom: 50px;
}

.compare-table table {
    margin: 0 auto;
    position: relative;
    border-left: 1px solid #e8e8e8;
    background-color: #FFF;
    width: 100%;
}

.compare-table-container {
    position: relative;
    margin: 0 auto;
}

.compare-table * {
    box-sizing: border-box;
}


.compare-table td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    vertical-align: top;
    max-width: 300px;
    /*min-width: 150px;*/
    position: relative;
}

/*
.compare-table td:first-child {
    border-left: 1px solid #e8e8e8;
}
*/
.compare-table tr:first-child td {
    border-top: 1px solid #e8e8e8;
}

.compare-image {
    display: block;
    width: 100%;
    height: 400px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.compare-sticky-title,
.compare-title {
    font-size: 14px;
    font-weight: bold;
    color: #353535;
    text-transform: uppercase;
    text-align: center;
    padding-top: .5em;
}

.compare-title {
    transition: color .2s ease-out;
    display: block;
    text-decoration: none;
}

.compare-title:hover {
    color: #337bc9;
}

.compare-sticky-title {
    text-align: left;
}

.compare-cart-row {
    text-align: center;
    padding-bottom: .5em;
}

.compare-cart-price {
    font-size: 22px;
    color: #555555;
}

.compare-cart-price-sub {
    font-size: 11px;
    color: #555555;
    margin-bottom: .5em;
}

.compare-cart-button {
    width: 145px;
    height: 37px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid var(--color-gray-dark);
    background-color: var(--color-gray-dark);
    color: var(--color-white);
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    width: 100%;
}

.compare-cart-button:hover {
    color: var(--color-white);
}

.compare-label {
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.compare-value {
    color: #555555;
    font-weight: normal;
    font-size: 14px;
}

.compare-data:nth-child(2n),
.compare-data:nth-child(2n) td {
    background-color: #edf2f4;
}

.compare-sticky-row.hide {
    overflow: hidden;
    top: -125px;
}

.compare-sticky-row {
    top: 51px; /* adjusted for sticky header */
    left: 0;
    position: fixed;
    display: block;
    background-color: #FFF;
    transition: top .2s ease-out;
    transform: translate3d(0, 0, 0);
    z-index: 999;
}

.compare-sticky-container {
    position: relative;
}

tr.compare-sticky-row > td {
    border: none !important;
    display: block;
    max-width: none;
    width: 100% !important;
    background-color: #FFF;
}

tr.compare-sticky-row td {
    padding: 0;
}

.compare-sticky-row table {
    width: 100%;
}

.compare-table .compare-sticky-row td {
    background-size: 90px;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding: 0;
}

.compare-sticky-cart {
    font-size: 0;
}

.compare-sticky-cart form {
    display: inline-block;
    width: 70%;
}

.compare-sticky-name {
    padding: 20px 5px 20px 110px;
}

/*
.compare-sticky-button {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 27px;
    cursor: pointer;
    background-color: transparent;
    background-image: linear-gradient( to bottom, #61b7fc 0%, #0070c9 100%);
    border: 1px solid #1882d6;
    border-bottom-color: #3286c8;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    overflow: hidden;
    outline:none;
    letter-spacing: 1px;
    vertical-align: top;
}
*/
.compare-sticky-button {
    margin: 0;
    width: 100%;
    border-radius: 0;
}

.compare-sticky-button.mobile {
    display: none;
    font-weight: ;
}

.compare-sticky-price {
    height: 27px;
    width: 30%;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    padding-top: 3px;
    border-top: 1px solid #e8e8e8;
}

.compare-sticky-title td {
    border-bottom: none;
}

.compare-border {
    height: 1px;
    overflow: hidden;
    font-size: 0;
}

.compare-table .compare-border .compare-border-edge {
    position: absolute;
    display: none;
    background-color: #c4c5bd;
    border: none;
}

.hover-column-0 .compare-border-edge.column-0,
.hover-column-1 .compare-border-edge.column-1,
.hover-column-2 .compare-border-edge.column-2,
.hover-column-3 .compare-border-edge.column-3 {
    display: block;
}


.compare-border-top,
.compare-border-bottom {
    position: absolute;
    height: 1px !important;
    padding: 0;
}

.compare-border-top {
    top: 0;
}

.compare-border-bottom {
    bottom: 0;
}

.compare-border-right,
.compare-border-left {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px !important;
    padding: 0;
    min-width: 0;
}

.compare-table-remove {
    position: absolute;
    top: 3px;
    right: 6px;
    cursor: pointer;
}

.compare-table-remove svg {
    font-size: 20px;
    color: #AAAAAA;
    transition: color .2s ease-out;
}

.compare-table-remove:hover svg {
    color: #353535;
}

.compare-table-heart {
    position: absolute;
    top: 30px;
    right: 5px;
    cursor: pointer;
    display: none;
}

.compare-table-heart svg {
    font-size: 18px;
    color: #AAAAAA;
    transition: color .2s ease-out;
}

.compare-table-heart:hover svg {
    color: #FF6700;
}

.compare-table-heart label {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 30px;
    left: -45px;
    color: #FF6700;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .2s ease-out;
}

.compare-table-heart:hover label {
    background-color: #FFF;
    z-index: 100;
    width: auto;
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 2px 5px;
    opacity: 1;
}

.compare-table-close {
    float: right;
}

.compare-table-close button {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #a8a8a8 0%, #777777 100%);
    border: 1px solid #777777;
    border-radius: 5px;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    overflow: hidden;
    outline: none;
    margin: 1em;
}

.compare-table-close button:hover {
    background: #a8a8a8;
}

.compare-table-close button:active {
    background: #777;
}

.compare-table-close button svg {
    margin-right: 5px;
    /* margin-top: -12px; */
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: 0px;
    fill: var(--color-white);
}

.compare-table-clear {
    clear: both;
}

.compare-table-above h1 {
    display: inline-block;
}

.compare-back-desktop {
    font-size: 16px;
    cursor: pointer;
    color: var(--color-gray-medium);
}

.compare-back-desktop svg {
    fill: var(--color-gray-medium);
}

.compare-cart-wishlist {
    display: none;
}

.compare-table-heading svg,
.compare-table-heading-mobile {
    display: none;
}

@media only screen and (max-width: 1600px) {
    body .compare-sticky-row {
        top: 82px;
    }
}

@media only screen and (max-width: 1100px) {
    /*body .compare-select-toggle {
        display:none;
    }*/
    .compare-select-toggle .btn {
        margin: 0;
    }

    body .compare-select-toggle {
        top: 7px;
        right: 5px;
        z-index: 999;
    }

    .compare-back-desktop {
        display: none;
    }

    .compare-table {
        width: 100%;
        padding: 0;
    }

    .compare-select-item {
        display: none;
    }

    .compare-select-button .btn {
        display: none;
    }

    .compare-select-button .btn.compare-select-button-mobile {
        display: inline-block;
    }

    .compare-select-button {
        width: 100%;
    }

    .compare-select-bar {
        height: 65px;
    }

    .compare-image {
        height: 225px;
    }

    .compare-sticky-name {
        padding: 5px 23px 5px 5px;
        text-align: left;
    }

    .compare-sticky-title td {
        background-image: none !important;
    }

    .compare-sticky-row {
        transition: none;
    }

    .compare-sticky-button.desktop {
        display: none;
        letter-spacing: 0;
    }

    .compare-sticky-button.mobile {
        display: block;
        padding: 5px;
    }

    .compare-sticky-button svg {
        margin-right: 3px;
        font-size: 14px;
    }

    .compare-cart-button {
        letter-spacing: 0;
        font-size: 14px;
        padding: 11px 0;
    }

    .compare-sticky-cart form {
        width: 50%;
    }

    .compare-table td {
        padding: 10px;
    }

    .compare-sticky-price {
        width: 50%;
        text-align: center;
        height: auto;
        padding: 5px 0;
    }

    .compare-label {
        font-size: 12px;
    }

    .compare-table .compare-border .compare-border-edge {
        display: block;
        background-color: #f3f3f3;
        padding: 0;
    }

    .compare-border .compare-border-right,
    .compare-border .compare-border-left {
        width: 5px !important;
    }

    .compare-table .compare-border .compare-border-edge.compare-border-right {
        border: none;
        border-left: 1px solid #e8e8e8;
        transform: translateX(-4px);
    }

    .compare-table .compare-border .compare-border-edge.compare-border-left {
        border: none;
        border-right: 1px solid #e8e8e8;
    }

    .compare-border-top,
    .compare-border-bottom {
        z-index: 100;
    }

    /*
    .compare-border-right {
        border-left: 1px solid #dedede;
    }

    .compare-border-left {
        border-right: 1px solid #dedede;
    }*/
    .compare-cart-wishlist {
        /*display: block;*/
        display: none;
        margin-top: 10px;
    }

    .compare-cart-wishlist a {
        text-decoration: none;
        padding: 11px 0;
        display: block;
    }

    .compare-cart-wishlist label {
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
    }

    .compare-cart-wishlist img {
        margin-right: 5px;
        height: 16px;
        position: relative;
        top: -1px;
    }

    .compare-table-heart {
        display: none;
    }

    .compare-table-heading h1 {
        font-weight: bold;
        color: #313130;
    }

    .compare-label {
        /*-font-size: 24px;
        color: #313130;

        font-weight: normal;
        */
    }

    .compare-table-heading i,
    .compare-mobile-label {
        display: inline-block;
    }

    .compare-table-close,
    .compare-label {
        display: inline-block;
        float: none;
    }

    .compare-table-heading .compare-table-close {
        display: none;
    }

    .compare-table-heading,
    .compare-table-heading-mobile {
        border-bottom: 1px solid var(--color-gray-light);
    }

    .compare-table-heading-mobile {
        display: block;

    }

    .compare-table-heading-mobile * {
        vertical-align: middle;
    }

    .compare-table-heading svg {
        font-size: 21px;
        vertical-align: text-bottom;
        margin-right: 10px;
    }

    .compare-count {
        display: inline-block;
    }

    .compare-table-container {
        margin: 0 auto;
        width: 100% !important;
        max-width: 100vw;
        overflow-x: scroll;
        margin-left: 0;
        margin-right: 0;
    }

    body .compare-sticky-row {
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    /*body .compare-select-toggle {
        display:none;
    }
    body.comparecol4 {
        min-width: calc(150px * 4);
    }

    body.comparecol3 {
        min-width: calc(150px * 3);
    }

    body.comparecol2 {
        min-width: calc(150px * 2);
    }

    body.comparecol1 {
        min-width: calc(150px * 1);
    }*/
    .compare-table-element tr:first-child td {
        width: 150px !important;
        min-width: 150px !important;
    }
}