/*
Theme Name: Sylvania
Theme URI: https://sylvania.com
Description: Divi Child Theme
Author: Cubicfox Kft.
Author URI: https://cubicfox.com
Template: Divi
Version: 1.0.0 
*/
@import url("../Divi/style.css");

/* Basics */
body {
    min-height: 100vh;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-size: calc((var(--sylvania-font-min) * 1px) + (var(--sylvania-font-max) - var(--sylvania-font-min)) * var(--sylvania-desktop-dynamic-equation));
}

body h1 {
    --sylvania-font-min: 46;
    --sylvania-font-max: 56;
}

body h2 {
    --sylvania-font-min: 34;
    --sylvania-font-max: 44;
}

body h3 {
    --sylvania-font-min: 24;
    --sylvania-font-max: 32;
}

body h4 {
    --sylvania-font-min: 20;
    --sylvania-font-max: 26;
}

body h5 {
    --sylvania-font-min: 18;
    --sylvania-font-max: 20;
}

body h6 {
    --sylvania-font-min: 15;
    --sylvania-font-max: 16;
}

body #page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body #page-container #et-main-area {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

body.admin-bar {
    min-height: calc(100vh - 32px);
}

body.admin-bar #page-container {
    min-height: calc(100vh - 32px);
}

body a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body #page-container .et_pb_button,
body #page-container a.button,
body #page-container button.button {
    padding: 10px 30px !important;
    min-width: 120px;
    height: 38px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body #page-container #main-content .container:before {
    display: none;
}

body:not(.single-post) #page-container #left-area {
    float: none;
    width: 100%;
    padding-bottom: 58px;
}

.et_contact_bottom_container {
    margin: 0 !important;
    float: none;
    text-align: left;
}

.et_pb_row,
.et-db #et-boc .et-l .et_pb_row {
    width: 90%;
}

.container {
    width: 90%;
}

.hidden {
    display: none;
}

#et-main-area {
    overflow: hidden;
}

#main-content {
    overflow: hidden;
}

.et_builder_inner_content {
    overflow: hidden;
}

.et_pb_divider:before {
    z-index: 2;
}

.et_builder_inner_content>.et_pb_section:first-child {
    padding-top: 140px !important;
}

.et_pb_section,
.et-db #et-boc .et-l .et_pb_section {
    background-color: transparent;
}

#main-content {
    background-color: transparent;
}

p,
.et_pb_text_inner {
    font-weight: 400;
    line-height: 1.5;
}

/* End of Basics */
/* Custom elements */
.sylvania-title-subtitle h1 {
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.015em;
}

.sylvania-title-subtitle h6 {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: #000000;
}

.sylvania-global-light-section {
    overflow: hidden;
}

body #page-container .sylvania-global-light-section .sylvania-global-light-tiles-row {
    display: grid;
    grid-auto-columns: max-content;
    overflow-x: scroll;
    width: auto;
    max-width: initial;
    padding: 20px 0 20px 5.5%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sylvania-vetical-tiles-container.sylvania-global-light-section .sylvania-global-light-tiles-row {
    grid-auto-columns: initial;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    overflow-y: initial;
    overflow-x: initial;
}

.sylvania-global-light-section .sylvania-global-light-tiles-row::-webkit-scrollbar {
    display: none;
}

.sylvania-global-light-section .sylvania-global-light-tiles-row>* {
    float: none !important;
}

.sylvania-global-light-section .sylvania-global-light-tiles-row.sylvania-hero-slider-row .sylvania-global-light-title-col {
    max-width: 440px;
    min-width: 350px;
}

.sylvania-global-light-section .sylvania-global-light-tiles-row .sylvania-global-light-title-col {
    padding-right: 30px !important;
    width: auto !important;
    grid-row: 1 / span 2;
    margin-right: 0 !important;
}

.sylvania-global-light-tiles-row .sylvania-global-light-title-col .sylvania-global-light-title {
    min-width: 330px;
    width: 330px;
}

.sylvania-global-light-tiles-row .sylvania-global-light-tile {
    padding: 40px;
    position: relative;
    z-index: 1;
}

.sylvania-global-light-section:not(.sylvania-tiles-w-title) .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:nth-child(3n-1),
.sylvania-global-light-section:not(.sylvania-tiles-w-title) .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:nth-child(3n) {
    min-height: 300px;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-width: 500px;
    width: 500px;
    z-index: 2;
    box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.3);
    padding: 40px 50px;
}

.sylvania-vetical-tiles-container.sylvania-global-light-section:not(.sylvania-tiles-w-title) .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:nth-child(3n-1),
.sylvania-vetical-tiles-container.sylvania-global-light-section:not(.sylvania-tiles-w-title) .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:nth-child(3n) {
    min-width: 100%;
    width: 100%;
}

.sylvania-global-light-section:not(.sylvania-tiles-w-title) .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:nth-child(3n) {
    grid-row: 2;
    left: 40px;
    margin-top: 15px;
}

.sylvania-global-light-section:not(.sylvania-tiles-w-title) .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:nth-child(3n-1) {
    grid-row: 1;
    left: -40px;
    margin-bottom: 15px;
}

.sylvania-global-light-section:not(.sylvania-tiles-w-title) .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:nth-child(3n-2) {
    min-height: 695px !important;
    height: 695px !important;
    min-width: 500px !important;
    width: 100% !important;
    grid-row: 1 / span 2;
}

.sylvania-vetical-tiles-container.sylvania-global-light-section:not(.sylvania-tiles-w-title) .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:nth-child(3n-2) {
    min-width: 100% !important;
    width: 100% !important;
}

.sylvania-global-light-section:not(.sylvania-tiles-w-title) .sylvania-global-light-tile.sylvania-global-light-tile:nth-child(3n) {
    /* margin-left: -10px; */
}

.sylvania-global-light-section:not(.sylvania-tiles-w-title) .sylvania-global-light-tile.sylvania-global-light-tile:nth-child(3n+1) {
    /* margin-left: -10px; */
}

.sylvania-tiles-w-title .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile {
    min-height: 300px;
    height: 300px;
    min-width: 500px;
    width: 500px;
    z-index: 2;
    box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.3);
    padding: 40px 50px;
}

