/* -------------- CALANDA -------------- */
/* -------------- OPEN SANS -------------- */
.m-product {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem; }
  .m-product .docSpecs span {
    color: var(--light-green); }
  .m-product .docData span {
    color: var(--secondary-blue); }
  .m-product .container-form {
    border-bottom: solid 1px var(--gray-100); }
    .m-product .container-form .m-product-search {
      padding: 0; }
      .m-product .container-form .m-product-search input {
        width: 100%;
        height: 2.5rem; }
    .m-product .container-form .content-form-btn {
      text-align: right;
      padding: 0;
      margin-bottom: 1.875rem; }
      .m-product .container-form .content-form-btn .btn-hide-filters {
        display: none; }
    .m-product .container-form .m-product-search-filters {
      display: none;
      width: 100%; }
  .m-product .footer-product {
    padding: 1.5rem 0 3.75rem;
    font-size: 14px; }
    .m-product .footer-product span {
      font-size: 1.1875rem;
      padding-right: 0.625rem; }
  .m-product #soluBlock,
  .m-product #emulBlock,
  .m-product #chemBlock {
    display: block; }
  .m-product #emulSubRadio {
    padding: 0 0 0.9375rem;
    display: flex;
    flex-direction: column; }
  .m-product #soluRadioDesc a,
  .m-product #chemRadioDesc a,
  .m-product #emulRadioDesc a {
    float: right; }
  .m-product table {
    width: 100%; }
    .m-product table thead {
      display: none; }
    .m-product table tbody tr td {
      display: none;
      transition: all 0.2s ease-in;
      padding: 15px 0;
      font-size: 16px; }
      .m-product table tbody tr td span {
        font-family: var(--open-sans-bold);
        font-size: 18px;
        min-width: 35%;
        width: 35%; }
      .m-product table tbody tr td:first-child {
        display: table-cell;
        position: relative;
        cursor: url("../images/Cursor-blue.png") 25 25, auto; }
        .m-product table tbody tr td:first-child::before {
          content: "\e90a";
          font-family: 'Dynasol-Icons' !important;
          position: absolute;
          right: 20px;
          top: 50%;
          color: var(--gray-200);
          font-size: 5px; }
        .m-product table tbody tr td:first-child span {
          min-width: initial;
          width: auto;
          padding-right: 5px;
          font-family: var(--open-sans); }
      .m-product table tbody tr td a {
        padding-right: 18px;
        display: inherit; }
        .m-product table tbody tr td a span {
          font-size: 48px; }
        .m-product table tbody tr td a:hover {
          text-decoration: none; }
    .m-product table tbody tr.open td {
      display: flex; }
      .m-product table tbody tr.open td:first-child {
        color: var(--primary-blue);
        align-items: center;
        font-family: var(--open-sans-bold); }
        .m-product table tbody tr.open td:first-child span {
          font-family: var(--open-sans-bold); }
        .m-product table tbody tr.open td:first-child:before {
          transform: rotate(180deg); }
  @media (min-width: 768px) {
    .m-product .container-form {
      padding-bottom: 56px; }
      .m-product .container-form .content-form-btn {
        text-align: left;
        margin-bottom: 0; }
      .m-product .container-form .m-product-search-filters .form-group {
        width: 27%; }
      .m-product .container-form .m-product-search-filters .content-form-btn button {
        margin-top: 0.9375rem; }
    .m-product .footer-product {
      padding: 30px 0 60px;
      display: flex;
      justify-content: center; }
      .m-product .footer-product p {
        padding: 0 20px; }
    .m-product .dy-form {
      margin-top: 30px; }
    .m-product #emulSubRadio {
      flex-direction: row; }
      .m-product #emulSubRadio label {
        margin-right: 15px; }
    .m-product table thead {
      display: table-header-group; }
    .m-product table tbody tr td {
      display: table-cell;
      padding: 15px 20px; }
      .m-product table tbody tr td:first-child::before {
        display: none; }
      .m-product table tbody tr td span {
        display: none; }
      .m-product table tbody tr td a span {
        display: inline-block; } }
  .m-product .list-product {
    border-bottom: solid 1px var(--gray-100);
    margin-bottom: 1.875rem; }
    .m-product .list-product .list-product-radio {
      display: flex;
      justify-content: flex-start;
      overflow-x: auto;
      width: auto;
      white-space: nowrap;
      padding-bottom: .25rem; }
      .m-product .list-product .list-product-radio label {
        font-size: 0.875rem !important; }
      .m-product .list-product .list-product-radio label:before {
        display: none; }
      .m-product .list-product .list-product-radio input[type="radio"]:checked + label {
        margin-bottom: 0;
        padding: 0 0.875rem 0.875rem;
        border-bottom: solid 2px var(--primary-blue);
        font-family: var(--open-sans-bold); }
      .m-product .list-product .list-product-radio:-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: var(--gray-300); }
      .m-product .list-product .list-product-radio::-webkit-scrollbar {
        height: 0.5rem;
        background-color: var(--white); }
      .m-product .list-product .list-product-radio::-webkit-scrollbar-thumb {
        background-color: var(--primary-blue);
        height: 0.25rem; }
    @media (min-width: 768px) {
      .m-product .list-product .list-product-radio {
        justify-content: center; } }
  .m-product .header-product {
    padding: 3.4375rem 0 1.875rem;
    text-align: center; }
    .m-product .header-product img {
      max-width: 6.75rem;
      margin-bottom: 1.875rem; }
    .m-product .header-product .header-product-title {
      text-align: left; }
    .m-product .header-product h2 {
      font-family: var(--calanda-bold); }
  @media (min-width: 768px) {
    .m-product .header-product {
      padding: 55px 0 75px; }
      .m-product .header-product img {
        float: right;
        margin-right: 20%; }
      .m-product .header-product .header-product-title {
        width: 50%; } }

.btn-show-filters,
.btn-hide-filters {
  color: var(--primary-blue);
  font-weight: bold; }

.select {
  position: relative; }
  .select #brandCombo {
    display: none;
    transition: all 0.2s ease-in;
    position: absolute;
    top: 40px;
    width: 100%;
    padding-right: 40px; }
    .select #brandCombo .form-check {
      padding: 11px 0;
      text-indent: 15px;
      border-top: 1px solid var(--white);
      background-color: var(--gray-100); }
      .select #brandCombo .form-check label {
        color: var(--gray-300); }
      .select #brandCombo .form-check:hover {
        background: var(--gray-200); }
        .select #brandCombo .form-check:hover label {
          font-weight: bold; }
  .select #brandCombo.active {
    display: block;
    z-index: 1; }

#wrapper .list-product label {
  margin-bottom: 0; }

table td a.btn.read-more {
  min-width: 85px; }
  table td a.btn.read-more:hover {
    text-decoration: none !important; }
  table td a.btn.read-more::after {
    width: 24px; }