<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    ================
    Cart
    ================
*/

.form-check-inline {
    margin-right:-5px;
}
#taxExemptElement &gt; .eo-modal-content {
    overflow-x:hidden
}

#CertificateExpirationMonth, #CertificateExpirationYear {
    width: 100%; margin-bottom: 10px;
}

.cart-survey-box {
    margin-top: 30px;
    width:96%;
    width:96%;
    margin:auto;
    color:#ffffff;
}

.cart-survey-box h3 {
    margin-bottom: 15px !important;
    font-size: 30px !important;
    padding-top: 30px;
    padding-left: 30px;
    font-weight: normal !important;
}

.edit-cart {
    z-index:9999999;
     margin-top: 15px; 
     font-size: 12px; 
     color: #585858; 
     text-align:right
}

@media (max-width: 992px) {
    .btn-cart-outline{
        font-size:12px;
    }
    .box-review {
    margin-right:0px !important;
    }
    .edit-cart {
        margin-top: -12px;
        top: 32px;
        text-align: center;
        padding-left: 15px;
    }
    .container-checkoutnav {
        margin-bottom:30px
    }
}

#quantityVolume {
    margin-bottom: 5px;
}

#quantityVolume span:nth-child(1) {
    font-size:12px;
    position: relative;
    top: -1px;
}

.cart-sum {
    padding-right: 0px; padding-left: 15px;margin-top: -52px;
}

.minicart-summary {
    margin-top: 83px;
    border: 1px solid #dadada;
}

@media (max-width: 992px) {

    .cart-sum {
        padding-right: 15px;
        padding-left: 0px;
        margin-top: 0px;
    }
    .minicart-summary {
        margin-top: 0px;
    }
}

.cart-head {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 18px;
}

.cart-menu-links a {
    white-space: nowrap;
    color: #0462be !important;
    background-color: transparent !important;
}



    .cart-menu-links a:hover {
        white-space: nowrap;
        color:dimgrey !important;
        background-color: none;
        cursor:pointer;
    }

.cart-head-left {
    height: auto;
    overflow: hidden;
    float: left;
}

    .cart-head-left h1 {
        margin-top: 4px;
    }

.cart-head-right {
    height: auto;
    overflow: hidden;
    float: right;
}

.cart-summary {
    overflow: hidden;
    padding: 32px 30px 10px 26px;
    margin-right: 0px;
}

.cart-summary-left {
    float: left;
    height: auto;
}

.cart-summary-right {
    float: right;
    height: auto;
}

.cart-summary h3 {
    margin: 0;
    font-family: 'Heebo', Helvetica, Arial, sans-serif;
}

.cart-summary-table {
    font-size: 15px;
    color: black;
    width: 300px;
}

.cart-summary-table-underscore {
    border-bottom: solid 1px black;
}

.cart-summary-total-left {
    font-size: 19px;
    font-weight: bold;
}

.cart-item-price-crossed {
    color: #333 !important;
    font-weight: normal;
    font-size: 15px;
}

.remove-item-x {
    position: relative;
    float: right;
    font-size: 12px;
    top:-5px;
    left:10px;
}

.cart-summary-total-right {
    font-size: 19px;
    color: #007200;
    font-weight: bold;
}

.cart-button {
    display: inline-block;
    background-color: #fccc30;
    padding: 10px 19px;
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #dcdcdc;
    -webkit-box-shadow: 5px 5px 5px #dcdcdc;
    box-shadow: 5px 5px 5px #dcdcdc;
    border:none;
}

.cart-button-ds {
    display: inline-block;
    background-color: #fccc30;
    padding: 10px 19px;
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #000000;
    -webkit-box-shadow: 5px 5px 5px #000000;
    box-shadow: 5px 5px 5px #000000;
    border:none;
}


.cart-item {
    min-height: 250px;
    overflow: visible;
    padding: 22px 22px 22px 22px;
    margin-bottom: 25px;
    margin-right: 0px;
}

.cart-item-name {
    margin-bottom: 10px;
}

.cart-item-img {
    float: left;
    width: 86px;
    margin-right: 15px;
}

