/* global variables can be accessed in /web/css/variables.css */

/* UPDATES ALL FONTFAMILY FOR RELATED COMPONENTS IN MENUPLUSv2 */
@font-face {
  font-family: BarlowSemiCondensed;
  src: url(/web/fonts/BarlowSemiCondensed-SemiBold.ttf);
}

 

.form-check .form-check-input[type=radio]{
	
	margin-top:8px;
	
}

.categoryLink{
	height:105px;

}
.filterSelectMobile{
	font-size:30px;
	
	
}

.minus-button{
	
/*	visibility:hidden; */
	
}

.entry-title{
	padding-top:40px
}
body, h1, h2, h3, h4, h5, h6, p, th, td, span, a, button, input, select, img, .custom-card-actions, form .mdl-textfield__label, .order_errors, .v2-font {
    font-family: BarlowSemiCondensed;    /* var(--font) !important;  */
}

/* UPDATES ALL PRIMARY COLOR FOR RELATED COMPONENTS IN MENUPLUSv2 */

.btn.sideCartButton:hover {
    color: var(--primary) !important;
}

/* GLOBAL TEXT SELECTION COLOR */

::-moz-selection {
    background-color: var(--primary);
    color:#5E514D;
}

.was-validated .form-outline:invalid {
    margin-bottom: 100px;
}

::selection {
    background-color: var(--primary);
    color:#5E514D;
}

.text-uppercase {
    text-transform: uppercase !important;
}

h1 {
    font-weight: 700 !important;
}

h1 span {
    font-weight: 400 !important;
}

/* to always show directional keys */

input[type='number']::-webkit-inner-spin-button {
    opacity: 1;
}

/* overall scrollbar for several browser types */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/* === NEWLY ADDED CLASSES === */

.filterSelectMobile {
    margin: auto;
    border-radius: 5px;
    color: var(--darkGray);
}

.android-navigation .sub-nav-link:hover, .android-navigation .active {
    border-bottom: 2px solid black !important;
}

@media (min-width: 768px) {
    .sub-header {
        margin-left: 0 !important;
        overflow-x: scroll !important;
        overflow: auto !important;
        margin-top: -2px !important;
    }
}

.mdl-textfield--expandable .mdl-button--icon {
    top: 20px !important;
}

.mdl-layout-title a {
    color: var(--nav-black) !important;
}

.search-field {
    display: flex;
}

.search-field .mdl-textfield__label {
    display: none !important;
    position: inherit !important;
    top: 0 !important;
}

.topbar, .topbar-header {
    margin-right: 33%;
    background-color: var(--secondary) !important;
    z-index: 0;
}

.topStyle {
    display: flex;
    align-items: center;
}

@media(min-width: 768px) {
    .topStyle {
        justify-content: center;
    }
}

.orangeBtn {
    text-align: center !important;
    font-size: 12px !important;
    width: fit-content !important;
}

.selected-location {
    margin-top: -10px;
}

