html {
    font-size: 14px;
}




/****** Global Settings *****************
    
    We use the HybrisPK for css

8796490486220	Education
8796551860684	Grow Lights
8797077524940	Healthcare
8796617429452	Hospitality
8797077688780	Infrared
8797077656012	Insect Control
8796355482060	Logistic & Industry
8796617363916	Museums & Galleries
8796355449292	Office 
8797077721548	Petcare 
8796617396684	Retail & Display
8797077754316	Special Industry
8797077787084	Swimming Pool
    
    **/

:root {
    --sylvania-green: #008264;
    --sylvania-light-green: #84bd00;
    --sylvania-grey-text: #575756;
    --sylvania-grey-banner-background: #eaeaeb;
    --sylvania-grey-footer: #d4d5d7;
    --sylvania-light-grey: #f6f7f7;
    --outdoor: #65bc99;
    --office: #75acdd;
    --logistics: #fcc100;
    --hospitality: #f39200;
    --healthcare: #41bbc9;
    --education: #000000;
    --growlights: #000000;
    --infrared: #000000;
    --insectcontrol: #000000;
    --museums: #58585a;
    --petcare: #000000;
    --retail: #e30613;
    --special: #000000;
    --swimming: #000000;
}

a {
    color: #84bd00;
}

@font-face {
    font-family: Frutiger-Roman;
    src: url('../fonts/frutiger/FrutigerLTPro-Roman.otf');
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Frutiger-Roman;
}

/* Layout*/
.main-sylvania-site-navigation {
    border-bottom: 8px solid #000000;
    background-color: #000000;
    color: #ffffff;
}

.header-left {
}

.home-btn a {
    color: #333333 !important;
}

.langswitcher-nav {
    text-align: right;
}

#flagswitcher button {
    background-color: #000;
    border: 0;
    font-size: small;
}

#flagswitcher .dropdown-menu {
    z-index: 10000;
}

    #flagswitcher .dropdown-menu .dropdown-item {
        font-size: small;
        padding-left: 40px;
    }


.con-pro-switcher a {
    font-weight: 100 !important;
    color: #ffffff !important;
    text-decoration: none;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
}



.breadcrumb {
    font-size: 15px;
    margin-top: 20px;
}


.breadcrumb-pill {
    margin: 10px 12px;
}

    .breadcrumb-pill span a:hover {
        background-color: #ffffff;
        color: var(--sylvania-grey-text);
        border: 2px solid #ffffff;
    }


    .breadcrumb-pill .active {
        background-color: #ffffff;
        color: var(--sylvania-grey-text);
        border: 2px solid #ffffff;
        border-radius: 17px;
        padding: 5px 12px 5px 12px;
        text-decoration: none;
    }





    .breadcrumb-pill span a {
        border: 2px solid var(--sylvania-light-green);
        border-radius: 17px;
        padding: 5px 12px 5px 12px;
        color: #ffffff;
        text-decoration: none;
    }


.grey-text {
    color: var(--sylvania-grey-text);
}

#langSwitcher {
    background-color: #000000;
    border: none;
    color: #ffffff;
    font-size: .9em;
}

    #langSwitcher > option {
        background-color: #ffffff;
        color: #000000;
        padding: 3px 0 3px 0;
    }

option:focus {
    background-color: red;
}


/* Catagories*/

.full-width-divider {
    border-top: 2px solid var(--sylvania-green);
    padding-top: 10px;
}

.category-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.category-nav-box {
    text-align: center;
    width: 100%;
}


    .category-nav-box:nth-child(even) {
        background-color: var(--sylvania-light-grey);
    }


a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}


.cat-columns {
    width: 100%;
    columns: 2;
    text-align: left;
    gap: 30px;
}



@media (max-width: 991.98px) {
    .cat-columns {
        width: 100%;
        columns: 1;
        text-align: center;
    }
}




@media (max-width: 575.98px) {
    .cat-columns {
        width: 100%;
        columns: 1;
        text-align: center;
    }
}



