@font-face {
    font-family: Ubuntu-Regular;
    src: url(../fonts/Ubuntu-Light.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Ubuntu-Bold;
    src: url(../fonts/Ubuntu-Bold.ttf);
    font-weight: 700
}

body {
    font-family: "Ubuntu-Regular";
    background-color: #fff
}

.main-container>.content-wrapper {
    position: relative
}

.main-container>.content-wrapper>.body-content {
    padding: 20px 15px
}

.no-padding {
    padding: 0 !important
}

.no-paddingL {
    padding-left: 0
}

.no-paddingR {
    padding-right: 0
}

.no-margin {
    margin: 0 !important
}

.no-borderB {
    border-bottom: none
}

.display-inline-block {
    display: inline-block
}

.os {
    font-family: Ubuntu-Bold, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.sn {
    font-family: Ubuntu-Light
}

em.price,
i.price {
    color: #a92602;
    font-style: normal
}

em.price_sub,
i.price_sub {
    color: #b03002;
    font-style: normal
}

.text-danger {
    color: #a72a02
}

.text-success {
    color: #266527
}

.btn-primary {
    background-color: #2c5982
}

a {
    color: #21598a
}

.btn-danger {
    background-color: #a22828
}

.ajax-loader-stick {
    background: url(../images/preloader_stick.gif) no-repeat center;
    position: absolute;
    height: 8px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    display: none
}

form .submit-loading {
    display: none
}

form .require_field {
    color: #b50601
}

.form-errors {
    color: #c93643;
    font-weight: 400;
    line-height: 18px;
    position: inherit;
    margin: 5px 0 -5px 0;
    padding-bottom: 5px;
    text-align: center;
    display: none
}

input.error,
select.error,
textarea.error {
    border-color: #ca4f5b !important
}

label.error {
    color: #ca4f5b;
    font-weight: 400;
    display: block
}

.feedbacks-bar {
    top: 0;
    left: 0;
    position: static !important;
    z-index: 10001 !important;
    height: 52px;
    width: 100%
}

.feedbacks-bar .feedback-bar .feedback-container {
    margin: 0 auto;
    padding: 13px 15px 7px;
    text-align: center
}

.feedbacks-bar .feedback-type-success {
    border-bottom: 1px solid #5d951f;
    background-color: #dff0d8;
    font-weight: 700;
    color: #468847
}

.feedbacks-bar .feedback-type-error {
    border-bottom: 1px solid #9d261d;
    background-color: #fcf2f2;
    color: #a00;
    font-weight: 700
}

header.navbar-default {
    margin: 0 auto;
    z-index: 1;
    position: relative !important;
    min-width: 258px;
    background-color: #891506;
    background-position: center;
    background-repeat: no-repeat
}

header .top-nav {
    min-height: 45px;
    padding-top: 7px;
    background: #154604
}

header .top-nav .phone-site {
    color: #fff;
    line-height: 30px;
    font: 23px 'Ubuntu-Regular', sans-serif;
    text-decoration: none
}

header .header-wrap {
    position: relative;
    overflow: hidden;
    background: url(../images/header/bg.png) bottom center no-repeat
}

header .container-wrap {
    position: relative;
    min-height: 250px
}

header a.logo {
    color: #000;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block
}

header a.logo img {
    max-height: 150px;
    margin: 0 auto
}

header a.logo span {
    color: #000;
    background-color: #fff
}

header.navbar-default.navbar-restaurant .header-wrap {
    background: 0 0;
    text-align: center
}

header.navbar-default.navbar-restaurant a.logo {
    margin-top: 35px;
    margin-bottom: 0
}

header.navbar-default .navbar-toggle {
    margin-top: 15px;
    float: inherit;
    margin-right: 0;
    color: #fff;
    background: #282828
}

header.navbar-default .navbar-toggle:focus,
header.navbar-default .navbar-toggle:hover {
    background-color: #feb801
}

header.navbar-default .navbar-toggle .sr-only {
    color: #fff !important;
    background: #282828 !important;
    font-size: 16px
}

header.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

header nav.main-menu {
    position: relative;
    text-align: center;
    background-color: #282828
}

header.navbar-default ul.nav {
    width: 100%;
    padding: 11px 25px;
    float: none;
    text-align: center
}

header.navbar-default ul.nav li {
    background: url(../images/divider-main-menu.png) right 0 repeat-y;
    float: none;
    display: inline-block
}

header.navbar-default ul.nav li:last-child {
    background: 0 0
}

header.navbar-default ul.nav li a {
    padding: 12px 18px;
    text-transform: uppercase;
    color: #fff;
    
    font-weight: 400;
    line-height: 30px
}

header.navbar-default .navbar-nav>.active>a,
header.navbar-default .navbar-nav>.active>a:hover,
header.navbar-default .navbar-nav>li>a:hover {
    color: #feb801;
    text-shadow: 0 0 12px #feb801;
    background-color: transparent
}

header.navbar-default .navbar-nav>.active>a em,
header.navbar-default .navbar-nav>.active>a:hover em,
header.navbar-default .navbar-nav>li>a:hover em {
    background-color: #feb801;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    bottom: 4px;
    box-shadow: 0 0 16px 4px #feb801;
    display: block;
    height: 4px;
    position: absolute;
    left: 6px;
    right: 6px
}

header.navbar-default .navbar-nav>li>a:hover {
    margin-right: 1px;
    margin-left: 1px
}

header.navbar-default .navbar-nav ul.dropdown-menu {
    padding: 0
}

header.navbar-default .navbar-nav ul.dropdown-menu:empty {
    display: none !important
}

header.navbar-default ul.dropdown-menu li {
    display: block
}

header.navbar-default ul.dropdown-menu li>a {
    color: #000
}

header.navbar-default ul.dropdown-menu>.active>a,
header.navbar-default ul.dropdown-menu>.active>a:hover {
    color: #feb801;
    text-shadow: 0 0 12px #feb801;
    background: #f5f5f5
}

header.navbar-default ul.dropdown-menu ul.dropdown-menu {
    display: none
}

header .navbar-collapse {
    border-color: transparent;
    max-height: none !important
}

header .order-cart,
header .order-now {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffd60e;
    float: left;
    line-height: 30px;
    margin-left: 3px;
    padding: 0 7px;
    text-decoration: none;
    position: relative;
    text-shadow: 1px 1px 0 #7d3416
}

header .cart-total img {
    top: -3px;
    position: relative
}

header .order-now {
    display: none;
    text-decoration: none;
    text-align: center;
    font-size: larger;
    color: #9c1400;
    cursor: pointer;
    background: #e2c085;
    background-image: linear-gradient(#f6e3be, #dfbf7f);
    background-image: -moz-linear-gradient(#f6e3be, #dfbf7f);
    background-image: -o-linear-gradient(#f6e3be, #dfbf7f);
    background-image: -webkit-linear-gradient(#f6e3be, #dfbf7f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6e3be), to(#dfbf7f));
    box-shadow: none
}

header .order-now:hover {
    color: #9c1400;
    background: #dab470;
    background-image: linear-gradient(#dfbf7f, #f6e3be);
    background-image: -moz-linear-gradient(#dfbf7f, #f6e3be);
    background-image: -o-linear-gradient(#dfbf7f, #f6e3be);
    background-image: -webkit-linear-gradient(#dfbf7f, #f6e3be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfbf7f), to(#f6e3be))
}

header .order-cart img {
    position: relative;
    top: -7px
}

header span.cart-total {
    font-size: 20px;
    color: #ffd60e
}

header .container-wrap .emove {
    position: absolute;
    z-index: 1
}

.header-ele-1 {
    background: url(../images/header/order-btn.png);
    width: 140px;
    height: 140px;
    top: 70px;
    left: 82%
}

.header-ele-1:hover {
    background-position: 0 -156px
}

.header-ele-2 {
    background: url(../images/header/header-icon2.png);
    width: 100px;
    height: 78px;
    bottom: -15px;
    left: 20%
}

.header-ele-3 {
    background: url(../images/header/header-icon3.png);
    width: 80px;
    height: 68px;
    top: 81px;
    left: 28%
}

.header-ele-4 {
    background: url(../images/header/header-icon4.png);
    width: 100px;
    height: 85px;
    top: 25px;
    left: 71%
}

.header-ele-5 {
    background: url(../images/header/header-icon5.png);
    width: 70px;
    height: 74px;
    bottom: -32px;
    left: 72%
}

header.navbar-default.navbar-restaurant .header-ele-3 {
    left: 22%
}

footer {
    margin-top: 100px;
    background-color: #eee;
    padding-top: 25px;
    position: relative;
    z-index: 1;
    border-top: 2px solid #dadada
}

footer .footer-holder {
    margin: 0 auto;
    position: relative
}

.footer-top .widget-wrap {
    margin: 10px 0
}

.footer-top .widget-wrap .widget-title {
    font: 26px 'Ubuntu-Regular', sans-serif;
    margin-top: 0;
    color: #cc092f;
    margin-bottom: 10px
}

.footer-top .widget-wrap .widget-title em.glyphicon {
    font-size: 20px
}

.footer-top .maps-wrap {
    background: #fff;
    padding: 4px 4px 0
}

.footer-top .contact-info p em {
    margin-right: 10px
}

.footer-top .contact-info a.mailto {
    color: #00118a
}

.footer-top .widget-hours ul {
    padding: 0
}

.footer-top .widget-hours ul li {
    list-style: none;
    font-size: 16px
}

.footer-top .widget-hours ul li span {
    display: block;
    white-space: nowrap
}

.logo-footer {
    margin-top: 10px
}

.logo-footer img {
    max-height: 100px
}

footer .f-menu ul {
    margin-bottom: 0;
    float: right;
    padding: 0
}

footer .f-menu ul li:AFTER {
    padding: 0 2px;
    color: #bcb1b1;
    content: "/\00a0"
}

footer .f-menu ul li {
    display: inline-block
}

footer .f-menu ul li:last-child {
    margin-right: 0
}

footer .f-menu ul li:last-child:AFTER {
    content: "";
    padding: 0
}

footer .f-menu ul li a {
    color: #e7e5e3;
    line-height: 30px
}

footer .f-menu ul li a:hover {
    color: #feb801
}

footer div.card-wrap {
    text-align: right;
    line-height: 23px
}

footer div.card-wrap span {
    font-style: italic;
    color: #ffc107
}

footer div.card-wrap ul {
    float: right;
    padding-left: 10px;
    display: inline-block
}

footer div.card-wrap ul li {
    list-style: none;
    margin-right: 3px;
    display: inline-block
}

footer div.card-wrap ul li img {
    max-width: 35px
}

footer .footer-bottom {
    background: #2d2d2d;
    color: #fff
}

footer .footer-copyright {
    padding: 10px 0
}

footer .footer-copyright a.policy {
    color: #fcdb33
}

footer .footer-design {
    border-top: 1px solid #8c8a8a;
    padding: 4px 0 7px
}

footer .footer-design .cRight {
    text-align: right
}

footer .footer-design a.designby {
    color: #f7ae41
}

footer .footer-design a.sitemap {
    color: #fff
}

ul.socials {
    list-style: none;
    float: left;
    padding: 0
}

ul.socials li {
    float: left
}

ul.socials li a {
    float: left;
    margin-left: 3px;
    display: block;
    opacity: .8;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    color: #000
}

ul.socials li a:hover {
    opacity: 1;
    cursor: pointer
}

.owl-icons-wraps .owl-des {
    text-align: center;
    margin-bottom: 20px;
    display: none
}

.owl-icons-wraps .owl-des span {
    color: #fff;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    opacity: .5
}

#owl-icons-slider {
    position: relative;
    min-height: 135px
}

#owl-icons-slider .item a {
    display: block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden
}

#owl-icons-slider .item a img {
    display: block;
    height: 100px;
    margin: 0 auto
}

#owl-icons-slider .item a span {
    color: #000
}

#owl-icons-slider .item a:hover span {
    color: #ff5a00
}

@media (max-width:1200px) {

    footer .container,
    header .container {
        width: 100%
    }
}

@media (max-width:800px) {
    .header-ele-3 {
        display: none
    }
}

@media (min-width:850px) and (max-width:960px) {
    header.navbar-default ul.nav li a {
        padding: 10px 14px
    }
}

@media (min-width:768px) and (max-width:849px) {
    header.navbar-default ul.nav li a {
        padding: 8px 12px
    }
}

@media (min-width:768px) {
    header.navbar-default .navbar-nav>li:hover ul.dropdown-menu {
        display: block
    }
}

@media (max-width:767px) {
    .main-container>.content-wrapper>.body-content {
        padding: 20px 0
    }

    header a.logo {
        margin: 0 auto;
        padding-top: 10px
    }

    .body-container {
        position: relative
    }

    header .navbar-default {
        position: static
    }

    header .container-wrap {
        border: none
    }

    header .header-wrap {
        background: url(../images/header/bg_small.png) bottom center no-repeat;
        text-align: center
    }

    .header-ele-4 {
        display: none
    }

    header.navbar-default ul.nav li {
        display: block;
        background: 0 0
    }

    header.navbar-default ul.nav li a {
        padding: 4px 0;
        font-size: 20px
    }

    header.navbar-default ul.nav li a em {
        width: 70px;
        margin: 0 auto
    }

    header.navbar-default .navbar-nav ul.dropdown-menu {
        position: relative;
        float: none;
        border: none;
        box-shadow: none;
        background: 0 0;
        color: #fff;
        text-align: center;
        display: block
    }

    header.navbar-default ul.dropdown-menu li>a {
        color: #fff;
        display: block;
        position: relative
    }

    header.navbar-default ul.dropdown-menu>li>a:hover {
        color: #feb801;
        text-shadow: 0 0 12px #feb801;
        background: 0 0
    }

    header.navbar-default ul.dropdown-menu>.active>a,
    header.navbar-default ul.dropdown-menu>.active>a:hover {
        color: #feb801;
        text-shadow: 0 0 12px #feb801;
        background: 0 0
    }

    header .navbar-collapse .nav-order {
        display: none
    }

    header .navbar-collapse {
        padding-top: 0
    }

    header .navbar-collapse .navbar-nav {
        margin: 15px 0
    }

    footer .footer-bottom,
    footer div.card-wrap {
        text-align: center
    }

    footer div.card-wrap ul {
        float: none
    }

    footer .f-menu ul {
        float: none
    }

    footer {
        background-position: top
    }

    footer .footer-design .cRight {
        text-align: center
    }

    header.navbar-default .navbar-nav a:after {
        content: "";
        display: none
    }

    .owl-icons-wraps .owl-des {
        display: block
    }

    .owl-theme .owl-controls {
        display: none !important
    }
}

@media (max-width:550px) {
    .header-ele-1 {
        display: none
    }

    header .order-now {
        display: block
    }
}

@media (max-width:370px) {
    footer .f-menu ul li {
        display: block
    }

    footer .f-menu ul li:AFTER {
        content: "";
        padding: 0
    }

    footer .f-menu ul {
        margin-left: 0
    }

    header .top-nav .container {
        padding: 0
    }

    header .nav-order {
        float: left !important;
        display: block;
        width: 100%;
        margin: 5px auto 0;
        padding: 0 10px
    }

    header .order-cart {
        float: right
    }

    header .top-nav .phone-site {
        display: block;
        text-align: center;
        margin-bottom: 5px
    }
}

.breadcrumb {
    margin: 0 0 10px;
    background: url(../images/separator.png) repeat-x left bottom;
    overflow: hidden
}

.breadcrumb li {
    font-size: 16px
}

.breadcrumb li a {
    font-size: 16px;
    color: #9f9071;
    text-decoration: none
}

.breadcrumb li:first-child {
    padding-left: 0;
    background: 0 0
}

.breadcrumb>.active {
    color: #c1250c
}

hr {
    clear: both;
    display: block;
    height: 1px;
    margin: 20px 0;
    border: none;
    background: #f1e1c6
}

#order-now-modal .list-group {
    margin: 0
}

#order-now-modal .list-group .row {
    display: block
}

#order-now-modal .list-group a {
    display: block;
    margin-bottom: 10px
}

#order-now-modal .list-group>a:last-child {
    margin-bottom: 0
}

#order-now-modal .list-group a span.media-heading {
    margin-bottom: 5px;
    font-size: 23px;
    color: #085d84;
    font-family: 'Ubuntu-Regular', sans-serif
}

