html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.8;
    word-wrap: break-word;
}

.text-danger {
    color: rgb(231, 39, 45) !important;
}

.bg-danger {
    background-color: rgb(231, 39, 45) !important;
}

.display-3 {
    font-size: 4rem;
}

.page-title-overlap+* {
    position: relative;
    margin-top: -4.875rem;
    z-index: 5;
}

.page-title-overlap {
    padding-bottom: 6.375rem;
}

.cz-sidebar-static {
    padding: 1.875rem 1.875rem;
}

.cz-sidebar, .cz-sidebar-static {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.btn>i {
    margin-top: -.1875rem;
    vertical-align: middle;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider {
    height: calc(100vh + 200px);
}

.large-order-btn {
    position: absolute;
    /* bottom: -3rem; */
    width: 100%;
    /* height: 139px; */
    border-radius: 4px;
    border: none;
    /* padding: 1rem 2rem; */
    top: -245px;
}

.large-order-btn ul {
    margin: 0 auto;
    margin-bottom: 0;
    /* padding-top: 2rem; */
    /* padding-bottom: 2rem; */
}

.large-order-btn ul>li {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.large-order-btn ul>li a {
    color: #fff;
    display: block;
    text-decoration: none;
    transition: all 0.5s;
}

.large-order-btn ul>li a:hover {
    transition: all 0.5s;
    color: #eae9e9;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.secondary-header {
    display: none;
}
.secondary-header{
    padding:8px;
}
.main-back-btn {
    width: 80px;
    height: 80px;
    border:1px solid white;
    border-radius: 50%;
    float: left;
    text-align: center;
    padding: 8px;
}
.main-back-btn span{
    font-size:1rem;
    font-weight:400;
}
.shop .secondary-header {
    display: block;
}

.shop .desktop-nav, .shop .mobile-nav {
    display: none !important;
}

.secondary-logo-wrap {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.secondary-header .return_to_home {
    font-size: 1.5rem;
    color: #fff;
    z-index: 1;
}

.secondary-img {
    padding: 8px;
    background: rgb(231, 39, 45);
    height: 80px;
    max-width: 100%;
}
.restaurant-bar-inner {
    margin: -42px auto;
    padding-bottom: 1.5rem;
}

.restaurant-services {
    padding: 1rem 0;
}

.side-menu-trigger a {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    background-color: rgb(231, 39, 45);
    color: #fff !important;
}

.sidebar-contact {
    padding-left: 0;
}

.sidebar-contact li {
    margin-bottom: 30px;
    list-style: none;
}

.sidebar-social-menu {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
}

.sidebar-social-menu li {
    display: inline-block;
}

.sidebar-social-menu li a {
    color: #FFF;
    font-size: .70176rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0;
    display: block;
    text-align: center;
    background: rgb(231, 39, 45);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.header-search {
    position: absolute;
    width: 27%;
    right: 11%;
    top: 5rem;
    z-index: 1031;
}

.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: rgb(231, 39, 45);
    text-transform: uppercase;
}

.navbar .nav-link:hover, .navbar .nav-link:focus {
    color: rgb(231, 39, 45);
    text-decoration: none;
}

.navbar .navbar-brand {
    color: rgb(231, 39, 45);
}

/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: rgb(231, 39, 45);
}

.navbar.active .nav-link:hover, .navbar.active .nav-link:focus {
    color: rgb(231, 39, 45);
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: rgb(231, 39, 45);
}

.fixed-header .red-cart {
    display: none;
}

.fixed-header.active .red-cart {
    display: inline-block;
}

.fixed-header.active .white-cart {
    display: none;
}

.fixed-header.active .fa-search {
    color: rgb(231, 39, 45);
}

.normal-header .white-cart {
    display: none;
}

.normal-header .fa-search {
    color: rgb(231, 39, 45);
}
.mobile-nav ul.navbar-nav{
    padding-left:8px;
}
.nav-right-fixed{
    display: none;
}
/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .normal-header .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: rgb(231, 39, 45);
    }

    .mobile-logo {
        margin-right: auto;
        margin-left: auto;
    }

    .mobile-logo img {
        height: 80px;
    }

    .menu-bar-icon {
        background: rgb(231, 39, 45) !important;
        color: #fff;
        line-height: 1.8rem;
    }

    .mobile-nav .navbar-collapse {
        background: #fff;
    }
}

/* page */
.ppb_title_first {
    display: block;
    font-family: 'Kristi', 'Times New Roman', Georgia, Times,serif;
    font-style: italic;
    font-size: 4.2rem;
    text-transform: none;
    top: 0;
    position: relative;
    color: #cfa670;
    letter-spacing: 0 !important;
    font-weight: normal;
    line-height: 50px;
}

h2.ppb_title {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 300;
}

.masthead {
    min-height: 200px;
    background-image: url('../images/shop-header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.addon-viewr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.addon-viewr:hover {
    background: rgba(255,255,255,0.25);
    transition: all 0.5s;
}

.btn-round {
    border-radius: 2em;
}

.desktop-nav .fixed-header .logo {
    background: rgb(231, 39, 45);
    padding: 8px;
    margin-top: -8px;
    transition: all 0.5s;
}

.desktop-nav .fixed-header.active .logo {
    background: none;
    padding: inherit;
}

.logo {
    /* max-height: 80px; */
    margin-top: 0rem;
}

.logo img {
    background: rgb(231, 39, 45);
    max-height: 100px;
    height: 95px;
    padding: 8px;
    margin-top: -1px;
    transition: all 0.5s;
}

.line-separator {
    height: 4px;
    background: rgb(231, 39, 45);
    display: block;
}

/* product */
.product-info-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.50);
    z-index: 1;
    padding: 1rem;
    display: none;
    transition: all 0.8s;
}

