.aligncenter {

    width:100%;
      /* display: flex !important; */
    flex-wrap: wrap  !important;
    justify-content: center !important;
    align-items: center !important;
    /* display: -webkit-flex !important; */
    -webkit-flex-wrap: wrap !important;
    -webkit-justify-content:center !important; 
    -webkit-align-items: center !important;   
  }

  .pointer{
    cursor:pointer;
  }
  @font-face {
    font-family: "patua";
    src: url("../font/Patua_One/PatuaOne-Regular.ttf");
    
  }

  body{
    font-family: sans-serif !important;
  }
.bold{
  font-weight: bold;
}
  .menu_items {
    color: #747474 !important;
    font-weight: bold;
    font-size: 14px;
  }
  .menu_items:hover {
    color: #f2d546 !important;
    border-bottom:1px solid #f2d546 !important;
  }
  .menu_items.active {
    color: #f2d546 !important;
    border-bottom:1px solid #f2d546 !important;
  }

  
  .menu_items_f {
    color: #747474 !important;
    font-weight: bold;
    font-size: 14px;
  }
  .menu_items_f:hover {
    color: #f2d546 !important;
  }

  .c-black{
    color:black !important;
  }
.card-product:hover{
  border:1px solid #f2d546;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
  .c-red{
    color:#f2d546 !important;
  }
  .ico-red{
    color:#f2d546 !important;
    opacity: 0.7;
  }
  .ico-red:hover{
    opacity: 1;
  }

  .item-menu:hover{
    color: white !important;
    background-color: #f2d546 !important;
  }

.btn-p{
  color: white !important;
  background-color: #f2d546 !important;
  border:1px solid #f2d546 !important;
}

.btn-p:hover{
  color: white !important;
  background-color: #cab23b !important;
  border:1px solid #cab23b !important;

}
.icone_men{
  color:white;
}
.icone_men:hover{
  color:#d5d5d5;
}
.btn-principal{
  color: #f2d546 !important;
  background-color: white !important;
  border:1px solid #f2d546 !important;
}

.btn-principal:hover{
  color: white !important;
  background-color: #f2d546 !important;
  border:1px solid #f2d546 !important;

}
  /* progress */
  .progress-bar{
    background-color: #f2d546 !important;
  }
  /* progress */
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f2d546 !important;
}

.list-unstyled {

  list-style: none;
}


.td-none{
  text-decoration: none !important;
  color:inherit
}
.foot_items_f{

  font-size:12px !important; 
  color: #747474 !important;
}
.foot_items{

  font-size:12px !important; 
  color: #747474 !important;
}
.foot_items:hover {
  color: #f2d546 !important;
}