:root {
    --gastro: #146526;
    --color-general: #146526;
    --color-sub: #FFF200;
}

.color-main {
	color: var(--gastro);	
}


/* START DROPDOWN */
/* The container <div> - needed to position the dropdown content */
.menu_dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 0.9em;
}

.menu_dropbtn {
    background-color: #E7E8E9;
    padding: 12px 8px 12px 8px;
    font-size: 1em;
    border: none;
    cursor: pointer;
    height: 100%;
    width: 100%;
    white-space: nowrap;
}

.font_oswald {
	font-family: 'Oswald', sans-serif;
}

.basket {
    list-style:none;
    padding-left:0;
}

.item_highlight{
	background-color: #a1cfa1;	
}

/* Dropdown Content (Hidden by Default) */
.menu_dropdown-content {
    display: none;
    position: absolute;
    background-color: #E7E8E9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

/* Links inside the dropdown */
.menu_dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.menu_dropdown-content a:hover {background-color: #FFF200}

/* Show the dropdown menu on hover */
.menu_dropdown:hover .menu_dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.menu_dropdown:hover .menu_dropbtn {
    background-color: #FFF200;
}

.btn-vertical {
	margin-bottom: 10px !important;
    background-color: #FFF200;
    color: black;
    padding-bottom: 8px;
    padding-top: 8px;
}



/* END DROPDOWN */


/* COLORS */
.background-yellow {
	background-color: #FFF200;
}

.btn-outline-success{
	border-color: #146526 !important;
	color: #146526 !important;
}

.btn-success{
	border-color: #146526 !important;
	background-color: #146526;
	color: white !important;
}

.btn-success:active, .btn-success:focus {
	border-color: #146526 !important;
	background-color: #146526;
	color: white !important;
}

.btn-success:hover {
	border-color: #146526 !important;
	background-color: #146526;
	color: white !important;
	opacity:0.9;
}

.btn-warning{
	border-color: #DD5952 !important;
	background-color: #DD5952;
	color: white !important;
}

.btn-warning:active, .btn-warning:focus {
	border-color: #DD5952 !important;
	background-color: #DD5952;
	color: white !important;
}

.btn-warning:hover {
	border-color: #DD5952 !important;
	background-color: #DD5952;
	color: white !important;
	opacity:0.9;
}

.badge-success{
	border-color: #146526 !important;
	background-color: #146526;
	color: white !important;
}

.location_div{
	padding: 8px 8px 0px 8px;	
}

.menu_title {
	background-color: #343a40;
	color: white;
	padding: 0px 8px 4px 22px;
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom:16px;
}

.menu_title:after,
.menu_title::after {
	position: absolute;
	top: 6px;
	left: 0px;
	content: '';
	width: 0;
	height: 0;
	border-left: solid 10px #fff;
	border-bottom: solid 10px transparent;
	border-top: solid 10px transparent;
}




/* SHOPPING CART */
.shopping_title {
	background-color: #146526;
	color: white;
	padding: 4px 8px 4px 8px;
	height: 32px;
}

.shopping_div {
	background-color: #D1D3D4;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;  /* IE 10+ */
	position: -webkit-sticky; 
	position: sticky; 
	top: 34px; 
	height:calc(100vh - 34px);
}

::-webkit-scrollbar {
	width: 0px; /* remove scrollbar space /
	background: transparent; / optional: just make scrollbar invisible */
}

.shopping_basket { }

.basket_item {
	padding: 4px 0 4px 4px;
	border-bottom: dotted;
	border-bottom-width: 1px;
}


.basket_item:last-child {
	border-bottom: none;
}

.text_green {
	background-color:#146526;
	color: white;
}


/* GRID */
.row.less_padding {
  margin-left: -8px;
  margin-right: -8px;
}
.row.less_padding [class*='col-']:not(:first-child),
.row.less_padding [class*='col-']:not(:last-child) {
  padding-right: 8px;
  padding-left: 8px;
}

/* ORDER */

.shaddow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}

p.left_menu {
	padding-bottom: 8px;
	margin-bottom:8px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	
}

.card-body-lp{
	padding-top:12px;
	padding-bottom: 12px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.btn_kzm{
	color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: rgba(0,0,0,.2);
    max-width: 50px;    
}


.btn_minus {
	padding-top:0px; 
	padding-bottom:0px; 
	height:19px; 
	line-height: 19px;
	font-size: 8px;
}


.btn_plus {
	padding-top:0px; 
	padding-bottom:0px; 
	height:20px; 
	line-height: 20px;
	font-size: 8px;
}


/* FOOTER */

.footer {
  width: 100%;
  height: 70px;
  background-color: #E7E8E9;
  border-top: 3px solid #146526;
}

.footer-link {
  color: rgba(0,0,0,0.65);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.15s;
}
.footer-link:hover { color: #146526; }
.footer-link a { color: inherit; text-decoration: none; }
.footer-link a:hover { color: #146526; }

.footer-copy {
  font-size: 12px;
  color: rgba(0,0,0,0.4);
}


.btn:focus, .btn:active:focus, .btn.active:focus {
    outline:none;
    box-shadow:none;
}

.btn_small {
	height:28px; 
	padding-top:2px; 
	padding-bottom:2px; 
	line-height:24px;
}

@media screen and (max-width: 767px) {
	.mobile-btn-margin {
		margin-top:-9px;
		margin-bottom:-9px;
	}
	
	.btn_small {
		height:52px; 
		padding-top:2px; 
		padding-bottom:2px; 
		line-height:20px !important;
	}
}

/* BOTTOM BUTTONS */

#btn_top {
	width:50px;
	height:50px;
	display: none;
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #146526;
	color: white;
	cursor: pointer;
	border-radius: 50%;
}

#btn_top:hover {
  background-color: #343a40;
}

#btn_basket {
	width:50px;
	height:50px;
	display: none;
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #146526;
	color: white;
	cursor: pointer;
	border-radius: 50%;
}

#btn_basket:hover {
  background-color: #343a40;
}


