﻿@charset "UTF-8";
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@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;
}

/* makes the font 33% larger relative to the icon container */
.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;
}

/* Deprecated as of 4.4.0 */
.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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: "";
}

/* Slider */
.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;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* $red-1: #ee2337; */
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(../images/icon-user.png);
    width: 30px;
    height: 30px;
}

.wi-icon-trophy {
    background-image: url(../images/icon-trophy.png);
    width: 22px;
    height: 22px;
}

.wi-icon-label {
    background-image: url(../images/icon-label.png);
    width: 22px;
    height: 22px;
}

.wi-icon-heart {
    background-image: url(../images/icon-heart.png);
    width: 22px;
    height: 22px;
}

.wi-icon-salad {
    background-image: url(../images/icon-salad.png);
    width: 41px;
    height: 32px;
}

.wi-icon-main {
    background-image: url(../images/icon-main.png);
    width: 22px;
    height: 22px;
}

.wi-icon-fish {
    background-image: url(../images/icon-fish.png);
    width: 32px;
    height: 32px;
}

.wi-icon-drink {
    background-image: url(../images/icon-drink.png);
    width: 27px;
    height: 32px;
}

.wi-icon-fruit-juice {
    background-image: url(../images/icon-fruit-juice.png);
    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';
    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: 3px 34px 4px; */
    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;
}

    .btn-border-red:before {
        display: block;
        content: '';
        position: absolute;
        right: -1px;
        top: -1px;
        z-index: 4;
        width: 12px;
        height: 12px;
        /*background: url(../images/border-corner.png) no-repeat;*/
        background: none;
    }

.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;
}

.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 {
    /*border: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 3px;*/
    height: 24px;
    padding: 5px;
    color: #363636;
}

/*.input-3 {
    position: relative;
    height: 32px;
    border-radius: 3px;
    padding: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}*/

.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 { /* Chrome/Opera/Safari */
    font-size: 12px;
}

#content-tab-main .input-3 > input::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
}

#content-tab-main .input-3 > input:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
}

#content-tab-main .input-3 > input::-ms-input-placeholder { /* Edge */
    font-size: 12px;
}

#content-tab-main .input-3 > input:-moz-placeholder { /* Firefox 18- */
    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 {
    /*border: 1px solid lightgray;
    border-radius: 5px;*/
    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 {
    margin-top: 10px;
}*/

.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 {
    /*background-color: #fd576b;*/
}

/*.tab .nav-tabs.nav-justified > .active > a,
    .tab .nav-tabs.nav-justified > .active > a:hover,
    .tab .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }*/

.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.padding-bottom-100 {
    padding-bottom: 130px !important;
}*/

html, body, #wrapper, #container {
    min-height: 100%;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
}

/* main {min-height: calc(100% - 244px - 141px);} */
#container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

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 {
    /* height: 507px; */
    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 {
        /* position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; */
    }

.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;
}

.block-1 .title-group {
    margin-bottom: 46px;
}

.block-1.fish-block-1 .title-group {
    margin-bottom: 0;
}

.block-1 .description {
    color: #646464;
    /* margin-top: 17px; */
}

.block-1 .slider-2 {
    padding-bottom: 30px;
}

.block-1.style-1 {
    padding-top: 15px;
}

    .block-1.style-1 .thumbnail-1 {
        padding: 0;
        /*margin-bottom: 40px;*/
        /*background-color:unset !important;*/
    }

        .block-1.style-1 .thumbnail-1.style-2 {
            margin-bottom: 0;
        }

    .block-1.style-1 .loading-text {
        margin-top: 20px;
        margin-bottom: 40px;
    }

.menu-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.block-1 .thumbnail-1 {
    padding-left: 15px;
    padding-right: 15px;
}

/*.block-1 .thumbnail-1 .desc {
        margin-top: 9px;
    }*/

.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 .desc {
        margin-top: 5px;
    }

    .recommended-block .btn {
        margin-top: 10px;
    }*/

    .recommended-block .fa-shopping-cart {
        margin-right: 5px;
    }

    .recommended-block .slider-2 .slide:focus {
        outline: 0;
    }

