

#card{    
    justify-content: center
}

#card-icono {
    display: none;
}





.sidebar-social li {
  text-align: center;
  width: 31.9%;
  margin-bottom: 0px !important;
  margin-top: 30px !important;
  display: inline-block;
  font-size: 10px;
  padding: 0;
}

.sidebar-social i {
  display: block;
  margin: 0 auto 10px auto;
  width: 32px;
  height: 32px;
  margin: 10px auto 0;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  color: #444444;
  margin-top: 0;
  padding-top: 5px;
}

.sidebar-social a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0px;
}

.sidebar-social a span {
  color: black;
  font-size: 15px;
  padding: 5px 0 10px 0;
  display: block;
  text-transform: uppercase;
  font-family: 'Montserrat';
  letter-spacing: 1px;
}
/* CSS para posicionar el bade cerca del carrito*/
.cart {
  position: relative;
}

#cart_menu_num {
  position: absolute;
  top: -8px;
  left: 40px;
  
  background: red;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 2px;
}

#cant-pedidos {
    position: absolute;
    top: -8px;
    left: 40px;

    background: red;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 2px;
}