@font-face {
  font-family: 'Montserrat';
  src: URL('/app/fonts/Montserrat-ExtraLight.ttf') format('truetype');
}

body {
	touch-action: pan-y, pan-x;
}

#addcartbutton {
    position: sticky;
    display: table;
    width: 100%;
    z-index: 1000;
    color: #DF6009;
    font-weight: 600;
    font-size: 16px;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: white;
    background: white;
    opacity: 1;
    text-align: center;
    user-select: none;
    cursor: pointer;
    transition: all 0.6s;
}

#addcartbutton_disabled {
    color: #DF6009;
    font-weight: 600;
    font-size: 16px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: white;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all 0.6s;
}


#plusminuscenter {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#plus-circle {
    float: right;
    margin-top: -4px;
    cursor: pointer;
}

#minus-circle {
    float: left;
    margin-top: -4px;
    cursor: pointer;
}


@media (min-width: 768px) {
  #addcart {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      max-width: 50%;
      left: 25%;
  }
  .reservation_popup {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      max-width: 50%;
      left: 25%;
  }
}
@media (max-width: 767px) {
  #addcart {
    left:0px;
  }
  .reservation_popup {
      left:0px;
  }
}

.reservation_popup {
    text-align: center;
    font-family: 'Montserrat';
    margin-left: 0px;
    max-height:0px;
    height: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    position: fixed;
    z-index: 10000;
    width: 100%;
    transition: all 0.3s;
    bottom: 0px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.reservation_div {
    text-align: center;
    font-family: 'Montserrat';
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    overflow: auto;
    max-width: 500px;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

#order_options_time{
  font-size: 16px;
}
#person_count {
    width: 60px;
    height: 35px;
    background-color: white;
    line-height: 35px;
    color: black;
    border-radius: 8px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    user-select: none;
    font-weight:bold;
}

.contact_title{
  background-color: rgba(255, 255, 255, 0.20);
  margin-bottom: 10px;
  line-height: 200%;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}
.reservation_top_txt{
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: white;
  margin-bottom: 20px;
}
.button_row {
  display: table;
  width: 90%;
  height: 40px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
}


.contact_data {
  width: 80%;
  height:auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;

}

#addcart {
    font-family: 'Montserrat';
    margin-left: 0px;
    max-height:0px;
    height: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    position: fixed;
    z-index: 10000;
    width: 100%;
    transition: all 0.3s;
    bottom: 0px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#cart_action_bar {
	justify-content: center;
	cursor: pointer;
	width: 100%;
}

#cart_action_bar_icon {
	display: block;
	width: 36px;
	height: 36px;
	background-size: contain;
	margin-right: 15px;
	margin-top: 6px;
}

#category_nav_bar_search_btn_search_icon > path {
    color: black;
}

#category_nav_bar_search_btn_back_icon > path {
     color: black;
}

#cart_action_bar_icon_badge2 {
	border-radius: 50%;
	line-height: 17px;
	width: 17px;
	position: relative;
	background-color: #776868;
	color: white;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 2px;
}

#cart_icon_badge{

   top: 10px;
   left: 10px;

   padding: 5px;
   background-color: white;
   border: 2px solid red;
}

#cart_action_bar_icon_badge {
	border-radius: 50%;
	line-height: 20px;
	width: 20px;
	position: relative;
	background-color: #776868;
	color: white;
	font-size: 10px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
}

#cart_action_bar_total {
	line-height: 50px;
	color: #DF6009;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

@media screen and (min-width: 1200px) {
	#cart_action_bar {
		justify-content: center;
		cursor: pointer;
		max-width: 50%;
		left: 25%;
	}
}

#category_nav_bar {
	position: fixed;
	left: 0;
	top: 48px;
	height: 48px;
	z-index: 1;
	width: 100vw;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

#category_nav_bar_search_btn {
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	background-color: none;
	border-radius: 0;
}

#category_nav_bar_search_btn:hover,
#category_nav_bar_search_btn:active {
	background-color: white;
}