.cat-columns li {
    list-style: none;
    border-bottom: 1px solid #eeeeee;
}

    .cat-columns li:hover {
        border-bottom: 1px solid var(--sylvania-light-green);
    }

.cat-columns ul {
    padding-left: 0px;
}


.category-nav-image {
    padding-bottom: 10px;
    min-height: 250px;
    align-items: center;
    width: 100%;
}

    .category-nav-image img {
        /*  min-width: 320px;
        max-width: 100%;*/
        text-align: center;
        max-height: 200px;
        mix-blend-mode: multiply;
    }

.category-link-name {
    font-size: 14px;
    text-decoration: none;
    color: var(--sylvania-grey-text);
}

    .category-link-name a:hover {
        color: var(--sylvania-green) !important;
    }


li a:hover {
    color: var(--sylvania-green) !important;
    font-weight: 600;
}



.top-level-cat {
    display: block;
    text-align: left;
    font-size: 30px;
    color: var(--sylvania-green);
    font-weight: 700;
    margin-bottom: 20px;
}




@media (max-width: 991.98px) {
    .top-level-cat {
        text-align: center;
    }
}



.cat-button-nav {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.category-button-name {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin: 2px 5px 2px 5px;
    border: 2px solid var(--sylvania-light-green);
    border-radius: 17px;
}


a.category-button-name {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}




    a.category-button-name:hover {
        color: #ffffff;
        background-color: var(--sylvania-green);
        border: 2px solid var(--sylvania-green);
    }

.cat-main-image {
    text-align: center;
}

    .cat-main-image img {
        max-width: 100%;
        max-height: 350px;
        padding: 25px;
    }

.download-btn {
    background-color: var(--sylvania-green);
    border: 2px solid var(--sylvania-light-green);
    border-radius: 17px;
    padding: 5px 12px 5px 12px;
    color: #ffffff;
    text-decoration: none;
}

    .download-btn:disabled {
        opacity: 0.4;
    }



/* Products*/

.products-page-title, .search-page-title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}


.cat-nav-image {
    height: 220px;
    display: flex;
    align-items: center;
}



.products-page-title h4, .search-page-title h4 {
    font-size: 30px;
    color: var(--sylvania-green);
}

.products-page-title .bold {
    font-weight: 800;
}

.product-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}


.product-nav-box {
    padding: 10px;
    margin: 10px;
    text-align: center;
    width: 240px;
}



a.product-nav-box:hover {
    color: var(--sylvania-green);
    background-color: #eeeeee;
    opacity: 0.9;
}

