/*Sigle Product*/
.wp-product-single-thumbs{
    overflow-y: scroll;
    width: 100%;
    /*height: 150px;*/
    margin-top:8px;
    height: auto;
    max-height: 350px;
    /*scrollbar-width: thin; /* Anchura de la barra de desplazamiento */
    /*scrollbar-color: #333 #f0f0f0; /* Color de la barra y del fondo */
}

.wp-product-single-thumbs::-webkit-scrollbar {
    width: 8px;
  }
  
   /* Estilos barra (thumb) de scroll */
  .wp-product-single-thumbs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
  
  .wp-product-single-thumbs::-webkit-scrollbar-thumb:active {
    background-color: #999999;
  }
  
  .wp-product-single-thumbs::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  
   /* Estilos track de scroll */
  .wp-product-single-thumbs::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
  }
  
  .wp-product-single-thumbs::-webkit-scrollbar-track:hover, 
  .wp-product-single-thumbs::-webkit-scrollbar-track:active {
    background: #d4d4d4;
  }
  




.wp-product-single-thumbs img{
    padding:8px;
}