.sylvania-tiles-w-title .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:not(:first-child):nth-child(3n) {
    grid-row: 1;
    left: -40px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.sylvania-tiles-w-title .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:not(:first-child):nth-child(3n+1) {
    grid-row: 2;
    left: 40px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.sylvania-tiles-w-title .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:nth-child(3n-1),
.sylvania-tiles-w-title .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:nth-child(4n+1) {
    min-height: 695px !important;
    height: 695px !important;
    width: 100% !important;
    grid-row: 1 / span 2;
    z-index: 1;
}

.sylvania-tiles-w-title .sylvania-global-light-section .sylvania-global-light-tiles-row .sylvania-global-light-title-col {
    min-width: initial !important;
}

.sylvania-global-light-tile .sylvania-global-light-tile-title {
    max-width: 300px;
    margin-bottom: 20px !important;
    word-wrap: normal;
}

.sylvania-global-light-tile .sylvania-global-light-tile-title h4 {
    line-height: 1.2;
    font-size: 23px;
    font-weight: 900;
    padding: 0;
    color: #fff;
}

.sylvania-global-light-tile .sylvania-global-light-tile-divider {
    height: 9px;
    max-width: 110px;
    margin-bottom: 20px !important;
    position: relative;
}

.sylvania-global-light-tile .sylvania-global-light-tile-divider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #008A70;
    top: 0 !important;
    left: 0;
}

.sylvania-global-light-tile-cat {
    color: #fff;
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-link {
    margin-top: 15px;
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-link .et_pb_blurb_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-link .et_pb_main_blurb_image {
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    transform: translateX(-2px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-link:hover .et_pb_main_blurb_image {
    transform: translateX(2px);
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-link .et_pb_blurb_container {
    padding-left: 0;
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-link .et_pb_module_header {
    padding-bottom: 0;
    text-align: left;
    position: relative;
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-link .et_pb_module_header::after {
    content: "";
    border-color: inherit;
    border-bottom: 1px solid;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-link:hover .et_pb_module_header::after {
    opacity: 1;
    visibility: visible;
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-field {
    background: #FFFFFF;
    border: 2px solid #42B030;
    border-radius: 0;
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-field input.et_pb_s {
    color: #000;
    height: 38px;
}

.sylvania-global-light-tile .sylvania-global-light-tile-search-field input.et_pb_searchsubmit {
    padding: 0;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    width: 38px;
    background-image: url(/wp-content/uploads/2022/03/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.sylvania-header-subtitle h5 {
    display: flex;
    flex-wrap: wrap;
}

.sylvania-header-subtitle h5 span {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.sylvania-text-with-circle-icon .et_pb_main_blurb_image {
    padding: 0;
}

.sylvania-text-with-circle-icon .et_pb_blurb_container {
    padding-left: 10px;
}

.sylvania-text-with-circle-icon .et_pb_blurb_container .et_pb_module_header {
    padding-bottom: 0;
}

.sylvania-country-list-row {
    display: flex;
    gap: 30px;
}

.sylvania-country-list-row>.sylvania-country-list-col:first-child {
    flex: 2;
}

.sylvania-country-list-row>.sylvania-country-list-col {
    flex: 1;
    width: auto;
    margin-right: 0;
    max-height: 450px;
    flex-wrap: wrap;
}

.sylvania-country-list-row>.sylvania-country-list-col:last-child {
    flex: 2;
}

.sylvania-country-list-row .sylvania-country-list-col:hover {
    z-index: 3;
}

.sylvania-country-list-row>.sylvania-country-list-col:first-child>.sylvania-country-list-item:nth-child(10) {
    margin-top: 90px;
}

.sylvania-country-list-row::after {
    display: none;
}

.sylvania-country-list-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sylvania-country-list-col .et_pb_divider {
    width: 100%;
}

.sylvania-country-list-item {
    position: relative;
    margin-bottom: 15px !important;
    display: inline-block;
}

.sylvania-country-list-item .et_pb_blurb_content {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    width: auto;
}

.sylvania-country-list-item .et_pb_module_header {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-country-list-item:hover .et_pb_module_header {
    color: #000 !important;
}

.sylvania-country-list-item .et_pb_blurb_description {
    background-color: #F3F3F3;
    border: 1px solid #C4C4C4;
    padding: 15px;
    position: absolute;
    top: -150px;
    min-width: 100%;
    width: 400px;
    max-width: 90vw;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-country-list-item:hover .et_pb_blurb_description {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.sylvania-country-list-item .et_pb_blurb_description h4 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

.sylvania-country-list-item .et_pb_blurb_description iframe {
    border: 1px solid #C4C4C4 !important;
}

.sylvania-country-list-col.sylvania-country-list-col-left .sylvania-country-list-item .et_pb_blurb_description {
    left: calc(100% + 30px);
}

.sylvania-country-list-col.sylvania-country-list-col-right .sylvania-country-list-item .et_pb_blurb_description {
    right: calc(100% + 30px);
}

.sylvania-info-boxes>.et_pb_column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.sylvania-info-boxes .sylvania-info-box {
    margin-bottom: 0 !important;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}

.sylvania-info-boxes .sylvania-info-box .et_pb_promo_description,
.sylvania-info-boxes .sylvania-info-box .et_pb_button_wrapper {
    position: relative;
    z-index: 2;
}

.sylvania-info-boxes .sylvania-info-box .et_pb_promo_description {
    text-align: left;
}

.sylvania-info-boxes .sylvania-info-box .et_pb_promo_description .et_pb_module_header {
    font-weight: 900;
    color: #FFFFFF;
}

.sylvania-info-boxes .sylvania-info-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #C4C4C4;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

body.et_cover_background {
    background-image: url(/wp-content/uploads/2022/03/sylvania-connections-bg2.png);
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-size: 90% !important;
    background-attachment: initial;
}

body.sylvania-popup-open {
    overflow: hidden;
}

body.admin-bar .sylvania-popup {
    top: 32px;
}

.sylvania-popup {
    position: fixed;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup.sylvania-popup-active {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.sylvania-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}

.sylvania-popup-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.sylvania-popup-close {
    padding: 20px 40px;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sylvania-popup-close-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #027C65;
    padding: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup-close-icon:hover {
    background-color: #027C65;
}

.sylvania-popup-close-icon img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup-close-icon:hover img {
    filter: invert(1);
}

.sylvania-popup-logo {
    position: relative;
    width: auto;
    height: 100%;
    pointer-events: all;
    top: -3px;
}

.sylvania-popup-logo span {
    display: flex;
    padding: 30px 50px;
    align-items: center;
}

.sylvania-popup-logo span::before {
    content: '';
    background-image: url(/wp-content/uploads/2022/03/sylvania-logo-bg-gradient.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 100%;
    height: 135px;
    position: absolute;
    bottom: -50px;
    right: 1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup-logo span img {
    height: 24px;
    position: relative;
    top: -2px;
}

.sylvania-popup-content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sylvania-popup-content-title span {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
}

.sylvania-popup-content {
    pointer-events: none;
    margin-top: 40px;
    margin-bottom: 90px;
}

.sylvania-popup-content>.sylvania-popup-content-title>h2,
.sylvania-popup-content>.search-results>.search-results-wrapper {
    pointer-events: all;
}

.sylvania-popup .sylvania-popup-content>.um {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    background: linear-gradient(143.85deg, #008A70 15.98%, #00563B 77.58%);
    color: #fff;
    padding: 40px;
    pointer-events: all;
}

.sylvania-popup .sylvania-popup-content>.um .um-field-label {
    color: #fff;
}

.sylvania-popup .sylvania-popup-content>.um input.um-form-field,
.sylvania-popup .sylvania-popup-content>.um input[type="password"] {
    background: #FFFFFF;
    border: 2px solid #42B030 !important;
    border-radius: 0;
    height: 38px;
    color: #000;
    font-size: 14px;
}

.sylvania-popup .sylvania-popup-content>.um.um-register .um-col-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
}

.sylvania-popup .sylvania-popup-content>.um.um-register .um-field .um-field-first_name,
.sylvania-popup .sylvania-popup-content>.um.um-register .um-field .um-field-last_name {
    order: -1;
}

.sylvania-popup .sylvania-popup-content>.um .um-col-alt:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sylvania-popup .sylvania-popup-content>.um .um-col-alt:last-child .um-half {
    width: auto;
    float: none;
    flex: 1;
}

.sylvania-popup .sylvania-popup-content>.um .um-col-alt .um-half {
    display: flex;
    align-items: center;
    min-height: 38px;
    width: 50%;
}

.sylvania-popup .sylvania-popup-content>.um .um-col-alt .um-half.um-left {
    justify-content: flex-end;
    order: 2;
}

.sylvania-popup .sylvania-popup-content>.um .um-col-alt .um-half.um-right {
    justify-content: flex-start;
    order: 1;
}

.sylvania-popup .sylvania-popup-content>.um input[type=submit].um-button {
    padding: 10px 30px !important;
    min-width: 160px;
    height: 38px !important;
    color: #fff;
    background-color: #90bb39;
    border-width: 1px;
    border-radius: 3px;
    border-color: #90bb39;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    font-size: 16px !important;
    font-weight: bold !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup .sylvania-popup-content>.um input[type=submit].um-button:hover {
    background-color: #42b030;
    border-color: #42b030;
}

.sylvania-popup .sylvania-popup-content>.um a.um-button.um-alt {
    color: #fff;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 0 !important;
    max-width: fit-content;
    background: transparent;
    box-shadow: none;
    line-height: 1.7 !important;
}

.sylvania-popup .sylvania-popup-content>.um a.um-button.um-alt:hover {
    color: #90bb39;
}

.sylvania-popup .sylvania-popup-content>.um.um-login form {
    display: flex;
    flex-direction: column;
}

.sylvania-popup .sylvania-popup-content>.um.um-login .um-row._um_row_1 {
    order: 1;
    margin-bottom: 15px !important;
}

.sylvania-popup .sylvania-popup-content>.um.um-login .um-col-alt {
    order: 3;
    display: flex;
    flex-wrap: wrap;
}

.sylvania-popup .sylvania-popup-content>.um.um-login .um-col-alt-b {
    order: 2;
    padding-top: 0;
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}

.sylvania-popup .sylvania-popup-content>.um.um-login .um-col-alt-b a.um-link-alt {
    color: #90BB39 !important;
    font-weight: 700;
    font-size: 14px;
}

.sylvania-popup .sylvania-popup-content>.um.um-login .um-col-alt .um-field-area .um-field-checkbox {
    display: none;
}

.sylvania-popup .sylvania-popup-content>.um.um-login .um-row._um_row_1 .um-col-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
}

.sylvania-popup .sylvania-popup-content>.um .um-field-block {
    color: #fff;
}

.sylvania-popup .sylvania-popup-content .um-account-main div.um-account-heading,
.sylvania-popup .sylvania-popup-content .um-account-meta {
    display: none;
}

.sylvania-popup .sylvania-popup-content .um-account-tab .um-field#um_field_general_user_login {
    padding-top: 0;
}

.sylvania-popup .sylvania-popup-content .um-account-side li {
    background: transparent;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a,
.sylvania-popup .sylvania-popup-content .um-account-side li a span.um-account-title,
.sylvania-popup .sylvania-popup-content .um-account-nav a {
    color: #fff !important;
}

.sylvania-popup .sylvania-popup-content .um-account-main .um-account-tab {
    margin-top: 10px;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a:hover {
    background: transparent !important;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a.current,
.sylvania-popup .sylvania-popup-content .um-account-side li a.current:hover {
    color: #fff;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a span.um-account-icon {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a span.um-account-icon,
.sylvania-popup .sylvania-popup-content .um-account-side li a.current span.um-account-icon,
.sylvania-popup .sylvania-popup-content .um-account-side li a.current:hover span.um-account-icon {
    color: #fff;
    border-right: 0;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a:hover span.um-account-icon {
    color: #90BB39;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a.current span.um-account-icon,
.sylvania-popup .sylvania-popup-content .um-account-side li a.current:hover span.um-account-icon,
.sylvania-popup .sylvania-popup-content .um-account-side li a.current span.um-account-title,
.sylvania-popup .sylvania-popup-content .um-account-side li a.current:hover span.um-account-title {
    color: #fff;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a.current {
    background: rgba(256, 256, 256, 0.15) !important;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a span.um-account-title {
    font-weight: bold;
    padding-left: 0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a:not(.current):hover span.um-account-title {
    color: #90BB39;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a span.um-account-arrow {
    right: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup .sylvania-popup-content .um-account-side li a.current span.um-account-arrow,
.sylvania-popup .sylvania-popup-content .um-account-side li a:not(.current):hover span.um-account-arrow {
    right: 10px;
}

.sylvania-popup .sylvania-popup-content .um-account-side [class*="um-faicon"]::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.sylvania-popup .sylvania-popup-content .um-account-side .um-account-icon [class*="um-faicon"]::before {
    font-weight: 400 !important;
}

.sylvania-popup .sylvania-popup-content .um-account-side .um-account-icon i.um-faicon-asterisk::before {
    content: "\2a";
    font-weight: 900 !important;
}

.sylvania-popup .sylvania-popup-content .um-account-side .um-account-icon i.um-faicon-lock::before {
    content: "\f2c1";
}

.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
    color: #90BB39;
}

.sylvania-popup .sylvania-popup-content .um-field-checkbox-option,
.sylvania-popup .sylvania-popup-content .um-field-radio-option {
    color: #fff !important;
}

.sylvania-popup .sylvania-popup-content .um-request-button {
    color: #90BB39;
    background-color: transparent;
    font-weight: bold;
    border-radius: 0;
    padding: 0;
    margin-top: 10px;
}

.um .um-tip {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup .sylvania-popup-content .um-account-side>ul>li>a {
    cursor: pointer;
}

.um-field-checkbox i,
.um-field-radio i {
    color: #fff;
}

.um-field-checkbox:hover i,
.um-field-radio:hover i {
    color: #fff;
}

.search-results {
    padding-bottom: 60px;
}

.select2-dropdown {
    background-color: transparent;
}

.select2-container,
.select2-container * {
    box-sizing: border-box !important;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -40px;
}

body.admin-bar .select2-container--open .select2-dropdown--below {
    margin-top: -8px;
}

.select2-search--dropdown {
    height: 38px;
    margin-right: 40px;
}

.select2-search--dropdown>input {
    height: 100%;
}

.select2.select2-container .select2-selection .select2-selection__arrow:before {
    color: #42B030;
    font-size: 22px !important;
    line-height: 38px;
}

.select2-search--dropdown .select2-search__field {
    padding: 0 10px;
}

body .sylvania-popup .sylvania-popup-content .select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0 !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 100% !important;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 2px solid #42B030 !important;
}

.select2-container--default .select2-results>.select2-results__options {
    border: 2px solid #42B030;
}

.select2-container.select2-container--open .select2-dropdown .select2-results li {
    margin: 0 !important;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.select2-container.select2-container--open .select2-dropdown {
    border: 0 !important;
}

.select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

body.admin-bar .select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
    margin-top: 72px;
}

.select2-container.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results {
    order: 1;
}

.select2-container.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search--dropdown {
    order: 2;
}

.select2-results li.select2-results__option:not([aria-selected="true"]).select2-results__option--highlighted {
    background: #f4f4f4 !important;
}

.select2-results li.select2-results__option[aria-selected="true"].select2-results__option--highlighted {
    background: #ddd !important;
}

.search-results-fields {
    position: relative;
}

.search-results-fields-top {
    position: relative;
    display: flex;
    flex-direction: column;
}

.search-results-fields-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(143.85deg, #008A70 15.98%, #00563B 77.58%);
    z-index: -1;
}

.search-results-search-field-wrapper {
    padding: 60px 40px 0;
    display: flex;
    align-items: center;
}

.search-results-search-field-info {
    padding: 0;
    display: flex;
    align-items: center;
    color: transparent;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
}

.search-results-search-field-info.search-results-search-field-info-show {
    padding: 8px 40px 0;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    opacity: 1;
    visibility: visible;
}

.search-results-search-field {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.search-results-search-field input {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #42B030;
    border-radius: 0;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 50px 10px 15px;
    color: #000;
    font-weight: 400;
}

.search-results-search-field input:focus {
    border: 2px solid #42B030;
}

.search-results-search-field-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-results-search-field-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-results-search-field-button-icon::before {
    content: "U";
    color: #008a70;
    font-family: ETmodules;
    speak: none;
    font-weight: 600;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}

.search-results-search-field-button-x .search-results-search-field-button-icon::before {
    content: "M";
    color: #000000;
    font-weight: 400;
    font-size: 30px;
}

.search-results-search-field-button-x {
    cursor: pointer;
}

.search-results-fields-top-buttons {
    padding: 0 40px;
    margin: 20px 0 30px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.search-results-top-search-button>.et_pb_button {
    min-width: 160px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
}

.search-results-top-search-button>.et_pb_button.button-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}

.search-results-fields-top-detailed-button {
    position: absolute;
    bottom: 0;
    right: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-results-fields-top-detailed-button.search-results-fields-top-detailed-button-active {
    background-color: #E7E7E7;
}

.search-results-fields-top-detailed-button.search-results-fields-top-detailed-button-active .detailed-button {
    color: #90bb39;
}

.search-results-fields-top-detailed-button.search-results-fields-top-detailed-button-active .detailed-button::before {
    color: #90bb39;
    transform: rotate(-90deg);
}

.search-results-fields-top-detailed-button .detailed-button {
    font-weight: 700;
    font-size: 14px;
    color: #42B030;
    position: relative;
    display: flex;
    align-items: center;
}

.search-results-fields-top-detailed-button .detailed-button::before {
    content: "5";
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #42B030;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-results-top-detailed {
    padding: 40px;
    background: linear-gradient(181.76deg, #E7E7E7 32.25%, #C4C4C4 136.38%);
}

.search-results-types {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0;
}

.search-results-type {
    margin: 30px;
}

.search-results-type label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.search-results-type label input {
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.search-results-type-check {
    background-color: #FFFFFF;
    border: 2px solid #90BB39;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.search-results-type-check::after {
    content: "";
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-results-type label input:checked~.search-results-type-check::after {
    opacity: 1;
    visibility: visible;
}

.search-results-type-text {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.search-results-count {
    margin-bottom: 40px;
    padding: 0 40px;
}

.search-results-count-number {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -0.015em;
    color: #000000;
}

.search-results-count-number>span {
    margin-right: 8px;
}

.search-results-top-detailed-filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 30px;
}

.search-results-top-search-button.search-results-top-detailed-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.search-results-top-detailed-filter label {
    display: flex;
    position: relative;
    width: 100%;
}

.search-results-top-detailed-filter-title {
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 13px;
}

.search-results-items {
    display: flex;
    flex-direction: column;
}

.search-results-item {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #A4A4A4;
    margin-bottom: 30px;
    padding: 0 30px 30px;
}

.search-results-item-img {
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    border: 1px solid #BDBCBC;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
}

.search-results-item-img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.search-results-item-desc {
    flex: 1;
    padding: 20px 30px;
}

.search-results-item-learn-more {
    padding: 20px 0;
}

.search-results-item-learn-more a {
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    color: #90BB39;
    position: relative;
    display: flex;
    align-items: center;
}

.search-results-item-learn-more a::before {
    content: "5";
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #90BB39;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-results-item-desc-text {
    line-height: 1.4;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.search-results-item-desc-title {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.search-results-item-desc-meta-category {
    font-weight: 700;
    font-size: 14px;
    color: #027C65;
    line-height: 1;
}

.sylvania-product-category-top-section {
    padding-bottom: 60px !important;
}

.sylvania-product-category-filter-section,
.sylvania-product-category-filter-section>.sylvania-subtitle-container {
    padding: 0 !important;
}

.sylvania-product-categories .et_pb_code_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.sylvania-product-categories .et_pb_code_inner>li.cat-item {
    background-color: #F1F1F1;
    border: 1px solid #C4C4C4;
    padding: 50px;
    list-style-type: none;
    line-height: 1;
}

.sylvania-product-categories .et_pb_code_inner>li.cat-item>a {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.sylvania-product-categories .et_pb_code_inner>li.cat-item>a::after {
    content: "";
    display: inline-block;
    background-color: #008A70;
    height: 8px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sylvania-product-categories .et_pb_code_inner>li.cat-item>ul.children {
    padding: 0;
    line-height: 1;
    list-style-type: none;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: repeat(9, auto);
    grid-auto-flow: column;
    margin-bottom: -20px;
}

.sylvania-product-categories .et_pb_code_inner>li.cat-item>ul.children>li.cat-item {
    margin-bottom: 20px;
}

.sylvania-product-categories .et_pb_code_inner>li.cat-item>ul.children>li.cat-item>a {
    font-weight: 700;
    font-size: 16px;
    color: #027C65;
    position: relative;
}

.sylvania-product-categories .et_pb_code_inner>li.cat-item>ul.children>li.cat-item>a::after {
    content: "";
    border-color: inherit;
    border-bottom: 1px solid;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-product-categories .et_pb_code_inner>li.cat-item>ul.children>li.cat-item>a:hover::after {
    opacity: 1;
    visibility: visible;
}

#et-boc .et_builder_inner_content .et_pb_section.sylvania-global-light-section {
    padding: 0;
}

#et-boc .et_builder_inner_content .et_pb_section.sylvania-global-light-section .sylvania-hero-slider-row {
    width: auto !important;
    max-width: initial !important;
    padding: 0 5.5% !important;
    padding-right: 0 !important;
}

.sylvania-product-search-filter {
    padding-top: 0 !important;
}

.sylvania-product-search-filter-top {
    background-color: #F3F3F3;
    border: 1px solid #C4C4C4;
    padding: 40px;
    margin-bottom: 60px;
}

.sylvania-product-search-filter-top-title {
    font-weight: 900;
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}

.sylvania-product-search-filter-top-form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    grid-gap: 20px;
}

.sylvania-product-search-filter-top-form-field-search {
    position: relative;
}

.sylvania-product-search-filter-top-form-field-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.sylvania-product-search-filter-top-form-field-search input {
    border-radius: 0px;
    border: 2px solid #42B030;
    height: 40px;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 10px 45px 10px 12px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-product-search-filter-top-form-field-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sylvania-product-search-filter-top-form-field-button::before {
    content: "U";
    color: #008a70;
    font-family: ETmodules;
    speak: none;
    font-weight: 600;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}

.sylvania-subtitle .et_pb_text_inner h2 {
    padding-bottom: 0;
}

.sylvania-product-search-filter-results {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    grid-gap: 20px;
    padding: 20px 40px;
}

.sylvania-product-search-filter-results-item {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    padding: 40px 20px 20px 20px;
    position: relative;
}

.sylvania-product-search-filter-results-item-sylsmart {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 50px;
    overflow: hidden;
    padding: 7px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.sylvania-product-search-filter-results-item-img {
    margin-bottom: 30px;
}

.sylvania-product-search-filter-results-item-name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.sylvania-product-search-filter-results-item-desc {
    margin-bottom: 15px;
    line-height: 1.5;
}

.sylvania-product-search-filter-results-item-learn-more {
    color: #90BB39;
    font-weight: 700;
    font-size: 16px;
    max-width: fit-content;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -3px;
}

.sylvania-product-search-filter-results-item-learn-more::before {
    content: "5";
    font-family: ETmodules;
    speak: none;
    font-weight: 600;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    transform: translateX(-3px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-product-search-filter-results-item-learn-more:hover::before {
    transform: translateX(1px);
}

.sylvania-product-search-filter-results-item-learn-more::after {
    content: "";
    border-color: inherit;
    border-bottom: 1px solid;
    height: 1px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-product-search-filter-results-item-learn-more:hover::after {
    opacity: 1;
    visibility: visible;
}

.syl-product-module.et_pb_module {
    margin-bottom: 60px !important;
}

.syl-product {
    position: relative;
}

.syl-product-top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 60px;
}

.syl-product-top-left {
    flex: 1;
    margin-left: 40px;
    margin-right: 40px;
}

.syl-product-top-right {
    flex: 1;
    margin-left: 40px;
    margin-right: 40px;
}

.syl-product-top-title {
    position: relative;
    display: inline-block;
    max-width: 530px;
    margin-bottom: 20px;
}

.syl-product-top-title-sylsmart {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 50px;
    overflow: hidden;
    padding: 7px;
    position: absolute;
    top: 5px;
    right: -70px;
}

.syl-product-top-title h1 {
    font-weight: 900;
    padding: 0;
    line-height: 1.2;
}

.syl-product-top-categories {
    margin-bottom: 40px;
}

.syl-product-top-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
}

.syl-product-top-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 5px 10px;
}

.syl-product-top-icon img {
    max-height: 100%;
}

.syl-product-top-compare-button {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    max-width: fit-content;
    margin-left: -50px;
    position: relative;
}

.syl-product-top-compare-button::before {
    content: "";
    height: 100%;
    width: calc(100% + 15vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(330deg, #008A70 20%, #00563B 80%);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.syl-product-top-compare-button-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
}

.syl-product-top-compare-button-icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #90BB39;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.syl-product-top-compare-button-icon:hover {
    background-color: #42b030;
}

.syl-product-top-compare-button-icon::before {
    content: "L";
    color: #fff;
    font-family: ETmodules;
    speak: none;
    font-weight: 500;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    position: relative;
    left: -1px;
}

.syl-product-features-wrapper {
    max-width: 95%;
    margin: auto;
}

.syl-product-features-title {
    margin-bottom: 20px;
}

.syl-product-features-title h3 {
    font-weight: 900;
    font-size: 28px;
    color: #000000;
}

.syl-product-features-desc {
    margin-bottom: 30px;
}

.syl-product-features {
    display: flex;
    justify-content: center;
}

.syl-product-features-feature {
    display: flex;
    align-items: center;
    flex: 1;
    background-color: #F3F3F3;
    border: 1px solid #C4C4C4;
    padding: 20px;
    cursor: pointer;
}

.syl-product-features-feature-info {
    display: flex;
    align-items: center;
    flex: 1;
    padding-right: 20px;
}

.syl-product-features-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.syl-product-features-feature-icon img {
    max-width: 45px;
    max-height: 45px;
}

.syl-product-features-feature-name {
    font-weight: 800;
    font-size: 20px;
}

.syl-product-features-feature-button {
    cursor: pointer;
    color: #90BB39;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    display: flex;
    align-items: center;
}

.syl-product-features-feature-button::before {
    content: "5";
    font-family: ETmodules;
    speak: none;
    font-weight: 500;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    transform: translateX(-3px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.syl-product-features-feature:hover .syl-product-features-feature-button::before {
    transform: translateX(1px);
}

.syl-product-features-feature-button::after {
    content: "";
    border-color: inherit;
    border-bottom: 1px solid;
    height: 1px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.syl-product-features-feature:hover .syl-product-features-feature-button::after {
    opacity: 1;
    visibility: visible;
}

.sylvania-popup-product {
    max-width: 90%;
    margin: auto;
    background-color: #FFFFFF;
    padding: 30px;
    border: 1px solid #C4C4C4;
    box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.2);
    pointer-events: all;
    position: relative;
    z-index: 9;
}

.sylvania-popup-product-top {
    margin-bottom: 40px;
}

.sylvania-popup-product-top-tabs {
    display: flex;
    justify-content: space-between;
}

.sylvania-popup-product-top-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    padding: 15px;
    margin-right: -1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.sylvania-popup-product-top-tab.sylvania-popup-product-top-tab-active {
    background-color: #F3F3F3;
}

.sylvania-popup-product-top-tab.sylvania-popup-product-top-tab-active .sylvania-popup-product-top-tab-button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.sylvania-popup-product-top-tab-info {
    display: flex;
    align-items: center;
}

.sylvania-popup-product-top-tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.sylvania-popup-product-top-tab-icon img {
    max-width: 45px;
    max-height: 45px;
}

.sylvania-popup-product-top-tab-name {
    font-weight: 800;
    font-size: 20px;
}

.sylvania-popup-product-top-tab-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #90BB39;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup-product-top-tab-button::before {
    content: "5";
    font-family: ETmodules;
    speak: none;
    font-weight: 500;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    transform: translateX(-3px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup-product-top-tab:hover .sylvania-popup-product-top-tab-button::before {
    transform: translateX(1px);
}

.sylvania-popup-product-top-tab:hover .sylvania-popup-product-top-tab-button::after {
    content: "";
    border-color: inherit;
    border-bottom: 1px solid;
    height: 1px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup-product-top-tab:hover .sylvania-popup-product-top-tab-button::after {
    opacity: 1;
    visibility: visible;
}

.sylvania-popup-product-content-tabs {
    position: relative;
}

.sylvania-popup-product-content-tab {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup-product-content-tab.sylvania-popup-product-content-tab-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    transform: none;
}

.sylvania-popup-product-content-gallery {
    width: 100%;
}

.sylvania-popup-product-content-gallery-items-wrapper {
    position: relative;
    margin-bottom: 90px;
}

.sylvania-popup-product-content-gallery-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    pointer-events: none;
}

.sylvania-popup-product-content-gallery-arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.sylvania-popup-product-content-gallery-arrow img {
    max-height: 45px;
}

.sylvania-popup-product-content-gallery-arrow.sylvania-popup-product-content-gallery-arrow-disabled {
    pointer-events: none;
    cursor: default;
    opacity: .4;
}

.sylvania-popup-product-content-gallery-items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sylvania-popup-product-content-gallery-item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup-product-content-gallery-item.sylvania-popup-product-content-gallery-item-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    transform: none;
}

.sylvania-popup-product-content-gallery-thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: fit-content;
    margin: 0 auto 30px;
}

.sylvania-popup-product-content-gallery-thumb {
    min-width: 120px;
    height: 70px;
    background-color: #FFFFFF;
    border: 1px solid #BDBCBC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    cursor: pointer;
    margin: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-popup-product-content-gallery-thumb img {
    max-height: 100%;
}

.sylvania-popup-product-content-gallery-thumbs:hover .sylvania-popup-product-content-gallery-thumb:not(.sylvania-popup-product-content-gallery-thumb-active):hover {
    opacity: 1;
}

.sylvania-popup-product-content-gallery-thumbs:hover .sylvania-popup-product-content-gallery-thumb:not(.sylvania-popup-product-content-gallery-thumb-active) {
    opacity: .4;
}

.sylvania-popup-product-content-gallery-thumb.sylvania-popup-product-content-gallery-thumb-active {
    border: 1px solid #000;
    cursor: default;
}

.sylvania-post-social-block .et_pb_button_module_wrapper .et_pb_button {
    margin-left: auto;
    margin-right: auto;
}

.sylvania-career-search {
    background-color: #F3F3F3;
    border: 1px solid #C4C4C4;
}

.sylvania-career-search-top {
    padding: 60px;
    border-bottom: 1px solid #C4C4C4;
}

.sylvania-career-search-results {
    padding-top: 60px;
}

.sylvania-career-search-results-list-row {
    padding: 20px 40px;
    border-bottom: 1px solid #C4C4C4;
    display: grid;
    grid-template-columns: 2fr 2fr 6fr 120px;
    grid-column-gap: 40px;
}

.sylvania-career-search-results-list-row:last-child {
    border-bottom: 0;
}

.sylvania-career-search-results-list-title-item {
    font-weight: 700;
    font-size: 13px;
}

.sylvania-career-search-results-list-row .sylvania-career-search-results-list-item {
    font-size: 16px;
}

.sylvania-career-search-results-list-row .sylvania-career-search-results-list-item.sylvania-career-search-results-list-city {
    font-weight: 700;
}

.sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a {
    color: #90BB39;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a::before {
    content: "5";
    font-family: ETmodules;
    speak: none;
    font-weight: 600;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    transform: translateX(-3px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a:hover::before {
    transform: translateX(1px);
}

.sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a::after {
    content: "";
    border-color: inherit;
    border-bottom: 1px solid;
    height: 1px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a:hover::after {
    opacity: 1;
    visibility: visible;
}

.sylvania-post-social-block.sylvania-gray-cta-row {
    margin-top: 20px;
}

.sylvania-global-light-tiles-row .sylvania-global-light-tile.et_clickable {
    background-size: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sylvania-global-light-tiles-row .sylvania-global-light-tile.et_clickable:hover {
    background-size: 106%;
}

body[class*="um-page"] article.page {
    min-height: 60vh;
    max-height: 60vh;
    opacity: 0;
    visibility: hidden;
}

.pagination {
    pointer-events: all !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination-item {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    color: #027C65;
    border-radius: 15px;
    margin: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pagination-item:hover {
    background-color: #90BB39;
    border-color: #90BB39;
    color: #fff;
}

.pagination-item.active {
    color: #fff;
    background-color: #027C65;
    border-color: #027C65;
    cursor: default;
    pointer-events: none;
}

.pagination-item.pagination-item-prev,
.pagination-item.pagination-item-next {
    font-size: 0;
    color: transparent;
    line-height: 0;
}

.pagination-item.pagination-item-prev::before {
    transform: rotate(180deg);
}

.pagination-item.pagination-item-prev::before,
.pagination-item.pagination-item-next::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2022/05/icon-chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pagination-item.pagination-item-prev:hover::before,
.pagination-item.pagination-item-next:hover::before {
    background-image: url(/wp-content/uploads/2022/05/icon-chevron-right-white.svg);
}

body.et-db #et-boc .et-l .et_pb_section.sylvania-news-single-page {
    padding-bottom: 90px;
}

.et_divi_100_custom_hamburger_menu__icon div {
    border-radius: 0;
}

.et_divi_100_custom_hamburger_menu__icon div:nth-child(2) {
    width: 80%;
    margin-left: 0;
}

body.is-b2c .et_pb_button {
    background-color: #008a70;
    border-color: #008a70;
}

body.is-b2c .et_pb_button:hover {
    background-color: #90BB39;
    border-color: #90BB39 !important;
}

body .et_pb_button,
body.et-db #et-boc .et-l .et_pb_button {
    font-size: 14px !important;
}

body .sylvania-product-family-slider-container:not(.no-sliders) .sylvania-product-family-title-cats-row {
    top: 40px;
}

body .sylvania-product-family-slider-container.no-sliders {
    margin-bottom: 0 !important;
}

body .sylvania-product-family-slider-container .sylvania-product-family-title-cats-row {
    max-width: 30% !important;
    margin-right: 20%;
    position: absolute !important;
    z-index: 9;
    left: 2.5%;
}

body .sylvania-product-family-content-container.no-sliders .sylvania-product-family-title-block {
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    grid-template-columns: initial;
    align-items: flex-start;
}

body .sylvania-product-family-content-container.no-sliders .sylvania-product-family-title-block>h2 {
    padding-bottom: 60px;
}

body .sylvania-product-family-content-container.no-sliders .sylvania-product-family-properties {
    padding-right: 0;
}

body .sylvania-product-family-content-container.no-sliders .sylvania-product-family-property {
    align-items: flex-start;
}

body .sylvania-product-family-title-cats-row .sylvania-product-family-title {
    margin-bottom: 20px;
}

body .sylvania-product-family-title-cats-row .sylvania-product-family-title h1 {
    --sylvania-font-min: 40;
    --sylvania-font-max: 48;
    font-size: calc((var(--sylvania-font-min) * 1px) + (var(--sylvania-font-max) - var(--sylvania-font-min)) * var(--sylvania-desktop-dynamic-equation)) !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    padding: 0 !important;
    color: var(--sylvania-color-green-700) !important;
}

body .sylvania-product-family-title-cats-row .sylvania-product-family-category h5 {
    font-weight: 400 !important;
    --sylvania-font-min: 16;
    --sylvania-font-max: 20;
    font-size: calc((var(--sylvania-font-min) * 1px) + (var(--sylvania-font-max) - var(--sylvania-font-min)) * var(--sylvania-desktop-dynamic-equation)) !important;
    line-height: 1.5 !important;
    padding: 0 !important;
    color: var(--sylvania-color-dark) !important;
}

body .sylvania-product-family-title-cats-row .sylvania-product-family-title.text-white h1,
body .sylvania-product-family-title-cats-row .sylvania-product-family-category.text-white h5 {
    color: #fff !important;
}

body .sylvania-product-family-title-cats-row .sylvania-product-family-category strong {
    font-weight: 800 !important;
}

.product-family-bg-slider .n2-ss-slider-1 {
    position: relative;
}

.product-family-bg-slider .n2-ss-slider-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    display: block !important;
    z-index: 9;
}

.n2-ss-slider.product-family-bg-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    align-items: flex-start;
    left: 5%;
}

.n2-ss-slider.product-family-bg-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls .n2-ss-control-bullet {
    left: 2.5%;
}

.page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child {
    overflow: hidden;
}

body.is-b2c.tax-application #et-boc>.et-l>.et_builder_inner_content>.et_pb_section:first-child::before,
body.is-b2c.page-template-GreenPageTitleTemplate.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child::before,
body.is-b2c.page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child::before {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/sylvania-b2c-green-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    max-height: 400px;
    z-index: 0;
}

body.is-b2c.tax-application #et-boc>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:first-child,
body.is-b2c.page-template-GreenPageTitleTemplate.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:first-child,
body.is-b2c.page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.is-b2c.tax-application #et-boc>.et-l>.et_builder_inner_content>.et_pb_section:first-child::before,
body.is-b2c.page-template-GreenPageTitleTemplate.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child::before {
    height: 78% !important;
}

body.is-b2c.tax-application #et-boc>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child,
body.is-b2c.page-template-GreenPageTitleTemplate.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child {
    padding: 0;
}

body.is-b2c.page-template-GreenPageTitleTemplate.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child h1 {
    color: #000;
}

.page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child {
    grid-template-columns: auto 1fr;
    display: grid !important;
    grid-auto-columns: max-content;
}

.page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>* {
    float: none !important;
}

.page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:first-child {
    max-width: 440px;
    min-width: 350px;
    padding-right: 30px !important;
    width: auto !important;
    grid-row: 1 / span 2;
    margin-right: 0 !important;
}

.page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:last-child {
    height: auto !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    grid-row: 1 / span 2;
    padding: 0;
    position: relative;
    z-index: 1;
}

.page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:last-child .et_pb_image .et_pb_image_wrap {
    min-width: 100%;
}

.page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:last-child .et_pb_image .et_pb_image_wrap img {
    min-width: 100%;
}

.page-template-default.page:not(.home):not(.is-b2c) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child+.et_pb_section {
    padding-top: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_left a.et_pb_button {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center a.et_pb_button {
    margin-left: auto !important;
    margin-right: auto !important;
}

.et_pb_button_module_wrapper.et_pb_button_alignment_right a.et_pb_button {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.n2-ss-layer-row .n2-ss-layer[class*="-heading"] {
    word-break: normal;
}

.cli-bar-container {
    align-items: flex-start;
}

.gdpr-consent-close-container {
    display: flex;
}

#wt-cli-accept-all-btn {
    margin-top: 0;
    margin-left: 30px;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.sylvania-popup-content-title-results {
    display: none;
}

.sylvania-popup-search.sylvania-popup-active.search-results-shown .sylvania-popup-content-title-results {
    display: flex;
}

.sylvania-popup-search.sylvania-popup-active.search-results-shown .sylvania-popup-content-title-search {
    display: none;
}

body #page-container .sylvania-country-selector-region {
    position: relative;
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
}

.sylvania-country-selector-region::after {
    content: "";
    background-color: #008A70;
    height: 9px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.our-brands-section.et_section_specialty>.et_pb_row {
    display: flex;
    gap: 30px;
}

.our-brands-section.et_section_specialty>.et_pb_row>.et_pb_column.et_pb_column_single {
    padding: 0 !important;
    width: 30%;
    max-width: 340px;
}

.our-brands-section.et_section_specialty>.et_pb_row>.et_pb_column.et_pb_specialty_column.et-last-child {
    flex: 1;
}

.our-brands-section.et_section_specialty .et_pb_row_inner {
    padding: 0;
}

.our-brands-section.et_section_specialty .our-brands-single,
.our-brands-section.et_section_specialty .our-brands-multiple {
    background: #F7F7F7;
    border: 1px solid #C4C4C4;
}

.our-brands-section.et_section_specialty .et_pb_blurb_content {
    max-width: 100%;
}

.our-brands-section.et_section_specialty>.et_pb_row::after {
    display: none;
}

.our-brands-section.et_section_specialty .our-brands-single {
    height: 100%;
}

.our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
    background: linear-gradient(180deg, #F7F7F7 40.32%, #E5E5E5 100%);
    border-bottom: 1px solid #C4C4C4;
    position: relative;
}

.our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image::before,
.our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-logo::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 18px solid #C4C4C4;
    position: absolute;
    left: 30px;
    top: calc(100% + 1px);
    z-index: 1;
}

.our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image::after,
.our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-logo::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 17px solid #E5E5E5;
    position: absolute;
    left: 31px;
    top: 100%;
    z-index: 2;
}

.our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image .et_pb_image_wrap {
    margin: 0;
}

.our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image img {
    max-height: 30px;
}

.our-brands-section.et_section_specialty .our-brands-single .et_pb_blurb_container {
    padding: 50px 30px 30px;
    line-height: 1.5;
}

.our-brands-section.et_section_specialty .our-brands-multiple {
    padding: 141px 30px 30px;
    position: relative;
    display: flex;
    gap: 40px;
}

.our-brands-section.et_section_specialty .our-brands-multiple::after {
    display: none;
}

.our-brands-section.et_section_specialty .our-brands-multiple>.et_pb_column.et_pb_column_inner {
    position: initial;
    flex: 1;
}

.our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
    background: linear-gradient(180deg, #F7F7F7 40.32%, #E5E5E5 100%);
    border-bottom: 1px solid #C4C4C4;
}

body.is-b2c .our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image,
body.is-b2c .our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-logo {
    background: linear-gradient(180deg, #DBECC5 10%, #9ED9C3 100%);
}

body.is-b2c .our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image::before,
body.is-b2c .our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-logo::before {
    border-top: 18px solid #A2D6B4;
}

body.is-b2c .our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image::after,
body.is-b2c .our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-logo::after {
    border-top: 17px solid #9ED9C3;
}

body.is-b2c .our-brands-section.et_section_specialty .our-brands-single,
body.is-b2c .our-brands-section.et_section_specialty .our-brands-multiple {
    border-color: #A2D6B4;
}

body.is-b2c .our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image {
    border-color: #A2D6B4;
}

.our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-logo img {
    max-height: 30px;
}

.our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-bold .et_pb_text_inner {
    font-weight: 700;
    font-size: 20px;
}

.our-brands-section.et_section_specialty .our-brands-multiple>.et_pb_column.et_pb_column_inner:first-child {
    flex: 1.6;
}

.our-brands-section.et_section_specialty .our-brands-multiple>.et_pb_column.et_pb_column_inner:last-child {
    flex: 1.8;
}

.our-brands-section.et_section_specialty .our-brands-multiple .et_pb_main_blurb_image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.our-brands-section.et_section_specialty .our-brands-multiple .et_pb_main_blurb_image .et_pb_image_wrap {
    margin: 0;
}

.our-brands-section.et_section_specialty .our-brands-multiple .et_pb_main_blurb_image img {
    max-height: 30px;
    width: auto;
}

.sylvania-global-light-tile.sylvania-global-light-tile-has-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: var(--syl-var-bg-img);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.sylvania-global-light-tile.sylvania-global-light-tile-has-bg:hover::after {
    width: 110%;
    height: 110%;
}

div#n2-ss-3 .n2-ss-slide-limiter {
    max-height: 700px;
}

body #page-container .et_pb_button.sylvania-more-tiles-load-button {
    display: none;
    cursor: pointer;
    margin: 0 auto;
    background-color: #008a70 !important;
    border-color: #008a70 !important;
}

body #page-container .et_pb_button.sylvania-more-tiles-load-button:hover {
    background-color: #00afaa !important;
    border-color: #00afaa !important;
}

body.page-template-MicroPageTemplate .et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 20px 5.5%;
}

/* End of Custom elements */
/* Header */
header#main-header {
    height: 84px;
    z-index: 99;
}

header#main-header .logo_container {
    position: relative;
    display: flex;
    width: auto;
    margin-right: 20px;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header#main-header .logo_container>a {
    display: flex;
    align-items: center;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header#main-header .container.et_menu_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

header#main-header .logo_container>a {
    position: relative;
    display: flex;
    padding: 30px 50px;
}

header#main-header .logo_container>a::before {
    content: '';
    background-image: url(/wp-content/uploads/2022/03/sylvania-logo-bg-gradient.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 100%;
    height: 135px;
    position: absolute;
    bottom: -50px;
    right: 1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header#main-header.et-fixed-header .logo_container>a::before {
    background-size: 112%;
    background-position: top right;
    height: 125px;
    bottom: -55px;
}

header#main-header .logo_container>a #logo {
    height: 24px;
    position: relative;
    top: -5px;
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header#main-header #top-menu li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header#main-header.et-fixed-header #top-menu li.menu-item:hover>a,
header#main-header #top-menu li.menu-item:hover>a {
    color: #008a70 !important;
}

header#main-header.et-fixed-header #top-menu li.menu-item.menu-item-has-children ul li a:not(.et_pb_button),
header#main-header #top-menu li.menu-item.menu-item-has-children ul li a:not(.et_pb_button) {
    color: #008a70 !important;
}

header#main-header #top-menu li.menu-item a:hover {
    opacity: 1;
}

header#main-header.et-fixed-header #top-menu li.menu-item.menu-item-has-children ul li a:not(.et_pb_button):hover,
header#main-header #top-menu li.menu-item.menu-item-has-children ul li a:not(.et_pb_button):hover {
    color: #000 !important;
    opacity: 1;
    background-color: transparent;
}

header#main-header #top-menu li.menu-item>a::after {
    position: relative;
    top: -1px;
    right: auto;
    margin-left: 2px;
    font-weight: 500;
    font-size: 20px;
    max-height: 16px;
    max-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header#main-header {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header#main-header.et-fixed-header {
    height: 68px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .1) !important;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1) !important;
}

header#main-header.et-fixed-header .logo_container>a {
    padding: 20px 40px;
}

header#main-header.et-fixed-header .logo_container>a #logo {
    height: 20px;
    top: 2px;
}

header#main-header #top-menu li .menu-item-has-children>a:first-child {
    width: auto;
}

header#main-header #top-menu li .menu-item-has-children>a:first-child:after {
    content: "5";
    position: relative;
    transform: none;
}

header#main-header #top-menu li li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: auto !important;
}

header#main-header #top-menu li li a {
    width: 100%;
    line-height: 1;
    text-transform: none;
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
}

header#main-header .nav>li>ul {
    top: calc(100% - 1px);
    /* left: -4px; */
    left: auto;
    right: -2px;
    display: flex;
    min-height: 60px;
    min-width: calc(100% + 6px);
    width: auto;
    height: auto !important;
    padding: 0;
    background-color: #f7f7f7;
    border: 1px solid #DDDDDD;
    box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

header#main-header .nav>li.pll-parent-menu-item>ul {
    right: -2px;
}

header#main-header .nav li li ul {
    border: 0;
}

header#main-header #et-top-navigation {
    padding: 20px 0px 20px 0px !important;
    height: 100%;
    float: none;
    display: flex;
    flex: 1;
}

header#main-header #et-top-navigation #top-menu-nav {
    height: 100%;
    float: none;
    width: 100%;
}

header#main-header #et-top-navigation #top-menu-nav ul#top-menu {
    width: 100%;
    display: flex;
}

header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li {
    padding-right: 0;
    margin-right: 20px;
    height: 50px;
    z-index: 1;
    display: flex;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li>a {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    height: 50px;
    white-space: nowrap;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li.menu-item-has-children {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li.menu-item-has-children:hover {
    z-index: 3;
    box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.3);
}

header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li.menu-item-has-children>a::before {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 2px);
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: -1;
    background-color: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-bottom: 1px solid #f7f7f7;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li.menu-item-has-children:hover>a::before {
    visibility: visible;
    opacity: 1;
}

header#main-header #et-top-navigation #top-menu-nav ul#top-menu,
header#main-header #et-top-navigation #top-menu-nav li,
header#main-header #et-top-navigation #top-menu-nav li a {
    height: 100%;
    float: none;
}

header#main-header #et-top-navigation #top-menu-nav .menu-item-to-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

header#main-header #et-top-navigation #top-menu-nav .menu-item-empty,
header#main-header #et-top-navigation #top-menu-nav .menu-item-empty a {
    font-size: 0;
    color: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin: 0 !important;
    padding: 0 !important;
}

header#main-header #et-top-navigation #top-menu-nav .sylvania-biz-menu-item {
    padding-right: 0;
    position: relative;
}

header#main-header #et-top-navigation #top-menu-nav .sylvania-biz-menu-item-b2c::after {
    content: "";
    height: 12px;
    width: 2px;
    background-color: #008A70;
    position: absolute;
    top: 11px;
    right: -12px;
}

header#main-header #et-top-navigation #top-menu-nav .sylvania-biz-menu-item>a,
header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-auth>a,
header#main-header #et-top-navigation #top-menu-nav .pll-parent-menu-item>a {
    font-weight: 400;
}

header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-auth:not(.sylvania-menu-item-account) {
    padding-right: 0;
    position: relative;
}

header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-auth.sylvania-menu-item-login::after {
    content: "";
    height: 12px;
    width: 2px;
    background-color: #000;
    position: absolute;
    top: 11px;
    right: -12px;
    display: none;
}

header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-auth ul li a {
    font-weight: 600;
}

header#main-header #et-top-navigation #top-menu-nav .pll-parent-menu-item a {
    font-weight: 400;
}

header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-search a {
    color: transparent;
    font-size: 0px;
}

header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-search a::before {
    content: "U";
    color: #008a70;
    font-family: ETmodules;
    speak: none;
    font-weight: 600;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}

header#main-header #top-menu-nav li.sylvania-mega-menu {
    position: initial;
}

header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    min-height: 300px;
    max-height: 320px;
    min-width: 95% !important;
    width: 95%;
    left: 50%;
    top: calc(100% - 15px);
    transform: translateX(-50%);
    padding: 40px calc(60px + 260px) 40px 30px;
    /* background: linear-gradient(175deg, #F7F7F7 35%, #C4C4C4 200%); */
    background-color: #F7F7F7;
    border-top: 1px solid #DDDDDD;
    opacity: 0;
    visibility: hidden;
    /* -webkit-animation: ExpandMenu .3s ease-in-out;
    animation: ExpandMenu .3s ease-in-out; */
    -webkit-animation: none;
    animation: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header#main-header.et-fixed-header #top-menu-nav li.sylvania-mega-menu>.sub-menu {
    top: 100%;
}

header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item:not(.sylvania-mega-menu-right-item) {
    width: 250px;
    max-width: 250px;
    height: 35px !important;
    border: 1px solid transparent;
    border-right: 1px solid #C4C4C4;
    margin-left: -1px;
    margin-bottom: -1px;
    position: initial;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item:hover:not(.sylvania-mega-menu-right-item) {
    border: 1px solid #C4C4C4;
}

header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item:hover:not(.sylvania-mega-menu-right-item) a {
    color: #000;
}

header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item:not(.sylvania-mega-menu-right-item)>.sub-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    min-height: 216px;
    height: 216px;
    max-height: 216px;
    min-width: 750px;
    left: auto;
    top: 40px;
    padding: 0;
    border: 0;
    background-color: #F7F7F7;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-animation: none;
    animation: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item:not(.sylvania-mega-menu-right-item)>.sub-menu li {
    height: 35px !important;
    width: 250px;
}

header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item:not(.sylvania-mega-menu-right-item)>.sub-menu a {
    color: #008a70;
    border: 1px solid transparent;
}

header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item:not(.sylvania-mega-menu-right-item)>.sub-menu a:hover {
    color: #000;
    background-color: transparent;
    opacity: 1;
}

header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu .sylvania-mega-menu-right-item {
    width: auto;
    display: flex;
    position: absolute;
    top: auto;
    right: 60px;
}

header#main-header #top-menu-nav li.sylvania-mega-menu:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

@keyframes ExpandMenu {
    0% {
        opacity: 0;
        transform: translateX(-50%) scaleY(.5);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}

header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item>a {
    padding: 10px 15px !important;
    background-color: transparent;
    opacity: 1;
}

header#main-header #top-menu-nav li.sylvania-mega-menu .sylvania-mega-menu-right-item>a.rt-custom-menu-field-item-link {
    display: none;
}

header#main-header #top-menu .sylvania-mega-menu-right-item .rt-wp-menu-custom-fields-wrapper {
    padding: 0 !important;
    max-width: 220px;
}

header#main-header #top-menu .sylvania-mega-menu-right-item .rt-wp-menu-custom-fields-custom-html h5 {
    font-weight: 400;
    color: #000000;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.3;
}

header#main-header #top-menu .sylvania-mega-menu-right-item .rt-wp-menu-custom-fields-custom-html a.et_pb_button {
    color: #fff !important;
    padding: 10px 30px !important;
    height: 38px !important;
    opacity: 1;
}

header#main-header #top-menu .sylvania-mega-menu-right-item .rt-wp-menu-custom-fields-custom-html a.et_pb_button:hover {
    opacity: 1;
}

header#main-header #top-menu>.menu-item:not(.rt-custom-menu-field-item)>.rt-wp-menu-custom-fields-wrapper,
header#main-header #top-menu>.menu-item.pll-parent-menu-item>.rt-wp-menu-custom-fields-wrapper {
    display: none;
}

header#main-header .menu-item.pll-parent-menu-item>.sub-menu {
    flex-direction: column;
}

header#main-header .menu-item.pll-parent-menu-item>.sub-menu a {
    white-space: nowrap;
}

/* End of Header */
/* Footer */

footer#main-footer #footer-bottom {
    padding: 15px 0;
    color: #A4A4A4;
}

footer#main-footer #footer-bottom>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer#main-footer #footer-bottom .footer-logo {
    display: flex;
    align-items: center;
}

footer#main-footer #footer-bottom .footer-logo img {
    max-width: 136px;
}

footer#main-footer #footer-bottom .footer-credits {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

footer#main-footer #footer-bottom .footer-social {
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}

footer#main-footer #footer-bottom .footer-social a {
    margin: 0 5px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #A4A4A4;
    color: #F1F1F1;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer#main-footer #footer-bottom .footer-social a i.fa-instagram {
    font-size: 18px;
}

footer#main-footer #footer-bottom .footer-social a:hover {
    background-color: #000;
}

footer#main-footer #footer-widgets,
footer#main-footer .footer-widgets {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

footer#main-footer #footer-widgets .sylvania-mobile-mobile-dropdown .rt-wp-menu-custom-fields-wrapper,
footer#main-footer .footer-widgets .sylvania-mobile-mobile-dropdown .rt-wp-menu-custom-fields-wrapper {
    display: none;
}