.product-card:hover .product-info-hover {
    display: block;
    transition: all 0.8s;
}

.product-card-title {
    color: #fff;
}

.btn-warning {
    color: #fff !important;
}

.product-card-btn {
    border-radius: 1rem;
    color: #fff;
    padding: 0 2rem !important;
    font-weight: bold;
    text-transform: uppercase;
}

.product-card-btn:hover {
    text-decoration: none;
    color: #fefefe;
}

/* testimonial */
.testimonial-slider::after {
    content: '';
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: -2rem;
    left: -80%;
    background: rgb(231, 39, 45);
    z-index: -1;
}

.testimonial-slider::before {
    content: '';
    background: url('../images/dotted_bg.png');
    position: absolute;
    top: -3rem;
    left: 1rem;
    width: 150px;
    height: 150px;
    animation-name: tada;
    opacity: 1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

h3.testimonial-title::after {
    content: '';
    background: red;
    width: 100px;
    height: 1px;
    display: inline-block;
    position: absolute;
    z-index: 101;
    bottom: 18%;
    left: 45%;
}

.client-img {
    max-height: 450px;
}

@media screen and (max-width: 991.98px) {
    .testimonial-slider::after {
        background:transparent;
    }

    h3.testimonial-title::after {
        display: none;
    }
}

/* Custom gallery */
.gallery-item a {
    background: none;
    max-width: 100%;
}

.gallery-item>div>a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
}

.gallery-item img {
    max-width: 100%;
}