.sub-nav-link {
    background-color: var(--secondary);
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.sub-nav-link>.menu-span {
    color:#5E514D;
    font-size: 12px;
    font-weight: 600;
}

.sub-nav-circle {
    border-radius: 50px;
    background-color: var(--nav-white);
    border: 2px solid black;
    height: 75px;
    width: 75px;
    margin: 0 auto;
    margin-top: 3px;
}

.sub-nav-icon {
    font-size: 45px;
    margin-top: 12px;
}

.custom-card-actions {
    display: flex;
    justify-content: space-between;
    font-size: initial;
    align-items: center;
    font-weight: 500;
    line-height: normal;
    width: 90%;
    background-color: transparent;
    padding: 8px 0;
    box-sizing: border-box;
}

.custom-divider {
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    margin: auto;
   /* bottom: 0px;*/
}

.modal__text {
    text-align: inherit !important;
    line-height: inherit !important;
}

.modal-footer>* {
    margin: 0 !important;
    padding: inherit !important;
}

.mdl-textfield__input {
    color:#5E514D;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 !important;
    margin: 0 !important;
}

/* GRID */

.custom-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.custom-layout {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.custom-header-fixed {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
}

.custom-header {
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: max-height, box-shadow;
}

.custom-drawer-button {
    margin: 4px;
    position: absolute;
    background-color: inherit;
    display: block;
    width: 48px;
    height: 48px;
    border: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 56px;
    top: 0;
    left: 0;
    color: var(--nav-black);
    z-index: 4;
}

.custom-header-row {
    height: 64px;
    padding: 0 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.modal-content{
	background-color:var(--catNav-backgroundColor);
	
}

.custom-header-title {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 400;
    box-sizing: border-box;
}

.custom-layout-drawer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 240px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    color: #424242;
    overflow: visible;
    overflow-y: auto;
    z-index: 5;
}

.custom-layout-drawer>.custom-header-title {
    line-height: 64px;
    padding-left: 40px;
}

.custom-layout-drawer.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.custom-layout-drawer.is-visible~.custom-layout-content {
    overflow: hidden;
}

.custom-layout-content {
    -ms-flex: 0 1 auto;
    position: relative;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.custom-layout-overlay {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    visibility: hidden;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

/* === END OF GRID === */

/* === OVERRIDES MDB === */

.row {
    --bs-gutter-x: 0 !important;
    margin-left: 0px;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x)/4);
    padding-left: calc(var(--bs-gutter-x)/4);
}

.navbar {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    box-shadow: none !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

#modal-item .item_price, #modal-item .item_price #itemPrice {
    font-size: 17px;
    font-weight: 500;
}

#modal-item #item_desc {
    padding-top: 20px;
    margin-bottom: 0;
    color: var(--darkGray);
}

.card {
    -webkit-box-shadow: 0px 2.93103px 2.93103px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0px 2.93103px 2.93103px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 2.93103px 2.93103px rgba(0, 0, 0, 0.25) !important;
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
 /*   height: 400px; */
}

.card-text {
    color: var(--darkGray) !important;
   /* height: 105px; */
    overflow-y: auto;
}

.card .bg-image {
    border-radius: 1.25rem;
    width: 180px;
    margin: auto;
    margin-top: 10px;
	margin-left:5px;
    height: 150px;
    justify-content: center;
}

/* === END OF MDB OVERRIDES === */

.productBoxImage {
    display: block;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: -20px;
    right: 0px;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
}

.pageMenu h3 {
    font-size: 18pt;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: #000;
    margin: auto;
}

.pageMenu p {
    text-align: left !important;
    font-size: inherit !important;
}

.categoryLink {
    border-radius: 100px;
    height: 142px !important;
    width: 130px !important;
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
}

.subCategoryLink {
    border-radius: 100px;
    height: 62px !important;
    width: 85px !important;
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
}

/* #side_cart.fixedCart.fixedHeaderCart {
    padding-top: -175px !important;
} */

.basketButtonsDiv {
    position: relative !important;
    width: 100% !important;
    right: 0 !important;
    display: flex;
    flex-direction: column;
}

.basket-price-wrapper {
    font-family: 'Montserrat', 'sans-serif' !important;
    padding: 10px 30px !important;
}

.basket-price-wrapper>#basketPriceTotalTxt, .basket-price-wrapper>.totalSpan, .currency-symbol-total {
    font-size: 20px !important;
    font-weight: 700 !important;
}

#menuMainGrid {
    background-color: inherit !important;
    padding-top: 0 !important;
}

.searchIcon {
    margin-top: 2px !important;
    color: var(--nav-black) !important;
}

.form-outline input {
    text-align: left;
}

.sideCartButton .fa-chevron-right {
    padding-left: 10px !important;
}

/* === IMPORTED FROM menu.css === */

#basket {
    position: fixed;
    z-index: 10000;
    bottom: 0px;
    height: 60px;
    background-color: #B46A55;
    width: 100%;
    display: none;
    color: #fff;
}

#xoConfirmButtonsDiv_basketListModal .btn.btn-ok-modal {
    background-color: #fcb751;
}

#productDetailModalText, #basketListModalContent {
    display: none;
}

#basketListModal .glyphicon {
    font-size: 11px;
}

#basketListModal .merge-bottom-input {
    height: 30px;
    width: 40px;
    float: left;
}

#productBoxModel {
    display: none !important;
}

#menuMainRightCell #side_cart {
    height: 100%;
    overflow-y: hidden;
}

#menuMainRightCell {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#side_cart.fixedCart {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    position: fixed !important;
    right: 0px;
    top: 0px !important;
    height: 100vh;
    z-index: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#side_cart.fixedCart>.basketTableDiv {
    flex-grow: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}


#orderTable {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

#orderTable td, #orderTableMobile td {
    overflow: hidden;
    white-space: pre-wrap;
}

#orderTable th:nth-child(1), #orderTableMobile th:nth-child(1) {
    text-align: left;
}

