.row.vista-celda.row-no-gutters, .row.vista-listado.row-no-gutters {
  margin-right: 5px;
  margin-left: 5px; }
  .row.vista-celda.row-no-gutters [class*=col-], .row.vista-listado.row-no-gutters [class*=col-] {
    padding-right: 5px;
    padding-left: 5px; }

.vista-celda .bloque-producto {
  background: #fff; }
  .vista-celda .bloque-producto .imagen {
    /*color:#FFF;*/
    margin: 5px 5px 15px 5px; }
  .vista-celda .bloque-producto .nombre {
    /*color:#FFF;*/
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    height: 90px; }
  .vista-celda .bloque-producto .precio {
    /*color:#FFF;*/
    font-size: 16px;
    color: red;
    background: #eee;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px; }

.vista-listado .bloque-producto {
  background: #fff; }
  .vista-listado .bloque-producto .imagen {
    /*color:#FFF;*/
    /*margin: 5px 5px 0px 5px;*/
    padding: 0px 12px; }
  .vista-listado .bloque-producto .nombre {
    /*color:#FFF;*/
    font-size: 20px;
    /*font-weight: bold;*/
    margin-top: 20px;
    margin-bottom: 10px; }
  .vista-listado .bloque-producto .precio {
    /*color:#FFF;*/
    font-size: 24px;
    color: red;
    font-weight: bold;
    text-align: right;
    margin: 20px 10px 10px 10px; }
    .vista-listado .bloque-producto .precio span {
      padding: 2px;
      background: #eee; }
  .vista-listado .bloque-producto .compra-boton {
    margin-top: 20px;
    margin-bottom: 10px; }

.bloque-producto-compra-boton {
  margin-top: 0px;
  display: flex; }
  .bloque-producto-compra-boton input[type="text"] {
    max-width: 120px;
    min-width: 15px;
    background: #f0f0f0;
    border: 0px;
    margin-right: 1px;
    text-align: center;
    font-size: 15px;
    font-weight: bold; }
  .bloque-producto-compra-boton .variacion {
    margin-right: 3px; }
    .bloque-producto-compra-boton .variacion .var-positiva {
      background: #989898;
      border: 1px #989898 solid;
      border-radius: 3px;
      color: #fff;
      margin: 1px; }
    .bloque-producto-compra-boton .variacion .var-negativa {
      background: #bbb;
      border: 1px #bbb solid;
      border-radius: 3px;
      color: #fff;
      margin: 1px; }
  .bloque-producto-compra-boton .agregar-producto-carrito {
    background: #650f42;
    border: 1px #650f42 solid;
    border-radius: 3px;
    color: white;
    margin: 1px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px; }

@media (max-width: 767px) {
  td > .bloque-producto-compra-boton input[type="text"] {
    max-width: 15px; }

  .botones-etiquetas .btn {
    font-size: 11px;
    padding: 3px 6px; } }
.btn.btn-danger-line {
  border: 1px solid #f75353;
  color: #f75353; }

.btn.btn-default-line {
  border: 1px solid #333;
  color: #333; }

.bloque-carrito-compra p {
  margin-top: 12px; }
.bloque-carrito-compra .number {
  font-size: 15px; }

.btn-fuccia {
  background: #650f42;
  border: 1px #650f42 solid;
  border-radius: 3px;
  color: white; }

.btn-fuccia:focus, .btn-fuccia:hover {
  color: white; }

.btn-ver-carrito {
  background: #650f42;
  border: 1px #650f42 solid;
  border-radius: 3px;
  color: white; }

.btn-ver-carrito:focus, .btn-ver-carrito:hover {
  color: white; }

.btn-warning-1 {
  background: #e9c51b;
  border: 1px #e9c51b solid;
  border-radius: 3px;
  color: black; }

.btn-warning-1:focus, .btn-warning-1:hover {
  color: black; }

.btn-default-1 {
  background: #ddd;
  border: 1px #ddd solid;
  border-radius: 3px;
  color: black; }

.btn-default-1:focus, .btn-default-1:hover {
  color: black; }

.btn-ver-producto-categorias {
  background: white;
  border: 1px white solid;
  border-radius: 3px;
  color: #650f42; }

.btn-ver-producto-categorias:focus {
  color: #650f42; }

.detalle-pedido .cabecera {
  background: #232323;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px; }

.detalle-pedido .compras {
  margin-bottom: 0px; }

.detalle-pedido .info {
  margin-bottom: 0px;
  background: #eee; }

.detalle-pedido .estado {
  padding: 15px;
  border: 1px solid #eee; }

.detalle-pedido .estado .btn-group button {
  padding: 15px; }

.detalle-pedido .estado .btn-danger.activo {
  background: #fff;
  color: #f75353; }

.bell {
  /* display:block;
   width: 40px;
   height: 40px;
   font-size: 40px;
   margin:50px auto 0;
   color: #9e9e9e;*/
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0); }
  1% {
    -webkit-transform: rotateZ(30deg); }
  3% {
    -webkit-transform: rotateZ(-28deg); }
  5% {
    -webkit-transform: rotateZ(34deg); }
  7% {
    -webkit-transform: rotateZ(-32deg); }
  9% {
    -webkit-transform: rotateZ(30deg); }
  11% {
    -webkit-transform: rotateZ(-28deg); }
  13% {
    -webkit-transform: rotateZ(26deg); }
  15% {
    -webkit-transform: rotateZ(-24deg); }
  17% {
    -webkit-transform: rotateZ(22deg); }
  19% {
    -webkit-transform: rotateZ(-20deg); }
  21% {
    -webkit-transform: rotateZ(18deg); }
  23% {
    -webkit-transform: rotateZ(-16deg); }
  25% {
    -webkit-transform: rotateZ(14deg); }
  27% {
    -webkit-transform: rotateZ(-12deg); }
  29% {
    -webkit-transform: rotateZ(10deg); }
  31% {
    -webkit-transform: rotateZ(-8deg); }
  33% {
    -webkit-transform: rotateZ(6deg); }
  35% {
    -webkit-transform: rotateZ(-4deg); }
  37% {
    -webkit-transform: rotateZ(2deg); }
  39% {
    -webkit-transform: rotateZ(-1deg); }
  41% {
    -webkit-transform: rotateZ(1deg); }
  43% {
    -webkit-transform: rotateZ(0); }
  100% {
    -webkit-transform: rotateZ(0); } }
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0); }
  1% {
    -moz-transform: rotate(30deg); }
  3% {
    -moz-transform: rotate(-28deg); }
  5% {
    -moz-transform: rotate(34deg); }
  7% {
    -moz-transform: rotate(-32deg); }
  9% {
    -moz-transform: rotate(30deg); }
  11% {
    -moz-transform: rotate(-28deg); }
  13% {
    -moz-transform: rotate(26deg); }
  15% {
    -moz-transform: rotate(-24deg); }
  17% {
    -moz-transform: rotate(22deg); }
  19% {
    -moz-transform: rotate(-20deg); }
  21% {
    -moz-transform: rotate(18deg); }
  23% {
    -moz-transform: rotate(-16deg); }
  25% {
    -moz-transform: rotate(14deg); }
  27% {
    -moz-transform: rotate(-12deg); }
  29% {
    -moz-transform: rotate(10deg); }
  31% {
    -moz-transform: rotate(-8deg); }
  33% {
    -moz-transform: rotate(6deg); }
  35% {
    -moz-transform: rotate(-4deg); }
  37% {
    -moz-transform: rotate(2deg); }
  39% {
    -moz-transform: rotate(-1deg); }
  41% {
    -moz-transform: rotate(1deg); }
  43% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(0); } }
@keyframes ring {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
.ir-arriba {
  display: none;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #609cec;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2; }

#modal-carrito-compra label.error {
  background: #f75353;
  color: #fff;
  line-height: 17px;
  margin-top: 3px;
  margin-left: 0px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0px 5px; }

.page-ui-element .form-group label {
  font-size: 13px;
  font-weight: 300;
  color: #9a9a9a;
  position: relative;
  top: -3px; }

.login-page form label.error, .modal-dialog form label.error, .page-ui-element .form-group label.error, form label.error {
  color: #f75353; }

.text-bold {
  font-weight: bold; }

/*# sourceMappingURL=bodega.css.map */
