﻿/* Navigation */
.circle {
    float: right !important;
    text-align: center;
    font-size: 16px;
    color: #0571fd;
    font-weight: 700;
    margin-top: 0px;
    margin-left: 13px;
}

[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(/assets/images/icons/download.svg) no-repeat;
        width: 25px;
        height: 25px;
        float: left;
        margin-right: 5px;
        top: -2px;
        position: relative;
    }

.btn-downloads {
    color: #000;
    background-color: #fff;
    padding-top: 2px !important;
    padding-bottom: 3px !important;
}

    .btn-downloads:focus {
        color: #000 !important;
    }





body > div.container {
    width: 100%;
}

.prod-feedback hr {
    display: none;
}

.prod-feedback .bootstrap-frm {
    background-color: #efefef !important;
}

.prod-feedback {
    background-color: #efefef;
    border-top: 1px solid #dadada;
    padding-top: 30px;
}

    .prod-feedback .list-inline {
        text-align: center;
        padding: 30px;
        margin-bottom: 30px;
        margin-right: 0px;
        margin-bottom: 30px !important;
        margin-left: 0px;
    }


    .prod-feedback .feedback-form {
        width: 800px;
        margin: auto;
        margin-bottom: 60px;
    }

    .prod-feedback .bootstrap-frm input[type="text"], .bootstrap-frm input[type="password"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select, .bootstrap-frm input[type="number"] {
        height: 50px !important;
    }

    .prod-feedback .bootstrap-frm textarea {
        width: 100% !important;
    }

    .prod-feedback .contact-us-bar {
        padding-right: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .prod-feedback .bootstrap-frm select {
        width: 100% !important;
    }


.SelectedFacet {
    padding: 5px 10px 5px 10px !important;
    color: #FFF !important;
    font-weight: normal !important;
    text-transform: none !important;
    margin-bottom: 10px !important;
}

#SelectedFacetList > button i.fa.fa-times {
    color: #FFF;
}

.facet-title {
    color: #000;
    font-weight: bolder;
}


.facet-row input {
    position: absolute;
    margin-left: -19px;
    margin-top: 4px;
}

.specification-data-values {
    margin-left: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

div#CategoryFacet, div.specification-type {
    border: 0px !important;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

.facet-row-selected > label {
    background-color: yellow;
    padding-right: 4px;
}


.view-all-link {
    display: block;
    cursor: pointer;
}

.btn:hover {
    color: #337ab7 !important;
    text-decoration: underline;
}

/* Pagination */
.pagination li a {
    width: 100%;
    height: 100%
}

.pagination {
    width: 100%;
    padding-left: 0px;
    margin: 0 auto;
    margin-bottom: -8px;
    position: relative;
    left: 55px;
    z-index: 9;
}

@media (max-width:767px) {
    .pagination {
        padding-top: 10px;
        left: 0px;
    }

    #sortBy {
        margin-top: 5px;
        float: left !important;
    }
}

.page-link.fa {
    color: #007bff !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link {
    width: 100%;
    height: 100%;
    padding: .5rem .45rem;
    background-color: #fff;
}

/* Slider */

.slider-apply {
    display: block !important;
    margin-top: 20px;
    margin-left: auto;
    margin-bottom: -10px;
    left: 12px;
    position: relative;
}

.facet-selection-text {
    text-align: center;
    color: gray;
    margin-top: 5px;
}

.range-values {
    /*font-weight: 700;*/
    text-align: center;
    margin-bottom: 10px;
}

.specific-facet-value {
    width: 82%;
}

.noUi-handle:before, .noUi-handle:after {
    background: #585858;
}

.facet-slider {
    margin-bottom: 15px;
    position: relative;
    right: 15px;
}


/* Facet Responsive */
@media (max-width: 767px) {
    .specification-data-values {
        display: none;
    }

    .fa-spin {
        width: 100%;
    }

    .product-family-result.col-xs-12 {
        width: 33%;
    }
}

@media (max-width: 480px) {

    .product-family-result.col-xs-12 {
        width: 100%;
    }

    #ListGridViewContainer {
        margin-left: 0px !important;
        margin-top: 10px !important;
        float: left !important;
    }

    .pagination {
        left: 0px !important;
        margin-top: 5px !important;
    }
}