.table>tbody {
    vertical-align: middle !important;
}

.table tbody tr:hover {
    background-color: transparent;
}

#orderTable tbody td:nth-child(1), #orderTableMobile tbody td:nth-child(1) {
    width: 50%;
    text-align: left;
}

#orderTable tbody td:nth-child(2), #orderTableMobile tbody td:nth-child(2) {
    width: 20%;
}

#orderTable tbody td:nth-child(3), #orderTableMobile tbody td:nth-child(3) {
    width: 30%;
}

#item_desc {
    max-width: 600px;
}

#catNavLeft, #catNavRight {
    display: none;
    cursor: pointer;
}

#catNavDiv {
    position: fixed;
    height: 60px;
    background-color: none !important;
    z-index: 4;
}

#catNavLeft {
    position: fixed;
    height: 60px;
    z-index: 10;
    width: 20px;
    height: 60px;
    float: left;
}

#catNavLeft i {
    color: #fff !important;
    font-size: 40px;
    margin-top: 14px;
    margin-left: -10px;
}

#catNavRight {
    position: fixed;
    height: 60px;
    z-index: 10;
    width: 40px;
    height: 60px;
    float: right;
}

#catNavRight i {
    color: #fff !important;
    font-size: 40px;
    margin-top: 14px;
}

#side_cart tbody tr:last-of-type td:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .24);
}

#menuMainGrid {
    padding: 0;
}

#menuMainLeftCell {
    margin-left: 0;
    margin-right: 0;
 /*   padding-bottom: 200px; */
    display: flex;
}

#basketPrice {
    font-size: 18px !important;
    text-align: right;
    font-family: 'tfarrow-medium', sans-serif;
    margin: 10px 0;
    width: 100%;
}

.imgDetail {
    height: 250px;
    cursor: pointer;
}

.mainProductCard.mdl-card {
    max-width: 100%;
    width: auto;
    margin-top: 15px;
	
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mdl-card {
    width: 100%;
}

.mdl-card img {
    max-width: 100%;
    max-height: 325px;
    padding: 0px;
}

.android-header .material-icons {
    color: #767777 !important;
}

#cartIconDesktop {
    margin: 5px 5px 0px 0px;
    display: none;
}

#cartIconMobile {
    position: relative;
    text-align: center;
}

.android-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
}

.android-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: ltr;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.android-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -ms-flex-pack: end;
    width: fit-content;
}

.android-search-box.is-focused+.android-navigation-container {
    opacity: 0;
    width: 100px;
}

.android-navigation .nav-link {
    display: inline-block;
    white-space: normal;
    line-height: 20px;
    font-family: 'tfarrow-medium';
    font-size: 18px;
}

.android-navigation .nav-link:hover, .android-navigation .active {
  /*  border-bottom: 4px solid B46A55; */
    color: #000;
}

.nav-link {
    padding: 0 !important;
}

/*/
/////////////////////////////////////
/*/

.btn.btn-default {
    background-color: #fcb751;
    font-size: 16pt;
    text-align: center;
    padding: 10px;
    color: #FFF;
    border: solid 1px #fcb751;
    border-radius: 10px;
    margin: 0px 20px 0px 20px;
    font-weight: bold;
}

