﻿@charset "UTF-8";

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    display: flex;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex !important;
    flex: 1;
    align-items: stretch;
    justify-content: stretch;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

body {
    background: #fff;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

noscript {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: white;
    background: gray;
}

.wi-icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    text-indent: -99px;
    background-size: cover;
    transition: all .4s;
}

.wi-icon-user {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0IzNTYwQjU3NkRBMTFFNUFFRjRENTY5MkJCNkY2QTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0IzNTYwQjY3NkRBMTFFNUFFRjRENTY5MkJCNkY2QTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QjM1NjBCMzc2REExMUU1QUVGNEQ1NjkyQkI2RjZBMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QjM1NjBCNDc2REExMUU1QUVGNEQ1NjkyQkI2RjZBMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlzWV9kAAAKFSURBVHjavJdNSBVRFMdfo1JBWNrnLrRsEbSSqJWLtISCNhlEiyBqEz5LWyUpmmgY2JdpBEGbFla2sSCwWtWiwtwJfSjRQjBIpdcnZY/6H/iPjMPMnb8P68AP3ps59/yZe88999z8dLo9JVgBqAa7wFZQCor5bhq8A0PgIRgEM0kB8xPerwD1oBasivFZQ7aDOjAJroBu8CkusOcQPQBegxaHaJSZ7xnwijFk4TzQA/rA2lTuto4xehjTKWwOtzi1C2W1jJnnEr4IalILbzWMHSm8n8nxr6yOGnOyejmzULFnXLsxkAXrwV6wByxKGNvNLZfxheuZDEnWBM6CP6Hn1/k1fVGJFEq4E6DNY3FQkukl6IgQ9a0f3BaTrcBjNVotDLgn+NwXfKzYVPnCio0LPhNirGoTLhedfwo+WTFWuQmXpf6/lZlwoeg8LfhMOpIvaIWeKPqD+y/J7FAZUQKa8GfBb6llouC3GWwS/DImPCp+9TWhMl0Gi4VYoyY8LAqXgJ2uhAE7xFjDnrh2vnWBJRHPbSYuJTQWQRv0hT+KA7awXoftKNgtxrAi89hjY9Y7j68uiXhWOo/xpvXbnxqbpg/iwOcRz56KVWuCWrNrkgHHEwZ9BWl2kGF7APYJtfoY+BbuQPpjgv4CN7g/XUsywH3cCb7EJOZAXM/VAO7y93dwHmwER8STx/roRnYlzYHidBOccjV7WfbCvSwE9n8qh0NghufuMjZ5h8M54MUcbbaWB8Eh8JatUbEguJJf/IadpbVDJ6MSz3WFucM9bqKnwTnwBLwA7wN7324OG0AF2MYZugouMCFzujvZmrWy1/IvbZXct0WsWFOBS5s1go+US9tfAQYAXb+DZZcubqwAAAAASUVORK5CYII=);
    width: 30px;
    height: 30px;
}

.wi-icon-trophy {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTJEMUFCOUI3NkZDMTFFNTgzMEVGNDc1ODU5QkNDNDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTJEMUFCOUM3NkZDMTFFNTgzMEVGNDc1ODU5QkNDNDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMkQxQUI5OTc2RkMxMUU1ODMwRUY0NzU4NTlCQ0M0MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMkQxQUI5QTc2RkMxMUU1ODMwRUY0NzU4NTlCQ0M0MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjnaEKgAAAGSSURBVHja1NVLKERRHMfxO2PKIxvWTONRHjuPZGEhLKYsvLIi2ShpIkvFRsojMayQFWLHhsWUjVhKkjxCKYWUhWIzFN9Tv8VtmtedWPjXZ+bOOff8Oveee+64AoEJK6IuUWo5qwPU2xs8GI4IKsSmTk6m2lCHZVvbhQmexBNe1ZiGI6wkGVyABlTpdy563XwYM6iWd8t5PdvGz+LThF6hxvq9MuG3JngdXWi1daY7CMrAm45NRrdZI3OPF1CLHVwrtNhBsBf5uvISbCNoZhxGB/wI4Q7NuveJKlMLd6OxfmWFPbaTQlKJY13SWoLgQWQp7MHeEW1WJ9jCIirihDZhHHORoVacyx3QPTvQrLJtfTkYxS72MRYtIFawWeVGbGAeLzjDuZ7ZMbW34MtJsKkPzbwII5qpC0Pwqe0r1uBkVv5ej6T5PsWSXgFxy239Uf2/YE+C/nL06NinV+IUvrGqXZpScBk6dRzWC6dTwYepBHu1701NxzgnD33Yw2Oywe3aAInKzLw/2r9NrOCgpFw/AgwA2ItRfQJj9CUAAAAASUVORK5CYII=);
    width: 22px;
    height: 22px;
}

.wi-icon-label {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDJGNjE4MUE3NkZDMTFFNThCNzVFOTRBMzgxM0M5RkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDJGNjE4MUI3NkZDMTFFNThCNzVFOTRBMzgxM0M5RkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMkY2MTgxODc2RkMxMUU1OEI3NUU5NEEzODEzQzlGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMkY2MTgxOTc2RkMxMUU1OEI3NUU5NEEzODEzQzlGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn/6OHQAAAFNSURBVHjarNW7SgNBFIDhJG4p6VJZ2OkTKNqk9dIoFkYFhbQmjVY22ijYxcpWEAUrRWwsAooWgtj5ABYWNpaJFiLof+AMDMPu7GTYAz+EXL5Mdjez5Xb7oBQ4C3RMI573fJOAh0kgukQXdEpdz/umaS8UNqisdtt6vkZ1eqcXa8Vb8iCJRCd05cM0RGe0YX+wEoHK7NMzVWmG1vUw5MI+VGaUnvSnP9Kve1KTCFTmRl+ThU3RFz3QZBYcgsrs0h+t0Jsejs+sFYeiMj+0o6V6lQjUN3P0Yb5hsSC0Q01qmBWf0HkBaIvW6NrAcj3O0ngB6KV9jJf1zN5F4EdpqIF7NB+BC7qZhtpXxaC4F3X/0j29XHx4OQRN2yv6Dj7moB1FV31o1iZk4/eKu+hV3gnI2o8Nfqt4V8EgNG8/Nvir3u8aoWjIHcTgA8+/AAMAymlegwNbBnUAAAAASUVORK5CYII=);
    width: 22px;
    height: 22px;
}

.wi-icon-heart {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzQ2ODg5OTQ3NkZGMTFFNUE5M0RBQkZDQkZGOTA1RTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzQ2ODg5OTU3NkZGMTFFNUE5M0RBQkZDQkZGOTA1RTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNDY4ODk5Mjc2RkYxMUU1QTkzREFCRkNCRkY5MDVFMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNDY4ODk5Mzc2RkYxMUU1QTkzREFCRkNCRkY5MDVFMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlHzM8AAAAH7SURBVHjatJVNSFRRFMedx2CaCG1NsVyJhjuRWg2oiYShuVBXCi78YgYCW9lWwY0kuLKNKLgo+vIDMkg3keJCDYQi1BYj2ETRRgnEwfF34v9geI0zz9QDv3mXe8/93zP3nnNvIJFIZF2GBcLhQbddDAPQAIXwHVZhHBY88+qhC25DAezBOxgcG3v8zRwcOYZgE+7BFPTAU7gOb2ECciBXbesrko/5TkINbEQiQyE34mt8P8MXaIJ9T3QPtNhzuAr3oR1e2SAR/nVCMJ/PGyiHMou4F6yzLYWo2WvogE75dLiiycYC+xrPgz5HUb6En2nOwoS2YUe+KQ1x03hhmiZ8C9Z8HPQnkcnWTTPITzb88TGh22emmVZ2UGlV4mPCb5/CNyFmW7GsVLkoq4WPjtLIEr3ivIqknGncgWcmPAdfYegCojWNLdO0PY7DIy3Qaqv9Z7QtKp5G0i7ulvS8ynJc6XdW0TKV9zSis8l3hVkfRGFW94Bf0SLNiaqKs7zCln934RgW4YYPXbsR36tdp7L+R9jsB1SraD5k2JZy+ditV4NoLHnQSTFhVyljdb+iA/Fag8Z+WaoiGvU6OKdEE9MdbVsyA08U2RUY0Z4umY83UteCaf7qATTDQxjWFpmVQj+MwqnvmpPhcBKKtgqO4BAq1Zf2sQxc1mN6IsAAzfWFZc2RFqsAAAAASUVORK5CYII=);
    width: 22px;
    height: 22px;
}

.wi-icon-salad {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAgCAYAAACPb1E+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mjc3MUQyRjU5MDY2MTFFNUExNTVDQkY5QTc5NkRCMjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mjc3MUQyRjY5MDY2MTFFNUExNTVDQkY5QTc5NkRCMjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNzcxRDJGMzkwNjYxMUU1QTE1NUNCRjlBNzk2REIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNzcxRDJGNDkwNjYxMUU1QTE1NUNCRjlBNzk2REIyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpYbAhsAAATQSURBVHjazJgLiFRVGMfv7OyuqyuVr8Ayo9SStnxlmqZWkI+SajTXEi1ZX4s0a4iPUipzVHpgSq3CgpqIbmiL6SppGuWLFEuNzEoIV0JbH5VlD93nbP8PflcO0+zOwLLuXPhx5p577zn/+33f+b5zJxAOh73mPAoLC//XV1BQ0FnNarFK10vSvNQ83hdDRdBOUk6krDhNzdNiq9icciIl8G41y0SZmCRXV6eUSAnMIA6zxTwJ/MO/lkqWnC0GiXUS+JF7IS1FrNhDzUJxXsyNvZ7eRPN2E11FC/GXOCz+rUdgSzVrhLl7sqx4salF9rR4In20dfqPirdFSZxnXhZ9xQoJ3BFv0MaKbC0Gi/vF7aSODuKg2Cb+FrZi88UmcUl87jxvMfi6+AaxXmNEZjJ5nbiKoBkiF5dmcJ9df0rsFpXO86WIsxy4V9SKG816IiBmyYpXGiOyExVgFOdmnSwW3THxpThB+vhefBEj0MQ8wu+xvEhETCQ8FkngnoYEJBJpVlqJdbYj0AbO4fd04s2OjjYhFtvIdbP4eHGnMCEXxHPiWZ75RCxJZKVEIm9A1BmE2nGTyGMhWOnqI34l5h4XA0V/Z4xDYq14R1QJy4FvEqtVsmJlIpGJ8mSNqBDtxQD6/hTLWQwWCvuIsx1YLvZ5y32rEGjHFvEocTpKKWiDyGqMJS2xduE+Sx8TxH4RxTpTsFxnFstp8Q/p5w5xD+noFKvdqkq5OIfb1xAO5fGSeDKWHCNeEbvEq+JmFsV6Bs7H1bZobsOdJm6yCGP5T8Uc8ZUYR/wOZfwKxjhg98iaufUJCdSz6W3D5O1EP3GchGsuusW5zyw0kzy5gL4j5EN7qV64d7QVF/EuXglhWTvuFV8L21DkuBuLRJacjZgIAj0mttJ2GetMFfeJBxFoq3eEeEAMF72x5Ehxl23CxTBh+bCYF7Cd+QnqdkfmTcrdZsUXxVne3CMvllCTXxBLyYsmdD6L5zFCwy0ArWkL6NtLqFj/B6Il/cuZb7rcnp2MyNEk4GInKecRf0WOmyy/vcfv3xkriDst8X9L2btAjC5xqk8Rls7DmpXEuhnomWREjqT9kDboD6ZjMW0uFvxM7OTFrhCjFg4f4+IIOfMA9/tJfJH/8rJckN8baUOJRAZJshZ/J+kbQJyZ6F9wfQRRFhZPIP476vpJQqEfsfozNdvi+Q1cXI6n+pLC7PhR/GbzS3h6QyK7kLgPk4j97ZeHdex4SHSnXP5E32us8BzaqU659BC+kucGxYzXg7aWVd6eMlqvyGxK4Q8kbH+D4TGA57z5tjihEm0g7+6k7e+kqmvjKy6jpD2bv1VsnuzFiqvhTUME/R4mfZJVvUFcpIZ3pQafTXInVU3JHIP1t5NHJzjnZrCHWVCluN/GLjaRc6gWHnFWze4nk21VDX1Z7P1qqcMtGDiQhMg657lMYr+OqpOBmADXqzj3rTk3nQ/wl8StlL9SEmua48I6/98E5zxZga7QKM+kOXEYiJnrPN5axkLdnM6H+PNsEEIk1rJm/i8oxAuM1/UyP54s/t7CkkXU46vX45NXgnyxUb4czUhDLK2pb1/sVi3CR1U+aaKiCT9544mtIe5zKLORePvJapLuCnJjRTP8T5BF2IX9/4Hs+E+AAQATcFt36727FQAAAABJRU5ErkJggg==);
    width: 41px;
    height: 32px;
}

.wi-icon-main {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgCAYAAACcuBHKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mzk1MzkxRUM5MDY2MTFFNTk0REVFNUU1NjVDMUJFNUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mzk1MzkxRUQ5MDY2MTFFNTk0REVFNUU1NjVDMUJFNUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozOTUzOTFFQTkwNjYxMUU1OTRERUU1RTU2NUMxQkU1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOTUzOTFFQjkwNjYxMUU1OTRERUU1RTU2NUMxQkU1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtYEsngAAAKCSURBVHjaxJdLaBNRFIYnddT6NlbwhVBQEUFrd7qpOyWiYhEXahdK1ZUJUoqgdKHgwo2rpiCIinXhY6GiCL5BEQtaEEVFiqsuJPgAX/hoa43fgX9kRJp2Eu/1wMfkZnLv+efce86ZpLLZbFCBrYQzsB0ulbNAPp8PqhLOmQtLIdR4LNToambr1UFtkkWTititJ56k8SD062pWDedhr0sREyA9zDy7P9GlCHvqr1As8Ru73+dSxBSYGZtn4R8D4zRO6X46yaJhQhGH4TR81Pg+rINHGn+HNfDWpYhnIrI3cCU2tgN6M2mahmWk9nRogMUwQ1vxDV5L4D1450LELFgLOVii7z4r/EWdhepY6j61OqQoFSoVMRoOyvl4uA174DG81BP3qVhZhBZAPWTgqDLlCLSVyphSIlZAp6qfXQ9BzxC//QFfoBdu6QAvhH3QChthK9xNkqKbNcHqwnLYVkLAUNajecu0bXdg00hFNCsNT2n/HwSV2UP1k041u+bhtsNUH4cbCt+/sn5FZbbWfx5/uHgk7OBdVZqtDtxYRplzTf7+EtGqcrsFfjoSYes2wVT5+0OE5fcBOCelLs3WPwv7o7pSFcsG+9we+DErZKMU9d8iGuEDdHkS0aUm2BiJsJI7r5zGU6Fdh/m5XC4V6pDU6D1gvcLk2gbV/MzvtFAntledscFzNJ6Y/1B7Yx1yjrbGl1n3fcUr//uoYhZG0nJdmYnogEUwWZEoevAb+fnEwXwRqrOl9X8i5fFgFpUI9SbiJOyEDf9hJ+w8nrA6cUFbkfEsICO/F01Et96aWzyLaJHfbtuOAbgMO2CXRxGr4BgpOhClaLtqRYdHEQU1suCXAAMA9aKLddbb3EoAAAAASUVORK5CYII=);
    width: 22px;
    height: 22px;
}

