/* TABLE OF CONTENTS */
/* ======================================================


    1. General
    2. Utility Classes
    3. Headings
    4. Buttons
    5. jQuery UI
    6. Header
      6.1. Header Top Bar
      6.2. Header Nav Bar
      6.3. Master Slider
      6.4. Header Page Title
    7. Footer
      7.1. Footer Links
      7.2. Footer Subscribe
      7.3. Footer Copyright
    8. Lnding page
      8.1. Landing links
      8.2  Landing social
    9. Call to Action Section
    10. Category Boxes
    11. Welcome Message
    12. Small slide section
    13. Latest from blog
    14. Menu
      14.1. Thumbnail slide
      14.2. Side panel
      14.3. Side panel togle content
      14.5. Search Keyword
      14.6. Category
      14.7. Miscllaneous
      14.8. Price range
      14.9. View Switcher
      14.10. Pagination
    15. Menu with right checkout
    16. Menu View-2
      16.1. Mega call-us
      16.2. All menu details
      16.3. Menu image
      16.4. Price option
      16.5. Qty and Cart
    17. 2 Grid menu
    18. Menu with details
    19. Single Menu
    20. Menu without side panel
    21. Menu Dropdown option
    22. Chef page
      22.1. Chef social icon
      22.2. Chef Description
      22.3. Comment section
      22.4. Leave reply
      22.5. General info
    23. Our Team
    24. Contact Us
    25. News & Events page
      25.1. Tag
      25.2. Search section
      25.3. Custom select box
      25.4. Side panel
    26. Blog list
    27. Blog post
    28. Dish
    29. Event page
      29.1. Tab
    30. Jquery ui calender
    31. Custom checkbox
    32. Custom Radio button



====================================================== */
/*
@font-face {
    font-family: Hambh;
    src: url('../fonts/HAMBH.TTF');
}

@font-face {
    font-family: GothamLight;
    src: url('../fonts/GothamLight.otf');
}
@font-face {
    font-family: GothamBook;
    src: url('../fonts/GothamBook.otf');
}*/


/* General */
/* ====================================================== */
body {
    background: #ebe6d9;
    color: #000;
    font-size: 16px;
    font-family: 'Hambh', 'sans-serif';
    line-height: 24px;
    cursor: default;
    -webkit-font-smoothing: antialiased;
}

body.loaded {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#main-wrapper {
    overflow: hidden;
    background-color: #ebe6d9;
    --background: url(../img/cardapio-bg.png);
}
.main-wrapper-pad{
    margin-top: 90px;
}
#page-content {
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    /*  -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;*/
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
}
a:active{
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
    margin: 0 0 10px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #ced6da;
    cursor: help;
}



/* Utility Classes */
/* ====================================================== */
.css-table {
    display: table;
}

.css-table-cell {
    display: table-cell;
    vertical-align: middle;
}

#masthead {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98px;
    /* background-image: url(../img/header-bg.jpg); */
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline > li:first-child {
    padding-left: 0;
}

.mb60 {
    padding-bottom: 30px;
}

.mt30 {
    margin-top: 0;
    margin-bottom: 40px;
}

.mt60 {
    margin-top: 60px;
}

#cartCheckout {
    border-radius: 5px;
    height: 30px;
    line-height: normal;
}

/* Headings */
/* ====================================================== */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-weight: normal;
    font-family: inherit;
    line-height: 1.1;
}

h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 50px;
}

h2, .h2 {
    font-size: 36px;
}

h3, .h3 {
    font-size: 30px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-family: 'Calibri-Bold';
    font-size: 18px;
}

h6, .h6 {
    /*font-weight: 700;*/
    font-size: 16px;
}

.font-gt-md{
    font-family: inherit;
}

/* Buttons */
/* ====================================================== */
.tooltip{
    z-index: 99999;
}
.btn {
    font-family: inherit;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 10px;
    border: 0;
    line-height: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 2px;
    background-image: none;
    color: #000 !important;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.modal-header, #footerLinksTitle, #modalGeral .modal-body {
    background-color: rgb(56, 48, 42) !important;
}

.loaded .btn {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.shortcodes-star .fa {
    color: #B00000;
}

.btn .fa {
    margin-right: 5px;
    font-size: 14px;
}

.btn-icon .fa {
    margin: 0;
}

.btn:hover, .btn:focus {
    text-decoration: none; /*color:#fff !important;*/
}
.btn:focus {
    outline: 0;
}

.btn:active, .btn.active {
    outline: 0;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.imgHeader {
    padding-left: 215px;
    max-height: 79px;
    margin-top: -25px;
    width: 83%;
}

/* Default */
.form-control {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #cab891;
    width: 100%;
    color: #000;
}
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#userMenu .form-control{
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: #ccc 2px solid;
    -webkit-appearance: none;
}
.btn-default {
    padding: 5px 15px 5px 15px;
    border: 1px solid #fefefe;
    color: #fff;
    position: absolute;
    right: 0;
    border-radius: 7px;
    font-size: 16px;
}

.btn-default > .fa {
    font-size: 17px !important;
    padding: 5px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    outline: 0;
    --border-color: #B00000;
    --background: #fff;
    color: #B00000 !important;
}

/* Black */
.btn-default-black {
    padding: 2px 10px;
    border: 1px solid #666;
    background: transparent;
    color: #999;
    border-radius: 7px;
    font-size: 16px;
    margin: 15px 5px;
}

/* White */
.btn-default-white {
    padding: 5px 15px 5px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    -webkit-transition: all .4s ease;
}

.btn-default-white > .fa {
    font-size: 17px;
    padding: 5px;
}

.btn-default-white:hover,
.btn-default-white:focus,
.btn-default-white:active,
.btn-default-white.active {
    outline: 0;
    border-color: #B00000;
    background-color: #fff;
    color: #B00000;
}

/* Red */
.btn-default-red {
    padding: 5px 15px 5px 15px;
    border: 1px solid #B00000;
    background: transparent;
    color: #B00000;
    border-radius: 7px;
    font-size: 16px;
}

.btn-default-red > .fa {
    font-size: 17px;
    padding: 5px;
}

.btn-default-red:hover,
.btn-default-red:focus,
.btn-default-red:active,
.btn-default-red.active {
    outline: 0;
    background-color: #B00000;
    color: #fff;
}

/* Red Inverse*/
.btn-default-red-inverse {
    padding: 5px 15px 5px 10px;
    border: 1px solid #B00000;
    background: #B00000;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
}

.btn-default-red-inverse > .fa {
    font-size: 20px;
    padding: 5px;
}

.btn-default-red-inverse:hover,
.btn-default-red-inverse:focus,
.btn-default-red-inverse:active,
.btn-default-red-inverse.active {
    outline: 0;
    background-color: #fff;
    color: #B00000;
}



/* jQuery UI */
/* ====================================================== */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
    color: #666;
    font-weight: normal;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #eeeeee;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #B00000;
    color: #fff;
    font-weight: normal;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: none;
    color: #423338;
    font-weight: normal;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eeeeee;
    text-decoration: none;
}

.ui-datepicker-calendar .ui-datepicker-unselectable span {
    color: #999;
    cursor: default;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
    background: none;
}



/* Header */
/* ====================================================== */
#header {
    position: relative;
}

#header a {
    text-decoration: none;
}

/* Header Top Bar */
#header .header-top-bar {
    padding: 0px 0 0px 0;
    background: #333;
    color: #ffffff;
    -background-color: rgba(50,50,50,.3);
}

#header .header-top-bar p {
    padding-top: 8px;
}

#header .header-top-bar .header-login {
    position: relative;
    float: left;
}

#header .header-top-bar .header-login {
    margin-top: 8px;
}

#header .header-top-bar .header-login a {
    color: #fefefe;
    font-size: 13px;
}

#header .header-top-bar .header-login a:hover {
    color: #B00000;
}

#header .header-top-bar .header-login a:last-child {
    margin: 0 10px 0 35px;
}

#header .header-top-bar .header-social {
    position: relative;
    margin: 0 auto;
    padding-top: 6px;
    float: left;
}

#header .header-top-bar .header-social > li {
    display: inline;
    margin: 0 5px;
}

#header .header-top-bar .header-social > li > a {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}

#header .header-top-bar .header-social > li > a:hover {
    color: #B00000;
}

#header .header-top-bar .call-us {
    position: relative;
    float: right;
    font-size: 13px;
    font-family: 'Calibri-Bold';

}

#header .header-top-bar .call-us a {
    color: #ffffff;
    font-size: 13px;
    margin: 0px 20px 0 4px;

}

#header .header-top-bar .call-us a:hover {
    color: #B00000;
}

#header .header-top-bar .call-us span.open-now {
    position: relative;
}

#header .header-top-bar .call-us span .fa {
    position: relative;
    top: 2px;
}

#header .header-top-bar .call-us .fa {
    color: #80c200;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 18px;
}

/* Header Nav Bar Cart */
.navbar-nav > li > a{
    padding-top: 10px;
    color: #fff;
}

#ddCart{
    top: 39px;
    position: fixed;
    right: 5px;
    left: auto;
    max-height: 300px;
    overflow-x: hidden;
    width: 300px;
    background-color: #fff;
    color:#000;
    padding-top: 4px;
    padding-left: 4px;
}

#ddUser{
    right: 10px;
    top: 39px;
    background-color: #fff;
    color:#000;
    width: 300px;

}

ul.dropdown-cart{
    min-width:300px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:4px 4px;
    margin: 0;
    border-bottom: 1px #ccc solid;
}
ul.dropdown-cart li .item:hover{
    background-color:#cab891;
    cursor: pointer;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
ul.dropdown > ul.dropdown-menu li a{
    color:#000 !important;
}

ul.dropdown-cart li .item-left{
    float:left;
    background-position-y: 10px !important;
}
ul.dropdown-cart li .item-left img{
    --display: none;
}
ul.dropdown-cart li .item-left span.item-info{
    float:right;
    margin-top: -50px;
    -webkit-margin-before: 0;
}

ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}

/* Header Nav Bar */
#bs-example-navbar-collapse-1{
    border:none;
}
.navbar-right{
    float: right!important;
    margin-right: -15px;
}
#header .header-nav-bar {
    position: relative;
    width: 100%;
    /*background: #432A19;*/
}
#header .header-nav-bar .navbar {
    margin: 0;
    border: none;
    background-color: #B00000;
    background-image: url(../img/content/bg-header.png)
}

#header .header-nav-bar .navbar .navbar-header {
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
}

#header .header-nav-bar .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

#header .header-nav-bar .navbar .navbar-brand img {
    margin-top: 19px;
    margin-left: 10px;
}

#header .header-nav-bar .navbar-nav {
    padding: 0;
}

#header .header-nav-bar .navbar-nav li {
    padding: 20px 0;
}

#header .header-nav-bar .navbar-nav li a {
    position: relative;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Calibri-Bold';
    font-size: 14px;
}

#header .header-nav-bar .navbar-nav li ul li a{
    color: #000;
    /*background: #343434;*/
    display: block;
    margin: 0;
    padding: 5px 10px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff !important;
    background-color: transparent !important;
}

.act {
    color: #B00000 !important;
}

/* Dropdown */


.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
    color: #000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    padding: 2px 0;
    background-color: #fff;
}

.dropdown-menu > li {
    padding: 0 !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #B00000 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #B00000;
    outline: 0;
}
.multiselect-native-select .btn-group{
    display: grid !important;
}
#header .header-nav-bar .navbar-nav li a:hover,
#header .header-nav-bar .navbar-nav li.active a {
    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    --border-color: #B00000;
    --margin: 15px 10px 0 0;
    background-color: #B00000
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffdc00;
}

.navbar-default .navbar-toggle:hover {
    --background-color: #1a1a1a;
}

.navbar-default .navbar-toggle:focus {
    background-color: #B00000;
}

#header .small-menu {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background: #333;
    /*background-color: rgba(50,50,50,.3);*/
}

#header .small-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
}

#header .small-menu ul li {
    font-size: 12px;
    color: #b2afaf;
}

#header .small-menu ul li a {
    color: #b2afaf;
}

#header .small-menu ul li a:hover {
    color: #B00000;
}

#header .small-menu .choose-option {
    position: relative;
    float: left;
}

#header .small-menu .choose-option ul {
    background: #4d4d4d;
}

#header .small-menu .choose-option ul li {
    padding: 0 15px 0 20px;
    position: relative;
    color: #fff;
}