#category_nav_bar_items {
	display: flex;
	overflow: auto;
	width: calc(100% - 48px);
}

#category_nav_bar_items::-webkit-scrollbar {
	width: 1 !important
}

#category_nav_bar_items div {
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 48px;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
}

#category_nav_bar_items div:hover {
	background-color: white;
}

#category_nav_bar_search_btn_back_icon {
	display: none;
}

#category_nav_bar_input {
	display: none;
	width: calc(100% - 48px);
	height: 48px;
	box-sizing: border-box;
	background-color: white;
	color: black;
	font-size: 16px;
}

#payoption_container {
	display: flex;
	margin-top: 80px;
	background-color: silver;
}

#payoption_container div {
	flex-grow: 1;
}

#payoption_btns button img {
	width: 24px;
}

.check_active {
	background-image: url(../../../img/check.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left 5px center;
	transition: all 0.2s;
}

#later,
#now,
#pickup,
#delivery {
	transition: all 0.2s;
	font-size: 90%;
}

.productlist {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left:auto;
  margin-right:auto;
	color: white;
  font-weight: bold;
  height:25px;
  width:90%;

}

.productlist div {
	box-sizing: border-box;
	line-height: 150%;

}

.warenkorbprodukt {
	color: white;
	margin-left: 5%;
}



#order_options_delivery,
#contact_datas {
	color: white;
	background-color: rgba(255, 255, 255, 0.20);
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
  margin-top: 10px;
	padding-bottom: 10px;
}
#cart_overview {
	color: white;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#order_options_delivery ol,
#contact_datas ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;
}

#order_options_delivery ol li,
#contact_datas ol li {
	line-height: 140%;
	box-sizing: border-box;
	text-align: center;
  font-weight:bold;
}

#order_options_delivery ol li span,
#contact_datas ol li span {
	display: inline-block;
	padding-right: 10px;
}

#pay_method {
	color: white;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	clear: both;
	line-height: 200%;
}

.order_options_title {
	background-color: rgba(255, 255, 255, 0.20);
	margin-bottom: 10px;
	line-height: 200%;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
  color:white;
}

.product_list_title {
	background-color: rgba(255, 255, 255, 0.20);
	line-height: 200%;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
  color:white;
}

.product_list_products {
	background-color: rgba(255, 255, 255, 0.20);
	width:100%;
	border-radius: 5px;
	font-size: 14px;
	padding-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cart_list_container {
  width:100%;
  padding-top:10px;
  padding-bottom:10px;

}

.cart_row {
  user-select: none;
  display: flex;
  justify-content: center; /* Zentriert das innere div horizontal */
  background-color: rgba(0, 0, 0, 0.20);
  width:95%;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;


}

.cart_column {
  display: flex;
  justify-content: center; /* Horizontal zentrieren */
  align-items: center;     /* Vertikal zentrieren */
  font-size: 15px;
  color:white;
}

.item_name {
  width:54%;
  text-align: left;
}

.item_quantity{
  width:10%;
  font-weight:bold;
}

.item_price{
  width:20%;
}

.item_plus{
  width:8%;
  cursor:pointer;
}

.item_minus{
  width:8%;
  cursor:pointer;
}

.item_delete{
  width:8%;
  margin-top: 3px;
  cursor:pointer;
}

.coupon_code{
  display:flex;
  width:95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;

}

.coupon_code button {
    width: 40%;
    display: block;
    line-height: 33px;
    padding: 0;
    font-weight:bold;
    font-size: 14px;
    color: black;
    box-sizing: border-box;
    border: solid 1px white;
    border-radius: 0px 6px 6px 0px ;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.coupon_code input {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.20);
    line-height: 31px;
    border: 1px solid white;
    border-radius: 6px 0px 0px 6px ;
    color: white;
    font-family: 'Montserrat', sans-serif;
    width: 60%;
    display: block;
}

div.order_options {

  height: 40px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  font-size: 16px;

}
