:root {
  --bs-primary: #006b90;
  --bs-secondary: #009ee0;
  --bs-light: #dae1e6;
  --bs-info: #009cdf;
  --bs-dark: #252e35;
  --bs-gray: #e3e4e4;
  --bs-gray-dark: #adacae;
  --bs-gray-light: #efefef;
  --bs-green: #4caf50;
  --bs-danger: #e2007a; }

body {
  background: #f6f6f6;
  color: var(--bs-dark);
  font-family: Helvetica, Arial, sans-serif; }

header {
  background: var(--bs-primary); }
  @media screen and (max-width: 991px) {
    header nav.navbar .navbar-brand {
      display: none; }
    header nav.navbar .container-fluid {
      display: block; } }
  header nav.navbar .navbar-toggler {
    margin: 5px 0;
    background: black;
    color: white;
    font-weight: bold; }
    header nav.navbar .navbar-toggler > span {
      color: white; }
  @media screen and (max-width: 992px) {
    header nav.navbar ul.navbar-nav {
      clear: both; } }
  @media screen and (min-width: 992px) {
    header nav.navbar ul.navbar-nav > li.nav-item {
      padding-bottom: 10px; }
      header nav.navbar ul.navbar-nav > li.nav-item:hover {
        cursor: pointer;
        padding-bottom: 5px;
        border-bottom: 5px solid var(--bs-secondary) !important; }
        header nav.navbar ul.navbar-nav > li.nav-item:hover:hover > menu {
          visibility: visible;
          opacity: 1;
          transition-delay: 0.5s; } }
  header nav.navbar ul.navbar-nav > li.nav-item a.nav-link {
    color: white;
    font-size: 1.1rem;
    text-decoration: none;
    letter-spacing: 0.05em; }
    header nav.navbar ul.navbar-nav > li.nav-item a.nav-link:hover {
      color: white; }
    @media screen and (max-width: 992px) {
      header nav.navbar ul.navbar-nav > li.nav-item a.nav-link {
        padding: 0.25rem 0rem;
        font-size: 1rem; } }
  @media screen and (min-width: 992px) {
    header nav.navbar ul.navbar-nav > li.nav-item menu {
      margin-top: 10px;
      visibility: hidden;
      padding: 25px 10px 20px;
      float: none;
      background: var(--bs-gray-light);
      right: 0;
      left: 0;
      position: absolute;
      z-index: 598;
      clear: both;
      opacity: 0;
      transition: visibility 0s linear 0.5s, opacity 0.5s linear; }
      header nav.navbar ul.navbar-nav > li.nav-item menu ul li a {
        background: var(--bs-light);
        text-decoration: none; }
        header nav.navbar ul.navbar-nav > li.nav-item menu ul li a:hover {
          background: var(--bs-primary); }
        header nav.navbar ul.navbar-nav > li.nav-item menu ul li a > span {
          background: var(--bs-gray-light);
          color: black;
          width: 100%;
          display: block;
          text-transform: uppercase;
          font-size: 0.9rem;
          padding-top: 4px; } }

footer {
  background: #bccbd3;
  font-size: 0.9rem; }
  footer a {
    color: var(--bs-primary) !important;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer h5 {
    color: var(--bs-primary); }
  @media screen and (max-width: 992px) {
    footer .row > div:not(:last-child) {
      border-bottom: 1px dotted grey;
      margin-bottom: 20px; } }
  footer .row button.btn-primary {
    background: var(--bs-primary);
    border-color: var(--bs-primary); }

#help {
  background: var(--bs-gray); }
  #help h2 {
    font-family: inherit;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.25em;
    margin-bottom: 0; }
  #help a.link_anchor {
    font-weight: bold;
    color: var(--bs-dark);
    text-decoration: none;
    display: block;
    text-align: center; }
    #help a.link_anchor img {
      max-width: 100px;
      background: var(--bs-dark); }
    #help a.link_anchor:hover {
      color: var(--bs-info); }
      #help a.link_anchor:hover img {
        background: var(--bs-info); }
  #help.smallHelp {
    padding: 10px 0 !important; }
    #help.smallHelp h2 {
      display: none; }
    #help.smallHelp ul {
      padding: 0;
      margin: 0 !important; }
      #help.smallHelp ul li a img {
        max-width: 50px; }