.thumbnail-1 {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 13px;
}

    .thumbnail-1 .price {
        margin-top: 5px;
    }

    .thumbnail-1 .caption {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 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 {
        /*box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);*/
        display: block;
        width: 100%;
        /*height: 100%;*/
        /*overflow: hidden;*/
        position: relative;
    }

    .thumbnail-1 > a, .thumbnail-1 > .inner > a, .thumbnail-1 .img-1 {
        position: relative;
        display: block;
        /*overflow: hidden;*/
    }

        .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 {
    /*-webkit-transform: translate(-50%, -50%) scale(1.1);*/
    /*-ms-transform: translate(-50%, -50%) scale(1.1);*/
    /*transform: translate(-50%, -50%) scale(1.1);*/
}

.thumbnail-1 > a, .thumbnail-1 > .inner > a {
    /*height: 180px;*/
    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: initial !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;
        /*z-index: 2;*/
    }

    .block-4 .item:before, .block-4 .subitem:before {
        background-color: #fff;
        opacity: 0.2;
    }

    .block-4 .item:after, .block-4 .subitem:after {
        /*border-bottom: 1px solid rgba(130,0,25,0.2);*/
        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;
    /*border-bottom: 1px solid #ffffff;*/
}

    .cart-info-block .item {
        padding: 7px 0;
        /*min-height: 60px;*/
        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: 38px;
    }

    .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 {
    /*overflow-y: auto !important;
    overflow-x: hidden !important;*/
    -webkit-overflow-scrolling: touch;
}

.block-3 {
    padding: 15px;
    background-color: #fdfdfd;
    /*border: 1px solid #d7d7d7;*/
    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;
        /*padding: 10px 10px 5px 0;*/
        border-bottom: 1px dotted #d7d7d7;
        width: 100%;
        /*min-height: 95px;*/
    }

        .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 {
            /*margin-top: 10px;*/
            position: relative;
            height: 20px;
        }

        /*.order-list .item .order-price {
            width: 80px;
        }*/

        .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 {
        /* margin-top: 20px; */
    }

    /*.total-price-block:after, .total-price-block-1:after {
        height: 60px;
        content: '';
        position: absolute;*/
    /*bottom: -17px;*/
    /*bottom: -60px;
        left: 0;
        right: 0;
        z-index: 2;
        background-size: 10px 28px;
        background-repeat: repeat-x;*/
    /*background-image: linear-gradient(45deg, transparent 34%, #fd576b 34%, #fd576b 66%, transparent 66%), linear-gradient(315deg, transparent 34%, #fd576b 34%, #fd576b 66%, transparent 66%);*/
    /*}*/

    .total-price-block > .inner, .total-price-block-1 > .inner {
        padding: 15px;
        /*margin: -1px 1px 1px 1px;*/
    }

.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: 1.28571em;*/
        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;
    /*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-left {
    -webkit-transform: rotate(180deg);
    /*-moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);*/
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-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;
    /*clip: rect(0px, 9px, 18px, 0px);*/
}

    .pie.clip {
        clip: rect(0px, 9px, 18px, 0px);
    }

.pie-success {
    position: absolute;
    /*font-family: modern-pic;*/
    padding-left: 5px;
    /*padding-top: 6px;
  -webkit-padding-before: 2px;
  font-size: 12px;
    color: #fd576b;*/
    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%;
}

.img-responsive-2 {
    /*position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;*/
}

.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';
}

.title-2 {
    font-size: 1.71429em;
    color: #000;
    line-height: 1;
    /* font-weight: 700; */
    text-transform: uppercase;
}

    .title-2 > a {
        display: block;
        color: #000;
    }

        .title-2 > a > span {
            overflow: hidden;
            display: inline-block;
            /* &:after {
        display: block;
        content: "";
        width: 89px;
        height: 3px;
        margin-top: 12px;
        background-color: $red-1;
        transition: width .4s;
      } */
        }

.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;
}

.title-4 {
    font-size: 1.28571em;
    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;
}

.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 {
    /* opacity: 1; */
}

    .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 {
    /*position: absolute;*/
    bottom: 15px;
    font-size: 12px;
    left: 0;
}

#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 {
    min-height: 82px;
}

    #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 {
        /*display: none;*/
    }

    #header .navbar-nav li.dropdown:hover .dropdown-menu {
        /*display: block;*/
    }

#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 .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;
}

#container {
    background-color: #fff;
}

#menu-mb {
    position: fixed;
    /* position: absolute; */
    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;
}

#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;
}

/*.modal-product-detail .product-total-price .input-group-btn .btn {
    width: 300px;
}*/

