  .blue {

      background-color: #f9f9f9;
  }

  .product-features h3 {
      font-size: 1.3em;
      color: #333;
      margin-bottom: 10px;
      border-bottom: 2px solid #007bff;
      padding-bottom: 5px;
      display: inline-block;
  }

  .product-features .list-group {
      margin-bottom: 0;
  }

  .product-features .list-group-item {
      background-color: transparent;
      border: none;
      padding: 5px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.9em;
      border-bottom: 1px solid #e0e0e0;
  }

  .product-features .list-group-item:last-child {
      border-bottom: none;
  }

  .product-features .list-group-item strong {
      color: #1D70BA;
  }

  .product-features .list-group-item span {
      color: #555;
  }

  .product-features .row {
      margin-bottom: 0;
  }

  .product-features .col-md-6 {
      margin-bottom: 10px;
  }

  .product-features .col-md-6:last-child {
      margin-bottom: 0;
  }






  .product-card {
      border: 1px solid #ddd !important;
      border-radius: 30px !important;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      overflow: hidden;
      background-color: #fff;
      margin-bottom: 20px;
      padding: 15px;
  }

  .product-card:hover {
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      transform: translateY(-5px);
  }

  .product-image-container {
      position: relative !important;
      width: 100% !important;
      overflow: hidden !important;
  }

  .product-image-container img {
      width: 100%;
      height: 100%;
      transition: transform 0.3s ease;
  }

  .product-card:hover .product-image-container img {
      transform: scale(1.05);
  }


  .product-details {
      text-align: left;
      margin-top: 15px;
  }

  .product-titles a {
      color: #1D70BA;
      font-size: 1.25em;
      text-decoration: none;
  }

  .product-titles a:hover {
      color: #007bff;
  }

  .ratings-container {
      margin: 10px 0;
  }

  .product-container {
      margin: 3px 0;
  }

  .product_status {
      font-weight: bold;
      cursor: pointer;
  }

  .stock-quantity {
      margin-top: 5px;
  }

  .price-box {
      font-size: 1.5em;
      margin: 10px 0;
  }

  .product-features h3 {
      margin-top: 20px;
      margin-bottom: 15px;
  }

  .list-group-item {
      border: none;
      padding: 5px 0;
  }

  .product-action {
      text-align: center;
      margin-top: 15px;
  }



  
  .add-cart {
      background-color: #128c7e;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      transition: background-color 0.3s ease;
  }

  .add-cart:hover {
      background-color: #0056b3;
  }

  .add-cart:disabled {
      background-color: #ce4545;
      cursor: not-allowed;
  }










  .fondo-filtro {
    border: 1px solid #1D70BA;
    border-radius: 5px;
    padding: 20px;
    background-color: #1D70BA;
    color: white !important;


}



  .fondo-filtros {
      border: 5px solid #1D70BA;
      border-radius: 12px;
      padding: 1px;
      background-color: #1D70BA;
  }



  .tamano {
      font-size: 15px !important;
      font-weight: bold;
      white-space: nowrap;
      /* Evita que el texto se rompa en varias líneas */
      margin-top: 20px;
      margin-left: -4px;
      color: white;
      text-align: center;


  }

  .llames{
    align-items: center;
  }


     /* Estilos para móviles y móviles pequeños */
@media (max-width: 767px) {
    .tamano {
        font-size: 18px !important;
        font-weight: bold;
        white-space: nowrap;
        /* Evita que el texto se rompa en varias líneas */
   
  
  
    }
}