#yourSearch {
  background: var(--bs-gray); }
  #yourSearch ul li {
    border-right: 1px solid var(--bs-dark); }
    #yourSearch ul li .title {
      text-transform: uppercase;
      font-size: 0.8rem; }
    #yourSearch ul li img {
      max-width: 100px; }
    #yourSearch ul li p {
      font-weight: bold;
      font-size: 0.9rem;
      margin-bottom: 0; }
    #yourSearch ul li:last-child {
      border: 0; }
  #yourSearch.smallYourSearch h4 {
    display: none; }
  #yourSearch.smallYourSearch ul {
    margin-bottom: 0; }
    #yourSearch.smallYourSearch ul li img {
      max-width: 75px; }

main {
  background: #f6f6f6; }
  main h1 {
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.9em;
    line-height: 1.3em;
    margin-bottom: 0; }
  main h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--bs-info);
    line-height: 1.5em; }
  main #breadcrumbs {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 0.9em;
    font-weight: 300; }
  main .description {
    font-size: 14px;
    font-weight: 300;
    margin-top: 1.5em; }
  main a {
    color: var(--bs-primary) !important;
    text-decoration: none; }
    main a:hover {
      text-decoration: underline; }
  main #slider-category h4 {
    font-size: 1.35em;
    color: var(--bs-info);
    font-weight: bold; }
  main #slider-category .caption {
    padding: 0 5px; }
    @media screen and (min-width: 1025px) {
      main #slider-category .caption {
        visibility: hidden; } }
    main #slider-category .caption h5 {
      color: var(--bs-info);
      font-weight: bold; }
    main #slider-category .caption p {
      color: black;
      font-size: 0.95rem;
      line-height: 1rem; }
  main #slider-category a {
    text-decoration: none; }
    main #slider-category a img {
      border-bottom: 5px solid transparent;
      display: block; }
  main #slider-category a:hover img {
    border-bottom: 5px solid var(--bs-info);
    background: var(--bs-light); }
  main #slider-category a:hover .caption {
    visibility: visible; }
  main .mandatory {
    color: var(--bs-danger);
    font-weight: bold; }
  main #passwordToCheck {
    max-width: 300px; }
  main #requirePasswordModal .modal-header,
  main #requirePasswordModalOk .modal-header,
  main #viewerModal .modal-header {
    background: var(--bs-primary);
    color: white; }
  main #requirePasswordModal .modal-body,
  main #requirePasswordModalOk .modal-body,
  main #viewerModal .modal-body {
    background: var(--bs-gray-light); }
  main #requirePasswordModal form ::placeholder,
  main #requirePasswordModalOk form ::placeholder,
  main #viewerModal form ::placeholder {
    color: var(--bs-dark); }
  main #requirePasswordModal form button,
  main #requirePasswordModalOk form button,
  main #viewerModal form button {
    background: var(--bs-primary);
    border-color: var(--bs-primary); }
  main ul.buttonsBar a.buttonBack {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--bs-info) url("./media/img/buttons/back_bianco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    cursor: pointer; }
    main ul.buttonsBar a.buttonBack:hover {
      background: white url("./media/img/buttons/back_cyano.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position-x: 50%; }
  main ul.buttonsBar a.buttonHome {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--bs-info) url("./media/img/buttons/home_bianco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    cursor: pointer; }
    main ul.buttonsBar a.buttonHome.active:hover {
      background: white url("./media/img/buttons/home_cyano.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position-x: 50%; }
  main ul.buttonsBar a.buttonWww {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--bs-info) url("./media/img/buttons/www_bianco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    cursor: pointer; }
    main ul.buttonsBar a.buttonWww.active:hover {
      background: white url("./media/img/buttons/www_cyano.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position-x: 50%; }
  main ul.buttonsBar a.buttonDownloadPdf {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--bs-info) url("./media/img/buttons/download_pdf_bianco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    cursor: pointer; }
    main ul.buttonsBar a.buttonDownloadPdf.active:hover {
      background: white url("./media/img/buttons/download_pdf_cyano.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position-x: 50%; }
  main ul.buttonsBar a.buttonDownload3d {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--bs-info) url("./media/img/buttons/download_3d_bianco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    cursor: pointer; }
    main ul.buttonsBar a.buttonDownload3d.active:hover {
      background: white url("./media/img/buttons/download_3d_cyano.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position-x: 50%; }
  main ul.buttonsBar a.buttonDownload3d_head {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--bs-info) url("./media/img/buttons/download_3d_head_bianco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    cursor: pointer; }
    main ul.buttonsBar a.buttonDownload3d_head.active:hover {
      background: white url("./media/img/buttons/download_3d_head_cyano.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position-x: 50%; }
  main ul.buttonsBar a.buttonDownload3dbis_head {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--bs-info) url("./media/img/buttons/download_3dbis_head_bianco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    cursor: pointer; }
    main ul.buttonsBar a.buttonDownload3dbis_head.active:hover {
      background: white url("./media/img/buttons/download_3dbis_head_cyano.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position-x: 50%; }
  main ul.buttonsBar a.button3dViewer {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--bs-info) url("./media/img/buttons/3dview_bianco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    cursor: pointer; }
    main ul.buttonsBar a.button3dViewer.active:hover {
      background: white url("./media/img/buttons/3dview_cyano.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position-x: 50%; }
  main ul.buttonsBar a.notActive, main ul.buttonsBar a.notActive:hover {
    background-color: #d0d0d0;
    cursor: auto; }
  main ul.cta li .btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    background: var(--bs-dark);
    text-align: center;
    color: #fff !important;
    padding: 25px;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 0; }
    main ul.cta li .btn:hover {
      background: var(--bs-info);
      text-decoration: none; }

.navigationPage main #menu3level a {
  text-decoration: none !important; }
  .navigationPage main #menu3level a:hover {
    text-decoration: none !important; }
    .navigationPage main #menu3level a:hover img {
      background: var(--bs-gray);
      border-bottom: 5px solid var(--bs-info); }
  .navigationPage main #menu3level a img {
    border-bottom: 5px solid transparent; }
  .navigationPage main #menu3level a h6 {
    color: var(--bs-primary);
    font-weight: bold; }
  .navigationPage main #menu3level a span {
    color: var(--bs-dark); }

#searchConfigurator .accordion .accordion-button {
  color: var(--bs-info);
  font-weight: bold;
  font-size: 1.2rem;
  border-color: var(--bs-gray-dark); }
  @media screen and (max-width: 994px) {
    #searchConfigurator .accordion .accordion-button {
      font-size: 1rem;
      padding: 1rem 0.1rem; } }
  #searchConfigurator .accordion .accordion-button img {
    width: 60px;
    background: var(--bs-gray-dark);
    margin-right: 5px; }
  #searchConfigurator .accordion .accordion-button:not(.collapsed) {
    background: var(--bs-gray-light); }
  #searchConfigurator .accordion .accordion-button:focus {
    box-shadow: none; }
@media screen and (max-width: 994px) {
  #searchConfigurator .accordion .accordion-body {
    padding: 1rem 0.1rem; } }
#searchConfigurator .accordion .accordion-body form input[type="text"] {
  background: var(--bs-gray-light);
  border-radius: 0; }
#searchConfigurator .accordion .accordion-body form button[type="submit"] {
  background: var(--bs-info);
  color: white;
  font-weight: bold;
  border-radius: 0; }
@media screen and (min-width: 576px) {
  #searchConfigurator .accordion .accordion-body form#catForm label {
    border-bottom: 0 !important; } }
#searchConfigurator .accordion .accordion-body form#catForm label:last-child {
  border-bottom: 0 !important; }
#searchConfigurator .accordion .accordion-body form#catForm label img,
#searchConfigurator .accordion .accordion-body form#catForm label .caption {
  cursor: pointer; }
#searchConfigurator .accordion .accordion-body form#catForm label .caption {
  border-top: 5px solid transparent; }
#searchConfigurator .accordion .accordion-body form#catForm label img:hover {
  border-bottom: 5px solid var(--bs-secondary) !important; }
  #searchConfigurator .accordion .accordion-body form#catForm label img:hover + .caption {
    border-top: 0; }
#searchConfigurator .accordion .accordion-body form#catForm label .caption:hover {
  border-top: 5px solid var(--bs-secondary) !important; }
#searchConfigurator .accordion .accordion-body form#configuratorForm .row label {
  margin-top: 12px;
  font-weight: bold; }
#searchConfigurator .accordion .accordion-body form#configuratorForm .row select {
  margin-bottom: 12px;
  border-radius: 0;
  background: var(--bs-gray-light); }