.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% - 330px);
        background-color: white;
        border-bottom: 1px solid #ddd;
    }

@media (max-width: 767px) {
    .btn-loading {
        display: block;
        width: 100%;
    }
    /* html, body, #wrapper, #container {height: 100%;} */
    /* main {min-height: calc(100% - 196px - 58px);} */
    .title-1 {
        font-size: 4.28571em;
    }

    .title-4 {
        font-size: 1.28571em;
    }

    .text-1 {
        font-size: 1.14286em;
    }

    .price {
        font-size: 1.0em;
        /*margin-bottom: 7px;*/
    }



    #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 {
            /*border: 1px solid;*/
            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 .thumbnail-1 {
        padding: 0;
    }

    .block-1 .slide {
        margin-bottom: 15px;
    }

    .block-1 .slider-2 {
        margin-top: 15px;
        padding-bottom: 0;
    }

    .block-1 .description {
        margin-top: 15px;
        line-height: 1.2;
    }

    .block-1 .title-group {
        margin-bottom: 15px;
    }

    .text-2 {
        letter-spacing: 12px;
    }

    .title-group {
        margin-left: -15px;
        margin-right: -15px;
    }

    .title-2 {
        position: relative;
        display: block;
        background-color: #fafafa;
        color: #000;
        font-weight: 700 !important;
        border: 2px solid transparent;
        font-size: 1em;
        font-weight: normal;
        transition: all .4s;
        border-radius: 3px;
    }

        .title-2 a {
            display: block;
            padding: 5px 15px 0;
            color: #000;
            line-height: 0.8;
        }

            .title-2 a > span:after {
                display: none;
            }

        .title-2 .fa-chevron-circle-right {
            position: absolute;
            top: 50%;
            right: 10px;
            z-index: 2;
            font-size: 1.28571em;
            opacity: 0.5;
            margin-top: -10px;
            transition: all .4s;
        }

    .desktop .title-2:hover .fa-chevron-circle-right {
        color: #fd576b;
    }

    .thumbnail-1 > a {
        height: auto;
    }

    .thumbnail-1 .caption {
        text-align: center;
        padding-top: 10px;
    }

    .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-1 .btn-3, .thumbnail-1.style-1 .btn-6 {
        display: block;
    }*/

    .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;
    }

        .full-menu-block .thumbnail-1 .caption, .menu-block .thumbnail-1 .caption {
            text-align: left;
        }

    .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;
    }

    .img-responsive-2 {
        /*width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;*/
    }

    .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;
    }
}

#postalCodeAutocomplete_error {
    position: absolute;
    right: 16%;
}

@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;
    }

    .title-group {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
    }

    .block-1 .title-group {
        margin-bottom: 15px;
    }

    .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;
    }

    /*banner partner and promote code*/
    .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 for mobile*/
    .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;
        }

        .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;
            /*width: calc(100% - 33px);*/
            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-bottom: 1px solid #ddd;*/
        border-top: 1px solid #ddd;
    }
    /*end header navbar for mobile*/
    /*#header.tiles-header {
        min-height: 170px;
    }*/

    #header.header {
        /*min-height: 126px;*/
        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;
            /*position: absolute;*/
            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 button#my-cart-dine-in-ordering.sticky {
            /*display: none !important;*/
        }

        #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%);
        /*box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.18);*/
    }

        .open-cart #container:before {
            content: '';
            /*box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.18);*/
            position: fixed;
            right: 0;
            z-index: 10;
            top: 0;
            bottom: 0;
            width: 5px;
        }

    #container {
        transition: all .4s;
    }

    .cart-block {
        margin-top: 0;
        /*position: absolute !important;*/
        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%;
        /*overflow-y: auto;*/
        margin-top: 0;
    }

    .cart-block .nav-tabs > li {
        float: left;
        width: 50%;
    }

        .cart-block .nav-tabs > li > a {
            padding: 0;
            margin-bottom: 0;
            /*box-shadow: 0px -4px 4px #E7E7E7;*/
        }

            .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;
    }

    .dropdown-2.sticky {
        /*position: fixed;
        top: 88px;
        left: 0;
        z-index: 10;
        background-color: #fafafa;
        margin-top: 0 !important;*/
        /* -webkit-transform: translateX(-50%); 
        -ms-transform: translateX(-50%);
         transform: translateX(-50%); 
         width: 194px; 
         height: 44px; */
    }

    .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;
    }
}

