/*##################################################################*/
/* Includes                                                         */
/*##################################################################*/
@font-face {
  font-family: "centrale_sans_regularregular";
  src: url("../font/centrale_sans_regular_0-webfont.eot");
  src: url("../font/centrale_sans_regular_0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/centrale_sans_regular_0-webfont.woff") format("woff"), url("../font/centrale_sans_regular_0-webfont.ttf") format("truetype"), url("../font/centrale_sans_regular_0-webfont.svg#centrale_sans_regular_0-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "centrale_sans_boldbold";
  src: url("../font/centrale_sans_bold_0-webfont.eot");
  src: url("../font/centrale_sans_bold_0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/centrale_sans_bold_0-webfont.woff") format("woff"), url("../font/centrale_sans_bold_0-webfont.ttf") format("truetype"), url("../font/centrale_sans_bold_0-webfont.svg#centrale_sans_bold_0-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "centrale_sans_mediummedium";
  src: url("../font/centrale_sans_medium_0-webfont.eot");
  src: url("../font/centrale_sans_medium_0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/centrale_sans_medium_0-webfont.woff") format("woff"), url("../font/centrale_sans_medium_0-webfont.ttf") format("truetype"), url("../font/centrale_sans_medium_0-webfont.svg#centrale_sans_medium_0-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "greek_sans_regular";
  src: url("../font/greek/Tahoma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "greek_sans_bold";
  src: url("../font/greek/Tahoma_Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0370-03FF;
}
body, p {
  font-family: greek_sans_regular, centrale_sans_regularregular, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}

b {
  font-family: greek_sans_bold, centrale_sans_boldbold, sans-serif;
  font-weight: 700;
}

.fs-font-headline {
  font-family: greek_sans_bold, centrale_sans_boldbold, sans-serif;
  font-weight: 700;
  color: #12214a;
}

.fs-font-description {
  font-family: greek_sans_bold, centrale_sans_boldbold, sans-serif;
  font-weight: 700;
  color: #12214a;
  font-size: 1.2rem;
}

/*##################################################################*/
/* Colors                                                           */
/*##################################################################*/
/*##################################################################*/
/* Colors                                                           */
/*##################################################################*/
html,
body {
  background: #0089c4;
}

a {
  color: #3889bf;
  text-decoration: none;
}

a:hover {
  color: #3889bf;
  text-decoration: underline;
}

/*##################################################################*/
/* Colors                                                           */
/*##################################################################*/
.topnav {
  overflow: hidden;
}
.topnav a, .topnav .fs-nav-point-empty {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 20px 30px 20px;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 3px solid transparent;
  font-family: greek_sans_regular, centrale_sans_regularregular, sans-serif;
  font-weight: 400;
  color: #8c8d8e;
}
.topnav a.active {
  border-bottom: 2px solid #0089C4;
  font-family: greek_sans_bold, centrale_sans_boldbold, sans-serif;
  font-weight: 700;
  color: unset;
}
.topnav .fs-clickable:hover {
  border-bottom: 2px solid #0089C4 !important;
  color: #0073b4 !important;
}

@media only screen and (max-width: 768px) {
  .topnav a, .topnav .fs-nav-point-empty {
    padding: 0 0 5px 0;
    margin: 0 10px 5px 15px;
  }
}
/*##################################################################*/
/* Colors                                                           */
/*##################################################################*/ /* Costum Chekboxes*/
.checkbox-pt-custom {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-pt-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 0;
}

/* On mouse-over, add a grey background color */
.checkbox-pt-custom:hover input ~ .checkmark {
  border: solid #0089c4 1px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-pt-custom input:checked ~ .checkmark {
  background-color: #0089c4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-pt-custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-pt-custom .checkmark:after {
  left: 0;
  top: -5px;
  width: 20px;
  height: 27px;
  border: solid white;
  border-width: 4px 0 0 4px;
  -webkit-transform: scale(0.9, 0.5) rotate(-122deg) skewX(215deg) skewY(13deg);
  -ms-transform: scale(0.9, 0.5) rotate(-122deg) skewX(215deg) skewY(13deg);
  transform: scale(0.9, 0.5) rotate(-122deg) skewX(215deg) skewY(13deg);
  transform-origin: 57% 47% 0;
}

.checkbox-text {
  font-size: 1.2rem;
  margin-left: 10px;
  font-family: centrale_sans_boldbold, sans-serif;
}

.button-custom {
  width: 100%;
  height: 50px;
  background-color: #0089c4;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  color: #fff;
  font-size: 1.2rem;
  border: none;
}

.container-offset {
  margin-top: 15vh;
}

/* Customize the label (the container) */
.costum-radio-button {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Style the indicator (dot/circle) */
  /* Hide the browser's default radio button */
  /* On mouse-over, add a grey background color */
}
.costum-radio-button .radio-checkmark:after {
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0089c4;
}
.costum-radio-button input {
  position: absolute;
  opacity: 0;
  /* Show the indicator (dot/circle) when checked */
}
.costum-radio-button input:checked ~ .radio-checkmark:after {
  display: block;
}
.costum-radio-button:hover input ~ .radio-checkmark {
  border: 1px solid #0089c4;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #cccedb;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/*##################################################################*/
/* Colors                                                           */
/*##################################################################*/
.fs-card-box {
  width: 80vw;
  max-width: 320px;
  height: 350px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0;
}
.fs-card-box p {
  font-size: 0.8rem;
}

.fs-card-box-start {
  height: 320px;
}

.fs-img-box {
  height: 222px;
  max-width: 222px;
  width: 70vw;
  margin: 0 auto;
  cursor: pointer;
  background-size: 75% !important;
  background-position: center !important;
}
.fs-img-box:hover {
  height: 222px;
  max-width: 222px;
  width: 70vw;
  background-size: 75% !important;
  background-position: center !important;
}

.fs-box {
  width: 80%;
}

@media (max-width: 991px) {
  .fs-box {
    width: auto;
  }
}
.fs-card-box-thin {
  width: 200px;
  height: 350px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0;
}
.fs-card-box-thin p {
  font-size: 0.8rem;
}

.fs-img-box-thin {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  background-size: 65% !important;
  background-position: center !important;
}
.fs-img-box-thin:hover {
  height: 200px;
  width: 200px;
  background-size: 65% !important;
  background-position: center !important;
}

.fs-panel-links {
  color: #0089c4;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .fs-card-box-thin-mobile {
    width: 350px;
    height: 200px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 0;
  }
  .fs-card-box-thin-mobile p {
    font-size: 0.8rem;
  }
  .fs-img-box-thin-mobile {
    height: 200px;
    width: 30vw;
    cursor: pointer;
    background-size: 65% !important;
    background-position: center !important;
  }
  .fs-img-box-thin-mobile:hover {
    height: 200px;
    width: 30vw;
    background-size: 65% !important;
    background-position: center !important;
  }
}
.fs-img-box-index-1 {
  background: url(../images/index/index_luminaries_normal.png) no-repeat;
}
.fs-img-box-index-1:hover {
  background: url(../images/index/index_luminaries_hover.png) no-repeat;
}

.fs-img-box-index-2 {
  background: url(../images/index/index_lamps_normal.png) no-repeat;
}
.fs-img-box-index-2:hover {
  background: url(../images/index/index_lamps_hover.png) no-repeat;
}

.fs-img-box-filter-1 {
  background: url(../images/led-path/filter/filter_byapplication_normal.png) no-repeat;
}
.fs-img-box-filter-1:hover {
  background: url(../images/led-path/filter/filter_byapplication_hover.png) no-repeat;
}

.fs-img-box-filter-2 {
  background: url(../images/led-path/filter/filter_byproduct_normal.png) no-repeat;
}
.fs-img-box-filter-2:hover {
  background: url(../images/led-path/filter/filter_byproduct_hover.png) no-repeat;
}

.fs-img-box-ballast1-1 {
  background: url(../images/led-path/ballast/ballast1_em_normal.png) no-repeat;
}
.fs-img-box-ballast1-1:hover, .fs-img-box-ballast1-1.active {
  background: url(../images/led-path/ballast/ballast1_em_hover.png) no-repeat;
}

.fs-img-box-ballast1-2 {
  background: url(../images/led-path/ballast/ballast1_hf_normal.png) no-repeat;
}
.fs-img-box-ballast1-2:hover, .fs-img-box-ballast1-2.active {
  background: url(../images/led-path/ballast/ballast1_hf_hover.png) no-repeat;
}

.fs-img-box-ballast1-3 {
  background: url(../images/led-path/ballast/ballast1_mix_normal.png) no-repeat;
}
.fs-img-box-ballast1-3:hover, .fs-img-box-ballast1-3.active {
  background: url(../images/led-path/ballast/ballast1_mix_hover.png) no-repeat;
}

.fs-img-box-ballast2-1 {
  background: url(../images/led-path/ballast/ballast2_em_normal.png) no-repeat;
}
.fs-img-box-ballast2-1:hover, .fs-img-box-ballast2-1.active {
  background: url(../images/led-path/ballast/ballast2_em_hover.png) no-repeat;
}

.fs-img-box-ballast2-2 {
  background: url(../images/led-path/ballast/ballast2_hf_normal.png) no-repeat;
}
.fs-img-box-ballast2-2:hover, .fs-img-box-ballast2-2.active {
  background: url(../images/led-path/ballast/ballast2_hf_hover.png) no-repeat;
}

.fs-img-box-control-1 {
  background: url(../images/luminarie-path/control/control_nondimmable_normal.png) no-repeat;
}
.fs-img-box-control-1:hover, .fs-img-box-control-1.active {
  background: url(../images/luminarie-path/control/control_nondimmable_hover.png) no-repeat;
}

.fs-img-box-control-2 {
  background: url(../images/luminarie-path/control/control_interactready_normal.png) no-repeat;
}
.fs-img-box-control-2:hover, .fs-img-box-control-2.active {
  background: url(../images/luminarie-path/control/control_interactready_hover.png) no-repeat;
}

.fs-img-box-control-3 {
  background: url(../images/luminarie-path/control/control_dali_normal.png) no-repeat;
}
.fs-img-box-control-3:hover, .fs-img-box-control-3.active {
  background: url(../images/luminarie-path/control/control_dali_hover.png) no-repeat;
}

.fs-img-box-control-4 {
  background: url(../images/luminarie-path/control/control_1_10v_normal.png) no-repeat;
}
.fs-img-box-control-4:hover, .fs-img-box-control-4.active {
  background: url(../images/luminarie-path/control/control_1_10v_hover.png) no-repeat;
}

.fs-card-box-small-container {
  width: 157px;
  height: 172px;
}

.fs-panel-bt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.fs-panel-bt .fs-panel-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 172px;
  width: 157px;
}
.fs-panel-bt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.fs-panel-bt .fs-panel-checkmark-panel {
  background: url(../images/luminarie-path/luminaires/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot {
  background: url(../images/luminarie-path/luminaires/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof {
  background: url(../images/luminarie-path/luminaires/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten {
  background: url(../images/luminarie-path/luminaires/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight {
  background: url(../images/luminarie-path/luminaires/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight {
  background: url(../images/luminarie-path/luminaires/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed {
  background: url(../images/luminarie-path/luminaires/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface {
  background: url(../images/luminarie-path/luminaires/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors {
  background: url(../images/luminarie-path/luminaires/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay {
  background: url(../images/luminarie-path/luminaires/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall {
  background: url(../images/luminarie-path/luminaires/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight {
  background: url(../images/luminarie-path/luminaires/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight {
  background: url(../images/luminarie-path/luminaires/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban {
  background: url(../images/luminarie-path/luminaires/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel, .fs-panel-bt input .fs-panel-checkmark-pane.active {
  background: url(../images/luminarie-path/luminaires/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel {
  background: url(../images/luminarie-path/luminaires/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot, .fs-panel-bt input .fs-panel-checkmark-halogenspot.active {
  background: url(../images/luminarie-path/luminaires/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot {
  background: url(../images/luminarie-path/luminaires/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof, .fs-panel-bt input .fs-panel-checkmark-waterproof.active {
  background: url(../images/luminarie-path/luminaires/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof {
  background: url(../images/luminarie-path/luminaires/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten, .fs-panel-bt input .fs-panel-checkmark-batten.active {
  background: url(../images/luminarie-path/luminaires/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten {
  background: url(../images/luminarie-path/luminaires/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight, .fs-panel-bt input .fs-panel-checkmark-downlight.active {
  background: url(../images/luminarie-path/luminaires/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight {
  background: url(../images/luminarie-path/luminaires/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight, .fs-panel-bt input .fs-panel-checkmark-slimdownlight.active {
  background: url(../images/luminarie-path/luminaires/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight {
  background: url(../images/luminarie-path/luminaires/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed, .fs-panel-bt input .fs-panel-checkmark-recessed.active {
  background: url(../images/luminarie-path/luminaires/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed {
  background: url(../images/luminarie-path/luminaires/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface, .fs-panel-bt input .fs-panel-checkmark-surface.active {
  background: url(../images/luminarie-path/luminaires/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface {
  background: url(../images/luminarie-path/luminaires/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors, .fs-panel-bt input .fs-panel-checkmark-projectors.active {
  background: url(../images/luminarie-path/luminaires/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors {
  background: url(../images/luminarie-path/luminaires/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay, .fs-panel-bt input .fs-panel-checkmark-highbay.active {
  background: url(../images/luminarie-path/luminaires/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay {
  background: url(../images/luminarie-path/luminaires/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall, .fs-panel-bt input .fs-panel-checkmark-wall.active {
  background: url(../images/luminarie-path/luminaires/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight, .fs-panel-bt input .fs-panel-checkmark-roadlight.active {
  background: url(../images/luminarie-path/luminaires/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight {
  background: url(../images/luminarie-path/luminaires/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight, .fs-panel-bt input .fs-panel-checkmark-floodlight.active {
  background: url(../images/luminarie-path/luminaires/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight {
  background: url(../images/luminarie-path/luminaires/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban, .fs-panel-bt input .fs-panel-checkmark-urban.active {
  background: url(../images/luminarie-path/luminaires/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban:hover {
  background: url(../images/luminarie-path/luminaires/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-fr-fr, .fs-panel-bt input .fs-panel-checkmark-pane-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-fr-fr, .fs-panel-bt input .fs-panel-checkmark-halogenspot-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-fr-fr, .fs-panel-bt input .fs-panel-checkmark-waterproof-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-fr-fr, .fs-panel-bt input .fs-panel-checkmark-batten-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-fr-fr, .fs-panel-bt input .fs-panel-checkmark-downlight-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-fr-fr, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-fr-fr, .fs-panel-bt input .fs-panel-checkmark-recessed-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-fr-fr, .fs-panel-bt input .fs-panel-checkmark-surface-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-fr-fr, .fs-panel-bt input .fs-panel-checkmark-projectors-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-fr-fr, .fs-panel-bt input .fs-panel-checkmark-highbay-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-fr-fr, .fs-panel-bt input .fs-panel-checkmark-wall-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-fr-fr, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-fr-fr, .fs-panel-bt input .fs-panel-checkmark-roadlight-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-fr-fr, .fs-panel-bt input .fs-panel-checkmark-floodlight-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-fr-fr, .fs-panel-bt input .fs-panel-checkmark-urban-fr-fr.active {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-fr-fr:hover {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-it-it, .fs-panel-bt input .fs-panel-checkmark-pane-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-it-it, .fs-panel-bt input .fs-panel-checkmark-halogenspot-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-it-it, .fs-panel-bt input .fs-panel-checkmark-waterproof-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-it-it, .fs-panel-bt input .fs-panel-checkmark-batten-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-it-it, .fs-panel-bt input .fs-panel-checkmark-downlight-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-it-it, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-it-it, .fs-panel-bt input .fs-panel-checkmark-recessed-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-it-it, .fs-panel-bt input .fs-panel-checkmark-surface-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-it-it, .fs-panel-bt input .fs-panel-checkmark-projectors-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-it-it, .fs-panel-bt input .fs-panel-checkmark-highbay-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-it-it, .fs-panel-bt input .fs-panel-checkmark-wall-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-it-it, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-it-it, .fs-panel-bt input .fs-panel-checkmark-roadlight-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-it-it, .fs-panel-bt input .fs-panel-checkmark-floodlight-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-it-it, .fs-panel-bt input .fs-panel-checkmark-urban-it-it.active {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-it-it:hover {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-it-it {
  background: url(../images/luminarie-path/luminaires/it-it/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-de-be, .fs-panel-bt input .fs-panel-checkmark-pane-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-de-be, .fs-panel-bt input .fs-panel-checkmark-halogenspot-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-de-be, .fs-panel-bt input .fs-panel-checkmark-waterproof-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-de-be, .fs-panel-bt input .fs-panel-checkmark-batten-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-de-be, .fs-panel-bt input .fs-panel-checkmark-downlight-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-de-be, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-de-be, .fs-panel-bt input .fs-panel-checkmark-recessed-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-de-be, .fs-panel-bt input .fs-panel-checkmark-surface-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-de-be, .fs-panel-bt input .fs-panel-checkmark-projectors-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-de-be, .fs-panel-bt input .fs-panel-checkmark-highbay-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-de-be, .fs-panel-bt input .fs-panel-checkmark-wall-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-de-be, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-de-be, .fs-panel-bt input .fs-panel-checkmark-roadlight-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-de-be, .fs-panel-bt input .fs-panel-checkmark-floodlight-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-de-be, .fs-panel-bt input .fs-panel-checkmark-urban-de-be.active {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-de-be:hover {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-de-be {
  background: url(../images/luminarie-path/luminaires/de-be/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-es-es, .fs-panel-bt input .fs-panel-checkmark-pane-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-es-es, .fs-panel-bt input .fs-panel-checkmark-halogenspot-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-es-es, .fs-panel-bt input .fs-panel-checkmark-waterproof-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-es-es, .fs-panel-bt input .fs-panel-checkmark-batten-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-es-es, .fs-panel-bt input .fs-panel-checkmark-downlight-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-es-es, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-es-es, .fs-panel-bt input .fs-panel-checkmark-recessed-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-es-es, .fs-panel-bt input .fs-panel-checkmark-surface-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-es-es, .fs-panel-bt input .fs-panel-checkmark-projectors-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-es-es, .fs-panel-bt input .fs-panel-checkmark-highbay-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-es-es, .fs-panel-bt input .fs-panel-checkmark-wall-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-es-es, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-es-es, .fs-panel-bt input .fs-panel-checkmark-roadlight-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-es-es, .fs-panel-bt input .fs-panel-checkmark-floodlight-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-es-es, .fs-panel-bt input .fs-panel-checkmark-urban-es-es.active {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-es-es:hover {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-es-es {
  background: url(../images/luminarie-path/luminaires/es-es/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-nl-be, .fs-panel-bt input .fs-panel-checkmark-pane-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-nl-be, .fs-panel-bt input .fs-panel-checkmark-halogenspot-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-nl-be, .fs-panel-bt input .fs-panel-checkmark-waterproof-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-nl-be, .fs-panel-bt input .fs-panel-checkmark-batten-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-nl-be, .fs-panel-bt input .fs-panel-checkmark-downlight-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-nl-be, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-nl-be, .fs-panel-bt input .fs-panel-checkmark-recessed-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-nl-be, .fs-panel-bt input .fs-panel-checkmark-surface-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-nl-be, .fs-panel-bt input .fs-panel-checkmark-projectors-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-nl-be, .fs-panel-bt input .fs-panel-checkmark-highbay-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-nl-be, .fs-panel-bt input .fs-panel-checkmark-wall-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-nl-be, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-nl-be, .fs-panel-bt input .fs-panel-checkmark-roadlight-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-nl-be, .fs-panel-bt input .fs-panel-checkmark-floodlight-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-nl-be, .fs-panel-bt input .fs-panel-checkmark-urban-nl-be.active {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-nl-be:hover {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-nl-be {
  background: url(../images/luminarie-path/luminaires/nl-be/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-fi-fi, .fs-panel-bt input .fs-panel-checkmark-pane-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-fi-fi, .fs-panel-bt input .fs-panel-checkmark-halogenspot-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-fi-fi, .fs-panel-bt input .fs-panel-checkmark-waterproof-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-fi-fi, .fs-panel-bt input .fs-panel-checkmark-batten-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-fi-fi, .fs-panel-bt input .fs-panel-checkmark-downlight-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-fi-fi, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-fi-fi, .fs-panel-bt input .fs-panel-checkmark-recessed-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-fi-fi, .fs-panel-bt input .fs-panel-checkmark-surface-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-fi-fi, .fs-panel-bt input .fs-panel-checkmark-projectors-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-fi-fi, .fs-panel-bt input .fs-panel-checkmark-highbay-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-fi-fi, .fs-panel-bt input .fs-panel-checkmark-wall-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-fi-fi, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-fi-fi, .fs-panel-bt input .fs-panel-checkmark-roadlight-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-fi-fi, .fs-panel-bt input .fs-panel-checkmark-floodlight-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-fi-fi, .fs-panel-bt input .fs-panel-checkmark-urban-fi-fi.active {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-fi-fi:hover {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-fi-fi {
  background: url(../images/luminarie-path/luminaires/fi-fi/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-fr-be, .fs-panel-bt input .fs-panel-checkmark-pane-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-fr-be, .fs-panel-bt input .fs-panel-checkmark-halogenspot-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-fr-be, .fs-panel-bt input .fs-panel-checkmark-waterproof-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-fr-be, .fs-panel-bt input .fs-panel-checkmark-batten-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-fr-be, .fs-panel-bt input .fs-panel-checkmark-downlight-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-fr-be, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-fr-be, .fs-panel-bt input .fs-panel-checkmark-recessed-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-fr-be, .fs-panel-bt input .fs-panel-checkmark-surface-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-fr-be, .fs-panel-bt input .fs-panel-checkmark-projectors-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-fr-be, .fs-panel-bt input .fs-panel-checkmark-highbay-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-fr-be, .fs-panel-bt input .fs-panel-checkmark-wall-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-fr-be, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-fr-be, .fs-panel-bt input .fs-panel-checkmark-roadlight-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-fr-be, .fs-panel-bt input .fs-panel-checkmark-floodlight-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-fr-be, .fs-panel-bt input .fs-panel-checkmark-urban-fr-be.active {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-fr-be:hover {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-fr-be {
  background: url(../images/luminarie-path/luminaires/fr-be/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-fr-fr {
  background: url(../images/luminarie-path/luminaires/fr-fr/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-nl-nl, .fs-panel-bt input .fs-panel-checkmark-pane-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-nl-nl, .fs-panel-bt input .fs-panel-checkmark-halogenspot-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-nl-nl, .fs-panel-bt input .fs-panel-checkmark-waterproof-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-nl-nl, .fs-panel-bt input .fs-panel-checkmark-batten-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-nl-nl, .fs-panel-bt input .fs-panel-checkmark-downlight-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-nl-nl, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-nl-nl, .fs-panel-bt input .fs-panel-checkmark-recessed-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-nl-nl, .fs-panel-bt input .fs-panel-checkmark-surface-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-nl-nl, .fs-panel-bt input .fs-panel-checkmark-projectors-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-nl-nl, .fs-panel-bt input .fs-panel-checkmark-highbay-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-nl-nl, .fs-panel-bt input .fs-panel-checkmark-wall-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-nl-nl, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-nl-nl, .fs-panel-bt input .fs-panel-checkmark-roadlight-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-nl-nl, .fs-panel-bt input .fs-panel-checkmark-floodlight-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-nl-nl, .fs-panel-bt input .fs-panel-checkmark-urban-nl-nl.active {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-nl-nl:hover {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-nl-nl {
  background: url(../images/luminarie-path/luminaires/nl-nl/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-de-de, .fs-panel-bt input .fs-panel-checkmark-pane-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-de-de, .fs-panel-bt input .fs-panel-checkmark-halogenspot-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-de-de, .fs-panel-bt input .fs-panel-checkmark-waterproof-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-de-de, .fs-panel-bt input .fs-panel-checkmark-batten-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-de-de, .fs-panel-bt input .fs-panel-checkmark-downlight-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-de-de, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-de-de, .fs-panel-bt input .fs-panel-checkmark-recessed-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-de-de, .fs-panel-bt input .fs-panel-checkmark-surface-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-de-de, .fs-panel-bt input .fs-panel-checkmark-projectors-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-de-de, .fs-panel-bt input .fs-panel-checkmark-highbay-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-de-de, .fs-panel-bt input .fs-panel-checkmark-wall-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-de-de, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-de-de, .fs-panel-bt input .fs-panel-checkmark-roadlight-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-de-de, .fs-panel-bt input .fs-panel-checkmark-floodlight-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-de-de, .fs-panel-bt input .fs-panel-checkmark-urban-de-de.active {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-de-de:hover {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-de-de {
  background: url(../images/luminarie-path/luminaires/de-de/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-hu-hu, .fs-panel-bt input .fs-panel-checkmark-pane-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-hu-hu, .fs-panel-bt input .fs-panel-checkmark-halogenspot-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-hu-hu, .fs-panel-bt input .fs-panel-checkmark-waterproof-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-hu-hu, .fs-panel-bt input .fs-panel-checkmark-batten-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-hu-hu, .fs-panel-bt input .fs-panel-checkmark-downlight-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-hu-hu, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-hu-hu, .fs-panel-bt input .fs-panel-checkmark-recessed-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-hu-hu, .fs-panel-bt input .fs-panel-checkmark-surface-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-hu-hu, .fs-panel-bt input .fs-panel-checkmark-projectors-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-hu-hu, .fs-panel-bt input .fs-panel-checkmark-highbay-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-hu-hu, .fs-panel-bt input .fs-panel-checkmark-wall-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-hu-hu, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-hu-hu, .fs-panel-bt input .fs-panel-checkmark-roadlight-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-hu-hu, .fs-panel-bt input .fs-panel-checkmark-floodlight-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-hu-hu, .fs-panel-bt input .fs-panel-checkmark-urban-hu-hu.active {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-hu-hu:hover {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-hu-hu {
  background: url(../images/luminarie-path/luminaires/hu-hu/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-ro-ro, .fs-panel-bt input .fs-panel-checkmark-pane-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-ro-ro, .fs-panel-bt input .fs-panel-checkmark-halogenspot-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-ro-ro, .fs-panel-bt input .fs-panel-checkmark-waterproof-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-ro-ro, .fs-panel-bt input .fs-panel-checkmark-batten-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-ro-ro, .fs-panel-bt input .fs-panel-checkmark-downlight-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-ro-ro, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-ro-ro, .fs-panel-bt input .fs-panel-checkmark-recessed-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-ro-ro, .fs-panel-bt input .fs-panel-checkmark-surface-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-ro-ro, .fs-panel-bt input .fs-panel-checkmark-projectors-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-ro-ro, .fs-panel-bt input .fs-panel-checkmark-highbay-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-ro-ro, .fs-panel-bt input .fs-panel-checkmark-wall-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-ro-ro, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-ro-ro, .fs-panel-bt input .fs-panel-checkmark-roadlight-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-ro-ro, .fs-panel-bt input .fs-panel-checkmark-floodlight-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-ro-ro, .fs-panel-bt input .fs-panel-checkmark-urban-ro-ro.active {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-ro-ro:hover {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-ro-ro {
  background: url(../images/luminarie-path/luminaires/ro-ro/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-de-at, .fs-panel-bt input .fs-panel-checkmark-pane-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-de-at, .fs-panel-bt input .fs-panel-checkmark-halogenspot-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-de-at, .fs-panel-bt input .fs-panel-checkmark-waterproof-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-de-at, .fs-panel-bt input .fs-panel-checkmark-batten-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-de-at, .fs-panel-bt input .fs-panel-checkmark-downlight-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-de-at, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-de-at, .fs-panel-bt input .fs-panel-checkmark-recessed-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-de-at, .fs-panel-bt input .fs-panel-checkmark-surface-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-de-at, .fs-panel-bt input .fs-panel-checkmark-projectors-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-de-at, .fs-panel-bt input .fs-panel-checkmark-highbay-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-de-at, .fs-panel-bt input .fs-panel-checkmark-wall-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-de-at, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-de-at, .fs-panel-bt input .fs-panel-checkmark-roadlight-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-de-at, .fs-panel-bt input .fs-panel-checkmark-floodlight-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-de-at, .fs-panel-bt input .fs-panel-checkmark-urban-de-at.active {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-de-at:hover {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-de-at {
  background: url(../images/luminarie-path/luminaires/de-at/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-de-ch, .fs-panel-bt input .fs-panel-checkmark-pane-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-de-ch, .fs-panel-bt input .fs-panel-checkmark-halogenspot-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-de-ch, .fs-panel-bt input .fs-panel-checkmark-waterproof-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-de-ch, .fs-panel-bt input .fs-panel-checkmark-batten-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-de-ch, .fs-panel-bt input .fs-panel-checkmark-downlight-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-de-ch, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-de-ch, .fs-panel-bt input .fs-panel-checkmark-recessed-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-de-ch, .fs-panel-bt input .fs-panel-checkmark-surface-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-de-ch, .fs-panel-bt input .fs-panel-checkmark-projectors-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-de-ch, .fs-panel-bt input .fs-panel-checkmark-highbay-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-de-ch, .fs-panel-bt input .fs-panel-checkmark-wall-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-de-ch, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-de-ch, .fs-panel-bt input .fs-panel-checkmark-roadlight-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-de-ch, .fs-panel-bt input .fs-panel-checkmark-floodlight-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-de-ch, .fs-panel-bt input .fs-panel-checkmark-urban-de-ch.active {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-de-ch:hover {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-de-ch {
  background: url(../images/luminarie-path/luminaires/de-ch/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-fr-ch, .fs-panel-bt input .fs-panel-checkmark-pane-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-fr-ch, .fs-panel-bt input .fs-panel-checkmark-halogenspot-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-fr-ch, .fs-panel-bt input .fs-panel-checkmark-waterproof-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-fr-ch, .fs-panel-bt input .fs-panel-checkmark-batten-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-fr-ch, .fs-panel-bt input .fs-panel-checkmark-downlight-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-fr-ch, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-fr-ch, .fs-panel-bt input .fs-panel-checkmark-recessed-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-fr-ch, .fs-panel-bt input .fs-panel-checkmark-surface-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-fr-ch, .fs-panel-bt input .fs-panel-checkmark-projectors-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-fr-ch, .fs-panel-bt input .fs-panel-checkmark-highbay-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-fr-ch, .fs-panel-bt input .fs-panel-checkmark-wall-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-fr-ch, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-fr-ch, .fs-panel-bt input .fs-panel-checkmark-roadlight-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-fr-ch, .fs-panel-bt input .fs-panel-checkmark-floodlight-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-fr-ch, .fs-panel-bt input .fs-panel-checkmark-urban-fr-ch.active {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-fr-ch:hover {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-fr-ch {
  background: url(../images/luminarie-path/luminaires/fr-ch/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-sv-se, .fs-panel-bt input .fs-panel-checkmark-pane-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-sv-se, .fs-panel-bt input .fs-panel-checkmark-halogenspot-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-sv-se, .fs-panel-bt input .fs-panel-checkmark-waterproof-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-sv-se, .fs-panel-bt input .fs-panel-checkmark-batten-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-sv-se, .fs-panel-bt input .fs-panel-checkmark-downlight-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-sv-se, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-sv-se, .fs-panel-bt input .fs-panel-checkmark-recessed-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-sv-se, .fs-panel-bt input .fs-panel-checkmark-surface-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-sv-se, .fs-panel-bt input .fs-panel-checkmark-projectors-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-sv-se, .fs-panel-bt input .fs-panel-checkmark-highbay-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-sv-se, .fs-panel-bt input .fs-panel-checkmark-wall-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-sv-se, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-sv-se, .fs-panel-bt input .fs-panel-checkmark-roadlight-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-sv-se, .fs-panel-bt input .fs-panel-checkmark-floodlight-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-sv-se, .fs-panel-bt input .fs-panel-checkmark-urban-sv-se.active {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-sv-se:hover {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-sv-se {
  background: url(../images/luminarie-path/luminaires/sv-se/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_surfacemounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-pl-pl, .fs-panel-bt input .fs-panel-checkmark-pane-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-pl-pl, .fs-panel-bt input .fs-panel-checkmark-halogenspot-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-pl-pl, .fs-panel-bt input .fs-panel-checkmark-waterproof-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-pl-pl, .fs-panel-bt input .fs-panel-checkmark-batten-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-pl-pl, .fs-panel-bt input .fs-panel-checkmark-downlight-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-pl-pl, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-pl-pl, .fs-panel-bt input .fs-panel-checkmark-recessed-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-pl-pl, .fs-panel-bt input .fs-panel-checkmark-surface-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_surfacemounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_surfacemounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_surfacemounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-pl-pl, .fs-panel-bt input .fs-panel-checkmark-projectors-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-pl-pl, .fs-panel-bt input .fs-panel-checkmark-highbay-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-pl-pl, .fs-panel-bt input .fs-panel-checkmark-wall-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-pl-pl, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-pl-pl, .fs-panel-bt input .fs-panel-checkmark-roadlight-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-pl-pl, .fs-panel-bt input .fs-panel-checkmark-floodlight-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-pl-pl, .fs-panel-bt input .fs-panel-checkmark-urban-pl-pl.active {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-pl-pl:hover {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-pl-pl {
  background: url(../images/luminarie-path/luminaires/pl-pl/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-pt-pt, .fs-panel-bt input .fs-panel-checkmark-pane-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-pt-pt, .fs-panel-bt input .fs-panel-checkmark-halogenspot-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-pt-pt, .fs-panel-bt input .fs-panel-checkmark-waterproof-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-pt-pt, .fs-panel-bt input .fs-panel-checkmark-batten-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-pt-pt, .fs-panel-bt input .fs-panel-checkmark-downlight-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-pt-pt, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-pt-pt, .fs-panel-bt input .fs-panel-checkmark-recessed-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-pt-pt, .fs-panel-bt input .fs-panel-checkmark-surface-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-pt-pt, .fs-panel-bt input .fs-panel-checkmark-projectors-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-pt-pt, .fs-panel-bt input .fs-panel-checkmark-highbay-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-pt-pt, .fs-panel-bt input .fs-panel-checkmark-wall-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-pt-pt, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-pt-pt, .fs-panel-bt input .fs-panel-checkmark-roadlight-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-pt-pt, .fs-panel-bt input .fs-panel-checkmark-floodlight-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-pt-pt, .fs-panel-bt input .fs-panel-checkmark-urban-pt-pt.active {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-pt-pt:hover {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-pt-pt {
  background: url(../images/luminarie-path/luminaires/pt-pt/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-no-no, .fs-panel-bt input .fs-panel-checkmark-pane-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-no-no, .fs-panel-bt input .fs-panel-checkmark-halogenspot-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-no-no, .fs-panel-bt input .fs-panel-checkmark-waterproof-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-no-no, .fs-panel-bt input .fs-panel-checkmark-batten-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-no-no, .fs-panel-bt input .fs-panel-checkmark-downlight-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-no-no, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-no-no, .fs-panel-bt input .fs-panel-checkmark-recessed-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-no-no, .fs-panel-bt input .fs-panel-checkmark-surface-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-no-no, .fs-panel-bt input .fs-panel-checkmark-projectors-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-no-no, .fs-panel-bt input .fs-panel-checkmark-highbay-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-no-no, .fs-panel-bt input .fs-panel-checkmark-wall-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-no-no, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-no-no, .fs-panel-bt input .fs-panel-checkmark-roadlight-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-no-no, .fs-panel-bt input .fs-panel-checkmark-floodlight-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-no-no, .fs-panel-bt input .fs-panel-checkmark-urban-no-no.active {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-no-no:hover {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-no-no {
  background: url(../images/luminarie-path/luminaires/no-no/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-da-dk, .fs-panel-bt input .fs-panel-checkmark-pane-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-da-dk, .fs-panel-bt input .fs-panel-checkmark-halogenspot-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-da-dk, .fs-panel-bt input .fs-panel-checkmark-waterproof-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-da-dk, .fs-panel-bt input .fs-panel-checkmark-batten-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-da-dk, .fs-panel-bt input .fs-panel-checkmark-downlight-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-da-dk, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-da-dk, .fs-panel-bt input .fs-panel-checkmark-recessed-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-da-dk, .fs-panel-bt input .fs-panel-checkmark-surface-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-da-dk, .fs-panel-bt input .fs-panel-checkmark-projectors-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-da-dk, .fs-panel-bt input .fs-panel-checkmark-highbay-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-da-dk, .fs-panel-bt input .fs-panel-checkmark-wall-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-da-dk, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-da-dk, .fs-panel-bt input .fs-panel-checkmark-roadlight-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-da-dk, .fs-panel-bt input .fs-panel-checkmark-floodlight-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-da-dk, .fs-panel-bt input .fs-panel-checkmark-urban-da-dk.active {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-da-dk:hover {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-da-dk {
  background: url(../images/luminarie-path/luminaires/da-dk/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-el-gr, .fs-panel-bt input .fs-panel-checkmark-pane-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-el-gr, .fs-panel-bt input .fs-panel-checkmark-halogenspot-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-el-gr, .fs-panel-bt input .fs-panel-checkmark-waterproof-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-el-gr, .fs-panel-bt input .fs-panel-checkmark-batten-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-el-gr, .fs-panel-bt input .fs-panel-checkmark-downlight-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-el-gr, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-el-gr, .fs-panel-bt input .fs-panel-checkmark-recessed-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-el-gr, .fs-panel-bt input .fs-panel-checkmark-surface-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-el-gr, .fs-panel-bt input .fs-panel-checkmark-projectors-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-el-gr, .fs-panel-bt input .fs-panel-checkmark-highbay-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-el-gr, .fs-panel-bt input .fs-panel-checkmark-wall-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-el-gr, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-el-gr, .fs-panel-bt input .fs-panel-checkmark-roadlight-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-el-gr, .fs-panel-bt input .fs-panel-checkmark-floodlight-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-el-gr, .fs-panel-bt input .fs-panel-checkmark-urban-el-gr.active {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-el-gr:hover {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-el-gr {
  background: url(../images/luminarie-path/luminaires/el-gr/luminaire_urban_hover.png);
}
.fs-panel-bt .fs-panel-checkmark-panel-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_panel_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-halogenspot-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_halogenspot_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-waterproof-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_waterproof_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-batten-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_batten_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-downlight-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_downlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-slimdownlight-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_slimdownlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-recessed-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_recessed_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-surface-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_surface_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-projectors-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_projector_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-highbay-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_highbay_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-wall-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_wallmounted_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-roadlight-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_roadlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-floodlight-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_floodlight_inactive.png);
}
.fs-panel-bt .fs-panel-checkmark-urban-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_urban_inactive.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-ru-ru, .fs-panel-bt input .fs-panel-checkmark-pane-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_panel_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-panel-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_panel_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-panel-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_panel_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-ru-ru, .fs-panel-bt input .fs-panel-checkmark-halogenspot-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_halogenspot_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-halogenspot-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_halogenspot_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-halogenspot-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_halogenspot_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-ru-ru, .fs-panel-bt input .fs-panel-checkmark-waterproof-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_waterproof_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-waterproof-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_waterproof_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-waterproof-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_waterproof_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-ru-ru, .fs-panel-bt input .fs-panel-checkmark-batten-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_batten_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-batten-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_batten_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-batten-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_batten_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-ru-ru, .fs-panel-bt input .fs-panel-checkmark-downlight-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_downlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-downlight-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_downlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-downlight-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_downlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-ru-ru, .fs-panel-bt input .fs-panel-checkmark-slimdownlight-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_slimdownlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-slimdownlight-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_slimdownlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-slimdownlight-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_slimdownlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-ru-ru, .fs-panel-bt input .fs-panel-checkmark-recessed-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_recessed_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-recessed-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_recessed_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-recessed-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_recessed_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-ru-ru, .fs-panel-bt input .fs-panel-checkmark-surface-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_surface_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-surface-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_surface_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-surface-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_surface_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-ru-ru, .fs-panel-bt input .fs-panel-checkmark-projectors-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_projector_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-projectors-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_projector_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-projectors-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_projector_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-ru-ru, .fs-panel-bt input .fs-panel-checkmark-highbay-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_highbay_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-highbay-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_highbay_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-highbay-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_highbay_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-ru-ru, .fs-panel-bt input .fs-panel-checkmark-wall-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_wallmounted_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-wall-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_wallmounted_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-wall-ru-ru, .fs-panel-bt input.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_wallmounted_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-ru-ru, .fs-panel-bt input .fs-panel-checkmark-roadlight-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_roadlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-roadlight-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_roadlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-roadlight-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_roadlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-ru-ru, .fs-panel-bt input .fs-panel-checkmark-floodlight-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_floodlight_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-floodlight-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_floodlight_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-floodlight-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_floodlight_hover.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-ru-ru, .fs-panel-bt input .fs-panel-checkmark-urban-ru-ru.active {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_urban_active.png);
}
.fs-panel-bt input:checked ~ .fs-panel-checkmark-urban-ru-ru:hover {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_urban_active.png) !important;
  background-size: 100% !important;
}
.fs-panel-bt input:hover ~ .fs-panel-checkmark-urban-ru-ru {
  background: url(../images/luminarie-path/luminaires/ru-ru/luminaire_urban_hover.png);
}

.fs-card-box-small {
  width: 157px;
  height: 172px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 100% !important;
}

.fs-card-box-small-1 {
  background: url(../images/luminarie-path/application/application_office_normal.png) no-repeat;
}
.fs-card-box-small-1:hover, .fs-card-box-small-1.active {
  background: url(../images/luminarie-path/application/application_office_hover.png) no-repeat;
}

.fs-card-box-small-1-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_office_normal.png) no-repeat;
}
.fs-card-box-small-1-fr-fr:hover, .fs-card-box-small-1-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_office_hover.png) no-repeat;
}

.fs-card-box-small-2 {
  background: url(../images/luminarie-path/application/application_industry_normal.png) no-repeat;
}
.fs-card-box-small-2:hover, .fs-card-box-small-2.active {
  background: url(../images/luminarie-path/application/application_industry_hover.png) no-repeat;
}

.fs-card-box-small-2-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_industry_normal.png) no-repeat;
}
.fs-card-box-small-2-fr-fr:hover, .fs-card-box-small-2-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_industry_hover.png) no-repeat;
}

.fs-card-box-small-3 {
  background: url(../images/luminarie-path/application/application_carpark_normal.png) no-repeat;
}
.fs-card-box-small-3:hover, .fs-card-box-small-3.active {
  background: url(../images/luminarie-path/application/application_carpark_hover.png) no-repeat;
}

.fs-card-box-small-3-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_carpark_normal.png) no-repeat;
}
.fs-card-box-small-3-fr-fr:hover, .fs-card-box-small-3-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_carpark_hover.png) no-repeat;
}

.fs-card-box-small-4 {
  background: url(../images/luminarie-path/application/application_bakery_normal.png) no-repeat;
}
.fs-card-box-small-4:hover, .fs-card-box-small-4.active {
  background: url(../images/luminarie-path/application/application_bakery_hover.png) no-repeat;
}

.fs-card-box-small-4-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_bakery_normal.png) no-repeat;
}
.fs-card-box-small-4-fr-fr:hover, .fs-card-box-small-4-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_bakery_hover.png) no-repeat;
}

.fs-card-box-small-5 {
  background: url(../images/luminarie-path/application/application_restroom_normal.png) no-repeat;
}
.fs-card-box-small-5:hover, .fs-card-box-small-5.active {
  background: url(../images/luminarie-path/application/application_restroom_hover.png) no-repeat;
}

.fs-card-box-small-5-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_restroom_normal.png) no-repeat;
}
.fs-card-box-small-5-fr-fr:hover, .fs-card-box-small-5-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_restroom_hover.png) no-repeat;
}

.fs-card-box-small-6 {
  background: url(../images/luminarie-path/application/application_corridor_normal.png) no-repeat;
}
.fs-card-box-small-6:hover, .fs-card-box-small-6.active {
  background: url(../images/luminarie-path/application/application_corridor_hover.png) no-repeat;
}

.fs-card-box-small-6-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_corridor_normal.png) no-repeat;
}
.fs-card-box-small-6-fr-fr:hover, .fs-card-box-small-6-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_corridor_hover.png) no-repeat;
}

.fs-card-box-small-7 {
  background: url(../images/luminarie-path/application/application_storage_normal.png) no-repeat;
}
.fs-card-box-small-7:hover, .fs-card-box-small-7.active {
  background: url(../images/luminarie-path/application/application_storage_hover.png) no-repeat;
}

.fs-card-box-small-7-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_storage_normal.png) no-repeat;
}
.fs-card-box-small-7-fr-fr:hover, .fs-card-box-small-7-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_storage_hover.png) no-repeat;
}

.fs-card-box-small-8 {
  background: url(../images/luminarie-path/application/application_butcher_normal.png) no-repeat;
}
.fs-card-box-small-8:hover, .fs-card-box-small-8.active {
  background: url(../images/luminarie-path/application/application_butcher_hover.png) no-repeat;
}

.fs-card-box-small-8-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_butcher_normal.png) no-repeat;
}
.fs-card-box-small-8-fr-fr:hover, .fs-card-box-small-8-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_butcher_hover.png) no-repeat;
}

.fs-card-box-small-9 {
  background: url(../images/luminarie-path/application/application_classroom_normal.png) no-repeat;
}
.fs-card-box-small-9:hover, .fs-card-box-small-9.active {
  background: url(../images/luminarie-path/application/application_classroom_hover.png) no-repeat;
}

.fs-card-box-small-9-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_classroom_normal.png) no-repeat;
}
.fs-card-box-small-9-fr-fr:hover, .fs-card-box-small-9-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_classroom_hover.png) no-repeat;
}

.fs-card-box-small-10 {
  background: url(../images/luminarie-path/application/application_retail_normal.png) no-repeat;
}
.fs-card-box-small-10:hover, .fs-card-box-small-10.active {
  background: url(../images/luminarie-path/application/application_retail_hover.png) no-repeat;
}

.fs-card-box-small-10-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_retail_normal.png) no-repeat;
}
.fs-card-box-small-10-fr-fr:hover, .fs-card-box-small-10-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_retail_hover.png) no-repeat;
}

.fs-card-box-small-11 {
  background: url(../images/luminarie-path/application/application_outdoor_normal.png) no-repeat;
}
.fs-card-box-small-11:hover, .fs-card-box-small-11.active {
  background: url(../images/luminarie-path/application/application_outdoor_hover.png) no-repeat;
}

.fs-card-box-small-11-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_outdoor_normal.png) no-repeat;
}
.fs-card-box-small-11-fr-fr:hover, .fs-card-box-small-11-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_outdoor_hover.png) no-repeat;
}

.fs-card-box-small-12 {
  background: url(../images/luminarie-path/application/application_facade_normal.png) no-repeat;
}
.fs-card-box-small-12:hover, .fs-card-box-small-12.active {
  background: url(../images/luminarie-path/application/application_facade_hover.png) no-repeat;
}

.fs-card-box-small-12-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_facade_normal.png) no-repeat;
}
.fs-card-box-small-12-fr-fr:hover, .fs-card-box-small-12-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_facade_hover.png) no-repeat;
}

.fs-card-box-small-13 {
  background: url(../images/luminarie-path/application/application_hospitality_normal.png) no-repeat;
}
.fs-card-box-small-13:hover, .fs-card-box-small-13.active {
  background: url(../images/luminarie-path/application/application_hospitality_hover.png) no-repeat;
}

.fs-card-box-small-13-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_hospitality_normal.png) no-repeat;
}
.fs-card-box-small-13-fr-fr:hover, .fs-card-box-small-13-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_hospitality_hover.png) no-repeat;
}

.fs-card-box-small-14 {
  background: url(../images/luminarie-path/application/application_residential_normal.png) no-repeat;
}
.fs-card-box-small-14:hover, .fs-card-box-small-14.active {
  background: url(../images/luminarie-path/application/application_residential_hover.png) no-repeat;
}

.fs-card-box-small-14-fr-fr {
  background: url(../images/luminarie-path/application/fr-fr/application_residential_normal.png) no-repeat;
}
.fs-card-box-small-14-fr-fr:hover, .fs-card-box-small-14-fr-fr.active {
  background: url(../images/luminarie-path/application/fr-fr/application_residential_hover.png) no-repeat;
}

.fs-card-box-small-e27 {
  background: url(../images/led-path/lamps/lamps_e27_normal.png) no-repeat;
}
.fs-card-box-small-e27:hover, .fs-card-box-small-e27.active {
  background: url(../images/led-path/lamps/lamps_e27_hover.png) no-repeat;
}

.fs-card-box-small-e27-hpisonhpl {
  background: url(../images/led-path/lamps/lamps_e27_hpisonhpl_normal.png) no-repeat;
}
.fs-card-box-small-e27-hpisonhpl:hover, .fs-card-box-small-e27-hpisonhpl.active {
  background: url(../images/led-path/lamps/lamps_e27_hpisonhpl_hover.png) no-repeat;
}

.fs-card-box-small-e27-hpl {
  background: url(../images/led-path/lamps/lamps_e27_hpl_normal.png) no-repeat;
}
.fs-card-box-small-e27-hpl:hover, .fs-card-box-small-e27-hpl.active {
  background: url(../images/led-path/lamps/lamps_e27_hpl_hover.png) no-repeat;
}

.fs-card-box-small-e27-hplson {
  background: url(../images/led-path/lamps/lamps_e27_hpisonhpl_normal.png) no-repeat;
}
.fs-card-box-small-e27-hplson:hover, .fs-card-box-small-e27-hplson.active {
  background: url(../images/led-path/lamps/lamps_e27_hpisonhpl_hover.png) no-repeat;
}

.fs-card-box-small-e40 {
  background: url(../images/led-path/lamps/lamps_e40_normal.png) no-repeat;
}
.fs-card-box-small-e40:hover, .fs-card-box-small-e40.active {
  background: url(../images/led-path/lamps/lamps_e40_hover.png) no-repeat;
}

.fs-card-box-small-e40-hpisonhpl {
  background: url(../images/led-path/lamps/lamps_e40_hpisonhpl_normal.png) no-repeat;
}
.fs-card-box-small-e40-hpisonhpl:hover, .fs-card-box-small-e40-hpisonhpl.active {
  background: url(../images/led-path/lamps/lamps_e40_hpisonhpl_hover.png) no-repeat;
}

.fs-card-box-small-e40-hpi {
  background: url(../images/led-path/lamps/lamps_e40_hpi_normal.png) no-repeat;
}
.fs-card-box-small-e40-hpi:hover, .fs-card-box-small-e40-hpi.active {
  background: url(../images/led-path/lamps/lamps_e40_hpi_hover.png) no-repeat;
}

.fs-card-box-small-e40-hpl {
  background: url(../images/led-path/lamps/lamps_e40_hpl_normal.png) no-repeat;
}
.fs-card-box-small-e40-hpl:hover, .fs-card-box-small-e40-hpl.active {
  background: url(../images/led-path/lamps/lamps_e40_hpl_hover.png) no-repeat;
}

.fs-card-box-small-e40-hplson {
  background: url(../images/led-path/lamps/lamps_e40_hplson_normal.png) no-repeat;
}
.fs-card-box-small-e40-hplson:hover, .fs-card-box-small-e40-hplson.active {
  background: url(../images/led-path/lamps/lamps_e40_hplson_hover.png) no-repeat;
}

.fs-card-box-small-e40-mh {
  background: url(../images/led-path/lamps/lamps_e40_mh_normal.png) no-repeat;
}
.fs-card-box-small-e40-mh:hover, .fs-card-box-small-e40-mh.active {
  background: url(../images/led-path/lamps/lamps_e40_mh_hover.png) no-repeat;
}

.fs-card-box-small-b22 {
  background: url(../images/led-path/lamps/lamps_b22_normal.png) no-repeat;
}
.fs-card-box-small-b22:hover, .fs-card-box-small-b22.active {
  background: url(../images/led-path/lamps/lamps_b22_hover.png) no-repeat;
}

.fs-card-box-small-t5 {
  background: url(../images/led-path/lamps/lamps_t5_normal.png) no-repeat;
}
.fs-card-box-small-t5:hover, .fs-card-box-small-t5.active {
  background: url(../images/led-path/lamps/lamps_t5_hover.png) no-repeat;
}

.fs-card-box-small-t8 {
  background: url(../images/led-path/lamps/lamps_t8_normal.png) no-repeat;
}
.fs-card-box-small-t8:hover, .fs-card-box-small-t8.active {
  background: url(../images/led-path/lamps/lamps_t8_hover.png) no-repeat;
}

.fs-card-box-small-plc {
  background: url(../images/led-path/lamps/lamps_plc_normal.png) no-repeat;
}
.fs-card-box-small-plc:hover, .fs-card-box-small-plc.active {
  background: url(../images/led-path/lamps/lamps_plc_hover.png) no-repeat;
}

.fs-card-box-small-pll {
  background: url(../images/led-path/lamps/lamps_pll_normal.png) no-repeat;
}
.fs-card-box-small-pll:hover, .fs-card-box-small-pll.active {
  background: url(../images/led-path/lamps/lamps_pll_hover.png) no-repeat;
}

.fs-card-box-small-pls {
  background: url(../images/led-path/lamps/lamps_pls_normal.png) no-repeat;
}
.fs-card-box-small-pls:hover, .fs-card-box-small-pls.active {
  background: url(../images/led-path/lamps/lamps_pls_hover.png) no-repeat;
}

.fs-card-box-small-plt {
  background: url(../images/led-path/lamps/lamps_plt_normal.png) no-repeat;
}
.fs-card-box-small-plt:hover, .fs-card-box-small-plt.active {
  background: url(../images/led-path/lamps/lamps_plt_hover.png) no-repeat;
}

/*##################################################################*/
/* Colors                                                           */
/*##################################################################*/
.page-number {
  display: block;
  margin-left: 40%;
  margin-right: 60%;
  width: 66px;
}

.page-number-products {
  display: block;
  width: 66px;
}

@media only screen and (max-width: 768px) {
  .page-number {
    margin: 0 auto 15px auto;
    padding-top: 0;
  }
  .page-number-products {
    margin: 0 auto 15px auto;
    padding-top: 0;
  }
}
/*##################################################################*/
/* Colors                                                           */
/*##################################################################*/
.fs-bg {
  width: 100%;
  background-size: cover !important;
  background-position-x: center !important;
  background-position-y: bottom !important;
  background: #176498 fixed;
  min-height: 80vh;
}

.fs-bg-container-grey {
  background: #fafbfd;
}

.fs-bg-container-white {
  background-color: white;
}

.fs-bg-container-transparent {
  background: rgba(250, 251, 253, 0.95);
}

.fs-bg-s4 {
  background: url(../images/backgrounds/background.png) no-repeat;
}

.fs-bg-s5 {
  background: url(../images/backgrounds/background.png) no-repeat;
}

.fs-bg-s6 {
  background: url(../images/backgrounds/background.png) no-repeat;
}

@media only screen and (max-width: 768px) {
  .fs-mobile-container {
    padding-top: 0 !important;
  }
}
/*##################################################################*/
/* Colors                                                           */
/*##################################################################*/
.slider {
  margin-top: 5px;
}

.noUi-connect {
  background: #0089c4;
}

.noUi-target {
  background: #cccedb;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.noUi-horizontal {
  height: 8px !important;
}

.noUi-horizontal .noUi-handle {
  top: -10px;
}

.noUi-handle {
  background-image: url("../images/luminarie-path/specifications/specifications_products__handle_normal.png") !important;
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  background-repeat: no-repeat;
  background-size: 31px;
}
.noUi-handle:hover {
  background-image: url("../images/luminarie-path/specifications/specifications_products__handle_dragged.png") !important;
}

.noUi-handle:after, .noUi-handle:before {
  content: none;
}

.fs-inline {
  display: flex;
  justify-content: space-between;
}
.fs-inline .fs-sl-out {
  background-color: rgba(204, 206, 219, 0.3);
  padding: 0.5rem 0.5rem;
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fs-inline .fs-sl-out {
    display: block;
  }
}
.fs-inline .fs-sl-out .item {
  align-self: flex-end;
}
.fs-inline .fs-sl-out p {
  display: inline !important;
  margin: auto;
  padding: 0 0.1rem;
}
.fs-inline .fs-sl-out .fs-fo-blue {
  color: #0089c4;
}
.fs-inline .fs-sl-minus {
  margin-top: auto;
  margin-bottom: auto;
}

.fs-table-conf {
  border: 1px solid #0089c4;
  text-align: center;
}
.fs-table-conf p {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  padding: 0.5rem;
  color: rgba(0, 0, 0, 0.5);
}

.fs-table-kelvin {
  width: 20px;
}

.fs-table-time {
  width: 20px;
}

.fs-table-arrow {
  width: 10px;
  opacity: 0.5;
  transform: rotate(180deg);
  margin-left: 5px;
}

.fs-table-productpic {
  width: 50px;
}

a.fs-table-prod-button-1,
a.fs-table-prod-button-2 {
  width: 114px;
  display: inline-block !important;
  color: white;
  background-color: #0089c4;
  border-radius: 5px;
  padding: 2px 7px;
  text-decoration: none;
}

a.fs-table-prod-button-2 {
  background-color: #8c8c8c;
  margin-bottom: 5px;
}

.table {
  text-align: center;
  font-size: 14px;
}
.table tr {
  border-bottom: solid 0.5rem #fafbfd;
}
.table th {
  text-align: center;
  border: none !important;
  margin-bottom: 2px;
  color: #3889bf;
  white-space: nowrap;
}
.table th:nth-child(2) {
  text-align: left;
}
.table th a {
  color: #3889bf;
  text-decoration: none;
}
.table th a:hover {
  text-decoration: underline;
}
.table th a.nounderline:hover {
  text-decoration: none;
}
.table td {
  color: rgba(0, 0, 0, 0.5);
  background-color: white;
  border: none !important;
  margin-bottom: 2px;
}
.table td.name {
  color: black;
}

.fs-table-overflow {
  overflow-x: auto;
}

.fs-table-overflow table td {
  vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
  .fs-table-desktop {
    display: none;
  }
  .fs-table-mobile {
    padding-left: 120px;
    position: relative;
    padding-right: 10px;
  }
  .fs-table-mobile .fs-table-headcol {
    position: absolute;
    left: 0;
    top: auto;
    border-top-width: 1px;
    margin-top: -1px;
  }
  .fs-table-conf {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media only screen and (min-width: calc(1200px + 1px)) {
  .fs-table-mobile {
    display: none;
  }
  td:nth-child(2) {
    text-align: left;
    color: black;
  }
}

/*# sourceMappingURL=styles.css.map */
