/*
Theme Name: FooYes
Theme URI: http://www.ansonika.com/fooyes/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700&family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700&display=swap');


body {
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    background: #f9fafb; position: relative;
    font-family: 'Open Sans', 'Noto Sans SC', PingFang SC, STHeiti, SimHei, sans-serif;
    font-size: 14px; color: #333; letter-spacing: 0.025em;
}
h1, h2, h3, h4, h5, h6 { font-weight: 700; }
p {  }
p:last-child { margin-bottom: 0; }
strong { font-weight: 700; }
hr { margin: 1.25rem auto; }
a { 
    color: #dc4d5e; outline: none;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
a:hover, 
a:focus { color: #bb4554; text-decoration: none; }
a[href*=mailto],
a[href*=http] { word-break: break-word; }
img { max-width: 100%; }


@media (min-width: 1410px) {
    .container { max-width: 1320px; }
}
@media (max-width: 1200px) {
    .container { max-width: 90%; }
}
@media (max-width: 767px) {
    body { font-size: 13px; }
}
@media (max-width: 560px) {
    .container { max-width: 100%; }
}



/*=====================================================================*/
/* PLUGIN CSS */
/*=====================================================================*/
/*===========================*/
/*====== Jquery select ======*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    position: relative; background-color: #fff; display: block; width: auto; height: inherit; min-height: 40px; padding: 10px; padding-left: 15px; padding-right: 30px;
    clear: both; cursor: pointer; outline: none; user-select: none; /*white-space: nowrap;*/
    border-radius: 3px; border: 1px solid #d2d8dd;
    font-size: 14px; font-weight: 400; color: #6d757d; line-height: 20px;
    transition: all 0.2s ease-in-out;
}
.nice-select:active, 
.nice-select.open, 
.nice-select:focus { border-color: #999; }
.nice-select:after {
    content:''; display: block; width: 8px; height: 8px; margin-top: -5px; pointer-events: none;
    border-bottom: 2px solid #999; border-right: 2px solid #999;
    position: absolute; right: 20px; top: 50%;
    transform-origin: 66% 66%; transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
}
.nice-select.open:after { transform: rotate(-135deg); }
.nice-select.open .list {
    opacity: 1; pointer-events: auto;
    transform: scale(1) translateY(0);
}
.nice-select .current { white-space: normal; }
.nice-select.wide { width: 100%; }
.nice-select.wide .list { left: -1px !important; right: -1px !important; }
.nice-select .list {
    background-color: #fff; margin-top: 8px; padding: 0; overflow: hidden;
    opacity: 0; pointer-events: none; z-index: 5;
    border-radius: 5px; box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    position: absolute; top: 100%; left: 0;
    transform-origin: 50% 0; transform: scale(0.75) translateY(-20px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.nice-select .list:hover .option:not(:hover) { background-color: transparent !important; }
.nice-select .list::-webkit-scrollbar { width: 14px; height: 18px; }
.nice-select .list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.15); height: 6px; border: 4px solid transparent; background-clip: padding-box;
    -webkit-border-radius: 7px;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.nice-select .list::-webkit-scrollbar-button { width: 0; height: 0; display: none; }
.nice-select .list::-webkit-scrollbar-corner { background-color: transparent; }
.nice-select .option {
    font-weight: 400; line-height: 1.5; text-align: left; list-style: none; white-space: normal;
    min-height: 30px; padding: 10px; padding-left: 15px; padding-right: 26px; cursor: pointer; outline: none;
    transition: all 0.2s;
}
.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus { background-color: #f6f6f6; }
.nice-select .option.selected { color: #444; font-weight: 500; }
.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; }
.no-csspointerevents .nice-select .list { display: none; }
.no-csspointerevents .nice-select.open .list { display: block; }
/*==========================*/
/*====== Owl Carousel ======*/
.owl-carousel {
    display: none; width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative; z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
    padding-left: 0px !important;
}
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative; overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative; min-height: 1px; float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img { display: block; width: 100%; height: auto; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot { background: none; color: inherit; border: none; padding: 0 !important; font: inherit; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel.owl-refresh .owl-item { visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y; touch-action: pan-y;
    -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.owl-carousel.owl-grab { cursor: move; cursor: grab; }
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
    */
}
.owl-carousel .owl-item .owl-lazy { opacity: 1; transition: all 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    position: absolute; z-index: 999;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next { outline: none; background-color: #fff; }
.owl-theme .owl-nav [class*='owl-'] { color: #333; padding: 4px 7px; display: inline-block; cursor: pointer; }
.owl-theme .owl-nav [class*='owl-']:hover { color: #FFF; text-decoration: none; }
.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 30px; }
.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel button.owl-dot { outline: none; }
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important; border: 2px solid #f55d6f;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
    position: relative; margin: 0 5px; border-radius: 50%; width: 16px !important; height: 16px !important; background: transparent !important; display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 2px solid #ccc;
}
.owl-theme .owl-dots .owl-dot span::before {
    content: ''; background-color: #f55d6f !important; display: block; border-radius: 50%; width: 8px; height: 8px;
    position: absolute; left: 50%; top: 50%;
    margin-top: -4px; margin-left: -4px;
    opacity: 0; visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span::before {
    transform: scale(1);
    opacity: 1; visibility: visible;
}
.owl-theme .owl-nav { position: absolute; top: 50%; left: 0; width: 100%; margin: 0 !important; }
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    width: 46px; height: 46px; position: absolute; top: 0;
    margin-top: -25px; display: block !important; background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.owl-theme .owl-nav .owl-prev { left: -24px; }
.owl-theme .owl-nav .owl-next { right: -24px; }
.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
    font-size: 28px; font-size: 1.75rem; line-height: 48px; color: #999;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.owl-theme .owl-nav .owl-prev i:hover,
.owl-theme .owl-nav .owl-next i:hover { color: #f55d6f; }
.owl-theme .owl-nav .owl-prev.disabled,
.owl-theme .owl-nav .owl-next.disabled { opacity: 0; }
/*============================*/
/*====== Magnific Popup ======*/
.mfp-bg {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: #000; overflow: hidden; z-index: 999999; opacity: 0.8;
}
.mfp-wrap {
    position: fixed; top: -10px; left: 0; z-index: 999999;
    width: 100%; height: 100%; outline: none; -webkit-backface-visibility: hidden;
}
.mfp-container {
    position: absolute; left: 0; top: 0; text-align: center;
    width: 100%; height: 100%; padding: 0 18px; overflow-x: hidden; overflow-y: auto;
    -webkit-box-sizing: border-box; box-sizing: border-box;
}
.mfp-container:before { content:''; display:inline-block; height:100%; vertical-align:middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 505; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader {
    position: absolute; top: 50%; left: 8px; right: 8px;
    width: auto; margin-top: -0.8em; z-index: 504;
    color: #aaa; text-align: center;
}
.mfp-preloader a { color: #cccccc; }
.mfp-preloader a:hover { color: #fff; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
.mfp-s-loading .mfp-arrow { display: none; }
button.mfp-close,
button.mfp-arrow {
    overflow: visible; display: block; border: 0; padding: 0; cursor: pointer; z-index: 506;
    -webkit-appearance: none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close { right: 0px; top: -40px; }
/*--*/
button.mfp-close {
    position: absolute; top: -20px; right: -12px; color: #fff;
    display: block; width: 45px; height: 45px; border-radius: 50%; margin: 0px; background-color: transparent; outline: none;
    -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    transform: translate3d(0, 0, 0);
}
.mfp-gallery .mfp-content .mfp-close { display: none; }
/*--*/
.mfp-arrow {
    position: absolute; top: 50%; opacity: 1; cursor: pointer; z-index: 100; overflow: hidden; outline: none !important; color: #fff;
    display: block; width: 50px; height: 50px; margin: 0 20px; background: rgba(255, 255, 255, 0.15); border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    transform: translateY(-50%);
}
.mfp-arrow:hover { background: #66676b; color: #fff; }
.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right { font-family: 'ElegantIcons'; font-size: 38px; line-height: 1; }
.mfp-arrow.mfp-arrow-right { right: 15px; }
.mfp-arrow.mfp-arrow-left:before, 
.mfp-arrow.mfp-arrow-right:before { content: "\34"; left: -1px; top: -1px; position: relative; }
.mfp-arrow.mfp-arrow-right:before { content: "\35"; }
.mfp-content:hover .mfp-arrow { opacity: 1; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 1180px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 54%; }
.mfp-iframe-scaler iframe {
    position: absolute; top: 0; left: 0; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block; width: 100%; height: 100%; background: black;
}
/*--*/
.mfp-figure { line-height: 0; }
.mfp-figure:after {
    content: ''; display: block; width: auto; height: auto; z-index: -1; 
    box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
    position: absolute; left: 0; top: 40px; bottom: 40px; right: 0;
}
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }
img.mfp-img {
    width: auto; max-width: 100%; height: auto;
    display: block; line-height: 0; margin: 40px auto; border-radius: 4px;
    -webkit-box-sizing: border-box; box-sizing: border-box;
}
/*--*/
.mfp-bottom-bar { position: absolute; top: calc(102% - 40px); left: 0; width: 100%; cursor: auto; padding: 0 10px; }
.mfp-title { color: #f3f3f3; text-align: left; line-height: 18px; word-break: break-word; padding-right: 36px; }
.mfp-counter {
    position: absolute; top: 0; right: 10px;
    font-size: 13px; color: #fff; line-height: 18px;
}
/*--*/
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8);
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg { 
    opacity: 0.001;
    /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; }
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; }
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.92; background-color: #111; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.9; }
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    opacity: 0;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; }


/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
    .mfp-img-mobile img.mfp-img { padding: 0; }
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6); margin: 0; padding: 3px 5px;
        position: fixed; top: auto; bottom: 0;
        -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
    .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
    .mfp-img-mobile .mfp-close {
        position: fixed; top: 0; right: 0; background: rgba(0, 0, 0, 0.6); padding: 0;
        width: 35px; height: 35px; line-height: 35px; text-align: center;
    }
    .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
}



/*=====================================================================*/
/* CONTENT */
/*=====================================================================*/
/*=======================*/
/*====== Structure ======*/
.small-gutters { margin-right: -5px; margin-left: -5px; }
.small-gutters > [class*="col-"] { padding-right: 5px; padding-left: 5px; }
/*--*/
.margin_60_20 { margin-top: 60px; margin-bottom: 20px; }
.padding_60_40 { padding-top: 60px; padding-bottom: 40px; }

.add_mb_5 { margin-bottom: 5px; }
.add_pb_20 { padding-bottom: 20px; }
/*--*/
.overlaymask { position: relative; }
.overlaymask:before {
    content: ''; width: 100%; height: 100%; background: #fff; opacity: 0.5; z-index: 2;
    position: absolute; top: 0; left: 0;
}
/*==================*/
/*====== Deco ======*/
.wave,
.wave-wrap {
    position: absolute; top: -65px; left: 0; width: 100%; z-index: 1;
    /*height from the svg file*/
    height: 65px;
    background-attachment: fixed; background: url("../images/wave_white.svg");
    animation: waves 20s linear infinite;
}
.wave.hero { top: auto; bottom: 0; }
.wave.footer,
.wave-wrap.footer {
    -ms-transform: scale(-1, -1); -webkit-transform: scale(-1, -1); transform: scale(-1, -1);
    top: 0;
}
/*--*/
.wave:before, 
.wave:after {
    content: ''; width: 100%; height: 65px; position: absolute; top: 0; left: 0;
    background: url("../images/wave_white.svg");
}
.wave:before {
    opacity: 0.4;
    animation: waves-reverse 20s linear infinite;
}
.wave:after {
    opacity: 0.6;
    animation-delay: -5s; animation: waves 30s linear infinite;
}

.wave.gray { background: url("../images/wave_gray.svg"); }
.wave.gray:before, 
.wave.gray:after { background: url("../images/wave_gray.svg"); position: absolute; }
/*--*/
.wave_layer1, 
.wave_layer2 {
    width: 100%; height: 65px; position: absolute; top: 0; left: 0;
    background: url("../images/wave_white.svg");
}
.wave_layer1 {
    opacity: 0.4;
    animation: waves-reverse 20s linear infinite;
}
.wave_layer2 {
    opacity: 0.6;
    animation-delay: -5s; animation: waves 30s linear infinite;
}
.wave-wrap.gray,
.wave-wrap.gray .wave_layer1,
.wave-wrap.gray .wave_layer2 { background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1600px' height='65px' viewBox='0 0 1600 65' enable-background='new 0 0 1600 65' xml:space='preserve'%3e%3cpath fill='%23F9FAFB' d='M1600,34.766c-301.576,0-432.388-35.07-821.333-34.764C390.789,0.002,280.243,34.766,0,34.766V65h1600 C1600,65,1600,64.416,1600,34.766z'/%3e%3c/svg%3e"); }

@keyframes waves {
    0% { background-position: 0; }
    100% {
        /* from width of the svg file */
        background-position: 1600px;
    }
}
@keyframes waves-reverse {
    0% { background-position: 1600px; }
    100% { background-position: 0; }
}
/*==================*/
/*====== tag ======*/
.ribbon {
    display: inline-block; border-radius: 3px; padding: 0.45em 0.5em 0.45em 2em; z-index: 1;
    position: absolute; bottom: 15px; right: 15px;
    font-size: 10px; font-weight: 700; color: #fff; line-height: 1;
}
.ribbon.off { background-color: #f3723b; }
.ribbon.off:before { content: '\0076'; font-family: 'food'; position: absolute; left: 0.45em; top: 0.45em; }

.tagshop_close {
    display: inline-block; margin-top: 2em; margin-bottom: 1em; padding: 0.6em 1em 0.5em; background-color: #f33b3b; border-radius: 80px; box-shadow: 1px 4px 0px #c13636;
    font-size: 12px; font-weight: 800; color: #fff; line-height: 1; text-transform: uppercase; letter-spacing: 0.1em; text-shadow: 2px 2px 0px #c13636;
}
/*=======================*/
/*====== Accordion ======*/
.accordion_2 .card { margin-bottom: 5px; border: 0; border-radius: 5px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }
.accordion_2 .card .card-header { border-bottom: 1px solid #ededed; padding: 20px; }
.accordion_2 .card-body { padding: 20px 20px 0 20px; }
.accordion_2 .card-header h5 { font-size: 16px; margin: 0; }
.accordion_2 .card-header h5 a { display: block; color: #777; }
.accordion_2 .card-header h5 a i.indicator { font-size: 18px; font-weight: normal; color: #f55d6f; float: right; }

.badge.round { 
    color: #ffffff; line-height: 2;
    background-color: #f55d70; width: 2em; height: 2em; padding: 0; border-radius: 50%;
}
/*==================*/
/*====== form ======*/
label { font-size: 14px; font-weight: 700; line-height: 1.3; margin-bottom: 0.3em; }
input:-webkit-autofill { /*border-color: #333;*/ -webkit-box-shadow: 0 0 0 1000px #fff inset; -webkit-text-fill-color: #495057; }
/**
 * Foundation for Sites (https://get.foundation)
 * Licensed under MIT Open Source
 */
select {
    height: 2.4375rem; padding: 0.5rem; padding-right: 1.5rem; cursor: pointer;
    color: inherit; line-height: 1.5;  border: 1px solid #888; border-radius: 3px;
    background-color: #fefefe; background-origin: content-box; background-position: right -1rem center; background-repeat: no-repeat; background-size: 9px 6px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
            transition: border-color 0.25s ease-in-out, box-shadow 0.5s;
}
select:focus {
    outline: none; border: 1px solid #333; box-shadow: 0 0 5px #ccc;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
            transition: border-color 0.25s ease-in-out, box-shadow 0.5s;
}
select:disabled { background-color: #e6e6e6; cursor: not-allowed; }
/* foundation end */
/*--*/
.form-group { position: relative; }
.form-control { 
    font-size: inherit; letter-spacing: 0.025em; 
    height: 40px; border-radius: 3px; border: 1px solid #d2d8dd; 
}
.form-control:focus { border-color: #ccc; box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05); }
.form-control[readonly] { border: none; border-radius: 0; }
.form-control[readonly]:focus { box-shadow: none; }
/*--*/
.form_icon { position: relative; }
.form_icon input.form-control { padding-left: 40px; }
.form_icon > i {
    font-size: 18px; color: #ccc;
    position: absolute; left: 12px; top: 12px;
}
.form_icon > i.icon_mail_alt { top: 9px; }
/*--*/
.container_check {
    display: block; position: relative; padding-left: 30px; margin-bottom: 5px; cursor: pointer;
    font-weight: 400; line-height: 1.6;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.container_check input { position: absolute; opacity: 0; left: -9999px; }
.container_check .checkmark {
    position: absolute; top: 0; left: 0; border: 2px solid #d2d8dd;border-radius: 3px; 
    height: 20px; width: 20px; background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
    content: ""; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0;
    position: absolute; left: 6px; top: 2px; display: none;
    -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
}
.container_check:hover .checkmark { border: 2px solid #f55d70; }
.container_check input:checked ~ .checkmark { background-color: #f55d70; border: 2px solid transparent; box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3); }
.container_check input:checked ~ .checkmark:after { display: block; }

.disabledall { color:#aaa; }
.disabledall .checkmark { background-color: #dee2e6; }

.soldoutmask { opacity: 0.3; z-index: 2; }

/*--*/
.default-check {
    cursor: pointer; font-size: 0; line-height: 1; letter-spacing: 0;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.default-check input { position: absolute; opacity: 0; left: -9999px; }
.default-check .default-star {  }
.default-check .default-star:after { content: '\e031'; font-family: 'ElegantIcons'; font-size: 20px; }
.default-check:hover .default-star { color: #f55d70; }
.default-check input:checked ~ .default-star:after { content: '\e033'; color: #f55d70; }
/*--*/
.container_radio {
    display: block; position: relative; padding-left: 30px; margin-bottom: 5px; cursor: pointer;
    font-weight: 400; line-height: 1.6;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.container_radio input { position: absolute; opacity: 0; left: -9999px; }
.container_radio .checkmark {
    position: absolute; top: 0; left: 0; border: 2px solid #d2d8dd; border-radius: 50%;
    height: 20px; width: 20px; background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.container_radio .checkmark:after {
    content: ""; width: 10px; height: 10px; display: block; border-radius: 50%; background: #f55d6f;
    position: absolute; top: 3px; left: 3px; opacity: 0;
}
.container_radio:hover .checkmark { border: 2px solid #f55d6f; }
.container_radio input:checked ~ .checkmark { border: 2px solid #f55d6f; box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3); }
.container_radio input:checked ~ .checkmark:after { opacity: 1; }
/*--*/
.fileupload { position: relative; }
input[type=file] { background-color: #fff; width: 100%; height: auto; padding: 5px; border: 1px solid #d2d8dd; border-radius: 3px; cursor: pointer; color: #999; }
input[type=file]:hover { background: #f3f3f3; }
input[type=file]::-webkit-file-upload-button,
input[type=file].invalid::-webkit-file-upload-button,
input[type=file].valid::-webkit-file-upload-button {
    font-size: 12px; font-weight: 600; color: #fff;
    border: 0; border-radius: 3px; margin-right: 10px; padding: 8px 10px 8px 38px; outline: none; cursor: pointer;
    background: #f55d6f url(../images/camera.svg) 8px center no-repeat;
}
/*--*/
.combine_input_submit {
    background-color: #fff; padding: 5px 5px 5px 0; margin-top: 10px; 
    border-radius: 5px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.combine_input_submit .form-group { margin: 0; }
.combine_input_submit input { border: 0; border-radius: 0; }
.combine_input_submit input:focus { box-shadow: none; }
.combine_input_submit [type='submit'],
.combine_input_submit [type='button'] { width: 100%; height: 40px; padding: 5px; border-radius: 3px; font-weight: 600; }
/*--*/
/*- Search -*/
.search-wrap { padding: 20px 15px; background-color: #f0f0f0; }

.search_bar_list { position: relative; }
.search_bar_list input[type='text'] { border: 0; padding: 0.375rem 3rem 0.375rem 2rem; box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.05); }
.search_bar_list input[type='text']:focus { box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.08); }
.search_bar_list .icon_close { 
    position: absolute; top: 14px; left: 10px; cursor: pointer;
    /*top: 50%; -ms-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); transform: translate(0,-50%);*/
}
.search_bar_list .icon_close:hover { color: #f55d6f; }
.search_bar_list button {
    background-color: #fff; border: 0; height: 40px; cursor: pointer; outline: none;
    position: absolute; top: 0px; right: 10px;
    font-size: 18px; color: #777; line-height: 1;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.search_bar_list button:hover { color: #f55d6f; }
/*--*/
/*- Forms loader -*/
.loader {
    position: absolute; right: 10px; top: 50%; 
    margin-top: -9px; display: inline-block; z-index: 2;
    font-size: 18px; color: #ffa839;
    -webkit-animation: rotation 2s infinite linear; animation: rotation 2s infinite linear;
}
.loadcon { position: relative; }
.loadcon:before {
    content: ''; width: 100%; height: 100%; background: #fff; opacity: 0.5; z-index: 2;
    position: absolute; top: 0; left: 0;
}
.loadcon:after {
    content: "\e02d"; font-family: 'ElegantIcons'; font-size: 3em; color: #ccc; z-index: 3;
    position: absolute; top: 50%; left: 50%; margin-left: -25px; margin-top: -25px;
    -webkit-animation: rotation 2s infinite linear; animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}
@keyframes rotation {
    from { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); -ms-transform: rotate(359deg); transform: rotate(359deg); }
}
/*--*/
/*Password strength */
#pass-info {
    margin-bottom: 15px; padding: 5px 3px 3px 3px; border-radius: 3px;
    /*font-size: 12px; text-align: center;*/
    font-size: 11px; font-weight: 600; margin-top: -17px;
}
#pass-info:empty { display: none; }
#pass-info.weakpass { border: 1px solid #FF9191; background: #FFC7C7; color: #94546E; }
#pass-info.stillweakpass { border: 1px solid #FBB; background: #FDD; color: #945870; }
#pass-info.goodpass { border: 1px solid #C4EEC8; background: #E4FFE4; color: #51926E; }
#pass-info.strongpass { border: 1px solid #88d088; background: #cbe8cb; color: #348F34; }
#pass-info.vrystrongpass { 
    /*border: 1px solid #379137; background: #48B448; color: #CDFFCD;*/ 
    border: 1px solid #88d088; background: #cbe8cb; color: #348F34;
}
/*--*/
/*- Show hide password -*/
.hideShowPassword-wrapper { width: 100%; }
.my-toggle {
    margin-right: 5px; padding: 0 10px; border: 0; border-radius: 3px; background-color: #fff; position: relative; z-index: 1; cursor: pointer; height: 30px;
    font-size: 10px; font-weight: bold; color: #777; text-transform: uppercase; line-height: 30px;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.my-toggle:hover, 
.my-toggle:focus { background-color: #eee; color: #555; outline: transparent; }
/*--*/
.requirecon label:not(.error):before { content: '*'; color: #ee5151; padding-right: 3px; }
.error_message { font-size: 11px; color: #ee5151; margin-top: 3px; }
.error_message:empty { display: none !important; }
label.error { 
    font-size: 11px; font-weight: 600; color: #ee5151; line-height: 1.2; margin: 5px 0; 
    background: #FDD; width: 100%; margin: 0; padding: 5px;
}
label.error:empty { display: none !important; }

[class*=alert-] { padding: 0.4em 0.5em; }
[class*=alert-] i { vertical-align: middle; }
/*=====================*/
/*====== Buttons ======*/
.btn_1 {
    font-size: 13px; font-weight: 700; color: #fff; text-align: center; text-transform: uppercase; text-decoration: none; line-height: normal; letter-spacing: 0.05em;
    background-color: #f55d6f; display: inline-block; padding: 8px 25px; border: none; border-radius: 3px; outline: none; cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.btn_1:hover { background-color: #dc4d5e; color: #fff; }
.btn_1:focus { color: #fff; }
.btn_1.full-width { display: block; width: 100%; text-align: center; }
.btn_1.outline { border: 2px solid #333; color: #333; background: none; }
.btn_1.outline:hover { border-color: #f55d6f; color: #f55d6f; }
.btn_1.gray { background: #f0f0f0; color: #f55d6f; }
.btn_1.gray:hover { background-color: #f55d6f; color: #fff; }
.btn_1.plus_icon { padding-right: 10px; }
.btn_1.plus_icon i { font-size: 1.25em; line-height: 1; float: right; padding-left: 10px; }
.btn_1.gradient {
    position: relative; z-index: 1; color: #fff;
    background-image: -webkit-linear-gradient(right, #f5955d, #f55d70);
    background-image: linear-gradient(to right, #f5955d, #f55d70);
}
.btn_1.gradient:before {
    content: ''; display: block; height: 100%; width: 100%; border-radius: inherit;
    background-color: #dc4d5e; position: absolute; top: 0; left: 0; opacity: 0; z-index: -1;
    -webkit-transition: opacity 0.45s ease-in-out; transition: opacity 0.45s ease-in-out;
}
.btn_1.gradient:hover:before { opacity: 1; }
.btn_1.gradient:active:before,
.btn_1.gradient.nice-select.open:before { opacity: 1; }
.btn_1.disabled { background: #6c757d !important; border-color: transparent !important; opacity: 0.5; cursor: not-allowed; text-decoration: line-through; color: #fff !important; }
.btn_1.disabled:before { display: none; }
@-webkit-keyframes pulseanime {
    0% { box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(229, 71, 80, 0); }
    100% { box-shadow: 0 0 0 0 rgba(229, 71, 80, 0); }
}
@keyframes pulseanime {
    0% { box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(229, 71, 80, 0); }
    100% { box-shadow: 0 0 0 0 rgba(229, 71, 80, 0); }
}
.pulse_bt {
    box-shadow: 0 0 0 rgba(229, 71, 80, 0.4);
    -webkit-animation: pulseanime 3s infinite; animation: pulseanime 3s infinite;
}
/*--*/
.btn-line { position: relative; outline: 0; }
.btn-line:before { 
    content: ''; display: block; width: 100%; border-bottom: 1px solid;
    position: absolute; bottom: 0; left: 0;
    -webkit-transform: scale(0,1); transform: scale(0,1);
    -webkit-transform-origin: 100% 0; transform-origin: 100% 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.165,.84,.44,1) 0s;
            transition: transform .3s cubic-bezier(.165,.84,.44,1) 0s;
}
.btn-line:hover::before { 
    -webkit-transform: scale(1); transform: scale(1);
    -webkit-transform-origin: 0 0; transform-origin: 0 0;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.86,0,.07,1) 0s;
            transition: transform .45s cubic-bezier(.86,0,.07,1) 0s;
}
/*--*/
.btn-edit { font-size: 1.2em; color: #ccc; line-height: 1; display: inline-block; }
.btn-edit:hover { 
    color: #f25f71;
    -webkit-transform: translateY(-3px); transform: translateY(-3px);
}
/*===========================*/
/*====== display table ======*/
.dtable_wrap { width: 100%; display: table; }
.dtable_wrap > div { display: table-cell; vertical-align: middle; }
.dtable_wrap.vb > div { vertical-align: bottom; }
.dtable_wrap.vt > div { vertical-align: top; }
/*===========================*/
/*====== general Modal ======*/
.mfp-inline-holder .mfp-close {
    background-color: #e4e4e4; color: #666; text-indent: -1px;
    top: 12px; right: 20px; width: 32px; height: 32px; line-height: 32px;
}
.mfp-inline-holder .mfp-close:before { content: "\4d"; font-family:'ElegantIcons'; font-size: 24px; }
.mfp-inline-holder .mfp-close:hover { background-color: #66676b; color: #fff; -ms-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9); }
/*--*/
.pop-wrap { background: #fff; max-width: 500px; margin: 40px auto; }
.pop-wrap .content { padding: 20px; }

[class*="warning"].content { padding: 0 20px 20px; }
/*--*/
.modal_header {
    width: calc(100% + 40px); display: inline-block; padding: 18px 60px 15px 20px; margin-bottom: 30px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    position: relative; top: 0; left: -20px; font-size: 18px;
}
.modal_header h3 { margin: 0; font-size: 20px; }

.noclosebtn .modal_header { padding-right: inherit; }
/*--*/
/*- boostrap modal -*/
.modal { z-index: 1000000; }
.modal-backdrop { z-index: 999999; }
.modal-content { background: none; border: none; border-radius: 0; }
.modal .btn-close {
    position: absolute; top: 12px; right: 20px; color: #666; line-height: 1; text-indent: -1px;
    display: block; width: 32px; height: 32px; border-radius: 50%; margin: 0px; padding: 0; background-color: #e4e4e4; outline: none; border: 0; cursor: pointer; z-index: 1;
    -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    transform: translate3d(0, 0, 0);
}
.modal .btn-close:before { content: "\4d"; font-family:'ElegantIcons'; font-size: 24px; }
.modal .btn-close:hover { background-color: #66676b; color: #fff; -ms-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9); }
/*--*/
/*- onload modal -*/
.onloadpop-wrap { background: #fff; max-width: 500px; margin: 40px auto; }
.onloadpop-wrap .content { padding: 20px; }
.onloadpop-wrap .content ol,
.onloadpop-wrap .content ul { padding-left: 17px; }
.onloadpop-wrap .content .desc { margin-top: 15px; }
.onloadpop-wrap .content .desc:empty { margin-top: 0; }


@media (max-width: 991px) {    
    .combine_input_submit { background: none; box-shadow: none; }
    .combine_input_submit input { border-radius: 3px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); }
    .combine_input_submit [type='submit'],
    .combine_input_submit [type='button'] { margin-top: 15px; }
}
@media (max-width: 767px) {
    .margin_sm_40_10 { margin-top: 40px; margin-bottom: 10px; }
    /*--*/
    .search-wrap { padding: 15px 15px; }
    /*--*/
    .modal_header h3 { font-size: 18px; }
}
      


/*=====================================================================*/
/* HEADER */
/*=====================================================================*/
.layer,
.cartsummary_layer {
    position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden;
    width: 100%; height: 100%; z-index: 1; background-color: rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.1s ease; transition: all 0.1s ease;
}
.cartsummary_layer { z-index: 10; }
.layer-is-visible { opacity: 1; visibility: visible; }
header {
    position: absolute; left: 0; top: 0; width: 100%; padding: 10px 0; z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
a.logo { display: inline-block; }
a.logo img { -webkit-backface-visibility: hidden; backface-visibility: hidden; max-width: 150px; max-height: 65px; }
/*--*/
header.header_in { position:relative; background-color:#fff; border-bottom:1px solid #ebebeb; }
header.header_in.is_sticky { position: fixed; }
/*--*/
header.element_to_stick { position: fixed; }
header.element_to_stick .logo_sticky { display: none; }
header.element_to_stick.sticky {
    background-color: #fff; border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
header.element_to_stick.sticky .logo_normal { display: none; }
header.element_to_stick.sticky .logo_sticky { display: inline-block; }
/*--*/
header a.open_close { display: none; font-size: 32px; color: #fff; line-height: 1; cursor: pointer; }
header a.open_close:hover { opacity: 0.8; }
header a.open_close span { display: none; }
.header_menu { display: none; }
/*--*/
.navi ul { margin: 0; padding: 0; }
.navi ul li { position: relative; }
.navi ul a { position: relative; display: block; font-weight: 700; }
.navi ul a i[class*="icon"] { font-size: 25px; vertical-align: middle; }
.navi.right,
.icon_navi { display: inline-block; vertical-align: middle; text-align: left; }
/*--*/
.navi ul ul {
    position: absolute; top: 100%; 
    min-width: 165px; /*border-top: 2px solid #f55d6f;*/
    visibility: hidden; opacity: 0; z-index: 1; display: none;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    /*transform: scale(0.4);
    transform-origin: 10% top;*/
    -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
/*.navi ul ul:before {
    content: " "; height: 0; width: 0; margin-left: -7px;
    position: absolute; bottom: 100%; left: 12%; 
    border: solid transparent; border-width: 7px; border-bottom-color: #f55d6f;
}*/
.navi ul li:hover > ul {
    visibility: visible; opacity: 1; display: block;
    -webkit-transform: scale(1); transform: scale(1);
    -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s; transition-duration: 0s, 0.2s, 0.2s;
}
.navi ul ul li { display: block; border-bottom: 1px solid transparent; }
.navi ul ul li:last-child { border-bottom: none; }
.navi ul ul li a {
    /*font-size: 13px; letter-spacing: 0.05em; */ color: #333; word-break: break-word;
    background: #fff; padding: 0.65em 1.2em; 
    -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
.navi ul ul li a .badge.round { float: right; }
.navi ul ul li:hover > a,
.navi ul ul li a:hover,
.navi ul ul li.active > a { padding-left: 18px; background-color: #f3f3f3; color: #f55d6f; }
/*--*/
.navi ul ul ul { border-top: 0; min-width: 165px; left: 100%; top: 0; }
.navi ul ul ul:before { content: none; }
/*--*/
.navi > ul > li { display: inline-block; margin: 0 1.2em; }
.navi > ul > li:last-child { margin-right: 0; }
.navi > ul > li > a { color: #fff; padding: 0.5em 0; }
.navi > ul > li:hover > a,
.navi > ul > li.active > a { color: #f55d6f; }
/*--*/
.navi li.submenu > a:after { content: "\33"; font-family: 'ElegantIcons'; font-size: 16px; vertical-align: middle; }
/*--*/
.navi li.third-level > a:after {
    content: "\35"; font-family: 'ElegantIcons'; font-size: 16px;
    position: absolute; right: 12px; top: 50%;
    -ms-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
}
/*--*/
.navi.right + .icon_navi { margin-left: 1.2em; }
.icon_navi { margin: 0; padding:0; list-style: none; font-size: 13px; line-height: 0; }
.icon_navi li { line-height: 1; margin-right: 15px; display: inline-block; vertical-align: middle; }
.icon_navi li:last-child { margin-right: 0; }
.icon_navi li a { position: relative; display: block; font-size: 0; color: #fff; }
.icon_navi li a:hover { color: #fff; opacity: 0.7; }
.icon_navi li a:before { /*font-family: 'Glyphter';*/ font-family: 'ElegantIcons'; font-size: 25px; line-height: 1; display: block; }
.icon_navi li a.wishlist_bt_top:before { /*content: '\0043';*/ content: '\e030'; }
.icon_navi li a.login:before { /*content: '\0042';*/ content: '\0068'; }
.icon_navi li a.cart_bt:before { /*content: '\0041';*/ content: '\0068'; }
.icon_navi li a.cart_bt strong {
    font-size: 10px; font-weight: 700; color: #fff; text-align: center; line-height: 1.7;
    display: block; border-radius: 50%; width: 1.8em; height: 1.8em;
    background-color: #f55d6f; position: absolute; bottom: 0; right: -4px;
}
/*--*/
header.header_in a,
header.header_in .navi > ul > li > a { color: #333; }
header.header_in a:hover,
header.header_in .navi > ul > li:hover > a,
header.header_in .navi > ul > li.active > a { color: #f55d6f; }
header.header_in a:hover { opacity: 1; }

header.black_nav a,
header.black_nav .navi > ul > li > a { color: #333; }
header.black_nav a:hover,
header.black_nav .navi > ul > li:hover > a,
header.black_nav .navi > ul > li..active > a { color: #f55d6f; }
header.black_nav a:hover { opacity: 1; }

header.sticky a,
header.sticky .navi > ul > li > a { color: #333; }
header.sticky a:hover,
header.sticky .navi > ul > li:hover > a,
header.sticky .navi > ul > li.active > a { color: #f55d6f; }
header.sticky a:hover { opacity: 1; }
/*===========================*/
/*====== sign In Modal ======*/
.pop-sign_forgot {
    background: #fff; max-width: 400px; position: relative;
    padding: 30px; padding-top: 0; margin: 40px auto;
}
.divider { text-align: center; height: 1px; margin: 30px 0 30px 0; background-color: #ededed; }
.divider span {
    position: relative; top: -20px; font-style: italic;
    background-color: #fff; display: inline-block; padding: 10px;
}
/*--*/
.pop-sign_forgot .modal_header { width: calc(100% + 60px); background-color: #f6f6f6; box-shadow: none; left: -30px; }
.pop-sign_forgot .modal_header h3 { text-transform: uppercase; }
/*--*/
.pop-sign_forgot .form-group input.form-control { padding-left: 40px; }
.pop-sign_forgot .form-group > i {
    font-size: 18px; color: #ccc;
    position: absolute; left: 12px; top: 9px;
}
.pop-sign_forgot .form-group > i.icon_lock_alt { top: 12px; }
/*--*/
.pop-sign_forgot .checkboxes label,
.forgotbtn a { font-size: 13px; color: #777; }
.forgotbtn a:hover { text-decoration: underline; }


@media only screen and (min-width: 992px) {
    .navi > ul > li:first-child { margin-left: 0; }
    .navi li.third-level > a { padding-right: 2em; }
}
@media only screen and (max-width: 991px) {
    /*header { padding: 8px 15px; }*/
    header a.open_close { display: inline-block; }
    /*--*/
    .header_menu { display: block; padding: 5px 0; text-align: right; }
    .header_menu a.open_close { padding: 10px; color: #333; }
    /*--*/
    .no-js .mobile-navi { display: none; }
    .mobile-navi {
        width: 55%; height: 100%; background-color: #fff; overflow-y: auto; z-index: 999;
        position: fixed; top: 0; left: 0; bottom: 0;
        -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translateX(-100%);
        -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
                transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    }
    .mobile-navi.show { -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
    /*--*/
    .mobile-navi a.show-submenu.open { background-color: #ebebeb; color: #f55d6f; }
    .mobile-navi a.show-submenu:after {
        font-size: 1.5em; line-height: 1;
        display: inline-block; float: right;
        -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
    }
    .mobile-navi a.show-submenu.open:after { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    .mobile-navi ul li { display: block; border-bottom: 1px solid #ebebeb; }
    .mobile-navi ul li a { padding: 1em; color: #333; cursor: pointer; }
    .mobile-navi ul li a:hover { background-color: #f3f3f3; color: #f55d6f; }
    /*--*/
    .mobile-navi ul ul li { border-bottom: 1px dotted #ebebeb; }
    /*--*/
    .mobile-navi a.show-submenu + ul { display: none; visibility: hidden; }
    .mobile-navi a.show-submenu + ul.show_normal { display: block; visibility: visible; opacity: 1; }
    .mobile-navi ul li:hover > ul,
    .mobile-navi li.submenu > ul { 
        position: static; box-shadow: none; visibility: hidden; opacity: 0; display: none;
        -ms-transform: none; -webkit-transform: none; transform: none;
    }
    .mobile-navi li.submenu > ul { border-left: 1px solid #ebebeb; margin: 0 0 10px 25px; }
    /*--*/
    .mobile-navi li.third-level > a { background: #f3f3f3; }
    .mobile-navi li.third-level > a:after { content: none; }
    .mobile-navi li.submenu ul ul { 
        margin: 0 0 0 15px;
        position: static; box-shadow: none; visibility: visible; opacity: 1; display: block;
        -ms-transform: none; -webkit-transform: none; transform: none;
    }
    .mobile-navi li.submenu ul ul a { font-weight: 400; } 
    /*--*/
    .icon_navi li { margin-right: 10px; }
}
@media only screen and (max-width: 767px) {
    .navi.right > ul > li { margin: 0; margin-top: 3px; }
    .navi.right .nogut_icon { font-size: 0; }
    .navi.right + .icon_navi { margin-left: 5px; }
    a.logo img { max-width: 100px; max-height: 50px; }
}
@media only screen and (max-width: 480px) {
    .mobile-navi { width: 85%; }
}



/*=====================================================================*/
/* FOOTER */
/*=====================================================================*/
.footercon { background-color: #fff; padding: 65px 0 0 0; position: relative; }
footer { background-color: #fff; font-size: 13px; letter-spacing: 0.05em; }
/*============================*/
/*====== images gallery ======*/
.pic-gallery { margin-bottom: 20px; }
.pic-gallery > div > a { 
    display: block; width: 100%; height: 100px; border-radius: 3px; position: relative; overflow: hidden; cursor: pointer;
    background-color: #ccc; background-repeat: no-repeat; background-size: cover; background-position: center;
}
.pic-gallery > div > a:hover { -webkit-transform: scale(1.03); transform: scale(1.03); }
.pic-gallery > div.photo-more > a:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.pic-gallery > div.photo-more > a > span { 
    position: absolute; top: 50%; left: 50%;
    font-size: 1.5em; color: #fff;
    -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
/*=================*/
/*====== ... ======*/
ul.contacts_info { 
    margin: 0 0 20px 0; padding: 0; list-style: none; 
    font-style: italic; color: #777; 
}
ul.contacts_info li { position: relative; margin-bottom: 10px; padding-left: 3em; }
ul.contacts_info li a { color: #777; }
/*ul.contacts_info li a:hover { text-decoration: underline; }*/
ul.contacts_info li b { color: #333; }
ul.contacts_info li i {
    font-size: 2em; color: #444;
    position: absolute; top: 5px; left: 0;
}
ul.contacts_info li.mail i { top: 0; }
/*=================*/
/*====== ... ======*/
.follow_us ul { margin: 0 0 20px 0; padding: 0; list-style: none; }
.follow_us ul li { display: inline-block; /*margin: 0 0 0 10px;*/ }
.follow_us ul li:first-child { margin-left: 0; }
.follow_us ul li a { display: block; }
.follow_us ul li a:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); }
.follow_us ul li a i {
    font-size: 1.5em; color: #888; text-align: center; line-height: 2.2;
    display: inline-block; width: 2.2em; height: 2.2em;
    border: 2px solid #ccc; border-radius: 50%; 
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
/*=================*/
/*====== ... ======*/
ul.additional_links { margin: 0; padding: 0; }
ul.additional_links li { display: inline-block; margin-right: 15px; vertical-align: middle; }
ul.additional_links li:after { 
    content: "|"; font-weight: 300; letter-spacing: 0; 
    position: relative; left: 10px; opacity: 0.5; 
}
ul.additional_links li:last-child { margin-right: 0; }
ul.additional_links li:last-child:after { content: ""; }
ul.additional_links li a { color: #333; display: inline-block; }
ul.additional_links li a:after {
    content: "\24"; font-family: 'ElegantIcons'; letter-spacing: 0; 
    position: relative; top: 2px;
    display: inline-block; margin-left: -1em; opacity: 0;
    -webkit-transform: translateX(-1em); 
        -ms-transform: translateX(-1em); 
            transform: translateX(-1em);
    -webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}
ul.additional_links li a:hover { 
    -webkit-transform: translateX(-0.62em); 
        -ms-transform: translateX(-0.62em); 
            transform: translateX(-0.62em); 
}
ul.additional_links li a:hover::after { 
    opacity: 1; 
    -webkit-transform: translateX(1.38em); 
        -ms-transform: translateX(1.38em); 
            transform: translateX(1.38em);
}
/*--*/
.powerby,
.powerby a { color: #999; }
/*===============================*/
/*====== Scroll top button ======*/
#toTop {
    position: fixed; right: 0; bottom: 20px; margin: 0 20px 0 0; 
    background-color: rgba(0, 0, 0, 0.6); border-radius: 50%; width: 2em; height: 2em; 
    font-size: 1.5rem; color: #fff; text-align: center; line-height: 2;
    z-index: 1; cursor: pointer; opacity: 0; visibility: hidden;
    -webkit-transition: all 0.3s; transition: all 0.3s;
    -webkit-transform: scale(0.7); transform: scale(0.7);
}
#toTop:after { content: "\32"; font-family: 'ElegantIcons'; }
#toTop:hover { background-color: #f55d6f; }
#toTop.visible {
    opacity: 1; visibility: visible;
    -webkit-transform: scale(1); transform: scale(1);
}
/*====================*/
/*====== review ======*/
.review-wrap { background-color: #f3f3f3; padding: 25px 0px; margin-top: 50px; }
.review-wrap + .footercon .wave-wrap.gray,
.review-wrap + .footercon .wave-wrap.gray .wave_layer1,
.review-wrap + .footercon .wave-wrap.gray .wave_layer2 { background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1600px' height='65px' viewBox='0 0 1600 65' enable-background='new 0 0 1600 65' xml:space='preserve'%3e%3cpath fill='%23F3F3F3' d='M1600,34.766c-301.576,0-432.388-35.07-821.333-34.764C390.789,0.002,280.243,34.766,0,34.766V65h1600 C1600,65,1600,64.416,1600,34.766z'/%3e%3c/svg%3e"); }



@media (max-width: 991px) {
    .fnbcon .footercon { padding-bottom: 50px; }
    .fnbcon #toTop { bottom: 70px; }
    /*--*/
    .powerby { margin-top: 15px; }
}
@media (max-width: 767px) {
    .footercon { padding: 30px 0 0 0; }
    footer { font-size: 12px; }
    footer .contacts ul { margin-top: 15px; }
}



/*=====================================================================*/
/* LOCATION */
/*=====================================================================*/
.pac-container { font-size: 12px; margin-top: 5px; }
.pac-container:empty { display: none !important; }
.pac-item {
    border-top: 1px solid #e6e6e6; padding: 3px 5px; cursor: pointer; outline: 0;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #777;
}
.pac-item:first-child { border-top: none; }
.pac-item:hover { color: #f55d70; }
/*--*/
.locatemap-wrap { position: relative; z-index: 2; }
.locatemap-wrap small { font-size: 11px; }
.locatemap-wrap hr { margin: 2.25rem auto; }
/*--*/
.locatemap-wrap .contentleft { padding-left: 15px; padding-right: 15px;  }
.locatemap-wrap .contentleft .title { 
    margin: 0 -15px 0 -15px; padding: 20px 15px; border-bottom: 1px solid #e1e1e1;
    /*background: #ddd;*/ background: #9e6565; color: #fff; text-transform: uppercase; 
}
.locatemap-wrap .contentleft .search-wrap { margin: 0 -15px 0 -15px; padding: 20px 15px; }
/*--*/
.locateaddress_detail { padding: 30px 0 50px; }
.locateaddress_detail label small { display: block; }
.locateaddress_detail .form-control[readonly] { margin-bottom: -10px; padding: 0.2rem 0.75rem; height: 30px; }
.locateaddress_detail .alert-danger { padding: 0.4em 0.5em; text-align: center; }
.locateaddress_detail .alert-danger:empty { display: none !important; }
/*--*/
.locatemap-wrap .contentright { padding: 0px; }
/*=================*/
/*====== ... ======*/
.guestcheckout-wrap .contentleft .title { background: #fbfbfb; color: #f55d70; }


@media (min-width: 992px) {
    .locatemap-wrap { margin-bottom: -65px; }
    .locatemap-wrap .contentleft { position: relative; z-index: 1; width: 400px; max-height: calc(100vh - 71px); overflow-y: auto; }
    /*--*/
    .locatemap-wrap .contentright { flex: 0 0 calc(100% - 400px); width: calc(100% - 400px); }
    #map { width: 100%; height: calc(100vh - 71px); }
}
@media (max-width: 991px) {    
    .locatemap-wrap .contentleft { width: 100%; }
    .mobile_movetop_content { position: absolute; top: 0; left: 0; width: 100%; z-index: 2; }
    .locatemap-wrap .contentleft .title { margin: 0; }
    .locatemap-wrap .contentleft .search-wrap { margin: 0; }
    /*--*/
    .locateaddress_detail { padding: 30px 0 10px; }
    /*--*/
    .locatemap-wrap .contentright { width: 100%; margin-top: 189px; }
    #map { width: 100%; height: 400px; }
}
@media (max-width: 767px) { 
    .locatemap-wrap .contentleft .title { font-size: 20px; padding: 15px 15px; }
    /*--*/
    .locatemap-wrap .contentright { margin-top: 179px; }
}



/*=====================================================================*/
/* HOME */
/*=====================================================================*/
.fnbtop-wrap { 
    background-repeat: no-repeat; background-position: center; background-size: cover;
    position: relative; color: #fff;
    overflow: hidden;
    border-bottom-left-radius: 60% 5%;
    border-bottom-right-radius: 60% 5%;
}
.fnbtop-wrap .opacity-mask { padding: 120px 0 50px; }
.fnb-logo { margin: 0 auto; }
.fnb-logo img { -webkit-backface-visibility: hidden; backface-visibility: hidden; max-width: 250px; max-height: 100px; }
.fnb-name { font-size: 35px; font-weight: 800; line-height: 1.2; margin-top: 15px; }
/*=================================================*/
/*====== (Delivery / Pickup) Outlet ======*/
.toggle { display: table; table-layout: fixed; width: 100%; max-width: 455px; margin: 0 auto; /*border-spacing: 0;*/ }
.toggle input[type=radio] { display: none; }
.toggle input[type=radio] + label {
    display: table-cell; border: 2px solid #fff; padding: 1.07em 2.5em; position: relative; cursor: pointer; overflow: hidden;
    font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: 0.05em;
    transition: background 600ms ease, color 600ms ease;
}
.toggle input[type=radio] + label:after {
    content: ""; width: 100%; height: 100%; z-index: -1; background: #9e6565; /*background: #00a99d;*/ 
    position: absolute; top: 0;
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
}
.toggle input[type=radio]:not(:checked) + label:hover {  }
.toggle input[type=radio] + label i { 
    position: absolute; top: 50%; font-size: 2em; line-height: 0;
    -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%);   
}
.toggle input[type=radio].toggle-left + label { 
    text-align: right; border-radius: 80px 0 0 80px; border-right: 1px solid;
}
.toggle input[type=radio].toggle-right + label { 
    text-align: left; border-radius: 0 80px 80px 0; border-left: 1px solid;
}
.toggle input[type=radio].toggle-left + label i { left: 12px; }
.toggle input[type=radio].toggle-right + label i { right: 12px; }
.toggle input[type=radio].toggle-left + label:after { left: 100%; }
.toggle input[type=radio].toggle-right + label:after { left: -100%; }
.toggle input[type=radio]:checked + label { cursor: default; }
.toggle input[type=radio]:checked + label:after { left: 0; }
.toggle input[type=radio]:checked + label:only-of-type { border-radius: 80px; text-align: center; }
/*--*/
.toggle.multiple { max-width: 700px; }
.toggle.multiple input[type=radio] + label:after { 
    left: 0; 
    -webkit-transform: scale(0,1); transform: scale(0,1);
    -webkit-transform-origin: 100% 0; transform-origin: 100% 0;
    transition: -webkit-transform .3s cubic-bezier(.165,.84,.44,1) 0s, transform .3s cubic-bezier(.165,.84,.44,1) 0s;
}
.toggle.multiple input[type=radio].toggle-left + label:after,
.toggle.multiple input[type=radio].toggle-right + label:after { left: 0; }
.toggle.multiple input[type=radio]:checked + label:after {
    -webkit-transform: scale(1); transform: scale(1);
    -webkit-transform-origin: 0 0; transform-origin: 0 0;
    transition: -webkit-transform .45s cubic-bezier(.86,0,.07,1) 0s, transform .45s cubic-bezier(.86,0,.07,1) 0s;
}
.toggle.multiple input[type=radio] + label i { position: static; margin-left: 8px; vertical-align: middle; }
/*--*/
.choose_orderway p, 
.choose_outlet p { margin-bottom: 8px; }
.choose_orderway { margin-top: 30px; position: relative; z-index: 1; }
/*--*/
.choose_outlet { max-width: 455px; margin: 20px auto 0; }
.choose_outlet a#selected_outlet {
    display: block; background: #f7f8f9; border-radius: 80px; /*padding: 1.07em  50px 1.07em 2.5em;*/ position: relative;
    padding: 1em  50px 1em 2.5em; border: 2px solid white;
    font-weight: 700; color: #333; text-align: left; line-height: 1.3;
}
.choose_outlet a#selected_outlet:after {
    content: '\4c'; font-family: 'ElegantIcons'; font-size: 20px; color: #beaf88;
    position: absolute; right: 14px; top: 10px;
}
.choose_outlet a#selected_outlet:hover { background: grey; color: #fff; }
/*--*/
.outletpop-wrap { background: #f3f3f3; max-width: 1200px; margin: 40px auto; }
.outletpop-wrap .content { padding: 30px 20px 10px; }
/*--*/
.outlet_section { margin-bottom: 20px; }
.outlet_section ul { margin: 0; padding: 0; list-style: none; }
.outlet_section ul li { margin-bottom: 8px; }
.outlet_section ul li.name { margin-bottom: 15px; }
.outlet_section [type="radio"] { position: absolute; left: -9999px; }
.outlet_section label { 
    position: relative; display: inline-block; background: #fff; margin: 0; padding: 20px 20px 13px; border-radius: 5px; border: 1px solid transparent; box-shadow: 1px 2px 10px rgba(0,0,0,0.1); cursor: pointer; height: 100%;
}
.outlet_section label:hover { box-shadow: 2px 2px 10px rgba(0,0,0,0.2); }
.outlet_section label li:not(.name) { 
    font-size: 12px; font-weight: 400; font-style: italic; letter-spacing: 0.05em; line-height: 1.4;
    position: relative; padding-left: 20px;
}
.outlet_section label li:not(.name):before {
    font-family: 'ElegantIcons'; font-size: 1em; font-style: normal; letter-spacing: 0; vertical-align: middle; line-height: 1;
    position: absolute; left: 0; top: 2px;
}
.outlet_section label li.address:before { content: '\e01d'; }
.outlet_section label li.openhour:before { content: '\7d'; }
.outlet_section label li.deliveryhour:before { content: '\0074'; font-family: 'food'; }
.outlet_section [type="radio"]:checked + label { border: 2px solid #daa5a5; }
/*--*/
.available_orderway { margin-bottom: 5px; }
.available_orderway .badge { background: #bad6d2; margin: 5px 8px 0 0; padding: 0.3em 0.5em; border-radius: 0.2em; }
.available_orderway .badge.not { opacity: 0.3; text-decoration: line-through; }
/*===================================*/
/*====== Sticky Navi Menu List ======*/
.secondary_nav { width: 100%; /*padding: 16px 0;*/ position: relative; background-color: #fff; border-top: 0px solid #ebebeb; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05); }
.secondary_nav.is_stuck { position: fixed; left: 0; top: 0; width: 100%; z-index: 3; border-top: none; }
.secondary_nav .owl-stage { padding-bottom: 15px; padding-top: 15px; }
.secondary_nav ul { margin: 0; padding: 0; list-style: none; white-space: nowrap;}
.secondary_nav ul li { display: inline-block; margin-right: 8px; }
.secondary_nav ul li:last-child { margin-right: 0; }
.secondary_nav ul li a { 
    font-size: 13px; font-weight: 700; color: #333; 
    border-radius: 50px; /*background-color: rgba(0, 0, 0, 0.05);*/ padding: 5px 15px; 
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.secondary_nav ul li a.active { font-weight: 700; color: #f55d6f; background-color: #f3f3f3; box-shadow: none; }
.secondary_nav ul li a:hover { color: #f55d6f; background-color: #f3f3f3; }
.secondary_nav ul li a i { margin-right: 8px; vertical-align: middle; }

/*.secondary_nav .owl-carousel { max-width: 65.666667%; padding-right: 15px; }*/
/*.secondary_nav .owl-carousel .owl-stage-outer { margin: 0 20px; }*/
.secondary_nav .owl-carousel { padding: 0 15px; }
.secondary_nav .owl-carousel .owl-item { float: none; display: inline-block; }
.secondary_nav .owl-carousel .owl-nav .owl-prev, 
.secondary_nav .owl-carousel .owl-nav .owl-next { 
    position: absolute; top: 40%; background: none; 
    font-size: 28px; color: #beaf88; line-height: 1;
    -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%);
}
.secondary_nav .owl-carousel .owl-nav .owl-prev:not(.disabled):hover, 
.secondary_nav .owl-carousel .owl-nav .owl-next:not(.disabled):hover { color: #333; }
.secondary_nav .owl-carousel .owl-nav .disabled { opacity: 0.3; cursor: auto; }
.secondary_nav .owl-carousel .owl-nav .owl-prev { left: 0; }
.secondary_nav .owl-carousel .owl-nav .owl-next { right: 0; }
/*--*/
.menu_search-wrap .search_bar_list input[type='text'] {
    font-size: 12px; padding-left: 1em; height: 35px;
    box-shadow: none; border: 1px solid #d2d8dd; border-radius: 80px;
}
.menu_search-wrap .search_bar_list input[type='text']:focus { border-color: #777777; }
.menu_search-wrap .search_bar_list button { font-size: 16px; height: 33px; top: 1px; right: 3px; border-radius: 80px; }
/*============================*/
/*====== Promo Carousel ======*/
.promobanner { margin-bottom: 50px; }
.promobanner .owl-stage { padding-bottom: 15px; padding-top: 15px; margin-top: -15px; }
.promobanner.owl-theme .owl-nav .owl-prev,
.promobanner.owl-theme .owl-nav .owl-next { margin-top: -20px; }
.promobanner .item { 
    position: relative; display: block; min-width: 250px; max-width: 250px; font-size: 13px; 
    border-radius: 5px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); overflow: hidden; 
}
.promobanner .item img { 
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; 
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.promobanner .item:hover img { -webkit-transform: scale(1.03); transform: scale(1.03); }
.promobanner .btn-info { position: absolute; top: 10px; right: 10px; background: none; border:none; font-size: 10px; }
.promobanner .btn-info:before { 
    content: '\72'; font-family: 'ElegantIcons'; font-size: 1.3em; text-align: center; line-height: 1.4; /*text-indent: 1px;*/
    border-radius: 50%; width: 1.3em; height: 1.3em; display: inline-block; background: #333; 
}
/*--*/
/*.promobanner .title { font-size: 18px; font-weight: 800; text-transform: uppercase; line-height: 1.3; }
.promobanner .btn-more {
    position: absolute; top: 10px; right: 10px; padding-left: 2em;
    font-size: 10px; text-transform: uppercase; line-height: 1.2; letter-spacing: 0.1em;
}
.promobanner .btn-more:before { 
    content: '\50'; font-family: 'ElegantIcons'; font-size: 1.3em;
    position: absolute; left: 0; top: 50%;
    -ms-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
}
.promobanner .promo_option2,
.promobanner .promo_option3 { min-width: 250px; max-width: 250px; }

.promobanner .promo_option2 { color: #fff; background-repeat: no-repeat; background-position: center; background-size: cover; }
.promobanner .promo_option2 > div { padding: 20px; }
.promobanner .promo_option2 .title { margin-bottom: 5px; padding-right: 60px; }
.promobanner .promo_option2 .btn-more { color: #fff; }

.promobanner .promo_option3 { background: #fff; color: #333; }
.promobanner .promo_option3 .title { color: #296f6b; padding: 20px; padding-left: 2.8em; padding-right: 80px; position: relative; background: #e1e1e1; }
.promobanner .promo_option3 .title:before { 
    content: '\e008'; font-family:'ElegantIcons'; font-size: 1em; font-weight: 400; color: #333;
    position: absolute; left: 20px; top: 50%;
    -ms-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); transform: translate(0,-50%); 
}
.promobanner .promo_option3 .desc { padding: 20px; }
.promobanner .promo_option3 .btn-more { color: #333; }*/
/*--*/
.promopop-wrap { background: #fff; max-width: 500px; margin: 40px auto; }
.promopop-wrap .content { padding: 20px; }
.promopop-wrap .content ol,
.promopop-wrap .content ul { padding-left: 17px; }
.promopop-wrap .content .desc { margin-top: 15px; }
.promopop-wrap .content .desc:empty { margin-top: 0; }
.promopop-wrap .content img + .title { margin-top: 10px; }
/*=================*/
/*====== ... ======*/
.fnbcontent-wrap { padding-top: 60px; padding-bottom: 30px; }

.list_menu .menu_section { padding-top: 35px; }
.list_menu .menu_section:first-child { padding-top: 0; }
.menu_section .row > .col { margin-bottom: 24px; }
.menu_section .title { font-size: 13px; margin-bottom: 18px; }
.menu_section .title h4 {
    font-size: 25px; letter-spacing: 0;
    display: inline-block; margin: 0; padding-right: 0.7em; position: relative;
}
.menu_section .title h4:after {
    content: ''; width: 0.2em; height: 0.2em; background: #f55d6f;
    position: absolute; bottom: 5px; right: 0;
}
/*=======================*/
/*====== Menu List ======*/
.pointearn { font-size: 12px; color: #333; }
.pointearn i[class*=icon] { font-size: 1.5em; vertical-align: middle; margin-right: 5px; }
/*--*/
.menu_item {
    display: inline-block; width: 100%; height:100%; padding: 20px 20px; position: relative; background-color: #fff; border-radius: 5px; font-size: 14px; color: #333;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
}
.menu_item .newlabel {
    display: inline-block; padding: 0.5em 0.8em; background: #f55d70; position: absolute; top: -10px;
    font-size: 10px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; line-height: 1;
}
.menu_item .img {
    float: right; width: 120px; height: 120px; margin-left: 30px; border: 1px solid #ebebeb; border-radius: 5px;
    background-repeat: no-repeat; background-position: center; background-size: cover;
}
.menu_item .name { font-weight: 700; line-height: 1.3; }
.menu_item .desc { 
    font-size: 12px; color: #777; margin-top: 3px; 
    hyphens: auto; display: -webkit-box; overflow: hidden;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;
}
.menu_item .desc:empty { display: none; }
.menu_item .price { font-weight: 700; color: #5e6e34; margin-top: 1.2em; }
.menu_item .price span.ori:after {
    content: "\4c"; font-family: 'ElegantIcons'; font-size: 1em; color: #fff; text-align: center; letter-spacing: 0; text-indent: -1px; vertical-align: middle; line-height: 1.5;
    background: #333; display: inline-block; border-radius: 50%; margin-left: 10px; width: 1.5em; height: 1.5em;
}
.menu_item .price span.del { display: block; font-size: 13px; font-weight: 400; color: #777; text-decoration: line-through; }
.menu_item .cta_btn i { font-weight: 700; }
.menu_item:hover { box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.08); }
.menu_item:hover .name { color: #f55d6f; }
/*.menu_item:hover .cta_btn { background: #f55d6f; }*/
/*--*/
.menu_item.pointearn-wrap { padding-bottom: 45px; }
.menu_item .pointearn { 
    /*margin-top: 1em; margin-bottom: -8px; float: right; clear: both;*/
    position: absolute; bottom: 18px; right: 20px; 
}
/*========================*/
/*====== Menu popup ======*/
.menupop-wrap { background: #fff; max-width: 540px; margin: 40px auto; }
.menupop_section + .menupop_section { margin-top: 25px; padding-top: 25px; border-top: 1px solid #d8d8d8; }
.menupop_section:last-child { border: none; padding-top: 15px; }
.menupop-wrap .content { padding: 28px; }
.menupop-wrap ul { padding: 0; margin: 0; list-style: none; }
.menupop-wrap li { margin-bottom: 5px; }
.menupop-wrap h6 { font-size: 15px; }
/*--*/
.menupop-wrap .name { font-size: 20px; font-weight: 700; line-height: 1.2; margin-top: 0.8em; }
.menupop-wrap .img { border: 1px solid #ebebeb; position: relative; text-align: center; }
.menupop-wrap img { max-width: 100%; }
/*--*/
.menuimg_gallery { margin-bottom: 30px; }
.menuimg_gallery .owl-height { transition: height 0.3s ease-out; }
.menuimg_gallery .owl-dots { position: absolute; width: 100%; margin-top: 10px; }
.menuimg_gallery .owl-dots .owl-dot span { width: 14px !important; height: 14px !important; margin: 0 4px; }
.menuimg_gallery .owl-dots .owl-dot span::before { width: 6px; height: 6px; margin-top: -3px; margin-left: -3px; }
.menuimg_gallery .owl-dots .owl-dot span,
.menuimg_gallery .owl-dots .owl-dot.active span, 
.menuimg_gallery .owl-dots .owl-dot:hover span { border-width: 1px; }
/*--*/
.menupop-wrap .img + .ribbon { margin-top: 20px; }
.menupop-wrap .ribbon { font-size: 1em; position: relative; bottom: inherit; right: inherit; }

.menupop-wrap .desc { color: #454545; margin-top: 0.5em; }
.menupop-wrap .price { font-size: 20px; font-weight: 700; color: #5e6e34; line-height: 1.3; margin-top: 0.8em; }
.menupop-wrap .price span.del { display: block; font-size: 0.8em; font-weight: 400; color: #777; text-decoration: line-through; }
/*--*/
.menupop-wrap ul.mainpick { font-size: 15px; font-weight: 700; }
.menupop-wrap li.select_optional { font-size: 14px; font-weight: 400; margin-bottom: 22px; margin-top: -5px; }
.menupop-wrap li.select_optional:last-child { margin-bottom: 0; }
.menupop-wrap li.select_optional small.title { font-size: 12px; display: block; margin-bottom: 10px; }
.menupop-wrap li.select_optional label:not(:last-child) { margin-bottom: 3px; /*padding-bottom: 3px; border-bottom: 1px dotted #dedede;*/ }
.menupop-wrap li.select_optional label span.left { overflow: hidden; }
.menupop-wrap li.select_optional label span.right { float: right; padding-left: 10px; }
/*--*/
.menupop-wrap textarea { border: 2px solid #d2d8dd; }
.numbers-row { position: relative; margin-bottom: 5px; }
.numbers-row input {
    padding: 0.375rem 1.75rem; border: 2px solid #d2d8dd;
    font-weight: 700; text-align: center;
}
.numbers-row input:focus { outline: none; box-shadow: none; }
.numbers-row .button_inc {
    position: absolute; top: 0; width: 33px; height: 40px; cursor: pointer; z-index: 2;
    font-size: 2em; font-weight: 400; text-align: center; line-height: 38px;
}
.numbers-row .button_inc:hover { color: #f55d6f; }
.numbers-row .dec { left: 0; }
.numbers-row .inc { right: 0; }
/*--*/
.menupop_footer { box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08); padding: 20px 28px; }
.menupop_footer .btn_1 { font-size: 14px; text-transform: none; letter-spacing: 0.025em; padding: 10px 25px; border-radius: 5px; }
.menupop_footer .loader { right: 25px; }
/*===========================*/
/*====== Order Summary ======*/
.box_order { background-color: #fff; }
.box_order ul { list-style: none; padding: 0; }
.box_order ul li { display: block; }
/*--*/
.box_order .head {
    padding: 17px 25px 12px 25px; background-color: #454545; border-radius: 5px 5px 0 0;
    color: #fff; text-align: center;
}
.box_order .head h5 { font-size: 18px; text-transform: uppercase; margin: 0; }
.box_order.mobile_fixed a.close_panel_mobile {
    position: absolute; right: 15px; top: 5px; display: none;
    font-size: 26px; color: #fff;
}
.box_order .content { padding: 25px; }
/*--*/
.order_section + .order_section { margin-top: 20px; padding-top: 20px; border-top: 1px solid #d8d8d8; }
.order_section h6 { font-size: 14px; }
.order_section p { margin-bottom: 0; }
.order_section ul.add_desc { font-size: 12px; color: #777; }
.order_section table { width: 100%; }
.order_section table td { padding: 1px 5px; vertical-align: top; }
.order_section table td:first-child { padding-left: 0; width: 80%; }
.order_section table td:last-child { padding-right: 0; width: 20%; }

.fnbcontent-wrap .order_section ul.add_desc { margin-top: 8px; }
/*--*/
.editable { position: relative; padding-right: 40px; }
.editable .btn-edit { position: absolute; right: 0; bottom: 0; }
/*--*/
.dropdown { 
    background: #f7f8f9; border-radius: 80px; margin-bottom: 5px; 
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.dropdown:hover { background: #efefef; }
.dropdown a {
    display: block; padding: 15px 50px 12px 15px; position: relative;
    color: #333; line-height: 1.3;
}
.dropdown a:after {
    font-size: 18px; position: absolute; right: 14px; top: 12px;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.dropdown.time a:after { content: '\0057'; font-family: 'food'; font-weight: 700; }
.dropdown.day a:after { content: "\e023"; font-family: "ElegantIcons"; }
.dropdown.show a:after { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); }

.dropdown .dropdown-menu { width: 100%; background: #f8f8f8; border: 1px dotted #d7d7d7; border-radius: 10px; margin-top: 5px; padding: 15px; }

.dropdown.day .dropdown-menu { max-height: 200px; overflow-y: auto; }
.dropdown.time .dropdown-menu { max-height: 200px; overflow-y: auto; }
/*--*/
.radio_select input[type="radio"] { position: absolute; width: 0; opacity: 0; visibility: hidden; }
.radio_select label { display: inline-block; width: 100%; padding: 8px; border: 1px dotted #d7d7d7; background-color: #fff; cursor: pointer; }
.radio_select label em { display: block; font-size: 11px; font-weight: 400; font-style: normal; color: #777; }
.radio_select label:hover { background-color: #f9fafb; }
.radio_select input[type="radio"]:focus + label,
.radio_select input[type="radio"]:checked + label { border: 1px solid transparent; background-color: #f55d6f; color: #fff; }
.radio_select input[type="radio"]:focus + label em,
.radio_select input[type="radio"]:checked + label em { color: #fff; }

ul.radio_select { margin: 0; text-align: center; }
ul.radio_select.chose_day { display: table; table-layout: fixed; width: 100%; padding: 0; }
ul.radio_select.chose_day li { display: table-cell; width: 33.333%; }
ul.radio_select.chose_day label { margin-bottom: 0; }
/*--*/
.prepare_msg { background: #f5f1ea; padding: 10px 15px; }
.prepare_msg i { 
    width: 1.5em; height: 1.5em; display: inline-block; background: #ffcb00; border-radius: 50%; float: left; margin-right: 10px; margin-top: 5px;
    font-size: 1.5em; text-align: center;
}
.prepare_msg p { font-size: 12px; overflow: hidden; }
/*--*/
.cart_item + .cart_item { margin-top: 20px; }
.cart_item td.btn-edit-wrap { text-align: right; vertical-align: top; }
.cart_item .name { font-weight: 700; line-height: 1.3; }
.cart_item .addon { margin-top: 3px; }
.cart_item .remark { font-size: 12px; color: #777; font-style: italic; }
.cart_item .price { font-weight: 700; text-align: right; }
/*--*/
.quantity { padding: 2px 0; }
.quantity [type=button] {
    display: inline-block; background: none; width: 1.6em; height: 1.6em; border: 2px solid #d7d7d7; border-radius: 5px; padding: 0; outline: 0; cursor: pointer; 
    font-size: 16px; font-weight: 700; color: #333; text-align: center; letter-spacing: 0; line-height: 1.3; vertical-align: middle; 
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.quantity [type=button].delete { line-height: 1.5; }
.quantity [type=button] i { line-height: 0; }
.quantity [type=button]:hover { background: #f25f71; border-color: #fff; color: #fff; }
.quantity [type=button]:disabled { border-color: rgba(0,0,0,.09); color: #ccc; }

.quantity [type="number"] { -moz-appearance: textfield; }
.quantity [type="number"]::-webkit-inner-spin-button,
.quantity [type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; opacity: 0; visibility: hidden; }
.quantity input[type=number] { 
    max-width: 32px; display: inline-block; background-color: transparent; border: none;
    font-size: 12px; font-weight: 700; color: #333; text-align: center; letter-spacing: 0.05em; outline: 0;
}
/*--*/
table.cart_total td { vertical-align: top; line-height: 1.3; padding: 3px 5px; }
table.cart_total td:last-child { text-align: right; }
table.cart_total tr.tax { font-size: 11px; color: #777; }
table.cart_total tr.discount { font-size: 11px; color: #f57a5d; }
table.cart_total tr.total { font-size: 18px; font-weight: 700; line-height: 1; }
table.cart_total tr.total td { padding-top: 10px; }
table.cart_total tr.total small { font-size: 11px; font-weight: 400; color: #777; display: inline-block; }

table.cart_total tr.chg_courier .btn-edit { 
    font-size: 12px; font-weight: 700; color: #f55d70; line-height: 1.3;
    background: #f3f3f3; margin-top: 5px; padding: 0.5em 0.8em; border-radius: 5px;
}
table.cart_total tr.chg_courier .btn-edit i { vertical-align: middle; margin-right: 5px; }
/*--*/
.btn_reserve_fixed {
    position: fixed; left: 0; bottom: 0; width: 100%; padding: 10px; display: none; z-index: 2;
    background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn_order-wrap .btn_1,
.btn_reserve_fixed .btn_1 { font-size: 14px; padding: 10px 25px; border-radius: 5px; }
/*--*/
.carttotal_display { 
    position: absolute; top: 21px; left: 25px; 
    font-size: 12px; font-weight: bold; color: #fff;
}
.cartitem_display { position: absolute; top: 19px; right: 25px; font-size: 13px; color: #fff; }
.cartitem_display:before { content: '\e013'; font-family: 'ElegantIcons'; font-size: 18px; line-height: 1; display: block; }
.cartitem_display strong {
    font-size: 9px; font-weight: 700; color: #f55d6f; text-align: center; line-height: 1.7;
    display: block; border-radius: 50%; width: 1.8em; height: 1.8em;
    background-color: #fff; position: absolute; bottom: -4px; right: -8px;
}
/*=================*/
/*====== ... ======*/
.messagecon {
    position: fixed; top: 50%; left: 50%; z-index: 999999;
    background-color: #f55d6f; padding: 12px 12px 10px 40px; border-radius: 5px; display: none;
    font-weight: 700; line-height: 1; color: #fff;
    -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}
.messagecon:before {
    content: "\52"; font-family: "ElegantIcons"; font-size: 18px; line-height: 1;
    position: absolute; left: 10px; top: 9px;
}
#messageUpdated { background-color: #f5805d; }
#clearcartmessageUpdated { background-color: #454545; }
/*=================*/
/*====== ... ======*/
.chgcourier-wrap table td { vertical-align: middle; }
.chgcourier-wrap table tr:first-child td { border-top: none; }
.chgcourier-wrap .container_radio { font-size: 0; line-height: 1; letter-spacing: 0; margin-bottom: 20px; padding-left: 15px; }


@media only screen and (min-width: 992px) {
    .box_order { max-width: 345px; margin-left: auto; border-radius: 5px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05); }
    .btn_order-wrap { margin-top: 20px; }
}
@media (max-width: 991px) {
    .fnbcontent-wrap { padding-top: 30px; padding-bottom: 0px; }
    .outletpop-wrap .content { padding: 30px 10px 10px; }
    /*--*/
    .btn_order-wrap .btn_1 { font-size: 13px; }
    .btn_reserve_fixed .btn_1 { font-size: 13px; padding: 10px 90px; }
    .btn_reserve_fixed { display: block; }
    /*--*/
    .box_order.mobile_fixed {
        display: none; width: 100%; height: 80%; z-index: 10; 
        position: fixed; left: 0; bottom: 0; border-radius: 10px 10px 0 0; overflow: hidden;
    }
    .box_order.mobile_fixed .content { margin-bottom: 60px; padding-bottom: 120px; overflow-y: auto; height: 100%; }
    .box_order.mobile_fixed .head { position: relative; border-radius: 0; }
    .box_order.mobile_fixed .head a.close_panel_mobile { display: inline-block; }
    .box_order.mobile_fixed .btn_order-wrap {
        position: fixed !important; left: 0; bottom: 0; width: 100%; padding: 10px; 
        background-color: #fff; border-top: 1px solid #ededed;
        z-index: 1; /*margin-top: 15px;*/
    }
    /*--*/
    .promobanner { margin-bottom: 25px; }
    .promobanner.owl-theme .owl-nav .owl-prev { left: -10px; }
    .promobanner.owl-theme .owl-nav .owl-next { right: -10px; }
    .promobanner.owl-theme .owl-nav .owl-prev,
    .promobanner.owl-theme .owl-nav .owl-next { width: 35px; height: 35px; }
    .promobanner.owl-theme .owl-nav .owl-prev i,
    .promobanner.owl-theme .owl-nav .owl-next i { line-height: 38px; } 
}
@media (max-width: 767px) {
    .fnbtop-wrap .opacity-mask { padding: 100px 0 35px; }
    .fnb-logo img { max-width: 180px; max-height: 80px; }
    .fnb-name { font-size: 30px; }
    /*--*/
    .toggle input[type=radio] + label { font-size: 13px; padding: 1.07em 1em; }
    .choose_orderway { padding: 0 20px; margin-top: 25px; }
    .choose_outlet { padding: 0 20px; margin-top: 15px; }
    .choose_outlet a#selected_outlet { /*padding: 1.07em 40px 1.07em 1.5em;*/ padding: 1em 40px 1em 1.5em; }
    .choose_outlet a#selected_outlet:after { top: 8px; }
    /*--*/
    /*.secondary_nav.is_stuck { padding: 8px 0; }*/
    .secondary_nav.is_stuck .owl-stage { padding-bottom: 10px; padding-top: 10px; }
    .secondary_nav ul { overflow: hidden; overflow-x: auto; white-space: nowrap; padding: 6px 0; }
    /*--*/
    .menu_search-wrap .search_bar_list { margin-bottom: 15px; }
    /*--*/
    .menu_section .title { margin-bottom: 15px; }
    .menu_section .title h4 { font-size: 22px; }
    .menu_item { padding: 15px 15px; border: 1px solid #ebebeb; }
    /*--*/
    .menuimg_gallery.owl-theme .owl-nav .owl-prev { left: -10px; }
    .menuimg_gallery.owl-theme .owl-nav .owl-next { right: -10px; }
    .menuimg_gallery.owl-theme .owl-nav .owl-prev,
    .menuimg_gallery.owl-theme .owl-nav .owl-next { width: 35px; height: 35px; }
    .menuimg_gallery.owl-theme .owl-nav .owl-prev i,
    .menuimg_gallery.owl-theme .owl-nav .owl-next i { line-height: 38px; }
    /*--*/
    .menupop_section + .menupop_section { margin-top: 20px; padding-top: 20px; }
    .menupop_section:last-child { padding-top: 10px; }
    .menupop-wrap .content { padding: 23px; }
    .menupop-wrap h6,
    .menupop-wrap ul.mainpick { font-size: 14px; }
    /*--*/
    .menupop-wrap .name,
    .menupop-wrap .price { font-size: 18px; }
    /*--*/
    .menupop-wrap li.select_optional label { font-size: 13px; }
    /*--*/
    .menupop_footer { padding: 15px 23px; }
    .menupop_footer .btn_1 { font-size: 13px; }
}



/*=====================================================================*/
/* CHECKOUT */
/*=====================================================================*/
/*=================*/
/*====== ... ======*/
.box_content + .box_content { margin-top: 35px; }
.box_content { background-color: #fff; box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.06); border-radius: 5px; overflow: hidden; }
.box_content ul { list-style: none; padding: 0; }
.box_content ul li { display: block; }
/*--*/
.box_content .head {
    padding: 17px 25px 15px 25px; background-color: #fff; border-radius: 5px 5px 0 0; border: 1px solid #d2d8dd;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.box_content .head h5 { font-size: 18px; margin: 0; }
.box_content .content { padding: 30px 25px; border: 1px solid #d2d8dd; border-radius: 5px; }
.box_content .head + .content,
.box_content .head + .collapse .content { border-top: none; border-radius: 0 0 5px 5px; }
/*--*/
.box_content.accordion_2 .head { padding: 0; border: none; }
.box_content.accordion_2 .head.card-header h5 a { padding: 17px 25px 15px 25px; }
/*=================*/
/*====== ... ======*/
.point_redeem_box i[class*=icon] { font-size: 1.3em; vertical-align: middle; }
/*=================*/
/*====== ... ======*/
.checkout-wrap table.cart_item { width: 100%; font-weight: 700; line-height: 1.3; }
.checkout-wrap table.cart_item .addon,
.checkout-wrap table.cart_item .remark { font-size: 12px; color: #777; font-weight: 400; line-height: 1.5; }
.checkout-wrap table.cart_item .img {
    width: 60px; height: 60px; display: inline-block; border: 1px solid #ebebeb; border-radius: 5px;
    background-repeat: no-repeat; background-position: center; background-size: cover;
}
.checkout-wrap table.cart_item td { vertical-align: top; }
/*--*/
.checkout-wrap .combine_input_submit { border: 1px solid #d2d8dd; box-shadow: none; }
.checkout-wrap .combine_input_submit.voucher_result{ padding: 10px 15px; }
.checkout-wrap .combine_input_submit.voucher_result .voucher_remove { margin-left: 10px; cursor: pointer; }
.checkout-wrap .combine_input_submit.voucher_result .voucher_remove .icon_close { vertical-align: middle; }
/*--*/
.checkout-wrap .box_content.accordion_2 .head.card-header h5 a { color: #333; border: 1px solid #d2d8dd; border-radius: 5px; }
.checkout-wrap .box_content.accordion_2 .head.card-header h5 a[aria-expanded="true"] { border-radius: 5px 5px 0 0; }
/*--*/
.payment_select ~ div { margin-top: 15px; }
.payment_select { background-color: #eeeeee; border-radius: 3px; position: relative; }
.payment_select label { margin-bottom: 0; padding: 15px 50px 10px 45px; z-index: 1; }
.payment_select .container_radio .checkmark { top: 15px; left: 15px; }
.payment_select i {
    font-size: 24px;
    position: absolute; top: 12px; right: 15px;
}
.payment_select.paypal { background: #eeeeee url(../images/icon-paypal.svg) center right no-repeat; }
.payment_select.onlinepay { background: #eeeeee url(../images/icon-online.svg) center right 15px no-repeat; background-size: 25px; }
/*=================*/
/*====== ... ======*/
.checkout-wrap .box_order { background: none; box-shadow: none; }
.checkout-wrap .box_order .head {
    padding: 0px 25px; background-color: transparent; border-radius: 0;
    color: #333;
}
.checkout-wrap .box_order .head h5 { text-transform: none; }
.checkout-wrap .box_order .head h5 i { font-weight: 400; }
.checkout-wrap .btn_order-wrap { margin-top: 20px; }
/*--*/
.editpop-wrap { background: #fff; max-width: 500px; margin: 40px auto; }
.editpop-wrap .content { padding: 0 20px 20px; }
.editpop-wrap .modal_header { border-bottom: 1px solid #ebebeb; }

.editpop-wrap .bg-warning .modal_header { border: none; }
.editpop-wrap .bg-warning .btn_1:not(.outline) { border: 2px solid transparent; }
/*===========================*/
/*====== ORDER CONFIRM ======*/
@-webkit-keyframes svg-checkmark {
    0% { stroke-dashoffset: 50px; } 100% { stroke-dashoffset: 0; }
}
@keyframes svg-checkmark {
    0% { stroke-dashoffset: 50px; } 100% { stroke-dashoffset: 0; }
}
@-webkit-keyframes svg-checkmark-circle {
    0% { stroke-dashoffset: 240px; } 100% { stroke-dashoffset: 480px; }
}
@keyframes svg-checkmark-circle {
    0% { stroke-dashoffset: 240px; } 100% { stroke-dashoffset: 480px; }
}
@-webkit-keyframes svg-failmark {
    0% { stroke-dashoffset: 65px; } 100% { stroke-dashoffset: 0; }
}
@keyframes svg-failmark {
    0% { stroke-dashoffset: 65px; } 100% { stroke-dashoffset: 0; }
}

.icon--order-success svg circle,
.icon--order-failed svg circle {
    -webkit-animation: svg-checkmark-circle 0.6s ease-in-out backwards;
            animation: svg-checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg path {
    -webkit-animation: svg-checkmark 0.25s ease-in-out 0.7s backwards;
            animation: svg-checkmark 0.25s ease-in-out 0.7s backwards;
}
.icon--order-failed svg path {
    -webkit-animation: svg-failmark 0.25s ease-in-out 0.7s backwards;
            animation: svg-failmark 0.25s ease-in-out 0.7s backwards;
}
/*--*/
.orderconfirm-wrap .box_content .head h5 i { font-weight: 400; }
.orderconfirm-wrap .box_content .content { position: relative; }
/*--*/
.orderconfirm-delivery .deco { position: absolute; font-size: 100px; opacity: 0.1; left: -8px; bottom: -8px; line-height: 1; }
.orderconfirm-pickup .deco { position: absolute; font-size: 100px; opacity: 0.1; left: -8px; bottom: -8px; line-height: 1; }
/*============================*/
/*====== Upsell Carousel ======*/
.upsell-wrap { margin: 15px auto 35px; background: #ebebeb; padding: 30px; }
.upsellslider.owl-theme .owl-nav .owl-prev,
.upsellslider.owl-theme .owl-nav .owl-next { margin-top: -20px; }
.upsellslider .item { 
    position: relative; display: block; min-width: 250px; max-width: 250px; font-size: 13px; 
    border-radius: 5px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); overflow: hidden; 
}


@media (min-width: 768px) { 
    .checkout-wrap table.cart_item td { padding: 10px 5px; border-bottom: 1px solid #ebebeb; }
    .checkout-wrap table.cart_item tr:first-child td { padding-top: 0; }
    .checkout-wrap table.cart_item tr:last-child td { padding-bottom: 0; border: none; }
    .checkout-wrap table.cart_item td:nth-child(1) { width: 5%; }
    .checkout-wrap table.cart_item td:nth-child(2) { width: 65%; }
    .checkout-wrap table.cart_item td:nth-child(3) { width: 15%; }
    .checkout-wrap table.cart_item td:nth-child(4) { width: 15%; text-align: right; }
    /*--*/
    .orderconfirm-wrap { min-height: 37vh; }
}
@media (max-width: 991px) { 
    .checkout-wrap .combine_input_submit { border: none; }
    .checkout-wrap .combine_input_submit input { border: 1px solid #d2d8dd; box-shadow: none; }
    /*--*/
    .checkout-wrap .box_order { margin-top: 50px; }
    /*--*/
    .upsell-wrap { margin: 10px auto 30px; padding: 20px; }
    .upsellslider.owl-theme .owl-nav .owl-prev { left: -10px; }
    .upsellslider.owl-theme .owl-nav .owl-next { right: -10px; }
    .upsellslider.owl-theme .owl-nav .owl-prev,
    .upsellslider.owl-theme .owl-nav .owl-next { width: 35px; height: 35px; }
    .upsellslider.owl-theme .owl-nav .owl-prev i,
    .upsellslider.owl-theme .owl-nav .owl-next i { line-height: 38px; }
}
@media (max-width: 767px) { 
    .box_content + .box_content { margin-top: 30px; }
    .box_content .head { padding: 15px 20px 12px 20px; }
    .box_content .head h5 { font-size: 16px; }
    .box_content .content { padding: 20px 20px; }

    .box_content.accordion_2 .head.card-header h5 a { padding: 15px 20px 12px 20px; }
    /*--*/
    .checkout-wrap table.cart_item .price { /*text-align: left;*/ margin-top: 10px; }
    .checkout-wrap table.cart_item tr { position: relative; display: block; margin-bottom: 15px; padding-bottom: 15px; padding-top: 70px; border-bottom: 1px solid #ebebeb; }
    .checkout-wrap table.cart_item tr:last-child { margin-bottom: 0; border: none; }
    .checkout-wrap table.cart_item tr.noimg { padding-top: 0; }
    .checkout-wrap table.cart_item td { display: block; width: 100%; padding: 0; }
    .checkout-wrap table.cart_item td.quantity { position: absolute; bottom: 15px; }
    .checkout-wrap table.cart_item td.imgwrap { position: absolute; top: 0; }
    /*--*/
    .payment_select ~ div { margin-top: 10px; }
    .payment_select label { font-size: 13px; padding: 12px 50px 10px 45px; }
    .payment_select .container_radio .checkmark { top: 11px; }
    .payment_select i { font-size: 22px; top: 10px; }
    .payment_select.paypal { background-size: 33px; background-position: center right 4px; }
    .payment_select.onlinepay { background-size: 22px; /*background-position: center right 15px;*/ }
}



/*=====================================================================*/
/* ORDER TRACKING */
/*=====================================================================*/
.ordertracking-wrap { min-height: 45vh; }
.ordertracking-wrap .search-wrap { padding-bottom: 25px; }
.ordertracking-wrap .search-wrap h5 { margin-bottom: 0; }
.ordertracking-wrap .search_bar_list input[type='text'] { padding-left: 1rem; }

.ordertracking-wrap .box_content .head { margin: 0; padding-left: 5px; padding-right: 5px; }
/*=================*/
/*====== ... ======*/
ul.orderprocess { display: table; list-style: none; margin: 0 auto; padding: 20px 0px; text-align: center; font-size: 0; }
ul.orderprocess li { 
    display: table-cell; max-width: 135px; position: relative; margin-bottom: 10px; /*margin-left: -1px;*/ padding: 25px 15px 0; overflow: hidden; 
    font-size: 12px; vertical-align: top;
}
ul.orderprocess li .title { font-size: 1.2em; /*font-weight: 600;*/ line-height: 1.2; min-height: 40px; }
ul.orderprocess li .desc { margin-top: 5px; }
ul.orderprocess li .desc i { font-size: 3em; line-height: 1; }
ul.orderprocess li .desc img { max-width: 60px; width: 100%; filter: grayscale(1); }
/*--*/
ul.orderprocess li.step { color: #777; }
ul.orderprocess li.step:after { 
    content: ""; font-size: 18px; width: 0.6em; height: 0.6em; 
    display: inline-block; border: 2px solid #ccc; border-radius: 50%; background: #ebebeb; 
    position: absolute; top: 0; left: 50%;
    -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
ul.orderprocess li.step:before {
    content: ""; width: 100%; border-top: 1px dashed #ccc;
    position: absolute; top: 4px; left: 50%;
    -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
ul.orderprocess li.step:nth-child(1):before {
    left: inherit;
    -ms-transform: none; -webkit-transform: none; transform: none;
}
ul.orderprocess li.step:last-child:before { left: inherit; right: 0; }
/*--*/
ul.orderprocess li.step.process:after { border-color: #3b8800; }
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b8800+0,3b8800+50,cccccc+50,cccccc+100 */
ul.orderprocess li.step.process:before { 
    border: none; height: 1px;
    background-color: rgb(59,136,0);
    background-image: -webkit-linear-gradient(left, rgba(59,136,0,1) 0%,rgba(59,136,0,1) 50%,rgba(204,204,204,1) 50%,rgba(204,204,204,1) 100%);
    background-image: linear-gradient(to right, rgba(59,136,0,1) 0%,rgba(59,136,0,1) 50%,rgba(204,204,204,1) 50%,rgba(204,204,204,1) 100%);
}
/*--*/
ul.orderprocess li.step.done { color: #3b8800; }
ul.orderprocess li.step.done:after { background: #3b8800; border-color: #3b8800; }
ul.orderprocess li.step.done:before { border-top: 1px solid #3b8800; }
ul.orderprocess li.step.done .desc img { filter: grayscale(0); }
/*=================*/
/*====== ... ======*/
.container-frame {
    position: relative; overflow: hidden; width: 100%;
    padding-top: 75%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
iframe.responsive-iframe {
    position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px;
    width: 100%; height: 100%; border: 1px solid #ebebeb;
}


@media (max-width: 991px) {
    ul.orderprocess { display: block; padding: 0 0 20px; text-align: left; }
    ul.orderprocess li { display: block; margin: 0; padding: 0px 21px; max-width: inherit; }
    ul.orderprocess li.step { padding: 3px 21px; }
    ul.orderprocess li .title { display: inline-block; vertical-align: middle; min-height: auto; padding: 5px 20px; margin-left: 10px; }
    ul.orderprocess li .desc { 
        /*display: inline-block; vertical-align: middle; margin-top: 0;*/ 
        display: block; position: absolute; top: 0;
    }
    ul.orderprocess li .desc i { font-size: 2em; }
    ul.orderprocess li .desc img { max-width: 27px; }
    ul.orderprocess li.step:after {
        font-size: 10px; top: 50%; left: 2px; border-width: 1px;
        -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
    }
    ul.orderprocess li.step:before {
        width: auto; height: 100%; border-top: none; border-left: 1px dashed #ccc;
        top: 50%; left: 4px;
        -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
    }
    ul.orderprocess li.step:nth-child(1):before { transform: none; left: 4px; }
    ul.orderprocess li.step:last-child:before { top: inherit; bottom: 0; left: 4px; }
    ul.orderprocess li.step.process:before { 
        height: 100%; width: 1px;
        background-color: rgb(59,136,0);
        background-image: -webkit-linear-gradient(top, rgba(59,136,0,1) 0%,rgba(59,136,0,1) 50%,rgba(204,204,204,1) 50%,rgba(204,204,204,1) 100%);
        background-image: linear-gradient(to bottom, rgba(59,136,0,1) 0%,rgba(59,136,0,1) 50%,rgba(204,204,204,1) 50%,rgba(204,204,204,1) 100%);;
    }
    ul.orderprocess li.step.done:before { border-top: none; border-left: 1px solid #3b8800; }
}
@media (max-width: 767px) { 
    .ordertracking-wrap .search-wrap h5 { font-size: 18px; }
    /*--*/
    .container-frame { padding-top: 200%; }
}



/*=====================================================================*/
/* ACCOUNT */
/*=====================================================================*/
ul.accnav { padding: 0; margin: 0; list-style: none; text-align: right; }
ul.accnav li { margin-bottom: 2px; }
ul.accnav li a { color: #333; letter-spacing: 0.05em; display: block; padding: 10px 20px; border-right: 3px solid transparent; }
ul.accnav li a:hover { border-right: 3px solid #f55d70; }
ul.accnav li.active a { font-weight: 700; background: #fff; border-right: 3px solid #f55d70; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05); border-radius: 80px 0 0 80px; }
ul.accnav .badge.round { margin-right: 10px; }
/*--*/
.acc-wrap .titlehead { 
    position: relative; margin-bottom: 25px; padding-left: 50px;
    font-size: 30px; font-weight: 400; letter-spacing: 0; 
}
.acc-wrap .titlehead:before { 
    content: ''; background: url(../images/icon-hand.svg) no-repeat center left; background-size: contain; 
    position: absolute; top: 7px; left: 0; width: 1.2em; height: 1.2em;
    transform: rotate(-31deg);
    animation: wavesHand 10s linear infinite;
}
@keyframes wavesHand {
    0% { transform: rotate(-31deg); }
    95% { transform: rotate(-31deg); }
    96% { transform: rotate(-31deg); }
    97% { transform: rotate(0deg); }
    98% { transform: rotate(-31deg); }
    99% { transform: rotate(0deg); }
    100% { transform: rotate(-31deg); }
}
/*--*/
.acc-wrap .box_content .head h5 { font-size: 25px; }
/*========================*/
/*====== MY ORDER ======*/
.orderhistory-wrap .dtable_wrap { position: relative; padding-left: 50px; }
.orderhistory-wrap .dtable_wrap:not(:nth-last-child(2)) { border-bottom: 1px solid #ebebeb; }
.orderhistory-wrap .dtable_wrap:not(.title):hover { background: #f9fafb; }
.orderhistory-wrap .dtable_wrap.title { font-weight: 700; }
.orderhistory-wrap .dtable_wrap > div { padding: 8px 5px; }
.orderhistory-wrap .dtable_wrap > div:nth-child(1) { width: 20%; }
.orderhistory-wrap .dtable_wrap > div:nth-child(2) { width: 30%; }
.orderhistory-wrap .dtable_wrap > div:nth-child(3) { width: 25%; }
.orderhistory-wrap .dtable_wrap > div:nth-child(4) { width: 20%; }
.orderhistory-wrap .dtable_wrap > div:nth-child(5) { width: 5%; }
.orderhistory-wrap .dtable_wrap.active > div:nth-child(1) { color: #009688; }
/*--*/
a.btn-track { 
    position: relative; z-index: 2; margin-bottom: -3px; display: block;
    font-size: 1.5em; color: #777; line-height: 1; 
    transition: 0.5s cubic-bezier(0.72, -0.6, 0.46, 1.24);
}
a.btn-track:hover {
    color: #009688;
    -webkit-transform: translateX(8px); transform: translateX(8px);
}
a.btn-track.pick:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
a.btn-expand { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
a.btn-expand:before {
    content: '\33'; font-family: 'ElegantIcons'; font-size: 26px; color: #333; line-height: 1;
    position: absolute; left: 0; top: 6px;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
a.btn-expand[aria-expanded="true"]:before { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
/*--*/
.orderhistory { margin-bottom: 30px; padding: 30px; background: #f5f5f5; }
.orderhistory .add_desc { font-size: 12px; color: #777; margin-bottom: 5px; }

.orderhistory .info > ul > li { margin-bottom: 15px; font-size: 12px; color: #777; line-height: 1.3; }
.orderhistory .info > ul > li > b { font-size: 14px; color: #333; }
.orderhistory .info > ul > li.orderway b { color: #f55d70; }
.orderhistory .info .add_desc { line-height: 1.5; margin-bottom: 0; }
/*--*/
.orderhistory .table-wrap { border: 1px solid #ebebeb; background: #fff; }
.orderhistory table.cart_item { width:100%; border-bottom:1px solid #ebebeb; line-height:1.3; }
.orderhistory table.cart_item td { vertical-align: top; }
.orderhistory table.cart_item .img {
    width: 3em; height: 3em; display: inline-block; border: 1px solid #ebebeb; border-radius: 3px; margin-right: 15px; float: left;
    background-repeat: no-repeat; background-position: center; background-size: cover;
}
.orderhistory table.cart_item .desc-wrap { overflow: hidden; }
.orderhistory table.cart_item .addon,
.orderhistory table.cart_item .remark { font-size: 12px; color: #777; font-weight: 400; line-height: 1.5; }

.orderhistory table.cart_total { width: 100%; margin-top: 10px; }
.orderhistory table.cart_total td { padding: 3px 15px; }
.orderhistory table.cart_total tr.total td { padding-top: 10px; padding-bottom: 10px; }
/*========================*/
/*====== MY PROFILE ======*/
.editprofile-wrap {  }
/*========================*/
/*====== MY ADDRESS ======*/
.editaddress-wrap table { width: 100%; border: 1px solid #ebebeb; }
.editaddress-wrap table td { padding: 8px 15px; border-bottom: 1px solid #ebebeb; }
.editaddress-wrap table tr:last-child td { border: none; }
.editaddress-wrap table td:nth-child(1) { font-weight: 700; }
.editaddress-wrap [class*="btn-"] {
    border: none; border-radius: 50%; width: 2.5em; height: 2.5em; background: #f3f3f3; padding: 0; outline: 0;
    font-size: 14px; color: #333; text-align: center; line-height: 2.5; letter-spacing: 0;
    -webkit-transition: all 0.3s; transition: all 0.3s;
}
.editaddress-wrap .btn-edit:hover { color: #f55d70; }
.editaddress-wrap .btn-dlt:hover { opacity: 0.6; }
/*--*/
.editmap-wrap .map { height: 400px; margin-bottom: 20px; }
/*========================*/
/*====== MY VEHICLE ======*/
.editvehicle-wrap [class*="btn-"],
.editvehicle-wrap .default-check span {
    border: none; border-radius: 50%; width: 2em; height: 2em; background: #f3f3f3; padding: 0; outline: 0; display: inline-block; vertical-align: middle;
    font-size: 14px; color: #333; text-align: center; line-height: 2; letter-spacing: 0;
    -webkit-transition: all 0.3s; transition: all 0.3s;
}
.editvehicle-wrap .btn-edit:hover { color: #f55d70; }
.editvehicle-wrap .btn-dlt:hover { opacity: 0.6; }
.editvehicle-wrap .default-check { display: inline-block; vertical-align: middle; }
.editvehicle-wrap .default-check span:after { font-size: 14px; line-height: 1.8; }
/*--*/
ul.vehiclelist { margin-bottom: 0;  }
ul.vehiclelist li { display: inline-block; position: relative; margin: -1px 0 0 -1px; padding: 10px; border: 1px solid #ebebeb; }
/*--*/
.vehicleno { border-radius: 5px; margin-right: 5px; padding: 0.5em 0.8em; background: #ebebeb; font-weight: 700; }
/*--*/
ul.vehiclelist + .addnew-wrap { margin-top: 20px; }
/*============================*/
/*====== RESET PASSWORD ======*/
.resetpw-wrap .title { margin-bottom: 1.5em; }
.resetpw-wrap .title h4 { font-size: 25px; letter-spacing: 0; margin-bottom: 2px; }


@media (min-width: 992px) and (max-width: 1140px), (max-width: 500px) { 
    .orderhistory table.cart_item .img { float: none; } 
}
@media (min-width: 768px) { 
    .orderhistory table.cart_item td { padding: 10px 15px; border-bottom: 1px solid #ebebeb; }
    .orderhistory table.cart_item td:nth-child(1) { width: 5%; }
    .orderhistory table.cart_item td:nth-child(2) { width: 70%; }
    .orderhistory table.cart_item td:nth-child(3) { width: 25%; }
    /*--*/
}
@media (min-width: 992px) {
    .acc-wrap { margin-bottom: -65px; position: relative; z-index: 2; }
    .acc-wrap .leftcon, 
    .acc-wrap .rightcon { padding-top: 50px; padding-bottom: 100px; }
    .acc-wrap .leftcon { padding-left: 0; padding-right: 0; border-right: 1px solid #ebebeb; }
    .acc-wrap .rightcon { padding-left: 35px; min-height: 54vh; }
    /*--*/
    .resetpw-wrap { min-height: 37vh; }
}
@media (max-width: 991px) { 
    .acc-wrap { margin-top: 40px; margin-bottom: 10px; }
    .acc-wrap .leftcon { display: none; }
    .acc-wrap .rightcon { min-height: 20vh; }
    /*--*/
    .editaddress-wrap table td.btnwrap { white-space: nowrap; }
    .editaddress-wrap [class*="btn-"] { font-size: 13px; }
    .default-check .default-star:after { font-size: 16px; }
}
@media (max-width: 767px) { 
    .acc-wrap .titlehead { font-size: 25px; padding-left: 45px; }
    .acc-wrap .box_content .head h5 { font-size: 20px; }
    a.btn-track { display: inline-block; }
    a.btn-expand, 
    a.btn-expand:before { left: inherit; right: 0; }
    /*--*/
    .orderhistory-wrap .dtable_wrap { padding: 10px 0; padding-right: 35px; padding-left: 0; }
    .orderhistory-wrap .dtable_wrap.title { display: none; }
    .orderhistory-wrap .dtable_wrap > div { display: block; padding: 1px 5px; width: 100% !important; }
    .orderhistory-wrap .dtable_wrap > div[data-sm]:before { content: "" attr(data-sm)": "; font-weight: 700; }
    /*--*/
    .orderhistory { padding: 15px; }
    .orderhistory .add_desc { font-size: 11px; }
    .orderhistory .info > ul > li { font-size: 11px; }
    .orderhistory .info > ul > li > b { font-size: 13px; }
    .orderhistory table.cart_item td { padding: 8px 0px 8px 15px; }
    .orderhistory table.cart_item td:last-child { padding-right: 15px; }
    .orderhistory table.cart_total tr.total { font-size: 16px; }
    /*--*/
    .editaddress-wrap table td { padding: 8px 8px; }
    .editaddress-wrap table td.btnwrap { white-space: inherit; }
    /*--*/
    .resetpw-wrap .title { margin-bottom: 1.2em; }
    .resetpw-wrap .title h4 { font-size: 22px; }
}



/*=====================================================================*/
/* HOW TO ORDER */
/*=====================================================================*/
.howto-wrap .title { margin-bottom: 1.5em; }
.howto-wrap .title ~ .title { margin-top: 25px; }
.howto-wrap .title h4 { font-size: 25px; letter-spacing: 0; margin-bottom: 2px; }

.howto-wrap .box_content .content { padding-bottom: 0; padding-top: 35px; }
.howtostep { counter-reset: item; }
.howtostep .img { position: relative; max-width: 200px; margin: auto; text-align: center; counter-increment: item; }
.howtostep .img:before {
    content: counter(item); font-weight: 600; color: #fff; line-height: 2; letter-spacing: 0;
    display: inline-block; background: #9e6565; width: 2em; height: 2em; border-radius: 50%;
    position: absolute; top: -10px; left: 50%;
    -ms-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); transform: translate(-50%,0);
}
.howtostep .desc { margin-top: 15px; margin-bottom: 35px; font-weight: 600; text-align: center; line-height: 1.3; }

.faq-wrap { margin-top: 60px; }
.faq-wrap .card-header { padding: 0; background: none; }
.faq-wrap .card-header h5 { font-size: 14px; font-weight: 600; }
.faq-wrap .card-header h5 a { color: #444; line-height: 1.3; padding: 0.75rem 1.75rem; position: relative; }
.faq-wrap .card-header h5 a:hover { padding-left: 2rem; }
.faq-wrap .card-header h5 a:before { 
    content: '\69'; font-family: 'ElegantIcons'; font-weight: 400; vertical-align: middle; 
    position: absolute; left: 0; top: 11px; margin-right: 5px; 
}
.faq-wrap .card-header h5 a:after {
    content: '\4c'; font-family: 'ElegantIcons'; font-size: 18px; font-weight: 400; color: #f55d6f; line-height: 1;
    position: absolute; right: 0; top: 11px;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.faq-wrap .card-header h5 a[aria-expanded="true"]:after { content: '\4b'; }
.faq-wrap .card-body { margin-bottom: 10px; padding: 20px; background: #fff; }


@media (min-width: 992px) {
    .howto-wrap .box_content .content { padding-bottom: 10px; }
    .howtostep > div:nth-child(even) { -ms-transform: translateY(35px); -webkit-transform: translateY(35px); transform: translateY(35px); margin-bottom: 35px; }
}
@media (max-width: 767px) {
    .howto-wrap .title { margin-bottom: 1.2em; }
    .howto-wrap .title h4 { font-size: 22px; }

    .howtostep .img { max-width: 200px; margin: 0 auto; }
}



/*=====================================================================*/
/* CONTACT */
/*=====================================================================*/
/*=================*/
/*====== ... ======*/
.box_contacts i[class*="icon"] { font-size: 5em; display: block; margin-bottom: 10px; }

@media (max-width: 767px) { 
    .box_contacts i[class*="icon"] { font-size: 4em; }
    .box_contacts h2 { font-size: 28px; }
}



/*=====================================================================*/
/* T&C & PRIVACY */
/*=====================================================================*/
.tncprivacy-wrap .title { font-size: 35px; font-weight: 800; line-height: 1.2; letter-spacing: 0; }
.tncprivacy-wrap ol,
.tncprivacy-wrap ul { padding-left: 25px; }
.tncprivacy-wrap li { margin-bottom: 15px; }
.tncprivacy-wrap .listtext > li + li { margin-top: 30px; }

@media (max-width: 767px) { 
    .tncprivacy-wrap .title { font-size: 26px; }
    .tncprivacy-wrap li h5 { font-size: 16px; }
}

























