 .imgcard01{
    width: 217px;
 }
 .imgcard01>a{
    height: 100%;
 }
 .imgcard01>a>img{
    height: 100%;
 }
 .ocultar{
   display: none;
 }
 .mostrar{
   display: block;
 }

 .table-list-info{
  width: 100%;
 }
 .table-list-content{ 
  width: 50%;
  white-space: pre-line; 
 }
 .color1001{
  background-color: #f3070738;
 }
 .img2002{
  width: 100%;
  height: 250px;
 }
 .seller-title{
  font-size: 12px;
 }
 .vermasproductos{
  font-size: 15px;
  color: #8a0000;
 }
 .imgtienda{ 
    max-width: 100%;
    height: 170px;
    object-fit: contain;
    filter: drop-shadow(-3px 17px 3px rgba(247, 255, 254, 0.966))
 }
 @media all and (max-width: 991px) {
   .imgtienda{
      max-width: 80%;
        height: 150px;
        object-fit: contain;
    }
    .product-img {
      height: 170px; 
    }
    .col-lg-9{
      padding-left: 0px;

    }
}
 .imgdistri{
  width: 100%;
  height: auto;
  margin: 0 0;
 }
 .delete{
  text-decoration: line-through;
  font-size: 14px;
 }
 .precio_oferta{
  color: red;
  font-size: 34px;
  font-family: fantasy;

 }
 .typeout{
  position: absolute;
    top: 10px;
    right: 10px;
    background: #22c55e;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 20px;
 }
.ofertaweb{
   position: absolute;
   left: -0;
   bottom: 0;
   width: 70%;
   animation-name: parpadeo;
   animation-duration: 1s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
}
.whatsapp {
   position: fixed;
   width: 64px;
   height: 60px;
   bottom: 20px;
   right: 24px;
   background-color: #25d366;
   color: #ff0000;
   border-radius: 50px;
   text-align: center;
   font-size: 38px;
   z-index: 100;
 }
 
 .whatsapp-icon {
   margin-top:13px;
 }
 .flotante{
  position: fixed;
  top: 82px;
  right: 20px;
  z-index: 999;
  background: white;
  border: 3px solid var(--theme-color);
  border-radius: 47%;
  text-align: center;
  width: 70px;
}
.carritointem{
font-size: 30px;  
margin: 0;
padding: 0;
border-radius: 50%;
}
#numerito{
  position: absolute;
  top: -26px;
  right: 0;
  font-size: 29px;
  color: red;
  padding: 0px;
  margin: 0;
  width: 11px;
  height: 30px;
  background-color: white;
  border-radius: 35%;
  font-weight: 900;
}
.yutu1{
  width: 50px;
  position: absolute;
    bottom: 18%;
    right: 3.5%;
}
.yutu1:hover{
  cursor: pointer;
  background-color: #ff0000;
  border-radius: 20%;
  opacity: 0.5;
}
.modal222 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.modal-content2222 {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 12px; 
  width: 100%;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.close2222 {
  color: #f50000;
  float: right;
  font-size: 28px;
  cursor: pointer;
}
 .responsive-video {
        position: relative; 
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        }

        .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; 
        }

.wrap554{
  text-wrap: auto;
  font-weight: 500;
}
.puntos50{
    opacity: 0;
  transform: translateY(20px);
  animation: aparecer 0.8s ease-in forwards;
  } 
.product-item{
  box-shadow: 0 4px 12px rgb(0 0 0 / 66%);
}
  @keyframes aparecer {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 600px) {
  .puntos50{
    width: 50%;
  } 
}


@-moz-keyframes parpadeo{  
   0% { opacity: 1.0; }
   50% { opacity: 0.0; }
   100% { opacity: 1.0; }
 }
 
 @-webkit-keyframes parpadeo {  
   0% { opacity: 1.0; }
   50% { opacity: 0.0; }
    100% { opacity: 1.0; }
 }
 
 @keyframes parpadeo {  
   0% { opacity: 1.0; }
    50% { opacity: 0.0; }
   100% { opacity: 1.0; }
 }
 @media all and (max-width: 950px) {
   .solopc{
      display: none;
   }
 }

/*carrusel */
 body {
      font-family: Arial, sans-serif;
      background: #f5f5f5;
      margin: 0;
      padding: 0;
    }

    .carousel-container {
    width: 100%;
    max-width: 1164px;
    margin: 5px auto;
    position: relative;
    overflow: hidden;
    height: 450px;
    align-content: center;

    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .card {
      min-width: 280px;
      margin: 0 5px;
      background: white;
      border-radius: 15px;
      box-shadow: -9px 13px 12px rgb(0 0 0 / 66%);
      overflow: hidden;
      transition: transform 0.3s;
    }

    .card:hover {
      transform: scale(1.05);
    }

    .divimg23 {
      width: 100%;
      height: 200px;
      background: radial-gradient(circle, #ffffff7d, #d9d9d9);
      overflow: hidden;
      text-align: center;
      align-content: center;
      
    }
    .card img {
      object-fit: fill;
      width: 90%;
      padding: 5% 10%;
      filter: drop-shadow(-3px 4px 0px rgba(137, 245, 204, 0.966));
    }

    .card-content {
      padding: 10px;
      text-align: center;
      height: 190px;
    }

    .card h3 { 
      margin: 10px 0; 
      font-size: 1.2rem; 
      color: #ff0000;
    }
    .card p { font-size: 1rem; color: #555; }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.6);
      border: none;
      color: white;
      font-size: 24px;
      cursor: pointer;
      padding: 10px;
      border-radius: 50%;
      z-index: 10;
    }

    .carousel-btn:hover { background: rgba(0, 0, 0, 0.8); }

    .prev { left: 10px; }
    .next { right: 10px; }

    @media (max-width: 991px) {
      .card { 
      min-width: 49%; 
      height: 330px;
      }
      .carousel-container { width: 98%; margin: 1% auto; }
      .card p { font-size: 1rem; color: #555; 
      font-size: 13px;
      }
      .card-content {
        overflow: hidden;
    }
      
    }