.product-nav-image {
    width: 220px;
    height: 220px;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.product-nav-box img {
    max-width: 220px;
    padding: 12px;
    max-height: 220px;
}

a.product-nav-box .product-nav-name {
    float: left;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    color: var(--sylvania-grey-text);
}




.product-nav-name {
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}


a.product-nav-box {
    text-decoration: none;
    color: var(--sylvania-grey-text);
    border-bottom: 4px solid var(--sylvania-grey-banner-background);
    margin-bottom: 20px;
}


    a.product-nav-box:hover {
        border-bottom: 4px solid var(--sylvania-green);
        color: var(--sylvania-green);
    }


.downloads a {
    text-decoration: none !important;
}


.downloads-title {
    background-color: var(--sylvania-green);
    font-size: 24px;
    color: #ffffff;
}

.download-links {
    background-color: var(--sylvania-light-grey);
}

span.icon-name {
    color: var(--sylvania-grey-text);
}

    span.icon-name a {
        color: var(--sylvania-grey-text);
    }

.download-icon {
    padding-left: 5px;
}

.fa-circle-down {
    font-size: 16px;
}


.download-item {
    border-bottom: 1px dotted var(--sylvania-grey-text);
}

    .download-item a {
    }



.filename {
    font-size: 16px;
    color: #949499;
}

.green-title {
    color: var(--sylvania-green);
    font-weight: 600;
    font-size: 1.2em;
}


.lightest-grey {
    background-color: #f9f9f9;
}

.application {
    text-align: center;
    font-weight: 800;
    line-height: 1em;
    font-size: .8em;
    padding: 6px 3px 6px 3px;
    border: 1px solid;
    border-radius: 17px;
    color: #ffffff;
    max-width: 150px;
}


.APP_8796617363916 {
    color: var(--museums-galleries);
    border-color: var(--museums-galleries);
}

.APP_8796617396684 {
    color: var(--APP_8796617396684);
    border-color: var(--APP_8796617396684)
}

.outdoor {
    color: var(--outdoor);
    border-color: var(--outdoor);
}

.APP_8796355449292 {
    color: var(--office);
    border-color: var(--office);
}

.APP_8796355482060 {
    color: var(--logistics);
    border-color: var(--logistics);
}

.APP_8796617429452 {
    color: var(--hospitality);
    border-color: var(--hospitality);
}

.APP_8797077524940 {
    color: var(--healthcare);
    border-color: var(--healthcare);
}

.APP_8797077688780 {
    color: var(--infrared);
    border-color: var(--infrared);
}

.APP_8797077656012 {
    color: var(--insectcontrol);
    border-color: var(--insectcontrol);
}

.APP_8796617363916 {
    color: var(--museums);
    border-color: var(--museums);
}

.APP_8796490486220 {
    color: var(--education);
    border-color: var(--education);
}


.APP_8797077721548 {
    color: var(--petcare);
    border-color: var(--petcare);
}

.APP_8796617396684 {
    color: var(--retail);
    border-color: var(--retail);
}

.APP_8797077754316 {
    color: var(--special);
    border-color: var(--special);
}

.APP_8797077787084 {
    color: var(--swimming);
    border-color: var(--swimming);
}




/*

    .product-nav-box .product-nav-name a:hover {
        color: var(--sylvania-green);
    }       




   

.product-nav-name {
   
   padding-top:12px;
   max-width:200px;
}

*/
.product-details-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.cat-content-main, .sku-product-body {
    color: #575756;
    line-height: 1.6em;
    text-align: justify;
    text-justify: inter-word;
}


.product-all-descriptions {
    background-color: var(--sylvania-green);
}

.brand-logo {
    width: 130px;
    float: right;
    margin: 10px 20px 0 0;
}

    .brand-logo img {
        width: 150px;
    }

.cat-brand-logo {
    margin-top: 10px;
    width: 90px;
}

.product-name-header {
    margin-bottom: 40px;
    text-align: center;
}

    .product-name-header h1 {
        font-size: 60px;
        color: #ffffff;
    }

h1.underline span {
    border-bottom: solid 5px var(--sylvania-green);
    padding-bottom: 5px;
    font-weight: 700;
    line-height: 1.8em;
}


.full-underline {
    border-bottom: solid 5px var(--sylvania-green);
    padding-bottom: 5px;
    color: var(--sylvania-grey-text);
}

.btn-sylvania {
    background-color: #ffffff;
    color: #000000;
    font-weight: 200;
}

.btn-sylvania-clear {
    background-color: #ffffff;
    border-color: var(--sylvania-green);
    color: var(--sylvania-green);
}

.close {
    font-weight: 800;
}

h2.underline span {
    border-bottom: solid 5px var(--sylvania-green);
    padding-bottom: 5px;
    color: var(--sylvania-grey-text);
}


h3.underline span {
    border-bottom: solid 3px var(--sylvania-green);
    padding-bottom: 3px;
    color: var(--sylvania-grey-text);
}

a.underline span {
    border-bottom: solid 3px var(--sylvania-light-green);
    padding-bottom: 3px;
    margin-bottom: 4px;
}

.product-main-image img {
    max-height: 400px;
    max-width: 400px;
}

.product-main-image {
    margin-bottom: 20px;
    text-align: center;
}

.description {
    font-size: 11px;
    background: #777777;
    color: #ffffff;
    padding: 3px;
    float: right;
    position: relative;
    bottom: 30px;
}

.short-description p {
    font-size: 19px;
    color: var(--sylvania-green);
    font-weight: bold;
}

.product-banner-image {
    background-color: #eeeeee;
    padding: 30px 10px 30px 10px;
}

    .product-banner-image img {
        max-width: 100%;
        min-width: 100%;
    }

.family-name {
    width: 75%;
}

.family-sticker {
    width: 90px;
}

    .family-sticker img {
        width: 90px;
    }

.family-text {
    color: var(--sylvania-grey-text);
}

.back-button a {
    color: var(--sylvania-grey-text);
    font-size: .9em;
}

.fa-arrow-left {
    padding-right: 5px;
}

.usps {
}

.usp-name {
    font-weight: bold;
    color: var(--sylvania-green);
    font-size: 26px;
}

.usp-value {
    color: var(--sylvania-grey-text);
}


.usps .usp:nth-child(2n+2) {
    border-left: 1px solid var(--sylvania-green);
    border-right: 1px solid var(--sylvania-green);
}




@media (max-width: 991.98px) {
    .usps .usp:nth-child(2n+2) {
        border: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


.page-header {
    padding-top: 30px;
    padding-bottom: 10px;
}

.product-page-title {
    background-color: #eeeeee;
    padding: 40px;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #333333;
}

.skus-box {
    margin-top: 40px;
}

.dataTables_wrapper {
    margin-top: 30px;
}



.sticker {
    width: 90px;
    height: 50px;
    position: absolute;
    padding: 6px;
}

    .sticker img {
        max-width: 100%;
        height: auto;
    }

#search-form input {
    line-height: 1.3em;
}

.product-search {
    float: right;
}


#header-search-desktop-span {
    padding: 6px 10px 6px 10px;
}

#header-search-submit {
    position: relative;
    z-index: 1;
    left: -50px;
    top: 2px;
    font-size: 24px;
    font-family: FontAwesome;
    color: #7B7B7B;
    cursor: pointer;
    background: 0;
    border: 0;
}