/* USER PAGE SIDEBAR NAV */
#user-sidenav .nav-link {
    color: #146526;
    border-radius: .375rem;
    font-size: .875rem;
}
#user-sidenav .nav-link:hover {
    background-color: #e8f5eb;
}
#user-sidenav .nav-link.active {
    background-color: #146526;
    color: #fff;
}

/* PAGINATION */
.pagination {
	--bs-pagination-color:              #146526;
	--bs-pagination-bg:                 #fff;
	--bs-pagination-border-color:       #dee2e6;
	--bs-pagination-hover-color:        #fff;
	--bs-pagination-hover-bg:           #146526;
	--bs-pagination-hover-border-color: #146526;
	--bs-pagination-focus-color:        #146526;
	--bs-pagination-focus-bg:           #e8f5eb;
	--bs-pagination-focus-box-shadow:   0 0 0 .25rem rgba(20, 101, 38, .25);
	--bs-pagination-active-color:       #fff;
	--bs-pagination-active-bg:          #146526;
	--bs-pagination-active-border-color:#146526;
	--bs-pagination-disabled-color:     #6c757d;
	--bs-pagination-disabled-bg:        #fff;
	--bs-pagination-disabled-border-color: #dee2e6;
}

/* Current page number: filled green */
.page-item.active .page-link {
	color: #fff;
	background-color: #146526;
	border-color: #146526;
	font-weight: 600;
}

/* Prev/next arrows: outline green */
.page-item.active.page-arrow .page-link {
	color: #146526;
	background-color: #fff;
	border-color: #146526;
	font-weight: normal;
}


.smaller-select-button {
  border-style: solid;
  border-width: 1px;
  border-color: #146526;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 31px;
  line-height:23px;
  font-size:15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* TomSelect rendered with smaller-select-button */
.ts-wrapper.smaller-select-button {
  min-width: 80px;
  height: 31px;
  min-height: 31px;
  border-color: #146526;
  padding: 0;
}
.ts-wrapper.smaller-select-button .ts-control {
  min-height: 31px;
  height: 31px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 23px;
  border-color: #146526;
  cursor: pointer;
}
.ts-wrapper.smaller-select-button .ts-control input {
  height: 23px;
  font-size: 15px;
}

.select-button {
  border-style: solid;
  border-width: 1px;
  border-color: #146526;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
}


#action_box{
	position: absolute;
	top: 10px; 
	right: 20px; 
	z-index: 80;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	background-color: #146526;
	height: 39px;
	padding: 8px 12px 8px 12px;
	text-decoration: none;
	font-size: 0.9em;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Delivery box*/
.delivery-box.active {
    right: 0;
}

.delivery-box {
    position: fixed;
    top: 195px;
    right: -280px;
    z-index: 1004;
    transition: all .2s ease-in-out;
}

.delivery-box .delivery-content, .delivery-box .delivery-icon {
    float: left;
}

.delivery-box.active .delivery-icon {
    left: -20px;
}

.delivery-box .delivery-icon {
    background-color: #FFF200;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    top: 25px;
    left: -40px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.delivery-box .delivery-content {
	color: white;
    width: 280px;
    background: #146526;
    padding: 15px 35px 30px 50px;
}

.ms_badge {
	position: absolute; 
	right: 4px; 
	top: 4px;
	height: 50px;
	width: 50px;
}

.ms_badge_small {
	position: absolute; 
	right: 4px; 
	top: 4px;
	height: 40px;
	width: 40px;
	font-size: 0.9em;
}

.ms_badge_lines {
	position: absolute; 
	right: 50px; 
	top: 4px;
	height: 21px;
	width: 44px;
	font-size: 0.9em;
	font-weight: normal;
}

.login_checkbox {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}

.bckimage {
	background-image: url('../../images/menu/wide2.jpg');
	background-size: cover;
	min-height: 203px;
	position: relative;
}

/* document buttons */
.btn_doc {
	background-color: #E7E8E9;
	color: black;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.btn_doc.active{
	background-color: #FFF200;
}

a.btn_doc_link,
a.btn_doc_link:link,
a.btn_doc_link:visited,
a.btn_doc_link:hover,
a.btn_doc_link:focus,
a.btn_doc_link:active {
	padding-top:2px;
	color:black;
	text-decoration: none;
}

.large_cbox{
	transform: scale(1.3);
	/* Webkit browsers*/
	-webkit-transform: scale(1.3);
}


/* ADMIN */

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.img-zone {
    background-color: #F2FFF9;
    border: 2px dashed #008a00;
    padding: 20px;
}

.tableFixHead { 
	overflow-y: auto; 
}

.tableFixHead thead tr.first th {
	position: sticky!important;
	top: 30px;
	background-color: #eee;
}

.tableFixHead thead tr.second th {
	position: sticky!important;
	top: 63px;
	background: #eee;
}

.dot {
  background: #333;
}

.popover_title{
	margin-bottom: 2px;
	font-weight: bold;
}

figure.image{
	text-align: center;
}

.banner-img {
	height: 300px; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position-x: center; 
	background-position-y: center;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--gastro);
}

.nav-pill-gastro {
	color: var(--gastro);
}

.quantity-control .btn{
	min-height: 38px;
	max-width: 38px;
	padding: 0 6px 0 6px;
	line-height: 32px;
	font-size: 18px;
}

.quantity-control input{
	max-width:3.5rem;
}

.quantity-control .input-group{
	width:101px;
}