#order-now-modal .list-group a span.des {
    margin-bottom: 0;
    color: #5d5757;
    display: block
}

#order-now-modal .list-group a:hover {
    background-color: #0078ae;
    color: #cc080a;
    text-decoration: none
}

#order-now-modal .list-group a:hover span.des,
#order-now-modal .list-group a:hover span.media-heading {
    color: #fff
}

#order-now-modal .list-group a .content-wrap {
    margin-top: 10px
}

#order-now-modal .list-group .img-wrap img {
    margin: 0 auto
}

.panel {
    border-radius: 1px
}

.panel-green,
.panel-red,
.panel-yellow {
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel .panel-heading {
    color: #fff;
    padding: 9px 20px 13px;
    font-family: Ubuntu-Bold;
    font-size: 16px;
    border-bottom: none
}

.panel-red .panel-heading {
    background: url(../images/bg_top.gif) 0 0 repeat-x #df4739;
    text-align: center
}

.panel-green .panel-heading {
    background: url(../images/bg_title_green.png) bottom repeat-x;
    text-align: center
}

.panel .panel-body {
    padding: 0;
    border: 1px solid #e8e8e8;
    border-width: 0 1px 1px 1px
}

.cartBox {
    margin-bottom: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: none;
    position: relative
}

.cartBox.loading:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff url(../images/loading_2.gif) no-repeat center center;
    opacity: .5;
    z-index: 100
}

