<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width:1170px) {
    .respd {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@keyframes fadeInOut {
    5%,95% {
        opacity: 1;
        top: 50px
    }

    15%,85% {
        opacity: 1;
        top: 30px
    }
}

[id^=downloadAllBtn_] {
    text-decoration: underline !important;
    font-family: 'Sofia W01 Bold', Helvetica, Arial, sans-serif;
    color: #000 !important;
}

    [id^=downloadAllBtn_]:before {
        content: "";
        display: block;
        background: url(/media/kgalphjv/dl_all.svg) no-repeat;
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 5px;
        top: -2px;
        position: relative;
    }

.docuentdetail {
    margin-bottom: 15px;
}

.cart {
    padding: 5px;
    width: 50px;
    height: 50px;
    margin-left: -24px;
    margin-top: 0px;
    margin-right: 12px;
    background-color: #d97d00;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    -ms-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 13px;
    font-size: 18px !important;
}

.twodays i.fa-check, .threedays i.fa-check, .tendays i.fa-check, .sixdays i.fa-check {
    color:#fff !important;
}


.shand:hover {
    text-decoration: none !important;
}


#tabTechnicalImages {
    text-align: center;
}


.breadcrumbs {
    margin-top: 10px;
    margin-left: -5px;
    margin-bottom: 10px;
}

/*
* === Downloads ===
*/

.btn-downloads {
    color: #000;
    padding-top: 0px !important;
    padding-bottom: 2px !important;
    margin-top: 6px !important;
}

    .btn-downloads:hover {
        background-color: #efefef;
        color: #000 !important;
    }

    .btn-downloads:focus, .btn-downloads.focus {
        color: #000 !important;
    }



/*
* === START Resources ===
*/

#resourcesTabs &gt; .arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #efefef;
    margin: auto;
    margin-top: 8px;
    padding-top: 4px;
}

.boldResources {
    color: #0462be !important;
}

ul#resourcesTabs {
    list-style-type: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-weight: bolder;
}

    ul#resourcesTabs li a {
        color: #000;
    }

        ul#resourcesTabs li a:hover {
            text-decoration: none !Important;
        }

    ul#resourcesTabs li {
        float: left;
        text-align: center;
        cursor: pointer;
        width: 16.5%
    }

        ul#resourcesTabs li.resourcesTabActive {
            display: normal;
        }

.resourcesTab {
    display: none;
    background-color: #efefef;
    padding: 30px;
    padding-bottom: 15px;
    float: left;
}

.nodisplay {
    display: none
}

@media (max-width: 992px) {
    .nodisplay {
        display: block !Important;
    }

    .eo-modal-content {
        width: 80% !important;
    }
}

/* dividers */

.divied-5 {
    width: 100%;
    height: 5px;
    clear: both;
}

.divied-10 {
    width: 100%;
    height: 10px;
    clear: both;
}

.divied-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.divied-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.divied-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.divied-60 {
    width: 100%;
    height: 60px;
    clear: both;
}

/*
* === New Names ===
*/

/*.tab-product {
    display: none;
}
*/
.display-none {
    display: none !important;
}

@media (max-width: 992px) {
    #tabsBar {
        z-index: 10;
        position: sticky;
        top: 0;
        overflow: hidden;
        padding: 0px;
        background-color: white;
        border-top: 0px;
        margin-top: 0px
    }

    .tabsBar {
        padding-left: 0px;
        text-align: center;
        background-color: #efefef;
        padding-top: 0px;
        margin-top: 15px;
    }

        .tabsBar &gt; .active {
            width: 100%;
            border-radius: unset;
            border: none;
            background-color: #ffd51e;
            top: 0px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .tabsBar li {
            height: 40px;
            padding-top: 7px;
            width: 100%
        }

    .resourcesTab {
        background-color: transparent;
    }
}

#tableAccessories {
    width: 100%;
}

tr.even {
    background-color: #f7f7f7;
}

#tableAccessories tr:hover {
    background-color: #efefef !important;
}

.button-fixed {
    background-color: #000 !important;
}

#tableAccessories &gt; thead &gt; tr:hover {
    background-color: #000 !important;
    color: #fff !important;
}