.gallery-item a img {
    margin: 0 auto;
    border-radius: 8px 8px 8px 8px;
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    -o-transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in,-webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-icon:before, .gallery-icon:after {
    background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}

.gallery-icon:hover:before {
    left: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    right: 50%
}

.gallery-icon:hover:after {
    bottom: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%
}

.gallery-container .dotted-paralax-item {
    position: absolute;
}

.dotted-paralax-item-graphic {
    width: 100%;
    height: auto;
    overflow: visible
}

.left-paralax .dotted-paralax-item-graphic {
    transform: rotate(0deg);
}

.right-paralax .dotted-paralax-item-graphic {
    transform: rotate(0deg);
}

.dotted-paralax-item.left-paralax {
    left: 28%;
    bottom: 4%;
    animation-name: tada;
    opacity: 1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    z-index: 0;
}

.dotted-paralax-item.right-paralax {
    right: 30%;
    top: 25%;
    animation-name: swing;
    opacity: 1;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    z-index: 0;
}

@media screen and (min-width: 1024px) {
    .custom-gallery .gallery-item:nth-child(1) {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

    .custom-gallery .gallery-item:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .custom-gallery .gallery-item:nth-child(4) {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
}

/* Blog */
.blog-section {
    background: url('../images/blog_bg.png');
    /* background-size:cover; */
    background-repeat: no-repeat;
    background-position: top center ;
    padding: 120px 0 80px 0;
    background-color: #fff;
}

.post-card {
    -webkit-box-shadow: 0 15px 35px 0 rgba(0,0,0,.03);
    box-shadow: 0 15px 35px 0 rgba(0,0,0,.03);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    background-color: #fefefe;
    border: none;
}

.post-card:hover {
    -webkit-box-shadow: 0 15px 35px 0 rgba(0,0,0,.1);
    box-shadow: 0 15px 35px 0 rgba(0,0,0,.1)
}

.post-card:hover .post-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.post-img {
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.15);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-bottom: -15px;
}

.post-img:before, .post-img:after {
    background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}

.post-img:hover:before {
    left: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    right: 50%
}

.post-img:hover:after {
    bottom: 50%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%
}

.post-meta span, .post-meta span a {
    color: rgb(231, 39, 45);
}

.post-body a {
    color: #777;
}

/* footer */
.footer-section {
    background-color: #1b1b1b;
    padding-top: 80px;
    background-image: url('../images/footer_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

footer:before {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    content: '';
    background-image: url('../images/shape-down.png');
    height: 40px;
    background-repeat: no-repeat;
}

span.footer-separator {
    background: #8e8b8b;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.footer-logo {
    z-index: 1;
}

.footer-menu a {
    color: #ddd;
    text-transform: uppercase;
}

.copyright-text {
    border-top: 1px solid #86888a;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
}

/* login */
:root {
    --input-padding-x: 1.5rem; --input-padding-y: .75rem; }

body.login, body.registration {
    background: #ddd;
    background: linear-gradient(to right, #f3f3f3, #fefefe);
}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-signin .form-label-group input[type='email'],.form-signin .form-label-group input[type='password'], .form-signin .form-label-group input[type="text"] {
    height: auto;
    border-radius: 2rem;
}

.form-label-group>input, .form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #000;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

/* Fallback for Edge
  -------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.fixed-left .modal-dialog, .modal.fixed-right .modal-dialog {
    position: fixed;
    /*margin: auto;*/
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.fixed-left .modal-content, .modal.fixed-right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.fixed-left .modal-body, .modal.fixed-right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.fixed-left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.fixed-left.fade.show .modal-dialog {
    left: 0;
}

/*Right*/
.modal.fixed-right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.fixed-right.fade.show .modal-dialog {
    right: 0;
}

.flat-modal .modal-header {
    border-bottom: none;
}

.flat-modal .modal-dialog {
    margin: 0 auto;
}

.flat-modal .modal-content {
    border-radius: 0;
    border: none;
}

.flat-modal .modal-dialog-scrollable {
    max-height: 100% !important;
}

/* animation */
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* ingredients */
.ingredients-bg {
    background: url('../images/home_image/ingredient_bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 80px;
}

.ingredients-bg .col-sm-4 {
    position: initial;
}

.element-title {
    color: #fff;
}

.element-title> span {
    color: rgb(231, 39, 45);
    margin-left: 5px;
}

.element-body>p {
    color: #fff;
}

.element-left {
    text-align: left;
}

.element-right {
    text-align: right;
}

.element-indicator {
    position: absolute;
}

.element-indicator.indicator-left.indicator-element-1-1 {
    top: 4rem;
    left: 13em;
    width: 284px;
}

.element-wrap {
    margin-bottom: 60px;
}

.element-indicator.indicator-left.indicator-element-1-2 {
    left: 13em;
    width: 197px;
    /* top: 13em; */
}

.element-indicator.indicator-left.indicator-element-1-3 {
    left: 13em;
    width: 203px;
    top: 58%;
}

.element-indicator.indicator-right.indicator-element-2-1 {
    right: 188px;
    width: 269px;
    top: 11%;
}

.element-indicator.indicator-right.indicator-element-2-2 {
    top: 37%;
    right: 113px;
    width: 344px;
}

.element-indicator.indicator-right.indicator-element-2-3 {
    width: 259px;
    right: 190px;
    top: 56%;
}

/* SHOP PAGE */
body.shop {
    background:#ebedf3 !important
}
/* shop cart */
.theiaStickySidebar,.stickySidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.theiaStickySidebar{
    right: 0;
    left:0;
}
.stickySidebar{
    left:15px;
    right:0;
}


.pupular-items {
    background: #ddd;
    margin: 0 auto;
    padding: 1rem 2rem;
}
.popular-items-inner{
    position:relative;
}
.pupular-list-item {
    background: #fff;
}
.popular-item-content{
    padding:0 .8rem;
}
.popular-item-content h3{
    font-size:1rem;
    font-weight:500;
}
.popular-item-content p{
    margin-bottom:0;
    font-weight:400;
}
.popular-item-content p>ins{
    text-decoration:none;
}
.popular-item-img {
    /* width: 80px; */
    height: 74px;
}
.popular-item-img img{
    max-width:100%;
    height:auto;
}
.pupular-items .slick-next::before {
    content: '\f105';
    font-family: fontawesome;
}
.pupular-items .slick-prev::before {
    content: '\f104';
    font-family: fontawesome;
}
.pupular-items .slick-next::before,.pupular-items .slick-prev::before{
    font-size:3rem;
    font-weight:500;
    line-height:1rem;
    color:#000;
}

.menu-search {
    position: sticky;
    top: 33px;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 1;
}
.menu-search input {
    border-radius:1rem;
    
}

.menu-search .input-group-text{
    border-top-right-radius: 1rem;
    border-bottom-right-radius:1rem;
    border-right: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left:none;
}
.item-list-item {
    list-style: none;
    margin-top: 15px;
    overflow: hidden;
}
.item-media-content {
    padding: .5rem;
}
.item-title {
    font-size: 1rem;
}
.item-caption {
    margin-bottom: .5rem;
    font-size: .75rem;
}
.item-media-img img {
    max-width: 100%;
    max-height:140px;
}
.item-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    transition: all 0.5s;
}
.item-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    transition: all 0.5s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}
.tab-content>.active{
    position: relative;
    transition: all 0.5s;
}
.user-order-holder,.filter-wrapper,.tab-navigations {
    position: sticky;
    top: 0;
    background: #ebedf3;
    z-index: 1;
}
.user-order {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 30px;
}
.user-order h6 {
    margin: 0 0 10px;
    color: #2f313a;
    border-bottom: 1px solid #ebedf3;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.user-order .error-message {
    color: #c33332;
    font-size: 12px;
    margin: 0 0 12px;
    display: block;
}
.user-order .discount-info {
    background-color: #f1f3f8;
    color: #999ba3;
    font-size: 12px;
    display: block;
    line-height: 16px;
    padding: 12px;
    margin: 0 0 12px;
}
.categories-order {
    border-bottom: 1px solid #ebedf3;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none;
}
.categories-order > li {
    border-bottom: 1px solid #ebedf3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.categories-order li {
    margin: 0 0 10px;
    line-height: 20px;
    color: #2f313a;
    font-size: .80rem;
    position: relative;
}
.categories-order a.btn-cross {
    float: right;
    font-size: 1rem;
    color: #999ba3;
    display: inline-block;
    margin: 0px 0 0 8px;
}
.categories-order a {
    color: #2f313a;
    display: inline-block;
    max-width: 65%;
    font-weight: 400;
}
.categories-order .category-price {
    float: right;
    font-weight: 600;
}
.user-order .price-area {
    margin: 0 0 12px;
}
.user-order .price-area ul {
    margin: 0 0 20px;
    list-style:none;
    padding-left:0;
}
.user-order .price-area li {
    font-size: 13px;
    line-height: normal;
    margin: 0 0 10px;
    font-weight: 600;
    /* font-family: 'Open Sans', sans-serif; */
}
.user-order .price-area li .price {
    color: #2f313a;
    float: right;
}
.user-order .price-area li:last-child {
    margin: 0;
}
.user-order .price-area li .price {
    color: #2f313a;
    float: right;
}
.user-order .total-price {
    background-color: #f1f3f8;
    margin: 0 0 12px;
    font-size: 13px;
    color: #2f313a;
    padding: 10px 15px;
    line-height: normal;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 600;
}
.user-order .total-price .price {
    float: right;
    font-size: 14px;
    color: #2f313a;
    font-weight: 700;
}
.user-order .success-message {
    border-bottom: 1px solid #ebedf3;
    color: #51861e;
    display: block;
    font-size: 12px;
    padding: 0 0 12px;
    margin: 0 0 12px;
}
/* shop filter */
.filter-wrapper {
    background:#ebedf3 !important
}
.filter-list >li{
    padding:.2rem .25rem;
    font-size:.95rem;
    background:#ebedf3 !important
}
.filter-list li a{
    color:#000;
}
.tab-navigations li>a.active{
    box-shadow:0px 0px 0px 0px #ddd;
    background-color: #fff;
    font-size: .8rem;
}
.tab-navigations li>a{
    color:#000;
    font-weight:400;
    border:none !important;
    background-color: #ebedf3;
     font-size: .7rem;
}

.cat-title {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
}
a.product-img-wrap:hover {
    background: #fff;
}

a.product-title {
    font-size: 1rem;
    font-weight: 400;
    color: #424242;
}

.price-wrap {
    width: 100%;
}
a.add-menu-item {
    border: 1px solid #dc3545;
    border-radius: 50%;
    width: 30px;
    color: #dc3545;
    text-align: center;
}
.price-wrap > .product-price {
    font-weight: 500;
    font-size: 1.2rem;
}
.product-list-holder{
    min-height: 400px;
}
.product-list-holder .section-title {
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
}

.section-title .cat-title span {
    border-bottom: 3px solid #444;
    padding: 0rem;
}

.product-holder {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.parallax {
    position: relative;
    clear: both;
    background-size: 100%;
}
.removeCoupon {
    cursor: pointer;
}
.restaurant-bar{
    margin:0 auto;
}
/* Bootstrap extend */
/* breakpoints */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .restaurant-bar{
        max-width: 67%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .nav-right-fixed {
        position: absolute;
        background: #e7272d;
        right: 0;
        width: 120px;
        padding: 6px;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        color: #fff;
        display: block;
    }
    .nav-right-fixed a{
        display:block;
        color: #fff;
        padding-left:4px;
        font-size:15px;
        font-family:'OpenSans', sans-serif;
    }
    .nav-right-fixed a:hover{
        text-decoration:none;
    }
    .restaurant-bar{
        max-width: 67%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .position-lg-absolute {
        position: absolute !important;
    }

    .streched-item {
        margin-left: -10rem;
    }
    .restaurant-bar{
        max-width: 67%;
    }
}

/*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .restaurant-bar {max-width: 67%;}
}

/* MAX */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .mobile-logo img {
        height: 64px !important;
        background: #e7272d;
        padding: 6px;
    }
    .theiaStickySidebar, .stickySidebar{
        position: relative;
    }

    .modal.fixed-left .modal-dialog, .modal.fixed-right .modal-dialog {
        width: auto;
    }

    .slider {
        max-height: 600px;
    }

    .slider .layer-burger {
        left: -92%;
        z-index: 1;
        max-width: 190%;
        position: absolute;
        top: 0px;
    }

    .slider .layer-shape {
        margin-left: -96%;
        z-index: 0;
        max-width: 203%;
    }

    .slider .layer-1 {
        z-index: 2;
    }

    .slider .layer-1 h2 {
        font-size: 1.5rem;
    }

    .large-order-btn {
        width: 100%;
        padding: 0;
        position: relative;
        top: 0;
        height: auto;
    }

    .large-order-btn ul {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    /* about */
    #about_section .display-3 {
        font-size: 2.3rem;
        text-align: center;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .gallery-container {
        padding-left:15px;
        padding-right: 15px;
        ; }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .element-indicator {
        display: none;
    }

    .fixed-header:before {
        display: none;
    }
}
