.rating-filter {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.25rem;
}

.rating-input {
  display: flex;
  align-items: center;
}

.rating-index {
  font-size: 16px;
  width: 2rem;
  margin-left: 0.25rem;
}

.rating-icon {
  color: #fbbf24; /* Custom color for the star icon */
  margin-left: 0.25rem;
}

.rating-bar {
  width: 85%;
  height: 0.5rem; /* Adjust height as needed */
  background-color: #e5e7eb; /* Light gray background */
  border-radius: 0.25rem; /* Rounded corners */
}

.rating-fill {
  height: 100%;
  background-color: #111827; /* Dark background for filled part */
  border-radius: 0.25rem; /* Rounded corners */
}

.VendorBanner {
  width: 100%;
  /* height: 260px; */
  /* object-fit: cover; */
}

.slick-prev {
  z-index: 100;
}

.banner-item-two__slider img {
  object-position: top;
}

.location-box {
  width: 200px;
}
.location-box select {
  width: 100%;
}

.feature-item__thumb img {
  width: 90px;
}

.account {
  background: rgb(241, 241, 241);
}

.mainCustomCircle {
  width: 78px;
  min-width: 78px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productListingSection {
  background: rgb(241, 241, 241);
  padding: 100px 0;
}

.product-card {
  background: #fff;
}

.shop-sidebar__box {
  background: #fff;
}

.searchInput {
  position: relative;
}

.searchInput input {
  position: relative;
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  border: 1px solid rgb(223, 223, 223);
  width: 100%;
}

.searchInput svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  font-size: 26px;
}

.scrollDiv {
  max-height: 200px;
}

.customAbsoluteDiv {
  background: linear-gradient(to right, rgb(0, 0, 0, 0.4), rgb(0, 0, 0, 0.4));
}

.vendors-two-item {
  display: flex;
  align-items: center;
}

.vendors-two-item__thumbs img {
  height: 260px;
}

.vendors-two-item__content {
  margin-right: 10px;
}

.vendors-two-item {
  background: #fff;
}

.customWidth200 {
  width: 100px;
}

.customGreyDiv {
  background: #fff;
}

.vendor-two-details {
  background: rgb(235, 234, 234);
}

.geryDiv {
  background: rgb(233, 233, 233);
}

.sellerDetialBanner img {
  width: 100%;
  border-radius: 7px;
}

.customImageMain img {
  height: 500px;
  width: 100%;
  object-fit: contain;
}

.cutPrice {
  text-decoration: line-through;
}

.storeCard {
  background: rgb(235, 235, 235);
  border-radius: 7px;
}

/*--pack--*/

.pack {
  padding: 80px 0 70px 0;
  background: rgb(236, 236, 236);
}

.pack h1 {
  position: relative;
  color: #090c32;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
}

.pack h1::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  background-color: #ff702d;
  height: 3px;
  width: 120px;
}

.pack .card-p {
  border-radius: 15px;
  width: 100% !important;
  padding: 50px 40px;
  transition: 0.5s;
  background: #ffff;
  margin: 0 20px 0 20px;
  position: relative;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 8px;
}

.pack h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400 !important;
  color: grey;
  margin-bottom: 15px !important;
}

.pack h4 span {
  color: #090c32;
  font-size: 50px;
}

.pack h4 {
  color: #acacac;
  font-size: 18px;
}

.pack p {
  color: #868686;
  font-size: 15px;
  height: 80px;
}

.pack .pack .card-p div {
  width: 100% !important;
}

.location-box {
  width: 200px;
}

.location-box select {
  width: 100%;
}

.pack h4::after {
  position: absolute;
  background-color: #ff702d;
  height: 3px;
  width: 60px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  bottom: 15px;
}

.pack ul {
  list-style: none;
  text-align: left !important;
  font-size: 15px;
  height: 300px;
}

.pack ul li {
  display: flex;
  margin-bottom: 5px;
}

.pack ul li svg {
  font-size: 26px;
  color: #949494;
  padding-right: 5px;
}

