@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
.product-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #f8f9fa;
}
.product-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.3s ease;
}
.product-image-container img:not([src]), .product-image-container img[src=""] {
  opacity: 0;
}
@supports not (aspect-ratio: 1) {
  .product-image-container::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .product-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.product_detail-image_container .product-image-container {
  aspect-ratio: 4/3;
}
@supports not (aspect-ratio: 4/3) {
  .product_detail-image_container .product-image-container::before {
    padding-top: 75%;
  }
}

.my-box {
  padding: 10px;
}
@media (min-width: 992px) {
  .my-box {
    padding: 20px;
  }
}

@font-face {
  font-family: "League Gothic";
  src: url("/fonts/League_Gothic/LeagueGothic-Regular-VariableFont_wdth.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

legend {
  padding: 20px;
  font-size: 1.5em;
  font-weight: 600;
  z-index: 1;
}

b {
  font-weight: 700;
}

select {
  border: none !important;
  border-bottom: 2px solid black !important;
  border-radius: 0 !important;
  background: white !important;
  font-weight: 800 !important;
  color: black !important;
}

select:disabled {
  border: none !important;
  border-bottom: 2px solid black !important;
  border-radius: 0 !important;
  background: #efefef !important;
  font-weight: 800 !important;
  color: black !important;
}

tr {
  padding: 8px;
}

th {
  padding: 8px;
  background-color: #f2f2f2;
}

td {
  padding: 8px;
}

hr {
  z-index: 1;
}

.btn-secondary {
  border: none;
}

.btn-secondary:hover {
  border: none !important;
}

p {
  margin: 0;
  padding: 5px;
}

iframe {
  width: 75%;
  height: 700px;
  margin: 0 auto;
}

table {
  margin: 20px auto;
}

.red {
  background: #F71500 !important;
}

.blue {
  background: lightblue;
}

.gold {
  background: gold !important;
}

.orange {
  background: orange;
}

.blur {
  filter: blur(10px);
}

.salmon {
  background: salmon;
}

.delete_button {
  background: #F71500;
  color: white;
}

.delete_button:hover {
  background: #C7561A;
  color: white;
}

.create_button {
  background: lightgray !important;
}

.cancel_button:hover {
  background: #0D4563;
  color: white;
}

.box_text_div {
  padding: 15px;
  border-radius: 5px;
}

.box_separator {
  background: white;
  width: 100%;
  margin: 0;
  height: 15px;
}

.save_button:hover {
  background: white;
  background: black;
  color: white;
}

.save_button {
  background: #C7561A;
  color: white;
}

.blue_submit {
  background: #0b5ed7;
  color: white;
}

.blue_submit:hover {
  background: #0b5ed7;
  color: white;
}

.highlight_red {
  background: #F71500;
}

.scroll-x {
  overflow-x: scroll;
}

.tall {
  height: 500px;
}

.clickable {
  cursor: pointer;
}

.strike_throug {
  text-decoration: line-through;
}

.upper_case {
  text-transform: uppercase;
}

.bold {
  font-weight: 800;
}

.mobile-hide {
  display: none;
}
@media (min-width: 576px) {
  .mobile-hide {
    display: block;
  }
}

.tablet-hide {
  display: none;
}
@media (min-width: 768px) {
  .tablet-hide {
    display: inline-block;
  }
}

.mobile-show {
  display: block;
  text-align: center;
  padding: 20px;
}
@media (min-width: 576px) {
  .mobile-show {
    display: none;
  }
}

.dsesktop-hide {
  display: none;
}
@media (min-width: 768px) {
  .dsesktop-hide {
    display: inline-block;
  }
}

.red_font {
  color: red;
}

.box_marginned {
  margin: 50px;
}

.half_legend {
  max-width: 50%;
}

.centered {
  text-align: center;
}

.color {
  color: black !important;
}

.section_heading {
  border-bottom: 1px dashed black;
}

.margin-top {
  margin-top: 50px;
}

.margin-bottom {
  margin-top: 50px;
}

.margin-top-150 {
  margin-top: 150px;
}

.relative {
  position: relative;
}

.click_here {
  color: black;
}

.explanation {
  background: #efefef;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.padded {
  padding: 10px;
}

.status-red {
  color: red;
}

.red_wine {
  background: #722f37 !important;
}

.white_wine {
  background: #F2EDB8 !important;
}

.rose_wine {
  background: pink !important;
}

.orange_wine {
  background: #F5C17E !important;
}

.black {
  background: black;
}

.blue_link {
  color: blue;
}

.border_bottom {
  border-bottom: 2px solid black;
}

.light_font {
  font-weight: 200 !important;
}

.bold_b {
  line-height: 20px;
  display: inline;
  font-weight: 900;
}

.bottom_10 {
  margin-bottom: 10px;
}

.activity_status_div {
  vertical-align: middle;
}

.active_bubble {
  width: 40px;
  height: 40px;
  overflow: show;
  color: black;
  border-radius: 20px;
  text-align: center;
  margin-top: 6px;
  float: left;
  margin-right: 10px;
}

.main_motto {
  text-align: center;
  border: 2px solid black;
  padding: 10px;
}

.credentials_box {
  width: 100%;
  margin: 0 auto;
  background: white;
  padding: 20px 10px;
  box-shadow: 0 0 10px gray;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .credentials_box {
    max-width: 400px;
  }
}

.system_message {
  text-align: center;
  padding: 20px;
  font-size: 1.5em;
  display: none;
}

.positiveFeedback {
  color: green;
  display: block;
}

.negativeFeedback {
  color: #F71500;
  display: block;
}

.dot_div {
  width: 30%;
  float: left;
}

.dot {
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 15px !important;
  display: inline-block !important;
  background: green;
}

.select_status {
  width: 70%;
  float: left;
}

.status_dispaly {
  float: right;
  overflow: auto;
  margin: 20px;
}

.status_dispaly_contact {
  float: right;
  overflow: auto;
  margin: 21px 0px 0 0;
}

.office-brewery_name {
  text-align: center;
  font-size: 2.6em;
  color: black;
  padding: 5px;
  margin-bottom: 100px;
  color: black;
}

.option_box {
  display: flex;
  max-width: 280px;
  height: 173;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  background: #C78F70;
  margin: 20px auto;
  font-size: 2em;
  color: #632B0D;
}
@media (min-width: 576px) {
  .option_box {
    margin: 20px;
  }
}

.option_box a {
  display: flex;
  width: 280px;
  height: 173px;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
}

.option_box:hover {
  display: flex;
  width: 280px;
  height: 173px;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  background: #632B0D;
  color: #C78F70;
}

.table_box_padded {
  padding: 10px;
}

.table_read_more {
  padding: 0 7px;
  max-height: 17px;
  background: none;
  border: none;
  float: right;
}

.column_more_info {
  max-width: 30px;
}

.table_row {
  cursor: pointer;
}

.sticky-head {
  position: sticky;
  top: -10px;
  z-index: 1000;
}

.action_div {
  overflow: auto;
  margin-bottom: 10px !important;
  position: sticky;
  top: 80px;
  z-index: 999;
  width: 320px;
  float: left;
}
@media (min-width: 992px) {
  .action_div {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.left_top_action {
  float: left;
  overflow: hidden;
  padding: 10px;
  margin-top: 50px;
}
.box_icon_left {
  float: left;
  width: 30px;
  border: 1px solid #4d4d4d;
  border-radius: 5px 0 0 5px;
  background: white;
  z-index: 400;
  background: white;
  color: white !important;
}

.box_link span {
  padding: 20px;
}

.left_top_action {
  display: flex;
  overflow: hidden;
  align-items: center; /* Align items vertically in the center */
}

.hover-text {
  position: absolute;
  left: 26px; /* Set the initial position to be hidden */
  white-space: nowrap;
  padding: 2px 10px 2px 10px !important;
  margin-left: 10px;
  transition: left 0.3s ease; /* Add a smooth transition on width change */
  border-radius: 5px;
  background: black;
  color: white;
  border: 1px solid black !important;
}

.box_link {
  align-items: center;
}

.hover-text:hover {
  left: 0px; /* Set the desired width on hover */
}

.no-borders {
  border: none;
}

.display_box {
  background: white;
  overflow: hidden;
  margin-bottom: 100px !important;
  z-index: 1;
  margin: 20px auto 0 auto;
}
.display_box .form_heading {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}
@media (min-width: 992px) {
  .display_box {
    max-width: 1200px;
  }
}

.display_box_nw {
  background: white;
  overflow: hidden;
  margin-bottom: 100px !important;
  z-index: 1;
  margin: 75px auto 0 auto;
  margin-top: 200px;
}
@media (min-width: 992px) {
  .display_box_nw {
    padding: 20px;
  }
}

.display_box_n {
  background: white;
  overflow: hidden;
  margin-bottom: 100px !important;
  z-index: 1;
}
@media (min-width: 992px) {
  .display_box_n {
    padding: 20px;
  }
}

.custom_box {
  background: white;
  overflow: hidden;
  margin-bottom: 100px !important;
  z-index: 1;
  margin-top: 75px;
}
@media (min-width: 768px) {
  .custom_box {
    padding: 20px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .custom_box {
    padding: 20px;
    max-width: 100%;
  }
}

.brewery_status_display_form {
  overflow: auto;
}
@media (min-width: 992px) {
  .brewery_status_display_form {
    width: 20%;
    float: right;
  }
}

.brewery_basic_info_form {
  overflow: auto;
  margin: 20px;
}
@media (min-width: 992px) {
  .brewery_basic_info_form {
    width: 80%;
  }
}

.basic_text_input {
  width: 100%;
  border-radius: 5px;
  height: 100px;
  border: 1px solid silver;
}

.form-group {
  padding: 2px 6px;
}

.form_70 {
  width: 70%;
  float: left;
}

.form_50 {
  width: 50%;
  float: left;
}

.form_40 {
  width: 40%;
  float: left;
}

.form_30 {
  width: 30%;
  float: left;
}

.form_20 {
  width: 20%;
  float: left;
}

.contact_box {
  max-width: 300px;
  overflow: auto;
  float: left;
  border: 1px solid #0D4563;
  margin: 20px;
  padding: 5px;
  border-radius: 10px;
  background: lightblue;
}

.delete_contact_button {
  float: right;
  background: salmon;
}

.requiered_description {
  float: right;
  padding: 10px;
  font-size: 0.8em;
}

.red_border {
  border: 2px solid #F71500 !important;
}

.requiered_field {
  color: #F71500;
}

.positive_button {
  background: lightgreen;
}

.accordion {
  overflow: auto;
}

.accordion-button {
  max-height: 20px;
  border-bottom: 2px solid black;
}

.brewery_sent_invitattion_info {
  padding: 10px;
  text-align: center;
}

.beer_upload_part {
  height: 500px;
  position: relative;
  background: white;
}

.wine_upload_part {
  height: 500px;
  position: relative;
  background: white;
}

.spirit_upload_part {
  height: 500px;
  position: relative;
  background: white;
}

.merch_upload_part {
  height: 500px;
  position: relative;
  background: white;
}

.soda_upload_part {
  height: 500px;
  position: relative;
  background: white;
}

#uploaded_image_o_logo {
  opacity: 0.5;
}

.overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
  width: 100%;
}

.image_area {
  max-height: 500px;
}

.image_area:hover .overlay {
  height: 50%;
  cursor: pointer;
}

.modern-upload-container {
  width: 100%;
  margin: 20px 0;
}

.modern-drag-drop-area {
  position: relative;
  width: 100%;
  min-height: 400px;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
}
.modern-drag-drop-area:hover {
  border-color: #FFD100;
  background: #fffef5;
}
.modern-drag-drop-area.drag-over {
  border-color: #FFD100;
  background: #fffef5;
  border-width: 3px;
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(255, 209, 0, 0.2);
}
.modern-drag-drop-area.drag-over .upload-placeholder {
  transform: scale(1.05);
}
.modern-drag-drop-area .upload-preview {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modern-drag-drop-area .upload-preview.has-image .preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.modern-drag-drop-area .upload-preview.has-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modern-drag-drop-area .upload-preview.has-image:hover .image-overlay {
  opacity: 1;
}
.modern-drag-drop-area .upload-preview.no-image {
  padding: 40px;
}
.modern-drag-drop-area .upload-placeholder {
  text-align: center;
  padding: 60px 40px;
  transition: transform 0.3s ease;
}
.modern-drag-drop-area .upload-placeholder .upload-icon {
  color: #9ca3af;
  margin-bottom: 24px;
  transition: color 0.3s ease;
}
.modern-drag-drop-area .upload-placeholder .upload-icon svg {
  stroke: currentColor;
}
.modern-drag-drop-area .upload-placeholder .upload-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 8px 0;
}
.modern-drag-drop-area .upload-placeholder .upload-text p {
  font-size: 16px;
  color: #6b7280;
  margin: 0 0 12px 0;
}
.modern-drag-drop-area .upload-placeholder .upload-text .upload-hint {
  font-size: 14px;
  color: #9ca3af;
  display: block;
  margin-top: 8px;
}
.modern-drag-drop-area:hover .upload-placeholder .upload-icon {
  color: #FFD100;
}
.modern-drag-drop-area .btn-change-image {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #FFD100;
  color: #1f2937;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.modern-drag-drop-area .btn-change-image svg {
  width: 20px;
  height: 20px;
}
.modern-drag-drop-area .btn-change-image:hover {
  background: #FFD100;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 209, 0, 0.4);
}
.modern-drag-drop-area .upload-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 16px;
  border-top: 1px solid #e5e7eb;
}
.modern-drag-drop-area .upload-progress .progress-bar {
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}
.modern-drag-drop-area .upload-progress .progress-bar .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #FFD100, #FFE855);
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 3px;
}
.modern-drag-drop-area .upload-progress .progress-text {
  font-size: 14px;
  color: #6b7280;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .modern-drag-drop-area {
    min-height: 300px;
  }
  .modern-drag-drop-area .upload-preview {
    min-height: 300px;
  }
  .modern-drag-drop-area .upload-placeholder {
    padding: 40px 20px;
  }
  .modern-drag-drop-area .upload-placeholder .upload-icon {
    margin-bottom: 16px;
  }
  .modern-drag-drop-area .upload-placeholder .upload-icon svg {
    width: 48px;
    height: 48px;
  }
  .modern-drag-drop-area .upload-placeholder .upload-text h3 {
    font-size: 18px;
  }
  .modern-drag-drop-area .upload-placeholder .upload-text p {
    font-size: 14px;
  }
}

.add_photo_text {
  color: #333;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  text-shadow: 1px 1px 2px lightblue;
}

.beer_upl_img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
}

.beer_product_upl_img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
}

.merch_product_upl_img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
}

.wine_upl_img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
}

.wine_product_upl_img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
}

.upload_wine_product_image {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
}

.spirit_upl_img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
}

.soda_upl_img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
}

.logo_upl_img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 400px;
}

.preview {
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 10px;
  border: 1px solid red;
}

.modal-lg {
  max-width: 1000px !important;
}

#sample_image {
  display: block;
  width: 300px;
  height: 400px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #sample_image {
    width: 400px;
    height: 600px;
  }
}

#sample_image_product_beer {
  display: block;
  width: 300px;
  height: 400px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #sample_image_product_beer {
    width: 400px;
    height: 600px;
  }
}

#sample_image-merch {
  display: block;
  width: 300px;
  height: 400px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #sample_image-merch {
    width: 400px;
    height: 600px;
  }
}

#sample_image-wine {
  display: block;
  width: 300px;
  height: 400px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #sample_image-wine {
    width: 400px;
    height: 600px;
  }
}

#sample_image-spirit {
  display: block;
  width: 300px;
  height: 400px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #sample_image-spirit {
    width: 400px;
    height: 600px;
  }
}

#sample_image-soda {
  display: block;
  width: 300px;
  height: 400px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #sample_image-soda {
    width: 400px;
    height: 600px;
  }
}