/* PN List */
.stock-number {
    font-weight: bold
}

.addtocart {
    background: url(/assets/images/ui/cart-icon.png) no-repeat scroll 8px 10px;
    background-size: 17px 12px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 0px;
    font-weight: 700;
    background-color: #d97d00;
    padding-top: 16.5px;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-right: 8px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-position-y: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #dadada;
    position: relative;
    z-index: 9;
}

.titlepd {
    padding-left: 20px;
    padding-right: 0px;
}

.pnl-buy {
    text-align: right;
    margin-top: 9px;
}

.btn-num {
    background-color: #0462be;
    color: #ffffff;
    border: none;
    font-weight: bold;
}


/* PN List Responsive */

@media (max-width: 1200px) {
    .titlepd {
        padding-left: 35px
    }
}



@media (max-width: 767px) {

    #FacetSearchResults > div:first-child {
        height: 161px;
    }
}





/* Category Specs */

.specsRow {
    font-size: 13px;
    line-height: 1.3em;
    border-bottom: 1px solid #ddd;
}

.specs > div > div:first-child {
    text-align: right;
    font-family: 'sofia w01 bold';
    font-weight: 800;
}

.specs > div > div {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000;
}

.specs:first-child {
    border-right: 1px solid #ddd;
}

.part-number-specification h3,
#commonSpecs h3 {
    width: 100% !important;
    line-height: 2.2;
    background: #efefef;
    line-height: 2.3;
    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;
    }

    .bullets {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .specsRow .specs:nth-child(odd) {
        border-right: none;
        background-color: #0000;
    }
}


.bulletsContainer {
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    margin-left: -16px;
}

div.bullets > ul > li {
    display: none;
}

    div.bullets > ul > li:nth-child(1) {
        display: list-item;
    }

.product-family-result3 {
    padding-bottom: 15px;
}

div.bullets {
    display: block !important;
}

.bulletsContainer > i, #bulletsToggle {
    color: #0462be;
}

.k-in {
    border: none !important;
}

/* End Category Specs */


.left-nav-header .circle {
    position: relative;
    left: -17px;
    margin-right: -8px;
}

.left-nav-list {
    margin-bottom: 10px;
    margin-top: -6px;
    margin-left: -8px;
}

#FacetNavigationContainer label {
    font-weight: normal !important;
    cursor: pointer;
    padding-left: 4px;
    width: 100%
}

span.facet-qty-val {
    float: right;
    padding-right: 4px;
}

ul.productul li {
    padding-bottom: 5px;
}

ul.productul {
    list-style-type: none;
    padding-left: 23px;
}

.noUi-connect {
    background: gray !important;
}

.noUi-target {
    z-index: 0;
}

#FacetViewAllSpecificationList {
    height: 413px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 8px;
    border-bottom: lightgrey solid 1px;
}

div.k-window .facets {
    box-shadow: 1px 1px 7px 1px rgba(128,128,128,.2);
    width: 150% !important;
    margin-left: -20%;
    margin-top: -40%;
}

.k-widget.k-window {
    padding: 0px !important;
}

div#view-all-modal {
    z-index: 10000;
    overflow-x: hidden;
    height: auto !important;
    padding: 1.333em;
    background-color: #ffffff;
}


button.fa.fa-times {
    border: none;
}


div#facet-modal-list label {
    font-weight: 400 !important;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    top: -3px;
}

@media screen and (max-width: 768px) {
    .left-nav-header .circle {
        margin-right: 20px;
    }
}

/* Search Results */
.ItemRow {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #d3d3d3;
    margin-right: 8px;
    display: block;
    font-size: 15px;
}

