:root {
    --basic-color: #d82927;
    --secondary-color: #333;
}
/* html, body {
    height: 100%;
} */

.menu-all {
    padding-top: 140px;
    margin-top: -140px;
}
.mb-basket-text a {
    z-index: 999999;
}

.top-fixed {
    top: 70px;
}
body {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Lato', sans-serif;
}

header {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 1;
}

html, body {
    /* overflow: hidden; */
    height: 100%;
}

.wrapper {
    height: 100%;
    overflow: auto;
}


.padding-body {
    padding-top: 65px;
    /* margin-top: -58px; */
}

a {
    text-decoration: none;
}

.accordion-button:not(.collapsed) {
    background-color: #FFFFFF;
}





.snd-nav {
    width: 100%;
    top: 0;
    z-index: 1;

}
.navbar {
    border-bottom: 0.7px solid rgba(204, 72, 42, 0.6);
}

.nav-right, .nav-left {
    display: flex;
}
.nav-left .nav-link, .nav-right  .nav-link{
    color: var(--basic-color);
    font-size: 15px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0.5rem 1.5rem;
    border-radius: 24px;
}

.nav-left .nav-link:hover,  .nav-right .nav-link:hover {
    background-color: var(--basic-color);
    color: #FFFFFF;
}

.rest-name {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 65px;
    text-transform: capitalize;
}

.options-nav .options {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.options-nav .options i {
    padding-right: 5px;
    color: var(--basic-color);
}

a {
    color: #333;
}

.mr-border {
    position: relative;
}

.mr-border:after {
    content: '';
    height: 70%;
    width: 1px;

    position: absolute;
    right: 0;
    top: 15%;

    background-color: #ddd;
  }


.options a {
    line-height: 16px;
}

.dropdown-width {
    min-width: 87px;
}

.basic-btn {
    background-color: var(--basic-color);
    color: #FFFFFF;
    border: var(--basic-color);
}

.basic-btn:hover, .basic-btn:focus {
    background-color: var(--basic-color);
    color: #FFFFFF;
    border: var(--basic-color);
}

.dropdown-menu li {
    cursor: pointer;
    color: var(--basic-color);
    font-size: 14px;
}

.heading-title {
    color: var(--basic-color);
}



.cat-menu .menu-link.active {
    color: var(--basic-color);
}

.cat-menu .menu-link {
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 16px;
}

.cat-menu .menu-link:hover {
    color: var(--basic-color);
}

.border-round {
    border-radius: 8px;
}

.search-icon {
    position: absolute;
    top: 12px;
    left: 9px;
}

.search-input input {
    padding-left: 33px;
}

.menu-title {
    color: var(--secondary-color);
    font-size: 15px;
}

.sk-rotating-plane {
    width: 80px;
    height: 80px;
    background-color: var(--basic-color);
    margin: 0;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
  }

  @-webkit-keyframes sk-rotatePlane {
    0% {
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
  }

  @keyframes sk-rotatePlane {
    0% {
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
  }

.product-item_quantity {
    color: var(--secondary-color);
    font-size: 13px;
}

.product-item_title {
    font-size: 13px;
    color: var(--secondary-color);
}

.cart-icons button i {

    font-size: 11px;
}

.cart-icons button {
    /* border: 1px solid var(--basic-color); */
}

.basket {
    /* position: fixed; */
    width: 318px;
}

.cart-icons .btn {
    height: 20px;
    width: 20px;
    display: flex;
    padding: 0;
}

.cart-icons .btn i {
    margin: auto;
    font-size: 11px;
}

.cat-menu {
    /* position: fixed; */
    width: 224px;
}

.w-35 {
    width: 35%;
}

.modal-mbcats {
    min-height: 75%;
    height: 75%;
}

#catsview {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.catsmbitems {
    height: 500px;
    border-radius: 8px;
    padding: 15px 15px;
    background: #FFFFFF;
    overflow: auto;
}

.basket-mb {
    display: none;;
    height: 52px;
    background: radial-gradient(circle at 50% -3px,transparent 37.5px,#5bae75 38.5px) repeat scroll 0 0 transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.mb-menu-btn {
    background-color: #333;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin-top: -35px;
    cursor: pointer;
}

.mb-basket-text {
    position: absolute;
    left: 0;
}

#map3 {
    height: 300px;
}

.disabled-btn {
    opacity: 0.3;
}

.cat-menu, .basket {
    max-height: 80vh;
    overflow: scroll;
}

@media only screen and (min-width:1025px) and (max-width:1259px) {
    .cat-menu {
        width: 225px;
    }
}

@media only screen and (min-width:1260px) and (max-width:1400px) {
    .cat-menu {
        width: 228px;
    }
}

@media(max-width: 992px) {
    .mb-display-none {
        display: none;
    }

    .options-nav {
        flex-direction: column;
    }

    #mb-access-basket {
        margin-top: 15px;
        width: 100%;
    }

    .footer {
        margin-bottom: 53px;
    }

    .mb-display {
        display: block;
    }

    .basket-mb {
        display: block;
    }

    .mb-menu-column {
        width: 100%;
    }

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

}

@media(min-width: 992px) {
    .cat-menu, .basket {
        position: sticky;
        top: 0px;
    }
    /* .snd-nav {
        position: sticky;
        z-index: 2;
    } */

    .search-input {
        /* position: sticky; */
        /* top: 0px; */
        /* box-shadow: 1px 1px 2px  #dee2e6; */
        z-index: 2;
    }
 }


