.container {
    width: 940px;
    margin: auto
}

section, header, footer, article, nav {
    display: block
}

#header_inner {
    height: 117px
}

#categories ul {
    float: left;
    list-style: none;
    width: 125px;
    margin: 4px 10px 0 0;
    padding: 0
}

#categories ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    border-radius: 3px;
    line-height: 19px;
    height: 19px;
    letter-spacing: -.5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 0 0 8px
}

#logo {
    float: right;
    margin: 10px 0 0
}

#contacts {
    float: right;
    font-family: Georgia;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0 0 15px
}

nav ul {
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 7px 0 0
}

nav ul li {
    float: left;
    border-right: 1px solid #500022;
    padding: 3px 0
}

#additional_menu {
    float: right;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 6px 0 0
}

a#like {
    float: right;
    margin: 1px 1px 0 0
}

#main {
    margin-top: -6px;
    position: relative;
    padding-bottom: 30px
}

#content {
    width: 600px;
    float: left;
    position: relative;
    border-top-left-radius: 5px;
    -webkit-border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-radius-bottomleft: 5px;
    background: #fff;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-radius-bottomright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-box-shadow: 0 1px 2px #777;
    -webkit-box-shadow: 0 1px 2px #777;
    box-shadow: 0 1px 2px #777;
    margin: 1px 0 0;
    /*padding: 10px 20px*/
    padding: 10px 20px 40px 20px;
}

#full_content {
    position: relative;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 2px 2px #777;
    box-shadow: 0 1px 2px #777;
    margin: 0
}

#order_form .field.radio div {
    margin: 0 5px 0 0
}

#order_form .field.radio input {
    float: left;
    margin-right: 2px;
    margin-top: 2px
}

#order_form .field label {
    float: left;
    width: 100px;
    margin: 3px 0 0
}

.meal_info {
    float: left;
    width: 70%
}

#sidebar {
    float: right;
    width: 300px;
    border-top-right-radius: 5px;
    -webkit-border-radius-topright: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-radius-bottomright: 5px;
    -moz-border-radius-bottomright: 5px;
    padding-bottom: 20px;
    margin: 1px 0 0 -3px
}

#order_form .field.input .input02 {
    width: 85px
}

#order_form .field.input .input03 {
    width: 40px
}

#payment_form input {
    margin: 2px 0 0
}

#sidebar .submit {
    padding: 20px 20px 0
}

.with_photo .meal_info {
    width: 60%;
    padding-left: 15px
}

.table_row {
    padding: 5px 22px 5px 19px
}

.cart_table2 .table_row {
    padding-right: 27px
}

.table_row a {
    float: right;
    margin: -1px 0 0 10px
}

/*.cart_table .right{margin-right:5px}*/
.table_head {
    font-weight: 700;
    padding: 0 2px 0 0
}

/*.cart_table2 .table_head{padding-right:7px}*/
.cart_button a span {
    width: 182px;
    text-align: center
}

.all_price {
    font-size: 11px;
    margin: 10px 0 0
}

.all_price div {
    margin: 5px 20px 0 0
}

.table_head .minus {
    margin-left: 6px
}

.white_row {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    color: #776861;
    border-radius: 3px;
    margin: 1px 0 0;
    padding: 3px 15px
}

.extra_ingredients {
    padding: 20px 0;
}

.extra_ingredients ul {
    float: left;
    width: 25%;
    list-style: none outside none;
    margin: 3px 0 0 0;
    padding: 0
}

.extra_ingredients ul li {
    padding-right: 10px;
}

.extra_ingredients ul li a {
    display: block;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    height: 19px;
    letter-spacing: -.5px;
    line-height: 19px;
    text-decoration: none;
    padding: 0 0 0 8px
}

.extra_ingredients ul li a strong {
    margin-right: 8px;
    font-weight: 400;
    color: #282828
}

.extra_ingredients h2 {
    font-family: Georgia;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    padding: 0
}

.popup_table {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin: 10px 0px
}

.popup_table table {
    width: 100%;
    color: #fff
}

.popup_table table tr td {
    vertical-align: middle;
    padding: 15px
}

td.meal_ingredient {
    /*width: 150px;*/
    font-style: italic;
    font-family: Georgia
}

.popup_nav {
    border-bottom: 1px solid #e7e7e7;
    margin: 0px;
    padding: 15px 0
}

a.step_button {
    margin-right: 10px;
    font-family: Georgia;
    font-size: 16px;
    border: 1px solid #d6d6d6;
    line-height: 22px;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    font-style: italic;
    color: #302b28
}

a.previous {
    background: url('../images/ico.previous.png') no-repeat 0 0;
    padding: 0 15px 0 30px
}

a.next {
    background: url('../images/ico.next.png') no-repeat right 0;
    padding: 0 30px 0 15px
}

.final_price {
    margin: 0 15px 0 0
}

.final_price strong.total {
    margin-left: 20px;
    font-size: 16px
}

.header_image {
    padding-top: 15px;
}

.header_image img {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.table_head .plus {
    margin: 2px 6px 0 0
}

#fancybox-wrap {
    padding: 0
}

.action_msg {
    width: 600px;
    padding: 0 20px 20px
}

/*.products_msg {
	width: 900px
}*/
.products_msg2 {
    width: 880px !important
}

.ing_minus {
    margin-right: -3px;
    margin-top: 5px
}

.cart_plus {
    margin-top: -7px
}

.cart_minus {
    margin-top: -3px
}

.link {
    color: #fff;
    text-decoration: none
}

.link:hover {
    text-decoration: line-through;
    color: #fff
}

#to_basket_block {
    background: #fff;
    position: absolute
}

.bbg {
    border-top: 1px solid #E7E7E7;
    height: 1px;
    margin-left: 20px;
    margin-right: 20px
}

.wa {
    width: auto !important
}

.error {
    color: #EA5555 !important;
    background-color: #fde4e4 !important;
    border-color: #ff0000 !important
}

.tracking_error, .error_msg {
    background: #ff8092;
    color: #fff;
    text-align: center;
    border-bottom: 1px #ce6373 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
    padding: 5px 8px
}

.error_icon {
    background: url(../images/ico.error.gif) no-repeat;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    padding: 0 0 0 30px
}

.cr {
    color: #EA5555 !important
}

.cart_table4 {
    background: #8b7f79;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0 0
}

.popup_table table tr td p {
    width: auto
}

.zipCodeItem:hover {
    background: #bcaba4
}

.change_zip a {
    display: inline-block;
    padding: 3px 0 3px 30px
}

.author {
    padding-left: 140px
}

#sidebar #reviews {
    padding-top: 10px;
    padding-bottom: 15px
}

#sidebar #reviews .rating_text {
    color: #FFF;
    font-size: 10px;
    margin: 1px 0 0 100px
}

#sidebar .loading_button_img {
    margin: -6px 10px 0 -20px
}

#sidebar .button01 span.normal, #sidebar .button01 span.loading {
    width: 170px
}

#sidebar #cart_con {
    border-top: 1px #9D887D dashed
}

.cart_bottom {
    margin-top: 15px;
    border-top: 1px #9D887D dashed;
    padding: 0 15px 0 20px
}

