 .header-logo>a>img{
    width: 50%;
    border-radius: 50%;
 }
 .divimg1{
   background-color: #f8ffdc;
   width: 100%;
   height: 240px;
   border-radius: 10%;

 }
 .product .content .price span.old {
   text-decoration: none;
}
.foot{
  position: relative;
    bottom: 0px;
    height: 260px;
}
.minicart-message2{
  margin-top: 5px;
  margin-bottom: 0;
}
.px400{
  height: 400px; 
}
.mostrar{
  display: block;
}
.ocultar{
  display: none;
}
.agregar01{
  background-color: rgba(247, 96, 27, 0.829) !important;
  cursor: pointer;
}
.agregar01:hover{
  background-color: rgb(13, 161, 0) !important;
  transition: 0.5 ease-in-out;
}