/* Latulipe quantity controls */
.latulipe-qty{
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.latulipe-qty__btn{
  width:36px;
  height:36px;
  border:1px solid #d56a7a;
  border-radius:10px;
  background:#ffffff;
  color:#2b2b2b;
  font-weight:700;
  font-size:18px;
  line-height:1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
}

.latulipe-qty__btn:hover{
  background:#8fbcc2;
  color:#ffffff;
}

.latulipe-qty__input{
  width:56px !important;
  height:36px !important;
  text-align:center !important;
  border:1px solid #d56a7a !important;
  border-radius:10px !important;
  font-weight:600 !important;
  padding:0 6px !important;
}

@media (max-width: 767px){
  .latulipe-qty__btn,
  .latulipe-qty__input{
    height:40px !important;
  }
  .latulipe-qty__btn{
    width:40px;
  }
  .latulipe-qty__input{
    width:64px !important;
  }
}
