@media screen and (max-width: 425px) {
#comparison-modal .product-comparison-table .product-comparison-dd-select {
        width: calc(43vw - 1.75rem) !important;
    }
} 
#comparison-modal #compare-overlay {
    align-items: flex-start;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    font: normal 1.125rem/1.5rem Roboto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
#comparison-modal .popup {
    position: relative;
    width: 90vw;
    max-width: 1200px;
    background: #111;
    overflow: hidden;
    animation: slideIn 0.3s ease-out;
    z-index: 9;
    height: 75%;
    margin-top: 150px;
}
#comparison-modal .product-comparison {
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
#comparison-modal .product-comparison-table {
    width: 100%;
}
#comparison-modal .product-comparison .product-comparison-table thead {
    top: -80px;
}
@media screen and (max-width: 767px) {
    #comparison-modal #compare-overlay {
        left: 5vw;
        width: 90vw;
    }
    #comparison-modal .product-comparison .product-comparison-table thead {
        top: -50px;
    }
    #comparison-modal .popup {
        width: 100%;
    }
}
#comparison-modal thead tr th.product-comparison-theader-dd {
    padding-bottom: 1.25em;
}
#comparison-modal .product-comparison-image img{ width: 100%; max-width: 300px;}
#comparison-modal .product-comparison-dd-select select:focus-within,
#comparison-modal .product-comparison-dd-select select {
    border: 1px solid #44d62c;
}
@media screen and (max-width: 768px) {
    #comparison-modal .product-comparison {
        &.show-all-products {
            .product-comparison-table tbody tr.product-comparison-facets td {
                min-width: 35vw;
            }
        }
    }
}
.overlay .close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #44d62c;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
}
/* ICONS */
.product-comparison .image-icon-graphics {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Systems%20(SS)/SS0011-graphic-card.svg");
}
.product-comparison .image-icon-processor {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Systems%20(SS)/SS0041-processor.svg");
}
.product-comparison .image-icon-display {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Phone%20(PH)/PH0009-display-resolution.svg");
}
.product-comparison .image-icon-refresh-rate {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Phone%20(PH)/PH0020-retina.svg");
}
.product-comparison .image-icon-display-type {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Product%20Category%20(PC)/PC0001-laptop.svg");
}
.product-comparison .image-icon-memory {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Systems%20(SS)/SS0024-SSD.svg");
}
.product-comparison .image-icon-height {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/Systems%20(SS)/SS0002-blade-inch.svg");
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}