.merge-bottom-input {
    float: left;
    height: 49px;
    text-align: center;
    width: 67px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.merge-top-left-button {
    border-top-left-radius: 0;
}

.merge-top-right-button {
    border-top-right-radius: 0;
}

.add-pm-group {
    display: none;
    width: 60%;
    height: 40px;
    text-align: center;
    color:#5E514D;
}

.add-pm-group span:first-child {
    width: 40%;
    height: 100%;
    float: left;
    border-radius: 0px;
    min-width: 0px;
}

.btn-ok-modal {
    background-color: #fcb751;
    font-size: 16pt;
    text-align: center;
    padding: 10px;
    color: #FFF;
    border: solid 1px #fcb751;
    border-radius: 10px;
    margin: 0px 20px 0px 20px;
    font-weight: bold;
}

.modal-footer .btn.btn-default {
    background-color: #000 !important;
}

.xoBasketQty {
    font-size: 16pt;
    font-weight: bold;
    text-align: right;
}

.BasketTable p {
    border: solid 1px #333;
    padding: 10px;
}

input {
    text-align: center;
}

.glyphicon {
    top: 0px;
    padding-right: 0px;
}

.glyphicon.glyphicon-shopping-cart {
    top: 10px;
}

.totalRow {
    margin-top: 20px;
}

.buttonMenuInfo p {
    background-color:#5E514D;
}
.continueButton{
	 padding: 5px;
    background-color:#5E514D;
    font-size: 16pt;
    text-align: center;
    padding: 10px;
    color: #FFF;
    border: solid 1px #fcb751;
    border-radius: 10px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
	
}
button.close {
		 padding: 5px;
    background-color:#5E514D;
    font-size: 16pt;
    text-align: center;
    padding: 10px;
    color: #FFF;
    border: solid 1px #fcb751;
    border-radius: 10px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
	
}


.btn.btn-order {
    padding: 5px;
    background-color:#5E514D;
    font-size: 16pt;
    text-align: center;
    padding: 10px;
    color: #FFF;
    border: solid 1px #fcb751;
    border-radius: 10px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
}

.btn-danger {
    background-color: #000;
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus {
    background-color: #000 !important;
}

.pageMenu {
    /* border: 1px solid white; */
    overflow-x: hidden;
}

.fixTopCat {
    position: fixed;
    top: 64px;
    overflow-x: scroll;
}

.mdl-button {
    font-family: inherit;
    font-size: 18px;
}

.mdl-card__title-text {
    font-size: 18px;
    text-align: center;
}

.table th {
    font-size: 14px;
}

.table td:first-of-type, .table th:first-of-type {
    padding-left: 20px;
}

td {
	font-size: 10px !important;
    /* width: 100%; */
}

.mdl-button.mdl-button--colored {
    color: #fff;
}

.modal__content * {
    color: #757575;
}

.modal__Title h2 {
    text-align: center;
    font-size: 20px;
}

.modal__text p {
    color: #757575;
    font-size: 18px;
    padding-top: 5px;
}

.unveilImg {
    opacity: 0.5;
}

.mainProductCard .mdl-card__actions {
    padding: 2px;
    vertical-align: middle;
    text-align: center;
    border-top: none;
}

.mainProductCard .mdl-card__actions div:first-child {
    font-size: 18px;
    width: 50%;
    height: 27px;
    padding-top: 12px;
    text-align: center;
    display: inline-block;
    float: left;
    background: #222;
    border-top: 1px solid #000;
}

.basketButtonsDiv {
    position: fixed;
    width: calc(25% + 10px);
    bottom: 0px;
    text-align: center;
    right: 18px;
    z-index: 10;
}

.basketButtonsDiv.fixedCart {
    text-align: center;
    position: absolute;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    right: 0px;
}

.basketMainCell {
    margin-left: 8px;
}

.basketMainCell.fixedBasket {
    margin-left: 0px;
    border-left: 0px solid #ccc;
}

.basketHeader.fixedCart {
    padding: 0px !important;
    width: 100% !important;
    height: 50px !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    margin: 0px !important;
}

.basketTableDiv {
    position: relative;
}

.sideCartButton {
    color: var(--nav-black);
    width: 200px;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 15px;
    margin-left: auto;
    font-size: 18px !important;
    padding: 8px 0;
}

.btn.sideCartButton:hover {
    background-color: var(--nav-white) !important;
}

.fixTopCat #catNavDiv, .fixTopCat #catNavLeft, .fixTopCat #catNavRight {
    display: block;
}

.fixme .mdl-navigation {
    width: 100%;
}

/*Newly added classes*/

#addOrderSpan {
    width: 40%;
    height: 100%;
    float: left;
    border-radius: 0px;
    min-width: 0px;
}

.add-order-btn {
    width: 100%;
    height: 100%;
    padding: 0px;
    text-align: center;
    border: none;
}

#phoneFooter {
    height: 50px;
    position: fixed;
    bottom: 0px;
    z-index: 5;
    width: 100%;
    padding: 0px;
    background-color:#5E514D;
    color: #fff;
    box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.75);
}

.order-button {
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    right: 0px;
    background-color: var(--cart-orderButtonBackgroundColor) !important;
    color:#5E514D;
    font-weight: 600;
    border: 2px solid black;
    font-size: 15px;
}

#phoneFooter div:first-child {
    color: #000;
    text-align: center;
    height: inherit;
    font-size: 23px;
}

.badge-notification {
    position: absolute !important;
    font-size: .6rem !important;
    margin-left: -21px !important;
    padding: 3px 5px !important;
}

/* OPTIONS */

.itemOptionSpan {
    font-size: 85%;
}