.wishlistButtonC {
  background: rgb(233, 233, 233);
  position: absolute;
  top: 10px;
  right: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.wishlistButtonC i {
  font-size: 20px;
  margin-bottom: -4px;
}

.active > .page-link,
.page-link.active {
  background: #ff702d !important;
}

.custom--range input {
  background: #f1f1f1;
  color: #000;
  padding: 10px;
  border-radius: 7px;
  border: 2px solid #919191;
}

.customUl {
  list-style: circle !important;
  margin-left: 25px;
}

.pendingBadge {
  background: rgba(250, 250, 6, 0.774);
  color: #000;
  border: 5px;
  width: 60px;
  text-align: center;
  margin-top: -4px;
  padding: 1px 4px;
  font-size: 10px;
}

.rejectBadge {
  background: rgba(250, 55, 6, 0.774);
  color: #fff;
  border: 5px;
  width: 60px;
  text-align: center;
  margin-top: -4px;
  padding: 1px 4px;
  font-size: 10px;
}

.approvedBadge {
  background: rgba(70, 192, 13, 0.774);
  color: #fff;
  border: 5px;
  width: 67px;
  text-align: center;
  margin-top: -4px;
  padding: 1px 4px;
  font-size: 10px;
}

.quantity__minus,
.quantity__plus {
  background: #ff702d;
}

.cutomPrimaryColour {
  background: #ff702d !important;
}

.table-product__thumb img {
  max-width: 40px !important;
}

.table-product__thumb {
  max-width: 70px !important;
  max-height: 70px !important;
}

.table.style-three tbody tr td {
  padding: 10px !important;
}

.table-product__content .title {
  width: 205px;
  margin-bottom: -3px !important;
}

.payment-item__content p {
  font-size: 13px;
}

.smallText {
  font-size: 13px;
}

.payment-options {
  display: flex;
  gap: 16px;
}

.payment-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.payment-option.active {
  background-color: #14a4b9; /* Highlighted background */
  border-color: #088395; /* Border for active */
  color: #fff; /* Text color for active */
}

.payment-option__image {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.payment-option__label {
  font-size: 14px;
  font-weight: bold;
}

.payment-description {
  margin-top: 16px;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  color: #555;
}
.customRemove::marker {
  display: none;
}

.footer-item__logo a img {
  max-width: 90% !important;
}

.margin-100 {
  margin-top: 100px;
}

@media (max-width: 575px) {
  .logo img {
    max-width: 165px !important;
  }
  .banner-item-two__slider img {
    height: 200px !important;
  }
  .feature-item__thumb img {
    width: 55px;
  }

  .margin-100 {
    margin-top: 30px;
  }
  .productRating .text-md {
    font-size: 10px !important;
  }
  .newSlickStyle .slick-initialized.slick-slider .slick-slide {
    margin: 0 3px;
  }
  .VendorBanner {
    height: auto !important;
  }
  .vendors-two-item__content {
    padding-left: 10px;
  }
  .footerMargin {
    margin-bottom: 30px;
  }
  .btn {
    font-size: 12px !important;
    padding: 5px 14px !important;
  }
  .common-dropdown--sm {
    width: 100px !important;
  }
}

.customSelecter {
  background: #ffffff5d;
  border-radius: 2px;
}

.customSelecter .selected-text {
  padding: 0 8px;
}

.banner-item-two-wrapper {
  z-index: 0;
}

.upload-area {
  border: 2px dashed #e0e0e0;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  background: #fafafa;
  margin-top: 0.5rem;
  cursor: pointer;
}

.upload-area.dragging {
  background: #f5f5f5;
  border-color: #fa6400;
}

.hidden-input {
  display: none;
}

.upload-label {
  cursor: pointer;
  display: block;
}

.upload-icon {
  margin-bottom: 1rem;
}

.upload-icon i {
  font-size: 2.5rem;
  color: #fa6400;
}

.upload-text {
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.browse-text {
  color: #fa6400;
  text-decoration: underline;
  font-size: 0.9rem;
}

.file-list {
  margin-top: 1rem;
  max-height: 300px;
  overflow-y: auto;
}

.file-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}

.file-preview {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 4px;
}

.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.file-preview i {
  font-size: 1.5rem;
  color: #757575;
}

.file-info {
  flex: 1;
}

.file-name {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.file-size {
  margin: 0;
  font-size: 0.8rem;
  color: #757575;
}

.remove-btn {
  background: none;
  border: none;
  color: #757575;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.2s ease;
}

.remove-btn:hover {
  color: #fa6400;
}

@media (max-width: 768px) {
  .upload-area {
    padding: 1rem;
  }

  .file-name {
    max-width: 150px;
  }

  .pack .card-p {
    padding: 20px 10px;
  }

  .pack h4 span {
    font-size: 31px;
  }
}
