.custom-size-btn-wrapper {
  display: flex;
  align-items: center;
}

.custom-size-btn-wrapper .hidden_inputs {
  display: flex;
  align-items: center;
}

.custom-size-btn-wrapper .hidden_inputs .inner_inputs {
    width: 70px;
    margin: 0px 10px 0px 0px;
    font-size: 14px;
}

.custom-size-btn-wrapper .custom-link {
  color: #b87332;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.custom-size-btn-wrapper .custom-link .plus-wrapper {
  height: 20px;
  width: 20px;
  border: 1px solid #b87332;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-size-btn-wrapper .custom-link .plus-wrapper svg {
  font-size: 12px;
}

@media (min-width: 0px) and (max-width: 575.98px) {

  .custom-size-btn-wrapper{
    margin-top: 10px;
  }

  .custom-size-btn-wrapper .custom-link {
    font-size: 13px;
  }

  .custom-size-btn-wrapper .hidden_inputs .inner_inputs {
    width: 70px;
    margin: 0px 10px 0px 0px;
    font-size: 13px;
}

  .custom-size-btn-wrapper .custom-link .plus-wrapper {
    height: 16px;
    width: 16px;
  }

  .custom-size-btn-wrapper .custom-link .plus-wrapper svg {
    font-size: 10px;
  }
}