#sample_image-logo {
  display: block;
  width: 300px;
  height: 400px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #sample_image-logo {
    width: 400px;
    height: 600px;
  }
}

#display_beer_info {
  position: relative;
}

#update_beer_info_btn {
  position: absolute;
  right: 0px;
  top: -60px;
}

#update_beer_info_btn:hover {
  color: white;
}

.box_for_beer_info {
  height: 500px;
  position: relative;
}

#cancel_beer_info_btn {
  position: absolute;
  right: 20px;
  top: 80px;
}

#display_merch_info {
  position: relative;
}

#update_merch_info_btn {
  position: absolute;
  right: 20px;
  top: 80px;
}

#update_merch_info_btn:hover {
  color: white;
}

.box_for_merch_info {
  position: relative;
}

#cancel_merch_info_btn {
  position: absolute;
  right: 20px;
  top: 80px;
}

#display_spirit_info {
  position: relative;
}

#update_spirit_info_btn {
  position: absolute;
  right: 20px;
  top: 80px;
}

#update_spirit_info_btn:hover {
  color: white;
}

.box_for_spirit_info {
  position: relative;
}

#cancel_spirit_info_btn {
  position: absolute;
  right: 20px;
  top: 80px;
}

#display_soda_info {
  position: relative;
}

#update_soda_info_btn {
  position: absolute;
  right: 20px;
  top: 80px;
}

#update_soda_info_btn:hover {
  color: white;
}

.box_for_soda_info {
  position: relative;
}

#cancel_soda_info_btn {
  position: absolute;
  right: 20px;
  top: 80px;
}

#display_wine_info {
  position: relative;
}

#update_wine_info_btn {
  position: absolute;
  right: 20px;
  top: 80px;
}

#update_wine_info_btn:hover {
  color: white;
}

.box_for_wine_info {
  position: relative;
}

#cancel_wine_info_btn {
  position: absolute;
  right: 20px;
  top: 80px;
  z-index: 20;
}

.cancel_edit {
  position: absolute;
  right: 20px;
  top: 80px;
}

.beer_story_part {
  background: white;
  overflow: hidden;
  height: 500px;
}

.text_beer_story {
  min-height: 250px !important;
}

.beer_story_part {
  position: relative;
}

#cancel_beer_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

#edit_beer_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

.spirit_story_part {
  background: white;
  overflow: auto;
}

.text_spirit_story {
  min-height: 250px !important;
}

.spirit_story_part {
  position: relative;
}

#cancel_spirit_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

#edit_spirit_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

#edit_spirit_story:hover {
  color: white;
}

.soda_story_part {
  background: white;
  overflow: auto;
}

.text_soda_story {
  min-height: 250px !important;
}

.soda_story_part {
  position: relative;
}

#cancel_soda_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

#edit_soda_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

#edit_soda_story:hover {
  color: white;
}

.merch_story_part {
  background: white;
  overflow: hidden;
}

.text_merch_story {
  min-height: 250px !important;
}

.merch_story_part {
  position: relative;
}

#cancel_merch_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

#edit_merch_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

#edit_merch_story:hover {
  color: white;
}

.distillery_story_part {
  background: white;
  overflow: auto;
}

.text_distillery_story {
  min-height: 250px !important;
}

.distillery_story_part {
  position: relative;
}

#cancel_distillery_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

.text_brewery_story {
  min-height: 250px !important;
}

#cancel_brewery_story {
  position: absolute;
  right: 20px;
}

.vineyard_story_part {
  background: white;
  overflow: auto;
}

.text_vineyard_story {
  min-height: 250px !important;
}

.vineyard_story_part {
  position: relative;
}

#cancel_vineyard_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

.wine_story_part {
  background: white;
  overflow: auto;
}

.text_wine_story {
  min-height: 250px !important;
}

.wine_story_part {
  position: relative;
}

#cancel_wine_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

#edit_wine_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

#edit_wine_story:hover {
  color: white;
}

.box_for_beer_stock {
  background: #efefef;
  position: relative;
  max-height: 480px;
}
@media (min-width: 576px) {
  .box_for_beer_stock {
    background: white;
  }
}

#cancel_beer_stock {
  position: absolute;
  right: 20px;
  top: 80px;
}

.submit-half {
  width: 50%;
  margin: 0 25%;
}

.input_stock {
  font-size: 2em;
  text-align: center;
}

.label_stock {
  font-size: 100%;
}

.box_for_spirit_stock {
  background: #efefef;
  position: relative;
}
@media (min-width: 576px) {
  .box_for_spirit_stock {
    background: white;
  }
}

#cancel_spirit_stock {
  position: absolute;
  right: 20px;
  top: 80px;
}

.box_for_soda_stock {
  background: #efefef;
  position: relative;
}
@media (min-width: 576px) {
  .box_for_soda_stock {
    background: white;
  }
}

#cancel_soda_stock {
  position: absolute;
  right: 20px;
  top: 80px;
}

.box_for_merch_stock {
  background: #efefef;
  position: relative;
}
@media (min-width: 576px) {
  .box_for_merch_stock {
    background: white;
  }
}

#cancel_merch_stock {
  position: absolute;
  right: 20px;
  top: 80px;
}

.box_for_wine_stock {
  background: #efefef;
  position: relative;
}
@media (min-width: 576px) {
  .box_for_wine_stock {
    background: white;
  }
}

#cancel_wine_stock {
  position: absolute;
  right: 20px;
  top: 80px;
}

#delete_distillery_logo {
  position: absolute;
  right: 20px;
  top: 80px;
}

#create_distillery_story {
  display: block;
  margin: 20px auto;
}

#delete_bottlery_logo {
  position: absolute;
  right: 20px;
  top: 80px;
}

#create_bottlery_story {
  display: block;
  margin: 20px auto;
}

.bottlery_story_part {
  position: relative;
}

#cancel_bottlery_story {
  position: absolute;
  right: 20px;
  top: 80px;
}

.bottlery_story_part {
  background: white;
  overflow: auto;
}

.text_bottlery_story {
  min-height: 250px !important;
}

#delete_brewery_logo {
  right: 20px;
  top: 80px;
}

#create_brewery_story {
  display: block;
  margin: 20px auto;
}

.main_pic_info {
  font-size: 30px;
  font-weight: 700;
}

#delete_vineyard_logo {
  position: absolute;
  right: 20px;
  top: 80px;
}

#create_vineyard_story {
  display: block;
  margin: 20px auto;
}

#save_establishment_pictures {
  margin: 10px auto;
  color: white;
  font-size: 1.2em;
  border: none;
  border-radius: 5px;
}

#save_establishment_pictures:hover {
  color: white;
}

.image_selection_diplay {
  width: 200px;
}

.image-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

#uploaded_images img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-right: 10px;
}

.navigation-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.navigation-arrow:hover {
  opacity: 1;
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}

#custom-alert {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.alert-box {
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 150px auto;
  text-align: center;
  position: relative;
}

.alert-header {
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
}

.alert-message {
  font-size: 18px;
  padding: 20px;
}

.alert-footer {
  padding: 20px;
}

.ok-btn {
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

/* Hide the default checkbox */
input[type=checkbox] {
  visibility: hidden;
}

/* Style the label */
.checkbox_label {
  display: inline-block;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  padding: 10px 0 0 50px;
  font-weight: 900;
}

/* Style the custom checkbox */
.checkbox_label:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 14px;
  background-color: white;
}

/* Style the checked custom checkbox */
input[type=checkbox]:checked + .checkbox_label:before {
  content: "✓";
  text-align: center;
  line-height: 20px;
  font-size: 56px;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.vertical_td {
  vertical-align: middle;
  min-width: 200px;
}

.picture_decription {
  height: 200px;
  min-width: 200px;
}

.svg-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.svg-container svg {
  width: 80%;
  height: 100%;
}

.moto {
  text-align: center;
  margin-top: 20px;
}

.index_section {
  padding: 20px 0;
  margin: 10px auto;
  border: 2px solid black;
}

.scrolling_wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 20px;
}

.product_box {
  display: inline-block;
  flex-direction: column;
  background-color: #fff;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid black;
  min-width: 270px;
}
@media (max-width: 576px) {
  .product_box {
    width: calc(100% - 10px);
  }
}
@media (min-width: 576px) {
  .product_box {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .product_box {
    width: calc(33.3333333333% - 20px);
  }
}

.product_box_normal {
  flex-direction: column;
  background-color: #fff;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(100% - 0px);
}
@media (min-width: 576px) {
  .product_box_normal {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .product_box_normal {
    width: calc(33.3333333333% - 20px);
  }
}

.product_box_header {
  font-size: 0.9em;
  font-weight: 600;
  background: black;
  background: #efefef;
  color: black;
  padding: 0 10px;
  border-radius: 5px 5px 0 0;
}

.top_product_parts {
  display: flex;
}

.image_box {
  width: 50%;
  float: left;
  height: 246px;
  display: flex;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
}

.product_link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image_box img {
  width: 95%;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
  max-height: 246px;
}

.product_info {
  font-style: italic;
}

.product_description_box {
  padding: 10px;
  display: flex;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  height: 246px;
}

.product_description_box ul {
  list-style-type: none;
  margin: -4px;
  padding: 0;
}

.product_description_box li {
  margin-bottom: 5px;
  font-size: 0.9em;
}

.product_box_footer {
  height: 70px;
  border-top: 1px solid #efefef;
  display: flex;
  flex-direction: row;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  position: relative;
}

.price-info {
  width: 60%;
  height: 70px;
  padding: 10px;
}

.producer_price {
  font-size: 0.9em;
  position: absolute;
  top: 55px;
  left: 0;
  background: red !important;
}

.original_price_in_detail {
  font-size: 0.9em;
}

.original_price {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.9em;
}

.sale_price {
  font-size: 1.2em;
  font-weight: 900;
  float: left;
  position: absolute;
  top: 25px;
}
@media (max-width: 576px) {
  .sale_price {
    left: 0px;
  }
}
@media (min-width: 576px) {
  .sale_price {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .sale_price {
    left: 40px;
  }
}

.sale_price_in_detail {
  font-size: 1.2em;
  font-weight: 900;
  color: black;
  font-size: 1.3em;
}
@media (max-width: 576px) {
  .sale_price_in_detail {
    left: 0px;
  }
}
@media (min-width: 576px) {
  .sale_price_in_detail {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .sale_price_in_detail {
    float: left;
  }
}
@media (min-width: 992px) {
  .sale_price_in_detail {
    left: 10px;
  }
}

.sale_amount {
  text-align: right;
  margin-right: 5px;
  padding: 5px;
  position: absolute;
  bottom: 40px;
}
@media (max-width: 576px) {
  .sale_amount {
    left: 0px;
  }
}
@media (min-width: 576px) {
  .sale_amount {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .sale_amount {
    left: 0px;
  }
}
@media (min-width: 992px) {
  .sale_amount {
    left: 10px;
  }
}

.sale_amount_number {
  font-size: 1em;
  margin-top: 40px;
}

.cart_volume_per_unit_table {
  width: 100px;
}

.cart-cart {
  position: relative !important;
  left: 0;
  top: 15px;
}

.product_cart-img {
  width: 40px;
  z-index: 1;
}

.shopping-cart {
  min-width: 100%;
  display: block;
  text-align: center;
  margin-left: 20px;
  z-index: 1;
}

.cart-header-div {
  position: relative;
  top: -7px;
  right: 0px;
  max-width: 100px;
  float: right;
  padding: 5px;
}
@media (min-width: 768px) {
  .cart-header-div {
    position: fixed;
    top: 8px;
    right: 20px;
  }
}

.cart-div-footer {
  display: flex;
  justify-content: flex-end;
  color: black;
}

.cart-div-footer a {
  display: flex;
  align-items: center; /* Align items vertically in the center */
  padding: 5px;
  background: white;
  border-radius: 5px;
}

.number_input_div {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 5px;
  transition: margin-left 0.2s;
  position: relative;
  margin-top: -14px;
}

.input-number {
  width: 60px;
  text-align: center;
  border: none;
  outline: none;
  border: none !important;
  margin: 0;
}

.input-number::-webkit-inner-spin-button,
.input-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number {
  -moz-appearance: textfield; /* For Firefox */
  appearance: textfield; /* For modern browsers */
}

.minus,
.plus {
  width: 30px;
  height: 30px;
  background-color: #ebebeb !important;
  border: 2px solid black;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.plus {
  border-radius: 0 5px 5px 0;
}

.minus {
  border-radius: 5px 0 0 5px;
}

.minus:hover,
.plus:hover {
  background-color: #ebebeb;
}

.hidden-left {
  margin-left: -140px;
  transition: margin-left 0.2s;
}

.hidden-right {
  margin-left: 0;
}

@media (max-width: 576px) {
  .pd_hr {
    display: none;
  }
}
@media (min-width: 992px) {
  .pd_hr {
    display: block;
  }
}

.product_distillery_name {
  color: #0D4563;
  font-size: 1.1em;
}

.product_distillery_name:hover {
  color: black;
}

.product_detail_list {
  line-height: 25px;
}

.top_product_details_parts {
  margin-top: 20px;
}

.hidden {
  display: none !important;
}

.visible {
  display: inherit;
}

.maxwidth {
  width: 100%;
}

.reset_filter {
  padding: 5px 10px;
  border: 2px solid #0D4563;
  display: inline-block;
  border-radius: 5px;
}

.sticky_filter {
  position: fixed;
  top: 130px;
  z-index: 999;
  overflow: hidden;
  background: #efefef;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 5px;
}

.sticky_filter_producer {
  position: fixed;
  top: 130px;
  z-index: 999;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-body {
  max-height: 400px; /* Adjust this value according to your needs */
  overflow-y: auto;
  z-index: 1000;
}

.accordion-button {
  border-radius: 0 !important;
}

.accordion-item {
  border-radius: 0 !important;
}

.producer_detail_box {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0 auto;
  position: relative;
}

.producer_detail_box img {
  max-width: 100%;
}

.producer_box_header {
  padding-top: 20px;
}

.producer_box_name {
  margin-top: 50px;
  margin-bottom: 50px;
}

.scrolling_wrapper_producer {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  background: #efefef;
  margin-bottom: 12px;
}

.producer_image_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 10px;
  padding: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 250px;
  overflow: hidden; /* Added this to hide the overflow */
  margin-right: 20px;
  min-width: 150px;
}
@media (min-width: 768px) {
  .producer_image_box {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .producer_image_box {
    min-width: 250px;
  }
}

.producer_image_box img {
  width: 100%; /* max-width to width */
  height: 100%; /* max-height to height */
  object-fit: contain;
}

.producer_main_image_box {
  display: block;
  max-height: 550px;
  max-width: 550px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .producer_main_image_box {
    display: inline-block;
    background: #efefef;
    margin: 30px 60px 60px 100px;
    float: left;
  }
}

.producer_main_image_box img {
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  max-width: 100%;
  max-height: 500px;
}
@media (min-width: 768px) {
  .producer_main_image_box img {
    position: relative;
    left: 20px;
    top: 20px;
  }
}

.producer_story_paragraph {
  margin: 10px;
  padding: 20px;
  color: black;
}

.producer_container {
  position: relative;
  width: 100%;
  overflow: show;
}

.arrow {
  position: absolute;
  top: 0%;
  width: 60px;
  height: 302px;
  cursor: pointer;
  z-index: 1;
}

.arrow.left {
  left: -20px;
}

.arrow.right {
  right: -20px;
}

.arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #16161D;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.arrow.left:before {
  border-width: 15px 20px 15px 0;
  border-color: transparent #16161D transparent transparent;
  left: 5px;
}

.arrow.right:before {
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #16161D;
  right: 5px;
}

.producer_icons_container {
  display: flex;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  height: 30px;
  width: 100%;
  overflow: auto;
  margin-bottom: 50px;
}

.opening_hours_container {
  display: inline-block;
  width: 49%;
  text-align: center;
}

.opening_hours_container table {
  width: 60%;
  margin: 0 auto;
}

.producer_detail_display_otions {
  max-width: 16%;
  float: left;
  margin-left: 22%;
  padding: 5px;
}

#update_establishment_info {
  right: 20px;
  top: 60px;
}

#update_establishment_hours {
  right: 20px;
  top: 60px;
}

#cancel_establishment_info {
  right: 20px;
  top: 40px;
}

#cancel_establishment_contact {
  right: 20px;
  t8p: 60px;
}

#cancel_establishment_timetable {
  right: 20px;
  t8p: 60px;
}

.list_of_establishment {
  position: relative;
  background: white;
  overflow: hidden;
  padding: 20px;
}

.timetable_table {
  width: 100%;
  text-align: center;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.66%; /* Adjust this value to get the desired aspect ratio */
  overflow: hidden;
}

#producers_establishments_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.establishment_story_part {
  background: white;
  overflow: auto;
}