.imgSolar {
    float: left;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

.stockFacet {
    padding-left: 90px;
    padding-right: 0px;
    margin-top: -40px;
}

.priceSolar {
    float: right;
}

.Price {
    color: #007200;
    font-weight: 700;
    font-size: 18px;
    padding-right: 5px;
    top: 3px !important;
    position: relative;
}

.page-link {
    cursor: pointer
}

.page-item.active .page-link {
    z-index: 0 !important;
}


.product-family-result2 {
    text-align: left;
    margin-bottom: 30px;
    min-height: 300px;
    margin-top: 10px
}

    .product-family-result2 img {
        padding-bottom: 10px;
        display: block;
    }

.product-family-result4 {
    text-align: left;
    margin-bottom: 30px;
    min-height: 270px;
    margin-top: 10px;
}

    .product-family-result4 img:first-child {
        padding-bottom: 5px;
    }

.a-familyResult {
    color: #000;
    font-weight: bold;
    margin-top: 6px;
    display: inherit;
    line-height: 1.3em;
    font-family: 'Sofia W01 Bold', Helvetica, Arial, sans-serif;
}

.search-result-image {
    margin-bottom: 6px;
    width: 100%;
    max-width: 305px;
}

.search-result-image2 {
    margin-bottom: 6px;
    height: 157px
}

.search-result-image3 {
    margin-bottom: 6px;
    height: 62px
}

@media (max-width:1200px) {
    .search-result-image {
        height: auto;
        display: block;
    }
}


.category-family-result {
    /*min-height: 364px;*/
}

.btn-view-all {
    position: absolute;
    bottom: -42px;
    left: 8px;
    width: 94%;
    background-color: white;
    text-transform: capitalize;
    font-weight: normal;
}

.bullets {
    text-align: left;
    position: relative;
    left: -15px;
    margin-top: 6px;
    color: #585858;
    font-size: 14px;
    line-height: 24px !important;
}

    .bullets a {
        font-weight: normal;
        color: #0462be;
        display: inline;
    }

.result-link {
    color: black;
    font-weight: bold;
}

.techspec-logo {
    position: relative;
    top: 2px;
    height: 22px;
    left: 15px;
}

.loader {
    font-size: 100px;
    text-align: center;
    margin-top: 230px;
    color: #585858;
}





#ListGridViewContainer {
    width: 280px;
    background-color: #fff;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #dadada
}

.list-view-by-text {
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    top: -4px;
    position: relative;
    font-weight: bold;
}

#list-view:hover {
    color: #000000 !important;
}

#grid-view:hover {
    color: #000000 !important;
}

.list-view-by-toggle {
    background-color: #0065fd;
    padding: 5px;
    padding-top: 6px;
    position: relative;
    padding-bottom: 0px;
    color: #fff;
    height: 33px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.family-view-by-toggle {
    background-color: #0065fd;
    padding: 5px;
    padding-top: 6px;
    position: relative;
    padding-bottom: 0px;
    color: #fff;
    height: 33px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#grid-view i {
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.btn-other a {
    color: black;
}

.fix-form {
    position: fixed;
    top: 15px;
}


/** loader gif */

.loader-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 );
}

body.loading .loader-modal {
    overflow: hidden;
}

body.loading .loader-modal {
    display: block;
}

/* TECHSPEC hover*/
#tstip {
    position: relative;
    cursor: help;
    text-decoration: underline !important;
    color: #000;
    text-align: left !important
}


    #tstip > span {
        display: none;
        z-index: 100;
        position: absolute;
        padding: .6em;
        padding-left: 1em;
        font-size: 13px;
        left: 96px;
        top: 2em;
        width: 11em;
        background-color: #dadada;
        border-radius: 0.5em;
        font-weight: normal;
    }

        #tstip > span > a {
            display: inline;
            color: #0462be;
            font-weight: normal;
        }

    #tstip:hover > span {
        display: inline-block;
    }

/* End TECHSPEC hover*/


/* 2020 Category */

/* NEW */

.header {
    margin-top: 0px;
}

#SelectedFacets {
    margin-top: 15px;
    border-bottom: 1px solid #dadada;
}

