.form-check-input {
	border-radius: 0.3rem !important;
	border: 1px solid rgb(100, 100, 100, 1.0);
}
.lateral_div {
	border-bottom: 1px solid rgb(200, 200, 200, 1.0);
  padding: 2rem 0rem 2rem 1rem;
}
.div_produto {
	width: 100% !important;
}
.lista_produto_div {
	margin-top: 2rem;
}

.lista_produto_div_shadow:hover {
	box-shadow: 0px 0px 30px 2px gray;
}
.hidden {
	display: none;
}



.range_container {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.sliders_control {
  position: relative;
  min-height: 20px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;  
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #4d94dc, 0 0 9px #4d94dc;
  -webkit-box-shadow: inset 0 0 3px #4d94dc, 0 0 9px #4d94dc;
}

input[type="number"] {
  color: #8a8383;
  width: 50px;
  height: 30px;
  font-size: 20px;
  border: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none; 
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

.ordenar_label{
  padding: 6px;
  padding-right: 1rem;
}

.ordenar_input{
  padding: 6px;
  border: 1px solid gray;
  border-radius: 0.4rem;
  max-width: fit-content !important;
  padding-right: 30px !important;
}