.text_establishment_story {
  min-height: 250px !important;
}

.establishment_story_part {
  position: relative;
}

#cancel_establishment_story {
  right: 20px;
  top: 80px;
}

#edit_story {
  right: 20px;
  top: 80px;
}

.product_story_wrapper {
  display: flex;
  flex-direction: column;
}

.cart_box {
  background: white;
  overflow: hidden;
  margin-bottom: 100px !important;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 200px;
}
@media (min-width: 992px) {
  .cart_box {
    max-width: 1200px;
    padding: 20px;
  }
}

.cart_producer_heading {
  padding: 20px;
  font-size: 2.7em;
}

.cart_producer_heading_before {
  height: 40px;
  width: 40px;
  background: #C78F70;
  border-radius: 25px;
  float: left;
  margin-right: -20px;
  margin-top: 10px;
}

.cart-item {
  position: relative;
  height: 100px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .cart-item {
    margin-top: 40px;
    border-bottom: 1px dashed black;
  }
}
.cart_image_box {
  max-width: 100px;
  background: white !important;
}
@media (max-width: 576px) {
  .cart_image_box {
    max-width: 1px !important;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .cart_image_box_header {
    max-width: 1px !important;
    padding: 0;
  }
}

.cart_image_box img {
  max-width: 100px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .cart_image_box img {
    display: none;
  }
}

.cart_price_description_for_mobile {
  display: none;
}

@media (max-width: 576px) {
  .cart_price_for_mobile {
    text-align: left;
    display: block;
    float: left;
  }
}

@media (min-width: 576px) {
  .cart_amount {
    height: 100px;
    align-items: center; /* Align items vertically in the center */
    margin-top: 34px;
  }
}

@media (max-width: 576px) {
  .cart_price_togetha_description_for_mobile {
    display: block;
    float: left;
  }
}
@media (min-width: 576px) {
  .cart_price_togetha_description_for_mobile {
    display: none;
  }
}

@media (max-width: 576px) {
  .cart_price_togetha_for_mobile {
    float: right;
    text-align: right;
  }
}

.cart-item-header {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  font-weight: 700;
}

.cart-item-table {
  border-bottom: 1px solid black;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 576px) {
  .cart-item-table {
    font-size: 0.8em;
  }
}

.cart-item-header_table {
  width: 100%;
}

.producer_total_price_row {
  margin-bottom: 20px;
  margin-top: 40px;
  width: 100%;
}

.producer_total_price_text {
  text-align: left;
  font-weight: 700;
  font-size: 1.2em;
}
@media (max-width: 576px) {
  .producer_total_price_text {
    text-align: left;
  }
}

.producer_total_price {
  font-weight: 700;
  font-size: 1.2em;
}

.producer_total_tfoot {
  background: #f2f2f2;
}

.form-part {
  background: #efefef;
  padding: 20px;
}

.box-set-wrapper {
  display: flex;
  margin-bottom: 20px;
  align-items: center; /* Align items vertically in the center */
  font-size: 2em;
  width: 350px;
  float: left;
  position: relative;
}

.box-type-description {
  display: table-column;
  width: 100%;
  position: absolute;
  color: black;
  font-size: 0.5em;
  top: 0;
}

.full-boxes-label {
  padding: 20px;
  margin-top: 18px;
}

.plus-sign {
  padding: 20px;
  margin-top: 20px;
}

.remove-producer-button {
  width: 300px;
}

.cart_item_amount {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 0.7em;
  top: 60px;
}

.cart_item_amount_mobile {
  position: absolute;
}
@media (max-width: 576px) {
  .cart_item_amount_mobile {
    display: visible;
    top: 35px;
    left: 80px;
  }
}
@media (min-width: 576px) {
  .cart_item_amount_mobile {
    display: none;
    top: 35px;
    left: 80px;
  }
}

.cart_summary_table_head {
  font-weight: 700;
}

.cart_address_heading {
  margin-top: 40px;
}

.address_wrapper_delivery {
  display: inline-block;
  width: 1000px;
}

#note_for_delivery {
  height: 150px;
}

#copy_delivery_address {
  font-size: 0.7em;
  color: black;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  border-color: white;
  background: lightblue;
}

#copy_delivery_address:hover {
  font-size: 0.7em;
  color: white;
  background: lightskyblue;
  cursor: pointer;
  border-radius: 5px;
}

#cart_login_part {
  width: 300px;
  margin-left: auto;
  margin-right: 0;
}

.table-cart-pay td:nth-child(1) {
  width: 20%;
}

.table-cart-pay td:nth-child(2) {
  width: 20%;
}

.table-cart-pay td:nth-child(3) {
  width: 20%;
}

.table-cart-pay td:nth-child(4) {
  width: 20%;
}

.table-cart-pay td:nth-child(5) {
  width: 20%;
}

.cart-table-total {
  font-size: 1.3em;
}

.login_accordion {
  background: #21a4e1;
  color: black;
  font-size: 0.6em;
  display: block;
  text-align: center;
  padding: 10px;
  color: black;
  min-height: 40px;
}

.login_accordion_border {
  border-radius: 10px;
  color: black;
  overflow: hidden;
}

.table_pay_items {
  color: black;
  margin-bottom: 40px;
}

.table_pay_summary_producer {
  color: black;
  border-bottom: 2px solid black;
  margin-bottom: 50px !important;
}

.table_pay_transport {
  color: black;
  margin-bottom: 40px;
}

.table_pay_transport_head {
  font-weight: 900;
}

.table_pay_age_verf {
  color: black;
  background: #C78F70;
}

.cart-table-total {
  border-bottom: 5px solid black;
}

@media (max-width: 576px) {
  .remove-producer-button {
    width: 100%;
  }
}

.cart_producer_name {
  font-size: 2.5em;
  padding: 20px;
}

.highlighted_table_row {
  color: black;
}

.highlighted_table_row_main {
  background: black;
  color: white !important;
}

.radios_cart {
  margin-left: 20px;
}

.radios_cart label {
  margin-left: 10px;
}

.shipping-options {
  padding: 20px;
  width: 100%;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

#main_content {
  overflow-x: hidden;
  min-height: 100vh;
  transition: all 0.3s;
  flex-grow: 1;
  margin: 0 auto;
}

.search_klokt {
  border-top: 2px solid black;
}

.bordered_option_single {
  border: 2px solid #0D4563 !important;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: auto;
  padding: 20px;
}

@media (min-width: 768px) {
  .producer_story_carousel {
    max-width: calc(100% - 250px);
  }
}
@media (min-width: 992px) {
  .producer_story_carousel {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .producer_story_carousel {
    max-width: 100%;
  }
}

.beer_sale_carousel {
  margin: 0 auto;
}

.carousel_container {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .carousel_container {
    max-width: calc(100% - 250px);
  }
}
@media (min-width: 992px) {
  .carousel_container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .carousel_container {
    max-width: 100%;
  }
}

.carousel_container_sale {
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .carousel_container_sale {
    max-width: 350px;
  }
}
@media (min-width: 576px) {
  .carousel_container_sale {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .carousel_container_sale {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .carousel_container_sale {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) {
  .carousel_container_sale {
    max-width: 1200px;
  }
}

.producers_menu {
  margin: 3px;
  text-align: center;
  background: white;
}

.producers_menu a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
  background: green;
}

.producers_menu a:hover {
  background: white;
  color: black;
}

.establishment_picture img {
  width: 100%;
}

.option_box .img-container {
  position: relative;
}

.option_box img {
  width: 100%;
  display: block;
}

.option_box .establishment_name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; /* Change the color according to your design */
  text-align: center;
  text-shadow: 2px 2px 4px black; /* Add text shadow here */
  width: 100%; /* This will make the text stay within the image */
}

.producers_detail_story {
  min-height: 500px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 10000;
  cursor: pointer;
  animation: fadeIn 0.3s ease-out;
  pointer-events: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.producer_sold_actual_total {
  text-align: right;
  font-size: 2em;
  font-weight: bold;
}

.terms_n_conditions {
  font-size: 0.8em;
}

.terms_n_conditions_list {
  padding: 0px !important;
  margin: 0px !important;
  white-space: normal;
}

.terms_n_conditions_list li {
  margin: 5px;
  padding: 0px;
}

.sub-list-one {
  margin-left: 20px;
}

.vop_heading {
  margin-top: 20px;
  font-weight: bold;
  line-height: 40px;
}

.text_link {
  background: inherit;
  padding-left: 0px !important;
  margin: 0;
  font-size: 1em;
}

.received_invoice_upload_part {
  min-height: 700px;
  position: relative;
  background: white;
}

.received_invoice_upl_img {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  max-width: 100%;
  max-height: 100%;
}

.please_upload_invoice_upl_img {
  position: relative;
  top: 0px;
  width: 50%;
  margin: 0 auto;
  margin-left: 25%;
}

.please_upload_invoice_upl_img_div {
  font-size: 2em;
  text-align: center;
  position: relative;
  top: 0px;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  min-height: 400px;
}
@media (min-width: 768px) {
  .iframe-container {
    min-height: 500px;
  }
}

.iframe-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.received_invoice_legend {
  position: relative;
  top: -60px;
}

.confirm_invoice_invoice {
  border-right: 2px dotted black;
}

.confirm_invoice_invoice img {
  max-width: 100%;
}

.invoice_questionare_box {
  display: flex;
  padding: 20px;
}
@media (min-width: 768px) {
  .invoice_questionare_box {
    padding: 50px;
  }
}

.custom-form-group input[type=checkbox] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.received_invoice_status_span {
  color: green;
}

.payable_amount_control {
  padding: 20px 20px 0 0;
  font-size: 1.2em;
  font-weight: 900;
}

.payable_billing_info_control {
  padding: 20px 20px 0 0;
  font-size: 1.2em;
}

.payable_billing_info {
  padding: 0 0 0 20px;
}

.datepicker {
  width: 300px;
}

.table-condensed {
  width: 290px;
}

#print-tickets {
  background: white;
  width: 75%;
  position: relative;
  margin: auto auto;
  top: 100px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 5px 10px;
  z-index: 1001;
}

.print_tickets {
  max-width: 800px;
}

.modal_header_print_ticket {
  padding: 20px;
  border-bottom: 1px solid black;
}

.a4_to_print {
  margin: 0 auto;
  width: 350px;
  height: 495px;
}

.modal-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.starting_ticket_div {
  background: white;
  border: 1px solid black;
  height: 246px;
  display: flex; /* Make it a flex container */
  align-items: center; /* Center children vertically */
  justify-content: center; /* Center children horizontally */
}

.messenger_starting_ticket_div {
  background: white;
  border: 1px solid black;
  height: 70px;
  display: flex; /* Make it a flex container */
  align-items: center; /* Center children vertically */
  justify-content: center; /* Center children horizontally */
}

.starting_ticket_link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 246px; /* This is another way to vertically center the text */
  font-size: 2em;
}

.messenger_starting_ticket_link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 70px; /* This is another way to vertically center the text */
  font-size: 2em;
}

.ppl_starting_ticket_link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 246px; /* This is another way to vertically center the text */
  font-size: 2em;
}

.starting_single_ticket_link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 246px; /* This is another way to vertically center the text */
  font-size: 2em;
}

.bellow_modal_footer {
  padding: 20px;
  float: left;
  left: 0;
}

.weekend span {
  background-color: #FFD700 !important; /* Example color */
}

.site-navbar {
  background: white;
  z-index: 99999 !important;
  padding: 0;
}

@media (max-width: 576px) {
  .navbar-brand > svg {
    width: 150px;
  }
}
@media (min-width: 576px) {
  .navbar-brand > svg {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .navbar-brand > svg {
    width: 200px;
  }
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  padding: 0px 10px !important;
}

.site-menu {
  float: right;
}

.site-mobile-menu {
  z-index: 999999 !important;
}

.site-navbar .site-logo {
  top: 0px !important;
}

.js-menu-toggle {
  background: transparent;
}

.dropdown {
  z-index: 99999 !important;
}

.square_action svg {
  color: white;
}

.site-navigation {
  margin-top: -18px;
}

.logo_box {
  display: inline-block;
  flex-direction: column;
  background-color: #fff;
  margin: 5px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid black;
  min-width: 250px;
  max-height: 200px;
  position: relative; /* Add this line */
  max-height: 250px; /* Adjust this value as necessary */
  min-height: 250px;
  overflow: hidden; /* Hides the overflow if the image is too big */
}
@media (max-width: 576px) {
  .logo_box {
    width: calc(100% - 10px);
  }
}
@media (min-width: 576px) {
  .logo_box {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .logo_box {
    width: calc(33.3333333333% - 20px);
  }
}

.logo_holder {
  position: absolute; /* Position the logo_holder absolutely within logo_box */
  top: 50%; /* Position the top edge of logo_holder in the center of logo_box */
  left: 50%; /* Position the left edge of logo_holder in the center of logo_box */
  transform: translate(-50%, -50%); /* Offset logo_holder to center it within logo_box */
  width: 100%; /* Set the width to fill the container */
  height: auto; /* Height will be as tall as the content */
  display: flex; /* Use flexbox to center content */
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
}

.logo_image {
  max-width: 100%; /* Image max width is 100% of the holder */
  max-height: 100%; /* Image max height is 100% of the holder */
  object-fit: contain; /* Contain the image within the div without cropping */
  height: auto; /* Set height to auto to maintain aspect ratio */
  max-height: 250px;
}

.info_content {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  /* Add other styling as needed */
}

.info_content li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  /* Add other styling as needed */
}

.info_content li a:hover {
  background-color: #eee;
}

#main_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

.tab-content {
  margin-top: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

#image-viewer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 576px) {
  #image-viewer {
    width: calc(100% - 10px);
  }
}
@media (min-width: 576px) {
  #image-viewer {
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  #image-viewer {
    width: calc(100% - 20px);
  }
}
@media (min-width: 992px) {
  #image-viewer {
    max-width: 700px;
  }
}

#image-viewer img {
  max-width: 100%;
  max-height: 80vh;
}

#close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
}

#prev-btn, #next-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}

#prev-btn {
  left: 10px;
}

#next-btn {
  right: 10px;
}

#custom_boxes_select {
  padding: 10px 30px;
}

#box_types_select {
  padding: 10px 30px;
}

.loader {
  position: absolute;
  z-index: 9999999;
  top: 50%;
  left: 50%;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.index-section-1 {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 150px;
  overflow-x: hidden;
}

.top-spacing {
  height: 200px;
  overflow: hidden;
}

.from_producer {
  width: 90%;
  margin: 100px auto;
  background: white;
  border-radius: 4px;
  border: 2px solid #D7D7D7;
  padding: 5px 5px;
  font-size: 2.3em;
  text-align: center;
}

.section_box_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Two columns by default */
  gap: 1rem; /* Adjust gap between items as needed */
  padding: 0 1rem; /* Left and right padding for outer gutters */
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .section_box_1 {
    grid-template-columns: repeat(2, 1fr); /* Three columns for wider screens */
  }
}
@media (min-width: 768px) {
  .section_box_1 {
    grid-template-columns: repeat(3, 1fr); /* Three columns for wider screens */
  }
}
@media (min-width: 992px) {
  .section_box_1 {
    grid-template-columns: repeat(4, 1fr); /* Three columns for wider screens */
  }
}

