.input-error {
  border: 2px solid #dc3545 !important; /* rosso bootstrap */
  background-color: #ffeaea;
  transition: all 0.3s ease;
}
   a {
			text-decoration: none !important;
		}
    .btn-downloadapp {
      color: #333333 !important;
      background-color: #ffcc33 !important;
      border-color: #ffcc33 !important;
      padding-top: 4px !important;
      padding-bottom: 4px !important;
  }
        @media only screen and (max-width: 767px) {
          /*style for mobile*/
          #pulsanteMobile {
             background-color:#9c999a;
            position: fixed;
            bottom: 0;
             display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-justify-content:center;
  justify-content:center;
          }
          #pulsanteDesk {
            display: none;
          }
        }

        @media only screen and (min-width: 768px) {
          /*hide these buttons for the device with the larger width than mobile*/
          #pulsanteMobile {
            display: none;
          }
          #pulsanteDesk {
               position:absolute;
               bottom:0;
          }
        }
              .bd-placeholder-img {
                font-size: 1.125rem;
                text-anchor: middle;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
              }

              @media (min-width: 768px) {
                .bd-placeholder-img-lg {
                  font-size: 3.5rem;
                }
              }



        html, body {
        height: 100%;
        margin:0;
        padding:0;
        }
        #wrap {
        min-height: 100%;
        }
        #main {
        overflow:auto;
        padding-bottom: 80px;
        }
        /* must be same height as the footer */
        #footer {
        position: relative;
        margin-top: 50px; /* negative value of footer height */
        height: 80px;

        clear:both;
        }
        /*Opera Fix*/
        body:before {
        content:"";
        height:100%;
        float:left;
        width:0;
        margin-top:-32767px;/
        }
        #center {
          text-align: center;
        }
        #center2 {
          text-align: center;
        }
    
  .card-header  {
        padding:0px;
        background-color: #424242;
    }

.footer {
  position: fixed;
  right: 4;
  bottom: 0;
  background-color: white;
  color: white;
  text-align: center;
  }
.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px
    ;min-width: 35px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 40px;
    height: 40px;
    font: 40px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 40px;
    font: 40px/1 Arial,sans-serif;
    text-align: top;
    border-radius: 50%;
    background-clip: padding-box;
}
/* div {
    text-align: center;
} */
.minus:hover{
    background-color: #717fe0 !important;
}
.plus:hover{
    background-color: #717fe0 !important;
}
/*Prevent text selection*/

.box {
    padding: 5px 5px 5px 5px;
}
.box .inner {
    background-color: #fff;
}

.barra {
  position: fixed;
  top:0;
  width: 100%;
  height: 60px;
  background-color:#DCDCDC;
}
main {

  margin-top: 150px;
}