.delivery-btn{
    width: 100%;
    background-color: #138F46;
    color: #fff;
    height: 45px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
}
.delivery-btn:hover{
    background-color: #007632;
    transition: .3s ease;
}


    .delivery-btn, .go-to-cart-btn {
  background: #138F46;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}


.delivery-btn:hover {
    background-color: #007632;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-btn {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 17px;
  color: #176FE8;

}

.quantity {
  font-family: Golos Text;
  min-width: 20px;
  font-size: 14px;
  text-align: center;
}

.go-to-cart-btn {
  margin-left: auto;
  padding: 5px 10px;
background-color: #E6F4EC;
color: #138F46;
}

.quantity-selector{
    width: calc(100% - 32px);
    margin: 10px 16px;
}
.delivery-btn, .go-to-cart-btn{
    /*padding: 0;*/
    margin: 10px 16px;
    width: calc(100% - 32px);

}