/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1744281641
Updated: 2025-04-10 10:40:41

*/
.container {
  font-family: "Poppins", Sans-serif;
  max-width: 1160px;
  margin: auto;
  padding: 0px 20px;
}
.product-category-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 15px;
}
.product-category-card {
  min-height: 350px;
  overflow: hidden;
  max-height: 350px;
  position: relative;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.user-product-category-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.user-favorites {
  margin-block: 100px;
}
.product-category-card:hover {
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
}
.product-category-card img {
  width: 100%;
  height: 100%;
}
.category-name {
  position: absolute;
  bottom: 0;
  padding: 1.25rem;
  font-size: 0.95rem !important;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 100%;
  z-index: 999;
  color: #fff !important;
}
.product-category-card::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 78%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.um-login,
.um-register {
  max-width: none !important;
}
.um-login input,
.um-register input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.4rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.um-login label,
.um-register label {
  color: #868e96;
  font-size: 0.8rem !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
}
.um-register .um-field-checkbox-option {
  color: #868e96 !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: inherit;
}
#um-submit-btn {
  background-color: #d10f1c !important;
  border-color: #b50713 !important;
  width: 100% !important;
  display: block !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.6rem !important;
  color: #fff !important;
}
.um-register .um-field .select2.select2-container .select2-selection,
.um-register .um-search-filter .select2.select2-container .select2-selection {
  border-radius: 0.4rem !important;
}

select {
  --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-position: right 0.85rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}

.page-id-590 .producer-card h3 {
  margin-top: 10px;
}

.search-result-main .container,
.page-template-page-add-restaurant .container {
  width: 100%;
  max-width: 1160px;
  padding: 0px 20px;
  margin: 0 auto;
}
.restaurant-form-container {
  padding: 30px;
  border-radius: 10px;
  margin: 50px auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 100%;
  max-width: 1160px;
}
.restaurant-form-container form p textarea#restaurant_description {
  min-height: 44px;
}
.restaurant-form-container form {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.restaurant-form-container form p {
  flex: 0 0 49%;
  margin-bottom: 0px;
}
.input-container label,
.restaurant-form-container form p label {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

.restaurant-form-container .input-container.checkbox-container,
.restaurant-form-container .input-container.schedule-container {
  grid-column: span 2;
}

.input-container input[type="file"] {
  width: 100%;
  padding: 5px;
}
.restaurant-form-container .checkbox-input {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
  color: grey;
}

.restaurant-form-container .input-submit {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 6.9px 6.9px 6.9px 6.9px !important;
  padding: 12px 16px 12px 16px !important;
  background-color: var(--e-global-color-accent) !important;
  color: #fff;
  margin-top: 30px;
}
.restaurant-form-container .add-schedule-btn {
  font-size: 14px;
  padding: 5px 10px;
  background: #939495;
  border: none;
  color: #fff;
  font-weight: 500;
}
[type="checkbox"] {
  accent-color: #cf0f1c;
}
.input-container input,
.input-container textarea,
.input-container select,
.restaurant-form-container form p input,
.restaurant-form-container form p textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}
.restaurant-form-container .schedule-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 15px;
}
.restaurant-form-container form p input:focus,
.restaurant-form-container form p textarea:focus {
  outline: 1px solid #d10e1c;
  border: 0px;
}
.restaurant-form-container form p input[type="file"] {
  width: 100%;
}
.update-submit-bt button,
.edit-submit-bt button,
.edit-restaurant-bt button,
.restaurant-form-container form p input[type="submit"],
.filter-button {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 6.9px 6.9px 6.9px 6.9px !important;
  padding: 12px 16px 12px 16px !important;
  background-color: var(--e-global-color-accent) !important;
  color: #fff;
  margin-top: 30px;
}
.restaurant-form-container h2 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
}