/* Slick Carousels */
.carouselArrows {
    cursor: pointer;
    margin-top: -110px;
    display: inline;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.carouselPrev {
    float: left;
}

.carouselNext {
    float: right;
}

.slick-initialized {
    visibility: visible !important;
}
/*.slick-slider {
    background: url(http://www.edmundoptics.com/assets/images/ui/ajax-loader.gif);
}*/
.slick-slider .slick-list {
    opacity: 0;
    position: absolute;
}

.slick-slider.slick-initialized {
    background: none;
}

    .slick-slider.slick-initialized .slick-list {
        opacity: 1;
        position: relative;
        transition: opacity 0.2s ease-in;
    }


/* Primary Image Carousel */
#primaryImageCarousel {
    visibility: hidden;
}

@media (max-width: 700px) {
    #primaryImageCarousel {
        margin-top: 15px;
    }

    #primaryImageCarouselContainer .carouselArrows {
        opacity: .9 !important;
        margin-right: 0px !important;
    }
}

#primaryImageCarouselContainer:hover .carouselArrows {
    opacity: .7;
    margin-top: -110px;
    display: inline;
}

#primaryImageCarouselText .slick-dots {
    bottom: -20px;
}


/*** Resources Tabs ***/

/* App Notes*/
.appNoteBox {
    border-radius: 0px !important;
    background-color: white !important;
    border: none !important;
    border-left: solid 5px gold !important;
    padding: 15px;
}

/* Glossary */
.glossarybox {
    font-size: 13px !important;
    background-color: white !important;
    border-radius: 8px !important;
}

.glossaryTerm {
    font-weight: bold;
}

/* Video */
.vidBlockTitle {
    font-size: 14px !important;
}


/* Category Specs */

.specsRow {
    font-size: 13px;
    line-height: 1.3em;
    border-bottom: 1px solid #ddd;
}

.specs &gt; div &gt; div:first-child {
    text-align: right;
    font-family: 'sofia w01 bold';
    font-weight: 800;
}

.specs &gt; div &gt; div {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000;
}

.specs:first-child {
    border-right: 1px solid #ddd;
}

#tabSpecifications div h3,
table#tableProducts div h3,
table#tableProducts td h3,
#commonSpecs h3,
.partialContents h3 {
    width: 100%;
    line-height: 2.2;
    background: #efefef;
    line-height: 2.3;
    width: 100%;
    padding-left: 1rem;
    margin-bottom: 0px !important;
    color: #333;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: -1px;
}

@media (max-width: 1200px) {
    .specsRow .specs:nth-child(odd) {
        border-right: 1px solid #ddd;
        background-color: #0000;
    }
}

@media (max-width: 991px) {
    .specsRow .specs:nth-child(odd) {
        border-right: none;
        background-color: #0000;
    }
}


i.fa-chevron-circle-right, i.fa-chevron-circle-down {
    color: #0462be;
    font-size: 20px;
    position: relative;
    margin-top: 3px;
}

button.btn-specifications {
    background-color: #0462be;
    border: none;
    height: 33px;
    width: auto;
    max-width:60px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    font-style: normal;
    margin-top: 3px;
    border-radius: 5px;
    padding: 2px 4px 3px 4px;
}


.volPrice {
    margin-right: -1px;
    border-radius: 0;
    background-color: #efefef;
    text-align: left;
    width: 100%;
    border: 1px solid #dadada;
    padding: 4px 0px 6px 0px;
    height: 57px;
}

    .volPrice::before {
        content: '\20';
        padding-left: 6px;
    }

    .volPrice strong {
        background-color: #fff;
        padding-left: 5px;
        margin: 3px 0 0px 0px !important;
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

#volPriceContainer &gt; div &gt; div.col-lg-4.col-md-4.col-sm-12.volPrice &gt; a {
    background-color: #fff;
    padding-left: 5px;
    margin: 3px 0 0px 0px !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

@media (max-width: 767px) {
    #volPriceContainer &gt; div &gt; .col-sm-12 {
        max-width: 33% !important;
    }

    #volPriceContainer &gt; div {
        justify-content: center;
    }

    div#RequiresAccessories.row {
        margin-top: 10px !important;
    }

    .breadcrumb {
        padding-left: 0px !important;
        display: inline !important;
    }
}

@media(max-width: 320px) { /*galaxy fold*/
    #volPriceContainer &gt; div &gt; .col-sm-12 {
        max-width: 100% !important;
    }
}

/*Group Options*/
.group-table {
    width: 100%;
}

    .group-table th {
        text-align: center;
        border-bottom: solid 5px black !important;
    }

    .group-table td {
        text-align: center;
    }