.wi-icon-fish {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NENCMTIxMDQ5MDY2MTFFNUJFQTI4MDg5QjBCRDRDMjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NENCMTIxMDU5MDY2MTFFNUJFQTI4MDg5QjBCRDRDMjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0Q0IxMjEwMjkwNjYxMUU1QkVBMjgwODlCMEJENEMyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0Q0IxMjEwMzkwNjYxMUU1QkVBMjgwODlCMEJENEMyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puk3TDUAAANdSURBVHjavJd7aE5hHMfPZmNWRu41GeVu2B/+oJjrH+7UkBiiXNJQLpnr5jIk/kIum8ilCJPYzG2TuxFbrpMNmzUWbbkPk++Tz+r0tvdyXu/86tN5zznPc57f83t+tzcoISEh1LKsGWKCGCyCrb9SKW6ITHFeFFp1ICGij9gjHojVopx3XcQgsVNUi0tiiXgUaAXMIj9FX1FVy5jWYoGYJx6KHSJRfAmEAsbcMeKebfFl4ppYxP1bsUI0FetEgijiuAKiQENRwf0QsVlEiG1itm3sb5EkOooP4rKYEwgFPovG3IdyXS9uuVnghegmDojdKPVPPvBSDOQ+SxwRx/GLxR7mmsh5LZLFD7HJXwXM+S8V7VEmHvN+FCe9zE/GahtFGVZxfATG4X6JKbbn+31YvEZWioPMifbHAmXkgFlig4exEURGO1GfnRsHzhDTRT+RLjo5tYBFeLUVsR7GxuJwI0Vv0Z1ji+T9CCIkxakFjJwVT8l6PdyMjSEjtiIkXaVApJEzttpC2ycLWMR8NImmNjHv7rO4yYT5RMEb8sJNcodZeJXTIzByHcfbLlq6jAvCAnf4nYjp88RtcUXcFc/EXjEXP3GkgEUklFAF69meh4vOLNaMxDVRjBXjRZxYyNijjB/njwJVTOwgTtueV5NoLtp85JWbb+ZRPyb7o4DFOY/B29N59h3nMqV6KFmyxMN3zTd6OokCVzkjJmHODJqVr7zrJYpRwp08p14EE5rGog3EJxqbIm8KGDmGR2di7jhbmW7iZWPvSFiFOGuo7Z2pGzlii8gO9vKhCyQcs/urVEmzu1wv8ypJ7+U4p/GbKBLYfNGferM8xIdjKmA3a8Ua8kQq4erOD05QzvNdnpuja4RiJtQLgh1kzSTO8hxlupgakoK/DKNLChPva1m8OaXemP8JVkkPsZxJIeGVyHUARayFbUwbUeoybyq9ZAjj0zyFoS9STOs2nOoXRUrOorpatg7rEOU6h+KV5ksYOpFKrpFEiL1QnSKfGAsc9jUR+SOj8frHtmejWHymu8UDqYCpD99s/xXCMH02nZJV1wpUUP1qKmAqyWqaP7XAH8ln1+H8k4qnVyz1txY4lTxCNJHMmUunbP0vBSzasF387uq0JwyE7MPjc+iMfJI/AgwAQybKfVg63GEAAAAASUVORK5CYII=);
    width: 32px;
    height: 32px;
}

.wi-icon-drink {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAgCAYAAADjaQM7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkFERjhEQjY5MDY2MTFFNUI3RTRBRDQ5NDIxMEQyNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkFERjhEQjc5MDY2MTFFNUI3RTRBRDQ5NDIxMEQyNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QURGOERCNDkwNjYxMUU1QjdFNEFENDk0MjEwRDI3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QURGOERCNTkwNjYxMUU1QjdFNEFENDk0MjEwRDI3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuCbgAYAAALSSURBVHja3JZtaI1hGMfPOc5mNDaLrCXlpRQzFImIJC9lUkg+kWjiTMIHX5D3LzQ5sqR8E7FoLOU9HxR5SRwm8pK3mGJb2OzF/K71X909O4+9PeeLq349z3Of+9z/+77u67ruOxyLxUJJbBwMgFp4CBmwGzZAOnyDI7AnHo83hjppYY/YZrCGoRBRWwJyYSAcgBcwHtbBI5gN2TASniD+qSOxMJyE5XATTsBridqgo2C+Vtlms+A6/IBM+KMJlsImROv9xM7AUiiEiiST6gXNSdptpfNgH1TBRNgPD2CK18VRmC6h9T5CIR8hs12wnUF/6ftacXHxPXvCSjjudo5I5CMcDXXdah2hVuPbXHsVVnk7m9hkuBgK1qq1z+3EMvVjkHbWUgeXlnrF3kF+kEq40sQOwloEh7hi5bAAcgJe3S09c9xoPAY74RTM7cnorCJdCd4CJWAJ/txd2RdYAnMkONozRgFM6oRQb63mMbyCQZa3uLQhWblaBqf1XgkfIA/GqG2b6qE3mNJgqv6bq7ZDltwIVfnVxn7wVrWvBgZDvdLCZrkRmuACvITf6mO1cYSqRom25DL0V0W6ocRPuGLD4CmsUOh6LV+VZiEMhz4qUVZLzzPYOVxpE34PWXBblWSNPFQQ9QzYouqezBJihwLL9rsRkRanT56EKmgv1F7aat/A3kg3A8/c2aDJeffP3Fvm5FyNSuHMSCh4a9SR5ZpNLJoKsbCOJO/p0pwKMV/7L8S8gdN6ZUjVntUlEQ9HUhCJfWGGp92qTGU0YLEmlbgikrlaJcxubNNgUdBiabrAftUVMENxESO5y4MWi6oA22X3EkyA+wj9bPvRjcywsr0nbjTLQqDWOa3bhX6d7vHZPRDL+NcFyhX7rKq+Vb7vjm3R84qfj93EK4I7OtcOq4J3dB1oe12sO8xqXPi9IzGzuzBWx3q8i6t6ZocrQmV+Hf4KMABn8s8K1HujsgAAAABJRU5ErkJggg==);
    width: 27px;
    height: 32px;
}

.wi-icon-fruit-juice {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAgCAYAAADqgqNBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I0QTM3OEY5MDY2MTFFNUFGODdCQUI0MDE2RDZDMDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I0QTM3OTA5MDY2MTFFNUFGODdCQUI0MDE2RDZDMDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QjRBMzc4RDkwNjYxMUU1QUY4N0JBQjQwMTZENkMwNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QjRBMzc4RTkwNjYxMUU1QUY4N0JBQjQwMTZENkMwNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoLgoNgAAASSSURBVHjarJcJbBRVHMa3ZcuhCIqtIMhhBBNRDoWCHAFvDR6IKJ6RG0xsSRA8qFc8CiV4xUotYsQGgwIqeEZQEIUQ5ahGLYIREFKNYkAlhtIFqr8v+cZMxm237PYlv7yZN7Pzvff+x/tvVkFBQSxF6wRx2JPsYWlpaaywsPAKLq+CBPcPxBrZsusZbwMPwQ/wLXwDu2Fi5L0bENb4KrgLsmLH0eJJxu6E+dAa1sIiOAoj4WVoD7PhBbgbtsF1sIZVH0pXPAeWwihYbIHtoefz4B54Gm6CvjCtVPueZgvEu8ESOA8ugs/qeX+tewnfDMtiGbTA5v1hELSEoXAWNI+8q+cf+7osU+HwylfCAJgJ98KTsB++ct/F4gk4CI/FmqAF4nKozd7KU+FiGAhn+PmP8DyM8a7U2iH/zkQ8K0Wc58FouATOhnMi5lAIfqhQw+/WpWvzaMu1XXfBi9DKYaYdetehpTCrAs3+U+K9yskmI/FLYSdMhXKbocIZTtv/j831CtwGp8GtcIJ2gAkkDT3Gu0OrhpLMZHjJq9PKqkOhqDj/HXo74Sgsq9juGvo3BB+fTv8Mfb52h2f7Qt9+DdrZfP9b+UgLL/R1dehZmSeUZ2+f7i2P5vln6a60s97hFQ+FDlw+DD24roiKd3W4vQlTkuzaIU+oH/SB5+qzIxNY7YhYgJC+tR62Mq4ccY3SN+O3hMUXur89hY9Uwk+pHAkhOeoMTcDfzkNwEeMfeDLzuW+WbdtdbnsnmiJ58OEFTkRFCE5xuI5jvLfNIdtfm+3VJuy9TSEcmG4cwnO8E+/R7dWhxPVeh/BoefvV8BbUZSja1n4zBPIR2RJ5pdw1gtrrMD7urPVqhsLaRq1usG19wOFW60XV2Wmb+V35zoNxx/pvGQj3snBX5/oJUCwhZ0S1I3buFtY7EE4yOWlq59t7W/i+tXNFpVP0iZ7EYdcJUz2hkwPxv+DMNIRV8bztg0Up+E+vrkjHMzbfEE2vdDXWU76o1stfOisdT5to4XcQkcMegx0wwivbhVjPyG+06kreP+azYEO267aBzt+Naff5hFPyuN5jWnkHPixhrfALpV8mMMyrvtEFyTSuuzkDLpH4Cn+gJIWo/OIpmOs8HU7D/zkXEzjsk1FV0BrExrogXc6zrz1xnQ+rJP6H3N5VTH4D4uMdRuUus8KtpcMqSK+1cAGXWxzGO7kfw0RGeGKTuE8E3j7bJZKK/x6u24J2uvv37cWT4GdvexCidfbowLk6uv6/EDYiNIQxObVy+zLul0fLKLn/93CKq9nvQjYudim13lnqCcf01tDYZn9c1cz5rn5mIVSC8HCuVWYpAoYzVpeshpOzfO7VzvQfBLWPHBGPw6O2cZHLqVz7Q5ZXrwSyEoFi74J86X74RMdy+F9NsgIyx3WbwulX/3Uq86lX4jitcGWjgqOti0r5Tw0fP4hgZ63aJ9hJ2plgMo2tXgdYbJgTSBdnsLk+jPJ8GipP/GK7d3J+j7vkkp88gnB1Y/8oBm2T7ayY7Omt3mevl3dfBuf6Wa5/s8eC8p3V8uiGYvdfAQYAHFZ6IB7Bb/YAAAAASUVORK5CYII=);
    width: 31px;
    height: 32px;
}

.desktop li a:hover .wi-icon-heart, .desktop a:hover .wi-icon-heart {
    background-image: url(../images/icon-heart-hover.png);
}

.desktop li a:hover .wi-icon-trophy, .desktop a:hover .wi-icon-trophy {
    background-image: url(../images/icon-trophy-hover.png);
}

.desktop li a:hover .wi-icon-label, .desktop a:hover .wi-icon-label {
    background-image: url(../images/icon-label-hover.png);
}

.desktop li a:hover .wi-icon-salad, .desktop a:hover .wi-icon-salad {
    background-image: url(../images/icon-salad-hover.png);
}

.desktop li a:hover .wi-icon-main, .desktop a:hover .wi-icon-main {
    background-image: url(../images/icon-main-hover.png);
}

.desktop li a:hover .wi-icon-fish, .desktop a:hover .wi-icon-fish {
    background-image: url(../images/icon-fish-hover.png);
}

.desktop li a:hover .wi-icon-drink, .desktop a:hover .wi-icon-drink {
    background-image: url(../images/icon-drink-hover.png);
}

.desktop li a:hover .wi-icon-fruit-juice, .desktop a:hover .wi-icon-fruit-juice {
    background-image: url(../images/icon-fruit-juice-hover.png);
}

@font-face {
    font-family: 'fontawesome';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/fontawesome-webfont.eot");
    src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'SweetlyBroken', sans-serif;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/SweetlyBroken.eot");
    src: url("../fonts/SweetlyBroken.eot?#iefix") format("embedded-opentype"), url("../fonts/SweetlyBroken.woff") format("woff"), url("../fonts/SweetlyBroken.ttf") format("truetype"), url("../fonts/SweetlyBroken.svg#SweetlyBroken") format("svg");
}

.btn:active {
    box-shadow: none;
}

.btn:focus {
    outline: 0 !important;
}

.btn-1 {
    border: 1px solid transparent;
    font-size: em(19px);
    text-transform: uppercase;
    border-radius: 0;
    padding: 7px 31px;
}

.btn-2 {
    font-size: em(10px);
    text-transform: uppercase;
    padding: 7px 26px;
}

.btn-3 {
    font-size: em(14.5px);
    padding: 6px 45px 6px;
}

.btn-4 {
    padding: 12px;
}

.btn-5 {
    border-radius: 3px;
    height: 28px;
}

.btn-6 {
    font-size: em(12px);
    padding: 9px 20px 8px;
    text-transform: uppercase;
}

.btn-7 {
    font-size: em(14px);
    color: #807777;
    border-radius: 3px;
    padding: 9px 24px 10px;
}

.btn-white {
    color: #fff;
    border-color: #fff;
}

.desktop .btn-white:hover {
    background-color: #fff;
    color: #fd576b;
}

.btn-red {
    color: #fff;
    background-color: #fd576b;
    border: 1px solid transparent;
}

.desktop .btn-red:hover {
    background-color: transparent;
    border-color: #fd576b;
    color: #fd576b;
}

.btn-grey {
    color: #fff;
    background-color: #1c1c1e;
    border: 2px solid transparent;
}

    .btn-grey:focus {
        color: #fff;
    }

.desktop .btn-grey:hover {
    color: #555;
    background-color: transparent;
    border-color: #555;
}

.btn-dark-blue {
    background-color: #322e3f;
    color: #fff;
    transition: all .4s;
}

.desktop .btn-dark-blue:hover {
    color: #fff;
    background-color: #292535;
}

.btn-dark-blue:visited, .btn-dark-blue:focus, .btn-dark-blue:hover {
    color: #fff;
    outline: 0;
}

.btn-border-red {
    position: relative;
    background-color: #fff;
    color: #fd576b;
    border: 1px solid #fd576b;
    cursor: default;
    width: 100%;
    border-radius: 0px;
    padding: 6px 12px;
}

.desktop .btn-border-red:hover {
    color: #fd576b;
}

.btn-border-red:visited {
    color: #fd576b;
}

.btn-trans {
    border: 0;
    background-color: transparent;
}

.btn-loading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.slick-arrow {
    text-indent: -900em;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    transition: all .4s;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 2;
}

.slick-prev {
    background-image: url(../images/icon-arrow-pre.png);
    left: 20px;
}

.desktop .slick-prev:hover {
    background-image: url(../images/icon-arrow-pre-active.png);
}

.promotion-home-page .slider-promotion .slick-prev {
    background-image: url(../../Content/images/Group_prev.svg);
    left: 0;
}

#all-item-promotion, .promotion-home-page {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title-promotion .title-4 {
    margin: 12px;
}

.desktop .promotion-home-page .slider-promotion .slick-prev:hover {
    background-image: url(../../Content/images/Group_prev.svg);
    opacity: 1;
}

.slick-next {
    background-image: url(../images/icon-arrow-next.png);
    right: 20px;
}

.desktop .slick-next:hover {
    background-image: url(../images/icon-arrow-next-active.png);
}

.promotion-home-page .slider-promotion .slick-next {
    background-image: url(../../Content/images/Group_next.svg);
    right: 0;
}

.desktop .promotion-home-page .slider-promotion .slick-next:hover {
    background-image: url(../../Content/images/Group_next.svg);
    opacity: 1;
}

.slider .slick-dots li button {
    transition: all .4s;
}

.slider-2 .slick-dots li button {
    background-color: #555;
}

.slider-2 .slick-dots li.slick-active button {
    border-color: #555;
}

.search-form {
    position: relative;
}

    .search-form .input-1 {
        width: 325px;
    }

    .search-form button {
        position: absolute;
        right: 5px;
        top: 2px;
        z-index: 2;
        border: 0;
        width: 29px;
        height: 29px;
        font-size: em(14px);
        background-color: transparent;
        color: #686868;
    }

.input-1 {
    background-color: #323232;
    height: 29px;
    border-radius: 29px;
    border: 0;
    padding: 5px 35px 5px 15px;
}

.input-2 {
    height: 24px;
    padding: 5px;
    color: #363636;
}

.input-3 > input {
    border: 0;
    background-color: #fff;
    height: 28px;
    width: 70%;
    padding: 5px;
    color: #383636;
}

#content-tab-main .input-3 > input::-webkit-input-placeholder {
    font-size: 12px;
}

#content-tab-main .input-3 > input::-moz-placeholder {
    font-size: 12px;
}

#content-tab-main .input-3 > input:-ms-input-placeholder {
    font-size: 12px;
}

#content-tab-main .input-3 > input::-ms-input-placeholder {
    font-size: 12px;
}

#content-tab-main .input-3 > input:-moz-placeholder {
    font-size: 12px;
}

.textarea-1 {
    height: 60px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px;
}

.dropdown-2 .btn {
    height: 44px;
    width: 100%;
    padding: 5px 15px;
    border: 0;
    border-radius: 0;
    text-align: left;
    color: #818181;
    font-size: 14px;
    font-family: inherit;
    border-bottom: 1px solid #ccc;
}

.dropdown-2 #dLabel {
    width: calc( 100% + 31px);
    margin-left: -15px;
}

.dropdown-2 .fa-chevron-down {
    position: absolute;
    right: 0;
    top: 50%;
    color: #616162;
    font-size: 12px;
    margin-top: -6px;
    transition: all .4s;
}

.dropdown-2 .dropdown-menu {
    width: 100%;
    font-size: 14px;
}

.dropdown-2.open .fa-chevron-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 2em;
}

