
.comp-compare-products-catalog-container .wgt-catalog-items-overlay {
    padding-bottom: 64px
}

.comp-compare-products-catalog-container .wgt-catalog-items-container {
    min-width: 1360px
}

.comp-compare-products-catalog-container .thumbnail-image {
    display: block
}

.comp-compare-products-catalog-container .wgt-catalog-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    gap: 10px;
}
.comp-compare-products-catalog-container .wgt-catalog-item .wgt-catalog-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 99%;
    text-align: center;
    box-sizing: content-box;
    width: 96px;
}

.comp-compare-products-catalog-container .wgt-catalog-item .wgt-catalog-text div {
    margin-bottom: 16px;
    height: 24px;
    text-align: center
}

.comp-compare-products-catalog-container .wgt-catalog-item .img-wrapper {
    min-height: 120px;
    width: 200px;
}

.comp-compare-products-catalog-container .wgt-catalog-item .wgt-catalog-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #2E469D;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-bottom: 0;
}

.comp-compare-products-catalog-container .wgt-catalog-item .wgt-catalog-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: .2px;
    display: flex;
    min-height: 74px;
    justify-content: center;
    align-items: center;
    width: 200px;
}

.comp-compare-products-catalog-container .wgt-catalog-item .wgt-catalog-button {
    text-align: center;
    width: 200px;
}

.comp-compare-products-catalog-container .wgt-catalog-item .wgt-catalog-button a {
    border: 2px solid #F6F6F6;
    color: #2E469D;
    background-color: #F6F6F6;
    min-width: 150px;
    cursor: pointer;
    line-height: 150%;
    padding: 6px 20px;
    text-transform: unset;
    text-decoration: none;
    display: unset;
    transition: all .3s ease-in-out;
    border-radius: 50px;
    min-height: 64px;
    font-size: 14px;
    font-weight: 600;
}

.comp-compare-products-catalog-container .wgt-catalog-item .wgt-catalog-button a:hover {
    outline: 0;
    color: #FFF;
    background-color: #2E469D;
    border-color: #2E469D;
}

.comp-compare-products-catalog-container .wgt-catalog-item:first-child .img-wrapper {
    min-height: auto;
    
}
.comp-compare-products-catalog-container .wgt-catalog-item:first-child .img-wrapper,
.comp-compare-products-catalog-container .wgt-catalog-item:first-child .wgt-catalog-title,
.comp-compare-products-catalog-container .wgt-catalog-item:first-child .wgt-catalog-subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #373a3c;
}

.comp-compare-products-catalog-container .wgt-catalog-item:first-child .wgt-catalog-text div,
.comp-compare-products-catalog-container .wgt-catalog-item:first-child .wgt-catalog-text div:last-child {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 99%;
    letter-spacing: .2px
}

.comp-1col-cust-box-container .wgt-catalog-main-title,
.text-image-static-container .wgt-text-title {
    font-family: "Source Serif 4", Arial, sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 110%;
    color: #2E469D;
    font-style: normal
}

.comp-compare-products-catalog-container .wgt-catalog-item .thumbnail-image {
    max-height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 120px;
}

@media (max-width: 1434px) {
    .comp-compare-products-catalog-container .wgt-catalog-items-overlay {
        overflow-x: auto;
        overflow-y: hidden
    }
}

@media (max-width: 767px) {
    .comp-compare-products-catalog-container .wgt-catalog-items-overlay {
        padding-bottom: 24px
    }

    .comp-compare-products-catalog-container .wgt-catalog-item .wgt-catalog-title {
        font-size: 16px;
        line-height: 150%
    }
}