footer#main-footer #footer-widgets .footer-widget,
footer#main-footer .footer-widgets>.menu-item {
    margin: 0;
    width: auto;
    float: none;
    padding: 0 10px;
}

footer#main-footer .footer-widget h4.title,
footer#main-footer .footer-widgets>.menu-item>a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 20px;
    white-space: nowrap;
}

footer#main-footer .footer-widget .fwidget {
    margin-bottom: 20px;
}

footer#main-footer .footer-widget li,
footer#main-footer .footer-widgets .sub-menu li {
    padding: 0;
    line-height: 1.2;
    margin-bottom: 10px;
}

footer#main-footer .footer-widget li:last-child {
    margin-bottom: 0;
}

footer#main-footer .footer-widgets .sub-menu li a {
    color: #fff;
}

footer#main-footer .footer-widget li a:hover,
footer#main-footer .footer-widgets .sub-menu li a:hover {
    text-decoration: underline;
    opacity: 1;
    color: #fff;
}

footer#main-footer .footer-widget li::before {
    display: none;
}

body.is-b2b footer#main-footer,
body.is-b2c footer#main-footer {
    background-color: transparent;
    padding-top: 30px;
    margin-top: 40px;
}

body:not(.is-b2b):not(.is-b2c) footer#main-footer #footer-top,
body:not(.is-b2b):not(.is-b2c) footer#main-footer #footer-middle {
    display: none;
}

