/*@import url("https://cs.cdn-upm.com/themes/15e5c666-99d8-11ea-be50-525400080321/styles-17/sticky-fix.css");*/
/* basic styles */

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.theme-home {
    background: #fff;
}

a {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

a, a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.visible-xs-inline {
    display: none; !important
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.preloader {
    display: none;
    position: fixed;
    background: #fff url('https://cs.cdn-upm.com/themes/15e5c666-99d8-11ea-be50-525400080321/assets-17/preloader.svg') no-repeat center center;
    top: 0;
    bottom: 0;
	left: 0;
    right: 0;
	overflow: hidden;
	z-index: 999999999;
}

/* custom theme styles */

.btn:focus,
.btn:active,
.btn:hover {
    outline: none;
}

.modal-content a.google-login-action {
    color: #fff !important;
    border: none;
}

/* custom header styles */

header {
    position: relative;
    padding-bottom: 40%;
}

.theme-home header { 
    clip-path: polygon(
        0 0,
        101% 0,
        100% calc(100% - 6vw),
        50% 100%,
        0 calc(100% - 6vw)
    );
}

.theme-subpage header {
    padding-bottom: 25%;
}

.theme-header {
    position: relative;
    z-index: 1;
}

.overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}

.brand {
    display: inline-block;
    position: relative;
    top: 30px;
    max-width: 90%;
}

.brand img {
    display: inline-block;
    max-width: 200px;
    max-height: 150px;
}

.navbar-center .nav {
    text-align: right;
    margin-top: 50px;
}

.theme-navbar li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.theme-navbar li.ghost-button a {
    border: 2px solid #bada55;
    padding: 6px 10px;
    border-radius: 2px;
}

.theme-navbar-inner {
    position: relative;
}

.theme-header .header-text {
    position: absolute;
    top: 25px;
    right: 250px;
    width: 300px;
    text-align: right;
    color: #444;
}

.theme-header .header-text strong {
    font-weight: 400;
    color: #f6ba10;
}

.theme-langs {
    margin-left: 20px;
    margin-top: 30px;
}

/* home content */

.dishes-holder {
    padding-top: 30px;
}

.features {
    color: #262626;
    text-align: center;
    padding: 50px 0 50px;
}

.features h2 {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 800;
    color: #565656;
}

.features h2:after {
    display: block;
    content: '';
    height: 2px;
    width: 80%;
    margin: 10px auto;
    background: #bada55;
}

.features p {
    font-size: 18px;
    margin: 0 0 35px;
    font-weight: 300;
    color: #464646;
}

.color-features {
    background: #bada55;
    color: #fff;
    padding: 50px 0 0;
}

.color-features h3 {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
}

.color-features h3:after {
    display: block;
    content: '';
    height: 2px;
    width: 80%;
    margin: 10px 0;
    background: #fff;
}

.color-features p {
    font-size: 18px;
    margin: 0 0 35px;
    font-weight: 300;
    color: #fff;
}

.features a {
    font-family: "Lobster";
    font-size: 24px;
    color: #e31e24;
}

.features .text-offset {
    padding-top: 100px;
}

.cta {
    position: relative;
    background: #bada55;
}

.cta-background {
    padding: 250px 0 200px;
    clip-path: polygon(
        0 calc(0% + 6vw),
        100% 0,
        100% 100%,
        0 100%
    );
    margin-bottom: -1px;
}

.cta-overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .45);
}

.cta a {
    display: inline-block;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    background: #bada5500;
    padding: 15px 30px;
    border-radius: 2px;
    border: 3px solid #bada55;
}

.cta a:hover {
    color: #bada55;
    background: #fff;
    border: 3px solid #fff;
}

/* contact */

.contact-form > .container {
    background: #fff;
    padding-top: 50px;
}

.modal h4,
.modal h3,
.theme-paragraph-with-icon {
    font-family: Roboto;
    font-size: 20px;
}

/* custom footer styles */

footer {
    padding: 40px 0;
    background: #252525;
    border-top: 10px solid #bada55;
}

footer .theme-contact-map-canvas {
    margin-bottom: 40px;
}

footer h5 {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    color: #bada55;
}

footer span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.theme-hours .theme-day {
    display: inline;
}

footer span.group {
    display: block;
    line-height: 30px;
    font-weight: 600;
    color: #5a5a5a;
    font-size: 15px;
}

footer a {
    color: #fff;
}