.cart-item-left {
    float: left;
}

.cart-item-right {
    float: right;
}

.cart-item-stocknum-label {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.cart-item-stocknum {
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
}

.cart-item-custpn {
    margin-top: 5px;
}

    .cart-item-custpn input {
        border-radius: 2px;
        border: solid 1px #e3e3e3;
        margin-left: 0px;
        padding-left: 10px;
    }

.cart-item-right-container {
    height: auto;
    overflow: hidden;
    border-bottom: solid 1px #dadada;
    padding-bottom: 12px;
}


@media (max-width: 992px) {

    .cart-item-right-container {
       text-align: left !important
    }
    .cart-item-total-price {
        padding-left: 0px !important;
    }
    #thankyouFeedbackForm &gt; div &gt; div {
        margin-bottom:30px
    }
}



.cart-item-quantity {
    float: left;
}

.form-group {
    margin-bottom: 5px;
}

ul.btn-savedList {
    margin-top: auto !important;
    display:inline-flex;
}

    ul.btn-savedList li {
        display: inline !important;
        padding: 0 4px 0 0 !important;
        margin: 0 !important;
        width: auto !important;
    }

.saved-list {
    display: inline !important;
    border: none !important;
    padding: 0px !important;
    margin: 0 !important;
    color: inherit !important;
    background-color:transparent !important;
}

.saved-list:hover {
    background-color:transparent !important;
}

.saved-list-link {
    color: #0462be !important;
    cursor: default;
    text-decoration: none;
}