::-webkit-scrollbar-track-piece {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

.tab .nav-tabs li > a {
    position: relative;
    border: 0;
    border-radius: 0;
    color: #a7a7a7;
    font-size: em(13px);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}

    .tab .nav-tabs li > a > span {
        display: block;
        padding: 8px 10px 7px 0;
        background-color: #555;
        color: #fff;
    }

        .tab .nav-tabs li > a > span.v2 {
            display: block;
            padding: 18px 15px 14px;
            background-color: #8c8585;
        }

    .tab .nav-tabs li > a:before {
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        content: '';
        background-color: transparent;
        transition: background-color .4s;
    }

.tab .nav-tabs li.active > a {
    border: 0;
    color: #fff;
    background: unset;
}

.tab .nav-tabs #li_tab_Dine_In > a {
    color: #fff;
    overflow: hidden;
}

.tab .nav-tabs #li_tab_Pick_Up > a {
    color: #fff;
}

.tab .nav-tabs #li_tab_Delivery > a {
    color: #fff;
}

.tab .nav-tabs li.active > a > span {
    background-color: #fd576b;
}

.desktop .tab .nav-tabs li.active > a:hover, .tab .nav-tabs li.active > a:focus {
    border: 0;
    color: #fff;
}

.tab .nav-tabs li.active > a:before {
}

.nav-tabs.nav-justified > #service-active.active > a:hover {
    border: none;
}

html.padding-top-50 {
    padding-top: 43px !important;
}

html.padding-bottom-50 {
    padding-bottom: 85px !important;
}

html, body, #wrapper, #container {
    min-height: 100%;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
}

#container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background-color: #fff;
}

main {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ie main {
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    min-height: calc(100% - 244px - 141px);
}

.block-1 .desc {
    color: #898989;
}

.slider-block {
    overflow: hidden;
}

    .slider-block .slider .slick-dots {
        bottom: 5px;
    }

    .slider-block > .container-fluid, .slider-block .slick-list, .slider-block .slick-track {
        height: 100%;
    }

    .slider-block .slick-slide > a {
        position: relative;
        display: block;
        height: 100%;
        text-align: center;
    }

    .slider-block .slick-slide img {
    }

.slider-1 {
    height: 100%;
}

    .slider-1 .slide {
        position: relative;
        overflow: hidden;
        height: 100%;
    }

        .slider-1 .slide:focus {
            outline: 0;
        }

        .slider-1 .slide .desc {
            position: absolute;
            top: 50%;
            z-index: 2;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100%;
            color: #fff;
            text-align: center;
        }

        .slider-1 .slide .text-1 {
            margin-top: 20px;
        }

        .slider-1 .slide .btn-1 {
            margin-top: 35px;
        }

.slider-2 .slide {
    overflow: hidden;
}

    .slider-2 .slide:focus {
        outline: 0;
    }

    .slider-2 .slide > a {
        position: relative;
        margin: 0 15px;
        display: block;
        overflow: hidden;
        height: 100%;
        max-height: 100%;
    }

        .slider-2 .slide > a > img {
            transition: all .4s;
        }

.desktop .slider-2 .slide > a:hover > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.slider-2 .sub-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 1.71429em;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 29px 15px;
    box-sizing: border-box;
}

.slider-2 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 10px 10px;
}

.block-1 .title-group {
    margin: 12px 0;
}

.block-1.fish-block-1 .title-group {
    margin-bottom: 0;
}

.block-1 .description {
    color: #646464;
}

.block-1 .slider-2 {
    padding-bottom: 30px;
}

.block-1.style-1 {
    padding-top: 15px;
}

    .block-1.style-1 .thumbnail-1 {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

        .block-1.style-1 .thumbnail-1.style-2 {
            margin-bottom: 0;
        }

    .block-1.style-1 .loading-text {
        margin-top: 20px;
        margin-bottom: 40px;
    }

.full-menu-block {
    display: flex;
    flex-direction: column;
}


.menu-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider-block-1 {
    height: 443px;
}

    .slider-block-1 .text-2 {
        margin-top: 15px;
    }

    .slider-block-1 .slider-1 .slide .btn-1 {
        margin-top: 45px;
    }

    .slider-block-1 .slider .slick-dots {
        margin-bottom: 0;
    }

        .slider-block-1 .slider .slick-dots li {
            opacity: 1;
            padding: 0 5px;
        }

            .slider-block-1 .slider .slick-dots li.slick-active button {
                border: 1px solid #fff;
                background-color: #000;
            }

.recommended-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .recommended-block .price {
        margin-top: 3px;
        margin-bottom: 0;
    }

        .recommended-block .price .old-price {
            margin-left: 20px;
        }

    .recommended-block .fa-shopping-cart {
        margin-right: 5px;
    }

    .recommended-block .slider-2 .slide:focus {
        outline: 0;
    }

.thumbnail-1 .price {
    margin: 6px 12px;
}

.thumbnail-1 .caption {
    padding: 0;
}

.thumbnail-1.category-title {
    margin-top: 15px;
}

    .thumbnail-1.category-title .caption > h3 {
        text-align: center;
    }

.thumbnail-1 .img-1 > span > img {
    transition: all .4s;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.thumbnail-1 .img-1 > span {
    display: block;
    width: 100%;
    position: relative;
}

.thumbnail-1 > a, .thumbnail-1 > .inner > a, .thumbnail-1 .img-1 {
    position: relative;
    display: block;
}

    .thumbnail-1 > a > img, .thumbnail-1 > .inner > a > img, .thumbnail-1 .img-1 > img {
        transition: 0.4s -webkit-transform;
        transition: 0.4s transform;
        max-width: inherit;
    }

.desktop .thumbnail-1 > a:hover img, .desktop .thumbnail-1 > .inner > a:hover img, .desktop .thumbnail-1 .img-1:hover img {
}

.thumbnail-1 > a, .thumbnail-1 > .inner > a {
    padding: 5px;
}

    .thumbnail-1 > a .img-1, .thumbnail-1 > .inner > a .img-1 {
        width: 100%;
        height: 100%;
    }

.thumbnail-1.style-2 {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

    .thumbnail-1.style-2.border-1 {
        border-top: 1px solid #ebebeb;
    }

    .thumbnail-1.style-2 .caption {
        padding: 10px 0 0;
    }

    .thumbnail-1.style-2 > p, .thumbnail-1.style-2 > .inner {
        display: table-cell;
        vertical-align: middle;
    }

.slider .slick-dots {
    position: absolute;
    padding: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .slider .slick-dots li {
        display: inline-block;
        padding: 0 10px;
    }

        .slider .slick-dots li.slick-active button {
            width: 12px;
            height: 12px;
            background-color: transparent;
            border: 2px solid #fff;
        }

        .slider .slick-dots li button {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: white;
            font-size: 0;
            border: none;
            padding: 0;
        }

.sale-off-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 66px;
    height: 67px;
    background: url(../images/sale-off-tag.png) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 0.71429em;
    text-transform: uppercase;
}

    .sale-off-tag > span {
        position: absolute;
        top: 17px;
        right: 0px;
        z-index: 2;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.block-4 {
    padding: 10px;
}

    .block-4 .item, .block-4 .subitem {
        overflow: hidden;
        position: relative;
    }

    .block-4 .dine-in {
        overflow: hidden;
        position: relative !important;
    }

    .block-4 .item:before, .block-4 .item:after, .block-4 .subitem:before, .block-4 .subitem:after {
        content: '';
        height: 1px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .block-4 .item:before, .block-4 .subitem:before {
        background-color: #fff;
        opacity: 0.2;
    }

    .block-4 .item:after, .block-4 .subitem:after {
        box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.8);
    }

.cart-info-block {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.4;
}

    .cart-info-block .item {
        padding: 7px 0;
        width: 100%;
        display: table;
        color: #fff;
        overflow: visible;
    }

    .cart-info-block .subitem {
        padding: 7px 10px 7px 10px;
        width: 100%;
        display: table;
        color: #fff;
        overflow: visible;
        padding-left: 20px;
    }

    .cart-info-block .item > .content {
        display: table-row;
    }

        .cart-info-block .item > .content > .fa, .cart-info-block .item > .content > span {
            display: table-cell;
            vertical-align: middle;
        }

        .cart-info-block .item > .content > span {
            padding-left: 5px;
            padding-right: 5px;
        }

            .cart-info-block .item > .content > span > span {
                display: inline-block;
            }

        .cart-info-block .item > .content > .fa {
            color: #fff;
            opacity: 0.9;
            font-size: 22px;
            width: 18px;
        }

    .cart-info-block .item:last-child:after, .cart-info-block .item:last-child:before {
        display: none;
    }

.cart-items {
    max-height: 28vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.content-cart {
    -webkit-overflow-scrolling: touch;
}

.block-3 {
    padding: 15px;
    background-color: #fdfdfd;
    border-bottom: 0;
    border-top: 0;
}

.order-list {
    margin-bottom: 0;
    padding: 0;
    min-height: 450px;
}

    .order-list .empty {
        padding: 20px 0;
    }

    .order-list .item {
        position: relative;
        border-bottom: 1px dotted #d7d7d7;
        width: 100%;
    }

        .order-list .item .item-row {
            display: table;
            width: 100%;
        }

        .order-list .item.disabled {
            padding-bottom: 10px;
            cursor: default;
            background-color: #f0f0f0;
        }

            .order-list .item.disabled > .inner {
                opacity: 0.5 !important;
            }

        .order-list .item .action-block {
            position: relative;
            height: 20px;
        }

        .order-list .item .order-name, .order-list .item .order-price {
            display: table-cell;
        }

        .order-list .item .order-modifier {
            display: table;
            width: 100%;
            margin-top: 5px;
            font-size: 0.85714em;
        }

            .order-list .item .order-modifier .note-1 {
                display: table-cell;
                opacity: 1;
                color: #a7a7a7;
            }

            .order-list .item .order-modifier .order-price {
                width: 46%;
            }

                .order-list .item .order-modifier .order-price .input-2 {
                    display: inline-block;
                    vertical-align: middle;
                    height: 22px;
                    width: 40px;
                    padding: 0 5px;
                    text-align: center;
                    margin-bottom: 3px;
                }

                .order-list .item .order-modifier .order-price .price {
                    vertical-align: middle;
                    display: block;
                    margin-top: 0;
                    margin-left: 10px;
                }

        .order-list .item .order-name {
            padding-right: 0;
        }

        .order-list .item .note {
            margin-top: 5px;
            margin-bottom: 5px;
            word-break: break-word;
        }

        .order-list .item .order-combo {
            margin-top: 10px;
        }

            .order-list .item .order-combo .note-1 {
                padding-left: 8px;
            }

        .order-list .item .fa {
            position: absolute;
            bottom: 15px;
            top: 3px;
            right: 0;
            z-index: 0;
            font-size: 21px;
        }

    .order-list .main_category_title .fa {
        font-size: 21px;
    }

    .order-list .item .delete-link {
        color: #000;
    }

    .order-list .order-price {
        text-align: right;
    }

        .order-list .order-price .input-2 {
            width: 40px;
            border-radius: 0px;
        }

        .order-list .order-price .price, .order-list .order-price .old-price {
            display: block;
        }

        .order-list .order-price .price {
            margin-top: 17px;
            font-size: 0.92857em;
        }

.promotion-block .textarea-1 {
    width: 100%;
}

.promotion-block .promotion-info {
    margin-top: 18px;
}

.promotion-block .title-7 {
    margin-bottom: 8px;
}

.total-price-list {
    color: #fff;
    font-size: 0.92857em;
    margin-bottom: 15px;
}

    .total-price-list li {
        margin-bottom: 10px;
    }

        .total-price-list li > span {
            opacity: 0.5;
        }

        .total-price-list li > div {
            opacity: 0.8;
            width: 60%;
            padding-bottom: 10px;
        }

        .total-price-list li .price-1 {
            opacity: 1;
            width: 40%;
            text-align: right;
        }

.total-price-block {
    position: relative;
    padding: 0;
}

.total-price-block-1 {
    position: relative;
    padding: 0 0 30px;
    z-index: 2;
}

    .total-price-block .btn-4, .total-price-block-1 .btn-4 {
    }

    .total-price-block > .inner, .total-price-block-1 > .inner {
        padding: 15px;
    }

.total-price-block-1 {
    padding-bottom: 0;
}

    .total-price-block-1 > .inner {
        padding-bottom: 0;
    }

    .total-price-block-1:after {
        display: none;
    }

.post-code-block .input-3 {
    margin-right: 46px;
}

.post-code-block .btn-next {
    width: 28%;
    padding: 0;
}

    .post-code-block .btn-next .fa-arrow-right {
        font-size: 11px;
        color: #fff;
        opacity: 1;
    }

.slider-3 .item {
    font-size: 1.14286em;
    color: #767676;
    text-align: center;
}

    .slider-3 .item a {
        color: #767676;
    }

    .slider-3 .item .wi-icon {
        margin-right: 10px;
    }

    .slider-3 .item span {
        display: inline-block;
        vertical-align: middle;
    }

    .slider-3 .item:hover a {
        text-decoration: none;
        color: #fd576b;
    }

.menu-slider-block {
    position: relative;
    padding: 19px 30px;
}

    .menu-slider-block:after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        content: '';
        height: 1px;
        width: 100%;
        background-color: #ebebeb;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    }

.menu-block-1 {
    margin-top: 30px;
}

.promotions-block {
    margin-bottom: 40px;
}

.delivery-time .date-time {
    overflow: hidden;
    clear: both;
    padding: 0 10px;
}

    .delivery-time .date-time > span {
        display: block;
        text-align: center;
    }

    .delivery-time .date-time .date {
        font-size: 14px;
        font-weight: bold;
    }

.delivery-text .fa {
    margin-right: 5px;
    color: #FFFFFF;
    font-size: 17px;
    opacity: 0.9;
}

.packing-fee {
    margin-top: 10px;
}

    .packing-fee .note-1 {
        font-size: 0.855em;
        display: inline;
    }

.pie-container {
    display: inline-block;
    position: relative;
    height: auto;
    width: 18px;
    padding-right: 28px;
}

.pie-container-text {
    display: inline-block;
    position: absolute;
}

.pie-background {
    background-color: #974255;
    width: 18px;
    height: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-transform: 9px;
    border-radius: 9px;
}

.pie-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hold {
    position: absolute;
    width: 18px;
    height: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-transform: 9px;
    border-radius: 9px;
    clip: rect(0px, 18px, 18px, 9px);
}

.pie {
    background-color: #974255;
    position: absolute;
    width: 18px;
    height: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-transform: 9px;
    border-radius: 9px;
}

    .pie.clip {
        clip: rect(0px, 9px, 18px, 0px);
    }

.pie-success {
    position: absolute;
    padding-left: 5px;
    display: none;
}

    .pie-success .fa-check {
        color: #974255 !important;
        font-size: 10px !important;
        opacity: 1 !important;
    }

a {
    transition: all .4s;
}

    a:focus {
        outline: 0;
    }

img:focus {
    outline: 0;
}

button:focus, button:active, input:focus, input:active {
    outline: 0 !important;
}

button:active, input:active {
    box-shadow: none !important;
}

.img-2 {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.img-responsive-1 {
    width: 100%;
}

.dropdown-1 {
    width: 100px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    border-radius: 12px;
    color: #555;
}

    .dropdown-1:focus {
        outline: 0;
    }

    .dropdown-1 .btn {
        background-color: #fff;
        width: 100%;
        text-align: left;
        padding: 2px 12px;
        border-radius: 12px;
        white-space: nowrap;
    }

        .dropdown-1 .btn .caret {
            margin-top: 7px;
        }

    .dropdown-1 .dropdown-menu {
        right: 0;
    }

.label-1 {
    min-width: 15px;
    height: 15px;
    font-size: 0.85714em;
    color: #fff;
    background-color: #fd576b;
    border-radius: 50%;
}

.fa-shopping-cart {
    position: relative;
    top: -7px;
    right: 3px;
}

    .fa-shopping-cart .label-1 {
        position: absolute;
        left: 8px;
        top: -10px;
        z-index: 2;
        font-size: 0.85714em;
        text-align: center;
        padding-left: 4px;
        padding-right: 4px;
    }

.cart {
    position: relative;
}

.badge {
    position: absolute;
    left: 8px;
    top: -10px;
    z-index: 2;
    font-size: 0.85714em;
    background-color: #fd576b;
}

.title-1 {
    font-size: 9.28571em;
    font-family: 'SweetlyBroken', cursive, sans-serif;
}

.title-2 {
    background-color: transparent;
    font-size: 20px;
    color: #000;
    line-height: 22px;
    text-transform: uppercase;
}

    .title-2 > a {
        display: block;
        color: #000;
    }

.desktop .title-2 > a:hover {
    text-decoration: none;
    color: #fd576b;
}

    .desktop .title-2 > a:hover > span:after {
        width: 100%;
    }

.desktop .title-2 > a:focus {
    text-decoration: none;
}

.title-3 {
    font-size: 3.5em;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.title-4 {
    margin: 6px 12px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

    .title-4 > a {
        color: #000;
    }

.desktop .title-4 > a:hover {
    color: #fd576b;
    text-decoration: none;
}

.title-5 {
    color: #6c6c84;
    font-size: 1.28571em;
}

.title-6 {
    font-size: 0.955em;
    color: #322e3f;
    word-break: break-word;
}

    .title-6 > a {
        color: #322e3f;
    }

.desktop .title-6:hover > a {
    color: #fd576b;
    text-decoration: none;
}

.title-7 {
    font-size: 0.85714em;
    color: #322e3f;
    text-transform: uppercase;
    font-weight: bold;
}

.mycart-title-product {
    font-size: 1em;
    color: #322e3f;
    line-height: 1.3;
    padding-right: 20px;
}

    .mycart-title-product > a {
        color: #322e3f;
    }

.warning {
    margin-top: 3px;
    font-style: italic;
    display: block;
}

    .warning.yellow {
        color: #d7b13f;
    }

    .warning.red {
        color: #fd576b;
    }

.warning-1 {
    font-size: 0.85714em;
}

    .warning-1.red {
        color: red;
    }

.text-1 {
    font-size: 1.92857em;
    font-family: Arial, Helvetica, sans-serif;
}

.text-2 {
    font-size: 1.92857em;
    letter-spacing: 35px;
}

.text-icon-1 {
    display: block !important;
    padding-bottom: 10px;
    overflow: auto;
}

    .text-icon-1 span {
        display: inline-block;
        vertical-align: middle;
    }

    .text-icon-1 .fa {
        margin-right: 10px;
        color: #1c1c1e;
        font-size: 17px;
        opacity: 0.6;
    }

.underline-dash {
    border-bottom: 1px dashed #fff;
}

.note {
    display: inline-block;
    color: #000;
    opacity: 0.5;
    font-style: italic;
}

.note-1 {
    display: inline-block;
    color: #000;
    opacity: 0.7;
}

.price {
    color: #fd576b;
}

.price-modifier {
    color: #5483ad;
    font-size: 0.92857em;
}

.old-price {
    color: #aaa;
    text-decoration: line-through;
    display: inline-block;
}

.link-1 .fa {
    margin-right: 8px;
}

.link-1 .fa-map-marker {
    font-size: 1.21429em;
}

.link-2 {
    font-style: italic;
    color: #ffc6cc;
    border-bottom: 1px dashed #ffc6cc;
}

    .link-2:hover {
        color: #fff;
        border-bottom: 1px dashed #fff;
        text-decoration: none;
    }

.bg-pink {
    background-color: #fd576b;
}

.text-white {
    color: #fff;
}

.text-grey {
    color: #777;
}

.text-black {
    color: #1c1c1e;
}

.text-minimum-delivery {
    color: #ffee91;
}

.tooltip {
}

    .tooltip .tooltip-inner {
        width: 204px;
        background-color: rgba(50, 46, 63, 0.9);
        border-radius: 5px;
        color: #fff;
        font-size: 0.92308em;
        padding: 5px 8px;
        font-family: 'Roboto', sans-serif;
        border: 1px solid #ccc;
    }

    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: rgba(50, 46, 63, 0.9);
    }

.not-available {
    opacity: 0.5 !important;
}

.note-not-available {
    bottom: 15px;
    font-size: 12px;
    left: 0;
}

.mark-container {
    display: flex;
    align-items: start;
    justify-content: start;
    font-family: Arial, Helvetica, sans-serif;
    width: 100px;
    margin: 6px 12px;
}

.box-product-detail .mark-container {
    margin: 6px 0;
    width: 100px;
}

.mark-container .sugar-amount-value {
    font-size: 24px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.mark-container .sugar-amount-unit {
    font-size: 12px;
    font-weight: 700;
}

.mark__value--box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #000;
    border-radius: 40px;
    padding: 4px 10px;
}

.mark__value--number {
    display: flex;
    gap: 1px;
    align-items: baseline;
}

.mark-container .mark__value--number-big {
    margin-left: -4px;
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
}

.mark-container .mark__value--number-small {
    font-size: 8px !important;
    font-weight: 700;
}

.mark-container .mark__value--unit {
    font-size: 9px !important;
    line-height: 6px;
    font-weight: 600;
}

.alcoholic-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 4px;
}

.alcoholic-label__icon {
    width: 16px;
    height: 16px;
}

.alcoholic-label__text {
    font-size: 12px;
    color: #D00012;
}

.alcoholic-policy-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.alcoholic-policy__title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    margin: 24px -8px 0 -8px;
    background-color: #F5F5F5;
}

    .alcoholic-policy__title .title {
        font-weight: 500;
        font-size: 16px;
    }

    .alcoholic-policy__title .sub-title {
        font-size: 12px;
    }

        .alcoholic-policy__title .sub-title a {
            font-size: 12px;
            font-weight: 700;
        }

            .alcoholic-policy__title .sub-title a:hover,
            .alcoholic-policy__title .sub-title a:focus {
                text-decoration: none;
            }

.alcoholic-policy__message {
    padding: 0 8px;
    font-weight: 300;
    line-height: 1.5;
}

.alcoholic-policy__action {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 16px;
    margin: 0 8px;
    background-color: #D6000F1A;
}

.alcoholic-policy__action--checkbox {
    background-color: var(--main-color);
}

.alcoholic-policy__content {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
}

.alcoholic-policy__warning-message {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    color: #D00012;
    padding: 0 8px;
}

#footer .footer {
    font-size: 0.92857em;
    padding-bottom: 12px;
}

#footer .socials {
    margin-top: 27px;
}

#footer .copy {
    margin-top: 5px;
}

#footer .footer-menu > li {
    font-size: 16px;
    font-weight: bold;
    padding-left: 19px;
    padding-right: 18px;
}

#footer .copy > a {
    font-size: 16px;
    font-weight: bold;
}