#btn-back-to-top {
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: none;
    background-color: #eeeeee;
}


.line {
    width: 18%;
}

    .line hr {
        border: none;
        height: 4px;
        opacity: 1;
        /* Set the hr color */
        color: #008264; /* old IE */
        background-color: #008264; /* Modern Browsers */
        margin: 0px;
    }

.sku-product-title {
    align-content: flex-start;
}


    .sku-product-title h1 {
    }


.sku-item-number {
    font-size: 1.2em;
}

/* Assets*/
.assets {
    justify-content: center;
}

    .assets div {
    }

        .assets div img {
        }

.application-image {
    max-width: 100%;
}

    .application-image img {
        max-height: 340px;
    }


.selling-sheet-button {
    border: 1px solid #eee;
    padding: 20px;
}



.ratio-16x9 {
    background: linear-gradient(0deg, rgba(170,170,170,1) 0%, rgba(204,204,204,1) 14%, rgba(221,221,221,1) 100%) !important;
}

    .ratio-16x9 img {
        padding: 20px;
    }

.selling-sheet-section {
    margin-top: 40px;
    border-top: 1px solid var(--sylvania-grey-text);
    border-bottom: 1px solid var(--sylvania-grey-text);
    padding: 20px 0 20px 0;
}



/* Tech Data */

.nav-tabs {
    border: none;
    border-bottom: 3px solid var(--sylvania-green) !important;
}

.nav-item {
    margin-bottom: -1px;
    margin-right:20px;
}

.nav-link {
    border: none !important;
    text-align: left;
    color: #000;
    padding-left: 0;
    width: 220px;
    font-size: 16px;
    font-weight: 600;
    display: inline;
}

    .nav-link:hover, .nav-link:focus, .nav-link:focus-visible {
        border: none;
        color: var(--sylvania-green) !important;
    }

    .nav-link.active {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 3px solid var(--sylvania-green) !important;
        color: var(--sylvania-green) !important;
    }

