html {
  font-family: "Roboto", "Sans";
  font-size: 0.9rem;
}

.fc_wrap {
  position: absolute !important;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 100%;
  background-color: #f0f0f0;
  padding: 25px;
  margin-top: 25px;
  z-index: 1299;
}

#fc_dashboard {
  display: block;
  width: 100%;
}

.pluginWrapper {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}

.pluginHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
  color: #000;
  font-size: 1em;
  background-color: white;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.pluginBody {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #000;
  font-size: 1em;
  box-sizing: border-box;
}

.pluginHome {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: flex-start;
}

.pluginMenu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.firstMenuItem {
  border: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.pluginMenu span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  color: #00796b;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pluginMenu span:hover {
  color: #000;
  cursor: pointer;
}

.menuItemDashboard {
  color: #000 !important;
}

.menuItemDashboard:hover {
  text-decoration: underline !important;
}

.pluginHome:hover {
  color: #2271b1;
  cursor: pointer;
}

.menuItem {
  font-weight: normal;
}

.menuItemActive {
  color: black !important;
  font-weight: bold;
}

.statusMessage {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
  font-size: 1.25em;
  color: white;
  border: 1px solid gray;
}

.successStatus {
  background-color: #2e7d32;
}

.modalRow {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.modalRow span {
  margin-bottom: 5px;
}

.MuiTableCell-root input {
  width: 100% !important;
  height: 100% !important;
}

.css-cyxlny-MuiPaper-root-MuiDialog-paper {
  max-width: 70% !important;
}

.MuiAlert-icon {
  width: auto !important;
}

.order_manual_public {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1498;
}

.fc_order_list_input {
  padding: 2px 5px !important;
}

.fc_order_list_header_steps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #f0f0f0;
  color: #000;
  margin-bottom: 10px !important;
  margin-top: 10px;
  padding: 15px 20px;
  font-weight: bold;
  border: none;
  z-index: 100;
  border-radius: 5px;
}

.fc_order_list_header_info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f9f9f9;
  margin-bottom: 30px !important;
  margin-top: 10px;
  font-size: 1em;
  font-weight: normal;
  transition: all 0.1s;
  z-index: 100;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}

.fc_order_list_header_infos {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.fc_order_list_header_image {
  height: 150px;
  width: 20%;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.fc_order_list_header_image img {
  width: 100%;
}

.fc_order_list_header_table {
  margin-top: 5px !important;
  width: 80%;
}

.fc_order_list_header_info td {
  padding-bottom: 5px;
  vertical-align: top;
}

.fc_order_list_header_alerts {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: stretch;
  width: 100%;
}

.fc_order_list_title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #e3e3e3;
  margin-bottom: 0 !important;
  margin-top: 10px;
  padding: 20px 15px;
  font-size: 1.25em !important;
  font-weight: bold;
  transition: all 0.1s;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  z-index: 100;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.fc_order_list_title:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.fc_order_list_title_arrow svg {
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.5);
}

.fc_order_list_category_wrapper {
  overflow-y: hidden;
}

.fc_order_list_cat_wrapper {
  background-color: #f9f9f9;
  margin-bottom: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 50;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-top: none;
  overflow: hidden;
}

.fc_order_list_line {
  display: flex;
  flex-direction: row;
  width: 100% !important;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.8em;
  border-bottom: 1px solid #e3e3e3;
}

.fc_order_list_mobile_img {
  display: none;
}

.fc_order_list_col {
  padding: 5px 1%;
  border-bottom: 1px solid #e3e3e3;
  align-self: stretch;
}

.fc_order_list_header {
  padding: 5px 1%;
  border-bottom: 1px solid #e3e3e3;
  align-self: stretch;
  font-weight: bold;
  padding-top: 10px;
  background-color: #f9f9f9;
}

.fc_order_list_header span:hover {
  cursor: help;
}

.col_1 {
  width: 15%;
}

.col_15 {
  width: 7%;
}

.product_image_thumbnail {
  display: inline-block;
  width: 80px;
  max-width: 100%;
  height: 60px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col_2 {
  width: 15%;
  font-weight: bold;
}

.col_2:hover,
.product_image_thumbnail:hover {
  cursor: pointer;
}

.col_2x {
  width: 25%;
  font-weight: bold;
}

.col_25 {
  width: 20%;
}

.col_3 {
  width: 15%;
}

.col_4 {
  width: 10%;
  text-align: right;
}

.col_5 {
  width: 9%;
  text-align: right;
}

.col_6 {
  width: 9%;
  text-align: right;
}

.fc_order_list_col input {
  width: 100% !important;
  margin: 0 5px !important;
  max-width: 100% !important;
  padding: 4px 6px;
}

.fc_order_list_col button {
  padding: 0;
}

.fc_order_list_col input::-webkit-outer-spin-button,
.fc_order_list_col input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.fc_order_list_col input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
  min-width: 34px;
  background-color: #f0f0f0;
  text-align: center;
}

.col_nmbr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.col_nmbr a {
  min-width: 20px;
}

#fc_order_bar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: auto;
  width: 100%;
  height: 180px;
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 1499;
  transition: all 0.5s;
}