.page-id-590 .producer-card img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  height: 200px;
  object-fit: cover;
}
.product_details p {
  color: #868e96 !important;
  font-size: 0.875rem;
}
.image_group::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: 0.3;
  background: #000;
  border-radius: 10px 10px 0px 0px;
}
.image_group {
  position: relative;
  height: 200px;
}
.producer-list {
  width: 100%;
}
.image_group h3 {
  z-index: 1;
  position: absolute;
  right: 1.25rem;
  bottom: 0.75rem;
  left: 1.25rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.product_details {
  padding: 1.25rem;
}
.range-slider input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: red;
  border-radius: 2px;
  outline: none;
  margin: 0;
  padding: 0;
}
.range-slider {
  position: relative;
  height: auto;
  margin-top: 15px;
}
.success_message {
  background-color: #e6f9f0;
  border: 1px solid #27ae60;
  color: #2d7d4f;
  padding: 8px 31px;
  border-radius: 6px;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
.producer-filter-top-text {
  margin-bottom: 40px;
}
.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: transparent;
  height: 0px;
}
span.search-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  top: 7px;
  right: 9px;
  font-size: 16px;
  color: #cbcbcb;
}
.admin-edit-user .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.admin-edit-user {
  margin-block: 100px;
  font-family: "Poppins", sans-serif;
}
.favorite-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
}
.favorite-btn .fa-heart.text-red-500 {
  color: red;
}
.favorite-btn .fa-heart.text-gray-400 {
  color: #ccc;
}
#masthead .hfe-menu-item {
    text-transform: uppercase;
}
.menu-search-form input {
  border: 1px solid #dddddd !important;
  outline: none !important;
  border-radius: 50px;
  text-indent: 10px;
}
.ehf-header #masthead {
  z-index: 9999;
}
.menu-user-dropdown {
  position: relative;
  display: inline-block;
}

.menu-user-trigger {
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 2px solid red;
}

.custom-user-menu {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 999;
  padding: 10px 0;
}

.custom-user-menu.show-menu {
  display: block;
}

.custom-user-menu a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.custom-user-menu a:hover {
  background-color: #f5f5f5;
}
.horeca-producer-search-form {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}
.horeca-form-wrapper {
  display: flex;
  background: white;
  border-radius: 40px;
  overflow: hidden;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.horeca-form-wrapper input {
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  outline: none;
}
.horeca-form-wrapper select {
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  outline: none;
  appearance: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuMDAyIDcuODQ3bDYuOTg3LTYuNzYzLTEuMzU1LTEuNDg0TDcgNS4wMTIgMS4zNjYgMS4xLjk3IDEuODg0eiIgZmlsbD0iI2NjYyIvPjwvc3ZnPg==")
    no-repeat right 1rem center;
  background-size: 12px;
  padding-right: 2rem;
}
.horeca-form-wrapper button {
  background: #d10f1c;
  color: white;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 40px;
}
/* WebKit Thumb (Chrome/Safari) */
.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  height: 16px;
  width: 4px;
  background: red;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

/* Firefox Thumb */
.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  height: 16px;
  width: 4px;
  background: red;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

/* Track base - static */
.range-slider::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #ccc;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}

/* Active filled range */
.range-slider::after {
  content: "";
  position: absolute;
  height: 2px;
  background: red;
  top: 50%;
  transform: translateY(-50%);
  left: var(--min-fill, 0%);
  right: calc(100% - var(--max-fill, 100%));
  z-index: 2;
}
/*.range-slider input[type="range"] {
    background: linear-gradient(
        to right,
        #4CAF50 var(--min-fill, 0%),
        #ccc var(--min-fill, 0%)
    );
}*/
.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  color: #888;
  margin-top: 30px;
}

.range-slider input#max_price_slider {
  position: absolute;
  right: 0;
}
.product-pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
  gap: 10px;
}
.product-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 5px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.product-pagination .page-numbers:hover {
  background: #d10f1c;
  color: #fff;
}
.page-numbers.current {
  background: #d10f1c !important;
  color: #ffff;
}

.pending-approvel-main {
  margin-block: 100px;
}
.pagination-wrapper ul {
  display: flex;
  list-style-type: none;
  gap: 15px;
  justify-content: center;
}

