.sidebar div#prod-loading-wheel {
    position: relative;
    display: block;
}

.sidebar ul.products.columns-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sidebar div#prod-loading-wheel {
    position: relative;
    width: 60%;
    flex: 0 0 60%;
    margin: 0 20%;
}

.sidebar .the-product-wrapper {
    display: none !important;
}

.sidebar .search-wrapper {
    margin: 0 0 20px 0;
}

.sidebar .search-wrapper input {
    width: 100%;
}

.sidebar .filter-slider-wrapper {
    background: white;
    padding: 20px 20px 40px 20px;
    border-radius: 20px;
}

.sidebar .product-search {
    background: #f3f3f3;
    padding: 20px 20px !important;
}

.sidebar .filter-slider-wrapper {
    background: white;
    padding: 20px 20px 40px 20px;
    border-radius: 20px;
    margin: 20px 0;
}

.sidebar .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.sidebar .price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.sidebar .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.sidebar .filter-slider-wrapper .price-input .field input {
    font-size: 13px;
}

.sidebar .field input {
    height: 70%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
	 -webkit-appearance: none;
	padding: 0;
	
}

.sidebar .field input::-webkit-outer-spin-button,
.sidebar .field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.sidebar .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}


/*==================*/

/* Import Google Font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

::selection{
  color: #fff;
  background: #17A2B8;
}
.sidebar .wrapper{
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.sidebar .price-input{
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.sidebar .price-input .field{
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.sidebar .field input{
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.sidebar input[type="number"]::-webkit-outer-spin-button,
.sidebar input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.sidebar .price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.sidebar .slider{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.sidebar .slider .progress{
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #931d1d;
}

.sidebar .range-input{
  position: relative;
}
.sidebar .range-input input{
  position: absolute;
  width: 100%;
  height: 30px;
  top: -17px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   padding: 0;
}

.sidebar .range-input input {
    background: none !important;
}
.sidebar input[type="range"]::-webkit-slider-thumb{
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #931d1d;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.sidebar input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.sidebar .slider-wrapper {
    background: white;
    padding: 20px 20px 40px 20px;
    border-radius: 20px;
}

.sidebar .slider-title h2 {
    font-size: 1.2rem;
}

.sidebar .slider-title p {
    font-size: .75rem;
}

.sidebar .slider-wrapper .price-input .field input {
	font-size: 13px;
}

.sidebar .filterContainer {
    margin: 10px 0;
}

.sidebar .colorcontainer, .sizescontainer {
    padding: 10px;
}

.sidebar .woocommerce-page .widget {
	padding: 0px;
}

.sidebar .filter-slider-title h2 {
    font-size: 1rem;
    font-weight: bold;
}

.sidebar .filter-slider-title p {
    font-size: .75rem;
}

.sidebar .search-wrapper input {
    background: white !important;
    box-shadow: inset 1px 1px 1px black;
}

.woocommerce li.product {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
  white-space: normal;
}