#FacetSearchResults {
    margin-top: 15px;
}

#ProductCategoryArea {
    margin-top: 30px;
}

.cat-container {
    padding: 30px;
    margin-top: -30px;
    background-color: #fff;
    margin-bottom: 30px;
}

    .cat-container p {
        padding-top: 5px;
        font-size: 14px;
        margin-bottom: 25px !important;
        width: 100%;
        max-width: 300px;
        margin-top: -10px !important;
    }

    .cat-container .eo-modal-content p {
        width: 100% !important;
        max-width: none;
        margin: 1rem auto !important;
    }

#LeftNavigation {
    background-color: #fff;
}

.cat-banner {
    background-color: #000000;
    border-bottom: 5px solid #fdcd00;
    color: #ffffff;
    width: 100%;
    height: 160px;
    min-height: 120px;
}

.cat-banner {
    padding-bottom: 30px;
}

    .cat-banner p {
        font-size: 14px;
        z-index: 9;
        position: relative;
    }

        .cat-banner p img {
            display: none;
        }

.cat-banner p a {
    color: #fff;
    text-decoration: underline;
    font-weight:500;
}

            .cat-banner p a:hover {
                color: #fff;
                text-decoration: none;
            }

    .cat-banner h1 {
        font-size: 40px !important;
        margin-bottom: 0px !important;
        padding-left: 0px;
    }

.cat-banner-brand {
    background-color: #000000;
    border-bottom: 5px solid #fdcd00;
    color: #ffffff;
    width: 100%;
    height: fit-content;
    padding-bottom: 15px;
    min-height: 120px;
}


.buy-callout {
    text-align: left;
    border: 2px solid #dadada;
    border-radius: 25px;
    padding-left: 30px !important;
    z-index: 999;
    position: relative !important;
}

#LeftNavigationContents {
    padding-left: 30px;
    font-size: 13px;
    color: #585858;
    background-color: #efefef;
    margin-top: 0px;
    padding-top: 1px;
    padding-right: 15px;
}

.facetcon {
    box-shadow: 3px 4px 12px #9a999a;
    margin-top: -30px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #LeftNavigationContents {
        padding-left: 0px;
        background-color: transparent;
        padding-right: 0px;
    }

    .facetcon {
        box-shadow: none;
    }

    .cat-container {
        box-shadow: none;
    }
}


