header #top-menu #country-lang-container .btn-menu-top.global {
  color: #333;
  font-weight: 900;
}
header .prys2-btn.btn-icon.global {
  color: #333;
}
header .prys2-btn.btn-icon.global:hover {
  color: #333;
}
header #top-menu #country-lang-container #country-lang-trigger .btn-symbol.global {
  font-size: 10px;
  margin-left: 2px;
  color: #333;
}
header#navbar #top-menu .language-switcher-locale-url li a.language-link {
  color: #333;
  padding: 0;
}
header .prys2-btn.btn-icon.global.active {
  color: #ffffff;
  background-color: #67799a;
  /*     line-height: 30px;
    padding: 0px 3px 1px 0px; */
  /* margin-bottom: 1px; */
  line-height: 30px;
  padding: 0px 3px 0 0px;
  top: -1px;
}
header #top-menu #country-lang-container .btn-menu-top.global.active {
  color: #ffffff;
  font-weight: normal;
  padding: 0 0 0 15px;
  line-height: 29px;
}
header #top-menu #country-lang-container #country-lang-trigger.prys2-btn.btn-icon.global.active .btn-symbol.global.active {
  font-size: 10px;
  margin-left: 2px;
  margin-right: 2px;
  color: #ffffff;
}
header#navbar #top-menu .content .language-switcher-locale-url li a.language-link {
  color: #fff;
  padding: 0;
}
header#navbar .block-locale .content {
  background-color: #576683;
  line-height: 30px;
  margin-left: -4px;
  padding: 0;
  /* height: 30px; */
}
header#navbar #mobile-global {
  position: relative;
  width: auto;
  line-height: 70px;
  float: right;
  display: block;
}
#mobile-global .name {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  header#navbar .block-locale .content {
    background-color: #ffffff;
    line-height: 30px;
    margin-left: 0px;
    padding: 0;
    height: 31px;
  }
  header#navbar #top-menu .language-switcher-locale-url li a.language-link,
  header#navbar #mobile-language-toggle .language-switcher-locale-url li a.language-link {
    color: #898a8c;
    padding: 0;
    font-size: 13px;
  }
  header#navbar #mobile-language-toggle {
    line-height: 66px;
  }
  header#navbar .search-toggle-mobile,
  header#mh-top-navbar .search-toggle-mobile,
  header.mh-top-navbar .search-toggle-mobile {
    margin-right: 0px;
  }
  header#navbar #top-menu .language-switcher-locale-url,
  header#navbar #mobile-language-toggle .language-switcher-locale-url {
    padding: 0 5px;
    margin-left: 15px;
    margin-right: -10px;
  }
}

#top-menu-na-list-catalogs {
  z-index: 10;
  position: absolute;
  max-width: auto;
  max-height: auto;
  right: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #576683;
  background-color: white;
  padding: 10px;
}

#top-menu-na-list-catalogs > ul {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr); 
    grid-column-gap: 12px;
    grid-auto-rows: 30px;
    padding-left: inherit;
}

#top-menu-na-list-catalogs > ul > li {
  list-style: none;
  display: inline-block;
  color:#67799a;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

#top-menu-na-list-catalogs > ul > li > a {
  color:#67799a !important;
}

@media screen and (max-width: 768px) {
  #mobile-global .name {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    width: 110px;
    margin-top: 25px;
    line-height: normal;
    text-align: center;
    margin-right: -13px;
  }
  header .header-container .block-header-top img.space-right {
    height: 32px;
    margin-top: 22px;
    margin-left: 0;
  }

  @-moz-document url-prefix() {
    #mobile-global .name {
      margin-top: 26px;
    }
  }
}
@media screen and (max-width: 321px) {
  header .header-container .block-header-top img.space-right {
    height: 27px;
    margin-top: 22px;
    margin-left: 0;
  }
  #mobile-global .name {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    width: 80px;
    margin-top: 27px;
    line-height: normal;
    text-align: center;
    margin-right: -16px;
  }
}