.required-option-message {
    color: red;
    font-size: 85%;
    padding-left: 10px;
    display: none;
}

#currentOptionsDiv {
    font-size: 75%;
    margin-top: 10px;
}

#itemOptionsContainer h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

#itemOptionsContainer .option-ul-list-style {
    margin-top: 5px;
    margin-bottom: 5px;
}

.option-ul-list-style .mdl-list__item {
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 24px;
    font-size: 14px;
}

#itemOptionsContainer {
    padding-top: 5px;
    padding-bottom: 10px;
}

.optionBox ul {
    display: none;
}

.optionBox h3 {
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

.optionBox h3 span {
    vertical-align: middle;
    font-size: 16px !important;
    font-weight: normal;
    color: B46A55;
}

.optionBox textarea {
    border-color: #fff;
}

.material-icons-collapse {
    position: absolute;
    right: 12px;
    color: B46A55;
}

.optionBox .material-icons-collapse-up {
    display: none;
}

.optionBox .material-icons-collapse-down {
    display: inline-block;
}

.optionBox.open .material-icons-collapse-up {
    display: inline-block;
}

.optionBox.open .material-icons-collapse-down {
    display: none;
}

.optionBox.open ul {
    display: block;
}

.optionExtraPrice {
    display: none;
}

.entry-title {
    padding-top: 15px !important;
    padding-bottom: 30px !important;
    width: 90%;
    margin: auto;
}

.entry-title h2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25pt;
    margin: 6px 0 0;
}

/* ADJUSTMENTS WHEN NO IMAGE */

.pageMenuNoImg .entry-title h2 {
    font-size: 16pt;
    margin: 12px 0 0;
}

.pageMenuNoImg .mdl-card__title-text {
    font-size: 17px;
    text-align: left;
}

.pageMenuNoImg .itemDesc p {
    font-size: 15px !important;
    text-align: left !important;
    margin-left: 5px !important;
}

.pageMenuNoImg .mdl-card__title {
    color: #fff;
}

.pageMenuNoImg .includeVAT {
    font-size: 14px;
    margin-top: 2px;
    text-align: right;
}

.pageMenuNoImg .cardBtnAdd {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 30px !important;
    line-height: 26px;
    font-size: 13px;
}

.pageMenuNoImg .mainProductCard.mdl-card {
    margin-top: 0px;
    margin: 2px;
}

.pageMenuNoImg .mainProductCard.mdl-card {
    margin-top: 0px;
}

.pageMenuNoImg .mainProductCard.mdl-card {
    max-width: 100%;
    width: auto;
    margin-top: 15px;
}

.pageMenuNoImg .mdl-card {
    min-height: 65px;
}

.pageMenuNoImg .mdl-cells {
    margin: 2px;
}

.pageMenuNoImg .mdl-textfield__input {
    padding-left: 0 !important;
    border-bottom: 1px solid white !important;
    color: #fff !important;
}

.pageMenuNoImg #dietInfoDiv {
    width: auto;
    font-size: 14px;
    word-break: break-word;
    position: absolute;
    margin: 15px;
    background-color: transparent;
    padding: 5px;
}

.pageMenuNoImg #sideMenu {
    margin: 0px !important;
}

.pageMenuNoImg #side_menu {
    background-repeat: no-repeat;
    background-size: cover;
}

.pageMenuNoImg #sideMenu .android-navigation-container {
    padding-left: 0px;
}

.pageMenuNoImg #sideMenu .android-navigation-container {
    direction: ltr;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.pageMenuNoImg #sideMenu .leftMainMenu {
    margin: 10px;
}

.pageMenuNoImg #sideMenu ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pageMenuNoImg #sideMenu .leftMainMenu li {
    padding-top: 15px !important;
}

.pageMenuNoImg #sideMenu li {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    line-height: 1;
}

.pageMenuNoImg .leftMenuLinks {
    font-size: 12pt !important;
    color: #FFF;
}

.pageMenuNoImg #sideMenu .android-navigation .nav-link {
    height: auto;
    line-height: 1;
    padding-left: 0px;
}

.pageMenuNoImg .mainProductCard {
    border-left: B46A55 2px solid !important;
}

.pageMenuNoImg .mainProductCard.mdl-card {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pageMenuNoImg .mdl-card {
    border-radius: 0px;
}

#hasOption {
    width: 100%;
    text-align: right;
    color: B46A55;
    font-style: italic;
    float: right;
    font-size: 11px;
}