@media (max-width: 1170px) {
    .respd {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.col-lg-9#MainContentArea > div > div > div #dv-resources {
    padding-right: 10px;
}


@media (max-width: 767px) {
    .respd {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#MainContentArea {
    margin-bottom: -30px;
    padding-left: 15px;
    padding-right: 0px;
    padding-left: 0px !important;
}

.jstree-icon {
    top: -4px;
}

@media (max-width: 768px) {
    .cat-header-ban {
        margin-top: 0px;
        text-align: right;
    }

    .ymobile {
        display: inline !important;
    }
}

#CategoryFacet, .specification-type {
    border-bottom: 1px solid #dadada;
}

.specification-type {
    padding-bottom: 10px !important;
}


.breadcrumb {
    padding-left: 0px;
    color: #ffffff !important;
}

.row {
    margin-right: 0px;
}

.full-main {
    margin-bottom: 30px;
    margin-top: -25px;
    position: relative;
    z-index: 99999;
    background-color: #fff;
    padding-right: 0px;
}

.cat-header-ban {
    margin-top: -111px
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.ch-item {
    width: 75%;
    height: 75%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    margin: auto;
}

    .ch-item:hover {
        box-shadow: inset 0 0 0 110px #585858, inset 0 0 0 16px rgba(255,255,255,.8), 0 1px 2px rgba(0,0,0,.1);
    }

        .ch-item:hover .ch-info {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            vertical-align: middle;
            display: table;
            color: #fff;
        }

.ch-info p {
    color: #fff;
    margin-top: 20% !important;
    font-size: 9px;
    text-transform: uppercase;
}

.ch-text {
    text-align: center;
    padding-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    color: #585858;
}

.ch-grid {
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

    .ch-grid li {
        width: 100px;
        height: 100px;
        display: inline-block;
        margin: auto 0;
        margin-right: 12px;
        margin-top: 15px;
    }

.ch-img-1 {
    background-image: url(/assets/images/icons/appnote.webp);
    background-size: contain;
}

.ch-img-2 {
    background-image: url(/assets/images/icons/techtool.webp);
    background-size: contain;
}

.ch-img-3 {
    background-image: url(/assets/images/icons/video.webp);
    background-size: contain;
}

.ch-img-4 {
    background-image: url(/assets/images/icons/trending.webp);
    background-size: contain;
}


.ch-img-6 {
    background-image: url(/assets/images/icons/marketing-lit.webp);
    background-size: contain;
}


.ch-img-8 {
    background-image: url(/assets/images/icons/published-article.webp);
    background-size: contain;
}

.homepageh2 {
    font-size: 21px !important;
    font-weight: lighter !important;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

    .homepageh2 a:hover {
        text-decoration: none !important;
    }

.ch-text a {
    color: #585858;
}

.fa-chevron-circle-right {
    font-size: 20px !important;
    top: 0px !important;
}

#dv-resources {
    width: 100%;
}

.facet-header {
    color: #000 !important;
    font-size: 16px !important;
    padding-left: 29px;
    margin-bottom: 10px;
    display: block;
    margin-right: 30px;
}

#CategoryTree {
    margin-top: 5px;
}

.jstree-default .jstree-node {
    line-height: 1.6px !important;
    padding-bottom: 10px;
}

.jstree-default .jstree-anchor, .jstree-default .jstree-wholerow {
    line-height: 18px !important;
}

.jstree-anchor input[type="checkbox"] {
    margin-bottom: -15px;
}

.jstree-default .jstree-anchor {
    padding-top: 2.5px;
    margin-left: 18px;
    padding-right: 2px;
    padding-left: 4px !important;
}

.jstree-anchor:hover {
    background-color: yellow !important;
}

#FacetNavigationContainer label:hover {
    background-color: yellow;
}

/* UPDATED */


.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;
    margin-right: 10px;
}

.view-all-link button.view-link {
    background: #0000;
    color: #0462be;
    font-size: 14px;
    text-decoration: underline;
}

.product-family-result {
    text-align: left;
    margin-bottom: 100px;
    min-height: 280px;
    position: relative;
    display: flex;
}

.buySpecs {
    width: 300px;
    margin-top: -12px;
    margin-bottom: -8px;
}

    .buySpecs > span {
        top: -10px;
        position: relative;
    }

.view-family {
    text-align: center;
    background-color: #efefef;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000;
    font-size: 15px;
    border-radius: unset;
    border: none;
    margin-top: 15px;
    width: 50% !important;
    height: 40px;
    display: block;
    margin-top: 30px !important;
    margin: auto;
}


.product-family-result3 {
    text-align: left;
    min-height: 195px;
}

.left-nav-header {
    padding-left: 0px !important;
    margin-left: -30px;
    margin-right: -15px;
    background: linear-gradient(180deg, #e7e7e7, #ddd);
    margin-top: -1px !important;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 8px;
    font-weight: 700;
}

.facet-row {
    padding-top: 2px;
    padding-bottom: 3.5px;
    margin-left: 0px !important;
}

#list-view i {
    font-size: 24px;
    position: relative;
    cursor: pointer;
    color: #797979;
}

    #list-view i:hover {
        color: #000000;
    }

@media (max-width: 991px) {
    .titlepd {
        padding-left: 0px
    }

    .buySpecs {
        margin-top: 0px !important;
        padding-left: 0px !important;
    }

    #FacetSearchResults > div:first-child {
        height: 134px
    }

    .product-family-result {
        margin-bottom: 95px !important;
    }
}