.cartBox ul {
    padding-left: 0
}

.cartBox .panel-heading {
    padding: 7px 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px 4px 0 0;
    background: #a91600;
    border-bottom: 1px #921400 solid;
    background-image: linear-gradient(#c51501, #9b1600);
    background-image: -moz-linear-gradient(#c51501, #9b1600);
    background-image: -o-linear-gradient(#c51501, #9b1600);
    background-image: -webkit-linear-gradient(#c51501, #9b1600);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c51501), to(#9b1600))
}

.cartBox .panel-heading a {
    color: #fff;
    font: 24px 'Ubuntu-Regular', sans-serif;
    font-weight: 800
}

.cartBox .cart-heading span.notes {
    color: #fff;
    font-weight: 400;
    text-indent: 30px;
    display: block;
    line-height: 12px
}

.cartBox .cart-body {
    padding: 0;
    background: url(../images/shadow.png) no-repeat 0 -20px
}

.cartBox .items-list {
    list-style: none
}

.cartBox .items-list .items {
    border-bottom: 1px solid #118228;
    padding: 10px 15px;
    position: relative
}

.cartBox .items-list .items .items-name {
    color: #06671a;
    text-transform: uppercase;
    font-family: Ubuntu-Bold;
    position: relative;
    font-size: 16px
}

.cartBox .items-list .items .items-name a {
    color: #118228
}

.cartBox .items-list .items.will-delete .items-name,
.cartBox .items-list .items.will-delete .items-name a {
    color: #a94442
}

.cartBox .items-list .items.will-delete.hover:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff url(../images/icon-error.png) center center no-repeat;
    opacity: .5;
    z-index: 100
}

.cartBox .items-list .items ul li.item {
    list-style: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 0;
    position: relative
}

.cartBox .items-list .items ul li.item .item-head,
.cartBox .items-list .items ul li.item .item-head a {
    font-weight: 700
}

.cartBox .items-list .items ul li.item .item-head a {
    color: #21598a
}

.cartBox .items-list .items ul li.item.will-delete .item-head,
.cartBox .items-list .items ul li.item.will-delete .item-head a {
    color: #a94442
}

.cartBox .items-list .items ul li.item.will-delete.hover:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff url(../images/icon-error.png) center center no-repeat;
    opacity: .5;
    z-index: 100
}

.cartBox .items-list .items ul li.item:last-child {
    border-bottom: none
}

.cartBox .items-list .items:last-child {
    border-bottom: none
}

.cartBox .items-list .items .del-btn {
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 700;
    color: #9e2622;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
    font-family: arial;
    text-transform: none
}

.cartBox .items-list .items .del-btn:hover {
    color: #000;
    opacity: 1
}

.cartBox .items-list .item-content {
    margin-bottom: 5px
}

.cartBox .items-list .item-footer select {
    padding: 1px;
    border: 1px solid #a9a9a9;
    min-width: 60px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.cartBox .items-list .item-footer .price {
    font-weight: 700;
    color: #3c3c3c;
    float: right
}

.cartBox .cart-footer {
    padding: 10px 20px;
    border-top: 1px solid #e8e8e8;
    color: #cf0e11;
    font-weight: 700
}

.cartBox .cart-footer a {
    line-height: 15px;
    width: 100%;
    max-width: 182px
}

.cartBox .cart-footer a.btn {
    color: #9c1400;
    cursor: pointer;
    background: #e2c085;
    background-image: linear-gradient(#f6e3be, #dfbf7f);
    background-image: -moz-linear-gradient(#f6e3be, #dfbf7f);
    background-image: -o-linear-gradient(#f6e3be, #dfbf7f);
    background-image: -webkit-linear-gradient(#f6e3be, #dfbf7f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6e3be), to(#dfbf7f));
    box-shadow: none;
    border: none;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif
}

.cartBox .cart-footer a.btn:hover {
    color: #9c1400;
    background: #dab470;
    background-image: linear-gradient(#dfbf7f, #f6e3be);
    background-image: -moz-linear-gradient(#dfbf7f, #f6e3be);
    background-image: -o-linear-gradient(#dfbf7f, #f6e3be);
    background-image: -webkit-linear-gradient(#dfbf7f, #f6e3be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfbf7f), to(#f6e3be))
}

.cartBox .cart-footer .cart-total {
    float: right
}

.cartBox li.empty {
    padding: 10px 20px;
    font-size: 16px;
    text-align: center
}

.cartBox .cart-summary {
    padding: 0 15px
}

.cartBox .error-container .alert {
    margin-bottom: 1px;
    border-radius: 0
}

.cartBox .cart-summary .orderTotal strong {
    color: #902706
}

.cartBox fieldset {
    border: none
}

.cartBox fieldset legend {
    border: none;
    display: none
}

.cartBox .tdCouCode,
.cartBox .tdDis {
    position: relative
}

.cartBox .tdCouCode .fa-tag,
.cartBox .tdDis .glyphicon-gift {
    position: absolute;
    left: -12px;
    top: 6px
}

.modal .form-group span.price {
    color: #ea3301;
    font-size: 20px;
    line-height: 25px
}

.multi-checkbox-box {
    border: 1px solid #ddd;
    max-height: 220px;
    overflow: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.multi-checkbox-box label {
    display: block;
    padding: 4px 10px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    cursor: pointer;
    color: #777;
    font-weight: 400
}

.multi-checkbox-box label:last-child {
    border-bottom: none
}

.multi-checkbox-box label:hover {
    color: #555;
    background-color: #f5f5f5
}

.multi-checkbox-box label input {
    margin-right: 4px
}

.modal-backdrop,
.modal-backdrop.fade.in {
    background: url(../images/pattern.gif)
}

.red-modal .modal-header {
    background: url(../images/dialog-title-red.png);
    border-bottom: 1px #921400 solid;
    color: #fff;
    border: none;
    padding: 8px 15px
}

.red-modal .modal-header .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 32px;
    margin-top: -3px
}

.red-modal .modal-header .close:hover {
    color: #c9302c
}

.red-modal .modal-header .modal-title {
    font-size: 18px
}

.modal-scrollable .modal {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.modal-header .close {
    color: #f5a71b;
    opacity: 1;
    outline: 0
}

.modal-header .close:hover {
    color: #323232 !important
}

.loading-modal.modal {
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    opacity: .9;
    background: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

.loading-modal .loading-modal-body {
    position: relative;
    height: 100%
}

.loading-modal .loading-modal-body .loading-wrap {
    left: 50%;
    width: 200px;
    margin-left: -100px;
    position: absolute;
    top: 50%;
    margin-top: -100px
}

.loading-modal img.img-load {
    height: 100px
}

.loading-modal img.img-lock {
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -24px
}

.loading-modal p {
    margin-top: 20px;
    font-size: 17px
}

.modal-order-wrap {
    padding: 0
}

.modal-order-wrap .modal-header-wrap {
    padding: 20px 30px
}

.modal-order-wrap .modal-body-wrap {
    position: relative;
    padding: 10px 20px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)) 0 0/100% 40px local, linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%/100% 40px local, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 0/100% 14px, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%/100% 14px;
    background-repeat: no-repeat;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.col-selectionBoardWrapper::-webkit-scrollbar-track,
.modal-body-wrap::-webkit-scrollbar-track {
    background: #efefef
}

.col-selectionBoardWrapper::-webkit-scrollbar,
.modal-body-wrap::-webkit-scrollbar {
    width: 12px
}

.col-selectionBoardWrapper::-webkit-scrollbar-thumb,
.modal-body-wrap::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 0
}

.modal-order-wrap .item-name {
    font-size: 21px;
    color: #ba1400
}

.modal-order-wrap .item-total-price {
    font-size: 21px;
    color: #a92602
}

.add-qty-wrap {
    text-align: center;
    padding-bottom: 10px
}

.add-qty-wrap input[type=number]::-webkit-inner-spin-button,
.add-qty-wrap input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.add-qty-wrap input[type=number] {
    -moz-appearance: textfield
}

.modal-order-wrap .button-submit {
    text-shadow: 0 0 1px rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .56);
    border: 2px solid #fff
}

.numberInput-control>.btn {
    font-size: 22px;
    width: 30px;
    padding: 0;
    line-height: 28px
}

.numberInput-control>.btn[disabled] {
    background-color: #cacaca;
    border-color: #cacaca;
    color: #777
}

.numberInput-control .form-control {
    width: 44px;
    text-align: center;
    display: inline;
    font-weight: 400;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    height: 31px
}

.menu-item-wrap {
    margin: 0 0 10px;
    padding: 0 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px dashed #b3b3b3
}

.menu-item-wrap.required {
    border: 1px dashed #921400;
    position: relative
}

.menu-item-wrap.isvalid {
    border-color: #3c763d !important
}

@media (min-width:768px) {
    .menu-item-wrap.required:before {
        top: 10px;
        left: -16px;
        background: url(../images/required.png) no-repeat;
        content: '';
        position: absolute;
        background-size: cover;
        width: 16px;
        height: 25px
    }

    .menu-item-wrap.required.isvalid:before {
        background: url(../images/required-isvalid.png) no-repeat
    }

    .modal-order-wrap .item-total-price {
        float: right
    }
}

.menu-item-wrap .menu-item-heading {
    padding-bottom: 10px;
    padding-top: 10px
}

.menu-item-wrap .menu-item-heading .option-title {
    font-weight: 700;
    font-size: 16px
}

.menu-item-wrap .menu-item-heading .option-des {
    color: #777;
    margin-bottom: 0
}

.menu-item-wrap .menu-item-heading .option-des.error {
    color: #a94442;
    font-weight: 700
}

.menu-item-wrap .menu-item-content {
    padding-bottom: 20px;
    padding-top: 10px
}

.menu-item-options .menu-item-notes-wrap {
    margin-top: 30px
}

.menu-item-options .menu-item-notes-wrap label {
    font-size: 16px
}

.menu-item-wrap .menu-item-content .row label {
    font-weight: 400;
    display: block
}

@media screen and (max-width:767px) {
    .modal-order-wrap .modal-body-wrap {
        max-height: 100%;
        padding: 10px 5px
    }

    .modal-order-wrap .item-total-price {
        margin: 10px auto;
        display: block;
        text-align: center
    }
}

.pizzaBuilder-wrapper {
    position: relative
}

.pizzaBuilder-wrapper .visualWrapper {
    height: 315px;
    width: 300px;
    margin: 0 auto
}

#pizzaCanvas {
    height: 100%;
    width: 100%;
    position: relative;
    background: url(../images/crusts.png) center center no-repeat;
    z-index: 10
}

#pizzaCanvas.calzones {
    background: url(../images/crusts-calzone.png) center center no-repeat
}

#pizzaSummaryWrapper .order-summary-topping-list {
    margin: 0;
    padding: 0
}

.order-summary-topping-list {
    padding-left: 0
}

.order-summary-topping-list li {
    list-style-type: disc;
    font-family: arial;
    list-style-position: inside
}

.order-summary-topping-list li strong {
    color: #615555
}

.col-selectionBoardWrapper {
    float: right;
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)) 0 0/100% 40px local, linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%/100% 40px local, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 0/100% 14px, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%/100% 14px;
    background-repeat: no-repeat;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.itemsSettings,
.toppingSettings {
    display: none
}

.itemsSettings .list-group,
.toppingSettings .list-group {
    margin-bottom: 5px
}

.itemsSettings li.list-group-item,
.toppingSettings li.list-group-item {
    padding: 10px 8px
}

.itemsSettings li.list-group-item label,
.toppingSettings li.list-group-item label {
    margin-bottom: 0
}

.toppingSettings .topping {
    margin-bottom: 0;
    margin-top: 5px
}

.toppingSettings .topping label.portion {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/pizza-portions.png);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 18px;
    margin-bottom: .833333em;
    margin-left: .166667em;
    margin-right: .166667em;
    margin-top: 0;
    vertical-align: top;
    width: 18px
}

.toppingSettings .topping select {
    padding: 1px;
    border: 1px solid #a9a9a9
}

.topping .portion input {
    display: none
}

.topping .portion.LeftInactive {
    background-position: -36px -18px
}

.topping .portion.LeftActive {
    background-position: -36px 0
}

.topping .portion.WholeInactive {
    background-position: 0 -18px
}

.topping .portion.WholeActive {
    background-position: 0 0
}

.topping .portion.RightInactive {
    background-position: -18px -18px
}

.topping .portion.RightActive {
    background-position: -18px 0
}

#bubbleOverlay {
    position: absolute;
    width: 227px;
    background-color: #fff;
    z-index: 600;
    border-radius: 10px;
    box-shadow: 3px 5px 5px #eed3d7;
    display: none
}

#bubbleOverlay .panel {
    margin: 0;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

#bubbleOverlay .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

#bubbleOverlay .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 15px
}

#bubbleOverlay .close {
    position: absolute;
    right: 13px;
    top: 11px;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

#bubbleOverlay .panel-body {
    color: #dd4b39 !important;
    font-weight: 700;
    padding: 15px
}

#bubbleOverlay .close {
    position: absolute;
    right: 13px;
    top: 11px
}

.modal-order-wrap .couponImg {
    margin: 0 auto 20px
}

.modal-order-wrap .couponImg img {
    margin: 0 auto;
    max-height: 300px
}

@media screen and (max-width:767px) {
    .modal-body.builder-body {
        padding: 0
    }

    .col-selectionBoardWrapper {
        float: none !important;
        max-height: 100%
    }

    .menu-item-wrap .menu-item-content .item-label-wrap {
        border-top: 1px solid #ccc
    }

    .menu-item-wrap .menu-item-content .item-label-wrap:first-child {
        border-top: none
    }

    .menu-item-wrap .menu-item-content .item-label-wrap label.lv1 {
        margin: 0;
        padding: 5px 0;
        cursor: pointer
    }

    .menu-item-wrap .menu-item-content .item-label-wrap:hover {
        background-color: #f5f5f5
    }

    .menu-item-wrap .menu-item-content .item-label-wrap.active {
        background: #e1eef4 !important
    }
}

#delConfirmDialog p {
    font-family: Ubuntu-Regular;
    font-size: 20px
}