#header .small-menu .choose-option ul li:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0px;
    z-index: 20;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 12.5px solid #4d4d4d;
}

#header .small-menu .choose-option ul li:before {
    content: '';
    position: absolute;
    right: -12px;
    top: 0px;
    z-index: 10;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ccc;
}

#header .small-menu .choose-option ul li.active:after {
    border-left: 13px solid #B00000;
}

#header .small-menu .choose-option ul li a {
    color: #fff;
    font-size: 13px;
}

#header .small-menu .choose-option ul li.active {
    background: #B00000;
}

/* Master Slider */
.master-slider .ms-layer {
    color: #ffffff;
}

.master-slider .ms-layer {
    width: 100%;
    padding-top: 100px;
}

.master-slider .ms-layer h1 {
    margin: 0;
    padding-bottom: 50px;
    font-size: 40px;
    font-weight: normal;
    text-align: right;
    line-height: 1.2em;
}

.master-slider .ms-layer h1 > span {
    font-size: 50px;
    font-family: 'Calibri-Bold';
}

.master-slider .ms-layer h1 > .bold {
    font-size: 40px;
    font-family: 'Calibri-Bold';
    padding: 0 5px;
}

.master-slider .ms-layer a {
    color: #fff;
    background: transparent;
}

.master-slider .ms-layer a:hover {
    color: #B00000;
    background: #fff;
}

/* Header Page Title */
#header .header-page-title {
    padding: 20px 0 80px 0;
    background-image: url(../img/page-title-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

#header .header-page-title a {
    color: inherit;
}

#header .header-page-title a:hover {
    text-decoration: underline;
}

#header .header-page-title h1 {
    float: left;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
}

#header .header-page-title .breadcrumbs {
    position: relative;
    display: block;
    float: right;
    margin: 0;
    padding: 8px 0;
    list-style: none;
}

#header .header-page-title .breadcrumbs > li {
    float: left;
}

#header .header-page-title .breadcrumbs > li:after {
    margin: 0 10px;
    color: #d2b995;
    content: '/';
}

#header .header-page-title .breadcrumbs > li:last-child:after {
    display: none;
}

#header .header-page-title .breadcrumbs > li a {
    display: inline-block;
    line-height: inherit;
}



/* Footer */
/* ====================================================== */
#footer {
    position: relative;
    background-color: #000;
    color: #ffffff;
    font-size: 14px;
}

#footer .main-footer {
    padding-top: 20px;
    padding-bottom: 50px;
}

#footer .main-footer img {
    padding-top: 15px;
    margin-bottom: 10px;
}

#footer .main-footer .footer-links a {
    color: #B00000;
}

#footer .main-footer .footer-links a:hover {
    color: #fff;
}

#footer .main-footer h5 {
    margin: 0 !important;
    padding-top: 35px;
    padding-bottom: 10px;
    font-family: 'Calibri-Bold';
}

#footer .main-footer span {
    color: #B00000;
}

#footer .main-footer h5 span {
    color: #B00000;
    margin: 0 15px;
    font-size: 15px;
}

#footer .main-footer p {
    color: #9f9a9b;
    font-size: 17px;
}

#footer .main-footer p a {
    color: #fff;
    text-decoration: none;
}

/* Footer Links */
#footer .main-footer .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#footer .main-footer .footer-links li a {
    display: block;
    padding: 13px 0 0 0;
    font-size: 16px;
    color: #B00000;
    text-decoration: none;

}

#footer .main-footer .padd {
    padding-right: 50px;
}

/* Footer Subscribe */
#footer .footer-subscribe {
    position: relative;
    margin: 20px 0 0 0;
    padding-right: 30px;
}

#footer .footer-subscribe input[type="email"] {
    margin: 0;
    padding: 3px 15px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 0;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background: #241c1f;
    line-height: 24px;
}

#footer .footer-subscribe button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 40px;
    outline: 0;
    border: 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: #241c1f;
    color: #B00000;
    font-size: 14px;
    font-family: 'FontAwesome';
}

#footer .footer-subscribe button[type="submit"]:after {
    font-family: 'FontAwesome';
    content: "\f055";
    position: absolute;
    top: 8px;
    right: 6px;
    height: 17px;
    width: 18px;
    color: #B00000;
    font-size: 18px;
    font-weight: 200;
}

/* Footer Copyright */
#footer .footer-copyright {
    padding: 20px 0;
    background: #000;
    color: #666666;
    font-size: 14px;
}

#footer .footer-copyright p {
    float: left;
    margin: 0;
}

#footer .footer-copyright .footer-social {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .footer-copyright .footer-social li {
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
}

#footer .footer-copyright a {
    color: #B00000;
}

#footer .footer-copyright a:hover {
    color: #fff;
}



/* Landing Page */
/* ====================================================== */
#main-wrapper .landing-logo {
    position: absolute;
    top: 30px;
    left: 19%;
    z-index: 50;
}

.master-slider.landing .ms-layer {
    position: absolute;
    top: 180px;
    left: 14%;
    height: 100%;
    width: 300px;
    text-align: center;
    padding: 0;
}

.master-slider.landing h4 {
    padding: 60px 0 36px 0;
    font-size: 25px;
    font-family: 'Calibri-Bold';
    font-family: 'Nothing You Could Do', cursive;
}

.master-slider.landing p {
    font-family: 'Nothing You Could Do', cursive;
    font-family: 'Calibri-Bold';
    font-size: 12px;
    margin: 0;
    line-height: 15px;
}

.master-slider.landing p:nth-child(2n+2) {
    padding: 20px 0 0 0;
}

.master-slider.landing a {
    margin-top: 40px;
}

#main-wrapper .welcome-msg {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #f3f3f3;
    margin-bottom: 30px;
}

#main-wrapper .welcome-msg img {
    position: relative;
    top: 0;
}

#main-wrapper .welcome-msg h6 {
    font-weight: normal;
    padding: 50px 0 60px 0;
}

/* Landing Links */
#main-wrapper .landing-link {
    margin-bottom: 70px;
}

#main-wrapper .box-link {
    position: relative;
    height: 360px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main-wrapper .box-link figure {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

#main-wrapper .box-link figure img {
    width: 100%;
    height: 100%;
}

#main-wrapper .box-link figure h4 {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-color: rgba(52,52,52, .7);
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-family: 'Calibri-Bold';
}

#main-wrapper .box-link figure h4 a {
    line-height: 130px;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}

#main-wrapper .box-link figure figcaption {
    position: absolute;
    bottom: 100px;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: rgba(224,0,0, .6);
    overflow: visible;
}

#main-wrapper .box-link figure figcaption a {
    position: absolute;
    bottom: -31px;
    left: 34%;
    border-radius: 50%;
    background-color: #fff;
    padding: 24px;
    border: 3px solid #B00000;
    -webkit-box-shadow: 0 0 0 4px #fff;
    -moz-box-shadow: 0 0 0 4px #fff;
    -o-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#main-wrapper .box-link figure figcaption a:hover {
    background-color: #B00000;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 4px #B00000;
    -moz-box-shadow: 0 0 0 4px #B00000;
    -o-box-shadow: 0 0 0 4px #B00000;
    box-shadow: 0 0 0 4px #B00000;
}

#main-wrapper .box-link figure figcaption a:hover .fa {
    color: #fff;
}

#main-wrapper .box-link figure figcaption a .fa {
    font-size: 40px;
    height: 50px;
    width: 50px;
    color: #B00000;
}

/* Landing Social */
#main-wrapper .finding-social h6 {
    font-weight: normal;
    padding-bottom: 10px;
}

#main-wrapper .finding-social ul li a {
    color: #B00000;
    font-size: 20px;
}

#main-wrapper .finding-social ul li a:hover {
    color: #343434;
}

#main-wrapper .finding-social p {
    padding: 10px 0 60px 0;
}

#main-wrapper .btn-landing {
    border: 1px solid #fff;
}



/* Call to Action Section */
/* ====================================================== */
.call-to-action-section {
    position: relative;
    margin: -30px 0 30px 0;
    height: 130px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #f2f2f2;
    color: #343434;
}

.call-to-action-section .icon {
    position: absolute;
    display: block;
    width: 130px;
    height: 100%;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    background: #B00000;
    vertical-align: middle;
    text-align: center;
}

.call-to-action-section .icon img {
    margin-top: 35px;
}

.call-to-action-section .text {
    padding: 0 40px 0 160px;
    width: 100%;
    height: 100%;
}

.call-to-action-section .text h4 {
    font-family: 'Calibri-Bold';
    margin: 0;
    padding-bottom: 10px;
}

.call-to-action-section .text p {
    padding-right: 30px;
}

.call-to-action-section .text a {
    margin-left: 30px;
    float: left;
}



/* Category Boxes */
/* ====================================================== */
.category-boxes-icons {
    position: relative;
    margin: 30px 0;
    padding: 0;
    text-align: center;
}

.category-boxes-icons .category-boxes-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    height: 190px;
    width: 100%;
    padding: 0;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.category-boxes-icons .category-boxes-item figure {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.category-boxes-icons .category-boxes-item figure img {
    height: 100%;
    width: 100%;
    padding: 0;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transition: all.4s ease;
    -webkit-transition: all .4s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.category-boxes-icons .category-boxes-item figure:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.category-boxes-icons .category-boxes-item figure h4 {
    padding: 14px 5px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: rgba(52, 52, 52, .7);
    z-index: 10;
}

.category-boxes-icons .category-boxes-item figure figcaption {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(237, 28, 36, 0.71);
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.category-boxes-icons .category-boxes-item figure:hover figcaption {
    top: 0;
}

.category-boxes-icons .category-boxes-item figure figcaption a {
    position: relative;
    top: 127%;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.category-boxes-icons .category-boxes-item figure:hover figcaption a {
    top: 27%;
}



/* Welcome Message */
/* ====================================================== */
.chef-welcome {
    margin: 0;
    padding-bottom: 125px;
    position: relative;
    width: 100%;
    background: url(../img/content/chef-welcome-bg.jpg) top center no-repeat;
    background-size: cover;
}

.chef-welcome h1 {
    margin: 0;
    padding: 100px 0 60px 0;
    font-weight: bold;
    color: #323430;
}

.chef-welcome p {
    margin: 0;
    width: 50%;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 40px;
    color: #666;
}



/* Small slide section */
/* ====================================================== */

#sm-slide-section {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: url(../img/content/clints-say-bg.jpg) top center no-repeat;
    background-size: cover;
}

#sm-slide-section .slide-heading h4 {
    color: #fff;
    font-weight: bold;
    margin-top: 60px;
}

#slide-content .item {
    position: relative;
    height: auto;
    width: 100%;
    margin: 30px 0 50px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#slide-content .item .details {
    position: absolute;
    top: 0px;
    left: 29%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#slide-content .item .details h5 a {
    margin: 10px 0 0 0;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}

#slide-content .item .details ul li {
    margin: 0;
    padding: 2px;
}

#slide-content .item .details ul li a {
    color: #fff;
}

#slide-content .item .details ul li a:hover {
    color: #B00000;
}

#slide-content .item .details p {
    color: #fff;
}

#slide-content .item img {
    width: 142px;
    height: 142px;
    border-radius: 7px;
}




/* latest from blog*/
/* ====================================================== */

.latest-from-blog {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
}

.latest-from-blog h4 {
    margin: 0;
    padding: 60px 0 30px 0;
    color: #fff;
    font-weight: bold;
}

.latest-from-blog .blog-latest {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px 0px 0px 0px;
    padding: 30px;
    text-align: left;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.latest-from-blog .blog-latest img {
    height: 185px;
    width: 100%;
    border-radius: 4px;
}

.latest-from-blog .blog-latest h5 {
    margin: 0;
    padding: 0;
}

.latest-from-blog .blog-latest h5 a {
    color: #fff;
}

.latest-from-blog h5 a:hover {
    color: #fff;
}

.latest-from-blog .blog-latest p {
    margin: 10px 0px 15px 0px;
    color: #666;
}

.latest-from-blog .blog-latest p span {
    padding: 0 6px;
}

.latest-from-blog .blog-latest .bl-sort {
    color: #fff;
    padding-bottom: 12px;
}

.latest-from-blog .read-older {
    padding: 60px 0px;
}





/* menu */
/* ====================================================== */



/* thumbnail-slide */
#thumbnail-slide {
    position: relative;
    width: 100%;
    height: 87px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #CCC;
}

