.is-visible {
  opacity: 1;
}
.is-hidden {
  opacity: 0;
}
.is-removed {
  display: none;
}

.div-no-visible{
  display: none;
}



#message {
  margin: 0 auto;
  width: 100%;
  padding: 10px;

  margin-top: 20px;

    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position:fixed;
  top:0; /* Keep at the very top of the viewport */
    z-index: 1600;
      -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
      -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}

.alerta{
  background-color: rgba(255, 3, 0, 0.58);!important;
  color: white;
}

.notificacion{
  background-color: rgba(46, 225, 65, 0.49);
  color: black;
}

.blockDiv {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #FFF;
        width: 0px;
        height: 0px;
        z-index: 1500;
}

#carrito_amount{
  position: relative;
  right: 55px;
  top: 30px;
}

.plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    }
.minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    background-clip: padding-box;
}

.minus:hover{
    background-color: #717fe0 !important;
}
.plus:hover{
    background-color: #717fe0 !important;
}
/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
#fila_abajo{
    display: contents;
}

@media only screen and (min-width: 21px) and (max-width: 767px){
    .table100-head th{
        display: none;
        width: 20px !important;
        padding-left: 8px;
        font-size: 15px !important;
    }
    .table100 {
        padding-top: 0 !important;
    }
    #fila_abajo{
        display: flex;
    }
}
@media (max-width: 575px){
    .product-heading h2{
        font-size: 28px;
        margin-left: 65px;
        text-align: center;
    }
}

.div-no-visible-esp{
  display: none!important;
}