.section_box_2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Two columns by default */
  gap: 1rem; /* Adjust gap between items as needed */
  padding: 0 1rem; /* Left and right padding for outer gutters */
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .section_box_2 {
    grid-template-columns: repeat(2, 1fr); /* Three columns for wider screens */
  }
}
@media (min-width: 768px) {
  .section_box_2 {
    grid-template-columns: repeat(3, 1fr); /* Three columns for wider screens */
  }
}
@media (min-width: 992px) {
  .section_box_2 {
    grid-template-columns: repeat(4, 1fr); /* Three columns for wider screens */
  }
}

.index-section-2 {
  background-image: url("../../graphics/images/index-1/beer-hall-o-c-min.png"); /* Replace with your image path */
  background-size: 150%;
  background-position: top;
  background-repeat: no-repeat;
  /* Set a minimum height if the div has no content determining its height */
  margin-top: 140px;
  min-height: 800px;
  overflow-x: hidden;
}

.our_partners_header {
  width: 70%;
  margin: 100px auto 0 auto;
  background: white;
  border-radius: 4px;
  border: 2px solid #D7D7D7;
  padding: 5px 5px;
  font-size: 2.3em;
  text-align: center;
  overflow-x: hidden;
}

.section-2_box {
  height: 500px;
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Two columns by default */
  gap: 1rem; /* Adjust gap between items as needed */
  padding: 0 1rem; /* Left and right padding for outer gutters */
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .section-2_box {
    grid-template-columns: repeat(4, 1fr); /* Three columns for wider screens */
  }
}
@media (min-width: 992px) {
  .section-2_box {
    grid-template-columns: repeat(4, 1fr); /* Three columns for wider screens */
  }
}

.logo-item {
  border: 2px solid #ccc; /* Light gray border */
  border-radius: 4px; /* Rounded corners */
  background: white; /* White background */
  color: black; /* Text color, if any text is inside */
  display: flex; /* Use Flexbox for layout */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  max-width: 200px; /* Maximum width */
  height: 150px; /* Fixed height */
  overflow: hidden; /* Hide overflow content */
}

.logo-item img {
  max-width: 100%; /* Image can grow up to 100% of its container's width */
  max-height: 100%; /* Image can grow up to 100% of its container's height */
  object-fit: contain; /* Scale the image to maintain its aspect ratio while fitting within the element's content box */
  padding: 5px; /* Padding around the image */
}

.index-section-3 {
  background-image: url("../../graphics/images/index-1/customer-support-min.png"); /* Replace with your image path */
  background-size: 150%;
  background-position: top;
  background-repeat: no-repeat;
  /* Set a minimum height if the div has no content determining its height */
  margin-top: 140px;
  overflow-x: hidden;
}

.contact_us_header {
  width: 70%;
  margin: 20px auto 0 auto;
  background: white;
  border-radius: 4px;
  border: 2px solid #D7D7D7;
  padding: 5px 5px;
  font-size: 2.3em;
  text-align: center;
  overflow-x: hidden;
}

.contact_us_container {
  max-width: 700px;
  margin: 0 auto;
}

.indexform_input {
  border: none;
  border-bottom: none !important;
  border: 2px solid #D7D7D7 !important;
  border-radius: 4px !important;
  background: white;
  font-weight: 800;
  color: black;
  width: 100%;
}

#index_contact_us_text {
  border: none;
  border-bottom: none !important;
  border: 2px solid #D7D7D7 !important;
  border-radius: 4px !important;
  background: white;
  font-weight: 800;
  color: black;
}

#index_contact_us_send {
  width: 50%;
  margin-left: 25%;
  margin-top: 50px;
  background: white;
  color: black;
  font-weight: 800;
  overflow: hidden;
}

.index_product_category_header {
  background: white;
  border: 2px solid #D7D7D7;
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

.section_box_3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Two columns by default */
  gap: 1rem; /* Adjust gap between items as needed */
  padding: 0 1rem; /* Left and right padding for outer gutters */
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .section_box_3 {
    grid-template-columns: repeat(2, 1fr); /* Three columns for wider screens */
  }
}
@media (min-width: 768px) {
  .section_box_3 {
    grid-template-columns: repeat(3, 1fr); /* Three columns for wider screens */
  }
}
@media (min-width: 992px) {
  .section_box_3 {
    grid-template-columns: repeat(4, 1fr); /* Three columns for wider screens */
  }
}

#searchContainerInForm {
  width: 400px;
  padding: 10px;
  border: 2px solid black;
  background-color: #f9f9f9;
  position: relative;
  margin: 20px auto;
  background: white;
}

#addressInputForm {
  width: 80%;
  padding: 8px;
  margin-right: 5px;
  border: none;
}

#localize {
  display: inline-block;
  height: 40px;
  z-index: 400;
}

#localize svg {
  pointer-events: none;
}

#resultsListForm {
  margin-top: 5px;
  max-width: 400px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  z-index: 1000;
  border: 1px solid #ccc;
}

#resultsListForm div {
  padding: 8px;
  cursor: pointer;
}

#resultsListForm div:hover {
  background-color: #f0f0f0;
}

#clearCrossForm {
  color: red;
  position: absolute;
  left: 350px;
  top: 20px;
  font-weight: 900;
}

.new_beers {
  max-width: 1200px;
  margin: 0 auto;
}

.wine_color {
  width: 80%;
  margin: 0 auto;
}

.producer_header_index {
  position: relative; /* Ensures that absolute positioning of children is relative to this */
  height: 75px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center; /* Vertically centers flex items if you need */
  font-family: "League Gothic", sans-serif !important;
}

.producer_header_index .logo-item-1 {
  position: absolute;
  left: 0;
  /* Ensure you have width and height if needed */
}

.producer_header_index .producer_header_index_name {
  /* Removed 'float: left;' as it's not needed with flexbox */
  color: black;
  background: #D7D7D7;
  font-style: italic;
  /* If you want to center the text or items inside, make it a flex container or use text-align */
  display: flex;
  justify-content: right; /* Now it's correct as it applies to a flex container */
  align-items: center; /* Centers items vertically */
  flex-grow: 1; /* Allows it to take up available space */
  padding: 0 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 2px solid black;
}

