/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    scroll-behavior: smooth;
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}
.logos{
    display: inline-flex;
    align-items: center;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
.restaurant-info p a{
    text-align: center;
    color: #fff;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
.box-title,
.book-title,
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Georgia';
    src: url("../fonts/Georgia.eot");
    src: local("Georgia"), url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype"), url("../fonts/Georgia.svg#Georgia") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url("../fonts/Georgia-Bold.eot");
    src: local("Georgia Bold"), local("Georgia-Bold"), url("../fonts/Georgia-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia-Bold.woff2") format("woff2"), url("../fonts/Georgia-Bold.woff") format("woff"), url("../fonts/Georgia-Bold.ttf") format("truetype"), url("../fonts/Georgia-Bold.svg#Georgia-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

.product-page-bundle .woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-4.images {
    display: none;
}

.summary.entry-summary.easter-content {
    width: 100% !important;
    float: none !important;
}

.product-template-default.single.single-product.postid-3560.logged-in.theme-tasteof.woocommerce.woocommerce-page.woocommerce-js .slide-wrapper {
    background-image: url(/wp-content/uploads/2020/04/AdobeStock_313382889-1.jpeg) !important;
}
.product-template-default.single.single-product.postid-3560.theme-tasteof.woocommerce.woocommerce-page.woocommerce-js .slide-wrapper {
    background-image: url(/wp-content/uploads/2020/04/AdobeStock_313382889-1.jpeg) !important;
}

.easter-content {
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.easter-content::after {
    content: '';
    display: table;
    clear: both;
}

.tables {
    font-family: Georgia;
}

.tables .table-start {
    display: block;
    margin-bottom: 42px;
}

.tables .table-start .row {
    display: flex;
    font-size: 30px;
    line-height: 36px;
    color: #ff6600;
}

.tables .table-start .row .col:nth-child(1) {
    width: 32.1875%;
    border-right: 1px solid #ff6600;
    margin-right: 17px;
}

.tables .table-start .row .col:nth-child(2) {
    width: 25.625%;
}

.tables .table-products {
    margin-bottom: 43px;
}

.tables .table-products:nth-last-child(2) {
    border-bottom: 1px solid #ff6600;
    padding-bottom: 20px;
}

.tables .table-products .row {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.tables .table-products .row.title {
    margin-bottom: 40px;
    margin-top: 40px;
}

.tables .table-products .row.title .col {
    font-size: 15px;
    font-weight: bold;
    color: #ff6600;
}
.tables .table-products .row.title .col .posted_in a{
    font-size: 15px;
    font-weight: bold;
    color: #ff6600;
    text-decoration: none;
}

.tables .table-products .row.secondary-title {
    font-weight: bold;
}

.tables .table-products .row.secondary-title .col {
    font-weight: bold;
}

.tables .table-products .row .col {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    width: 11.64583%;
    text-align: right;
    position: relative;
}
.tables .table-products .row .col .woosb-title-inner a {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    width: 9.64583%;
    text-align: right;
    text-decoration: none;
}

.tables .table-products .row .col:nth-child(1) {
    width: 32.1875%;
    margin-right: 17px;
    text-align: left;
}

.tables .table-products .row .col:nth-child(2) {
    width: 25.625%;
    text-align: left;
}

.tables .table-products .row .col:last-child {
    width: 15%;
}

.row.title.show-row{
    display:none;
}
.row.title.show-row:nth-child(23){
    display:flex;
}
.row.title.show-row:nth-child(25){
    display:flex;
}
.row.title.show-row:nth-child(37){
    display:flex;
}
.row.title.show-row:nth-child(65){
    display:flex;
}
.row.title.show-row:nth-child(73){
    display:flex;
}
.row.title.show-row:nth-child(79){
    display:flex;
}
.row.title.show-row:nth-child(85){
    display:flex;
}
.row.title.show-row:nth-child(97){
    display:flex;
}
.row.title.show-row:nth-child(103){
    display:flex;
}
.woosb-product.row:nth-child(74) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(76) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(78) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(80) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(82) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(84) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(86) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(88) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(90) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(92) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(94) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(96) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(98) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(100) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(102) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(104) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(106) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(108) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(110) .woosb-price.woosb-weidth.col {
    display: none;
}
.woosb-product.row:nth-child(74) .woosb-price.col {
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(74) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(76) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(76) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(78) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(78) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(80) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(80) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(82) .woosb-price.col {
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(82) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(84) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(84) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(86) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(86) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(88) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(88) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(90) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(90) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(92) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(92) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(94) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(94) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(96) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(96) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(98) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(98) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(100) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(100) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(102) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(102) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(104) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(104) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(106) .woosb-price.col{
    margin-right: 6px !important;
    padding-right: 0px !important;
}
.woosb-product.row:nth-child(106) .woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-qty.col {
    padding-right: 0px !important;
}
.woosb-products.table-products {
    border: 0px;
}
.woosb-product.row {
    border-bottom: 0px !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
}
.summary.entry-summary.easter-content .price {
    display: none;
}
.single-product .article-content div {
    margin-bottom: 0px;
}
.single-product form.cart {
    display: none;
}
.single-product .woocommerce-notices-wrapper .woocommerce-info{
    display: none;
}
.single-product .product-page-bundle .product_meta {
    display: none;
}
.bundle_product_page {
    padding-top: 8rem;
}

.woosb-wrap.woosb-bundled.tables span hr{
    border-top: 1px solid #ffb380 !important;
}


.woosb-minus {
    position: absolute;
    background-color: #fff;
    display: block;
    cursor: pointer;
    top: 9px;
    right: 2px;
    line-height: 11px;
    font-weight: bold;
    width: 15px;
    padding-right: 1px;
}

.woosb-plus {
    position: absolute;
    background-color: #fff;
    display: block;
    cursor: pointer;
    right: 2px;
    top: 1px;
    line-height: 12px;
    font-weight: bold;
    font-family: monospace;
    width: 15px;
}

.tables .table-products .row .col .button {
    background-color: #ff6600 !important;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.tables .table-end {
    text-align: right;
    margin-bottom: 84px;
}

.tables .table-end .total {
    font-weight: bold;
    margin-right: 51px;
}

.tables .table-end .total .price {
    margin-left: 16px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color:#000096 !important;
}
.tables .table-end .button {
    background-color: #ff6600 !important;
    padding: 5px 51px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}

.delivery-terms {
    font-family: Georgia;
    text-align: center;
    width: auto;
    max-width: 634px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 80px;
}

.delivery-terms::after {
    content: '';
    display: table;
    clear: both;
}

.woocommerce form .form-row input.input-text {
    height: 40px;
}

.woocommerce .checkbox input[type="checkbox"] {
    position: relative;
}

#payment li {
    list-style: none;
}
.woocommerce form .form-row textarea {
    height: 10em !important;
    line-height: 1.5;
    display: block;
    box-shadow: none;
}

.page-template-default.page.page-id-3487.logged-in.theme-tasteof.woocommerce-cart.woocommerce-page.woocommerce-js .slide-wrapper {
    height: 300px !important;
}
.page-template-default.page.page-id-3488.logged-in.theme-tasteof.woocommerce-checkout.woocommerce-page.woocommerce-js .slide-wrapper {
    height: 300px !important;
}
.page-template-default.page.page-id-3487.theme-tasteof.woocommerce-cart.woocommerce-page.woocommerce-js.gdpr-infobar-visible .slide-wrapper {
    height: 300px !important;
}
.page-template-default.page.page-id-3488.theme-tasteof.woocommerce-checkout.woocommerce-page.woocommerce-js.gdpr-infobar-visible .slide-wrapper {
    height: 300px !important;
}
.product-template-default.single.single-product.postid-3560.theme-tasteof.woocommerce.woocommerce-page.woocommerce-js.gdpr-infobar-visible .slide-wrapper {
    background-image: url(/wp-content/uploads/2020/04/AdobeStock_313382889-1.jpeg) !important;
}


#image-slider .slick-slide .img-responsive{
    max-height: 520px;
}
.footer .footer-menu .menu li.current-menu-item a,
.header-menu .menu li.current-menu-item a{
    text-decoration: underline;
}
.restaurant-info  .info-action__facebook{
    background: url("../images/facebook.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-transform: uppercase;
}
.restaurant-info  .info-action__instagram {
    background: url("../images/instagram.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-transform: uppercase;
}
.restaurant-info .info-action__tripadvisor{
    background: url("../images/tripadvisor.svg") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-transform: uppercase;
    position: relative;
    top: 4px;
}
.restaurant-info  .social-links{
    padding-top: 10px;
}
.center-icons{
    justify-content: center;
}
.page-template-home #swipebox-overlay{
    background: rgba(0, 0, 0, 0.5)
}
@media only screen and (max-width: 1200px) {
    #menu-item-65, #menu-item-7401{
        margin-right: 0px!important;
    }
    .header-menu .menu li.wpml-ls-item{
        display: inline-block;
        margin-top: 30px;
    }
}
@media screen and (max-width: 850px) {
    .product-template-default.single.single-product.postid-3560.theme-tasteof.woocommerce.woocommerce-page.woocommerce-js .container {
        width: 700px;
    }
    .product-template-default.single.single-product.postid-3560.theme-tasteof.woocommerce.woocommerce-page.woocommerce-js.gdpr-infobar-visible .container {
        width: 700px;
    }

}

@media screen and (max-width: 750px) {
    .product-template-default.single.single-product.postid-3560.theme-tasteof.woocommerce.woocommerce-page.woocommerce-js.gdpr-infobar-visible .container {
        width: 500px;
    }
    .easter-content {
        padding: 0 15px;
    }
    .tables .table-start .row .col {
        font-size: 25px;
        width: 100%;
    }
    .tables .table-start .row .col:nth-child(1) {
        width: 100%;
    }
    .tables .table-start .row .col:nth-child(2) {
        width: 100%;
    }
    .tables .table-products .row {
        flex-direction: column;
    }
    .tables .table-products .row.title {
        display: none;
    }
    .tables .table-products .row .col {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .tables .table-products .row .col:nth-child(1) {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .tables .table-products .row .col:nth-child(2) {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .tables .table-products .row .col:last-child {
        width: 100%;
    }
    .woosb-products .woosb-product .woosb-qty input[type="number"] {
        padding: 1.5rem 1.8rem;
    }
    .woosb-products .woosb-product .woosb-qty input {
        width: 50% !important;
        float: none;
        text-align: center;
    }
    .woosb-products .woosb-product .woosb-price {
        width: 100px;
        flex: 0 0 10px !important;
    }
    .woosb-minus {
        position: absolute;
        background-color: #fff;
        display: block;
        cursor: pointer;
        top: 24px;
        right: 135px;
        line-height: 26px;
        font-weight: bold;
        width: 18px;
        padding-right: 1px;
        font-size: 30px;
        font-weight: 300;
    }
    .woosb-plus {
        position: absolute;
        background-color: #fff;
        display: block;
        cursor: pointer;
        right: 136px;
        top: 3px;
        line-height: 22px;
        font-weight: bold;
        font-family: monospace;
        width: 17px;
        font-size: 25px;
        font-weight: 300;
    }
    .footer .footer-menu .menu li.menu-item-65,
    .footer .footer-menu .menu li.menu-item-7401{
        padding-right: 10px!important;
    }
}
@media screen and (max-width: 500px) {
    .product-template-default.single.single-product.postid-3560.theme-tasteof.woocommerce.woocommerce-page.woocommerce-js.gdpr-infobar-visible .container {
        width: 300px;
    }
    .woosb-minus {
        position: absolute;
        background-color: #fff;
        display: block;
        cursor: pointer;
        top: 25px;
        right: 84px;
        line-height: 22px;
        font-weight: bold;
        width: 18px;
        padding-right: 1px;
        font-size: 35px;
        font-weight: 300;
    }
    .woosb-plus {
        position: absolute;
        background-color: #fff;
        display: block;
        cursor: pointer;
        right: 85px;
        top: 7px;
        line-height: 18px;
        font-weight: bold;
        font-family: monospace;
        width: 17px;
        font-size: 30px;
        font-weight: 300;
    }
    .page-id-165  .header-default .slide-wrapper{
        background-position: 85%;
    }
}
/*archve*/
#show-more,
#show-less{
    text-align: center;
    cursor: pointer;
}
#show-more,
#show-less,
#show-more-content{
    display: none!important;
}
#show-less.show,
#show-more-content.show,
#show-more.show{
    display: block!important;
    font: 16px/1.3 "TrajanPro-Bold";
    color: #2b2b2b;
    text-decoration: underline;
}

.postid-10465 #bookmodal,
.postid-10464 #bookmodal{
    display:none;
}

.header-default .slide-wrapper.half{
    height:50vh!important;
    background-position: center;
    min-height: 400px;

}
.header-default .slide-wrapper.tiny {
  height: 25vh !important;
  background-position: center;
  min-height: 250px;
}
.header-default .slide-wrapper .brush{
    top: 0!important;
    bottom: 0!important;
    margin: auto!important;
}
.header-default .slide-wrapper .header-content{
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-default .slide-wrapper .header-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    display: none;
}
.header-default .slide-wrapper.half .header-content::before{
    height: 100%;
}
.header-default .slide-wrapper .header-content .slide-title {
    position: initial;
    margin-left:0;
    text-shadow: 0px 0px 30px #000;
}
.header-default .slide-wrapper .header-content .slide-subtitle{
    margin-top: 2vh;
    position: relative;
    left: auto;
    top: auto;
    margin-left:0;

}

.header-default .slide-subtitle::before{
    display:none;
}
.restaurant-info.half-header{
    background:#123d50;
    margin:-13vh 0 20px;
}
.header .header-logo{
    min-width: 248px;
}
@media only screen and (max-width:1400px){
    .header .header-logo {
        max-width: 130px;
        min-width: 130px;
        margin-top: 15px;
    }

}
@media only screen and (width:1200px){
    .header-menu{
        margin-top: 15px!important;
    }
}

@media only screen and (max-width:1199px){
    .header .header-logo {
        max-width: inherit;
        min-width: 130px;
        margin-top: 0;
    }
    .page-id-7395 .header-small .slide-title,
    .page-id-167 .header-small .slide-title {
        top: 150px!important;
    }

}
@media only screen and (min-width:3400px){
    h2, .h2{
        font-size: 60px!important;
    }
    h1 strong,
    h3 strong,
    h2 strong{
        font-weight: bold;
    }
    p {
        margin: 0 0 20px!important;
    }
    p span,
    .restaurant-info a span,
    body{
        font-size: 30px!important;
    }
    .box .box-title {
        font: 42px/1.3 "TrajanPro-Bold"!important;
    }
    .header-menu .menu li{
        font: 42px/1 "TradeGothic"!important;
    }
    .box .box-link{
        font: 32px/1.3 "TrajanPro-Bold"!important;
    }
    .header-default .slide-title{
        font: 110px/1.3 "TrajanPro-Bold"!important;
        width: 1260px!important;
    }
    .header-default .slide-subtitle{
        font: 64px/1.3 Georgia,Helvetica,Arial,sans-serif!important;
        width: 1260px!important;
    }
    .container {
        width: 2400px!important;
    }

    .restaurant-info .info-title{
        font-size: 76px!important;
    }
    .listing-article .listing-article-link,
    .restaurant-info .info-action a{
        font: normal 32px/1.2 "TrajanPro-Bold"!important;
    }
    .listing-article .listing-article-description,
    .bar-template-default .custom-content .col-md-10 p{
        font-size: 36px!important;
    }
    .restaurant-info{
        padding: 40px 0!important;
    }
    .restaurant-info.half-header{
        margin: -9vh 0 20px!important;
    }
    .book-popup .title {
        font: normal 32px/1.2 "TrajanPro-Bold"!important;
    }
    .book-popup{
        max-width: 2000px!important;
    }
    .restaurant-info .info-action__tripadvisor,
    .restaurant-info .info-action__facebook,
    .restaurant-info .info-action__instagram{
        width: 40px!important;
        height: 40px!important;

    }
    .restaurant-info .info-action {
        margin: 20px 0!important;
    }
    .restaurant-info .social-links {
        padding-top: 20px!important;
    }
    .footer .footer-menu .menu li {
        font-size: 24px!important;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 60px!important;
        padding-right: 60px!important;
    }
    .header-small .slide-wrapper,
    .header-small {
        height: 600px!important;
    }
    .header-small .slide-title {
        top: 180px!important;
    }
    .page-id-7395 .header-default .slide-title,
    .page-id-167 .header-default .slide-title{
        margin-left: -650px!important;
    }
    .page-id-1409 iframe,
    .page-id-7397 iframe{
        width: 2340px!important;
        height: 1000px!important;
    }

}

@media only screen and (width:800px){
    .embed-responsive-16by9 {
        padding-bottom: 0;
        height: 970px;
    }
}