#product-selector-form-container {
    max-width: 1088px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 50px;
}

#product-selector-form {}

#results-heading {
    text-align: center;
}

#results-heading h1 {
    padding-bottom: 20px;
}

#results-heading h3 {
    margin-top: -25px;
    font-family: var(--wp--preset--font-family--calibri);
    font-size: var(--wp--preset--font-size--normal);
}


#results-section {
    max-width: 1088px;
    margin: 0 auto;
}

#results-header,
.line-break,
.row {
    display: table-row;
}

.results-col {
    display: table-cell;
    width: 276px;
}

.results-col-foot {
    background-color: #146c95;
}

#results-header {
    height: 50px;
    background-color: #146c95;
    color: white;
}

.dark-accent {
    background-color: #146c95;
    color: white;
}

.results-cell>div {
    padding: 9px 0 9px 18px;
    font-size: 18px;
    line-height: .9;
    font-weight: bold;
}

.results-cell .dark-accent {
    font-family: var(--wp--preset--font-family--caladea);
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
}

.results-cell .dark-accent a {
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.results-cell.tns-item .header-img {
    padding: 0;
}

.results-cell .header-img {}

.results-cell.tns-item .dark-accent {
    font-family: var(--wp--preset--font-family--calibri);
}

.results-cell.tns-item>div {
    font-weight: normal;
}

#results-specs {
    color: white;
    font-size: 24px;
    font-weight: normal;
    height: 120px !important;
    width: 272px;
    /* min-width: 250px; */
    background-image: url('./images/form-results-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0 0 0 18px;
}

.header-img {
    height: 120px;
}

.header-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center;
}

#product-selector-tabs {
    display: grid;
    grid-auto-columns: minmax(15rem, auto);
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    grid-gap: 1rem;
}

.selector-tab,
.selector-tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f1f1;
    color: #28a8e0;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    width: 100%;
    border: none;
}

.selector-tab:hover,
.selector-tab a:hover {
    background: #146c94;
    color: #fff;
    text-decoration: underline;
}

.selector-tab img {
    height: 36px;
    margin-right: 6px;
}

.tab-active {
    background: #28a8e0;
    color: #fff;
}

.selector-question {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 24px;
    background: #28a8e0;
    height: 100px;
    max-width: 1088px;
    color: #fff;
    font-size: 24px;
}

.selector-question p {
    font-family: var(--wp--preset--font-family--caladea);
    font-size: 24px;
    line-height: 37px;
}

.selector-choices {
    padding: 30px;
}

.selector-choices button {
    margin: 30px 20px 0 0;
}

.selector-choices input[type="checkbox"] {
    appearance: unset;
    border-radius: 0;
    border: 2px solid #000;
    padding: 7px;
    margin-bottom: -2px;
    margin-right: 8px;
    background-color: #fff;
}

.selector-choices input[type="checkbox"]:focus {
    box-shadow: none;
}

.selector-choices input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23343434' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #fff;
}

.selector-choices input[type="radio"] {
    appearance: unset;
    border-radius: 50%;
    border: 2px solid #000;
    padding: 7px;
    margin-bottom: -2px;
    margin-right: 8px;
    background-color: #fff;
}

.selector-choices input[type="radio"]:focus {
    box-shadow: none;
}

.selector-choices input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23343434' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: #fff;
}

/* .results-cell > div:last-child { */
.alt-bg {
    background-color: #f6f1f1;
}


.button {
    background-color: #28a8e0;
    border: 1px solid #28a8e0;
    color: white;
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    border-radius: 3px;
    cursor: pointer;
}

.button-view-product {
    padding: 2px 18px;
    white-space: nowrap;
    background-color: #FC1E66;
    border: 1px solid #FC1E66;
}

.button-request-quote {
    padding: 2px 18px;
    margin-top: 10px;
    white-space: nowrap;
}

