.goverlay{background:rgba(0,0,0,.8)}#cc-main .cm__btn-group{gap:0}#cc-main .cm__btn-group .cm__btn:first-of-type{margin-bottom:5px}#cc-main .cm__btn-group .cm__btn[data-role=necessary]{background-color:#eaeff2;border-color:#eaeff2;color:#000}#cc-main .cm__btn-group .cm__btn[data-role=necessary]:hover{background-color:#d4dae0}#cc-main .cm--inline .cm__btn+.cm__btn{margin-left:0}#cc-main .cm--bar .cm__btn-group{grid-auto-flow:row}#cc-main .cm__texts .cm__desc{margin-top:10px;padding-bottom:10px}#cc-main .cm__texts .cm__desc p{margin:0;padding:0}@media (max-width:640px){#cc-main .cm__btn-group .cm__btn:first-of-type{margin-bottom:0}}.ea-phone-number .elements{display:flex}.ea-phone-number .elements select{width:100px}.ea-phone-number .elements .input-wrapper{display:flex;position:relative;width:calc(100% - 100px)}.ea-phone-number .elements .input-wrapper input{margin-left:7px}.ea-phone-number .elements .input-wrapper:after{font-family:Font Awesome\ 5 Free,serif;font-size:12px;font-weight:700;color:#fff;width:20px;height:20px;display:block;border-radius:20px;text-align:center;line-height:20px;position:absolute;right:10px;top:9px}.ea-phone-number .elements .input-wrapper.danger input,.ea-phone-number .elements .input-wrapper.required input{background-color:rgba(204,57,58,.08);border-color:#cc393a}.ea-phone-number .elements .input-wrapper.danger:after,.ea-phone-number .elements .input-wrapper.required:after{content:"\f00d";background-color:#cc393a}.ea-phone-number .elements .input-wrapper.warning input{background-color:rgba(245,121,34,.08)}.ea-phone-number .elements .input-wrapper.warning:after{content:"\f00d";background-color:#f57922}.ea-phone-number .elements .input-wrapper.success:after{content:"\f00c";background-color:#40c14d}.ea-phone-number .messages{margin-top:3px}.ea-phone-number .messages div{display:none}.ea-phone-number .messages div.danger,.ea-phone-number .messages div.required{color:#cc393a}.ea-phone-number .messages div.warning{color:#f57922}.ea-phone-number .select2-selection.select2-selection--single{height:100%!important;display:flex;align-items:center}.ea-phone-number .select2-container--default .select2-selection--single .select2-selection__arrow{top:5px}.ea-phone-number .select2-selection__rendered .img-flag{margin-right:5px}.ea-phone-number .select2-container--default .select2-selection--single{border-color:#ced4da}.select2-container .select2-results__option--highlighted.select2-results__option--selectable,.select2-container .select2-results__option--selected{background-color:#efefef!important;color:#000}.select2-results li{margin-bottom:0}.select2-results li img{margin-right:5px}.select2-results li:before{content:""}.ea-info-popup-wrapper{background-color:rgba(0,0,0,.7);position:fixed;left:0;top:0;right:0;bottom:0;z-index:5000000}.ea-info-popup-wrapper .ea-info-popup-content{margin:8% auto 0;background-color:#fff;max-width:600px;text-align:center;padding:60px 80px;position:relative;font-size:22px;color:#000;font-weight:bolder}.ea-info-popup-wrapper .ea-info-popup-content div.close{position:absolute;right:15px;top:15px;color:#000;cursor:pointer}@media (max-width:600px){.ea-info-popup-wrapper .ea-info-popup-content{margin:20% auto 0;padding:60px 40px}}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:40px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic.is-active .hamburger-inner:after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}#mobile-nav{transform:translateX(100%);display:flex;position:fixed;z-index:10000;top:0;right:0;width:76%;height:100vh;background-color:#f3f3f3;min-width:140px;max-width:440px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;transition:transform .4s;flex-direction:column}#mobile-nav:after{right:100%}#mobile-nav ul{margin:0;padding:0;transition:transform .4s}#mobile-nav ul.level1.outside{transform:translateX(-100%)}#mobile-nav ul.level1 ul{transform:translateX(100%);display:none}#mobile-nav ul.level1 ul.active,#mobile-nav ul.level1 ul.back-move{display:block}#mobile-nav ul.level1 ul.outside{transform:translateX(0)}#mobile-nav ul li{margin:0;padding:0;position:static;border-bottom:1px solid rgba(0,0,0,.1)}#mobile-nav ul li a{color:#444;text-decoration:none;display:block;padding:8px 120px 8px 20px}#mobile-nav ul li a.focus,#mobile-nav ul li a:focus,#mobile-nav ul li a:hover{color:#8cc63f}#mobile-nav ul li.header{text-transform:uppercase;color:#999;padding:8px 5px 8px 20px;text-align:center}#mobile-nav ul li.header .counter{display:none}#mobile-nav ul li.back-link a{text-transform:uppercase;color:#999;padding:8px 5px 8px 20px;text-align:center;text-transform:none}#mobile-nav ul li.back-link a .counter{display:none}#mobile-nav ul li.back-link a:before{font-family:Font Awesome\ 5 Free,serif;content:"\f053";font-weight:700;position:absolute;left:20px;color:#acabab}#mobile-nav ul li.has-submenu>ul{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f3f3f3}#mobile-nav ul li.has-submenu>a{position:relative}#mobile-nav ul li.has-submenu>a .counter{position:absolute;right:0;top:0;bottom:0;width:100px;content:"";border-left:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;color:#acabab}#mobile-nav ul li.has-submenu>a .counter:after{font-family:Font Awesome\ 5 Free,serif;content:"\f054";font-weight:700;position:absolute;right:20px;color:#acabab}#mobile-nav ul li:before{content:""}#mobile-nav ul li.selected a{color:#8cc63f}#mobile-nav:after{box-shadow:0 0 10px rgba(0,0,0,.3);content:"";display:block;width:20px;height:100%;position:absolute;z-index:99}#app-container{transition:transform .4s}html.mobile-nav-open{z-index:9000;background-color:transparent;overflow-y:hidden}html.mobile-nav-open #mobile-nav{transform:translateX(0)}html.mobile-nav-open #app-container{transform:translateX(-76%)}@media (min-width:580px){html.mobile-nav-open #mobile-nav{transform:translateX(0)}html.mobile-nav-open #app-container{transform:translateX(-440px)}}#breadcrumb{font-size:15px;padding:0 0 25px}#breadcrumb .separator{color:#000;opacity:.4;font-size:14px;margin:0 2px}.app-container-auth #breadcrumb,.app-container-homepage #breadcrumb,.app-container-order #breadcrumb{display:none}.white-popup-block{max-width:750px!important;padding:60px 60px 50px!important}.ea-info-popup-wrapper{color:#b33063!important}.ea-info-popup-wrapper .ea-info-popup-content,.ea-info-popup-wrapper div.close{color:#6b1d3b!important}.ea-info-popup-wrapper .ea-info-popup-content p{margin-bottom:0}.popup-ea{color:#000}.popup-ea h2{font-size:28px;color:#000}.popup-ea a{text-decoration:none}.popup-ea .content{display:flex;align-items:center}.popup-ea .content .text{margin-left:20px;padding-right:30px;width:45%}.popup-ea .content .text h1{font-size:24px;margin-bottom:5px!important}.popup-ea .navigation{display:flex;justify-content:space-between;margin-top:40px}.popup-ea .form-control{border-radius:20px;border-color:#b4b4b4}.popup-ea .form-control:focus{border-color:#b4b4b4;box-shadow:none}.add-item-cart-popup .content{display:flex;align-items:center}.add-item-cart-popup .content .price{margin-left:auto;font-size:28px;width:45%;text-align:right;font-family:Lexend,sans-serif;line-height:30px}.add-item-cart-popup .btn.btn-primary{padding-left:0}.sign-in-popup h2{font-size:42px;margin:0 0 25px}.sign-in-popup .action-group{margin-top:10px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.sign-in-popup .action-group .btn{margin-top:10px}.sign-in-popup .action-group .links{text-align:right}.sign-in-popup .action-group .links a{display:block;text-decoration:underline}@media (max-width:600px){.white-popup-block{max-width:750px!important;padding:60px 50px 50px!important}.popup-ea .content{flex-wrap:wrap}.popup-ea .content .price{width:100%;text-align:center;margin-top:20px}.popup-ea .navigation{flex-direction:column;align-items:center}.popup-ea .navigation>div:first-of-type{margin-bottom:20px}.add-item-cart-popup .content .text{width:calc(100% - 100px);padding-right:0}.add-item-cart-popup .btn.btn-primary{padding-left:0}.sign-in-popup .action-group .send{width:100%;text-align:center;margin-bottom:30px}.sign-in-popup .action-group .links{width:100%;text-align:center}}h1,h2,h3,h4{font-family:Lexend,sans-serif;font-weight:400;color:#b33063}h1,h2,h3,h4{line-height:120%}h1{margin-top:0;margin-bottom:40px;font-size:40px}h2{margin-bottom:30px;color:#000;font-size:32px}h2,h3{line-height:120%}h3{margin-bottom:22px;font-size:28px}ol,ul{margin:15px 0 30px 5px;padding:0}ol ol,ol ol ol,ul ul,ul ul ul{margin:6px 0 6px 5px}ul,ul li{list-style:none}ul li{position:relative;margin-bottom:10px;padding-left:25px;background:none}ul li:before{position:absolute;top:7px;left:0;display:block;color:#b33063;font-family:Font Awesome\ 5 Free,serif;font-size:9px;font-weight:700;content:"\f111"}#tracy-debug ul li{padding:0;margin:0}#tracy-debug ul li:before{content:""}ol{counter-reset:item}ol li{display:block;position:relative;margin-bottom:10px;padding-left:30px}ol li:before{position:absolute;top:0;left:0;display:block;color:#b4b4b4;content:counter(item);counter-increment:item}.list-type ul,.list-type ul li{margin:0;padding:0}.list-type ul:after{display:block;content:"";clear:both}.list-type ul li{list-style-type:none;list-style-image:none}.list-type ul li:before{display:none}.list-type.block ul li{margin-bottom:30px;padding:0 15px}a{color:#b33063;outline:none!important;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}a:active,a:focus,a:hover{color:#c17f98;text-decoration:none}button{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}button,button:active,button:focus,button:hover{outline:none}p,table{margin-bottom:30px}table{border-collapse:collapse;table-layout:fixed}table,table tr,table tr td,table tr th{border:none}table tr td,table tr th{padding:8px 4px}hr,table tr td,table tr th{border-top:1px solid #b4b4b4}b,strong{font-weight:700}img{display:inline-block!important;max-width:100%}img:not(.lazy){height:auto!important}img.lazy{max-height:100%}@media (max-width:767px){h1{font-size:35px}h2{font-size:26px}h3{font-size:20px}}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#000}#content{min-height:400px;padding-top:35px}.btn.btn-default{color:#fff;background:#b33063;border:#b33063;padding:8px 22px;border-radius:4px;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;color:#000;border-radius:0!important}.btn.btn-default.focus,.btn.btn-default:active,.btn.btn-default:focus,.btn.btn-default:hover,.btn.btn-default:not(:disabled):not(.disabled):active,.btn.btn-default:not(:disabled):not(.disabled):active:focus{color:#fff;background-color:#c17f98;box-shadow:none}.btn.btn-primary{color:#b33063;background:#fff;border:#fff;padding:8px 22px;border-radius:4px;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-primary.focus,.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover,.btn.btn-primary:not(:disabled):not(.disabled):active,.btn.btn-primary:not(:disabled):not(.disabled):active:focus{color:#c17f98;background-color:#fff;box-shadow:none}.btn.btn-success{color:#fff;background:#b33063;border:#fff;padding:8px 22px;border-radius:4px;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-success.focus,.btn.btn-success:active,.btn.btn-success:focus,.btn.btn-success:hover,.btn.btn-success:not(:disabled):not(.disabled):active,.btn.btn-success:not(:disabled):not(.disabled):active:focus{color:#fff;background-color:#c17f98;box-shadow:none}.btn.btn-info{color:#fff;background:#b33063;border:#000;padding:8px 22px;border-radius:4px;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-info.focus,.btn.btn-info:active,.btn.btn-info:focus,.btn.btn-info:hover,.btn.btn-info:not(:disabled):not(.disabled):active,.btn.btn-info:not(:disabled):not(.disabled):active:focus{color:#b33063;background-color:#fff;box-shadow:none}.btn.btn-warning{color:#fff;background:#f0ad4e;border:1px solid #eea236;padding:8px 22px;border-radius:4px;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-warning.focus,.btn.btn-warning:active,.btn.btn-warning:focus,.btn.btn-warning:hover,.btn.btn-warning:not(:disabled):not(.disabled):active,.btn.btn-warning:not(:disabled):not(.disabled):active:focus{color:#fff;background-color:#d58512;box-shadow:none}.btn.btn-danger{color:#fff;background:#d9534f;border:1px solid #d43f3a;padding:8px 22px;border-radius:4px;text-decoration:none;font-weight:700;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.btn.btn-danger.focus,.btn.btn-danger:active,.btn.btn-danger:focus,.btn.btn-danger:hover,.btn.btn-danger:not(:disabled):not(.disabled):active,.btn.btn-danger:not(:disabled):not(.disabled):active:focus{color:#fff;background-color:#ac2925;box-shadow:none}.container{max-width:1280px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-control{border-radius:0!important}.form-control:focus{box-shadow:none}.alert-danger,.alert-info,.alert-success,.btn{color:#000;border-radius:0!important}.form-group.checkbox{display:flex;align-items:flex-start}.form-group.checkbox input{margin:5px 7px 0 0}.alert-success{background-color:rgba(40,156,128,.1);border-color:rgba(40,156,128,.2);color:#289c80}.alert-danger,.alert-info{background-color:rgba(179,48,99,.1);border-color:rgba(179,48,99,.2);color:#b33063}.info-popup{background-color:rgba(0,0,0,.7);position:fixed;left:0;top:0;right:0;bottom:0;z-index:5000000}.info-popup .info-popup-content{margin:8% auto 0;background-color:#fff;max-width:600px;text-align:center;padding:60px 80px;position:relative;font-size:22px;color:#6b1d3b;font-weight:bolder}.info-popup .info-popup-content div.close{position:absolute;right:15px;top:15px;color:#6b1d3b;cursor:pointer}@media (max-width:1310px){.container{max-width:100%;padding:0 30px}.container .container{padding:0 15px}}@media (max-width:600px){.info-popup{background-color:rgba(0,0,0,.7);position:fixed;left:0;top:0;right:0;bottom:0;z-index:5000000}.info-popup .info-popup-content{margin:20% auto 0;background-color:#fff;max-width:600px;text-align:center;padding:60px 40px;position:relative;font-size:22px;color:#6b1d3b;font-weight:bolder}.info-popup .info-popup-content div.close{position:absolute;right:15px;top:15px;color:#6b1d3b;cursor:pointer}}#header .top{background-color:#b33063;color:#fff}#header .top .top-inner{background:rgba(0,0,0,.15);padding:20px 0 23px}#header .top .logo{position:relative;z-index:1000}#header .top .logo a{padding-top:25px;position:absolute;left:0;top:-20px;background-color:#fff}#header .top .logo a img{width:125px}#header .top .items{display:flex;position:relative;justify-content:flex-end;align-items:center}#header .top .items>div{margin-left:32px;line-height:20px;letter-spacing:.02em}#header .top .items>div.tel{background-image:url(assets/phone.svg)}#header .top .items>div.delivery,#header .top .items>div.tel{background-size:36px;background-position:0;background-repeat:no-repeat;padding-left:48px}#header .top .items>div.delivery{background-image:url(assets/delivery.svg)}#header .top .items>div.open-hours{background-image:url(assets/open-hours.svg);background-size:36px;background-position:0;background-repeat:no-repeat;padding-left:48px}#header .top .items>div.open-hours div:nth-of-type(2) i{width:8px;height:8px;border-radius:8px;display:inline-block;border:1px solid hsla(0,0%,100%,.6);background:#289c80;margin-right:5px;position:relative;top:-1px}#header .top .items>div.contact{background-image:url(assets/restaurant.svg);background-size:36px;background-position:0;background-repeat:no-repeat;padding-left:48px}#header .top .items a{color:#fff;text-decoration:underline}#header .top .items a:hover{text-decoration:none}#header .top .items .btn-sign-in{border:2px solid #c17f98;padding:8px 14px 8px 40px;text-decoration:none;display:block;background-image:url(assets/user.svg);background-size:18px;background-position:12px;background-repeat:no-repeat}#header .top .items .btn-sign-in:hover{background-color:#c17f98}#header .top .items .auth{position:relative}#header .top .items .auth .sign-in{border:2px solid #c17f98;padding:8px 14px 8px 40px;text-decoration:none;display:block;background-image:url(assets/user.svg);background-size:18px;background-position:12px;background-repeat:no-repeat;cursor:pointer;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}#header .top .items .auth .sign-in:hover{background-color:#c17f98}#header .top .items .auth .sign-in-box{position:absolute;right:0;top:38px;white-space:nowrap;padding:8px 0;background-color:#fff;border:2px solid rgba(179,48,99,.5);z-index:10000;display:none}#header .top .items .auth .sign-in-box a{color:#b33063;text-decoration:none;display:block;padding:5px 20px 5px 15px}#header .top .items .auth .sign-in-box a:hover{text-decoration:underline}#header .bottom{background-color:#b33063}#header .bottom .items{display:flex;position:relative;justify-content:flex-end;align-items:center;padding:11px 0}#header .bottom .items .menu{margin-left:auto}#header .bottom .items .menu ul{display:flex;justify-content:flex-end;margin:0;padding:0;align-items:center}#header .bottom .items .menu ul li{list-style-type:none;margin:0 0 0 26px;padding:0}#header .bottom .items .menu ul li a{font-size:18px;color:#fff;display:block}#header .bottom .items .menu ul li a:hover{color:hsla(0,0%,100%,.7)}#header .bottom .items .menu ul li:before{content:""}#header .bottom .items .menu ul li:last-of-type a{font-size:18px;font-family:Lexend,sans-serif;color:#b33063;background-color:#fff;border:2px solid rgba(179,48,99,.5);padding:10px 15px}#header .bottom .items .menu ul li:last-of-type a:hover{background-color:hsla(0,0%,100%,.9)}#header .bottom .items .menu ul.level2{display:none}#header .bottom .items #quick-cart{display:flex;align-items:center}#header .bottom .items #quick-cart a{color:#fff;display:block;border:2px solid hsla(0,0%,100%,.5);background:#289c80;padding:10px 15px 10px 56px;font-size:18px;font-family:Lexend,sans-serif;margin-left:26px;background-image:url(assets/shopping_cart.svg);background-size:32px;background-position:14px;background-repeat:no-repeat;position:relative}#header .bottom .items #quick-cart a .quantity{position:absolute;left:32px;top:4px;display:block;background-color:#b33063;width:16px;height:16px;color:#fff;border-radius:8px;font-size:12px;text-align:center;line-height:17px}#header .bottom .items #quick-cart a:hover{background-color:rgba(40,156,128,.7)}#header .hamburger{position:relative;padding:10px;display:none;z-index:1000;margin-left:20px}#header .hamburger .hamburger-box{width:34px}#header .hamburger .hamburger-box .hamburger-inner,#header .hamburger .hamburger-box .hamburger-inner:after,#header .hamburger .hamburger-box .hamburger-inner:before{background-color:#fff;width:34px;height:3px}#header .hamburger:active,#header .hamburger:focus,#header .hamburger:hover{opacity:1}@media (max-width:1230px){#header .top .items>div.contact{display:none}}@media (max-width:1100px){#header .top .items>div.tel{padding-top:8px;padding-bottom:8px}#header .top .items>div.tel div:first-of-type{display:none}#header .top .items>div.open-hours{padding-top:8px;padding-bottom:8px}#header .top .items>div.contact,#header .top .items>div.open-hours div:first-of-type{display:none}#header .hamburger{display:inline-block}#header .menu{display:none}}@media (max-width:991px){#header .top .top-inner{padding:13px 0}#header .top .logo a{padding-top:0;top:-15px}#header .top .logo a img{width:94px}#header .top .items>div{margin-left:20px}#header .top .items>div.tel{background-image:url(assets/phone.svg);background-size:26px;background-position:0;background-repeat:no-repeat;padding-left:34px}#header .top .items>div.contact,#header .top .items>div.delivery,#header .top .items>div.open-hours{display:none}#header .top .items .btn-sign-in{text-indent:-500000000px;padding:8px 14px 8px 28px;background-image:url(assets/user_white.svg);background-size:18px;background-position:12px;background-repeat:no-repeat}}#footer{background-color:#b33063;padding:75px 0 30px;color:#fff;margin-top:60px}#footer .items{display:flex;flex-wrap:wrap}#footer .items h2{margin:0 0 24px;color:#fff;font-size:22px;font-family:Lexend,sans-serif;font-weight:700}#footer .items a{color:#fff;text-decoration:underline}#footer .items a:hover{text-decoration:none}#footer .items .offer ul{margin:0;padding:0}#footer .items .offer ul li{padding:0;margin:0 0 16px;list-style:none}#footer .items .offer ul li:before{content:""}#footer .items .offer ul li a{text-decoration:none;display:inline-block}#footer .items .offer ul li:first-of-type a{border:2px solid #fff;padding:12px 20px}#footer .items .offer ul li:first-of-type a:hover{background-color:hsla(0,0%,100%,.2)}#footer .items .offer ul li:last-of-type{margin-bottom:0}#footer .items .offer ul.level2{display:none}#footer .items .open div{margin-bottom:8px}#footer .items .contact div,#footer .items .delivery-payment div{margin-bottom:12px}#footer .items>div{width:25%}#footer .items>div:first-of-type{width:20%}#footer .items>div:nth-of-type(3){width:30%}#footer .made-by{border-top:1px solid hsla(0,0%,100%,.5);padding-top:15px;margin-top:30px;text-align:right}#footer .made-by a{color:#fff}#footer .made-by a,#footer .made-by a:hover{text-decoration:none}@media (max-width:991px){#footer .items>div{width:50%!important;margin-bottom:40px}#footer .made-by{margin-top:0}}@media (max-width:650px){#footer{padding-top:50px}#footer .items>div{width:100%!important}}#category-detail{display:flex;flex-wrap:wrap}#category-detail .filters{width:30%;display:none}#category-detail .filters #filter-parameter:before{content:"Výběr podle ingrediencí";display:block;color:#6b1d3b;font-size:22px;font-weight:700;font-family:Lexend,sans-serif;margin-bottom:24px}#category-detail .filters #filter-parameter .filter-parameter-block{padding-right:30px;margin-bottom:20px}#category-detail .filters #filter-parameter .filter-parameter-block .title-filter{font-weight:700;font-family:Lexend,sans-serif;font-size:18px;margin-bottom:14px}#category-detail .filters #filter-parameter .filter-parameter-block .item-filter{position:relative}#category-detail .filters #filter-parameter .filter-parameter-block .item-filter input{position:absolute;left:0;z-index:-1;opacity:0}#category-detail .filters #filter-parameter .filter-parameter-block .item-filter label{padding-left:34px}#category-detail .filters #filter-parameter .filter-parameter-block .item-filter label:before{width:20px;height:20px;display:inline-block;position:absolute;left:0;top:2px;border:1px solid rgba(30,30,30,.4);content:""}#category-detail .filters #filter-parameter .filter-parameter-block .item-filter label:after{content:"\f00c";font-family:Font Awesome\ 5 Free,serif;font-size:10px;color:#bdbdbd;display:block;font-weight:700;position:absolute;left:6px;top:5px}#category-detail .filters #filter-parameter .filter-parameter-block .item-filter.active-item label:before{background-color:#289c80}#category-detail .filters #filter-parameter .filter-parameter-block .item-filter.active-item label:after{color:#fff}#category-detail .filters #filter-parameter .filter-parameter-block .item-filter.disabled-item label{opacity:.3}#category-detail .filters.empty-filters{display:none!important}#category-detail .products-categories{width:70%}#category-detail .products-categories h2{color:#b33063;font-size:40px}#category-detail .products-categories .subcategories{display:flex;flex-wrap:wrap;margin:0 -8px 24px}#category-detail .products-categories .subcategories div{width:25%;padding:0 8px;margin-bottom:16px}#category-detail .products-categories .subcategories div a{display:block;border:2px solid #c17f98;background:#fff;padding:10px 16px}#category-detail .products-categories .subcategories div a:hover{color:#b33063;background-color:rgba(179,48,99,.05)}#category-detail .products-categories #active-filters{margin-bottom:12px}#category-detail .products-categories #active-filters .items-active-filters{display:flex;flex-wrap:wrap;margin:0 -8px}#category-detail .products-categories #active-filters .items-active-filters>div{padding:0 8px;margin-bottom:16px}#category-detail .products-categories #active-filters .items-active-filters>div>div{padding:10px 36px 10px 16px;background:rgba(30,30,30,.04);font-family:Lexend,sans-serif;font-weight:700;position:relative}#category-detail .products-categories #active-filters .items-active-filters>div>div .name{display:none}#category-detail .products-categories #active-filters .items-active-filters>div>div .remove{padding:4px;position:absolute;top:6px;right:10px;cursor:pointer}#category-detail .products-categories #active-filters .items-active-filters>div>div .remove:after{content:"\f00d";font-weight:700;font-family:Font Awesome\ 5 Free,serif;opacity:.5;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}#category-detail .products-categories #active-filters .items-active-filters>div>div .remove:hover:after{opacity:.3}#category-detail .products-categories #active-filters .items-active-filters>div.remove-filters div{background-color:#b33063;padding-right:16px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;cursor:pointer}#category-detail .products-categories #active-filters .items-active-filters>div.remove-filters div a{display:block;color:#fff}#category-detail .products-categories #active-filters .items-active-filters>div.remove-filters div:hover{opacity:.8}#category-detail .products-categories .products{display:flex;flex-wrap:wrap;margin:0 -8px}#category-detail .products-categories .products .product-item{width:33.3%;padding:0 8px;margin-bottom:16px}#category-detail .products-categories .pagination-label-count{display:none}#category-detail .products-categories.full-width{width:100%}#category-detail .products-categories.full-width .products .product-item{width:25%}#category-detail #filter-price,#category-detail ul.level1{display:none}@media (min-width:991px){#category-detail .filters{display:block!important}}@media (max-width:991px){#category-detail .products-categories{width:100%}#category-detail .products-categories.full-width .products .product-item,#category-detail .products-categories .products .product-item,#category-detail .products-categories .subcategories div{width:50%}}@media (max-width:500px){#category-detail .products-categories .products .product-item{width:100%;margin-bottom:30px}#category-detail .products-categories.full-width .products .product-item{width:100%}}.app-container-catalog.action-productdetail #footer{margin-top:0}#product-detail .product-detail-wrap{padding-bottom:50px}#product-detail h2{font-size:22px;font-style:normal;font-weight:700;position:relative;line-height:normal;color:#6b1d3b;display:flex;margin-bottom:15px}#product-detail h2 span{display:block}#product-detail h2 .num{display:flex;width:28px;height:28px;justify-content:center;align-items:center;border-radius:28px;background:#6b1d3b;color:#fff;font-size:16px;font-family:Lexend,sans-serif;font-weight:600}#product-detail h2 .title{padding:0 10px;z-index:10;position:relative;background-color:#fff}#product-detail h2 .line{height:10px;width:calc(100% - 40px);position:absolute;top:10px;left:40px;z-index:1;background-image:url(assets/line.svg);background-size:auto;background-position:0;background-repeat:no-repeat}#product-detail .items{display:flex;flex-wrap:wrap;margin:0 -8px}#product-detail .items .item{width:50%;padding:0 8px;margin-bottom:16px}#product-detail .items .item .item-inner{border:2px solid rgba(179,48,99,.5);-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;padding:11px 16px;display:flex;justify-content:space-between;font-weight:600;line-height:normal}#product-detail .items .item.active .item-inner,#product-detail .items .item:hover .item-inner{background-color:#b33063;border:2px solid #b33063;color:#fff;cursor:pointer}#product-detail .product-detail-top{display:flex;margin-bottom:30px;flex-direction:row-reverse}#product-detail .product-detail-top .photogallery{width:40%;padding-right:40px}#product-detail .product-detail-top .main{width:60%}#product-detail .product-detail-top .main h1{margin-bottom:24px}#product-detail .product-detail-top .main .short-description{margin-bottom:16px}#product-detail .product-detail-top .main .allergens{display:flex;align-items:center;margin-bottom:30px}#product-detail .product-detail-top .main .allergens .label{margin-right:7px;opacity:.7}#product-detail .product-detail-top .main .allergens .allergen{margin-right:5px;display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:99px;border:1px solid rgba(30,30,30,.3);color:rgba(30,30,30,.6);text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#product-detail .product-detail-top .main .sizes{margin-bottom:34px}#product-detail .product-detail-top .main .sizes p{margin:-4px 0 0}#product-detail .product-detail-top .main .borders .info{margin-bottom:15px}#product-detail .ingredients .categories{display:flex;flex-wrap:wrap;margin:0 -8px}#product-detail .ingredients .categories .category{width:25%;padding:0 8px;margin-bottom:30px}#product-detail .ingredients .categories .category h3{font-size:18px;font-family:Lexend,sans-serif;margin:0 0 15px;font-style:normal;font-weight:700;line-height:normal;color:#000}#product-detail .ingredients .categories .category .items .item{width:100%;margin-bottom:0}#product-detail .ingredients .categories .category .items .item label.item-inner{border:none;background:rgba(30,30,30,.04);position:relative;padding:11px 16px 11px 36px;font-weight:400;line-height:normal}#product-detail .ingredients .categories .category .items .item label.item-inner input{position:absolute;left:0;z-index:-1;opacity:0}#product-detail .ingredients .categories .category .items .item label.item-inner:before{width:16px;height:16px;display:inline-block;position:absolute;left:9px;top:13px;border:1px solid rgba(30,30,30,.4);content:"";-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}#product-detail .ingredients .categories .category .items .item label.item-inner:hover{background-color:#b33063}#product-detail .ingredients .categories .category .items .item label.item-inner:hover:before{border:1px solid #fff}#product-detail .ingredients .categories .category .items .item.active label.item-inner{background-color:#b33063;color:#fff}#product-detail .ingredients .categories .category .items .item.active label.item-inner:before{border:1px solid #fff;opacity:1;background-color:#fff}#product-detail .ingredients .categories .category .items .item.active label.item-inner:after{content:"\f00c";font-family:Font Awesome\ 5 Free,serif;font-size:10px;color:#b33063;font-weight:700;position:absolute;left:12px;top:16px}#product-detail .ingredients .categories .category .items .item.hide{display:none}#product-detail .ingredients .categories .category .items .more{cursor:pointer;margin-top:5px}#product-detail .ingredients .categories .category .items .more:before{content:url(assets/more.svg);display:inline-block;transform:rotate(180deg);position:relative;top:2px;margin-right:5px}#product-detail .ingredients .categories .category .items .more.unpacked:before{top:-2px;transform:rotate(1turn)}#product-detail #total-price{color:#fff;background-color:#289c80;height:104px;display:flex;align-items:center;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;position:fixed;left:0;bottom:0;right:0;z-index:500}#product-detail #total-price.hide{bottom:-104px}#product-detail #total-price.no-flow{position:relative}#product-detail #total-price .total-price-inner{display:flex;justify-content:space-between;align-items:center}#product-detail #total-price .total-price-inner .price-container{display:flex;align-items:center}#product-detail #total-price .total-price-inner .price-container>div{margin-left:20px}#product-detail #total-price .total-price-inner .price-container .price{font-size:40px;font-family:Lexend,sans-serif;font-style:normal;font-weight:700;line-height:normal}#product-detail #total-price .total-price-inner .price-container .price .amount{margin-right:10px}#product-detail #total-price .total-price-inner .price-container .price .currency{font-size:25px}#product-detail #total-price .total-price-inner .price-container .quantity-wrap{display:flex}#product-detail #total-price .total-price-inner .price-container .quantity-wrap .minus,#product-detail #total-price .total-price-inner .price-container .quantity-wrap .plus,#product-detail #total-price .total-price-inner .price-container .quantity-wrap .quantity{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;font-weight:700;display:flex;width:53px;border:2px solid #fff;height:53px;justify-content:center;align-items:center;cursor:pointer}#product-detail #total-price .total-price-inner .price-container .quantity-wrap .minus:hover,#product-detail #total-price .total-price-inner .price-container .quantity-wrap .plus:hover,#product-detail #total-price .total-price-inner .price-container .quantity-wrap .quantity:hover{background-color:hsla(0,0%,100%,.2)}#product-detail #total-price .total-price-inner .price-container .quantity-wrap .quantity{border-left:none;border-right:none;cursor:auto;background-color:hsla(0,0%,100%,.2)}#product-detail #total-price .total-price-inner .price-container .add-to-cart button{height:53px;background-image:url(assets/shopping_cart_green.svg);background-size:32px;background-position:14px;background-repeat:no-repeat;padding:0 16px 0 56px;font-weight:600;font-size:18px;background-color:#fff;border:none;color:#289c80}#product-detail #total-price .total-price-inner .price-container .add-to-cart button:hover{opacity:.9}#product-detail #total-price.menu-pizza-over-time .label{font-weight:700;font-size:20px}@media (max-width:991px){#product-detail .product-detail-top{display:flex;flex-wrap:wrap;margin-bottom:30px;flex-direction:row-reverse}#product-detail .product-detail-top .photogallery{width:100%;padding-right:0;margin-top:30px}#product-detail .product-detail-top .main{width:100%}#product-detail .ingredients .categories .category{width:50%}}@media (max-width:750px){#product-detail #total-price .total-price-inner{display:block}#product-detail #total-price .total-price-inner .label{display:none}#product-detail #total-price .total-price-inner .price-container{justify-content:space-between;padding:0 15px}#product-detail #total-price .total-price-inner .price-container>div{margin-left:0}}@media (max-width:700px){#product-detail .items .item{width:100%}}@media (max-width:650px){#product-detail #total-price{height:75px}#product-detail #total-price.hide{bottom:-75px}#product-detail #total-price .total-price-inner{display:block}#product-detail #total-price .total-price-inner .label{display:none}#product-detail #total-price .total-price-inner .price-container{justify-content:space-between;padding:0 15px}#product-detail #total-price .total-price-inner .price-container>div{margin-left:0}#product-detail #total-price .total-price-inner .price-container .add-to-cart button{text-indent:-10000px;padding:0;width:60px;height:40px;background-position:50%}#product-detail #total-price .total-price-inner .price-container .price{font-size:30px}#product-detail #total-price .total-price-inner .price-container .price .amount{margin-right:10px}#product-detail #total-price .total-price-inner .price-container .price .currency{font-size:20px}#product-detail #total-price .total-price-inner .price-container .quantity-wrap .minus,#product-detail #total-price .total-price-inner .price-container .quantity-wrap .plus,#product-detail #total-price .total-price-inner .price-container .quantity-wrap .quantity{width:40px;height:40px}#product-detail #total-price .total-price-inner .price-container .quantity-wrap .quantity{border-left:none;border-right:none;cursor:auto;background-color:hsla(0,0%,100%,.2)}#product-detail .ingredients .categories .category{width:100%}}@media (max-width:520px){#product-detail .items .item{width:100%}}.product-item a{border:1px solid rgba(30,30,30,.2);display:flex;flex-direction:column;height:100%;padding-bottom:16px}.product-item a span{display:block}.product-item a .image{margin-bottom:16px}.product-item a .text{padding:0 16px;margin-bottom:18px}.product-item a .text .title{font-size:20px;font-family:Lexend,sans-serif;margin-bottom:8px;display:flex;font-weight:700;line-height:125%;color:#b33063!important}.product-item a .text .title .number{border:1px solid #b33063;display:flex;align-items:center;justify-content:center;border-radius:40px;width:26px;height:26px;font-weight:400;color:#b33063;font-family:Inter,sans-serif;font-size:14px;line-height:14px;margin-right:8px;flex-shrink:0}.product-item a .text .short-description{color:#000}.product-item a .bottom{margin-top:auto;padding:0 16px}.product-item a .bottom .variants{display:flex;justify-content:space-between;margin-bottom:15px}.product-item a .bottom .variants .variant .size{color:rgba(30,30,30,.6980392156862745);font-size:14px}.product-item a .bottom .variants .variant .price{font-weight:700;font-family:Lexend,sans-serif;font-size:22px;color:#000}.product-item a .bottom .variants .variant:nth-of-type(2) span{text-align:right}.product-item a .bottom .detail{border:2px solid rgba(179,48,99,.5);font-family:Lexend,sans-serif;text-align:center;padding:5px 0;font-weight:600;color:#b33063;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.product-item a:hover{border:1px solid #b33063}.product-item a:hover .bottom .detail{background-color:#b33063;color:#fff}#cart .sum{display:flex;align-items:center;justify-content:space-between;padding:35px 0;border-top:1px solid rgba(0,0,0,.1)}#cart .sum .price{font-family:Lexend,sans-serif;display:flex;flex-direction:column;align-items:flex-end}#cart .sum .price .price-vat{font-size:32px}#cart .sum .price .price-without-vat{font-size:15px;font-weight:400;font-family:Inter,sans-serif}#cart .continue{border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:center;padding:60px 0 0}@media (max-width:991px){#cart .sum .price .price-vat{font-size:28px}}@media (max-width:600px){#cart .sum{flex-direction:column-reverse;flex-wrap:wrap}#cart .sum .price{justify-content:center;margin-bottom:20px}}.cart-items .cart-item{display:flex;align-items:center;border-top:1px solid rgba(0,0,0,.1);padding:20px 0}.cart-items .cart-item>div{margin-right:30px;font-family:Lexend,sans-serif}.cart-items .cart-item .image{width:120px;text-align:center}.cart-items .cart-item .text{width:20%}.cart-items .cart-item .text .title{color:#000;font-size:28px}.cart-items .cart-item .text .title a{text-decoration:none}.cart-items .cart-item .text .variant{font-size:16px;font-family:Inter,sans-serif}.cart-items .cart-item .price-piece{width:15%;font-size:22px}.cart-items .cart-item .quantity{width:15%;display:flex;align-items:flex-start}.cart-items .cart-item .quantity .quantity-value-wrap{width:80px;height:50px;border:1px solid rgba(0,0,0,.3);border-top-left-radius:0;border-bottom-left-radius:0;display:flex;align-items:center;justify-content:flex-start;position:relative;font-family:Lexend,sans-serif}.cart-items .cart-item .quantity .quantity-value-wrap #quantity,.cart-items .cart-item .quantity .quantity-value-wrap .quantity-value{border:none;background-color:transparent;color:#000;text-align:right;font-weight:400;width:50px;box-shadow:none}.cart-items .cart-item .quantity .quantity-value-wrap .unit{position:absolute;right:16px;top:16px;font-size:16px}.cart-items .cart-item .quantity .buttons{width:45px}.cart-items .cart-item .quantity .buttons button{display:block;width:100%;background-color:transparent;color:#000;border:1px solid rgba(0,0,0,.3);border-left:none}.cart-items .cart-item .quantity .buttons button:first-of-type{border-top-right-radius:0;height:25px;border-bottom-width:0}.cart-items .cart-item .quantity .buttons button:last-of-type{border-bottom-right-radius:0;height:25px;border-top-width:1px}.cart-items .cart-item .quantity .buttons button i{font-size:12px;top:-2px;position:relative}@media (max-width:767px){.cart-items .cart-item .quantity .quantity-value-wrap{height:45px}.cart-items .cart-item .quantity .quantity-value-wrap #quantity,.cart-items .cart-item .quantity .quantity-value-wrap .quantity-value{font-size:16px;text-align:center}.cart-items .cart-item .quantity .quantity-value-wrap .unit{position:absolute;top:13px;font-size:12px;right:8px}.cart-items .cart-item .quantity .buttons{width:45px}.cart-items .cart-item .quantity .buttons button{display:block;width:100%;background-color:transparent;color:#000;border-left:none}.cart-items .cart-item .quantity .buttons button:first-of-type,.cart-items .cart-item .quantity .buttons button:last-of-type{height:22.5px}.cart-items .cart-item .quantity .buttons button i{top:-3px;position:relative}}.cart-items .cart-item .quantity .quantity-value-wrap #quantity,.cart-items .cart-item .quantity .quantity-value-wrap .quantity-value{font-size:20px}.cart-items .cart-item .quantity .quantity-value-wrap .unit{font-size:14px}.cart-items .cart-item .price-with-quantity{width:15%;font-size:28px;text-align:right}.cart-items .cart-item .remove{margin-left:auto;font-family:Inter,sans-serif;display:flex;justify-content:flex-end}.cart-items .cart-item-package .text{width:calc(20% + 150px)}.cart-items .cart-item-package .price-piece,.cart-items .cart-item-package .text .title{font-size:16px}.cart-items .cart-item-package .quantity{width:15%}.cart-items .cart-item-package .quantity .quantity-value-wrap{border:none}.cart-items .cart-item-package .quantity .quantity-value-wrap #quantity,.cart-items .cart-item-package .quantity .quantity-value-wrap .quantity-value{font-size:16px}.cart-items .cart-item-package .quantity .quantity-value-wrap .unit{font-size:13px}.cart-items .cart-item-package .price-with-quantity{font-size:16px}.discount-code-container{display:none}@media (max-width:991px){.cart-items .cart-item{flex-wrap:wrap;position:relative}.cart-items .cart-item .image{display:none}.cart-items .cart-item .text{width:100%;margin-bottom:15px}.cart-items .cart-item .text .title{font-size:26px}.cart-items .cart-item .price-piece{width:20%;font-size:18px;line-height:20px}.cart-items .cart-item .quantity{width:30%;display:flex;align-items:flex-start}.cart-items .cart-item .quantity .quantity-value-wrap{width:80px;height:50px;border:1px solid rgba(0,0,0,.3);border-top-left-radius:0;border-bottom-left-radius:0;display:flex;align-items:center;justify-content:flex-start;position:relative;font-family:Lexend,sans-serif}.cart-items .cart-item .quantity .quantity-value-wrap #quantity,.cart-items .cart-item .quantity .quantity-value-wrap .quantity-value{border:none;background-color:transparent;color:#000;text-align:right;font-size:20px;font-weight:400;width:50px;box-shadow:none}.cart-items .cart-item .quantity .quantity-value-wrap .unit{position:absolute;right:16px;top:16px;font-size:16px}.cart-items .cart-item .quantity .buttons{width:45px}.cart-items .cart-item .quantity .buttons button{display:block;width:100%;background-color:transparent;color:#000;border:1px solid rgba(0,0,0,.3);border-left:none}.cart-items .cart-item .quantity .buttons button:first-of-type{border-top-right-radius:0;height:25px;border-bottom-width:0}.cart-items .cart-item .quantity .buttons button:last-of-type{border-bottom-right-radius:0;height:25px;border-top-width:1px}.cart-items .cart-item .quantity .buttons button i{font-size:12px;top:-2px;position:relative}.cart-items .cart-item .quantity .quantity-value-wrap #quantity,.cart-items .cart-item .quantity .quantity-value-wrap .quantity-value{font-size:18px;text-align:center}.cart-items .cart-item .quantity .quantity-value-wrap .unit{font-size:14px;right:8px}.cart-items .cart-item .price-with-quantity{margin:0 0 0 auto;display:flex;justify-content:flex-end;width:auto;font-size:24px}.cart-items .cart-item .remove{position:absolute;top:25px;right:0;margin-right:0}.cart-items .cart-item-package .text .title{font-size:16px}}@media (max-width:991px) and (max-width:767px){.cart-items .cart-item .quantity .quantity-value-wrap{height:45px}.cart-items .cart-item .quantity .quantity-value-wrap #quantity,.cart-items .cart-item .quantity .quantity-value-wrap .quantity-value{font-size:16px;text-align:center}.cart-items .cart-item .quantity .quantity-value-wrap .unit{position:absolute;top:13px;font-size:12px;right:8px}.cart-items .cart-item .quantity .buttons{width:45px}.cart-items .cart-item .quantity .buttons button{display:block;width:100%;background-color:transparent;color:#000;border-left:none}.cart-items .cart-item .quantity .buttons button:first-of-type,.cart-items .cart-item .quantity .buttons button:last-of-type{height:22.5px}.cart-items .cart-item .quantity .buttons button i{top:-3px;position:relative}}.cart-reminders{max-width:510px;margin:100px auto 0;border-radius:0;background-color:rgba(30,30,30,.04);padding:60px 80px 40px}.cart-reminders h2{font-size:28px;display:flex;color:#b33063}.cart-reminders h2>span{display:block}.cart-reminders h2 .sum-price{margin-left:auto}.cart-reminders .items{font-weight:700}.cart-reminders .items .item{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:20px;width:100%}.cart-reminders .items .item>div{width:calc(50% - 50px)}.cart-reminders .items .item>div.quantity{text-align:left;width:100px}.cart-reminders .items .item>div.price{text-align:right;color:#b33063}.cart-reminders .items .item>div.text .title a{color:#000}.cart-reminders .items .item>div.text .variant{font-size:12px}.cart-reminders .items .package-item{border-top:2px dashed rgba(108,29,59,.2);margin-bottom:0;padding:15px 0}@media (max-width:580px){.cart-reminders{padding:30px 30px 25px;margin-top:70px}.cart-reminders h2{font-size:24px}.cart-reminders h2 .sum-price{padding-left:30px}.cart-reminders .items .item>div{width:calc(50% - 25px)}.cart-reminders .items .item>div.quantity{width:50px}}#order-navigation{width:100%;padding:0;margin:40px 0 50px;display:flex;justify-content:center}#order-navigation .item{position:relative;margin:0 105px 0 0;padding:0;font-size:22px;font-family:Lexend,sans-serif;opacity:.5;text-decoration:none}#order-navigation .item .num,#order-navigation .item:before{display:none}#order-navigation .item>span{color:#000}#order-navigation .item:after{content:url(assets/arrow.svg);width:82px;height:20px;display:block;position:absolute;right:-94px;top:-2px}#order-navigation .item.active,#order-navigation .item.current{opacity:1}#order-navigation .item.active:after,#order-navigation .item.current:after{content:url(assets/arrow.svg)}#order-navigation .item.last-item{margin-right:0}#order-navigation .item.last-item.active:after,#order-navigation .item.last-item.current:after,#order-navigation .item.last-item:after{content:""}.nav{display:flex;justify-content:space-between;align-items:center;margin-top:50px}@media (max-width:1100px){#order-navigation .item{position:relative;margin:0 30px 0 0;display:flex;align-items:center;justify-content:center;flex-direction:column}#order-navigation .item.active:after,#order-navigation .item.current:after,#order-navigation .item:after{content:"";width:0}}@media (max-width:991px){.nav{flex-direction:column}.nav .prev{margin-bottom:20px}}@media (max-width:767px){#order-navigation .item span{text-align:center;font-size:16px}}@media (max-width:600px){#order-navigation{margin:30px 0}#order-navigation .item{margin-right:40px}#order-navigation .item a.label,#order-navigation .item span.label{text-indent:-10000px;width:50px;height:50px;position:relative}#order-navigation .item.current .label:after{display:block;content:"";position:absolute;left:calc(50% - 8px);bottom:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #b33063;clear:both}#order-navigation .item.cart span.label{background-image:url(assets/cart.svg);background-size:auto;background-position:50%;background-repeat:no-repeat}#order-navigation .item.shipping span.label{background-image:url(assets/shipping.svg);background-size:auto;background-position:50%;background-repeat:no-repeat}#order-navigation .item.customer span.label{background-image:url(assets/customer.svg);background-size:auto;background-position:50%;background-repeat:no-repeat}#order-navigation .item.summary span.label{background-image:url(assets/summary.svg);background-size:auto;background-position:50%;background-repeat:no-repeat}}#delivery-payment #delivery .header,#delivery-payment #payment .header{font-family:Lexend,sans-serif;font-size:24px;margin-bottom:15px}#delivery-payment #delivery .delivery-item,#delivery-payment #delivery .payment-item,#delivery-payment #payment .delivery-item,#delivery-payment #payment .payment-item{border-top:1px solid rgba(0,0,0,.1);padding:20px 0;font-weight:700}#delivery-payment #delivery .delivery-item label,#delivery-payment #delivery .delivery-item p,#delivery-payment #delivery .payment-item label,#delivery-payment #delivery .payment-item p,#delivery-payment #payment .delivery-item label,#delivery-payment #payment .delivery-item p,#delivery-payment #payment .payment-item label,#delivery-payment #payment .payment-item p{margin:0}#delivery-payment #delivery .delivery-item .main,#delivery-payment #delivery .payment-item .main,#delivery-payment #payment .delivery-item .main,#delivery-payment #payment .payment-item .main{display:flex;align-items:center}#delivery-payment #delivery .delivery-item .main input,#delivery-payment #delivery .payment-item .main input,#delivery-payment #payment .delivery-item .main input,#delivery-payment #payment .payment-item .main input{margin-right:30px}#delivery-payment #delivery .delivery-item .main .title,#delivery-payment #delivery .payment-item .main .title,#delivery-payment #payment .delivery-item .main .title,#delivery-payment #payment .payment-item .main .title{font-size:18px}#delivery-payment #delivery .delivery-item .main .description,#delivery-payment #delivery .payment-item .main .description,#delivery-payment #payment .delivery-item .main .description,#delivery-payment #payment .payment-item .main .description{font-weight:400}#delivery-payment #delivery .delivery-item .main .price,#delivery-payment #delivery .payment-item .main .price,#delivery-payment #payment .delivery-item .main .price,#delivery-payment #payment .payment-item .main .price{margin-left:auto}#delivery-payment #delivery .delivery-item .type,#delivery-payment #delivery .payment-item .type,#delivery-payment #payment .delivery-item .type,#delivery-payment #payment .payment-item .type{margin-top:15px}#delivery-payment #delivery .delivery-item .type .select-pickup-point,#delivery-payment #delivery .payment-item .type .select-pickup-point,#delivery-payment #payment .delivery-item .type .select-pickup-point,#delivery-payment #payment .payment-item .type .select-pickup-point{font-size:15px;background-position:18px}#delivery-payment #delivery .delivery-item .type .address,#delivery-payment #delivery .payment-item .type .address,#delivery-payment #payment .delivery-item .type .address,#delivery-payment #payment .payment-item .type .address{margin-top:10px}#delivery-payment #delivery .delivery-item .price,#delivery-payment #delivery .payment-item .price,#delivery-payment #payment .delivery-item .price,#delivery-payment #payment .payment-item .price{width:200px;text-align:right}#delivery-payment #delivery .payment-item,#delivery-payment #payment .payment-item{display:flex;align-items:center}#delivery-payment #delivery .payment-item input,#delivery-payment #payment .payment-item input{margin-right:30px}#delivery-payment #delivery .payment-item .price,#delivery-payment #payment .payment-item .price{margin-left:auto}#delivery-payment #delivery .payment-item:last-of-type,#delivery-payment #payment .payment-item:last-of-type{border-bottom:1px solid rgba(0,0,0,.1)}#delivery-payment #delivery{margin-bottom:20px}#customer .info{margin:0 auto 60px;font-size:18px;font-weight:700}#customer .select2-container--default .select2-selection--single{border-radius:0}.select2-results__options li:before{content:""}@media (max-width:600px){#customer .info{margin-bottom:40px}}#summary .info{text-align:center;max-width:680px;margin:0 auto 60px;font-size:18px;font-weight:700}#summary .cart-items .cart-item .text{width:30%}#summary .cart-items .cart-item .text .title{color:#000;font-size:26px}#summary .cart-items .cart-item .text .variant{font-size:16px;font-family:Inter,sans-serif}#summary .cart-items .cart-item .price-piece{font-size:18px}#summary .cart-items .cart-item .quantity{width:15%;font-size:18px}#summary .cart-items .cart-item .price-with-quantity{margin-left:auto;margin-right:0;font-size:26px;display:flex;justify-content:flex-end}#summary .cart-items .cart-item-package .text{width:calc(30% + 150px)}#summary .cart-items .cart-item-package .price-piece,#summary .cart-items .cart-item-package .text .title{font-size:16px}#summary .cart-items .cart-item-package .quantity{width:15%;font-size:16px}#summary .cart-items .cart-item-package .price-with-quantity{font-size:16px}#summary .customer,#summary .delivery,#summary .payment,#summary .total-price-order{display:flex;align-items:center;border-top:1px solid rgba(0,0,0,.1);padding:20px 0;font-weight:700}#summary .customer .label,#summary .delivery .label,#summary .payment .label,#summary .total-price-order .label{width:80%}#summary .customer .price,#summary .delivery .price,#summary .payment .price,#summary .total-price-order .price{width:20%;text-align:right}#summary .total-price-order{padding:15px 0;border-bottom:1px solid rgba(0,0,0,.1)}#summary .total-price-order .price{font-family:Lexend,sans-serif;display:flex;flex-direction:column;align-items:flex-end}#summary .total-price-order .price .price-vat{font-size:32px;text-align:right}#summary .total-price-order .price .price-without-vat{font-size:15px;font-weight:400;font-family:Inter,sans-serif}#summary .tip-container{margin-top:60px;text-align:center}#summary .tip-container .tip-title{margin-bottom:10px;font-size:18px;font-weight:700}#summary .tip-container .tip-amounts{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}#summary .tip-container .tip-amounts>div{border:1px solid rgba(0,0,0,.1);padding:5px 20px;border-radius:50px;cursor:pointer;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}#summary .tip-container .tip-amounts>div:hover{background-color:#f6f6f6}#summary .tip-container .tip-amounts>div.active{background-color:#b33063;border-color:#b33063;color:#fff}#summary .gdpr{text-align:center;padding:50px 0}#summary .create-order{display:flex;justify-content:center}#summary .customer{display:block}#summary .customer .items{font-weight:400}@media (max-width:991px){#summary .cart-items .cart-item .text{width:100%}#summary .cart-items .cart-item .quantity{margin-right:0}#summary .cart-items .cart-item .price-piece{width:35%}#summary .total-price-order .label,#summary .total-price-order .price{width:50%}#summary .total-price-order{padding:15px 0}#summary .total-price-order .label{padding-right:20px}#summary .total-price-order .price .price-vat{font-size:28px}}@media (max-width:600px){#summary .info{margin-bottom:40px}}#customer,#delivery-payment{max-width:850px;margin:auto}.order-process{padding-top:50px}.order-process h1{text-align:center}.action-customer .alert,.action-deliverypayment .alert{width:950px;margin:auto}@media (max-width:1000px){.action-customer .alert,.action-deliverypayment .alert{width:100%;margin:auto}}@media (max-width:600px){.order-process h1{margin-bottom:0}}#confirm h1,#confirm h2{text-align:center}#confirm h2{max-width:800px;margin:0 auto 40px}#confirm p{font-weight:700;font-size:18px;text-align:center}.order-list table{width:100%}.order-list table tr:first-of-type td{font-weight:700}.order-list table td:last-of-type{text-align:right}.order-detail label{color:#000}.order-detail h3{margin-bottom:4px;display:block;font-weight:700;color:#000;font-size:16px}.order-detail .order_title h1{font-size:22px;margin:0}.order-detail .order-items .discount-info{border:1px solid #e7e6e6;padding:15px}.order-detail .order-items .header-items{display:flex;align-items:flex-end;margin-bottom:20px}.order-detail .order-items .header-items .add-product{margin-left:auto}.order-detail .order-items .header-items .add-product i{margin-right:8px}.order-detail .order-items table{width:100%;border-collapse:collapse;margin:10px 0 0;padding:0}.order-detail .order-items table td,.order-detail .order-items table th{padding:15px;border:1px solid #e7e6e6;color:#000}.order-detail .order-items table td.right,.order-detail .order-items table th.right{text-align:right}.order-detail .order-items table .image{width:120px;text-align:center;vertical-align:center}.order-detail .order-items table .title{width:50%}.order-detail .order-items table .title span{display:block}.order-detail .order-items table .action{text-align:center;width:100px!important}.order-detail .delivery-payment{display:flex;padding:15px 20px;justify-content:space-between;border:1px solid #e7e6e6;margin-top:20px}.order-detail .total-price{display:flex;flex-direction:column;align-items:flex-end;padding:20px 20px 0}.order-detail .total-price .total-without-vat{font-size:18px;margin-bottom:12px}.order-detail .total-price .total{margin-top:5px}.order-detail .total-price .total span{font-size:20px}.order-detail .total-price .total b{font-size:28px}.order-detail .total-price .products{display:flex}.order-detail .total-price .products>div:first-of-type{margin-right:3px}.order-detail .total-price .products>div:nth-of-type(2){text-align:right}.order-detail .customer-info .customer{margin-bottom:20px}.order-detail .customer-info .customer label{font-weight:700}.order-detail .customer-info .customer:last-of-type{margin-bottom:0}.app-container-homepage #content{padding-top:0}.home-block h2{font-size:40px;color:#b33063}.home-block .info,.home-block h2{font-family:Lexend,sans-serif;font-style:normal;font-weight:700;line-height:normal}.home-block .info{color:#6b1d3b;font-size:22px}.home-block.top{padding:32px 0 80px;display:flex;flex-wrap:wrap;margin:0 -8px}.home-block.top>div{width:50%;padding:0 8px}.home-block.top>div .pizza-inner{background-image:url(210e5d8ce9ed83a4f3116f7dc008c10e.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;height:620px;position:relative}.home-block.top>div .delivery{background-image:url(dafe96128f3eb2e4a02caed848079966.jpg);margin-bottom:16px}.home-block.top>div .delivery,.home-block.top>div .menu-pizza{background-size:cover;background-position:50%;background-repeat:no-repeat;height:302px;position:relative}.home-block.top>div .menu-pizza{background-image:url(375f89d0825cba6e519d6cd4f46ccfac.jpg)}.home-block.top>div .content{position:absolute;left:48px;bottom:48px;padding-right:50px}.home-block.top>div .content .title{font-size:40px}.home-block.top>div .content .text,.home-block.top>div .content .title{text-shadow:0 4px 15px 0 rgba(0,0,0,.5);margin-bottom:24px;font-family:Lexend,sans-serif;font-style:normal;font-weight:700;line-height:125%;color:#fff}.home-block.top>div .content .text{font-size:22px}.home-block.top>div .content .link span{display:inline-block;padding:12px 16px;background-color:#b33063;color:#fff;border:2px solid #fff;font-weight:600;font-family:Lexend,sans-serif;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.home-block.top>div .content .link span:hover{background-color:#c17f98}.home-block.top>div.pizza .content{bottom:48px}.home-block.top>div a{display:block;position:absolute;left:0;right:0;bottom:0;top:0}.home-block.top>div a:hover .content .link span{background-color:#c17f98}.home-block.categories{margin-bottom:70px}.home-block.categories h2{margin-bottom:24px}.home-block.categories .items{display:flex;flex-wrap:wrap;margin:0 -7px}.home-block.categories .items .item{width:25%;padding:0 7px;margin-bottom:14px}.home-block.categories .items .item a{display:block;height:130px;background-position:50%;background-size:cover;position:relative;border:1px solid #fff}.home-block.categories .items .item a span.title{position:absolute;bottom:16px;left:16px;right:16px;display:block;border:2px solid rgba(179,48,99,.5);background:#fff;padding:8px 16px;text-align:center;font-family:Lexend,sans-serif;font-weight:600}.home-block.categories .items .item a:hover{border:1px solid #b33063}.home-block.pizza-month{margin-bottom:80px}.home-block.pizza-month .items{display:flex;margin:0 -40px}.home-block.pizza-month .items>div{padding:0 40px}.home-block.pizza-month .items a,.home-block.pizza-month .items span{display:block}.home-block.pizza-month .items .info{width:40%}.home-block.pizza-month .items .item{width:60%}.home-block.pizza-month .items .item a{display:flex;border:1px solid rgba(30,30,30,.2);flex-direction:row-reverse}.home-block.pizza-month .items .item a .text{width:45%;padding:30px}.home-block.pizza-month .items .item a .text .title{color:#b33063;font-family:Lexend,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:125%;margin-bottom:8px}.home-block.pizza-month .items .item a .text .desc{color:#000;font-size:16px;margin-bottom:25px;font-style:normal;font-weight:400;line-height:140%}.home-block.pizza-month .items .item a .text .bottom .variants{display:flex;justify-content:space-between;margin-bottom:15px}.home-block.pizza-month .items .item a .text .bottom .variants .variant .size{color:rgba(30,30,30,.6980392156862745);font-size:14px}.home-block.pizza-month .items .item a .text .bottom .variants .variant .price{font-weight:700;font-family:Lexend,sans-serif;font-size:22px;color:#000}.home-block.pizza-month .items .item a .text .bottom .variants .variant:nth-of-type(2) span{text-align:right}.home-block.pizza-month .items .item a .text .bottom .detail{border:2px solid rgba(179,48,99,.5);font-family:Lexend,sans-serif;text-align:center;padding:5px 0;font-weight:600;color:#b33063;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.home-block.pizza-month .items .item a .image{width:55%;background-size:cover;background-position:50%}.home-block.pizza-month .items .item a:hover{border:1px solid #b33063}.home-block.menu-pizza{margin-bottom:80px}.home-block.menu-pizza h2{margin-bottom:24px}.home-block.menu-pizza .info{margin-bottom:30px}.home-block.menu-pizza .products-items{padding:0 55px;position:relative}.home-block.menu-pizza .products-items .arrows button{background-color:transparent;border:1px solid rgba(179,48,99,.5);position:absolute;top:0;bottom:0;width:40px;cursor:pointer}.home-block.menu-pizza .products-items .arrows button:before{content:url(assets/slider.svg)}.home-block.menu-pizza .products-items .arrows button.prev{left:0}.home-block.menu-pizza .products-items .arrows button.next{right:0;transform:rotate(180deg)}.home-block.menu-pizza .products-items .arrows button svg{display:none}.home-block.menu-pizza .products-items .arrows button:hover{border:1px solid #b33063}.home-block.menu-pizza .products-items .splide__list{display:flex}.home-block.menu-pizza .products-items .splide__list .product-item{height:100%}.home-block.map{display:flex;flex-wrap:wrap;margin:0 -40px}.home-block.map>div{padding:0 40px}.home-block.map .text{width:40%}.home-block.map .text .info{margin-bottom:30px}.home-block.map .text .locations .name{font-weight:700;margin-bottom:4px}.home-block.map .text .locations .price-info{margin-bottom:22px}.home-block.map .image{width:60%;text-align:right}@media (max-width:1300px){.home-block.top>div{width:100%}.home-block.top>div .pizza-inner{margin-bottom:16px;height:300px}.home-block.top>div .delivery,.home-block.top>div .menu-pizza{height:300px}.home-block.top>div .content,.home-block.top>div.pizza .content{bottom:auto;top:40px}}@media (max-width:991px){.home-block.categories .items .item{width:33.3%}.home-block.pizza-month .items{flex-wrap:wrap;margin:0}.home-block.pizza-month .items>div{padding:0}.home-block.pizza-month .items .info{width:100%;margin-bottom:35px}.home-block.pizza-month .items .item{width:100%}.home-block.map{margin:0}.home-block.map>div{padding:0}.home-block.map .text{width:100%;margin-bottom:20px}.home-block.map .image{width:100%;text-align:left}}@media (max-width:800px){.home-block.categories .items .item{width:50%}}@media (max-width:650px){.home-block h2{font-size:35px}.home-block .info{font-size:20px}.home-block.top{padding-bottom:50px}.home-block.top>div .content{bottom:auto;top:24px;left:24px;padding-right:24px}.home-block.top>div .content .title{font-size:30px}.home-block.top>div .content .text{font-size:18px}.home-block.top>div.pizza .content{top:24px}.home-block.categories{margin-bottom:40px}.home-block.categories .items .item{width:100%}.home-block.pizza-month{margin-bottom:40px}.home-block.pizza-month .items .item a{flex-wrap:wrap}.home-block.pizza-month .items .item a .text{width:100%}.home-block.pizza-month .items .item a .image{width:100%;height:250px}.home-block.menu-pizza{margin-bottom:50px}.home-block.menu-pizza .products-items{padding:0 48px;position:relative}.home-block.menu-pizza .products-items .arrows button{width:34px}}.app-container-auth fieldset{margin-bottom:20px}.app-container-auth #content{max-width:680px;margin:auto}.app-container-auth #content .form-group .links{margin-top:20px}@media (max-width:768px){.app-container-auth legend{font-size:1.4rem}}.white-popup-block{background-color:#fff;margin:40px auto;max-width:620px;position:relative;text-align:left;padding:30px 30px 20px}.mfp-bg{opacity:.6}.white-popup-block .mfp-close-btn-in .mfp-close{color:#333}.white-popup-block button.mfp-arrow,.white-popup-block button.mfp-close{background:transparent none repeat scroll 0 0;border:0;box-shadow:none;cursor:pointer;display:block;outline:0 none;overflow:visible;padding:0;z-index:1046}.white-popup-block .mfp-close{font-family:Arial,Baskerville,monospace;font-size:28px;font-style:normal;height:44px;line-height:44px;opacity:.65;padding:0 0 18px 10px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:44px}.mfp-move-from-top.mfp-ready .mfp-with-anim{opacity:1;transform:translateY(0)}.mfp-move-from-top .mfp-with-anim{opacity:0;transform:translateY(-100px);transition:all .2s ease 0s}.mfp-move-from-top.mfp-removing .mfp-with-anim{transform:translateY(-500px);transition:all .2s ease 0s}.merge-cart-bg{background-color:rgba(0,0,0,.6);position:fixed;left:0;top:0;right:0;bottom:0;z-index:5000000}.merge-cart-bg .merge-cart{max-width:400px;background-color:#fff;padding:40px 40px 20px;margin:5% auto 0;display:flex;flex-direction:column;z-index:5000001;position:relative}.merge-cart-bg .merge-cart a{background-color:#fff;color:#000;font-weight:700;text-align:center;text-transform:inherit;display:block;width:auto;transition:.3s;border:1px solid #ccc;padding:12px 20px;margin-bottom:20px}.merge-cart-bg .merge-cart a:last-of-type{background-color:#efeeee}.merge-cart-bg .merge-cart a span{display:block}.merge-cart-bg .merge-cart a:hover{border:1px solid #000;text-decoration:none}#promoted-products .products-wrap{margin:0 auto;max-width:1300px}#promoted-products .products{padding:0 55px;position:relative}#promoted-products .products .arrows button{background-color:transparent;border:none;position:absolute;top:calc(50% - 20px);width:40px;cursor:pointer}#promoted-products .products .arrows button.prev{left:0}#promoted-products .products .arrows button.next{right:0;transform:rotate(180deg)}#promoted-products .products .arrows button svg{display:none}#promoted-products .products .splide__list{display:flex;padding:15px 0!important}#promoted-products .products .product{width:100%;height:100%;padding:0;margin-bottom:0;display:block}@media (max-width:1300px){#promoted-products .products{padding:0 70px}#promoted-products .products .arrows button.prev{left:15px}#promoted-products .products .arrows button.next{right:15px;transform:rotate(180deg)}}@media (max-width:650px){#promoted-products .products{padding:0}#promoted-products .products .arrows{display:none}#promoted-products .products .product{width:350px}}@media (max-width:600px){#promoted-products .products .product{width:300px}}@media (max-width:430px){#promoted-products .products .product{width:280px}}.form-group.required label:after{content:" *"}#autocomplete{padding:15px 0;background-color:#fff;border:1px solid #e4e4e4;max-width:70%;box-shadow:0 0 15px rgba(0,0,0,.2);font-size:13px;position:relative;left:0;top:-14px}#autocomplete h3{padding-left:20px;margin:8px 0 0;font-size:15px}#autocomplete .image{margin-right:12px;display:inline-block}#autocomplete .image,#autocomplete .image img{width:25px;height:25px}#autocomplete .price{margin-top:4px;color:#515151;font-weight:700}#autocomplete .autocomplete-group .item a{display:flex;align-items:center;color:#515151;padding:6px 20px;margin:2px 0}#autocomplete .autocomplete-group .item a>span{display:block}#autocomplete .autocomplete-group .item a>span.price{margin-left:auto}#autocomplete .autocomplete-group .item.active a,#autocomplete .autocomplete-group .item:active a,#autocomplete .autocomplete-group .item:hover a{background-color:#f0f0f0;text-decoration:none}#autocomplete .autocomplete-group.category .title:before{font-family:Font Awesome\ 5 Free,serif;content:"\f07b";margin-right:12px;color:#888;font-size:15px}#autocomplete:after{bottom:100%;left:40px;content:" ";height:0;width:0;position:absolute;pointer-events:none;border:11px solid hsla(0,0%,89.4%,0);border-bottom-color:#fff;margin-left:-11px}@media (max-width:991px){#autocomplete{max-width:100%}}