.nav-tabs .nav-link.active {
    background-color: var(--sylvania-green);
    color: #ffffff !important;
    padding: 15px 10px 25px 10px;
    margin-top: 0px;
}


.nav-tabs .nav-link {
    background-color: var(--sylvania-light-green);
    color: #ffffff !important;
    padding: 15px 10px 11px 10px;
    margin-top: 15px;
    text-align:center;
}



    .nav-link.tech-line-nav-link {
        font-size: 1rem;
        font-weight: 400;
        padding: 0;
        position: relative;
    }

    .nav-link.active.tech-line-nav-link {
        border: none !important;
    }

    .nav-link.tech-line-nav-link .product-carousel-button {
        width: 30px;
        height: 30px;
        line-height: 31px;
        padding-top: 0;
        padding-bottom: 0;
        right: 0;
        font-size: 20px;
    }

    .nav-link.tech-line-nav-link:not(.active) .product-carousel-button {
        background-color: #fff;
        border: 1px solid var(--sylvania-light-green);
        color: var(--sylvania-green);
    }


.accordion {
    --bs-accordion-border-width: 0px !important;
}

button.accordion-button {
}

.accordion-button:not(.collapsed) {
    color: var(--sylvania-green);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    font-weight: 800;
}

.accordion-button.collapsed {
    color: var(--sylvania-grey-text);
}

.accordion-header {
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .tab button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 16px;
        transition: 0.3s;
        text-align: center;
    }

        .tab button:hover {
            background-color: var(--sylvania-green);
        }

        .tab button.active {
            background-color: var(--sylvania-green);
            color: #ffffff;
        }



.tabcontent {
    padding: 6px 12px;
    border-top: none;
    background-color: #ffffff;
}

.collapse .show {
}

button.btn.techButton {
    padding: 2px;
    margin-bottom: 10px;
}

.download-tab-icon {
    width:24px;
    height:24px;
    padding-right:4px;
}


.download-tab-icon img{
    width: 24px;
    height: 24px;
}

.tech-line {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
}


    .tech-line:nth-child(even) {
        background-color: var(--sylvania-light-grey);
    }


.tech-key {
    width: 50%;
    display: inline-block;
    padding-left: 8px;
    vertical-align: top;
}

.tech-value {
    display: inline-block;
    width: 45%;
}

    .tech-value a {
        color: var(--sylvania-grey-text);
    }

.fa-file-pdf {
    padding-left: 5px;
    font-size: 1.2em;
}

.data-filter {
    color: var(--sylvania-grey-text);
}

/* SKU Table */

.sku-filter-table {
    color: var(--sylvania-grey-text);
    font-size: .85em;
}

.table-hover tr:hover {
    border-bottom: 1px solid var(--sylvania-light-green);
    color: var(--sylvania-green) !important;
}

.table-hover td:hover {
    font-weight: 600 !important;
    color: var(--sylvania-green) !important;
    cursor: pointer;
}


.data-table-header th {
    background-color: var(--sylvania-green);
    color: #ffffff;
    line-height: 1.4em;
}

.clickable-row a {
    color: var(--sylvania-grey-text);
    font-weight: 600;
    text-decoration: none;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
    text-align: center;
}

.table {
    --bs-table-hover-bg: inherit !important;
}









.bold {
    font-weight: 600 !important;
}

.plain {
    font-weight: 400 !important;
}

.centered {
    text-align: center !important;
}

.dataTables_paginate {
    text-align: center;
    color: var(--sylvania-grey-text) !important;
}



    .dataTables_paginate a {
        color: var(--sylvania-grey-text) !important;
    }


.paginate_button {
    text-decoration: none;
    border: none !important;
    color: #000;
}

    .paginate_button.next, .paginate_button.previous, .paginate_button.current {
        font-weight: 600;
    }