.js-form-group {
    position: relative
}

.js-form-group input,
.js-form-group textarea {
    z-index: 3;
    padding-top: 10px
}

.js-form-group input.form-control {
    height: 40px
}

.js-form-group .form-label {
    margin: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #545252;
    fill: #949494;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    padding: 0 5px;
    -webkit-transition: .1s ease;
    transition: .1s ease
}

.js-form-group input:focus+.form-label,
.js-form-group textarea:focus+.form-label,
.js-form-group.filled .form-label {
    background-color: #fff;
    padding: 0 3px;
    top: -8px;
    height: 16px;
    line-height: 16px;
    z-index: 5;
    color: #b3b3b3;
    border-radius: 8px
}

.js-form-group .form-label.text-danger {
    color: #983533 !important
}

ul.download-menu-wrap {
    list-style-type: disc;
    padding-left: 0;
    margin-bottom: 25px
}

ul.download-menu-wrap li {
    margin-bottom: 10px
}

ul.download-menu-wrap li div.info img {
    width: 32px;
    margin-right: 5px
}

ul.download-menu-wrap li div.info a {
    font-size: 20px;
    line-height: 32px;
    color: #0035f7;
    text-decoration: none
}

ul.download-menu-wrap li div.info a em {
    color: #2a2d2c;
    margin-left: 5px
}

