.sidebar_container {
  width: 100%;
  min-width: 277px;
  max-width: 258px;
  /* padding-right: 10px; */
  background-color: #f8f3e9;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 13.5px;
  color: #2d2d2d;
  min-height: 100vh;
  display: block;
  margin-top: 15px;
}

/* .cards_container {
  margin-left: 10px !important;
} */


.rfq-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-top: 4px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rfq-stats-row {
  display: flex;
  gap: 10px;
}

.rfq-stat-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e8e0d4;
  border-radius: 6px;
  padding: 10px 8px 8px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.rfq-stat-icon {
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
}

.rfq-stat-icon svg {
  fill: #4a4a4a;
}

.rfq-stat-number {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
}

.rfq-stat-label {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
  line-height: 1.3;
}

.rfq-plus {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.rfq-divider {
  border: none;
  border-top: 1px solid #d9d2c5;
  margin: 8px 10px;
}

.rfq-filter-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-left: 10px;
}

.rfq-filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rfq-checkbox-label,
.rfq-radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  flex: 1;
}

.rfq-checkbox,
.rfq-radio {
  display: none;
}

.rfq-checkmark {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.5px solid #aaa;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
}

.rfq-checkbox:checked+.rfq-checkmark {
  background: #ffffff;
  border-color: #6eb7e5;
}

.rfq-checkbox:checked+.rfq-checkmark::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.rfq-radiomark {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.5px solid #aaa;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: relative;
  transition: border-color 0.15s;
}

.rfq-radio:checked+.rfq-radiomark {
  border-color: #6eb7e5;
}

.rfq-radio:checked+.rfq-radiomark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.rfq-filter-text {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
}

.rfq-count {
  font-size: 12px;
  color: #666;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 14px;
}




.rfq-search-wrap {
  position: relative;
  margin-bottom: 8px;
}

.rfq-search-input {
  width: 100%;
  padding: 6px 30px 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
  color: #333;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.rfq-search-input:focus {
  border-color: #888;
}

.rfq-search-icon {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.rfq-reset-link {
  color: #2563eb;
  font-size: 12.5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 2px;
}

.rfq-reset-link:hover {
  text-decoration: underline;
  color: #1d4ed8;
}


/* ==== Main Content Card Section ==== */

.open_rfqBtn {
  padding: 10px 20px;
  background-color: #e0bb7f;
  color: black;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


/* ==== Product Cards ==== */
.rfq-product-card {
  width: 220px;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #e5e0d8;
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 10px;
  display: flex;
  flex-direction: column;
}

.rpc-image-wrap {
  position: relative;
  width: 100%;
  height: 155px;
  overflow: hidden;
}

.rpc-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rpc-bids-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.88);
  color: #1a1a1a;
  font-size: 11.5px;
  font-weight: 600;
  padding: 3px 9px 3px 7px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(2px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  line-height: 1.4;
}

.rpc-bids-dot {
  width: 9px;
  height: 9px;
  min-width: 9px;
  border-radius: 50%;
  background: #e53e3e;
  display: inline-block;
}

.rpc-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rpc-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.rpc-details {
  flex: 1;
  margin-bottom: 14px;
}

.rpc-detail-row {
  padding: 5px 0;
}

.rpc-detail-text {
  font-size: 12.5px;
  color: #444;
  line-height: 1.4;
}

.rpc-hr {
  border: none;
  border-top: 1px solid #ece8e0;
  margin: 0;
}

.rpc-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #c8a96e;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 0;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s;
  margin-top: auto;
}

.rpc-btn:hover {
  background: #b8965a;
  color: #fff;
  text-decoration: none;
}

#hamburger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.close_btn,
.clear_btn,
.apply_btn {
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
}

.close_btn {
  border: 1px solid #d33;
  background: #fff;
  color: #d33;
}

.clear_btn {
  border: 1px solid #888;
  background: #fff;
  color: #555;
}

.apply_btn {
  border: 1px solid #E0BB7F;
  background: #E0BB7F;
}

.buttons_container {
  display: none !important;
}

/* ==== Carousel Styling ==== */

.rfq-carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.rfq-cards-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px;
  padding: 10px 0;
  margin-top: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 960px;
  max-width: 960px;
  min-width: 0;
}

.rfq-carousel-btn {
  background: #E0BB7F;
  border-radius: 50px;
  width: 30px;
  height: 40px;
  min-width: 38px;
  line-height: 1;
  color: black;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, color 0.2s;
  padding: 0;
}

.rfq-carousel-btn:hover {
  background: #c8a96e;
  color: black;
}

.rfq-loader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

/* Responsive Styles */
@media (max-width: 991px) {

  #hamburger-btn {
    display: flex;
    z-index: 100;
    margin-top: 20px;
    gap: 5px;
    align-items: center;
    background-color: #db1a2e;
    padding: 5px 10px;
    border-radius: 5px;
  }

  .ps-layout--shop {
    position: relative;
  }

  .sidebar_container {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99999;
    overflow-y: auto;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: none;
    margin-top: 0px;
  }

  .sidebar_container.active {
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
}

@media (max-width: 991px) {
  .buttons_container {
    display: flex !important;
  }
}


/* ------------------------------------------------------ */