.dataTables_paginate {
    margin-top: 20px;
    margin-bottom: 40px;
    display: inline-block;
}


    .dataTables_paginate .next, .dataTables_paginate .previous {
        padding: 4px 10px 4px 10px;
        margin: 0px 10px 0 10px;
        cursor: pointer;
        border: 1px solid #000000;
    }

a.paginate_button {
    padding: 4px 10px 4px 10px;
    cursor: pointer;
}



.dataTables_info {
    padding-top: 20px;
    display: inline-block;
    text-align: left;
}

.dataTables_length {
    display: inline-block;
    float: right;
    padding-top: 20px;
}

.table-filters .data-filter {
    border: none;
    background-color: #ffffff;
}

/* Filters */


.filter-box h4 {
    font-size: 16px;
}


.main {
    background-color: var(--sylvania-light-grey);
}


.sylvania-green {
    background-color: #ffffff;
    color: #008264;
    border: 1px solid #008264;
}


.form-check {
    margin-bottom: 1px;
}



.form-check-label {
}


section.range-slider {
    position: relative;
    width: 100%;
    height: 35px;
    text-align: center;
    color: #000000;
    font-size: 14px;
}





    section.range-slider input {
        pointer-events: none;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 15px;
        width: 100%;
        outline: none;
        height: 18px;
        margin: 0;
        padding: 0;
        accent-color: #008264;
    }

        section.range-slider input::-webkit-slider-thumb {
            pointer-events: all;
            position: relative;
            z-index: 1;
            outline: 0;
        }

        section.range-slider input::-moz-range-thumb {
            pointer-events: all;
            position: relative;
            z-index: 10;
            -moz-appearance: none;
            width: 9px;
        }

        section.range-slider input::-moz-range-track {
            position: relative;
            z-index: -1;
            background-color: rgba(0, 0, 0, 1);
            border: 0;
        }

        section.range-slider input:last-of-type::-moz-range-track {
            -moz-appearance: none;
            background: none transparent;
            border: 0;
        }

        section.range-slider input[type=range]::-moz-focus-outer {
            border: 0;
        }

.filter-table {
    font-size: .9em;
}

.filter-box {
    padding: 2px 0 2px 0;
}

    .filter-box:nth-of-type(even) {
        background-color: var(--sylvania-light-grey);
    }


.input-sliders {
    accent-color: #008264;
}

.range-values {
    text-align: right;
    padding-right: 10px;
    color: var(--sylvania-grey-text);
}

.range-input {
    text-align: center;
}

.form-check-label {
    color: var(--sylvania-grey-text);
}


/* Carousel */

.carousel-indicators button[data-bs-target] {
    width: 200px;
}

.carousel-indicators {
    margin-bottom: 70px;
    position: relative;
}

.carousel-main img {
    width: 75%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* Sku page */

.sku-body {
    color: var(--sylvania-grey-text);
}

.sku-product-title h1 {
    font-size: 48px;
    font-weight: 800;
}


.sku-sticker {
    width: 100px;
}

    .sku-sticker img {
        width: 100px;
    }

.sku-brand-logo {
    text-align: right;
    padding: 12px 0 12px 15px;
}

    .sku-brand-logo img {
        width: 140px;
    }


.icons {
}


.icon {
    padding: 10px;
    width: 64px;
    line-height: 20px;
    text-align: center;
}


    .icon img {
        max-width: 100%;
    }

.photometrics {
    border-left: 3px solid var(--sylvania-grey-footer);
}

.sku-diagram {
    width: 100%;
}



    .sku-diagram img {
        max-width: 300px;
    }

.sku-photometric {
}

    .sku-photometric img {
        max-width: 300px;
    }

.sku-image {
    width: 80px;
}

    .sku-image img {
        width: 80px;
    }

/* swiper styles */


.glide__track.h100 {
    height: 100px;
}

    .glide__track.h100 .glide__slide {
        height: 100px !important;
    }

.glide__track {
    width: 100%;
    margin-top: 10px;
}

.glide__slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.glide__slide--active {
    border-bottom: 3px solid var(--sylvania-green);
}

.glide__slide img {
    display: block;
    /*    width: 100%;
*/ max-height: 100%;
    object-fit: contain;
    width: 100px;
}

.glide__bullets {
    text-align: center;
}

.product-carousel-button {
    background-color: #008264;
    border: none;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
    font-size: 25px;
    padding-bottom: 2px;
    margin-top: 35px;
    margin-left: -8px;
    position: absolute;
}

    .product-carousel-button.button-prev {
        padding-left: 9px;
    }

#carousel-main-wrapper {
    position: relative;
    height: 450px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-bottom: 2px solid var(--sylvania-grey-banner-background);
}

    #carousel-main-wrapper img {
        padding: 50px;
        max-height: 350px;
    }