.fourth-color {
    color: B46A55 !important;
}

/* .mdl-layout {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: scroll;
} */

.pageMenuNoImg #menuMainRightCell {
    height: 100%;
    top: 50px;
}

.pageMenuNoImg #productContainer.mdl-grid {
    padding: 0px;
}

#productContainer {
    width: 100%;
	margin-top:-40px;
}

.pageMenuNoImg .sideMenu {
    overflow-y: auto;
    position: fixed;
    height: calc(100% - 20px) !important;
    word-break: break-all !important;
    width: inherit;
}

.hideit {
    display: none;
}

#catNavRight_main {
    position: absolute;
    right: 0px;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#catNavLeft_main {
    position: absolute;
    left: 0px;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.unfixedNavArrow {
    cursor: pointer;
    font-size: 50px;
    padding: 0px;
    color: #5E514D;
    opacity: 0.7;
    z-index: 5;
}

.fixTopCat .unfixedNavArrow {
    display: none;
}

.valign-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.editHeader {
    padding-top: 10px;
    padding-bottom: 10px;
}

#itemEditorMenu {
    text-align: center;
    display: block;
    position: fixed;
    top: 64px;
    left: 837px;
    cursor: move;
    z-index: 10;
}

#itemEditorMini {
    display: none;
    width: 160px;
    height: 25px;
    color: #175038 !important;
    background-color: white;
    border: 2px solid #175038;
    z-index: 1000;
    padding: 5px;
}

.itemEditorBtn {
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.itemEditorSpacer {
    float: left;
    width: 20px;
}

.editableItemText {
    cursor: pointer;
}

/* === MEDIA QUERIES === */

@media (max-width: 320px) {
    .mdl-card {
        width: 100%;
        height: auto;
    }
    .mdl-card img {
        max-width: 245px;
        max-height: 438px;
        padding: 0px;
    }
}

@media (max-width: 760px) {
    .fixme .android-navigation .nav-link {
        font-size: 20pt;
    }
}

@media (min-width: 761px) {
    .imgRow {
        height: 700px;
    }
    .glyphicon.glyphicon-shopping-cart {
        padding-right: 20px;
    }
    .btn.btn-order {
        margin-right: 0px;
        float: right;
    }
    .xoBasketQty {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .mdl-layout__header .mdl-layout__drawer-button {
        margin: 8px;
    }
    header .mdl-layout__header-row {
        padding: 0 40px;
    }
    .android-navigation-container {
        width: 100%;
        overflow: auto;
    }
}

@media (max-width: 839px) {
    #modal-item {
        margin: 0 auto !important;
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
    }
    .topbar {
        margin-right: 0;
    }
    .fixme .android-navigation .nav-link {
        font-size: 14px !important;
    }
    .sub-nav-circle {
        height: 60px;
        width: 60px;
    }
    .sub-nav-icon {
        font-size: 33px;
    }
}

@media (max-width: 1280px) {
    .mdl-card {
        width: 100%;
    }
    .mdl-card img {
        max-width: 287px;
        max-height: 400px;
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .mdl-card {
        width: 100%;
    }
    .mdl-card img {
        max-width: 320px;
        max-height: 350px;
        padding: 0px;
    }
    .xoBasketQty {
        font-size: 100%;
        font-weight: bold;
        text-align: right;
    }
    .add-space-right {
        padding-right: 25px !important;
    }
    .add-space-bottom {
        padding-bottom: 25px !important;
    }
}

@media (min-width: 1024px) {
    .pageMenuNoImg #sideMenu li {
        margin: 0;
        padding-top: 20px;
        line-height: 1;
    }
    .pageMenuNoImg .mdl-card {
        min-height: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .custom-layout-drawer>.custom-header-title {
        line-height: 56px;
        padding-left: 16px;
    }
    .mdl-layout__header .mdl-layout__drawer-button {
        color: var(--nav-black) !important;
    }
    form .mdl-textfield__label {
        display: table !important;
        top: 4px !important;
        position: absolute !important;
        padding-left: 9px !important;
    }
    #catNavLeft {
        top: 64px;
        left: 0px;
    }
    #catNavRight {
        top: 64px;
        right: 0px;
    }
}