/*promotion*/
.market-promocode {
    width: 100%;
}


.getz_power__text {
    padding-right: 3px;
    padding-top: 5px;
}

.market__banner {
    display: flex;
    display: -webkit-flex;
    width: 100%;
}

@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;
    }
    /*Refactor language menu*/
    #languages-menu {
        position: relative;
    }

        #languages-menu a {
            color: #767676;
        }

        #languages-menu #getz-menu-mainsub-category {
            top: 35px;
            z-index: 5;
            /*left: 160px;*/
        }
    /*Emd Refactor language menu*/
    #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;
    }

    /* invisible header navbar for mobile */
    .header__navbar {
        display: none;
    }

    #header > .inner.sticky {
        padding-bottom: 10px;
    }

        #header > .inner.sticky #navbar-collapse-1 {
            display: none;
        }

        #header > .inner.sticky .search-form {
            /*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 {
        /*float: right;*/
        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;
    }
}

.page-1 {
    /* header {box-shadow: 0 1px 1px rgba(0,0,0,.08);} */
}

@media (min-width: 1024px) {
    .page-1 main {
        margin-top: 115px;
    }

    #bodyMain {
        margin-top: 70px;
    }
}

/*Begin Order-Status-Tracking progress bar in horizontal*/

.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;
    /*margin-left: -5%;
    margin-right: -5%;*/
}

.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;
        /*text-transform: uppercase;*/
        /*point state*/
        /*point date-time*/
        /*default progress point*/
        /*default progress bar*/
        /*last item*/
        /*completed progress point*/
        /*active progress point*/
        /*null progress point*/
    }

        .status-progress > li .status-state {
            margin-top: -75px;
            margin-left: -50%;
            position: absolute;
            width: 100%;
            color: #838383;
            font-size: 18px;
            /*text-transform: uppercase;*/
        }

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;
    /*text-transform: uppercase;*/
}

.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\9;
    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;
    /*width: 80%;*/
    left: 58%;
    /*top: 44%;*/
}
/*Needed for IE8*/
.progress__last:after {
    display: none !important;
}

/*End Order-Status-Tracking progress bar in horizontal*/
/*Begin Order-Status-Tracking progress bar in vertical*/
/*Apply for iPad in portrait*/
@media only screen and (min-width: 768px) and (orientation: portrait) {
    .status-progress > li {
        position: relative;
        display: list-item;
        text-align: center;
        /*text-transform: uppercase;*/
        height: 100px;
        /*point state*/
        /*point date-time*/
        /*default progress point*/
        /*default progress bar*/
        /*last item*/
        /*completed progress point*/
        /*active progress point*/
        /*null progress point*/
    }

        .status-progress > li .status-state {
            margin-top: -20px;
            margin-left: -163px;
            position: absolute;
            width: 130px;
            color: #838383;
            font-size: 18px;
            text-align: right;
            /*text-transform: uppercase;*/
        }

    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;
        /*text-transform: uppercase;*/
    }

    .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:before {
            left: 1.5px;
        }*/
    .status-progress > li.displayviewitem:after {
        border-left: 0.5em dashed #D7D7D7;
        border-top: none;
        left: 49.6%;
    }
    /*.status-progress > li.displayviewcomplete:before {
            left: 3.5px;
        }*/
    .status-progress > li.displayviewitem.displayviewlast:after {
        height: 100%;
    }
}

/*End Order-Status-Tracking progress bar in vertical*/
/*Begin Order-Status-Tracking progress bar in vertical*/
@media only screen and (max-width: 767px) {
    .status-progress > li {
        position: relative;
        display: list-item;
        text-align: center;
        /*text-transform: uppercase;*/
        height: 100px;
        /*point state*/
        /*point date-time*/
        /*default progress point*/
        /*default progress bar*/
        /*last item*/
        /*completed progress point*/
        /*active progress point*/
        /*null progress point*/
    }

        .status-progress > li .status-state {
            margin-top: -26px;
            margin-left: -163px;
            position: absolute;
            width: 130px;
            color: #838383;
            font-size: 18px;
            text-align: right;
            /*text-transform: uppercase;*/
        }

    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;
        /*text-transform: uppercase;*/
    }

    .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.displayviewlast .status-state {
            margin-left: -61px;
            margin-top: -27px;
        }*/
    .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;
    }

    .status-progress > li.displayviewitem:before {
        top: 15px;
        left: 1px;
    }

    .status-progress > li.displayviewitem:after {
        border-left: 0.5em dashed #D7D7D7;
    }

    .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;
    }
    /*.status-progress > li.displayviewitem.displayviewcomplete:before {
            top: 15px;
        }*/
}