#body-wrapper {
    margin-top: 130px !important;
}

@media (max-width: 1199px) {
    #body-wrapper {
        margin-top: 0px !important;
    }

    .fixed-top {
        position: static !important;
    }

        .fixed-top .main-sylvania-site-navigation {
            padding: 0 !important;
            margin: 0 !important;
            border-bottom: none;
        }
}

#carousel-main {
    background-color: #fff;
}

.carousel-main-image {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.carousel-main-zoom {
    position: absolute;
    right: 4px;
    bottom: 20px;
    padding-left: 2px;
    cursor: pointer;
    padding-right: 1px;
}

.glide__bullet {
    border: 1px solid #008264 !important;
    width: 25px !important;
    border-radius: 5px !important;
    height: 10px !important;
    opacity: 1 !important;
    background-color: #fff !important;
}

.glide__bullet--active {
    background-color: #008264 !important;
}

#product-application-images-carousel .product-carousel-button.button-prev {
    position: absolute;
    top: 130px;
    left: 20px;
    z-index: 1000;
}

#product-application-images-carousel .product-carousel-button.button-next {
    position: absolute;
    top: 130px;
    right: 10px;
    z-index: 1000;
}

/* Search*/

.search-page-item {
}

.search-row-background {
    padding: 20px;
}


    .search-row-background:nth-child(2n+0) {
        background-color: var(--sylvania-light-grey)
    }


.search-page-name, .search-page-name a {
    color: var(--sylvania-grey-text);
}


.search-page-image {
    text-align: center;
}


@media (max-width: 768px) {
    .search-page-image {
        margin-bottom: 12px;
    }
}

.search-page-sku, .search-page-sku a {
    font-weight: 800;
}

.search-page-text {
    font-size: 13px;
}

.search-term {
    font-size: .8em;
    display: block;
    color: var(--sylvania-grey-text)
}

/****** SiteNav *******/

.bg-light {
    background-color: #fff !important;
}

.navbar-toggler {
    border: none !important;
    color: #008a69;
    box-shadow: none !important;
    font-size: 30px;
}

    .navbar-toggler:not(.collapsed) .fa-bars {
        display: none;
    }

    .navbar-toggler.collapsed .fa-xmark {
        display: none;
    }

.header-box {
    box-shadow: 0px -4px 18px -6px rgba(0,0,0,0.3);
}

.sylvania-nav, .sylvania-dropdown a {
    font-size: .8em;
}

.full-width {
    padding: 0;
}

/* Nav Logo */

.nav-logo {
    max-width: 270px;
}

/* dropdown styling*/


.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}



.dropdown-toggle::after {
    content: '\f107'; /* Replace this with the desired Font Awesome icon code */
    font: var(--fa-font-regular);
    border-top: 0;
    vertical-align: middle;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: .7em;
}

.nav-item.dropdown .dropdown-menu li {
    line-height: initial;
    padding: 0 20px;
    line-height: 28px;
}

.nav-item a {
    color: var(--sylvania-grey-text) !important;
    font-size: 15px;
    font-weight: 100;
}