.big-screens {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Single column by default */
  gap: 1rem; /* Adjust gap between items */
  padding: 0 1rem; /* Padding for outer gutters */
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .big-screens {
    display: none; /* Hide on small devices */
  }
}
@media (min-width: 576px) {
  .big-screens {
    display: none; /* Hide on small landscape devices */
  }
}
@media (min-width: 768px) {
  .big-screens {
    grid-template-columns: repeat(3, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 992px) {
  .big-screens {
    grid-template-columns: repeat(4, 1fr); /* Four columns for desktops */
    display: grid; /* Ensure it displays */
  }
}

.mobile-only {
  display: none; /* Default state is not displayed */
}
@media (max-width: 576px) {
  .mobile-only {
    display: block; /* Show on phone devices */
  }
}
@media (min-width: 576px) {
  .mobile-only {
    display: block; /* Show on phone landscape devices */
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none; /* Hide again on tablets and larger screens */
  }
}

.index-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.producer_logo_link img {
  max-width: 100%;
  height: auto;
  object-fit: contain; /* This will ensure the image is scaled to be fully visible */
  margin-top: 5px;
}

.logo-item-1 img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.producer_logo_box {
  height: 200px;
  min-width: 200px;
  margin: 0 auto;
}

.producer_logo_box img {
  max-height: 200px;
  max-width: 100%;
}

.payout_options {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Single column by default */
  gap: 1rem; /* Adjust gap between items */
  padding: 0 1rem; /* Padding for outer gutters */
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .payout_options {
    grid-template-columns: repeat(1, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 576px) {
  .payout_options {
    grid-template-columns: repeat(1, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}

.payout_option {
  background: #f5f5f5;
  padding: 1%;
}

.payout_option h3 {
  margin-bottom: 30px;
}

.payout_option_body {
  height: 150px;
}

.order_customer {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Single column by default */
  gap: 1rem; /* Adjust gap between items */
  padding: 0 1rem; /* Padding for outer gutters */
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .order_customer {
    grid-template-columns: repeat(1, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 576px) {
  .order_customer {
    grid-template-columns: repeat(2, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}

.order_customer div {
  background: #f5f5f5;
  padding: 50px 0;
  text-align: center;
}

.setting_options {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Single column by default */
  gap: 1rem; /* Adjust gap between items */
  padding: 0 1rem; /* Padding for outer gutters */
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .setting_options {
    grid-template-columns: repeat(1, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 576px) {
  .setting_options {
    grid-template-columns: repeat(2, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}

.setting_options div {
  background: #f1f1f1;
  padding: 50px 0;
  text-align: center;
}

.option_selected {
  max-width: 100px;
  margin: 0 auto;
  color: green;
}

.add_beer_modal_div {
  height: 40px;
}

.addBeerModal {
  float: right;
  width: 300px;
}

.addSodaModal {
  float: right;
  width: 300px;
}

.addAllSoda {
  float: right;
  width: 300px;
}

.addAllBeer {
  float: right;
  width: 300px;
}

.addPackaging {
  float: right;
  width: 300px;
}

.add_establishment_modal_div {
  height: 40px;
}

.addEstablishment {
  float: right;
  width: 300px;
}

.addContact {
  float: left;
  width: 300px;
}

.centered {
  display: inline-block;
  margin: 0 auto;
}

.normal_text {
  font-weight: normal !important;
}

.nobreak {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.cwhite {
  color: white !important;
}

.cblack {
  color: black !important;
}

.block {
  display: block !important;
}

.green {
  background: #29a744;
}

.red {
  background: #ff0000;
}

.yellow {
  background: #ffd100;
}

.white {
  background: #ffffff;
}

.lightgreen {
  background: lightgreen !important;
}

.dark_gray {
  background: #c8c8c8;
}

.right {
  float: right;
}

.dotted_bottom {
  border-bottom: 2px dotted #c8c8c8;
  height: 5px;
  margin-bottom: 10px;
}

.c_yellow {
  color: #ffd100;
}

.y_slash {
  color: #8b4513; /* Saddle brown for WCAG AA compliance (4.8:1 contrast ratio) */
  font-weight: 600;
}

@media (min-width: 768px) {
  .bb {
    border-bottom: 2px solid black;
  }
}

.warning {
  margin: 10px;
  padding: 20px;
  font-size: 1.2em;
  background: #ffd100;
}

.no_padding {
  padding: 0 !important;
}

.right {
  float: right;
}

.capital {
  text-transform: uppercase;
}

.width_100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.t100 {
  margin-top: 100px;
}

.t50 {
  margin-top: 50px;
}

.b100 {
  margin-bottom: 100px;
}

.b50 {
  margin-bottom: 50px;
}

.cap {
  text-transform: capitalize !important;
}

.padding {
  padding: 20px;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.z1 {
  z-index: 1;
}

.h1 {
  height: 100%;
}

.nice_link {
  text-align: center;
  font-size: 20px;
  text-decoration: underline;
}

.active_menu > a {
  color: #ffd100 !important;
}

.ellipsis {
  white-space: nowrap; /* Prevents text from wrapping to a new line */
  overflow: hidden; /* Hides overflowed text */
  text-overflow: ellipsis; /* Adds the ellipsis (...) */
  display: inline-block; /* Ensures ellipsis works in span */
  max-width: 150px; /* Adjust max-width as needed */
}

.h_font {
  font-family: "League Gothic", sans-serif !important;
}

.highlight {
  background: #ffd100 !important;
}

.section_name {
  width: 200px;
  height: 35px;
  background: #ffd100;
  margin-bottom: 30px;
}

.section_icon_holder > svg {
  max-width: 45px;
  max-height: 45px;
  margin-top: -10px;
  margin-left: 15px;
}

.section_icon_holder {
  display: inline-block;
}

.section_description_holder {
  font-weight: 200;
  display: inline-block;
  margin-left: 15px;
  font-size: 2em;
  font-family: "League Gothic", sans-serif !important;
  margin-top: 5px;
}

.button_div {
  height: 45px;
}

.info_div {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
  color: #808080;
  margin-bottom: 30px;
}

.form_box {
  background: #ebebeb;
  padding: 20px;
  margin-top: 20px;
}

.zero_padding {
  padding: 0;
}

ol {
  list-style-type: disc;
}

.brewries_list {
  list-style-type: none; /* Removes default list style */
  padding-left: 0; /* Removes padding */
}

.brewries_list li {
  position: relative; /* Needed for positioning the pseudo-element */
  padding-left: 20px; /* Provides space for the pseudo-element */
  line-height: 25px;
}

.brewries_list li:hover {
  background: #ffd100;
}

.brewries_list li::before {
  content: ">"; /* The content to display */
  position: absolute; /* Position absolutely within the li */
  left: 0; /* Align to the left */
  color: black; /* Set the color of the symbol */
  font-size: 16px; /* Set the size of the symbol */
}

.table_pickup tbody {
  border: 0px solid white;
}

.table_box {
  overflow-x: scroll;
  color: black !important;
  background-color: #ebebeb !important;
  padding: 10px 10px 20px 10px;
}
@media (min-width: 992px) {
  .table_box {
    margin: 20px auto;
    overflow: auto;
  }
}

.rounded_cell {
  border: 2px solid black;
}

.nostyle_cell {
  background: transparent;
}

.name_cell {
  min-width: 250px;
}

.action_td {
  max-width: 50px;
}

.editB2B {
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0;
}

table td {
  height: 100%;
  vertical-align: middle; /* Optional: Ensures that text within the button is centered vertically */
}

.min_width_cell {
  min-width: 70px !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  max-width: inherit !important;
}

.section_underline {
  text-align: center;
  text-decoration: underline !important;
  text-decoration-color: #ffd100 !important;
  text-decoration-thickness: 3px; /* This makes the underline 3px thick */
  text-underline-offset: 10px;
}

.btn-danger {
  background: #ff0000 !important;
}

.btn-warning {
  background: #ffd100 !important;
}

.btn-secondary {
  background: #808080 !important;
}

.underline_yellow_big {
  text-decoration: underline !important;
  text-decoration-color: #ffd100 !important;
  text-decoration-thickness: 3px; /* This makes the underline 3px thick */
  text-underline-offset: 10px;
}

.underline_black_small {
  text-decoration: underline !important;
  text-decoration-color: black;
  text-decoration-thickness: 1px; /* This makes the underline 3px thick */
  text-underline-offset: 1px;
}

.underline {
  text-decoration: underline !important;
  text-decoration-color: #ffd100 !important;
}

.scrollable-list {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 10px;
}

.highlighted {
  font-size: 2.5em;
}

.edit_button {
  background: #ffd100 !important;
  color: black !important;
}

.btn-linklike {
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  font: inherit; /* inherit font family and size from parent */
}

/* Optional: remove the underline on hover */
.btn-linklike:hover {
  text-decoration: none;
}

/* For better focus outline accessibility */
.btn-linklike:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

.yellow_link {
  display: block;
  text-align: center;
  padding: 10px;
  background: #ffd100;
  margin: 0 auto;
  max-width: 80%;
  font-size: 1.6em;
  font-weight: 700;
}

h1 {
  text-align: center;
}

h1 > span {
  text-align: left;
  display: inline-block;
  border-bottom: 4px solid #ffd100;
  padding: 0 50px;
  font-family: "League Gothic";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "width" 100;
  margin-top: 50px;
  margin-bottom: 50px;
}

h2 > span {
  display: inline-block;
  border-bottom: 4px solid #ffd100;
  padding: 0 50px;
  font-family: "League Gothic", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "width" 100;
}

.font_heading {
  font-family: "League Gothic";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "width" 100;
}

.smaller_h1 {
  font-size: 1.6em;
}

.underline_yellow_wide {
  display: inline-block;
  border-bottom: 4px solid #ffd100;
  padding: 0 50px;
}

.addVolume {
  float: right;
}

.addWholesaleBeer {
  margin-bottom: 43px;
}

.more-column {
  min-width: 100px;
}

.activate_offer_button {
  display: inline-block;
  float: right;
}

.b2b_activation_div {
  position: relative;
  bottom: 45px;
  right: 0;
}
@media (max-width: 576px) {
  .b2b_activation_div {
    right: 0;
  }
}
@media (min-width: 576px) {
  .b2b_activation_div {
    right: 5%;
  }
}
@media (min-width: 768px) {
  .b2b_activation_div {
    right: 10%;
  }
}
@media (min-width: 992px) {
  .b2b_activation_div {
    right: 20%;
  }
}

.custom-btn {
  display: flex;
  align-items: center;
  background-color: #ebebeb;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.custom-btn .btn-icon {
  background-color: #ffd100; /* Yellow color */
  color: black;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}

.custom-select {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
}

.custom-select:focus {
  border-color: #66afe9;
  outline: none;
}

.yellow_heading {
  display: inline-block;
  background: #ffd100;
  padding: 5px 10px;
  font-weight: 600;
  font-family: "League_Gothic", sans-serif;
}

.shopping-cart {
  min-width: 100%;
  display: block;
  text-align: center;
  margin-left: 20px;
  z-index: 1;
  margin-top: -14px;
}

input[type=tel] {
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  background: white;
  font-weight: 400;
  color: black;
}

input[type=email] {
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  background: white;
  font-weight: 400;
  color: black;
}

input[type=url] {
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  background: white;
  font-weight: 400;
  color: black;
}

input[type=search] {
  border: none;
  border-bottom: 2px dotted black;
  border-radius: 0;
  background: #ebebeb;
  font-weight: 400;
  color: black;
}

input[type=text] {
  border: none;
  border-bottom: 2px solid black !important;
  border-radius: 0;
  background: white;
  font-weight: 400;
  color: black;
}

input[type=text]:disabled {
  background: #efefef;
  color: black !important;
}

input[type=number] {
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  background: white;
  font-weight: 400;
  color: black;
  margin-right: 0px;
  font-weight: 500;
  line-height: 10px;
  font-size: 1.2em;
}

input[type=password] {
  border: none;
  border-bottom: 2px solid black !important;
  border-radius: 0;
  background: white;
  font-weight: 400;
  color: black;
}

.dotted_input {
  border-bottom: 2px dotted black !important;
}

.form_heading {
  display: inline-block;
  background: #ffd100;
  min-width: 300px;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "League_Gothic", sans-serif;
}

.basic_form_input {
  border: 1px solid #ffd100;
  margin-top: 0px;
}

.basic_form_label {
  width: 100%;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 0;
  color: #808080 !important;
}

.buttons_input {
  height: 40px;
  margin-right: 20px;
}

.w100 {
  width: 100%;
}

#errorPopup {
  background: white;
  max-width: 75%;
  min-width: 300px;
  position: fixed;
  margin: auto auto;
  top: 100px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 5px 10px;
  display: none;
  z-index: 9999;
}

#errorPopup p {
  text-align: left;
  font-size: 15px;
  color: black;
}

.exclamation_mark {
  position: absolute;
  left: 10px;
  bottom: 20px;
  font-size: 5em;
  color: #ffd100;
}

.popup_system_message {
  padding: 20px;
  text-align: center;
  font-size: 1.5em;
}

.negative {
  color: #ff0000;
}

.positive {
  color: #28a744;
}

.no_break {
  white-space: pre;
}

#acknowledge_error {
  color: black !important;
  width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  padding: 5px;
  border-radius: 5px;
}

.banner {
  display: none; /* Initially hidden */
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 30px;
  background-color: #28a744; /* Change this color as needed */
  color: white;
  z-index: 1000;
  border-radius: 5px;
  width: 100%;
}

.banner {
  background-color: #28a744; /* or any other color */
}

.banner_message {
  font-size: 16px;
  text-align: center;
}

.cart_header {
  margin-bottom: 40px;
}

.cart_header_step {
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center; /* Align items horizontally in the center */
  height: 60px; /* Set the height of the .cart_header_step */
  line-height: 40px; /* Align the text vertically centered */
  color: black;
  background: #ebebeb;
  border-left: 15px solid white;
  border-right: 15px solid white;
  font-weight: 900;
}

.active_cart_step {
  background: #ffd100;
}

.cart_header_numbering {
  display: flex;
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 20px;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  margin-top: -2px;
  border-radius: 25px;
  background: #ffd100;
}
@media (max-width: 576px) {
  .cart_header_numbering {
    margin-right: 12px;
  }
}

.cart_step_name {
  position: relative;
  top: 3px;
  font-weight: 500;
  font-size: 1em;
}

.cart_header_step.active_cart_step .cart_header_numbering {
  position: relative;
  border-radius: 25px;
  background: #ffffff;
}
@media (max-width: 576px) {
  .cart_header_step.active_cart_step .cart_header_numbering {
    border: 3px solid white;
  }
}

.cargo-box-section {
  background: #ffffff;
  padding: 10px 0px;
  overflow: auto;
}

.obsazenost_h {
  font-weight: 600;
}

.cargo-box {
  border-collapse: collapse;
  margin-right: 10px;
  float: left;
}

.cargo-box td {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.populated {
  background: #ffd100 !important;
}

#cart_to_delivery {
  min-width: 50%;
  display: block;
  margin: 0 auto;
}

#cart_to_final_check {
  min-width: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

#process_b2b_order {
  min-width: 50%;
  display: block;
  margin: 0 auto;
}

.site-navbar .site-navbar-target .js-sticky-header {
  max-height: 120px !important;
  background: #ffffff;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.row .align-items-center {
  max-height: 120px !important;
}

.site-navbar-top {
  max-height: 40px;
  background: #444444;
}

.py-3 {
  padding-top: 5px !important;
}

.new_icon_bar {
  margin: 0 10px;
}

.cart_div {
  width: 50px;
  height: 50px;
  margin-left: 50px;
  position: relative;
  float: right;
}
@media (max-width: 576px) {
  .cart_div {
    right: 140px;
    bottom: -15px;
  }
}
@media (min-width: 576px) {
  .cart_div {
    right: 140px;
    bottom: -15px;
  }
}
@media (min-width: 768px) {
  .cart_div {
    right: 140px;
    bottom: -15px;
  }
}
@media (min-width: 992px) {
  .cart_div {
    right: 30px;
    bottom: -5px;
  }
}
@media (min-width: 1200px) {
  .cart_div {
    right: 30px;
    bottom: -5px;
  }
}

.cart_main_box {
  border: 2px solid black;
  border-radius: 5px;
  width: 70px;
  height: 50px;
  position: absolute;
  top: -32px;
  z-index: 99999999;
}

.shopping-cart-footer-link img {
  position: absolute;
  width: 40px;
}

.cart_main_box > a {
  display: block;
  height: 100%;
  width: 100%;
}

.shopping-cart-footer_number_of_items {
  font-size: 1.2em;
  position: absolute;
  top: -5px;
  width: 50px;
  height: 50px;
  left: -20px;
}

.shopping-cart-footer_number_of_items_b2b {
  font-size: 1.4em;
  position: absolute;
  top: -5px;
  width: 50px;
  height: 50px;
  left: -20px;
  margin-left: 20px;
}

.cart_number {
  max-width: 60px;
  margin-right: 20px;
  text-align: center;
  border-bottom: 1px solid #785147;
}

.socials_top {
  max-width: 20px !important;
}

.profile {
  background-color: #ebebeb !important;
  color: black !important;
}

.site-logo a img {
  margin-top: -30px;
}
@media (max-width: 576px) {
  .site-logo a img {
    width: 100px;
    margin-top: -30px;
  }
}
@media (min-width: 576px) {
  .site-logo a img {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .site-logo a img {
    width: 100px;
  }
}

.d-inline-block {
  float: right;
  margin-top: 15px;
}

.col-2 {
  max-height: 80px !important;
}

.active > span {
  text-decoration: underline;
}

.title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 100 !important;
  margin: 50px auto;
}

.index_background_section {
  background-image: url("/graphics/v2/background.png"); /* Replace with your image path */
  background-size: cover; /* Ensures the background covers the entire section */
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  color: white; /* Optional: Ensures text is visible over the background */
  height: 300px;
}

.index_background_section_overlay {
  position: relative;
  top: -150px;
  background: linear-gradient(to bottom, transparent 0px, transparent 180px, #e9e9e9 180px);
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #ffd100 !important;
}

#map-container {
  max-width: 1200px;
  margin: 50px auto;
}
@media (min-width: 768px) {
  #map-container {
    height: 500px;
  }
}

#map-container svg {
  width: 100%;
  height: 100%;
}

/* Change the fill color on hover */
.kraj_on_map:hover {
  fill: #434 !important;
}

/* Overlay for blurring the map */
.map-blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  backdrop-filter: blur(5px);
}

.map-blur-overlay .message {
  color: white;
  font-size: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

#folderTabs li {
  width: 50%;
  background: black;
  text-align: center;
}

#folderTabs li a {
  color: #ffd100;
  text-transform: uppercase;
  font-weight: 500;
  border: 0px solid #ffffff !important;
}

#folderTabs li .active {
  color: black !important;
  border-radius: 0 !important;
  background: #ffd100;
  border-color: #ffd100 !important;
  border: 0px solid #ffd100 !important;
}

.search {
  height: 100px;
  width: 50%;
  margin: 0 auto !important;
}

.search_input {
  border: 1px solid black;
}

#searchContainer {
  max-width: 400px;
  padding: 10px;
  border: 2px solid #c8c8c8;
  background-color: #f9f9f9;
  position: relative;
  margin: 0px auto;
  margin-top: -30px;
  background: white;
}

#addressInput {
  width: 80%;
  padding: 8px;
  margin-right: 5px;
  border: none;
}

#resultsList {
  margin-top: 5px;
  max-width: 400px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  z-index: 1000;
  border: 1px solid #ccc;
  color: black;
}

#resultsList div {
  padding: 8px;
  cursor: pointer;
}

#resultsList div:hover {
  background-color: #f0f0f0;
}

.closest_beer {
  margin-bottom: 50px;
}

.display_closest {
  background: red;
}

.select_list_option {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.color_index_background {
  background: e9e9e9;
}

#cartFeedbackBanner {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4caf50; /* Green background */
  color: white; /* White text */
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000; /* Ensure it appears above other content */
  font-size: 14px;
}

/* General styling for the footer section */
.index-section-footer {
  padding: 20px;
}

.index-footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto; /* Center-align container */
}

.index-section-footer {
  background: #141414;
  height: 150px;
  overflow: hidden;
  margin-top: 50px;
  font-size: 0.5em;
  color: gray !important;
}

.index-footer-left {
  margin-left: 20px;
  margin-top: 100px;
  font-size: 1em;
}

.index-footer-right {
  margin-top: 30px;
  font-size: 1.2em;
  float: left;
}

.index-footer-right a {
  color: #ebebeb;
}

.account_div {
  min-height: 100px;
  overflow: auto;
  position: relative;
  padding: 10px;
}

.square_action {
  position: absolute;
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 5px;
  right: 20px;
  top: 20px;
  color: white;
}

.square_action svg {
  height: 50px;
  width: 50px;
}

.customer_contact_box {
  max-width: 300px;
  overflow: auto;
  float: left;
  border: 1px solid #785147;
  margin: 20px;
  padding: 10px;
  border-radius: 10px;
  background: lightblue;
  overflow-x: hidden;
}

.main_contact_box {
  background: black;
  color: white;
}

.saved_addresses {
  border: 2px solid black;
  margin-bottom: 20px;
  width: 100%;
  background: #ffd100;
  color: white !important;
}

.close {
  margin: 1px !important;
  border: none !important;
  border-radius: 3px;
}

.modal_table {
  margin: 0 auto;
}

.modal {
  overflow: auto !important;
}

.producer_row {
  background: #efefef;
  margin: 2px auto;
}

.producer_row a {
  display: block;
  padding: 10px 20px;
  width: 100%;
  overflow: auto;
  background: #efefef;
}

.producer_row:hover {
  background: black;
  color: #E0D384;
}

.producer_row a:hover {
  background: black;
  color: #E0D384;
}

.partner_row {
  background: #efefef;
  margin: 2px auto;
}

.partner_row a {
  display: block;
  padding: 10px 20px;
  width: 100%;
  overflow: auto;
  background: #efefef;
}

.partner_row:hover {
  background: black;
  color: #E0D384;
}

.partner_row a:hover {
  background: black;
  color: #E0D384;
}

.return_money {
  border: 2px solid black;
  width: 100%;
  text-align: center;
}

.search_breweries {
  top: 140px; /* Keeps it at the top when scrolling */
  padding: 10px;
  display: flex;
  justify-content: center;
  z-index: 100; /* Ensures it stays on top */
  overflow-x: auto; /* Allows scrolling on small screens */
  background: #ffffff;
  margin: 0 auto;
}

.search_breweries a {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
}

.search_breweries a:hover {
  color: #ffd100;
}

.search_alphabet {
  margin-top: 20px;
  margin-right: 20px;
}

.search_field {
  background: #ebebeb;
  padding: 10px 5px;
}

.search_field div {
  float: left;
}

.search_field div svg {
  background: #ffd100;
  border-radius: 10px 10px;
  position: relative;
  right: 15px;
  width: 35px;
  height: 35px;
}

.serch_breweries_form_div form {
  margin-top: -10px;
}

.breweries_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Two columns by default */
  gap: 1rem; /* Adjust gap between items as needed */
  padding: 0 1rem; /* Left and right padding for outer gutters */
  overflow: hidden;
}
@media (min-width: 576px) {
  .breweries_list {
    grid-template-columns: repeat(2, 1fr); /* Three columns for wider screens */
  }
}
@media (min-width: 768px) {
  .breweries_list {
    grid-template-columns: repeat(3, 1fr); /* Three columns for wider screens */
  }
}
@media (min-width: 992px) {
  .breweries_list {
    grid-template-columns: repeat(3, 1fr); /* Three columns for wider screens */
  }
}

.brewery_box {
  display: grid;
  grid-template-columns: 61.8% 38.2%; /* Golden ratio */
  height: 220px;
  width: 100%;
  border-bottom: 3px dotted #ccc; /* Add dotted bottom border */
  border-right: 3px dotted #ccc; /* Add dotted right border */
}

/* First section, larger one (61.8% of the width) */
.brewery_box .left_section {
  background: white; /* Customize as needed */
  padding: 1rem;
  height: 220px;
  position: relative;
}

/* Second section, smaller one (38.2% of the width) */
.brewery_box .right_section {
  padding: 1rem;
  background: white;
}

.tier-info {
  font-size: 0.85em;
  color: #666;
  font-weight: 500;
  margin-left: 8px;
  white-space: nowrap;
}

.brewery_heading {
  display: inline-block;
  background: #ffd100;
  width: 100%;
  padding: 5px 10px;
  font-family: "League Gothic", sans-serif !important;
  font-size: 1.3em;
  /* Text overflow settings */
  white-space: nowrap; /* Prevents the text from wrapping onto the next line */
  overflow: hidden; /* Ensures that overflowing text is hidden */
  text-overflow: ellipsis; /* Adds "..." at the end of the truncated text */
}

.logo-item-1 {
  background: white; /* White background */
  color: black; /* Text color, if any text is inside */
  display: flex; /* Use Flexbox for layout */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  overflow: hidden; /* Hide overflow content */
  max-height: 100%;
}

.logo-item-1 a {
  display: flex; /* Ensure the link itself also behaves as a flex container */
  justify-content: center;
  align-items: center;
  width: 100%; /* Ensure it takes up the full width of its parent */
  height: 150px; /* Ensure it takes up the full height of its parent */
}