.desktop #footer .footer-menu > li:hover > a {
    color: #fff;
    text-decoration: none;
}

.socials > li > a {
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid;
    border-radius: 50%;
    padding: 6px;
}

.socials > li .fa {
    font-size: 1.23077em;
}

.desktop .socials > li > a:hover {
    border-color: #fff;
}

    .desktop .socials > li > a:hover .fa {
        color: #fff;
    }



#header {
}

    #header .navbar-toggle {
        float: left;
        border: 0;
        border-radius: 4px;
        margin: 0;
    }

        #header .navbar-toggle .icon-bar {
            background-color: #000;
            width: 26px;
            height: 4px;
        }

    #header .logo {
        margin-top: 11px;
        overflow: hidden;
        display: block;
        text-align: center;
    }

        #header .logo > img {
            display: inline-block;
        }

    #header .navbar {
        margin-bottom: 0;
        border: 0;
    }

.font-weight-bold {
    font-weight: bold;
}

#header .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

    #header .navbar-nav li.dropdown .dropdown-menu {
    }

    #header .navbar-nav li.dropdown:hover .dropdown-menu {
    }

#header .navbar-brand {
    padding: 0;
    margin-left: 0;
    margin-top: 10px;
    font-size: 14px;
    width: 170px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    display: table;
}

    #header .navbar-brand .logo {
        display: table-cell;
        vertical-align: middle;
    }

        #header .navbar-brand .logo img {
            width: 100%;
        }

.desktop #header .navbar-brand:hover {
    text-decoration: none;
}

.brand-name {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff !important;
}

.lang-menu > i {
    padding-right: 5px;
}

.lang-menu .lang-name {
    padding-right: 5px;
}

.top-header {
    padding: 13px 0 12px;
    color: #fff;
    font-size: 1em;
}

    .top-header a {
        color: #767676;
    }

    .top-header .search-form {
        margin-right: 47px;
    }

#main-menu {
    font-size: 1em;
    color: #000;
}

    #main-menu a {
        color: #767676;
    }

    #main-menu .nav {
        text-transform: uppercase;
    }

    #main-menu .un-uppercase {
        text-transform: none;
    }

    #main-menu .topbar {
        margin-bottom: 0;
    }

        #main-menu .topbar ul {
            margin-top: 6px;
        }

            #main-menu .topbar ul .fa {
                margin-right: 12px;
            }

.desktop #main-menu .topbar ul li:hover > a {
    text-decoration: none;
    color: #fd576b;
}

.map-link {
    margin-top: 5px;
}

#menu-mb {
    position: static;
    float: left;
}

#menu-mb {
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    z-index: 0;
    width: 80%;
    height: 500px;
    background-color: #eee;
    -webkit-overflow-scrolling: touch;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    z-index: 2;
}

.android-native #menu-mb {
    position: absolute;
}

#menu-mb > .inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#menu-mb .list-1, #menu-mb .list-2 {
    padding-left: 35px;
    padding-right: 0;
}

    #menu-mb .list-1 li, #menu-mb .list-2 li {
        border-bottom: 1px solid #ddd;
        font-size: 1em;
    }

.desktop #menu-mb .list-1 li:hover > a, .desktop #menu-mb .list-2 li:hover > a {
    color: #fd576b;
    text-decoration: none;
}

#menu-mb .list-1 .wi-icon, #menu-mb .list-2 .wi-icon, #menu-mb .list-3 .wi-icon {
    margin-right: 20px;
}

#menu-mb .list-1 .img-2, #menu-mb .list-2 .img-2 {
    margin-right: 15px;
}

#menu-mb .list-1 a, #menu-mb .list-2 a {
    color: #555;
    padding: 10px 10px 10px 0;
    display: block;
    line-height: 22px;
}

#menu-mb .list-1 span, #menu-mb .list-2 span {
    display: inline-block;
    vertical-align: middle;
}


#menu-mb .list-2 {
    margin: 0;
    padding-left: 0;
    background-color: #fd576b;
}

    #menu-mb .list-2 li {
        border-bottom: 1px solid #ddd;
        padding-left: 15px;
    }


        #menu-mb .list-2 li span {
            display: inline-block;
            color: #fff;
            vertical-align: middle;
        }

#menu-mb .list-3 {
    margin: 0;
    padding-left: 0;
    background-color: #eee;
}

    #menu-mb .list-3 li span {
        margin: 0;
        padding-left: 0;
        color: #555;
        padding: 14px 10px 14px 0;
        display: inline-block;
        vertical-align: middle;
    }

    #menu-mb .list-3 li {
        border-bottom: 1px solid #ddd;
        padding-left: 15px;
    }

#menu-mb .title-5 {
    padding: 12px 12px;
    font-size: 1em;
    font-weight: bolder;
    border-bottom: 1px solid #ddd;
    color: #555;
}

#menu-mb .full-menu-block .list-1 li:last-child {
    border-bottom: 0;
}

#menu-mb .dropdown .dropdown-toggle {
    padding-left: 0;
    text-align: left;
    width: 100%;
}

    .desktop #menu-mb .dropdown .dropdown-toggle:hover, #menu-mb .dropdown .dropdown-toggle:visited, #menu-mb .dropdown .dropdown-toggle:focus {
        color: #fff;
    }

    #menu-mb .dropdown .dropdown-toggle .fa-angle-down {
        margin-top: 8px;
        transition: all .4s;
    }

#menu-mb .dropdown .dropdown-menu {
    background-color: #fd576b;
    border-radius: 0;
    left: 0;
    right: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #menu-mb .dropdown .dropdown-menu li {
        border-bottom: 1px solid #fd6073;
    }

        #menu-mb .dropdown .dropdown-menu li a {
            padding: 17px 55px 18px;
            color: #fff;
            opacity: 0.65;
        }

.desktop #menu-mb .dropdown .dropdown-menu li:hover a {
    background-color: transparent;
    opacity: 1;
}

#menu-mb .dropdown.open .fa-angle-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-toggle a .desktop #menu-mb .dropdown:hover {
    display: inline;
}

.username {
    padding: 25px 15px;
    background-color: #fd576b;
    font-size: 1.14286em;
    color: #fff;
}

    .username .wi-icon-user {
        margin-right: 10px;
    }

    .username > span {
        display: inline-block;
        vertical-align: middle;
    }

    .username a {
        color: #fff;
        font-weight: bold;
    }

.order-link {
    padding: 18px 15px;
    background-color: #322e3f;
    display: block;
    font-size: 1.14286em;
    color: #7e7b86;
}

.desktop .order-link:hover {
    color: #6c6c84;
    text-decoration: none;
}

.sticky-scroll-category {
    position: fixed;
    top: 125px;
}

.smoov-product-detail-right-panel .product-detail-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}

.step-info-box {
    position: fixed;
    top: 207px;
    z-index: 3;
    padding: 0;
    margin-bottom: 0;
    width: 1200px;
}

    .step-info-box .step-info {
        padding: 0 0 15px;
        width: calc(100% - 325px);
        background-color: white;
        border-bottom: 1px solid #ddd;
    }

#postalCodeAutocomplete_error {
    position: absolute;
    right: 16%;
}


.padding-tl {
    padding-bottom: 5px;
}

.media-custom {
    padding-top: 10px;
    padding-left: 10px;
}

#btn-deliveryModal-close {
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
}

.overflow-hidden {
    overflow: hidden !important;
}

.cardNumbnerBoldUnderline18 {
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
}

.cardNumbnerBoldUnderline22 {
    font-size: 22px;
    text-decoration: underline;
    font-weight: bold;
}

.cardNumbnerBoldUnderline28 {
    font-size: 28px;
    text-decoration: underline;
    font-weight: bold;
}

.display-block {
    display: block;
}

.fix-no-image {
    margin-top: 0px;
    padding-top: 0px !important;
}

.display-content {
    display: contents;
}

.product-body-detail .alert-danger {
    background-color: #fff !important;
    border: 0px;
    color: #000000 !important;
    font-size: 20px;
    margin: 15px 5px 5px;
}

    .product-body-detail .alert-danger h4 {
        font-size: 20px;
    }

.close-left {
    float: left;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

    .close-left:hover, .close-left:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close-left {
    padding: 10px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    padding-left: 5px;
}

.col-width-96 {
    width: 95%;
}

#productDetailModal {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.modal-product-detail .product-total-price .input-group-btn .btn {
    border-radius: 5px;
    margin-left: 5px;
    white-space: normal;
}

.item-products .line-clamp-2 {
    -webkit-line-clamp: 2 !important;
}

.item-products .line-clamp-3 {
    -webkit-line-clamp: 3 !important;
}

.item-products .line-clamp-4 {
    -webkit-line-clamp: 4 !important;
}

.item-products .line-clamp-5 {
    -webkit-line-clamp: 5 !important;
}

.item-products .line-clamp-6 {
    -webkit-line-clamp: 6 !important;
}

.item-products .line-clamp-7 {
    -webkit-line-clamp: 7 !important;
}

.item-products .hidden {
    display: none !important;
}

.item-category .thumbnail-1 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.item-category .text-clamp-overflow-title {
    display: block;
    margin: 6px 12px;
    min-height: unset;
    max-height: unset;
}

.item-category .description-category {
    font-size: 13px;
    margin: 6px 12px;
    -webkit-line-clamp: 2 !important;
    cursor: pointer;
}

.item-products-floating {
    padding-left: 5px;
    padding-right: 10px;
}

.row-item-product-floating .thumbnail-1 {
    position: relative;
    height: 100%;
    margin-bottom: 0px;
}

.row-item-product-floating .btn-grey {
    width: 100%;
    border-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 10px;
}

.product__label {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px 0;
    padding: 2px 8px;
    z-index: 2;
    background-color: var(--main-color);
}

.product__label--text {
    font-size: 12px;
    color: #fff;
}