#searchConfigurator .accordion .accordion-body form#configuratorForm .row ul.image_picker_selector {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; }
  #searchConfigurator .accordion .accordion-body form#configuratorForm .row ul.image_picker_selector li {
    width: 11.5%;
    margin: 5px 0.5%;
    display: inline-block; }
    @media screen and (max-width: 1024px) {
      #searchConfigurator .accordion .accordion-body form#configuratorForm .row ul.image_picker_selector li {
        width: 16.066666667%;
        margin: 5px 0.3%; } }
    @media screen and (max-width: 768px) {
      #searchConfigurator .accordion .accordion-body form#configuratorForm .row ul.image_picker_selector li {
        width: 24%;
        margin: 5px 0.5%;
        font-size: 0.9rem; } }
    @media screen and (max-width: 414px) {
      #searchConfigurator .accordion .accordion-body form#configuratorForm .row ul.image_picker_selector li {
        width: 32%;
        margin: 5px 0.5%;
        font-size: 0.8rem; } }
    #searchConfigurator .accordion .accordion-body form#configuratorForm .row ul.image_picker_selector li .thumbnail {
      background: white;
      border: 1px solid var(--bs-gray);
      text-align: center;
      border-radius: 4px;
      cursor: pointer;
      height: 100%; }
      #searchConfigurator .accordion .accordion-body form#configuratorForm .row ul.image_picker_selector li .thumbnail:hover, #searchConfigurator .accordion .accordion-body form#configuratorForm .row ul.image_picker_selector li .thumbnail.selected {
        background: var(--bs-info);
        color: white; }
    #searchConfigurator .accordion .accordion-body form#configuratorForm .row ul.image_picker_selector li img {
      max-width: 100%; }