.two_col .col_1 {
    float: left;
    width: 49%
}

.two_col .col_2 {
    float: left;
    margin-left: 2%;
    width: 49%
}

.shopInfo .col_1 {
    float: left;
    width: 150px;
    font-weight: 700
}

.shopInfo .col_2 {
    float: left;
    width: 450px
}

.shopInfo .col_1, .shopInfo .col_2 {
    padding-top: 5px
}

.shopInfo span.weekday {
    display: inline-block;
    width: 100px
}

.shopInfo .min_order_price {
    font-size: 12px;
    color: #888
}

#content p {
    margin-top: 5px;
    margin-bottom: 5px
}

h2, h3, h4, h5 {
    margin: 10px 0 5px;
    padding: 0
}

.socialPlugins {
    height: 22px
}

.social, #order_form {
    padding: 16px 20px
}

.content_sep {
    border-bottom: 1px solid #E7E7E7;
    margin-left: -20px;
    width: 640px
}

.promo_code {
    background: #e0e0e0
}

.average_ratings th span {
    float: left;
    text-align: left;
    width: 75px;
    display: inline-block
}

.no_header_img {
    height: 6px
}

body {
    font-family: Arial
}

nav {
    margin-top: 0;
    margin-bottom: 10px;
    height: 45px
}

nav ul li a {
    color: #fff !important;
    text-decoration: none;
    padding: 0 10px
}

#additional_menu div a {
    float: left;
    font-family: Georgia;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
    line-height: 26px;
    padding: 0 10px
}

h1 {
    font-size: 20px;
    font-family: Georgia;
    font-style: italic;
    font-weight: 400;
    margin: 0
}

h1.content_title, h2.content_title {
    font-size: 30px;
    border-bottom: 1px solid #E7E7E7;
    margin: 0 0 15px -20px;
    padding: 0 20px 10px
}

.meal {
    border-top: 1px solid #e7e7e7;
    margin-right: 3px;
    padding: 15px 0
}

.meal.last {
    border-bottom: 1px solid #e7e7e7
}

.meal_price strong {
    font-size: 16px;
    color: #3e3e3e;
    margin-left: 10px
}

.meal_price a {
    float: right;
    margin: 3px 0 0;
}

#content_bottom {
    height: 10px;
    background: url(../images/bg.content_bottom.png) no-repeat
}

.meal_info p {
    margin: 5px 0 0
}

.sizes {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 25px;
    height: 25px
}

.sizes span {
    float: left;
    font-style: italic;
    border-top-left-radius: 5px;
    -webkit-border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    padding: 0 20px
}

.sizes a {
    float: left;
    line-height: 25px;
    text-decoration: none;
    padding: 0 20px
}

h2, h3 {
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin: 0
}

.header_h1 {
    float: left;
    margin-top: 6px;
}

.sub_category .meal.first {
    border-top: none
}

#sidebar .fb-like {
    float: left !important
}

#cart {
    color: #fff;
    font-size: 12px;
    padding: 16px 15px 0 20px
}

.checkoutForm {
    margin-top: 15px
}

#sidebar .sidebar_head {
    font-size: 19px;
    font-family: Georgia;
    font-style: italic
}

#empty_cart {
    font-size: 11px;
    margin: 15px 0 0
}

#order_form {
    border-bottom: 1px dashed #9D887D;
    border-top: 1px dashed #9D887D;
    padding: 20px
}

#order_form .field {
    font-size: 11px;
    color: #fff;
    margin: 10px 0 0
}

#order_form .field.input input {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px
}

#order_form .field.textarea textarea {
    height: 35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px
}

#order_form .field.select .select01 {
    width: 160px;
    background: #665750;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #a99a93;
    border: 1px solid #584b45;
    padding: 1px 2px
}

#payment_form label {
    width: 230px;
    margin: 0 0 0 10px
}

#payment_form label span {
    font-size: 14px;
    display: block;
    color: #f9f4eb
}

#accept_form label {
    width: 230px;
    color: #fff;
    font-size: 11px;
    margin: 0 0 0 10px
}

a.button01 span {
    font-style: italic;
    color: #302b28;
    float: left;
    line-height: 40px;
    font-family: Georgia;
    padding-left: 30px;
    font-size: 18px;
    background: url(../images/btn.white.png) no-repeat
}

a.button01 strong {
    float: left;
    height: 40px;
    font-family: Georgia;
    width: 53px;
    font-size: 0;
    background: url(../images/btn.white.png) no-repeat right 0
}

a:hover.button01 span {
    background: url(../images/btn.white.png) no-repeat 0 bottom
}

a:hover.button01 strong {
    background: url(../images/btn.white.png) no-repeat right bottom
}

.sub_photo {
    text-align: center;
    padding: 0 0 12px
}

.with_photo {
    padding-left: 0 !important;
    background: url(../images/bg.with_photo.gif) repeat-y 105px 0
}

.meal_photo {
    width: 110px;
    text-align: center
}

.txt ul li {
    background: url(../images/ico.unordered_list.gif) no-repeat 0 4px;
    padding-left: 15px;
    margin: 10px 0 0
}

.rating a {
    float: left;
    width: 16px;
    margin-right: 2px;
    height: 15px;
    background: url(../images/ico.grey_star.png) no-repeat 0 0
}

.rating a.full {
    background: url(../images/ico.yellow_star.png) no-repeat 0 0
}

.form {
    font-size: 11px
}

.form label {
    float: left;
    font-size: 11px;
    width: 140px;
    margin: 3px 0 0
}

.form .input02, .form .textarea02, .form .select02 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cdcdcd
}

.form .input02 {
    width: 150px;
    color: #7e7e7e;
    padding: 2px 5px
}

.form .select02 {
    width: 165px;
    color: #7e7e7e;
    padding: 2px 5px
}

.form .textarea02 {
    width: 310px;
    color: #7e7e7e;
    height: 125px;
    padding: 2px 5px
}

a.button02 {
    float: left;
    text-shadow: -1px -1px 0 #89610d;
    text-decoration: none
}

a.button02 span {
    font-style: italic;
    color: #fff;
    float: left;
    text-decoration: none;
    line-height: 25px;
    font-family: Georgia;
    padding-left: 15px;
    font-size: 16px;
    background: url(../images/btn.button02.gif) no-repeat
}

a.button02 strong {
    float: left;
    height: 25px;
    font-family: Georgia;
    width: 15px;
    font-size: 0;
    background: url(../images/btn.button02.gif) no-repeat right 0
}

a:hover.button02 span {
    background: url(../images/btn.button02.gif) no-repeat 0 bottom
}

a:hover.button02 strong {
    background: url(../images/btn.button02.gif) no-repeat right bottom
}

a.button02.disabled {
    opacity: 0.5 !important
}

a:hover.button02.disabled span {
    background: url(../images/btn.button02.gif) no-repeat !important
}

a:hover.button02.disabled strong {
    background: url(../images/btn.button02.gif) no-repeat right 0 !important
}

.table_inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px
}

.cart_table, .cart_table2 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0 0;
    padding: 5px 2px
}

