@keyframes autoplay1{0%{top:100%}to{top:0}}@keyframes autoplayP{0%{padding-top:100%;visibility:visible}to{padding-top:0;visibility:visible}}@-webkit-keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100px);transform:translateY(-100px);display:none;visibility:hidden}}@keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);display:none;visibility:hidden}}@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);display:block;visibility:visible}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-bottom{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);display:block;visibility:visible}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes opacity-clear{0%{opacity:1}to{opacity:0;display:none;visibility:hidden}}@keyframes opacity-clear{0%{opacity:1}to{opacity:0;display:none;visibility:hidden}}@keyframes lds-roller{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}:root{--light-green-color:#2b773c;--light-red-color:#eb8432;--primary-color:var(--light-red-color);--accent-color:var(--light-green-color);--font-family:"Lato", sans;scrollbar-color:#b7b7b7;scrollbar-arrow-color:#b7b7b7;scrollbar-width:thin}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{box-shadow:inset 0 0 1px rgba(0,150,255,.31%);background:#fff;border-radius:10px}::-webkit-scrollbar-thumb{background:#b7b7b7;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d5d5d5}*{font-family:var(--font-family)}body,html{height:100%}body{position:relative;overflow-y:overlay}.font-anton{font-family:'Anton',sans-serif}.font-rubik{font-family:'Rubik Mono One',sans-serif}.font-zeyada{font-family:'Zeyada',cursive}.font-pacifico{font-family:'Pacifico',cursive}.font-lato{font-family:'Lato',sans-serif}.font-dancing{font-family:'Dancing Script',cursive}.font-pt-sans{font-family:'PT Sans Narrow',sans-serif}.font-chela{font-family:'Chela One',cursive}.bg-primary-color{background-color:var(--primary-color)}.text-primary-color{color:var(--primary-color)}.bg-accent-color{background-color:var(--accent-color)}.text-accent-color{color:var(--accent-color)}.bg-badge{background-color:#e7dc1e}.active-nav:after,.bg-search{background-color:#16a34a}.border-search{border-color:#16a34a}.active-nav-mobile{color:var(--accent-color)}.active-nav{position:relative}.active-nav:after{content:'';position:absolute;bottom:0;left:0;height:2px;width:100%;border-radius:0 5px 5px 0}.badge-saved-text{color:#282828}.badge-saved-bg{background-color:#f6fc2d}.menu-item{margin-right:20px}.menu-item>.menu-child{display:none;right:0;left:0}.menu-item:hover>.menu-child{display:grid}.max-h-\[80\%\]{max-height:80%!important}.max-h-400{max-height:400px!important}.h-400{height:400px!important}.none-shadow{box-shadow:none}.none-shadow:focus{box-shadow:none}.none-shadow:active{box-shadow:none}.menu-slide-top{-webkit-animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) both;z-index:-2;position:absolute;width:100%}.menu-slide-bottom{-webkit-animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both;z-index:0;position:relative}input[type=range]::-webkit-slider-thumb{pointer-events:all;width:24px;height:24px;-webkit-appearance:none}.splide__slide img{width:100%;object-fit:contain!important;height:100%!important}.splide__slide{opacity:.6}.splide__list{min-height:250px}.splide__slide .is-active{opacity:1}.splide__track--slide,textarea.form--control{height:100px}.parallax{height:100vh;overflow-x:hidden;overflow-y:auto;-webkit-perspective:1px;perspective:1px}.parallax__layer{top:0;left:0;right:0;bottom:0}.parallax__layer--base{-webkit-transform:translateZ(0);transform:translateZ(0)}.parallax__layer--back{position:sticky}.video-parallax{height:calc(100vh - 120px);object-fit:cover;padding:30px;border-radius:50px}.video-text-hover{right:0;margin-right:20px;top:50%;transform:translateY(-50%);background:#009688}@media only screen and (max-width:768px){.video-parallax{height:calc(100vh - 120px);object-fit:cover;padding:0;border-radius:0;width:100%}.video-text-hover{right:0;left:0;margin-right:0;top:0;transform:unset;background:rgba(87,87,87,.34);bottom:0;padding:30px 10px 10px 30px;width:100%;height:100%}}#slideset1{height:10em;position:relative;overflow:hidden}#slideset1>*{position:absolute;top:100%;left:0}#slideset1 p{visibility:hidden}.animate-text-slide{animation:1s autoplay1 ease-in-out;animation-fill-mode:forwards}.animate-text-slide p{animation:1s autoplayP ease-in-out;animation-fill-mode:both;animation-delay:500ms}@media only screen and (max-width:768px){.mega-menu .menu-item:hover>.menu-child{position:relative;display:block;background:0 0;box-shadow:none;border:0;transition:all .5s}}.removeLoader{-webkit-animation:opacity-clear .5s cubic-bezier(.25,.46,.45,.94) both;animation:opacity-clear .5s cubic-bezier(.25,.46,.45,.94) both}.page-loading{position:fixed;height:100%;width:100%;background-color:#f5f5f5;display:flex;justify-content:center;align-items:center;z-index:100000;top:0;left:0}.lds-roller{display:inline-block;position:relative;width:80px;height:80px}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:var(--accent-color);margin:-4px 0 0 -4px}.lds-roller div:nth-child(1){animation-delay:-.036s}.lds-roller div:nth-child(1):after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-.072s}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}#navbar-prod_detail .active a{color:var(--light-red-color)!important;border-bottom:2px solid var(--light-red-color)!important}.h-100vh{height:100vh}.min-h-100vh{min-height:100vh}.modal,.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem*2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem*2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem*2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem*2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.fade{transition:opacity .15s linear}.custom--card{border-radius:5px}.custom--card .card-header{border-radius:5px 5px 0 0}.custom--card .card-footer,.custom--card .card-header{background:hsl(var(--base));text-align:center}.custom--card .card-title{color:hsl(var(--light))}.custom--card .card-footer .title,.custom--card .card-header .title{color:hsl(var(--white));margin:0}.custom--card .card-footer,.custom--card .card-header{padding:15px 25px;border-color:hsl(var(--border))!important}@media (max-width:575px){.custom--card .card-footer,.custom--card .card-header{padding:8px 15px}}.custom--card .card-body{padding:25px;border:1px solid hsl(var(--border));border-radius:0 0 5px 5px;background-color:hsl(var(--white))}@media (max-width:575px){.custom--card .card-body{padding:20px}}@media (max-width:450px){.custom--card .card-body{padding:15px}}.custom--card.card--lg .card-footer,.custom--card.card--lg .card-header{padding:20px 35px}@media (max-width:767px){.custom--card.card--lg .card-footer,.custom--card.card--lg .card-header{padding:15px 25px}}@media (max-width:575px){.custom--card.card--lg .card-footer,.custom--card.card--lg .card-header{padding:10px 20px}}@media (max-width:450px){.custom--card.card--lg .card-footer,.custom--card.card--lg .card-header{padding:8px 15px}}.custom--card.card--lg .card-body{padding:35px}@media (max-width:767px){.custom--card.card--lg .card-body{padding:25px}}@media (max-width:575px){.custom--card.card--lg .card-body{padding:20px}}@media (max-width:450px){.custom--card.card--lg .card-body{padding:15px}}.custom--card.card--md .card-footer,.custom--card.card--md .card-header{padding:10px 20px}.custom--card.card--md .card-body{padding:20px}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after,.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{-ms-flex-align:center;align-items:center}.input-group-append,.input-group-prepend,.input-group>.custom-file{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-prepend{margin-right:-1px}.input-group-append,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::after,.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label::before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.form-label{font-size:14px}.form--control{height:45px;border-radius:3px;border:1px solid hsl(var(--border));outline:0!important;box-shadow:none!important;font-size:14px;background-color:hsl(var(--light-400))}.form--control:focus{border-color:hsl(var(--base))}.form--control::-webkit-input-placeholder{color:hsl(var(--body)/.7)!important}.form--control::placeholder{color:hsl(var(--body)/.7)!important}.input-group-text{background-color:hsl(var(--light))}.form--control:read-only{border-color:hsl(var(--border))}input.form--control[type=file]{background-color:hsl(var(--light));border:0}input.form--control[type=file]::-webkit-file-upload-button{line-height:30px;padding-inline:15px;color:hsl(var(--white));background:hsl(var(--base-300))!important;border-radius:5px}input.form--control[type=file]:hover::-webkit-file-upload-button{background:hsl(var(--base-500))!important}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,input:autofill,input:autofill:focus,input:autofill:hover{-webkit-text-fill-color:hsl(var(--heading));transition:background-color 5000s ease-in-out 0s}.custom--radio{position:relative;padding-left:0}.custom--radio input[type=radio]{width:100%;position:absolute;top:0;left:0;visibility:hidden;cursor:pointer}.custom--radio input[type=radio]:checked~label::before{border-width:2px;border-color:hsl(var(--base))!important}.custom--radio input[type=radio]:checked~label::after{opacity:1}.custom--radio label{margin-bottom:0;position:relative;padding-left:20px;font-size:14px;font-weight:400}.custom--radio label::before{position:absolute;content:"";top:4px;left:0;width:15px;height:15px;border:1px solid #888}.custom--radio label::after{position:absolute;content:"";top:8px;left:4px;width:7px;height:7px;background-color:hsl(var(--base))!important;opacity:0}.custom--checkbox{padding-left:25px}.custom--checkbox input{display:none}.custom--checkbox input:checked~label::before{content:"\f14a";color:hsl(var(--base))}.custom--checkbox label{position:relative;font-size:15px;font-weight:400;cursor:pointer;margin-bottom:0}.custom--checkbox label::before{position:absolute;content:"\f04d";font-family:"Line Awesome Free";font-weight:900;top:3px;left:-25px;font-size:18px;line-height:1;color:hsl(var(--border))}.toast-center{top:50%;left:50%;margin:0 auto 0 -150px}@media only screen and (max-width:768px){#container_popup_search{width:calc(100vW - 25px)}}.pac-container{z-index:10000!important}.product_item:hover .product_admin_edit{visibility:visible}.product_admin_edit{user-select:all;z-index:0;height:unset;width:unset;top:80px;left:50%;transform:translateX(-50%);background:#ff000000!important}