.pagination-wrapper ul li .page-numbers {
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  min-width: 34px;
  text-align: center;
  border-radius: 22px;
  background: #ff000012;
}

.search-result-main {
  margin-block: 100px;
}
.search-result-main table tbody tr td a {
  color: #747474;
}
.admin-add-user {
  margin-block: 100px;
  font-family: "Poppins", sans-serif;
}
.admin-add-user .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.pending-approvel-main .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.user-favorites .favorite-card {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 5px;
  border-radius: 10px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.user-favorites img.restaurant-image {
  border-radius: 60px;
  margin-left: 5px;
  width: 50%;
}
.user-favorites .restaurant-name {
  font-weight: 700;
  font-size: 18px;
}
.general-info-main {
  margin-block: 100px;
  font-family: "Poppins", sans-serif;
}
.general-info-main .container {
  max-width: 1160px;
  margin: auto;
}
.general-info-page-title h1 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
}
.general-info-page-title p {
  color: #868e96 !important;
  margin-bottom: 3rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.general-info-grid {
  display: flex;
  gap: 100px;
}
.general-info-main .left-column {
  flex: 2;
}
.general-info-main .right-column {
  flex: 1;
}
.general-info-main .title-link h2 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.25rem;
  margin: 0;
}
.general-info-main .title-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.restaurant-list h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.restaurant-list .restaurant-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.restaurant-list .restaurant-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.restaurant-list .restaurant-name {
  font-weight: bold;
  font-size: 18px;
}