/* TECHSPEC hover*/
#tstip {
    position: relative;
    cursor: help;
    text-decoration: underline !important;
    color: #000;
    text-align: left !important
}

    #tstip &gt; img {
        margin-top: -14px;
    }

    #tstip &gt; span {
        display: none;
        z-index: 100;
        position: absolute;
        padding: .6em;
        padding-left: 1em;
        left: 0px;
        top: 2.1em;
        width: 20em;
        background-color: #dadada;
        border-radius: 0.5em;
        font-weight: normal;
        font-size: 15px;
        line-height: 1.5em;
    }

        #tstip &gt; span &gt; a {
            display: inline;
            color: #0462be;
            font-weight: normal;
        }

    #tstip:hover &gt; span {
        display: inline-block;
    }

/* End TECHSPEC hover*/

/* Bootstrap 4*/

@media (max-width: 991px) {
    .familyid {
        margin-top: 0px !important;
        float: inherit;
        text-align: center !important;
        border-bottom: 1px solid #dadada;
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    .breadcrumb {
        text-align: center;
        padding: 0px;
        z-index: 99999 !important;
        position: relative;
    }
}

@media (max-width: 992px) {

    #tabsBar {
        z-index: 10;
        border-image: none;
        position: sticky;
        top: 0;
        overflow: hidden;
        background-color: white;
    }

    #documentsContainer {
        margin-bottom: -15px;
        display: flex;
        padding-bottom: 10px !important;
    }
}

#topContainer &gt; div.col-lg-3.col-md-12 {
    display: contents;
}

#topContainer &gt; div.col-lg-3.col-md-12 &gt; div:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    float: none !important;
}

a.shand {
    float: none !important;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.list-inline &gt; li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.form-inline {
    display: block;
}

@media (max-width: 767px) {
    .btn-other {
        text-align: center;
        margin-top: 10px !important;
        height: 35px;
    }

    .volPrice {
        margin-right: 0px;
    }
}

.spec-tooltiptext-hidden {
    display: none;
}

.spec-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

    .spec-tooltip a {
        text-decoration: none !important;
        cursor: inherit !important;
    }

    .spec-tooltip .spec-tooltiptext {
        visibility: hidden;
        min-width: 250px;
        background-color: #fef9e0;
        color: #000;
        text-align: center;
        border-radius: 6px;
        padding: 8px 8px;
        position: absolute;
        z-index: 1;
        top: -25px;
        left: 102%;
        font-weight: normal !important;
    }

        .spec-tooltip .spec-tooltiptext::after {
            content: " ";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #fef9e0 transparent transparent;
        }

    .spec-tooltip:hover .spec-tooltiptext {
        visibility: visible;
    }

.moreImages {
    padding-top: 13px;
    padding-bottom: 12px;
    /*margin-left: 18px;
    padding-left: 4px;
    padding-right: 5px;*/
    font-size: 15px;
    color: #0462be;
    font-weight: bold;
    text-decoration: underline;
}

.prod-caption-modal {
    text-align: center;
    padding-top: 5px;
    color: #585858;
    margin-bottom: 10px !important;
}

.xzoom-source {
    cursor: crosshair;
}

.xzoom-thumbs {
    text-align: center;
    width: 101%;
    margin: auto;
}

.prod-caption {
    text-align: center;
    padding-top: 5px;
    color: #585858;
    margin-bottom: 0px !important;
}

.prod-caption {
    text-align: center;
    padding-top: 5px;
    color: #585858;
    margin-bottom: 0px !important;
}

.xzoom-container {
    margin-bottom: 40px;
    text-align: center;
}

#modalImage div {
    text-align: center;
}

#maxi {
    max-width: 100%;
    min-width: 273px;
}

@media (max-width:992px) {
    #maxi {
        max-height: 424px
    }
}

@media (max-width:460px) {
    #maxi {
        min-width: 100%;
    }
}



.video-thumb:before {
    content: "\f144";
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 0px;
    color: white;
    opacity: .8;
    font-size: 27px;
    top: 7px;
    position: relative;
    left: 44px;
}

.video-thumb {
    margin-left: -28px;
    margin-right: 16px;
    display: inline-block;
}

    .video-thumb:after {
        content: "VIDEO";
        font-style: normal;
        font-weight: bold;
        text-decoration: inherit;
        margin-left: -43px;
        color: #585858;
        opacity: .8;
        font-size: 10px;
        top: 29px;
        position: relative;
    }

