@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700);*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}body{font-family:"Roboto",sans-serif;color:#252525;overflow-x:hidden}ul{list-style:none;padding-left:0;margin:0}a{text-decoration:none}a,a:hover{color:unset}a:hover{text-decoration:none!important}p{margin:0}img{max-width:100%}.container{max-width:1200px}.layout__content__background{background-color:#f6f6f6}.header{background-image:linear-gradient(#f86001,#ff8e4a)}.header__top{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.header__top__side{display:flex;justify-content:flex-start;align-items:center}.header__top__item{display:flex;justify-content:center;align-items:center;font-size:1.4rem;color:#fff;padding:0 10px;position:relative;transition:.2s ease-in;cursor:pointer}.header__top__item span{margin-right:5px}.header__top__item:after{content:"";display:block;height:60%;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);border:1px solid hsla(0,0%,100%,.6)}.header__top__item:first-child{padding-left:0}.header__top__item:last-child{padding-right:0}.header__top__item--none:after,.header__top__item:last-child:after{display:none}.header__top__item:hover{color:hsla(0,0%,100%,.8)}.header__top__item--social{cursor:default}.header__top__item--social:hover,.header__top__item--social a:hover{color:#fff}.header__top__item:hover .header__top__item--sub{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.header__top__item--sub{visibility:hidden;opacity:0;-webkit-transform:scale(0);transform:scale(0);transition:.25s ease-in;-webkit-transform-origin:calc(100% - 40px) top;transform-origin:calc(100% - 40px) top;z-index:85;position:absolute;top:calc(100% + 10px);right:0;background-color:#fff;min-width:180px;border-radius:5px;box-shadow:0 5px 10px rgba(0,0,0,.3)}.header__top__item--sub__item{padding:10px 20px;color:#252525;transition:.2s ease-in}.header__top__item--sub__item a{display:block;transition:.2s ease-in}.header__top__item--sub__item:hover{color:#ff8e4a;background-color:hsla(0,0%,80%,.1)}.header__top__item--sub__item:hover a{color:#ff8e4a}.header__top__item--sub:before{display:block;content:"";position:absolute;top:-20px;left:0;right:0;height:20px;background-color:transparent;z-index:-1}.header__top__item--sub:after{position:absolute;z-index:-1;top:-30px;right:20px;content:"";display:block;border:20px solid transparent;border-bottom-color:#fff}.header__top__icon{font-size:1.6rem;margin-right:5px}.header__middle{padding:10px 0}@media screen and (max-width:63.938rem){.header__middle{padding:15px}}@media screen and (max-width:63.938rem){.header__middle__logo{display:flex;justify-content:center;align-items:center;padding-top:15px;padding-bottom:15px}}.header__middle .form-wrap{padding:2px;background-color:#fff;border-radius:5px;overflow:hidden}.header__middle__form{background-color:#fff;border-radius:5px;display:flex;justify-content:flex-start;align-items:center}.header__middle__form__icon{font-size:1.6rem;color:#888;padding:0 10px}.header__middle__form__input{padding:10px 20px;font-size:1.5rem;outline:unset;border:unset}.header__middle__form__input:focus{border:unset;box-shadow:unset}.header__middle__form__button{background-color:#ff8e4a;border:unset;border-radius:5px;transition:all .2s linear;padding:4px 20px;font-weight:600}.header__middle__form__button:hover{background-color:rgba(255,142,74,.8)}.header__middle__form__button i{color:#fff;font-size:1.6rem}.header__middle__bottom{margin-top:10px}.header__middle__menu{display:flex;justify-content:flex-start;align-items:center;font-size:1.4rem;grid-column-gap:30px;-webkit-column-gap:30px;column-gap:30px}.header__middle__item{position:relative;color:#fff;cursor:pointer;transition:color .3s ease-in-out}.header__middle__item:after{content:"";position:absolute;border:1px solid #fff;height:60%;top:50%;right:-15px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header__middle__item:hover{color:#96bd1a}.header__middle__item:last-child:after{display:none}.header--admin{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #e9e9e9;box-shadow:0 0 5px rgba(0,0,0,.2);z-index:80;background-color:#fff}@media screen and (min-width:64rem){.header--admin{display:flex;justify-content:space-between;align-items:center;min-height:71px;max-height:71px;position:fixed;top:0;right:0;left:0}}@media screen and (max-width:63.938rem){.header--admin{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column}}.header--admin__side{display:flex;justify-content:flex-start;align-items:center;padding:0 15px}@media screen and (max-width:63.938rem){.header--admin__side{justify-content:space-between}}.header--admin__logo{width:200px;object-fit:cover}.header--admin__heading{text-transform:capitalize;margin-left:20px;font-weight:400}.header--admin__user{display:flex;justify-content:center;align-items:center;padding:5px;border-radius:50px;cursor:pointer;transition:.2s ease-in;margin-right:20px}.header--admin__user:hover{background-color:#e9e9e9}.header--admin__user p{font-size:1.5rem;padding-right:10px}.header--admin__user i{font-size:3rem;margin-right:10px;color:#888}.header--admin__task{display:flex;justify-content:center;align-items:center;padding:0 20px;border-left:1px solid #e9e9e9}@media screen and (max-width:63.938rem){.header--admin__task{padding:0;border-left:none}}.header--admin__task__list{font-size:2.8rem;margin-right:40px;cursor:pointer;position:relative}.header--admin__task__list:hover .header--admin__task__menu{visibility:visible;opacity:1}.header--admin__task__menu{visibility:hidden;opacity:0;-webkit-transform-origin:calc(100% - 4px) top;transform-origin:calc(100% - 4px) top;transition:.2s ease-in;position:absolute;top:calc(100% + 10px);right:40%;z-index:80;background-color:#fff;-webkit-transform:translateX(40%);transform:translateX(40%);display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;grid-row-gap:20px;row-gap:20px;padding:20px;min-width:350px;border:1px solid #e9e9e9;border-radius:5px;box-shadow:1px 2px 10px rgba(0,0,0,.2);cursor:pointer}.header--admin__task__menu:before{content:"";display:block;position:absolute;top:-20px;left:0;right:0;height:20px;background-color:transparent}.header--admin__task__menu:after{content:"";display:block;position:absolute;top:-40px;right:110px;border:30px solid transparent;border-bottom-color:#fff;z-index:-1}.header--admin__task__menu__item{display:flex;justify-content:center;align-items:center;flex-direction:column;width:33.333%;cursor:default}.header--admin__task__menu__icon{font-size:2.6rem;display:flex;justify-content:center;align-items:center;padding:15px;border-radius:50%;color:#fff;transition:.2s ease-in;cursor:pointer;max-width:56px;max-height:56px;min-width:56px;min-height:56px}.header--admin__task__menu__icon.blue{background-color:#6371d8}.header--admin__task__menu__icon.green{background-color:#8db74c}.header--admin__task__menu__icon.orange{background-color:#fa5012}.header--admin__task__menu__icon.sky{background-color:#36cddf}.header--admin__task__menu__icon.grey{background-color:#77807f}.header--admin__task__menu__icon.yellow{background-color:#ffc32c}.header--admin__task__menu__icon:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);color:#fff}.header--admin__task__menu__title{font-size:1.5rem;margin-top:5px}.header--admin__task__notification{font-size:1.8rem;cursor:pointer}.header--admin__task__button{cursor:pointer;font-size:1.4rem;padding:8px 20px;margin-left:20px;text-transform:uppercase;border:1px solid #e9e9e9;border-radius:50px;transition:.2s ease-in}@media screen and (max-width:47.938rem){.header--admin__task__button{padding:10px}}.header--admin__task__button:hover{background-color:hsla(0,0%,80%,.1)}.cart{z-index:80;margin-left:15px}@media screen and (max-width:63.938rem){.cart{margin-left:0}}@media screen and (max-width:47.938rem){.cart{margin-top:15px}}.cart--empty{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:50px 100px;font-size:1.4rem}.cart--empty img{margin-bottom:20px}.cart__group{z-index:50;position:relative}.cart__group__menu{position:absolute;top:calc(100% + 30px);right:0;background-color:#fff;min-width:320px;box-shadow:0 5px 10px rgba(0,0,0,.3);font-size:1.4rem;border-radius:10px;visibility:hidden;opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:calc(100% - 70px) top;transform-origin:calc(100% - 70px) top;transition:all .3s ease-in}.cart__group__menu:before{content:"";position:absolute;border:25px solid transparent;border-bottom-color:#fff;top:-40px;right:70px;-webkit-transform:translateX(50%);transform:translateX(50%)}.cart__group:hover .cart__group__menu{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.cart__group:after{content:"";display:block;position:absolute;top:100%;right:0;width:calc(100% + 20px);height:30px;background-color:transparent}.cart__button{display:flex;justify-content:center;align-items:center;background-color:#fff;padding:12px 15px;border-radius:5px;color:#ff8e4a;cursor:pointer}.cart__button:hover{color:#ff8e4a}.cart__button i{margin-right:5px;font-size:1.8rem;position:relative;top:-3px}.cart__button p{font-weight:500;font-size:1.6rem}.cart__list{padding:10px 15px;max-height:280px;overflow-y:scroll}.cart__list::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5;visibility:hidden;opacity:0}.cart__list::-webkit-scrollbar{width:6px;background-color:transparent}.cart__list::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#888;visibility:hidden;opacity:0}.cart__list:hover::-webkit-scrollbar-thumb,.cart__list:hover::-webkit-scrollbar-track{visibility:visible;opacity:1}.cart__item{display:flex;justify-content:flex-start;align-items:stretch;padding:20px 0}.cart__item+.cart__item{border-top:1px solid rgba(0,0,0,.1)}.cart__item__img{margin-right:15px}.cart__item__img img{width:100px;height:100px;object-fit:cover}.cart__item__info{flex:1 1;display:flex;justify-content:flex-start;align-items:center}.cart__item__info--wrap{flex:1 1}.cart__item__name{font-size:1.6rem;cursor:pointer;transition:color .2s ease-in}.cart__item__name:hover{color:#ff8e4a}.cart__item__price,.cart__item__quantity{font-size:1.4rem;margin-top:5px}.cart__item__price{color:#ff8e4a;font-weight:600}.cart__item__action{font-size:2rem;color:#888;cursor:pointer;margin-right:5px;transition:color .2s ease-in-out}.cart__item__action:hover{color:#ff8e4a}.cart__bottom{padding:15px}.cart__total-price{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem}.cart__total-price span{color:#ff8e4a;font-weight:600}.cart-page--empty{padding:50px 0;display:flex;justify-content:center;align-items:center;flex-direction:column}.cart-page--empty img{width:300px}.cart-page--empty p{font-size:1.6rem;color:#888;margin-bottom:20px}.cart-page--empty a{min-width:200px}.cart-page--margin.cart-page__item{margin:20px 0;padding:20px 40px;color:#888;text-transform:capitalize}.cart-page__list{padding:20px 40px}.cart-page__list .cart-page__item{padding:20px 0;border-bottom:1px solid #e9e9e9}.cart-page__list .cart-page__item__product{flex:0 0 35%;color:#252525;display:flex;justify-content:flex-start;align-items:center}.cart-page__list .cart-page__item__product img{width:80px;height:80px;object-fit:cover;border:1px solid #e9e9e9}.cart-page__list .cart-page__item__product p{margin-left:20px}.cart-page__list .cart-page__item__price,.cart-page__list .cart-page__item__total{color:#ff8e4a;font-weight:500}.cart-page__list .cart-page__item__quantity__calculate{max-width:100%;display:flex;justify-content:center;align-items:stretch}.cart-page__list .cart-page__item__quantity__calculate input{flex:0 0 100%;max-width:100%;text-align:center;border:1px solid #e9e9e9;padding:6px 0;border-radius:10px}.cart-page__list .cart-page__item__quantity__calculate input::-webkit-inner-spin-button,.cart-page__list .cart-page__item__quantity__calculate input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-page__list .cart-page__item__quantity__calculate input[type=number]{-moz-appearance:textfield}.cart-page__list .cart-page__item__action p{font-size:1.8rem;color:#888;cursor:pointer}.cart-page__list .cart-page__item__action p i:hover{color:#ff8e4a}.cart-page__item{display:flex;justify-content:flex-start;align-items:center;font-size:1.5rem;border-radius:3px}.cart-page__item__checkbox{flex:0 0 5%;max-width:5%;text-align:center}.cart-page__item__product{flex:0 0 35%;max-width:35%;color:#252525}.cart-page__item__price{flex:0 0 17%;max-width:17%;text-align:center}.cart-page__item__quantity{flex:0 0 10%;max-width:10%;text-align:center}.cart-page__item__total{flex:0 0 17%;max-width:17%;text-align:center}.cart-page__item__action{flex:0 0 16%;max-width:16%;text-align:center}.cart-page__item__footer-action{flex:0 0 45%;max-width:45%;display:flex;justify-content:flex-start;align-items:center;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px;font-size:1.6rem;color:#252525}.cart-page__item__footer-action label,.cart-page__item__footer-action p{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cart-page__item__footer-action .color{color:#ff8e4a}.cart-page__item__summary{flex:0 0 50%;max-width:50%;text-transform:none;display:flex;justify-content:flex-start;align-items:center;font-size:1.6rem}.cart-page__item__summary p{margin-right:20px;color:#252525}.cart-page__item__summary p span{color:#ff8e4a;font-weight:500}.cart-page__item__summary button{flex:1 1}.footer{background-size:cover;background-position:bottom;background-repeat:no-repeat;padding:10px 0 180px}.footer__container{padding-top:50px}.footer__logo{margin-bottom:20px}.footer__info{font-size:1.3rem;color:#888}.footer__info__title{margin-bottom:20px}.footer__contact__item{display:flex;justify-content:flex-start;align-items:center;margin-bottom:15px}.footer__contact__item__img{font-size:2rem;margin-right:15px}.footer__contact__item__link{transition:color .2s ease-in}.footer__contact__item__link:hover{color:#ff8e4a}.footer__list{padding:0 20px;border-left:1px solid rgba(0,0,0,.1)}.footer__list__title{font-size:1.8rem;margin-bottom:20px}.footer__item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:10px;font-size:1.4rem;transition:all .2s ease-in-out;cursor:pointer;color:#888}.footer__item:hover{color:#ff8e4a;-webkit-transform:translateX(8px);transform:translateX(8px)}.footer__mail{padding:0 20px}.footer__mail__title{font-size:1.8rem;margin-bottom:20px}.footer__mail__desc{font-size:1.4rem;margin-bottom:10px}.footer__mail__form{margin-bottom:30px}.footer__mail__input{font-size:1.4rem;padding:8px 20px;border-radius:5px}.footer__mail__btn{background-color:#96bd1a;padding:0 10px;font-size:2rem;border:unset;transition:all .2s ease-in-out}.footer__mail__btn:hover{background-color:#ff8e4a}.footer__social__title{font-size:1.8rem}.footer__social__list{display:flex;justify-content:flex-start;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.footer__social__item{display:flex;justify-content:center;align-items:center;background-color:currentColor;width:30px;height:30px;border-radius:10px;border:1px solid;cursor:pointer;transition:all .25s ease-in}.footer__social__item i{font-size:1.6rem;color:#fff}.footer__social__item:hover{background-color:#fff}.footer__social__item:hover i{color:currentColor}.footer__social__item:first-child{color:#f4574c}.footer__social__item:nth-child(2){color:#4cd6f4}.footer__social__item:nth-child(3){color:#3b5999}.footer__social__item:last-child{color:#0976b4}.footer__copyright{display:flex;justify-content:space-between;align-items:center;font-size:1.4rem;margin-top:40px}.footer__copyright span{color:#ff8e4a}.footer__copyright__btn{color:#888;border:1px solid;background-color:transparent;font-size:1.4rem;padding:10px 15px}.footer__copyright__btn i{font-size:1.2rem;margin-left:10px}.footer__copyright__btn:focus,.footer__copyright__btn:hover{background-color:#ff8e4a;border-color:#ff8e4a}@-webkit-keyframes floating{0%{-webkit-transform:translateY(0);transform:translateY(0)}65%{-webkit-transform:translateY(15px);transform:translateY(15px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating{0%{-webkit-transform:translateY(0);transform:translateY(0)}65%{-webkit-transform:translateY(15px);transform:translateY(15px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.not-found{background-image:url(https://assets.codepen.io/1538474/star.svg),linear-gradient(180deg,#05007a,#4d007d);margin:0;background-attachment:fixed;overflow:hidden;position:fixed;inset:0;z-index:99}.mars{bottom:0;height:27vmin;background:url(https://assets.codepen.io/1538474/mars.svg) no-repeat bottom;background-size:cover}.logo-404,.mars{left:0;right:0;position:absolute}.logo-404{margin-left:auto;margin-right:auto;top:16vmin;width:30vmin}@media (max-width:480px) and (min-width:320px){.logo-404{top:45vmin}}.meteor{position:absolute;right:2vmin;top:16vmin}.title{color:#fff;font-family:"Nunito",sans-serif;font-weight:600;text-align:center;font-size:5vmin;margin-top:31vmin}@media (max-width:480px) and (min-width:320px){.title{margin-top:65vmin}}.subtitle{font-weight:400;text-align:center;font-size:3.5vmin;margin-top:-1vmin;margin-bottom:9vmin}.btn-back,.subtitle{color:#fff;font-family:"Nunito",sans-serif}.btn-back{border:1px solid #fff;height:5vmin;padding:12px;text-decoration:none;border-radius:5px;font-size:1.6rem;transition:all .25s ease-in}.btn-back:hover{background:#fff;color:#4d007d}@media (max-width:480px) and (min-width:320px){.btn-back{font-size:3.5vmin}}.astronaut{position:absolute;top:18vmin;left:10vmin;height:30vmin;-webkit-animation:floating 3s ease-in-out infinite;animation:floating 3s ease-in-out infinite}@media (max-width:480px) and (min-width:320px){.astronaut{top:2vmin}}.spaceship{position:absolute;bottom:15vmin;right:24vmin}@media (max-width:480px) and (min-width:320px){.spaceship{width:45vmin;bottom:18vmin}}.input{flex:1 1;margin:15px 0}.input ::-webkit-input-placeholder{color:#888;opacity:1}.input :-ms-input-placeholder{opacity:1}.input ::placeholder{color:#888;opacity:1}.input :-ms-input-placeholder{color:#888}.input ::-ms-input-placeholder{color:#888}.input__label{font-size:1.5rem;font-weight:500;text-transform:capitalize;margin-top:10px}.input__control{font-size:1.4rem;padding:10px;max-height:500px;width:100%}.input__control::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}.input__control::-webkit-scrollbar{width:6px;background-color:transparent}.input__control::-webkit-scrollbar-thumb{border-radius:10px;background-color:#ccc}.input__error{font-size:1.2rem;margin-top:5px}.input__password{position:relative}.input__password.is-invalid .input__icon{display:none}.input__icon{display:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;cursor:pointer}.input__icon.hide,.input__icon.show{display:inline-block}.select{flex:1 1;font-size:1.4rem;cursor:pointer;margin:15px 0}.select__label{font-size:1.5rem;font-weight:500;text-transform:capitalize}.select__input__control{padding:4px}.is-invalid .select__input__control:hover{border-color:#dc3545}.is-invalid .select__input__control--is-focused{box-shadow:0 0 1px #dc3545}.select__error{font-size:1.2rem;margin-top:5px}.preview{overflow-x:scroll}.preview__list{display:flex;justify-content:flex-start;align-items:stretch;margin-top:20px;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.preview__item{position:relative}.preview__btn{position:absolute;top:5px;right:5px;cursor:pointer;font-size:1.4rem;transition:.25s ease-in-out}.preview__btn:hover{color:var(--bs-danger)}.preview__img{max-width:100px;border-radius:5px;object-fit:contain;border:1px solid #e9e9e9}.CkEditor{margin:20px 0}.ck.ck-reset.ck-editor.ck-rounded-corners{z-index:0;font-size:1.4rem}.form{margin-top:20px;margin-bottom:50px}.form__wrap{padding:0 40px}.form__title{text-transform:uppercase;text-align:center;margin-bottom:15px}.form__btn{font-size:1.5rem;margin:20px 0;padding:6px 15px;min-width:100px}.form__btn+.form__btn{margin-left:15px}.form__btn--block{display:block;width:100%}.form__btn:focus,.form__btn:hover{background-color:#fff;color:#ff8e4a;border-color:#ff8e4a}.form__btn:focus{box-shadow:0 0 0 .25rem rgba(255,142,74,.5)}.form__btn--success{background-color:#ff8e4a;border-color:#ff8e4a}.form__btn--danger{background-color:var(--bs-danger);border-color:var(--bs-danger)}.form__btn--danger:focus,.form__btn--danger:hover{background-color:#fff;color:var(--bs-danger);border-color:var(--bs-danger)}.form__btn--danger:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger),.5)}.form__redirect{font-size:1.4rem;margin-bottom:10px;text-align:center}.form__redirect__link{color:#ff8e4a;transition:color .2s ease-in;cursor:pointer}.form__redirect__link:hover{color:#96bd1a}.add-edit__header{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e9e9e9}.add-edit__heading{font-weight:400}.add-edit__sub-heading{font-size:1.3rem;color:#888}.breadcrumb{margin-bottom:0;flex-wrap:nowrap}@media screen and (min-width:48rem) and (max-width:63.938rem){.breadcrumb{padding:15px 30px}}@media screen and (max-width:47.938rem){.breadcrumb{padding:15px 0}}.breadcrumb-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.4rem}.breadcrumb-item:last-child{flex:2 1}.breadcrumb-item:before{display:none}.breadcrumb-item.active{color:#ff8e4a}.breadcrumb-item.active .breadcrumb-item-icon{display:none}.breadcrumb-item-link{transition:color .25s ease-in}.breadcrumb-item-link:hover{color:#ff8e4a}.breadcrumb-item-icon{font-size:1.2rem;padding:0 10px}.navbar--wrap{border-bottom:1px solid #e9e9e9;background-color:#fff}.navbar{width:100%}@media screen and (min-width:64rem){.navbar{width:80%}}.navbar .navbar-collapse{width:100%}@media screen and (max-width:63.938rem){.navbar .navbar-collapse{background:#96bd1a url(data:image/png;base64,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) 50%/cover;align-items:center;padding:0 15px}}.navbar .container-fluid{padding:0}@media screen and (min-width:64rem){.navbar-nav{background:#96bd1a url(data:image/png;base64,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) 50%/cover}}.navbar__user{font-size:2rem;padding:10px;color:#fff;position:relative}.navbar__user:hover .navbar__user__nav{display:block}.navbar__user__nav{display:none;transition:.25s linear;z-index:80;position:absolute;right:0;top:100%;padding:15px 0;width:200px;background-color:#fff;color:#252525;border-radius:5px}.navbar__user__link{display:block;padding:10px 15px;transition:.25s linear}.navbar__user__link:hover{background-color:#e9e9e9;color:#ff8e4a}@media screen and (min-width:64rem){.nav-item{width:100%}}.nav-link{display:inline-block;font-size:1.5rem;text-transform:uppercase;color:#fff;padding:13px 20px!important}.nav-link:focus,.nav-link:hover{color:currentColor}.nav__icon{margin-right:10px}.dropdown-menu{position:absolute;right:0;left:0;display:block;opacity:0;visibility:hidden;transition:all .25s ease-in-out;box-shadow:0 5px 15px rgba(0,0,0,.3)}.dropdown-item{font-size:1.4rem;padding:10px}.dropdown-item:hover{background-color:#ff8e4a;color:#fff}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.navbar--admin{height:100%}.navbar--admin__heading{font-size:2rem;font-weight:500}.navbar--admin__list{padding:0 7.5px}.navbar--admin__item{-webkit-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:10px;color:#888}.navbar--admin__item--wrap{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.navbar--admin__item__title{font-size:1.5rem;font-weight:500;display:flex;justify-content:center;align-items:center;padding:10px 0}.navbar--admin__item__title i{font-size:1.4rem;margin-right:10px;min-width:18px}.navbar--admin__item--wrap:hover .navbar--admin__item__icon{color:#ff8e4a}.navbar--admin__item__icon{font-size:1.2rem;transition:.2s ease-in}.navbar--admin__item__icon.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.navbar--admin__subnav{padding-left:28px;display:none}.navbar--admin__subnav.active{display:block}.navbar--admin__sublink{display:block;font-size:1.4rem;font-weight:400;padding:5px 0;margin-bottom:5px;color:#252525;cursor:pointer;transition:.2s ease-in}.navbar--admin__sublink:hover{color:#ff8e4a}.navbar--admin__sublink.active{color:#ff8e4a;font-weight:500}.user{padding-top:40px;padding-bottom:50px;position:relative}.user__setting__btn{position:absolute;background-color:#ff8e4a;color:#fff;padding:10px 15px;border-radius:5px;top:15px;left:0;z-index:80;font-size:2rem}.user__setting__btn:hover .user__nav{display:block}.user__setting__btn .user__nav{display:none;position:absolute;top:0;right:0;-webkit-transform:translateX(100%);transform:translateX(100%);background-color:#fff;width:300px;padding:0 15px 10px}.user__setting__btn .user__nav__list{margin-top:0}.user__setting__btn .user__nav__item i{color:#252525}.user__setting__btn .user__nav__link{font-size:1.6rem;color:#252525}.user__setting__btn .user__nav__sub-nav.open{height:auto}.user__nav__header{display:flex;justify-content:flex-start;align-items:center;font-size:1.4rem;padding-bottom:20px;border-bottom:1px solid #e9e9e9}.user__nav__img{display:flex;justify-content:center;align-items:center;color:#d6d5d5;font-size:2.2rem;border:1px solid;width:50px;height:50px;border-radius:50%}.user__nav__basic-info{margin-left:15px}.user__nav__text{font-size:1.4rem}.user__nav__sub-text{color:#888;text-transform:capitalize}.user__nav__list{margin-top:30px}.user__nav__item{margin-top:15px;font-size:1.4rem;text-transform:capitalize}.user__nav__item i{margin-right:10px;font-size:1.8rem;width:20px;height:20px}.user__nav__item.sub-item{margin-left:16px;color:#888}.user__nav__link{transition:color .25s ease-in}.user__nav__link.active,.user__nav__link:hover{color:#ff8e4a}.user__nav__sub-nav{margin-left:15px;height:0;overflow:hidden;opacity:0;transition:height .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1)}.user__nav__sub-nav.open{height:108px;opacity:1}.user__content{background-color:#fff;border-radius:5px;border:1px solid #e9e9e9;padding:20px 30px 40px}@media screen and (max-width:47.938rem){.user__purchase--wrap{flex-flow:column-reverse}}.user__purchase--empty{border:1px solid #e9e9e9;border-radius:5px;padding:100px 0;display:flex;justify-content:center;align-items:center;flex-direction:column}.user__purchase--empty p{font-size:1.6rem;margin-top:20px;color:#888}.user__purchase__header__tab{display:flex;justify-content:flex-start;align-items:center;position:relative}.user__purchase__header__item{flex:1 1}.user__purchase__header__link{display:block;font-size:1.6rem;text-align:center;padding:15px 0;transition:.2s ease-in;cursor:pointer}.user__purchase__header__link.active{color:#ff8e4a}.user__purchase__header__line{position:absolute;bottom:0;width:0;height:3px;border-radius:5px;background-color:#ff8e4a;transition:.2s ease-in}.user__purchase__list{margin-top:30px}.user__purchase__item{background-color:#fff;border-radius:5px;padding:20px;margin-bottom:50px;border:2px solid #e9e9e9}.user__purchase__item__status{text-align:right;text-transform:uppercase;font-size:1.6rem;border-bottom:1px solid #e9e9e9;padding-bottom:10px;margin-bottom:15px;font-weight:500}.user__purchase__item__status._0{color:#ff8e4a}.user__purchase__item__status._1{color:#2cb67d}.user__purchase__item__status._2{color:#ee4d2d}.user__purchase__item__action{display:flex;justify-content:flex-start;align-items:center}.user__purchase__item__sum{font-size:1.6rem;text-align:right;margin-left:auto}.user__purchase__item__sum span{font-size:2.8rem;color:#ff8e4a;margin-left:15px}.user__purchase__product__item{display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid #e9e9e9;padding-bottom:10px;margin-bottom:20px}.user__purchase__product__item__thumbnail{max-width:80px;border:1px solid #e9e9e9;border-radius:5px;object-fit:contain;margin-right:15px}.user__purchase__product__item__info{margin-right:auto}.user__purchase__product__item__name{font-size:1.6rem;margin-bottom:10px}.user__purchase__product__item__quantity{font-size:1.4rem}.user__purchase__product__item__total{font-size:1.8rem;color:#ff8e4a}.admin__component .profile{padding:40px 30px}.profile{background-color:#fff}.profile__header{padding:0 0 18px;border-bottom:1px solid #e9e9e9}.profile__header--flex{display:flex;justify-content:space-between;align-items:center}.profile__heading{font-size:2rem;font-weight:500;text-transform:capitalize}.profile__sub-heading{font-size:1.4rem;color:#888}.profile__user{padding:20px 15px;font-size:1.4rem}.profile__user__contain{flex:0 0 60%;max-width:60%}@media screen and (max-width:63.938rem){.profile__user__contain{flex:0 0 100%;max-width:100%}}.profile__user__field{display:flex;justify-content:flex-start;align-items:center;margin-bottom:15px;font-size:1.4rem}.profile__user__label{min-width:100px;margin-right:20px;text-align:right;color:#888;text-transform:capitalize}.profile__user__label.xl{min-width:130px}.profile__user__input{padding:10px}.profile__user__action{margin-left:120px;font-size:1.6rem;padding:8px 20px;background-color:#ff8e4a;border-color:#ff8e4a}.profile__user__action:focus,.profile__user__action:hover{background-color:#96bd1a;border-color:#96bd1a}.profile__user__action.xl{margin-left:150px}.profile__user .forget-password{color:#888;margin-left:30px;margin-top:25px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.profile__address{z-index:99;position:fixed;inset:0;background-color:rgba(0,0,0,.3);visibility:hidden;opacity:0;transition:.2s ease-in;display:flex;justify-content:center;align-items:center}.profile__address.active{visibility:visible;opacity:1}.profile__address.active .profile__address__form{-webkit-transform:scale(1);transform:scale(1);opacity:1}.profile__address__form{background-color:#fff;width:40vw;padding:30px;border-radius:3px;opacity:0;-webkit-transform:scale(0);transform:scale(0);transition:.2s ease-in;-webkit-transform-origin:center;transform-origin:center}@media screen and (max-width:63.938rem){.profile__address__form{width:80vw}}.profile__address__form h2{font-size:2.4rem;font-weight:400}.profile__address__form__action{margin-top:20px;display:flex;justify-content:flex-end;align-items:center;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}.profile__address__form__action button{text-transform:uppercase;font-size:1.5rem}.profile__address__list{min-height:300px}.profile__address__list .address-empty{font-size:2rem;text-align:center;padding-top:100px;color:#888;-webkit-user-select:none;-ms-user-select:none;user-select:none}.profile__address__item{padding:30px 0;border-bottom:1px solid #e9e9e9;display:flex;justify-content:flex-start;align-items:stretch}.profile__address__item__info{flex:0 0 70%;max-width:70%}.profile__address__item__action{font-size:1.6rem;flex:1 1;display:flex;justify-content:flex-end;align-items:stretch;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}.profile__address__item__action p{-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:.25s ease-in;cursor:pointer}.profile__address__item__action p:hover{color:#ff8e4a}.account{border:1px solid #e9e9e9}.account__heading{margin:15px 0}.account__name{flex:0 0 15%;max-width:15%}.account__name p{margin:0 10px;word-break:break-word}@media screen and (max-width:47.938rem){.account__name{display:none}}.account__email{flex:0 0 25%;max-width:25%;text-align:center}.account__email p{margin:0 10px;word-break:break-word}@media screen and (max-width:47.938rem){.account__email{flex:0 0 30%;max-width:30%}}.account__phone{flex:0 0 15%;max-width:15%;text-align:center}.account__phone p{margin:0 10px;word-break:break-word}@media screen and (max-width:47.938rem){.account__phone{display:none}}.account__order{flex:0 0 15%;max-width:15%;text-align:center}.account__order p{margin:0 10px;word-break:break-word}@media screen and (max-width:47.938rem){.account__order{flex:0 0 25%;max-width:25%}}.account__status{flex:0 0 10%;max-width:10%;text-align:center}.account__status p{margin:0 10px;word-break:break-word}@media screen and (max-width:47.938rem){.account__status{flex:0 0 25%;max-width:25%}}.account__action{flex:0 0 20%;max-width:20%;text-align:center}.account__action__btn{background-color:#ff8e4a;border-color:#ff8e4a;padding:8px 10px;font-size:1.4rem}.account__action__btn:hover{color:#ff8e4a;background-color:#fff;border-color:#ff8e4a}.account__action__btn:focus{background-color:#ff8e4a;border-color:#ff8e4a;color:#fff}.account__action__btn i{margin-right:5px}.account__action__btn--enable{background-color:#96bd1a;border-color:#96bd1a;padding:8px 10px;font-size:1.4rem}.account__action__btn--enable:hover{color:#96bd1a;background-color:#fff;border-color:#96bd1a}.account__action__btn--enable:focus{background-color:#96bd1a;border-color:#96bd1a;color:#fff}.account__action__btn--enable i{margin-right:5px}.account__header{display:flex;justify-content:flex-start;align-items:center;font-size:1.4rem;background-color:#f6f6f6;padding:20px 0;border-radius:3px;color:#888;transition:.2s ease-in}.account__header--hidden{display:none}.account__item{display:flex;justify-content:flex-start;align-items:center;padding:20px 0;font-size:1.4rem;transition:.2s ease-in}.account__item:nth-child(2n){background-color:hsla(0,0%,80%,.2)}.home__banner{margin-top:30px}.home__banner__item{overflow:hidden}.home__banner__img{transition:all .25s ease-in-out;-webkit-transform-origin:center;transform-origin:center;cursor:pointer;width:100%;object-fit:contain}.home__banner__img:hover{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-filter:opacity(.8);filter:opacity(.8)}.home__link--wrap{padding:15px 0;margin-bottom:20px;position:relative;border-bottom:1px solid #e9e9e9}.home__link--wrap:before{content:"";display:block;border:3px solid #96bd1a;position:absolute;bottom:0;left:0;width:50px}.home__link{display:inline-block;font-size:2.8rem;font-weight:500;transition:.25s ease-in}.home__link:hover{color:#96bd1a}.home__slider{margin:20px 0}.home__slider .slick-slide{padding-right:0}.home__slider .product-card--wrap{padding:0 15px 0 0}.home__post__list{background-color:#fff;padding:20px 15px;margin-bottom:50px}.home__post__item{display:flex;justify-content:flex-start;align-items:stretch}@media screen and (min-width:48rem) and (max-width:63.938rem){.home__post__item{padding:10px 0}}.home__post__item__img{display:flex;flex:0 0 40%;max-width:40%}.home__post__item__img img{border-radius:3px;align-self:center}.home__post__item__content{margin-left:10px}.home__post__item__link{display:-webkit-box;font-size:1.6rem;font-weight:500;width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:10px;transition:.25s ease-in}.home__post__item__link:hover{color:#96bd1a}.admin__home{background-color:#fff;padding:30px 40px}.admin__home__heading{font-size:2rem;font-weight:500;margin-bottom:10px}.admin__home__sub-heading{font-size:1.2rem;color:#888;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e9e9e9}.admin__home__info{display:flex;justify-content:flex-start;align-items:center;grid-row-gap:20px;row-gap:20px;flex-wrap:wrap}.admin__home__item{display:block;flex:0 0 25%;max-width:25%;padding:20px;text-align:center;position:relative;transition:.25s linear;border-radius:5px}@media screen and (max-width:63.938rem){.admin__home__item{flex:0 0 50%;max-width:50%}}.admin__home__item:hover{background-color:#e9e9e9}.admin__home__item:after{content:"";display:block;position:absolute;top:0;-webkit-transform:translateY(50%);transform:translateY(50%);right:0;width:1px;height:60%;background-color:#e9e9e9}.admin__home__item__number{font-size:3rem;color:#ff8e4a;margin-bottom:10px}.admin__home__item__text{font-size:1.6rem;font-weight:500}.admin__menu__btn{position:absolute;top:400px;left:10px;padding:10px 15px;background-color:#ff8e4a;color:#fff;border-radius:5px;z-index:50;font-size:2.6rem}@media screen and (min-width:64rem){.admin__menu__btn{display:none}}.admin__menu--wrap{position:fixed;inset:0;background-color:rgba(0,0,0,.3);z-index:90;visibility:visible;opacity:1;transition:.4s ease-in}@media screen and (min-width:64rem){.admin__menu--wrap{display:none}}.admin__menu--wrap.hidden{visibility:hidden;opacity:0}.admin__menu--wrap .navbar--admin{position:absolute;top:0;bottom:0;left:-100%;width:300px;background-color:#fff;padding:30px 15px 0;transition:.4s ease-in}.admin__menu--wrap .navbar--admin.active{left:0}.admin__content{background-color:#f6f6f6;margin-top:71px}@media screen and (max-width:63.938rem){.admin__content{margin-top:0}}.admin__side{background-color:#fff;box-shadow:2px 0 4px rgba(0,0,0,.2);position:fixed;height:calc(100% - 71px);width:225px;overflow-x:hidden;overflow-y:scroll}@media screen and (max-width:63.938rem){.admin__side{display:none}}.admin__side::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5;visibility:hidden;opacity:0}.admin__side::-webkit-scrollbar{width:6px;background-color:transparent}.admin__side::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#888;visibility:hidden;opacity:0}.admin__side:hover::-webkit-scrollbar-thumb,.admin__side:hover::-webkit-scrollbar-track{visibility:visible;opacity:1}.admin__has-side{position:relative;margin-left:225px;min-height:calc(100vh - 150px);padding-bottom:150px}@media screen and (max-width:63.938rem){.admin__has-side{margin-left:0}}.admin__component{padding:20px 15px 0}.list-product{background-color:#fff;padding:20px 25px;border-radius:2px}.list-product__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid #e9e9e9}.list-product__header h2{font-weight:400}.list-product__action{display:flex;justify-content:flex-start;align-items:center;padding:20px 0}@media screen and (max-width:47.938rem){.list-product__action{flex-direction:column;align-items:stretch}}@media screen and (max-width:47.938rem){.list-product__action--post{flex-direction:row;align-items:center}}.list-product__action__header{display:flex;justify-content:center;align-items:center}.list-product__action__header h3{margin-bottom:0}.list-product__action__header__selected{position:relative;font-size:1.4rem;margin-left:20px;visibility:hidden;opacity:0;transition:.2s ease-in-out}.list-product__action__header__selected:before{display:block;content:"";border:1px solid #e9e9e9;position:absolute;top:0;bottom:0;left:-10px}.list-product__action__header__selected--visible{visibility:visible;opacity:1}.list-product__action__header__delete{font-size:1.4rem;color:#ee4d2d;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden;opacity:0;transition:.2s ease-in-out;margin-left:15px}.list-product__action__header__delete--visible{visibility:visible;opacity:1}.list-product__action__add{background-color:#ee4d2d;border-color:#ee4d2d;padding:10px 20px;font-size:1.4rem}.list-product__action__add:hover{color:#ee4d2d;background-color:#fff;border-color:#ee4d2d}.list-product__action__add:focus{background-color:#ee4d2d;border-color:#ee4d2d;color:#fff}.list-product__action__add i{margin-right:5px}.filter{margin-left:auto;display:flex;justify-content:space-between;align-items:stretch}@media screen and (max-width:47.938rem){.filter{margin-left:0;margin-top:20px}}.filter-task{position:relative;border:1px solid #e9e9e9;display:flex;justify-content:center;align-items:center;padding:8px 15px;border-radius:3px;cursor:pointer;margin-left:15px}.filter-task i{font-size:1.8rem;color:#888;transition:.2s ease-in}.filter-task:hover>i{color:#ff8e4a}.filter-task:hover .filter-task__list{visibility:visible;opacity:1;top:calc(100% + 10px)}@media screen and (min-width:64rem){.filter-task:hover .filter-task__list{left:0}}@media screen and (min-width:48rem) and (max-width:63.938rem){.filter-task:hover .filter-task__list{left:0}}@media screen and (max-width:47.938rem){.filter-task:hover .filter-task__list{right:0}}.filter-task__list{visibility:hidden;opacity:0;position:absolute;width:-webkit-max-content;width:max-content;padding:10px 0;background-color:#fff;z-index:50;top:0;border-radius:3px;transition:.2s ease-in}@media screen and (min-width:64rem){.filter-task__list{left:0;-webkit-transform-origin:left top;transform-origin:left top;will-change:top,left}}@media screen and (min-width:48rem) and (max-width:63.938rem){.filter-task__list{left:0;-webkit-transform-origin:left top;transform-origin:left top;will-change:top,left}}@media screen and (max-width:47.938rem){.filter-task__list{right:0;-webkit-transform-origin:right top;transform-origin:right top;will-change:top,right}}.filter-task__list:before{content:"";display:block;width:100%;height:10px;background-color:transparent;position:absolute;top:-10px}.filter-task__link{display:block;padding:10px;font-size:1.4rem;transition:.2s ease-in}.filter-task__link:hover{background-color:hsla(0,0%,80%,.5)}.filter-task__link i{margin-left:5px;color:#ff8e4a}.filter-task__link--active{background-color:#ff8e4a;color:#fff}.filter-task__link--active i{color:#fff}.limit{margin-left:15px;display:flex;justify-content:flex-start;align-items:center}.limit__select{min-width:100px;text-align:center}.limit p{margin-right:5px;font-size:1.2rem}.view{background-color:#e9e9e9;border-radius:3px;margin-left:15px;padding:4px;display:flex;justify-content:flex-start;align-items:center}@media screen and (max-width:63.938rem){.view{display:none}}.view__item{font-size:1.6rem;color:#888;padding:6px 10px;cursor:pointer;border-radius:3px;transition:.25s ease-in}.view__item.active{background-color:#fff;color:#ff8e4a}.list{border:1px solid #e9e9e9}.list--no-border{border-color:transparent}.list__checkbox{flex:0 0 5%;max-width:5%;text-align:center}.list__checkbox input{cursor:pointer}@media screen and (max-width:47.938rem){.list__checkbox{flex:0 0 10%;max-width:10%}}.list__title{flex:0 0 20%;max-width:20%}.list__title--post{flex:0 0 25%;max-width:25%;text-align:center}@media screen and (max-width:47.938rem){.list__title--post{flex:0 0 30%;max-width:30%}}.list__title__text{text-align:left;margin-left:15px}.list__name{flex:0 0 15%;max-width:15%}@media screen and (max-width:47.938rem){.list__name{flex:0 0 20%;max-width:20%}}.list__pictures{flex:0 0 25%;max-width:25%;text-align:center}@media screen and (max-width:47.938rem){.list__pictures{flex:0 0 40%;max-width:40%}}.list__pictures--body{text-align:left;display:flex;justify-content:flex-start;align-items:stretch;overflow:hidden;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.list__pictures--body .img{width:calc(50% - 10px);max-width:calc(50% - 10px);object-fit:cover;border:1px solid #e9e9e9;border-radius:3px}.list__pictures--body .img--w-100{max-width:100%;object-fit:cover;border-radius:3px;padding:0 20px}.list__desc{flex:0 0 30%;max-width:30%}@media screen and (max-width:47.938rem){.list__desc{display:none}}.list__cate{flex:0 0 15%;max-width:15%;text-align:center}@media screen and (max-width:47.938rem){.list__cate{display:none}}.list__price{flex:0 0 10%;max-width:10%;text-align:center}@media screen and (max-width:47.938rem){.list__price{display:none}}.list__origin{flex:0 0 10%;max-width:10%;text-align:center}@media screen and (max-width:47.938rem){.list__origin{display:none}}.list__action{flex:0 0 20%;max-width:20%;text-align:center}@media screen and (max-width:47.938rem){.list__action{flex:0 0 30%;max-width:30%}}.list__action__btn{margin-left:15px;background-color:#ee4d2d;border-color:#ee4d2d;padding:8px 10px;font-size:1.4rem}@media screen and (max-width:47.938rem){.list__action__btn{margin:0 15px 15px}}.list__action__btn:hover{color:#ee4d2d;background-color:#fff;border-color:#ee4d2d}.list__action__btn:focus{background-color:#ee4d2d;border-color:#ee4d2d;color:#fff}.list__action__btn i{margin-right:5px}.list__header{display:flex;justify-content:flex-start;align-items:center;font-size:1.4rem;background-color:#f6f6f6;padding:20px 0;border-radius:3px;color:#888;transition:.2s ease-in}.list__header--hidden{display:none}.list__body--empty{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:100px 0}.list__body--empty p{font-size:1.2rem;color:#888}.list__item{display:flex;justify-content:flex-start;align-items:center;padding:20px 0;font-size:1.4rem;transition:.2s ease-in}.list__item:nth-child(2n){background-color:hsla(0,0%,80%,.2)}.loader-wrap{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.1);z-index:99}.loader{border:16px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.read-more{width:100%;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;text-align:justify;font-size:1.4rem}.read-more__btn{color:var(--bs-blue);cursor:pointer;transition:color .2 ease-in-out}.read-more__btn:hover{color:#252525}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.sort-price__item{margin:15px 0;vertical-align:middle;cursor:pointer}.sort-price__item input,.sort-price__item label{cursor:pointer;font-size:1.4rem}.sort-price__item label{margin-left:15px;transition:color .2s ease-in}.sort-price__item label:hover{color:#ff8e4a}.product__filter__btn{position:absolute;top:10px;right:15px;background-color:#ff8e4a;color:#fff;padding:10px 15px;border-radius:5px;font-size:2.6rem}.product__menu--wrap{background-color:rgba(0,0,0,.3);position:fixed;inset:0;z-index:80;visibility:visible;opacity:1;transition:.4s linear}.product__menu--wrap.hidden{visibility:hidden;opacity:0}.product__menu{position:absolute;top:0;right:-100%;bottom:0;padding:15px;transition:.4s linear;width:300px;background-color:#fff}.product__menu.active{right:0}.product-card--wrap{display:flex;padding:0 1rem}.product-card--wrap.col-2-4{flex:0 0 20%;max-width:20%}.product-card{background-color:#fff;flex:1 1;position:relative;border-radius:1px;overflow:hidden;cursor:pointer;border:1px solid transparent;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.product-card:hover{border-color:#ff8e4a;box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.product-card:hover .product-card__img{opacity:.5}.product-card__link{display:flex;flex-direction:column;height:100%;width:100%}.product-card__img{transition:.2s ease-in;min-height:180px}.product-card__img img{width:100%}.product-card__info{flex:1 1;padding:10px 15px;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column}.product-card__name{font-size:1.4rem;margin-bottom:10px}.product-card__price--wrap{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-card__view--btn{position:absolute;top:5px;left:10px;font-size:1.4rem;color:#ff8e4a;-webkit-transform:scale(0);transform:scale(0);transition:.2s ease-in}.product-card:hover .product-card__view--btn{-webkit-transform:scale(1);transform:scale(1)}.product-card__favorite--btn{position:absolute;top:5px;right:10px;font-size:1.4rem;color:#ff8e4a}.product__price{font-size:1.6rem;color:#ff8e4a;font-weight:500}.product__price--old{font-size:1.2rem;text-decoration:line-through;color:#888}@media screen and (max-width:47.938rem){.product__price--old{display:none}}.product__price--preview{font-size:2.4rem;font-weight:600;margin-right:10px}.product__price--preview--old{font-size:1.4rem}.product__price--detail{font-size:3rem}.product__price--detail--old{font-size:1.8rem}.product__price__discount{font-size:1.2rem;background-color:#ee4d2d;color:#fff;padding:2px 10px;border-radius:5px;text-transform:capitalize}.product__quantity{display:flex;justify-content:space-between;align-items:center;padding:10px;margin-top:20px;border:1px solid #e9e9e9;font-size:1.4rem}.product__quantity__btn{color:#888;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.product__quantity__btn:hover{color:#252525}.product__quantity__value{border:none;width:auto;text-align:center}.product__quantity__value:focus{outline:none}.product-card:hover .add-cart-btn--wrap .add-cart-btn{-webkit-transform:scale(1);transform:scale(1)}.product-list--wrap{padding-top:30px;position:relative}.product-list{grid-row-gap:20px;row-gap:20px;margin-bottom:20px}.product-list__title{font-size:1.8rem;padding:15px 0;margin-bottom:15px;border-bottom:1px dashed #888}.product-preview--wrap{position:fixed;inset:0;background-color:rgba(0,0,0,.15);z-index:99;display:flex;justify-content:center;align-items:center}.product-preview{position:relative;background-color:#fff;width:65%;margin:50px 0;-webkit-animation:fadeIn .25s ease-in;animation:fadeIn .25s ease-in;transition:.25s ease-in;border-radius:5px;display:flex;justify-content:space-between;align-items:stretch;flex-direction:row;grid-column-gap:30px;-webkit-column-gap:30px;column-gap:30px;padding:30px}@media screen and (max-width:63.938rem){.product-preview{width:80%;flex-direction:column}}.product-preview__pictures{width:50%}@media screen and (max-width:47.938rem){.product-preview__pictures{width:100%;margin-bottom:15px}}.product-preview__content{width:50%}@media screen and (max-width:47.938rem){.product-preview__content{width:100%}}.product-preview__name{font-size:3rem;font-weight:500}.product-preview__origin{font-size:1.4rem;font-weight:600;margin-top:20px}.product-preview__origin span{font-weight:400}.product-preview__price--wrap{display:flex;justify-content:flex-start;align-items:center;padding:10px;margin:20px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}.product-preview .close-btn{position:absolute;top:5px;right:10px;font-size:2.8rem;transition:color .1s ease-in;cursor:pointer}.product-preview .close-btn:hover{color:#ff8e4a}.product-detail__page{padding:15px;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.2)}.product-detail__page:first-child{margin-top:30px}.product-detail__page:nth-child(2){margin-bottom:50px}.product-detail__page__info__evaluate{display:flex;justify-content:flex-start;align-items:center;margin:20px 0}.product-detail__page__info__evaluate__item{padding:5px 15px;border-right:1px solid #e9e9e9}.product-detail__page__info__evaluate__item:first-child{padding-left:0}.product-detail__page__info__evaluate__item:last-child{border-right:unset}.product-detail__page__info__evaluate__item p{font-size:1.6rem;color:#ff8e4a}.product-detail__page__info__evaluate__item i{font-size:1.4rem;color:#ff8e4a}.product-detail__page__info__evaluate__item span{font-size:1.4rem;color:#888;text-transform:capitalize}.product-detail__page__info__bg{display:flex;justify-content:flex-start;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;padding:15px 20px;background-color:#f6f6f6;border-radius:3px;margin-bottom:20px}.product-detail__page__info__bg h2{text-transform:uppercase}.product-detail__page__info__text{font-size:1.6rem;color:#888;margin-right:20px;min-width:100px}.product-detail__page__info__text--dark{color:#252525;font-size:1.4rem}.product-detail__page__info__text span{margin-left:20px}.product-detail__page__info__quantity{display:flex;justify-content:flex-start;align-items:center;margin-top:50px}.product-detail__page__info__quantity .product__quantity{margin:unset}.product-detail__page__info__share{margin-top:30px}.product-detail__page__info__share__title{font-size:1.8rem}.product-detail__page__info__share__list{display:flex;justify-content:flex-start;align-items:center;grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px}.product-detail__page__info__share__item{display:flex;justify-content:center;align-items:center;background-color:currentColor;width:30px;height:30px;border-radius:50%;border:1px solid;cursor:pointer;transition:all .25s ease-in}.product-detail__page__info__share__item i{font-size:1.6rem;color:#fff}.product-detail__page__info__share__item:hover{background-color:#fff}.product-detail__page__info__share__item:hover i{color:currentColor}.product-detail__page__info__share__item:first-child{color:#0084ff}.product-detail__page__info__share__item:nth-child(2){color:#4cd6f4}.product-detail__page__info__share__item:nth-child(3){color:#3b5999}.product-detail__page__info__share__item:last-child{color:#e60023}.product-detail__page .description{font-size:1.4rem}.product-cart__error{font-size:1.4rem;padding:10px 0;margin-top:20px;color:var(--bs-danger)}.product-cart__list{margin-left:20px;padding-left:30px;border-left:1px solid #e9e9e9}@media screen and (max-width:47.938rem){.product-cart__list{margin-left:0;padding-left:0;border-left:none;margin-bottom:20px}}.product-cart__heading{font-size:2.4rem;padding-bottom:10px;margin-bottom:15px;border-bottom:1px solid #e9e9e9}.product-cart__item--wrap{max-height:200px;overflow-y:scroll}.product-cart__item--wrap::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5;visibility:hidden;opacity:0}.product-cart__item--wrap::-webkit-scrollbar{width:6px;background-color:transparent}.product-cart__item--wrap::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#888;visibility:hidden;opacity:0}.product-cart__item--wrap:hover::-webkit-scrollbar-thumb,.product-cart__item--wrap:hover::-webkit-scrollbar-track{visibility:visible;opacity:1}.product-cart__item{display:flex;justify-content:flex-start;align-items:center;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e9e9e9}.product-cart__item:last-child{border-bottom:none}.product-cart__item__img{position:relative}.product-cart__item__img img{max-width:100%;width:80px;border:1px solid #e9e9e9;border-radius:5px}.product-cart__item__img span{position:absolute;top:0;right:-10px;display:flex;justify-content:center;align-items:center;width:30px;height:30px;background-color:#ee4d2d;color:#fff;border-radius:50%}.product-cart__item__title{margin-right:auto;margin-left:20px;font-size:1.6rem}.product-cart__item__total{font-size:1.6rem;font-weight:500;color:#ee4d2d}.product-cart__sum{margin-top:20px;padding-top:20px;border-top:1px solid #e9e9e9;display:flex;justify-content:space-between;align-items:center;font-size:2rem}.product-cart__sum__price{color:#ff8e4a;font-weight:500;font-size:2.6rem}.product-cart__action{display:flex;justify-content:space-between;align-items:center;margin-top:30px}.product-cart__action a{font-size:1.4rem;color:#ee4d2d}.product-cart__action a:hover{opacity:.8}.list-empty{background-color:#fff;padding:100px 0;display:flex;justify-content:center;align-items:center;flex-direction:column}.list-empty p{margin-top:15px;font-size:1.4rem}.slider__title{font-size:3rem;margin:50px 0 20px;padding-bottom:10px;border-bottom:1px solid #e9e9e9}.slick-slide{cursor:pointer;padding-right:15px}.product-slider__list .slick-list{padding:10px 0}.slick-list{margin-right:-15px}.slick-list .product-card--wrap{width:100%}.slick-arrow{border:1px solid rgba(0,0,0,.5)}.slick-arrow.slick-next,.slick-arrow.slick-prev{width:unset;height:unset;padding:10px 5px;z-index:99;border-radius:2px;background-color:#fff;opacity:.5;transition:.25s linear}.slick-arrow.slick-next:hover,.slick-arrow.slick-prev:hover{opacity:1}.slick-arrow.slick-next:before,.slick-arrow.slick-prev:before{content:unset}.slick-arrow.slick-prev{left:0}.slick-arrow.slick-disabled{opacity:.5}.slick-arrow.slick-next{left:100%;right:unset;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.slick-arrow i{color:#252525;font-size:2rem}.slider-modal{display:flex;width:100%}.slider-modal .slick-arrow{visibility:visible;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5)}.slider-modal .slick-arrow.slick-next,.slider-modal .slick-arrow.slick-prev{width:unset;height:unset;padding:20px 5px;z-index:99;border-radius:2px;opacity:.6;transition:.25s linear}.slider-modal .slick-arrow.slick-next:hover,.slider-modal .slick-arrow.slick-prev:hover{opacity:1}.slider-modal .slick-arrow.slick-next:before,.slider-modal .slick-arrow.slick-prev:before{content:unset}.slider-modal .slick-arrow.slick-prev{left:0}.slider-modal .slick-arrow.slick-disabled{opacity:.6}.slider-modal .slick-arrow.slick-next{left:calc(65% - 15px);right:unset;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.slider-modal .slick-arrow i{color:#fff;font-size:4rem}.slider-modal .slick-list{width:65%;margin-right:20px}.slider-modal .slick-dots.slick-thumb{position:relative;inset:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 -15px;display:flex!important;flex-wrap:wrap;flex:1 1;grid-row-gap:10px;row-gap:10px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.slider-modal .slick-dots.slick-thumb li{width:80px;height:80px;margin:0}.slider-modal .slick-dots.slick-thumb li.slick-active{border:1px solid #ff8e4a}.slider-modal .slick-dots.slick-thumb li img{width:100%;height:100%;border:1px solid #e9e9e9}.image-slider{padding:0 20px 0 0}.image-slider .image-active{position:relative;border-radius:1px;text-align:center}.image-slider .image-active.image-has-modal{cursor:pointer}.image-slider .image-active__icon{position:absolute;bottom:10px;right:10px;font-size:2rem}.image-slider .image-active img{border:1px solid #e9e9e9}.image-slider__list{margin-top:15px}.image-slider__item{border:1px solid #e9e9e9;margin-right:15px;border-radius:1px}.image-slider__item--active{border:1px solid #ff8e4a}.image-slider__item:focus,.image-slider__item:focus-visible,.image-slider__item:focus:not(:focus-visible){outline:none}.image-slider--modal{position:fixed;inset:0;background-color:rgba(0,0,0,.2);z-index:99;display:flex;justify-content:center;align-items:center}.image-slider--modal__content{padding:10px;width:60%;background-color:#fff;border-radius:5px}.image-slider--modal__pictures{border:1px solid #e9e9e9}.pagination--wrap{padding:20px 0;display:flex;justify-content:center;align-items:center;background-color:#fff}.pagination{background-color:unset}.pagination .page-item{border:unset;border-radius:3px;overflow:hidden;margin:0 10px;display:flex;justify-content:center;align-items:center}.pagination .page-item:first-child,.pagination .page-item:last-child{border:1px solid #e9e9e9}.pagination .page-item.disabled .page-link{background-color:unset}.pagination .page-item.active .page-link{background-color:#ff8e4a;border-color:#ff8e4a}.pagination .page-link{font-size:1.6rem;border:unset;color:#252525;background-color:transparent}.pagination .page-link:focus{outline:unset;box-shadow:none}.sub-menu__item{margin:10px 0}.sub-menu__link{font-size:1.4rem;transition:color .2s ease-in;cursor:pointer}.sub-menu__link:hover{color:#ff8e4a}.sub-menu__link--not{width:100%;display:flex;justify-content:space-between;align-items:center}.sub-menu__link.active{color:#ff8e4a}.sub-menu__icon{font-size:1.2rem;margin-right:40px;transition:-webkit-transform .25s ease-in;transition:transform .25s ease-in;transition:transform .25s ease-in,-webkit-transform .25s ease-in}.sub-menu__icon.active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.second-menu{margin-left:20px;height:0;overflow:hidden;transition:height .25s ease-in}.second-menu.active{height:248px}.second-menu__item{font-size:1.4rem;margin:10px 0;transition:color .2s ease-in;cursor:pointer}.second-menu__item:hover{color:#ff8e4a}.add-cart-btn--wrap{position:absolute;margin:0;z-index:50;top:50%;left:0;right:0;text-align:center}.add-cart-btn--wrap .add-cart-btn{margin:0;-webkit-transform:scale(0);transform:scale(0);transition:.2s ease-in;-webkit-transform-origin:center;transform-origin:center}.add-cart-btn--wrap .add-cart-btn:focus{box-shadow:none;outline:none}.add-cart-btn--wrap .add-cart-btn:focus,.add-cart-btn--wrap .add-cart-btn:hover{background-color:#96bd1a;color:#fff;border-color:#96bd1a}.add-cart-btn{font-size:1.6rem;padding:10px 15px;background-color:#ff8e4a;border:1px solid #ff8e4a;text-transform:capitalize;margin-top:30px;margin-right:20px;transition:.2s ease-in;border-radius:3px}.add-cart-btn:focus{background-color:#ff8e4a;color:#fff;box-shadow:none;outline:none;border-color:#ff8e4a}.add-cart-btn:hover{background-color:#fff;color:#ff8e4a;border-color:#ff8e4a}.add-cart-btn--done{background-color:#96bd1a;border:1px solid #96bd1a}.add-cart-btn--done:focus{background-color:#96bd1a;color:#fff;box-shadow:none;outline:none;border-color:#96bd1a}.add-cart-btn--done:hover{background-color:#fff;color:#96bd1a;border-color:#96bd1a}.buy-btn{color:#fff;font-size:1.6rem;text-transform:capitalize;border-radius:3px;border:1px solid #ee4d2d;background-color:#ee4d2d;padding:10px 15px;margin-top:20px;transition:.2s ease-in}.buy-btn--mr0{margin:0}.buy-btn--margin{margin-top:30px;margin-right:20px}.buy-btn:focus{background-color:#ee4d2d;color:#fff;box-shadow:none;outline:none;border-color:#ee4d2d}.buy-btn:hover{background-color:#fff;color:#ee4d2d;border-color:#ee4d2d}.btn-normal{font-size:1.6rem;text-transform:capitalize;min-width:140px;border-radius:3px;border:1px solid #ee4d2d;padding:5px 15px;transition:.2s ease-in;display:flex;justify-content:center;align-items:center}.btn-normal,.btn-normal:focus{color:#fff;background-color:#ee4d2d}.btn-normal:focus{box-shadow:none;outline:none;border-color:#ee4d2d}.btn-normal:hover{background-color:#fff;color:#ee4d2d;border-color:#ee4d2d}.btn-normal i{font-size:1.4rem;margin-right:10px}.btn-no-border{font-size:1.6rem;text-transform:capitalize;min-width:140px;border-radius:3px;border:1px solid #e9e9e9;padding:5px 15px;transition:.2s ease-in;display:flex;justify-content:center;align-items:center}.btn-no-border,.btn-no-border:focus{color:#252525;background-color:transparent}.btn-no-border:focus{box-shadow:none;outline:none;border-color:#e9e9e9}.btn-no-border:hover{background-color:#888;color:#fff;border-color:#e9e9e9}.btn-no-border i{font-size:1.4rem;margin-right:10px}.scroll-btn{position:fixed;bottom:50px;right:20px;justify-content:center;align-items:center;font-size:2.6rem;min-width:50px;min-height:50px;border-radius:50%;color:#ff8e4a;cursor:pointer}.orders,.scroll-btn{background-color:#fff}.orders{border-radius:3px}.orders__header{padding:10px 20px 0;border-bottom:1px solid #e9e9e9}.orders__tab{position:relative;display:flex;justify-content:flex-start;align-items:center}.orders__tab__item{font-size:1.5rem;font-weight:400;padding:10px;transition:.2s ease-in;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.orders__tab__item.active{color:#ff8e4a}.orders__tab__line{position:absolute;bottom:0;width:0;height:3px;border-radius:5px;background-color:#ff8e4a;transition:.2s ease-in}.orders__body{padding:20px}.orders__search{display:flex;justify-content:flex-start;align-items:stretch;padding:20px 0}@media screen and (max-width:47.938rem){.orders__search{display:none}}.orders__search__options{width:200px;font-size:1.4rem}.orders__search__input{font-size:1.4rem;flex:1 1;padding:0 15px;border:1px solid #ced4da;border-left-color:transparent;outline:none}.orders__search__btn{font-size:1.4rem;padding:0 20px;margin-left:50px;background-color:#f86001;border-color:#f86001}.orders__search__btn:focus{background-color:#f86001;border-color:#f86001;color:#fff;box-shadow:none;outline:none}.orders__search__btn:hover{background-color:#ff8e4a;color:#fff;border-color:#ff8e4a}.orders__list{padding:20px 0}.orders__list__header{display:flex;justify-content:space-between;align-items:center}.orders__list__header__btn{background-color:#f86001;border-color:#f86001;font-size:1.5rem;font-weight:500;padding:8px 20px;margin-left:50px;text-transform:capitalize}.orders__list__header__btn i{margin-right:5px}.orders__list__header__btn:focus{color:#fff;box-shadow:none;outline:none;background-color:#f86001;border-color:#f86001}.orders__list__header__btn:hover{background-color:#ff8e4a;color:#fff;border-color:#ff8e4a}.orders__list__body{margin-top:20px}.orders__list__body--empty{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:100px}.orders__list__body--empty p{font-size:1.4rem;color:#888;margin-top:5px}.orders__list__body__arr{border:1px solid #e9e9e9;border-radius:3px}.orders__list__body__item{display:flex;justify-content:flex-start;align-items:center;font-size:1.4rem;padding:15px 0;border-bottom:1px solid #e9e9e9}.orders__list__body__item:last-child{border-bottom:unset}.orders__list__body__item--header{background-color:#e9e9e9;text-transform:capitalize;border-radius:3px;color:#888}.orders__list__body__item__products{flex:0 0 40%;max-width:40%;padding-left:10px}@media screen and (min-width:48rem) and (max-width:63.938rem){.orders__list__body__item__products{flex:0 0 50%;max-width:50%}}@media screen and (max-width:47.938rem){.orders__list__body__item__products{flex:0 0 70%;max-width:70%}}.orders__list__body__item__products__text{margin-top:20px;margin-left:3px;display:none}@media screen and (max-width:47.938rem){.orders__list__body__item__products__text{display:block}}.orders__list__body__item__summary{flex:0 0 10%;max-width:10%}@media screen and (min-width:48rem) and (max-width:63.938rem){.orders__list__body__item__summary{flex:0 0 15%;max-width:15%;padding-left:10px}}@media screen and (max-width:47.938rem){.orders__list__body__item__summary{display:none}}.orders__list__body__item__address{flex:0 0 15%;max-width:15%}.orders__list__body__item__address p{padding:0 20px}@media screen and (max-width:63.938rem){.orders__list__body__item__address{display:none}}.orders__list__body__item__info{flex:0 0 20%;max-width:20%}@media screen and (max-width:63.938rem){.orders__list__body__item__info{display:none}}@media screen and (min-width:64rem){.orders__list__body__item__detail{display:none}}@media screen and (min-width:48rem) and (max-width:63.938rem){.orders__list__body__item__detail{flex:0 0 20%;max-width:20%}}@media screen and (max-width:47.938rem){.orders__list__body__item__detail{display:none}}.orders__list__body__item__detail p{line-break:anywhere}.orders__list__body__item__status{flex:0 0 15%;max-width:15%;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:47.938rem){.orders__list__body__item__status{flex:0 0 30%;max-width:30%}}.orders__list__body__item__status .status{color:#fff;border-radius:3px;padding:5px 10px;margin:0 10px}.orders__list__body__item__status .status.waiting{background-color:var(--bs-yellow)}.orders__list__body__item__status .status.goods{background-color:var(--bs-orange)}.orders__list__body__item__status .status.processing{background-color:var(--bs-teal)}.orders__list__body__item__status .status.done{background-color:var(--bs-info)}.orders__list__body__item__status .status.deleted{background-color:var(--bs-danger)}.orders__list__body__item__status:hover .change-status{visibility:visible;opacity:1}.orders__list__body__item__status .change-status{visibility:hidden;opacity:0;position:absolute;right:10px;top:calc(100% + 20px);transition:.25s ease-in;z-index:50;background-color:#fff;width:350px;padding:20px 10px;border-radius:3px}@media screen and (max-width:47.938rem){.orders__list__body__item__status .change-status{width:200px}}.orders__list__body__item__status .change-status:before{content:"";display:block;position:absolute;border:20px solid transparent;border-bottom-color:#fff;right:45px;top:-30px}.orders__list__body__item__status .change-status:after{content:"";display:block;position:absolute;top:-20px;left:0;right:0;height:20px;background-color:transparent}.orders__list__body__item__status .change-status__heading{font-size:1.6rem;flex:0 0 100%;max-width:100%;text-align:center}.orders__list__body__item__status .change-status__item{padding:0 20px;margin:15px 20px;cursor:pointer}.orders__list__empty{display:inline-block;width:100px;height:100px}.orders__list .order__product{display:flex;justify-content:space-around;align-items:center;border:1px solid #e9e9e9;border-radius:5px;margin-bottom:5px}.orders__list .order__product__pic{max-width:60px;margin:10px 10px 10px auto;border:1px solid #e9e9e9;border-radius:5px}@media screen and (max-width:47.938rem){.orders__list .order__product__pic{display:none}}.orders__list .order__product__quantity{margin-left:10px;flex:1 1;margin-right:20px}.orders__list .order__product__title{word-wrap:break-word;word-break:break-word;max-width:100px}.post-list{margin:20px 0 50px}.post-list__title{padding:10px 0;border-bottom:1px dashed #888;margin-bottom:20px}.post-list__item--wrap{display:flex;margin-bottom:15px;border-radius:3px;overflow:hidden}.post-list__item{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column}.post-list__item__title{font-size:1.8rem;font-weight:500;margin-bottom:10px;transition:.25s ease-in}.post-list__item__title:hover{color:#96bd1a}.post-list__item__time{margin-top:auto;margin-bottom:15px;font-size:1.4rem;color:#888}.post-list__item__content{flex:1 1;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;background-color:#fff;padding:20px 15px}.post__detail{margin-top:20px;padding-bottom:50px}.post__detail__title{padding:10px 0;border-bottom:1px dashed #888;margin-bottom:20px}.post__detail__content{background-color:#fff;padding:20px;border-radius:3px}.post__detail__content__title{font-size:2.4rem;margin-bottom:10px}.post__detail__content__time{font-size:1.4rem;color:#888;margin-bottom:40px}.post__detail__content__des{font-size:1.4rem;line-height:2.4rem}.post__detail__content__des strong{font-size:1.6rem}.post__detail__content__des img{margin-top:20px;margin-bottom:20px;margin-left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.post__detail__share{font-size:1.4rem;font-weight:500;margin-top:20px;margin-bottom:10px}.category-list{background-color:#fff}.category-list__content{padding:20px 25px}.category-list__content__header{padding-bottom:20px;border-bottom:1px solid #e9e9e9}.category-list__content__header p{font-size:1.2rem;color:#888}.category-list__content__body{margin-top:20px}.category-list__content__body__header{display:flex;justify-content:space-between;align-items:center}.category-list__content__body__header__add{background-color:#ee4d2d;border-color:#ee4d2d;padding:8px 20px;font-size:1.4rem}.category-list__content__body__header__add:hover{color:#ee4d2d;background-color:#fff;border-color:#ee4d2d}.category-list__content__body__header__add:focus{background-color:#ee4d2d;border-color:#ee4d2d;color:#fff}.category-list__content__body__header__add i{margin-right:5px}.category-list__content__body__list{margin-top:20px;border:1px solid #e9e9e9}.category-list__content__body__list__header{background-color:#f6f6f6;border-radius:3px;color:#888}.category-list__content__body__list__header,.category-list__content__body__list__item{display:flex;justify-content:flex-start;align-items:center;padding:20px 0;font-size:1.4rem}.category-list__content__body__list__item:nth-child(odd){background-color:#e9e9e9}.category-list__content__body__list__item__index{flex:0 0 10%;max-width:10%;text-align:center}.category-list__content__body__list__item__id{flex:0 0 20%;max-width:20%;text-align:center}@media screen and (max-width:47.938rem){.category-list__content__body__list__item__id{display:none}}.category-list__content__body__list__item__name{flex:0 0 20%;text-align:center;max-width:20%}.category-list__content__body__list__item__create{flex:0 0 25%;text-align:center;max-width:25%}@media screen and (max-width:47.938rem){.category-list__content__body__list__item__create{flex:0 0 35%;max-width:35%}}.category-list__content__body__list__item__update{flex:0 0 25%;text-align:center;max-width:25%}@media screen and (max-width:47.938rem){.category-list__content__body__list__item__update{flex:0 0 35%;max-width:35%}}.authen{min-height:100vh;display:flex;flex-direction:column}.authen__header{padding:20px 0;background-color:#fff}@media screen and (max-width:63.938rem){.authen__header{padding:20px 15px}}@media screen and (max-width:47.938rem){.authen__header--wrap{flex-direction:column;justify-content:center;align-items:center}}.authen__header__title{font-size:2.8rem;margin-left:20px;font-weight:400}@media screen and (max-width:47.938rem){.authen__header__title{display:none}}.authen__header__text{font-size:1.5rem;color:#ee4d2d}@media screen and (max-width:47.938rem){.authen__header__text{margin-top:15px}}.authen__content{background-color:#ff8e4a;padding:50px 0;flex:1 1;display:flex;justify-content:center;align-items:center}.authen__form{width:45%;background-color:#fff;padding:20px 40px;margin:0 auto;border-radius:10px;font-size:1.4rem}@media screen and (max-width:63.938rem){.authen__form{width:80%}}.authen__form--register{width:60%}@media screen and (max-width:63.938rem){.authen__form--register{width:80%}}.authen__form__title{font-size:2.4rem;margin-bottom:15px}.authen__form__sub-title{font-size:1.4rem;color:#ee4d2d}.authen__form .form-control{padding:10px 15px;font-size:1.4rem}.authen__btn{display:block;width:100%;text-transform:uppercase;font-size:1.6rem;background-color:#ee4d2d;color:#fff;border:#ee4d2d;padding:10px 0;margin-top:30px}.authen__btn:hover{background-color:rgba(238,77,45,.8);color:hsla(0,0%,100%,.8)}.authen__btn:focus{background-color:#ee4d2d;color:#fff;border:#ee4d2d}.authen__btn--short{width:60%}.authen__text{text-align:center;margin:20px 0 10px}.authen__link{color:#ff8e4a;cursor:pointer}
/*# sourceMappingURL=main.67f42650.chunk.css.map */