#thumbnail-slide #thumb-slide {
    position: relative;
    margin: 0 26px;
    padding: 0;
    height: 87px;

}

#thumbnail-slide #thumb-slide-section .item {
    background: transparent;
    padding: 0;
    margin: 0px;
    color: #FFF;
    height: 87px;
    text-align: center;
    border-right: 1px solid #ccc;
}


/* menu side-panel */

#main-wrapper .side-panel .title {
    background-color: #000;
    padding:15px;
    text-align: right;
    font-family: 'Calibri-Bold';
    color: #fff;
}
#main-wrapper .side-panel {

    height: auto;
    width: 100%;
    padding: 0;
    background-color: rgba(0,0,0,.5);
    /*background-color: #f3f3f3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;*/
}

#main-wrapper .side-panel h6 {
    margin: 0;
    font-weight: normal;
    padding: 12px 30px 5px 25px;
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,.7);
    font-size: 16px !important;
}

#main-wrapper .side-panel h6:after {
    font-family: 'FontAwesome';
}

#main-wrapper .side-panel .sd-panel-heading {
    padding: 0 25px 0px 25px;
    position: relative;
}
.cart-box{
    display: block;

    margin-left: 10px;
    margin-bottom: 10px
}
.quantity{
    padding-right: 10px;
}
.cart {
    --background-color: #B00000;
    background-size: 100%;
    height: 40px;
    width: 40px;
    padding-top: 10px;
    padding-left: 10px;
    display: block;
    float: left!important;
}
.cart-price{

    margin: 0px 20px 0px 15px;
    font-size: 18px;
    text-align: center

}

#main-wrapper .side-panel .sd-panel-heading h5 {
    margin: 0;
    padding: 10px 0px 20px 0px;
    font-weight: bold;
    color: #fff;
}

#main-wrapper .side-panel .sd-panel-heading h5:after {
    display: block;
    position: absolute;
    top: 25px;
    right: 27px;
    font-size: 14px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #B00000;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
}

#main-wrapper .side-panel .sd-panel-heading h5.active:after {
    content: "\f077";
    color: #B00000;
}

#main-wrapper .side-panel .sd-panel-heading .checkout {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

#main-wrapper .side-panel .sd-panel-heading ul {
    margin: 0;
    padding: 0;
}

#main-wrapper .side-panel .sd-panel-heading ul li {
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #ccc;
    position: relative;
    line-height: 15px;
    color: #fff;
}

#main-wrapper .side-panel .sd-panel-heading ul li .icon-link .fa {
    margin-left: 22px;
    color: #B00000;
    cursor: pointer;
}

#main-wrapper .side-panel .sd-panel-heading ul li .icon-link {
    position: relative;
    right: 0;
    top: 0;
}

#main-wrapper .side-panel .sd-panel-heading ul li .price {
    color: #B00000;
    float:left;
    width: 70px;
}

#main-wrapper .side-panel .sd-panel-heading ul li .price-total {
    color: #B00000;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 0;
}





/* side panel toggle content */
.toggle-main-title {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 1.125em;
    cursor: pointer;
}

.toggle-main-title:after {
    display: block;
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 14px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #B00000;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
}

.toggle-main-title.active:after {
    content: "\f077";
    color: #B00000;
}

.toggle-main-title .sd-panel-heading .toggle-title {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 1.125em;
    cursor: pointer;
}

.toggle-main-title .sd-panel-heading .toggle-title:after {
    display: block;
    position: absolute;
    top: 25px;
    right: 0px;
    font-size: 14px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #B00000;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
}

.toggle-main-title .sd-panel-heading title.active:after {
    content: "\f077";
    color: #B00000;
}




/* side panel search */
.search-keyword {
    position: relative;
    margin: 0;
    padding: 20px 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.search-keyword input[type="text"] {
    margin: 0;
    padding: 3px 15px;
    width: 100%;
    height: 30px;
    outline: 0;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    background: #fff;
    line-height: 24px;
}

.search-keyword button[type="submit"] {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    outline: 0;
    border: 1px solid #ccc;
    border-left: none;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    background: #fff;
    color: #B00000;
    font-size: 14px;
    font-family: 'FontAwesome';
    content: '\f002';
}


/* side panel category  */
#main-wrapper .category {
    /*padding: 20px 25px;*/
    position: relative;
}

#main-wrapper .category h5 {
    margin: 0;
    padding: 10px 20px 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    /*color: #fff;*/
}

#main-wrapper .category .toggle-content .toggle-title {
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    text-transform: capitalize;
}

#main-wrapper .category .toggle-content h5.active {
    font-weight: bold;
}

#main-wrapper .category .toggle-content ul li span input {
    cursor: pointer;
}

#main-wrapper .category ul li span {
    display: block;
    margin: 5px 0 0 10px;
}

#main-wrapper .category .toggle-content span label {
    padding-left: 5px;
    margin: 0;
    font-size: 15px;
}

#main-wrapper .category .toggle-content .toggle-title:before {
    font-family: 'FontAwesome';
    content: "\f067";
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 18px;
    color: #B00000;
    cursor: pointer;
    border: 1px solid #ccc;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    font-weight: 200;
    border-radius: 5px;
}

#main-wrapper .category .toggle-content .toggle-title.active:before {
    font-family: 'FontAwesome';
    content: "\f068";
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 18px;
    color: #B00000;
    cursor: pointer;
    border: 1px solid #ccc;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    font-weight: 200;
    border-radius: 5px;
}


/* side panel miscellaneous */
#main-wrapper .miscellaneous {
    padding: 0 25px 0px 25px;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#main-wrapper .miscellaneous h5 {
    margin: 0;
    padding: 20px 0 20px 0;
    font-weight: bold;
    color: #323430;
}

#main-wrapper .miscellaneous .radio{
    margin: 15px 0;
    padding: 0;

}

#main-wrapper .miscellaneous .radio .radio-input label {
    padding: 0;
}

#main-wrapper .miscellaneous .checkbox-input {
    display: inline-block;
    padding: 10px 10px 10px 0;
    margin: 0;
}

#main-wrapper .miscellaneous .checkbox-input:first-child {
    margin-left: 20px;
}

#main-wrapper .miscellaneous ul li {
    margin: 5px 0;
}
#main-wrapper .miscellaneous ul li a {
    color: #333;
    padding: 4px 7px;
    border: 1px solid #ccc;
    border-radius: 7px;
}


/* price range begin  */
.properties-search-filter {
    padding: 0 25px 0px 25px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.properties-search-filter .filter-title {
    margin: 0 0 10px 0;
    font-size: 1.5em;
}
.properties-search-filter .toggle-title {
    position: relative;
    margin: 0;
    padding: 10px 30px 10px 0;
    font-size: 1.125em;
    cursor: pointer;
}

.properties-search-filter .toggle-title:after {
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 14px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
}

.properties-search-filter .toggle-content {
    padding-bottom: 10px;
}

.properties-search-filter .closed .toggle-title:after {
    content: "\f078";
}

.properties-search-filter .price-filter .slider-range {
    display: block;
    position: relative;
    margin: 2px 0 15px 0;
    height: 5px;
    line-height: 1px;
    border-radius: 7px;
}

.properties-search-filter .price-filter .slider-range .ui-slider-range {
    display: block;
    position: absolute;
    top: 0;
    height: 5px;
    line-height: 1px;
    border-radius: 7px;
}

.properties-search-filter .price-filter .slider-range .ui-slider-handle {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -6px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.properties-search-filter .price-filter .slider-range .ui-slider-handle:active {
    outline: 0;
}

.properties-search-filter .price-filter .slider-range .ui-slider-handle:last-child {
    margin-left: -14px;
}

.properties-search-filter .price-filter .range-from,
.properties-search-filter .price-filter .range-to {
    width: 90px;
}

.properties-search-filter .price-filter .range-from {
    float: left;
}

.properties-search-filter .price-filter .range-to {
    float: right;
}

.properties-search-filter .price-filter .slider-range {
    background-color: #e6e6e6;
}

.properties-search-filter .price-filter .ui-slider-range {
    background-color: rgba(228, 49, 49, .6);
}

.properties-search-filter .price-filter .slider-range .ui-slider-handle {
    background-color: #e43131;
}

.properties-search-filter .price-filter h5 {
    margin: 0;
    padding: 20px 0 25px 0;
}

.properties-search-filter .price-filter .slider-range-container input[type=text].range-from, .properties-search-filter .price-filter .slider-range-container input[type=text].range-to {
    margin: 5px 0 20px 0;
    padding: 4px 0;
    width: 30%;
    border-radius: 6px;
    border: 1px solid #ccc;
    text-align: center;
    font: 16px'Varela Round', sans-serif;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/* map section */
#main-wrapper .find-on-map {
    padding: 0 25px;
}

#main-wrapper .find-on-map h5 {
    padding: 20px 0 20px 0;
    margin: 0;
}

#main-wrapper .find-on-map .map-section {
    height: 200px;
}






/* view-style (grid-list-details view ) */
#main-wrapper .view-style {
    width: 100%;
    position: relative;
    /* padding-top: 20px; */
    margin-bottom: 10px;
}


#main-wrapper .view-style .list-grid-view button {
    margin: 0 7px 0 0;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 7px;
    background: #fff;
    outline: none;
    float: left;
}

#main-wrapper .view-style .list-grid-view button.active {
    background: #B00000;
    color: #fff;
    border: none;
}

/* pagination beging */
#main-wrapper .view-style .page-list ul li {
    margin: 0 0 0 5px;
    height: 30px;
    width: 30px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 7px;
}

#main-wrapper .view-style .page-list ul li a {
    color: #343434;
    line-height: 30px;
    padding-left: 5px;
}

#main-wrapper .view-style .page-list ul li.active,
#main-wrapper .view-style .page-list ul li.active a {
    background: #B00000;
    color: #fff;
    border: none;
}

#main-wrapper .pagination {
    position: relative;
    width: 100%;
    height: 40px;
    float: left;
    margin-bottom: 0;
}

#main-wrapper .pagination ul li {
    margin: 0 0 0 5px;
    height: 30px;
    width: 30px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 7px;
}

#main-wrapper .pagination ul li a {
    color: #343434;
    padding-left: 5px;
    line-height: 30px;
}

#main-wrapper .pagination ul li.active,
#main-wrapper .pagination ul li.active a {
    background: #B00000;
    color: #fff;
    border: none;
}



/*  Menu with right checkout */
/* ====================================================== */
#main-wrapper .my-check-right {
    background-color: #f3f3f3;
    height: auto;
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#main-wrapper .my-check-right h5 {
    margin: 0;
    padding: 20px 0px;
    font-weight: bold;
    text-align: center;
    color: #323430;
    border-bottom: 1px solid #ccc;
}


#main-wrapper .my-check-right .checkout {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

#main-wrapper .my-check-right ul {
    margin: 0;
    padding: 0 20px;
}

#main-wrapper .my-check-right ul li {
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    position: relative;
    line-height: 5px;
    color: #323430;
    font-size: 15px;
}

#main-wrapper .my-check-right ul li:first-child {
    border-top: none;
}

#main-wrapper .my-check-right ul li p .icon-link .fa {
    margin-left: 5px;
    color: #B00000;
    cursor: pointer;
}
#main-wrapper .my-check-right ul li p .icon-link {

    position: absolute;
    right: 0;
    top: 5px;
}

#main-wrapper .my-check-right ul li .price {
    color: #B00000;
}

#main-wrapper .my-check-right ul li .price-total {
    color: #B00000;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 0;
}

#main-wrapper .all-menu-details .right-checkout .details {
    width: 64%;
    height: inherit;
    padding: 30px 15px;
    position: relative;
    float: left;
    font-size: large;
    font-weight: normal;
    color: #B00000 ;
}


/* menu view-2 */
/* ====================================================== */

/* mega call-us */
#main-wrapper .mega-call-us {
    width: 100%;
    padding: 60px 0 40px 0;
    background: url(../img/content/menu-heading.png) top center no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 30px;

}

#main-wrapper .mega-call-us .call-mega-us {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    float: left;
}

#main-wrapper .mega-call-us .call-mega-us .fa {
    font-size: 56px;
    color: #B00000;
    margin-bottom: 20px;
}

#main-wrapper .mega-call-us .open-now {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    float: right;
}

#main-wrapper .mega-call-us .open-now .fa {
    font-size: 56px;
    color: #80c200;
    margin-bottom: 20px;
}