body.is-b2b footer#main-footer #footer-inner,
body.is-b2c footer#main-footer #footer-inner {
    width: 100%;
    max-width: 100%;
    background: linear-gradient(153.99deg, #00866B -1.91%, #00543A 86.16%);
    padding-top: 30px;
}

body.is-b2b footer#main-footer .container,
body.is-b2c footer#main-footer .container {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

body.is-b2b footer#main-footer #footer-top,
body.is-b2c footer#main-footer #footer-top {
    margin-top: -60px;
    margin-bottom: 60px;
    z-index: 2;
    position: relative;
}

body.is-b2b footer#main-footer #footer-top>.container,
body.is-b2c footer#main-footer #footer-top>.container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    box-shadow: 5px 10px 35px rgba(0, 0, 0, 0.15);
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget {
    background: linear-gradient(285deg, #DDDDDD 2%, #F3F3F3 100%);
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget,
body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget {
    float: none;
    padding: 40px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget {
    background: linear-gradient(286.33deg, #9ED9C3 2.24%, #DBECC5 100%);
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .widgettitle,
body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget .widgettitle {
    font-weight: 800;
    font-size: 24px;
    color: #000000;
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .wp-widget-group__inner-blocks,
body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget .wp-widget-group__inner-blocks {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget p,
body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget p {
    line-height: 1.4;
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .textwidget,
body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget .textwidget {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a {
    color: #90BB39;
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a,
body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a {
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    max-width: fit-content;
    max-width: -moz-fit-content;
    position: relative;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a {
    color: #008A70;
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a::before,
body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a::before {
    content: "5";
    font-family: ETmodules;
    speak: none;
    font-weight: 600;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    transform: translateX(-3px);
    position: absolute;
    left: -20px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a:hover::before,
body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a:hover::before {
    transform: translateX(1px);
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a::after,
body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a::after {
    content: "";
    border-color: inherit;
    border-bottom: 1px solid;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a:hover::after,
body.is-b2c footer#main-footer #footer-top>.container .et_pb_widget .textwidget p:last-child a:hover::after {
    opacity: 1;
    visibility: visible;
}

body.is-b2b footer#main-footer #footer-middle,
body.is-b2c footer#main-footer #footer-middle {
    margin-bottom: 60px;
}

body.is-b2b footer#main-footer #footer-middle>.container,
body.is-b2c footer#main-footer #footer-middle>.container {
    max-width: 1000px;
}

body.is-b2b footer#main-footer #footer-bottom,
body.is-b2c footer#main-footer #footer-bottom {
    color: #fff;
    background-color: #027C65;
}

body.is-b2b footer#main-footer #footer-bottom .footer-logo img,
body.is-b2c footer#main-footer #footer-bottom .footer-logo img {
    filter: brightness(2);
}

body.is-b2b footer#main-footer #footer-bottom .footer-social a,
body.is-b2c footer#main-footer #footer-bottom .footer-social a {
    background-color: #fff;
    color: #027C65;
}

body.is-b2b footer#main-footer #footer-bottom .footer-social a:hover,
body.is-b2c footer#main-footer #footer-bottom .footer-social a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}


/* End of Footer */
/* Responsivity */
@media only screen and (max-width: 1921px) {
    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child {
        width: auto;
        max-width: initial;
        padding: 0 0 0 5.5%;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:not(:last-child):first-child {
        padding: 0 0 40px 5.5%;
    }

    .sylvania-global-light-section .sylvania-global-light-tiles-row.sylvania-hero-slider-row {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1700px) {
    header#main-header .logo_container {
        margin-right: 20px;
    }

    header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li {
        margin-right: 10px;
    }

    header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-auth.sylvania-menu-item-login::after {
        right: -8px;
    }

    header#main-header #et-top-navigation #top-menu-nav .sylvania-biz-menu-item-b2c::after {
        right: -8px;
    }
}

@media only screen and (min-width: 1500px) {
    .sylvania-product-search-filter-results {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (max-width: 1500px) {
    .et_builder_inner_content>.et_pb_section:first-child {
        padding-top: 90px !important;
    }

    .sylvania-product-search-filter-results-item-name {
        font-size: 18px;
    }

    header#main-header .logo_container {
        margin-right: 10px;
    }

    header#main-header .logo_container>a {
        padding: 20px 30px;
    }

    header#main-header .logo_container>a #logo {
        height: 20px;
        left: -8px;
        top: -8px;
    }

    header#main-header.et-fixed-header .logo_container>a #logo {
        top: 0;
    }

    header#main-header .logo_container>a::before {
        background-size: 125%;
        background-position: top right;
        height: 125px;
        bottom: -40px;
        right: 0;
    }

    header#main-header.et-fixed-header .logo_container>a::before {
        background-size: 125%;
    }

    header#main-header.et-fixed-header .logo_container>a {
        padding: 20px 30px;
    }

    .our-brands-section.et_section_specialty>.et_pb_row>.et_pb_column.et_pb_column_single {
        max-width: 250px;
    }

    .our-brands-section.et_section_specialty .our-brands-single .et_pb_blurb_container {
        font-size: 16px;
    }

    .our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-bold .et_pb_text_inner {
        font-size: 16px;
    }

    .our-brands-section.et_section_specialty .our-brands-multiple .et_pb_blurb_description {
        font-size: 14px;
        line-height: 1.5;
    }

    .our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-logo img {
        max-height: 25px;
        min-height: 25px;
    }

    .our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image img {
        max-height: 25px;
        min-height: 25px;
    }

    .our-brands-section.et_section_specialty .our-brands-single .et_pb_main_blurb_image {
        padding: 25px;
    }

    .our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-logo {
        height: 76px;
    }

    .our-brands-section.et_section_specialty .our-brands-multiple {
        padding: 116px 25px 25px;
        gap: 30px;
    }

    .our-brands-section.et_section_specialty .our-brands-single .et_pb_blurb_container {
        padding: 40px 25px 25px;
    }

    .our-brands-section.et_section_specialty .our-brands-multiple>.et_pb_column.et_pb_column_inner:last-child {
        flex: auto;
    }

    .our-brands-section.et_section_specialty .our-brands-multiple>.et_pb_column.et_pb_column_inner {
        flex: auto;
    }

    .our-brands-section.et_section_specialty .our-brands-multiple>.et_pb_column.et_pb_column_inner:first-child {
        flex: auto;
    }

    .our-brands-section.et_section_specialty .our-brands-multiple .our-brands-multiple-logo {
        padding: 25px;
    }
}

@media only screen and (max-width: 1430px) {
    header#main-header .logo_container {
        margin-right: 5px;
        min-width: 200px;
        max-width: 200px;
    }

    header#main-header.et-fixed-header .logo_container>a::before {
        background-size: 130%;
    }

    header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li.sylvania-menu-item-search {
        margin-right: 10px;
    }

    header#main-header #top-menu li a {
        font-size: 13px;
        padding: 8px !important;
    }

    header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li {
        margin-right: 0px;
        height: 40px;
    }

    header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li>a {
        height: 40px;
    }

    header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-auth.sylvania-menu-item-login::after,
    header#main-header #et-top-navigation #top-menu-nav .sylvania-biz-menu-item-b2c::after {
        right: -2px;
        height: 10px;
        top: 10px;
    }

    header#main-header #et-top-navigation #top-menu-nav ul#top-menu>li.menu-item-has-children>a::before {
        width: 100%;
        height: 100%;
        top: -2px;
        left: -1px;
    }

    header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu {
        top: calc(100% - 25px);
    }

    header#main-header #top-menu .sylvania-mega-menu-right-item .rt-wp-menu-custom-fields-custom-html h5 {
        font-size: 20px;
    }

    header#main-header #top-menu .sylvania-mega-menu-right-item .rt-wp-menu-custom-fields-custom-html a.et_pb_button {
        padding: 10px 20px !important;
    }

    .sylvania-applications-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        --sylvania-font-min: 14;
        --sylvania-font-max: 24;
    }

    .sylvania-applications-grid h2 {
        --sylvania-font-min: 14;
        --sylvania-font-max: 18;
    }
}