@media (min-width: 1025px) {
    .pageMenuNoImg .mainProductCard.mdl-card {
        width: auto;
    }
    #catNavLeft {
        top: 0px;
        left: 0px;
    }
    #catNavRight {
        top: 0px;
        left: calc(100% - 57px) !important;
    }
    .fixTopCat {
        overflow-x: hidden;
        position: fixed;
        top: 0px;
        width: calc(100% - 29px) !important;
        z-index: 9 !important;
    }
    .fixTopCat:hover {
        overflow-x: auto;
    }
    .mainProductCard.mdl-card {
        width: 250px;
    }
}

.modalInformationFont {
    font-weight: bold;
}

.separator10 {
    height: 10px;
}

.separator40 {
    height: 40px;
}

.modal-footer {
    margin-bottom: 15px;
}

.btn-floating.btn-lg .fab, .btn-floating.btn-lg .far, .btn-floating.btn-lg .fas, .btn-group-lg>.btn-floating.btn .fab, .btn-group-lg>.btn-floating.btn .far, .btn-group-lg>.btn-floating.btn .fas{
    width:40px !important;
    line-height: normal !important;
}

/* .btn-floating.btn-lg, .btn-group-lg>.btn-floating.btn{
    width:auto !important;
    height:auto !important;
} */

.mdbModalBodyOverride {
    width: 90%;
    text-align: center;
    margin: auto;
}

@media (min-width: 250px) {
    .col-sm-6 {
        width: 50%;
    }
}

.modalTitle {
    padding-top: 30px;
    font-size: 24px;
    margin: auto;
}

.fitContent {
    width: fit-content;
    margin: auto;
}

.orderIcon {
    padding-right: 10px;
    color: B46A55;
}

.centerDiv {
    text-align: center;
}

.small-header {
    max-height: 70px;
}

.form-control:focus {
    color:#5E514D;
}

.form-control {
    color:#5E514D;
}

.yellow-modalbutton {
    background-color: #fdb945 !important;
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

/* .form-outline .form-control.active~.form-label, .form-outline .form-control:focus~.form-label {
    transform: translateY(-2rem) translateY(.1rem) scale(1.05);
    color:#5E514D;
} */

.confirmOrder {
    color:#5E514D;
    font-weight: 500;
}

.noMarginBottom {
    margin-bottom: 0px !important;
}

.mobileCartText {
    position: absolute;
    font-size: 0.7rem;
    width: 35%;
    margin: 0;
    bottom: 3px;
    font-weight: bold;
}

.modalXButton {
    right: 20px;
    top: 20px;
    border-radius: 10px;
    border: 1px solid black;
    position: absolute;
    padding: 5px !important;
}

.modal-body .form-outline {
    margin-bottom: 30px;
}

.form-check-input, .form-check-input:focus {
    border: 2px solid black;
}

.form-check-input[type=checkbox]:checked {
    border-color:#5E514D;
    border-top-color:#5E514D;
    border-right-color:#5E514D;
    border-bottom-color:#5E514D;
    border-left-color:#5E514D;
    background: rgb(0, 0, 0)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.form-check-input[type=checkbox]:checked:focus {
    border-color:#5E514D;
    border-top-color:#5E514D;
    border-right-color:#5E514D;
    border-bottom-color:#5E514D;
    border-left-color:#5E514D;
    background: rgb(0, 0, 0)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K");
}

.form-check-input:checked:focus:before {
    box-shadow: none;
}

/* .form-check {
    margin: auto;
    width: 90%;
    height: auto;
    position: relative;
    border: 2px solid black;
    border-radius: 100px;
} */

.form-check-label {
    margin-left: 10px;
}

.formCheckDiv {
    margin: auto;
    width: 90%;
    height: auto;
    position: relative;
    border: 2px solid black;
    border-radius: 100px;
}

.formCheckDiv .form-check-input {
    margin-left: -15px !important;
}

.form-check-input {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.form-check .form-check-input {
    margin-left: -30px;
}

.modalButtonAdd {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black !important;
    border: none;
    text-align: center !important;
    background-color: #e6e6e6 !important;
    height: 36px;
    border-radius: 2px;
    min-width: 64px;
    padding: 0 16px;
    font-weight: 500;
}

.android-navigation-container {
    background-color: #FAFAFA;
}

.menuItem {
    flex: 1;
    padding: 16px;
}

.fixedHeader {
    position: fixed;
    z-index: 10;
}
#currentOptionsDiv{
	color:#5E514D;
	
}

.listItemOrder {
	color:#5E514D;
	font-size:13px;
    cursor: pointer;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 5px;
    border: none;
}

.mobileFiltresDiv {
  /*  background-color: #fcb751;*/
    height: 85px;
    display: flex;
    align-items: center;
    margin: auto;
    width: auto;
    border: 1px solid black;
}

#searchForm {
    margin-right: 1px;
}

@media(max-width: 750px) {
    #searchForm {
        margin-right: 5px;
    }
}
/*5E514D */
.modal-dialog-lg {
    margin: auto;
    max-width: 1375px!important;
}