#searchConfigurator .accordion .accordion-body form#configuratorForm .row .slidercontainerRange span {
  font-size: 0.9rem; }
#searchConfigurator .accordion .accordion-body form#configuratorForm .row .slidercontainerRange .sliderRange {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: var(--bs-gray);
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s; }
  #searchConfigurator .accordion .accordion-body form#configuratorForm .row .slidercontainerRange .sliderRange:hover {
    opacity: 1; }
  #searchConfigurator .accordion .accordion-body form#configuratorForm .row .slidercontainerRange .sliderRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: var(--bs-green);
    cursor: pointer; }
  #searchConfigurator .accordion .accordion-body form#configuratorForm .row .slidercontainerRange .sliderRange::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: var(--bs-green);
    cursor: pointer; }
#searchConfigurator .accordion .accordion-body form#configuratorForm .row button[type="submit"] {
  font-size: 2rem;
  max-width: 500px;
  margin: 0 auto; }
#searchConfigurator .accordion .accordion-body form#configuratorForm h3#parameters-title {
  font-size: 1.3rem;
  padding: 25px 0 10px;
  border-top: 1px solid var(--bs-dark);
  margin-top: 15px; }
  #searchConfigurator .accordion .accordion-body form#configuratorForm h3#parameters-title span.text {
    color: var(--bs-dark); }
#searchConfigurator .autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto; }
#searchConfigurator .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }
#searchConfigurator .autocomplete-selected {
  background: #f0f0f0; }
#searchConfigurator .autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff; }
#searchConfigurator .autocomplete-group {
  padding: 2px 5px; }