.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;
            margin-top: 8px !important;
            right: 5px !important;
        }
}
/*End Order-Status-Tracking progress bar in vertical*/
/*Begin Order-Status-Tracking progress bar in vertical*/
/*Apply for iPhone 6/6 Plus in landscape*/
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
    .status-progress > li {
        /*default progress bar*/
    }

        .status-progress > li:after {
            left: 49.6%;
        }
}

/*End Order-Status-Tracking progress bar in vertical*/
/*Begin Order-Status-Tracking progress bar in vertical*/
/*Apply for iPhone 6/6 Plus in portrait*/
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
    .status-progress > li {
        /*default progress bar*/
    }

        .status-progress > li:after {
            left: 49.4%;
        }
}

/*End Order-Status-Tracking progress bar in vertical*/
/*Begin Order-Status-Tracking progress bar in vertical*/
/*Apply for iPhone 5/5s and below in landscape*/
@media only screen and (max-device-width: 568px) and (orientation: landscape) {
    .status-progress > li {
        /*default progress bar*/
    }

        .status-progress > li:after {
            left: 49.5%;
        }
}

/*End Order-Status-Tracking progress bar in vertical*/
/*Begin Order-Status-Tracking progress bar in vertical*/
/*Apply for iPhone 5/5s and below in portrait*/
@media only screen and (max-device-width: 568px) and (orientation: portrait) {
    .status-progress > li {
        /*default progress bar*/
    }

        .status-progress > li:after {
            left: 49.2%;
        }
}
/*End Order-Status-Tracking progress bar in vertical*/
/*Begin Order-Status-Tracking Content*/
.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;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.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%;
    height: 111px;
}

.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 {
    background: #0678BE;
    color: #fff;
    padding: 7px 0px;
    display: inline-block;
    width: 35%;
    text-align: center;
}

    .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: 37%;
    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;
}

.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;
}


@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;
    }

    /*.order-status-tracking_bg {
        padding-top: 0px;
    }*/

    #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 {
        overflow-y: scroll;
        overflow-x: hidden;
        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;
    }

    .reward-item-value {
        font-size: 3em;
    }

    .reward-item-info {
        margin-top: 2px;
        font-size: 10px;
    }

    .reward-item-left {
        height: 93px;
    }

    .reward-item {
        min-height: 103px;
    }

    .reward-item-value-text {
        margin-bottom: 4px;
    }

    .reward-item-value-text-no-redeem {
        height: 16px;
    }

    #Category_Promotion .promotion-title .marketing-promotions-icon {
        display: none !important;
    }
}

/*End Order-Status-Tracking Content*/


/* Adjust single unit of Modifers */
.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 0;
}

    .order-modifiers .row .text-right {
        padding-right: 14px;
        font-size: 0.92857em;
    }

#footer .container-fluid {
    /*margin-top: 20px;*/
}

.list-inline.footer-menu {
    margin-top: 20px;
}

/*
.dropdown .dropdown-menu{
    max-height: 600px;
    overflow-y: scroll;
}*/
/* End*/

@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; /*rgba(245, 246, 247, 0.5);*/
        height: 44px;
        width: 100%;
        /*border-radius: 3px;*/
        border: 0;
        padding: 15px 30px 15px 15px;
        font-size: 14px;
        /*padding: 5px 10px;*/
    }

    .animation-menu-categories {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/*My cart add man-sub category*/
#containmycart ul li.item-line-manCategorys {
    /*padding-top: 10px;*/
    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 ul li.item-line-subCategorys {
    /*padding-top: 10px;*/
}

#containmycart .item-line-manCategorys .main_category_title {
    text-decoration: none;
    /*color: #212121 !important;*/
    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 ul li .action-block .fa-trash-o {
        font-size: 30px !important;
    }

    #containmycart .item-line-manCategorys div a .fa-trash-o {
        font-size: 28px !important;
    }*/

    #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;
    }
}

.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 {
        /*content: 'Category: ';*/
        font-size: 13px;
        font-weight: normal;
        color: #999;
    }