@media (max-width:1170px) {
    .xzoom-thumbs a img {
        margin-bottom: 10px;
        width: 48px;
    }

    .video-thumb:before {
        top: 1px;
    }
}

@media (max-width:992px) {
    .modalThumbnail {
        margin-top: 0px;
    }

    .video-thumb:before {
        top: 0px;
        left: 40px;
    }
}

.modal-dialog {
    margin-top: 30px;
}

.modal-open .modal {
    z-index: 999999;
}

.modalThumbnail {
    width: 60px;
    height: 47px;
    cursor: pointer;
    margin-bottom: 14px;
    margin-top: 10px;
}

    .modalThumbnail:after {
        top: 23px;
    }

.modalVideo {
    min-height: auto !important;
}

.xzoom {
    max-width: 100%;
}


.video-container2 {
    padding-top: 0px;
}

.prod-caption {
    line-height: 1.3;
    margin-bottom: 10px !important;
}

@media (max-width:992px) {

    .close {
        font-size: 1.5rem !important;
    }

    .video-container2 {
        min-height: auto !important;
    }

    #modalImage div {
        min-height: auto !important;
    }

    .xzoom-container {
        text-align: center;
    }
}

body.modal-open {
    padding-right: 0px !important;
}

#RequiresAccessories {
    background-color: #fffad3;
    margin-right: 30px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #ffcc02;
    padding: 7px;
    margin-top: 75px !important;
    display: block;
}

.productBrand {
    display: block;
    margin-top: -2px;
    color: #585858;
}

.brandLink {
    font-weight: bold;
    text-decoration: underline;
}

/* 
New Tabs 
*/

#tabsBar {
    border-bottom: 3px solid #ffd700;
    border-image: linear-gradient(90deg, #ffd700 75%, #fff 99%) 1;
    margin-top: 30px;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 10;
    background-color: white;
}

.tabsBar {
    margin: 0;
    margin-left: 0px !important;
    padding-left: 0px;
    margin-bottom: -1px;
}

    .tabsBar li {
        display: inline-block;
        background: #efefef;
        border-top: #dadada solid 1px;
        border-left: #dadada solid 1px;
        border-right: #dadada solid 1px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: relative;
        top: 1px;
        color: #5F5F5F;
        text-decoration: none !important;
        cursor: pointer;
        margin-right: 5px;
        padding: 6px 8px 3px 8px;
        font-size: 13px;
        transition: ease-in-out;
    }

    .tabsBar &gt; .active {
        border-bottom: #ffd700 solid 1px;
        border-top: #ffd700 solid 1px;
        border-left: #ffd700 solid 1px;
        border-right: #ffd700 solid 1px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: relative;
        top: 1px;
        background-color: gold;
        color: #000;
        transform: translateY(-2px);
        height: 33px;
        transition: background-color 0.25s ease;
        transition: transform 0.25s ease;
    }

    .tabsBar li:hover {
        color: #000;
        transform: translateY(-2px);
        height: 33px;
    }



@media (max-width: 992px) {
    #tabsBar {
        z-index: 10;
        padding: 0px;
        background-color: white;
        border-top: 0px;
        margin-top: 2px;
        border-image: none !important;
        position: sticky;
        top: 0;
        overflow: hidden;
    }

    .tabsBar {
        padding-left: 0px;
        text-align: center;
        background-color: #efefef;
        padding-top: 0px;
        margin-top: 15px;
        margin-bottom: 1px;
    }

        .tabsBar &gt; .active {
            width: 100%;
            border-radius: unset;
            border-left: none;
            border-right: none;
            background-color: #ffd700;
            top: 0px;
            margin-top: 0px;
            margin-bottom: -1px;
            height: auto;
            transform: none;
            padding: 10px;
        }

        .tabsBar li {
            height: auto;
            padding-top: 8px;
            width: 100%;
            border-top: none;
            border-left: none;
            border-right: none;
            border-top: 1px solid #dadada;
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }

            .tabsBar li:hover {
                transform: none;
                height: auto;
            }
}

@media (max-width:1200px) {
    #RequiresAccessories {
        margin-top: 75px !important;
        margin-right: 0px !important;
    }
}

#logodiv {
    float: right;
    height: 158px;
    width: 100%;
}

@media(max-width: 991px) {
    #logodiv {
        height: auto !important;
        float: none;
        text-align: center;
        margin-bottom:10px;
    }
}


h5.tspecHeader {
    font-style: normal !important;
    font-family: sofia w01 bold,Helvetica,Arial,sans-serif !important;
}

