@import url("https://cs.cdn-upm.com/themes/d8ad8065-697e-11e8-8513-525400841de1/styles-120/sticky-fix.css");
/* basic styles */

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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;
    border-radius: 0 !important;
}

a, a:active, a:focus {
    color: #fff;
}

img {
    max-width: 100%;
}

.visible-xs-inline {
    display: none; !important
}

/* custom theme styles */

.btn {
    border-radius: 0;
}

.btn:focus,
.btn:active,
.btn:hover {
    outline: none;
}

.modal-content {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.modal-content a.google-login-action {
    color: #fff !important;
    border: none;
}

.theme-categories-wrapper {
    padding: 15px 0;
}

.theme-product {
    border-radius: 0;
}

.theme-product-desc {
    display: inline;
}

.theme-product-group {
    border-radius: 0;
    background: #f2f2f2;
}

.theme-product-group-name {
    color: #f6ba10;
}

.theme-product-group-desc {
    color: #444;
    display: inline-block;
    padding-top: 0;
}

.theme-product-types li {
    display: inline-block;
    float: none;
    width: auto;
}

.theme-add-to-cart {
    font-family: "Lobster";
}

._add-to-cart-disabled {
    font-family: "Lobster";
}

.theme-plus-btn:hover {
    background: #f9cf5a;
    color: #fff !important;
}

.dropdown-menu {
    border-radius: 0;
}

.list-unstyled a {
    color: #f6ba10;
}

.theme-footer-powered-by {
    display: none;
}

.theme-paragraph-with-icon i {
    top: 0 !important;
}

.theme-paragraph-with-icon br {
    display: none;
}

.theme-paragraph-with-icon a {
    color: #262626;
}

.theme-paragraph-with-icon a:hover {
    color: #f6ba10;
}

.cart-wrapper h4 {
    padding: 5px;
}

._start-order {
    font-family: "Lobster";
    font-size: 30px;
    text-shadow: 3px 2px #c37829;
}

._start-order i {
    display: none;
}

#_start-registration,
#_start-login-forgot-password {
    color: #f6ba10;
}

/* custom header styles */

.brand img {
    display: inline-block;
    max-width: 100%;
    width: 200px;
}

.navbar-center .nav {
    text-align: right;
    margin: 0;
}

.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-navbar-nav a {
    line-height: 140px !important;
    text-align: center;
    padding: 0 50px !important;
    background: #f6ba10;
    text-shadow: 4px 2px #c37829;
}

/* home slider */

.carousel-img {
    padding-bottom: 40%;
    background-size: cover;
    background-position: center center;
}

/* home content */

.dishes-holder {
    padding-top: 30px;
}

.features {
    color: #262626;
    text-align: center;
    padding: 50px 0 70px;
}

.features h2 {
    color: #73bf44;
}

.features p {
    font-size: 16px;
    margin: 0 0 35px;
}

.cta {
    padding: 100px 0;
    background: #f6ba10;
}

.cta a {
    display: inline-block;
    color: #fff;
    font-family: "Lobster";
    border: 2px solid #fff;
    background: #f6ba10;
    font-size: 40px;
    padding: 10px 15px;
}

.cta a:hover {
    background: #fff;
    color: #f6ba10;
}

/* custom footer styles */

footer {
    padding: 40px 0;
    background: #252525;
}

footer .theme-contact-map-canvas {
    margin-bottom: 40px;
}

footer h5 {
    display: block;
    font-size: 22px;
    color: #73bf44;
}

footer span {
    font-size: 20px;
    color: #fff;
}

footer span.group {
    display: block;
    line-height: 30px;
    font-weight: 600;
    color: #5a5a5a;
    font-size: 15px;
}

footer ._powered-by-logo {
    fill: #6b6b6b;
    height: 20px;
}

.theme-footer-powered-by {
    display: none;
}

footer .theme-footer-powered-by {
    display: block;
    font-weight: 300;
    font-size: 14px;
}

/* responsive styles */

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .theme-header .header-text {
        top: 40px;
        right: 230px;
        font-size: 24px;
    }
    
    .features p {
        font-size: 16px;
        margin: 0 0 20px;
    }
    
    .dishes-holder {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin: 0;
        padding: 0;
    }
    
    .collapse {
        display: block;
    }
    
    .navbar-toggle {
        display: none;
    }
    
    .theme-header .header-text {
        position: relative;
        right: 0;
        top: 0;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .dishes-holder {
        padding-top: 0;
    }
    
    .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;
    }
}