.fc_order_bar_handle {
  position: absolute;
  top: -20px;
  height: 20px;
  width: 50px;
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.05);
  border-bottom: none;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  color: #00796b;
  z-index: 1500;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px 5px 0 0;
}

.fc_order_bar_handle:hover {
  cursor: pointer;
}

.fc_order_bar_hidden {
  transform: translateY(90%);
}

#fc_order_bar .multi-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fc_order_bar_col {
  width: 50%;
  max-width: 500px;
  padding: 0 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

.fc_order_bar_col div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  align-self: stretch;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cacaca;
}

.fc_order_bar_finances {
  padding: 15px 25px;
  background-color: #f0f0f0;
  border-radius: 5px;
}

.fc_order_bar_actions {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

.fc_order_bar_actions button {
  font-size: 0.8em !important;
}

.fc_order_bar_actions .cartButton {
  font-size: 1em !important;
  background-color: #00796b;
  border-color: #e3e3e3;
  color: #fff;
  padding: 10px 25px;
  width: 100%;
  min-width: 300px;
}

.fc_order_bar_actions .cartButton:hover {
  background-color: #00796b;
  border-color: #e3e3e3;
}

#fc_shopping_list {
  position: fixed;
  bottom: 180px;
  right: 10px;
  width: auto;
  width: 50%;
  min-height: 100px;
  max-height: 70vh;
  overflow-y: scroll;
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.2s;
  z-index: 1498;
}

#fc_shopping_list hr {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

#fc_shopping_list div {
  display: block;
  width: 100%;
}

.order_manual_public {
  position: fixed;
  bottom: 180px;
  right: 10px;
  width: auto;
  width: 50%;
  min-height: 100px;
  max-height: 70vh;
  overflow-y: scroll;
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.2s;
}

.order_manual_public span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.order_manual_public span svg {
  margin-right: 15px;
}

.order_manual_public hr {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.fc_category_wrapper_show {
  display: block;
}

.fc_category_wrapper_hide {
  display: none;
}

.transition-y-enter {
  transform: translateY(-100%);
  opacity: 0;
}
.transition-y-enter-active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.2s;
}
.transition-y-exit {
  transform: translateY(0);
  opacity: 1;
}
.transition-y-exit-active {
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.2s;
}

.transition-y-up-enter {
  transform: translateY(+100%);
  opacity: 0;
}
.transition-y-up-enter-active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
}
.transition-y-up-exit {
  transform: translateY(0);
  opacity: 1;
}
.transition-y-up-exit-active {
  transform: translateY(+100%);
  opacity: 0;
  transition: all 0.5s;
}

#fc_order_list table {
  margin: 0;
  border: none;
  padding: 10px;
}

#fc_order_list table td {
  border: none;
  padding-right: 10px;
}

.fc_order_list_cat_wrapper div:last-child span {
  border: none;
}

.fc_datepicker input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 6px 10px 6px 10px !important;
}

.fc_datepicker label {
  margin-top: -5px;
}