ul.download-menu-wrap li div.info a:hover span {
    text-decoration: underline;
    color: #c1250c
}

ul.download-menu-wrap li p.description {
    margin: 0;
    padding-left: 40px
}

.bs-callout {
    padding: 0 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.bs-callout-info {
    border-left-color: #5bc0de
}

.bs-callout-warning {
    border-left-color: #f0ad4e
}

.bs-callout-danger {
    border-left-color: #d9534f
}

.modal-body>.bs-callout {
    margin-top: 0
}

#discount-modal .itemsWrap {
    padding: 15px 30px
}

.main-delivery-container {
    padding: 12px 15px;
    border: 1px solid #ddd;
    background: #efefef;
    align-items: center;
    cursor: pointer;
    text-align: center
}

.main-delivery-container .info {
    width: 100%;
    max-width: 250px;
    text-align: left;
    display: inline-block
}

.main-delivery-container .info strong {
    margin: 0 0 4px 0;
    font-weight: 700;
    color: #9e1302
}

.main-delivery-container .info p {
    margin: 0;
    color: #000
}

.main-delivery-container .changeDeliveryBtn {
    color: #0202ce;
    width: 100%;
    float: left;
    font-weight: 700
}

.main-delivery-container .changeDeliveryBtn:hover {
    color: #961a0b
}

