  .form-control{
    border-radius: 0px;
    border-color: #0d6efd;
    cursor: pointer;
  }
  #main {
    background-image: url(/mc_comp/mc_img/back1.webp);
    background-size: cover;
    background-attachment: fixed;
  }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1* var(--bs-nav-tabs-border-width));
    background: #c00000;
    border: var(--bs-nav-tabs-border-width) solid #c00000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ffffff;
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #0d6efd;
    border-color: #fff;
  }
  .main-disp {
    background-image: url(../mc_img/final6.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .numbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .quantity {
  display: flex;
  border: 2px solid #0d6efd;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height:30px;
  width:150px;
}

.quantity button {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 40px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #c00000;
}

.input-box {
  width: 68px;
  height: 26px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}