.btn-spec-active, .btn-spec-selected, .btn-spec-disabled {
    margin: 0px 0px 5px 0px !important;
}

.btn-spec-active {
    color: #000;
    background-color: #0000;
    border: 1px solid #0000;
    border-color: #007bff;
    padding: 0.375rem 0.75rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .btn-spec-active:hover {
        color: #fff;
        background-color: #007bff;
        border: 1px solid #0000;
        border-color: #007bff;
        padding: 0.375rem 0.75rem;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        border-radius: 4px;
    }

.btn-spec-selected {
    color: #fff;
    background-color: #007bff;
    border: 1px solid #0000;
    border-color: #007bff;
    padding: 0.375rem 0.75rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
}

.btn-spec-disabled {
    color: #999;
    background-color: transparent;
    border: 1px solid #0000;
    border-color: #0000;
    padding: 0.375rem 0.75rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
}
    .btn-spec-disabled:hover {
        color: #999;
        background-color: #efefef;
        border: 1px solid #0000;
        border-color: #0000;
        padding: 0.375rem 0.75rem;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        border-radius: 4px;
    }

/*.btn-resetSpecs {
    float: right;
    width: auto !important;
    padding: 0.375rem 0.75rem !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 200px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #dadada !important;
    color: #000 !important;
    border-color: #0000;
}

    .btn-resetSpecs:hover {
        float: right;
        width: auto !important;
        padding: 0.375rem 0.75rem !important;
        text-align: center;
        vertical-align: middle;
        border-radius: 200px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        background: #efefef !important;
        color: #000 !important;
        border-color: #0000;*/

/*
        float: right !important;
        margin-right: 18px;
        margin-top: 7px;
        background: #efefef !important;
        padding: 2px 20px !important;
        border-radius: 200px !important;
        width: auto !important;*/
    /*}*/

table.group-table tbody tr td ul li {
    width: auto !important;
}


/*Config table*/
.tableTopBottomConfig {
    overflow-x: scroll;
}

    .tableTopBottomConfig table {
    }

    .tableTopBottomConfig td {
        border-color: #fff !important;
    }

    .tableTopBottomConfig thead th, .tableTopBottomConfig tbody th {
        vertical-align: middle !important;
        text-align: right;
    }

    .tableTopBottomConfig th &gt; span {
        display: block;
    }

    .tableTopBottomConfig th.yellow {
        background-color: gold;
        border: 1px solid gold !important;
        font-family: 'Sofia W01 Bold';
    }

        .tableTopBottomConfig th.yellow &gt; span {
            width: 100%;
            text-align: center;
            display: block;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    .tableTopBottomConfig span.rotate {
        transform: rotate(180deg);
        writing-mode: vertical-lr;
        white-space: nowrap;
        vertical-align: middle;
        display: block;
        padding: 5px;
        margin: auto;
        font-size: 16px !important;
    }

    .tableTopBottomConfig th#legend {
        position: relative;
        min-width: 250px;
        font-size: 16px !important;
        background-color: #333;
    }

    .tableTopBottomConfig thead &gt; tr:first-child &gt; th:first-child &gt; div {
        color: #fff;
        height: 100%;
        padding: 30px !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }

        .tableTopBottomConfig thead &gt; tr:first-child &gt; th:first-child &gt; div &gt; span {
            line-height: 3.5;
            text-align: left;
            display: block;
        }

            .tableTopBottomConfig thead &gt; tr:first-child &gt; th:first-child &gt; div &gt; span:before {
                height: 18px;
                width: 18px;
                content: " ";
                position: relative;
                display: inline-block;
                top: 3px;
                margin-right: 15px;
                margin-left: 15px;
            }

    .tableTopBottomConfig table &gt; thead &gt; tr:nth-child(2) &gt; th:nth-child(even) {
        background-color: #f2f2f2;
    }

    .tableTopBottomConfig thead &gt; tr:first-child &gt; th:first-child &gt; div &gt; span:first-child:before,
    .compat {
        background-color: lightgreen !important;
    }

    .tableTopBottomConfig thead &gt; tr:first-child &gt; th:first-child &gt; div &gt; span:nth-child(2):before,
    .notapp {
        background-color: cornflowerblue !important;
    }

    .tableTopBottomConfig thead &gt; tr:first-child &gt; th:first-child &gt; div &gt; span:nth-child(3):before,
    .notcompat {
        background-color: salmon !important;
    }
    /* */

table#tableAccessories thead {
    position: sticky;
/*    top: 35px;*/
    z-index: 9;
    width: auto;
    margin-left: -1px;
    background-color: #000000;
    color: #ffffff;
}