.main-delivery-container .btnWrap {
    display: inline-block
}

#delivery-modal {
    max-width: 500px
}

#delivery-modal .modal-body {
    padding: 30px
}

.deliveryForm .nav-pills>li {
    display: table-cell;
    width: 1%
}

.deliveryForm .nav-pills>li>a {
    font-size: 18px;
    border: 2px solid #ccc;
    /*font-family: Ubuntu*/
}

.deliveryForm .nav-pills>li:first-child a {
    border-radius: 4px 0 0 4px;
    border-right: 0
}

.deliveryForm .nav-pills>li:last-child a {
    border-radius: 0 4px 4px 0;
    border-left: 0
}

.deliveryForm .nav-pills>li.active a {
    border-color: #428bca
}

.deliveryForm .button-footer .btn {
    font-family: Ubuntu-Regular
}

.deliveryForm .tab-content {
    padding: 10px 0 20px
}

.deliveryForm .tab-content .tab-pane h5 {
    font-weight: 700;
    margin-top: 23px
}

.deliveryForm .tab-content .tab-pane .text-muted {
    color: #b30808
}

.deliveryForm .tab-content .tab-pane a {
    text-decoration: none
}

.deliveryForm .address-form-group a.geolocation {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 20px;
    color: #285e8e;
    cursor: pointer
}