.fc_order_bar_warning {
  padding: 0 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.fc_order_bar_warning span {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 5px;
  font-size: 0.8em;
  color: #000;
}

.productModalClose {
  position: absolute;
  top: 10px;
  right: 10px;
}

.productModalHeader {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.productModalPotDb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #eff4dc;
}

.productModalInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.productModalInfo td,
.productModalInfo th {
  padding: 10px;
}

.productModalInfo p {
  margin: 0;
}

.productModalInfo table {
  border: 1px solid #ccc;
}

.productModalTitle {
  font-size: 2rem;
  font-weight: bold;
}

.productModalTitle small {
  font-size: 1rem;
  font-weight: normal;
}

.productModalTitle strong {
  font-size: 1rem;
  font-weight: bold;
}

.productModalImage {
  width: 50%;
}

.fc_account_wallet_balance {
  font-size: 1.25em;
  padding-bottom: 15px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 10px !important;
}

.fc_account_wallet_table {
  margin-top: 10px;
}

.foodcoop_wallet_transaction_form_history td {
  border: none;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  font-size: 0.9em;
  text-align: left;
}

.foodcoop_wallet_transaction_form_history th {
  border: none;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  font-weight: bold;
  font-size: 0.9em;
  text-align: left;
}

.foodcoop_wallet_transaction_form_history {
  border: none;
  background: #f0f0f0;
  border-radius: 10px;
  margin-bottom: 20px;
}

.foodcoop_wallet_transaction_form_history tr td:nth-child(2),
.foodcoop_wallet_transaction_form_history tr td:nth-child(3) {
  text-align: right;
}

.foodcoop_wallet_transaction_form_history tr td:last-child,
.foodcoop_wallet_transaction_form_history tr th:last-child {
  border-right: none;
}

.foodcoop_wallet_transaction_form_history tr:last-child td {
  border-bottom: none;
}

.admin-alert {
  display: block;
  width: 100%;
  color: #000;
  background-color: #fff3cd;
  margin: 0 0 30px 0;
  border-radius: 5px;
  padding: 15px 25px;
}

.admin-alert a {
  font-weight: bold;
  color: #000;
}

.fc_plugin_update_message {
  z-index: 1500 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  text-align: center;
  padding: 40px 10% 40px 10%;
  margin: 102px auto;
  border: 1px solid rgba(237, 108, 2, 0.5);
  color: rgba(237, 108, 2, 1);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  animation: hideAnimation 0s ease-in 3s;
  animation-fill-mode: forwards;
}

#loginform p label,
#loginform p input {
  width: 100%;
}

@keyframes hideAnimation {
  to {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}

.fc_topup_input,
.fc_instant_topup_input {
  margin-right: 20px;
}

.variation-bestellrunde {
  visibility: hidden;
  height: 1px;
}

.fc_filters_link {
  text-decoration: underline;
}

.fc_filters_link:hover {
  cursor: pointer;
  text-decoration: none;
}

.fc_filters_wrapper {
  width: 97%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 10px 1.5% 10px 1.5%;
  padding: 0 15px 10px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.fc_filters_breadcrumb {
  width: 97%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 1.5% 0 1.5%;
}

.fc_filters_breadcrumb p {
  font-weight: bold;
  margin: 15px;
}

.fc_category_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 1% 10px 1%;
}

.fc_category_box {
  background-color: #f0f0f0;
  border-radius: 10px;
  width: 22%;
  min-height: 200px;
  margin: 15px 1.5%;
  overflow: hidden;
  transition: all 0.25s;
}

.fc_category_box:hover {
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
}

.fc_category_img {
  width: 100%;
  height: 100%;
}

.fc_category_content {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
  background-color: rgba(0, 0, 0, 0.35);
}

.fc_category_content:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.fc_category_box h2 {
  font-size: 1.25rem;
  color: #fff;
  text-align: left;
}

.fc_product_box {
  background-color: #f0f0f0;
  border-radius: 10px;
  width: 22%;
  min-height: 200px;
  margin: 15px 1.5%;
  overflow: hidden;
  transition: all 0.25s;
}

.fc_product_img {
  width: 100%;
  min-height: 200px;
}

.fc_product_content {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.25s;
}

.fc_product_box h2 {
  width: 100%;
  font-size: 1.25rem;
  color: #000;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.fc_product_more {
  margin-top: 15px;
  font-weight: bold;
  transition: all 0.25s;
}

.fc_product_more:hover {
  cursor: pointer;
  margin-left: 5px;
}

.fc_product_details_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 1.5%;
}

.fc_product_details_img {
  width: 38%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.fc_product_details_img img {
  width: 100%;
}

.fc_product_details_content {
  width: 58%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.fc_product_details_box {
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

.fc_hide {
  display: none !important;
}

.fc_members_dashboard_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
  margin: 0;
  color: #000;
  font-size: 1em;
  background-color: #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.fc_members_dashboard_body {
  background: #f9f9f9;
  padding: 20px 30px 40px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 35px;
}

.woocommerce div .MuiPaper-root div {
  width: auto !important;
}

.fc_finish {
  margin-left: 5px;
}

.fc_finish:hover {
  cursor: pointer;
  color: #00796b;
}

#fc_shopwide_bestellrunden_selector {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 1em;
  font-weight: normal;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 10px;
}

.fc_shopwide_bestellrunden_unavailable {
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  margin: 10px auto;
  font-size: 0.9em;
  font-weight: normal;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 5px;
}

.fc_shopwide_bestellrunden_product img {
  transition: opacity 0.2s;
}

.fc_shopwide_bestellrunden_product img:hover,
.woocommerce-product-gallery img {
  opacity: 1 !important;
}

#order-blocked {
  color: red;
}