.dropdown-menu {
    border: none;
    box-shadow: 0px -4px 18px -6px rgba(0,0,0,0.3);
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sylvania-sub-menu {
    display: block;
    list-style-type: none;
}

.sylvania-sub-menu-wrapper {
    left: 280px;
    position: absolute;
    top: -23px;
}

.nav-link {
    line-height: 25px;
}

.dropdown-menu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

@media all and (max-width: 1199px) {

    .navbar-nav li {
        border-bottom: 1px solid rgba(0, 0, 0, .03);
    }

    .mobile-down-arrow {
        padding-top: 10px;
    }

    .dropdown-menu {
        box-shadow: none;
    }

    .nav-link {
        line-height: 45px;
    }
}

/* ============ submenu desktop view ============ */
@media all and (min-width: 1200px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu {
    }

    .nav-item-l1 {
        margin-right: 10px;
    }

        .nav-item-l1 > .mobile-down-arrow {
            top: 0;
            right: 0;
        }

    .dropdown-item.nav-link {
        display: block;
        text-wrap: auto;
        width: 240px;
    }

    .mobile-down-arrow {
        font-size: 9px !important;
        position: absolute;
        right: 20px;
        top: 16px;
    }

    .nav-item.dropdown {
        line-height: 70px;
        padding-right: 10px;
    }

    .dropdown-border {
        border-top: 3px solid #008264;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .nav-item > .dropdown-menu {
        left: -70px;
    }

    .dropdown-menu {
        width: 280px !important;
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }

    li.dropddown-menu-item-has-children:hover .sylvania-sub-menu-wrapper {
        display: block !important;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .sylvania-sub-menu {
        width: 280px !important;
        max-height:calc(100vh - 140px);
        overflow:auto;
    }
}
/* ============ submenu desktop view .end// ============ */

/* ============ submenu small devices ============ */
@media (max-width: 1800px) {
    .sylvania-sub-menu-wrapper {
        left: auto;
        right: 280px;
    }
}


/* Site Footer */

.full-width-footer {
    background-color: #008264;
}

.sylvania-footer {
    color: #ffffff;
}

.sylvania-footer-logo img {
    width: 200px;
}

.sylvania-footer-strapline {
    font-size: 11px;
    font-weight: 100;
}

.footer-nav-col {
    font-weight: 100;
}

.sylvania-footer-bold {
    font-weight: 700;
    padding-bottom: 10px;
}

.sylvania-footer {
    list-style-type: none;
    font-size:1.2em;
}

.footer-nav-col p {
    font-size:.7em;
}

.footer-nav-col a {
    text-decoration:none;
}

.footer-nav-col .fa-brands {

    font-size:1.1em;
    margin-bottom:30px;
}

.footer-nav-col .tel-number {
    font-weight:200;
}

.sylvania-footer ul {
    padding: 0 60px 0 0;
    font-size: .7em;
}

    .sylvania-footer li a {
        color: #ffffff;
        text-decoration: none;
        padding-bottom: 1em;
        display:block;
    }

        .sylvania-footer li a:hover {
            color: var(--sylvania-light-green) !important;
        }



/* ============ Accessories ============ */


.accessory-title {
    color: var(--sylvania-grey-text);
}

.accessory-box {
    color: #575756;
    line-height: 1.6em;
    font-size: 1.1em;
    padding: 10px;
    text-decoration: none;
    text-align: left;
}

.accessory-heading-box {
    height: 90px;
    width: 330px;
    text-wrap: pretty;
}


.accessory-box a {
    color: #575756;
    line-height: 1.6em;
    font-size: 1em;
    text-decoration: none;
}

.accessory-box:hover {
    background-color: var(--sylvania-light-grey);
    border-bottom: 3px solid var(--sylvania-green);
}

.accessory-name {
    font-weight: 600;
}


.accessory-sku {
    font-weight: 200;
    font-size: .9em;
}


.accessory-sku-bold {
    font-weight: 600;
}


.accessory-image {
    height: 240px;
    padding: 20px;
}


    .accessory-image img {
        max-width: 100%;
    }


.socials{
    margin:10px;
    color:white; font-size:30px;
}