@font-face {
font-family: 'HeroNewRegular';
font-style: normal;
font-weight: normal;
src: local('HeroNewRegular'), url('https://cs.cdn-upm.com/themes/ee2ff89e-20e6-11ea-915e-525400080321/assets-230/HeroNewRegular.woff') format('woff');
}
@font-face {
font-family: 'HeroNewSemiBold';
font-style: normal;
font-weight: normal;
src: local('HeroNewSemiBold'), url('https://cs.cdn-upm.com/themes/ee2ff89e-20e6-11ea-915e-525400080321/assets-230/HeroNewSemiBold.woff') format('woff');
}
@font-face {
font-family: 'HeroNewSuper';
font-style: normal;
font-weight: normal;
src: local('HeroNewSuper'), url('https://cs.cdn-upm.com/themes/ee2ff89e-20e6-11ea-915e-525400080321/assets-230/HeroNewSuper.woff') format('woff');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.theme-product-center .theme-product-types {
    display: none !important;
}

._buying-flow-modal .modal-footer {
    display: none;
}
.theme-buying-flow-image {
    object-fit: contain;
}

body, .theme-body {
    background: #a7c5bb url(https://cs.cdn-upm.com/themes/ee2ff89e-20e6-11ea-915e-525400080321/assets-230/bghalu.jpg) top center no-repeat;
}

.theme-delivery-type {
    display: none !important;
}

.btn-outline {
    font-family: 'HeroNewSemiBold';
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 11px 30px;
    font-size: 15px;
}
.btn-outline:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.btn-outline.btn-lg {
    padding: 16px 40px;
}

.theme-product-name, .theme-categories-wrapper li a, .theme-product-center .theme-plus-btn, 
.theme-price .theme-add-to-cart, .cart-wrapper h4, .cart-items-scrollable .name {
    font-family: 'HeroNewSuper';
}
.cart-wrapper h4 .dropdown-menu {
    font-family: 'HeroNewRegular';
}
.theme-product-center .theme-plus-btn, .theme-price .theme-add-to-cart {
    font-size: 18px;
}
.theme-product-center .theme-plus-btn {
    border: 1px solid;
padding: 15px;
}
.theme-product-center {
text-align: center;
margin-bottom: 20px;
}
.theme-product-group-center {
    margin-top: 30px;
}
.row.menu {
    margin-bottom: 60px;
}
.theme-categories-wrapper {
    border-top: 2px solid #a7c5bb;
    border-bottom: 2px solid #a7c5bb;
    padding-top: 12px;
}
.theme-categories-wrapper.affix {
    background: #a7c5bb;
    border-top: 0px solid #a7c5bb;
    border-bottom: 0px;
}

.cart .btn-upmenu {
    padding: 20px 10px;
}
.cart li {
    border: none !important;
}

.theme-product-center .theme-product-desc {
    max-height: 70px;
}
.theme-plus {
    background: black;
    color: #ffffff;
    text-shadow: none;
    border-radius: 0;
    margin-left: 1px;
    position: relative;
    top: 2px;
}

.theme-navbar-inner {
    width: 100%;
}
.theme-navbar-inner .brand img {
    height: 85px;
}
.navbar-center .nav {
    text-align: right;
}
.theme-navbar li a {
    padding: 30px;
}
.theme-navbar li:last-child a { 
    border: 1px solid;
}
.navbar-collapse {
    padding-right: 0;
}

.carousel-content {
    margin-bottom: 30px;
    margin-top: -20px;
}
.theme-home-body .carousel-img {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.carousel-caption {
    background: transparent;
    padding: 0 8%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 50%;
    top: 0;
    left: 50%;
    bottom: auto;
    height: 100%;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-caption div {
    text-align: left;
}
.carousel-caption h2 {
    font-size: 62px;
}
.carousel-caption h2 span {
    display: inline-block;
    padding: 5px 20px 5px 5px;
    margin: -5px;
    background: url(https://cs.cdn-upm.com/themes/ee2ff89e-20e6-11ea-915e-525400080321/assets-230/t1.png) right center no-repeat;
    background-size: cover;
}
.carousel-inner .item:nth-child(odd) .carousel-caption h2 span {
    background: url(https://cs.cdn-upm.com/themes/ee2ff89e-20e6-11ea-915e-525400080321/assets-230/t2.png) right center no-repeat;
    background-size: cover;
}
.carousel-caption h2, .carousel-caption p {
    margin: 0 0 20px 0;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 1px 4px;
}
.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0 3px;
}
.carousel-control {
    width: 80px;
}
.carousel-control.left, .carousel-control.right {
    background: none;
    opacity: 1;
    z-index: 11;
}
.glyphicon-chevron-left:before {
    content: '\02039';
    position: relative;
    top: -9px;
    left: -1px;
}
.glyphicon-chevron-right:before {
    content: '\0203A';
    position: relative;
    top: -9px;
    left: 1px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    border: 1px solid #fff;
    font-size: 44px;
    width: 45px;
    height: 45px;
}
a.list-group-item {
    color: #fff;
}
.list-group-item {
    background-color: rgba(0,0,0,0);
    border: 1px solid #666;
}
.list-group-item .text-muted {
    color: #fff;
}
a.list-group-item:hover, a.list-group-item:focus {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #666;
    color: #fff;
}

.theme-footer-inner .row {
    background: #a7c5bb url(https://cs.cdn-upm.com/themes/ee2ff89e-20e6-11ea-915e-525400080321/assets-230/logo2.png) right center no-repeat;
}
.theme-footer ul {
    height: 30px;
    line-height: 35px;
    text-align: left;
    
}
.theme-footer-powered-by {
    font-size: 12px;
    margin-top: 15px;
    background-color: #a7c5bb;
}

.social-slider .attachment {
    max-width: 100%;
    margin-bottom: 30px;
}

.home-box {
    position: relative;
    display: block;
}
.home-box img {
    max-width: calc(100% + 25px);
    margin-bottom: 25px;
}
.home-box h3 {
    position: absolute;
    top: 90px;
    left: 30px;
    font-size: 28px;
    font-family: 'HeroNewRegular';
}
.home-box h3 span {
    display: block;
    font-size: 36px;
    font-family: 'HeroNewSuper';
}

.spacer {
    margin: 0 0 50px 0;
}
.spacer-big {
    margin: 0 0 90px 0;
}

.restaurant-context {
    margin-bottom: 30px;
}
.restaurant-context h1 small {
    color: #fff;
    font-family: 'HeroNewSemiBold';
}
.restaurant-context h4 {
    font-family: 'HeroNewRegular';
}

.theme-content hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.delivery-check-restaurants-list h2 {
    color: #fff;
}

@media(min-width: 992px) {
    .theme-news .theme-content .row {
        display: flex;
        align-items: center;
    }
    .theme-news .theme-content .row h2 {
        margin-top: 0;
    }
}


@media(max-width: 1199px) {
    .theme-navbar li a {
        padding: 30px 25px;
        font-size: 22px;
    }
}
@media(max-width: 991px) {
    body, .theme-body {
        font-size: 14px;
        background-size: 1000px;
    }
    .theme-navbar li a {
        padding: 25px 20px;
        font-size: 20px;
    }
    .theme-navbar-inner .brand img {
        height: 75px;
    }
    .home-box h3 {
        top: 40px;
    }
}
@media(max-width: 767px) {
    .theme-navbar-inner {
        padding: 10px;        
    }
    .navbar-toggle {
        margin: 0 0 10px 0;
    }
    .theme-navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-collapse {
        padding: 0;
        margin: 0;
        border: none;
        box-shadow: none;
    }
    .navbar-center .nav {
        text-align: center;
        padding: 15px 25px;
        margin: 0;
    }
    .theme-navbar li a {
        padding: 15px;
        font-size: 18px;
    }
    .theme-footer ul {
        height: auto;
    }
    .theme-home-body h1 {
        font-size: 24px;
    }
    .home-box img {
        max-width: calc(100% + 15px);
        margin-bottom: 15px;
    }
    .home-box h3 {
        top: 30px;
        left: 30px;
        font-size: 22px;
    }
    .home-box h3 span {
        font-size: 28px;
    }
    .spacer {
        margin: 0 0 25px 0;
    }
    .spacer-big {
        margin: 0 0 50px 0;
    }
    .theme-home-body .carousel-img {
        background-size: 520px;
        background-position: top left;
        height: 550px;
    }
    .restaurant-context h1 {
        font-size: 30px;
        line-height: 1;
    }
    .restaurant-context h4 {
        font-size: 15px;
        line-height: 1.5;
    }
    .carousel-caption {
        padding: 0 15px;
        display: block;
        width: 100%;
        left: 0;
        top: 45%;
        text-align: center;
    }
    .carousel-control.left, .carousel-control.right {
        display: none;
    }
    .carousel-caption div {
        text-align: center;
    }
    .carousel-caption h2 {
        font-size: 40px;
    }
    .cart {
        padding: 5px;
    }
    .cart .btn-upmenu {
        padding: 10px;
        margin-top: 7px;
    }
}