/*Payment mycart*/
#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 {
        /*content: 'Category: ';*/
        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;
}

/*New Version*/
.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;
    }

@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%;
    }
}
/*------------For checkbox of Smoov -----------------*/
/*------------For radio of Smoov -----------------*/
.table_banner_line {
    border-left: dotted #fff 1px;
    border-right: dotted #fff 1px;
}

#modalWelcome {
    /*z-index: 100000;*/
    overflow-y: hidden;
}

    /*#modalWelcome .modal-dialog {
        height: 100%;
        display: flex;
    }*/

    #modalWelcome #firstname, #modalJoinHost #groupKeyHost, #modalWelcome #totalPax, #modalDineInWelcome #dineinFirstname, #modalDineInWelcome #dineinTotalPax {
        text-align: left;
        font-size: 20px;
        background: #EEEEEE;
        padding-left: 50px;
        height: 40px;
    }

    #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;
            /*background-color: #fff;*/
            margin: 0 0px;
            /*background: transparent;*/
        }

        .autocomplete-items .autocomplete-item:hover {
            /*when hovering an item:*/
            background-color: var(--main-color) !important; /*#e9e9e9;*/
            color: #ffffff;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    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;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/*product detail*/
.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;
}

/*.btngetztheme {
    background: #fd576b !important;
    color: white;
}*/

/*Promotion home page*/

#promotion-detail {
    padding-top: 10px;
}

.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: 0 0 6px;
}

    .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;
}

/*Product detail promotion information*/


#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 promotion alert */
.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;
}

@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 {
            padding-top: 0px;
            padding-bottom: 20px;
        }*/


        #box-cart-item .item .fa {
            top: 3px;
            /*position: initial;
                bottom: 0px;*/
            font-size: 21px;
        }

        #box-cart-item #quantity-item {
            /*width: 70px;*/
            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 {
        /*padding-left: 15px;
        padding-right: 3px;*/
        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;
    }
}

@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 .item {
            padding-top: 0px;
            padding-bottom: 20px;
        }*/


        /*#box-cart-item .item .fa {
                position: initial;
                bottom: 0px;
                font-size: 20px;
            }*/

        #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;
    }
}

@media (max-width: 767px) {

    .promotion-view-all a {
        padding: 5px 0 5px !important;
        font-size: 12px;
    }

    .promotion-title {
        font-size: 14px;
        padding: 5px 5px 0 !important;
    }

    .title-group .desc {
        padding: 0 0 5px 6px;
    }

    .title-group .desc-category {
        padding: 0 0 18px 19px;
    }

    .promotion-home-page .promotion-view-all-floating {
        display: none;
    }

    .margin-l-r-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .modal-product-detail .smoov-product-detail-right-panel .product-detail-content {
        height: unset;
    }

    #promotion-detail .container-fluid {
        padding-right: 0;
        left: unset;
    }

    #promotion-detail .close {
        padding: 1px;
    }
}

@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;
    }
}

.resize-list {
    margin: 0px !important;
}