.extra_ingredients ul li a:hover strong, .extra_ingredients ul li.active a strong {
    color: #fff
}

.extra_ingredients ul li a span {
    width: 140px;
    height: 19px;
    overflow: hidden
}

.popup_table td strong.right {
    white-space: nowrap
}

.popup_table table tr.last td {
    border-bottom: none
}

.popup_table table span.meal_title {
    font-size: 18px;
    font-style: italic;
    font-family: Georgia
}

.red_box {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    background: #ea5555;
    padding: 5px
}

.popup_closed_header {
    font: italic normal normal 28px Georgia, serif;
    color: #FFF;
    background: #DC7F93;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 11px 0 13px
}

.popup_closed_content .contact_info {
    float: left;
    width: 34%;
    border-right: 1px #E7E7E7 solid;
    margin: 20px 0;
    padding: 15px 2% 15px 0
}

.popup_closed_content .contact_info img {
    float: left;
    margin-right: 10px
}

.popup_closed_content .opening_info {
    float: left;
    width: 61%;
    background: url(../images/bg.closed.content.png) no-repeat right 15px;
    min-height: 75px;
    margin: 20px 0;
    padding: 15px 0 15px 2%
}

.popup_closed_content .opening_time {
    font-size: 20px;
    color: #dc7f93
}

.popup_closed_content .preorder_text {
    font: italic 22px Georgia, serif;
    color: #84bb00;
    padding: 15px 0 0
}

.popup_closed_buttons {
    border-top: 1px #E7E7E7 solid;
    text-align: center;
    padding: 15px 0 0
}

.popup_closed_buttons a {
    display: inline-block;
    background-color: #84bb00;
    border: 1px #84bb00 solid;
    color: #fff;
    font: italic 14px Georgia, serif;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 10px;
    padding: 2px 10px 3px 20px
}

.popup_closed_buttons a.btn_back {
    background: none;
    color: #302b28;
    border-color: #d6d6d6;
    padding: 2px 20px 3px 10px
}

.popup_closed_buttons a:hover {
    text-decoration: underline;
    color: #fff
}

.popup_closed_buttons a.btn_back:hover {
    color: #302b28
}

#time_picker {
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 153px;
    position: absolute;
    padding: 5px 0 5px 5px
}

#time_picker * {
    vertical-align: middle
}

#time_picker .title {
    font-size: 15px;
    font-family: Georgia;
    font-style: italic
}

#time_picker .header {
    margin-top: 6px
}

#time_picker .hours span, #time_picker .minutes span, #time_picker .next, #time_picker .prev, #time_picker .asap {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    cursor: default
}

#time_picker .asap {
    margin: 8px 0 5px;
    padding: 3px 7px
}

#time_picker .next, #time_picker .prev {
    margin: 0 5px;
    padding: 0 5px 2px
}

#time_picker .hours span, #time_picker .minutes span {
    width: 20px;
    margin: 3px 0 0;
    padding: 2px 0
}

#time_picker .hours span.active, #time_picker .minutes span.active, #time_picker .next, #time_picker .prev, #time_picker .asap {
    background-color: #FAF9F8;
    cursor: pointer
}

#time_picker .hours span.selected, #time_picker .hours span.active:hover, #time_picker .minutes span.selected, #time_picker .minutes span.active:hover, #time_picker .next:hover, #time_picker .prev:hover, #time_picker .asap:hover {
    background-color: #C2BCB0
}

#time_picker .minutes, #time_picker .minutes_header {
    display: none
}

.shippingPrice {
    font-size: 12px;
    color: #444
}

.average_ratings {
    width: 100%;
    border-bottom: 1px #ebe6ae solid;
    background: #fffbd2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 15px 0 25px
}

.average_ratings th, .average_ratings td {
    border-right: 1px solid #efe9b1;
    line-height: 18px;
    padding: 5px 10px
}

.average_ratings th {
    color: #cfaa1d;
    padding-top: 10px
}

.average_ratings td {
    color: #9d9158;
    font-size: 12px
}

.average_ratings .percent {
    display: inline-block;
    float: right;
    color: #cfaa1d;
    width: 100px;
    text-align: right
}

.average_ratings .percent span {
    display: inline-block;
    width: 65px;
    height: 18px;
    background: #f5f1c4;
    float: left
}

.average_ratings .percent span span {
    display: inline-block;
    background: #edc836;
    height: 18px
}

.review {;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 25px
}

.review .review_header {
    color: #7d0035;
    font-weight: 700;
    font-size: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(../images/ico.review.gif) 10px center no-repeat;
    padding: 5px 0 5px 35px
}

.review .review_header span {
    font-size: 12px;
    color: #a8a8a8
}

.review .review_comment {
    padding: 10px 13px
}

.review .review_ratings {
    padding: 0 13px 10px
}

.review .rating {
    float: left;
}

.review .rating span {
    float: left;
    color: #A3A3A3;
    font-weight: 700;
    display: inline-block;
    padding: 0 13px 0 0
}

.review .rating a {
    cursor: default
}

.rating_input {
    display: inline-table
}

#statusCheckResult {
    /*width:540px;*/
    margin: 25px auto
}

#statusCheckResult table {
    width: 100%;
    margin: 0 0 20px
}

#statusCheckResult th {
    background-color: #9e9e9e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    padding: 7px 0
}

#statusCheckResult td {
    background-color: #f7f7f7;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #797979;
    font-weight: 700;
    padding: 7px 20px 7px 50px
}

#statusCheckResult .active td {
    color: #e4721e;
    background: #f9eab2
}

#statusCheckResult .active td.last {
    background: #f9eab2 url(../images/ico.order_active.gif) no-repeat 17px center
}

#statusCheckResult .done td {
    color: #7ab300;
    background: #e1f6b2
}

#statusCheckResult .done td.last {
    background: #e1f6b2 url(../images/ico.order_done.gif) no-repeat 16px center
}

#statusCheckResult img {
    display: block;
    float: left;
    margin-right: 46px;
    filter: alpha(opacity=15);
    opacity: 0.15
}

#statusCheckResult img.last {
    margin-right: 0
}

#statusCheckResult img.active {
    filter: alpha(opacity=100);
    opacity: 1
}

.reviewBlock {
    /*width:540px;margin:0 auto 25px*/
}

.review_timer {
    background: #fff4ab;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #e9d587
}

.review_timer span {
    display: inline-block;
    background: #fff4ab url(../images/ico.review_timer.gif) no-repeat 0 center;
    color: #a9933b;
    padding: 12px 0 12px 40px
}

.reviewBlock .rating label {
    width: auto;
    color: #4c4c4c;
    font-size: 13px;
    font-weight: 700;
    margin: -1px 0 0;
    padding: 0 13px 0 0
}

.reviewBlock .error label {
    color: #EA5555
}

.reviewBlock .rating {
    float: left; /*width:33%;margin-top:0*/
}

/*.reviewBlock textarea{width:97.5%!important;margin:10px 0 0}*/
.reviewBlock .review {
    margin: 20px 0 0
}

.coupons .meal_photo {
    width: 72px;
    padding: 5px 20px 0 0
}