@media (max-width:1170px) {
    .respd {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.cart-item-message-error {
    height: auto;
    overflow: hidden;
    padding: 22px 38px 17px 33px;
    margin-bottom: 25px;
    color: #000;
    background-color: #ffe2e2 !important;
    border:1px solid red;
    border-radius:10px
}

.cart-item-message-success {
    height: auto;
    overflow: hidden;
    padding: 15px 38px 17px 33px;
    margin-bottom: 25px;
    color: #000;
    border-radius:10px;
    background-color:#ecfce6;
    margin-top:15px;
    border: 1px solid green;
    font-size:16px;
}

.cart-box-container {
    padding-right: 0px;
}


.button-cart-qty {
    height: 25px;
    width: 25px;
    color: #000;
    background-color: transparent;
    text-decoration: none !important;
    display: block;
    text-align: center;
    float: left;
    line-height: 19px;
    border: none;
    border-radius: 50%;
    border:1px solid #000
}

[id^=minus]:hover {
    background-color:#989898;
    border: 1px solid #989898;
    color:#fff;
}

[id^=plus]:hover {
    background-color: #0065fd;
    border: 1px solid #0065fd;
    color:#fff;
}

ul.btn-savedList li {
    line-height:6px;
}

.saved-list a {
    color:#0462be !important;
    font-size:12px !important;
}

    .button-cart-qty:hover {
        text-decoration: none !important;
    }

.cart-item-qty-text {
    height: 22px;
    width: 38px;
    text-align: center;
    display: block;
    float: left;
    background: transparent !important;
    margin-top: 2px;
    border: none !important;
    border-bottom: 1px solid #dadada !important;
}

.cart-item-price {
    color: #007200;
    font-size: 19px;
    padding-left: 0px !important;
    font-weight: bold;
}

#savedProducts .cart-item-price
{
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    font-size:15px;
}

.cart-item-total-price {
    color: #007200;
    font-size: 19px;
    padding-left: 6px;
    font-weight: bold;
    line-height:1.3rem;
}



.cart-add-item-container {
    height: auto;
    overflow: hidden;
    margin-bottom: 19px;
}

.cart-add-item {
    height: auto;
    overflow: hidden;
    padding: 15px 35px 17px 17px;
    width: 50%;
    float: left;
    width: 569px;
}

.cart-add-item-lefthalf {
    margin-right: 32px;
}

.cart-add-item-left {
    float: left;
    width: 345px;
    margin-right: 23px;
}

.cart-add-item-right {
    float: left;
    text-align: right;
    width: 147px;
}

.cart-add-item input {
    height: 44px;
    width: 100%;
    border: solid 1px #dadada;
}

.promo-name {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.promoDiscount {
    color: #007200;
}

.address-pop-button {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}

.address-popup .col-lg-6 {
    width: 45%;
}


/*
    ================
    Checkout
    ================
*/

#shipping-note {
    background-color:yellow;
    text-align:center;
    padding:15px;
    line-height:19px;
    margin-top:15px !important;
}

.checkout-address-message {
    width: 100%;
    color: #a94442 !important;
    background-color: #fcfccf !important;
    border-color: #ebccd1 !important;
    padding: 10px !important;
    padding-left: 15px !important;
    margin: 30px 0px 25px 0px;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
}

.checkout-left {
    width: 673px;
    height: auto;
    min-height: 620px;
    position: relative;
    float: left;
    margin-bottom: 23px;
}

.checkout-address-left h2 {
    font-weight: bold;
}

.checkout-use-as-billing {
    color: #0353c8;
    float: right;
}


.checkout-address-hr {
    background-color: #f8ce00;
    color: #f8ce00;
    height: 1px;
    border-width: 0;
    border: none !important;
}

.checkout-address-select {
    padding: 5px;
    font-size: 13px;
    background-color: #fff;
    padding-left: 10px;
    border-bottom: 1px solid #dadada;
}

    .checkout-address-select.checked {
        background-color: #e5f8e5;
    }

    .checkout-address-select strong {
        font-size: 15px;
    }

.checkout-address-buttons {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.checkout-address-button {
    color: #0c64bb;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 15px;
    vertical-align: bottom;
}

.checkout-address-view-all {
    background-color: #0353c8;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 2px;
    font-weight: bold;
    border-radius: 25px;
    width: 50%;
    margin: auto;
    margin-top: 5px;
}

#container-checkoutminicart {
    float: right;
    position: relative;
    margin-top: -2px;
    right: 460px;
}

.container-checkoutnav {
    width: 100%;
    background-color: #dadada;
    height: auto;
    text-align: center;
}

.checkoutnav-step {
    float: left;
    height: 48px;
    line-height: 48px;
    color: black;
    padding: 0 14px;
    font-family: 'Heebo', Arial, Helvetica;
    position: relative;
}

    .checkoutnav-step.active {
        background-color: #007300;
        color: white;
    }

        .checkoutnav-step.active:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(0, 115, 0, 0);
            border-top-color: #007300;
            border-width: 12px;
            margin-left: -12px;
        }

.checkout-address-field-row {
    height: auto;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.checkout-address-field {
    float: left;
    margin-right: 0px;
}

    .checkout-address-field.right {
        float: right;
        margin-right: 0px !important;
    }

    .checkout-address-field label {
        font-size: 12px;
        display: block;
        margin-bottom: 0 !important;
        font-weight: normal !important;
    }

    .checkout-address-field input {
        width: 372px;
        border: solid 1px #dadada;
        height: 41px;
        padding-left:10px;
    }

    .checkout-address-field.right input {
        width: 367px;
        border: solid 1px #dadada;
    }

    .checkout-address-field select {
        width: 269px;
        border: solid 1px #dadada;
        height: 41px;
    }

.checkout-shipping-method-radiobutton {
    width: 50%;
    float: left;
    padding: 5px;
}

.minicart-container {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: 470px;
    margin-top: -107px;
    left: 0px;
    z-index: 99999;
}
@media (max-width:1399px) {
    .button-cart-qty {
        height: 22px;
        width: 22px;
        line-height: 16px;
    }
}

    @media (max-width:1199px) {
        .checkout-address-field.right input {
            width: 100%
        }

        .checkout-address-field input {
            width: 100%;
        }

        .checkout-address-field {
            width: 100%
        }

            .checkout-address-field select {
                width: 100%;
                margin-bottom: 15px;
            }

        .checkout-address-field-row {
            margin-bottom: 0px;
        }

        .checkout-address-field input {
            width: 100%;
            margin-bottom: 15px;
        }

        .checkout-address-field {
            float: none
        }

            .checkout-address-field.right input {
                width: 100%;
            }

            .checkout-address-field.right {
                float: none;
            }
    }


    @media (max-width:1200px) {
        .minicart-container {
            position: relative;
            width: 100%;
            margin-bottom: 30px;
            margin-top: 0px;
            padding-right: 5px;
            padding-left: 5px;
        }

        #container-checkoutminicart {
            float: none;
            margin-top: 70px;
            right: 0px;
        }

        .checkout-use-as-billing {
            margin-bottom: 15px;
            display: block;
            position: initial;
        }
    }

    .fa-shopping-cart {
        color: #ffffff;
        margin-left: 30px;
    }

    @media (max-width:767px) {
        .checkoutnav-step.active:after {
            display: none !important;
        }

        .fa-shopping-cart {
            margin-left: 0px !important;
        }
    }


    .minicart-shadow {
        -webkit-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
        -moz-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
        box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
        width: auto;
        overflow: hidden;
    }

    .minicart-header {
        background-color: #dadada;
        color: black;
        height: 61px;
        line-height: 61px;
        padding: 0 25px;
        border-bottom: solid 2px #3f3e3e;
    }

    .minicart-header-right {
        float: right;
    }

    .minicart-cartitems {
        max-height: 404px;
        overflow: scroll;
        background-color: white;
        border-left: solid 2px #dadada;
        border-right: solid 2px #dadada;
        overflow-x: hidden;
    }

    .minicart-cartitem {
        height: auto;
        overflow: hidden !important;
        border-bottom: solid 1px #dadada;
        max-height: 385px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 24px;
        padding-right: 16px;
        line-height: 21px;
    }

    .minicart-cartitem-image {
        float: none;
        margin-right: 0px;
    }

        .minicart-cartitem-image img {
            width: 100%
        }

    .minicart-cartitem-name {
        color: #006ab6;
        display: block;
    }

    .minicart-cartitem-price {
        color: #2a6f00;
        font-weight: bold;
    }

    .minicart-summary {
        background-color: white;
        padding: 27px 18px 31px 21px;
    }

    .minicart-terms {
        margin-top: 15px;
    }


    .review-cartitems {
        background-color: #fff;
        max-height: none;
        padding-top: 0px;
        border: none;
    }

    .review-cartitem {
        height: auto;
        overflow: hidden;
        border-bottom: solid 1px #dadada;
        overflow: auto;
        padding: 0px !important;
        padding-bottom: 15px !important;
        padding-top: 35px !important;
    }


    .fa-question-circle-o {
        color: #0c64bb;
    }

    .checkout-nav-check {
        color: #007300;
    }

    .checkout-shipping-container {
        position: relative;
        min-height: 550px;
    }

        .checkout-shipping-container h4 {
            padding: 0;
            height: auto;
            line-height: normal;
            margin-bottom: 5px;
            margin-top: 10px;
        }

    @media (max-width: 930px) {
        .checkout-shipping-container {
            padding-right: 15px;
        }
    }

    .checkout-shipping-carrier {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

        .checkout-shipping-carrier td {
            padding: 5px;
        }

        .checkout-shipping-carrier input {
            border: solid 1px #dadada;
        }

    .instock, .twodays, .threedays, .tendays, .sixdays {
        vertical-align: middle;
    }

    .box-review {
        margin-top: 10px;
        border: solid 1px #dadada;
        background-color: white;
        padding: 24px 21px;
        margin-right: 15px;
        min-height: 200px;
    }

    .cart-survey {
        padding-left: 20px;
        padding-right: 20px;
    }

    @media (max-width: 930px) {
        .survey-container {
            width: 108%;
        }

        .cart-survey {
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    #quick-cart-survey {
        padding-top: 11px;
        width: 100%;
        margin: auto;
        color: #fff;
        padding-right: 0px;
    }

        #quick-cart-survey h3 {
            text-align: center;
            font-size: 29px !important;
            font-weight: normal !important;
            margin-top: 14px !important;
        }

    .cart-survey-comment {
        width: 100%;
        height: auto;
        border: solid 1px #dadada;
        color: black;
    }

    .view-link {
        background-color: #0571fd;
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
        color: #fff;
        font-size: 11px;
        border-radius: 20px;
        border: none;
        font-weight: bold;
        margin: 8px;
        white-space: nowrap;
    }

    .view-link-ty {
        background-color: #0571fd;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
        color: #fff;
        font-size: 13px;
        border-radius: 20px;
        border: none;
        font-weight: bold;
        white-space: nowrap;
        display: block;
    }

    .row.display-flex {
        display: flex;
        flex-wrap: wrap
    }

        .row.display-flex &gt; [class*='col-'] {
            flex-grow: 1;
        }

    .order-options {
        background-color: #efefef;
        border: solid 1px #dcdcdc;
        text-align: center;
        width: 100%;
        padding: 30px;
    }

        .order-options span {
            font-size: 45px;
            margin-top: 10px;
        }


    /*  New Thank you page Code - Should be going live 2/17

    .order-options {
    background-color: #efefef;
    border: solid 1px #dcdcdc;
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding-bottom: 10px;
}

    .order-options span {
        font-size: 30px;
        margin-top: 10px;
    }*/
    .cart-survey-rating-scale {
        width: auto;
        display: inline-block;
        margin-top: 15px;
        padding-top: 5px;
        text-align: center;
        padding-left: 3px;
    }


    @media (max-width: 930px) {
        .cart-survey-rating-scale-item {
            padding: 0 5px;
        }
    }

    .cart-survey-scale-number {
        display: block;
        padding-left: 2px;
        left: -3px;
        position: relative;
    }

    .cart-survey {
        padding: 0px !important;
        text-align: center
    }

    .frown {
        color: #FF5656;
        font-size: 32px !important;
        padding: 0px;
        height: 32px;
        width: 32px;
        border-radius: 24px;
        background-color: #FF5656;
        color: #fff;
        margin-right: 5px;
    }

    .smile {
        font-size: 32px !important;
        color: green;
        padding: 0;
        height: 32px;
        width: 32px;
        border-radius: 24px;
        background-color: green;
        color: #fff;
    }


    /*
    ================
   Quick Quote
    ================
*/


    .qqbox {
        width: 370px;
        margin: auto;
        border: 1px solid #dadada;
        background-color: #fff;
        padding-top: 5px;
        margin-bottom: 15px;
    }

        .qqbox #addByStockNo {
            height: 40px;
            padding-left: 15px;
            margin-right: 15px;
        }

    .resourceCallout {
        background-color: #0090b4;
        color: #fff;
        padding-bottom: 15px;
        padding-left: 30px;
        height: 120px;
    }

    .qqQty {
        margin-left: 50px
    }

    @media (max-width: 1199px) {
        .resourceCallout {
            height: auto;
            padding-top: 15px;
        }

        .qqbox {
            width: 90%;
            padding-right: 15px;
            padding-left: 15px;
            padding-top: 15px;
        }

            .qqbox #addByStockNo {
                width: 100% !important;
            }

        .qqQty {
            margin-left: 15px;
            margin-top: 15px;
        }
    }






    /* related products carousel*/

    #arrows {
        margin-left: 20px;
        text-align: right;
        float: right;
        top: -50px;
        position: relative;
        left: -28px;
    }

    .btn.btn-cart {
        margin-top: 2px;
        margin-bottom: 5px !important;
        margin-left: 2px;
        padding-bottom: 6px;
        width: 40px;
    }

    .fa-shopping-cart {
        margin-left: 0px;
    }

    #tabRelatedProducts {
        text-align: center;
    }


    .relatedProductsCarousel .slide {
        width: 225px !important;
        margin-right: 23px !important;
        margin-bottom: 100px;
    }

    .relatedProductsCarousel div.slick-list {
        height: 325px;
    }

    .relatedProductsCarousel .slick-dots {
        position: relative !important;
        bottom: 385px !important;
    }


    @media (max-width: 930px) {
        .relatedProductsCarousel {
            width: 480px;
        }
    }


    .cartRelatedProductsArrows {
        /*margin-right: 30px !important;*/
        margin-left: 10px !important;
    }


    .relatedProductsCarousel .slick-track {
        width: 3360px !important;
    }

    #cartRelatedProductsContainer {
        background-color: white;
    }


    #relatedProducts {
        padding-bottom: 50px;
        padding-top: 30px;
    }

    /* saved products carousel*/

    #saved-arrows {
        margin-left: 20px;
        text-align: right;
        float: right;
        top: -50px;
        position: relative;
        left: -28px;
    }

    #tabSavedProducts {
        text-align: center;
    }


    .savedProductsCarousel .slide {
        width: 225px !important;
        margin-right: 23px !important;
        margin-bottom: 100px;
    }

    .savedProductsCarousel div.slick-list {
        height: 375px;
    }

    .savedProductsCarousel .slick-dots {
        position: relative !important;
        bottom: 385px !important;
    }


    @media (max-width: 930px) {
        .savedProductsCarousel {
            width: 480px;
        }
    }


    .cartSavedProductsArrows {
        /*margin-right: 30px !important;*/
        margin-left: 10px !important;
    }


    .savedProductsCarousel .slick-track {
        width: 3360px !important;
    }

    #cartSavedProductsContainer {
        background-color: white;
    }


    #savedProducts {
        padding-bottom: 25px;
        width: 100%;
        padding: 30px;
    }



    /*** 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 */

    .specs:nth-child(odd) {
        border-right: 1px solid #dadada;
    }

    .specsRow:nth-child(odd) {
        background-color: #efefef;
    }


    @media (max-width: 1200px) {
        .specsRow .specs:nth-child(even) {
            border-right: none;
            background-color: #ffffff;
        }

        .specsRow .specs:nth-child(odd) {
            border-right: none;
            background-color: #efefef;
        }
    }


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

    button.btn-specifications {
        background: transparent;
        border: none;
        height: 33px;
    }

    .volPrice {
        border: 1px solid #dadada;
        border-radius: 10px;
        text-align: center;
        padding: 4px 0px 4px 0px;
        margin-right: 15px;
        height: 58px;
    }


    .cartStrikeThrough {
        border: 1px solid #dadada;
        border-radius: 10px;
        text-align: center;
        padding: 4px 0px 4px 0px;
        margin-right: 15px;
        height: 58px;
    }








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

    .carouselPrev {
        /*float: left;*/
        cursor: pointer;
    }

    .carouselNext {
        /*float: right;*/
        margin-right: 25px !important;
        cursor: pointer;
    }


    .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 */
    @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;
    }


    /* related products carousel*/
    #tabRelatedProducts {
        text-align: center;
    }

    .relatedProductsCarousel {
        width: 986px;
        margin: auto;
    }

        .relatedProductsCarousel .slide {
            text-align: center;
        }

    .relatedProductsCarouselArrows {
        cursor: pointer;
        margin-top: -230px;
        margin-right: -20px !important;
    }

    @media (min-width: 1295px) {

        .relatedProductsCarousel .slide {
            width: 225px !important;
        }
    }






    @media (max-width: 1295px) {
        .tabRelatedProducts {
            text-align: center;
        }

        .relatedProductsCarousel {
            width: 728px;
            margin: auto;
        }

            .relatedProductsCarousel .slide {
                margin-right: 9px !important;
                margin-left: 9px;
                width: 225px !important;
            }

        /*.cartRelatedProductsArrows {
        margin-right: 30px !important;
        z-index: 9999;
        position: relative;
        opacity: .3;
        color: #585858;
        background-color: #fff;
        padding: 2px;
        border-radius: 5px;
        padding-bottom: 0px;
        margin-left: 15px !important;
    }*/
    }







    @media (max-width: 930px) {
        .relatedProductsCarousel {
            width: 480px;
        }

        .relatedProductsCarouselArrows {
            margin-top: -240px;
        }

        .relatedProductsCarousel .slide {
            margin-right: 6px !important;
            margin-left: 9px;
        }
    }

    @media (max-width: 600px) {
        .relatedProductsCarousel {
            width: 225px;
        }

        .relatedProductsCarouselArrows {
            margin-top: -245px;
            margin-right: 30px !important;
            margin-left: 40px !important;
        }

        .relatedProductsCarousel .slide {
            margin-right: 0px !important;
            margin-left: 0px;
            width: 225px !important;
        }
    }

    .slick-track {
        width: 3360px !important;
    }

    /* saved products carousel*/
    #tabSavedProducts {
        text-align: center;
    }

    .savedProductsCarousel {
        width: 986px;
        margin: auto;
    }

        .savedProductsCarousel .slide {
            text-align: left;
        }

    .savedProductsCarouselArrows {
        cursor: pointer;
        margin-top: -230px;
        margin-right: -20px !important;
    }

    @media (min-width: 1295px) {

        .savedProductsCarousel .slide {
            width: 225px !important;
        }
    }






    @media (max-width: 1295px) {
        .tabSavedProducts {
            text-align: center;
        }

        .savedProductsCarousel {
            width: 728px;
            margin: auto;
        }

            .savedProductsCarousel .slide {
                margin-right: 9px !important;
                margin-left: 9px;
                width: 225px !important;
            }

        /*.cartSavedProductsArrows {
        margin-right: 30px !important;
        z-index: 9999;
        position: relative;
        opacity: .3;
        color: #585858;
        background-color: #fff;
        padding: 2px;
        border-radius: 5px;
        padding-bottom: 0px;
        margin-left: 15px !important;
    }*/
    }







    @media (max-width: 930px) {
        .savedProductsCarousel {
            width: 480px;
        }

        .savedProductsCarouselArrows {
            margin-top: -240px;
        }

        .savedProductsCarousel .slide {
            margin-right: 6px !important;
            margin-left: 9px;
        }
    }

    @media (max-width: 600px) {
        .savedProductsCarousel {
            width: 225px;
        }

        .savedProductsCarouselArrows {
            margin-top: -245px;
            margin-right: 30px !important;
            margin-left: 40px !important;
        }

        .savedProductsCarousel .slide {
            margin-right: 0px !important;
            margin-left: 0px;
            width: 225px !important;
        }
    }


    /*
    ================
    7.24.19
    ================
*/

    @media (max-width:992px) {
        .cart-item {
            min-height: 200px;
        }

        .cart-help {
            display: none;
        }

        .cart-img {
            padding-right: 0px
        }

        .remove-item-x {
            margin-bottom: 4px;
        }
    }

    @media (max-width:767px) {
        .cart-item {
            min-height: 350px;
        }

        .cart-item-total-price {
            margin-bottom: 15px;
        }
    }

    @media (max-width:400px) {

        .cart-item-total-price {
            margin-top: 0px;
        }



        .cart-item-custpn input {
            width: 100%;
        }

        .cart-item-custpn {
            float: none;
        }
    }

    @media (max-width: 1000px) {
        div.k-window {
            left: 45% !important;
        }
    }

    @media (max-width: 790px) {
        div.k-window {
            left: 43% !important;
            width: 70% !important;
            border: 1px solid #dadada !important;
        }
    }

    @media (max-width: 679px) {
        div.k-window {
            width: 80% !important;
        }
    }

    @media (max-width: 595px) {
        div.k-window {
            width: 40% !important;
            left: 48% !important;
            top: 30% !important;
        }
    }

    .CountrySpecificPhoneNumber a {
        color: #fff
    }

    #cluetip {
        z-index: 99999 !important;
    }

    .eoFooter {
        margin-top: 200px;
    }

    .survey-container {
        width: 100%;
    }


    /* Real Time Availability Statuses */
    .instock-box {
        background-color: #d8f2d0;
        padding: 11px;
        margin-bottom: 7px;
    }

    .instock {
        font-size: 15px;
        padding: 0;
        text-transform: capitalize;
        background-color: transparent;
        color: #007200;
        top: 2px;
    }

    #savedProducts .instock {
        font-size: 8px;
        font-weight: 700;
        background-color: #007200;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        padding: 3px 4px 3px 4px;
        white-space: nowrap;
    }

    .partial-box {
        background-color: #fbf2cc;
        padding: 11px;
        margin-bottom: 7px;
    }

    .partial-stock {
        font-size: 15px;
        padding: 0;
        text-transform: capitalize;
        background-color: transparent;
        color: #ddb103;
        top: 2px;
        font-weight: bold;
    }

        .partial-stock:before {
            content: "\f252";
            font-family: var(--fa-style-family, "Font Awesome 6 Free") !important
        }

    .no-box {
        background-color: #efefef;
        padding: 11px;
        margin-bottom: 7px;
    }

    .no-stock {
        font-size: 15px;
        padding: 0;
        text-transform: capitalize;
        background-color: transparent;
        color: #000;
        top: 2px;
        font-weight: bold;
    }

        .no-stock:before {
            content: "\f253";
            font-family: var(--fa-style-family, "Font Awesome 6 Free") !important
        }

    .volume-box {
        background-color: #f0dffc;
        padding: 11px;
        margin-bottom: 7px;
    }

    .volume-stock {
        font-size: 15px;
        padding: 0;
        text-transform: capitalize;
        background-color: transparent;
        color: #4e1d70;
        top: 2px;
        font-weight: bold;
    }

        .volume-stock:before {
            content: "\f16c";
            font-family: var(--fa-style-family, "Font Awesome 6 Free") !important
        }

    #InstructionsReview {
        padding-top: 15px;
        padding-left: 15px;
    }

    ul.list-inline {
        margin-bottom: 0px;
    }

    @media (max-width:575px) {

        .instock {
            display: block;
        }
    }

    .realTimeAvailability {
        margin-top: 20px;
    }

    @media (max-width:991px) {
        .eo-header img {
            padding-left: 25px;
        }

        .container-checkoutnav {
            top: -48px;
            position: relative;
            z-index: 999;
        }
    }

    @media (max-width: 400px) {
        .fa.fa-shopping-cart {
            display: none;
        }
    }

    @media (max-width: 320px) {
        .eo-header img {
            width: 154px !important;
        }
    }

    /* promo toggle */
    .promoToggle-btn {
        background: transparent;
        color: #1a62be;
        border: none;
        text-align: right;
        margin-bottom: 5px;
        display: block;
        position: relative;
        width: 100%;
        margin-top: -10px;
    }

    #promoForm {
        display: none;
    }

    #cart-submit {
        margin-top: -10px !important;
    }

    #item-price {
        line-height: 1
    }

    .savedProductsCarousel div div div div ul.list-inline li button:lang(de) {
        text-transform: lowercase;
        font-size: 12px !important;
        white-space: normal !important;
        padding: 0px !important;
        margin-bottom: 0px !important;
    }

    .btn-agree {
        margin-top: 10px;
        cursor: pointer;
        padding: 10px 20px;
        display: inline-block;
        letter-spacing: 1px;
        font-weight: 700;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: white;
        color: #fff;
        box-shadow: 3px 3px 4px #dadada;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        border-radius: 5px;
        margin-bottom: 15px;
        border: none;
    }

        .btn-agree:hover {
            top: 2px;
            position: relative;
            text-decoration: none !important;
            box-shadow: 5px 3px 4px #dadada;
            background-color: white;
        }

    .btn-agree-outline {
        margin-right: 10px;
        margin-bottom: 0px;
        border: 5px solid green;
        padding: 8px;
        color: black;
        font-weight: bold;
        background-color: #ffffff;
        border-radius: 0;
    }

        .btn-agree-outline:hover {
            background-color: green;
            color: #ffffff;
        }

    .cart-add-item-field {
        width: 100%;
        height: 45px;
        padding-left: 15px;
        border: none;
        background-color: transparent;
        border-bottom: 1px solid #585858;
    }

    .btn-cart-outline {
        margin-right: 10px;
        margin-bottom: 0px;
        text-transform: uppercase;
        padding: 8px;
        background: #0065fd !important;
        color: #fff !important;
        border-radius: 5px !important;
        border: none;
    }</pre></body></html>