#searchConfigurator .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

#resultConfigurator #results_wrapper {
  margin-top: 10px;
  margin-bottom: 10px; }
  #resultConfigurator #results_wrapper .dataTables_length {
    font-size: 0.8rem;
    font-weight: bold; }
    #resultConfigurator #results_wrapper .dataTables_length select {
      background: white; }
  #resultConfigurator #results_wrapper .dataTables_filter {
    font-size: 0.8rem;
    font-weight: bold; }
    #resultConfigurator #results_wrapper .dataTables_filter input {
      background: white;
      padding: 2px; }
      #resultConfigurator #results_wrapper .dataTables_filter input:focus {
        outline: none; }
  #resultConfigurator #results_wrapper .dataTables_info {
    font-size: 0.8rem;
    width: 100%;
    text-align: center; }
  #resultConfigurator #results_wrapper .dataTables_paginate {
    font-size: 0.9rem;
    width: 100%;
    text-align: center; }
  #resultConfigurator #results_wrapper table {
    margin-top: 5px;
    margin-bottom: 10px; }
    #resultConfigurator #results_wrapper table thead th {
      font-size: 0.9rem;
      text-align: center; }
      #resultConfigurator #results_wrapper table thead th:first-child {
        color: var(--bs-info);
        border-color: #111; }
      #resultConfigurator #results_wrapper table thead th:last-child {
        color: var(--bs-danger);
        border-color: #111; }
    #resultConfigurator #results_wrapper table tbody td {
      font-size: 0.9rem; }
      #resultConfigurator #results_wrapper table tbody td:not(.child) {
        text-align: center; }
        #resultConfigurator #results_wrapper table tbody td:not(.child):first-child {
          color: var(--bs-info);
          font-weight: bold; }
      #resultConfigurator #results_wrapper table tbody td.price {
        color: var(--bs-danger);
        font-weight: bold; }
      #resultConfigurator #results_wrapper table tbody td form .btn {
        background: var(--bs-info);
        color: white;
        font-weight: bold; }
        @media screen and (max-width: 1024px) {
          #resultConfigurator #results_wrapper table tbody td form .btn span {
            display: none; } }
#resultConfigurator.drivenTool.type4 #yourSearch ul li:first-child p,
#resultConfigurator.drivenTool.type4 #yourSearch ul li:nth-child(2) img,
#resultConfigurator.drivenTool.type4 #yourSearch ul li:nth-child(3) img {
  display: none; }
#resultConfigurator.drivenTool.type4 #yourSearch ul li:nth-child(2) p,
#resultConfigurator.drivenTool.type4 #yourSearch ul li:nth-child(3) p {
  margin: 1.85em 0; }

#productConfigurator .features > ul > li {
  border-bottom: 1px solid var(--bs-gray);
  padding: 10px 15px; }
  #productConfigurator .features > ul > li .code {
    color: var(--bs-info); }
  #productConfigurator .features > ul > li.price {
    color: var(--bs-danger);
    font-weight: bold;
    font-size: 1.2rem !important; }
  #productConfigurator .features > ul > li label {
    font-weight: bold; }
    #productConfigurator .features > ul > li label:not(.col-3) {
      width: 200px; }
  #productConfigurator .features > ul > li:not(.h5) {
    font-size: 0.9rem; }
  #productConfigurator .features > ul > li:nth-child(odd) {
    background: white; }