.coupons .meal_info {
    width: 65%
}

.coupons .meal_price strong {
    color: #e95b44
}

.coupons .promo_code {
    position: relative;
    line-height: 30px
}

.coupons .promo_code .code {
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #7e3654;
    color: #fff;
    padding: 0 10px
}

.coupons .promo_code .code a {
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #662741;
    color: #f9bcd5;
    text-decoration: underline;
    line-height: 22px;
    padding: 0 10px
}

.coupons .promo_code .stats {
    position: absolute;
    right: 10px
}

.orderTrackingFooter {
    font-size: 12px;
    color: gray;
    width: 540px;
    margin: 0 auto 25px
}

.add_to_card_button {
    width: 38px;
    height: 20px
}

.logout_in_shop {
    float: right;
    color: #E9A326;
    text-decoration: none;
    margin-top: 8px;
    margin-right: 5px
}

.logout_in_shop:hover {
    text-decoration: underline;
    color: #E9A326;
    cursor: pointer
}

.tabs_content {
    background: #fff;
    background-image: linear-gradient(tobottom, #ffffff0%, #efefef100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; /*margin: 0 -18px -15px;*/
    /*padding: 10px 18px 25px*/
}

#login_popup .tabs_content {
}

.address_form {
    width: 430px
}

.form_line label {
    display: block;
    float: left;
    width: 135px;
    line-height: 39px;
    text-align: right;
    padding: 0 15px 0 0
}

.form_line label.short {
    display: block;
    float: left;
    width: 80px;
    padding: 0 10px
}

.form_line {
    padding: 0 0 11px
}

.form_line .btn {
    float: none
}

.inpt {
    width: 258px;
    height: 17px;
    border: 1px #d8d8d8 solid;
    font-size: 14px;
    color: #444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px
}

.success_text {
    color: #487d28;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px
}

.error_text {
    color: #EA5555;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px
}

.a-center {
    float: right;
    margin-right: 49px
}

.address_form .a-center {
    float: none;
    text-align: left;
    margin-right: 0;
    padding-bottom: 6px;
}

.class_to_shop_login {
    margin-top: 0 !important;
    cursor: pointer;
}

.cart_button2 {
    margin-top: 0;
    margin-right: 49px;
    float: right
}

.cart_button2 a span {
    width: 100px
}

.like_a {
    color: #E9A326 !important;
    cursor: pointer
}

.autologin {
    width: 284px;
    padding-left: 153px;
    margin-bottom: 10px
}

.sticker_left_info {
    background: #fff;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 243px;
    margin-left: 21px;
    text-align: center;
    padding: 5px 10px
}

.product_list_new_table {
    width: 600px
}

.product_list_new_table th {
    color: #fff;
    border-left: 1px solid #f0bf68;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 15px
}

.product_list_new_table th.lastone {
    border: none;
    font-weight: 400;
    padding: 0
}

.brr {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}

.brl {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px
}

.product_list_new_table .meal_title:hover {
    text-decoration: none;
    cursor: auto
}

.bn {
    border: none
}

.ti {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.custom_price {
    vertical-align: top;
    padding-top: 20px;
    text-align: center;
    width: 75px
}

.custom_price strong {
    font-size: 16px;
    cursor: pointer
}

.custom_price span {
    cursor: pointer
}

.meal2 {
    border-bottom: 1px solid #e7e7e7;
    margin-right: 3px;
    padding: 15px 0
}

.login_button {
    width: 100px;
    height: 24px;
    border: 1px solid #C44E25;
    color: #C44E25;
    font-weight: 700;
    float: right;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.login_button:hover {
    border: 1px solid #E9A326;
    color: #E9A326
}

.login_text {
    color: #fff;
    width: 155px;
    float: left;
    font-size: 11px
}

.login_text a {
    color: #E9A326 !important
}

.login_conn {
    margin: 10px 20px
}

.custom_select {
    color: #E9A326;
    background: #665750;
    border: 1px solid #584B45;
    width: 160px
}

.new_layout_tr {
    background: #e9a326
}

.cart_add_remove_icon {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-table;
    line-height: 14px;
}

.cart_coupon {
    font-weight: 400;
    font-size: 10px;
    margin-left: 15px;
    display: inline-table
}

.cart_free_product {
    font-weight: 400;
    font-size: 10px;
    display: inline-table
}

.allergenic_list {
    padding-left: 20px
}

nav .container, .clear {
    clear: both
}

#categories ul li, .extra_ingredients ul li {
    margin-top: 4px
}

nav ul li.last, #additional_menu div a.last, .sizes a.last, .average_ratings .last {
    border-right: none
}

#additional_menu div, .left, .form_line input, .form_line texarea {
    float: left
}

#menu ul, .txt ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.right, .meal_price {
    float: right;
    text-align: right;

}

#order_form .field.textarea .textarea01, #order_form .field.input .input01 {
    width: 148px
}

#payment_form .field, .form .field, .cart_button {
    margin: 15px 0 0
}

#accept_form .field, .cart_table, .cart_table3 {
    margin: 10px 0 0
}

.form .field div, .sub_category p, .popup_closed_header img {
    margin-right: 20px
}

.form .radio02, .form .checkbox02 {
    margin: 1px 5px 0 0
}

#fancybox-content, #fancybox-outer {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.disabled, .disabled span {
    color: #ddd !important
}

.cart_table4 .table_outer, .cart_table3 .table_outer {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#sidebar #reviews .rating_text a:hover, #sidebar .change_zip a:hover, nav ul li a:hover, #additional_menu div a:hover, a:hover.meal_title, .sizes a:hover, a:hover.step_button, .like_a:hover, .login_text a:hover {
    text-decoration: underline
}

.two_col, .shopInfo {
    clear: both;
    float: left;
    width: 100%
}

.shopInfo .current, #time_picker .date {
    font-weight: 700
}

a.meal_title, .allergenic_title {
    font-family: Georgia;
    font-style: italic;
    text-decoration: none;
    font-size: 18px
}

.meal_price strike, .coupons .meal_price strike span, .custom_price strike {
    color: #828282
}

#payment_form, #accept_form {
    border-bottom: 1px dashed #9D887D;
    padding: 16px 20px
}

a.button01, .sizes a:hover.active, a.button02 small, .coupons .promo_code .code a:hover {
    text-decoration: none
}

.cart_table .table_head span.left.cp, .cart_table2 .table_head span.left.cp, .cart_table3 .table_head span.left.cp {
    width: 165px
}

.min_price, .coupons .meal_price strike {
    color: #e9a326
}

.all_price strong, #popup .extra_ingredients span.left, #popup .extra_ingredients strong.right {
    font-size: 12px
}

.average.ratings tr.bottom td, .average_ratings .bottom {
    padding-bottom: 15px
}

.custom_price strong:hover, .custom_price span:hover {
    background-color: #790033;
    color: #fff
}

.allergenic_table {
    width: 100%
}

.allergenic_table tr {
    border-bottom: 1px solid #e7e7e7
}

.allergenic_table td {
    padding: 5px
}