@media (min-width: 992px) {
    .showOnlyOnMobile {
        display: none !important;
    }
}

.centerItem {
    max-width:180px;
    margin: auto;
	
    margin-top: 20px;
}
.mainProductCard{
	height:275px;
	
}

.categoryHeader {
    position: relative;
}

#hideCartCell {
    height: 5px;
    position: fixed;
    top: 50%;
}

#hideCartButton {
    position: absolute;
    right: 0px;
    color: #5E514D;
    font-weight: bolder;
    font-size: 16px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 40px;
}

#fixMeNav {
    margin: auto;
    width: round(down, calc(100% - 10px), 170px);
}

#side_cart {
    overflow-y: scroll;
}

@media (max-width: 300px) {
    .client-logo {
        width: 40% !important;
    }
    .centerItem {
        margin-left: 2px;
    }
}
.closeButtonPopUp{
	    border-radius: 20px;
	
	
}
.catDiv {
    margin-left: 5px;
    margin-right: 5px;
	height:135px;
}

.menu-span {
    width: 100%;
    text-align: center;
   /* display: flex; */
    justify-content: center;
    flex-direction: column;
    height: 118px;
    color: #5E514D;
   /* font-weight: 300;*/
    font-size: 10px;
}

.pageMenu img {
    /*border-radius: 1.25rem;*/
}

#orderBtnLink{
	color:white;
	
}


#categoryLink-all {
    margin-right: 20px;
    margin-left: 20px;
}

#navBarArrows {
    height: 5px;
    position: absolute;
    top: 160px;
}

#dialogPMDiv {
    display: flex;
    color: #5E514D !important;
    font-size: 16px;
    width: 75%;
    margin: auto;
    height: 36px;
}

.card-title {
    min-height: 40px;
    max-height: 45px;
}

.cardWI-title {
    float: left;
}

#footerBasketText {
    position: relative;
    text-align: center;
}

@media(max-width: 375px) {
    #phoneFooter div:first-child {
        font-size: 18px;
    }
    .order-button {
        font-size: 12px;
    }
    #footerBasketText {
        position: absolute;
        top: 8px;
        left: 40px;
    }
    #cartIconMobile {
        position: absolute;
        top: 13px;
        left: 5px;
    }
}

#item_img {
    width: -webkit-fill-available;
}

.cartButton {
    background-color: white !important;
    font-size: 12px !important;
}

.cardWithoutImageDiv {
    max-width: 90%;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
}

.cardWithoutImage {
    box-shadow: 0px 2.93103px 2.93103px rgba(0, 0, 0, 0.25) !important;
    height: inherit;
}

@media(max-width: 500px) {
    #search-expandable {
        width: 150px;
    }
}

@media(max-width: 350px) {
    #search-expandable {
        width: 80px;
    }
}

@media(min-width: 850px) {
    #topPagesLinks a {
        font-size: 16px !important;
    }
}

@media(min-width: 950px) {
    #topPagesLinks a {
        font-size: 18px !important;
    }
}

@media(min-width: 990px) {
    .table td {
        padding: 12px 0px 12px 0px;
    }
}

@media(min-width: 1000px) {
    #topPagesLinks a {
        margin-right: 30px !important;
    }
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
}

#searchButton:hover, #toggleSideNavButton:hover {
    border: 3px solid white;
    padding-top: 2px;
    border-radius: 10px;
}

.emptyCartButton:hover {
    background-color: red !important;
}

.cartModifyDateButton:hover {
    background-color: var(--cart-orderButtonBackgroundColor) !important;
}

.ripple-surface {
    overflow: visible !important;
}


.asoChecklistTitleRow{
	font-size: 110%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.asoChecklistBtn{
	background-color: var(--cart-hideCartButtonBackgroundColor);
	color:#5E514D;
}

/* Chrome, Safari, Edge, Opera */
input.no-arrows::-webkit-outer-spin-button,
input.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.no-arrows[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.hidden-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

#phoneOrder {
    background-color: var(--cart-orderButtonBackgroundColor) !important;
}