#menu-tiles-mobile {
    overflow-x: scroll;
    width: 100%;
    background-color: #FFFFFF !important;
    height: 50px;
}

    #menu-tiles-mobile .category-menu-mobile {
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 5px;
        gap: 10px;
        height: 100%;
    }

    #menu-tiles-mobile::-webkit-scrollbar {
        height: 0px;
    }

    #menu-tiles-mobile .menu-mobile-item {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 4px 6px;
        text-align: center;
        position: relative;
        flex-wrap: nowrap;
    }

        #menu-tiles-mobile .menu-mobile-item .slide__title {
            white-space: nowrap;
            -ms-word-break: keep-all;
            word-break: keep-all;
            color: #737373 !important;
            font-weight: 700;
            text-align: center;
        }

        #menu-tiles-mobile .menu-mobile-item.active .slide__title {
            color: #000000 !important;
        }

        #menu-tiles-mobile .menu-mobile-item.active::after {
            display: block;
            content: "";
            position: absolute;
            bottom: 2px;
            left: 0;
            right: 0;
            width: 100%;
            border-bottom: 3px solid var(--main-color);
            filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        }

    #menu-tiles-mobile.menu-iconic-mobile {
        height: auto;
    }

        #menu-tiles-mobile.menu-iconic-mobile .menu-mobile-item {
            flex-direction: column;
            justify-content: start;
            flex: 1 0 18%;
            gap: 10px;
        }

            #menu-tiles-mobile.menu-iconic-mobile .menu-mobile-item .slide__img .b-radius {
                border-radius: 50%;
                border: 2px solid #f4f4f4;
            }

            #menu-tiles-mobile.menu-iconic-mobile .menu-mobile-item .slide__img {
                width: auto;
            }

                #menu-tiles-mobile.menu-iconic-mobile .menu-mobile-item .slide__img .img-category-iconic {
                    width: 50px;
                    height: 50px;
                    position: relative;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    border-radius: 50%;
                }

            #menu-tiles-mobile.menu-iconic-mobile .menu-mobile-item .slide__title {
                white-space: break-spaces;
                -ms-word-break: keep-all;
                word-break: keep-all;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                line-height: 16px;
                font-size: 11px;
            }

        #menu-tiles-mobile.menu-iconic-mobile.iconic-2 .category-menu-mobile {
            background-color: #fafafa;
        }

        #menu-tiles-mobile.menu-iconic-mobile.iconic-2 .menu-mobile-item {
            flex: 1 1 auto;
            width: auto;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            background-color: #fff;
            color: #000;
            flex-wrap: nowrap;
            border-radius: 1.6em;
            gap: 5px;
        }

            #menu-tiles-mobile.menu-iconic-mobile.iconic-2 .menu-mobile-item.active {
                background-color: #ebebeb;
            }

                #menu-tiles-mobile.menu-iconic-mobile.iconic-2 .menu-mobile-item.active::after {
                    display: none
                }

            #menu-tiles-mobile.menu-iconic-mobile.iconic-2 .menu-mobile-item .slide__img .img-category-iconic {
                width: 40px;
                height: 40px;
                position: relative;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                border-radius: 50%;
            }

            #menu-tiles-mobile.menu-iconic-mobile.iconic-2 .menu-mobile-item .slide__title {
                white-space: nowrap;
                -ms-word-break: keep-all;
                word-break: keep-all;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                line-height: 16px;
                font-size: 11px;
            }

.search-form-autocomplete .bg-search-tiles {
    background-color: #FFFFFF !important;
}

.resize-list {
    margin: 0px !important;
}

.item-products {
    padding: 0px !important;
    border-radius: 8px;
}

    .item-products .thumbnail-1 .img-1 > span > img {
        transition: all .4s;
        box-shadow: unset;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 8px 8px 0 0;
        object-fit: cover;
    }

    .item-products .thumbnail-1 > a, .thumbnail-1 > .inner > a {
        padding: 0px;
    }

    .item-products .thumbnail-1 {
        display: flex;
        margin: 0;
        padding: 0;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        border-radius: 8px;
    }

    .item-products .btn-grey {
        width: 100%;
        border: none;
        border-radius: 0 0 5px 5px;
    }

    .item-products .btn-add {
        width: 100%;
        margin: 0px;
    }

    .item-products .btn-border-red {
        width: 100%;
        border-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .item-products .thumbnail-1 .caption {
        padding: 0;
    }

    .item-products .no-padding {
        padding: 0px !important;
    }

    .item-products .description {
        margin: 6px 12px;
        line-height: 18px;
        color: #898989;
        font-size: 13px;
        cursor: pointer;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

        .item-products .description p {
            word-break: break-word;
            margin: 0px;
        }

.product-item__footer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.item-recommended {
    margin: 10px 12px 20px 15.5px;
    padding: 0px !important;
    border-radius: 5px;
}

    .item-recommended .thumbnail-1 {
        background-color: unset;
        padding: 0px;
    }

        .item-recommended .thumbnail-1 .img-1 > span > img {
            transition: all .4s;
            box-shadow: unset;
            width: 100%;
            height: 100%;
            background-color: #fff;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    .item-recommended .btn-grey {
        width: 100%;
        border-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }


    .item-recommended .text-clamp-overflow-item {
        min-height: 10px;
    }

.thumbnail-group__bottom .price-bottom {
    margin: 6px 12px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.modal-product-detail .btn-back {
    border-radius: 5px !important;
    width: 120px;
    margin-left: 0px !important;
    border: 1px solid #ccc;
}

.row-item-product-floating .btn-add {
    margin: 0px;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.row-item-product-floating .title-4 {
    margin: 6px 12px !important;
}

.row-item-product-floating p.price {
    margin: 6px 12px !important;
}

.row-item-product-floating p.open-price {
    margin: 6px 12px !important;
}

.row-item-product-floating .price-bottom {
    margin: 6px 12px;
    font-size: 13px;
}

.product-body-detail .radio {
    margin: 0;
}

.product-body-detail .title-line-height {
    line-height: 20px;
}

.item-products-floating .text-clamp-overflow {
    display: inline;
}


.product-body-detail .modifier-title .mark-container {
    margin: 8px 0;
}

.table-product-detail .modifier-title {
    padding-right: 12px;
}

.table_banner_line {
    border-left: dotted #fff 1px;
    border-right: dotted #fff 1px;
}

#modalWelcome {
    overflow-y: hidden;
}

    #modalWelcome .form-control,
    #modalJoinHost .form-control,
    #modalDineInWelcome .form-control {
        text-align: left;
        font-size: 20px;
        background-color: #FFF;
        padding-left: 50px;
        height: 40px;
    }

        #modalWelcome .form-control[disabled],
        #modalWelcome .form-control[readonly],
        #modalJoinHost .form-control[disabled],
        #modalJoinHost .form-control[readonly],
        #modalDineInWelcome .form-control[disabled],
        #modalDineInWelcome .form-control[readonly] {
            background-color: #eeeeee;
        }

    #modalWelcome #stationList, #modalDineInWelcome #dineinStationList {
        text-align: center;
        font-size: 14px;
        background: #EEEEEE;
        text-align-last: center;
    }

    #modalWelcome .btn, #modalDineInWelcome #dineInSignUp .btn {
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #FD576B;
        width: 100%;
    }

.error-message-hidden {
    color: #b94a48;
    display: none;
}

.remove-pending-right {
    padding-right: 0px;
}

.remove-pending-left {
    padding-left: 0px;
}

.search-form-autocomplete {
    border-right: 1px solid #d7d7d7;
}

    .search-form-autocomplete button {
        position: absolute;
        right: 5px;
        top: 6px;
        z-index: 2;
        border: 0;
        width: 29px;
        height: 29px;
        font-size: 18px;
        background-color: transparent;
        color: #686868;
    }

.autocomplete-items {
    position: absolute;
    border-bottom: 1px solid #d4d4d4;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: -55px;
    background-color: #ffffff;
    margin-left: 0;
    max-height: 450px;
    overflow: auto;
}

    .autocomplete-items .autocomplete-item {
        display: flex;
        position: relative;
        padding: 0 5px;
        border-bottom: 1px solid #cecece;
    }

        .autocomplete-items .autocomplete-item:last-child {
            border-bottom: none;
        }

        .autocomplete-items .autocomplete-item div {
            padding: 15px 0px;
            cursor: pointer;
            margin: 0 0px;
        }

        .autocomplete-items .autocomplete-item:hover {
            background-color: var(--main-color) !important;
            color: #ffffff;
        }

.autocomplete-active {
    background-color: var(--main-color) !important;
    color: #ffffff;
}

.shym-float-right {
    float: right;
}

.shym-float-left {
    float: left;
}

.stxtProductSearch:focus {
    background-color: #f0f0f0 !important;
}

#dropdownMenu1 > button:focus, #dropdownMenu1 > button:active {
    background-color: #f0f0f0 !important;
}

.row.dropdown-2.visible-xs.visible-sm.keep-open {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.custom-model {
    text-align: center;
    padding: 0 !important;
}

    .custom-model:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .custom-model .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

.padding-bottom-5 {
    padding-bottom: 5px;
}

#promotion-detail {
    padding-top: 10px;
}

    #promotion-detail .promotion-title-group {
        background-color: #fefefe;
    }

.promotion-rules {
    color: #FD576B;
    font-size: 15px;
    margin-bottom: 0px;
}

.promotion-title {
    color: #ac2925;
    font-size: 22px;
}

    .promotion-title .marketing-promotions-icon {
        width: 30px;
    }

    .promotion-title:hover {
        text-decoration: none;
    }

.title-group .desc {
    font-weight: normal;
}

.title-group .desc-category {
    font-weight: normal;
}

.promotion-view-all {
    border-color: #ac2925;
    margin-bottom: 0;
    padding: 4px;
}

    .promotion-view-all a {
        color: #ac2925;
        font-size: 14px;
        padding: 7px 10px;
    }

        .promotion-view-all a:hover {
            text-decoration: none;
        }

#btn-promotion-hide-expand-detail:hover {
    text-decoration: none;
    cursor: pointer;
}


#PromotionInfo {
    font-size: 13px;
    line-height: 1.42857;
}

    #PromotionInfo .row .col-sm-3.col-xs-4 {
        padding-right: 0;
    }

.product-detail-alert-promotion {
    margin-bottom: 0 !important;
    padding: 5px 10px;
    border: 1px solid #31708f;
    margin-top: 15px;
}

    .product-detail-alert-promotion .row .col-xs-4 {
        padding-left: 0;
    }

.btn-see-promo, .btn-see-promo:hover, .btn-see-promo:visited, .btn-see-promo:focus {
    background: #31708f;
    color: #fff;
}

.q-product {
    margin-top: 30px;
}

.my-cart-item-on-promotion {
    width: 100% !important;
    font-size: 13px;
    margin-bottom: 10px;
}

    .my-cart-item-on-promotion .alert-info .col-xs-12 {
        display: inline-flex;
    }


#btnCheckOut {
    background-color: #333;
    border-radius: 5px;
    font-weight: bold;
}

.promote-partner {
    z-index: 2;
    position: relative;
}

.market-promocode {
    width: 100%;
}


.getz_power__text {
    padding-right: 3px;
    padding-top: 5px;
}

.market__banner {
    display: flex;
    display: -webkit-flex;
    width: 100%;
}

.promotion-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

    .promotion-container .thumbnail-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

.product-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.category-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.order-status-tracking_content-container {
    width: 100%;
    height: 500px;
}

.order-status-tracking_hr-1 {
    border: 0.15em dotted #D7D7D7;
    width: 40%;
    margin-bottom: 0;
}

.order-status-tracking_hr-2 {
    border: 0.15em dotted #D7D7D7;
    width: 40%;
    margin-top: 2px;
}

.title-order-status-header {
    font-size: 20px;
    font-weight: 200;
    color: #F34C5E;
}

.title-header-content {
    font-size: 17px;
    font-weight: 200;
    color: #F34C5E;
}

.title-order-status {
    color: #F34C5E;
}

.title-reach-us {
    color: gray;
}

.border-order-status {
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    background-color: #FFF;
}

.btn-view-changes {
    background-color: #F34C5E;
    padding: 10px 30px 10px 30px;
    font-size: 12pt;
    border-color: #F34C5E;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
}

.text-danger-order-status-tracking {
    color: #F34C5E;
}

.order_productitem_table-orderlist-detail > tbody > tr:first-child > td {
    border-top: none !important;
}

.title-order-status-total {
    font-size: 15px;
    width: 100%;
}

.title-order-status-href {
    color: #F34C5E;
    cursor: pointer;
    text-decoration: underline !important;
    display: inline-block;
}

.btn-view-changes:hover, .btn-view-changes:focus {
    background-color: #fff;
    padding: 10px 30px 10px 30px;
    font-size: 12pt;
    border-color: #F34C5E;
    color: #F34C5E;
    border: 1px solid #F34C5E;
    border-radius: 3px;
}

.line-height-break {
    line-height: 130%;
}

.font-size-18 {
    font-size: 20px;
}

.title-order-status-header-green {
    font-size: 22px;
    font-weight: 300;
    color: #39b46f;
}


.tab-tracker-ul {
    font-weight: bold;
    color: #000;
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.tab-tracker-li:focus {
    border: none;
}

.tab-tracker-li a {
    color: #000;
    padding: 10px 0px 10px 10px !important;
    text-align: center;
}

.tab-tracker-ul > li.active, .tab-tracker-ul > li.active > a, .tab-tracker-ul > li.active > a:hover, .tab-tracker-ul > li.active > a:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: red;
    border-bottom-width: 3px;
}

.tab-tracker-ul > li > a:hover, .tab-tracker-ul > li > a:focus {
    border-color: #fff;
    background-color: #fff;
}

.check-rewards-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.reward-item {
    background: #EEEEEE;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 20px;
    min-height: 123px;
    height: 100%;
    padding-bottom: 0;
}

.reward-item-left {
    background: #E94F6B;
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
    height: 100px;
    border-radius: 7px;
    padding-right: 10%;
}

.reward-item-value {
    font-size: 4em;
    color: #fff;
    padding-left: 5px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    padding-top: 10px;
}

.reward-item-value-symbol {
    font-size: 0.4em;
    position: absolute;
    right: 7%;
    top: 8px;
}

.reward-item-value-off {
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.reward-item-value-name {
    font-size: 20px;
    color: #E94F6B;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 9px;
}

.reward-item-value-text {
    color: #0678BE;
    margin-bottom: 8px;
    white-space: nowrap;
}

.reward-item-value-text-no-redeem {
    color: #E94F6B;
    margin-bottom: 5px;
    height: 26px;
}

.reward-item-info-redeemp.reward-item-redeem span {
    white-space: nowrap;
}

.reward-item-info {
    font-size: 13px;
    padding: 0px 0px 0px 0;
    margin-left: -60px;
}

.reward-item-info-expiry {
    display: inline-block;
    padding: 7px;
    padding-right: 0;
    background: #CCCCCC;
    padding-left: 60px;
    width: 63%;
    margin-right: -4px;
}

.reward-item-info-redeemp {
    background: #0678BE;
    color: #fff;
    padding: 7px 0px;
    display: inline-block;
    width: 35%;
    text-align: center;
}

.reward-item-redeemed {
    background: #AAAAAA !important;
}

.reward-item-redeem {
    cursor: pointer;
}

.reward-item-redeem-disabled {
    cursor: default;
}

.reward-item-saved {
    background: #555555 !important;
}

.reward-item-new {
    position: absolute;
    right: 20px;
    background: red;
    padding: 4px 8px;
    color: #fff;
    top: -15px;
}

.reward-item-box {
    padding-right: 0;
    z-index: 1;
    padding-left: 0;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-padding-left {
    padding-left: 0px;
    padding-right: 0px;
}

.reward-item-saved-text {
    color: #555555 !important;
}

.tracker-header {
    background: #FFF;
    display: inline-table;
}

.tracker-header-announcement {
    background: #FFF;
    min-height: 0px !important;
}

.tracker-sticky {
    z-index: 99999 !important;
    height: auto !important;
}

#check-rewards {
    position: relative;
    margin-top: 135px;
}

#track-orders-content {
    margin-top: 135px;
}

#content-terminal-payment {
    margin-top: 135px;
}

.tab-tracker-li {
    min-width: 150px;
}

.brand-name-tracker {
    position: absolute;
    bottom: 20%;
    font-size: 1.5em;
    padding-left: 5px;
    font-weight: bold;
}

.order-status-tracking_bg {
    background-color: #fff;
    min-height: 500px;
    padding-top: 15px;
}

.order-status-tracking_progress-bar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.status-progress {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .status-progress > li {
        position: relative;
        display: table-cell;
        text-align: center;
    }

        .status-progress > li .status-state {
            margin-top: -75px;
            margin-left: -50%;
            position: absolute;
            width: 100%;
            color: #838383;
            font-size: 18px;
        }

span.status-view {
    margin-top: -56px;
    margin-left: -50%;
    position: absolute;
    width: 100%;
}

.is-active span.status-view {
    margin-top: -67px;
}

.status-progress .is-complete span.status-state-update {
    margin-top: -95px;
}

.status-progress > li .status-datetime {
    margin-left: -50%;
    position: absolute;
    width: 100%;
    color: #838383;
}

.status-progress > li:before {
    background-image: url("../../Content/images/order-status-tracking-icon/not-active.png");
    background-size: contain;
    content: '';
    display: block;
    margin: 0 auto;
    margin-bottom: 0.25em;
    top: -5px;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    position: relative;
    z-index: 2;
}

.status-progress > li:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 0.5em;
    top: 42%;
    left: 50%;
    margin-left: 1.5em;
    z-index: 1;
    border-top: 0.6em dashed #D7D7D7;
}