@media (max-width: 580px) {
    .pnl-buy {
        text-align: left;
        margin-top: 15px;
    }

    .buySpecs {
        margin-top: 10px !important;
        padding-bottom: 10px;
    }
}

.filterby {
    font-size: 24px;
    color: #000000;
}

.specification-type:last-of-type {
    border-bottom: none !important;
}

/* Selection Guide Toggle */
.toggleSwitch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
    vertical-align: top !important;
}

    .toggleSwitch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: green;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 24px;
}

    .toggle:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .toggle:before {
        border-radius: 50%;
    }

.toggleInput:checked + .toggle {
    background-color: #0462C0;
}

.toggleInput:focus + .toggle {
    box-shadow: 0 0 1px #0462C0;
}

.toggleInput:checked + .toggle:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.sfilters, .nfilters {
    vertical-align: top;
}

.toggle-sel {
    margin-top: 20px;
    height: 30px;
    vertical-align: top;
    top: 0px;
}

    .toggle-sel + .cat-header-ban {
        margin-top: -125px;
    }

@media (max-width: 1199px) {

    .toggle-sel + .cat-header-ban {
        margin-top: -127px;
    }
}

.contact-us-bar {
    border-top: 1px solid #dadada;
    margin-top: 30px;
}

@media (max-width: 992px) {
    .contact-us-bar {
        border-top: none;
    }
}

fview-link {
    background-color: #dadada;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    width: 400px;
    margin-top: 20px;
    border: 1px solid #dadada;
}

    fview-link:hover {
        background-color: #efefef;
    }

/* Alert message fix */
.alert.alert-warning.container.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
}

.brandLinkCat {
    display: inline !important;
    color: #0462be !important;
    text-decoration: underline;
    padding-top: 1px;
}

.btn-downloads:hover {
    background-color: #efefef !Important;
    color: #000 !important;
}

.instock {
    color: #007200;
    top: 2px;
    position: relative;
}

.contactus {
    margin-right: 5px;
}

.pnl-buy input {
    border: 1px solid #d97d00;
    height: 32px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 2px;
    position: relative;
    margin-right: 11px;
    padding-left: 10px;
}

.addtocart {
    margin-top: 5px;
    margin-bottom: 5px !important;
    margin-left: -15px;
    padding-bottom: 3px;
    padding-left: 6px !important;
    padding-right: 7px !important;
    box-shadow: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 32.15px;
    border: none;
    top: 2.5px;
    color: transparent;
    width: 33px;
}

.filter-btn {
    padding: 5px 20px;
    background-color: #0571fd;
    color: #fff;
    border-radius: 25px;
    display: none;
    font-size: 20px;
    box-shadow: 0 4px 4px #c9c9c9;
}

    .filter-btn:hover {
        background-color: #0149a7;
        color: #fff;
        text-decoration: none;
        transition: background .15s ease-in;
        transform: translate(2px,2px);
    }



    /* Mobile Facets */

    .filter-btn:focus {
        color: #fff;
    }

.modalNoHeader {
    display: none;
    border: 0px !important;
}

.modal-body {
    padding-top: 5px;
    padding: 0 !important;
}

@media(min-width: 993px) {
    .mobileModal {
        position: relative;
        display: inline !important;
        padding: 0px !important;
        top: 0px;
        left: 0px;
    }
}

@media (max-width: 992px) {
    .filter-btn {
        display: inline-block;
        z-index: 999;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 30px;
    }

    #ProductCategoryArea {
        margin-top: 0px !important;
    }

    #LeftNavigationContents {
        background-color: transparent !important;
        padding-left: 30px !important;
    }

    .mobileModal {
        position: fixed;
        display: none;
        background-color: #fff;
        z-index: 9999999999;
        height: 100%;
        width: 100%;
    }

    .modalNoHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .left-nav-header {
        background: transparent;
        border-top: 1px solid #dadada;
    }

    .specification-data-values {
        padding: 0px !important;
    }

    .view-all-link {
        text-align: left !important;
        margin-bottom: 15px;
    }

    .specification-data-values {
        display: block;
    }

    .close {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {

    #FacetNavigationContainer > div:nth-child(2) > div.specification-data-values {
        display: block;
    }

    .specification-data-values {
        display: none;
    }

    #SelectedFacets {
        margin-top: 0px !important;
        border-bottom: 0px !important;
    }
}