.logo-item-1 a img {
  max-width: 100%; /* Ensure it does not exceed the container width */
  max-height: 90px; /* Limit image height */
  object-fit: contain; /* Scale while maintaining aspect ratio */
}

.brewery_list_right_top {
  height: 30px;
  position: relative;
}

.selected_beer_category {
  position: absolute;
  bottom: 0px;
  background: #28a744;
  width: 100%;
  height: 20px;
  font-size: 0.8em;
  line-height: 15px;
  padding: 3px 0 4px 7px;
  font-weight: 700;
  color: white;
}

.image_box_special {
  float: left;
  height: 246px;
  display: flex;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  margin-top: -25px;
}

.image_box_special img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 246px;
}

.rot-pip svg {
  margin-top: -8px;
  max-width: 30px;
}

.rot-pip span {
  margin-left: 5px;
  font-size: 1.8em;
}

.establishment_box {
  display: grid;
  grid-template-columns: 100%;
  height: 250px;
  width: 100%;
  border-right: 3px dotted #ccc;
}

/* Full section filling the whole grid */
.establishment_box .full_section {
  background: white;
  padding-right: 1rem;
  padding-bottom: 1rem;
  height: 220px;
  position: relative;
}

.establishment_list_top {
  height: 30px;
  max-width: 100%;
  text-transform: uppercase;
}

.establishment_list_middle {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Divide into two equal columns */
  height: 150px;
  width: 100%;
  gap: 10px; /* Optional: add spacing between columns */
}

.establishment_list_middle_right {
  background: #ebebeb; /* Ensure the background color is properly set, replace $gray if necessary */
  padding: 10px;
}

.establishment_list_bottom {
  height: 80px;
  width: 100%;
  padding: 10px;
  font-size: 0.9em;
  line-height: 20px;
  position: relative;
  background: #ffd100;
}