.status-progress > li:last-child:after {
    display: none;
}

.status-progress > li.is-complete:before {
    content: '';
    color: #FFF;
    background-image: url("../../Content/images/order-status-tracking-icon/complete.png");
    background-size: contain;
    border: none;
}

.status-progress > li.is-complete .status-tracking-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25px;
    z-index: 2;
}

.status-progress > li.is-complete:after {
    color: #FFF;
    background: #F34C5E;
    border: none;
}

.status-progress > li.is-complete .status-state {
    color: #F34C5E;
}

.status-progress > li.is-complete .status-datetime {
    color: #717171;
}

.status-progress > li.is-active:before {
    content: '';
    color: #FFF;
    background-size: contain;
    border: none;
    width: 3em;
    height: 3em;
    top: 10px;
    font-size: 19px;
}

.status-progress > li.is-active .status-tracking-icon {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 10px;
}

.status-progress > li.is-active .status-state {
    margin-top: -86px;
    color: #F34C5E;
    font-weight: bold;
}

.status-progress > li.is-active span.status-state-update {
    margin-top: -100px;
}

.status-progress > li.is-active .status-datetime {
    color: #F34C5E;
    font-weight: bold;
}

.status-progress > li.is-active.displayview:after {
    border-left: 0.5em dashed #D7D7D7;
    border-top: 0.5em dashed #D7D7D7;
    top: 42%;
}

.status-progress > li.is-complete.displayview:after {
    width: 90%;
}

.status-progress > li.is-null:before {
    display: none;
}

.status-progress > li.displayviewitem .status-state {
    position: absolute;
    width: 200px;
    text-align: center;
    z-index: 2;
    font-size: 14px;
    line-height: 21px;
}

.status-progress > li.displayviewitem .displayviewready {
    color: #077ABD;
}

    .status-progress > li.displayviewitem.displayviewready:before {
        background-image: url(../../Content/images/order-status-tracking-icon/displayready.svg) !important;
        width: 2em;
        height: 2em;
        font-size: 19px;
        top: 3px;
    }

.status-progress > li.displayviewitem.displayviewcomplete:before {
    background-image: url(../../Content/images/order-status-tracking-icon/displaycomplete.svg) !important;
    width: 2em;
    height: 2em;
    top: -5px;
    background-size: contain;
    border: none;
}

.status-progress > li.displayviewitem.displayviewcomplete .status-state {
    font-size: 14px;
}

.status-progress > li.displayviewitem.displayviewready .status-state {
    color: #077ABD;
    font-size: 18px;
    font-weight: bold;
    margin-top: -86px;
}

.status-progress > li.displayviewitem:before {
    width: 1.2em;
    height: 1.2em;
    background-image: url(../../Content/images/order-status-tracking-icon/displaynone.svg) !important;
    top: -9px;
}

.status-progress > li.displayviewitem.displayviewdown .status-state {
    margin-top: 0px;
}

.status-progress > li.displayviewitem:after {
    border-top: 0.5em dashed #D7D7D7;
    z-index: 0;
    left: 58%;
}

.progress__last:after {
    display: none !important;
}

.item-line-subCategorys:last-child .item:last-child {
    border: none;
}

#containmycart .item-line-subCategorys > .sub_category_title {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #d7d7d7;
    line-height: 1.3;
}

    #containmycart .item-line-subCategorys > .sub_category_title:before {
        font-size: 13px;
        font-weight: normal;
        color: #999;
    }

#paymentmycart .checkout-order-detail .checkout-manCategory {
    border-top: 1px solid #d7d7d7;
    margin-top: -20px;
}

#paymentmycart .checkout-order-detail .checkout-mycart-title-manCategory {
    padding: 10px 10px 10px 0px;
    text-decoration: none;
    color: #fd576b;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #d7d7d7;
}

#paymentmycart .checkout-order-detail .checkout-mycart-title-subCategory {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px dotted #d7d7d7;
    margin-left: 10px;
}

    #paymentmycart .checkout-order-detail .checkout-mycart-title-subCategory:first-child {
        padding: 10px 0px 5px 0px;
    }

    #paymentmycart .checkout-order-detail .checkout-mycart-title-subCategory:before {
        font-size: 13px;
        font-weight: normal;
        color: #999;
    }

#paymentmycart .checkout-order-detail .checkout-subCategory div.col-sm-12 {
    padding-left: 15px;
}

#paymentmycart .checkout-order-detail .checkout-subCategory .checkout-products {
    margin-top: 15px;
    margin-left: 15px;
}

.welcome-page-h4 {
    margin: 10px 0;
}

.scan-qr-code-title {
    border: solid 1px #000;
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 5px;
}

.scan-qr-code-individual {
    margin: 0 0;
    background: #FD576B;
    color: #fff;
    margin-top: 10px;
}

.scan-qr-code-info {
    height: 120px;
    padding: 6% 0;
    font-size: 13px;
}

    .scan-qr-code-info button {
        position: absolute;
        right: 0;
        color: #fff;
        background-color: transparent;
        border-color: #fff;
        bottom: 0;
        border-radius: initial;
    }

        .scan-qr-code-info button:hover {
            color: #FD576B;
            background-color: #fff;
            border-color: #fff;
        }

.scan-qr-code-group {
    margin: 0 0;
    background: #01A2D9;
    color: #fff;
    margin-top: 10px;
}

    .scan-qr-code-group button {
        position: absolute;
        right: 0;
        color: #fff;
        background-color: transparent;
        border-color: #fff;
        border-radius: initial;
        bottom: 0;
    }

        .scan-qr-code-group button:hover {
            color: #01A2D9;
            background-color: #fff;
            border-color: #fff;
        }

.scan-qr-code-group-info {
    height: 120px;
    padding: 6% 0;
    font-size: 13px;
}

.scan-qr-code-line {
    width: 2px;
    background: #fff;
    height: 100px;
    margin: 17px auto;
}

.scan-qr-code-icon {
    padding: 25px 0px 0px 15px;
}

    .scan-qr-code-icon img {
        width: 40%;
    }

    .scan-qr-code-icon p {
        font-size: 17px;
        padding-top: 5px;
    }

.scan-qr-code-banner span::after {
    border-bottom: 5px dotted #000;
    background-color: white;
    width: 35px;
    display: inline-block;
    content: '';
}

.scan-qr-code-span-last::after {
    content: none !important;
}

.scan-qr-code-banner span img {
    width: 15%;
    margin-right: 5%;
    margin-left: 3%;
}

.scan-qr-code-banner-note {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

    .scan-qr-code-banner-note .first {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .scan-qr-code-banner-note .second {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
    }

    .scan-qr-code-banner-note .third {
        text-align: center;
    }

.item-products .open-price {
    margin: 6px 12px;
}

.product__title .open-price {
    margin: 6px 12px;
}

.fd-modifiergroup-body .table-product-detail {
    margin-left: -5px;
    margin-right: -5px;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.checkbox-customize {
    display: block;
}

    .checkbox-customize input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .checkbox-customize label {
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding-left: 24px;
        line-height: 14px;
        height: 20px;
        margin-bottom: 0;
    }

        .checkbox-customize label:before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 24px;
            height: 24px;
            left: 0px;
            margin-left: 0px;
            border: 1px solid var(--main-color);
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
            -o-transition: border .15s ease-in-out, color .15s ease-in-out;
            transition: border .15s ease-in-out, color .15s ease-in-out;
        }

    .checkbox-customize input[type=checkbox]:checked + label::before,
    .checkbox-customize input[type=radio]:checked + label::before {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .checkbox-customize input:checked + label:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 9px;
        width: 7px;
        height: 16px;
        border: solid #FFF;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }

#box-content-cart {
    overflow-y: scroll;
    overflow-x: hidden;
}

#description-by-recommended {
    padding-right: 12px;
    padding-left: 12px;
}

@media screen and (min-width: 768px) {
    #footer {
        text-align: center;
    }

    .menu-block {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .recommended-block {
        padding-top: 15px;
        padding-bottom: 35px;
    }

    .search-form .input-1 {
        width: 285px;
        height: 38px;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, 0.3);
        padding: 4px;
    }

        .search-form .input-1 input {
            color: #686868;
            height: 30px;
            width: 100%;
            border: 1px solid;
            border-radius: 5px;
            padding: 5px 25px 5px 10px;
        }

            .search-form .input-1 input:-moz-placeholder {
                color: #686868;
            }

            .search-form .input-1 input::-moz-placeholder {
                color: #686868;
            }

            .search-form .input-1 input:-ms-input-placeholder {
                color: #686868;
            }

            .search-form .input-1 input::-webkit-input-placeholder {
                color: #686868;
            }

    .search-form button {
        height: 34px;
    }

    .menu-slider-block .slick-prev {
        background-image: url(../images/icon-arrow-pre-1.png);
        background-position: center;
    }

    .desktop .menu-slider-block .slick-prev:hover {
        background-image: url(../images/icon-arrow-pre-1-hover.png);
    }

    .menu-slider-block .slick-next {
        background-image: url(../images/icon-next-1.png);
        background-position: center;
    }

    .desktop .menu-slider-block .slick-next:hover {
        background-image: url(../images/icon-next-1-hover.png);
    }

    .menu-slider-block.sticky {
        position: fixed;
        top: 0;
        left: 50%;
        width: 710px;
        height: 32px;
        z-index: 10;
        padding: 20px 60px 20px 0;
        -webkit-transform: translateX(-48%);
        -ms-transform: translateX(-48%);
        transform: translateX(-48%);
    }

        .menu-slider-block.sticky:after {
            display: none;
        }

    .load-more-floating-button {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-block {
        height: auto;
    }

    #languages-menu {
        display: none;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }

    #sticky-announcement {
        display: block !important;
    }

    #languages-menu {
        display: none;
    }

    #wrapper {
        position: relative;
        overflow-x: hidden;
    }

    #container {
        position: relative;
        z-index: 1;
        transition: all .4s;
    }

    .market {
        background-color: #FFCF01;
        display: flex;
        display: -webkit-flex;
        width: 100%;
    }


    .market-m {
        padding: 5px 20px;
    }

    .market-getz {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        margin-left: 10px;
    }

    .promoCode__text {
        font-size: 13px;
        text-align: center;
        color: #fff;
        padding: 2px 20px;
        padding-bottom: 1px;
    }

        .promoCode__text .text__discount, .text__minimum {
            margin: inherit;
        }

        .promoCode__text .text__minimum {
            padding-top: 3px;
            font-size: 12px;
        }

    .container-promocode {
        margin: 0 auto;
    }

    .getz_power__text {
        padding-right: 3px;
        color: #fff;
        padding-top: 5px;
    }

    .header__navbar {
        display: block;
        position: fixed;
        background-color: #fff;
        z-index: 4;
        width: 100%;
    }

    .mobile-menu {
        position: relative;
        display: flex;
        display: -webkit-flex;
        margin: initial;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 59px;
    }

    .menu__toggle {
        width: 25%;
        margin-left: 5px;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .menu__branch-name {
        width: 50%;
        display: contents;
    }

        .menu__branch-name .menu__home-page {
            margin: auto;
            display: flex;
            text-align: center;
            justify-content: center;
            align-items: center;
            padding: 0 2px;
        }

        .menu__branch-name .menu__icon-home {
            margin: auto;
            padding-right: 5px;
            display: block;
        }

        .menu__branch-name .branch__text {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 600;
            z-index: 2;
            text-align: center;
            margin: auto 0;
            padding-top: 3px;
        }

    .menu__cart {
        margin-left: 10px;
    }

    .cart__header {
        float: right !important;
        margin-top: 15px;
    }

    .menu__login {
        display: flex;
        margin-left: 5px;
        flex-grow: 1;
        justify-content: center;
    }

    .mobile-search {
        margin: initial;
        border-top: 1px solid #F5F5F7;
    }

    #header.header {
        min-height: 90px;
    }

    #header {
        box-shadow: 0 0 1px #ebebeb;
    }

        #header > .inner {
            display: none;
        }

        #header > #sticky-tracker {
            display: block;
        }

        #header .navbar-header tab-service-main.visible-xs.visible-sm.sticky {
            position: fixed;
        }

        #header .navbar-brand {
            position: relative;
            left: 50%;
            z-index: 2;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 32px;
            padding: 0 15px;
            margin-top: 18px;
            margin-bottom: 12px;
            text-align: center;
        }

            #header .navbar-brand > img {
                display: inline-block;
            }

            #header .navbar-brand > span {
                font-size: 1.14286em;
            }

        #header button#my-cart-dine-in-ordering {
            position: fixed !important;
            top: 55px;
            right: 15px;
            width: 100%;
            z-index: 3;
            background-color: #fd576a;
            border-radius: 0;
            display: block;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 1em;
            color: #FFF;
            text-transform: uppercase;
            text-align: center;
            border: 0;
        }

            #header button#my-cart-dine-in-ordering p {
                padding-top: 11px;
            }

        #header .brand-name.sticky, #header .brand-name.sticky-mb {
            position: fixed !important;
            width: 100%;
            height: 57px;
            background-color: white;
            margin-top: -1px !important;
            padding-top: 20px;
            z-index: 2;
        }

        #header .navbar-toggle {
            left: 0;
        }

        #header .navbar-nav {
            background-color: #000;
        }

            #header .navbar-nav .dropdown .caret {
                float: right;
                margin-top: 8px;
            }

            #header .navbar-nav a {
                color: #fff;
                padding-top: 15px;
                padding-bottom: 15px;
            }

            #header .navbar-nav > li {
                border-bottom: 1px solid #646464;
            }

                #header .navbar-nav > li.open > a {
                    background-color: #fd576b;
                }

                #header .navbar-nav > li.open .dropdown-menu {
                    padding-top: 0;
                    padding-bottom: 0;
                    background-color: #fff;
                }

                    #header .navbar-nav > li.open .dropdown-menu a {
                        color: #000;
                    }

                    #header .navbar-nav > li.open .dropdown-menu > li {
                        border-bottom: 1px solid #646464;
                    }

    .desktop #header .navbar-nav > li > a:hover, .desktop #header .navbar-nav > li > a:focus {
        opacity: 0.8;
        background-color: transparent;
    }

    #header .badge {
        padding: 3px 5px;
        font-size: 0.5625em;
    }

    .open-menu #menu-mb {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .open-menu #container {
        -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
        transform: translateX(80%);
    }

    .open-cart #container {
        -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
    }

        .open-cart #container:before {
            content: '';
            position: fixed;
            right: 0;
            z-index: 10;
            top: 0;
            bottom: 0;
            width: 5px;
        }

    .cart-block {
        margin-top: 0;
        position: fixed !important;
        z-index: 5;
        top: 0 !important;
        right: -101%;
        left: 101%;
        bottom: 0;
        background: #fff;
        font-size: 14px;
        width: 100%;
    }

    .android-native .cart-block {
        position: absolute !important;
    }

    .cart-block .tab {
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .cart-block .nav-tabs > li {
        float: left;
        width: 50%;
    }

        .cart-block .nav-tabs > li > a {
            padding: 0;
            margin-bottom: 0;
        }

            .cart-block .nav-tabs > li > a:before {
                display: none;
            }

    .total-price-block {
        padding-bottom: 0;
    }

        .total-price-block:after {
            display: none;
        }

    .brand-name {
        padding-top: 20px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        position: fixed !important;
        width: 100%;
        height: 60px;
        font-size: 14px;
        top: 0;
    }

    .row.dropdown-2.keep-open {
        background-color: #fafafa;
        width: 100%;
    }

    .dropdown-2 a {
        white-space: inherit !important;
    }

    .topbar li > a > span {
        display: none;
    }

    .topbar .fa {
        font-size: 1.71429em;
    }

    .username a {
        text-decoration: none;
    }

    .search-form {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .search-form button {
            background-color: transparent;
            color: #fff;
            font-size: 1.42857em;
            float: right;
        }

        .search-form form {
            overflow: hidden;
            padding-left: 15px;
            padding-right: 15px;
        }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-header {
        float: none;
    }

    .slider-1 {
        margin-left: -15px;
        margin-right: -15px;
    }

        .slider-1 .slide .text-1 {
            margin-top: 0;
        }

        .slider-1 .slide .desc {
            margin-top: -20px;
        }

    .delivery-time .date-time .date {
        font-size: 16px;
    }

    .tab .nav-tabs li.active > a > span.tab-mycart-item {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .modal-open header > .inner {
        padding-right: 17px;
    }

    #header .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
    }

    #languages-menu {
        position: relative;
    }

        #languages-menu a {
            color: #767676;
        }

        #languages-menu #getz-menu-mainsub-category {
            top: 35px;
            z-index: 5;
        }

    #header > .inner {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
        padding-bottom: 10px;
        display: block;
    }


    .discount-additional-promo {
        margin-top: 17px;
    }

    .header__navbar {
        display: none;
    }

    #header > .inner.sticky {
        padding-bottom: 10px;
    }

        #header > .inner.sticky #navbar-collapse-1 {
            display: none;
        }

        #header > .inner.sticky .topbar {
            height: 69px;
        }

        #header > .inner.sticky .brand-name {
            display: none;
        }

    #header .topbar {
        border-left: 1px solid #f0f0f0;
        height: 79px;
        margin-left: 15px;
    }

        #header .topbar > ul {
            margin: 0;
            padding: 0;
            display: table;
            height: 100%;
        }

            #header .topbar > ul > li {
                border-right: 1px solid #f0f0f0;
                width: 100px;
                text-align: center;
                display: table-cell;
                vertical-align: middle;
            }

                #header .topbar > ul > li > a {
                    padding: 32px 15px 33px;
                }

                #header .topbar > ul > li.logged-in {
                    width: 200px;
                    border-left: 1px solid #f0f0f0;
                }

                    #header .topbar > ul > li.logged-in a {
                        color: #767676;
                    }

                    #header .topbar > ul > li.logged-in .btn {
                        width: 100%;
                        text-align: left;
                    }

                        #header .topbar > ul > li.logged-in .btn .caret {
                            position: absolute;
                            top: 50%;
                            right: 15px;
                            z-index: 2;
                            margin-top: -2px;
                        }

                    #header .topbar > ul > li.logged-in .dropdown {
                        color: #767676;
                    }

                        #header .topbar > ul > li.logged-in .dropdown .username-1 {
                            color: #333;
                            font-weight: bold;
                        }

    .desktop #header .topbar > ul > li.logged-in .dropdown a:hover {
        color: #fd576b;
        text-decoration: none;
    }

    #header .topbar > ul > li.logged-in .dropdown .dropdown-toggle .caret {
        transition: all .4s;
    }

    #header .topbar > ul > li.logged-in .dropdown.open .dropdown-toggle .caret {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    #header .topbar.login-block {
        border: 0;
    }

    #header #main-menu {
        padding-right: 0;
        position: relative;
    }


    #header .search-form {
        position: absolute;
        right: 10px;
        top: 75px;
        z-index: 4;
        float: right;
    }

    #header .dropdown-1 {
        width: 170px;
    }

    #header .navbar-nav {
        padding-top: 16px;
    }

        #header .navbar-nav .caret {
            margin-left: 13px;
        }

        #header .navbar-nav li.active > a {
            color: #fd576b;
        }

        #header .navbar-nav li.open > a {
            background-color: transparent;
            color: #fd576b;
        }

        #header .navbar-nav li.search-form form {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .desktop #header .navbar-nav > li > a:hover {
        background-color: transparent;
        color: #fd576b;
    }

    .brand-name {
        float: left;
        margin-top: 36px;
        margin-left: 12px;
        text-align: left;
    }

    #main {
        overflow: hidden;
        max-width: calc(100% - 300px);
    }

    .sidebar {
        position: relative;
        width: 300px;
        float: right;
        padding-left: 30px;
        z-index: 4;
    }

        .sidebar .cart-block {
            width: 270px;
        }

    .dropdown-menu-1 {
        border-radius: 0;
        border: 0;
        right: 0;
        box-shadow: none;
    }

    .sticky-scroll {
        position: fixed;
    }

    .sticky-scroll-bottom {
        position: fixed;
    }

    .line-bottom {
        display: none !important;
    }

    .market {
        height: 50px;
        width: 100%;
    }

    .market-partner {
        padding-top: 3px;
    }

    .market-getz {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: center;
        padding-top: 5px;
        margin-left: 10px;
    }

    .promoCode__text {
        padding-top: 2px;
        font-size: 14px;
        text-align: center;
        color: #fff;
        padding-bottom: 3px;
    }

        .promoCode__text .text__discount, .text__minimum {
            margin: inherit;
        }

        .promoCode__text .text__minimum {
            padding-top: 3px;
        }

    .partner__logo {
        padding-top: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu-slider-block.sticky {
        width: 600px;
    }

    .slick-next {
        right: -20px;
    }

    .slick-prev {
        left: -20px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        width: 1205px;
    }

    .slick-prev {
        left: -30px;
    }

    .slick-next {
        right: -30px;
    }
}