@media only screen and (max-width: 1400px) {

    header#main-header .logo_container {
        min-width: 160px;
        max-width: 160px;
    }

    header#main-header .logo_container>a {
        padding: 10px 18px;
    }

    header#main-header .logo_container>a::before {
        background-size: 150%;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 980px) {
    header#main-header #et-top-navigation #top-menu-nav ul#top-menu {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1350px) {
    body.is-b2c.page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child::before {
        height: 370px;
        background-size: cover;
    }
}

@media only screen and (max-width: 1280px) {
    .sylvania-product-search-filter-top-title {
        padding: 30px;
    }

    .sylvania-product-search-filter-top {
        padding: 30px;
    }

    .sylvania-product-results-list-item {
        padding: 15px 30px;
    }

    .sylvania-product-results-heading>* {
        font-size: 13px;
    }

    .sylvania-product-results-list-item .sylvania-product-results-list-item-column a {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        line-height: 0;
        color: transparent;
        border: 1px solid #C4C4C4;
        border-radius: 15px;
        margin-right: 0 !important;
        margin-left: auto !important;
        gap: 0;
    }

    .sylvania-product-results-list-item .sylvania-product-results-list-item-column a::before {
        color: #90bb39;
        transform: none;
    }

    .sylvania-product-results-list-item .sylvania-product-results-list-item-column a::after {
        display: none;
    }
}