/*============================================*/
/* PRODUCT CENTER GENERAL FIXES - 2021, April */
/*============================================*/
.nav-overlay .overlay-content .dropdown .content-checkbox,
.nav-overlay .overlay-content .dropdown.open .content-checkbox {
  position: relative;
}
.nav-overlay .overlay-content .dropdown .content-checkbox label.form-check-label a.multiplecheckbox-trigger,
.nav-overlay .overlay-content .dropdown.open .content-checkbox label.form-check-label a.multiplecheckbox-trigger {
  float: right;
  display: block;
  border: 0px solid #66779A !important;
  position: relative;
  width: 4em;
  right: 0;
  text-decoration: none;
  padding: 0;
}
.nav-overlay .overlay-content .dropdown .content-checkbox label.form-check-label a.multiplecheckbox-trigger.collapsed .glyphicon-menu-down:before,
.nav-overlay .overlay-content .dropdown.open .content-checkbox label.form-check-label a.multiplecheckbox-trigger.collapsed .glyphicon-menu-down:before {
  content: "\e259" !important;
  /* arrow down */
}
.nav-overlay .overlay-content .dropdown .content-checkbox label.form-check-label a.multiplecheckbox-trigger:not(.collapsed) .glyphicon-menu-down:before,
.nav-overlay .overlay-content .dropdown.open .content-checkbox label.form-check-label a.multiplecheckbox-trigger:not(.collapsed) .glyphicon-menu-down:before {
  content: "\e260" !important;
  /* arrow up */
}
.nav-overlay .overlay-content .dropdown .content-checkbox label.form-check-label .dd-arrow-button,
.nav-overlay .overlay-content .dropdown.open .content-checkbox label.form-check-label .dd-arrow-button {
  border: 0px solid #66779A;
}
.nav-overlay .overlay-content .dropdown .content-checkbox label.form-check-label .dd-arrow-button:hover,
.nav-overlay .overlay-content .dropdown.open .content-checkbox label.form-check-label .dd-arrow-button:hover {
  transform: scale(1.2, 1.2);
}
.nav-overlay .overlay-content .dropdown .content-checkbox input[type="checkbox"] + label,
.nav-overlay .overlay-content .dropdown.open .content-checkbox input[type="checkbox"] + label {
  display: block;
  /*flex*/
  position: relative;
  clear: left;
}
.nav-overlay .overlay-content .dropdown .content-checkbox input[type="checkbox"] + label span,
.nav-overlay .overlay-content .dropdown.open .content-checkbox input[type="checkbox"] + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-circle-off.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 3px;
  float: left;
}
.nav-overlay .overlay-content .dropdown .content-checkbox input[type="checkbox"]:checked + label span,
.nav-overlay .overlay-content .dropdown.open .content-checkbox input[type="checkbox"]:checked + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-circle-on.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 3px;
}
.nav-overlay .overlay-content .dropdown .content-checkbox .multiplecheckbox,
.nav-overlay .overlay-content .dropdown.open .content-checkbox .multiplecheckbox {
  margin-top: 15px;
}
.nav-overlay .overlay-content .dropdown .content-checkbox .multiplecheckbox.display-none.collapse.in,
.nav-overlay .overlay-content .dropdown.open .content-checkbox .multiplecheckbox.display-none.collapse.in {
  display: block !important;
  /* preventing from any injected 'display:none' inline rules */
}
.nav-overlay .overlay-content .dropdown .content-checkbox .multiplecheckbox.display-none.collapse,
.nav-overlay .overlay-content .dropdown.open .content-checkbox .multiplecheckbox.display-none.collapse {
  display: none !important;
  /* preventing from any injected 'display:block' inline rules */
}
.nav-overlay .overlay-content .dropdown #fixed-global-mobile .content-checkbox input[type="checkbox"] + label span,
.nav-overlay .overlay-content .dropdown.open #fixed-global-mobile .content-checkbox input[type="checkbox"] + label span,
.nav-overlay .overlay-content .dropdown #ul-standard-mobile .content-checkbox input[type="checkbox"] + label span,
.nav-overlay .overlay-content .dropdown.open #ul-standard-mobile .content-checkbox input[type="checkbox"] + label span {
  background-image: url(/themes/custom/prysmian/static/images/cb-off.png);
}
.nav-overlay .overlay-content .dropdown #fixed-global-mobile .content-checkbox input[type="checkbox"]:checked + label span,
.nav-overlay .overlay-content .dropdown.open #fixed-global-mobile .content-checkbox input[type="checkbox"]:checked + label span,
.nav-overlay .overlay-content .dropdown #ul-standard-mobile .content-checkbox input[type="checkbox"]:checked + label span,
.nav-overlay .overlay-content .dropdown.open #ul-standard-mobile .content-checkbox input[type="checkbox"]:checked + label span {
  background-image: url(/themes/custom/prysmian/static/images/cb-on.png);
}
.productcenter .custom-sidebar .content-checkbox label.form-check-label {
  display: flex;
}
.productcenter .custom-sidebar .content-checkbox label.form-check-label .dd-arrow-button {
  border: 0px solid #66779A;
}
.productcenter .custom-sidebar .content-checkbox label.form-check-label .dd-arrow-button:hover {
  transform: scale(1.2, 1.2);
}
.productcenter .custom-sidebar .content-checkbox input[type="checkbox"] + label {
  display: block;
  /*flex;*/
  position: relative;
  clear: left;
  height: auto;
}
.productcenter .custom-sidebar .content-checkbox input[type="checkbox"] + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-circle-off.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
  float: left;
}
.productcenter .custom-sidebar .content-checkbox input[type="checkbox"] + label span.padre-global,
.productcenter .custom-sidebar .content-checkbox input[type="checkbox"] + label span.padre-global.region-class {
  background: transparent url(/themes/custom/prysmian/static/images/cb-circle-off.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
}
.productcenter .custom-sidebar .content-checkbox input[type="checkbox"]:checked + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-circle-on.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
}
.productcenter .custom-sidebar .content-checkbox input[type="checkbox"]:checked + label span.padre-global,
.productcenter .custom-sidebar .content-checkbox input[type="checkbox"]:checked + label span.padre-global.region-class {
  background: transparent url(/themes/custom/prysmian/static/images/cb-circle-on.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
}
.productcenter .custom-sidebar .content-checkbox .multiplecheckbox {
  margin-top: 15px;
}
.productcenter .custom-sidebar .content-checkbox .multiplecheckbox.display-none.collapse.in {
  display: block !important;
  /* preventing from any injected 'display:none' inline rules */
}
.productcenter .custom-sidebar.global input[type="checkbox"] + label span,
.productcenter .custom-sidebar.standard input[type="checkbox"] + label span {
  background-image: url(/themes/custom/prysmian/static/images/cb-off.png);
}
.productcenter .custom-sidebar.global input[type="checkbox"] + label span.padre-global,
.productcenter .custom-sidebar.standard input[type="checkbox"] + label span.padre-global,
.productcenter .custom-sidebar.global input[type="checkbox"] + label span.padre-global.region-class,
.productcenter .custom-sidebar.standard input[type="checkbox"] + label span.padre-global.region-class {
  background-image: url(/themes/custom/prysmian/static/images/cb-off.png);
}
.productcenter .custom-sidebar.global input[type="checkbox"]:checked + label span,
.productcenter .custom-sidebar.standard input[type="checkbox"]:checked + label span {
  background-image: url(/themes/custom/prysmian/static/images/cb-on.png);
}
.productcenter .custom-sidebar.global input[type="checkbox"]:checked + label span.padre-global,
.productcenter .custom-sidebar.standard input[type="checkbox"]:checked + label span.padre-global,
.productcenter .custom-sidebar.global input[type="checkbox"]:checked + label span.padre-global.region-class,
.productcenter .custom-sidebar.standard input[type="checkbox"]:checked + label span.padre-global.region-class {
  background-image: url(/themes/custom/prysmian/static/images/cb-on.png);
}

/*============================================*/
/* PRODUCT CENTER NORTH AMERICA - 2021        */
/*============================================*/
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox {
  position: relative;
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox label.form-check-label a.multiplecheckbox-trigger,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox label.form-check-label a.multiplecheckbox-trigger {
  float: right;
  display: block;
  border: 0px solid #66779A !important;
  position: relative;
  width: 4em;
  right: 0;
  text-decoration: none;
  padding: 0;
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox label.form-check-label a.multiplecheckbox-trigger.collapsed .glyphicon-menu-down:before,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox label.form-check-label a.multiplecheckbox-trigger.collapsed .glyphicon-menu-down:before {
  content: "\e259" !important;
  /* arrow down */
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox label.form-check-label a.multiplecheckbox-trigger:not(.collapsed) .glyphicon-menu-down:before,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox label.form-check-label a.multiplecheckbox-trigger:not(.collapsed) .glyphicon-menu-down:before {
  content: "\e260" !important;
  /* arrow up */
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox label.form-check-label .dd-arrow-button,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox label.form-check-label .dd-arrow-button {
  border: 0px solid #66779A;
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox label.form-check-label .dd-arrow-button:hover,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox label.form-check-label .dd-arrow-button:hover {
  transform: scale(1.2, 1.2);
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox input[type="checkbox"] + label,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox input[type="checkbox"] + label {
  display: block;
  /*flex*/
  position: relative;
  clear: left;
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox input[type="checkbox"] + label span,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox input[type="checkbox"] + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-off.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 3px;
  float: left;
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox input[type="checkbox"]:checked + label span,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox input[type="checkbox"]:checked + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-on.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 3px;
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox .multiplecheckbox,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox .multiplecheckbox {
  margin-top: 15px;
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox .multiplecheckbox,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox .multiplecheckbox-level2.collapsing,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox .multiplecheckbox-level3.collapsing {
  transition: height ease .35s;
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox .multiplecheckbox.display-none.collapse.in,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox .multiplecheckbox.display-none.collapse.in {
  display: block !important;
  /* preventing from any injected 'display:none' inline rules */
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox .multiplecheckbox-level2.display-none.collapse.in,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox .multiplecheckbox-level2.display-none.collapse.in {
  display: block !important;
  /* preventing from any injected 'display:none' inline rules */
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox .multiplecheckbox-level3.display-none.collapse.in,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox .multiplecheckbox-level3.display-none.collapse.in {
  display: block !important;
  /* preventing from any injected 'display:none' inline rules */
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox .multiplecheckbox.display-none.collapse,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox .multiplecheckbox.display-none.collapse {
  display: none !important;
  /* preventing from any injected 'display:block' inline rules */
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox .multiplecheckbox-level2.display-none.collapse,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox .multiplecheckbox-level2.display-none.collapse {
  display: none !important;
  /* preventing from any injected 'display:block' inline rules */
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown .content-checkbox .multiplecheckbox-level3.display-none.collapse,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open .content-checkbox .multiplecheckbox-level3.display-none.collapse {
  display: none !important;
  /* preventing from any injected 'display:block' inline rules */
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown #fixed-global-mobile .content-checkbox input[type="checkbox"] + label span,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open #fixed-global-mobile .content-checkbox input[type="checkbox"] + label span {
  background-image: url(/themes/custom/prysmian/static/images/cb-off.png);
}
.nav-overlay.nav-overlay-NA .overlay-content .dropdown #fixed-global-mobile .content-checkbox input[type="checkbox"]:checked + label span,
.nav-overlay.nav-overlay-NA .overlay-content .dropdown.open #fixed-global-mobile .content-checkbox input[type="checkbox"]:checked + label span {
  background-image: url(/themes/custom/prysmian/static/images/cb-on.png);
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox {
  margin-left: 0;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox.display-none {
  margin-left: 0;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox label.form-check-label {
  display: flex;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox label.form-check-label .dd-arrow-button {
  border: 0px solid #66779A;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox label.form-check-label .dd-arrow-button:hover {
  transform: scale(1.2, 1.2);
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox input[type="checkbox"] + label {
  display: block;
  /*flex;*/
  position: relative;
  clear: left;
  height: auto;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox input[type="checkbox"] + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-off.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
  float: left;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox input[type="checkbox"] + label span.padre-global,
.productcenter.productcenter-NA .custom-sidebar .content-checkbox input[type="checkbox"] + label span.padre-global.region-class {
  background: transparent url(/themes/custom/prysmian/static/images/cb-circle-off.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox input[type="checkbox"]:checked + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-on.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox input[type="checkbox"]:checked + label span.padre-global,
.productcenter.productcenter-NA .custom-sidebar .content-checkbox input[type="checkbox"]:checked + label span.padre-global.region-class {
  background: transparent url(/themes/custom/prysmian/static/images/cb-circle-on.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox {
  margin-top: 15px;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox.collapsing {
  transition: height ease .35s;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox.display-none.collapse.in {
  display: block !important;
  /* preventing from any injected 'display:none' inline rules */
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox.display-none.collapse {
  display: none !important;
  /* preventing from any injected 'display:block' inline rules */
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level2 {
  margin-left: 0;
  margin-top: 12px;
  margin-bottom: 16px;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level2.collapsing {
  transition: height ease .35s;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level2.display-none.collapse.in {
  display: block !important;
  /* preventing from any injected 'display:none' inline rules */
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level2.display-none.collapse {
  display: none !important;
  /* preventing from any injected 'display:block' inline rules */
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level2 label.form-check-label {
  font-size: 12px;
  line-height: normal;
  padding-bottom: 6px;
  padding-top: 6px;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level2 input[type="checkbox"] + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-off.png) no-repeat;
  background-size: 14px 14px;
  background-position: 1px 0;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level2 input[type="checkbox"]:checked + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-on.png) no-repeat;
  background-size: 14px 14px;
  background-position: 1px 0;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level3 {
  margin-left: 0;
  margin-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 12px;
  padding-bottom: 12px;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level3.collapsing {
  transition: height ease .35s;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level3.display-none.collapse.in {
  display: block !important;
  /* preventing from any injected 'display:none' inline rules */
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level3.display-none.collapse {
  display: none !important;
  /* preventing from any injected 'display:block' inline rules */
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level3 label.form-check-label,
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level3 input[type="checkbox"] + label {
  font-size: 11px;
  line-height: 12px;
  margin: 6px 0;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level3 input[type="checkbox"] + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-off.png) no-repeat;
  background-size: 12px 12px;
  background-position: 2px 0;
}
.productcenter.productcenter-NA .custom-sidebar .content-checkbox .multiplecheckbox-level3 input[type="checkbox"]:checked + label span {
  background: transparent url(/themes/custom/prysmian/static/images/cb-on.png) no-repeat;
  background-size: 12px 12px;
  background-position: 2px 0;
}
.productcenter.productcenter-NA .custom-sidebar.global input[type="checkbox"] + label span {
  background-image: url(/themes/custom/prysmian/static/images/cb-off.png);
}
.productcenter.productcenter-NA .custom-sidebar.global input[type="checkbox"] + label span.padre-global,
.productcenter.productcenter-NA .custom-sidebar.global input[type="checkbox"] + label span.padre-global.region-class {
  background-image: url(/themes/custom/prysmian/static/images/cb-off.png);
}
.productcenter.productcenter-NA .custom-sidebar.global input[type="checkbox"]:checked + label span {
  background-image: url(/themes/custom/prysmian/static/images/cb-on.png);
}
.productcenter.productcenter-NA .custom-sidebar.global input[type="checkbox"]:checked + label span.padre-global,
.productcenter.productcenter-NA .custom-sidebar.global input[type="checkbox"]:checked + label span.padre-global.region-class {
  background-image: url(/themes/custom/prysmian/static/images/cb-on.png);
}

/* COOKIEBOT */
body #CybotCookiebotDialog *,
body #CybotCookiebotDialogBodyUnderlay * {
  font-family: inherit;
  font-size: revert;
  font-weight: lighter;
}
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #64789B;
  border-color: #64789B;
  color: #ffffff;
}
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: transparent;
  border-color: #64789B;
  color: #141414;
}
body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  background-color: transparent;
  border: 2px solid #64789B;
  border-radius: 0.25em;
  color: #141414;
  /*display: flex;*/
  font-weight: 600;
  justify-content: center;
  padding: 1em;
  user-select: none;
  width: 100%;
}
body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  align-items: center;
  color: #64789B;
  /*display: flex;*/
  font-weight: 600;
  text-decoration: none;
}
body #CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #e6a054;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
body #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #64789B;
  font-weight: 600;
  text-decoration: none;
}
body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
body #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #e6a054;
}
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #64789B;
}
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #64789B;
  color: #64789B;
}
body #CookieDeclarationChangeConsentChange {
  background-color: #64789B;
  border: 2px solid #64789B;
  border-radius: 0.25em;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  justify-content: center;
  padding: 1em;
  user-select: none;
  width: auto;
  margin-top: 20px;
}