@media (min-width: 1024px) {
    .page-1 main {
        margin-top: 115px;
    }

    #bodyMain {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
    .status-progress > li {
        position: relative;
        display: list-item;
        text-align: center;
        height: 100px;
    }

        .status-progress > li .status-state {
            margin-top: -20px;
            margin-left: -163px;
            position: absolute;
            width: 130px;
            color: #838383;
            font-size: 18px;
            text-align: right;
        }

    span.status-view {
        margin-top: 2px;
        margin-left: -139px;
        position: absolute;
        width: 130px;
    }

    .is-active span.status-view {
        margin-top: -24px;
    }

    .status-progress > li .status-datetime {
        margin-left: 35px;
        margin-top: -40px;
        position: absolute;
        width: 150px;
        text-align: left;
        color: #838383;
    }

    .status-progress > li:before {
        top: 5px;
    }

    .status-progress > li.is-complete .status-tracking-icon {
        top: 4px;
    }

    .status-progress > li:after {
        width: 0.5em;
        height: 100%;
        top: 5px;
        left: 49.6%;
        border-top: none;
        border-left: 0.6em dashed #D7D7D7;
    }

    .status-progress > li.is-active.displayview:after {
        left: 49.6%;
    }

    .status-progress > li.is-complete.displayview:after {
        height: 90%;
        width: 0.5em;
    }

    .status-progress > li.is-none.displayview:after {
        border-left: 0.5em dashed #D7D7D7;
        border-top: 0.5em dashed #D7D7D7;
        top: 34%;
        left: 49.6%;
    }

    .status-progress > li:last-child {
        height: 50px;
    }

    .status-progress > li.is-active:before,
    .status-progress > li.is-active .status-tracking-icon {
        top: -5px;
    }

    .status-progress > li.is-active .status-state {
        margin-left: -163px;
        margin-top: -45px;
        color: #F34C5E;
    }

    .status-progress > li.is-active .status-datetime {
        margin-left: 35px;
        margin-top: -65px;
        color: #F34C5E;
    }

    .status-progress > li.is-null:last-child {
        height: 20px;
    }

    .status-progress > li.displayviewitem .status-state {
        margin-left: 35px;
        margin-top: -35px;
        width: 290px;
        text-align: left;
    }

    .status-progress > li.displayviewitem.displayviewdown .status-state {
        margin-top: -35px;
    }

    .status-progress > li.displayviewready .status-state {
        margin-top: -40px !important;
    }

    .status-progress > li.displayviewitem:after {
        border-left: 0.5em dashed #D7D7D7;
        border-top: none;
        left: 49.6%;
    }

    .status-progress > li.displayviewitem.displayviewlast:after {
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .status-progress > li {
        position: relative;
        display: list-item;
        text-align: center;
        height: 100px;
    }

        .status-progress > li .status-state {
            margin-top: -26px;
            margin-left: -163px;
            position: absolute;
            width: 130px;
            color: #838383;
            font-size: 18px;
            text-align: right;
        }

    span.status-view {
        margin-top: -7px;
        margin-left: -139px;
        position: absolute;
        width: 130px;
    }

    .is-active span.status-view {
        margin-top: -36px;
    }

    .status-progress .is-complete span.status-state-update {
        margin-top: -60px;
    }

    .status-progress > li .status-datetime {
        margin-left: 35px;
        margin-top: -40px;
        position: absolute;
        width: 150px;
        text-align: left;
        color: #838383;
    }

    .status-progress > li:before {
        top: 5px;
    }

    .status-progress > li.is-complete .status-tracking-icon {
        top: 4px;
    }

    .status-progress > li:after {
        width: 0.5em;
        height: 100%;
        top: 5px;
        left: 49.5%;
        border-top: none;
        border-left: 0.6em dashed #D7D7D7;
    }

    .status-progress > li:last-child {
        height: 50px;
    }

    .status-progress > li.is-active:before,
    .status-progress > li.is-active .status-tracking-icon {
        top: -5px;
    }

    .status-progress > li.is-active .status-state {
        margin-left: -163px;
        margin-top: -54px;
        color: #F34C5E;
    }

    .status-progress > li.is-active span.status-state-update {
        margin-top: -90px;
    }

    .status-progress > li.is-active .status-datetime {
        margin-left: 35px;
        margin-top: -65px;
        color: #F34C5E;
    }

    .status-progress > li.is-active.displayview:after {
        left: 49.6%;
    }

    .status-progress > li.is-none.displayview:after {
        border-left: 0.5em dashed #D7D7D7;
        border-top: 0.5em dashed #D7D7D7;
        top: 34%;
        left: 49.6%;
    }

    .status-progress > li.is-null:last-child {
        height: 20px;
    }

    .status-progress > li.displayviewitem .status-state {
        margin-top: 18px;
        width: 100%;
        margin-left: -50%;
        background-color: white;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .status-progress > li.displayviewitem.displayviewdown .status-state {
        margin-top: 15px;
        background-color: white;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .status-progress > li.displayviewitem.displayviewcomplete .status-state {
        margin-top: -5px;
    }

    .status-progress > li.displayviewready .status-state {
        margin-top: 4px !important;
    }

    .status-progress > li.displayviewitem:after {
        left: 49.6%;
        top: 65px;
        height: 96%;
        border-top: 0;
        border-left: 0.5em dashed #D7D7D7;
    }

    .status-progress > li.displayviewitem:before {
        top: 15px;
        left: 1px;
    }

    .status-progress > li.displayviewitem.displayviewlast:after {
        border-left: 0.5em dashed #D7D7D7;
        width: 0.5em;
        left: 49.6%;
        top: 65px;
        height: 53%;
    }

    .status-progress > li.is-complete.displayview:after {
        height: 90%;
        width: 0.5em;
    }
}

.btn-right-promotion .mobile-hide {
    display: block !important;
}

.btn-right-promotion .mobile-show {
    display: none !important;
}

@media only screen and (max-width: 375px) {

    .status-progress > li.displayviewitem:before {
        top: 15px;
        left: 2px;
    }

    .btn-right-promotion {
        position: relative;
    }

        .btn-right-promotion .mobile-hide {
            display: none !important;
        }

        .btn-right-promotion .mobile-show {
            display: block !important;
        }
}

@media only screen and (max-device-width: 736px) and (orientation: landscape) {
    .status-progress > li:after {
        left: 49.6%;
    }
}

@media only screen and (max-device-width: 736px) and (orientation: portrait) {
    .status-progress > li:after {
        left: 49.4%;
    }
}

@media only screen and (max-device-width: 568px) and (orientation: landscape) {
    .status-progress > li:after {
        left: 49.5%;
    }
}

@media only screen and (max-device-width: 568px) and (orientation: portrait) {
    .status-progress > li:after {
        left: 49.2%;
    }
}

@media (min-width: 320px) {
    .tab-tracker-li {
        min-width: 50%;
    }
}

@media (min-width: 480px) {
}

@media (min-width: 768px) {
    .reward-item-info {
        margin-left: -65px;
    }

    .reward-item-info-expiry {
        padding-left: 65px;
    }

    .tab-tracker-li {
        min-width: 130px;
    }

    #bodyMainHome {
        margin-top: 10px;
    }
}

@media(min-width: 992px) {
    .tracker-header {
        background: #FFF;
    }

    .tracker-header-announcement {
        background: #FFF;
        min-height: 0px !important;
    }

    .tracker-sticky {
        height: auto !important;
    }

    #check-rewards {
        margin-top: 180px;
    }

    .no-padding-left {
        padding-left: 15px;
    }

    .tab-tracker-li {
        min-width: 200px;
    }

    #track-orders-content {
        margin-top: 180px;
    }

    #content-terminal-payment {
        margin-top: 180px;
    }

    .reward-item {
        margin-right: 15px;
    }

    .reward-list .col-md-6 {
        width: 48%;
    }

    #info-total-cart {
        position: relative;
    }

    #content-cart-price {
        position: absolute;
        width: 100%;
        bottom: 65px;
    }

    #box-content-cart {
        max-height: 550px;
        min-height: 225px;
    }

    #bodyMain {
        margin-top: 70px;
    }
}

@media (min-width: 1200px) {
    .reward-list .col-lg-4 {
        width: 31.33333%;
    }

    .reward-item {
        margin-right: 15px;
    }
}


@media (max-width: 991px) {
    #logoOrderStatusTracking {
        width: 110px !important;
    }

    #header .navbar-brand {
        padding: 0 0;
    }

    #checkoutArea4Click {
        padding: 0 10px !important;
    }

    .info-total-cart {
        position: sticky;
        position: -webkit-sticky;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
    }

    #content-cart {
        overflow-y: scroll;
        overflow-x: hidden;
        position: relative;
        z-index: 1;
    }

    .mobile-position-content-cart {
        position: absolute;
        right: 1px;
        left: 1px;
        bottom: 0;
    }

    #show-progress-bar-when-add-item {
        position: fixed;
        bottom: 10px;
        left: 0;
        width: 100%;
        padding: 0 10px;
        z-index: 999999;
    }

        #show-progress-bar-when-add-item .content {
            border: 1px solid #cbb991;
            border-radius: 5px;
            display: grid !important;
            background-color: #fcf8e3;
        }

    #content-tab-main {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .sticky-scroll-category {
        position: fixed;
        top: 130px;
    }
}

@media (max-width: 320px) {
    .reward-item-value-name {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .reward-item-value-text {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .reward-item-value {
        font-size: 3em;
    }

    .reward-item-info {
        margin-top: 2px;
        font-size: 10px;
    }

    .reward-item {
        min-height: 103px;
    }

    .reward-item-value-text-no-redeem {
        height: 16px;
    }

    #Category_Promotion .promotion-title .marketing-promotions-icon {
        display: none !important;
    }
}


.order-modifiers .modifier_quantity {
    width: 44px;
    height: 23px;
}

.text-light {
    color: #fff;
}

.clear-opacity {
    opacity: inherit;
}

.order-modifiers .title-6 {
    color: rgba(142, 137, 137, 0.88);
}

.order-modifiers .nopadding-left {
    padding-left: 0;
}

.order-modifiers .nopadding-right {
    padding-right: 0;
}

.order-modifiers .nopadding {
    padding-left: 0;
    padding-right: 0;
}

.order-modifiers .row {
    padding: 6px 0;
}

    .order-modifiers .row .text-right {
        padding-right: 14px;
        font-size: 0.92857em;
    }

.list-inline.footer-menu {
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .dropdown-2 .dropdown-menu {
        overflow-y: scroll;
        max-height: 400px;
    }

        .dropdown-2 .dropdown-menu .list-categories {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

    .search-form-autocomplete .autocomplete input {
        color: #686868;
        height: 44px;
        width: 100%;
        border: 0;
        padding: 15px 30px 15px 15px;
        font-size: 14px;
    }

    .animation-menu-categories {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

#containmycart ul li.item-line-manCategorys {
    border-top: 2px solid #d7d7d7;
}

    #containmycart ul li.item-line-manCategorys ul {
        list-style: none;
        padding-left: 5px;
    }

#containmycart .item-line-subCategorys a {
    text-decoration: none;
    color: #AEAEAE;
}

#containmycart .item-line-manCategorys .main_category_title {
    text-decoration: none;
    font-size: 14px !important;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px dotted #d7d7d7;
}

.continuebox {
    padding: 5px;
    font-weight: normal;
    color: #2e6da4;
    border: 2px solid #2e6da4;
    border-radius: 4px;
    background-color: #d9edf7;
    margin-top: 15px;
}

    .continuebox > div > div > button {
        margin-left: -10px;
    }

