@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.fb6f3c230cb846e25247dfaa1da94d8f.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.a4e97f5a2a64f0ab132323fbeb33ae29.eot);src:url(/_next/static/media/slick.a4e97f5a2a64f0ab132323fbeb33ae29.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.295183786cd8a138986521d9f388a286.woff) format("woff"),url(/_next/static/media/slick.c94f7671dcc99dce43e22a89f486f7c2.ttf) format("truetype"),url(/_next/static/media/slick.2630a3e3eab21c607e21576571b95b9d.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*! tailwindcss v2.2.16 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{tab-size:4;line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:-moz-focusring{outline:auto}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity));--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-blur:var(--tw-empty,/*!*/ /*!*/);--tw-brightness:var(--tw-empty,/*!*/ /*!*/);--tw-contrast:var(--tw-empty,/*!*/ /*!*/);--tw-grayscale:var(--tw-empty,/*!*/ /*!*/);--tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);--tw-invert:var(--tw-empty,/*!*/ /*!*/);--tw-saturate:var(--tw-empty,/*!*/ /*!*/);--tw-sepia:var(--tw-empty,/*!*/ /*!*/);--tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);--tw-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.\!visible{visibility:visible!important}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.left-1\/2{left:50%}.top-1\/2{top:50%}.top-4{top:1rem}.top-32{top:8rem}.right-0{right:0}.top-\[76px\]{top:76px}.bottom-0{bottom:0}.-top-2{top:-.5rem}.-right-2{right:-.5rem}.-top-1{top:-.25rem}.right-2{right:.5rem}.top-1{top:.25rem}.left-1{left:.25rem}.top-0{top:0}.left-0{left:0}.top-2{top:.5rem}.right-1{right:.25rem}.-top-4{top:-1rem}.right-3{right:.75rem}.left-2{left:.5rem}.top-\[10px\]{top:10px}.bottom-9{bottom:2.25rem}.bottom-2{bottom:.5rem}.-top-8{top:-2rem}.top-8{top:2rem}.right-4{right:1rem}.bottom-\[-6px\]{bottom:-6px}.-top-12{top:-3rem}.bottom-\[-22px\]{bottom:-22px}.z-50{z-index:50}.z-30{z-index:30}.z-10{z-index:10}.z-20{z-index:20}.z-\[99\]{z-index:99}.z-\[index\]{z-index:index}.order-1{order:1}.col-span-4{grid-column:span 4/span 4}.col-span-1{grid-column:span 1/span 1}.col-span-5{grid-column:span 5/span 5}.col-span-12{grid-column:span 12/span 12}.col-span-2{grid-column:span 2/span 2}.m-auto{margin:auto}.m-0{margin:0}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-auto{margin-top:auto;margin-bottom:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-0{margin-left:0;margin-right:0}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.\!my-0{margin-top:0!important;margin-bottom:0!important}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mt-8{margin-top:2rem}.mt-6{margin-top:1.5rem}.mt-4{margin-top:1rem}.mr-2{margin-right:.5rem}.mr-8{margin-right:2rem}.mr-4{margin-right:1rem}.ml-4{margin-left:1rem}.mb-2{margin-bottom:.5rem}.mt-2{margin-top:.5rem}.mb-3{margin-bottom:.75rem}.ml-1{margin-left:.25rem}.mt-3{margin-top:.75rem}.ml-2{margin-left:.5rem}.mr-3{margin-right:.75rem}.mt-0{margin-top:0}.mt-12{margin-top:3rem}.mb-10{margin-bottom:2.5rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.mb-7{margin-bottom:1.75rem}.mr-1{margin-right:.25rem}.mt-1{margin-top:.25rem}.mb-4{margin-bottom:1rem}.mr-10{margin-right:2.5rem}.mb-1{margin-bottom:.25rem}.-mb-1{margin-bottom:-.25rem}.ml-3{margin-left:.75rem}.mr-7{margin-right:1.75rem}.mr-5{margin-right:1.25rem}.mt-10{margin-top:2.5rem}.-ml-4{margin-left:-1rem}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mt-20{margin-top:5rem}.-ml-1{margin-left:-.25rem}.-mt-1{margin-top:-.25rem}.-mr-4{margin-right:-1rem}.mt-auto{margin-top:auto}.-mt-3{margin-top:-.75rem}.ml-8{margin-left:2rem}.-ml-5{margin-left:-1.25rem}.\!mb-0{margin-bottom:0!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-full{height:100%}.h-5{height:1.25rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-screen{height:100vh}.h-auto{height:auto}.h-3\/5{height:60%}.h-4\/5{height:80%}.h-2\/4{height:50%}.h-9{height:2.25rem}.h-20{height:5rem}.\!h-\[40px\]{height:40px!important}.h-\[40px\]{height:40px}.h-32{height:8rem}.h-1\/2{height:50%}.h-14{height:3.5rem}.\!h-12{height:3rem!important}.h-3{height:.75rem}.h-\[70px\]{height:70px}.h-8{height:2rem}.h-\[24px\]{height:24px}.h-\[30px\]{height:30px}.h-\[90px\]{height:90px}.h-\[64px\]{height:64px}.h-\[250px\]{height:250px}.h-2\/5{height:40%}.h-0\.5{height:.125rem}.h-0{height:0}.h-\[45px\]{height:45px}.h-16{height:4rem}.max-h-\[fit-content\]{max-height:-moz-fit-content;max-height:fit-content}.max-h-screen{max-height:100vh}.max-h-\[70vmin\]{max-height:70vmin}.max-h-\[80\%\]{max-height:80%}.max-h-\[40px\]{max-height:40px}.min-h-screen{min-height:100vh}.min-h-\[300px\]{min-height:300px}.min-h-\[150px\]{min-height:150px}.w-full{width:100%}.w-6{width:1.5rem}.w-auto{width:auto}.w-5{width:1.25rem}.w-4{width:1rem}.w-10{width:2.5rem}.w-\[50\%\]{width:50%}.w-12{width:3rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-6\/12{width:50%}.w-5\/6{width:83.333333%}.w-11\/12{width:91.666667%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-56{width:14rem}.w-8{width:2rem}.w-20{width:5rem}.w-10\/12{width:83.333333%}.w-4\/5{width:80%}.w-16{width:4rem}.w-\[320px\]{width:320px}.w-9{width:2.25rem}.w-14{width:3.5rem}.w-28{width:7rem}.w-\[60px\]{width:60px}.w-3{width:.75rem}.w-\[70px\]{width:70px}.w-\[100\%\]{width:100%}.w-\[35\%\]{width:35%}.w-\[30px\]{width:30px}.w-\[40px\]{width:40px}.w-\[410px\]{width:410px}.\!w-full{width:100%!important}.w-max{width:max-content}.w-96{width:24rem}.w-40{width:10rem}.w-\[90px\]{width:90px}.w-\[26px\]{width:26px}.w-\[22px\]{width:22px}.w-\[90\%\]{width:90%}.min-w-0{min-width:0}.min-w-\[275px\]{min-width:275px}.min-w-\[130px\]{min-width:130px}.min-w-\[200px\]{min-width:200px}.min-w-\[100\%\]{min-width:100%}.min-w-\[150px\]{min-width:150px}.min-w-max{min-width:max-content}.min-w-2\/3vw{min-width:66.666667vw}.max-w-3xl{max-width:48rem}.max-w-2xl{max-width:42rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-full{max-width:100%}.max-w-\[360px\]{max-width:360px}.max-w-\[275px\]{max-width:275px}.max-w-max{max-width:max-content}.max-w-\[175px\]{max-width:175px}.max-w-21{max-width:5.25rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.\!flex-grow-0{flex-grow:0!important}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.origin-top-right{transform-origin:top right}.origin-top-left{transform-origin:top left}.-translate-x-1\/2{--tw-translate-x:-50%;transform:var(--tw-transform)}.-translate-y-1\/2{--tw-translate-y:-50%;transform:var(--tw-transform)}.translate-y-4{--tw-translate-y:1rem;transform:var(--tw-transform)}.translate-y-0{--tw-translate-y:0px;transform:var(--tw-transform)}.translate-x-\[8px\]{--tw-translate-x:8px;transform:var(--tw-transform)}.translate-y-\[-50\%\]{--tw-translate-y:-50%;transform:var(--tw-transform)}.translate-x-16{--tw-translate-x:4rem;transform:var(--tw-transform)}.-translate-y-16{--tw-translate-y:-4rem}.-translate-y-16,.scale-95{transform:var(--tw-transform)}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.transform{transform:var(--tw-transform)}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}@keyframes wiggle{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}.animate-wiggle{animation:wiggle 1s ease-in-out}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-default{cursor:default}.select-none{-webkit-user-select:none;user-select:none}.appearance-none{-webkit-appearance:none;appearance:none}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.content-start{align-content:flex-start}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-center{justify-items:center}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.gap-1{gap:.25rem}.gap-0\.5{gap:.125rem}.gap-0{gap:0}.gap-7{gap:1.75rem}.gap-10{gap:2.5rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.gap-x-2{column-gap:.5rem}.gap-x-0{column-gap:0}.gap-y-4{row-gap:1rem}.gap-y-2{row-gap:.5rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-x-5{column-gap:1.25rem}.gap-x-3{column-gap:.75rem}.gap-y-3{row-gap:.75rem}.gap-x-8{column-gap:2rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(243,244,246,var(--tw-divide-opacity))}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded-md{border-radius:.375rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-sm{border-radius:.125rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.rounded-3xl{border-radius:1.5rem}.rounded-2xl{border-radius:1rem}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-none{border-radius:0!important}.rounded-none{border-radius:0}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-b-2{border-bottom-width:2px}.border-solid{border-style:solid}.border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity))}.border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-red-600{--tw-border-opacity:1;border-color:rgba(220,38,38,var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgba(75,85,99,var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity))}.border-primary1{--tw-border-opacity:1;border-color:rgba(248,0,0,var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.border-primary-500{border-color:var(--color-primary-500)}.\!border-primary-500{border-color:var(--color-primary-500)!important}.border-white\/20{border-color:hsla(0,0%,100%,.2)}.border-primary-200{border-color:var(--color-primary-200)}.border-yellow-600{--tw-border-opacity:1;border-color:rgba(217,119,6,var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity))}.bg-\[\#4b82a0\]{--tw-bg-opacity:1;background-color:rgba(75,130,160,var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgba(16,185,129,var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgba(17,24,39,var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.bg-primary-500{background-color:var(--color-primary-500)}.bg-primary-600{background-color:var(--color-primary-600)}.bg-\[\#75789DA3\]{background-color:#75789da3}.bg-gray-400{--tw-bg-opacity:1;background-color:rgba(156,163,175,var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.bg-primary1{--tw-bg-opacity:1;background-color:rgba(248,0,0,var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity))}.bg-info{--tw-bg-opacity:1;background-color:rgba(255,192,19,var(--tw-bg-opacity))}.bg-success{--tw-bg-opacity:1;background-color:rgba(0,195,60,var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-primary-100{background-color:var(--color-primary-100)}.bg-\[\#76AD35\]{--tw-bg-opacity:1;background-color:rgba(118,173,53,var(--tw-bg-opacity))}.bg-primary-50{background-color:var(--color-primary-50)}.bg-\[\#FFF2F2\]{--tw-bg-opacity:1;background-color:rgba(255,242,242,var(--tw-bg-opacity))}.bg-primary-400{background-color:var(--color-primary-400)}.bg-\[\#fafafa\]{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.bg-secondary-100{background-color:var(--color-secondary-100)}.bg-\[\#eb5758\]{--tw-bg-opacity:1;background-color:rgba(235,87,88,var(--tw-bg-opacity))}.bg-secondary-500{background-color:var(--color-secondary-500)}.bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.bg-\[\#EE4D2D\]{--tw-bg-opacity:1;background-color:rgba(238,77,45,var(--tw-bg-opacity))}.bg-primary-200{background-color:var(--color-primary-200)}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-opacity-60{--tw-bg-opacity:0.6}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(139,92,246,0))}.from-black\/10{--tw-gradient-from:rgba(0,0,0,0.1);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,transparent)}.to-indigo-600{--tw-gradient-to:#4f46e5}.to-transparent{--tw-gradient-to:transparent}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.object-cover{object-fit:cover}.object-center{object-position:center}.p-1{padding:.25rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-0{padding:0}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.\!px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-28{padding-top:7rem;padding-bottom:7rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-0{padding-left:0;padding-right:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-0{padding-top:0;padding-bottom:0}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pt-3{padding-top:.75rem}.pr-8{padding-right:2rem}.pb-3{padding-bottom:.75rem}.pt-2{padding-top:.5rem}.pb-6{padding-bottom:1.5rem}.pt-4{padding-top:1rem}.pb-20{padding-bottom:5rem}.pt-5{padding-top:1.25rem}.pb-4{padding-bottom:1rem}.pt-0{padding-top:0}.pr-3{padding-right:.75rem}.pl-4{padding-left:1rem}.pb-2{padding-bottom:.5rem}.pr-2{padding-right:.5rem}.pb-12{padding-bottom:3rem}.pr-5{padding-right:1.25rem}.pb-1{padding-bottom:.25rem}.pl-3{padding-left:.75rem}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pl-1{padding-left:.25rem}.pb-5{padding-bottom:1.25rem}.pr-4{padding-right:1rem}.pt-8{padding-top:2rem}.pr-10{padding-right:2.5rem}.pl-5{padding-left:1.25rem}.pt-10{padding-top:2.5rem}.pt-14{padding-top:3.5rem}.pt-6{padding-top:1.5rem}.pl-0{padding-left:0}.pb-0{padding-bottom:0}.pr-\[90px\]{padding-right:90px}.\!pb-0{padding-bottom:0!important}.pb-8{padding-bottom:2rem}.pb-16{padding-bottom:4rem}.pl-2{padding-left:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-top{vertical-align:text-top}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-s20{font-size:20px}.text-s18{font-size:18px}.text-s14{font-size:14px}.text-s24{font-size:24px}.text-s30{font-size:30px}.text-s34{font-size:34px}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-light{font-weight:300}.\!font-medium{font-weight:500!important}.\!font-normal{font-weight:400!important}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-6{line-height:1.5rem}.\!leading-none{line-height:1!important}.leading-4{line-height:1rem}.tracking-wide{letter-spacing:.025em}.tracking-normal{letter-spacing:0}.tracking-wider{letter-spacing:.05em}.text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgba(4,120,87,var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgba(245,158,11,var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity))}.text-canceled{--tw-text-opacity:1;color:rgba(199,30,29,var(--tw-text-opacity))}.text-info{--tw-text-opacity:1;color:rgba(255,192,19,var(--tw-text-opacity))}.text-success{--tw-text-opacity:1;color:rgba(0,195,60,var(--tw-text-opacity))}.text-primary1{--tw-text-opacity:1;color:rgba(248,0,0,var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity))}.text-\[\#FFDC2E\]{--tw-text-opacity:1;color:rgba(255,220,46,var(--tw-text-opacity))}.text-white\/80{color:hsla(0,0%,100%,.8)}.text-\[\#FF3B3B\]{--tw-text-opacity:1;color:rgba(255,59,59,var(--tw-text-opacity))}.text-\[\#0072F8\]{--tw-text-opacity:1;color:rgba(0,114,248,var(--tw-text-opacity))}.text-\[\#00992A\]{--tw-text-opacity:1;color:rgba(0,153,42,var(--tw-text-opacity))}.text-\[\#FF7A00\]{--tw-text-opacity:1;color:rgba(255,122,0,var(--tw-text-opacity))}.\!text-black{--tw-text-opacity:1!important;color:rgba(0,0,0,var(--tw-text-opacity))!important}.text-primary-600{color:var(--color-primary-600)}.text-\[\#D93025\]{--tw-text-opacity:1;color:rgba(217,48,37,var(--tw-text-opacity))}.text-primary-300{color:var(--color-primary-300)}.\!text-gray-700{--tw-text-opacity:1!important;color:rgba(55,65,81,var(--tw-text-opacity))!important}.text-secondary-500{color:var(--color-secondary-500)}.text-secondary-300{color:var(--color-secondary-300)}.text-\[\#FFBD27\]{--tw-text-opacity:1;color:rgba(255,189,39,var(--tw-text-opacity))}.text-primary-500{color:var(--color-primary-500)}.text-yellow-600{--tw-text-opacity:1;color:rgba(217,119,6,var(--tw-text-opacity))}.text-cookies-text{--tw-text-opacity:1;color:rgba(44,58,87,var(--tw-text-opacity))}.text-yellow-300{--tw-text-opacity:1;color:rgba(252,211,77,var(--tw-text-opacity))}.text-\[\#E2B93B\]{--tw-text-opacity:1;color:rgba(226,185,59,var(--tw-text-opacity))}.line-through{text-decoration:line-through}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-10{opacity:.1}.opacity-30{opacity:.3}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}.shadow-md,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,0.25);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:0.05}.filter{filter:var(--tw-filter)}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-200{transition-duration:.2s}.duration-100{transition-duration:.1s}.duration-75{transition-duration:75ms}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.after\:border-l:after{content:"";border-left-width:1px}.after\:border-l-\[\#ddd\]:after{content:"";--tw-border-opacity:1;border-left-color:rgba(221,221,221,var(--tw-border-opacity))}.even\:bg-gray-50:nth-child(2n),.odd\:bg-gray-50:nth-child(odd){--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:var(--tw-transform)}.hover\:rounded-lg:hover{border-radius:.5rem}.hover\:border-transparent:hover{border-color:transparent}.hover\:border-primary-500:hover{border-color:var(--color-primary-500)}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.hover\:bg-\[\#3c6d89\]:hover{--tw-bg-opacity:1;background-color:rgba(60,109,137,var(--tw-bg-opacity))}.hover\:bg-primary-700:hover{background-color:var(--color-primary-700)}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.hover\:bg-primary-600:hover{background-color:var(--color-primary-600)}.hover\:bg-primary-500:hover{background-color:var(--color-primary-500)}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgba(4,120,87,var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:text-primary-600:hover{color:var(--color-primary-600)}.focus\:border-gray-500:focus{--tw-border-opacity:1;border-color:rgba(107,114,128,var(--tw-border-opacity))}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(99,102,241,var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-white:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgba(255,255,255,var(--tw-ring-opacity))}.focus-visible\:ring-opacity-75:focus-visible{--tw-ring-opacity:0.75}[dir=rtl] .rtl\:text-right{text-align:right}.dark .dark\:hidden{display:none}.dark .dark\:\!rounded-none{border-radius:0!important}.dark .dark\:border-0{border-width:0}.dark .dark\:border{border-width:1px}.dark .dark\:\!border-0{border-width:0!important}.dark .dark\:border-r{border-right-width:1px}.dark .dark\:\!border-b-0{border-bottom-width:0!important}.dark .dark\:border-border-color{border-color:var(--border-color)}.dark .dark\:\!border-border-color{border-color:var(--border-color)!important}.dark .dark\:border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.dark .dark\:\!border-white{--tw-border-opacity:1!important;border-color:rgba(255,255,255,var(--tw-border-opacity))!important}.dark .dark\:border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}.dark .dark\:border-transparent{border-color:transparent}.dark .dark\:border-card-bg-2{border-color:var(--card-bg-2)}.dark .dark\:\!border-\[\#737373\]{--tw-border-opacity:1!important;border-color:rgba(115,115,115,var(--tw-border-opacity))!important}.dark .dark\:bg-card-bg{background-color:var(--card-bg)}.dark .dark\:bg-card-bg-2{background-color:var(--card-bg-2)}.dark .dark\:bg-body-bg{background-color:var(--body-bg)}.dark .dark\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.dark .dark\:\!bg-body-bg{background-color:var(--body-bg)!important}.dark .dark\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.dark .dark\:\!bg-card-bg-2{background-color:var(--card-bg-2)!important}.dark .dark\:bg-\[\#2d2d2d\]{--tw-bg-opacity:1;background-color:rgba(45,45,45,var(--tw-bg-opacity))}.dark .dark\:bg-button-primary-bg{background-color:var(--button-primary-bg)}.dark .dark\:\!bg-card-bg{background-color:var(--card-bg)!important}.dark .dark\:bg-opacity-50{--tw-bg-opacity:0.5}.dark .dark\:text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.dark .dark\:\!text-text-title{color:var(--text-title)!important}.dark .dark\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.dark .dark\:text-text-title{color:var(--text-title)}.dark .dark\:text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.dark .dark\:text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.dark .dark\:\!text-white{--tw-text-opacity:1!important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.dark .dark\:after\:border-l-\[\#404145\]:after{content:"";--tw-border-opacity:1;border-left-color:rgba(64,65,69,var(--tw-border-opacity))}.dark .dark\:odd\:bg-card-bg-2:nth-child(odd){background-color:var(--card-bg-2)}.dark .dark\:hover\:bg-transparent:hover{background-color:transparent}.dark .dark\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.dark .dark\:hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.dark .dark\:hover\:bg-card-bg-2:hover{background-color:var(--card-bg-2)}.dark .dark\:hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.dark .dark\:hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}@media (min-width:640px){.sm\:order-1{order:1}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mt-0{margin-top:0}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-0{margin-bottom:0}.sm\:-mb-1{margin-bottom:-.25rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:hidden{display:none}.sm\:h-screen{height:100vh}.sm\:h-11{height:2.75rem}.sm\:h-full{height:100%}.sm\:w-full{width:100%}.sm\:w-auto{width:auto}.sm\:w-40{width:10rem}.sm\:w-3\/4{width:75%}.sm\:min-w-\[70\%\]{min-width:70%}.sm\:min-w-1\/3vw{min-width:33.333333vw}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-\[80\%\]{max-width:80%}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-\[350px\]{max-width:350px}.sm\:max-w-full{max-width:100%}.sm\:max-w-1\/2vw{max-width:50vw}.sm\:translate-y-0{--tw-translate-y:0px;transform:var(--tw-transform)}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.sm\:scale-95,.sm\:scale-100{transform:var(--tw-transform)}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-\[400px\2c 1fr\]{grid-template-columns:400px 1fr}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-4{gap:1rem}.sm\:gap-3{gap:.75rem}.sm\:border-b{border-bottom-width:1px}.sm\:bg-transparent{background-color:transparent}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:p-2{padding:.5rem}.sm\:p-4{padding:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:pb-4{padding-bottom:1rem}.sm\:pb-0{padding-bottom:0}.sm\:pt-4{padding-top:1rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:align-middle{vertical-align:middle}.sm\:text-s24{font-size:24px}.sm\:text-s16{font-size:16px}}@media (min-width:768px){.md\:static{position:static}.md\:absolute{position:absolute}.md\:right-3{right:.75rem}.md\:-right-1{right:-.25rem}.md\:right-2{right:.5rem}.md\:-top-2{top:-.5rem}.md\:right-9{right:2.25rem}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-7{grid-column:span 7/span 7}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:my-auto{margin-top:auto;margin-bottom:auto}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.md\:my-0{margin-top:0;margin-bottom:0}.md\:mx-\[0\]{margin-left:0;margin-right:0}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:mb-4{margin-bottom:1rem}.md\:mt-6{margin-top:1.5rem}.md\:mr-2{margin-right:.5rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mt-5{margin-top:1.25rem}.md\:mb-3{margin-bottom:.75rem}.md\:mt-4{margin-top:1rem}.md\:mb-2{margin-bottom:.5rem}.md\:mt-2{margin-top:.5rem}.md\:mt-10{margin-top:2.5rem}.md\:mb-0{margin-bottom:0}.md\:mb-8{margin-bottom:2rem}.md\:mb-14{margin-bottom:3.5rem}.md\:mt-0{margin-top:0}.md\:mt-3{margin-top:.75rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-3{margin-left:.75rem}.md\:mr-4{margin-right:1rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-12{height:3rem}.md\:h-7{height:1.75rem}.md\:h-14{height:3.5rem}.md\:h-\[56px\]{height:56px}.md\:\!h-14{height:3.5rem!important}.md\:h-11{height:2.75rem}.md\:h-auto{height:auto}.md\:h-\[80px\]{height:80px}.md\:h-\[90px\]{height:90px}.md\:h-screen{height:100vh}.md\:h-10{height:2.5rem}.md\:h-5{height:1.25rem}.md\:max-h-\[60px\]{max-height:60px}.md\:w-2\/5{width:40%}.md\:w-52{width:13rem}.md\:w-1\/2{width:50%}.md\:w-64{width:16rem}.md\:w-80{width:20rem}.md\:w-2\/3{width:66.666667%}.md\:w-7{width:1.75rem}.md\:w-20{width:5rem}.md\:w-14{width:3.5rem}.md\:w-\[400px\]{width:400px}.md\:w-60{width:15rem}.md\:w-\[90px\]{width:90px}.md\:w-12{width:3rem}.md\:w-\[35\%\]{width:35%}.md\:w-full{width:100%}.md\:w-\[80px\]{width:80px}.md\:w-10{width:2.5rem}.md\:w-5{width:1.25rem}.md\:w-\[30px\]{width:30px}.md\:\!w-\[500px\]{width:500px!important}.md\:w-auto{width:auto}.md\:min-w-\[500px\]{min-width:500px}.md\:min-w-\[150px\]{min-width:150px}.md\:max-w-xl{max-width:36rem}.md\:max-w-2xl{max-width:42rem}.md\:max-w-full{max-width:100%}.md\:max-w-\[600px\]{max-width:600px}.md\:max-w-\[175px\]{max-width:175px}.md\:max-w-\[130px\]{max-width:130px}.md\:flex-grow-0{flex-grow:0}.md\:-translate-x-1\/2{--tw-translate-x:-50%;transform:var(--tw-transform)}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:gap-6{gap:1.5rem}.md\:gap-4{gap:1rem}.md\:gap-x-8{column-gap:2rem}.md\:gap-y-4{row-gap:1rem}.md\:\!rounded-none{border-radius:0!important}.md\:rounded-xl{border-radius:.75rem}.md\:border{border-width:1px}.md\:border-0{border-width:0}.md\:border-b{border-bottom-width:1px}.md\:border-t{border-top-width:1px}.md\:border-l{border-left-width:1px}.md\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.md\:bg-transparent{background-color:transparent}.md\:bg-card-bg{background-color:var(--card-bg)}.md\:\!bg-transparent{background-color:transparent!important}.md\:p-6{padding:1.5rem}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-0{padding:0}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.md\:pt-6{padding-top:1.5rem}.md\:pt-4{padding-top:1rem}.md\:pt-3{padding-top:.75rem}.md\:pl-0{padding-left:0}.md\:pt-12{padding-top:3rem}.md\:pb-5{padding-bottom:1.25rem}.md\:pb-7{padding-bottom:1.75rem}.md\:pr-2{padding-right:.5rem}.md\:pl-2{padding-left:.5rem}.md\:pb-0{padding-bottom:0}.md\:pt-0{padding-top:0}.md\:pb-14{padding-bottom:3.5rem}.md\:pb-3{padding-bottom:.75rem}.md\:pr-8{padding-right:2rem}.md\:pl-4{padding-left:1rem}.md\:pr-3{padding-right:.75rem}.md\:pb-8{padding-bottom:2rem}.md\:pt-1{padding-top:.25rem}.md\:pr-20{padding-right:5rem}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:text-s18{font-size:18px}.md\:text-s30{font-size:30px}.md\:text-s40{font-size:40px}.md\:font-semibold{font-weight:600}.md\:font-normal{font-weight:400}.md\:font-bold{font-weight:700}.md\:uppercase{text-transform:uppercase}.md\:capitalize{text-transform:capitalize}.md\:leading-6{line-height:1.5rem}.md\:\!text-white{--tw-text-opacity:1!important;color:rgba(255,255,255,var(--tw-text-opacity))!important}.md\:text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.md\:\!shadow-none{--tw-shadow:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.md\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .md\:dark\:flex-row-reverse{flex-direction:row-reverse}.dark .md\:dark\:\!border-0{border-width:0!important}.dark .md\:dark\:bg-card-bg{background-color:var(--card-bg)}.dark .md\:dark\:bg-body-bg{background-color:var(--body-bg)}.dark .md\:dark\:bg-transparent{background-color:transparent}.dark .md\:dark\:\!bg-transparent{background-color:transparent!important}}@media (min-width:1024px){.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-start-7{grid-column-start:7}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mt-0{margin-top:0}.lg\:mt-24{margin-top:6rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-9{margin-bottom:2.25rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:mt-7{margin-top:1.75rem}.lg\:ml-8{margin-left:2rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-4{margin-top:1rem}.lg\:mb-0{margin-bottom:0}.lg\:mt-5{margin-top:1.25rem}.lg\:mr-4{margin-right:1rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-12{height:3rem}.lg\:w-\[410px\]{width:410px}.lg\:w-auto{width:auto}.lg\:w-10\/12{width:83.333333%}.lg\:w-1\/4{width:25%}.lg\:w-1\/3{width:33.333333%}.lg\:w-\[500px\]{width:500px}.lg\:w-2\/3{width:66.666667%}.lg\:max-w-xl{max-width:36rem}.lg\:max-w-2xl{max-width:42rem}.lg\:max-w-7xl{max-width:80rem}.lg\:flex-grow{flex-grow:1}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-center{justify-content:center}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-x-4{column-gap:1rem}.lg\:rounded-lg{border-radius:.5rem}.lg\:border-b-0{border-bottom-width:0}.lg\:bg-transparent{background-color:transparent}.lg\:\!bg-transparent{background-color:transparent!important}.lg\:p-7{padding:1.75rem}.lg\:p-10{padding:2.5rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:\!px-0{padding-left:0!important;padding-right:0!important}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pt-8{padding-top:2rem}.lg\:pl-5{padding-left:1.25rem}.lg\:pt-0{padding-top:0}.lg\:pr-32{padding-right:8rem}.dark .lg\:dark\:\!bg-transparent{background-color:transparent!important}}@media (min-width:1280px){.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-4{grid-column:span 4/span 4}.xl\:col-span-8{grid-column:span 8/span 8}.xl\:col-span-1{grid-column:span 1/span 1}.xl\:col-start-2{grid-column-start:2}.xl\:mt-5{margin-top:1.25rem}.xl\:mb-7{margin-bottom:1.75rem}.xl\:ml-5{margin-left:1.25rem}.xl\:ml-2{margin-left:.5rem}.xl\:mb-5{margin-bottom:1.25rem}.xl\:ml-8{margin-left:2rem}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:w-1\/2{width:50%}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-row-reverse{flex-direction:row-reverse}.xl\:flex-col{flex-direction:column}.xl\:gap-8{gap:2rem}.xl\:gap-6{gap:1.5rem}.xl\:p-7{padding:1.75rem}.xl\:p-5{padding:1.25rem}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:px-7{padding-left:1.75rem;padding-right:1.75rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.xl\:pt-10{padding-top:2.5rem}.xl\:pb-7{padding-bottom:1.75rem}.xl\:pb-4{padding-bottom:1rem}.xl\:pr-0{padding-right:0}.xl\:pl-0{padding-left:0}.xl\:pl-3{padding-left:.75rem}.xl\:pb-16{padding-bottom:4rem}.xl\:pl-6{padding-left:1.5rem}}@media (min-width:1536px){.\32xl\:right-0{right:0}.\32xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.\32xl\:gap-6{gap:1.5rem}.\32xl\:gap-8{gap:2rem}.\32xl\:pl-8{padding-left:2rem}}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue/helvetica-neue-regular.ttf);font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue/helveticaneuelight.ttf);font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue/helvetica-neue-regular.ttf);font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue/helveticaneuemedium.ttf);font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue/helvetica-neue-bold.ttf);font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Leckerli One;src:url(/fonts/LeckerliOne/LeckerliOne-Regular.ttf);font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:"cursive";src:url(/fonts/CedarvilleCursive/CedarvilleCursive-Regular.ttf);font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins/Poppins-Regular.ttf);font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins/Poppins-Medium.ttf);font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins/Poppins-SemiBold.ttf);font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins/Poppins-Bold.ttf);font-style:normal;font-weight:700;font-display:swap}.layout3{overflow:visible!important;height:100%;padding-right:0!important;min-height:100vh;font-size:15px}.layout3 .fs12{font-size:12px}.layout3 .fs14{font-size:14px}.layout3 .fs16{font-size:16px}.layout3 .fs18{font-size:18px}.layout3 .fs20{font-size:20px}.layout3 .fs24{font-size:24px}.layout3 .fs34{font-size:34px}.layout3 .fs10{font-size:10px}.layout3 .font-title-large{font-size:20px}@media screen and (min-width:992px){.layout3 .font-title-large{font-size:24px;line-height:1.3}}@media screen and (min-width:1200px){.layout3 .font-title-large{font-size:34px}}.layout3 .font-title-medium{font-size:18px}@media screen and (min-width:1200px){.layout3 .font-title-medium{font-size:24px}}.layout3 .font-title{font-size:16px}@media screen and (min-width:992px){.layout3 .font-title{font-size:18px}}.layout3 .font-text{font-size:14px}@media screen and (min-width:992px){.layout3 .font-text{font-size:16px}}@media screen and (min-width:1200px){.layout3 .font-text{font-size:18px}}.layout3 .fs-md-24{font-size:16px}@media screen and (min-width:640px){.layout3 .fs-md-24{font-size:24px;line-height:1.3}}.layout3 body{font-family:Helvetica Neue,sans-serif}.layout3 :root{--toastify-toast-width:unset;--primary-color:#f80000}.layout3 .max-w-layout{max-width:1920px;margin:0 auto}.layout3 .max-w-content{max-width:1750px;margin:0 auto;padding:0 15px}@media(max-width:768px){.layout3 .px-xs-0{padding-left:0!important;padding-right:0!important}}.layout3 .mx--15{margin-left:-15px;margin-right:-15px}@media(min-width:768px){.layout3 .mx--15{margin-left:auto;margin-right:auto}}.layout3 .bg-gray{background-color:#f4f4f4}.layout3 .bg-darkblue{background-color:#2c3a57}.layout3 .bg-primary-color,.layout3 .bg-red{background-color:#f80000}.layout3 .box-shadow-sm{box-shadow:0 0 6px #17254b19}.layout3 .box-b-shadow-sm{box-shadow:0 5px 6px #17254b19}.layout3 .border-primary-color{border-color:#f80000}.layout3 .bg-modal{background-color:#0000004a}.layout3 .text-darkblue{color:#2c3a57}.layout3 .min-hei-48{min-height:48px}.layout3 .min-h-100{min-height:100px}.layout3 .min-w-300{min-width:300px}.layout3 .text-red{color:#f80000}.layout3 .color333{color:#333}.layout3 .colorBABA{color:#bababa}.layout3 .color-dark-blue{color:#2c3a57}.layout3 .color-gray-custom{color:#969dab}.layout3 .color-total-price-cart-item{color:#070707}.layout3 .text-shadow-black{text-shadow:2px 0 0 #000,-2px 0 0 #000,0 2px 0 #000,0 -2px 0 #000,1px 1px #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000}.layout3 .text-green-custom{color:#00a52c}.layout3 .text-green-custom_2{color:#00c33c}.layout3 .text-2-line{-webkit-line-clamp:2}.layout3 .text-1-line,.layout3 .text-2-line{line-height:2.25rem;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.layout3 .text-1-line{-webkit-line-clamp:1}@media(max-width:1023px){.layout3 .px-0-important-m{padding:0!important}}.layout3 .bg-second-gray{background-color:#f7f9fc}.layout3 .bg-dark-gray{background-color:#2c3a57}.layout3 .bg-orange-primary{background-color:#ff5b24}.layout3 .bg-orange-second{background-color:#fff6f3}.layout3 .bg-blue-primary{background-color:#2566af0d}.layout3 .bg-blue-second{background-color:#2566af}.layout3 .bg-green-primary{background-color:#63a422}.layout3 .bg-green-second{background-color:#def2e8}.layout3 .bg-red-primary{background-color:#f80000}.layout3 .bg-red-primary-2{background-color:#f80000b3}.layout3 .primary-blue-color{color:#0099f8}.layout3 .second-blue-color{color:#2566af}.layout3 .primary-gray-color{color:#bababa}.layout3 .second-gray-color{color:#f7f9fc}.layout3 .primary-green-color{color:#00c33c}.layout3 .primary-red-color{color:var(--primary-color)!important}.layout3 .primary-orange-color{color:#ff5b24}.layout3 .dark-blue-color{color:#2c3a57}.layout3 .text-primary-color{color:var(--primary-color)!important}.layout3 .border-orange-primary{border-color:#ff5b24}.layout3 .border-blue-primary{border-color:#2566af}.layout3 .border-green-primary{border-color:#00b23b}.layout3 .border-red-primary{border-color:#f80000}.layout3 .border-bt-gray{border-bottom:1px solid #1010100d}.layout3 .border-gray-second{border:1px solid #2c3a57}.layout3 .h-20em,.layout3 .min-h-20em{min-height:20em}.layout3 .min-h-15rem{min-height:15rem}.layout3 .min-w-6em{min-width:6em}.layout3 .pick-address-map{height:80svh;width:92svw}@media screen and (min-width:768px){.layout3 .pick-address-map{height:85svw;max-height:80svh;width:65svw;max-width:80svh}}@media screen and (min-width:1024px){.layout3 .pick-address-map{height:40svw;max-height:60svh;width:40svw;max-width:60svh}}.layout3 .input-map{box-sizing:border-box;border:1px solid transparent;width:240px;height:40px;padding:0 12px;border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,.3);font-size:14px;outline:none;text-overflow:ellipses;position:absolute;left:.5rem;top:10px}.layout3 .html-content :root{--ck-color-mention-background:rgba(153,0,48,0.1);--ck-color-mention-text:#990030;--ck-highlight-marker-blue:#72ccfd;--ck-highlight-marker-green:#62f962;--ck-highlight-marker-pink:#fc7899;--ck-highlight-marker-yellow:#fdfd77;--ck-highlight-pen-green:#128a00;--ck-highlight-pen-red:#e71313;--ck-image-style-spacing:1.5em;--ck-todo-list-checkmark-size:16px}.layout3 .html-content .ck-content .marker-yellow{background-color:var(--ck-highlight-marker-yellow)}.layout3 .html-content .ck-content .marker-green{background-color:var(--ck-highlight-marker-green)}.layout3 .html-content .ck-content .marker-pink{background-color:var(--ck-highlight-marker-pink)}.layout3 .html-content .ck-content .marker-blue{background-color:var(--ck-highlight-marker-blue)}.layout3 .html-content .ck-content .pen-red{color:var(--ck-highlight-pen-red);background-color:transparent}.layout3 .html-content .ck-content .pen-green{color:var(--ck-highlight-pen-green);background-color:transparent}.layout3 .html-content .ck-content .text-tiny{font-size:.7em}.layout3 .html-content .ck-content .text-small{font-size:.85em}.layout3 .html-content .ck-content .text-big{font-size:1.4em}.layout3 .html-content .ck-content .text-huge{font-size:1.8em}.layout3 .html-content .ck-content .image-style-side{float:right;margin-left:var(--ck-image-style-spacing);max-width:50%}.layout3 .html-content .ck-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.layout3 .html-content .ck-content .image-style-align-center{margin-left:auto;margin-right:auto}.layout3 .html-content .ck-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.layout3 .html-content .ck-content pre{padding:1em;color:#353535;background:rgba(199,199,199,.3);border:1px solid #c4c4c4;border-radius:2px;text-align:left;direction:ltr;-moz-tab-size:4;-o-tab-size:4;tab-size:4;white-space:pre-wrap;font-style:normal;min-width:200px}.layout3 .html-content .ck-content pre code{background:unset;padding:0;border-radius:0}.layout3 .html-content .ck-content .raw-html-embed{margin:1em auto;min-width:15em;font-style:normal}.layout3 .html-content .ck-content hr{margin:15px 0;height:4px;background:#dedede;border:0}.layout3 .html-content .ck-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:#333;background-color:#f7f7f7;padding:.6em;font-size:.75em;outline-offset:-1px}.layout3 .html-content .ck-content .image.image_resized{max-width:100%;display:block;box-sizing:border-box}.layout3 .html-content .ck-content .image.image_resized img{width:100%}.layout3 .html-content .ck-content .image.image_resized>figcaption{display:block}.layout3 .html-content .ck-content .image{display:table;clear:both;text-align:center;margin:1em auto}.layout3 .html-content .ck-content .image img{display:block;margin:0 auto;max-width:100%;min-width:50px}.layout3 .html-content .ck-content span[lang]{font-style:italic}.layout3 .html-content .ck-content code{background-color:rgba(199,199,199,.3);padding:.15em;border-radius:2px}.layout3 .html-content .ck-content blockquote{overflow:hidden;padding-right:1.5em;padding-left:1.5em;margin-left:0;margin-right:0;font-style:italic;border-left:5px solid #ccc}.layout3 .html-content .ck-content[dir=rtl] blockquote{border-left:0;border-right:5px solid #ccc}.layout3 .html-content .ck-content .table{margin:1em auto;display:table}.layout3 .html-content .ck-content .table table{border-collapse:collapse;border-spacing:0;width:100%;height:100%;border:1px double #b3b3b3}.layout3 .html-content .ck-content .table table td,.layout3 .html-content .ck-content .table table th{min-width:2em;padding:.4em;border:1px solid #bfbfbf}.layout3 .html-content .ck-content .table table th{font-weight:700;background:rgba(0,0,0,.05)}.layout3 .html-content .ck-content[dir=rtl] .table th{text-align:right}.layout3 .html-content .ck-content[dir=ltr] .table th{text-align:left}.layout3 .html-content .ck-content .page-break{position:relative;clear:both;padding:5px 0;display:flex;align-items:center;justify-content:center}.layout3 .html-content .ck-content .page-break:after{content:"";position:absolute;border-bottom:2px dashed #c4c4c4;width:100%}.layout3 .html-content .ck-content .page-break__label{position:relative;z-index:1;padding:.3em .6em;display:block;text-transform:uppercase;border:1px solid #c4c4c4;border-radius:2px;font-family:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;font-size:.75em;font-weight:700;color:#333;background:#fff;box-shadow:2px 2px 1px rgba(0,0,0,.15);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.layout3 .html-content .ck-content .media{clear:both;margin:1em 0;display:block;min-width:15em}.layout3 .html-content .ck-content .todo-list{list-style:none}.layout3 .html-content .ck-content .todo-list li{margin-bottom:5px}.layout3 .html-content .ck-content .todo-list li .todo-list{margin-top:5px}.layout3 .html-content .ck-content .todo-list .todo-list__label>input{-webkit-appearance:none;display:inline-block;position:relative;width:var(--ck-todo-list-checkmark-size);height:var(--ck-todo-list-checkmark-size);vertical-align:middle;border:0;left:-25px;margin-right:-15px;right:0;margin-left:0}.layout3 .html-content .ck-content .todo-list .todo-list__label>input:before{display:block;position:absolute;box-sizing:border-box;content:"";width:100%;height:100%;border:1px solid #333;border-radius:2px;transition:box-shadow .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out}.layout3 .html-content .ck-content .todo-list .todo-list__label>input:after{display:block;position:absolute;box-sizing:content-box;pointer-events:none;content:"";left:calc(var(--ck-todo-list-checkmark-size)/3);top:calc(var(--ck-todo-list-checkmark-size)/5.3);width:calc(var(--ck-todo-list-checkmark-size)/5.3);height:calc(var(--ck-todo-list-checkmark-size)/2.6);border-left:0 solid transparent;border-bottom:calc(var(--ck-todo-list-checkmark-size)/8) solid transparent;border-right:calc(var(--ck-todo-list-checkmark-size)/8) solid transparent;border-top:0 solid transparent;transform:rotate(45deg)}.layout3 .html-content .ck-content .todo-list .todo-list__label>input[checked]:before{background:#26ab33;border-color:#26ab33}.layout3 .html-content .ck-content .todo-list .todo-list__label>input[checked]:after{border-color:#fff}.layout3 .html-content .ck-content .todo-list .todo-list__label .todo-list__label__description{vertical-align:middle}.layout3 .html-content .ck-content .mention{background:var(--ck-color-mention-background);color:var(--ck-color-mention-text)}@media print{.layout3 .html-content .ck-content .page-break{padding:0}.layout3 .html-content .ck-content .page-break:after{display:none}}.layout3 #measuringWrapper{border-bottom:1px solid #eee}.layout3 #header_category{height:60px;width:100%;box-shadow:0 5px 20px #17254b26}.layout3 #header_category .icon-home{width:60px;height:60px;padding:0 15px;display:flex;align-items:center;justify-content:center;background-color:#c71e1e}.layout3 #header_category .icon-home svg{width:100%;height:100%}.layout3 #header_category #arrows-direction-left{width:40px;height:60px;display:flex;align-items:center;justify-content:center}.layout3 #header_category .category-parent::-webkit-scrollbar{display:none}.layout3 #header_category .category-parent>.scrollbar-container>.active{height:100%}.layout3 #header_category .category-parent>.scrollbar-container>.active .category-item{font-weight:700;position:relative;letter-spacing:0}.layout3 #header_category .category-parent>.scrollbar-container>.active .category-item .item_bg_active{display:block;width:100%;height:100%;background-color:#c71e1e;position:absolute;bottom:0;left:0;transition:all .2s}.layout3 #header_category .category-parent>.scrollbar-container>.active .category-item p{letter-spacing:0;z-index:1;line-height:normal}.layout3 #header_category .category-parent>.scrollbar-container>.active .category-item .item_border_active{display:block;width:100%;height:4px;background-color:#fff;position:absolute;bottom:0;left:0;border-bottom:1px solid #c3c3c3;border-radius:10px}.layout3 #header_category .category-parent{-ms-overflow-style:none;scrollbar-width:none}.layout3 #header_category .category-parent .category-item{min-width:100px;width:-webkit-max-content;width:-moz-max-content;font-size:16px;letter-spacing:0;width:max-content;height:60px}.layout3 #header_category .category-parent .category-item p{letter-spacing:0;z-index:1;line-height:normal}.layout3 #header_category .category-parent .category-item .item_bg_active{display:block;width:0;height:100%;background-color:#c71e1e;position:absolute;bottom:0;left:0}.layout3 #header_category .scrollbar-container .ps__rail-x,.layout3 #header_category .scrollbar-container .ps__rail-x .ps__thumb-x{height:0}.layout3 #header_category .ps .ps__rail-x.ps--clicking,.layout3 #header_category .ps .ps__rail-x:focus,.layout3 #header_category .ps .ps__rail-x:hover,.layout3 #header_category .ps .ps__rail-y.ps--clicking,.layout3 #header_category .ps .ps__rail-y:focus,.layout3 #header_category .ps .ps__rail-y:hover{background-color:transparent}.layout3 .cookie-privacy-body{width:80%}@media(min-width:600px){.layout3 .cookie-privacy-body{width:360px!important}}.layout3 #footer-layout3 .copy-right{background-color:#2c3a57}.layout3 #footer-layout3 .ic-other-link{color:#2c3a57;height:20px}.layout3 .font-14{font-size:14px!important}.layout3 .mobile-footer>div{height:65px;box-shadow:0 4px 6px 6px #17254b19;height:73px}.layout3 .mobile-footer-two-container{position:fixed;bottom:0;height:93px;z-index:10}.layout3 .mobile-footer-two-container .mobile-footer-two__overlay{z-index:1;position:absolute;bottom:-8px;width:100%;height:100%;background-color:#ffffffc2;opacity:.8;border-top-left-radius:15px;border-top-right-radius:15px}.layout3 .mobile-footer-two-container .mobile-footer-two__overlay-two{background-color:#c2c1c169;opacity:.8;z-index:1;position:absolute;bottom:-22px;width:100%;height:100%;border-top-left-radius:12px;border-top-right-radius:12px}.layout3 .mobile-footer-two-container .mobile-footer-two{display:flex;align-items:center;position:absolute;bottom:-9px;z-index:2}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__left,.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__right{height:72px;background-color:#636363;width:calc(50vw - 41px);display:flex;align-items:center;justify-content:space-evenly}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__left .item,.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__right .item{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px;color:#f7f7f7;cursor:pointer;margin-bottom:7px}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__left .item .bold,.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__right .item .bold{font-weight:700}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__left{border-top-left-radius:18px}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__right{border-top-right-radius:18px}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center{height:72px;position:relative;background-image:radial-gradient(circle at 50% 0,transparent 46.5%,#636363 0)}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center .label{position:absolute;bottom:19px;font-size:10px;color:#f7f7f7;text-align:center;width:100%}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center .label .bold{font-weight:700}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center .mobile-footer-two__btn-cart{position:absolute;top:-16px;left:calc(50% - 26px);width:52px;height:52px;background-color:#444;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 15px #c8c8c8}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center .mobile-footer-two__btn-cart-active{color:#fff!important;background-color:#f80000!important}.layout3 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center .mobile-footer-two__qty-cart{height:24px;min-width:24px;border-radius:50%;font-size:14px;color:#fff;background-color:#f80000;position:absolute;z-index:1;top:-22px;right:10px;display:flex;align-items:center;justify-content:center}.layout3 .container-product-list{background:#f4f4f4 0 0 no-repeat padding-box}.layout3 .product-list{max-width:1720px;margin:0 auto}.layout3 .product-list .cate-name{font-size:30px;color:#333}@media(max-width:768px){.layout3 .product-list .cate-name{font-size:20px}}.layout3 .product-item{padding:11px;background-color:#fff;border:1px solid #17254b1a;border-radius:3px;width:100%;overflow:hidden;position:relative}.layout3 .product-item .image-product{border-radius:3px;position:relative;padding-bottom:60%;overflow:hidden;z-index:1}.layout3 .product-item .image-product .image,.layout3 .product-item .image-product .image-out-stock{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout3 .product-item .image-product .image-out-stock{height:100%;display:flex;align-items:center;justify-content:center}.layout3 .product-item .image-product .image-out-stock .overlay{position:absolute;width:100%;height:100%;top:0;background-color:#f80000;opacity:.5}.layout3 .product-item .image-product .image-out-stock .label-no-bg{position:absolute;z-index:2;flex:1;top:0;bottom:0;width:100%;background:transparent!important;display:flex;align-items:center;justify-content:center}.layout3 .product-item .image-product .image-out-stock .label{position:absolute;z-index:2;width:100%;background:rgba(0,0,0,.5)!important;display:flex;bottom:0;align-items:center;justify-content:center}.layout3 .product-item .label-new{position:absolute;z-index:2;width:300px;padding:4px 0;background-color:#f80000;top:19px;right:-115px;transform:rotate(42deg);color:#fff;font-weight:700;text-align:center}@media(max-width:767px){.layout3 .product-item .label-new{font-size:14px;width:300px}}@media(max-width:500px){.layout3 .product-item .label-new{font-size:12px;top:14px;right:-124px;padding:2px 0}}.layout3 .product-item .label-best-seller{position:absolute;z-index:2;width:300px;padding:4px 0;background-color:#21e621;top:19px;right:-115px;transform:rotate(42deg);color:#fff;font-weight:700;text-align:center}@media(max-width:767px){.layout3 .product-item .label-best-seller{font-size:14px;width:300px}}@media(max-width:500px){.layout3 .product-item .label-best-seller{font-size:12px;top:14px;right:-124px;padding:2px 0}}.layout3 .product-item .label-bargain{position:absolute;z-index:2;width:300px;padding:4px 0;background-color:#009dff;top:19px;right:-115px;transform:rotate(42deg);color:#fff;font-weight:700;text-align:center}@media(max-width:767px){.layout3 .product-item .label-bargain{font-size:14px;width:300px}}@media(max-width:500px){.layout3 .product-item .label-bargain{font-size:12px;top:14px;right:-124px;padding:2px 0}}.layout3 .product-item .product-description{width:100%;word-wrap:break-word;display:flex}.layout3 .product-item .bottom-item .btn-add{display:flex;justify-content:center;align-items:center;background-color:#f800001a;color:red;padding:8px}@media(max-width:767px){.layout3 .product-item-mobile .image-product .image,.layout3 .product-item-mobile .image-product .image-out-stock{left:15%;width:70%}}.layout3 .product-item-two{background-color:#fff;border-radius:8px;width:100%;overflow:hidden;position:relative}.layout3 .product-item-two .image-product{border-radius:3px;position:relative;padding-bottom:60%;overflow:hidden;z-index:1;border-top-left-radius:8px;border-top-right-radius:8px}.layout3 .product-item-two .image-product .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout3 .product-item-two .label-new{position:absolute;z-index:2;width:300px;padding:4px 0;background-color:red;top:19px;right:-115px;transform:rotate(42deg);color:#fff;font-weight:700;text-align:center}@media(max-width:767px){.layout3 .product-item-two .label-new{font-size:14px;width:300px}}@media(max-width:500px){.layout3 .product-item-two .label-new{font-size:12px;top:14px;right:-124px;padding:2px 0}}.layout3 .product-item-two .label-best-seller{position:absolute;z-index:2;width:300px;padding:4px 0;background-color:#21e621;top:19px;right:-115px;transform:rotate(42deg);color:#fff;font-weight:700;text-align:center}@media(max-width:767px){.layout3 .product-item-two .label-best-seller{font-size:14px;width:300px}}@media(max-width:500px){.layout3 .product-item-two .label-best-seller{font-size:12px;top:14px;right:-124px;padding:2px 0}}.layout3 .product-item-two .label-bargain{position:absolute;z-index:2;width:300px;padding:4px 0;background-color:#009dff;top:19px;right:-115px;transform:rotate(42deg);color:#fff;font-weight:700;text-align:center}@media(max-width:767px){.layout3 .product-item-two .label-bargain{font-size:14px;width:300px}}@media(max-width:500px){.layout3 .product-item-two .label-bargain{font-size:12px;top:14px;right:-124px;padding:2px 0}}.layout3 .product-item-two .bottom-item .btn-add{display:flex;justify-content:center;align-items:center;background-color:#f800001a;color:red;padding:8px}.layout3 .text-color-item{color:#333}.layout3 .text-color-item-2{color:#2c3a57}.layout3 .out-of-stock{z-index:2}.layout3 .out-of-stock .overlay{position:absolute;width:100%;height:100%;top:0;background-color:#f80000;opacity:.5}.layout3 .out-of-stock .label-no-bg{flex:1;top:0;background:transparent!important}.layout3 .out-of-stock .label,.layout3 .out-of-stock .label-no-bg{width:100%;position:absolute;z-index:2;bottom:0;display:flex;align-items:center;justify-content:center}.layout3 .out-of-stock .label{background:rgba(0,0,0,.5)!important}.layout3 .btn-add-to-cart{background-color:#f800001a;padding:8px}.layout3 .btn-add-to-cart,.layout3 .btn-add-to-cart-two{display:flex;justify-content:center;align-items:center;color:var(--primary-color)}.layout3 .btn-add-to-cart-two{background-color:#f80000;padding:6px;border-radius:50%}.layout3 #second-header{box-shadow:0 2px 8px -3px #17254b19;width:100vw}.layout3 #second-header .icon-back{position:absolute;left:20px}.layout3 #header{top:0;z-index:10}.layout3 #header #header-cover{transition:height .3s}.layout3 #header #header-cover .img-res{width:100%}.layout3 #header #header-cover .primary-shop-background{background-size:cover;width:100%;background-position:50%;height:200px}.layout3 #header .res-info>div{position:relative;padding-right:1rem}.layout3 #header .res-info>div:after{content:"|";position:absolute;top:0;right:calc(.5rem - 2px)}.layout3 #header .res-info>div:last-child{padding-right:0}.layout3 #header .res-info>div:last-child:after{content:""}@media(min-width:1200px){.layout3 #header .res-info>div{padding-right:3rem}.layout3 #header .res-info>div:after{right:calc(1.5rem - 2px)}}.layout3 #header #header-top .order-type-switcher{border-radius:63px;background-color:#17254b26}.layout3 #header #header-top .order-type-switcher>.item{padding:4px 15px;line-height:1.5;z-index:1;transition:all;transition-duration:.3s;border-radius:63px}.layout3 #header #header-top .order-type-switcher>.item.active{color:#fff;z-index:2;background-color:#f80000}.layout3 #header #header-top .order-type-switcher>.item:hover{z-index:2}.layout3 #header #header-bottom .res-name{display:block;display:-webkit-box;max-width:100%;height:31.2px;margin:0 auto;font-size:24px;line-height:1.3;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.layout3 #header #header-bottom .logo{height:60px}.layout3 #header #menu-mobile{background-color:#fff;padding:10px 0;box-shadow:0 5px 5px rgba(182,182,182,.3)}.layout3 #header #menu-mobile .mobile-logo{max-width:120px}.layout3 #header #menu-mobile>div{width:100vw;max-width:100%}.layout3 #header #menu-mobile>div .was-sticky .bg-white{box-shadow:0 5px 5px rgba(182,182,182,.3)}.layout3 #header #menu-mobile .order-type-switcher{border-radius:55px;background-color:#17254b26}.layout3 #header #menu-mobile .order-type-switcher>.item{padding:4px 10px;line-height:1.5;z-index:1;transition:all;transition-duration:.3s;border-radius:55px;font-size:14px}.layout3 #header #menu-mobile .order-type-switcher>.item>div{display:none!important}@media screen and (min-width:480px){.layout3 #header #menu-mobile .order-type-switcher>.item>div{display:flex!important}}.layout3 #header #menu-mobile .order-type-switcher>.item.active{color:#fff;z-index:2;background-color:#f80000}.layout3 #header #menu-mobile .order-type-switcher>.item:hover{z-index:2}.layout3 .input-search-header{width:100%;max-width:400px;min-width:160px;background:#fff 0 0 no-repeat padding-box;border:1px solid #17254b26;border-radius:5px;height:50px;display:flex;align-items:center;position:relative;padding:0 42px 0 20px}.layout3 .input-search-header input{width:100%;border:none;outline:0;font-size:20px}.layout3 .input-search-header .icon_search{position:absolute;right:12px;top:12px}@media(max-width:400px){.layout3 #menu-mobile .mobile-logo{max-width:85px!important}}@media(max-width:1023px){.layout3 .input-search-header{max-width:160px}}@media(min-width:1023px)and (max-width:1280px){.layout3 .input-search-header{max-width:200px}}.layout3 .order-type-switcher{border-radius:63px;background-color:#17254b26}.layout3 .order-type-switcher>.item{padding:4px 15px;line-height:1.5;z-index:1;transition:all;transition-duration:.3s;border-radius:63px}.layout3 .order-type-switcher>.item.active{color:#fff;z-index:2;background-color:#f80000}.layout3 .order-type-switcher>.item:hover{z-index:2}.layout3 #checkout-step-bar ._3uApM{display:none}@media(max-width:768px){.layout3 #checkout-step-bar{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.layout3 #checkout-main-info .checkout-scrollable{scroll-margin:200px}.layout3 #checkout-main-info .contact-info textarea{height:76%}.layout3 #checkout-main-info .pickup-time .available-day{max-width:100%}@media screen and (min-width:1200px){.layout3 #checkout-main-info .pickup-time .available-day{max-width:70%}}.layout3 #checkout-main-info img .qr-code{width:200px}.layout3 #checkout-main-info input[type=radio]{background-color:transparent;border-radius:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;height:30px;width:30px;position:relative;-webkit-appearance:none;border:1px solid #bababa}.layout3 #checkout-main-info input[type=radio]:after{background-color:transparent;border-radius:100%;content:"";display:block;position:absolute;width:17px;height:17px;top:50%;left:50%;transform:translate(-50%,-50%)}.layout3 #checkout-main-info input[type=radio]:checked:after{background-color:var(--primary-color)}.layout3 #checkout-main-info input[type=radio]:checked{border:1px solid var(--primary-color)}.layout3 #checkout-main-info .bg-input-info{background-color:#f7f9fc}.layout3 #checkout-main-info .header-order-form{position:relative}.layout3 #checkout-main-info .header-order-form .title-form{position:absolute;top:14px;left:41%}.layout3 #checkout-main-info .font-size-32{font-size:24px}@media screen and (min-width:1024px){.layout3 #checkout-main-info .header-order-form .title-form{right:14px;left:auto}}@media screen and (min-width:1280px){.layout3 #checkout-main-info .header-order-form .title-form{right:auto;left:41%}}.layout3 #checkout-cart-items .payment-info{border-top:1px solid #17254b1a;box-shadow:0 -3px 10px #17254b1a}.layout3 #checkout-cart-items .payment-info .total-label{font-size:24px}.layout3 #checkout-cart-items .payment-info .total-value{font-size:34px}.layout3 #checkout-cart-items .payment-info .info-label{font-size:20px}.layout3 #checkout-cart-items .list-items{max-height:95vh;overflow-y:auto}.layout3 #checkout-cart-items .list-items ::-webkit-scrollbar{display:none}.layout3 #checkout-cart-items .cart-items .border-b:last-child{border:0}.layout3 #checkout-cart-items .cart-items .container_cart_img{border:1px solid #17254b19;border-radius:3px;position:relative;overflow:hidden;z-index:1;width:110px!important;min-width:110px!important;height:110px!important}.layout3 #checkout-cart-items .cart-items .container_cart_img .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout3 #checkout-cart-items .color-text-info{color:#0099f8}.layout3 #checkout-cart-items .color-text-note{color:#bababa}.layout3 #checkout-popular .popular-foods .slick-track{display:flex}.layout3 #checkout-popular .popular-foods .slick-track .slick-slide{height:auto}.layout3 #checkout-popular .popular-foods .slick-track .slick-slide>div{height:100%}.layout3 #checkout-popular .popular-foods .product-item{min-width:15em;max-width:15em;margin-left:.5em;margin-right:.5em}.layout3 .list-table-checkout__container .title{color:#333;font-size:20px;font-weight:700}.layout3 .list-table-checkout__container .list-table-checkout{width:100%;overflow-x:auto;display:flex;padding-bottom:12px}.layout3 .list-table-checkout__container .list-table-checkout .list-table-checkout__item-active{border:2px solid #f80000!important}.layout3 .list-table-checkout__container .list-table-checkout .list-table-checkout__item{background-color:#f7f9fc;border:1px solid #17254b19;border-radius:10px;padding:8px 20px;display:flex;flex-direction:column;align-items:center;cursor:pointer}.layout3 .list-table-checkout__container .list-table-checkout .list-table-checkout__item .label{color:#969dab;font-size:16px;font-weight:500}.layout3 .list-table-checkout__container .list-table-checkout .list-table-checkout__item .name{color:#2c3a57;font-size:28px;font-weight:700}.layout3 .list-table-checkout__container .list-table-checkout::-webkit-scrollbar{height:7px}.layout3 .list-table-checkout__container .list-table-checkout::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.layout3 .list-table-checkout__container .list-table-checkout::-webkit-scrollbar-thumb{background:#2c3a57;border-radius:10px}.layout3 .list-table-checkout__container .list-table-checkout::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:767px){.layout3 #checkout-main-info{padding-bottom:208px}.layout3 .padding-for-dilivery{padding-bottom:238px!important}.layout3 .payment-info{position:fixed;bottom:88px;width:100%;background-color:#fff}.layout3 .payment-info .total-label,.layout3 .payment-info .total-value{font-size:20px}.layout3 .payment-info .info-label{font-size:16px}.layout3 .list-items{max-height:none;overflow-y:visible}.layout3 .list-table-checkout__container .title{font-size:16px}.layout3 .list-table-checkout__container .list-table-checkout .list-table-checkout__item{padding:4px 16px}.layout3 .list-table-checkout__container .list-table-checkout .list-table-checkout__item .label{font-size:12px}.layout3 .list-table-checkout__container .list-table-checkout .list-table-checkout__item .name{font-size:24px}}.layout3 .input-contact-checkout{position:relative}.layout3 .input-contact-checkout .label-mobile{position:absolute;top:9px;left:5px}.layout3 .section-select-location{display:flex;height:100%}.layout3 .category-list{max-width:1720px;margin:0 auto}.layout3 .category-list .cate-name{font-size:30px;color:#333}@media(max-width:768px){.layout3 .category-list .cate-name{font-size:20px}}.layout3 .category-list .product-item{padding:11px;background-color:#fff;border:1px solid #17254b1a;border-radius:3px;width:100%}.layout3 .category-list .product-item .image-product{border-radius:3px;position:relative;padding-bottom:60%;overflow:hidden;z-index:1}.layout3 .category-list .product-item .image-product .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout3 .category-list .product-item .product-description{width:100%;word-wrap:break-word;display:flex}.layout3 .category-list .product-item .product-number{color:var(--primary-color)}.layout3 .category-list .product-item .bottom-item .btn-add{display:flex;justify-content:center;align-items:center;background-color:#f800001a;color:red;padding:8px}.layout3 .category-list .product-item-mobile{padding:11px;background-color:#fff;border:1px solid #17254b1a;border-radius:3px}.layout3 .category-list .product-item-mobile .image-product{border-radius:3px;position:relative;padding-bottom:60%;overflow:hidden;z-index:1}.layout3 .category-list .product-item-mobile .image-product .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout3 .category-list .text-color-item{color:#333}.layout3 .category-list .text-color-item-2{color:#2c3a57}.layout3 .category-list .out-of-stock{z-index:2}.layout3 .category-list .out-of-stock .overlay{position:absolute;width:100%;height:100%;top:0;background-color:#f80000;opacity:.5}.layout3 .category-list .out-of-stock .label-no-bg{position:absolute;z-index:2;width:100%;background:transparent!important;display:flex;align-items:center;justify-content:center}.layout3 .category-list .out-of-stock .label{position:absolute;z-index:2;width:100%;background:rgba(0,0,0,.5)!important;display:flex;bottom:0;align-items:center;justify-content:center}.layout3 .category-list .btn-add-to-cart{display:flex;justify-content:center;align-items:center;background-color:#f800001a;color:red;padding:8px}.layout3 .restaurants-page .title_group{font-family:Leckerli One,cursive;font-weight:700}.layout3 .restaurants-page .content{max-width:900px;margin:0 auto;width:100%}.layout3 .restaurants-page .franchise-item .franchise-background-wrapper{width:100%;height:220px;margin:0 auto}.layout3 .restaurants-page .franchise-item .franchise-background-wrapper .franchise-background{background-size:cover;width:100%;height:100%;display:block;background-position:50%}@media screen and (min-width:480px){.layout3 .restaurants-page .franchise-item .franchise-background-wrapper{height:250px}}@media screen and (min-width:1100px){.layout3 .restaurants-page .franchise-item .franchise-background-wrapper{max-height:240px}}.layout3 .restaurants-page .franchise-item .service-item{width:130px;margin:0 5px}.layout3 .restaurants-page .franchise-item .shop-name{text-overflow:ellipsis;min-width:0}.layout3 .restaurants-page .current-shop{margin-left:-1rem;margin-right:-1rem}.layout3 .restaurants-page .current-shop .shop-background{background-size:cover;width:100%;height:100%;display:block;background-position:50%}.layout3 .restaurants-page .current-shop .shop-logo{max-height:90px}.layout3 .restaurants-page .current-shop .service-item{width:160px;font-size:14px;margin:0 5px}@media screen and (min-width:768px){.layout3 .restaurants-page .franchise-item{padding:14px}.layout3 .restaurants-page .current-shop{margin-left:0;margin-right:0}}@media screen and (min-width:1200px){.layout3 .restaurants-page .current-shop .service-item{font-size:18px;width:300px}}.layout3 .shop-info-popup .shop-background{background-size:cover;width:100%;height:100%;display:block;background-position:50%;height:200px}@media screen and (min-width:768px){.layout3 .shop-info-popup .si-left{border-right:3px solid #e4e9f2}}.layout3 .shop-info-popup .si-right{height:300px}@media(max-width:767px){.layout3 .shop-info-container{max-height:70vh;overflow:scroll}}@media(min-width:769px)and (max-width:1279px){.layout3 .modal-cart-items{width:450px!important}}@media(min-width:1280px){.layout3 .modal-cart-items{width:600px!important}}.layout3 .modal-cart-items{display:flex;flex-direction:column;min-height:100vh}.layout3 .modal-cart-items .header-modal{box-shadow:0 1px 0 silver}.layout3 .modal-cart-items .modal-list-cart-item{flex:1}@media(max-width:768px){.layout3 .modal-cart-items .modal-list-cart-item{max-height:calc(100vh - 150px - 70px)!important;min-height:calc(100vh - 150px - 70px)!important;height:calc(100vh - 150px - 70px)!important}}.layout3 .popup-res-closed{display:flex;position:fixed;bottom:10px;margin:auto;-o-object-fit:fill;object-fit:fill;z-index:9999999;background-color:#284963;min-height:60px;border-radius:10px;opacity:.7;width:50%;left:25%;align-items:center;justify-content:center;padding-right:20px;padding-left:20px}.layout3 .popup-res-closed .txt-content{text-align:center}.layout3 .toast-container{background-color:#284963b3;max-width:800px}@media only screen and (max-width:480px){.layout3 .Toastify__toast-container{margin-bottom:68px!important}.layout3 .Toastify__toast{margin-bottom:.5rem}}@media screen and (max-width:600px){.layout3 .popup-res-closed{width:90%;left:5%;bottom:100px}.layout3 .popup-res-closed .txt-content{font-size:20px;line-height:normal!important;text-align:center}}.layout3 .res-info-popup{max-width:90%;max-height:90vh;overflow:auto}.layout3 .res-info-popup::-webkit-scrollbar{width:5px}.layout3 .res-info-popup::-webkit-scrollbar-track{background:#d9d9d9}.layout3 .res-info-popup::-webkit-scrollbar-thumb{border-radius:20px;border:3px solid #8a2a2a85}@media screen and (min-width:992px){.layout3 .res-info-popup{max-width:600px}}.layout3 .res-info-popup .shop-background{background-size:cover;width:100%;height:100%;display:block;background-position:50%;background-repeat:no-repeat;height:200px}@media screen and (min-width:768px){.layout3 .res-info-popup .shop-background{height:325px}}.layout3 .modal-payment-error{border-radius:10px}.layout3 .modal-payment-error .title{letter-spacing:0;color:#f80000;font-weight:700}.layout3 .modal-payment-error .des_normal{width:90%;letter-spacing:0;color:#333;line-height:1.5;max-width:395px}.layout3 .modal-payment-error .des_medium{width:90%;letter-spacing:0;color:#333;line-height:1.5;max-width:300px}.layout3 .modal-payment-error .btn_dismiss{width:80%;max-width:300px;height:70px;background-color:#f80000}@media(max-width:1023px){.layout3 .modal-payment-error .btn_dismiss{height:50px;max-width:200px}}.layout3 .modal-payment-error .modal_icon{width:140px}@media(max-width:1023px){.layout3 .modal-payment-error .modal_icon{width:100px}}.layout3 .modal-order-complete{border-radius:10px}.layout3 .modal-order-complete .title{letter-spacing:0;color:#00b23b;font-weight:700}.layout3 .modal-order-complete .des_normal{width:90%;letter-spacing:0;color:#333;line-height:1.5;max-width:395px}.layout3 .modal-order-complete .des_medium{width:90%;letter-spacing:0;color:#333;line-height:1.5;max-width:300px}.layout3 .modal-order-complete .btn_dismiss{width:80%;max-width:300px;height:70px;background-color:#00b23b}@media(max-width:1023px){.layout3 .modal-order-complete .btn_dismiss{height:50px;max-width:200px}}.layout3 .modal-order-complete .modal_icon{width:140px}@media(max-width:1023px){.layout3 .modal-order-complete .modal_icon{width:100px}}.layout3 .popup-required-info{border-radius:10px}.layout3 .popup-required-info .btn_understand{width:80%;max-width:200px;height:44px;background-color:#f80000;color:#fff;text-transform:capitalize;font-size:16px;font-weight:700;border-radius:5px}@media(max-width:1023px){.layout3 .popup-required-info .btn_understand{height:50px;max-width:200px}}.layout3 .popup-required-info .btn_confirm{width:80%;max-width:125px;height:44px;background-color:#f80000;color:#fff;text-transform:capitalize;font-size:16px;font-weight:700;border-radius:5px}@media(max-width:1023px){.layout3 .popup-required-info .btn_confirm{height:50px;max-width:200px}}.layout3 .modal-search{min-height:100vh;background:#f4f4f4 0 0 no-repeat padding-box}.layout3 .modal-search .header{width:100%;height:60px;display:flex;align-items:center;padding:0 15px;position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:10;box-shadow:0 2px 0 #17254b35}.layout3 .modal-search .header .container_input_search{border:1px solid #17254b26;border-radius:5px;width:100%;height:34px;position:relative;padding-left:42px;display:flex;align-items:center}.layout3 .modal-search .header .container_input_search .icon_search{position:absolute;top:4px;left:10px}.layout3 .modal-search .header .container_input_search .input{outline:0}.layout3 .modal-search .recent_search{width:100%;background-color:#fff;box-shadow:0 6px 12px #17254b25}.layout3 .modal-search .recent_search .top{padding:15px 15px 0}.layout3 .modal-search .recent_search .top .title{font-size:16px;font-weight:700;color:#2c3a57}.layout3 .modal-search .recent_search .top .delete{color:#f80000;font-size:14px}.layout3 .modal-search .recent_search .list-recent-search{width:100%;max-height:240px}.layout3 .modal-search .recent_search .list-recent-search .list-recent-search__item{border-bottom:1px solid #ddd;padding:12px 15px}.layout3 .modal-search .recent_search .list-recent-search .list-recent-search__item .name{font-size:14px;color:#333;flex:1;word-break:break-all}.layout3 .modal-search .recent_search .list-recent-search .list-recent-search__item .icon{flex:0 0 12px}.layout3 .modal-search .products-search{width:100%;max-height:calc(100vh - 120px);overflow:auto}.layout3 #sidebar{background-color:#00000014;width:300px;height:100%;position:absolute;left:0;top:0}.layout3 #sidebar .sidebar-content{width:300px;background-color:#fff;height:100%}.layout3 #sidebar .sidebar-content .header{border-bottom:4px solid #f7f9fc;height:58px}.layout3 #sidebar .sidebar-content .body{height:calc(100% - 58px);border-bottom:4px solid #f7f9fc;overflow:hidden;overflow:auto}.layout3 #sidebar .sidebar-content .body .menu-list{min-height:calc(100% - 60px)}.layout3 #sidebar .sidebar-content .body .menu-list span{font-size:15px}.layout3 #sidebar .sidebar-content .body .menu-list .active .menu_item .label{font-weight:700;color:#000}.layout3 #sidebar .sidebar-content .body .social-link{border-top:4px solid #f7f9fc;height:60px}.layout3 #sidebar .close-icon{color:#000;font-size:22px;margin-right:8px}.layout3 #drawer-add-card{position:absolute;top:0;right:0;width:100%;height:100%}@media(min-width:768px){.layout3 #drawer-add-card{width:600px}}.layout3 #drawer-add-card .content{padding-bottom:1rem;width:100%;background-color:#fff;height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;position:absolute;top:0;right:0}@media(min-width:768px){.layout3 #drawer-add-card .content{width:600px;padding-bottom:0}}.layout3 #drawer-add-card .content .header{border-bottom:1px solid #17254b19;height:80px}.layout3 #drawer-add-card .content .product-id{color:#f80000;font-weight:700;font-size:18px}@media(min-width:768px){.layout3 #drawer-add-card .content .product-id{font-size:24px}}.layout3 #drawer-add-card .content .product-name{font-weight:700;margin-left:5px;font-size:18px;line-height:1.1}@media(min-width:768px){.layout3 #drawer-add-card .content .product-name{font-size:24px;line-height:1.2}}.layout3 #drawer-add-card .content .mobile-header .product-image{border-radius:3px;position:relative;padding-bottom:58%;overflow:hidden;z-index:1}.layout3 #drawer-add-card .content .mobile-header .product-image .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout3 #drawer-add-card .body{flex:1;overflow:auto}.layout3 #drawer-add-card .body::-webkit-scrollbar{width:5px}.layout3 #drawer-add-card .body::-webkit-scrollbar-track{background:#d9d9d9}.layout3 #drawer-add-card .body::-webkit-scrollbar-thumb{border-radius:20px;border:3px solid #df3c3c36}.layout3 #drawer-add-card .body .item{border-bottom:8px solid #f7f9fc}.layout3 #drawer-add-card .body .mobile-base-info{border-bottom:1px solid #17254b19}.layout3 #drawer-add-card .body .product-base-info .product-image{border-radius:3px;position:relative;padding-bottom:82%;overflow:hidden;z-index:1}.layout3 #drawer-add-card .body .product-base-info .product-image .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout3 #drawer-add-card .body .product-base-info .price{color:#2c3a57;font-size:24px;font-weight:700}.layout3 #drawer-add-card .body .product-base-info .key{color:#333}.layout3 #drawer-add-card .body .product-base-info .value{color:#2c3a57}.layout3 #drawer-add-card .body .product-base-info .view-more span{color:#f80000;border-bottom:1px solid #f80000}.layout3 #drawer-add-card .body .drawer-customize-product-content .custom-product-item{border-bottom:8px solid #f7f9fc}.layout3 #drawer-add-card .body .drawer-customize-product-content .custom-product-item .border-b:last-child{border:0}.layout3 #drawer-add-card .body .drawer-customize-product-content .star-icon{color:#f80000;font-size:18px}.layout3 #drawer-add-card .body .drawer-customize-product-content .required-text{color:#333;font-size:14px;line-height:24px;margin-right:2px}.layout3 #drawer-add-card .body .drawer-customize-product-content .radio{border:1px solid #bababa}.layout3 #drawer-add-card .body .drawer-customize-product-content .radio.radio-current{border:1px solid #f80000}.layout3 #drawer-add-card .body .drawer-customize-product-content .radio .radio-checked{background-color:#f80000}.layout3 #drawer-add-card .body .drawer-customize-product-content .checkbox-current{border:1px solid #f80000}.layout3 #drawer-add-card .body .drawer-customize-product-content .title{font-size:16px;color:#333;font-weight:100}.layout3 #drawer-add-card .body .drawer-customize-product-content .title.title-current{font-weight:500;color:#000}.layout3 #drawer-add-card .body .drawer-customize-product-content .notes::-moz-placeholder{color:#ccc;font-size:16px}.layout3 #drawer-add-card .body .drawer-customize-product-content .notes:-ms-input-placeholder{color:#ccc;font-size:16px}.layout3 #drawer-add-card .body .drawer-customize-product-content .notes::placeholder{color:#ccc;font-size:16px}.layout3 #drawer-add-card .body .drawer-customize-product-content .price{color:#2c3a57;font-size:20px}.layout3 #drawer-add-card .footer{height:125px;box-shadow:0 -3px 10px #17254b1a}.layout3 #drawer-add-card .footer .view-qty{flex:0 1 130px}.layout3 #drawer-add-card .footer .customize-product-bottom{display:flex;align-items:center;justify-content:space-between;flex-direction:column}@media(min-width:768px){.layout3 #drawer-add-card .footer .customize-product-bottom{flex-direction:row}}.layout3 #drawer-add-card .footer .customize-product-bottom .button-qty{background:transparent;border:1px solid #f80000;border-radius:5px;height:35px;width:35px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.layout3 #drawer-add-card .footer .customize-product-bottom .button-qty{height:55px;width:55px;border:1px solid #00000014}}.layout3 #drawer-add-card .footer .customize-product-bottom .button-qty .ic-minus{color:#f80000}.layout3 #drawer-add-card .footer .customize-product-bottom .button-cart{background-color:#f80000;color:#fff;height:45px;width:100%;display:flex;align-items:center;justify-content:center;font-size:18px;border-radius:7px}@media(min-width:768px){.layout3 #drawer-add-card .footer .customize-product-bottom .button-cart{height:55px;border-radius:0;width:unset;padding:0 20px}}.layout3 #drawer-add-card .footer .customize-product-bottom-mobile .button-qty{background:transparent;border:1px solid #f80000;border-radius:5px;height:35px;width:35px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.layout3 #drawer-add-card .footer .customize-product-bottom-mobile .button-qty{height:55px;width:55px;border:1px solid #00000014}}.layout3 #drawer-add-card .footer .customize-product-bottom-mobile .button-qty .ic-minus{color:#f80000}.layout3 #drawer-add-card .footer .customize-product-bottom-mobile .btn-cancel{border:1px solid #5c5c5c;color:#6b7589;max-width:160px;min-width:auto}.layout3 #drawer-add-card .footer .customize-product-bottom-mobile .btn-add{background-color:#f80000;color:#fff;min-width:160px}.layout3 #drawer-add-card .close-icon{color:#fff;font-size:25px;margin-right:20px;top:10px;left:10px;z-index:2;position:absolute}@media(min-width:768px){.layout3 #drawer-add-card .close-icon{position:relative;color:#bababa;left:unset;top:unset}}.layout3 .order-detail-left{background-color:#fff}@media(min-width:768px){.layout3 .order-detail-left{border-radius:5px;box-shadow:0 3px 6px #0000001a}}.layout3 .order-detail-left h1{font-size:26px;font-weight:700}.layout3 .order-detail-left h1 .order-id{color:#f80000}.layout3 .order-detail-left .rc-steps{border-bottom:10px solid #00000019}@media(min-width:768px){.layout3 .order-detail-left .rc-steps{border-bottom:0}}.layout3 .order-detail-left .rc-steps .rc-steps-item-finish .rc-steps-item-tail:after{background-color:#00c33c}.layout3 .order-detail-left .rc-steps .rc-steps-icon img{width:45px;height:45px;border-radius:100%;padding:10px;border:1px solid #00000019;background-color:#f2f2f2}.layout3 .order-detail-left .rc-steps .rc-steps-item-finish .rc-steps-item-title,.layout3 .order-detail-left .rc-steps .rc-steps-item-process .rc-steps-item-title{color:#00c33c;font-weight:500}.layout3 .order-detail-left .rc-steps .rc-steps-item-finish .rc-steps-icon img,.layout3 .order-detail-left .rc-steps .rc-steps-item-process .rc-steps-icon img{width:45px;height:45px;border-radius:100%;padding:10px;border:1px solid #00b23b;background-color:#e5f9eb}.layout3 .order-detail-left .rc-steps .rc-steps-item-tail{top:23px;padding:0}.layout3 .order-detail-left .rc-steps .rc-steps-item-tail:after{height:2px}.layout3 .order-detail-left .rc-steps .rc-steps-item-active .rc-steps-item-content,.layout3 .order-detail-left .rc-steps .rc-steps-item-wait .rc-steps-item-content{padding-left:13px}.layout3 .order-detail-left .rc-steps .order-confirmation .rc-steps-item-title{margin-left:-10px}.layout3 .order-detail-left .items .title{background-color:#e4e9f2}.layout3 .order-detail-left .items .item-order{border-bottom:1px solid #00000019}.layout3 .order-detail-left .items .item-order:last-child{border-bottom:0}.layout3 .order-detail-left .items .item-order.bg-gry{background-color:#f7f9fc}.layout3 .order-detail-left .items .item-order .name{font-weight:500}.layout3 .order-detail-left .items .item-order .tax{font-weight:500;font-size:14px;margin-right:15px}.layout3 .order-detail-left .items .item-order .price{color:#f80000;font-weight:700;font-size:20px}.layout3 .order-detail-left .items .item-order .key{font-size:14px;font-weight:400;margin-right:15px}.layout3 .order-detail-left .items .item-order .value{color:#0076de;font-weight:400;font-size:14px}.layout3 .order-detail-left .items .item-order .quantity{color:#030303;font-weight:700;font-size:20px}.layout3 .order-detail-left .items .item-order .option-price{color:#f80000;font-size:14px}.layout3 .order-detail-left .items .item-order-mobile.bg-gry{background-color:#f7f9fc}.layout3 .order-detail-left .items .item-order-mobile .price{color:#f80000;font-weight:700;font-size:20px}.layout3 .order-detail-left .items .item-order-mobile .key{font-size:14px;font-weight:400;margin-right:15px}.layout3 .order-detail-left .items .item-order-mobile .value{color:#0076de;font-weight:400;font-size:14px}.layout3 .order-detail-left .items .item-order-mobile .option-price{color:#f80000;font-size:14px}.layout3 .order-detail-left .list-total{border-top:1px solid #00000019}.layout3 .order-detail-left .list-total .note{font-weight:100;color:#bababa}.layout3 .order-detail-left .order-total{text-align:right}.layout3 .order-detail-left .order-total .ammount-paid{color:#666;font-size:14px}.layout3 .order-detail-left .order-total .total-number{color:#00c33c}.layout3 .order-detail-left .notification_order_complete{background:#e5f9eb 0 0 no-repeat padding-box;border:1px solid #00c33c;border-radius:6px;color:#00c33c;font-weight:700;letter-spacing:0;font-size:18px;padding:7px 20px;opacity:1;margin:20px 16px}.layout3 .order-detail-left .comment_order_container .list_comment{background:#e4e9f2 0 0 no-repeat padding-box;background:#f7f9fc 0 0 no-repeat padding-box;border:2px solid #e4e9f2;border-radius:10px;opacity:1}.layout3 .order-detail-left .comment_order_container .list_comment .cmt_item{letter-spacing:0;color:#333}.layout3 .order-detail-left .comment_order_container .list_comment .cmt_item .time_cmt{flex:0 0 auto;color:#bfbfbf;font-size:16px}.layout3 .order-detail-left .comment_order_container .border_bottom_cmt{border-bottom:1px solid #dbcfcf}.layout3 .order-title-detail{font-size:x-large;font-weight:700}.layout3 .order-title-detail .order-type{color:#2c3a57}.layout3 .order-title-detail .estimate-text{font-size:medium}.layout3 .order-steps .order-status-step-text{font-size:15px;color:rgba(0,0,0,.43)}.layout3 .order-steps.active{font-weight:500}.layout3 .order-steps.active .marked-time,.layout3 .order-steps.active .order-status-step-text{color:#00c33c}.layout3 .order-steps.active .icon{background:rgba(0,195,60,.25);border-color:#00c33c}.layout3 .order-steps .icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff}.layout3 .order-title-divider{width:1rem;height:3px;margin:0 10px;background:#2c3a57}.layout3 .order-steps-lines{height:1.5rem;width:1px;background-color:silver}.layout3 .order-steps-lines.active{background-color:#00c33c}.layout3 .order-detail-right{background-color:#fff;border-top:4px solid #00000019}@media(min-width:768px){.layout3 .order-detail-right{border-top:0;border-radius:5px;box-shadow:0 3px 6px #0000001a}}.layout3 .order-detail-right .title{border-bottom:1px solid #17254b19}.layout3 .order-detail-right .title h2{font-size:24px;color:#333;font-weight:700}.layout3 .order-detail-right .qr-code{background-color:#f7f9fc}.layout3 .order-detail-right .messager{font-size:24px;font-weight:700}.layout3 .order-detail-right .order-id-key{font-size:14px;color:#333;font-weight:500}.layout3 .order-detail-right .order-id-value{font-size:18px;color:#f80000;font-weight:700;margin-left:5px}.layout3 .order-detail-right .website-link{border-radius:5px;border:1px solid #17254b19;background-color:#fff;color:#1871c9;font-size:16px}.layout3 .order-detail-right .website-link .text{padding:10px 15px}.layout3 .order-detail-right .icon-copy{border-left:1px solid #e4e9f2}.layout3 .order-detail-right .btn-arrived{background:#def2e8;border:1px solid #00b23b;border-radius:5px;color:#00b23b;font-weight:700}.layout3 .order-detail-right .btn-arrived:disabled{background:#00000019;border:1px solid #ccc;color:#ccc;cursor:no-drop}.layout3 .stepper-wrapper-desktop{margin-top:auto;display:flex;justify-content:space-between;margin-bottom:20px}.layout3 .stepper-wrapper-desktop .stepper-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1}@media(max-width:768px){.layout3 .stepper-wrapper-desktop .stepper-item{font-size:12px}}.layout3 .stepper-wrapper-desktop .stepper-item:before{position:absolute;content:"";border-bottom:2px solid #ccc;width:100%;top:50px;left:-50%;z-index:2}.layout3 .stepper-wrapper-desktop .stepper-item:after{position:absolute;content:"";border-bottom:2px solid #ccc;width:100%;top:50px;left:50%;z-index:2}.layout3 .stepper-wrapper-desktop .stepper-item .step-icon{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;margin-bottom:6px;border:1px solid #00000019;background-color:#f2f2f2}.layout3 .stepper-wrapper-desktop .stepper-item .step-marked-time{height:30px;font-size:14px;font-weight:400}.layout3 .stepper-wrapper-desktop .stepper-item .step-title{font-weight:500;font-size:15px;color:rgba(0,0,0,.43)}.layout3 .stepper-wrapper-desktop .stepper-item .step-description{font-size:14px;font-weight:400;color:rgba(0,0,0,.43)}.layout3 .stepper-wrapper-desktop .stepper-item.active{font-weight:700}.layout3 .stepper-wrapper-desktop .stepper-item.active .step-icon{border:1px solid #00b23b;background-color:#e5f9eb}.layout3 .stepper-wrapper-desktop .stepper-item.active .step-marked-time{color:#00c33c}.layout3 .stepper-wrapper-desktop .stepper-item.active .step-title{color:#00c33c;font-weight:500}.layout3 .stepper-wrapper-desktop .stepper-item.active .step-description{color:#00c33c}.layout3 .stepper-wrapper-desktop .stepper-item.active:after{position:absolute;content:"";border-bottom:2px solid #4bb543;width:100%;top:50px;left:50%;z-index:3}.layout3 .stepper-wrapper-desktop .stepper-item:first-child:before,.layout3 .stepper-wrapper-desktop .stepper-item:last-child:after{content:none}.layout3 .table-order-tracking{border:1px solid #17254b19;border-radius:10px;box-shadow:0 3px 20px #17254b19}.layout3 .table-order-tracking table{width:100%}.layout3 .table-order-tracking th{font-size:24px;color:#2c3a57}.layout3 .table-order-tracking thead{background-color:#f7f9fc}.layout3 .table-order-tracking thead th:first-child{border-top-left-radius:10px}.layout3 .table-order-tracking thead th:last-child{border-top-right-radius:10px}.layout3 .table-order-tracking td{font-size:20px;font-weight:400}.layout3 .table-order-tracking button{border-radius:5px;border:1px solid #e4e9f2;background-color:#2c3a57;color:#fff;padding:11px}.layout3 .table-order-tracking .scroll-orders{width:100%;min-width:500px}.layout3 .order-item .order_item_img{border:1px solid #17254b19;border-radius:3px;position:relative;overflow:hidden;z-index:1;width:80px!important;min-width:80px!important;height:80px!important}.layout3 .order-item .order_item_img .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}@media(max-width:767px){.layout3 .order-detail-page{padding-bottom:80px}}.layout3 .list-cart-item{overflow:auto}.layout3 .list-cart-item .min-height-info-option-cart{min-height:75px}@media(min-width:768px)and (max-width:1279px){.layout3 .list-cart-item .min-height-info-option-cart{min-height:50px}}@media(max-width:767px){.layout3 .list-cart-item .min-height-info-option-cart{min-height:auto}}.layout3 .list-cart-item .min-height-info-option-cart_show-tax{min-height:45px}@media(min-width:768px)and (max-width:1279px){.layout3 .list-cart-item .min-height-info-option-cart_show-tax{min-height:25px}}@media(max-width:767px){.layout3 .list-cart-item .min-height-info-option-cart_show-tax{min-height:auto}}.layout3 .list-cart-item::-webkit-scrollbar{width:5px}.layout3 .list-cart-item::-webkit-scrollbar-track{background:#d9d9d9}.layout3 .list-cart-item::-webkit-scrollbar-thumb{border-radius:20px;border:3px solid #df3c3c36}.layout3 .list-cart-item .container_cart_img{border:1px solid #17254b19;border-radius:3px;position:relative;overflow:hidden;z-index:1;width:110px!important;min-width:110px!important;height:110px!important}.layout3 .list-cart-item .container_cart_img .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout3 .list-cart-item .name-food{font-size:18px}@media(max-width:1023px){.layout3 .list-cart-item .name-food{font-size:16px}}.layout3 .list-cart-item .total-price{font-size:24px}@media(max-width:1023px){.layout3 .list-cart-item .total-price{font-size:14px;font-weight:700}}.layout3 .list-cart-item .text-options{font-size:16px}@media(max-width:1023px){.layout3 .list-cart-item .text-options{font-size:14px}}@media(max-width:1279px){.layout3 .list-cart-item .container_cart_img{width:80px!important;min-width:80px!important;height:80px!important}}.layout3 .list-cart-item .color-text-info{color:#0099f8}.layout3 .list-cart-item .color-text-note{color:#bababa}.layout3 .qty_container .quantity{min-width:30px}.layout3 .payment-container{left:0;height:120px;box-shadow:0 -3px 10px #17254b1a}.layout3 .payment-container .btn-payment{background:#f80000 0 0 no-repeat padding-box;box-shadow:0 3px 20px #17254b26;border-radius:3px;opacity:1;padding:16px 8px;font-size:24px;flex:0 1 205px;color:#fff}.layout3 .payment-container .btn-payment.disabled{background:#b1ada0 0 0 no-repeat padding-box;cursor:not-allowed;color:#000}.layout3 .payment-container .total{font-size:20px}.layout3 .payment-container .price{font-size:30px}@media(max-width:1279px){.layout3 .payment-container{height:80px}.layout3 .payment-container .btn-payment{font-size:16px;padding:12px 8px;flex:0 1 240px}.layout3 .payment-container .total{font-size:14px}.layout3 .payment-container .price{font-size:24px}}@media(max-width:768px){.layout3 .payment-container{padding-bottom:70px;height:auto;box-shadow:0 -6px 12px #17254b1a;position:fixed;bottom:14px;background:#fff;z-index:2}.layout3 .payment-container .btn-payment{max-width:145px}}.layout3 .cart-empty .font-info{font-size:18px}@media(max-width:768px){.layout3 .cart-empty .font-info{font-size:14px}}.layout3 .cart-empty .btn-cart-empty{font-size:18px;color:#0099f8}@media(max-width:768px){.layout3 .cart-empty .btn-cart-empty{font-size:16px}}.layout3 .modal-res-close .button-close{position:absolute;top:25px;right:25px}.layout3 .modal-res-close .modal-content-bg{background-image:url(/images/bg-modal-res-close.png);background-repeat:no-repeat;background-position:50%;background-size:cover}.layout3 .modal-voucher .button-close{position:absolute;top:-5px;right:-5px}.layout3 .modal-voucher .parent-content{max-width:400px!important;width:100%!important;border-radius:5px;padding:20px!important}.layout3 .modal-voucher .modal-content-bg{width:100%!important;background-repeat:no-repeat;background-position:50%;background-size:cover}.layout3 .modal-voucher .modal-content-bg .title-voucher{text-align:center;font:normal normal 700 18px/25px Helvetica Neue;letter-spacing:0;color:#000}.layout3 .modal-voucher .modal-content-bg .des-voucher{font:normal normal normal 16px/24px Helvetica Neue;text-align:center;letter-spacing:0;color:#2c3a57;opacity:1;margin-top:30px}.layout3 .modal-voucher .modal-content-bg .text-left{text-align:left;font:normal normal normal 16px/24px Helvetica Neue;letter-spacing:0;color:#2c3a57;opacity:1}.layout3 .modal-voucher .modal-content-bg .text-remaining{text-align:right;font:normal normal 700 18px/24px Helvetica Neue;letter-spacing:0;color:#f80000;opacity:1}.layout3 .modal-voucher .modal-content-bg .text-price{text-align:right;font:normal normal 700 18px/24px Helvetica Neue;letter-spacing:0;color:#2c3a57;opacity:1}.layout3 .modal-voucher .modal-content-bg .number-price{font:normal normal 18px/24px Helvetica Neue;width:100%;max-width:50%}.layout3 .modal-voucher .modal-content-bg .input-price{width:100%;max-width:50%;background:#f7f9fc 0 0 no-repeat padding-box;border:1px solid #17254b26;border-radius:5px;height:50px;display:flex;align-items:center;position:relative;padding:0 42px 0 20px}.layout3 .modal-voucher .modal-content-bg .input-price input{width:100%;border:none;outline:0;font-size:20px;color:#2c3a57;background:transparent}.layout3 .modal-voucher .modal-content-bg .input-price .icon_search{position:absolute;right:12px;top:12px}.layout3 .page-cart .list-cart-items{overflow:visible}.layout3 .page-cart .list-cart-items .cart-item:last-child{border-bottom:0}.layout3 .page-cart.page-content{padding-bottom:145px!important}.layout3 .page-cart.page-content-footer-mobile-two{padding-bottom:175px!important}@media(max-width:767px){.layout3 .page-cart.page-content{padding-bottom:180px!important}}.layout3 .spinner{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px;-webkit-animation:spinner .75s linear infinite;animation:spinner .75s linear infinite}.layout3 .spinner span{position:absolute;width:100%;height:100%;border-radius:50%}.layout3 .spinner .spinner-inner-1{background:linear-gradient(90deg,rgba(199,30,30,0) 0,rgba(199,30,30,0) 50%,#c71e1e 51%)}.layout3 .spinner .spinner-inner-2{background:linear-gradient(0deg,hsla(0,0%,100%,0) 0,#fff)}.layout3 .spinner .spinner-inner-3{top:4px;left:4px;width:32px;height:32px;background:#fff}@-webkit-keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.layout3 .page-order-status .header-page .left{padding-left:5vw;width:63.5%}.layout3 .page-order-status .header-page .left .logo{max-width:200px;max-height:70px;width:auto;height:auto}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .header-page .left .logo{max-width:300px;max-height:94.5px}}@media screen and (min-width:3840px){.layout3 .page-order-status .header-page .left .logo{max-width:400px;max-height:140px}}.layout3 .page-order-status .header-page .left span{font-size:16px;letter-spacing:0}@media screen and (min-width:767px)and (max-width:1279px){.layout3 .page-order-status .header-page .left span{font-size:20px}}@media(min-width:1280px)and (max-width:2559px){.layout3 .page-order-status .header-page .left span{font-size:30px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .header-page .left span{font-size:45px}}@media screen and (min-width:3840px){.layout3 .page-order-status .header-page .left span{font-size:60px}}.layout3 .page-order-status .header-page .left img{width:160px}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .header-page .left img{width:240px}}@media screen and (min-width:3840px){.layout3 .page-order-status .header-page .left img{width:320px}}.layout3 .page-order-status .header-page .right{padding-right:5vw;width:36%;font-size:14px}@media screen and (min-width:767px)and (max-width:1279px){.layout3 .page-order-status .header-page .right{font-size:18px}}@media(min-width:1280px)and (max-width:2559px){.layout3 .page-order-status .header-page .right{font-size:24px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .header-page .right{font-size:36px}}@media screen and (min-width:3840px){.layout3 .page-order-status .header-page .right{font-size:48px}}.layout3 .page-order-status .header-page .right svg{width:24px;height:24px}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .header-page .right svg{width:36px!important;height:36px;margin-right:28px}}@media screen and (min-width:3840px){.layout3 .page-order-status .header-page .right svg{width:48px!important;height:48px;margin-right:40px}}.layout3 .page-order-status .list-status-order{margin-top:.5vw}.layout3 .page-order-status .list-status-order .container_pre{width:63.5%;min-height:100vh;background-color:#fff;box-shadow:0 3px 20px #8392b91a;padding-bottom:24px}.layout3 .page-order-status .list-status-order .container_pre .title{font-size:30px;text-align:center;letter-spacing:0}@media screen and (min-width:4000px){.layout3 .page-order-status .list-status-order .container_pre .title .ic_title{width:100px;margin-right:60px}}@media screen and (min-width:767px)and (max-width:1279px){.layout3 .page-order-status .list-status-order .container_pre .title{font-size:45px}}@media(min-width:1280px)and (max-width:2559px){.layout3 .page-order-status .list-status-order .container_pre .title{font-size:60px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_pre .title{font-size:90px}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_pre .title{font-size:120px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_pre .list-order-number{gap:2rem!important}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_pre .list-order-number{gap:3rem!important}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_pre .list-order-number{padding-left:2.5rem;padding-right:2.5rem}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_pre .list-order-number{padding-left:3.5rem;padding-right:3.5rem}}.layout3 .page-order-status .list-status-order .container_pre .cell-item{background:#8392b91a 0 0 no-repeat padding-box;border:1px solid #8392b91a;border-radius:10px;opacity:1;height:160px}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_pre .cell-item{height:240px}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_pre .cell-item{height:350px}}.layout3 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:30px;text-align:center;letter-spacing:0}@media screen and (min-width:767px)and (max-width:1279px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:40px}}@media(min-width:1280px)and (max-width:1534px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:45px}}@media(min-width:1535px)and (max-width:1919px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:50px}}@media(min-width:1920px)and (max-width:2559px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:60px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:80px}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:100px}}@media(min-width:1920px)and (max-width:2559px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .label_cell{margin-top:5px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .label_cell{margin-top:15px}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .label_cell{margin-top:30px}}.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:14px;text-align:center;letter-spacing:0;color:#2c3a57}@media screen and (min-width:767px)and (max-width:1279px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:20px}}@media(min-width:1280px)and (max-width:1534px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:22px}}@media(min-width:1535px)and (max-width:1919px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:25px}}@media(min-width:1920px)and (max-width:2559px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:30px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:40px}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:50px}}.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:14px;text-align:center;font-weight:700;letter-spacing:0;color:#2c3a57}@media screen and (min-width:767px)and (max-width:1279px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:20px}}@media(min-width:1280px)and (max-width:1534px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:22px}}@media(min-width:1535px)and (max-width:1919px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:25px}}@media(min-width:1920px)and (max-width:2559px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:30px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:40px}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:50px}}.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:14px;text-align:center;letter-spacing:0;color:#2c3a57}@media screen and (min-width:767px)and (max-width:1279px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:20px}}@media(min-width:1280px)and (max-width:1534px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:22px}}@media(min-width:1535px)and (max-width:1919px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:25px}}@media(min-width:1920px)and (max-width:2559px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:30px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:40px}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:50px}}.layout3 .page-order-status .list-status-order .container_ready{width:36%;min-height:100vh;background-color:#fff;box-shadow:0 0 20px #17254b1a;padding-bottom:24px}.layout3 .page-order-status .list-status-order .container_ready .title{font-size:30px;text-align:center;letter-spacing:0}@media screen and (min-width:4000px){.layout3 .page-order-status .list-status-order .container_ready .title .ic_title{width:100px;margin-right:60px}}@media screen and (min-width:767px)and (max-width:1279px){.layout3 .page-order-status .list-status-order .container_ready .title{font-size:45px}}@media(min-width:1280px)and (max-width:2559px){.layout3 .page-order-status .list-status-order .container_ready .title{font-size:60px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_ready .title{font-size:90px}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_ready .title{font-size:120px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_ready .list-order-number{gap:2rem!important}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_ready .list-order-number{gap:3rem!important}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_ready .list-order-number{padding-left:2.5rem;padding-right:2.5rem}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_ready .list-order-number{padding-left:3.5rem;padding-right:3.5rem}}.layout3 .page-order-status .list-status-order .container_ready .cell-item{background:#edf9f0 0 0 no-repeat padding-box;border:1px solid #8392b91a;border-radius:10px;opacity:1;height:160px}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_ready .cell-item{height:240px}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_ready .cell-item{height:350px}}.layout3 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:30px;text-align:center;letter-spacing:0}@media screen and (min-width:767px)and (max-width:1279px){.layout3 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:40px}}@media(min-width:1280px)and (max-width:1534px){.layout3 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:45px}}@media(min-width:1535px)and (max-width:1919px){.layout3 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:50px}}@media(min-width:1920px)and (max-width:2559px){.layout3 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:60px}}@media(min-width:2560px)and (max-width:3839px){.layout3 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:80px}}@media screen and (min-width:3840px){.layout3 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:100px}}.layout3 .page-search{padding-top:40px!important;width:100%}.layout3 .qr-tables-page{background-color:#f4f4f4;min-height:500px;padding:0 15px}.layout3 .qr-tables-page .title-page{font-size:18px;font-weight:700;color:#2c3a57}.layout3 .qr-tables-page .note{font-size:14px;color:#2c3a57}.layout3 .qr-tables-page .list-qr-table .table-item{background-color:#fff;display:flex;flex-direction:column;align-items:center;border:1px solid #17254b19;border-radius:5px;padding:30px 20px 20px}.layout3 .qr-tables-page .list-qr-table .table-item .table-name{font-size:16px;font-weight:700;color:#2c3a57}.layout3 .qr-tables-page .list-qr-table .table-item__active{border:2px solid #f80000}.layout3 .popup-content-qr-table .title{font-size:18px;font-weight:700;color:#2c3a57}.layout3 .popup-content-qr-table .content{font-size:14px;color:#2c3a57}.layout3 .popup-content-qr-table .btn-understand{min-width:150px;height:44px;border-radius:5px;background-color:#f80000;font-size:16px;font-weight:700;color:#f4f4f4}@media(max-width:767px){.layout3 .qr-tables-page{padding-bottom:90px}.layout3 .list-qr-table .table-item{padding:10px!important}}.layout3 .payment-result-page{padding-bottom:72px;display:flex;align-items:center;height:calc(100vh - 62px)}@media(min-width:768px){.layout3 .payment-result-page{padding:55px 0;height:auto}}.layout3 .payment-result-page .result-card{margin:auto;max-width:600px;padding:15px;border-radius:5px;overflow:auto;height:-webkit-max-content;height:-moz-max-content;height:max-content}@media(min-width:768px){.layout3 .payment-result-page .result-card{padding:3rem 0;box-shadow:0 3px 6px #0000001a}}.layout3 .payment-result-page .result-card .checked_icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:100%;border:3px solid #ffc013;padding:8px}@media(min-width:768px){.layout3 .payment-result-page .result-card .checked_icon{width:80px;height:80px}}.layout3 .payment-result-page .result-card .checked_icon img{width:35px}@media(min-width:768px){.layout3 .payment-result-page .result-card .checked_icon img{width:45px}}.layout3 .payment-result-page .result-card .btn-see-receipt,.layout3 .payment-result-page .result-card .btn-view-order{max-width:345px;height:44px;border-radius:5px}.layout3 .payment-result-page.receipt-order-page{height:auto}.layout3 .payment-result-page .text-estimate-pickup-time{color:#7f7f7f}.layout3 .input_calendar{height:50px;min-width:100px;border:1px solid #e4e9f2;background-color:#f7f9fc;align-items:center;padding:12px 20px;position:relative;cursor:pointer}.layout3 .input_calendar .value{font-size:18px;color:#2c3a57}.layout3 .input_calendar .icon{position:absolute;right:15px;top:15px}.layout3 .popup-calendar{width:90%;max-width:320px}.layout3 .popup-calendar .header{display:flex;align-items:center;justify-content:center;position:relative}.layout3 .popup-calendar .header .title{font-size:18px;font-weight:700;color:#2c3a57}.layout3 .popup-calendar .header .icon{position:absolute;right:15px;cursor:pointer}.layout3 .dropdown_timer{height:50px;min-width:100px;border:1px solid #e4e9f2;background-color:#f7f9fc;display:flex;align-items:center;padding:12px 20px;position:relative;cursor:pointer}.layout3 .dropdown_timer .value{font-size:18px;color:#2c3a57}.layout3 .dropdown_timer .icon{position:absolute;right:15px;top:15px}.layout3 .dropdown_timer-list{padding:10px 30px;max-height:350px;overflow-y:auto}.layout3 .dropdown_timer-list .dropdown_timer-item{background:#f7f9fc 0 0 no-repeat padding-box;border:1px solid #e4e9f2;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#2c3a57}.layout3 .dropdown_timer-list .dropdown_timer-item-active{border-color:var(--primary-color);color:var(--primary-color)}.layout3 .dropdown_timer-list::-webkit-scrollbar{width:7px}.layout3 .dropdown_timer-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.layout3 .dropdown_timer-list::-webkit-scrollbar-thumb{background:#2c3a57;border-radius:10px}.layout3 .dropdown_timer-list::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:767px){.layout3 .input_calendar{height:40px}.layout3 .input_calendar .value{font-size:14px}.layout3 .input_calendar .icon{position:absolute;right:15px;top:10px}.layout3 .dropdown_timer{height:40px}.layout3 .dropdown_timer .value{font-size:14px}.layout3 .dropdown_timer .icon{position:absolute;right:15px;top:10px}.layout3 .dropdown_timer-list{max-height:200px}}.layout3 .react-calendar .react-calendar__navigation{color:#000;justify-content:space-around;display:flex;background:#eceff4;height:40px;padding-left:15px;padding-right:15px;margin-bottom:16px}.layout3 .react-calendar .react-calendar__navigation .react-calendar__navigation__label__labelText{font-size:14px;color:#222b45}.layout3 .react-calendar .react-calendar__month-view__weekdays__weekday{font-size:14px;color:#2c3a57;text-align:center}.layout3 .react-calendar .react-calendar__month-view__days__day--neighboringMonth abbr,.layout3 .react-calendar .react-calendar__tile:disabled abbr,.layout3 .react-calendar .react-calendar__tile[disabled] abbr{color:#a5b1c9!important}.layout3 .react-calendar .react-calendar__tile{font-size:14px;color:#222b45;margin:6px 0}.layout3 .react-calendar .react-calendar__tile:hover{background-color:#c4c4c4}.layout3 .react-calendar .react-calendar__tile--active{display:flex;align-items:center;justify-content:center}.layout3 .react-calendar .react-calendar__tile--active abbr{width:30px;height:30px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff}.layout3 .react-calendar .react-calendar__tile--active:hover{background-color:#fff}.layout3 .react-calendar abbr{color:#2c3a57}.layout3 .bg-current_table{margin-top:-3px;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:55px;margin-left:auto;margin-right:auto;min-width:165px}.layout3 .bg-current_table:after{background-image:url(/images/bg_table_number.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;width:100%;padding-bottom:33.33%;content:"";z-index:1}.layout3 .bg-current_table .table_number{position:relative;font-weight:700;font-size:16px;z-index:2;text-align:center;padding:10px 28px 0}.layout3 .receipt-order-page{background:#f4f4f4}@media(max-width:768px){.layout3 .receipt-order-page{padding-bottom:72px;background:transparent}}.layout3 .receipt-order-page .receipt-image{border-radius:5px;text-align:center;max-width:600px}@media(max-width:768px){.layout3 .receipt-order-page .receipt-image{padding:0 20px}}@media(min-width:768px){.layout3 .receipt-order-page .receipt-image{box-shadow:0 3px 6px #0000001a}}.layout3 .max-w-default{max-width:99%}.layout3 #__next,.layout3 body{height:100%;padding-right:0!important;min-height:100vh}.layout3 #__next>div{min-height:100%;display:flex;flex-direction:column;flex:1}.layout3 #__next>div>.page-content{padding-bottom:calc(65px + 1rem);flex:1}.layout3 #__next>div>.bg-gray{flex:1}@media screen and (min-width:768px){.layout3 .page-content{padding-bottom:0}}.layout3 #footer-layout3{margin-top:auto}.layout3 body{overflow-x:hidden;width:100%;font-size:16px;padding-bottom:70px}@media screen and (min-width:768px){.layout3 body{padding-bottom:0}}.layout3 .page-content-footer-mobile-two{padding-bottom:calc(100px + 1rem);flex:1}.layout3 .image-square{position:relative;padding-bottom:36%;overflow:hidden;z-index:1}.layout3 .image-square .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}@media(max-width:768px){.layout3 .sm-shadow-1{box-shadow:0 1px 1px rgba(182,182,182,.2)}}@media(min-width:768px){.layout3 .md-shadow-1{box-shadow:0 1px 1px rgba(182,182,182,.2)}}.layout3 #nprogress .spinner-icon{display:none}.loader{width:50px;aspect-ratio:1;border-radius:50%;border:8px solid #514b82;-webkit-animation:l20-1 .8s linear infinite alternate,l20-2 1.6s linear infinite;animation:l20-1 .8s linear infinite alternate,l20-2 1.6s linear infinite}@-webkit-keyframes l20-1{0%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0);clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0)}12.5%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%)}50%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%)}62.5%{-webkit-clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%)}75%{-webkit-clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%)}}@keyframes l20-1{0%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0);clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0)}12.5%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%)}50%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%)}62.5%{-webkit-clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%)}75%{-webkit-clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%)}}@-webkit-keyframes l20-2{0%{transform:scaleY(1) rotate(0deg)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0deg)}to{transform:scaleY(-1) rotate(-135deg)}}@keyframes l20-2{0%{transform:scaleY(1) rotate(0deg)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0deg)}to{transform:scaleY(-1) rotate(-135deg)}}html.layout4{height:100%;padding-right:0!important;min-height:100vh;overflow:visible!important;font-size:15px}.layout4{font-family:Poppins,sans-serif;font-size:16px}.layout4 .fs8{font-size:8px;line-height:12px}.layout4 .\!fs8{font-size:8px!important;line-height:12px!important}@media(min-width:576px){.layout4 .sm-fs8{font-size:8px;line-height:12px}.layout4 .\!sm-fs8{font-size:8px!important;line-height:12px!important}}@media(min-width:768px){.layout4 .md-fs8{font-size:8px;line-height:12px}.layout4 .\!md-fs8{font-size:8px!important;line-height:12px!important}}@media(min-width:992px){.layout4 .lg-fs8{font-size:8px;line-height:12px}.layout4 .\!lg-fs8{font-size:8px!important;line-height:12px!important}}@media(min-width:1200px){.layout4 .xl-fs8{font-size:8px;line-height:12px}.layout4 .\!xl-fs8{font-size:8px!important;line-height:12px!important}}.layout4 .fs9{font-size:9px;line-height:13.5px}.layout4 .\!fs9{font-size:9px!important;line-height:13.5px!important}@media(min-width:576px){.layout4 .sm-fs9{font-size:9px;line-height:13.5px}.layout4 .\!sm-fs9{font-size:9px!important;line-height:13.5px!important}}@media(min-width:768px){.layout4 .md-fs9{font-size:9px;line-height:13.5px}.layout4 .\!md-fs9{font-size:9px!important;line-height:13.5px!important}}@media(min-width:992px){.layout4 .lg-fs9{font-size:9px;line-height:13.5px}.layout4 .\!lg-fs9{font-size:9px!important;line-height:13.5px!important}}@media(min-width:1200px){.layout4 .xl-fs9{font-size:9px;line-height:13.5px}.layout4 .\!xl-fs9{font-size:9px!important;line-height:13.5px!important}}.layout4 .fs10{font-size:10px;line-height:15px}.layout4 .\!fs10{font-size:10px!important;line-height:15px!important}@media(min-width:576px){.layout4 .sm-fs10{font-size:10px;line-height:15px}.layout4 .\!sm-fs10{font-size:10px!important;line-height:15px!important}}@media(min-width:768px){.layout4 .md-fs10{font-size:10px;line-height:15px}.layout4 .\!md-fs10{font-size:10px!important;line-height:15px!important}}@media(min-width:992px){.layout4 .lg-fs10{font-size:10px;line-height:15px}.layout4 .\!lg-fs10{font-size:10px!important;line-height:15px!important}}@media(min-width:1200px){.layout4 .xl-fs10{font-size:10px;line-height:15px}.layout4 .\!xl-fs10{font-size:10px!important;line-height:15px!important}}.layout4 .fs11{font-size:11px;line-height:16.5px}.layout4 .\!fs11{font-size:11px!important;line-height:16.5px!important}@media(min-width:576px){.layout4 .sm-fs11{font-size:11px;line-height:16.5px}.layout4 .\!sm-fs11{font-size:11px!important;line-height:16.5px!important}}@media(min-width:768px){.layout4 .md-fs11{font-size:11px;line-height:16.5px}.layout4 .\!md-fs11{font-size:11px!important;line-height:16.5px!important}}@media(min-width:992px){.layout4 .lg-fs11{font-size:11px;line-height:16.5px}.layout4 .\!lg-fs11{font-size:11px!important;line-height:16.5px!important}}@media(min-width:1200px){.layout4 .xl-fs11{font-size:11px;line-height:16.5px}.layout4 .\!xl-fs11{font-size:11px!important;line-height:16.5px!important}}.layout4 .fs12{font-size:12px;line-height:18px}.layout4 .\!fs12{font-size:12px!important;line-height:18px!important}@media(min-width:576px){.layout4 .sm-fs12{font-size:12px;line-height:18px}.layout4 .\!sm-fs12{font-size:12px!important;line-height:18px!important}}@media(min-width:768px){.layout4 .md-fs12{font-size:12px;line-height:18px}.layout4 .\!md-fs12{font-size:12px!important;line-height:18px!important}}@media(min-width:992px){.layout4 .lg-fs12{font-size:12px;line-height:18px}.layout4 .\!lg-fs12{font-size:12px!important;line-height:18px!important}}@media(min-width:1200px){.layout4 .xl-fs12{font-size:12px;line-height:18px}.layout4 .\!xl-fs12{font-size:12px!important;line-height:18px!important}}.layout4 .fs13{font-size:13px;line-height:19.5px}.layout4 .\!fs13{font-size:13px!important;line-height:19.5px!important}@media(min-width:576px){.layout4 .sm-fs13{font-size:13px;line-height:19.5px}.layout4 .\!sm-fs13{font-size:13px!important;line-height:19.5px!important}}@media(min-width:768px){.layout4 .md-fs13{font-size:13px;line-height:19.5px}.layout4 .\!md-fs13{font-size:13px!important;line-height:19.5px!important}}@media(min-width:992px){.layout4 .lg-fs13{font-size:13px;line-height:19.5px}.layout4 .\!lg-fs13{font-size:13px!important;line-height:19.5px!important}}@media(min-width:1200px){.layout4 .xl-fs13{font-size:13px;line-height:19.5px}.layout4 .\!xl-fs13{font-size:13px!important;line-height:19.5px!important}}.layout4 .fs14{font-size:14px;line-height:21px}.layout4 .\!fs14{font-size:14px!important;line-height:21px!important}@media(min-width:576px){.layout4 .sm-fs14{font-size:14px;line-height:21px}.layout4 .\!sm-fs14{font-size:14px!important;line-height:21px!important}}@media(min-width:768px){.layout4 .md-fs14{font-size:14px;line-height:21px}.layout4 .\!md-fs14{font-size:14px!important;line-height:21px!important}}@media(min-width:992px){.layout4 .lg-fs14{font-size:14px;line-height:21px}.layout4 .\!lg-fs14{font-size:14px!important;line-height:21px!important}}@media(min-width:1200px){.layout4 .xl-fs14{font-size:14px;line-height:21px}.layout4 .\!xl-fs14{font-size:14px!important;line-height:21px!important}}.layout4 .fs15{font-size:15px;line-height:22.5px}.layout4 .\!fs15{font-size:15px!important;line-height:22.5px!important}@media(min-width:576px){.layout4 .sm-fs15{font-size:15px;line-height:22.5px}.layout4 .\!sm-fs15{font-size:15px!important;line-height:22.5px!important}}@media(min-width:768px){.layout4 .md-fs15{font-size:15px;line-height:22.5px}.layout4 .\!md-fs15{font-size:15px!important;line-height:22.5px!important}}@media(min-width:992px){.layout4 .lg-fs15{font-size:15px;line-height:22.5px}.layout4 .\!lg-fs15{font-size:15px!important;line-height:22.5px!important}}@media(min-width:1200px){.layout4 .xl-fs15{font-size:15px;line-height:22.5px}.layout4 .\!xl-fs15{font-size:15px!important;line-height:22.5px!important}}.layout4 .fs16{font-size:16px;line-height:24px}.layout4 .\!fs16{font-size:16px!important;line-height:24px!important}@media(min-width:576px){.layout4 .sm-fs16{font-size:16px;line-height:24px}.layout4 .\!sm-fs16{font-size:16px!important;line-height:24px!important}}@media(min-width:768px){.layout4 .md-fs16{font-size:16px;line-height:24px}.layout4 .\!md-fs16{font-size:16px!important;line-height:24px!important}}@media(min-width:992px){.layout4 .lg-fs16{font-size:16px;line-height:24px}.layout4 .\!lg-fs16{font-size:16px!important;line-height:24px!important}}@media(min-width:1200px){.layout4 .xl-fs16{font-size:16px;line-height:24px}.layout4 .\!xl-fs16{font-size:16px!important;line-height:24px!important}}.layout4 .fs17{font-size:17px;line-height:25.5px}.layout4 .\!fs17{font-size:17px!important;line-height:25.5px!important}@media(min-width:576px){.layout4 .sm-fs17{font-size:17px;line-height:25.5px}.layout4 .\!sm-fs17{font-size:17px!important;line-height:25.5px!important}}@media(min-width:768px){.layout4 .md-fs17{font-size:17px;line-height:25.5px}.layout4 .\!md-fs17{font-size:17px!important;line-height:25.5px!important}}@media(min-width:992px){.layout4 .lg-fs17{font-size:17px;line-height:25.5px}.layout4 .\!lg-fs17{font-size:17px!important;line-height:25.5px!important}}@media(min-width:1200px){.layout4 .xl-fs17{font-size:17px;line-height:25.5px}.layout4 .\!xl-fs17{font-size:17px!important;line-height:25.5px!important}}.layout4 .fs18{font-size:18px;line-height:27px}.layout4 .\!fs18{font-size:18px!important;line-height:27px!important}@media(min-width:576px){.layout4 .sm-fs18{font-size:18px;line-height:27px}.layout4 .\!sm-fs18{font-size:18px!important;line-height:27px!important}}@media(min-width:768px){.layout4 .md-fs18{font-size:18px;line-height:27px}.layout4 .\!md-fs18{font-size:18px!important;line-height:27px!important}}@media(min-width:992px){.layout4 .lg-fs18{font-size:18px;line-height:27px}.layout4 .\!lg-fs18{font-size:18px!important;line-height:27px!important}}@media(min-width:1200px){.layout4 .xl-fs18{font-size:18px;line-height:27px}.layout4 .\!xl-fs18{font-size:18px!important;line-height:27px!important}}.layout4 .fs19{font-size:19px;line-height:28.5px}.layout4 .\!fs19{font-size:19px!important;line-height:28.5px!important}@media(min-width:576px){.layout4 .sm-fs19{font-size:19px;line-height:28.5px}.layout4 .\!sm-fs19{font-size:19px!important;line-height:28.5px!important}}@media(min-width:768px){.layout4 .md-fs19{font-size:19px;line-height:28.5px}.layout4 .\!md-fs19{font-size:19px!important;line-height:28.5px!important}}@media(min-width:992px){.layout4 .lg-fs19{font-size:19px;line-height:28.5px}.layout4 .\!lg-fs19{font-size:19px!important;line-height:28.5px!important}}@media(min-width:1200px){.layout4 .xl-fs19{font-size:19px;line-height:28.5px}.layout4 .\!xl-fs19{font-size:19px!important;line-height:28.5px!important}}.layout4 .fs20{font-size:20px;line-height:30px}.layout4 .\!fs20{font-size:20px!important;line-height:30px!important}@media(min-width:576px){.layout4 .sm-fs20{font-size:20px;line-height:30px}.layout4 .\!sm-fs20{font-size:20px!important;line-height:30px!important}}@media(min-width:768px){.layout4 .md-fs20{font-size:20px;line-height:30px}.layout4 .\!md-fs20{font-size:20px!important;line-height:30px!important}}@media(min-width:992px){.layout4 .lg-fs20{font-size:20px;line-height:30px}.layout4 .\!lg-fs20{font-size:20px!important;line-height:30px!important}}@media(min-width:1200px){.layout4 .xl-fs20{font-size:20px;line-height:30px}.layout4 .\!xl-fs20{font-size:20px!important;line-height:30px!important}}.layout4 .fs21{font-size:21px;line-height:31.5px}.layout4 .\!fs21{font-size:21px!important;line-height:31.5px!important}@media(min-width:576px){.layout4 .sm-fs21{font-size:21px;line-height:31.5px}.layout4 .\!sm-fs21{font-size:21px!important;line-height:31.5px!important}}@media(min-width:768px){.layout4 .md-fs21{font-size:21px;line-height:31.5px}.layout4 .\!md-fs21{font-size:21px!important;line-height:31.5px!important}}@media(min-width:992px){.layout4 .lg-fs21{font-size:21px;line-height:31.5px}.layout4 .\!lg-fs21{font-size:21px!important;line-height:31.5px!important}}@media(min-width:1200px){.layout4 .xl-fs21{font-size:21px;line-height:31.5px}.layout4 .\!xl-fs21{font-size:21px!important;line-height:31.5px!important}}.layout4 .fs22{font-size:22px;line-height:33px}.layout4 .\!fs22{font-size:22px!important;line-height:33px!important}@media(min-width:576px){.layout4 .sm-fs22{font-size:22px;line-height:33px}.layout4 .\!sm-fs22{font-size:22px!important;line-height:33px!important}}@media(min-width:768px){.layout4 .md-fs22{font-size:22px;line-height:33px}.layout4 .\!md-fs22{font-size:22px!important;line-height:33px!important}}@media(min-width:992px){.layout4 .lg-fs22{font-size:22px;line-height:33px}.layout4 .\!lg-fs22{font-size:22px!important;line-height:33px!important}}@media(min-width:1200px){.layout4 .xl-fs22{font-size:22px;line-height:33px}.layout4 .\!xl-fs22{font-size:22px!important;line-height:33px!important}}.layout4 .fs23{font-size:23px;line-height:34.5px}.layout4 .\!fs23{font-size:23px!important;line-height:34.5px!important}@media(min-width:576px){.layout4 .sm-fs23{font-size:23px;line-height:34.5px}.layout4 .\!sm-fs23{font-size:23px!important;line-height:34.5px!important}}@media(min-width:768px){.layout4 .md-fs23{font-size:23px;line-height:34.5px}.layout4 .\!md-fs23{font-size:23px!important;line-height:34.5px!important}}@media(min-width:992px){.layout4 .lg-fs23{font-size:23px;line-height:34.5px}.layout4 .\!lg-fs23{font-size:23px!important;line-height:34.5px!important}}@media(min-width:1200px){.layout4 .xl-fs23{font-size:23px;line-height:34.5px}.layout4 .\!xl-fs23{font-size:23px!important;line-height:34.5px!important}}.layout4 .fs24{font-size:24px;line-height:36px}.layout4 .\!fs24{font-size:24px!important;line-height:36px!important}@media(min-width:576px){.layout4 .sm-fs24{font-size:24px;line-height:36px}.layout4 .\!sm-fs24{font-size:24px!important;line-height:36px!important}}@media(min-width:768px){.layout4 .md-fs24{font-size:24px;line-height:36px}.layout4 .\!md-fs24{font-size:24px!important;line-height:36px!important}}@media(min-width:992px){.layout4 .lg-fs24{font-size:24px;line-height:36px}.layout4 .\!lg-fs24{font-size:24px!important;line-height:36px!important}}@media(min-width:1200px){.layout4 .xl-fs24{font-size:24px;line-height:36px}.layout4 .\!xl-fs24{font-size:24px!important;line-height:36px!important}}.layout4 .fs28{font-size:28px;line-height:42px}.layout4 .\!fs28{font-size:28px!important;line-height:42px!important}@media(min-width:576px){.layout4 .sm-fs28{font-size:28px;line-height:42px}.layout4 .\!sm-fs28{font-size:28px!important;line-height:42px!important}}@media(min-width:768px){.layout4 .md-fs28{font-size:28px;line-height:42px}.layout4 .\!md-fs28{font-size:28px!important;line-height:42px!important}}@media(min-width:992px){.layout4 .lg-fs28{font-size:28px;line-height:42px}.layout4 .\!lg-fs28{font-size:28px!important;line-height:42px!important}}@media(min-width:1200px){.layout4 .xl-fs28{font-size:28px;line-height:42px}.layout4 .\!xl-fs28{font-size:28px!important;line-height:42px!important}}.layout4 .fs30{font-size:30px;line-height:45px}.layout4 .\!fs30{font-size:30px!important;line-height:45px!important}@media(min-width:576px){.layout4 .sm-fs30{font-size:30px;line-height:45px}.layout4 .\!sm-fs30{font-size:30px!important;line-height:45px!important}}@media(min-width:768px){.layout4 .md-fs30{font-size:30px;line-height:45px}.layout4 .\!md-fs30{font-size:30px!important;line-height:45px!important}}@media(min-width:992px){.layout4 .lg-fs30{font-size:30px;line-height:45px}.layout4 .\!lg-fs30{font-size:30px!important;line-height:45px!important}}@media(min-width:1200px){.layout4 .xl-fs30{font-size:30px;line-height:45px}.layout4 .\!xl-fs30{font-size:30px!important;line-height:45px!important}}.layout4 .fs32{font-size:32px;line-height:48px}.layout4 .\!fs32{font-size:32px!important;line-height:48px!important}@media(min-width:576px){.layout4 .sm-fs32{font-size:32px;line-height:48px}.layout4 .\!sm-fs32{font-size:32px!important;line-height:48px!important}}@media(min-width:768px){.layout4 .md-fs32{font-size:32px;line-height:48px}.layout4 .\!md-fs32{font-size:32px!important;line-height:48px!important}}@media(min-width:992px){.layout4 .lg-fs32{font-size:32px;line-height:48px}.layout4 .\!lg-fs32{font-size:32px!important;line-height:48px!important}}@media(min-width:1200px){.layout4 .xl-fs32{font-size:32px;line-height:48px}.layout4 .\!xl-fs32{font-size:32px!important;line-height:48px!important}}.layout4 .fs34{font-size:34px;line-height:51px}.layout4 .\!fs34{font-size:34px!important;line-height:51px!important}@media(min-width:576px){.layout4 .sm-fs34{font-size:34px;line-height:51px}.layout4 .\!sm-fs34{font-size:34px!important;line-height:51px!important}}@media(min-width:768px){.layout4 .md-fs34{font-size:34px;line-height:51px}.layout4 .\!md-fs34{font-size:34px!important;line-height:51px!important}}@media(min-width:992px){.layout4 .lg-fs34{font-size:34px;line-height:51px}.layout4 .\!lg-fs34{font-size:34px!important;line-height:51px!important}}@media(min-width:1200px){.layout4 .xl-fs34{font-size:34px;line-height:51px}.layout4 .\!xl-fs34{font-size:34px!important;line-height:51px!important}}.layout4 .fs40{font-size:40px;line-height:60px}.layout4 .\!fs40{font-size:40px!important;line-height:60px!important}@media(min-width:576px){.layout4 .sm-fs40{font-size:40px;line-height:60px}.layout4 .\!sm-fs40{font-size:40px!important;line-height:60px!important}}@media(min-width:768px){.layout4 .md-fs40{font-size:40px;line-height:60px}.layout4 .\!md-fs40{font-size:40px!important;line-height:60px!important}}@media(min-width:992px){.layout4 .lg-fs40{font-size:40px;line-height:60px}.layout4 .\!lg-fs40{font-size:40px!important;line-height:60px!important}}@media(min-width:1200px){.layout4 .xl-fs40{font-size:40px;line-height:60px}.layout4 .\!xl-fs40{font-size:40px!important;line-height:60px!important}}.layout4 .fs44{font-size:44px;line-height:66px}.layout4 .\!fs44{font-size:44px!important;line-height:66px!important}@media(min-width:576px){.layout4 .sm-fs44{font-size:44px;line-height:66px}.layout4 .\!sm-fs44{font-size:44px!important;line-height:66px!important}}@media(min-width:768px){.layout4 .md-fs44{font-size:44px;line-height:66px}.layout4 .\!md-fs44{font-size:44px!important;line-height:66px!important}}@media(min-width:992px){.layout4 .lg-fs44{font-size:44px;line-height:66px}.layout4 .\!lg-fs44{font-size:44px!important;line-height:66px!important}}@media(min-width:1200px){.layout4 .xl-fs44{font-size:44px;line-height:66px}.layout4 .\!xl-fs44{font-size:44px!important;line-height:66px!important}}.layout4 .fs48{font-size:48px;line-height:72px}.layout4 .\!fs48{font-size:48px!important;line-height:72px!important}@media(min-width:576px){.layout4 .sm-fs48{font-size:48px;line-height:72px}.layout4 .\!sm-fs48{font-size:48px!important;line-height:72px!important}}@media(min-width:768px){.layout4 .md-fs48{font-size:48px;line-height:72px}.layout4 .\!md-fs48{font-size:48px!important;line-height:72px!important}}@media(min-width:992px){.layout4 .lg-fs48{font-size:48px;line-height:72px}.layout4 .\!lg-fs48{font-size:48px!important;line-height:72px!important}}@media(min-width:1200px){.layout4 .xl-fs48{font-size:48px;line-height:72px}.layout4 .\!xl-fs48{font-size:48px!important;line-height:72px!important}}.layout4 .font-mono{font-family:monospace,Courier New,Courier}.layout4 .primary-green-color{color:#28ae60}.layout4 .box-shadow{box-shadow:1px 2px 2px 0 #0000000d}.layout4 .bg-success{background-color:#27ae60}.layout4 .primary-red-color{color:#f80000}.layout4 .bg-red{background-color:#eb5758}.layout4 .product-price{color:var(--highlight-color)}.layout4 .bg-primary-color{background-color:var(--color-primary-500)}.layout4 .btn-primary{background-color:#6174d4;color:#fff}.layout4 .border-radius{border-radius:var(--border-radius)}.layout4 .text-orange{color:#ff6b00}.layout4 .text-success{color:#27ae60}.layout4 .max-w-layout{max-width:1920px;margin:0 auto}.layout4 .max-w-content{max-width:1310px;width:100%;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.layout4 .max-w-content{padding-left:1rem;padding-right:1rem}}.layout4 .bg-gray{background-color:#f2f2f2}.layout4 .box-shadow-sm{box-shadow:0 0 6px #17254b19}.layout4 .box-b-shadow-sm{box-shadow:0 5px 6px #17254b19}.layout4 .border-primary-color{border-color:var(--color-primary-500)}.layout4 .bg-modal{background-color:#0000004a}.layout4 .min-hei-48{min-height:48px}.layout4 .min-h-100{min-height:100px}.layout4 .min-w-300{min-width:300px}.layout4 .text-red{color:#f80000}.layout4 .color333{color:#333}.layout4 .color-gray-custom{color:#969dab}.layout4 .color-total-price-cart-item{color:#070707}.layout4 .text-shadow-black{text-shadow:2px 0 0 #000,-2px 0 0 #000,0 2px 0 #000,0 -2px 0 #000,1px 1px #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000}.layout4 .text-2-line{-webkit-line-clamp:2}.layout4 .text-1-line,.layout4 .text-2-line{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.layout4 .text-1-line{-webkit-line-clamp:1}@media(max-width:1023px){.layout4 .px-0-important-m{padding:0!important}}.layout4 .section-shadow{box-shadow:1px 2px 2px 0 #0000000d;border-radius:var(--border-radius);border:1px solid var(--border-color)}.layout4 #sidebar,.layout4 .sidebar{width:320px;height:100%;position:absolute;left:0;top:0}.layout4 #sidebar .sidebar-content,.layout4 .sidebar .sidebar-content{width:300px;background-color:#fff;height:100%}.layout4 #sidebar .sidebar-content .header,.layout4 .sidebar .sidebar-content .header{border-bottom:4px solid #f7f9fc;height:58px}.layout4 #sidebar .sidebar-content .body,.layout4 .sidebar .sidebar-content .body{height:calc(100% - 58px);border-bottom:4px solid #f7f9fc;overflow:hidden;overflow:auto}.layout4 #sidebar .sidebar-content .body .menu-list,.layout4 .sidebar .sidebar-content .body .menu-list{min-height:calc(100% - 60px)}.layout4 #sidebar .sidebar-content .body .menu-list span,.layout4 .sidebar .sidebar-content .body .menu-list span{font-size:15px}.layout4 #sidebar .sidebar-content .body .menu-list .active .menu_item .label,.layout4 .sidebar .sidebar-content .body .menu-list .active .menu_item .label{font-weight:700;color:#000}.layout4 #sidebar .sidebar-content .body .social-link,.layout4 .sidebar .sidebar-content .body .social-link{border-top:4px solid #f7f9fc;height:60px}.layout4 #sidebar .close-icon,.layout4 .sidebar .close-icon{color:#000;font-size:22px;margin-right:8px}.layout4 .bg-second-gray{background-color:#f7f9fc}.layout4 .bg-dark-gray{background-color:#2c3a57}.layout4 .bg-orange-primary{background-color:#ff5b24}.layout4 .bg-orange-second{background-color:#fff6f3}.layout4 .bg-blue-primary{background-color:#2566af0d}.layout4 .bg-blue-second{background-color:#2566af}.layout4 .bg-green-primary{background-color:#63a422}.layout4 .bg-green-second{background-color:#def2e8}.layout4 .bg-red-primary{background-color:#f80000}.layout4 .bg-red-primary-2{background-color:#f80000b3}.layout4 .border-orange-primary{border-color:#ff5b24}.layout4 .border-blue-primary{border-color:#2566af}.layout4 .border-green-primary{border-color:#00b23b}.layout4 .border-red-primary{border-color:#f80000}.layout4 .border-bt-gray{border-bottom:1px solid #1010100d}.layout4 .border-gray-second{border:1px solid #2c3a57}.layout4 .h-20em,.layout4 .min-h-20em{min-height:20em}.layout4 .min-h-15rem{min-height:15rem}.layout4 .min-w-6em{min-width:6em}.layout4 .pick-address-map{height:80svh;width:92svw}@media screen and (min-width:768px){.layout4 .pick-address-map{height:85svw;max-height:80svh;width:65svw;max-width:80svh}}@media screen and (min-width:1024px){.layout4 .pick-address-map{height:50svw;max-height:55svh;max-width:50svw}}.layout4 .input-map{box-sizing:border-box;border:1px solid transparent;width:240px;height:40px;padding:0 12px;border-radius:3px;box-shadow:0 2px 6px rgba(0,0,0,.3);font-size:14px;outline:none;text-overflow:ellipses;position:absolute;left:.5rem;top:10px}.layout4 .aspect-3-2{position:relative;height:0;padding-top:66.67%}.layout4 .aspect-0{height:auto;padding-top:unset}@media(min-width:576px){.layout4 .sm\:aspect-0{height:auto;padding-top:unset}.layout4 .\!sm\:aspect-0{height:auto!important;padding-top:unset!important}}@media(min-width:768px){.layout4 .md\:aspect-0{height:auto;padding-top:unset}.layout4 .\!md\:aspect-0{height:auto!important;padding-top:unset!important}}@media(min-width:992px){.layout4 .lg\:aspect-0{height:auto;padding-top:unset}.layout4 .\!lg\:aspect-0{height:auto!important;padding-top:unset!important}}@media(min-width:1200px){.layout4 .xl\:aspect-0{height:auto;padding-top:unset}.layout4 .\!xl\:aspect-0{height:auto!important;padding-top:unset!important}}.layout4 #footer-layout3 .copy-right{background-color:var(--highlight-color)}.layout4 #footer-layout3 .ic-other-link{color:var(--highlight-color);height:20px}.layout4 .font-14{font-size:14px!important}.layout4 .mobile-footer>div{box-shadow:0 4px 6px 6px #17254b19;padding-bottom:calc(env(safe-area-inset-bottom) - 10px)}.layout4 .mobile-footer .menu-item{font-weight:500;height:65px}.layout4 .mobile-footer .menu-item.active{font-weight:600}.layout4 .mobile-footer .menu-item img{width:24px}.layout4 .mobile-footer .counter{position:absolute;top:-2px;right:-12px;padding:10px;color:#fff;font-weight:500}.layout4 .mobile-footer-two-container{position:fixed;bottom:0;height:93px;z-index:10}.layout4 .mobile-footer-two-container .mobile-footer-two__overlay{z-index:1;position:absolute;bottom:-8px;width:100%;height:100%;background-color:#ffffffc2;opacity:.8;border-top-left-radius:15px;border-top-right-radius:15px}.layout4 .mobile-footer-two-container .mobile-footer-two__overlay-two{background-color:#c2c1c169;opacity:.8;z-index:1;position:absolute;bottom:-22px;width:100%;height:100%;border-top-left-radius:12px;border-top-right-radius:12px}.layout4 .mobile-footer-two-container .mobile-footer-two{display:flex;align-items:center;position:absolute;bottom:-9px;z-index:2}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__left,.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__right{height:72px;background-color:#636363;width:calc(50vw - 41px);display:flex;align-items:center;justify-content:space-evenly}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__left .item,.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__right .item{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px;color:#f7f7f7;cursor:pointer;margin-bottom:7px}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__left .item .bold,.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__right .item .bold{font-weight:700}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__left{border-top-left-radius:18px}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__right{border-top-right-radius:18px}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center{height:72px;position:relative;background-image:radial-gradient(circle at 50% 0,transparent 46.5%,#636363 0)}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center .label{position:absolute;bottom:19px;font-size:10px;color:#f7f7f7;text-align:center;width:100%}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center .label .bold{font-weight:700}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center .mobile-footer-two__btn-cart{position:absolute;top:-16px;left:calc(50% - 26px);width:52px;height:52px;background-color:#444;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 15px #c8c8c8}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center .mobile-footer-two__btn-cart-active{color:#fff!important;background-color:#f80000!important}.layout4 .mobile-footer-two-container .mobile-footer-two .mobile-footer-two__center .mobile-footer-two__qty-cart{height:24px;min-width:24px;border-radius:50%;font-size:14px;color:#fff;background-color:#f80000;position:absolute;z-index:1;top:-22px;right:10px;display:flex;align-items:center;justify-content:center}.layout4 #second-header .icon-back{position:absolute;left:20px}.layout4 #header{top:0;z-index:20}.layout4 #header #header-cover{transition:height .3s}.layout4 #header #header-cover .img-res{width:100%}.layout4 #header #header-cover .primary-shop-background{background-size:cover;width:100%;background-position:50%;height:110px}@media(min-width:768px){.layout4 #header #header-cover .primary-shop-background{height:250px}}.layout4 #header .header-info{background-color:#f4f5f8}.layout4 #header .res-info>div{position:relative;padding-right:1rem}.layout4 #header .res-info>div:after{content:"|";position:absolute;top:0;right:calc(.5rem - 2px)}.layout4 #header .res-info>div:last-child{padding-right:0}.layout4 #header .res-info>div:last-child:after{content:""}@media(min-width:1200px){.layout4 #header .res-info>div{padding-right:3rem}.layout4 #header .res-info>div:after{right:calc(1.5rem - 2px)}}.layout4 #header #header-top .order-type-switcher{border-radius:63px;background-color:#17254b26}.layout4 #header #header-top .order-type-switcher>.item{padding:4px 15px;line-height:1.5;z-index:1;transition:all;transition-duration:.3s;border-radius:63px}.layout4 #header #header-top .order-type-switcher>.item.active{color:#fff;z-index:2;background-color:var(--color-primary-500)}.layout4 #header #header-top .order-type-switcher>.item:hover{z-index:2}.layout4 #header #header-bottom .res-name{display:block;display:-webkit-box;max-width:100%;height:31.2px;margin:0 auto;font-size:24px;line-height:1.3;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.layout4 #header #header-bottom .logo{height:60px}.layout4 .checkout-page #header .img-res{background-image:none!important}.layout4 .checkout-page #header #header-cover,.layout4 .checkout-page #header .back-drop{display:none}.layout4 .checkout-page #header #header-cover .primary-shop-background{height:130px}@media screen and (min-width:1024px){.layout4 .checkout-page #header #header-cover{display:block}}.layout4 #measuringWrapper{position:relative}.layout4 #measuringWrapper .back-drop{width:100%;height:80%;z-index:2;bottom:0;left:0;position:absolute;background:linear-gradient(180deg,rgba(51,51,51,0),rgba(0,0,0,.9))}.layout4 .input-search-header{width:100%;min-width:160px;border:1px solid var(--color-primary-300);border-radius:5px;height:40px;padding:0 20px;display:flex;align-items:center;position:relative}.layout4 .input-search-header input{color:#fff;width:100%;border:none;outline:0;background-color:transparent}.layout4 .input-search-header input::-moz-placeholder{color:#c7bebe}.layout4 .input-search-header input:-ms-input-placeholder{color:#c7bebe}.layout4 .input-search-header input::placeholder{color:#c7bebe}.layout4 .input-search-header .icon_search{position:absolute;top:50%;right:12px;transform:translateY(-50%)}@media(max-width:1023px){.layout4 .input-search-header{max-width:160px}}@media(min-width:1024px){.layout4 .input-search-header{width:235px}}.layout4 .categories{width:calc(100% - 170px)}@media(min-width:1024px){.layout4 .categories{width:calc(100% - 245px)}}.layout4 .categories .input-search-header{color:#fff}.layout4 .categories .input-search-header input::-moz-placeholder{color:#fff}.layout4 .categories .input-search-header input:-ms-input-placeholder{color:#fff}.layout4 .categories .input-search-header input::placeholder{color:#fff}.layout4 .order-type-switcher{border-radius:63px;background-color:#17254b26}.layout4 .order-type-switcher>.item{padding:4px 15px;line-height:1.5;z-index:1;transition:all;transition-duration:.3s;border-radius:63px}.layout4 .order-type-switcher>.item.active{color:#fff;z-index:2;background-color:var(--color-primary-500)}.layout4 .order-type-switcher>.item:hover{z-index:2}.layout4 .mobile-header .mobile-top-bg{border-bottom:1px solid #eee}.layout4 .mobile-header .logo-wrapper{width:80px;height:80px;border-radius:9999px;background-color:#fff;border:2px solid #e9e9ec}.layout4 .mobile-header .res-name{padding-left:92px}.layout4 .mobile-header .restaurant-info{color:var(--description-color);font-size:13px}.layout4 .mobile-header .restaurant-info .res-info-icon{margin-right:8px}@media screen and (min-width:768px){.layout4 .mobile-header .restaurant-info .res-info-icon{color:#fff}}.layout4 .mobile-header .restaurant-info .arrow-icon{color:#75789d}@media screen and (min-width:768px){.layout4 .mobile-header .restaurant-info{color:#fff;font-size:14px}}.layout4 .mobile-header .search-icon{border:1px solid rgba(97,116,212,.3);width:38px;display:flex;align-items:center;position:absolute;right:.75rem}.layout4 .mobile-header .search-icon.visible{width:calc(100% - 1.5rem)}.layout4 .mobile-header .search-icon input{background-color:transparent;transition:width 0s ease;width:0}.layout4 .mobile-header .search-icon input.visible{width:100%;transition:width .5s cubic-bezier(.39,.58,.57,1)}@media screen and (min-width:480px){.layout4 .mobile-header .search-icon{width:200px}.layout4 .mobile-header .search-icon input{width:100%}}.layout4 .mobile-header .is-sticky .restaurant-info{display:none}.layout4 .mobile-header .is-sticky .logo-wrapper{position:static;height:unset;width:unset;border-radius:0;border:0;padding:0}.layout4 .mobile-header .is-sticky .logo{max-width:100px;border-radius:0;max-height:40px}@media screen and (min-width:768px){.layout4 .mobile-header{height:110px;bottom:0;padding:10px 0;z-index:10}.layout4 .mobile-header .logo-wrapper{width:80px;height:80px}.layout4 .mobile-header .res-name{padding-left:100px;margin-top:-5px}.layout4 .mobile-header .restaurant-info{padding-left:100px;width:calc(100% - 50px)}}.layout4 .order-type-switcher-wrapper{background-color:#ced5e0;border:1px solid rgba(97,116,212,.3);border-radius:8px;padding:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.layout4 .order-type-switcher-wrapper .item{border-color:#aebbd0}.layout4 .order-type-switcher-wrapper .item:last-child{border-right:none}.layout4 .preparing-time{font-size:13px}.layout4 #header-top .order-type-switcher-wrapper{border:none;background-color:transparent}.layout4 #header_category{height:60px;width:100%;box-shadow:0 5px 20px #17254b26}.layout4 #header_category .icon-home{width:60px;height:60px;padding:0 15px;display:flex;align-items:center;justify-content:center}.layout4 #header_category .icon-home svg{width:100%;height:100%}.layout4 #header_category #arrows-direction-left{width:40px;height:60px;display:flex;align-items:center;justify-content:center}.layout4 #header_category .category-parent::-webkit-scrollbar{display:none}.layout4 #header_category .category-parent>.scrollbar-container>.active{height:100%}.layout4 #header_category .category-parent>.scrollbar-container>.active .category-item{position:relative;letter-spacing:0}.layout4 #header_category .category-parent>.scrollbar-container>.active .category-item .item_bg_active{display:block;width:100%;height:100%;position:absolute;bottom:0;left:0;transition:all .2s}.layout4 #header_category .category-parent>.scrollbar-container>.active .category-item p{letter-spacing:0;z-index:1;line-height:normal}.layout4 #header_category .category-parent{-ms-overflow-style:none;scrollbar-width:none}.layout4 #header_category .category-parent .category-item{min-width:100px;width:-webkit-max-content;width:-moz-max-content;font-size:16px;letter-spacing:0;width:max-content;height:60px}.layout4 #header_category .category-parent .category-item p{letter-spacing:0;z-index:1;line-height:normal}.layout4 #header_category .category-parent .category-item .item_bg_active{display:block;width:0;height:100%;position:absolute;bottom:0;left:0}.layout4 #header_category .scrollbar-container .ps__rail-x,.layout4 #header_category .scrollbar-container .ps__rail-x .ps__thumb-x{height:0}.layout4 #header_category .ps .ps__rail-x.ps--clicking,.layout4 #header_category .ps .ps__rail-x:focus,.layout4 #header_category .ps .ps__rail-x:hover,.layout4 #header_category .ps .ps__rail-y.ps--clicking,.layout4 #header_category .ps .ps__rail-y:focus,.layout4 #header_category .ps .ps__rail-y:hover{background-color:transparent}.layout4 .restaurants-page .title_group{font-family:Leckerli One,cursive;font-weight:700}.layout4 .restaurants-page .content{max-width:900px;margin:0 auto;width:100%}.layout4 .restaurants-page .franchise-item .franchise-background-wrapper{width:100%;height:220px;margin:0 auto}.layout4 .restaurants-page .franchise-item .franchise-background-wrapper .franchise-background{background-size:cover;width:100%;height:100%;display:block;background-position:50%}@media screen and (min-width:480px){.layout4 .restaurants-page .franchise-item .franchise-background-wrapper{height:250px}}@media screen and (min-width:1100px){.layout4 .restaurants-page .franchise-item .franchise-background-wrapper{max-height:240px}}.layout4 .restaurants-page .franchise-item .service-item{width:130px;margin:0 5px}.layout4 .restaurants-page .franchise-item .shop-name{text-overflow:ellipsis;min-width:0}.layout4 .restaurants-page .current-shop{margin-left:-1rem;margin-right:-1rem}.layout4 .restaurants-page .current-shop .shop-background{background-size:cover;width:100%;height:100%;display:block;background-position:50%}.layout4 .restaurants-page .current-shop .shop-logo{max-height:90px}.layout4 .restaurants-page .current-shop .service-item{width:160px;font-size:14px;margin:0 5px}@media screen and (min-width:768px){.layout4 .restaurants-page .franchise-item{padding:14px}.layout4 .restaurants-page .current-shop{margin-left:0;margin-right:0}}@media screen and (min-width:1200px){.layout4 .restaurants-page .current-shop .service-item{font-size:18px;width:300px}}.layout4 .shop-info-popup .shop-background{background-size:cover;width:100%;height:100%;display:block;background-position:50%;height:200px}@media screen and (min-width:768px){.layout4 .shop-info-popup .si-left{border-right:3px solid #e4e9f2}}.layout4 .shop-info-popup .si-right{height:300px}@media(max-width:767px){.layout4 .shop-info-container{max-height:70vh;overflow:scroll}}.layout4 .spinner{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);width:40px;height:40px;-webkit-animation:spinner .75s linear infinite;animation:spinner .75s linear infinite}.layout4 .spinner span{position:absolute;width:100%;height:100%;border-radius:50%}.layout4 .spinner .spinner-inner-1{background:linear-gradient(90deg,rgba(199,30,30,0) 0,rgba(199,30,30,0) 50%,#c71e1e 51%)}.layout4 .spinner .spinner-inner-2{background:linear-gradient(0deg,hsla(0,0%,100%,0) 0,#fff)}.layout4 .spinner .spinner-inner-3{top:4px;left:4px;width:32px;height:32px;background:#fff}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.layout4 .list-cart-item{overflow:auto}.layout4 .list-cart-item .min-height-info-option-cart{min-height:75px}@media(min-width:768px)and (max-width:1279px){.layout4 .list-cart-item .min-height-info-option-cart{min-height:50px}}@media(max-width:767px){.layout4 .list-cart-item .min-height-info-option-cart{min-height:auto}}.layout4 .list-cart-item .min-height-info-option-cart_show-tax{min-height:45px}@media(min-width:768px)and (max-width:1279px){.layout4 .list-cart-item .min-height-info-option-cart_show-tax{min-height:25px}}@media(max-width:767px){.layout4 .list-cart-item .min-height-info-option-cart_show-tax{min-height:auto}}.layout4 .list-cart-item .container_cart_img{border:1px solid #17254b19;border-radius:3px;position:relative;overflow:hidden;z-index:1;width:110px!important;min-width:110px!important;height:110px!important}.layout4 .list-cart-item .container_cart_img .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout4 .list-cart-item .name-food{font-size:18px}@media(max-width:1023px){.layout4 .list-cart-item .name-food{font-size:16px}}.layout4 .list-cart-item .total-price{font-size:24px}@media(max-width:1023px){.layout4 .list-cart-item .total-price{font-size:14px;font-weight:700}}.layout4 .list-cart-item .text-options{font-size:16px}@media(max-width:1023px){.layout4 .list-cart-item .text-options{font-size:14px}}@media(max-width:1279px){.layout4 .list-cart-item .container_cart_img{width:80px!important;min-width:80px!important;height:80px!important}}.layout4 .list-cart-item .color-text-info{color:#4f4f4f}.layout4 .list-cart-item .color-text-note{color:#bababa}.layout4 .qty_container .quantity{min-width:30px}.layout4 .payment-container{box-shadow:0 -2px 2px rgba(95,91,91,.1);height:auto;position:fixed;bottom:0;z-index:2}.layout4 .payment-container .btn-payment.disabled{background:#b1ada0 0 0 no-repeat padding-box;cursor:not-allowed;color:#000}.layout4 .payment-container .total{font-size:20px}.layout4 .payment-container .price{font-size:30px}@media screen and (min-width:768px){.layout4 .payment-container{position:relative;margin-top:2rem}}.layout4 .cart-empty .font-info{font-size:18px}@media(max-width:768px){.layout4 .cart-empty .font-info{font-size:14px}}.layout4 .cart-empty .btn-cart-empty{font-size:18px;color:#0099f8}@media(max-width:768px){.layout4 .cart-empty .btn-cart-empty{font-size:16px}}.layout4 .modal-res-close .button-close{position:absolute;top:25px;right:25px}.layout4 .modal-res-close .modal-content-bg{background-image:url(/images/bg-modal-res-close.png);background-repeat:no-repeat;background-position:50%;background-size:cover}.layout4 .modal-voucher .button-close{position:absolute;top:-5px;right:-5px}.layout4 .modal-voucher .parent-content{max-width:400px!important;width:100%!important;border-radius:5px;padding:20px!important}.layout4 .modal-voucher .modal-content-bg{width:100%!important;background-repeat:no-repeat;background-position:50%;background-size:cover}.layout4 .modal-voucher .modal-content-bg .title-voucher{text-align:center;font:normal normal 700 18px/25px Helvetica Neue;letter-spacing:0;color:#000}.layout4 .modal-voucher .modal-content-bg .des-voucher{font:normal normal normal 16px/24px Helvetica Neue;text-align:center;letter-spacing:0;color:#2c3a57;opacity:1;margin-top:30px}.layout4 .modal-voucher .modal-content-bg .text-left{text-align:left;font:normal normal normal 16px/24px Helvetica Neue;letter-spacing:0;color:#2c3a57;opacity:1}.layout4 .modal-voucher .modal-content-bg .text-remaining{text-align:right;font:normal normal 700 18px/24px Helvetica Neue;letter-spacing:0;color:#f80000;opacity:1}.layout4 .modal-voucher .modal-content-bg .text-price{text-align:right;font:normal normal 700 18px/24px Helvetica Neue;letter-spacing:0;color:#2c3a57;opacity:1}.layout4 .modal-voucher .modal-content-bg .number-price{font:normal normal 18px/24px Helvetica Neue;width:100%;max-width:50%}.layout4 .modal-voucher .modal-content-bg .input-price{width:100%;max-width:50%;background:#f7f9fc 0 0 no-repeat padding-box;border:1px solid #17254b26;border-radius:5px;height:50px;display:flex;align-items:center;position:relative;padding:0 42px 0 20px}.layout4 .modal-voucher .modal-content-bg .input-price input{width:100%;border:none;outline:0;font-size:20px;color:#2c3a57;background:transparent}.layout4 .modal-voucher .modal-content-bg .input-price .icon_search{position:absolute;right:12px;top:12px}@media(max-width:768px){.layout4 .receipt-order-page{padding-bottom:72px;background:transparent}}.layout4 .receipt-order-page .receipt-image{border-radius:5px;text-align:center;max-width:600px}@media(min-width:768px){.layout4 .receipt-order-page .receipt-image{border:2px solid #ddd}}@media(min-width:769px)and (max-width:1279px){.layout4 .modal-cart-items{width:500px!important}}@media(min-width:1280px){.layout4 .modal-cart-items{width:600px!important}}.layout4 .modal-cart-items{display:flex;flex-direction:column;min-height:100vh}.layout4 .modal-cart-items .header-modal{box-shadow:0 1px 0 silver}@media(max-width:768px){.layout4 .modal-cart-items .modal-list-cart-item{max-height:calc(100vh - 152px - 70px)!important;min-height:calc(100vh - 152px - 70px)!important;height:calc(100vh - 152px - 70px)!important}}.layout4 .popup-res-closed{display:flex;position:fixed;bottom:10px;margin:auto;-o-object-fit:fill;object-fit:fill;z-index:9999999;background-color:#284963;min-height:60px;border-radius:10px;opacity:.7;width:50%;left:25%;align-items:center;justify-content:center;padding-right:20px;padding-left:20px}.layout4 .popup-res-closed .txt-content{text-align:center}.layout4 .toast-container{background-color:#284963;max-width:800px;min-width:200px;text-align:center}@media only screen and (max-width:480px){.layout4 .Toastify__toast-container{margin-bottom:65px!important}}@media screen and (max-width:600px){.layout4 .popup-res-closed{width:90%;left:5%;bottom:100px}.layout4 .popup-res-closed .txt-content{font-size:20px;line-height:normal!important;text-align:center}}.layout4 .res-info-popup{max-width:90%;max-height:90vh;overflow:auto}.layout4 .res-info-popup::-webkit-scrollbar{width:5px}.layout4 .res-info-popup::-webkit-scrollbar-track{background:#d9d9d9}.layout4 .res-info-popup::-webkit-scrollbar-thumb{border-radius:20px;border:3px solid #8a2a2a85}@media screen and (min-width:992px){.layout4 .res-info-popup{max-width:600px}}.layout4 .res-info-popup .shop-background{background-size:cover;width:100%;height:100%;display:block;background-position:50%;background-repeat:no-repeat;height:200px}@media screen and (min-width:768px){.layout4 .res-info-popup .shop-background{height:325px}}.layout4 .res-info-popup.has-delivery{max-width:876px!important;width:100%!important}.layout4 .res-info-popup .delivery-times{position:relative}.layout4 .res-info-popup .delivery-times:after{position:absolute;height:100%;content:"";left:-.5rem;width:1px;top:0}.layout4 .modal-payment-error{border-radius:10px}.layout4 .modal-payment-error .title{letter-spacing:0;color:#f80000;font-weight:700}.layout4 .modal-payment-error .des_normal{width:90%;letter-spacing:0;color:#333;line-height:1.5;max-width:395px}.layout4 .modal-payment-error .des_medium{width:90%;letter-spacing:0;color:#333;line-height:1.5;max-width:300px}.layout4 .modal-payment-error .btn_dismiss{width:80%;max-width:300px;height:70px;background-color:#f80000}@media(max-width:1023px){.layout4 .modal-payment-error .btn_dismiss{height:50px;max-width:200px}}.layout4 .modal-payment-error .modal_icon{width:140px}@media(max-width:1023px){.layout4 .modal-payment-error .modal_icon{width:100px}}.layout4 .modal-order-complete{border-radius:10px}.layout4 .modal-order-complete .title{letter-spacing:0;color:#00b23b;font-weight:700}.layout4 .modal-order-complete .des_normal{width:90%;letter-spacing:0;color:#333;line-height:1.5;max-width:395px}.layout4 .modal-order-complete .des_medium{width:90%;letter-spacing:0;color:#333;line-height:1.5;max-width:300px}.layout4 .modal-order-complete .btn_dismiss{width:80%;max-width:300px;height:70px;background-color:#00b23b}@media(max-width:1023px){.layout4 .modal-order-complete .btn_dismiss{height:50px;max-width:200px}}.layout4 .modal-order-complete .modal_icon{width:140px}@media(max-width:1023px){.layout4 .modal-order-complete .modal_icon{width:100px}}.layout4 .popup-required-info{border-radius:10px}.layout4 .popup-required-info .btn_understand{width:80%;max-width:200px;height:44px;background-color:var(--color-primary-500);color:#fff;text-transform:capitalize;font-size:16px;font-weight:700;border-radius:5px}@media(min-width:768px){.layout4 .popup-required-info .btn_understand{height:50px;max-width:200px}}.layout4 .popup-required-info .btn_confirm{width:80%;max-width:125px;height:44px;background-color:var(--color-primary-500);color:#fff;text-transform:capitalize;font-size:16px;font-weight:700;border-radius:5px}@media(min-width:768px){.layout4 .popup-required-info .btn_confirm{height:50px;max-width:200px}}.layout4 .modal-search{min-height:100vh;background:#f4f4f4 0 0 no-repeat padding-box}.layout4 .modal-search .header{width:100%;height:60px;display:flex;align-items:center;padding:0 15px;position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:10;box-shadow:0 2px 0 #17254b35}.layout4 .modal-search .header .container_input_search{border:1px solid #17254b26;border-radius:5px;width:100%;height:34px;position:relative;padding-left:42px;display:flex;align-items:center}.layout4 .modal-search .header .container_input_search .icon_search{position:absolute;top:4px;left:10px}.layout4 .modal-search .header .container_input_search .input{outline:0}.layout4 .modal-search .recent_search{width:100%;background-color:#fff;box-shadow:0 6px 12px #17254b25}.layout4 .modal-search .recent_search .top{padding:15px 15px 0}.layout4 .modal-search .recent_search .top .title{font-size:16px;font-weight:700;color:#2c3a57}.layout4 .modal-search .recent_search .top .delete{color:#f80000;font-size:14px}.layout4 .modal-search .recent_search .list-recent-search{width:100%;max-height:240px}.layout4 .modal-search .recent_search .list-recent-search .list-recent-search__item{border-bottom:1px solid #ddd;padding:12px 15px}.layout4 .modal-search .recent_search .list-recent-search .list-recent-search__item .name{font-size:14px;color:#333;flex:1;word-break:break-all}.layout4 .modal-search .recent_search .list-recent-search .list-recent-search__item .icon{flex:0 0 12px}.layout4 .modal-search .products-search{width:100%;max-height:calc(100vh - 120px);overflow:auto}.layout4 .modal-responsive,.layout4 .order-service-switcher-modal{width:100%;position:fixed;bottom:0;z-index:60;left:0}@media screen and (min-width:768px){.layout4 .modal-responsive,.layout4 .order-service-switcher-modal{position:relative;max-width:600px}}.layout4 .input_calendar{height:42px;border:1px solid #e4e9f2;background-color:#f7f9fc;align-items:center;padding:12px 15px;position:relative;border-radius:var(--border-radius);cursor:pointer}.layout4 .input_calendar .value{font-size:14px;color:#2c3a57}.layout4 .input_calendar .icon{position:absolute;right:15px;top:calc(50% - 1px);transform:translateY(-50%)}@media screen and (min-width:768px){.layout4 .input_calendar .icon{width:16px}}.layout4 .popup-calendar{width:90%;max-width:320px}.layout4 .popup-calendar .header{display:flex;align-items:center;justify-content:center;position:relative}.layout4 .popup-calendar .header .title{font-size:18px;font-weight:700;color:#2c3a57}.layout4 .popup-calendar .header .icon{position:absolute;right:15px;cursor:pointer}.layout4 .dropdown_timer{height:42px;border:1px solid #e4e9f2;background-color:#f7f9fc;padding:12px 15px;position:relative;border-radius:var(--border-radius);cursor:pointer;display:flex;align-items:center}.layout4 .dropdown_timer .value{font-size:14px;color:#2c3a57}.layout4 .dropdown_timer .icon{position:absolute;right:15px;top:calc(50% - 1px);transform:translateY(-50%)}@media screen and (min-width:768px){.layout4 .dropdown_timer .icon{width:16px}}.layout4 .dropdown_timer-list{padding:1rem;max-height:350px;overflow-y:auto}.layout4 .dropdown_timer-list .dropdown_timer-item{background:var(--color-primary-50) 0 0 no-repeat padding-box;border:1px solid #e4e9f2;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333}.layout4 .dropdown_timer-list .dropdown_timer-item-active{border-color:var(--color-primary-500);color:var(--color-primary-500)}.layout4 .dropdown_timer-list::-webkit-scrollbar{width:7px}.layout4 .dropdown_timer-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.layout4 .dropdown_timer-list::-webkit-scrollbar-thumb{background:#2c3a57;border-radius:10px}.layout4 .dropdown_timer-list::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:767px){.layout4 .input_calendar{height:36px}.layout4 .input_calendar .value{font-size:12px}.layout4 .dropdown_timer{height:36px}.layout4 .dropdown_timer .value{font-size:14px}.layout4 .dropdown_timer-list{max-height:200px}}.layout4 .react-calendar .react-calendar__navigation{color:#000;justify-content:space-around;display:flex;background:#eceff4;height:40px;padding-left:15px;padding-right:15px;margin-bottom:16px}.layout4 .react-calendar .react-calendar__navigation .react-calendar__navigation__label__labelText{font-size:14px;color:#222b45}.layout4 .react-calendar .react-calendar__month-view__weekdays__weekday{font-size:14px;color:#2c3a57;text-align:center}.layout4 .react-calendar .react-calendar__month-view__days__day--neighboringMonth abbr,.layout4 .react-calendar .react-calendar__tile:disabled abbr,.layout4 .react-calendar .react-calendar__tile[disabled] abbr{color:#a5b1c9!important}.layout4 .react-calendar .react-calendar__tile{font-size:14px;color:#222b45;margin:6px 0}.layout4 .react-calendar .react-calendar__tile:hover{background-color:#c4c4c4}.layout4 .react-calendar .react-calendar__tile--active{display:flex;align-items:center;justify-content:center}.layout4 .react-calendar .react-calendar__tile--active abbr{width:30px;height:30px;background-color:var(--color-primary-500);display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff}.layout4 .react-calendar .react-calendar__tile--active:hover{background-color:#fff}.layout4 .react-calendar abbr{color:#2c3a57}.layout4 .bg-current_table{position:fixed;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:55px;margin-left:auto;margin-right:auto;min-width:165px;top:-6px;left:50%;transform:translateX(-50%)}.layout4 .bg-current_table:after{background-image:url(/images/bg_table_number.svg);background-size:cover;background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;width:100%;padding-bottom:33.33%;content:"";z-index:1}.layout4 .bg-current_table .table_number{position:relative;font-weight:700;font-size:14px;z-index:2;text-align:center;padding:12px 28px 0}.layout4 #drawer-add-card{position:absolute;top:0;right:0;width:100%;height:100%}@media(min-width:768px){.layout4 #drawer-add-card{width:550px}}.layout4 #drawer-add-card .content{width:100%;height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;position:absolute;top:0;right:0}@media(min-width:768px){.layout4 #drawer-add-card .content{padding-bottom:0}}.layout4 #drawer-add-card .content .header{padding-top:12px;padding-bottom:12px}.layout4 #drawer-add-card .content .product-id{color:var(--color-primary-500);font-weight:700;font-size:18px}@media(min-width:768px){.layout4 #drawer-add-card .content .product-id{font-size:24px}}.layout4 #drawer-add-card .content .product-name{white-space:normal}.layout4 #drawer-add-card .content .mobile-header .product-image{border-radius:3px;position:relative;padding-bottom:58%;overflow:hidden;z-index:1}.layout4 #drawer-add-card .content .mobile-header .product-image .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout4 #drawer-add-card .body{flex:1;overflow:auto}.layout4 #drawer-add-card .body .item{border-bottom:2px solid var(--border-color)}.layout4 #drawer-add-card .body .product-base-info .key{color:#333}.layout4 #drawer-add-card .body .product-base-info .value{color:var(--color-primary-600)}.layout4 #drawer-add-card .body .product-base-info .view-more span{color:var(--color-primary-500);border-bottom:1px solid var(--color-primary-500)}.layout4 #drawer-add-card .body .drawer-customize-product-content .custom-product-item .border-b:last-child{border:0}.layout4 #drawer-add-card .body .drawer-customize-product-content .star-icon{color:var(--highlight-color);font-size:18px}.layout4 #drawer-add-card .body .drawer-customize-product-content .required-text{color:var(--description-color);margin-right:2px}.layout4 #drawer-add-card .body .drawer-customize-product-content .radio.radio-current{border:2px solid var(--color-primary-500)}.layout4 #drawer-add-card .body .drawer-customize-product-content .radio .radio-checked{background-color:var(--color-primary-500)}.layout4 #drawer-add-card .body .drawer-customize-product-content .checkbox-current{border:2px solid var(--color-primary-500)}.layout4 #drawer-add-card .body .drawer-customize-product-content .title{font-size:16px;color:var(--text-title);font-weight:400;cursor:pointer}.layout4 #drawer-add-card .body .drawer-customize-product-content .title.title-current{font-weight:500}.layout4 #drawer-add-card .body .drawer-customize-product-content .notes::-moz-placeholder{color:#ccc;font-size:16px}.layout4 #drawer-add-card .body .drawer-customize-product-content .notes:-ms-input-placeholder{color:#ccc;font-size:16px}.layout4 #drawer-add-card .body .drawer-customize-product-content .notes::placeholder{color:#ccc;font-size:16px}.layout4 #drawer-add-card .body .drawer-customize-product-content .price{color:var(--highlight-color)}.layout4 #drawer-add-card .footer{box-shadow:0 -3px 10px #17254b1a}.layout4 #drawer-add-card .footer .view-qty{flex:0 1 130px}.layout4 #drawer-add-card .footer .customize-product-bottom{display:flex;align-items:center;justify-content:space-between}.layout4 #drawer-add-card .footer .customize-product-bottom .button-qty{background:transparent;border:1px solid var(--color-primary-500);border-radius:5px;height:35px;width:35px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.layout4 #drawer-add-card .footer .customize-product-bottom .button-qty{height:55px;width:55px;border:1px solid #00000014}}.layout4 #drawer-add-card .footer .customize-product-bottom .button-qty .ic-minus{color:var(--color-primary-500)}.layout4 #drawer-add-card .footer .customize-product-bottom-mobile .button-qty{background:transparent;border:1px solid var(--color-primary-500);border-radius:5px;height:35px;width:35px;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.layout4 #drawer-add-card .footer .customize-product-bottom-mobile .button-qty{height:55px;width:55px;border:1px solid #00000014}}.layout4 #drawer-add-card .footer .customize-product-bottom-mobile .button-qty .ic-minus{color:var(--color-primary-500)}.layout4 #drawer-add-card .footer .customize-product-bottom-mobile .btn-cancel{color:#6b7589;width:120px}.layout4 #drawer-add-card .footer .customize-product-bottom-mobile .btn-add{background-color:var(--color-primary-500);color:#fff}.layout4 #drawer-add-card .close-icon{font-size:25px;margin-right:6px;top:10px;left:10px;z-index:2;position:absolute}@media(min-width:768px){.layout4 #drawer-add-card .close-icon{position:relative;color:#bababa;left:unset;top:unset}}.layout4 .dark #drawer-add-card{border-left:1px solid var(--border-color)}.layout4 .dark #drawer-add-card .body .drawer-customize-product-content .radio .radio-checked{background-color:var(--card-bg);border:2px solid var(--card-bg-2)}.layout4 .dark #drawer-add-card .body .drawer-customize-product-content .checkbox-current{color:#000;border:2px solid var(--card-bg-2)}.layout4 .dark #drawer-add-card .footer{box-shadow:0 -3px 10px #d0d0d01a}.layout4 .breadcrumb .breadcrumb-item:not(:last-child){color:var(--color-primary-300);cursor:pointer}.layout4 .breadcrumb .breadcrumb-item:not(:last-child):hover{color:var(--color-primary-400)}.layout4 .breadcrumb span{font-size:12px}.layout4 .table-order-tracking{border:1px solid #17254b19;border-radius:10px;box-shadow:0 3px 20px #17254b19}.layout4 .table-order-tracking table{width:100%}.layout4 .table-order-tracking th{font-size:24px;color:#2c3a57}.layout4 .table-order-tracking thead{background-color:#f7f9fc}.layout4 .table-order-tracking thead th:first-child{border-top-left-radius:10px}.layout4 .table-order-tracking thead th:last-child{border-top-right-radius:10px}.layout4 .table-order-tracking td{font-size:20px;font-weight:400}.layout4 .table-order-tracking button{border-radius:5px;border:1px solid #e4e9f2;background-color:#2c3a57;color:#fff;padding:11px}.layout4 .table-order-tracking .scroll-orders{width:100%;min-width:500px}.layout4 .order-item .order_item_img{border:1px solid #17254b19;border-radius:3px;position:relative;overflow:hidden;z-index:1;width:80px!important;min-width:80px!important;height:80px!important}.layout4 .order-item .order_item_img .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout4 .container-product-list{background:transparent}.layout4 .product-list{max-width:1720px;margin:0 auto}.layout4 .product-list .product-item-wrapper:last-child{border-bottom:none}.layout4 .product-list .product-item-wrapper .product-item{box-shadow:1px 2px 2px 0 #0000000d;border-radius:var(--border-radius);border:1px solid #f0f0f0;border-color:var(--border-color);overflow:hidden}.layout4 .product-list .product-item-wrapper .product-item .product-name{color:var(--text-title)}.layout4 .product-list .product-item-wrapper .product-item .product-description{color:#666}.layout4 .product-list .product-item-wrapper .product-item .product-price{color:var(--highlight-color)}.layout4 .product-list .product-item-wrapper .product-item .image-out-stock{left:0;width:100%;height:100%;top:50%;transform:translateY(-50%);position:absolute;display:flex;align-items:center;justify-content:center}.layout4 .product-list .product-item-wrapper .product-item .image-out-stock .overlay{position:absolute;width:100%;height:100%;top:0;background-color:#f80000;opacity:.5}.layout4 .product-list .product-item-wrapper .product-item .image-out-stock .label-no-bg{position:absolute;z-index:2;flex:1;top:0;bottom:0;width:100%;background:transparent!important;display:flex;align-items:center;justify-content:center}.layout4 .product-list .product-item-wrapper .product-item .image-out-stock .label{position:absolute;z-index:2;width:100%;background:rgba(0,0,0,.4)!important;display:flex;bottom:0;align-items:center;justify-content:center}.layout4 .product-list .product-item-wrapper .product-item .label-new{background-color:#f93333}.layout4 .product-list .product-item-wrapper .product-item .label-best-seller,.layout4 .product-list .product-item-wrapper .product-item .label-new{z-index:2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:3px 15px;top:0;right:0;color:#fff;font-weight:500;text-align:center;font-size:11px;text-transform:uppercase;display:flex;align-items:center;justify-content:center}.layout4 .product-list .product-item-wrapper .product-item .label-best-seller{background-color:#61d473}.layout4 .product-list .product-item-wrapper .product-item .label-bargain{z-index:2;background-color:#3398f9;top:0;right:0;color:#fff;font-size:11px;text-transform:uppercase}.layout4 .product-list .product-item-wrapper .product-item .label-bargain,.layout4 .product-list .product-item-wrapper .product-item .label-contact{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:3px 15px;font-weight:500;text-align:center;display:flex;align-items:center;justify-content:center}.layout4 .product-list .product-item-wrapper .product-item .label-contact{background-color:#ebf4e1;color:#65aa15;font-size:12px;border-radius:40px;border:1px solid #d7eebd}.layout4 .product-list .product-item-wrapper .product-item .product-description{width:100%;word-wrap:break-word;display:flex}.layout4 .product-list .product-item-wrapper .product-item .bottom-item .btn-add{display:flex;justify-content:center;align-items:center;background-color:#f800001a;color:red;padding:8px}.layout4 .product-list .product-item-wrapper .product-2-columns .product-tag{border-radius:0}@media screen and (min-width:768px){.layout4 .product-list .product-item-wrapper{border:unset}.layout4 .product-list .product-item-wrapper .product-2-columns .product-tag{border-radius:1rem}}@media(max-width:767px){.layout4 .product-item-mobile .image-product .image,.layout4 .product-item-mobile .image-product .image-out-stock{left:15%;width:70%}}.layout4 .product-item-two{background-color:#fff;border-radius:8px;width:100%;overflow:hidden;position:relative}.layout4 .product-item-two .image-product{border-radius:3px;position:relative;padding-bottom:60%;overflow:hidden;z-index:1;border-top-left-radius:8px;border-top-right-radius:8px}.layout4 .product-item-two .image-product .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout4 .product-item-two .bottom-item .btn-add{display:flex;justify-content:center;align-items:center;background-color:#f800001a;color:red;padding:8px}.layout4 .text-color-item{color:#333}.layout4 .text-color-item-2{color:#2c3a57}.layout4 .out-of-stock{z-index:2}.layout4 .out-of-stock .overlay{position:absolute;width:100%;height:100%;top:0;background-color:#121421b2}.layout4 .out-of-stock .label-no-bg{flex:1;top:0;background:transparent!important}.layout4 .out-of-stock .label,.layout4 .out-of-stock .label-no-bg{width:100%;position:absolute;z-index:2;bottom:0;display:flex;align-items:center;justify-content:center}.layout4 .out-of-stock .label{background:rgba(0,0,0,.5)!important}.layout4 .btn-add-to-cart{background-color:#f800001a;padding:8px}.layout4 .btn-add-to-cart,.layout4 .btn-add-to-cart-two{display:flex;justify-content:center;align-items:center;color:var(--color-primary-500)}.layout4 .btn-add-to-cart-two{background-color:#f80000;padding:6px;border-radius:50%}.layout4 .allergens,.layout4 .ingredients{color:var(--description-color)}.layout4 .has-order-time{position:relative}.layout4 .has-order-time:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#00000010}@media screen and (min-width:768px){.layout4 .order-section{box-shadow:1px 2px 2px 0 #0000000d;border-radius:var(--border-radius);border:1px solid #f0f0f0}}.layout4 .stepper-wrapper-desktop{display:flex;flex-direction:column}.layout4 .stepper-wrapper-desktop .step-icon{background-color:#bdbdbd;color:#fff}.layout4 .stepper-wrapper-desktop .step-icon.active{background-color:#27ae60}@media screen and (max-width:767px){.layout4 .stepper-wrapper-desktop .stepper-item{position:relative}.layout4 .stepper-wrapper-desktop .stepper-item svg{width:24px}.layout4 .stepper-wrapper-desktop .stepper-item:after{position:absolute;content:"";width:3px;background-color:#bdbdbd;left:18px;height:100%;z-index:8;top:50%}.layout4 .stepper-wrapper-desktop .stepper-item.active:before{position:absolute;content:"";width:3px;background-color:#27ae60;left:18px;height:100%;z-index:9;top:-50%}.layout4 .stepper-wrapper-desktop .stepper-item:first-child.active:before,.layout4 .stepper-wrapper-desktop .stepper-item:last-child:after{position:absolute;content:"";width:3px;background-color:#fff;left:18px;bottom:50%;height:100%;z-index:9}.layout4 .stepper-wrapper-desktop .stepper-item .step-icon{position:relative;z-index:10}}@media screen and (min-width:768px){.layout4 .stepper-wrapper-desktop{margin-bottom:20px;position:relative;flex-direction:row;justify-content:space-between}.layout4 .stepper-wrapper-desktop .stepper-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1}.layout4 .stepper-wrapper-desktop .stepper-item:after{position:absolute;content:"";height:5px;background-color:#bdbdbd;top:40px;width:100%;z-index:8;left:50%}.layout4 .stepper-wrapper-desktop .stepper-item.active:before{position:absolute;content:"";height:5px;background-color:#27ae60;top:40px;right:50%;width:100%;z-index:9}.layout4 .stepper-wrapper-desktop .stepper-item:first-child.active:before,.layout4 .stepper-wrapper-desktop .stepper-item:last-child:after{position:absolute;content:"";height:5px;background-color:#fff;top:40px;right:50%;width:100%;z-index:9}}@media screen and (min-width:768px)and (max-width:768px){.layout4 .stepper-wrapper-desktop .stepper-item{font-size:12px}}@media screen and (min-width:768px){.layout4 .stepper-wrapper-desktop .stepper-item .step-icon{position:relative;z-index:10}.layout4 .order-detail-left .order-price li>:first-child{width:calc(100% - 200px)}.layout4 .order-detail-left .order-price li>:last-child{width:200px}}.layout4 .order-detail-left .items .item-order{border-bottom:2px solid #00000019}.layout4 .order-detail-left .items .item-order-mobile.bg-gry,.layout4 .order-detail-left .items .item-order.bg-gry{background-color:#f7f9fc}.layout4 .order-detail-left .items .item-order-mobile .price{color:#f80000;font-weight:700;font-size:20px}.layout4 .order-detail-left .items .item-order-mobile .key{font-size:14px;font-weight:400;margin-right:15px}.layout4 .order-detail-left .items .item-order-mobile .value{color:#0076de;font-weight:400;font-size:14px}.layout4 .order-detail-left .items .item-order-mobile .option-price{color:#f80000;font-size:14px}.layout4 .order-detail-left .notification_order_complete{margin:0 16px;background:#e5f9eb 0 0 no-repeat padding-box;border:1px solid #00c33c;border-radius:6px;color:#00c33c;padding:7px 20px;opacity:1}.layout4 .order-detail-left .comment_order_container .list_comment{background:#e4e9f2 0 0 no-repeat padding-box;background:#f7f9fc 0 0 no-repeat padding-box;border:2px solid #e4e9f2;border-radius:10px;opacity:1}.layout4 .order-detail-left .comment_order_container .list_comment .cmt_item{letter-spacing:0;color:#333}.layout4 .order-detail-left .comment_order_container .list_comment .cmt_item .time_cmt{flex:0 0 auto;color:#bfbfbf;font-size:16px}.layout4 .order-detail-left .comment_order_container .border_bottom_cmt{border-bottom:1px solid #dbcfcf}.layout4 .order-title-detail .order-type{color:#2c3a57}.layout4 .order-title-detail .estimate-text{font-size:medium}.layout4 .order-detail-right{background-color:#fff}.layout4 .order-detail-right .messager{font-size:24px;font-weight:700}.layout4 .order-detail-right .order-id-key{font-size:14px;color:#333;font-weight:500}.layout4 .order-detail-right .order-id-value{font-size:18px;color:#f80000;font-weight:700;margin-left:5px}.layout4 .order-detail-right .website-link{border-radius:5px;border:1px solid #17254b19;background-color:#fff;color:#1871c9;font-size:16px}.layout4 .order-detail-right .website-link .text{padding:10px 15px}.layout4 .order-detail-right .icon-copy{border-left:1px solid #e4e9f2}.layout4 .order-detail-right .btn-arrived{background:#def2e8;border:1px solid #00b23b;border-radius:5px;color:#00b23b;font-weight:700}.layout4 .order-detail-right .btn-arrived:disabled{background:#00000019;border:1px solid #ccc;color:#ccc;cursor:no-drop}.layout4 #checkout-main-info{padding-bottom:130px}@media screen and (min-width:768px){.layout4 #checkout-main-info{padding-bottom:0}}.layout4 #checkout-main-info .checkout-scrollable{scroll-margin:200px}.layout4 #checkout-main-info .contact-info textarea{height:76%}.layout4 #checkout-main-info .pickup-time .available-day{max-width:100%}@media screen and (min-width:1200px){.layout4 #checkout-main-info .pickup-time .available-day{max-width:70%}}.layout4 #checkout-main-info img .qr-code{width:200px}.layout4 #checkout-main-info input[type=radio]{background-color:transparent;border-radius:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;height:20px;width:20px;position:relative;-webkit-appearance:none;border:1px solid #bababa;flex-shrink:0}.layout4 #checkout-main-info input[type=radio]:after{background-color:transparent;border-radius:100%;content:"";display:block;position:absolute;width:12px;height:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.layout4 #checkout-main-info input[type=radio]:checked:after{background-color:var(--color-primary-500)}.layout4 #checkout-main-info input[type=radio]:checked{border:1px solid var(--color-primary-500)}.layout4 #checkout-main-info .bg-input-info{border-radius:8px}.layout4 #checkout-main-info .header-order-form{position:relative}.layout4 #checkout-main-info .header-order-form .title-form{position:absolute;top:14px;left:41%}.layout4 #checkout-main-info .font-size-32{font-size:24px}@media screen and (min-width:768px){.layout4 .payment-info-wrapper .payment-price{box-shadow:1px 2px 2px 0 #0000000d}}@media screen and (max-width:768px){.layout4 #checkout-main-info .box-shadow{box-shadow:none}.layout4 #checkout-main-info input{height:36px;border-radius:8px}}.layout4 .checkout-cart-items .payment-info{border-top:1px solid #17254b1a;box-shadow:0 -3px 10px #17254b1a}.layout4 .checkout-cart-items .payment-info .total-label{font-size:24px}.layout4 .checkout-cart-items .payment-info .total-value{font-size:34px}.layout4 .checkout-cart-items .payment-info .info-label{font-size:20px}.layout4 .checkout-cart-items .list-items{max-height:95vh;overflow-y:auto}.layout4 .checkout-cart-items .list-items ::-webkit-scrollbar{display:none}.layout4 .checkout-cart-items .cart-items .border-b:last-child{border:0}.layout4 .checkout-cart-items .cart-items .container_cart_img{border:1px solid #17254b19;border-radius:3px;position:relative;overflow:hidden;z-index:1;width:110px!important;min-width:110px!important;height:110px!important}.layout4 .checkout-cart-items .cart-items .container_cart_img .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}.layout4 .checkout-cart-items .color-text-info{color:#0099f8}.layout4 .checkout-cart-items .color-text-note{color:#bababa}.layout4 #checkout-popular .popular-foods .slick-track{display:flex}.layout4 #checkout-popular .popular-foods .slick-track .slick-slide{height:auto}.layout4 #checkout-popular .popular-foods .slick-track .slick-slide>div{height:100%}.layout4 #checkout-popular .popular-foods .product-item{min-width:15em;max-width:15em;margin-right:1rem}.layout4 .list-table-checkout__container .title{color:#333;font-size:16px;font-weight:600}@media screen and (min-width:768px){.layout4 .list-table-checkout__container .title{font-size:18px}}.layout4 .list-table-checkout__container .list-table-checkout .list-table-checkout__item .label{font-weight:500;line-height:1.2}.layout4 .list-table-checkout__container .list-table-checkout .list-table-checkout__item .name{line-height:1.2}.layout4 .list-table-checkout__container .list-table-checkout::-webkit-scrollbar{height:7px}.layout4 .list-table-checkout__container .list-table-checkout::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.layout4 .list-table-checkout__container .list-table-checkout::-webkit-scrollbar-thumb{background:#2c3a57;border-radius:10px}.layout4 .list-table-checkout__container .list-table-checkout::-webkit-scrollbar-thumb:hover{background:#555}.layout4 .input-contact-checkout{position:relative}.layout4 .input-contact-checkout .label-mobile{position:absolute;top:9px;left:5px}.layout4 .section-select-location{display:flex;height:100%}.layout4 .order-method .segments button{text-transform:capitalize}.layout4 .order-method .icons{position:absolute;right:.75rem;top:-5px}.layout4 .order-method .icons button{padding:6px;display:flex;justify-content:center;align-items:center;background-color:var(--color-primary-100);border-radius:100%;width:28px;height:28px}.layout4 .order-method .icons button svg{color:var(--color-primary-500)}@media screen and (min-width:768px){.layout4 .order-method .icons{position:static}.layout4 .order-method .icons button{width:32px;height:32px}}.layout4 .accept-terms a b{color:var(--color-primary-500);font-weight:600}.layout4 .dark #checkout-main-info input[type=radio]:checked{border:2px solid #fff;background-color:#fff}.layout4 .dark #checkout-main-info input[type=radio]:checked:after{background-color:var(--card-bg-2)}.layout4 .dark .accept-terms a b{filter:brightness(130%)}.layout4 .page-cart .list-cart-items{overflow:visible}.layout4 .page-cart .list-cart-items .cart-item:first-child{padding-top:0}.layout4 .page-cart .list-cart-items .cart-item:last-child{border-bottom:0}.layout4 .page-cart.page-content{padding-bottom:110px!important}.layout4 .page-cart .cart-comment-box{padding-left:0;padding-right:0}.layout4 .page-order-status .header-page .left{padding-left:5vw;width:63.5%}.layout4 .page-order-status .header-page .left .logo{max-width:200px;max-height:70px;width:auto;height:auto}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .header-page .left .logo{max-width:300px;max-height:94.5px}}@media screen and (min-width:3840px){.layout4 .page-order-status .header-page .left .logo{max-width:400px;max-height:140px}}.layout4 .page-order-status .header-page .left span{font-size:16px;letter-spacing:0}@media screen and (min-width:767px)and (max-width:1279px){.layout4 .page-order-status .header-page .left span{font-size:20px}}@media(min-width:1280px)and (max-width:2559px){.layout4 .page-order-status .header-page .left span{font-size:30px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .header-page .left span{font-size:45px}}@media screen and (min-width:3840px){.layout4 .page-order-status .header-page .left span{font-size:60px}}.layout4 .page-order-status .header-page .left img{width:160px}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .header-page .left img{width:240px}}@media screen and (min-width:3840px){.layout4 .page-order-status .header-page .left img{width:320px}}.layout4 .page-order-status .header-page .right{padding-right:5vw;width:36%;font-size:14px}@media screen and (min-width:767px)and (max-width:1279px){.layout4 .page-order-status .header-page .right{font-size:18px}}@media(min-width:1280px)and (max-width:2559px){.layout4 .page-order-status .header-page .right{font-size:24px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .header-page .right{font-size:36px}}@media screen and (min-width:3840px){.layout4 .page-order-status .header-page .right{font-size:48px}}.layout4 .page-order-status .header-page .right svg{width:24px;height:24px}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .header-page .right svg{width:36px!important;height:36px;margin-right:28px}}@media screen and (min-width:3840px){.layout4 .page-order-status .header-page .right svg{width:48px!important;height:48px;margin-right:40px}}.layout4 .page-order-status .list-status-order{margin-top:.5vw}.layout4 .page-order-status .list-status-order .container_pre{width:63.5%;min-height:100vh;background-color:#fff;box-shadow:0 3px 20px #8392b91a;padding-bottom:24px}.layout4 .page-order-status .list-status-order .container_pre .title{font-size:30px;text-align:center;letter-spacing:0}@media screen and (min-width:4000px){.layout4 .page-order-status .list-status-order .container_pre .title .ic_title{width:100px;margin-right:60px}}@media screen and (min-width:767px)and (max-width:1279px){.layout4 .page-order-status .list-status-order .container_pre .title{font-size:45px}}@media(min-width:1280px)and (max-width:2559px){.layout4 .page-order-status .list-status-order .container_pre .title{font-size:60px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_pre .title{font-size:90px}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_pre .title{font-size:120px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_pre .list-order-number{gap:2rem!important}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_pre .list-order-number{gap:3rem!important}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_pre .list-order-number{padding-left:2.5rem;padding-right:2.5rem}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_pre .list-order-number{padding-left:3.5rem;padding-right:3.5rem}}.layout4 .page-order-status .list-status-order .container_pre .cell-item{background:#8392b91a 0 0 no-repeat padding-box;border:1px solid #8392b91a;border-radius:10px;opacity:1;height:160px}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_pre .cell-item{height:240px}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_pre .cell-item{height:350px}}.layout4 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:30px;text-align:center;letter-spacing:0}@media screen and (min-width:767px)and (max-width:1279px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:40px}}@media(min-width:1280px)and (max-width:1534px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:45px}}@media(min-width:1535px)and (max-width:1919px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:50px}}@media(min-width:1920px)and (max-width:2559px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:60px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:80px}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .label_cell{font-size:100px}}@media(min-width:1920px)and (max-width:2559px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .label_cell{margin-top:5px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .label_cell{margin-top:15px}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .label_cell{margin-top:30px}}.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:14px;text-align:center;letter-spacing:0;color:#2c3a57}@media screen and (min-width:767px)and (max-width:1279px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:20px}}@media(min-width:1280px)and (max-width:1534px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:22px}}@media(min-width:1535px)and (max-width:1919px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:25px}}@media(min-width:1920px)and (max-width:2559px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:30px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:40px}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .label_time{font-size:50px}}.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:14px;text-align:center;font-weight:700;letter-spacing:0;color:#2c3a57}@media screen and (min-width:767px)and (max-width:1279px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:20px}}@media(min-width:1280px)and (max-width:1534px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:22px}}@media(min-width:1535px)and (max-width:1919px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:25px}}@media(min-width:1920px)and (max-width:2559px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:30px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:40px}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .countdown{font-size:50px}}.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:14px;text-align:center;letter-spacing:0;color:#2c3a57}@media screen and (min-width:767px)and (max-width:1279px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:20px}}@media(min-width:1280px)and (max-width:1534px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:22px}}@media(min-width:1535px)and (max-width:1919px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:25px}}@media(min-width:1920px)and (max-width:2559px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:30px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:40px}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_pre .cell-item .time_cooking .coming_soon{font-size:50px}}.layout4 .page-order-status .list-status-order .container_ready{width:36%;min-height:100vh;background-color:#fff;box-shadow:0 0 20px #17254b1a;padding-bottom:24px}.layout4 .page-order-status .list-status-order .container_ready .title{font-size:30px;text-align:center;letter-spacing:0}@media screen and (min-width:4000px){.layout4 .page-order-status .list-status-order .container_ready .title .ic_title{width:100px;margin-right:60px}}@media screen and (min-width:767px)and (max-width:1279px){.layout4 .page-order-status .list-status-order .container_ready .title{font-size:45px}}@media(min-width:1280px)and (max-width:2559px){.layout4 .page-order-status .list-status-order .container_ready .title{font-size:60px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_ready .title{font-size:90px}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_ready .title{font-size:120px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_ready .list-order-number{gap:2rem!important}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_ready .list-order-number{gap:3rem!important}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_ready .list-order-number{padding-left:2.5rem;padding-right:2.5rem}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_ready .list-order-number{padding-left:3.5rem;padding-right:3.5rem}}.layout4 .page-order-status .list-status-order .container_ready .cell-item{background:#edf9f0 0 0 no-repeat padding-box;border:1px solid #8392b91a;border-radius:10px;opacity:1;height:160px}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_ready .cell-item{height:240px}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_ready .cell-item{height:350px}}.layout4 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:30px;text-align:center;letter-spacing:0}@media screen and (min-width:767px)and (max-width:1279px){.layout4 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:40px}}@media(min-width:1280px)and (max-width:1534px){.layout4 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:45px}}@media(min-width:1535px)and (max-width:1919px){.layout4 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:50px}}@media(min-width:1920px)and (max-width:2559px){.layout4 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:60px}}@media(min-width:2560px)and (max-width:3839px){.layout4 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:80px}}@media screen and (min-width:3840px){.layout4 .page-order-status .list-status-order .container_ready .cell-item .label_cell{font-size:100px}}.layout4 .page-search{padding-top:40px!important;width:100%}.layout4 .qr-tables-page-content{min-height:500px}.layout4 .qr-tables-page-content .title-page{font-size:18px;font-weight:700;color:#2c3a57}.layout4 .qr-tables-page-content .note{font-size:14px;color:#2c3a57}.layout4 .qr-tables-page-content .list-qr-table .table-item{background-color:#fff;display:flex;flex-direction:column;align-items:center;border:1px solid #17254b19;padding:1.5rem 1rem}.layout4 .qr-tables-page-content .list-qr-table .table-item .table-name{font-size:16px;font-weight:700;color:#2c3a57}.layout4 .qr-tables-page-content .list-qr-table .table-item__active{border:2px solid var(--color-primary-500)}.layout4 .popup-content-qr-table .title{font-size:18px;font-weight:700;color:#2c3a57}.layout4 .popup-content-qr-table .content{font-size:14px;color:#2c3a57}.layout4 .popup-content-qr-table .btn-understand{min-width:150px;height:44px;border-radius:5px;background-color:var(--color-primary-500);font-size:16px;font-weight:700;color:#f4f4f4}.layout4 .payment-result-page{display:flex;flex-direction:column;align-items:center}.layout4 .payment-result-page .result-card{max-width:600px;border-radius:5px;overflow:auto;height:-webkit-max-content;height:-moz-max-content;height:max-content}.layout4 .payment-result-page .result-card .checked_icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:100%;padding:8px}@media(min-width:768px){.layout4 .payment-result-page .result-card .checked_icon{width:80px;height:80px}}.layout4 .payment-result-page.receipt-order-page{height:auto}.layout4 .gift-card-check-balance-page #header,.layout4 .gift-card-checkout-page #header,.layout4 .gift-card-info-page #header,.layout4 .gift-card-page #header{display:none}.layout4 .gift-card-check-balance-page #second-header .uppercase,.layout4 .gift-card-checkout-page #second-header .uppercase,.layout4 .gift-card-info-page #second-header .uppercase,.layout4 .gift-card-page #second-header .uppercase{text-transform:capitalize}@media screen and (max-width:992px){.layout4 .gift-card-check-balance-page .box-shadow,.layout4 .gift-card-checkout-page .box-shadow,.layout4 .gift-card-info-page .box-shadow,.layout4 .gift-card-page .box-shadow{box-shadow:none}.layout4 .gift-card-check-balance-page input,.layout4 .gift-card-checkout-page input,.layout4 .gift-card-info-page input,.layout4 .gift-card-page input{height:36px;border-radius:8px}.layout4 .gift-card-check-balance-page #header-cover,.layout4 .gift-card-checkout-page #header-cover,.layout4 .gift-card-info-page #header-cover,.layout4 .gift-card-page #header-cover{display:none}}@media screen and (min-width:768px){.layout4 .gift-card-check-balance-page #header,.layout4 .gift-card-checkout-page #header,.layout4 .gift-card-info-page #header,.layout4 .gift-card-page #header{display:block}}.layout4 .gift-card-check-balance-page .tabs .tab,.layout4 .gift-card-checkout-page .tabs .tab,.layout4 .gift-card-info-page .tabs .tab,.layout4 .gift-card-page .tabs .tab{border-bottom:4px solid #e0e0e0}.layout4 .gift-card-check-balance-page .tabs .tab.active,.layout4 .gift-card-checkout-page .tabs .tab.active,.layout4 .gift-card-info-page .tabs .tab.active,.layout4 .gift-card-page .tabs .tab.active{font-weight:500;border-bottom:4px solid var(--color-primary-500)}.layout4 .gift-card-check-balance-page .tab-content,.layout4 .gift-card-checkout-page .tab-content,.layout4 .gift-card-info-page .tab-content,.layout4 .gift-card-page .tab-content{margin-top:1.5rem;padding:1rem;border-radius:var(--border-radius);background-color:#fff;box-shadow:1px 2px 2px 0 #0000000d}.layout4 .page-content-wrapper{padding:1.5rem 1rem;background-color:transparent}.layout4 .page-content-wrapper .page-title{padding:0;font-size:16px}@media screen and (min-width:768px){.layout4 .page-content-wrapper .page-title{font-size:20px}}.layout4 .page-content-wrapper .ck-content{margin-top:1.5rem;padding:1rem;border-radius:var(--border-radius);background-color:#fff;min-height:100%;box-shadow:1px 2px 2px 0 #0000000d}.layout4 .page-with-sidebar{margin-bottom:1rem}.layout4 .page-with-sidebar .page-content{width:calc(100% - 360px);flex-grow:1}.layout4 .page-with-sidebar .page-sidebar{width:360px}.layout4 .page-with-sidebar .page-sidebar .cart-items-wrapper .cart-sidebar{border:1px solid var(--border-color);box-shadow:1px 2px 2px 0 #0000000d}.layout4 .page-with-sidebar .page-sidebar .cart-items-wrapper .cart-sidebar .list-cart-item .cart-item:first-child{padding-top:0}.layout4 .page-with-sidebar .page-sidebar .cart-items-wrapper .cart-sidebar .cart-comment-box{padding:0}.layout4 .page-with-sidebar .page-sidebar .cart-items-wrapper .cart-sidebar .payment-container{margin-top:0}.layout4 .page-with-sidebar .page-sidebar .cart-items-wrapper .cart-sidebar .payment-container .total-items,.layout4 .page-with-sidebar .page-sidebar .cart-items-wrapper .cart-sidebar .payment-container .total-price{display:none}.layout4 .page-with-sidebar .page-sidebar .order-type-switcher-wrapper{height:50px;width:100%;padding:6px;background-color:var(--color-primary-100);flex-shrink:0}.layout4 .page-with-sidebar .page-sidebar .order-type-switcher-wrapper .order-items{display:flex;max-width:100%;justify-content:space-between;width:100%}.layout4 .page-with-sidebar .page-sidebar .order-type-switcher-wrapper .item{font-size:14px;display:flex;flex-grow:1}.layout4 .page-with-sidebar .page-sidebar .cart-comment-box{display:block;margin-top:1rem;border-top:none}.layout4 .page-with-sidebar .page-sidebar .payment-container{border-radius:var(--border-radius)}.layout4 .category-page .page-with-sidebar .cart-items-wrapper .cart-sidebar{border:1px solid var(--border-color);box-shadow:1px 2px 2px 0 #0000000d}.layout4 .franchise-page{background-color:var(--background-bg)}.layout4 .franchise-page .max-w-content{max-width:1310px}.layout4 .franchise-page .section-shadow{box-shadow:1px 6px 8px 2px #00000017;border-radius:var(--border-radius);border:1px solid #f0f0f0;overflow:hidden}.layout4 .franchise-page .franchise-location{position:relative}.layout4 .franchise-page .franchise-location:after{content:"";box-shadow:6px 0 20px 4px #0000001f;position:absolute;left:0;width:0;top:0;height:100%}.layout4 .body-bg{background-color:var(--body-bg)}.layout4 .card-bg{background-color:var(--card-bg)}.layout4 .card-bg-2{background-color:var(--card-bg-2)}.layout4 .card-border-color{border-color:var(--card-border-color)}.layout4 .highlight-color{color:var(--highlight-color)}.layout4 .button-primary{background-color:var(--button-primary-bg);color:var(--button-primary-color);border:1px solid var(--button-primary-border-color)}.layout4 .button-primary:hover{filter:brightness(110%)}.layout4 .button-primary.active{border:1px solid var(--color-primary-500)}.layout4 .button-secondary{background-color:var(--button-secondary-bg);color:var(--button-secondary-color);border:1px solid var(--button-secondary-border-color)}.layout4 .button-secondary:hover{filter:brightness(90%)}.layout4 .button-secondary-color{color:var(--button-secondary-color);border:1px solid var(--border-color)}.layout4 .dark .bg-primary-100{background:var(--card-bg-2)}.layout4 .text-title{color:var(--text-title)}.layout4 .description-color{color:var(--description-color)}.layout4 .border-color{border-color:var(--border-color)}.layout4 [role=dialog] .body-bg{border:1px solid var(--border-color)}.layout4 .dark{scrollbar-width:thin;scrollbar-color:#444 #1e1e1e}.layout4 .dark ::-webkit-scrollbar{width:12px;height:12px}.layout4 .dark ::-webkit-scrollbar-track{background:#1e1e1e}.layout4 .dark ::-webkit-scrollbar-thumb{background-color:#444;border-radius:6px;border:3px solid #1e1e1e}.layout4 .dark ::-webkit-scrollbar-thumb:hover{background-color:#666}.layout4 .dark .body-bg{background-color:var(--body-bg)}.layout4 .dark .card-bg{background-color:var(--card-bg)}.layout4 .dark .card-bg-2{background-color:var(--card-bg-2)}.layout4 .dark .card-border-color{border-color:var(--card-border-color)}.layout4 .dark .highlight-color{color:var(--highlight-color)}.layout4 .dark .button-primary{background-color:var(--button-primary-bg);color:var(--button-primary-color);border:1px solid var(--button-primary-border-color)}.layout4 .dark .button-primary:hover{filter:brightness(110%)}.layout4 .dark .button-primary.active{border:1px solid var(--color-primary-500)}.layout4 .dark .button-secondary{background-color:var(--button-secondary-bg);color:var(--button-secondary-color);border:1px solid var(--button-secondary-border-color)}.layout4 .dark .button-secondary:hover{filter:brightness(90%)}.layout4 .dark .button-secondary-color{color:var(--button-secondary-color);border:1px solid var(--border-color)}.layout4 .dark .dark .bg-primary-100{background:var(--card-bg-2)}.layout4 .dark .text-title{color:var(--text-title)}.layout4 .dark .description-color{color:var(--description-color)}.layout4 .dark .border-color{border-color:var(--border-color)}.layout4 .dark [role=dialog] .body-bg{border:1px solid var(--border-color)}.layout4 .dark .button-primary:hover{filter:brightness(90%)}.layout4 .dark .button-primary.active{border:none}.layout4 .dark .button-secondary:hover{filter:brightness(130%)}.layout4 .ck-content *{all:revert}.layout4 .cookie-privacy-body{width:80%}@media(min-width:600px){.layout4 .cookie-privacy-body{width:360px!important}}.layout4 .max-w-default{max-width:99%}.layout4 body{background-color:var(--body-bg);overflow-x:hidden;width:100%;font-size:14px;padding-bottom:70px;color:var(--text-base-color)}@media screen and (max-width:768px){.layout4 body.product-2-column{background-color:#e3e3e3}}.layout4 body.product-2-column.dark{background-color:var(--body-bg)}@media screen and (min-width:576px){.layout4 body{font-size:14px}}@media screen and (min-width:768px){.layout4 body{padding-bottom:0;background-color:var(--body-bg)}}.layout4 #__next,.layout4 body{height:100%;padding-right:0!important;min-height:100vh}.layout4 #__next>div{min-height:100vh}.layout4 #__next .page-wrapper{min-height:100vh;display:flex;flex-direction:column;flex:1}.layout4 #__next .page-wrapper>.page-content{padding-bottom:calc(65px + 1rem);flex:1}.layout4 #__next .page-wrapper>.bg-gray{flex:1}@media screen and (min-width:768px){.layout4 .page-content{padding-bottom:0}}.layout4 #footer-layout3{margin-top:auto}.layout4 input,.layout4 textarea{border-radius:var(--border-radius)}.layout4 .page-content-footer-mobile-two{padding-bottom:calc(100px + 1rem);flex:1}.layout4 .image-square{position:relative;padding-bottom:36%;overflow:hidden;z-index:1}.layout4 .image-square .image{left:0;width:100%;top:50%;transform:translateY(-50%);position:absolute}@media(max-width:768px){.layout4 .sm-shadow-1{box-shadow:0 1px 1px rgba(182,182,182,.2)}}@media(min-width:768px){.layout4 .md-shadow-1{box-shadow:0 1px 1px rgba(182,182,182,.2)}}.layout4 #nprogress .spinner-icon{display:none}.layout4 .bg-info{background-color:#ccd4fa}:root{--toastify-toast-width:unset;--primary-color:#f80000;--border-radius:0.75rem}