@media only screen and (max-width: 1180px) {
    body {
        font-size: 13px;
    }

    header#main-header #top-menu li a {
        font-size: 12px;
        padding: 5px !important;
    }

    header#main-header #top-menu li.menu-item>a::after {
        font-size: 15px;
        top: 0;
        margin-left: 1px;
        max-width: 12px;
    }

    header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-auth.sylvania-menu-item-login::after {
        top: 7px;
    }

    header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-auth.sylvania-menu-item-login::after,
    header#main-header #et-top-navigation #top-menu-nav .sylvania-biz-menu-item-b2c::after {
        right: -1px;
    }

    header#main-header #et-top-navigation #top-menu-nav .sylvania-menu-item-search a::before {
        font-size: 14px;
    }

    header#main-header .logo_container {
        margin-right: 5px;
        min-width: initial;
        max-width: initial;
    }

    header#main-header .logo_container>a {
        padding: 20px 30px;
    }

    header#main-header .logo_container>a #logo {
        height: 16px;
        top: -12px;
    }

    header#main-header.et-fixed-header .logo_container {
        margin-top: 0px;
    }

    header#main-header.et-fixed-header .logo_container>a::before {
        background-size: 125%;
        height: 110px;
        bottom: -55px;
    }

    header#main-header #top-menu .sylvania-mega-menu-right-item .rt-wp-menu-custom-fields-wrapper {
        max-width: 200px;
    }

    header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu {
        padding: 15px calc(50px + 200px) 15px 15px;
    }

    header#main-header #top-menu .sylvania-mega-menu-right-item .rt-wp-menu-custom-fields-custom-html h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu .sylvania-mega-menu-right-item {
        right: 20px;
    }

    .search-results-type-text {
        font-size: 13px;
    }

    .search-results-type {
        margin: 15px;
    }

    .search-results-top-detailed {
        padding: 30px;
    }

    .sylvania-popup-content-title span {
        font-size: 30px;
    }

    .search-results-search-field-wrapper {
        padding: 30px 30px 0;
    }

    .search-results-search-field-info {
        padding: 8px 30px 0;
        margin-bottom: 0;
    }

    .search-results-fields-top-buttons {
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .search-results-fields-top {
        height: auto;
    }

    .search-results-fields-top-detailed-button {
        right: 30px;
    }

    body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget {
        padding: 30px;
    }

    body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .widgettitle {
        font-size: 20px;
    }

    header#main-header.et-fixed-header {
        height: 54px;
    }

    header#main-header.et-fixed-header #et-top-navigation {
        padding: 15px 0 !important;
    }

    header#main-header .nav>li>ul {
        left: -1px;
        min-width: calc(100% + 2px);
    }

    .search-results-top-detailed-filter-title {
        font-size: 12px;
    }

    .container,
    .et_pb_row,
    .et-db #et-boc .et-l .et_pb_row {
        width: 95%;
    }

    .sylvania-popup .sylvania-popup-content>.um {
        padding: 30px;
    }

    .sylvania-info-boxes .sylvania-info-box {
        padding: 30px;
        min-height: 200px;
    }

    .sylvania-info-boxes .sylvania-info-box .et_pb_promo_description .et_pb_module_header {
        font-size: 22px;
    }

    body #page-container .et_pb_button,
    body #page-container a.button,
    body #page-container button.button {
        padding: 5px 25px !important;
        min-width: 100px;
        height: 35px;
        font-size: 15px;
    }

    .sylvania-global-light-tiles-row .sylvania-global-light-title-col .sylvania-global-light-title h1 {
        --sylvania-font-min: 38;
        --sylvania-font-max: 48;
        line-height: 1.1 !important;
    }

    .sylvania-header-desc {
        margin-top: 15px;
    }

    .sylvania-subtitle-paragraph h3 {
        --sylvania-font-min: 20;
        --sylvania-font-max: 30;
    }

    .sylvania-related-products .sylvania-product-search-filter-results-item-learn-more {
        margin-bottom: 5px;
    }

    .sylvania-product-search-filter-results-item {
        padding: 30px 15px 15px 15px;
    }

    .sylvania-product-search-filter-results-item-sylsmart {
        width: 40px;
        height: 40px;
        padding: 4px;
    }

    .sylvania-product-search-filter-results-item-img {
        margin-bottom: 20px;
    }

    .sylvania-related-products .slick-dots {
        margin-top: 40px;
    }

    body #page-container .sylvania-gray-blocks .et_pb_button {
        padding: 10px 30px !important;
    }

    .sylvania-gray-blocks .et_pb_column {
        grid-template-columns: 2fr 3fr;
    }

    .sylvania-gray-blocks p {
        --sylvania-font-min: 14;
        --sylvania-font-max: 18;
    }

    .sylvania-global-light-section .sylvania-global-light-tiles-row {
        padding: 20px 2.5%;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child {
        padding: 20px 0 40px 2.5%;
    }

    .sylvania-product-categories .et_pb_code_inner>li.cat-item {
        padding: 30px;
    }

    .sylvania-product-search-filter-top {
        padding: 30px;
    }

    .sylvania-product-search-filter-results {
        padding: 0;
    }

    .sylvania-brochures-block .et_pb_blurb_description {
        --sylvania-font-min: 14;
        --sylvania-font-max: 18;
    }

    .et_builder_inner_content>.et_pb_section:first-child {
        padding-top: 90px !important;
    }

    .sylvania-logo-banner {
        padding: 30px 5%;
    }

    .sylvania-logo-banner .et_pb_image .et_pb_image_wrap {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .sylvania-logo-banner .et_pb_image .et_pb_image_wrap img {
        max-height: 90px;
    }

    header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item:not(.sylvania-mega-menu-right-item)>.sub-menu {
        top: 15px;
        min-width: 75%;
    }

    header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item:not(.sylvania-mega-menu-right-item) {
        width: 220px;
        max-width: 220px;
    }

    header#main-header #top-menu-nav li.sylvania-mega-menu>.sub-menu>.menu-item:not(.sylvania-mega-menu-right-item)>.sub-menu li {
        width: 200px;
    }

    .sylvania-gray-full-block {
        padding: 30px 0;
    }

    .sylvania-subtitle-container h2,
    .sylvania-subtitle-container h3 {
        margin-bottom: 30px;
    }

    .sylvania-subtitle-container h2 {
        --sylvania-font-min: 30;
        --sylvania-font-max: 40;
    }

    .sylvania-career-search-top {
        padding: 30px;
    }

    .sylvania-career-search-results {
        padding-top: 20px;
    }

    .sylvania-career-search-results-list-row {
        padding: 15px 30px;
    }

    .sylvania-career-search-results-list-row .sylvania-career-search-results-list-item {
        font-size: 14px;
        line-height: 1.4;
    }

    .sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a {
        font-size: 14px;
    }

    [class*="sylvania-img-blocks-"] .et_pb_text_inner,
    [class*="sylvania-img-blocks-"] h4 {
        padding: 10px 10px 0;
    }

    [class*="sylvania-img-blocks-"] .et_pb_blurb_description p {
        --sylvania-font-min: 13;
        --sylvania-font-max: 15;
    }

    .search-results-count-number {
        font-size: 24px;
    }

    .search-results-item {
        padding: 0 15px 15px;
        margin-bottom: 15px;
    }

    .sylvania-popup-logo span img {
        height: 18px;
        top: -5px;
    }

    .sylvania-popup-close-icon {
        width: 40px;
        height: 40px;
        padding: 12px;
    }

    body.page-id-159 .sylvania-global-light-section .sylvania-global-light-tiles-row.sylvania-hero-slider-row .sylvania-global-light-title-col {
        max-width: 350px;
    }

    .syl-product-top-compare-button {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 980px) {
    .et-db #et-boc .et-l .et_pb_section:last-child {
        padding-bottom: 0;
    }

    .mobile-menu-content-overlay {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

@media only screen and (min-width: 900px) {
    .sylvania-green-block-slider .n2-ss-section-main-content>.n2-ss-layer>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer:last-child>.n2-ss-layer-col {
        padding: calc((var(--sylvania-font-min) * 1px) + (var(--sylvania-font-max) - var(--sylvania-font-min)) * var(--sylvania-desktop-dynamic-equation)) !important;
        padding-left: calc(.8 * ((var(--sylvania-font-min) * 1px) + (var(--sylvania-font-max) - var(--sylvania-font-min)) * var(--sylvania-desktop-dynamic-equation))) !important;
    }

    .sylvania-green-block-slider .n2-ss-control-bullet {
        margin-left: calc(.8 * ((var(--sylvania-font-min) * 1px) + (var(--sylvania-font-max) - var(--sylvania-font-min)) * var(--sylvania-desktop-dynamic-equation))) !important;
    }
}

@media only screen and (max-width: 900px) {
    .sylvania-green-block-slider .n2-ss-control-bullet {
        margin-left: 0 !important;
    }

    .sylvania-green-block-slider .n2-ss-section-main-content>.n2-ss-layer>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer:last-child {
        height: 100%;
    }

    .sylvania-green-block-slider .n2-ss-section-main-content>.n2-ss-layer>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer:last-child>.n2-ss-layer-col {
        padding: 20px 40px 60px !important;
    }
}

@media only screen and (max-width: 980px) {
    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-slide .n2-ss-layers-container>.n2-ss-layer {
        padding: 0 !important;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-slide .n2-ss-layers-container>.n2-ss-layer .n2-ss-section-main-content {
        padding: 0 !important;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-slide .n2-ss-layers-container>.n2-ss-layer .n2-ss-section-main-content>.n2-ss-layer>.n2-ss-layer-row {
        padding: 30px !important;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-slide .n2-ss-layers-container>.n2-ss-layer .n2-ss-section-main-content>.n2-ss-layer>.n2-ss-layer-row .n2-ss-layer-col {
        padding: 0 !important;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-slide .n2-ss-layers-container>.n2-ss-layer .n2-ss-section-main-content>.n2-ss-layer>.n2-ss-layer-row .n2-ss-layer-col .n2-ss-layer h3,
    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-slide .n2-ss-layers-container>.n2-ss-layer .n2-ss-section-main-content>.n2-ss-layer>.n2-ss-layer-row .n2-ss-layer-col .n2-ss-layer h4 {
        line-height: 1.2 !important;
        font-size: 24px !important;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-control-bullet {
        --widget-offset: 30px !important;
    }

    body #page-container .sylvania-country-selector-region {
        padding-bottom: 12px !important;
        margin-bottom: 6px !important;
    }

    body .sylvania-world-map-section .et_pb_row:first-child:not(.sylvania-country-list-row) .et_pb_text_inner h4 {
        font-size: 18px;
    }

    .our-brands-section.et_section_specialty>.et_pb_row>.et_pb_column.et_pb_column_single {
        width: 35%;
    }

    .sylvania-post-featured-image {
        overflow: initial;
    }

    #cookie-law-info-bar {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .cli-style-v2.cli-bar-container {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .sylvania-country-list-row {
        gap: 0;
    }

    .sylvania-country-list-row>.sylvania-country-list-col {
        flex-wrap: nowrap;
        max-height: initial;
    }

    .sylvania-country-list-row>.sylvania-country-list-col:first-child>.sylvania-country-list-item:nth-child(10) {
        margin-top: 0;
    }

    .sylvania-country-list-item .et_pb_blurb_description {
        position: relative;
        top: auto;
        left: 0 !important;
        width: 100%;
        max-width: 100%;
        border: 0;
        margin-top: 5px;
        padding: 30px 0 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .sylvania-country-list-item.opened {
        padding: 15px 12px;
        margin: 15px auto !important;
    }

    .sylvania-country-selector-region.opened~.sylvania-country-list-item {}

    .sylvania-country-list-item::before,
    .sylvania-country-list-item::after {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .sylvania-country-list-item.opened::before,
    .sylvania-country-list-item.opened::after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #A4A4A4;
        position: absolute;
        left: 0;
    }

    .sylvania-country-list-item.opened::before {
        top: -1px;
    }

    .sylvania-country-list-item.opened::after {
        bottom: 0;
    }

    .sylvania-country-list-item .et_pb_blurb_content .et_pb_blurb_container {
        width: 100%;
    }

    .sylvania-country-list-item.opened .et_pb_blurb_description {
        opacity: 1;
        visibility: visible;
    }

    .sylvania-country-list-row {
        display: flex;
        flex-direction: column;
    }

    .sylvania-country-list-row .sylvania-country-list-col {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .sylvania-country-selector-region {
        display: flex;
        align-items: center;
        margin: 5px 0;
        position: relative;
    }

    .sylvania-country-selector-region::before,
    .sylvania-country-selector-region::after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #A4A4A4;
        position: absolute;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .sylvania-country-selector-region::before {
        top: -6px;
    }

    .sylvania-country-selector-region::after {
        bottom: -6px;
    }

    .sylvania-country-selector-region .et_pb_text_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .sylvania-country-selector-region .et_pb_text_inner::after {
        content: "";
        background-image: url(/wp-content/uploads/2022/03/country_selector_arrow.svg);
        width: 13px;
        height: 13px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .sylvania-country-selector-region.opened .et_pb_text_inner::after {
        transform: rotate(180deg);
    }

    .sylvania-country-selector-region.opened::after {
        display: none;
    }

    .sylvania-country-selector-region .et_pb_text_inner h4 {
        padding-bottom: 0;
    }

    .sylvania-country-list-col .et_pb_divider {
        display: none;
    }

    .sylvania-country-list-col .sylvania-country-list-col>.et_pb_divider {
        height: 20px !important;
        margin: 0 !important;
        display: flex;
    }

    .sylvania-country-list-col .sylvania-country-selector-region.opened:first-child~.et_pb_divider {
        display: flex !important;
    }

    .sylvania-country-list-col .et_pb_divider::before,
    .sylvania-country-list-col .et_pb_divider::after,
    .sylvania-country-list-col .et_pb_divider .et_pb_divider_internal {
        display: none;
    }

    .sylvania-country-list-item {
        padding: 10px 12px;
        line-height: 1;
        margin-bottom: 0 !important;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        position: relative;
    }

    .sylvania-country-list-item .et_pb_blurb_content {
        width: 100%;
        display: flex;
    }

    .sylvania-country-list-item:last-child {
        margin-bottom: 30px !important;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column {
        max-width: 500px;
        min-width: 350px;
    }

    body .sylvania-product-family-content-container.no-sliders .sylvania-product-family-title-block>h2 {
        padding-bottom: 30px;
        text-align: left !important;
    }

    body .sylvania-product-family-content-container.no-sliders .sylvania-product-family-property>h2 {
        line-height: 1;
        padding-bottom: 5px !important;
    }

    body .sylvania-product-family-slider-container.no-sliders .sylvania-product-family-title-cats-row {
        max-width: calc(50% - 45px) !important;
        margin-right: 0;
    }

    .et_pb_section {
        padding: 30px 0;
    }

    header#main-header #et-top-navigation #top-menu-nav ul#top-menu {
        display: none;
    }

    #et_mobile_nav_menu {
        display: flex;
        float: none;
        pointer-events: all;
    }

    header#main-header #et-top-navigation #top-menu-nav {
        display: none;
    }

    header#main-header #et-top-navigation,
    header#main-header.et-fixed-header #et-top-navigation {
        justify-content: flex-end;
        align-items: center;
        padding: 15px 30px 15px 0px !important;
    }

    header#main-header {
        height: 64px;
        background-color: transparent;
        pointer-events: none;
    }

    header#main-header .mobile_menu_bar {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    header#main-header .logo_container {
        margin-left: 0;
        margin-top: 0;
        pointer-events: all;
    }

    header#main-header .logo_container>a,
    header#main-header.et-fixed-header .logo_container>a {
        padding: 10px 25px 10px 15px;
    }

    header#main-header .logo_container>a::before,
    header#main-header.et-fixed-header .logo_container>a::before {
        background-size: 115%;
        height: 110px;
        bottom: -45px;
    }

    header#main-header .logo_container>a #logo {
        top: 0px;
        left: 0;
        height: 20px;
    }

    body.mobile-menu-is-open {
        overflow: hidden;
    }

    header#main-header .et_mobile_menu {
        padding: 15px;
        top: 100%;
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #F7F7F7;
        border: 1px solid #DDDDDD;
        border-color: #DDDDDD;
        box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.3);
        display: flex;
        flex-wrap: wrap;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        max-height: 85vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    header#main-header .et_mobile_menu::-webkit-scrollbar {
        display: none;
    }

    header#main-header .et_mobile_menu .menu-item.sylvania-mega-menu-right-item:last-child,
    header#main-header .et_mobile_menu .menu-item-empty {
        display: none;
    }

    header#main-header .menu-item {
        width: 100%;
        order: 5;
        display: flex;
        flex-direction: column;
        min-width: fit-content;
        min-width: -moz-fit-content;
        position: relative;
    }

    header#main-header #mobile_menu>.menu-item:not(.sylvania-mobile-item-top):not(.pll-parent-menu-item) {
        margin-top: 20px;
    }

    header#main-header #mobile_menu>.menu-item:not(.sylvania-mobile-item-top):not(.pll-parent-menu-item)::before {
        content: "";
        position: absolute;
        top: -11px;
        left: 0;
        background-color: #C4C4C4;
        height: 1px;
        width: 100%;
    }

    header#main-header #mobile_menu>.menu-item:not(.sylvania-mobile-item-top):not(.pll-parent-menu-item)>a {
        color: #008a70;
    }

    header#main-header #mobile_menu>.menu-item.menu-item-has-children:not(.sylvania-mobile-item-top):not(.pll-parent-menu-item) ul.sub-menu {
        min-width: initial !important;
        transform: translateX(20px);
        max-width: calc(100% - 20px);
    }

    header#main-header .menu-item a {
        line-height: 1.2;
        padding: 10px 0;
        display: flex;
        align-items: center;
        color: #000;
    }

    header#main-header .menu-item.sylvania-mobile-item-top,
    header#main-header .menu-item.pll-parent-menu-item {
        max-width: fit-content;
        max-width: -moz-fit-content;
    }

    header#main-header .menu-item.sylvania-mobile-mobile-dropdown,
    header#main-header .menu-item.pll-parent-menu-item {
        position: relative;
    }

    header#main-header .menu-item.sylvania-menu-item-profile {
        order: 1;
        padding-right: 40px;
    }

    header#main-header .menu-item.sylvania-menu-item-login {
        padding-right: 20px;
        margin-right: 20px;
        position: relative;
    }

    header#main-header .menu-item.sylvania-menu-item-login::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        background-color: #C4C4C4;
        height: 18px;
        width: 1px;
    }

    header#main-header .menu-item.sylvania-menu-item-login,
    header#main-header .menu-item.sylvania-menu-item-register {
        order: 1;
    }

    header#main-header .menu-item.sylvania-mobile-mobile-dropdown .rt-wp-menu-custom-fields-wrapper,
    header#main-header .menu-item.pll-parent-menu-item .rt-wp-menu-custom-fields-wrapper {
        width: 30px;
        height: 100%;
        display: flex;
        justify-content: center;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
    }

    header#main-header .menu-item.sylvania-mobile-mobile-dropdown .rt-wp-menu-custom-fields-wrapper .rt-wp-menu-custom-fields-custom-html,
    header#main-header .menu-item.pll-parent-menu-item .rt-wp-menu-custom-fields-wrapper .rt-wp-menu-custom-fields-custom-html,
    header#main-header .menu-item.sylvania-mobile-mobile-dropdown .rt-wp-menu-custom-fields-wrapper .rt-wp-menu-custom-fields-custom-text,
    header#main-header .menu-item.pll-parent-menu-item .rt-wp-menu-custom-fields-wrapper .rt-wp-menu-custom-fields-custom-text {
        font-size: 0;
        color: transparent;
        line-height: 0;
        width: 22px;
        height: 22px;
        margin-top: 7px;
        background: #FFFFFF;
        border: 1px solid #C4C4C4;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    header#main-header .menu-item.sylvania-mobile-mobile-dropdown .rt-wp-menu-custom-fields-wrapper .rt-wp-menu-custom-fields-custom-html::before,
    header#main-header .menu-item.pll-parent-menu-item .rt-wp-menu-custom-fields-wrapper .rt-wp-menu-custom-fields-custom-html::before,
    header#main-header .menu-item.sylvania-mobile-mobile-dropdown .rt-wp-menu-custom-fields-wrapper .rt-wp-menu-custom-fields-custom-text::before,
    header#main-header .menu-item.pll-parent-menu-item .rt-wp-menu-custom-fields-wrapper .rt-wp-menu-custom-fields-custom-text::before {
        content: "";
        width: 10px;
        height: 10px;
        background-image: url(/wp-content/uploads/2022/05/icon-chevron-right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 2px center;
        transform: rotate(90deg);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    header#main-header .menu-item.sylvania-mobile-mobile-dropdown.clicked-within .rt-wp-menu-custom-fields-custom-html::before,
    header#main-header .menu-item.pll-parent-menu-item.clicked-within .rt-wp-menu-custom-fields-custom-html::before,
    header#main-header .menu-item.sylvania-mobile-mobile-dropdown.clicked-within .rt-wp-menu-custom-fields-custom-text::before,
    header#main-header .menu-item.pll-parent-menu-item.clicked-within .rt-wp-menu-custom-fields-custom-text::before {
        transform: rotate(-90deg);
    }

    header#main-header .menu-item.sylvania-mobile-mobile-dropdown .rt-wp-menu-custom-fields-custom-html,
    header#main-header .menu-item.pll-parent-menu-item .rt-wp-menu-custom-fields-custom-html {
        display: none;
    }

    header#main-header .et_mobile_menu .menu-item-to-right.menu-item-empty {
        order: 2;
        flex: 1;
        max-width: 100%;
        display: flex;
    }

    header#main-header .et_mobile_menu .menu-item-to-right.menu-item-empty a {
        font-size: 0;
        color: transparent;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    header#main-header .menu-item.pll-parent-menu-item {
        order: 3;
        padding-right: 40px;
        margin-right: 30px;
    }

    header#main-header .menu-item.sylvania-menu-item-search {
        order: 4;
    }

    header#main-header .menu-item.sylvania-menu-item-search a {
        color: transparent;
        font-size: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        width: 38px;
        margin-right: -5px;
    }

    header#main-header .menu-item.sylvania-menu-item-search a::before {
        content: "U";
        color: #008a70;
        font-family: ETmodules;
        speak: none;
        font-weight: 600;
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        font-style: normal;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        direction: ltr;
    }

    header#main-header .menu-item.sylvania-mobile-item-top a,
    header#main-header .menu-item.pll-parent-menu-item a {
        white-space: nowrap;
    }

    header#main-header .menu-item.sylvania-menu-item-profile>a,
    header#main-header .menu-item.pll-parent-menu-item>a {
        color: #008a70;
    }

    header#main-header .menu-item.sylvania-mobile-item-top>.sub-menu,
    header#main-header .menu-item.pll-parent-menu-item>.sub-menu {
        transform: translateX(20px);
        max-width: calc(100% - 20px);
        display: flex !important;
        min-width: fit-content;
        flex-direction: column;
    }

    header#main-header .menu-item.sylvania-menu-item-login {
        padding-right: 0;
        margin-right: 0;
    }

    header#main-header .menu-item.sylvania-menu-item-login::after {
        display: none;
    }

    header#main-header .et_mobile_menu .menu-item-has-children>a {
        background-color: transparent;
        border: 0;
    }

    header#main-header .et_mobile_menu li a:hover,
    header#main-header .nav ul li a:hover {
        background-color: transparent;
        opacity: 1;
    }

    header#main-header .et_mobile_menu li a {
        border: 0;
    }

    header#main-header .et_mobile_menu li ul,
    header#main-header .et_pb_fullwidth_menu .et_mobile_menu li ul,
    header#main-header .et_pb_menu .et_mobile_menu li ul {
        padding-left: 0;
    }

    header#main-header .menu-item.sylvania-mobile-mobile-dropdown>.sub-menu,
    header#main-header .menu-item.pll-parent-menu-item>.sub-menu {
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    header#main-header .menu-item.sylvania-mobile-mobile-dropdown>.sub-menu.sub-menu-clicked,
    header#main-header .menu-item.pll-parent-menu-item>.sub-menu.sub-menu-clicked {
        opacity: 1;
        visibility: visible;
    }

    header#main-header .menu-item.sylvania-mobile-mobile-dropdown .rt-wp-menu-custom-fields-wrapper,
    header#main-header .menu-item.pll-parent-menu-item .rt-wp-menu-custom-fields-wrapper {
        display: flex;
    }

    header#main-header .et_mobile_menu li li {
        padding-left: 0;
    }

    .mobile-menu-content-overlay {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    body.mobile-menu-is-open .mobile-menu-content-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .search-results-search-field-wrapper {
        padding: 20px 20px 0;
    }

    .search-results-search-field-info {
        padding: 8px 20px 0;
    }

    .search-results-fields-top-detailed-button {
        right: 20px;
        padding: 15px;
    }

    .search-results-fields-top {
        height: auto;
    }

    .search-results-top-detailed-filters {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }

    .search-results-types {
        padding: 15px 0;
    }

    .search-results-type {
        margin: 10px;
    }

    .search-results-top-detailed {
        padding: 15px 20px;
    }

    .search-results-top-detailed-filter-title {
        line-height: 1.2;
    }

    .sylvania-popup-close {
        padding: 20px;
    }

    .sylvania-popup-logo {
        margin-left: -20px;
    }

    body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget {
        padding: 15px;
    }

    body.is-b2b footer#main-footer #footer-top {
        margin-bottom: 30px;
    }

    body.is-b2b footer#main-footer #footer-middle {
        margin-bottom: 30px;
    }

    footer#main-footer #footer-widgets,
    footer#main-footer .footer-widgets {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        margin-bottom: -30px;
    }

    footer#main-footer #footer-widgets .footer-widget {
        width: 100% !important;
        margin: 0 !important;
    }

    body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget .widgettitle {
        font-size: 18px;
    }

    .sylvania-global-light-section .sylvania-global-light-tiles-row.sylvania-hero-slider-row {
        grid-template-columns: 1fr;
    }

    body.page-id-159 .sylvania-global-light-section .sylvania-global-light-tiles-row.sylvania-hero-slider-row .sylvania-global-light-title-col {
        max-width: 100%;
        margin-bottom: 30px !important;
        padding-right: 0 !important;
    }

    .sylvania-header-desc {
        max-width: 100%;
    }

    .sylvania-applications-grid .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
        transform: scale(1);
        max-width: 35px;
        max-height: 35px;
    }

    .sylvania-applications-grid h2 {
        --sylvania-font-min: 18;
        --sylvania-font-max: 24;
    }

    .sylvania-applications-grid .et_pb_module {
        --sylvania-font-min: 15;
        --sylvania-font-max: 25;
    }

    body .et_builder_inner_content>.et_pb_section:first-child.sylvania-horizontal-scroll-container {
        max-height: initial;
        padding-top: 120px !important;
    }

    body #page-container .sylvania-applications-grid {
        max-width: 600px;
        margin-left: auto !important;
        margin-right: auto !important;
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }

    body #page-container .sylvania-horizontal-scroll {
        transform: none !important;
        overflow-y: initial !important;
        overflow-x: initial !important;
        height: auto;
        padding-bottom: 30px !important;
    }

    body #page-container .sylvania-horizontal-scroll>* {
        transform: none !important;
        overflow: initial !important;
    }

    body #page-container .sylvania-global-light-section .sylvania-global-light-tiles-row,
    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        width: fit-content !important;
        max-width: fit-content !important;
        overflow: initial !important;
    }

    body #page-container .sylvania-horizontal-scroll .sylvania-global-light-tiles-row {
        padding: 0 !important;
    }

    body #page-container .sylvania-global-light-section .sylvania-global-light-tiles-row .sylvania-global-light-title-col,
    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:first-child {
        grid-row: auto;
        padding-right: 0 !important;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:first-child {
        order: 1;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:last-child {
        order: 2;
        grid-row: initial;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child::after {
        display: none;
    }

    body #page-container .sylvania-horizontal-scroll .sylvania-global-light-tiles-row .sylvania-global-light-tile.sylvania-global-light-tile-full {
        grid-row: auto;
    }

    body #page-container .sylvania-global-light-tile.sylvania-global-light-tile-half.sylvania-global-light-tile-half-top {
        grid-row: auto;
        transform: none;
    }

    body #page-container .sylvania-global-light-tile.sylvania-global-light-tile-half.sylvania-global-light-tile-half-bottom {
        grid-row: auto;
    }

    body #page-container .sylvania-horizontal-scroll .sylvania-global-light-tiles-row .sylvania-global-light-tile {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        transform: none !important;
        min-width: 350px !important;
        width: 100% !important;
        max-width: 420px !important;
        min-height: 225px !important;
        height: auto !important;
        max-height: 300px !important;
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        padding: 30px !important;
    }

    .sylvania-tiles-w-title .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:not(:first-child):nth-child(3n) {
        left: auto;
    }

    .sylvania-tiles-w-title .sylvania-global-light-tiles-row:not(.sylvania-hero-slider-row) .sylvania-global-light-tile:not(:first-child):nth-child(3n+1) {
        left: auto;
    }

    .sylvania-info-boxes>.et_pb_column {
        grid-template-columns: 1fr;
    }

    .sylvania-info-boxes .sylvania-info-box {
        max-width: 100%;
        margin: 0 auto;
        min-width: 400px;
    }

    .sylvania-global-light-tile .sylvania-global-light-tile-divider {
        height: 6px;
    }

    .sylvania-global-light-tile .sylvania-global-light-tile-search-field input.et_pb_s {
        height: 30px;
        font-size: 13px;
    }

    .sylvania-global-light-tile .sylvania-global-light-tile-search-field input.et_pb_searchsubmit {
        width: 30px;
        background-size: 15px;
    }

    .sylvania-global-light-tile p {
        --sylvania-font-min: 13;
    }

    body.et_cover_background {
        background-size: 105% !important;
    }

    body .sylvania-global-light-tiles-row .sylvania-global-light-title-col .sylvania-global-light-title {
        min-width: 100%;
        width: 100%;
    }

    .sylvania-global-light-tile .sylvania-global-light-tile-title h4 {
        line-height: 1.15 !important;
        --sylvania-font-min: 22;
        --sylvania-font-max: 26;
    }

    .sylvania-global-light-tile .sylvania-global-light-tile-divider {
        margin-bottom: 15px !important;
    }

    .sylvania-global-light-section .sylvania-global-light-tiles-row.sylvania-hero-slider-row .sylvania-global-light-title-col {
        max-width: 100%;
    }

    .sylvania-global-light-section .sylvania-global-light-tiles-row.sylvania-hero-slider-row .sylvania-hero-slider-column {
        grid-row: initial;
    }

    .sylvania-global-light-section .sylvania-global-light-tiles-row.sylvania-hero-slider-row {
        padding: 20px 5%;
        margin-bottom: -30px;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child {
        padding: 0 20px 40px;
    }

    .container,
    .et_pb_row,
    .et-db #et-boc .et-l .et_pb_row {
        width: 90%;
    }

    .sylvania-product-categories .et_pb_code_inner>li.cat-item>a {
        font-size: 20px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .sylvania-product-categories .et_pb_code_inner>li.cat-item>ul.children>li.cat-item>a {
        font-size: 14px;
    }

    .sylvania-product-categories .et_pb_code_inner>li.cat-item>a::after {
        height: 6px;
    }

    .sylvania-header-subtitle h5 {
        --sylvania-font-min: 16;
    }

    .sylvania-tabs-global .et_pb_tabs_controls a {
        padding: 0.6em;
        --sylvania-font-min: 20;
    }

    .sylvania-tabs-global .et_pb_tab_content h3 {
        padding-top: 0;
    }

    .sylvania-tabs-sylsmart .et_pb_tabs_controls a img,
    .sylvania-tabs-sylsmart .et_pb_tabs_controls a svg {
        min-height: 40px;
    }

    .sylvania-tabs-global .et_pb_tab_content p:not(:first-child) {
        --sylvania-font-min: 15;
    }

    .sylvania-tabs-global .et_pb_tab_content .small-button.smallgreen {
        height: 35px;
        padding: 10px 30px;
        font-size: 15px;
    }

    .sylvania-global-light-tiles-row .sylvania-global-light-tile.sylvania-global-light-tile-full:not(.sylvania-hero-slider-column),
    .sylvania-global-light-tiles-row .sylvania-global-light-tile.sylvania-global-light-tile-half:not(.sylvania-hero-slider-column) {
        grid-row: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        transform: none !important;
        min-width: 350px !important;
        width: 100% !important;
        max-width: 420px !important;
        min-height: 225px !important;
        height: auto !important;
        max-height: 300px !important;
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        padding: 30px !important;
    }

    .sylvania-tabs-global:not(.sylvania-tabs-360services) {
        margin-top: -60px;
    }

    body #page-container .sylvania-posts-grid .et_pb_code_inner {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 5vw;
    }

    .sylvania-posts-grid .sylvania-post svg {
        height: 13px;
    }

    .sylvania-quote * {
        max-width: 100%;
        --sylvania-font-min: 24;
        --sylvania-font-max: 34;
    }

    .sylvania-world-map-section {
        overflow: hidden;
    }

    .sylvania-world-map-section>.et_pb_row {
        width: 100%;
    }

    .sylvania-world-map-section .et_pb_row .sylvania-world-map {
        width: 125%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_column {
        grid-template-columns: 1fr 1fr;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs h3 {
        margin-bottom: 15px;
        --sylvania-font-min: 18;
        --sylvania-font-max: 24;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs p {
        margin-bottom: 15px;
        --sylvania-font-min: 13;
        --sylvania-font-max: 16;
        max-width: 100%;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_image img {
        padding-top: 20px;
    }

    body.et-db #et-boc .et-l .et_pb_section.sylvania-news-single-page {
        padding-bottom: 60px;
    }

    body .sylvania-product-search-filter-top-form {
        grid-template-columns: repeat(2, 1fr);
    }

    .sylvania-career-search-top {
        padding: 20px;
    }

    .sylvania-career-search-results {
        padding-top: 10px;
    }

    .sylvania-career-search-results-list-row {
        padding: 12px 20px;
    }

    .sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a {
        font-size: 13px;
    }

    .sylvania-career-search-results-list-title-item {
        line-height: 1.2;
    }

    .sylvania-career-search-results-list-row .sylvania-career-search-results-list-item.sylvania-career-search-results-list-position {
        font-size: 13px;
    }

    .sylvania-img-blocks-4 {
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 20px;
        grid-column-gap: 15px;
    }

    .sylvania-brochures-block img {
        top: -30px;
    }

    .sylvania-brochures-block h3::after {
        height: 6px;
    }

    #et-boc .et_builder_inner_content .et_pb_section.sylvania-global-light-section .sylvania-hero-slider-row {
        padding-right: 5.5% !important;
    }

    .sylvania-product-search-filter-results {
        grid-template-columns: repeat(3, 1fr);
    }

    .sylvania-product-gallery-thumbnails .sylvania-product-gallery-img-container {
        max-height: 60px;
    }

    .sylvania-product-family-slider-container>.et_pb_row {
        min-height: 350px;
    }

    .sylvania-product-family-slider-container .et_pb_module .et_pb_code_inner .n2_clear {
        height: 100%;
    }

    .sylvania-product-family-slider-container .et_pb_module .et_pb_code_inner .n2_clear ss3-force-full-width {
        height: 100%;
    }

    .sylvania-product-family-slider-container .et_pb_module .et_pb_code_inner .n2_clear .n2-section-smartslider {
        height: 100%;
    }

    .sylvania-product-family-slider-container .et_pb_module .et_pb_code_inner .n2_clear .n2-section-smartslider .n2-ss-align {
        height: 100%;
    }

    .sylvania-product-family-slider-container .et_pb_module .et_pb_code_inner .n2_clear .n2-section-smartslider .n2-padding {
        height: 100%;
    }

    .sylvania-product-family-slider-container .et_pb_module .et_pb_code_inner .n2_clear .n2-section-smartslider .n2-padding .n2-ss-slider {
        height: 100%;
    }

    .sylvania-product-family-title-block h2,
    .sylvania-product-family-property>*:first-child {
        --sylvania-font-min: 26;
        --sylvania-font-max: 36;
    }

    .sylvania-product-family-content-container+.et_pb_section {
        padding-top: 0 !important;
    }

    .sylvania-product-results-list {
        overflow-x: scroll;
    }

    .sylvania-product-results-list>* {
        min-width: 1000px;
    }

    .sylvania-product-results-list-item {
        column-gap: 12px;
        grid-template-columns: 120px 110px;
        padding-right: 60px;
    }

    .sylvania-product-results-heading .sylvania-product-results-list-item-column:last-child,
    .sylvania-product-results-list-item:not(.sylvania-product-results-heading) .sylvania-product-results-list-item-column:nth-last-child(2) {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
    }

    body #page-container .sylvania-logo-banner {
        padding: 0 !important;
    }

    .et-db #et-boc .et-l .et_pb_section:last-child {
        padding-bottom: 0 !important;
    }

    body h1 {
        --sylvania-font-min: 36;
        --sylvania-font-max: 48;
    }

    .syl-product-features-title h3 {
        font-size: 24px;
    }

    .syl-product-module.et_pb_module {
        margin-bottom: 20px !important;
    }

    .sylvania-product-tabs-header-heading {
        padding: 15px 10px;
        font-size: 16px;
    }

    .sylvania-product-tabs-header {
        padding: 0 10px;
    }

    .product-data-tab-accordion-container {
        padding: 20px;
    }

    .product-data-tab-accordion-title {
        padding: 15px 40px 15px 20px;
        font-size: 16px;
    }

    .product-data-tab-accordion-content-item {
        padding: 15px 20px;
    }

    .sylvania-compare-grid-add-block {
        max-width: 250px;
    }

    .sylvania-product-tabs-content-tab {
        overflow: hidden;
        width: 100%;
    }

    .sylvania-product-tabs {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        border: 1px solid var(--sylvania-color-gray-600);
    }

    .sylvania-product-tabs-header {
        overflow-x: auto;
        border: 0;
        border-bottom: 1px solid var(--sylvania-color-gray-600);
    }

    .sylvania-product-tabs-content {
        border: 0;
        overflow: hidden;
        width: 100%;
    }

    .sylvania-product-tabs-header-wrapper {
        scrollbar-width: 0;
        scrollbar-color: transparent;
    }

    .sylvania-product-tabs-header-wrapper::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .sylvania-product-tabs-header-wrapper::-webkit-scrollbar-track {
        background: transparent;
    }


    .sylvania-product-tabs-header-wrapper::-webkit-scrollbar-thumb {
        background: transparent;
    }


    .sylvania-product-tabs-header-wrapper::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }

    .sylvania-product-tabs-header-wrapper,
    .sylvania-product-tabs-content #sylvania-tab-content-1 {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .sylvania-product-tabs-header {
        min-width: fit-content;
    }

    .sylvania-product-tabs-header .sylvania-product-tabs-header-heading {
        white-space: nowrap;
    }

    .sylvania-product-tabs-content .sylvania-compare-grid-container {
        min-width: 820px;
    }

    .syl-product-features {
        flex-direction: column;
    }

    .syl-product-features-feature {
        min-height: 70px;
        max-height: 70px;
        padding: 15px;
    }

    .syl-product-features-feature:not(:first-child) {
        margin-top: -1px;
    }

    .syl-product-features-feature-icon img,
    .sylvania-popup-product-top-tab-icon img {
        max-width: 35px;
        max-height: 35px;
    }

    .syl-product-features-feature-name,
    .sylvania-popup-product-top-tab-name {
        font-size: 15px;
        line-height: 1.2;
    }

    .sylvania-popup-product-top-tabs {
        flex-direction: column;
    }

    .sylvania-popup-product-top-tab {
        padding: 10px;
        min-height: 60px;
        max-height: 60px;
    }

    .sylvania-popup-product-top-tab:not(:first-child) {
        margin-top: -1px;
    }

    .sylvania-popup-product-top-tab-icon {
        margin-right: 10px;
    }

    .sylvania-popup-product-content-gallery-arrow img {
        max-height: 30px;
    }

    .sylvania-hero-slider-row.sylvania-applications-row {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 800px) {
    body .sylvania-product-family-title-cats-row .sylvania-product-family-title h1 {
        --sylvania-font-min: 36;
        --sylvania-font-max: 42;
    }

    .sylvania-tabs-global .et_pb_all_tabs .et_pb_tab {
        padding: 20px;
    }

    .sylvania-tabs-global .et_pb_tab_content {
        grid-template-columns: 1fr;
        grid-template-rows: initial;
        grid-auto-rows: initial
    }

    .sylvania-tabs-global .et_pb_tab_content * {
        grid-column-start: initial;
    }

    .sylvania-tabs-global .et_pb_tab_content *:first-child {
        grid-column-end: initial;
        grid-row-start: initial;
        grid-row-end: initial;
    }

    .sylvania-tabs-global .et_pb_tab_content p:not(:first-child) {
        max-width: 100%;
    }

    .sylvania-tabs-global .et_pb_tab_content img {
        max-width: 500px;
        margin-bottom: 20px;
    }

    .sylvania-gray-blocks {
        grid-template-columns: 1fr;
    }

    .sylvania-gray-blocks .et_pb_column {
        position: relative;
        border: 0;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column {
        display: flex;
        grid-template-rows: auto;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        max-height: 250px;
        grid-template-columns: initial;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column .et_pb_module {
        grid-column-start: initial;
        flex: 0 0 auto;
        width: calc(70% - 20px);
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column .et_pb_image {
        grid-column-start: initial;
        grid-row-start: initial;
        grid-row-end: initial;
        flex: 0 0 100%;
        width: 30%;
        height: 100%;
    }

    .sylvania-gray-blocks .et_pb_column:first-child {
        padding-bottom: 30px;
        margin-bottom: 30px;
        padding-top: 20px;
    }

    .sylvania-gray-blocks .et_pb_column:first-child::after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: var(--sylvania-color-gray-600);
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .sylvania-gray-blocks .et_pb_column .et_pb_module {
        margin-bottom: 0 !important;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column .et_pb_module:last-child {
        align-items: flex-start;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column:last-child {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_image+.et_pb_module {
        padding-top: 0;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_module:last-child {
        padding-bottom: 0;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) p {
        margin-bottom: 20px;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) {
        margin-top: -40px;
    }

    body #page-container .sylvania-featured-container .et_pb_button {
        padding: 10px 30px !important;
    }

    body #page-container .sylvania-featured {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body #page-container .sylvania-featured:not(:last-child) {
        margin-bottom: 30px;
    }

    body #page-container .sylvania-featured .sylvania-featured-img-block {
        order: 1;
    }

    body #page-container .sylvania-featured .sylvania-featured-text-block {
        order: 2;
        align-items: flex-start;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
    }

    body #page-container .sylvania-featured>* {
        grid-column-start: initial;
        grid-column-end: initial;
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    body #page-container .sylvania-featured-container p {
        max-width: 100%;
    }

    body #page-container .sylvania-featured-container h3 {
        max-width: 100%;
    }

    .sylvania-awards .sylvania-subtitle-container h2 {
        margin-bottom: 0;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_image img {
        padding-top: 0;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_column {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 1px;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_column {
        grid-template-columns: 2fr 4fr;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_image+.et_pb_module {
        padding-top: 20px;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_module:last-child {
        padding-bottom: 20px;
    }

    .jvectormap-container svg .jvectormap-marker {
        height: 35px;
    }

    body .sylvania-brochures-block .et_pb_row {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    body .sylvania-brochures-block .et_pb_row .et_pb_column {
        float: none;
    }

    body .sylvania-brochures-block .et_pb_row .et_pb_column .et_pb_image {
        padding-right: 0 !important;
        margin-bottom: 30px !important;
    }

    body .sylvania-brochures-block img {
        top: 0;
        position: relative;
        max-width: 400px;
    }

    body .sylvania-brochures-block .et_pb_row .et_pb_column+.et_pb_column {
        padding: 0;
    }

    .sylvania-product-family-title-block {
        grid-template-columns: 1fr;
    }

    .sylvania-product-family-title-block>h2 {
        padding-bottom: 30px;
    }

    .sylvania-product-family-title-block h2 {
        max-width: 100%;
        text-align: center;
    }

    .sylvania-product-family-property>h2 {
        padding-bottom: 10px;
    }

    .sylvania-product-family-properties {
        padding-right: 0;
        justify-content: center;
    }

    .sylvania-product-search-filter-top-title.sylvania-product-search-top-block {
        padding: 30px 20px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .our-brands-section.et_section_specialty>.et_pb_row>.et_pb_column.et_pb_column_single {
        width: 100%;
        max-width: 100%;
    }

    .sylvania-product-gallery {
        padding: 10px;
    }

    body #page-container .sylvania-product-gallery-row {
        position: relative !important;
        top: auto;
        transform: none;
        width: 100%;
        max-height: 100%;
        margin-top: 30px;
    }

    body .sylvania-product-family-slider-container:not(.no-sliders) .sylvania-product-family-title-cats-row {
        max-width: 100% !important;
        margin-right: 0;
    }

    body .sylvania-product-family-slider-container div#n2-ss-11 .n2-ss-slider-1 {
        min-height: 400px;
    }

    footer#main-footer #footer-bottom>.container {
        flex-direction: column;
    }

    footer#main-footer #footer-bottom .footer-logo,
    footer#main-footer #footer-bottom .footer-credits {
        margin-bottom: 15px;
    }

    body #page-container .sylvania-posts-grid .et_pb_code_inner {
        grid-template-columns: repeat(2, 1fr);
    }

    body #page-container .sylvania-sub-container {
        padding: 15px 0 !important;
    }

    body #page-container .sylvania-post-featured-image {
        aspect-ratio: 1920 / 1280;
    }

    body #page-container .sylvania-post-social-block {
        padding: 15px;
        margin-bottom: 40px;
    }

    body #page-container .sylvania-post-social-block h3 {
        text-align: center;
        line-height: 1.2;
    }

    body.admin-bar .select2-container--open .select2-dropdown--below {
        margin-top: 6px;
    }

    body.admin-bar .select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
        margin-top: 86px;
    }

    .syl-product-top {
        flex-direction: column;
    }

    .syl-product-top-compare-button {
        height: 64px;
    }

    .syl-product-top-compare-button-icon {
        width: 46px;
        height: 46px;
    }

    .our-brands-section.et_section_specialty>.et_pb_row {
        flex-direction: column;
    }
}