.deliveryForm .address-form-group a.remove-address {
    top: 6px;
    cursor: pointer;
    color: #555
}

.deliveryForm .address-form-group a.geolocation:hover,
.deliveryForm .address-form-group a.remove-address:hover {
    color: #ba1400
}

.deliveryForm .address-form-group input[type=text] {
    padding-left: 42px;
    border-width: 2px
}

.deliveryForm .address-form-group label.error {
    margin-top: 6px
}

.deliveryForm .address-form-group .loadingIcon {
    background: url(../images/preloader_16px.gif) no-repeat;
    height: 16px;
    width: 16px;
    display: none;
    position: absolute;
    top: 14px;
    left: 15px
}

.deliveryForm .address-form-group.loading a.geolocation {
    display: none
}

.deliveryForm .address-form-group.loading .loadingIcon {
    display: inline-block
}

.deliveryForm .address-form-group.loading:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: .3;
    z-index: 100
}

.deliveryForm .delivery_map {
    height: 280px
}

@media (max-width:400px) {
    #delivery-modal .modal-body {
        padding: 10px
    }
}

@media (max-width:767px) {
    .main-delivery-container {
        text-align: left
    }

    .main-delivery-container .btnWrap {
        padding-top: 12px;
        float: right
    }
}

@media (max-width:979px) {
    #delivery-modal {
        margin: 0 auto !important
    }
}