/* all menu details */
#top-list{
    border-bottom: 1px #ccc solid;
    height: 83px !important;
    margin-bottom: 0 !important;
}

#main-wrapper .all-menu-details {
    position: relative;
    width: auto;
    height: auto;
    overflow: auto;
    /* background-color: #ffffff; */
    left: 215px;
    /* border-right: 1px #ccc solid; */
    /* border-left: 1px #ccc solid; */
    margin-right: 215px;
    padding-bottom: 50px;
}

#main-wrapper .all-menu-details h5 {
    /* margin: 10px 0 20px 0; */
    /* font-weight: bold; */
    /* text-transform: uppercase; */
}

#main-wrapper .all-menu-details .item-list {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}
#main-wrapper .all-menu-details .item-list-sabor {
    min-height: 100px;
    background-color: #dadada;
    padding-bottom: 15px;
}

#main-wrapper.grid-cards .all-menu-details .card {
    padding-bottom: 30px;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); */
    height: 272px;
}
div.details > p{
    color:#000;
    margin-top: -10px;
    font-size: small;
}

div.all-details > div.visible-option > div.details > h6 > a{
    color: rgb(102, 51, 51);
}
#main-wrapper .all-menu-details .item-list .m-with-details {
    display: none;
}

#main-wrapper .thumb .item-list .list-image{
    display: none;
}

#main-wrapper .thumb .item-list .all-details {
    padding-left: 0!important;
}

#main-wrapper .all-menu-details > .item-list:nth-child(odd) {
    background-color:transparent;
}




/* Menu with image  */
.list-image-zoom{

}

#main-wrapper .all-menu-details .item-list .list-image {
    position: relative;
    float: left;
    min-width: 160px;
    width: 100%;
    /* background: url(../img/no-image.png) no-repeat center; */
    min-height: 100px;
    min-width: 160px;
    background-size: 140px;
    text-align: center;
}

#main-wrapper .all-menu-details .item-list .list-image img {
    max-width: 160px;
    padding: 10px;
    max-height: 100px;
}

/* all menu details */
#main-wrapper .all-menu-details .item-list .all-details {
    width: 100%;
    /*border-left: 1px solid transparent;*/
    position: relative;
}

#main-wrapper .all-menu-details .item-list .all-details .visible-option {
    position: relative;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0,0,0,.15)!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main-wrapper .all-menu-details .details {
    width: 100%;
    height: 60px !important;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


#main-wrapper .all-menu-details .details h6 {
    padding: 5px 0 10px 0;
    margin: 0;
    text-align: center;
}

#main-wrapper .all-menu-details .details h6:hover a {
    color: #B00000;
}
#productParent{
    color:#000;
}

#main-wrapper .all-menu-details .details .share-this {
    color: #343434;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 10px;
}

#main-wrapper .all-menu-details .details .share-this > li:hover ul li a {
    visibility: visible;
}

#main-wrapper .all-menu-details .details .share-this >li ul li a {
    visibility: hidden;
}

#main-wrapper .all-menu-details .details .share-this ul li:hover a {
    color: #B00000;
}

#main-wrapper .all-menu-details .details .share-this ul {
    margin-top: -6px;
}


/* price option  */
#main-wrapper .all-menu-details .price-option {
    width: 100%;
    height: inherit;
    position: relative;
}

#main-wrapper .all-menu-details .right-checkout .price-option {
    width: 18%;
    height: inherit;
    position: relative;

}

#main-wrapper .all-menu-details .price-option h4 {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #cab891;
    font-size: 20px;
    font-family: 'Calibri-Bold';
}

#main-wrapper .all-menu-details .price-option button {
    position: relative;
    border: none;
    outline: none;
    background-color: #000;
    color: #B00000;
    width: 100%;
    padding: 8px 5px 8px 20px;
    z-index:1000;
    margin-top: 60px;
}

#main-wrapper .all-menu-details .price-option button:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 7px;
    left: 10px;
    color: #B00000;
    font-size: 20px;
    font-weight: bold;
}

#main-wrapper .all-menu-details .price-option button.active {
    background-color: #B00000;
    color: #fff;
}

#main-wrapper .all-menu-details .price-option button.active:before {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 7px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#main-wrapper .all-menu-details .price-option button.active {
    outline: none;
    border: none;
}


/* qty and cart */
#main-wrapper .all-menu-details .qty-cart {
    width: 100%;
    height: inherit;
    position: relative;
}

#main-wrapper .all-menu-details .right-checkout .qty-cart {
    width: 18%;
    height: inherit;
    position: relative;
    float: left;
}

#main-wrapper .all-menu-details .qty-cart h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: normal;
}

#main-wrapper .all-menu-details .qty-cart input[type="text"] {
    text-align: center;
    height: 30px;
    width: 60px;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #ccc;
}

#main-wrapper .all-menu-details .qty-cart input:focus,
#main-wrapper .all-menu-details .qty-cart input:active {
    outline: none;
}

#main-wrapper .all-menu-details .qty-cart button {
    position: relative;
    background: #B00000;
    border-radius: 7px;
    height: 30px;
    width: 60px;
    color: #fff;
    outline: none;
    border: 1px solid #B00000;
    margin: 10px 0;
    -padding-left: 20px;
}

-main-wrapper .all-menu-details .qty-cart button:before {
    font-family: 'FontAwesome';
    content: "\f067";
    position: absolute;
    top: 5px;
    left: 10px;
}

-main-wrapper .all-menu-details .qty-cart button.active:before {
    font-family: 'FontAwesome';
    content: "\f068";
    position: absolute;
    top: 3px;
    left: 10px;
}




/* menu-with-2grid */
/* ====================================================== */
#main-wrapper .all-menu-details.menu-with-2grid.thumb .item-list:nth-child(even) {
    background-color: #f7f7f7;
}

#main-wrapper .all-menu-details.menu-with-2grid.thumb .details {
    width: 64%;
    height: inherit;
    padding: 10px 15px;
    position: relative;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main-wrapper .all-menu-details.menu-with-2grid.thumb .price-option {
    width: 18%;
    height: inherit;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


#main-wrapper .all-menu-details.menu-with-2grid.thumb .qty-cart {
    width: 18%;
    height: inherit;
    position: relative;
    float: left;
}


/* menu with details */
/* ====================================================== */
#main-wrapper .all-menu-details .menu-with-details {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
}

#main-wrapper .all-menu-details .menu-with-details .for-list {
    display: none;
}

#main-wrapper .all-menu-details > .menu-with-details:nth-child(odd) {
    background-color: #f7f7f7;
}

#main-wrapper .all-menu-details .menu-with-details .list-image {
    position: relative;
    width: 240px;
    height: 240px;
    padding: 4px;
    float: left;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#main-wrapper .all-menu-details .menu-with-details .list-image img {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

#main-wrapper .all-menu-details .menu-with-details .all-details {
    width: 100%;
    padding-left: 239px;
    border-left: 1px solid transparent;
    position: relative;
}

#main-wrapper .all-menu-details .menu-with-details .all-details .visible-option {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#main-wrapper .all-menu-details .menu-with-details .all-details .visible-option.red {
    border-bottom-color: #B00000 !important;
}

#main-wrapper .all-menu-details .menu-with-details .details {
    width: 82%;
    height: inherit;
    padding: 10px 10px;
    position: relative;
    float: left;
}


/* menu with details right checkout */
#main-wrapper .all-menu-details .menu-with-details.right-checkout .details {
    width: 78%;
    height: inherit;
    padding: 10px 10px;
    position: relative;
    float: left;
}

#main-wrapper .all-menu-details .menu-with-details.right-checkout .price-option {
    width: 22%;
    height: inherit;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: none;

}

#main-wrapper .all-menu-details .menu-with-details.right-checkout .qty-cart {
    width: 22%;
    height: 116px;
    position: absolute;
    top: 86px;
    right: 0;
    border-bottom: 1px solid #ccc;

}


#main-wrapper .all-menu-details .menu-with-details .details h6 {
    padding: 5px 0 10px 0;
    margin: 0;
    font-size: 20px;
}

#main-wrapper .all-menu-details .menu-with-details .details p{
    line-height: 20px;
}

#main-wrapper .all-menu-details .menu-with-details .details h6:hover a {
    color: #B00000;
}

#main-wrapper .all-menu-details .menu-with-details .details .share-this {
    display: none;
}


/* start price-option  */
#main-wrapper .all-menu-details .menu-with-details .price-option {
    width: 18%;
    height: inherit;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: none;
}

#main-wrapper .all-menu-details .menu-with-details .price-option h4 {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    width: 101%;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

#main-wrapper .all-menu-details .menu-with-details .fl {
    float: left;
}

#main-wrapper .all-menu-details .menu-with-details .price-option button {
    position: absolute;
    bottom: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #B00000;
    width: 101%;
    padding: 7px 5px 8px 20px;
}

#main-wrapper .all-menu-details .menu-with-details .price-option button:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 7px;
    left: 10px;
    color: #B00000;
    font-size: 20px;
    font-weight: bold;
}

#main-wrapper .all-menu-details .menu-with-details .price-option button.active {
    background-color: #B00000;
    color: #fff;
    box-shadow: none;
}
#main-wrapper .all-menu-details .menu-with-details .price-option button.active:before {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 7px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
#main-wrapper .all-menu-details .menu-with-details .price-option button:active {
    outline: none;
    border: none;
}


/* start qty and cart option */
#main-wrapper .all-menu-details .menu-with-details .qty-cart {
    width: 18%;
    height: 116px;
    position: absolute;
    top: 86px;
    right: 0;
    border-bottom: 1px solid #ccc;

}

#main-wrapper .all-menu-details .menu-with-details .qty-cart h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: normal;
}

#main-wrapper .all-menu-details .menu-with-details .qty-cart input[type="text"] {
    text-align: center;
    height: 30px;
    width: 60px;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #ccc;
}

#main-wrapper .all-menu-details .menu-with-details .qty-cart button {
    position: relative;
    background: transparent;
    border-radius: 7px;
    height: 30px;
    width: 60px;
    color: #B00000;
    outline: none;
    border: 1px solid #B00000;
    margin: 10px 0 0 0;
    padding-left: 20px;
}

#main-wrapper .all-menu-details .menu-with-details .qty-cart button:before {
    font-family: 'FontAwesome';
    content: "\f067";
    position: absolute;
    top: 5px;
    left: 10px;
}

#main-wrapper .all-menu-details .menu-with-details .qty-cart button.active:before {
    font-family: 'FontAwesome';
    content: "\f068";
    position: absolute;
    top: 3px;
    left: 10px;
}




/* single menu */
/* ====================================================== */
#main-wrapper .all-menu-details .single-menu {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
}

#main-wrapper .all-menu-details .single-menu .list-image {
    position: relative;
    width: 50%;
    height: 500px;
    padding: 0;
    float: left;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#main-wrapper .all-menu-details .single-menu .list-image img {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

#main-wrapper .all-menu-details .single-menu .all-details {
    width: 50%;
    padding-left: 0;
    position: relative;
    float: left;
}

#main-wrapper .all-menu-details .single-menu p strong {
    display: block;
    padding-bottom: 5px;
}

#main-wrapper .all-menu-details .single-menu .all-details .share-this {
    top: 40px;
}

#main-wrapper .all-menu-details .single-menu .all-details .visible-option {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.visible-option.red {
    border-bottom: 3px solid #B00000 !important;
}



#main-wrapper .all-menu-details .single-menu .details {
    width: 100%;
    height: auto;
    padding: 40px;
    position: relative;
}

#main-wrapper .all-menu-details .single-menu .details h6 {
    padding: 5px 0 10px 0;
    margin: 0;
    font-size: 20px;
}

#main-wrapper .all-menu-details .single-menu .details p{
    line-height: 20px;
}

#main-wrapper .all-menu-details .single-menu .details h6:hover a {
    color: #B00000;
}




/* start price-option  */
#main-wrapper .all-menu-details .single-menu .price-option {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    border-left:none;
    border-right: none;
    border-top: 1px solid #ccc;
}

#main-wrapper .all-menu-details .single-menu .price-option h4 {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 20px 0;
    width: 46%;
    height: 70px;
    border-right: 1px solid #ccc;
    font-weight: bold;
}

#main-wrapper .all-menu-details .single-menu .price-option button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #B00000;
    width: 20%;
    height: 70px;
    padding: 7px 5px 8px 20px;
}