#productConfigurator #chosenOptions {
  background: white;
  padding: 20px;
  margin-top: 30px;
  border-top: 1px solid var(--bs-dark); }
  #productConfigurator #chosenOptions .content {
    font-size: 0.9rem; }
    #productConfigurator #chosenOptions .content label {
      font-size: 1.1rem;
      color: var(--bs-info);
      font-weight: bold;
      display: block;
      margin-top: 12px; }
      #productConfigurator #chosenOptions .content label span {
        color: var(--bs-danger);
        font-size: 0.9rem;
        font-weight: normal; }
    #productConfigurator #chosenOptions .content p {
      margin-bottom: 0; }
  #productConfigurator #chosenOptions .note {
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 15px; }
#productConfigurator #options {
  border-top: 1px solid var(--bs-dark); }
  #productConfigurator #options h2 {
    color: var(--bs-info);
    font-weight: bold;
    font-size: 1.5rem; }
    #productConfigurator #options h2 .icon {
      width: 60px;
      background: var(--bs-gray-dark);
      vertical-align: middle; }
  #productConfigurator #options .btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    background: var(--bs-dark);
    text-align: center;
    color: #fff !important;
    padding: 25px;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 0; }
    #productConfigurator #options .btn:hover {
      background: var(--bs-info);
      text-decoration: none; }
  #productConfigurator #options ul.image_picker_selector {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap; }
    #productConfigurator #options ul.image_picker_selector li {
      width: 11.5%;
      margin: 5px 0.5%;
      display: inline-block; }
      @media screen and (max-width: 1024px) {
        #productConfigurator #options ul.image_picker_selector li {
          width: 16.066666667%;
          margin: 5px 0.3%; } }
      @media screen and (max-width: 768px) {
        #productConfigurator #options ul.image_picker_selector li {
          width: 24%;
          margin: 5px 0.5%;
          font-size: 0.9rem; } }
      @media screen and (max-width: 414px) {
        #productConfigurator #options ul.image_picker_selector li {
          width: 32%;
          margin: 5px 0.5%;
          font-size: 0.8rem; } }
      #productConfigurator #options ul.image_picker_selector li .thumbnail {
        background: white;
        border: 1px solid var(--bs-gray);
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
        height: 100%; }
        #productConfigurator #options ul.image_picker_selector li .thumbnail:hover, #productConfigurator #options ul.image_picker_selector li .thumbnail.selected {
          background: var(--bs-info);
          color: white; }
      #productConfigurator #options ul.image_picker_selector li img {
        max-width: 100%; }

#orderConfigurator .features > ul > li {
  border-bottom: 1px solid var(--bs-gray);
  padding: 10px 15px; }
  #orderConfigurator .features > ul > li .code {
    color: var(--bs-info); }
  #orderConfigurator .features > ul > li.price {
    color: var(--bs-danger);
    font-weight: bold;
    font-size: 1.2rem !important; }
  #orderConfigurator .features > ul > li label {
    font-weight: bold; }
    #orderConfigurator .features > ul > li label:not(.col-3) {
      width: 150px; }
  #orderConfigurator .features > ul > li:not(.h5) {
    font-size: 0.9rem; }
  #orderConfigurator .features > ul > li:nth-child(odd) {
    background: white; }
#orderConfigurator form#fOrder .row {
  margin-top: 8px; }
  #orderConfigurator form#fOrder .row label {
    font-weight: bold;
    font-size: 0.9rem; }
    #orderConfigurator form#fOrder .row label .mandatory {
      margin: 0 2px; }
#orderConfigurator #chosenOptions {
  background: white;
  padding: 20px;
  margin-top: 30px;
  border-top: 1px solid var(--bs-dark); }
  #orderConfigurator #chosenOptions .content {
    font-size: 0.9rem; }
    #orderConfigurator #chosenOptions .content label {
      font-size: 1.1rem;
      color: var(--bs-info);
      font-weight: bold;
      display: block;
      margin-top: 12px; }
      #orderConfigurator #chosenOptions .content label span {
        color: var(--bs-danger);
        font-size: 0.9rem;
        font-weight: normal; }
    #orderConfigurator #chosenOptions .content p {
      margin-bottom: 0; }
  #orderConfigurator #chosenOptions .note {
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 15px; }

#cookieChoiceInfo {
  padding: 10px 15%;
  bottom: 0px;
  top: auto;
  width: auto;
  background: #333;
  color: #fff;
  line-height: 1.25em;
  font-size: 14px; }
  #cookieChoiceInfo > span {
    display: block;
    margin-bottom: 7px; }
  @media screen and (max-width: 1024px) {
    #cookieChoiceInfo {
      padding: 5px; } }
  #cookieChoiceInfo a {
    background: white;
    color: black;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    border-radius: 3px; }

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