.allergenic_part {
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.allergenic_title_header {
    font-size: 13px;
    font-weight: bold;
}

.w3 {
    width: 3px;
}

.w3_ {
    width: 18px;
}

.allergenic_table_con {
    height: 400px;
    overflow: auto;
}

.not_specified {
    color: #ddd;
}

.popup_menu_group_table {
    width: 100%;
}

.popup_menu_group_table td {
    background: red;
    text-align: center;
}

/*.popup_menu_group .extra_ingredients ul {
	width: 276px;
}*/
.popup_menu_group .extra_ingredients ul li a {
    height: 29px;
    line-height: 29px;
}

.popup_menu_group .extra_ingredients ul li a.selected {
    background: #790033;
    color: #fff;
}

.popup_menu_group .extra_ingredients ul li a.selected strong {
    color: #fff;
}

/*.popup_menu_group .extra_ingredients ul li a span {
	height: 29px;
	width: 180px;
}
.popup_menu_group .extra_ingredients ul li a span.left {
	font-size: 14px!important;
}*/
.title_with_link {
    font-family: Georgia;
    font-style: italic;
    font-size: 18px;
    cursor: pointer;
}

.title_with_link:hover {
    text-decoration: underline;
}

a.blink_border {
    /*border: #302b28!important;*/
    border: 1px #790033 solid;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: case-in;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

a.blink_border:hover {
    -webkit-animation-play-state: paused;
}

.cart_title {
    width: 165px !important;
}

.order_info_boxes .order_info_box .ordered_product_list li.ordered_product_list_total2 {
    padding: 0;
    font-weight: bold;
    background: none;
    line-height: 20px;
}

.order_info_boxes .order_info_box .ordered_product_list li.ordered_product_list_total2 span {
    float: right;
}

/* UPDATES */
h1.page_title {
    font-size: 30px;
    font-family: Georgia;
    margin: 0;
    padding: 20px 0 20px 20px;
    font-style: italic;
    font-weight: 400;
    border-bottom: 1px #e7e7e7 solid;
}

.tracking {
    /*width: 885px;*/
    margin: 0 auto;
    padding: 25px 0 40px;
    text-align: center;
}

.tracking .tracking_title {
    display: table;
    width: 100%;
    height: 35px;
    color: #848484;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    font-size: 12px;
}

.tracking .tracking_title span {
    vertical-align: middle;
    display: table-cell;
    height: 35px;
    width: 100%;
}

.tracking .tracking_bar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    height: 50px;
}

.tracking .col .tracking_bar span {
    display: block;
    width: 88px;
    margin: 0 auto;
    text-align: center;
}

.tracking .col .tracking_bar {
    background: url(../images/tracking_middle.png) no-repeat center -100px;
    text-align: center;
}

.tracking .col .active_bar {
    background-position: center 0px;
}

.tracking .col .done_bar {
    background-position: center -50px;
}

.tracking .col_first .tracking_bar {
    background: url(../images/tracking_first.png) no-repeat left -100px;
    text-align: left;
}

.tracking .col_first .active_bar {
    background-position: left 0px;
}

.tracking .col_first .done_bar {
    background-position: left -50px;
}

.tracking .col_first .tracking_bar span {
    margin: 0;
}

.tracking .col_first .tracking_inf {
    width: 88px;
}

.tracking .col_last .tracking_bar {
    background: url(../images/tracking_last.png) no-repeat right -100px;
    text-align: right;
}

.tracking .col_last .active_bar {
    background-position: right 0px;
}

.tracking .col_last .done_bar {
    background-position: right -50px;
}

.tracking .col_last .tracking_bar span {
    margin: 0;
    float: right;
}

.tracking .col_last .tracking_inf {
    width: 88px;
    float: right;
}

.tracking .col {
    float: left;
}

.tracking7 .col {
    width: 135px;
}

.tracking7 .col_first {
    width: 105px;
}

.tracking7 .col_last {
    width: 105px;
}

.tracking6 .col {
    width: 158px;
}

.tracking6 .col_first {
    width: 127px;
}

.tracking6 .col_last {
    width: 126px;
}

.tracking5 .col {
    width: 200px;
}

.tracking5 .col_first {
    width: 142px;
}

.tracking5 .col_last {
    width: 143px;
}

.tracking4 .col {
    width: 259px;
}

.tracking4 .col_first {
    width: 183px;
}

.tracking4 .col_last {
    width: 184px;
}

.tracking3 .col {
    width: 407px;
}

.tracking3 .col_first {
    width: 239px;
}

.tracking3 .col_last {
    width: 239px;
}

.tracking .menu_icon {
    width: 49px;
    height: 57px;
    margin: 0 auto;
    background: url(../images/track1.png) no-repeat;
}

.tracking .ready_icon {
    width: 38px;
    height: 57px;
    margin: 0 auto;
    background: url(../images/track2.png) no-repeat;
}

.tracking .rest_rec_icon {
    width: 42px;
    height: 57px;
    margin: 0 auto;
    background: url(../images/track3.png) no-repeat;
}

.tracking .baking_icon {
    width: 42px;
    height: 57px;
    margin: 0 auto;
    background: url(../images/track4.png) no-repeat;
}

.tracking .packing_icon {
    width: 45px;
    height: 57px;
    margin: 0 auto;
    background: url(../images/track5.png) no-repeat;
}

.tracking .delivering_icon {
    width: 55px;
    height: 57px;
    margin: 0 auto;
    background: url(../images/track6.png) no-repeat;
}

.tracking .delivered_icon {
    width: 28px;
    height: 57px;
    margin: 0 auto;
    background: url(../images/track7.png) no-repeat;
}

.order_info_boxes {
    width: 918px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.order_info_boxes .order_info_box {
    width: 256px;
    padding: 13px 13px;
    margin: 0 12px;
    min-height: 190px;
    background: #f4ebdb;
    border-bottom: 1px #d5cab6 solid;
    float: left;
    color: #4f4f4f;
    line-height: 18px;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.order_info_boxes .order_info_box h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 21px;
    font-style: italic;
    color: #282828;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 2px #000 solid;
}

.order_info_boxes .order_info_box .ordered_product_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order_info_boxes .order_info_box .ordered_product_list li {
    background: url(../images/bullet-purple.png) no-repeat 1px 5px;
    padding: 0 50px 0 15px;
    color: #4f4f4f;
}

.order_info_boxes .order_info_box .ordered_product_list li .price {
    margin-right: -50px;
    float: right;
    text-align: right;
}

.order_info_boxes .order_info_box .ordered_product_list li.ordered_product_list_total {
    text-align: right;
    padding: 0;
    font-weight: bold;
    background: none;
}

.order_info_boxes .order_info_box .rating {
    margin: 0 0 10px;
}

.order_info_boxes .order_info_box .rating .rating-label {
    float: left;
    margin: 0 10px 0 0;
    font-weight: bold;
}

.order_info_boxes .order_info_box textarea {
    width: 234px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 8px 10px;
    border: 1px #9e9e9e solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #4f4f4f;
}

.order_info_boxes .order_info_box button {
    background: #790033;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 178px;
    height: 30px;
    border: none;
    margin-top: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.order_info_box2 {
    height: 190px;
    overflow: auto;
}

.custom_input {
    color: #E9A326;
    background: #665750;
    border: 1px solid #584B45;
    width: 90px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
}

.discount_code_text {
    font-size: 11px;
    float: right;
    margin: 3px 0 0;
    padding-right: 5px;
}

.save_code_button {
    width: 60px;
    border: 1px solid #C44E25;
    color: #C44E25;
    margin-top: 2px;
    margin-left: 5px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    height: 18px;
    background: #fff;
}

.save_code_button:hover {
    border: 1px solid #E9A326;
    color: #E9A326;
}

.mr3 {
    margin-right: 3px;
}

.global_discount {
    text-decoration: underline;
    color: #fff;
}

.global_discount:hover {
    text-decoration: none;
    color: #fff;
}

.global_discount_color {
    color: #E9A326
}

#deal-teaser-big {
    background-image: url("../images/deal_teaser.png");
    background-position: -1px top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: -5px;
    padding: 0;
    max-width: 294px;
}

#deal-teaser-big .deal-area {
    height: 55px;
    padding: 0;
    position: relative;
}

#deal-teaser-big .deal-area #discount-login-teaser-value {
    font-size: 30px;
    left: 15px;
    position: absolute;
    top: 7px;
}