.seeall-btn-cf {
    background: #0065fd !important;
    color: #fff;
}

    .seeall-btn-cf:hover {
        background-color: #0045ad !important;
        text-decoration: none !important;
        color: #fff !important;
    }

@media only screen and (min-width: 960px) {
    .seeall-btn-cf {
        display: none !important;
    }
}

.jstree-default .jstree-open > .jstree-ocl:before {
    content: "\2d";
    margin-right: 5px;
    font-weight: bold;
    top: -2px;
    position: relative;
}

.jstree-default .jstree-closed > .jstree-ocl:before {
    content: "\2b";
    margin-right: 5px;
    font-weight: bold;
    top: -1px;
    position: relative;
}

#FacetSearchResults div.bullets {
    margin-bottom: 30px;
}

#FacetSearchResults .btn-view-all {
    text-transform: none !important;
}

/* HIDE INPUT BOX SPINNER BUTTONS */
input.slider-snap-value-lower::-webkit-outer-spin-button,
input.slider-snap-value-lower::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.slider-snap-value-lower[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

input.slider-snap-value-upper::-webkit-outer-spin-button,
input.slider-snap-value-upper::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.slider-snap-value-upper[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


div#newFacetsModal {
    display: inline-block;
    position: relative;
}

@media (max-width: 991px) {

    div#newFacetsModal {
        display: none;
        position: fixed;
        background-color: #fff;
        z-index: 9999999999;
    }
}

div.price-buy-button.pnl-buy > span.Price {
    font-size: 18px !important;
}

@media (max-width: 1199px) {
    .cat-header-ban {
        display: none;
    }
}

#FacetSearchResults > div > div > div > div > div.row.text-center > div > a:lang(de) {
    font-size: 11px !important;
}


/*Rainbow gradient sliders for Wavelength (nm)*/
.gradient-background .noUi-target, .gradient-background .noUi-connect, .gradient-background .noUi-base {
    background-color: #0000 !important;
}

.gradient-background .noUi-handle {
    background-color: #0000 !important;
}

    .gradient-background .noUi-handle:before {
        top: -1px;
        left: 11px;
        border-right: 6px solid #0000;
        border-left: 6px solid #0000;
        border-top: 8px solid #000000;
        background: #0000 !important;
        cursor: pointer;
        transition: border-top ease;
    }

    .gradient-background .noUi-handle:after {
        top: 8px;
    }

.gradient-background .noUi-handle {
    background-color: #0000 !important;
    border: 0px !important;
    box-shadow: none !important;
    height: 100% !important;
    width: auto !important;
}

    .gradient-background .noUi-handle:active:before {
        border-top: 8px solid #999;
    }
/* */

/* New Sliders */
.noUi-target {
    margin-top: 30px !important;
    background: #007bff78 !important;
    border: none !important;
    box-shadow: none !important;
}

.noUi-horizontal {
    height: 5px !important;
}

    .noUi-horizontal .noUi-handle {
        width: 15px !important;
        height: 15px !important;
        top: -5px !important;
        left: -10px !important;
    }

.noUi-handle {
    border: none !important;
    border-radius: 50% !important;
    background: #007bff !important;
    box-shadow: none !important;
}

    .noUi-handle:before, .noUi-handle:after {
        background: #0000 !important;
    }

.noUi-base .noUi-connect {
    background: #007bff !important;
}


.cat-banner-brand h1 {
    font-size: 42px !important;
    margin-top: 15px;
    margin-bottom: 0px !important;
}

.cat-banner-brand h3 {
    font-size: 20px !important;
}

.cat-banner-brand p {
    width: 100%;
    max-width: 900px;
    margin: auto !important;
}

div#buyCallout {
    padding: 15px;
}