.establishment_heading {
  display: inline-block;
  background: #ffd100;
  width: 100%;
  padding: 5px 10px;
  font-family: "League Gothic", sans-serif !important;
  font-size: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delete_menu {
  z-index: 9;
  position: absolute;
  top: 30px;
  right: 30px;
}

.menu_divs_container {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Single column by default */
  gap: 1rem; /* Adjust gap between items */
  padding: 0 1rem; /* Padding for outer gutters */
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .menu_divs_container {
    grid-template-columns: repeat(2, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 576px) {
  .menu_divs_container {
    grid-template-columns: repeat(3, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 768px) {
  .menu_divs_container {
    grid-template-columns: repeat(4, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 992px) {
  .menu_divs_container {
    grid-template-columns: repeat(5, 1fr); /* Four columns for desktops */
    display: grid; /* Ensure it displays */
  }
}

.menu_div {
  text-align: center;
  padding: 5px;
  border-radius: 4px;
}

.active_menu_div {
  border: 1px solid black;
}

.menu_div a {
  background: #ffd100;
  display: block;
  overflow: auto;
}

.activation_info {
  color: black;
  margin-top: 10px;
}

.add_photo_text_b {
  color: #333;
  text-align: center;
  padding: 10px;
  background: #28a744 !important;
  color: white;
  border-radius: 5px;
}

.tap_divs_container {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Single column by default */
  gap: 1rem; /* Adjust gap between items */
  padding: 0 1rem; /* Padding for outer gutters */
  background: #ebebeb !important;
  justify-content: center;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .tap_divs_container {
    grid-template-columns: repeat(2, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 576px) {
  .tap_divs_container {
    grid-template-columns: repeat(3, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 768px) {
  .tap_divs_container {
    grid-template-columns: repeat(4, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 992px) {
  .tap_divs_container {
    grid-template-columns: repeat(5, 1fr); /* Four columns for desktops */
    display: grid; /* Ensure it displays */
  }
}

.tap_divs_container div {
  grid-column: 1/-1; /* Stretches from the first to the last column */
  justify-self: center;
  padding: 20px 40px;
}

.add_tap_action_div {
  height: 100px;
}

.taps-grid {
  display: grid;
  gap: 10px; /* No gap, we'll use borders */
  /* grid-template-columns is set dynamically with PHP to have up to 4 columns */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
}

.tap-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  border: none; /* Remove any existing border */
}

.tap-details {
  margin-top: 10px;
}

.beer-name {
  font-weight: bold;
  margin-bottom: 10px;
}

.form-control {
  width: 100%;
}

/* Custom Checkbox Wrapper */
.custom-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between the checkbox and label */
}

/* Hide the default checkbox */
.custom-checkbox {
  display: none;
}

/* Style the label to look like a checkbox */
.custom-checkbox-label {
  position: relative;
  display: inline-block;
  padding-left: 30px; /* Space for the checkbox */
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

/* Create a custom checkbox box */
.custom-checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd; /* Default border color */
  border-radius: 4px; /* Rounded corners for the checkbox */
  background-color: #fff;
  transition: background-color 0.2s, border-color 0.2s;
}

/* Style for the tick mark */
.custom-checkbox-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 8px;
  height: 16px;
  border: solid #fff; /* Tick mark color */
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0; /* Hide tick mark by default */
  transition: opacity 0.2s;
}

/* Show the tick mark and change the box color when checked */
.custom-checkbox:checked + .custom-checkbox-label::before {
  background-color: #28a745; /* Green background color */
  border-color: #28a745; /* Green border color */
}

.custom-checkbox:checked + .custom-checkbox-label::after {
  opacity: 1; /* Show tick mark */
}

.info-container {
  position: relative;
  display: inline-block;
  float: right;
  top: -10px;
  margin: 10px 5px;
}

.wee_down {
  top: 20px;
}

.info-icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  float: left;
  color: black;
  box-shadow: 1px 5px 10px #808080;
}

.info-icon:hover {
  background-color: #ffd100;
  color: black;
  box-shadow: 0px 0px 0px 0px;
}

.info-content {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  z-index: 900;
  max-width: 90vw; /* Ensures proper display on mobile */
  box-shadow: 1px 1px 1px 1px;
}

.info-container:hover .info-content,
.info-container:focus-within .info-content {
  display: block;
}

/* Mobile-friendly */
@media (max-width: 768px) {
  .info-content {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
  }
}
/* Mobile styles (default for all screens) */
.brewery_info_container.mobile {
  display: block;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 10px;
  border-bottom: 2px dotted #c8c8c8;
  margin-bottom: 20px;
}

.brewery_info_container_column.box.mobile {
  border-radius: 8px;
  background: #ffd100;
  padding: 10px;
}

.brewery_info_container_column_text.mobile {
  column-count: 1;
  column-gap: 15px;
}

.brewery_info_container_column_text.mobile p {
  margin: 0;
}

.brewery_info_container_column_box_content.mobile {
  display: grid;
  grid-template-columns: 1fr; /* Single column for mobile */
  gap: 10px;
  background-color: #ffd100;
  padding: 15px;
  height: auto; /* Allow dynamic height */
}

/* First row styling for mobile */
.brewery_info_item_brewery_name.mobile {
  grid-column: span 1; /* Full-width on mobile */
  text-transform: uppercase;
  text-align: center;
}

.brewery_info_item_brewery_name.mobile h1 {
  font-size: 2em;
  text-align: left;
  font-family: "League Gothic", sans-serif !important;
  font-weight: 400;
}

/* Second row styling for mobile */
.brewery_info_item_brewery_address.mobile {
  grid-column: span 1;
  text-align: center;
  font-size: 1em;
}

.item4.mobile {
  grid-column: span 1;
  text-align: center;
}

/* Mobile styles (default for all screens) */
.brewerey_info_grid.mobile {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Five equal columns */
  gap: 10px;
}

.brewery_info_item_brewery_logo.mobile {
  grid-column: span 1; /* Occupies 1 column */
  text-align: center;
  display: flex;
  align-items: center; /* Centers the image vertically */
  justify-content: center; /* Centers the image horizontally if needed */
  margin-top: 25px;
}

.brewery_info_item_brewery_logo.mobile img {
  width: 100%; /* Ensures the image fills the width of the grid column */
  border-radius: 8px; /* Optional: Matches the border radius of other elements */
}

.brewery_info_item_story.mobile {
  grid-column: span 1; /* Occupies 1 column */
}

/* Grid item styling for the anchor */
.photo-link.mobile {
  grid-column: span 3; /* Occupies 3 columns in the parent grid */
  display: block; /* Ensures the anchor behaves as a block-level grid item */
  text-decoration: none; /* Removes underline from the anchor text */
  color: inherit; /* Inherits color for the text */
}

/* Grid layout for photos inside the anchor */
.photos_grid.mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three equal columns within the photos section */
  gap: 10px;
}

/* Style for images inside the photos grid */
.photos_grid.mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px; /* Optional: adds a small border radius to images */
}

@media (max-width: 576px) {
  .mobile_hide {
    visibility: hidden !important;
    display: none !important;
  }
}
@media (min-width: 576px) {
  .mobile_hide {
    visibility: hidden !important;
    display: none !important;
  }
}
/* Phone landscape styling - larger font and logo */
@media (min-width: 576px) and (max-width: 767px) {
  .brewery_name_logo_row.mobile {
    margin-bottom: 10px;
  }
  .brewery_name_mobile {
    font-size: 3.2em;
    line-height: 1.3;
  }
  .brewery_logo_mobile {
    width: 220px;
    height: 220px;
    min-width: 220px;
  }
  .brewery_address_photos_row.mobile {
    gap: 20px;
  }
  .brewery_address_mobile p {
    font-size: 1.2em;
    line-height: 1.6;
    font-weight: 500;
  }
  .photos_grid.mobile {
    gap: 8px;
  }
  .photos_grid.mobile img {
    width: 75px;
    height: 75px;
  }
}
/* Tablet styling - bridge between mobile and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .brewery_info_container.mobile {
    padding: 15px;
    gap: 15px;
  }
  .brewery_info_container_column.box.mobile {
    padding: 15px;
  }
  .brewery_name_logo_row.mobile {
    gap: 20px;
    margin-bottom: 10px;
  }
  .brewery_name_mobile {
    font-size: 3.2em;
    line-height: 1.3;
  }
  .brewery_logo_mobile {
    width: 220px;
    height: 220px;
    min-width: 220px;
  }
  .brewery_address_photos_row.mobile {
    gap: 20px;
  }
  .brewery_address_mobile p {
    font-size: 1.3em;
    line-height: 1.6;
    font-weight: 500;
  }
  .photos_grid.mobile {
    gap: 8px;
  }
  .photos_grid.mobile img {
    width: 80px;
    height: 80px;
  }
  .brewery_info_container_column_text.mobile {
    column-count: 1;
    column-gap: 20px;
    margin-top: 15px;
  }
  .brewery_info_container_column_text.mobile.multi-column {
    column-count: 2;
  }
  .brewery_info_container_column_text.mobile p {
    font-size: 1em;
    line-height: 1.6;
  }
}
/* Desktop styling overrides */
@media (min-width: 992px) {
  .desktop_hide {
    visibility: hidden;
    display: none;
  }
  .mobile_hide {
    visibility: visible !important;
    display: grid !important;
  }
  .brewery_info_container.desktop {
    display: grid;
    grid-template-columns: 1fr 1.618fr;
    gap: 20px;
    padding: 20px;
    border-bottom: 2px dotted #c8c8c8;
    margin-bottom: 30px;
  }
  .brewery_info_container_column.desktop {
    border-radius: 8px;
  }
  .brewery_info_container_column_text.desktop {
    column-count: 1;
    column-gap: 20px;
  }
  .brewery_info_container_column_text.desktop.multi-column {
    column-count: 2;
  }
  .brewery_info_container_column_text.desktop p {
    margin: 0;
  }
  .brewery_info_container_column_box_content.desktop {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 equal columns */
    gap: 20px;
    background-color: #ffd100;
    padding: 20px;
  }
  /* First row styling for desktop */
  .brewery_info_item_brewery_name.desktop {
    grid-column: span 4; /* Span 4 columns */
    text-transform: uppercase;
    text-align: left;
  }
  .brewery_info_item_brewery_name.desktop h1 {
    font-size: 3em;
    text-align: left;
    font-family: "League Gothic", sans-serif !important;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .brewery_info_item_brewery_logo.desktop {
    grid-column: span 1; /* Span 1 column */
    text-align: right;
  }
  .brewery_info_item_brewery_logo.desktop img {
    max-width: 100%;
    height: auto;
  }
  /* Second row styling for desktop */
  .brewery_info_item_brewery_address.desktop {
    grid-column: span 2;
    font-size: 1em;
  }
  .item4.desktop {
    grid-column: span 3;
  }
  .photos_grid.desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    gap: 10px;
  }
  .photos_grid.desktop img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.partner_info_container.mobile {
  display: block;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 10px;
  border-bottom: 2px dotted #c8c8c8;
  margin-bottom: 20px;
}

.partner_info_container_column.box.mobile {
  border-radius: 8px;
  background: #ffd100;
  padding: 20px;
}

.partner_info_container_column_box_content.mobile {
  display: block;
  grid-gap: 20px;
}

.partner_info_container_column_box_content.mobile h1 {
  text-align: left;
}

.partner_info_grid.mobile {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Five equal columns */
  gap: 10px;
}

.partner_info_item_partner_logo.mobile {
  grid-column: span 1; /* Occupies 1 column */
  text-align: center;
}

.partner_info_item_partner_logo.mobile img {
  max-width: 100%;
  border-radius: 8px;
  max-height: 100px;
  float: right;
}

.partner_info_item_partner_logo.desktop {
  grid-column: span 1; /* Span 1 column */
  text-align: right;
}

.partner_info_item_partner_logo img {
  max-width: 70%;
  height: auto;
  max-width: 320px;
}

/* First row styling */
.partner_info_item_partner_name.mobile {
  grid-column: span 4; /* Span 4 columns */
  text-transform: uppercase;
  text-align: left;
}

.partner_info_item_partner_name.mobile h1 {
  font-size: 3em;
  text-align: left;
  font-family: "League Gothic", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.partner_info_item_partner_name.desktop {
  grid-column: span 4; /* Span 4 columns */
  text-transform: uppercase;
  text-align: left;
}

.partner_info_item_partner_name.desktop h1 {
  font-size: 3em;
  text-align: left !important;
  font-family: "League Gothic", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.partner_info_container_column_text {
  background: #ebebeb;
  padding: 20px;
}

.partner_info_container_column_text p {
  margin: 0;
}

.partners_info_item_partners_name.desktop {
  grid-column: span 4; /* Span 4 columns */
  text-transform: uppercase;
  text-align: left;
}

.partners_info_item_partners_name.desktop h1 {
  font-size: 3em;
  text-align: left;
  font-family: "League Gothic", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .partner_info_container.desktop {
    display: grid;
    grid-template-columns: 1fr 0.68fr 1fr;
    gap: 20px;
    padding: 20px;
    border-bottom: 2px dotted #c8c8c8;
    margin-bottom: 30px;
  }
  .partner_info_container_column_box_content.desktop {
    grid-template-columns: repeat(5, 1fr); /* 5 equal columns */
    grid-gap: 20px;
    background-color: #ffd100;
    height: 100%;
    padding: 20px;
  }
  .partner_info_container_column_text {
    column-count: 2;
    column-gap: 20px;
    background: #ebebeb;
  }
  .partner_info_container_column_text p {
    margin: 0;
  }
}
/* Second row styling */
.partner_info_item_partner_address.desktop {
  grid-column: span 2; /* Span 2 columns */
  font-size: 1em;
  min-width: 100px;
}

/* Second row styling for mobile */
.partner_info_item_partner_address.mobile {
  grid-column: span 1;
  text-align: center;
  font-size: 1em;
}

.item4 {
  grid-column: span 3; /* Span 3 columns */
}

.photos_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three equal columns for photos */
  gap: 10px;
  align-items: center; /* Align items vertically */
}

.photos_grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: center;
}

.partner_timetable_container {
  padding: 10px;
}

.partner_timetable_container_header {
  text-decoration: underline;
  text-decoration-color: #ffd100;
  text-align: center;
  font-family: "League Gothic", sans-serif !important;
  font-size: 1.4em;
  letter-spacing: 5px;
}

.partner_info_container_column {
  padding: 20px;
  margin-bottom: 20px;
}

.partner_timetable_container_header {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
}

.partner_timetable_second {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.partner_timetable_first {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.day {
  font-weight: bold;
  color: #555;
}

.opening, .closing, .time {
  color: #666;
  font-size: 0.9em;
}

.time {
  font-size: 1em;
  font-weight: normal;
}

.product_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Single column by default */
  gap: 1rem; /* Adjust gap between items */
  padding: 0 1rem; /* Padding for outer gutters */
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .product_grid {
    grid-template-columns: repeat(1, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 576px) {
  .product_grid {
    grid-template-columns: repeat(2, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 768px) {
  .product_grid {
    grid-template-columns: repeat(3, 1fr); /* Three columns for tablets */
    display: grid; /* Ensure it displays on larger screens */
  }
}
@media (min-width: 992px) {
  .product_grid {
    grid-template-columns: repeat(3, 1fr); /* Four columns for desktops */
    display: grid; /* Ensure it displays */
  }
}

.product_grid > div {
  padding: 10px;
  border-right: 2px dotted #ccc; /* Dotted right border */
}

.product-item {
  border-radius: 2px;
  background: white;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 320px;
  color: black;
}

.product-item-top {
  display: grid;
  grid-template-columns: 1fr 1.618fr;
  gap: 20px;
}

.product-item-top div {
  min-width: 100%;
}

.product-image_container {
  height: 200px;
  width: 100%;
}

.product-image_container a img {
  max-width: 100%;
  max-height: 180px;
  display: block;
  margin: 0 auto;
}

.product-description_container {
  font-size: 0.8em;
  padding-left: 0 !important;
  white-space: nowrap;
  min-height: 175px;
}
@media (min-width: 768px) {
  .product-description_container {
    font-size: 0.8em;
  }
}

.product-description_container_header {
  padding-left: 20px;
}

.product-title {
  text-align: left;
  font-family: "League Gothic", sans-serif !important;
  text-transform: uppercase;
  white-space: nowrap; /* Keep the text on a single line */
  overflow: hidden; /* Hide any content that overflows */
  text-overflow: ellipsis; /* Add ellipsis to overflowed content */
  max-width: 100%; /* Specify the maximum width */
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.8em;
  margin-bottom: -5px;
}

.product-producer-name {
  text-align: left;
  white-space: nowrap; /* Keep the text on a single line */
  overflow: hidden; /* Hide any content that overflows */
  text-overflow: ellipsis; /* Add ellipsis to overflowed content */
  margin-bottom: 20px;
}

.product-producer-name a {
  font-weight: 900;
  font-size: 1.1em;
  color: #808080;
}

.product-description_container_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  line-height: 20px;
  margin-bottom: 20px;
}

.product-description_container_content > div:first-child {
  text-align: right;
  text-transform: lowercase;
}

.product-description_container_content > div:nth-child(2) span {
  font-weight: 700;
}

.beer_color {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  margin-left: 20px;
  position: absolute;
}

.product-item-bottom {
  display: grid;
  grid-template-columns: 1fr 1.618fr;
  gap: 20px;
}

.product-item_price {
  white-space: nowrap;
  background: #ffd100;
  padding: 5px 15px;
  font-size: 0.8em;
}

.product-item_price > span:nth-child(2) {
  font-weight: 700;
}

.product-item_cart {
  max-height: 50px;
  position: relative;
}

.product_cart-div {
  position: absolute;
  display: flex;
  align-items: center; /* Align items vertically in the center */
  max-width: 140px;
  height: 50px;
  width: 130px;
  max-height: 50px;
  overflow: hidden;
  z-index: 1;
  right: 10px;
  top: 10px;
}
@media (min-width: 768px) {
  .product_cart-div {
    top: 0;
  }
}

.shopping-cart svg {
  max-width: 35px;
}

.product_info_options {
  position: absolute;
  margin: 0 auto;
  margin-top: 10px;
  text-align: right;
}

.product_info_options button {
  background: #ffd100;
}

.product_detail_box_top {
  display: block;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .product_detail_box_top {
    display: grid;
  }
}

.product_detail_box_top div {
  min-width: 100%;
}

.product_detail-image_container {
  height: 350px;
  width: 100%;
}

.product_detail-image_container img {
  max-width: 100%;
  max-height: 350px;
  display: block;
  margin: 50px auto 0 auto;
}

.product_detail-description_container {
  font-size: 0.8em;
  padding-left: 0 !important;
  white-space: nowrap;
  min-height: 175px;
  position: relative;
}
@media (min-width: 768px) {
  .product_detail-description_container {
    font-size: 0.8em;
  }
}

.product_detail-description_container_header {
  border-bottom: 3px dotted #c8c8c8;
  display: none;
}
@media (min-width: 768px) {
  .product_detail-description_container_header {
    display: grid;
  }
}

.product_detail-description_container_header.desktop {
  display: block;
  visibility: visible;
}
@media (min-width: 768px) {
  .product_detail-description_container_header.desktop {
    display: none;
    visibility: hidden;
  }
}

.product_detail-description_container_header.desktop div {
  text-align: center;
}

.description_button {
  background-color: #fff; /* Default background color */
  color: #000; /* Default text color */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

.description_button:hover {
  border: 1px solid black;
}

.description_button.active {
  background-color: #000; /* Active background color (black) */
  color: #fff; /* Active text color (white) */
}

.product_detail-title {
  text-align: left;
  font-family: "League Gothic", sans-serif !important;
  text-transform: uppercase;
  white-space: nowrap; /* Keep the text on a single line */
  overflow: hidden; /* Hide any content that overflows */
  text-overflow: ellipsis; /* Add ellipsis to overflowed content */
  max-width: 100%; /* Specify the maximum width */
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 3em;
  padding: 5px;
}

.product_detail-producer-name {
  text-align: left;
  white-space: nowrap; /* Keep the text on a single line */
  overflow: hidden; /* Hide any content that overflows */
  text-overflow: ellipsis; /* Add ellipsis to overflowed content */
  margin-bottom: 30px;
}

.product_detail-producer-name a {
  font-weight: 900;
  font-size: 1.8em;
  padding: 5px;
  color: #808080;
}

.product_detail-description_container_content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.618fr);
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 1.5em;
  margin-top: 20px;
}

.product_detail-description_container_content > div:first-child {
  text-align: right;
  text-transform: lowercase;
}

.product_detail-description_container_content > div:nth-child(2) span {
  font-weight: 700;
}

.beer_color {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  margin-left: 20px;
  position: absolute;
}

.product_detail-description_container_content_n {
  display: grid;
  grid-template-columns: 1fr;
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 1.5em;
  margin-top: 20px;
}

.description_story {
  min-height: 290px;
}

.product_detail-description_container_content_n p {
  margin-top: 30px;
  white-space: normal; /* Ensures the text will wrap */
  word-wrap: break-word; /* Allows long words to break */
}

.product_detail_box_bottom {
  display: block;
  line-height: 20px;
  margin-bottom: 50px;
  border-bottom: 3px dotted #c8c8c8;
}
@media (min-width: 768px) {
  .product_detail_box_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.social_link_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 100%;
  background: #ebebeb;
  padding: 5px;
  max-height: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .social_link_box {
    margin-bottom: 0;
  }
}

.product_detail_box_bottom_right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  line-height: 20px;
  margin-bottom: 20px;
}

.product_detail-item_price {
  background: #ffd100;
  padding: 10px;
}

.product_detail-item_price span:nth-child(2) {
  font-weight: 600;
}

.product_detail_box_header {
  padding: 0 !important;
  text-align: middle;
}
@media (max-width: 576px) {
  .product_detail_box_header {
    text-align: middle;
  }
}
@media (min-width: 576px) {
  .product_detail_box_header {
    text-align: middle;
  }
}
@media (min-width: 768px) {
  .product_detail_box_header {
    text-align: middle;
  }
}

.beer_color_detail {
  padding: 0 5px;
  height: 30px;
}

.top_product_detail_parts {
  display: block;
}

.product_detail_img_container {
  display: flex;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  padding: 20px;
}

.product_detail_img_container img {
  height: 400px;
}

.product_detail_description_box {
  margin-top: 20px;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .product_detail_description_box {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .product_detail_description_box {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .product_detail_description_box {
    text-align: left;
  }
}

.product_detail_description_box ul {
  padding: 0;
  list-style-type: none;
}

.product_detail_description_box_footer {
  padding: 0;
  margin: 0;
  bottom: 0px;
}
@media (max-width: 576px) {
  .product_detail_description_box_footer {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .product_detail_description_box_footer {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product_detail_description_box_footer {
    width: 400px;
  }
}

.product_description_price-info {
  padding: 0;
  width: 50%;
}

.product_detail_cart-div {
  position: absolute;
  right: 30px;
  bottom: -15px;
}

.in_cart_label {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 120px;
  text-align: center;
}

.bottom_product_details_parts {
  padding: 20px;
}

.product_detail {
  border-bottom: 3px solid black;
}

.detail_social_sections {
  display: flex;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  margin-left: -30px;
}
@media (max-width: 576px) {
  .detail_social_sections {
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .detail_social_sections {
    margin: 0 auto;
  }
}

.product_detail_social_link {
  max-width: 16%;
  float: left;
  margin-left: 10%;
  padding: 5px;
}

.product-container {
  margin-top: 30px;
}

.producer_icons_sections {
  display: flex;
  flex-direction: row;
  justify-content: center; /* Align items horizontally in the center */
  align-items: center; /* Align items vertically in the center */
  margin-left: 200px;
}

.accounting_table {
  padding: 20px;
}

.select_dates_form {
  margin-bottom: 100px;
}

#edit_form {
  background: #ffd100;
}

#update_form {
  background: #ffd100;
}

.phone-input-container {
  position: relative;
}

.country-code {
  position: absolute;
  left: 10px;
  top: 48%;
  transform: translateY(-50%);
  color: black;
  font-weight: bold;
}

.basic_form_input_padded {
  padding-left: 60px; /* Adjusted padding so that the input text does not overlap with the country code */
}

.about_us p {
  font-family: "Poppins", sans-serif !important;
}

.index_articles {
  padding: 10px;
  background-color: #e9e9e9;
}

.index_articles h2 {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  margin-right: 30px;
}

.blog_icon {
  max-width: 170px;
  margin-left: -40px;
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(200px, 200px) 1fr 1fr; /* First column between 200px and 300px, second and third split equally */
  gap: 5px;
}

.other_articles {
  background: #ebebeb;
}

.article-box {
  background: #ffffff;
  padding: 0 10px 10px 10px;
}

.article-box-single {
  background: #ffffff;
  padding: 0 10px 10px 10px;
  max-width: 800px;
  margin: 0 auto;
}

.article-box-mobile {
  background: #ffffff;
  padding: 20px;
  overflow: auto;
}

.articles_heading {
  display: inline-block;
  background: #ffd100;
  min-width: 300px;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "League Gothic", sans-serif !important;
}

.articles_heading-single {
  display: inline-block;
  background: #ffd100;
  min-width: 300px;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "League Gothic", sans-serif !important;
  font-size: 2em;
}

.article_credentials {
  font-size: 0.9em;
  padding-top: 20px;
}

.article-meta {
  font-size: 0.9em;
  padding-top: 20px;
}

.article_content * {
  font-family: "Poppins", sans-serif !important !important;
  font-size: inherit !important;
}

.latest-beers {
  padding: 10px;
  background-color: #f5f5f5;
  margin-top: -150px;
  border: 10px solid #e9e9e9;
}

.index-articles {
  padding: 10px;
  background-color: #f5f5f5;
  margin-top: -150px;
  border: 10px solid #e9e9e9;
}

.latest-beers h2 {
  text-align: center;
  margin-bottom: 20px;
}

.beer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 5px;
}

/* Make the info box span two columns in the grid */
.info-box {
  grid-column: span 1;
  background-color: #FFD100;
  padding: 20px;
  text-align: left;
  position: relative;
}

.info-box svg {
  margin-left: -40px;
}

.info-label {
  position: absolute;
  top: 100px;
  left: -15px;
  background-color: #333333; /* Darker gray for better contrast */
  color: white;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  width: 100px;
}

.text_for_new_beer {
  position: absolute;
  right: 0px;
  top: 120px;
}

.info-title {
  font-size: 24px;
  color: #333;
}

.info-link {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.beer-item {
  margin: 10px;
}
@media (min-width: 1200px) {
  .beer-item {
    text-align: center;
    height: 100%;
  }
}

.brewery-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
  height: 25px;
  margin-top: 25px;
}

.beer-image_smaller {
  display: grid;
  grid-template-columns: 1fr 1fr;
  float: right;
}

.beer-image_smaller img {
  width: 60%;
  height: auto;
  border-radius: 8px;
}

.beer-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.beer-name {
  font-size: 16px;
  color: #666;
  margin-top: 50px;
  height: 25px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .info-box {
    width: 40%;
    position: absolute;
  }
  .beer-grid {
    grid-template-columns: 1fr; /* Single column on small screens */
  }
}
/* Only display on desktop and larger screens */
.desktop-only {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-only {
    display: grid;
  }
}

/* Displays on mobile up to tablet, hides on desktop and larger screens */
.mobile-only {
  display: block;
}
@media (min-width: 768px) {
  .mobile-only {
    display: block;
  }
}
@media (min-width: 992px) {
  .mobile-only {
    display: block;
  }
}
@media (min-width: 1200px) {
  .mobile-only {
    display: none;
  }
}

input[type=file] {
  display: none;
}

.custom-file-upload {
  display: block;
  cursor: pointer;
  max-width: 200px;
  text-align: center;
  border-radius: 5px;
  top: 20px;
  right: 20px;
  background: #28a744;
  color: white;
}

.box_light {
  background: #efefef;
  position: relative;
  border-bottom: 2px solid #16161D;
  transition: background 0.3s ease;
}
@media (min-width: 576px) {
  .box_light {
    background: white;
  }
}
.box_light:hover {
  background: #fafafa;
}

.brewery_upload_pictures {
  background: white;
  overflow: auto;
  padding: 30px;
  position: relative;
  margin-top: 20px;
  border-bottom: 2px solid #16161D;
}
.brewery_upload_pictures h2, .brewery_upload_pictures h3 {
  margin-bottom: 20px;
}
.special_offer {
  position: relative;
  overflow: hidden; /* Ensures the video stays within the section */
  color: white;
  padding: 20px;
  z-index: 0; /* Ensure the section content layers above the background */
  margin-top: 0px;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire section */
  z-index: -1; /* Ensures the video is behind the content */
  opacity: 0.7; /* Slight transparency for readability of content */
}

.christmas_is_here {
  position: relative; /* Ensures content layers correctly over the video */
  text-align: center;
  padding: 20px;
}

.christmas_is_here h2 {
  margin-bottom: 50px;
}

.christmas_offer {
  display: block;
  gap: 20px;
  align-items: center;
}
@media (min-width: 768px) {
  .christmas_offer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.beer-image-own img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.christmas-description {
  font-size: 16px;
  line-height: 1.5;
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.christmas-description p {
  margin-bottom: 15px;
}

.search_div {
  margin-top: 50px;
}

.search_result_div {
  background: #ffd100;
  color: black;
  padding: 5px;
  margin: 2px;
  font-size: 1.7em;
  border: 2px solid #ffd100;
  height: 100px;
  display: flex; /* New property to align items in a row */
  align-items: center; /* Optional, to vertically center the items in the div */
}

.search_result_div:hover {
  background: white;
  color: black;
}

.search_logo_container {
  width: 30%;
  height: 90px;
}

.search_logo {
  max-width: 80%;
  max-height: 90px;
}

.search_name {
  max-width: 65%;
  margin-left: 10%; /* Adjust as needed for space between the logo and the name */
  float: left;
}

.leaflet-top {
  z-index: 100 !important;
}

.leaflet-pane {
  z-index: 20 !important;
}

.calendar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.date-button.active {
  background-color: #28a745;
  color: white;
}

.all_articles {
  border-bottom: 2px dotted #ebebeb;
}

.articles-listing-page {
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.articles-header-section {
  margin-bottom: 50px;
}
.articles-header-section h2 {
  text-align: center;
  margin-bottom: 30px;
}

.articles-header-content {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  align-items: center;
  padding: 20px;
  background: #ebebeb;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .articles-header-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.articles-info-box {
  background-color: #ffd100;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}
.articles-info-box .info-title {
  font-size: 24px;
  color: black;
  margin-bottom: 15px;
}
.articles-info-box a {
  display: block;
  transition: transform 0.2s ease;
}
.articles-info-box a:hover {
  transform: scale(1.05);
}
.articles-info-box img {
  max-width: 100%;
  height: auto;
}

.articles-intro {
  font-size: 1.1em;
  line-height: 1.6;
  color: black;
}
.articles-intro p {
  margin: 0;
}

.articles-grid-section {
  margin-top: 40px;
}

.articles-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .articles-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (min-width: 576px) {
  .articles-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .articles-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .articles-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.article-card-link {
  display: block;
  text-decoration: none;
  color: black;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.article-card-link:hover {
  text-decoration: none;
  transform: translateY(-5px);
}
.article-card-link:hover .article-card {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #ffd100;
}
.article-card-link:hover .article-card-read-more {
  color: #ffd100;
  transform: translateX(5px);
}

.article-card {
  background: #ffffff;
  border: 2px solid #ebebeb;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.article-card:hover {
  border-color: #ffd100;
}

.article-card-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffd100;
}

.article-card-title {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "League Gothic", sans-serif !important;
  color: black;
  margin: 0 0 10px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card-date {
  font-size: 0.9em;
  color: #b8b8b8;
  font-weight: 500;
}

.article-card-content {
  flex-grow: 1;
  margin-bottom: 20px;
  line-height: 1.6;
  color: black;
}
.article-card-content p {
  margin: 0 0 10px 0;
  font-size: 0.95em;
}
.article-card-content p:last-child {
  margin-bottom: 0;
}

.article-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
  margin-top: auto;
}
@media (max-width: 576px) {
  .article-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.article-card-author {
  font-size: 0.85em;
  color: #c5c5c5;
}
.article-card-author b {
  font-weight: 600;
}

.article-card-read-more {
  font-size: 0.95em;
  color: black;
  font-weight: 600;
  transition: all 0.3s ease;
}
.article-card-read-more b {
  font-weight: 700;
}

.articles-empty-state {
  text-align: center;
  padding: 60px 20px;
  background: #ebebeb;
  border-radius: 12px;
}
.articles-empty-state p {
  font-size: 1.2em;
  color: #9f9f9f;
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

.klokt_link {
  text-decoration: none !important;
  color: inherit !important;
}

.klokt_link:hover {
  text-decoration-thickness: 3px; /* Adjust thickness */
  text-decoration-color: #ffd100 !important;
  text-decoration: underline !important;
}

.popup-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popup-content {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 10px;
  min-width: 200px;
  top: 100%;
  left: 0;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.popup-container:hover .popup-content {
  display: block;
}

.partner-header, .brewery-header, .user-header {
  background: linear-gradient(135deg, #667eea 0%, #ffd100 100%);
  color: white;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.partner-title-section, .brewery-title-section, .user-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.partner-name-backend, .brewery-name-backend, .user-name-backend {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
}

.partner-actions .btn, .brewery-actions .btn, .user-actions .btn {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-left: 0.5rem;
}
.partner-actions .btn:hover, .brewery-actions .btn:hover, .user-actions .btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  transform: translateY(-2px);
}

.brewery-actions .btn-outline-warning {
  background: rgba(255, 193, 7, 0.2);
  border-color: rgba(255, 193, 7, 0.5);
  color: #ffc107;
}
.brewery-actions .btn-outline-warning:hover {
  background: rgba(255, 193, 7, 0.3);
  border-color: rgba(255, 193, 7, 0.7);
  color: #ffc107;
}

.status-section {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.partner-content, .brewery-content, .user-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.quick-actions-bar {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.actions-left {
  display: flex;
  gap: 0.75rem;
}

.actions-right {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 500;
}

.section-count {
  background: rgba(108, 117, 125, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
}

.content-section {
  margin-bottom: 1.5rem;
  scroll-margin-top: 2rem;
}

.collapsible-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  transition: all 0.3s ease;
  position: relative;
}
.collapsible-header:hover {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.collapsible-header:hover .toggle-icon {
  color: #495057;
}

.toggle-icon {
  transition: transform 0.3s ease;
  color: #6c757d;
  font-size: 0.9rem;
}

.collapsible-header.collapsed .toggle-icon {
  transform: rotate(-90deg);
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.collapsible-content.expanded {
  max-height: 2000px;
  opacity: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.collapsible-header .toggle-icon {
  transform: rotate(-90deg);
}

.collapsible-header.expanded .toggle-icon {
  transform: rotate(0deg);
}

.info-card:hover .collapsible-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.info-card:hover .collapsible-header .toggle-icon {
  color: #495057;
}

.info-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
}
.info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.info-card.highlight_red {
  border-left: 4px solid #dc3545;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
}

.card-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
}
.card-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #495057;
  display: flex;
  align-items: center;
}

.card-body {
  padding: 1.5rem;
}

.notes-section {
  margin-top: 2rem;
}

.notes-card {
  background: linear-gradient(135deg, #fff9e6 0%, #ffffff 100%);
  border-left: 4px solid #ffc107;
}
.notes-card .card-header {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
}
.notes-card .card-header h3 {
  color: #856404;
}

.add-contact-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #e9ecef;
}
.add-contact-section h4 {
  color: #495057;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.info-card .form-group {
  margin-bottom: 1.5rem;
}
.info-card .form-control {
  border-radius: 8px;
  border: 2px solid #e9ecef;
  padding: 5px 1rem;
  transition: all 0.3s ease;
}
.info-card .form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}
.info-card .btn {
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.info-card .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.info-card table {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.info-card .table_box {
  border-radius: 8px;
  overflow: hidden;
}

.fas {
  color: #667eea;
}

.me-1 {
  margin-right: 0.25rem;
}

.me-2 {
  margin-right: 0.5rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.info-card {
  animation: fadeInUp 0.6s ease-out;
}
.info-card:nth-child(1) {
  animation-delay: 0.1s;
}
.info-card:nth-child(2) {
  animation-delay: 0.2s;
}
.info-card:nth-child(3) {
  animation-delay: 0.3s;
}
.info-card:nth-child(4) {
  animation-delay: 0.4s;
}

@media (max-width: 1200px) {
  .partner-name, .brewery-name, .user-name {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .quick-actions-bar {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .actions-left {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .partner-header, .brewery-header, .user-header {
    padding: 1.5rem;
  }
  .partner-title-section, .brewery-title-section, .user-title-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .partner-name, .brewery-name, .user-name {
    font-size: 1.75rem;
  }
  .card-body {
    padding: 1rem;
  }
  .card-header {
    padding: 1rem;
  }
  .brewery-actions, .partner-actions, .user-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .brewery-actions .btn, .partner-actions .btn, .user-actions .btn {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  .quick-actions-bar {
    padding: 1rem;
  }
  .actions-left {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.user-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.info-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.info-value {
  font-size: 1rem;
  font-weight: 600;
  color: white;
}

.user-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.detail-item label {
  font-weight: 600;
  color: #495057;
  font-size: 0.9rem;
}
.detail-item span {
  color: #6c757d;
  font-size: 1rem;
}

.rights-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.rights-badge.rights-10 {
  background: #e3f2fd;
  color: #1976d2;
}
.rights-badge.rights-20 {
  background: #f3e5f5;
  color: #7b1fa2;
}
.rights-badge.rights-30 {
  background: #e8f5e8;
  color: #388e3c;
}
.rights-badge.rights-40 {
  background: #fff3e0;
  color: #f57c00;
}
.rights-badge.rights-50 {
  background: #ffebee;
  color: #d32f2f;
}

.status-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.status-badge.status-1 {
  background: #e8f5e8;
  color: #388e3c;
}
.status-badge.status-2 {
  background: #fff3e0;
  color: #f57c00;
}
.status-badge.status-3 {
  background: #e3f2fd;
  color: #1976d2;
}
.status-badge.status-success {
  background: #e8f5e8;
  color: #388e3c;
}
.status-badge.status-error {
  background: #ffebee;
  color: #d32f2f;
}
.status-badge.status-active {
  background: #e8f5e8;
  color: #388e3c;
}

.orders-table, .login-history-table {
  overflow-x: auto;
}
.orders-table table, .login-history-table table {
  width: 100%;
  border-collapse: collapse;
}
.orders-table table th, .orders-table table td, .login-history-table table th, .login-history-table table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}
.orders-table table th, .login-history-table table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #495057;
}
.orders-table table .user-agent, .login-history-table table .user-agent {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.setting-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.setting-item label {
  font-weight: 600;
  color: #495057;
  font-size: 0.9rem;
}
.setting-item span {
  color: #6c757d;
  font-size: 1rem;
}

.actions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.actions-grid .btn {
  flex: 1;
  min-width: 150px;
}

.danger-card {
  border-left: 4px solid #dc3545;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
}
.danger-card .card-header {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
}
.danger-card .card-header h3 {
  color: #c62828;
}

.credit-card {
  border-left: 4px solid #28a745;
  background: linear-gradient(90deg, #f8fff9 0%, #ffffff 100%);
}
.credit-card .card-header {
  background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);
}
.credit-card .card-header h3 {
  color: #2e7d32;
}

.credit-summary {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
  border-radius: 8px;
  border: 1px solid #c8e6c9;
}

.credit-balance {
  text-align: center;
}
.credit-balance h4 {
  color: #2e7d32;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.balance-amount {
  font-size: 2rem;
  font-weight: 700;
  color: #1b5e20;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.add-credit-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}
.add-credit-section h4 {
  color: #495057;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.credit-form .form-group {
  margin-bottom: 1rem;
}
.credit-form .form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
  display: block;
}
.credit-form .form-control {
  border-radius: 6px;
  border: 2px solid #dee2e6;
  padding: 0.75rem;
  transition: all 0.3s ease;
}
.credit-form .form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.credit-history {
  margin-top: 2rem;
}
.credit-history h4 {
  color: #495057;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.credit-history h5 {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}

.transactions-table {
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
.transactions-table table {
  width: 100%;
  border-collapse: collapse;
}
.transactions-table table th, .transactions-table table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}
.transactions-table table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #495057;
}

.credit-amount {
  color: #28a745;
  font-weight: 600;
}

.used-amount {
  color: #dc3545;
  font-weight: 600;
}

.no-data {
  text-align: center;
  color: #6c757d;
  font-style: italic;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px dashed #dee2e6;
}

#cookiePopup {
  background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
  width: 90%;
  max-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3), 0px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 30px 35px 25px;
  z-index: 10001;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  animation: slideInUp 0.4s ease-out;
  background: white;
  pointer-events: auto;
  display: none;
}
@media (max-width: 576px) {
  #cookiePopup {
    width: 95%;
    padding: 25px 20px 20px;
  }
}
#cookiePopup h4 {
  margin: 0 0 20px 0;
  color: black;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 576px) {
  #cookiePopup h4 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
}
#cookiePopup p {
  text-align: left;
  color: #444;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  #cookiePopup p {
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
#cookiePopup p:last-of-type {
  margin-bottom: 20px;
  font-weight: 500;
  color: #333;
}
#cookiePopup p a {
  color: #1A8AC7;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}
#cookiePopup p a:hover {
  color: #146b9a;
  border-bottom-color: #1A8AC7;
}
#cookiePopup #acceptCookie {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #ffd100 0%, #cca700 100%);
  padding: 15px 20px;
  border-radius: 10px;
  color: black;
  font-size: 1.05em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(199, 86, 26, 0.3);
  margin-top: 10px;
}
@media (max-width: 576px) {
  #cookiePopup #acceptCookie {
    padding: 13px 18px;
    font-size: 1em;
  }
}
#cookiePopup #acceptCookie:hover {
  background: linear-gradient(135deg, #e6bc00 0%, #b39200 100%);
  box-shadow: 0 6px 20px rgba(199, 86, 26, 0.4);
}
#cookiePopup #acceptCookie:active {
  box-shadow: 0 2px 8px rgba(199, 86, 26, 0.3);
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 30px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.feed-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .feed-container {
    gap: 15px;
    margin-top: 20px;
  }
}

.feed-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .feed-item {
    padding: 15px;
    border-radius: 10px;
  }
}
.feed-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.feed-item.feed-item-tier_test_comment {
  border-left: 4px solid #ffd100;
}
.feed-item.feed-item-tier_test_comment .feed-achievement-badge {
  background: linear-gradient(135deg, rgba(255, 209, 0, 0.1) 0%, rgba(255, 209, 0, 0.05) 100%);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.feed-item.feed-item-tier_test_comment .feed-achievement-badge i {
  color: #ffd100;
  font-size: 1.2em;
}
.feed-item.feed-item-tier_test_comment .feed-achievement-badge span {
  font-weight: 600;
  color: #333;
  font-size: 0.95em;
}
.feed-item.feed-item-tier_test_comment .feed-achievement-badge span.feed-score {
  margin-left: auto;
  color: #666;
  font-size: 0.9em;
  font-weight: 500;
}

.feed-item-header {
  margin-bottom: 15px;
}

.feed-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feed-user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1A8AC7 0%, #146b9a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .feed-user-avatar {
    width: 40px;
    height: 40px;
  }
}

.feed-avatar-initials {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .feed-avatar-initials {
    font-size: 0.95em;
  }
}

.feed-user-details {
  flex: 1;
  min-width: 0;
}

.feed-user-name {
  font-weight: 600;
  color: #333;
  font-size: 1em;
  margin-bottom: 4px;
}
@media (max-width: 576px) {
  .feed-user-name {
    font-size: 0.95em;
  }
}

.feed-timestamp {
  font-size: 0.85em;
  color: #666;
}
@media (max-width: 576px) {
  .feed-timestamp {
    font-size: 0.8em;
  }
}

.feed-item-content {
  margin-top: 15px;
}

.feed-comment,
.feed-status-text,
.feed-generic-content {
  color: #495057;
  line-height: 1.7;
  font-size: 1em;
}
@media (max-width: 576px) {
  .feed-comment,
  .feed-status-text,
  .feed-generic-content {
    font-size: 0.95em;
    line-height: 1.6;
  }
}

.feed-image {
  margin-top: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.feed-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;
  object-fit: cover;
}

.feed-empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 1.1em;
}
@media (max-width: 576px) {
  .feed-empty-state {
    padding: 40px 15px;
    font-size: 1em;
  }
}

.feed-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .feed-pagination {
    gap: 15px;
    margin-top: 30px;
    padding: 15px 0;
  }
}

.feed-pagination-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #ffd100;
  color: black;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .feed-pagination-link {
    padding: 8px 16px;
    font-size: 0.9em;
  }
}
.feed-pagination-link:hover {
  background: #e6bc00;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.feed-pagination-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.feed-pagination-link i {
  font-size: 0.9em;
}

.feed-pagination-info {
  color: #666;
  font-size: 0.95em;
}
@media (max-width: 576px) {
  .feed-pagination-info {
    font-size: 0.85em;
  }
}

/*# sourceMappingURL=main-1.css.map */
