/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/




#compat-table p.compat-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

#compat-table p {
  font-size: 13px;
}

#compat-table .motos-tabla {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  table-layout: fixed
}

#compat-table tbody {
  width: 100%;
  display: inline-block
}

#compat-table tr {
  width: 100%;
  display: inline-table
}

#compat-table tr td {
  padding: 6px 10px
}

#compat-table tr th {
  padding: 10px;
  background: #e4e4e4
}

#compat-table tr th,
#compat-table tr td {
  border: none;
  word-break: break-word;
  font-size: 12px;
  color: #333
}

/* Tres columnas */
#compat-table .col-3 tr td:nth-child(1),
#compat-table .col-3 tr th:nth-child(1) {
  width: 45%
}

#compat-table .col-3 tr td:nth-child(2),
#compat-table .col-3 tr th:nth-child(2) {
  width: 30%
}

#compat-table .col-3 tr td:nth-child(3),
#compat-table .col-3 tr th:nth-child(3) {
  width: 25%
}

/* Cuatro columnas */
#compat-table .col-4 tr td:nth-child(1),
#compat-table .col-4 tr th:nth-child(1) {
  width: auto
}

#compat-table .col-4 tr td:nth-child(2),
#compat-table .col-4 tr th:nth-child(2) {
  width: 22%;
  text-align: center;
}

#compat-table .col-4 tr td:nth-child(3),
#compat-table .col-4 tr th:nth-child(3) {
  width: 24%;
  padding: 0px 10px;
  text-align: center;
}

#compat-table .col-4 tr td:nth-child(4),
#compat-table .col-4 tr th:nth-child(4) {
  width: 24%;
  text-align: center;
}

/* Cinco columnas */
#compat-table .col-5 tr td:nth-child(1),
#compat-table .col-5 tr th:nth-child(1) {
  width: 40%
}

#compat-table .col-5 tr td:nth-child(2),
#compat-table .col-5 tr th:nth-child(2) {
  width: 15%
}

#compat-table .col-5 tr td:nth-child(3),
#compat-table .col-5 tr th:nth-child(3) {
  width: 15%
}

#compat-table .col-5 tr td:nth-child(4),
#compat-table .col-5 tr th:nth-child(4) {
  width: 15%
}

#compat-table .col-5 tr td:nth-child(5),
#compat-table .col-5 tr th:nth-child(5) {
  width: 15%
}

#compat-table .urls-productos a {
  display: inline-block;
  padding: 5px;
  width: 29%;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 6px;
  background: #e4e4e4
}

#compat-table .motos-tabla button {
  padding: 5px;
  display: block;
  font-size: 12px;
  width: 100%;
  max-width: 75px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background: #e4e4e4;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis
}

#compat-table .urls-productos button:hover,
#compat-table .motos-tabla button:hover {
  background: #dcdcdc
}

#compat-table .urls-productos button:focus,
#compat-table .motos-tabla button:focus {
  text-decoration: none
}

#compat-table .table-striped>tbody>tr:nth-child(odd)>td,
#compat-table .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9
}

#compat-table .modelsearch {
  width: 100%
}

#compat-table #modelInput {
  background-image: url(../img/searchicon.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  box-sizing: border-box
}

#compat-table #sin-resultados {
  text-align: center;
  max-width: 600px;
  margin: 20px auto
}

#compat-table #sin-resultados p {
  font-size: 15px;
  line-height: 28px
}

#compat-table #sin-resultados>p.title {
  font-size: 22px;
  font-weight: 700
}

#compat-table #sin-resultados img {
  max-width: 100%;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none
}

#compat-table #sin-resultados a.button {
  background: #313131;
  padding: 8px 24px;
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  color: #fff
}

#compat-table #sin-resultados a.button:hover {
  background: #000
}

#compat-table #compatibility-table td a {
  padding: 5px;
  display: block;
  font-size: 12px;
  width: 100%;
  max-width: 75px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background: #e4e4e4;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
#compat-table #compatibility-table td a:hover {
  background: #dcdcdc;
}

.dt-search input {
  background-image: url(../img/searchicon.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px !important;
  border: 1px solid #b9b9b9 !important;
  margin-bottom: 12px;
  box-sizing: border-box;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

#compatibility-table_wrapper .dt-layout-row:first-child .dt-layout-end {
  flex: 1;
}
#compatibility-table_wrapper .dt-layout-row:first-child .dt-layout-end .dt-search{
  width: 100%;
}
#compat-table.fancybox-content {
  height: unset !important;
  max-width: 920px !important;
  padding: 4rem 3rem;
}

#compatibility-table img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

@media(max-width:767px) {
  #compat-table .urls-productos a {
    width: 22%
  }

  #compat-table tr th,
  #compat-table tr td {
    padding: 7px 3px;
    font-size: 10px
  }

  #compat-table .motos-tabla button {
    padding: 9px 3px;
    font-size: 10px
  }
  #compat-table.fancybox-content {
    padding: 3rem 1rem;
  }
}