@media only screen and (max-width: 700px) {
    body #page-container .sylvania-product-family-slider-container.no-sliders .sylvania-product-family-title-cats-row {
        position: relative !important;
        margin-bottom: 40px;
    }

    body #page-container .sylvania-product-family-slider-container .sylvania-product-family-title-cats-row {
        max-width: 100% !important;
    }

    body #page-container .sylvania-product-family-content-container .sylvania-product-family-title-block {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    body.is-b2b footer#main-footer #footer-top>.container {
        flex-direction: column;
        background: linear-gradient(285deg, #DDDDDD 2%, #F3F3F3 100%);
    }

    body.is-b2b footer#main-footer #footer-top>.container .et_pb_widget {
        background: none;
    }

    .sylvania-product-categories .et_pb_code_inner {
        grid-template-columns: 1fr;
    }

    .sylvania-tabs-global .et_pb_tabs_controls {
        flex-direction: column;
    }

    .sylvania-tabs-global .et_pb_tabs_controls li {
        border-left: 0;
        border-right: 0;
        width: 100%;
    }

    .sylvania-tabs-global .et_pb_tabs_controls li.et_pb_tab_active {
        border-bottom-color: var(--sylvania-color-gray-600);
    }

    .sylvania-tabs-global .et_pb_tab_content img {
        max-width: 100%;
        width: 100%;
    }

    .sylvania-tabs-global .et_pb_tab_content h3 {
        --sylvania-font-min: 20;
    }

    .sylvania-tabs-360services .et_pb_tabs_controls li.et_pb_tab_active+li a {
        padding-left: 0.6em;
    }

    .sylvania-tabs-global .et_pb_tabs_controls a img,
    .sylvania-tabs-global .et_pb_tabs_controls a svg {
        min-height: 40px;
    }

    .sylvania-tabs-360services .et_pb_tabs_controls li::after {
        display: none;
    }

    body #page-container .sylvania-posts-grid .et_pb_code_inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .sylvania-img-blocks-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .sylvania-product-search-filter-results {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-results-count {
        padding: 0;
        margin-bottom: 30px;
    }

    .search-results-count-number {
        font-size: 20px;
    }

    .search-results-item-desc {
        padding: 15px 20px;
    }

    .sylvania-product-family-slider-container>.et_pb_row {
        min-height: 600px;
    }

    .sylvania-product-family-bg-slider.n2-ss-slider .n2-ss-layer.n2-ow .n2-ss-section-main-content.n2-ss-layer-with-background {
        justify-content: flex-end !important;
        padding-bottom: 60px !important;
    }
}

