.header-widget-region {
  display: block !important;
}

h1.woocommerce-products-header__title {
  text-align: left;
}

.woocommerce-products-header {
  display: none;
}

/* Below Header Filter Section Styles */
.storefront-sorting:before {
  display: none !important;
}

.storefront-sorting {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, minmax(100px, 1fr));
  grid-row-gap: 20px;
  background: transparent !important;
  place-items: center;
}

.storefront-sorting form {
  margin-bottom: 0;
}

.widget_price_filter {
  grid-column: 4/-1;
  grid-row: 2;
  /* padding-left: 40px !important; */
  place-self: stretch;
}

.select2-container--default .select2-selection--single {
  background-color: var(--chestnut) !important;
  border-radius: 20px !important;
}

.select2-selection__placeholder {
  color: var(--canvas) !important;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 10px;
}

span.select2-selection__rendered span,
span.select2-selection__rendered {
  color: #fff !important;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

.woocommerce-ordering {
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
  margin-left: 5px;
}

.woocommerce-pagination {
  grid-column: 3/-1;
  grid-row: 3;
  justify-self: end;
}

.woocommerce-result-count {
  grid-column: 1/-1;
  grid-row: 3;
  justify-self: center;
}

.ar-products-sort {
  margin: 0 5px;
  justify-self: stretch;
}

.ar-products-sort:first-child {
  /* justify-self: end; */
}

.ar-products-sort.widget_price_filter {
  /* margin-left: 0; */
  /* margin-right: 0; */
}

@media (max-width: 900px) {
  .ar-products-sort {
    margin-bottom: 10px;
  }
}