#deal-teaser-big .deal-area .deal-headline {
    font-size: 18px;
    left: 164px;
    position: absolute;
    top: 11px;
}

#deal-teaser-big .deal-area .deal-subline {
    font-size: 11px;
    left: 110px;
    position: absolute;
    top: 32px;
}

#full_content img, .header_image img, .sub_category img {
    max-width: 100%;
    height: auto;
}

.sub_category img {
    /*width: 100%;*/
    height: auto;
}

.sub_category .meal2 img {
    width: auto;
}

.meal_title img {
    width: auto;
}

.cart-button {
    display: none;
}

.additional_mobile_menu {
    display: none;
}

.additional_mobile_menu ul {
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    list-style: none;
}

#subcategories {
    margin: 0 0 0 0;
    padding: 15px 0 10px;
    border-bottom: 1px #ccc solid;
    list-style: none;
    text-align: center;
}

#subcategories li, .additional_mobile_menu li {
    float: left;
    width: 20%;
    padding: 0 0 5px 0;
    margin: 0;
}

.additional_mobile_menu li {
    width: 25%;
}

#subcategories li a, .additional_mobile_menu li a {
    display: block;
    border: 1px #ccc solid;
    background: #fff;
    padding: 0 2px;
    margin: 0 3px;
    line-height: 28px;
    border-radius: 3px;
}

#subcategories li:last-child, .additional_mobile_menu li:last-child {
    border: none;
}

.jobs-form td {
    padding-bottom: 4px;
}

.fuh-klasse {
    display: inline;
}

.fuh-nr {
    display: inline;
}

.fuh-seit {
    display: inline;
}

.mobile_price {
    float: left;
    width: 21%;
    padding: 5px 4% 5px 0;
}

.custom_mobile_price {
    width: auto;
    padding-top: 10px;
    text-align: center;
}

.size_title {
    background: #e9a326;
    border-radius: 2px;
    padding: 2px 6px;
    margin-bottom: 4px;
    display: inline-block;
    color: #fff;
}

.expand-container {
    display: none;
}

.mobile_popup {
    padding: 30px 20px 20px;
}

.mobile_popup .address_form {
    background: #fff;
}

.zipCodeItem a.cp {
    display: block;
    padding-right: 15px;
}

@media (max-width: 1140px) {
    .extra_ingredients ul {
        width: 33%;
    }
}

/* Medium devices */
@media (max-width: 992px) {
    h1.content_title {
        margin: 0 0 15px 0px;
    }

    #full_content {
        width: 100%;
        overflow: hidden;
    }

    #subcategories {
        margin: 0;
        border-top: 1px #ccc solid;
    }

    .container {
        width: 750px;
    }

    #categories ul {
        width: 100px;
        margin-right: 4px;
    }

    #contacts {
        margin-left: 10px;
        font-size: 13px;
    }

    #content {
        width: 486px;
        padding-left: 12px;
        padding-right: 12px;
    }

    #sidebar {
        width: 243px;
    }

    .product_list_new_table {
        width: 100%;
    }

    #sidebar img {
        max-width: 100%;
    }

    .login_text {
        width: auto;
        float: none;
    }

    .login_button {
        height: 24px;
        float: none;
    }

    .sticker_left_info {
        width: auto;
        margin-right: 21px;
    }

    .popup_closed_content .contact_info img {
        float: none;
        margin: 0 0 15px;
    }

    .products_msg .popup_closed_header {
        font-size: 25px;
    }

    header {
        background: rgba(255, 255, 255, 0.50) !important;
    }

    .cart-button {
        padding: 0 19px;
        margin: 0 -15px;
        background: #776861;
    }

    .cart-button a.crt {
        display: block;
        float: left;
        line-height: 22px;
        padding: 8px 0 9px 30px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        background: url(../images/cart.png) no-repeat left 11px;
    }

    .cart-button span.expnd {
        float: right;
        display: block;
        width: 26px;
        height: 39px;
        cursor: pointer;
        background: url(../images/expand_nav.png) no-repeat center;
    }

    .cp .pl20 {
        padding-left: 10px !important;
    }

    .extra_ingredients {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .extra_ingredients ul {
        width: 50%;
    }

    #deal-teaser-big .deal-area #discount-login-teaser-value {
        font-size: 20px;
        left: 18px;
        position: absolute;
        top: 15px;
    }

    #deal-teaser-big .deal-area .deal-headline {
        font-size: 16px;
        right: 7px;
        left: auto;
        position: absolute;
        top: 11px;
    }

    #deal-teaser-big .deal-area .deal-subline {
        font-size: 10px;
        right: 7px;
        left: auto;
        position: absolute;
        top: 32px;
    }

    .cart_table .plus {
        padding-right: 5px !important;
    }

    .cart_add_remove_icon {
        font-size: 22px;
        line-height: 10px;
    }

    .cart_table .table_head span.left.cp, .cart_table2 .table_head span.left.cp, .cart_table3 .table_head span.left.cp {
        width: 95px !important;
        font-size: 11px;
        line-height: 13px;
    }

    .custom_input {
        width: 40px;
    }

    /*#order_form .field label {
            float: none;
            width: auto;
        }
        #order_form .field .right {
            float: none;
        }
        #order_form .field .left {
            float: none;
        }
        #order_form .field.radio div.left {
            float: left;
        }
        #sidebar #order_form .field.input input, #sidebar #order_form .field.textarea textarea {
            width: 94%;
        }
         #sidebar #order_form .field #phone_prefix {
             width: 30%;
         }*/
    #order_form .field label {
        width: 92px;
    }

    #order_form .field.textarea .textarea01, #order_form .field.input .input01 {
        width: 99px;
    }

    #order_form .field.input .input02 {
        width: 60px;
    }

    #order_form .field.input .input03 {
        width: 25px;
    }

    #payment_form label {
        width: 174px;
    }

    #payment_form input {
        margin-top: 3px;
    }

    #accept_form label {
        width: 180px;
    }

    #accept_form input {
        margin-top: 3px;
    }

    #sidebar .button01 {
        padding-right: 0 !important;
    }

    #sidebar .button01 span.normal, #sidebar .button01 span.loading {
        width: 128px;
        padding-left: 12px;
        font-size: 13px;
    }

    a.button01 span {
        padding-left: 0;
        width: 173px;
    }

    a.button01 strong {
        width: 35px;
    }

    #order_form {
        /*width: 203px;*/
    }

    #deal-teaser-big {
        background: url(../images/deal_teaser_sm.png) no-repeat;
        margin-left: 3px;
    }

    #deal-teaser-big .deal-area .deal-headline {
        right: 17px;
    }

    #deal-teaser-big .deal-area .deal-subline {
        right: 17px;
    }

    #deal-teaser-big .deal-area #discount-login-teaser-value {
        font-size: 20px;
        left: 14px;
        top: 10px;
    }

    .custom_select {
        width: 111px;
    }

    .extra_ingredients ul li a {
        line-height: 30px;
        height: 30px;
    }

    .shopInfo .col_1 {
        padding-top: 10px;
    }

    .shopInfo .col_1, .shopInfo .col_2 {
        float: none;
        width: auto;
    }

    .tracking3 .col {
        width: 232px;
    }

    .order_info_boxes {
        width: auto;
    }

    .order_info_boxes .order_info_box {
        margin: 0 8px;
        min-height: 200px;
        padding: 12px;
        width: 196px;
    }

    .tracking5 .col {
        width: 166px;
    }

    .tracking5 .col_first,
    .tracking5 .col_last {
        width: 105px;
    }

    .tracking7 .col {
        width: 108px;
    }

    .tracking7 .col_first,
    .tracking7 .col_last {
        width: 85px;
    }

}