#main-wrapper .all-menu-details .single-menu .price-option button:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 25px;
    left: 15px;
    color: #B00000;
    font-size: 20px;
    font-weight: bold;
}

#main-wrapper .all-menu-details .single-menu .price-option button.active {
    background-color: #B00000;
    color: #fff;
    box-shadow: none;
}

#main-wrapper .all-menu-details .single-menu .price-option button.active:before {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 25px;
    left: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#main-wrapper .all-menu-details .single-menu .price-option button:active {
    outline: none;
    border: none;
}




/* start qty and cart option */
#main-wrapper .all-menu-details .single-menu .qty-cart {
    position: absolute;
    bottom: 0px;
    left: 46%;
    padding-top: 10px;
    width: 34%;
    height: 70px;
    text-align: center;
    border-right: 1px solid #ccc;
}

#main-wrapper .all-menu-details .single-menu .qty-cart h6 {
    margin: 0;
    margin-right: 10px;
    padding: 14px 0 10px 10px;
    font-weight: normal;
    float: left;
}

#main-wrapper .all-menu-details .single-menu.qty-cart input[type="text"] {
    text-align: center;
    height: 30px;
    width: 60px;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #ccc;
    margin: 0 20px;
}

#main-wrapper .all-menu-details .single-menu .qty-cart button {
    position: relative;
    background: transparent;
    border-radius: 7px;
    height: 30px;
    width: 60px;
    color: #B00000;
    outline: none;
    border: 1px solid #B00000;
    margin: 10px 10px;
    padding-left: 20px;
}

#main-wrapper .all-menu-details .single-menu .qty-cart button:before {
    font-family: 'FontAwesome';
    content: "\f067";
    position: absolute;
    top: 3px;
    left: 10px;
}

#main-wrapper .all-menu-details .single-menu .qty-cart button.active:before {
    font-family: 'FontAwesome';
    content: "\f068";
    position: absolute;
    top: 3px;
    left: 10px;
}





/* menu wihtout side-panel */
/* ====================================================== */


#main-wrapper .all-menu-details .menu-without-side {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
    float: left;
}

#main-wrapper .all-menu-details .menu-without-side .list-image {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 0;
    border: 1px solid transparent;
    border-bottom: none;
}

#main-wrapper .all-menu-details .menu-without-side .list-image img {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

#main-wrapper .all-menu-details .menu-without-side .all-details {
    width: 100%;
    padding-left: 0;
    border-left: 1px solid transparent;
    position: relative;
}

#main-wrapper .all-menu-details .menu-without-side .all-details .visible-option {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#main-wrapper .all-menu-details .menu-without-side .details {
    width: 82%;
    height: inherit;
    padding: 10px 10px;
    position: relative;
}

#main-wrapper .all-menu-details .menu-without-side .price-option {
    width: 18%;
    height: inherit;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: none;
}


/* start price-option  */
#main-wrapper .all-menu-details .menu-without-side .price-option {
    width: 18%;
    height: inherit;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: none;
}

#main-wrapper .all-menu-details .menu-without-side .price-option h4 {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    width: 101%;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

#main-wrapper .all-menu-details .menu-without-side .price-option button {
    position: absolute;
    bottom: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #B00000;
    width: 101%;
    padding: 7px 5px 8px 20px;
}

#main-wrapper .all-menu-details .menu-without-side .price-option button:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 7px;
    left: 10px;
    color: #B00000;
    font-size: 20px;
    font-weight: bold;
}

#main-wrapper .all-menu-details .menu-without-side .price-option button.active {
    background-color: #B00000;
    color: #fff;
    box-shadow: none;
}

#main-wrapper .all-menu-details .menu-without-side .price-option button.active:before {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 7px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#main-wrapper .all-menu-details .menu-without-side .price-option button:active {
    outline: none;
    border: none;
}


/* start qty and cart option */
#main-wrapper .all-menu-details .menu-without-side .qty-cart {
    width: 18%;
    height: 116px;
    position: absolute;
    top: 86px;
    right: 0;
    border-bottom: 1px solid #ccc;
}

#main-wrapper .all-menu-details .menu-without-side .qty-cart h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: normal;
}

#main-wrapper .all-menu-details .menu-without-side .qty-cart input[type="text"] {
    text-align: center;
    height: 30px;
    width: 60px;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #ccc;
}


#main-wrapper .all-menu-details .menu-without-side .qty-cart button {
    position: relative;
    background: transparent;
    border-radius: 7px;
    height: 30px;
    width: 60px;
    color: #B00000;
    outline: none;
    border: 1px solid #B00000;
    margin: 10px 0 0 0;
    padding-left: 20px;
}

#main-wrapper .all-menu-details .menu-without-side .qty-cart button:before {
    font-family: 'FontAwesome';
    content: "\f067";
    position: absolute;
    top: 5px;
    left: 10px;
}

#main-wrapper .all-menu-details .menu-without-side .qty-cart button.active:before {
    font-family: 'FontAwesome';
    content: "\f068";
    position: absolute;
    top: 3px;
    left: 10px;
}


/*  Menu dropdown option  */
/* ====================================================== */
.dd-toppings-sabores{
    display: grid;
    background-color: rgba(255,220,0,1);
    margin-right: 15px;
    padding-top: 10px;
}
#main-wrapper .all-menu-details .dropdown-option .dd-toppings{
    background-color: rgba(255,220,0,1);
}

