.select {
  /* -webkit-appearance: none;
  -moz-appearance: none; */

  appearance: none;
  background: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M10 1.2832L5.5658 5.7174L1.1316 1.2832" stroke="%23595959" stroke-width="1.5"/></svg>'),
    #f0f0f0;
  background-repeat: no-repeat;
  background-position: top 30px right 20px;
  display: flex;
  width: 100%;
  /* height: 50px; */
  padding: 20.067px 20px;
  align-items: center;
  gap: 19.5px;

  border-radius: 10px;
  /* background: #f0f0f0; */
  border: none;
  color: #595959;

  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.333px; /* 166.667% */
}

/* select {
  background: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Vector" d="M10 1.2832L5.5658 5.7174L1.1316 1.2832" stroke="%23595959" stroke-width="1.5"/></svg>');
  background-repeat: none;
} */
label {
  color: #595959;

  font-family: Satoshi;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.333px; /* 194.444% */
}

input {
  width: 100%;

  border-radius: 10px;
  background: #f0f0f0;
  color: #595959;
  border: none;
  text-indent: 20px;
  padding: 20px 0px;
  text-align: left;
  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.333px; /* 166.667% */
}
.special-details {
  padding: 20px 0px 70px 0px;
}

.no-dogs {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 17.5px;
  justify-content: center;
  align-items: center;
  gap: 17.5px;

  border-radius: 10px;
  background: #f0f0f0;
  color: #595959;

  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.333px; /* 166.667% */
}

.nos-dogs {
  display: flex;
  gap: 12.5px;
}

.content-3 p {
  color: #595959;

  font-family: Satoshi;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.333px; /* 194.444% */
}
.no-dogs.active {
  background: #00b742;
  color: #fff;

  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.333px; /* 166.667% */
}

.content-1 {
  margin-top: 40px;
}

.content-5 .delivery,
.order-form .delivery {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;

  border: 1px solid #f0f0f0;
  padding: 20px;
  border-radius: 10px;

  color: #595959;

  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.333px; /* 166.667% */
}

.content-5 .price,
.order-form .price{
  color: #00b742;
}

.content-4 input#email{
  margin-bottom: 40px;
}

/*.pay-button {
  background-color: #ff9500;
  padding: 18px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 58px;

  color: #fff;
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 156.25% 
} 
.nav {
  width: 88%;
} */