.button:hover {
    background-color: #fff;
    color: #28a8e0;
    border: 1px solid #28a8e0;
}

.flex-container-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex-container-col {
    /*
	display: flex;
	flex-direction: column;
	*/
    width: 272px;
}

.product-selector-separator {
    max-width: var(--wp--style--global--wide-size);
    margin-block-start: 0;
    margin-bottom: 100px;

}

.slidercontrols.top {
    position: relative;
    z-index: 1;
}

.slidercontrols a {
    color: #28a8e0;
    border: none;
    text-decoration: underline;
    font-size: 18px;
    cursor: pointer;
}

.slidercontrols a:hover {
    text-decoration: none;
    color: #28a8e0;
}

.slidercontrols.top .right-nav {
    position: absolute;
    right: -13px;
    top: 300px;
}

.slidercontrols.top .left-nav {
    position: absolute;
    left: 0px;
    top: 300px;
}

.slidercontrols.top img {
    height: 35px;
    opacity: .8;
    transition: all 0.25s ease-in-out;
}

.slidercontrols.top img:hover {
    height: 38px;
    opacity: 1;
}

.slidercontrols.bottom img {
    vertical-align: -3px;
}

#results-count {
    font-size: 18px;
}

.results-more {
    transition: padding-top .2s, padding-bottom .2s ease-in-out;
}

.results-more.hide {
    height: 0;
    padding: 0;
    overflow: hidden;
}

a.load_more {
    color: #28a8e0;
    border: none;
    text-decoration: underline;
}

a.load_more:hover {
    color: #28a8e0;
    text-decoration: none;
}

.pum-theme-3647,
.pum-theme-default-theme {
    background-color: rgba(51, 171, 225, 0.95) !important;
}

.pum-theme-3647 .pum-content,
.pum-theme-default-theme .pum-content {
    color: #000000 !important;
}

.hbspt-form {

    button[type="submit"],
    input[type="submit"] {
        background-color: #FC1E66 !important;
        border-color: #FC1E66 !important;
    }
}

.hbspt-form {

    & button[type="submit"],
    & input[type="submit"] {
        &:hover {
            background-color: #fff !important;
            border-color: #28a8e0 !important;
            color: #28a8e0 !important;
        }
    }
}

#popmake-3656 h2 {
    font-size: 42px;
}

.pum-container .pum-content> :nth-child(n) {
    margin: 0;
}

#oo-quote-form .form-note {
    text-align: center;
    margin: 20px 0;
}

.match-count {
    display: none;
}

/* Modal overlay NOT USED!!! */
.modal-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 1000;
}

.modal-wrap {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(51, 171, 225, 0.95);
    overflow-y: scroll;
}

/* Modal content */
.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    max-width: 800px;
    width: 90%;
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Close button */
.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
    cursor: pointer;
    color: #333;
}

.ss-add-this {}

.ss-added {
    display: none;
    position: relative;
}

.ss-added .ss-added-msg {
    font-size: 15px;
    position: absolute;
    background: #f6f1f1;
    padding: 5px 0;
    height: 26px;
}

.hs_submit h3 {
    margin: 0;
}

.hs_submit ul.selected_spectrometer_list {
    list-style: disc;
    padding-left: 25px;
}

.ss-button {
    margin-left: 10px;
    width: 150px;
    max-width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    color: #fff;
    font-family: var(--wp--preset--font-family--calibri);
    padding: 8px 22px;
    font-size: var(--wp--preset--font-size--normal);
}

.ss-button:hover {
    background-color: #fff;
    color: #000;
}

.load_less_text,
.hide {
    display: none;
}

.exact-wavelength-wrap {
    margin-top: 20px
}

.exact-wavelength-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

@media(max-width:600px) {
    .exact-wavelength-radios {
        flex-direction: column;
        gap: 0;
    }
}

.tns-inner {
    background: linear-gradient(0deg, #fff 90.25%, #146c95 90.25%);
}