#main-wrapper .all-menu-details .dropdown-option {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 30;
    color: #000;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details {
    position: relative;
    width: 100%;
    padding: 15px 0 15px 20px;
    border-top: none;

}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details h5 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details h6 {
    margin: 0;
    padding: 2px 0;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details .radio-input {
    display: block;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details .checkbox-input {
    position: relative;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details label {
    --display: inline;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details label .price {
    position: absolute;
    top: 0;
    left: 220px;
    color: #B00000;
    display: inline;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details textarea {
    display: block;
    height: 100px;
    width: 250px;
    resize: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 15px;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details textarea:focus {
    outline: none;
}

#main-wrapper .all-menu-details .dropdown-option .dropdown-details .btn-default-red {
    margin: 15px 0;
    padding: 2px 10px;
}




/* chef page */
/* ====================================================== */

.page-content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page-content .heading {
    width: 100%;
    height: auto;
    padding: 75px 0;
    text-align: center;
    background: url(../img/content/heading-bg.jpg) top center no-repeat;
    background-size: cover;
}

.page-content .heading h1 {
    color: #fff;
    margin: 0;
}

.page-content .chef-details {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 0px;
}

.page-content .chef-details .chef-img {
    width: 100%;
    height: 380px;
    border-radius: 4px;
    overflow: hidden;
}

.page-content .chef-details .chef-img img {
    width: 100%;
    height: 100%;
}

.page-content .chef-details h4 {
    font-weight: bold;
    margin: 30px 0 0 0;
    color: #423338;
}


/* chef details social icon link */
.page-content .chef-details .share-this {
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding: 2px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: block;
}

.page-content .chef-details .share-this p {
    float: left;
}

.page-content .chef-details .share-this ul {
    color: #999;
    font-size: 14px;
    margin: 0;
}

.page-content .chef-details .share-this ul li {
    margin-left: 14px;
    padding: 0;
    padding-top: 2px;
    font-size: 18px;
}

.page-content .chef-details .share-this ul li a {
    color: #343434;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.page-content .chef-details .share-this ul li a:hover {
    color: #B00000;
}


/* chef-description */
.page-content .chef-details .chef-description {
    border-bottom: 1px solid #d9d9d9;
}

.page-content .chef-details .chef-description p {
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #323430;
}

.page-content .chef-details .chef-description p:first-child {
    color: #343434;
    font-weight: bold;
}

.page-content .chef-details .chef-description ul {
    margin: 0;
    padding: 50px 0;
}

.page-content .chef-details .chef-description ul li a {
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 6px;
}

.page-content .chef-details .chef-description ul li a:hover {
    background-color: #ddd;
}

.page-content .comment-section {
    padding: 50px 0 30px 0;
}

/* comment section */
.page-content .comment-section > h5 {
    margin: 0;
    padding-bottom: 20px;
    font-size: 20px;
    color: #fff;
}

.page-content .comment-section img {
    width: 100%;
    height: 100px;
    border-radius: 5px;
}

.page-content .comment-section .name {
    color: #fff;
    font-weight: bold;
}

.page-content .comment-section .date-time {
    color: #fff;
    padding-right: 5px;
}

.page-content .comment-section p {
    padding: 0;
    margin: 0;
}

.page-content .comment-section .pad-btm {
    padding-bottom: 20px;
}

.page-content .comment-section p a {
    color: #fff;
}

.page-content .comment-section p:first-child {
    padding-bottom: 20px;
}

.page-content .comment-section p:last-child {
    color: #999;
}

.page-content .leave-reply {
    background-color: rgba(0,0,0,.5);
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-content .leave-reply .col-md-4 {
    padding-right: 0;
}

.page-content .leave-reply .col-md-4:last-child {
    padding-right: 15px;
}

.page-content .leave-reply h5 {
    margin: 0;
    color: #fff;
    padding-bottom: 20px;
}



/* leave reply */
.page-content .leave-reply form input {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    outline: none;
}

.page-content .leave-reply form textarea {
    width: 100%;
    min-height: 160px;
    resize: none;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.page-content .leave-reply form button {
    background: #B00000;
    color: #fff;
    border: 1px solid #B00000;
    border-radius: 3px;
    padding: 5px 15px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.page-content .leave-reply form button .fa {
    padding-right: 3px;
}

.page-content .leave-reply form button:hover {
    color: #ccc;
    background: #B00000;
}


/* General info */
.page-content .chef-details .general-info {
    width: 100%;
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.page-content .chef-details .general-info h4 {
    color: #423338;
    font-size: 20px;
    margin: 0;
    padding: 0 0 25px 0;
}

.page-content .chef-details .general-info ul {
    width: 100%;
    margin: 0;
    position: relative;
}

.page-content .chef-details .general-info ul li {
    position: relative;
    margin: 0;
    padding: 11px 0;
    border-top: 1px solid #ccc;
}

.page-content .chef-details .general-info ul li:last-child {
    border-bottom: 1px solid #ccc;
}

.page-content .chef-details .general-info ul li .value {
    font-weight: bold;
}

.page-content .chef-details .general-info ul li .result {
    position: absolute;
    right: 0;
}



/* Our Team page */
/* ====================================================== */
.page-content .our-team {
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.page-content .our-team h4 {
    color: #323430;
    font-weight: bold;
    margin: 0;
    padding: 60px 0 30px 0;
}

.page-content .our-team p {
    color: #323430;
    padding-bottom: 35px;
}

.page-content .our-team .profile-pic {
    width: 100%;
    height: 375px;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-content .our-team .profile-pic img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.page-content .our-team h5 {
    font-size: 24px;
    color: #423338;
    margin: 0;
    padding-top: 30px;
}

.page-content .our-team h5 a{
    color: #423338;
}

.page-content .our-team h5 a:hover {
    color: #666;
}

.page-content .our-team .share-this {
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding: 2px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.page-content .our-team .share-this ul {
    color: #999;
    font-size: 16px;
    margin: 0;
}

.page-content .our-team .share-this ul li {
    margin-left: 14px;
    padding: 0;
    padding-top: 2px;
    font-size: 18px;
}

.page-content .our-team .share-this ul li a {
    color: #343434;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.page-content .our-team .share-this ul li a:hover {
    color: #B00000;
}



/* contact-us page */
/* ====================================================== */
.page-content .map-section {
    width: 100%;
    height: 380px;
}

.page-content .contact-us {
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.page-content .contact-us .contact-details {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-content .contact-us .contact-details h4 {
    font-weight: bold;
    color: #323430;
    margin: 0;
    padding: 0;
    padding-bottom: 60px;
}

.page-content .contact-us .contact-details h5 {
    color: #323430;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    font-size: 20px;
}

.page-content .contact-us .contact-details .address p {
    float: left;
    color: #a0999b;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    font-size: 14px;
}

.page-content .contact-us .contact-details .time-to-open p {
    float: left;
    color: #a0999b;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    font-size: 14px;
}

.page-content .contact-us .contact-details .time-to-open {
    width: 100%;
    display: block;
}

.page-content .contact-us .contact-details .time-to-open strong {
    padding-right: 5px;
}

.page-content .contact-us .contact-details p .fa {
    color: #291f23;
    padding-right: 8px;
    font-size: 16px;
}


/* contact-us send message */
.page-content .contact-us .send-message {
    background-color: #f3f3f3;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-content .contact-us .send-message .col-md-6 {
    padding-right: 0;
}

.page-content .contact-us .send-message .col-md-6:last-child {
    padding-right: 15px;
}

.page-content .contact-us .send-message h4 {
    margin: 0;
    color: #423338;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.page-content .contact-us .send-message form input {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    outline: none;
}

.page-content .contact-us .send-message form textarea {
    width: 100%;
    min-height: 160px;
    resize: none;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.page-content .contact-us .send-message form button {
    background: none;
    color: #B00000;
    border: 1px solid #B00000;
    border-radius: 3px;
    padding: 5px 15px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.page-content .contact-us .send-message form button .fa {
    padding-right: 3px;
}

.page-content .contact-us .send-message form button:hover {
    color: #fff;
    background: #B00000;
}




/* News & Events page  */
/* ====================================================== */
.page-content .news-events-blog {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 70px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-content .news-events-blog .blog-list {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px 0px 0px 0px;
    padding: 30px;
    text-align: left;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.page-content .news-events-blog .blog-list img {
    height: 170px;
    width: 100%;
    border-radius: 4px;
}

.page-content .news-events-blog .blog-list h5 {
    margin: 0;
    padding: 0;
}

h5 a:hover {
    color: #fff;
}

.blog-list a:hover {
    color: #fff;
}

.page-content .news-events-blog .blog-list p {
    margin: 10px 0px 0px 0px;
    color: #fff;
}


/* tag list */
.page-content .news-events-blog .blog-list .tag-list {
    padding-top: 0px;
}

.page-content .news-events-blog .blog-list ul li {
    padding: 10px 70px 0 0;
}

.page-content .news-events-blog .blog-list ul li span {
    padding: 0 4px;
}

.page-content .news-events-blog .blog-list .bl-sort {
    color: #fff;
}

.page-content .news-events-blog .blog-list .fa {
    padding-right: 7px;
}

.page-content .news-events-blog .view-style {
    padding-top: 30px;
}

.page-content .news-events-blog .events-side-panel {
    width: 100%;
    background-color: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-radius: 6px;
    border: 1px solid #ccc;
}



/*  search section */
.page-content .news-events-blog .events-side-panel .search-keyword {
    position: relative;
    margin: 0;
    padding: 0 20px;
    border: none;
}

.page-content .news-events-blog .events-side-panel .search-keyword input[type="text"] {
    margin: 0;
    padding: 3px 15px;
    width: 99%;
    height: 30px;
    outline: 0;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    background: #fff;
    line-height: 24px;
}

.page-content .news-events-blog .events-side-panel .search-keyword button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 18px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    outline: 0;
    border: 1px solid #ccc;
    border-left: none;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    background: #fff;
    color: #B00000;
    font-size: 14px;
    font-family: 'FontAwesome';
    content: '\f002';
}

.page-content .news-events-blog .events-side-panel .find-on-map {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    padding: 0 20px;
}

.page-content .news-events-blog .events-side-panel .find-on-map h5 {
    padding: 20px 0 10px 0;
    margin: 0;
}







/* custom select-box */
/* ====================================================== */
.select-box {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.select-box .fa {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 14px;
    cursor: pointer;
    color: #B00000;
}

.select-box .value-holder {
    position: relative;
    width: 100%;
    padding: 2px 10px;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    outline: none;
}

.select-box .select-clone {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    padding-top: 5px;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    z-index: 30;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
}

.select-box .select-clone > li {
    padding: 5px 10px;
    margin: 0;
    text-align: left;
    cursor: pointer;
}

.select-box .select-clone > li:last-child {
}
.select-box select {
    display: none;
}

.banner-search {
    width: 100%;
}

.banner-search-inner {
    padding: 0;
}

.banner-search .tab-title:hover {
    margin-top: -5px;
    padding-bottom: 5px;
}

.banner-search .tab-title.active:hover {
    margin-top: 0;
    padding-bottom: 0;
}

.banner-search .tab-content-list {
    padding: 0;
}

.banner-search .tab-content {
    display: none;
}

.banner-search .tab-content.active {
    display: block;
}

.banner-search form {
    margin: 0;
    text-align: center;
}

.banner-search input {
    width: 100%;
}

.banner-search .search-input {
    display: inline-block;
    width: 100%;
}

.banner-search .select-box {
    text-align: left;
}

.banner-search .select-box .select-clone {
}
.custom-list {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}

.custom-list > li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-list > li:before {
    display: none;
}

.custom-list > li:hover {
    background: #f3f3f3;
}

.banner-search .map-section {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: url(../img/content/map-1.jpg) top center no-repeat;
    background-size: cover;
}


/* map style */
#map_canvas {
    width: 100%;
    height: 100%
}

#map_canvas .gm-style img {
    max-width: none;
}

#map_canvas .gm-style label {
    display: inline;
    width: auto;
}



/* news-events-blog side panel */
.page-content .news-events-blog .events-side-panel .widget {
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
}

.page-content .news-events-blog .events-side-panel .widget h5 {
    padding: 20px 0 5px 0;
    margin: 0;
}

.page-content .news-events-blog .events-side-panel .widget > .blog-latest {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.page-content .news-events-blog .events-side-panel .widget .blog-latest:last-child {
    border-bottom: none;
}

.page-content .news-events-blog .events-side-panel .widget .blog-latest img {
    height: 85px;
    width: 100%;
    border-radius: 4px;
}

.page-content .news-events-blog .events-side-panel .widget .blog-latest h5 {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    font-size: 16px;
}

.page-content .news-events-blog .events-side-panel .widget .blog-latest .bl-sort {
    color: #fff;
    margin: 0;
}

.page-content .news-events-blog .events-side-panel .widget .blog-latest .col-md-8 {
    padding-left: 0;
}


/* side panel tag */
.page-content .news-events-blog .events-side-panel .tag {
    padding: 0 20px;
}

.page-content .news-events-blog .events-side-panel .tag h5 {
    padding: 20px 0 10px 0;
    margin: 0;
}

.page-content .news-events-blog .events-side-panel .tag ul li {
    margin: 0 8px 0 0;
    padding: 7px 0;
}

.page-content .news-events-blog .events-side-panel .tag ul li a {
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 6px;
}

.tag ul li a:hover {
    background: #ddd;
}





/* start reservation page style */
/* ====================================================== */
.page-content .reservation {
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-content .reservation h4 {
    color: #323430;
    font-weight: bold;
    margin: 0;
    padding: 60px 0 30px 0;
}

.page-content .reservation p {
    color: #323430;
    padding-bottom: 35px;
}

.page-content .reservation .reservation-form {
    width: 100%;
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 60px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.page-content .reservation .reservation-form h5 {
    margin: 0;
    padding-bottom: 20px;
}

.page-content .reservation .reservation-form form input {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    margin-right: 6px;
    margin-bottom: 5px;
}

.page-content .reservation .reservation-form form textarea {
    width: 100%;
    height: 40px;
    resize: none;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.page-content .reservation .reservation-form .col-md-2 {
    padding-right: 0;
}

.page-content .reservation .reservation-form .col-md-2:last-child {
    padding-right: 15px;
}

.page-content .reservation .reservation-form .select-box {
    display: inline-block;
    position: relative;
    width: 100%;
}

.page-content .reservation .reservation-form .select-box .fa {
    position: absolute;
    top: 14px;
    right: 7px;
    font-size: 14px;
    cursor: pointer;
    color: #B00000;
}

.page-content .reservation .reservation-form .select-box .value-holder {
    position: relative;
    width: 100%;
    padding: 7px 10px;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    outline: none;
}

.page-content .reservation .reservation-form .select-box .select-clone {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    padding-top: 5px;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    z-index: 30;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
}

.page-content .reservation .reservation-form .select-box .select-clone > li {
    padding: 5px 10px;
    margin: 0;
    text-align: left;
    cursor: pointer;
}

.page-content .reservation .reservation-form .select-box select {
    display: none;
}

.page-content .reservation .reservation-form .banner-search-inner {
    padding: 0;
}

.page-content .reservation .reservation-form .banner-search .tab-title:hover {
    margin-top: -5px;
    padding-bottom: 5px;
}

.page-content .reservation .reservation-form .banner-search .tab-title.active:hover {
    margin-top: 0;
    padding-bottom: 0;
}

.page-content .reservation .reservation-form .banner-search .tab-content-list {
    padding: 0;
}

.page-content .reservation .reservation-form .banner-search .tab-content {
    display: none;
}

.page-content .reservation .reservation-form .banner-search .tab-content.active {
    display: block;
}

.page-content .reservation .reservation-form .banner-search form {
    margin: 0;
    text-align: center;
}

.page-content .reservation .reservation-form .banner-search input {
    width: 100%;
}

.page-content .reservation .reservation-form .banner-search .search-input {
    display: inline-block;
    width: 100%;
}

.page-content .reservation .reservation-form .banner-search .select-box {
    text-align: left;
}

.page-content .reservation .reservation-form .custom-list {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}

.page-content .reservation .reservation-form .custom-list > li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-content .reservation .reservation-form .custom-list > li:before {
    display: none;
}

.page-content .reservation .reservation-form .custom-list > li:hover {
    background: #f3f3f3;
}

.page-content .reservation .reservation-form h6 {
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: normal;
}

.page-content .reservation .reservation-form ul {
    margin: 0;
}

.page-content .reservation .reservation-form ul li {
    margin: 20px 10px 20px 30px;
}

.page-content .reservation .reservation-form .free-taken p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
}

.page-content .reservation .reservation-form .free-taken p span {
    padding-left: 30px;
}

.page-content .reservation .reservation-form .free-taken p .free .fa {
    color: #80c200;
}

.page-content .reservation .reservation-form .free-taken p .taken .fa {
    color: #B00000;
}

.page-content .reservation .reservation-form button {
    background: none;
    color: #B00000;
    border: 1px solid #B00000;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 10px 0 0 10px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.page-content .reservation .reservation-form button .fa {
    padding-right: 3px;
}

.page-content .reservation .reservation-form button:hover {
    color: #fff;
    background: #B00000;
}






/* table selection  */
.table-selection {
    position: relative;
    text-align: center;
    height: 180px;
    margin: 50px 40% 0 40%;
}

.table-selection .table-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 76px;
    width: 77px;
}

.table-selection .table-1 .chair-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.table-selection .table-1 .chair-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.table-selection .table-1 .chair-3 {
    position: absolute;
    bottom: 23px;
    left: 0;
}

.table-selection .table-1 .chair-4 {
    position: absolute;
    bottom: 23px;
    right: 0;
}

/* table 2 */
.table-selection .table-2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 76px;
    width: 77px;
}

.table-selection .table-2 .chair-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.table-selection .table-2 .chair-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.table-selection .table-2 .chair-3 {
    position: absolute;
    bottom: 23px;
    left: 0;
}

.table-selection .table-2 .chair-4 {
    position: absolute;
    bottom: 23px;
    right: 0;
}


/* table-3 */
.table-selection .table-3 {
    position: absolute;
    top: 50%;
    left: 0;
    height: 75px;
    width: 77px;
}

.table-selection .table-3 .chair-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.table-selection .table-3 .chair-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.table-selection .table-3 .chair-3 {
    position: absolute;
    bottom: 23px;
    left: 0;
}

.table-selection .table-3 .chair-4 {
    position: absolute;
    bottom: 23px;
    right: 0;
}

.table-selection .table-3 .chair-5 {
    position: absolute;
    top: 50px;
    left: 0;
}

.table-selection .table-3 .chair-6 {
    position: absolute;
    top: 50px;
    left: 28px;
}

.table-selection .table-3 .chair-7 {
    position: absolute;
    top: 50px;
    right: 0;
}


/* table 4 */
.table-selection .table-4 {
    position: absolute;
    top: 50%;
    right: 0;
    height: 78px;
    width: 77px;
}

.table-selection .table-4 .chair-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.table-selection .table-4 .chair-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.table-selection .table-4 .chair-5 {
    position: absolute;
    top: 50px;
    left: 0;
}

.table-selection .table-4 .chair-7 {
    position: absolute;
    top: 50px;
    right: 0;
}


/* table selection custom checkbox*/
.table-selection .checkbox-input {
    margin: 0;
}
.table-selection .checkbox-input label {
    margin: 0;
}

.table-selection .checkbox-input label:before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 0px;
    content: "";
    width: 21px;
    height: 21px;
    line-height: 1em;
    text-align: center;
    border-radius: 2px;
    border: 1px solid transparent;
    background-color: #80c200;
}

.table-selection .checkbox-input.active label:before {
    top: 3px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    background-color: #B00000;
}

/* table size begin */
.table-selection .table-1 .table-size-1 {
    position: absolute;
    top: 4px;
    left: 27px;
    height: 46px;
    width: 23px;
    border-radius: 3px;
    background-color: #ddd;
}

.table-selection .table-2 .table-size-2 {
    position: absolute;
    top: 4px;
    left: 27px;
    height: 46px;
    width: 23px;
    border-radius: 3px;
    background-color: #ddd;
}

.table-selection .table-3 .table-size-3 {
    position: absolute;
    top: 4px;
    left: 27px;
    height: 44px;
    width: 23px;
    border-radius: 3px;
    background-color: #ddd;
}

.table-selection .table-4 .table-size-4 {
    position: absolute;
    top: 4px;
    left: 27px;
    height: 20px;
    width: 23px;
    border-radius: 3px;
    background-color: #ddd;
}

.table-selection .table-4 .table-size-5 {
    position: absolute;
    top: 54px;
    left: 26px;
    height: 20px;
    width: 23px;
    border-radius: 3px;
    background-color: #ddd;
}



/* blog list */
/* ====================================================== */
.page-content .blog-side-panel .categories {
    width: 100%;
    background-color: #f3f3f3;
    padding: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.page-content .blog-side-panel .categories h4 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0 0 25px 0;
    font-weight: bold;
}

.page-content .blog-side-panel .categories ul {
    width: 100%;
    margin: 0;
    position: relative;
}

.page-content .blog-side-panel .categories ul li {
    position: relative;
    margin: 0;
    padding: 11px 0;
    border-top: 1px solid #ccc;
}

.page-content .blog-side-panel .categories ul li a:hover {
    color: #666;
}

.page-content .blog-side-panel .categories ul li:last-child {
    border-bottom: 1px solid #ccc;
}

.page-content .news-events-blog .blog-side-panel {
    width: 100%;
    background-color: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.page-content .news-events-blog .blog-side-panel .search-keyword {
    position: relative;
    margin: 0;
    padding: 0 20px;
    border: none;
}

.page-content .news-events-blog .blog-side-panel .search-keyword input[type="text"] {
    margin: 0;
    padding: 3px 15px;
    width: 99%;
    height: 30px;
    outline: 0;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    background: #fff;
    line-height: 24px;
}

.page-content .news-events-blog .blog-side-panel .search-keyword button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 18px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    outline: 0;
    border: 1px solid #ccc;
    border-left: none;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    background: #fff;
    color: #B00000;
    font-size: 14px;
    font-family: 'FontAwesome';
    content: '\f002';
}

.page-content .news-events-blog .blog-side-panel .widget {
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
}

.page-content .news-events-blog .blog-side-panel .widget h5 {
    padding: 20px 0 5px 0;
    margin: 0;
}

.page-content .news-events-blog .blog-side-panel .widget > .blog-latest {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.page-content .news-events-blog .blog-side-panel .widget .blog-latest:last-child {
    border-bottom: none;
}

.page-content .news-events-blog .blog-side-panel .widget .blog-latest img {
    height: 85px;
    width: 100%;
    border-radius: 4px;
}

.page-content .news-events-blog .blog-side-panel .widget .blog-latest h5 {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    font-size: 16px;
}

.widget a:hover {
    color: #666;
}

.page-content .news-events-blog .blog-side-panel .widget .blog-latest .bl-sort {
    color: #fff;
    margin: 0;
}

.page-content .news-events-blog .blog-side-panel .widget .blog-latest .col-md-8 {
    padding-left: 0;
}

.page-content .news-events-blog .blog-side-panel .tag {
    padding: 0 20px;
}

.page-content .news-events-blog .blog-side-panel .tag h5 {
    padding: 20px 0 10px 0;
    margin: 0;
}

.page-content .news-events-blog .blog-side-panel .tag ul li {
    margin: 0 8px 0 0;
    padding: 7px 0;
}

.page-content .news-events-blog .blog-side-panel .tag ul li a {
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 6px;
}

/* blog-list image */
.page-content .blog-list-img {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-content .blog-list-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}



/* blog-post page  */
/* ====================================================== */
.page-content .no-dish-side .blog-post-img {
    position: relative;
    width: 1130px;
    height: 500px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-content .no-dish-side .blog-post-img img {
    width: 100%;
    height: 100%;
}

.page-content .news-events-blog .blog-post {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px 0px 0px 0px;
    text-align: left;
}

.page-content .blog-post-img {
    position: relative;
    width: 800px;
    height: 350px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.page-content .blog-post-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.page-content .news-events-blog .blog-post h4 {
    margin: 0;
    padding: 30px 0 20px 0;
    font-weight: bold;
}

.blog-post h4 a {
    color: #B00000;
}

.blog-post h4 a:hover {
    color: #000;
}

.page-content .news-events-blog .blog-post p {
    margin: 0;
    padding: 20px 0;
    /*color: #fff;*/
}

.page-content .news-events-blog .blog-post .tag-list {
    padding-top: 0px;
}

.page-content .news-events-blog .blog-post .about-author {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 6px 0;
    border-top: 1px solid #d9d9d9;
    position: relative;
}

.page-content .news-events-blog .blog-post .about-author ul li {
    margin-right: 63px;
}

.page-content .news-events-blog .blog-post .about-author ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.page-content .news-events-blog .blog-post .about-author ul li:last-child {
    margin-right: 0;
}

.page-content .news-events-blog .blog-post .about-author ul li span {
    padding: 0 4px;
}

.page-content .news-events-blog .blog-post .about-author .bl-sort {
    color: #fff;
}

.page-content .news-events-blog .blog-post .about-author .fa {
    padding-right: 7px;
}

.page-content .news-events-blog .blog-post .share-this {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 2px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: block;
}

.page-content .news-events-blog .blog-post .share-this p {
    float: left;
    padding: 3px 0;
}

.page-content .news-events-blog .blog-post .share-this ul {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.page-content .news-events-blog .blog-post .share-this ul li {
    margin-left: 14px;
    padding: 0;
    padding: 3px 0;
    font-size: 18px;
}

.page-content .news-events-blog .blog-post .share-this ul li a {
    color: #fff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.page-content .news-events-blog .blog-post .share-this ul li a:hover {
    color: #fff;
}

.page-content .news-events-blog .blog-post .tag {
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #d9d9d9;
}

.page-content .news-events-blog .blog-post .tag ul li {
    margin: 0 8px 0 0;
    padding: 7px 0;
}

.page-content .news-events-blog .blog-post p strong {
    display: block;
}

.page-content .news-events-blog .blog-post .tag ul li a {
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 6px;
    background-color: #fff;
}

.page-content .news-events-blog .blog-post .comment-section p {
    margin: 0;
    padding: 0 0 30px 0;
}

.comment-section a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.page-content .news-events-blog .blog-post .comment-section p:last-child {
    padding: 0;
    color: #fff;
}




/* dish page */
/* ====================================================== */
.page-content .dish-side-panel {
    width: 100%;
    background-color: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.page-content .dish-side-panel .categories {
    width: 100%;
    background-color: #f3f3f3;
    padding: 0 20px 20px 20px;
}

.page-content .dish-side-panel .categories h4 {
    color: #423338;
    font-size: 20px;
    margin: 0;
    padding: 0 0 25px 0;
    font-weight: bold;
}

.page-content .dish-side-panel .categories ul {
    width: 100%;
    margin: 0;
    position: relative;
}

.page-content .dish-side-panel .categories ul li {
    position: relative;
    margin: 0;
    padding: 11px 0;
    border-top: 1px solid #ccc;
}


.page-content .dish-side-panel .categories ul li a {
    text-transform: capitalize;
}

.page-content .dish-side-panel .categories ul li:last-child {
    border-bottom: 1px solid #ccc;
}





/* event page */
/* ====================================================== */

/* event page tab */
.nav-tabs {
    border-bottom: 3px solid #B00000;
}

.nav-tabs > li a:hover {

    border-bottom-color: #B00000;
}

.nav-tabs > li.active a:hover {

    color: #fff;
}

.nav-tabs > li a {


    color: #fff;
}

.nav-tabs > li:hover a, .nav-tabs > li a.active:hover {
    background-color: transparent;
    /*  border-color: #B00000;*/
}







/* Jquery ui calender */
/* ====================================================== */
.calendar-input {
    display: inline-block;
    position: relative;
    width: 100%;
}

.default-form .calendar-input .fa {
    position: absolute;
    top: 11px;
    right: 6px;
    font-size: 18px;
    color: #B00000;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar th:first-child,
.ui-datepicker-calendar th:last-child {
    border-radius: 0;
    padding: 0;
}

.ui-datepicker {
    display: none;
    margin-top: 10px;
    padding: 10px;
    width: 260px;
    border-radius: 7px;
    z-index: 20!important;
}

.ui-datepicker-header {
    position: relative;
    padding: 8px 0;
    border-radius: 7px;
    text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 4px;
    left: 3px;
    padding: 10px;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
    border: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ui-datepicker-prev:active {
    left: 1px;
}

.ui-datepicker-next:active {
    right: 1px;
}

.ui-datepicker-next {
    left: auto;
    right: 3px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}

.ui-datepicker-next:before {
    content: "\f054";
}

.ui-datepicker-calendar {
    margin: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px 1px;
}

.ui-datepicker-calendar th {
    font-size: 0.75em;
    text-align: center;
}

.ui-datepicker-calendar td {
    padding: 0;
    border-radius: 3px;
    text-align: center;
    border: 0;
}

.ui-datepicker-calendar td a {
    display: block;
    padding: 6px 0;
    border-radius: 3px;
    border: 0;
}

.ui-datepicker-calendar .ui-datepicker-unselectable {
    padding: 6px 0;
}

.ui-datepicker {
    background-color: #fff;
}

.ui-datepicker-header {
    color: #999;
    background-color: #ddd;
}

.ui-datepicker-calendar th {
    color: #999999;
    background-color: transparent;
}

.ui-datepicker-calendar td {
    color: #999999;
    background-color: #fff;
}

.ui-datepicker-calendar td a {
    color: #999;
}

.ui-datepicker-calendar td a:hover {
    color: #fff;
    background-color: #B00000;
}

.ui-datepicker-calendar .ui-datepicker-unselectable {
    color: #534e50;
}



/* custom CHECKBOX */
/* ====================================================== */
.checkbox-input {
    margin: 0 7px;
    white-space: nowrap;
    display: block;
}

.checkbox-input:first-child {
    margin-left: 0;
}

.checkbox-input:last-child {
    margin-right: 0;
}

.checkbox-input label {
    cursor: pointer;
    font-weight: normal;
}

.checkbox-input label:before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
    content: "";
    width: 16px;
    height: 16px;
    line-height: 1em;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.checkbox-input.active label:before {
    top: -2px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #B00000;
}

.checkbox-input input {
    display: none;
}


/* custom RADIO button */
/* ====================================================== */
.radio-input {
    margin: 0px 7px;
    white-space: nowrap;
}

.radio-input:first-child {
    margin-left: 0;
}

.radio-input:last-child {
    margin-right: 0;
}

.radio-input label {
    cursor: pointer;
    font-weight: normal;
}

.radio-input label:before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
    content: "";
    width: 17px;
    height: 17px;
    line-height: 0;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.radio-input input {
    display: none;
}

.radio-input.active label:before {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
    content: "";
    width: 17px;
    height: 17px;
    line-height: 0;
    font-size: 0;
    border-radius: 50%;
    border: 5px solid #ccc;
    background-color: #B00000;
}

/* ====================================================== */
/* end */
select.input-lg {

    line-height: 25px;
}

.btn-lg{
    margin: 3px;
    /* background: #B00000 !important; */
    font-family: 'Calibri-Bold';
    /* color: #FFDC00 !important;   */
    font-size: 20px;
}
.btn-link{
    color:#000;
}
.input-lg, .input-md {
    outline:0px !important;
    -webkit-appearance:none;
}


.panel-info > .panel-heading{
    padding: 10px 15px;
    color: #fff;
    background-color: #ee5d24;
    /*border-color: #000;
    border-bottom: none;*/
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
    /*font-family: GothamMedium;*/
}

.panel-info {
    border-color: none;
}
.panel-info > .panel-body{
    max-width: 650px;
    margin:   auto;


}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.item-badge {
    position:relative;
    --padding-top:10px;
    --display:none;
}
.notify-badge{
    position: absolute;
    left:-5px;
    top:-5px;
    background:#ee5d24;
    text-align: center;
    border-radius: 5px;
    color:white;
    padding:0 2px;
    font-size:8px;
}


/*ESTILOS AJUSTES LAYOUT*/
.site-header {
    height: 40px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1010;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    background-size: cover;
    /*
    background: rgba(251,84,0,1);
    background: -moz-linear-gradient(left, rgba(251,84,0,1) 0%, rgba(241,203,35,1) 34%, rgba(241,203,35,1) 63%, rgba(251,84,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251,84,0,1)), color-stop(34%, rgba(241,203,35,1)), color-stop(63%, rgba(241,203,35,1)), color-stop(100%, rgba(251,84,0,1)));
    background: -webkit-linear-gradient(left, rgba(251,84,0,1) 0%, rgba(241,203,35,1) 34%, rgba(241,203,35,1) 63%, rgba(251,84,0,1) 100%);
    background: -o-linear-gradient(left, rgba(251,84,0,1) 0%, rgba(241,203,35,1) 34%, rgba(241,203,35,1) 63%, rgba(251,84,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(251,84,0,1) 0%, rgba(241,203,35,1) 34%, rgba(241,203,35,1) 63%, rgba(251,84,0,1) 100%);
    background: linear-gradient(to right, rgba(251,84,0,1) 0%, rgba(241,203,35,1) 34%, rgba(241,203,35,1) 63%, rgba(251,84,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb5400', endColorstr='#fb5400', GradientType=1 );
    */
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.site-header-bg{
}

@media only screen and (max-width: 550px){
    #main-wrapper .all-menu-details .price-option button{
        margin-top: auto;
    }
    .site-header {
        /* padding: 31px 0 11px 0; */
        /* height: auto; */
    }
    .wizard{
        margin-top: 0 !important;
    }
    #ddCart{
        top:45px;
        position: fixed;
        width: 100%;
        left:0;

    }
    #ddUser{
        top:87px;
        position: fixed;
        width: 100%;
        left:0;

    }
    #userMenu {
        margin-top: -35px !important;
        margin-right: -45px !important;
    }
}
.site-branding {
    display: inline;
    height: 30px;
    max-height: 30px;
    vertical-align: middle;
    background: url(../img/logo.png) no-repeat;
    background-size: auto 30px;
    width: 200px;
    float: left;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99;
}

.header-insta-icon{
    z-index: 100 !important;
    margin-left: 0px;
    left: 155px;
    position: absolute;

}

@media only screen and (max-width: 550px){

    .header-insta-icon{
        z-index: 100 !important;
        left: 205px;
        position: absolute;

    }
}
nav.main-navigation {
    background: none !important;
    margin-top: 3px;
    font-size: 15px;
    padding: 0 !important;
    font-weight: bold;
    transition: all .2s ease-in-out;
}
.mtop-15{
    margin-top: -15px;
}
.fa-shopping-cart, .shopping-cart-add{
    font-size: 20px;
    color: #cab891;
}
@media only screen and (max-width: 550px){
    nav.main-navigation {
        top: 10px;

    }
}
.main-navigation a,
nav.main-navigation {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.header-small nav.main-navigation {
    top: 33px
}

.main-navigation a {
    --font-weight: 700;
    --font-size: 20px;
    --color: #fff;
    text-transform: uppercase;
    --letter-spacing: .05em;
    --text-shadow: 0 -1px 2px rgba(0, 0, 0, .2), 0 1px 2px rgba(255, 255, 255, .2);
    --transition: all .2s ease-in-out
}

.main-navigation a:hover {
    --text-shadow: 0 -1px 2px rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .7);
    --color: rgba(245, 245, 245, 1)
}

.main-navigation li {
    display: block;
    margin-right: 5px;
}

.main-navigation li:after {
    width: 5px;
    height: 5px;
    background-color: #000;
    position: absolute;
    margin: 6px 17px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.main-navigation li:last-child {
    --margin-right: 0
}

.main-navigation li:last-child a {
    font-weight: 100
}

.main-navigation li:last-child:after {
    display: none
}

a.botao-telefone {
    right: 0;
    position: relative;
    transition: all .2s ease-in-out;
    visibility: hidden;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: transparent !important;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: transparent !important;
}
#userMenu{
    /* margin-top: -45px; */
    /* margin-right: -45px; */
    position: absolute;
    right: 50px;
    margin: 0;
}
#userMenu > li > a{
    color: #cab891;
}
#cartContent{
    position: absolute;
    right: 0;
    z-index: 99;
}
#cartContent ul li.dropdown{
    height: 40px;
}
a#cartMenu > span.cartNumberItems {
    font-size: 12px;
    color: #000;
    background: #cab891;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    height: 20px;
    font-weight: 900;
    /* margin-top: -10px; */
    margin-left: 25px;
    position: absolute;
}
.cartSabores{
    font-size: x-small;
    margin-top: -10px;
    margin-bottom: -5px;
}
.cartItem{
    color: #B00000;
}

.insta-icon{
    color:white;
    padding-top: 5px;
}

@media only screen and (max-width: 550px){

    a.botao-telefone {
        right: 0;
        margin-top: 10px;
    }
    .lexsisCheckout{
        /* margin-top: 90px !important;  */
        margin-left: -20px;
        margin-right: -20px;
    }
    #cartCheckout{
        display: none;
    }
    .mtop-15{
        margin-top: 0;
    }
}



@media only screen and (max-width: 1280px){

    .header-insta-icon{
        left: 150px !important;

    }
}

@media only screen and (max-width: 768px){

    .header-insta-icon{
        left: 200px !important;

    }
}

.tel_list {
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

a.botao-telefone.active {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.tel_list:before {
    bottom: 100%;
    right: 35px;
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 8px;
    border-style: solid;
    box-sizing: border-box;
    z-index: 9999999999999;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.tel_list {
    width: 300px;
    background-color: #fff;
    right: 10px;
    top: 100px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    border: 2px solid #fff;
    transition: all .2s ease-in-out;
    margin-top: 20px;
    opacity: 0;
    pointer-events: none
}

.tel_list.active {
    margin-top: 0;
    opacity: 1;
    pointer-events: all
}

.tel_list_responsive {
    top: 75px
}

.tel_list a {
    display: block;
    padding: 10px 20px;
    color: #000;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
    box-shadow: inset 0 -15px 30px -2px rgba(0, 0, 0, .1);
    transition: all .2s ease-in-out
}

.show-menu-responsive,
.tel_list a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.tel_list a:hover {
    background-color: #f1f1f1
}

.tel_list a:first-child {
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
}

.tel_list a:last-child {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -moz-border-radius-bottomleft: 18px;
    -moz-border-radius-bottomright: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px
}

.tel_list a span:first-child {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    color: #ff5613;
    margin-bottom: 5px
}
/*#main-wrapper > .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 119px;
    max-width: 1200px;
}*/
.cardapio-content{
    margin-top: 380px;
    max-width: 1200px;
    padding: 0 40px;
}
.header-content{
    max-width: 1140px;
    min-width: 280px;
}
.lexsisCheckout{
    margin-top: 70px;
    max-width: 1200px;
    padding: 0 40px;
}
.lexsisCheckoutCadastro, .lexsisCheckoutLogin{
    margin-top: 380px;
}
#filtros-categorias-container{
    width: 200px;
    float: left;
    position: absolute;
    border-right: 1px #ccc solid;
    border-left: 1px #ccc solid;
    margin-left: 0px;
    background-color: #fff;
}
.filtros{
    margin-bottom: 0;
}
#filtros-categorias {
    width: 200px;
    margin-right: 10px;
    /*background-color: #fff;*/
    float: left;
    position: absolute;
    margin-left: -1px;

}


#filtros-categorias li a{
    border: 1px solid #d0d0d0;
    border-top: none;
    display: block;
    padding: 13px 13px 9px 9px;
    text-align: center;
}

#filtros-categorias > ul {
    padding:0;
}
#filtros-categorias span {
    background-color: rgb(56, 48, 42);
    font-size: large;
    color:#fff;
    display: block;
    text-align: center;
    padding: 20px 10px 20px 10px;
}

#isotope {
    width: calc(100% - 210px);
    border-left: 1px solid #d0d0d0;
    min-height: 71.2vh
}

#filtros-categorias li {
    display: block;
    font-size: 22px;
    font-weight: 900;
    /* text-transform: uppercase; */
    position: relative;
    background-color: #fff
}

#filtros-categorias li a {
    cursor: pointer;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#filtros-categorias li a {
    color: rgb(102, 51, 51);
}

#filtros-categorias li a,
#filtros-categorias li:after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#filtros-categorias li:after {
    color: #cab891;
}

#filtros-categorias li input {
    position: absolute;
    left: -9999px
}

#filtros-categorias li:after {
    content: '►';
    -ms-transform: scaleX(.6) rotate(180deg);
    -webkit-transform: scaleX(.6) rotate(180deg);
    transform: scaleX(.6) rotate(180deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    margin-right: -3px;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

#filtros-categorias li.selected:after,
#filtros-categorias li:hover:after {
    opacity: 1
}

#filtros-categorias .selected a {
    color: #cab891;
}

.fs-05{
    font-size: 0.5em;
}

.footer-navigation a,
footer span {

}
.social-footer a img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}
footer {
    background-color: rgb(56, 48, 42);
    padding: 40px;
    position:relative;
    z-index: 9999;


}

.footer-border {
    background: url(img/footer_background-01.png);
    display: block;
    height: 50px;
    position: relative;
    z-index: -99
}

.copylogo-wrapper,
.menu-footer-container,
.metaslider,
.social-footer,
.social-footer:after,
footer span {
    display: inline-block
}

.social-footer {
    vertical-align: middle;
    display:none;
}

.social-footer a img {
    transition: all .2s ease-in-out;
    opacity: 1
}

.social-footer a img:hover {
    opacity: .6
}

.social-footer a:first-child {
    margin-right: 10px
}

.social-footer:after {
    width: 5px;
    height: 5px;
    background-color: #fe5b03;
    margin: 6px 19px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

nav.footer-navigation {
    text-align: center
}

.footer-navigation a {
    font-weight: 700;
    color: #fff;
    transition: all .2s ease-in-out
}

.footer-navigation a,
.sc-logo a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.footer-navigation a:hover {
    color: #fed1b9
}

.footer-navigation li {
    display: inline-block;
    margin-right: 39px;
    padding-top: 10px;
}

.footer-navigation li:after {
    width: 5px;
    margin: 6px 19px;
    border-radius: 100%
}
footer .lnr{
    color:#B00000;
    font-size: 16px   ;
    margin-right: 10px;
}

--.copyright:after,
--.footer-navigation li:after {
    content: '';
    height: 5px;
    background-color: #fe5b03;
    position: absolute;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}

footer span {
    font-weight: 200;
    color: #aaa
}

.metaslider {
    max-width: 66.6%!important;
    width: 66.6%
}

#sb_instagram {
    margin: 0;
    width: 33.3%!important;
    max-width: 33.3%!important
}

.copyright {
    margin-right: 39px
}

.copyright:after {
    width: 5px;
    margin: 3px 19px;
    border-radius: 100%
}



small a{
    color: #fff;
}
small a:hover{
    color: #fff;
}
.wizard {
    margin: 0px 0 50px 0;
}

.wizard .nav-tabs {
    position: relative;
    /*margin: 40px auto;*/
    margin-bottom: 0;
    /*border-bottom-color: #e0e0e0;*/
    border-bottom: none !important;
    font-size: 14px;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 10px;
    background: #fff;
    position: absolute;
    width: 25%;
    left: 0;
    right: 0;
    top: 45%;
    z-index: 1;
}

.connecting-line.first {
    margin-left: 12.5%;
}

.connecting-line.second {
    margin-left: 37.5%;
}

.connecting-line.third {
    margin-left: 62.5%;
}

.connecting-line.active {
    background: #cab891;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #cab891;
    border: 2px solid #cab891;

}
.wizard li.active span.round-tab i{
    color: #fff;
}

span.round-tab:hover {
    color: #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}



.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;


}

.wizard .tab-pane {
    position: relative;
    padding-top: 0;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        /* width: 90%;*/
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