.item-products {
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    margin: 0px 10px 40px 18px;
    padding: 0px !important;
    border-radius: 5px;
}
    /*.item-products .title-4 {
        max-height: 50px;
        overflow: hidden;
    }*/
    .item-products .thumbnail-1 .img-1 > span > img {
        transition: all .4s;
        /*box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);*/
        box-shadow: unset;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        object-fit: cover;
    }

    .item-products .thumbnail-1 > a, .thumbnail-1 > .inner > a {
        padding: 0px;
    }

    .item-products .thumbnail-1 {
        margin: 0px;
        height: 100%;
        background-color: unset !important;
    }

    .item-products .btn-grey {
        width: 100%;
        border-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .item-products .btn-add {
        bottom: 0px;
        width: 100%;
        position: absolute;
        margin: 0px;
    }

    .item-products .btn-border-red {
        padding: 7px 45px 7px;
        width: 100%;
        border-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .item-products .unavailableflag {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        min-width: 110px;
        /*display: table;*/
    }

    .item-products .preorderflag {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        min-width: 95px;
        display: table;
    }

    .item-products .price-bottom {
        position: absolute;
        bottom: 35px;
        padding: 0px 5px;
    }

    .item-products .thumbnail-1 .caption {
        padding: 5px 5px 0px !important;
    }

    .item-products .no-padding {
        padding: 0px !important;
    }

    .item-products .open-price {
        padding: 5px 5px 5px;
        margin: 0px;
    }

    .item-products .thumbnail-1 .price {
        margin-top: 0px;
        display: table-row;
    }

    .item-products .description {
        /*        padding: 5px 5px 0px !important;*/
        padding: 0 5px !important;
        margin-top: 0px !important;
        line-height: 18px;
        color: #898989;
        font-size: 14px;
        cursor: pointer;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .item-products .description p {
            margin: 0px;
        }

.item-recommended {
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    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: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);*/
            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 .price-bottom {
        position: absolute;
        bottom: 55px;
        padding: 0px 5px;
    }

    .item-recommended .btn-add {
        bottom: 20px;
        position: absolute;
        margin: 0px;
    }

    .item-recommended .text-clamp-overflow-item {
        min-height: 10px;
    }

.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 {
    bottom: 0;
    position: absolute;
    margin: 0px;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.row-item-product-floating .title-4 {
    margin: 10px 5px !important;
}

.row-item-product-floating p.price {
    margin: 0px 5px 10px !important;
}

.row-item-product-floating p.open-price {
    margin: 0px 5px 10px !important;
}

.row-item-product-floating .price-bottom {
    position: absolute;
    bottom: 35px;
    padding: 0px 5px;
}

.product-body-detail .modifier-title {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-body-detail .title-line-height {
    line-height: 20px;
}

.item-products-floating .text-clamp-overflow {
    display: inline;
}

@media screen and (min-width: 1152px) {
    .item-products {
        width: 253px !important;
        height: 390px !important;
    }

    .item-products.p-type-6 {
        height: 360px !important;
    }

        .item-products a .img-1 {
            width: 253px !important;
            height: 168px !important;
        }

    .item-recommended {
        width: 264px !important;
        height: 402px !important;
    }

        .item-recommended a .img-1 {
            width: 264px !important;
            height: 180px !important;
        }

        .item-recommended .btn-add {
            width: 264px;
        }

    .item-products .price-bottom {
        font-size: 16px;
    }

    .item-products .open-price {
        font-size: 14px;
        padding: 0px;
    }

    .item-products .color-by-darkgray {
        font-size: 12px;
    }

    .item-products .description {
        font-size: 14px;
    }

    #MenuGridViewLoadMore .item-products-floating {
        padding-left: 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1151px) {
    .item-products {
        width: 210px !important;
        height: 330px !important;
    }

        .item-products a .img-1 {
            width: 210px !important;
            height: 140px !important;
        }

        .item-products .text-clamp-overflow-item {
            font-size: 16px;
        }

        .item-products .description {
            font-size: 12px;
        }

    .item-recommended {
        width: 205px !important;
    }

        .item-recommended a .img-1 {
            width: 205px !important;
        }

        .item-recommended .btn-add {
            width: 205px;
        }

    .item-products .price-bottom {
        font-size: 14px;
    }

    .item-products .open-price {
        font-size: 12px;
        padding: 0px;
    }

    .item-products .color-by-darkgray {
        font-size: 10px;
    }

    .item-products .description {
        font-size: 12px;
    }

    #MenuGridViewLoadMore .item-products-floating {
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .item-products {
        width: 225px !important;
        height: 340px !important;
    }

        .item-products.p-type-6 {
            height: 310px !important;
        }

        .item-products a .img-1 {
            width: 225px !important;
            height: 150px !important;
        }

        .item-products .text-clamp-overflow-item {
            font-size: 14px;
        }

        .item-products .description {
            font-size: 12px;
        }

    .item-recommended {
        width: 222px !important;
    }

        .item-recommended a .img-1 {
            width: 222px !important;
        }

        .item-recommended .btn-add {
            width: 222px;
        }

    .item-products .price-bottom {
        font-size: 14px;
    }

    .item-products .open-price {
        font-size: 12px;
        padding: 0px;
    }

    .item-products .color-by-darkgray {
        font-size: 10px;
    }

    .item-products .description {
        font-size: 12px;
    }

    .btn-grey:hover {
        color: #fff !important;
    }
}

@media (max-width: 767px) {

    .item-products {
        /*height: 250px !important;*/
        margin: 0px 10px 20px;
        background-color: #F8F8F8 !important;
    }

        .item-products .title-4 {
            min-height: 50px;
        }

    .horizontal-products .col-sm-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .item-products a .img-1 {
        width: 130px !important;
        height: 87px !important;
        margin-bottom: 10px;
    }

    .item-products .thumbnail-1 {
        border-radius: 0px !important;
        border: 0px !important;
        overflow-x: hidden;
    }

        .item-products .thumbnail-1 .img-1 > span > img {
            border-radius: 0px !important;
        }

    .item-products .btn-add-mb {
        width: 70px;
        height: 30px;
        position: initial;
        margin: 0px;
        float: right;
        padding-right: 5px !important;
    }

    .item-products .btn-grey {
        border: 0px;
        border-radius: 5px;
    }

    .btn-grey:hover {
        color: #fff !important;
    }

    .item-products .price-bottom {
        font-size: 16px;
        position: inherit;
        top: unset;
        padding: 0px 5px;
        height: min-content;
        width: unset;
    }

    .item-products .open-price {
        margin: 0px;
        padding: 0px;
        margin-left: 5px !important;
    }

    .item-products .max-height-60 {
        max-height: 60px;
    }

    .item-recommended {
        margin: 0px 0px 20px !important;
        position: relative;
    }

    .item-products .open-price {
        font-size: 14px;
    }

    .item-products .color-by-darkgray {
        font-size: 12px;
    }

    .item-products .description {
        font-size: 14px;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding: 5px 5px 0px !important;
        width: 100%;
    }

    .item-products .description-mb {
        display: inline-block !important;
    }

    .item-products .thumbnail-1 .price {
        display: block;
    }

    .modal-product-detail .modal-dialog {
        margin: 0px;
    }

    .col-width-96 {
        width: 88% !important;
        padding-left: 0px;
        padding-top: 10px;
    }

    .item-products .visible-xs {
        padding-bottom: 5px;
    }

    .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;
    }

    .recommend-mb .btn-add {
        position: absolute;
        border: 0px;
    }

    .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;
        /*bottom: 1px;
        right: 1px;
        left: 1px;*/
    }

        .modal-product-detail .product-detail-footer .is-instagram {
            /*            bottom: 78px !important;*/
            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;
    }
}

.slider-2 .slick-list {
    padding: 0px 10px 10px;
}

.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;
    /*opacity: 0.2;*/
    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 {
    height: 100%;
    margin-bottom: 0px !important;
}

.item-category .text-clamp-overflow-title {
    display: block;
    min-height: unset;
    max-height: unset;
}

.item-category .description-category {
    -webkit-line-clamp: 2 !important;
    cursor: pointer;
}

    .item-category .description-category p {
        margin: 0px;
    }

.item-products-floating {
    padding-left: 5px;
    padding-right: 10px;
}

.row-item-product-floating {
    padding: 0px 10px 0px 10px;
}

    .row-item-product-floating .thumbnail-1 {
        height: 100%;
        margin-bottom: 0px !important;
    }

    .row-item-product-floating .btn-grey {
        width: 100%;
        border-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 5px 10px;
    }
/*menu form template TILES MOBILE*/
#menu-tiles-mobile {
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    background-color: #FFFFFF !important;
    height: 50px;
}

    #menu-tiles-mobile ul {
        list-style-type: none;
        text-align: center;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    #menu-tiles-mobile li {
        color: #f1f1f1;
        display: inline-block;
        padding: 2px 12px;
        line-height: 40px;
    }

    #menu-tiles-mobile::-webkit-scrollbar {
        height: 0px;
    }

    #menu-tiles-mobile a {
        text-decoration: none;
        display: block;
        color: #737373 !important;
        text-transform: uppercase;
        font-weight: 700;
    }

    #menu-tiles-mobile ul li.active a {
        position: relative;
        color: #000000 !important;
    }

        #menu-tiles-mobile ul li.active a::after {
            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));
        }

.search-form-autocomplete .bg-search-tiles {
    background-color: #FFFFFF !important;
}

@media (max-width: 768px) {
    /*.product-body-detail fieldset.fd-productdetailpopup {
        border-radius:0px;
    }
    .product-body-detail .full-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }*/
    .item-products-floating {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (device-width: 768px) {
    .col-width-96 {
        width: 95%;
    }

    .product-body-detail .smoov-product-detail-right-panel {
        margin-top: 15px;
    }
}

.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;
}

@media (max-width: 1200px) {
    .step-info-box,
    #promotion-detail .container-fluid {
        width: 100%;
    }
}

.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;
}