@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", "sans-serif" !important;
}

[data-next-badge] {
  display: none !important;
}

.common_outer_div {
  width: fit-content;
}

.common_outer_div .weight_div {
  margin-bottom: 10px;
  width: fit-content;
}

.common_outer_div .weight_div .dropdown-toggle {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #799a00;
  border-radius: 4px;
  color: #799a00;
  padding: 3px 11px;
  font-size: 14px;
  font-weight: 500;
  width: 100px;
}

.common_outer_div .weight_div .dropdown-menu {
  min-width: 100px;
  padding: 5px 11px;
  z-index: 1;
}

.common_outer_div .weight_div .dropdown-menu .dropdown-item,
.common_outer_div .weight_div .dropdown-menu .dropdown-item:active {
  padding: 0px;
  background-color: transparent;
  color: #808080;
  font-size: 13px;
}

.common_title_arrow_holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.common_title_arrow_holder .common_title {
  margin-bottom: 0px;
}

.custom_arrows {
  display: flex;
  gap: 8px;
}

.custom_arrows .arrow_btn {
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  transition: all 0.3s;
}

.custom_arrows .arrow_btn:hover {
  background-color: #a3c526;
}

.custom_arrows .arrow_btn:hover .arrow_icon {
  color: #fff;
}

.custom_arrows .arrow_btn .arrow_icon {
  color: #808080;
}

.common_add_cart_btn .Green_btn_holder .Green_btn {
  background: #09558f;
  border: 1px solid #09558f;
  border-radius: 2px;
  color: #fff;
  font-family: unset;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .common_add_cart_btn .Green_btn_holder .Green_btn {
    font-size: 12px;
  }
}