/* Small devices */
@media (max-width: 768px) {

    .two_col, .shopInfo {
        float: none;
    }
    .container {
        width: 100%;
    }

    .core {
        padding-left: 15px;
        padding-right: 15px;
    }

    header, nav {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header_inner {
        height: auto;
        padding: 115px 0 15px;
        position: relative;
        text-align: center;
    }

    #logo {
        float: none;
        position: absolute;
        left: 5px;
        top: 0;
    }

    #contacts {
        float: none;
        position: absolute;
        right: 5px;
        top: -5px;
        width: 60%;
        text-align: right;
    }

    #categories ul {
        width: 23%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 0;
        padding-top: 0;
    }

    #categories ul li a {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    #content {
        width: auto;
        float: none;
        border-radius: 5px 5px 0 0;
    }

    #sidebar {
        width: auto;
        float: none;
        border-radius: 0 0 5px 5px;
        margin-left: 0;
        margin-top: -4px;
    }

    .popup_closed_buttons a.btn_back {
        margin-bottom: 15px;
    }

    .popup_closed_content .contact_info {
        float: none;
        width: auto;
        border-right: none;
        margin-top: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .popup_closed_content .contact_info img {
        float: left;
        margin: 0 15px 0 0;
    }

    .popup_closed_content .opening_info {
        float: none;
        width: auto;
        margin: 10px 0;
    }

    .products_msg .popup_closed_header {
        font-size: 20px;
    }

    .product_list_new_table th {
        padding: 2px 4px;
        font-size: 11px;
    }

    .cart-button {
        display: block;
    }

    /*
    .cart-button a,  .cart-button a:visited {
        display: block;
        background: #776861;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }*/
    .address_form {
        width: auto;
    }

    #deal-teaser-big {
        margin-left: 12px;
    }

    .popup_table table span.meal_title {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }

    .cart_table .table_head span.left.cp, .cart_table2 .table_head span.left.cp, .cart_table3 .table_head span.left.cp {
        width: 150px !important;
    }

    .custom_input {
        width: 70px;
    }

    #deal-teaser-big {
        background: url(../images/deal_teaser.png) no-repeat;
        margin: 0 auto;
    }

    #order_form .right {
        float: none !important;
    }

    #order_form .field.textarea .textarea01, #order_form .field.input .input01, .custom_select {
        width: 75%;
    }

    .addit_menu {
        display: none;
    }

    .expand-container {
        display: block;
        padding: 10px 10px 10px 5px;
        font-size: 14px;
    }

    .expand-nav {
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-size: 18px;
        padding: 5px 5px;
        cursor: pointer;
        background: url(../images/expand_nav.png) no-repeat right;
    }

    .expanded {
        color: #999;
    }

    .popup_closed_buttons a,
    .popup_closed_buttons a.btn_back {
        padding: 6px 15px 7px 15px;
    }

    .order_info_boxes .order_info_box {
        margin: 0 0 15px;
        min-height: auto;
        float: none;
        padding: 15px;
        width: auto;
    }

    .tracking3 .col,
    .tracking5 .col,
    .tracking7 .col {
        float: none;
        width: auto !important;
    }

    .tracking_inf {
        width: 100%;
        padding-bottom: 10px;
    }

    .tracking .menu_icon,
    .tracking .ready_icon,
    .tracking .rest_rec_icon,
    .tracking .baking_icon,
    .tracking .delivering_icon,
    .tracking .packing_icon,
    .tracking .delivered_icon {
        display: none;
    }

    .tracking .col_first .tracking_bar,
    .tracking .col_last .tracking_bar {
        background: url("../images/tracking_middle.png") no-repeat center -100px;
    }

    .tracking .col_first .done_bar,
    .tracking .col_last .done_bar {
        background: url("../images/tracking_middle.png") no-repeat center -50px;
    }

    .tracking .col_first .active_bar,
    .tracking .col_last .active_bar {
        background: url("../images/tracking_middle.png") no-repeat center 0px;
    }

    .tracking .col_first .tracking_bar span,
    .tracking .col_last .tracking_bar span,
    .tracking .col_first .tracking_inf,
    .tracking .col_last .tracking_inf {
        margin: 0 auto;
        width: auto;
        float: none;
    }

    .popup_table table tr td {
        padding: 7px;
    }

    .popup_nav .steps {
        float: none;
        padding-bottom: 10px;
        text-align: center;
    }

    .popup_nav .steps a.step_button {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
        line-height: 32px;
        padding: 0 20px 0 35px;
        background-position: 0 5px;
    }

    .popup_nav .steps a.next {
        padding: 0 35px 0 20px;
        background-position: right 5px;
    }
}

