body {
    padding-top: 65px;
}

.sticky-top {
    top: 65px !important;
}

.bg-light-gray{
    background-color: #ced4da !important;
}

.light-gray{
    color: #ced4da !important;
}

.top-60{
    margin-top: 60px !important;
}
.carousel img, .card-img-top{
    width: 100%;
    height: 40% !important;
    object-fit: fill;
}

.cursor-pointer{
    cursor: pointer;
}

.img-circle {
    border-radius: 50%;
}

.img-tipo-distri{
    height: 32px;
    width: 32px;
    object-fit: cover;
}

.img-ditri{
    height: 120px !important;
    width: 40px !important;
    object-fit: cover;
}

/* Prodotti On-demand vending */
.img-prodotto{
    width: 100%;
    max-height: 100px !important;
    /* height: 252px !important; */
    object-fit: contain;
    /* padding: 5px; */
}
.prodotto-card-title {
    min-height: 30px;
    font-size: 10px;
}

.img-prodotto-tipo{
    height: 36px !important;
    width: 36px !important;
    padding: 4px;
}

.product-card{
    border-radius: 20px !important;
}

.radius-20{
    border-radius: 20px !important;
}

.radius-primary{
    border-radius: 20px !important;
}

/* .product-header{
    border-top-left-radius: 20px  !important;
    border-top-right-radius: 20px  !important;
} */

.product-footer{
    border-bottom-left-radius: 20px  !important;
    border-bottom-right-radius: 20px  !important;
}

.add-card{
    color: #ccc;
}
/* For questionari faces */
.rating [type='radio'] {
    opacity: 0;
}

/* Cart countr */
.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
  }

  .label-warning[href],
  .badge-warning[href] {
    background-color: #c67605;
  }
  #lblCartCount {
      font-size: 12px;
      background: #ff0000;
      color: #fff;
      padding: 0 5px;
      vertical-align: top;
      margin-left: -10px;
  }

  .logo{
      border-radius: 20px;
  }

.form-check-label
{
    font-size: 10px !important;
    text-transform: capitalize;
}

/* Component Distributore */
.fs-8{
    font-size: 10px;
}

.localita{
    font-size: 0.7em;
}

.azienda{
    font-size: 0.6em;
}
.ragsoc
{
    font-size: 0.8em;
}

.tur-btn-w-ico{
    border: 1px solid #b2b2b2 !important;
}


.fs-8{
    min-height: 40px;
    font-size:  11px;
    padding-top: 5px;
}

.tur-border
{
    border-color: #b2b2b2 !important;
    border-radius: 10px;
}

.page-link {
    color: #ff6600; /* your desired text color */
}

.page-link:hover {
    color: #cc5200; /* color on hover */
}