 .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;
 }
 .imgtienda{
max-width: 80%;
    height: auto;
    margin: 2% 0%;
    width: 100%;
 }
 .imgdistri{
  width: 100%;
  height: auto;
  margin: 0 0;
 }
 .delete{
  text-decoration: line-through;
 }
 .precio_oferta{
  color: red;
  font-size: 34px;
  font-family: fantasy;

 }
.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: 69px;
  right: 20px;
  z-index: 999;
  background: white;
  border: 3px solid var(--theme-color);
  border-radius: 47%;
  text-align: center;
}
.carritointem{
font-size: 30px;  
margin: 0;
padding: 0;
border-radius: 50%;
}
#numerito{
  position: absolute;
  top: -11px;
  right: 0;
  font-size: 22px;
  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%;
        }
@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;
   }
 }
