.Stock_inputs {
  max-width: 645px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}
.Stock_inputs:last-child {
  margin-bottom: 0;
}

.Stock_inputs label {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.166666666666667;
  color: #454545;
  cursor: auto;
  font-weight: normal;
}
.front_end_Settings {
  max-width: 550px;
  -ms-grid-columns: 2.2fr 1.7fr 0.6fr;
  grid-template-columns: 2.2fr 1.7fr 0.6fr;
  grid-gap: 26px;
}

.front_end_Settings .color_picker {
  position: relative;
  font-size: 18px;
  line-height: 1.166666666666667;
  color: #858585;
  padding: 8px 10px 8px 36px;
  border-radius: 4px;
  width: 0px;
  cursor: pointer;
  border: 1px solid gray;
}

.front_end_Settings .color_picker_free {
  position: relative;
  font-size: 18px;
  line-height: 1.166666666666667;
  color: #858585;
  padding: 8px 10px 8px 55px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
}
.front_end_Settings .color_picker_free::before {
  content: "";
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  position: absolute;
  background-color: #c266fa;
  border-radius: 4px 0 0 4px;
}
.stock_color_box {
  margin-left: 12px;
}
.front_end_Settings .color_picker::before {
  content: "";
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  position: absolute;
}

.get_pro {
  color: #337ef8;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.214285714285714;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.get_pro:hover {
  color: #135e96;
}
/* .get_pro_to {
  margin-top: 10px;
  margin-left: 20px;
} */
.choose_color {
  /* position: absolute; */
  margin-left: 107%;
  margin-top: -13px;
}
@media only screen and (max-width: 575px) {
  .Stock_inputs {
    -ms-grid-columns: (1fr) [1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 15px !important;
  }
  .color_picker_free {
    width: 50% !important;
  }
  .choose_color {
    /* position: absolute; */
    margin-left: 18%;
    margin-top: -43px;
  }
}
@media only screen and (max-width: 450px) {
  .choose_color {
    /* position: absolute; */
    margin-left: 25% !important;
    margin-top: -43px;
  }
}
