.sectionHeading {
  color: #b31e3b;
  font-family: raleway-extra-bold;
}

.viewAllButton {
  color: #15467b;
  font-weight: 700;
  text-decoration: none;
}

.viewAllButton:hover {
  color: #15467b;
  font-weight: 700;
  text-decoration: none;
}

.customCheckbox input[type="checkbox"]:checked {
  background-color: #b31e3b;
  border-color: #b31e3b;
}
.badge {
  background-color: #b31e3b;
  border-radius: 50%;
  padding: 2px 7px;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "inter-SemiBold";
}

.customCheckboxItem {
  font-family: "inter-regular";
}

.customCheckboxItem:active {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}

.customDropdownToggle:global(.btn.hover) {
  background-color: transparent !important;
  color: #b31e3b !important;
  border: 1px solid #b31e3b !important;
  box-shadow: none !important;
  outline: none !important;
}

.priceTag {
  color: #b31e3b;
}

.searchInput {
  box-shadow: none !important;
  border: 1px solid #aaaa;
}

.imageWrapper {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  background-color: #d9d9d9;
}

.imageContent {
  object-fit: fill;
}

.noImageBox {
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noImageText {
  color: #777;
  font-weight: bold;
  font-size: 14px;
}

.shopTextHeading {
  font-family: raleway-extra-bold;
}
.shopTextParagraph {
  font-family: Open-Sans;
}

.customCheckboxToggle {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: #333333;
  border: 1px solid #aaaaaa;
}
.customCheckboxToggle:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: #333333;
  border: 1px solid #aaaaaa;
}

.filterText {
  color: #71717a !important;
  font-weight: 600;
  font-family: inter-light;
}

.dropdownToggle {
  font-family: "inter-SemiBold";
}

.shopContainer {
  /* padding-top: 10em; */
}