.restaurant-avatar img {
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

.user-profile-main {
  margin-block: 100px;
}

.user-profile-main .container {
  width: 100%;
  max-width: 1160px;
  padding: 0px 20px;
  margin: 0 auto;
}

.user-profile-main .left-column {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.user-profile-main h2 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 1rem;
}

.user-profile-main .company-details {
  margin-bottom: 1.5rem;
}

.user-profile-main .company-details div {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
  color: #868e96 !important;
}
.privacy-page .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
.privacy-page .page_title-custom h1 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
}
.privacy-page .page_title-custom p {
  color: #868e96 !important;
  margin-bottom: 3rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.privacy-page .accres-input-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 40px;
}
.privacy-page .accres-input-main h4 {
  font-size: 0.95rem !important;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.privacy-page .accres-input-main p {
  font-weight: 400;
  line-height: 1.6;
  color: #868e96 !important;
  font-size: 0.875rem !important;
}
.privacy-page .content-wrapper {
  margin-block: 100px;
}
.privacy-page .user-security {
  display: flex;
  gap: 100px;
}
.privacy-page .right-box {
  width: 58.3%;
}
.privacy-page .right-box .box-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem !important;
  margin-top: 0;
}
.privacy-page .update-password {
  display: none;
}
.privacy-page .side-box {
  width: 31%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
  height: fit-content;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.privacy-page label {
  display: block;
  margin-top: 1rem;
  font-weight: 500;
}

.privacy-page .button {
  margin-top: 1.5rem;
  background-color: #e4002b;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}
.privacy-page .side-box h3 {
  margin-bottom: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #e4002b;
  margin: 0;
  font-weight: bold;
}

.privacy-page .side-box p {
  margin: 0.5rem 0;
  color: #868e96 !important;
  line-height: 1.3;
}
.privacy-page .side-box p strong {
  color: #000;
}
.privacy-page .link {
  color: #e4002b;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1.6;
}
.privacy-page .link:hover {
  text-decoration: underline;
}

.privacy-page .bottom-info {
  margin-top: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #868e96 !important;
}
.privacy-page .password-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.privacy-page .update-password {
  margin-bottom: 30px;
}
.privacy-page .side-card-header {
  background-color: #f8f9fa;
  padding: 1.5rem 1.25rem;
}
.privacy-page .side-card-data {
  padding: 0.75rem 1.25rem;
}

.user-profile-main .category-section {
  margin-top: 3rem;
}

.user-profile-main .info-section {
  margin-top: 3rem;
}

.user-profile-main .info-block {
  margin-bottom: 2rem;
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
}

.user-profile-main p {
  margin-top: 0.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #868e96 !important;
}

.user-profile-main .logo-header {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.user-profile-main .logo-header img {
  width: 100%;
  height: 150;
}

.user-profile-main .image-gallery {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.user-profile-main .image-gallery img {
  width: 100%;
  height: 150;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.restaurant-list .restaurant-info {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
  align-items: center;
}

.restaurant-list .restaurant-actions {
  text-align: left;
  display: flex;
  gap: 10px;
  justify-content: end;
}

.restaurant-list .restaurant-actions a {
  display: inline-block;
  margin-top: 4px;
  color: #e00000;
  font-weight: bold;
  text-decoration: none;
}

.restaurant-list .restaurant-actions a.see-file {
  color: #d00000;
}
.general-info-main h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.general-info-main .company-details {
  margin-bottom: 1.5rem;
}

.general-info-main .company-details div {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.general-info-main .title-link .modify {
  color: #c00;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.85rem;
  cursor: pointer;
}

.general-info-main .modified_form_general {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  display: grid;
}

.general-info-main form input,
.general-info-main form select {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
}

.general-info-main form input:focus,
.general-info-main form select:focus {
  outline: none;
  border-color: #666;
}

.general-info-main .full-width {
  grid-column: span 2;
}

.general-info-main button {
  margin-top: 1rem;
  background: #e60000;
  color: white;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  grid-column: span 2;
  width: fit-content;
}

.general-info-main .faq {
  background: white;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 12px #00000026;
  padding-bottom: 20px;
}

.general-info-main .faq h3 {
  color: #d60000;
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  background: #f8f9fa;
  padding: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.general-info-main .faq strong {
  display: block;
  margin-top: 1rem;
  padding-inline: 20px;
}

.general-info-main .faq p {
  margin: 0.5rem 0 1rem;
  font-size: 0.9rem;
  padding-inline: 20px;
  color: #868e96 !important;
  line-height: 1.3;
}
.general-info-main .category-section {
  margin-top: 3rem;
}
.general-info-main .category-section h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.general-info-main .current-category {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
}
.general-info-main .form-block {
  margin-bottom: 2rem;
}
.general-info-main .form-block label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0.75rem 0 0.25rem;
  color: #333;
}

.general-info-main .outline-btn {
  margin-top: 1rem;
  background: none;
  border: 2px solid #e60000;
  color: #e60000;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.general-info-main .outline-btn:hover {
  background: #e60000;
  color: #fff;
}
.general-info-main .info-section {
  margin-top: 3rem;
}
.general-info-main .info-block {
  margin-bottom: 2rem;
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
}

.general-info-main .info-block h3 {
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.general-info-main .description-text {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #555;
}

.general-info-main .logo-header {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.general-info-main .logo-img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
}

.general-info-main .header-img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
}

.general-info-main .image-gallery {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.general-info-main .image-gallery img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.producer-filter-grid,
.horeca_filter_grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 35px;
}
.producer-filter-cstm,
.horeca-filter-main {
  margin-block: 100px;
}
.producer-filter-cstm .producer-filter-form,
.horeca-filter-main .producer-filter-form {
  max-width: 459px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.producer-filter-cstm .producer-filter-form .filter-button,
.horeca-filter-main .producer-filter-form .filter-button {
  margin: 0;
}
.producer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.producer-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
  position: relative;
}
.producer-card .image_group img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.producer-card .favorite-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-row {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 5px;
  border-radius: 10px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.favorite-card small,
.user-row small {
  color: #868e96;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
  display: block;
}
.user-row img {
  max-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}
.favorite-card strong,
.user-row strong {
  font-size: 0.875rem;
}
.favorite-actions,
.user-row-action {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.favorite-actions button {
  border: 0;
  padding: 5px;
}
.add_user {
  margin-bottom: 30px;
}
.user_list > h2,
.add_user h2 {
  font-size: 1.25rem;
  font-weight: 700;
}
.add-user-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.um .um-cover-add:hover,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-item-meta a,
.um .um-member-less a:hover,
.um .um-member-more a:hover,
.um .um-member-name a:hover,
.um .um-members-pagi a:hover,
.um .um-profile-subnav a.active,
.um .um-tip:hover,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
  color: #d10e1c !important;
}
.um a.um-button,
.um a.um-button.um-disabled:active,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:hover,
.um input[type="submit"].um-button,
.um input[type="submit"].um-button:focus {
  background: #d10e1c !important;
}

.um-request-button {
  background-color: #d10e1c !important;
}
.um a.um-link {
  color: #d10e1c !important;
}
.um.um-password.um-um_password_id.uimob500,
.um.um-account.um-editing.um-um_account_id {
  border: 1px solid #dddddd;
  padding: 50px;
  box-shadow: rgb(17 12 46 / 8%) 0px 48px 100px 0px;
}
.restaurant-avatar {
  flex: 1 !important;
  margin: 0 !important;
}
.edit-restaurant-bt {
  grid-column: span 2;
}
.edit-restaurant-bt button {
  margin: 0;
}

#select2-role-results{
	text-transform: capitalize;
}
.form-head-title {
    margin-bottom: 25px;
    font-size: 20px;
}
.restaurant-term-name {
  background: #fff;
  text-align: left;
  width: fit-content;
  padding: 2px 8px;
  color: #000;
  border-radius: 5px;
}
.single-restaurant .icon-circle-outer-container {
  align-items: center;
}
.single-restaurant .icon-circle-outer-container p{
	margin: 0;
}
.tag-list {
    margin-bottom: 15px;
}
.location-icon {
    color: #ffffff;
    background: #b30000;
    border: none;
    width: 25px;
    font-weight: bold;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    display: inline-flex;
    height: 25px;
    justify-content: center;
    border-radius: 50%;
    padding: 8px;
    font-size: 12px;
}
.description-outer {
    display: flex;
    align-items: baseline;
    gap: 5px;
    color: #555;
}
@media screen and (max-width: 1299px) {
  .restaurant-form-container form p {
    flex: 0 0 30%;
  }
}

@media screen and (max-width: 1199px) {
  .producer-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .privacy-page .user-security {
    display: grid;
    gap: 50px;
  }
  .privacy-page .side-box {
    width: 100%;
  }
  .privacy-page .right-box {
    width: 100%;
  }
  .restaurant-form-container form p {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .restaurant-form-container form p {
    flex: 0 0 100%;
  }
  .restaurant-form-container h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .producer-filter-grid,
  .horeca_filter_grid {
    grid-template-columns: 1fr;
  }
  .producer-filter-grid .producer-filter-form,
  .horeca-filter-main .producer-filter-form {
    max-width: 100%;
  }
  .user-favorites,
  .privacy-page .content-wrapper,
  .producer-filter-cstm,
  .horeca-filter-main {
    margin-block: 50px;
  }
  .add-user-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .restaurant-form-container {
    padding: 20px;
    margin: 30px 0px;
  }
  .restaurant-form-container form p input[type="submit"] {
    margin-top: 20px;
  }
  .restaurant-form-container h2 {
    font-size: 25px;
  }
  .general-info-grid {
    display: block;
    gap: 100px;
  }
  .add_distributors .distributor-form {
    display: flex !important;
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .privacy-page .password-grid {
    grid-template-columns: 1fr;
  }
  .user-row {
    display: block;
  }
  .about-us .product-form,
  .restaurant-form-container form,
  .general-info-main .modified_form_general {
    display: flex !important;
    flex-direction: column;
  }
  .general-info-main .logo-header {
    grid-template-columns: repeat(1, 1fr);
  }
  .um.um-password.um-um_password_id.uimob500,
  .um.um-account.um-editing.um-um_account_id {
    padding: 20px;
  }

  .user-favorites .favorite-card {
    flex-direction: column;
  }
  .restaurant-form-container .schedule-block {
    grid-template-columns: 1fr;
  }
  .privacy-page .password-grid {
    gap: 0;
  }
}
