/* ===== Button ===== */
.button {
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 36px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}
.ghostButton {
  display: inline-block;
  border: solid 1px transparent;
  border-radius: 10px;
  padding: 0px 10px;
}
.ghostButton:hover {
  border: solid 1px currentColor;
}

.button.singleLine {
  border: solid 1px;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: .3px;
}
.button.singleLine:hover {
  border: solid 1px currentColor;
  background-color: #3861a1 !important;
  color: white !important;
}
.button.badge {
  border: solid 1px;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: .3px;
}

.btn-sepeteekle {
  background-color: #24cc40;
  color: white;
  padding: 0px 15px;
  line-height: 42px;
  width: 100%;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn-sepeteekle:hover {
  background-color: #048f1b !important;
}
.ser_Select {
  height: 42px;
  cursor: pointer;
  background-color: #03ac5124;
  border-radius: 5px;
  border: solid 1px #24cc40;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 5px;
}

.inp-sepeteEkle {
  /*background-color: #03ac5124;*/
  border-radius: 3px;
  color: #24cc40;
}
.inp-sepeteEkle input {
  color: #24cc40;
}
.inp-sepeteEkle .minus,
.inp-sepeteEkle .plus {
  height: 42px;
  width: 42px;
  min-height: 42px;
  min-width: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 5px;
}

.inp-sepeteEkle .minus:hover,
.inp-sepeteEkle .plus:hover {
  background-color: #24cc40;
  color: white !important;
}
/* ===== Button End ===== */
/* ===== Inputs ===== */
.textInput {
  border-radius: 7px;
  line-height: 40px;
  border: solid 1px #54565b;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
/* ===== Inputs End ===== */
/* ===== Label =====  */
.label {
  border: solid 2px currentColor;
  line-height: 30px;
  padding: 0px 15px;
  display: inline-block;
}
/* ===== Label End =====  */