.itemsWrap .img-wrap {
    position: relative
}

.itemsWrap .img-wrap #isotopeContainer {
    text-align: left
}

.itemsWrap .info-wrap {
    margin-top: 10px
}

.itemsWrap .info-wrap .col-price {
    padding: 10px 0;
    color: #09671c;
    font-family: Ubuntu, Helvetica, Arial, sans-serif
}

.itemsWrap .info-wrap .col-price .row>div {
    padding: 0
}

.itemsWrap .items-list {
    margin-top: 5px
}

.itemsWrap .col-price {
    text-align: center;
    padding: 0
}

.itemsWrap .items-list .item {
    margin-bottom: 15px
}

.itemsWrap .items-list .item a.name {
    font-family: Ubuntu-Regular;
    padding: 0;
    display: block;
    width: 100%;
    border-bottom: 2px dotted #000
}

.itemsWrap .items-list .item a.name:hover {
    color: #000
}

.itemsWrap .items-list .item a.name span {
    position: relative;
    top: 4px;
    padding-right: 10px;
    color: #000;
    font-size: 19px;
    line-height: 22px;
    background: #fff
}

.itemsWrap .items-list .item a.name.disabled {
    cursor: no-drop
}

a.name ul.featured {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    margin: 0;
    background: #fff;
    position: relative;
    top: -2px
}

a.name ul.featured.end {
    margin-left: 10px
}

a.name ul.featured.start {
    position: absolute
}

a.name ul.featured li {
    display: inline-block;
    margin-right: 5px
}

a.name ul.featured li img {
    max-width: 22px
}

.itemsWrap .items-list .item .price {
    color: #a22300;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    position: relative;
    display: block
}

.itemsWrap .items-list .item .price.disabled {
    cursor: no-drop
}

.itemsWrap .items-list .item .price span.bg-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: url(../images/icon-cart-3.png) center center no-repeat;
    z-index: 2;
    display: none
}

.itemsWrap .items-list .item .price .des {
    color: #000;
    display: block;
    line-height: 10px;
    margin-top: 2px
}

.itemsWrap .items-list .item a.price:hover span.bg-cart {
    display: block
}

.itemsWrap .items-list .item a.price:hover span.text {
    visibility: hidden
}

.itemsWrap .items-list .item .description {
    margin: 3px 0 0 0
}

.itemsWrap .items-list .item .tooltip {
    white-space: nowrap
}

.itemsWrap .col-sm-7.col-price .col-sm-2 {
    width: 20%
}

ul.defaultFeatured {
    padding-left: 0;
    list-style: none;
    margin: 10px 0;
    background-color: #f3f3f3;
    padding: 5px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

ul.defaultFeatured li {
    display: inline-block;
    margin: 5px;
    position: relative
}

ul.defaultFeatured li img {
    max-width: 22px;
    position: relative;
    top: -2px;
    margin-right: 4px
}

@media (max-width:900px) {
    .itemsWrap .items-list .item .price {
        font-weight: 400
    }
}

@media (max-width:767px) {
    ul.defaultFeatured {
        text-align: center
    }

    a.name ul.featured.start {
        position: relative;
        left: 0 !important
    }
}

@media (min-width:600px) and (max-width:690px) {

    .itemsWrap .items-list .col-sm-7.col-price .col-sm-2 .price,
    .itemsWrap .items-list .item .price {
        font-weight: 400
    }
}

@media (max-width:650px) {
    .itemsWrap .col-info {
        width: 60%
    }

    .itemsWrap .col-price {
        width: 40%
    }

    .itemsWrap .items-list .item .price {
        font-weight: 400
    }

    .itemsWrap .col-sm-3.col-info {
        width: 30%
    }

    .itemsWrap .col-sm-4.col-info {
        width: 40%
    }

    .itemsWrap .col-sm-8.col-price {
        width: 96%
    }

    .itemsWrap .col-sm-9.col-price {
        width: 70%
    }
}

@media (max-width:570px) {
    .itemsWrap .img-wrap #isotopeContainer {
        text-align: center
    }
}

@media (max-width:550px) {
    .itemsWrap .info-wrap .col-info {
        width: auto
    }

    .itemsWrap .items-list .col-info {
        width: 100%
    }

    .itemsWrap .col-price {
        float: right
    }

    .itemsWrap .col-price>div {
        padding: 0 0 0 7px
    }
}

@media (max-width:475px) {
    .itemsWrap .col-sm-5.col-price {
        width: 60%
    }
}

@media (max-width:460px) {
    .itemsWrap .col-sm-8.col-price {
        width: 96%
    }
}

@media (max-width:430px) {
    .itemsWrap .col-sm-9.col-price {
        width: 100%
    }
}

@media (max-width:350px) {
    .itemsWrap .col-sm-4.col-price {
        width: 50%
    }

    .itemsWrap .col-sm-5.col-price {
        width: 80%
    }

    .itemsWrap .col-sm-8.col-price {
        width: 100%
    }
}