@media (max-width: 650px) {

    #categories ul li {
        margin-top: 4px;
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }

    #categories ul {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    nav {
        padding-top: 8px;
        height: 42px;
    }

    #additional_menu {
        display: block;
        height: 28px;
        margin-top: 0;
        float: none;
    }

    #additional_menu div {
        float: none;
        text-align: center;
    }

    #additional_menu div a {
        font-size: 12px;
        padding: 0 5px 0 4px;
        float: none;
        line-height: 28px;
        display: inline-block;
    }

    h1.content_title {
        font-size: 24px;
    }

    .cp .pl20 {
        padding-left: 0px !important;
        padding-right: 8px !important;
        display: block;
    }

    .extra_ingredients {
        padding: 20px !important;
    }

    #login_popup .response_text {
        text-align: left !important;
    }

    .form_line label {
        float: none !important;
        text-align: left !important;
    }

    .autologin {
        width: auto !important;
        padding-left: 0 !important;
    }

    .cart_button2 {
        float: none !important;
        margin: 0 0 15px !important;
    }

    .class_to_shop_login {
        padding-left: 0 !important;
        margin: 0 !important;
    }

    /*.products_msg {
        width: 90%!important;
        padding: 20px 5% 10px!important;
    }*/
    .cart_table .table_head span.left.cp, .cart_table2 .table_head span.left.cp, .cart_table3 .table_head span.left.cp {
        width: 120px !important;
    }

    #additional_menu div {
        text-align: center;
    }

    #additional_menu div a {
        padding: 0 10px 0 9px;
    }

    nav {
        position: relative;
        margin-bottom: 10px;
    }

    nav .container > ul {
        position: absolute;
        top: 41px;
        padding-left: 5px;
        line-height: 14px;
    }

    nav .container > ul li {
        border-right: none;
        padding-right: 5px;
    }

    nav .container > ul li a {
        padding: 0 5px;
    }

    .long-select, .cv-attach {
        width: 90% !important;
    }

    .long-input {
        width: 96% !important;
    }

    .middle-input {
        width: 62% !important;
    }

    .small-input {
        width: 25% !important;
    }

    .bbg {
        margin-left: 0;
        margin-right: 0;
    }

    #popup_products_con .address_form, .extra_ingredients {
        padding: 15px 0 !important;
    }

    .extra_ingredients ul {
        width: 100%;
    }

    .extra_ingredients ul li {
        padding-right: 0;
    }

}

@media (max-width: 550px) {
    .sub_category {
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        padding: 5px;
    }

    .allergenic_table_con {
        height: 260px;
    }

    .meal {
        padding: 5px 0 10px;
    }

    .final_price {
        float: none !important;
    }

    .final_price a.button02 {
        float: left !important;
        margin-bottom: 8px;
    }

    .final_price div.fr, .final_price table.fr {
        float: right !important;
        margin-left: 0 !important;
    }

    .fuh-klasse {
        display: block;
        padding-top: 5px;
    }

    .fuh-nr {
        display: block;
        padding-top: 5px;
    }

    .fuh-seit {
        display: block;
        padding-top: 5px;
    }

    #order_form .field.textarea .textarea01, #order_form .field.input .input01, .custom_select {
        width: 65%;
    }

    #deal-teaser-big {
        margin: 0 auto;
        width: 240px;
    }

    .custom_mobile_price {
        font-size: 16px;
    }

    .size_title {
        font-size: 12px;
    }

    .custom_price strong {
        font-size: 18px;
    }

    .mobile_price {
        float: left;
        width: 48%;
        padding: 5px 1% 10px 1%;
    }

    #subcategories li, .additional_mobile_menu li {
        float: left;
        width: 33%;
    }

    .additional_mobile_menu li {
        width: 25%;
    }

    #subcategories li a, .additional_mobile_menu li {
        line-height: 32px;
    }

    .final_price {
        margin-right: 0;
    }

    .final_price a.button02 {
        float: none !important;
        display: block;
        width: 100%;
        padding-right: 0 !important;
    }

    .final_price a.button02 strong {
        display: none;
    }

    .final_price a.button02 span {
        float: none;
        padding: 4px 20px;
        display: block;
        text-align: center;
        background: #e9af25; /* Old browsers */
        background: -moz-linear-gradient(top, #e9af25 0%, #e3960e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9af25), color-stop(100%, #e3960e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e9af25 0%, #e3960e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e9af25 0%, #e3960e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e9af25 0%, #e3960e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e9af25 0%, #e3960e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9af25', endColorstr='#e3960e', GradientType=0); /* IE6-9 */
        border: 1px #e3960e solid;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
        font-size: 18px;
    }

    #categories ul li a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

@media (max-width: 400px) {

    .coupons .promo_code .code a {
        display: block;
        margin-bottom: 7px;
        text-align: center;
    }

    .coupons .meal_info {
        width: 60%;
    }

    a.meal_title, .allergenic_title {
        line-height: 16px;
    }

    #order_form .field.textarea .textarea01, #order_form .field.input .input01, .custom_select {
        width: 55%;
    }

    #deal-teaser-big {
        background: url(../images/deal_teaser_sm.png) no-repeat;
        margin: 0 auto;
    }

    #deal-teaser-big .deal-area .deal-headline {
        right: 17px;
    }

    #deal-teaser-big .deal-area .deal-subline {
        right: 17px;
    }

    .inpt {
        width: 90%;
    }

    #subcategories li, .additional_mobile_menu li {
        width: 100%;
        float: none;
    }

    /*.long-input {
            width: 74%!important;
        }*/
    .size_title {
        display: block;
        padding: 3px 2px;
        margin-bottom: -16px;
    }

    .popup_table table tr td {
        padding: 9px;
    }
}

@media (max-width: 380px) {
    #additional_menu div a {
        padding: 0 5px 0 4px;
        font-size: 12px;
    }

    .custom_input {
        width: 60px;
    }

    #order_form .field.textarea .textarea01, #order_form .field.input .input01, .custom_select {
        width: 50%;
    }
}

/* Large devices */
@media (min-width: 1200px) {
}

/* mobile popup fix */
.mobile_popup .fancybox-close {
    top: 2px;
    right: 15px;
}

.mobile_popup #popup_products_con {
}

.fancybox-close-custom {
    display: none;
}

.mobile_popup .fancybox-close-custom {
    display: block;
}

.main_popup {
    width: 100%;
    background: #fff;
}

.main_popup .address_form {
    margin: 0 auto;
}

.white_bg {
    background: #fff !important;
}

.mobile_popup .form_line label {
    width: 165px;
    line-height: 20px;
    padding-bottom: 2px;
}

.mobile_popup {
    background: #fff !important;
}

.bottle_price {
    font-size: 65%;
}



#sticky_div_con {
    background: #fff;
    position: fixed;
    bottom: 0px;
    z-index: 101;
    margin-left: -20px;
    width: 640px;
}
#sticky_shadow {
    background: url(../images/sticky_shadow.png) repeat-x;
    height: 14px;
    width: 100%;
    top: -14px;
    left: 0px;
    position: absolute;
}
#sticky_div_con .sticky_div {
    width: 100%;
    left: -6px;
    margin: auto;
    /*min-height: 40px;*/
    /*width: 640px;*/
    padding-top: 2px;
}
#sticky_div_con #sticky_title {
    border: none;
    z-index: 1;
    height: 26px;
}
#sticky_div_con .sticky_div .sticky_text {
    min-height: 25px;
    padding: 20px 20px 10px 20px;
    font-size: 10px !important;
}
.sticky_close, .sticky_open {
    float: right;
    font-size: 10px;
    margin: 5px;
    cursor: pointer;
}
@media (max-width: 768px) {
    #sticky_div_con {
        width: 100%;
        margin-left: -27px;
    }
}