#overlayed{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
  
  #overlayed.show{
    display: block;
  }
  
  .dropdown-menu{
    z-index: 99999997;
  }

.button-cantidad svg{
    transition: .3s;
}
.button-cantidad svg.active{
    transform: rotate(90deg);
}

.dropdown-item.active, .dropdown-item:active{
    background-color: inherit;
}
.dropdown-menu{
    min-width: 12rem;
}
.cantidad-dropdown::placeholder{
    font-size: .85rem;
}

/*
.dropdown-menu-center {
    right: auto !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 40px) !important;
    -o-transform: translate(-50%, 40px) !important;
    transform: translate(-50%, 40px) !important;
}
*/