#tableAccessories .list-inline {
    margin: -14px;
}

/* full width products tab */
@media (min-width: 1200px) {
    div#tabProducts {
        max-width: 90%;
        padding: 0px 30px 0px 0px !important;
    }

}
/* full width products tab */
@media (min-width: 1200px) {
    .fullWidthTabs {
        max-width: 90%;
        width:100%;
        padding: 0px 30px 0px 0px !important;
    }
}

@media (min-width: 991px) {
    div#tabAccessories table {
        max-width: 98% !important
    }
}

    /*TSHIRT UPDATES*/
    .btn-resetSpecs, .btn-compareSpecs {
        font-size: 12px !important;
        text-transform: uppercase;
        font-family: 'sofia w01 bold';
        background-color: #007bff !important;
        color: #fff !important;
        padding: 3px 10px !important;
        border-radius: 3px !important;
        text-decoration: none !important;
        letter-spacing: .5px;
        border: none;
    }

        .btn-resetSpecs:hover, .btn-compareSpecs:hover {
            font-size: 12px !important;
            text-transform: uppercase;
            font-family: 'sofia w01 bold';
            background-color: #0065d2 !important;
            color: #fff !important;
            padding: 3px 10px !important;
            border-radius: 3px !important;
            text-decoration: none !important;
            letter-spacing: .5px;
        }

    .partialContents {
        padding-top: 15px !important;
    }

    .specSelectHeader {
        display: none !important;
    }

    h5.tspecHeader {
        width: auto !important;
        font-family: 'sofia w01 bold';
        display: inline-block;
        margin-top: 15px !important;
    }

    .btn-spec-selected::after {
        font-family: 'font awesome 6 free';
        content: "\f00c";
        padding-left: 5px;
        font-size: 12px;
    }

    .btn-spec-selected {
        background: #fff;
        color: #000;
        border-color: #fff;
        font-family: 'sofia w01 bold'
    }

    .specSelectHeader {
        display: block;
        border-bottom: none;
        width: auto !important;
        font-size: 18px;
        border-bottom: 1px solid #ddd;
    }

    .btn-spec-selected::after {
        font-family: 'font awesome 6 free';
        content: "\f00c";
        padding-left: 5px;
        font-size: 12px;
    }

    .btn-spec-selected {
        background: #fff;
        color: #000;
        border-color: #fff;
    }

    .compareReset {
        display: flex !important;
        flex-direction: row;
        padding-top: 30px;
    }

    .productsTop {
        background-color: #dadada;
        box-shadow: 3px 4px 12px #9a999a;
        padding-top: 30px;
        z-index: 0;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .partNumberSection {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        /* add bottom border to every section except the last one */
        .partNumberSection:not(.display-none):has(~ .partNumberSection:not(.display-none)) {
            border-bottom: 2px solid #ddd;
        }

    div#tabDescription p {
        padding-right: 30px;
    }

    .tabContentHeader {
        text-align: center !important;
        font-family: 'sofia w01 bold' !important;
        font-size: 24px !important;
        color: #000;
        text-transform: uppercase;
        position: relative;
    }

        .tabContentHeader:before {
            width: 70px;
            height: 4px;
            display: block;
            content: "";
            position: absolute;
            bottom: -4px;
            left: 50%;
            margin-left: -36px;
            background-color: #fccc02;
        }


    .resourceResults div:nth-child(n+7) {
        display: none;
    }

    div#tabTechnicalImages h2.tabContentHeader {
        margin-bottom: 30px;
    }

    div#tabProducts.partNumberSection {
        border-bottom: none !important;
    }

        div#tabProducts.partNumberSection h2.tabContentHeader {
            margin-left: 31px;
            padding-top: 15px;
        }

    .techImg {
        width: 100%;
        max-width: 550px;
        margin: auto !important;
    }

    #tableAccessories tr:hover td.specifications-row {
        background: #fff;
    }

/* strikethrough pricing on pricelist */
@media screen and (min-width: 767px) {
    .volPrice:has(s), .volPrice:has(s) + .volPrice {
        height: 81px !important;
    }

    .volPrice:has(s) + .volPrice &gt; a {
            height: 48px !important;
    }
}</pre></body></html>