.foodcoop_import_wrapper {
  width: 50%;
  min-width: 600px;
  max-width: 800px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.foodcoop_import_progress_bar_wrapper {
  width: 100%;
}

.foodcoop_import_progress_bar_steps {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
}

.foodcoop_import_progress_bar_steps li {
  border-bottom: 4px solid #ccc;
  padding: 10px 0px;
  position: relative;
  width: 25%;
  text-align: center;
}

.foodcoop_import_progress_bar_steps li::before {
  content: "";
  border: 4px solid #ccc;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  margin-bottom: -8px;
  background: #fff;
}

.foodcoop_import_progress_bar_steps li.active {
  border-bottom-color: #00796b;
}

.foodcoop_import_progress_bar_steps li.active::before {
  border: 4px solid #00796b;
}

.foodcoop_file_import_content_wrapper {
  width: 100%;
  margin-top: 25px;
  padding: 0px;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.05);
}

.foodcoop_file_import_content_wrapper form {
  padding: 0;
  margin: 0;
  width: 100%;
}

.foodcoop_file_import_content_header {
  width: 100%;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

.foodcoop_file_import_content_header ul {
  list-style-type: disc;
  margin-left: 25px;
}

.foodcoop_file_import_content_action {
  width: 100%;
  padding: 25px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

.foodcoop_file_import_content_next {
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.hidden {
  display: none;
}

.foodcoop_error {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

.foodcoop_file_import_settings-table {
  width: 100%;
  max-width: 800px;
  overflow-x: auto;
  border-collapse: collapse;
}

.foodcoop_file_import_settings-table tr {
  background-color: #ffffff;
}

.foodcoop_file_import_settings-table tr:nth-child(2n) {
  background-color: #fafafa;
}

.foodcoop_file_import_settings-table td {
  padding: 10px;
  vertical-align: top;
}

.foodcoop_file_import_settings-table label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.foodcoop_file_import_settings-table input[type="checkbox"],
.foodcoop_file_import_settings-table input[type="radio"],
.foodcoop_file_import_settings-table select {
  margin-top: 5px;
}

#foodcoop_product_import_progress {
  display: none;
  width: 300px;
  height: 25px;
  border-radius: 5px;
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  padding-right: 10px;
}

@media only screen and (max-width: 800px) {
  .fc_order_list_line_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2.5%;
  }

  .fc_order_list_mobile_img {
    display: block;
    width: 20%;
    margin-right: 5%;
  }

  .fc_order_list_line {
    flex-wrap: wrap;
    padding: 0 10px;
    width: 65%;
  }

  .fc_order_list_col {
    padding: 2px 1%;
    border-bottom: none;
    align-self: stretch;
  }

  .fc_order_list_header {
    display: none;
  }

  .col_1 {
    width: 30%;
    padding-top: 15px;
  }

  .col_15 {
    display: none;
    width: 100%;
  }

  .col_2 {
    width: 100%;
    font-weight: bold;
    font-size: 1.5em;
  }

  .col_2x {
    width: 100%;
    font-weight: bold;
    font-size: 1.5em;
  }

  .col_25 {
    width: 100%;
  }

  .col_3 {
    width: 100%;
  }

  .col_4 {
    width: 50%;
    text-align: left;
  }

  .col_5 {
    display: none;
  }

  .col_6 {
    width: 50%;
    text-align: right;
    font-weight: bold;
  }

  .productModalClose {
    background-color: #fff;
    top: 0px;
    right: 0px;
  }

  .productModalClose button {
    padding: 2px;
  }

  .productModalHeader {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .productModalPotDb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #eff4dc;
  }

  .productModalInfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .productModalInfo td,
  .productModalInfo th {
    padding: 10px;
  }

  .productModalInfo p {
    margin: 0;
  }

  .productModalInfo table {
    border: 1px solid #ccc;
  }

  .productModalTitle {
    font-size: 2rem;
    font-weight: bold;
  }

  .productModalTitle small {
    font-size: 1rem;
    font-weight: normal;
  }

  .productModalTitle strong {
    font-size: 1rem;
    font-weight: bold;
  }

  .productModalImage {
    width: 100%;
  }

  #fc_order_bar {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .fc_order_bar_col {
    width: 95%;
    padding: 10px;
    margin: 10px;
    display: flex;
    font-size: 0.8em;
  }

  .order_manual_public,
  #fc_shopping_list {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    max-height: 80vh;
    transition: none;
  }

  .fc_product_details_wrapper {
    flex-direction: column;
  }

  .fc_product_details_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .fc_product_details_content {
    width: 100%;
  }

  .fc_category_box {
    width: 100%;
  }

  .fc_product_box {
    width: 100%;
  }

  .fc_order_list_header_infos {
    flex-direction: column-reverse;
  }

  .fc_order_list_header_image {
    height: auto;
    width: 100%;
  }

  .fc_order_list_header_table {
    width: 100%;
  }
}