@media only screen and (max-width: 768px) {
    #containmycart .item-line-manCategorys .main_category_title {
        text-decoration: none;
        color: #fd576b;
        font-size: 14px !important;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
        border-bottom: 1px dotted #d7d7d7;
    }

    .continuebox {
        padding: 5px 5px 5px 5px;
        font-weight: normal;
        color: #2e6da4;
        border: 2px solid #2e6da4;
        border-radius: 4px;
        background-color: #d9edf7;
        margin-top: 15px;
    }

    .order-list .item .action-block {
        margin-top: 5px;
        position: relative;
        height: 33px;
    }
}

@media screen and (min-width: 320px) {
    .scan-qr-code-individual .scan-qr-code-icon {
        padding: 20px 0px 0px 15px;
    }

    .scan-qr-code-group .scan-qr-code-icon {
        padding: 20px 0px 0px 15px;
    }

    .scan-qr-code-banner span img {
        margin-right: 3%;
        margin-left: 3%;
    }

    .scan-qr-code-banner-note .third {
        padding-left: 0;
        padding-right: 10px;
    }
}

@media screen and (min-width: 480px) {
    .scan-qr-code-individual .scan-qr-code-icon {
        padding: 15px 0px 0px 15px;
    }

    .scan-qr-code-group .scan-qr-code-icon {
        padding: 30px 0px 0px 15px;
    }
}

@media screen and (min-width: 768px) {
    .scan-qr-code-banner span img {
        margin-right: 6%;
        margin-left: 6%;
    }
}

@media (min-width: 991px) {
    #list-items #remove-cart-item {
        width: 10%;
    }

    #box-cart-item {
        list-style-type: none;
        padding-left: 0px;
        margin-block-end: 0px;
    }


        #box-cart-item .item .fa {
            top: 3px;
            font-size: 21px;
        }

        #box-cart-item #quantity-item {
            padding-top: 10px;
        }

    #mobile-tab {
        display: none;
    }

    #service-active {
        width: 48%;
    }

    #service-choice {
        width: 47%;
        cursor: pointer;
    }

    .tab .nav-tabs li.active > a > span.tab-mycart-item {
        border-radius: 8px 20px 0px 0px !important;
    }

    .tab-mycart-item {
        border-radius: 20px 8px 0px 0px;
    }

    #service-active .service-active__imgage {
        position: absolute;
        top: 5px;
        height: 28px;
        left: 7px;
    }

    #service-choice .service-choice__title {
        margin-left: 1px;
        text-transform: none;
        padding: 0.5px 7px 1px;
        line-height: 1.2;
        min-height: 34px;
    }

    #desktop-tab .service-active__title {
        padding-left: 16px;
    }

    #content-service__title {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        padding-left: 20px;
        padding-right: 20px;
        height: 20px;
    }

    #desktop-tab .tab-service {
        margin-bottom: -7px;
    }

    .dine-in-information svg {
        width: 90%;
    }

    .dine-in-information .text-content {
        font-size: 7px;
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
}

@media (max-width: 991px) {
    .my-cart-item-on-promotion {
        width: 100% !important;
    }

    #list-items #remove-cart-item {
        width: 10%;
    }

    #box-cart-item {
        padding-left: 0;
        margin-block-end: 0px;
        list-style-type: none;
    }

        #box-cart-item #quantity-item {
            width: 28%;
            padding-top: 10px;
        }

    #desktop-tab {
        display: none;
    }

    .order-list .item .action-block {
        height: 25px;
    }

    #containmycart .item-line-subCategorys .action-block > a {
        position: absolute;
        right: 2%;
        top: 4px;
    }

    .step-info-box,
    #promotion-detail .container-fluid {
        padding-right: 0;
        left: 0;
    }


    #promotion-detail .title-promotion {
        width: 100%;
        padding: 10px 15px !important;
    }

    .step-info-box .step-info {
        width: 100%;
        padding: 0 15px 10px !important;
    }

    #promotion-detail .close {
        padding: 4px;
    }
}

.thumbnail-group__bottom {
    display: block;
}

    .thumbnail-group__bottom .alcoholic-label {
        margin: 0 12px;
    }

.product__price {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 6px 12px;
}

.horizontal-products .product__img {
    width: 100%;
}

    .horizontal-products .product__img img {
        object-fit: contain;
        height: auto;
        width: 100%;
        border: 1px solid #eee;
    }

.thumbnail-group__top--line-near {
    display: flex;
    flex-direction: column;
}

    .thumbnail-group__top--line-near .caption {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .thumbnail-group__top--line-near .product__img {
        object-fit: contain;
        height: auto;
        width: 100%;
    }

.title-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product__img img {
    object-fit: contain;
    height: auto;
    width: 100%;
    border-radius: 8px 8px 0 0
}

.price-bottom--nowrap {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .horizontal-products {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: max-content;
    }

        .horizontal-products .thumbnail-group__bottom {
            display: none;
        }

        .horizontal-products .product__img {
            width: 50%;
        }

        .horizontal-products .item-products .description {
            margin: 0;
        }

    .vertical-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .product__inline {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
        width: 100%;
    }

    .promotion-view-all a {
        padding: 5px 0 5px !important;
        font-size: 12px;
    }

    .promotion-title {
        font-size: 14px;
    }

    .title-group .desc {
        margin: 6px 0;
    }

    .title-group .desc-category {
        padding-bottom: 18px;
    }

    .promotion-home-page .promotion-view-all-floating {
        display: none;
    }

    .modal-product-detail .smoov-product-detail-right-panel .product-detail-content {
        height: unset;
    }

    .modal-product-detail .product-detail-content .item-row {
        margin-top: 8px;
    }

    #promotion-detail .container-fluid {
        padding-right: 0;
        left: unset;
    }

    #promotion-detail .close {
        padding: 1px;
    }

    .btn-loading {
        display: block;
        width: 100%;
    }

    .title-1 {
        font-size: 4.28571em;
    }

    .title-4 {
        font-size: 14px;
    }

    .text-1 {
        font-size: 1.14286em;
    }

    .price {
        font-size: 1.0em;
    }



    #footer .footer {
        font-size: 0.6875em;
        padding-top: 0;
        padding-bottom: 20px;
        text-align: center;
        z-index: 5;
    }

    #footer .footer-menu {
        padding: 20px 0 5px;
        margin: 0;
    }

        #footer .footer-menu li {
            padding-left: 0;
            font-size: 15px;
            font-weight: bold;
            padding-right: 20px;
            margin-bottom: 10px;
        }

    #footer .socials {
        margin-top: 0;
    }

        #footer .socials > li > a {
            width: 40px;
            height: 40px;
            padding: 8px;
        }

        #footer .socials > li .fa {
            font-size: 2em;
        }

    #footer .copy {
        margin-top: 20px;
    }

        #footer .copy > span {
            font-size: 15px;
        }

        #footer .copy > a {
            font-size: 15px;
            font-weight: bold;
        }

    .block-1 .slide {
        margin-bottom: 15px;
    }

    .block-1 .slider-2 {
        margin-top: 15px;
        padding-bottom: 0;
    }

    .block-1 .description {
        line-height: 1.2;
    }

    .text-2 {
        letter-spacing: 12px;
    }

    .title-group {
        margin-left: -15px;
        margin-right: -15px;
    }

    .title-2 {
        position: relative;
        display: flex;
        color: #000;
        font-weight: 700 !important;
        border: 2px solid transparent;
        font-size: 15px;
        line-height: 18px;
        transition: all .4s;
        border-radius: 3px;
        padding: 5px 0;
        gap: 5px;
        justify-content: space-between;
        align-items: center;
    }

        .title-2 a {
            display: block;
            color: #000;
        }

            .title-2 a > span:after {
                display: none;
            }

        .title-2 .fa-chevron-circle-right {
            opacity: 0.5;
        }

    .desktop .title-2:hover .fa-chevron-circle-right {
        color: #fd576b;
    }

    .thumbnail-1 > a {
        height: auto;
    }

    .thumbnail-1.style-1 > .inner {
        display: table;
        margin-bottom: 10px;
    }

        .thumbnail-1.style-1 > .inner > a, .thumbnail-1.style-1 > .inner .caption {
            display: table-cell;
            vertical-align: top;
            padding: 0;
            text-align: left;
            height: auto;
        }

        .thumbnail-1.style-1 > .inner .img-1 > span {
            position: relative;
            display: block;
            width: 130px;
        }

        .thumbnail-1.style-1 > .inner .caption {
            padding-left: 15px;
        }

    .thumbnail-1.style-2 .caption {
        text-align: left;
    }

    .btn-3 {
        font-size: 1.025em;
    }

    .slider-block {
        height: auto;
    }

        .slider-block > .container-fluid, .slider-block .slick-list, .slider-block .slick-track {
            height: 100%;
        }

        .slider-block .slick-slide a {
            height: auto;
        }

        .slider-block .img-responsive-1 {
            width: 100%;
            max-width: inherit;
        }

        .slider-block .slider .slick-dots {
            bottom: 5px;
        }

    .menu-block {
        padding-top: 0;
        padding-bottom: 0;
    }

    .menu-floating .promotion-home-page {
        padding: 0 12px;
    }

    .full-menu-block .thumbnail-1 .caption, .menu-block .thumbnail-1 .caption {
        text-align: left;
    }

    .category-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .promotion-container {
        grid-template-columns: repeat(2, 1fr);
    }

        .promotion-container.not-floating {
            grid-template-columns: repeat(1, 1fr);
        }

    .home .promotion-container.slider-promotion {
        grid-template-columns: repeat(1, 1fr);
    }

    .promotion-container.slider-promotion {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-container {
        grid-template-columns: repeat(2, 1fr);
    }

        .product-container.horizontal-products {
            grid-template-columns: repeat(1, 1fr);
        }

    .slider .slick-dots li {
        padding: 0 5px;
    }

        .slider .slick-dots li button {
            width: 10px;
            height: 10px;
        }

    .recommended-block {
        padding-top: 0;
        padding-bottom: 0;
    }

        .recommended-block .slider-2 .slide {
            padding: 0;
        }

        .recommended-block .btn-loading {
            margin-top: 20px;
        }

    .sale-off-tag {
        width: 90px;
        height: 91px;
        font-size: 0.875em;
    }

        .sale-off-tag > span {
            top: 20px;
        }

    .menu-block-1 {
        margin-top: 0;
    }

    .thumbnail-1.category-title {
        margin-top: 25px;
    }

    .slider-2 .slide:last-child {
        margin-bottom: 0;
    }

    .promotions-block {
        margin-bottom: 0;
    }

    .modal-product-detail .product-total-price .input-group-btn .btn {
        width: 85%;
        margin-right: 15px;
    }

    .thumbnail-group__top--line-near .open-price {
        display: none;
    }

    .thumbnail-group__top--line-near .product__img {
        width: 40%;
    }

    .thumbnail-group__top--line-near .caption {
        width: 60%;
    }

    .thumbnail-group__top--line-near .product__img img {
        border-radius: 0;
    }

    .item-products .thumbnail-1 {
        overflow-x: hidden;
    }

    .item-products .btn-add-mb {
        width: 70px;
        height: 30px;
        position: initial;
        margin: 0px;
        float: right;
        padding-right: 5px !important;
    }

    .horizontal-products .item-products .btn-grey {
        border-radius: 5px;
    }

    .btn-grey:hover {
        color: #fff !important;
    }

    .item-products .price-bottom {
        font-size: 12px;
    }

    .horizontal-products .item-products .open-price {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

    .item-products .max-height-60 {
        max-height: 60px;
    }

    .item-recommended {
        margin: 0px 0px 20px !important;
        position: relative;
    }

    .item-products .open-price {
        font-size: 13px;
    }

    .item-products .color-by-darkgray {
        font-size: 10px;
    }

    .horizontal-products .item-products .product__desc-mobile {
        display: none;
    }

    .item-products .description {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .item-products .description-mb {
        display: inline-block;
    }

    .modal-product-detail .modal-dialog {
        margin: 0px;
    }

    .col-width-96 {
        width: 88% !important;
        padding-left: 0px;
        padding-top: 10px;
    }

    .promotion-view-all {
        padding: 0 10px 0px;
    }

    .row-item-product-floating .title-2 a {
        padding: 5px 30px 0 15px;
    }

    .row-item-product-floating .btn-add {
        position: unset;
    }

    .row-item-product-floating .btn-grey {
        border: 0px;
    }

    #productDetailModal_Body {
        border-radius: 0px !important;
    }

    .modal-product-detail .product-total-price .input-group-btn {
        border-radius: 0px !important;
    }

    .modal-product-detail .product-detail-footer {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9;
    }

        .modal-product-detail .product-detail-footer .is-instagram {
            padding-bottom: 86px;
            padding-top: 8px;
        }

    .product-modifier-list-remark {
        overflow: auto;
        background-color: #fff;
    }

    #productDetailModal .modal-xl {
        height: 100%;
    }

    #productDetailModal .modal-body {
        height: auto !important;
    }

    .item-products .thumbnail-1 .caption .mark-container {
        width: 80px;
        margin: 0;
        padding: 0;
    }

    .mark-wrapper {
        padding: 2px 0 16px 0;
    }

    .mark-wrapper__grade-a .mark-box {
        padding: 0 4px 0 12px;
    }

    .mark-wrapper__grade-b .mark-box {
        padding: 0 4px 0 10px;
    }

    .mark-wrapper__grade-c .mark-box {
        padding: 0px 4px 0 10px;
    }

    .mark-wrapper__grade-d .mark-box {
        padding: 0 4px 0 7px;
    }

    .mark-title {
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }

    .mark__level {
        font-size: 12px;
        line-height: 20px;
        padding: 3px 8px;
    }

        .mark__level .mark__level--append {
            font-size: 20px;
            height: 36px;
            width: 36px;
        }

    .mark-container .mark__value--number-big {
        font-size: 14px;
        line-height: 12px;
    }

    .item-products-floating {
        padding: 0 12px;
    }

    .home .item-products-floating .vertical-products {
        grid-template-columns: repeat(1, 1fr);
    }

    .category-detail-page .item-products-floating .vertical-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .item-products-floating .vertical-products {
        grid-template-columns: repeat(1, 1fr);
    }

    .thumbnail-group__top--line-near {
        flex-direction: row;
    }

    .box-product-detail .mark-container {
        width: 80px;
    }
}

@media (max-width : 480px) {
    .dont-miss-it {
        display: block;
    }

    .my-cart-item-on-promotion {
        width: 100% !important;
    }

        .my-cart-item-on-promotion .alert-info .col-xs-12 {
            display: block;
        }
}

@media (max-width : 320px) {
    .promotion-title {
        font-size: 10px;
    }

    .promotion-view-all a {
        font-size: 10px;
    }

    .promotion-rules {
        font-size: 13px;
    }

    #btn-promotion-hide-expand-detail {
        font-size: 13px;
    }
}

.fix-height-tab {
    height: 90px;
    overflow: auto;
}

@media screen and (max-width: 460px) {
    .fix-height-tab {
        height: 105px;
        overflow: auto;
    }
}

@media screen and (max-width: 320px) {
    .fix-height-tab {
        height: 120px;
        overflow: auto;
    }
}

@media screen and (min-width: 1152px) {
    .item-products .price-bottom {
        font-size: 13px;
    }

    .item-products .open-price {
        font-size: 13px;
    }

    .item-products .text-clamp-overflow-item {
        font-size: 15px;
    }

    .item-products .color-by-darkgray {
        font-size: 10px;
    }

    .item-products .description {
        font-size: 13px;
    }

    #MenuGridViewLoadMore .item-products-floating {
        padding-left: 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1151px) {
    .item-products .description {
        font-size: 12px;
    }

    .item-products .price-bottom {
        font-size: 13px;
    }

    .item-products .open-price {
        font-size: 12px;
    }

    .item-products .color-by-darkgray {
        font-size: 10px;
    }

    #MenuGridViewLoadMore .item-products-floating {
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .item-products.p-type-6 {
        height: 310px !important;
    }

    .item-products .description {
        font-size: 12px;
    }

    .item-products .price-bottom {
        font-size: 13px;
    }

    .item-products .open-price {
        font-size: 12px;
    }

    .item-products .color-by-darkgray {
        font-size: 10px;
    }

    .btn-grey:hover {
        color: #fff !important;
    }

    .home .item-products-floating .vertical-products {
        grid-template-columns: repeat(1, 1fr);
    }

    .category-detail-page .item-products-floating .vertical-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .item-products-floating .vertical-products {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (device-width: 768px) {
    .col-width-96 {
        width: 95%;
    }

    .product-body-detail .smoov-product-detail-right-panel {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .step-info-box,
    #promotion-detail .container-fluid {
        width: 100%;
    }
}