footer ._powered-by-logo {
    fill: #bada55;
    height: 20px;
}

.theme-footer-powered-by {
    display: none;
}

footer .theme-footer-powered-by {
    display: block;
    font-weight: 300;
    font-size: 14px;
}

/* menu page */

.theme-categories-wrapper {
    padding: 0;
}

.theme-product-desc {
    display: inline;
}

.theme-product-group {
    background: #f2f2f2;
}

.theme-product-group-desc {
    color: #444;
    display: inline-block;
    padding-top: 0;
}

.theme-product-types li {
    display: inline-block;
    float: none;
    width: auto;
}

.theme-product-attribute {
    background-color: #98ab26;
    font-weight: 300;
}

.theme-plus-btn:hover {
    color: #fff !important;
}

.dropdown-menu {
    border-radius: 0;
}

.theme-footer-powered-by {
    display: none;
}

.theme-paragraph-with-icon i {
    top: 0 !important;
}

.theme-paragraph-with-icon a {
    color: #262626;
}

.theme-cart-inner h4 {
    font-family: "Roboto";
}

.cart-wrapper h4 {
    padding: 5px;
}

._start-order {
    font-size: 26px;
}

._start-order i {
    display: none;
}

.theme-product-type {
    font-size: 0.5em;
}

.increase-cart-item,
.decrease-cart-item {
    border-radius: 0;
    margin-right: 2px;
}

.modal #_start-login-forgot-password,
.modal #_start-registration {
    color: #98ab26;
}

/* gallery page */

.gallery {
    padding: 50px 0;
}

.gallery .theme-gallery {
    margin-bottom: 30px;
}

.gallery a {
    content: '';
    display: block;
    width: 100%;
}

.gallery a > div {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
}

/* responsive styles */

@media (max-width: 1199px) {
    .features .text-offset {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    
    body {
        font-size: 13px;
    }
    
    .theme-navbar {
        font-size: 16px;
    }

    .theme-header .header-text {
        top: 40px;
        right: 230px;
        font-size: 24px;
    }
    
    .features h1 {
        font-size: 35px;
    }
    
    .features h2 {
        font-size: 24px;
    }
    
    .features p {
        font-size: 15px;
        margin: 0 0 20px;
    }
    
    .cta a {
        font-size: 26px;
    }
    
    .cta-background {
        padding: 150px 0 100px;
    }
    
    footer h5 {
        font-size: 24px;
    }
    
    ._start-order {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    
    .flex > div {
        width: 100%;
    }
    
    header {
        padding-bottom: 0;
        height: 400px;
    }
    
    .navbar-collapse {
        border-top: 0px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
    }
    
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin: 0;
    }
    
    .theme-navbar-nav a {
        line-height: 35px !important;
    }
    
    .navbar-toggle {
        position: absolute;
        right: 0;
        z-index: 9;
    }
    
    .theme-navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 3px;
    }
    
    .navbar-center .nav {
        margin: 0;
        padding: 10px 40px;
        text-align: center;
    }
    
    .navbar-collapse {
        text-align: center;
    }
    
    .theme-langs {
        margin-left: 0;
        display: inline-block;
        margin-top: 30px;
        margin-bottom: -20px;
        float: none !important;
    }
    
    .theme-header .header-text {
        position: relative;
        right: 0;
        top: 0;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .features {
        padding: 50px 0;
    }
    
    .color-features {
        text-align: center;
    }
    
    .color-features h3:after {
        margin: 10px auto;
    }
    
    .dishes-holder {
        padding-top: 0;
    }
    
    .cta a {
        font-size: 18px;
    }
    .theme-categories-toggler {
        padding: 10px;
    }
    
    .theme-product-group-name {
        font-size: 26px;
    }
    
    .cart-wrapper h4 {
        padding: 0px 10px 15px;
        text-transform: lowercase;
    }
    
    .cart-wrapper h4 span::first-letter {
        text-transform: uppercase;
    }
    
    footer {
        text-align: center;
    }
    
    ._mobile-cart > div > a {
        color: #262626 !important;
    }
}

@media (max-width: 560px){
    .theme-product .theme-product-types li {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    
    .brand img {
        max-width: inherit;
    }
        
    .theme-hours .theme-day {
        min-width: 65px;
    }
    
    .modal h4, .modal h3, .theme-paragraph-with-icon {
        font-size: 14px;
    }
}