@media only screen and (max-width: 600px) {
    header#main-header .menu-item.sylvania-menu-item-profile {
        padding-right: 40px;
    }

    header#main-header .menu-item.sylvania-menu-item-search a {
        width: 28px;
    }

    header#main-header .menu-item.pll-parent-menu-item a {
        font-size: 13px;
    }

    header#main-header .menu-item.pll-parent-menu-item {
        margin-right: 20px;
    }

    header#main-header #et-top-navigation {
        padding: 15px 15px 15px 0px !important;
    }

    header#main-header .logo_container>a {
        padding: 10px 35px 10px 15px;
    }

    header#main-header .logo_container {
        min-width: 180px;
        max-width: 180px;
    }

    header#main-header .logo_container>a #logo {
        top: -1px;
    }

    .search-results-top-detailed-filters {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-results-fields-top-buttons {
        justify-content: space-between;
        padding: 0 20px;
    }

    .sylvania-popup .sylvania-popup-content>.um {
        padding: 20px;
    }

    .sylvania-global-light-section .sylvania-global-light-tiles-row.sylvania-hero-slider-row.sylvania-applications-row .sylvania-global-light-title-col {
        min-width: auto;
    }

    body #page-container .sylvania-applications-grid {
        max-width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .sylvania-product-categories .et_pb_code_inner>li.cat-item {
        padding: 20px;
    }

    .sylvania-product-categories .et_pb_code_inner>li.cat-item>a {
        font-size: 18px;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column {
        max-height: initial;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column .et_pb_image {
        flex: auto;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column .et_pb_image img {
        max-width: 300px;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column .et_pb_module {
        flex: auto;
        width: 100%;
        text-align: center !important;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column .et_pb_module p {
        max-width: 100%;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column .et_pb_module:last-child {
        justify-content: center;
    }

    .sylvania-tabs-global .et_pb_tabs_controls a {
        --sylvania-font-min: 22;
    }

    .sylvania-tabs-global .et_pb_tab_content h3 {
        --sylvania-font-min: 22;
    }

    .sylvania-tabs-global .et_pb_tab_content p:not(:first-child) {
        --sylvania-font-max: 19;
    }

    .sylvania-gray-blocks p {
        --sylvania-font-max: 16;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_column {
        grid-template-columns: 2fr 3fr;
    }

    .jvectormap-container svg .jvectormap-marker {
        height: 30px;
    }

    .sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        line-height: 0;
        color: transparent;
        border: 1px solid #C4C4C4;
        border-radius: 15px;
    }

    .sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a::before {
        color: #90bb39;
        transform: none;
    }

    .sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a:hover::before {
        transform: none;
    }

    .sylvania-career-search-results-list-item.sylvania-career-search-results-list-learn a::after {
        display: none;
    }

    .sylvania-career-search-results-list-row {
        grid-template-columns: 2fr 2fr 6fr 30px;
    }

    .sylvania-career-search-results-list-row {
        padding: 12px;
    }

    .sylvania-career-search-top {
        padding: 12px;
    }

    .sylvania-product-search-filter-top-form {
        grid-gap: 15px;
    }

    .sylvania-career-search-results-list-row {
        grid-column-gap: 15px;
    }

    .sylvania-product-search-filter-top {
        padding: 20px;
    }

    .sylvania-popup .sylvania-popup-content>.um.um-login .um-row._um_row_1 .um-col-1,
    .sylvania-popup .sylvania-popup-content>.um.um-register .um-col-1 {
        grid-template-columns: 1fr;
    }

    .search-results-item {
        padding: 0 12px 15px;
    }

    .search-results-item-learn-more a {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        line-height: 0;
        color: transparent;
        border: 1px solid #C4C4C4;
        border-radius: 15px;
    }

    .search-results-item-learn-more a::before {
        color: #90bb39;
        transform: none;
        font-size: 22px;
    }
}

@media only screen and (max-width: 480px) {

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-slide .n2-ss-layers-container>.n2-ss-layer .n2-ss-section-main-content>.n2-ss-layer>.n2-ss-layer-row .n2-ss-layer-col .n2-ss-layer h3,
    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-slide .n2-ss-layers-container>.n2-ss-layer .n2-ss-section-main-content>.n2-ss-layer>.n2-ss-layer-row .n2-ss-layer-col .n2-ss-layer h4 {
        line-height: 1.1 !important;
        font-size: 20px !important;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-slide .n2-ss-layers-container>.n2-ss-layer .n2-ss-section-main-content>.n2-ss-layer>.n2-ss-layer-row {
        padding: 20px !important;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child .n2-section-smartslider .n2-ss-control-bullet {
        --widget-offset: 20px !important;
    }

    .page-template-default.page:not(.home) .entry-content>.et-l>.et_builder_inner_content>.et_pb_section:first-child>.et_pb_row:first-child>.et_pb_column:first-child {
        min-width: 100%;
    }

    body .sylvania-product-family-slider-container div#n2-ss-11 .n2-ss-slider-1 {
        min-height: 300px;
    }

    .search-results-top-detailed-filters {
        grid-template-columns: repeat(1, 1fr);
    }

    .search-results-top-search-button>.et_pb_button {
        min-width: 120px;
    }

    .search-results-fields-top-detailed-button {
        padding: 10px;
    }

    .search-results-fields-top-detailed-button .detailed-button {
        font-size: 13px;
    }

    .search-results-top-search-button>.et_pb_button {
        font-size: 14px;
        height: 35px;
    }

    .search-results-search-field input {
        height: 35px;
        padding: 5px 50px 5px 10px;
    }

    .search-results-search-field-button {
        width: 35px;
    }

    .search-results-fields-top-detailed-button .detailed-button::before {
        font-size: 18px;
    }

    .select2.select2-container .select2-selection {
        height: 35px;
        padding: 0 0 0 10px !important;
        line-height: 35px !important;
        font-size: 14px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 33px;
    }

    .select2-search--dropdown {
        height: 33px;
        margin-right: 35px;
        padding: 2px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 30px;
    }

    .select2.select2-container .select2-selection .select2-selection__arrow {
        width: 30px !important;
    }

    .select2.select2-container .select2-selection .select2-selection__arrow:before {
        font-size: 20px !important;
        line-height: 35px;
    }

    body.admin-bar .select2-container--open .select2-dropdown--below {
        margin-top: 11px;
    }

    body.admin-bar .select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
        margin-top: 81px;
    }

    .select2-container--open .select2-dropdown--below {
        margin-top: -35px;
    }

    .select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
        margin-top: 35px;
    }

    header#main-header .menu-item.sylvania-mobile-item-top>.sub-menu,
    header#main-header .menu-item.pll-parent-menu-item>.sub-menu {
        transform: translateX(10px);
        max-width: calc(100% - 10px);
    }

    .sylvania-logo-banner .et_pb_image .et_pb_image_wrap img {
        max-height: 70px;
    }

    .sylvania-logo-banner {
        padding: 0;
    }

    .sylvania-info-boxes .sylvania-info-box {
        min-width: 320px;
    }

    .sylvania-info-boxes .sylvania-info-box {
        min-height: 180px;
    }

    .sylvania-info-boxes .sylvania-info-box .et_pb_promo_description .et_pb_module_header {
        font-size: 20px;
        padding-bottom: 5px;
    }

    body #page-container .et_pb_button,
    body #page-container a.button,
    body #page-container button.button {
        padding: 5px 25px !important;
        min-width: 90px;
        height: 30px;
        font-size: 14px;
    }

    body #page-container .sylvania-horizontal-scroll .sylvania-global-light-tiles-row .sylvania-global-light-tile {
        min-height: 215px !important;
    }

    body #page-container .sylvania-horizontal-scroll .sylvania-global-light-tiles-row .sylvania-global-light-tile {
        max-width: 350px !important;
    }

    body .sylvania-horizontal-scroll>* {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sylvania-product-categories .et_pb_code_inner>li.cat-item>ul.children {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-auto-flow: row;
    }

    .sylvania-global-light-section .sylvania-global-light-tiles-row.sylvania-hero-slider-row {
        margin-bottom: 0px;
    }

    .sylvania-tabs-global .et_pb_tab_content .small-button.smallgreen {
        height: 30px;
        padding: 10px 25px;
        font-size: 14px;
    }

    .sylvania-gray-blocks:not(.sylvania-gray-blocks-full-imgs) .et_pb_column .et_pb_image img {
        max-width: 100%;
    }

    body #page-container .sylvania-posts-grid .et_pb_code_inner {
        grid-template-columns: 1fr;
    }

    body #page-container .sylvania-featured {
        gap: 20px;
    }

    .sylvania-featured-meta-container {
        margin-bottom: 15px;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs h3 {
        margin-bottom: 10px;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs p {
        padding-right: 10px;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_image+.et_pb_module {
        padding-top: 15px;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_module:last-child {
        padding-bottom: 15px;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_column {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_column .et_pb_image {
        grid-column-start: initial;
        grid-row-start: initial;
        grid-row-end: initial;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_column>*:not(.et_pb_image) {
        grid-column-start: initial;
    }

    .sylvania-gray-blocks.sylvania-gray-blocks-full-imgs .et_pb_image img {
        object-fit: initial;
        height: auto;
        max-width: 250px;
        margin: 0 auto;
    }

    body .sylvania-product-search-filter-top-form {
        grid-template-columns: 1fr;
    }

    .sylvania-career-search-results-list-title-item {
        font-size: 12px;
    }

    .sylvania-career-search-results-list-row .sylvania-career-search-results-list-item {
        font-size: 12px;
    }

    .sylvania-career-search-results-list-row .sylvania-career-search-results-list-item.sylvania-career-search-results-list-position {
        font-size: 12px;
    }

    .sylvania-img-blocks-4 {
        grid-template-columns: 1fr;
    }

    body .sylvania-brochures-block img {
        max-width: 100%;
    }

    .sylvania-brochures-block .et_pb_blurb_description {
        grid-template-columns: 1fr;
    }

    .sylvania-product-search-filter-results {
        grid-template-columns: 1fr;
    }

    .search-results-item-img {
        min-width: 80px;
        min-height: 80px;
        width: 80px;
        height: 80px;
    }

    .search-results-item-desc {
        padding: 10px 10px;
    }

    .search-results-item {
        padding: 0 10px 10px;
    }

    .search-results-item-desc-text {
        font-size: 12px;
    }

    .search-results-item-desc-meta-category {
        font-size: 12px;
    }

    .sylvania-product-family-slider-container>.et_pb_row {
        min-height: 550px;
    }

    .syl-product-features-feature-button,
    .sylvania-popup-product-top-tab-button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        line-height: 0;
        color: transparent;
        border: 1px solid #C4C4C4;
        border-radius: 15px;
    }

    .syl-product-features-feature-button::before,
    .sylvania-popup-product-top-tab-button::before {
        color: #90BB39;
        transform: none;
    }

    .syl-product-features-feature-button:hover::before,
    .sylvania-popup-product-top-tab-button:hover::before {
        transform: none;
    }

    .sylvania-popup-product {
        max-width: 100%;
        border-left: 0;
        border-right: 0;
    }

    .sylvania-popup-product-content-gallery-arrow.sylvania-popup-product-content-gallery-arrow-left {
        margin-left: -15px;
    }

    .sylvania-popup-product-content-gallery-arrow.sylvania-popup-product-content-gallery-arrow-right {
        margin-right: -15px;
    }
}

@media only screen and (max-width: 370px) {
    body #page-container .sylvania-horizontal-scroll .sylvania-global-light-tiles-row .sylvania-global-light-tile {
        min-width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body #page-container .sylvania-global-light-section .sylvania-global-light-tiles-row {
        max-width: 100% !important;
        width: 100% !important;
    }

    header#main-header .menu-item.sylvania-menu-item-profile {
        padding-right: 30px;
    }
}

/* End of Responsivity */