@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";main{background-color:var(--background);display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}main .content{width:100%;padding-left:var(--padding-left-right);padding-right:var(--padding-left-right);margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-grow:1}main .content section.content-area{width:100%;max-width:1270px;padding:19px 10px}main .content section.content-area .title-section{margin-bottom:20px}.container-products{width:100%;padding:20px 0}.container-products h2{text-align:center;margin-bottom:20px;font-size:1.5em}.container-products .list-products{display:grid;grid-gap:20px}section.terms-and-conditions,section.security-policy,section.returns-and-exchanges-policies{padding:20px;background-color:#fff;box-shadow:0 2px 5px #0000001a;margin:40px auto;border-radius:8px}section.terms-and-conditions h2,section.security-policy h2,section.returns-and-exchanges-policies h2{color:var(--text-secundary);font-size:1.5em;margin-bottom:10px;border-bottom:2px solid var(--border);padding-bottom:5px}section.terms-and-conditions p,section.security-policy p,section.returns-and-exchanges-policies p{font-size:1em;margin:10px 0;text-align:justify}section.terms-and-conditions ul,section.security-policy ul,section.returns-and-exchanges-policies ul{margin:10px 20px;padding-left:20px;list-style-type:disc}section.terms-and-conditions ul li,section.security-policy ul li,section.returns-and-exchanges-policies ul li{margin-bottom:8px}.hero-section{background-image:url(/assets/img-about-us-CTA_JXZb.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--text-primary);text-align:center;padding:15vh 5vw;border-radius:15px;position:relative}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;border-radius:15px;z-index:1}.hero-section .about-title{font-size:4em;margin-bottom:10px;font-weight:600}.hero-section h1,.hero-section p{position:relative;z-index:2;color:#fff}.about-content{padding-top:40px;padding-bottom:40px;display:flex;flex-direction:column;gap:30px}.story{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:30px;padding:10px auto;height:200px}.story .story-title-container{height:100%;background-color:var(--dark-green);width:50%;font-weight:400;padding-left:20px;border-radius:var(--radius-3xl);display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.story .story-title{color:#fff;font-size:1.8em;font-weight:600;margin-left:20px}.story .story-content{height:100%;background-color:var(--light-green);color:var(--text-tertiary);width:50%;font-weight:400;padding-left:20px;border-radius:var(--radius-3xl);display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:16px;line-height:1.6}.mission-vision{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:30px;margin-bottom:40px}.mission,.vision{width:600px;background-color:#f9f9f9;padding:20px;border-left:5px solid var(--green-500);box-shadow:0 2px 4px #0000001a}.mission h2,.vision h2{font-size:1.8em;margin-bottom:10px;color:var(--text-secundary)}.mission p,.vision p{font-size:1em;color:var(--text-tertiary)}.highlights{background-color:#f8f9fa;padding:50px 20px;text-align:center}.highlights-title{font-size:2.5em;margin-bottom:40px;color:#2c3e50}.stats{display:flex;justify-content:center;gap:50px;flex-wrap:wrap}.stat-item{flex:1;min-width:200px;max-width:300px;background-color:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;padding:20px;text-align:center;transition:transform .3s ease}.stat-item:hover{transform:translateY(-10px)}.stat-number{font-size:2em;color:#2c3e50;margin:0}.stat-label{font-size:1em;color:#7f8c8d}.order-details-modal{width:100%;margin:40px;background-color:var(--background);border-radius:var(--radius-4xl);padding:4px;display:flex;flex-direction:column;gap:var(--spacing-md)}.order-details-modal::-webkit-scrollbar{width:12px;height:12px}.order-details-modal::-webkit-scrollbar-track{background:transparent}.order-details-modal::-webkit-scrollbar-thumb{background:var(--green-500);border-radius:10px}.order-details-modal::-webkit-scrollbar-thumb:hover{background:var(--green-400)}.loader-spin{animation:spin 1s linear infinite}.overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#f6fff880;display:flex;justify-content:flex-end;align-items:center}.overlay-2{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#f6fff880;display:flex;justify-content:flex-start;align-items:center}.overlay-1{position:fixed;z-index:5;top:0;left:0;width:100%;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center}.react-multiple-carousel__arrow{z-index:4!important}.error-message{background-color:#ff00001a;border:1px solid red;color:red;padding:10px;border-radius:5px;margin:10px 0;font-size:14px}.search-navbar{background-color:var(--green-500);padding:10px;display:flex;align-items:center;justify-content:center}.image-loading-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite linear;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}img{display:block;width:100%;height:auto;border-radius:8px}.loading-spinner{min-height:100vh;display:flex;align-items:center;justify-content:center;background:transparent;overflow:hidden;position:relative}.spinner{width:64px;height:64px;border:4px solid #bbf7d0;border-top:4px solid #22c55e;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 480px){.search-navbar{display:flex}}@media (min-width: 481px){.search-navbar{display:none}}@media (max-width: 600px){section.terms-and-conditions,section.security-policy{padding:15px}section.terms-and-conditions h2,section.security-policy h2{font-size:1.2em}section.terms-and-conditions p,section.security-policy p{font-size:.95em}.order-details-modal{flex-direction:column}}header.header-store{width:100%;display:flex;flex-direction:row;align-items:center;gap:30px;padding:10px 24px;justify-content:space-between;background-color:var(--green-500);position:sticky;top:0;z-index:5;transition:all .3s ease}header.header-store.scrolled{box-shadow:0 4px 8px #00000080;padding-top:15px;padding-bottom:15px;padding-left:var(--padding-left-right);padding-right:var(--padding-left-right)}header.header-store .header-top{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}header.header-store .header-top svg{font-size:22px;color:#fff;transition:opacity .3s ease;opacity:0}header.header-store .header-top svg.show{opacity:1}header.header-store .header-top svg:hover{background-color:var(--green-400);border-radius:5px}header.header-store .header-top .logo{display:flex;align-items:center;justify-content:center}header.header-store .header-top .logo img{max-width:150px;height:auto;margin-right:10px}header.header-store .header-nav{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:5px}header.header-store .header-nav ul{display:flex;flex-direction:row;align-items:center;list-style:none;gap:5px}header.header-store .header-nav ul li button{background-color:transparent;display:flex;flex-direction:row;align-items:center;gap:10px;height:57px;font-size:var(--text-sm);padding:var(--padding-header-item);border-radius:var(--radius-full)}header.header-store .header-nav ul li button:hover,header.header-store .header-nav ul li button.item-shop-car:hover{background-color:#012e1a}header.header-store .header-nav ul li button svg{width:24px;height:24px}header.header-store .header-nav ul li button.bnt-location .container-text{max-width:200px;overflow:hidden}header.header-store .header-nav ul li button.bnt-location .container-text p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}header.header-store .header-nav ul li button.item-user img{border-radius:50%;width:40px;height:40px}header.header-store .header-nav ul li button .container-text p strong,header.header-store .header-nav ul li button.item-shop-car .container-text p strong{font-size:var(--text-md)}header.header-store .header-nav ul li button.item-shop-car{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:auto;background-color:transparent;position:relative}header.header-store .header-nav ul li button.item-shop-car .cart-item-count{position:absolute;top:0;right:0;background-color:orange;padding:5px 10px;border-radius:50%}header.header-store .header-nav ul li .user-container .profile-dropdown{position:relative}header.header-store .header-nav ul li .modal-profile{position:absolute;top:100%;right:0;background-color:var(--header-bg);border-radius:10px;box-shadow:#00000029 0 1px 4px;padding:15px;width:250px;display:flex;flex-direction:column;gap:10px}header.header-store .header-nav ul li .modal-profile .options .option{border-top:solid 1px var(--border);width:100%;display:flex;flex-direction:column;gap:5px}header.header-store .header-nav ul li .modal-profile .options .option button{background-color:transparent;width:100%;color:var(--text-primary);border-radius:5px;display:flex;justify-content:left;gap:8px;align-items:center;text-align:center}header.header-store .header-nav ul li .modal-profile .options .option button:hover{background-color:#e8e8ec;width:100%;color:var(--text-primary);align-items:center}header.header-store .header-nav ul li .modal-profile .options .option .btn-sign-out:hover{background-color:var(--error);color:#fff}@media (max-width: 768px){header.header-store.scrolled{box-shadow:0 4px 8px #00000080;padding:5px 20px}header.header-store .header-top{justify-content:flex-start;width:100%}header.header-store .search-container{display:none}header.header-store .header-nav ul{width:100%}header.header-store .header-nav ul li{width:100%}header.header-store .header-nav ul li button .container-text{display:none}header.header-store .header-nav ul li button{padding:3px}header.header-store .header-nav ul li button svg{font-size:20px}}.cart-container{background-color:#fff;padding:10px 20px;max-width:400px;height:100%;display:flex;flex-direction:column;animation:slideInMenu .5s ease-in-out forwards;z-index:2000}.cart-container .cart-container__header{width:100%;display:flex;justify-content:flex-end}.cart-container .cart-container__header .btn-close{background-color:transparent;color:var(--accent);font-size:25px;padding:3px}.cart-container .list-cart{overflow-y:auto;flex:1}.cart-container .list-cart .cart-item{display:flex;align-items:center;margin-bottom:15px;padding:10px}.cart-container .list-cart .cart-item .cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:4px;margin-right:15px}.cart-container .list-cart .cart-item-details{flex:1}.cart-container .list-cart .cart-item-details h4{margin:0;font-size:16px;color:#333}.cart-container .list-cart .cart-item-details p{margin:5px 0;font-size:14px;color:#777}.cart-container .list-cart .cart-item-details .quantity-controls{display:flex;align-items:center}.cart-container .list-cart .cart-item-details .quantity-controls button{background-color:transparent;color:var(--accent);border:none;padding:5px 10px;cursor:pointer;border-radius:4px;margin:0 5px}.cart-container .list-cart .cart-item-details .quantity-controls button:hover{background-color:var(--accent);color:#fff}.cart-container .list-cart .cart-item-details .quantity-controls button.btn-delete{color:var(--red-400)}.cart-container .list-cart .cart-item-details .quantity-controls button.btn-delete:hover{background-color:var(--red-400);color:#fff}.cart-container .list-cart .cart-item-details .quantity-controls span{font-size:var(--text-md);color:#333;padding:5px 10px;width:100%;text-align:center}.cart-container .cart-footer{display:flex;flex-direction:column;gap:5px;margin-top:auto}.cart-container .cart-footer .total-cart{display:flex;flex-direction:row;justify-content:space-between;font-weight:700}.cart-container .cart-footer .message-alert{color:var(--error)}.cart-container .cart-footer a .go-cart{width:100%;background-color:var(--accent);border:solid 1px var(--accent);color:#fff}.cart-container .cart-footer a .go-cart:hover{background-color:transparent;color:var(--accent)}.cart-container .cart-footer .btn-clear-cart{width:100%;background-color:#fff;border:solid 1px #333333;color:#333;display:flex;gap:5px;justify-content:center}.cart-container .cart-footer .btn-clear-cart:hover{background-color:#333;color:#fff}@keyframes slideInMenu{0%{transform:translate(100%)}to{transform:translate(0)}}.search-container{position:relative;width:600px}.search-container .search-input-wrapper{position:relative;display:flex;align-items:center}.search-container .search-input-wrapper input{width:100%;height:52px;border:none;border-radius:var(--radius-full);padding:var(--padding-input);background-color:#fff}.search-container .search-input-wrapper .search-icon{background-color:var(--green-500);border-radius:50%;position:absolute;top:50%;right:10px;transform:translateY(-50%);width:34px;height:34px;padding:5px;color:#fff}.search-container input::placeholder{font-size:var(--text-sm);color:var(--green-500);text-align:left}.search-container .results-list{list-style:none;padding:0;margin-top:5px;position:absolute;background-color:#fff;border:1px solid #ccc;width:100%;max-height:500px;overflow-y:auto;z-index:1000;box-shadow:0 2px 5px #0000001a;border-radius:5px}.search-container .search-result{display:flex;align-items:center;padding:10px;cursor:pointer;font-size:14px;border-bottom:1px solid #eee;transition:background-color .2s ease;gap:10px;max-width:100%;width:100%}.search-container .search-result:hover{background-color:#f9f9f9}.search-container .img-container{flex-shrink:0;width:110px;height:110px;overflow:hidden;border-radius:5px}.search-container .product-image picture img{width:100%;height:auto;object-fit:cover}.search-container .data-container{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;height:100%}.search-container .product-name{font-weight:600;font-size:16px;color:#333;margin:0;padding-bottom:5px;line-height:1.2}.search-container .price-container{display:flex;align-items:center;gap:10px;margin-top:auto}.search-container .new-price{font-weight:700;font-size:14px;color:#1e7e34}@media (max-width: 600px){.search-container{width:100%;padding:0 20px}.search-container .search-input-wrapper{flex-direction:column;align-items:flex-start}}.menu-nav-lateral-container{background-color:#fff;max-width:310px;width:100%;height:100%;display:flex;flex-direction:column;animation:slideIn .5s ease-in-out forwards}.menu-nav-lateral-container__header{background-color:var(--green-500);padding:15px;color:#fff}.menu-nav-lateral-container__header p:first-child{font-size:var(--text-md);font-weight:700}.menu-nav-lateral-container ul{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:var(--spacing-xs);list-style:none}.menu-nav-lateral-container ul li{width:100%;padding:var(--spacing-lg);font-size:18px;border-left:4px solid var(--green-500);color:var(--text-secundary);text-decoration:none;transition:.3s ease,padding .3s ease}.menu-nav-lateral-container ul li:hover{background-color:var(--light-green);color:var(--green-500);padding-left:15px}@media (max-width: 768px){.menu-nav-lateral-container li a{font-size:var(--text-sm)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}nav{padding:10px 24px;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:var(--light-green);gap:10px;position:relative}nav .categories-container ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:20px}nav .categories-container ul li{display:inline-block}nav .categories-container ul li a{text-decoration:none;color:var(--green-500);font-size:var(--text-sm);transition:all .3s ease}nav .categories-container ul li a:hover{text-decoration:underline}@media (max-width: 480px){nav{display:none}}footer{width:100%;display:flex;flex-direction:column;padding:20px;padding-left:var(--padding-left-right);padding-right:var(--padding-left-right);color:var(--text-secondary);background-color:#fff}footer .container-services-client{width:100%;padding:var(--spacing-3xl);border-bottom:solid 1px var(--border)}footer .container-services-client ul{list-style:none;display:flex;gap:15px;justify-content:center;flex-wrap:wrap;align-items:center}footer .container-services-client ul li{display:flex;flex-direction:column;padding:10px;gap:10px;align-items:center;text-align:center}footer .size-6{width:30px;height:30px}footer .container-footer{display:flex;flex-direction:column;align-items:center;padding:var(--spacing-xl);gap:10px}footer .list-footer{display:flex;gap:30px;flex-wrap:wrap;justify-content:space-between;width:100%}footer .list-footer__group{text-align:left;min-width:200px}footer .list-footer__group h2,footer .list-footer__group h3{margin-bottom:10px;color:var(--text-primary)}footer .list-footer__group ul{list-style:none}footer .list-footer__group ul li{margin-bottom:5px;font-size:14px}footer .list-footer__group ul li a{transition:all .5s ease-in-out}footer .list-footer__group ul li a:hover{margin-left:5px;color:var(--green-400)}footer .list-footer__group ul li.sociales{display:flex;justify-content:center;align-items:center;gap:10px}.btn-social{position:relative;width:50px;height:50px;font-size:24px;border-radius:50%;border:none;cursor:pointer;transition:.3s all ease;background-color:#e4e4e7;color:#000}.btn-social:hover{transform:scale(1.05);background-color:#e4e4e7}.soc-label{position:absolute;top:-20px;left:50%;transform:translate(-50%);border-radius:5px;padding:5px;font-size:14px;opacity:0;transition:all .3s ease}.btn-social:hover .soc-label{opacity:1;top:-32px}.fb{background-color:#3b5998;color:#fff}.ig,.yt{background-color:#e4405f;color:#fff}.tk{background-color:#050e13;color:#fff}footer .footer-legal ul{list-style:none;display:flex;gap:20px;justify-content:center;font-size:12px}footer .footer-legal ul li{cursor:pointer}footer .footer-legal ul li:hover{text-decoration:underline}footer .footer-legal ul li a:hover{color:var(--green-400)}footer hr{width:100%;border-color:var(--border)}footer .footer-copyright{font-size:12px;text-align:center;margin-top:10px}@media (max-width: 768px){footer .list-footer{flex-direction:column;align-items:center;gap:10px}footer .list-footer__group{text-align:center;min-width:auto}footer .footer-legal ul{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;text-align:center}}@font-face{font-family:boxicons;font-weight:400;font-style:normal;src:url(/assets/boxicons-CSrLvhY_.eot);src:url(/assets/boxicons-CSrLvhY_.eot) format("embedded-opentype"),url(/assets/boxicons-CeGEncwm.woff2) format("woff2"),url(/assets/boxicons-CTVby2V1.woff) format("woff"),url(/assets/boxicons-EIQNrSje.ttf) format("truetype"),url(/assets/boxicons-Dp7W9qN3.svg?#boxicons) format("svg")}.bx{font-family:boxicons!important;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translate(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translate(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translate(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translate(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translate(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translate(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translate(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translate(20px);opacity:0}}@-webkit-keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scaleZ(1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg);transform:scaleZ(1) rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scaleZ(1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.bx-spin,.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada,.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing,.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst,.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up,.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down,.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left,.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right,.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-lg{font-size:3rem!important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg)}.bx-rotate-180{transform:rotate(180deg)}.bx-rotate-270{transform:rotate(270deg)}.bx-flip-horizontal{transform:scaleX(-1)}.bx-flip-vertical{transform:scaleY(-1)}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxs-balloon:before{content:""}.bxs-castle:before{content:""}.bxs-coffee-bean:before{content:""}.bxs-objects-horizontal-center:before{content:""}.bxs-objects-horizontal-left:before{content:""}.bxs-objects-horizontal-right:before{content:""}.bxs-objects-vertical-bottom:before{content:""}.bxs-objects-vertical-center:before{content:""}.bxs-objects-vertical-top:before{content:""}.bxs-pear:before{content:""}.bxs-shield-minus:before{content:""}.bxs-shield-plus:before{content:""}.bxs-shower:before{content:""}.bxs-sushi:before{content:""}.bxs-universal-access:before{content:""}.bx-child:before{content:""}.bx-horizontal-left:before{content:""}.bx-horizontal-right:before{content:""}.bx-objects-horizontal-center:before{content:""}.bx-objects-horizontal-left:before{content:""}.bx-objects-horizontal-right:before{content:""}.bx-objects-vertical-bottom:before{content:""}.bx-objects-vertical-center:before{content:""}.bx-objects-vertical-top:before{content:""}.bx-rfid:before{content:""}.bx-shield-minus:before{content:""}.bx-shield-plus:before{content:""}.bx-shower:before{content:""}.bx-sushi:before{content:""}.bx-universal-access:before{content:""}.bx-vertical-bottom:before{content:""}.bx-vertical-top:before{content:""}.bxl-graphql:before{content:""}.bxl-typescript:before{content:""}.bxs-color:before{content:""}.bx-reflect-horizontal:before{content:""}.bx-reflect-vertical:before{content:""}.bx-color:before{content:""}.bxl-mongodb:before{content:""}.bxl-postgresql:before{content:""}.bxl-deezer:before{content:""}.bxs-hard-hat:before{content:""}.bxs-home-alt-2:before{content:""}.bxs-cheese:before{content:""}.bx-home-alt-2:before{content:""}.bx-hard-hat:before{content:""}.bx-cheese:before{content:""}.bx-cart-add:before{content:""}.bx-cart-download:before{content:""}.bx-no-signal:before{content:""}.bx-signal-1:before{content:""}.bx-signal-2:before{content:""}.bx-signal-3:before{content:""}.bx-signal-4:before{content:""}.bx-signal-5:before{content:""}.bxl-xing:before{content:""}.bxl-meta:before{content:""}.bx-lemon:before{content:""}.bxs-lemon:before{content:""}.bx-cricket-ball:before{content:""}.bx-baguette:before{content:""}.bx-bowl-hot:before{content:""}.bx-bowl-rice:before{content:""}.bx-cable-car:before{content:""}.bx-candles:before{content:""}.bx-circle-half:before{content:""}.bx-circle-quarter:before{content:""}.bx-circle-three-quarter:before{content:""}.bx-cross:before{content:""}.bx-fork:before{content:""}.bx-knife:before{content:""}.bx-money-withdraw:before{content:""}.bx-popsicle:before{content:""}.bx-scatter-chart:before{content:""}.bxs-baguette:before{content:""}.bxs-bowl-hot:before{content:""}.bxs-bowl-rice:before{content:""}.bxs-cable-car:before{content:""}.bxs-circle-half:before{content:""}.bxs-circle-quarter:before{content:""}.bxs-circle-three-quarter:before{content:""}.bxs-cricket-ball:before{content:""}.bxs-invader:before{content:""}.bx-male-female:before{content:""}.bxs-popsicle:before{content:""}.bxs-tree-alt:before{content:""}.bxl-venmo:before{content:""}.bxl-upwork:before{content:""}.bxl-netlify:before{content:""}.bxl-java:before{content:""}.bxl-heroku:before{content:""}.bxl-go-lang:before{content:""}.bxl-gmail:before{content:""}.bxl-flask:before{content:""}.bxl-99designs:before{content:""}.bxl-500px:before{content:""}.bxl-adobe:before{content:""}.bxl-airbnb:before{content:""}.bxl-algolia:before{content:""}.bxl-amazon:before{content:""}.bxl-android:before{content:""}.bxl-angular:before{content:""}.bxl-apple:before{content:""}.bxl-audible:before{content:""}.bxl-aws:before{content:""}.bxl-baidu:before{content:""}.bxl-behance:before{content:""}.bxl-bing:before{content:""}.bxl-bitcoin:before{content:""}.bxl-blender:before{content:""}.bxl-blogger:before{content:""}.bxl-bootstrap:before{content:""}.bxl-chrome:before{content:""}.bxl-codepen:before{content:""}.bxl-c-plus-plus:before{content:""}.bxl-creative-commons:before{content:""}.bxl-css3:before{content:""}.bxl-dailymotion:before{content:""}.bxl-deviantart:before{content:""}.bxl-dev-to:before{content:""}.bxl-digg:before{content:""}.bxl-digitalocean:before{content:""}.bxl-discord:before{content:""}.bxl-discord-alt:before{content:""}.bxl-discourse:before{content:""}.bxl-django:before{content:""}.bxl-docker:before{content:""}.bxl-dribbble:before{content:""}.bxl-dropbox:before{content:""}.bxl-drupal:before{content:""}.bxl-ebay:before{content:""}.bxl-edge:before{content:""}.bxl-etsy:before{content:""}.bxl-facebook:before{content:""}.bxl-facebook-circle:before{content:""}.bxl-facebook-square:before{content:""}.bxl-figma:before{content:""}.bxl-firebase:before{content:""}.bxl-firefox:before{content:""}.bxl-flickr:before{content:""}.bxl-flickr-square:before{content:""}.bxl-flutter:before{content:""}.bxl-foursquare:before{content:""}.bxl-git:before{content:""}.bxl-github:before{content:""}.bxl-gitlab:before{content:""}.bxl-google:before{content:""}.bxl-google-cloud:before{content:""}.bxl-google-plus:before{content:""}.bxl-google-plus-circle:before{content:""}.bxl-html5:before{content:""}.bxl-imdb:before{content:""}.bxl-instagram:before{content:""}.bxl-instagram-alt:before{content:""}.bxl-internet-explorer:before{content:""}.bxl-invision:before{content:""}.bxl-javascript:before{content:""}.bxl-joomla:before{content:""}.bxl-jquery:before{content:""}.bxl-jsfiddle:before{content:""}.bxl-kickstarter:before{content:""}.bxl-kubernetes:before{content:""}.bxl-less:before{content:""}.bxl-linkedin:before{content:""}.bxl-linkedin-square:before{content:""}.bxl-magento:before{content:""}.bxl-mailchimp:before{content:""}.bxl-markdown:before{content:""}.bxl-mastercard:before{content:""}.bxl-mastodon:before{content:""}.bxl-medium:before{content:""}.bxl-medium-old:before{content:""}.bxl-medium-square:before{content:""}.bxl-messenger:before{content:""}.bxl-microsoft:before{content:""}.bxl-microsoft-teams:before{content:""}.bxl-nodejs:before{content:""}.bxl-ok-ru:before{content:""}.bxl-opera:before{content:""}.bxl-patreon:before{content:""}.bxl-paypal:before{content:""}.bxl-periscope:before{content:""}.bxl-php:before{content:""}.bxl-pinterest:before{content:""}.bxl-pinterest-alt:before{content:""}.bxl-play-store:before{content:""}.bxl-pocket:before{content:""}.bxl-product-hunt:before{content:""}.bxl-python:before{content:""}.bxl-quora:before{content:""}.bxl-react:before{content:""}.bxl-redbubble:before{content:""}.bxl-reddit:before{content:""}.bxl-redux:before{content:""}.bxl-sass:before{content:""}.bxl-shopify:before{content:""}.bxl-sketch:before{content:""}.bxl-skype:before{content:""}.bxl-slack:before{content:""}.bxl-slack-old:before{content:""}.bxl-snapchat:before{content:""}.bxl-soundcloud:before{content:""}.bxl-spotify:before{content:""}.bxl-spring-boot:before{content:""}.bxl-squarespace:before{content:""}.bxl-stack-overflow:before{content:""}.bxl-steam:before{content:""}.bxl-stripe:before{content:""}.bxl-tailwind-css:before{content:""}.bxl-telegram:before{content:""}.bxl-tiktok:before{content:""}.bxl-trello:before{content:""}.bxl-trip-advisor:before{content:""}.bxl-tumblr:before{content:""}.bxl-tux:before{content:""}.bxl-twitch:before{content:""}.bxl-twitter:before{content:""}.bxl-unity:before{content:""}.bxl-unsplash:before{content:""}.bxl-vimeo:before{content:""}.bxl-visa:before{content:""}.bxl-visual-studio:before{content:""}.bxl-vk:before{content:""}.bxl-vuejs:before{content:""}.bxl-whatsapp:before{content:""}.bxl-whatsapp-square:before{content:""}.bxl-wikipedia:before{content:""}.bxl-windows:before{content:""}.bxl-wix:before{content:""}.bxl-wordpress:before{content:""}.bxl-yahoo:before{content:""}.bxl-yelp:before{content:""}.bxl-youtube:before{content:""}.bxl-zoom:before{content:""}.bx-collapse-alt:before{content:""}.bx-collapse-horizontal:before{content:""}.bx-collapse-vertical:before{content:""}.bx-expand-horizontal:before{content:""}.bx-expand-vertical:before{content:""}.bx-injection:before{content:""}.bx-leaf:before{content:""}.bx-math:before{content:""}.bx-party:before{content:""}.bx-abacus:before{content:""}.bx-accessibility:before{content:""}.bx-add-to-queue:before{content:""}.bx-adjust:before{content:""}.bx-alarm:before{content:""}.bx-alarm-add:before{content:""}.bx-alarm-exclamation:before{content:""}.bx-alarm-off:before{content:""}.bx-alarm-snooze:before{content:""}.bx-album:before{content:""}.bx-align-justify:before{content:""}.bx-align-left:before{content:""}.bx-align-middle:before{content:""}.bx-align-right:before{content:""}.bx-analyse:before{content:""}.bx-anchor:before{content:""}.bx-angry:before{content:""}.bx-aperture:before{content:""}.bx-arch:before{content:""}.bx-archive:before{content:""}.bx-archive-in:before{content:""}.bx-archive-out:before{content:""}.bx-area:before{content:""}.bx-arrow-back:before{content:""}.bx-arrow-from-bottom:before{content:""}.bx-arrow-from-left:before{content:""}.bx-arrow-from-right:before{content:""}.bx-arrow-from-top:before{content:""}.bx-arrow-to-bottom:before{content:""}.bx-arrow-to-left:before{content:""}.bx-arrow-to-right:before{content:""}.bx-arrow-to-top:before{content:""}.bx-at:before{content:""}.bx-atom:before{content:""}.bx-award:before{content:""}.bx-badge:before{content:""}.bx-badge-check:before{content:""}.bx-ball:before{content:""}.bx-band-aid:before{content:""}.bx-bar-chart:before{content:""}.bx-bar-chart-alt:before{content:""}.bx-bar-chart-alt-2:before{content:""}.bx-bar-chart-square:before{content:""}.bx-barcode:before{content:""}.bx-barcode-reader:before{content:""}.bx-baseball:before{content:""}.bx-basket:before{content:""}.bx-basketball:before{content:""}.bx-bath:before{content:""}.bx-battery:before{content:""}.bx-bed:before{content:""}.bx-been-here:before{content:""}.bx-beer:before{content:""}.bx-bell:before{content:""}.bx-bell-minus:before{content:""}.bx-bell-off:before{content:""}.bx-bell-plus:before{content:""}.bx-bible:before{content:""}.bx-bitcoin:before{content:""}.bx-blanket:before{content:""}.bx-block:before{content:""}.bx-bluetooth:before{content:""}.bx-body:before{content:""}.bx-bold:before{content:""}.bx-bolt-circle:before{content:""}.bx-bomb:before{content:""}.bx-bone:before{content:""}.bx-bong:before{content:""}.bx-book:before{content:""}.bx-book-add:before{content:""}.bx-book-alt:before{content:""}.bx-book-bookmark:before{content:""}.bx-book-content:before{content:""}.bx-book-heart:before{content:""}.bx-bookmark:before{content:""}.bx-bookmark-alt:before{content:""}.bx-bookmark-alt-minus:before{content:""}.bx-bookmark-alt-plus:before{content:""}.bx-bookmark-heart:before{content:""}.bx-bookmark-minus:before{content:""}.bx-bookmark-plus:before{content:""}.bx-bookmarks:before{content:""}.bx-book-open:before{content:""}.bx-book-reader:before{content:""}.bx-border-all:before{content:""}.bx-border-bottom:before{content:""}.bx-border-inner:before{content:""}.bx-border-left:before{content:""}.bx-border-none:before{content:""}.bx-border-outer:before{content:""}.bx-border-radius:before{content:""}.bx-border-right:before{content:""}.bx-border-top:before{content:""}.bx-bot:before{content:""}.bx-bowling-ball:before{content:""}.bx-box:before{content:""}.bx-bracket:before{content:""}.bx-braille:before{content:""}.bx-brain:before{content:""}.bx-briefcase:before{content:""}.bx-briefcase-alt:before{content:""}.bx-briefcase-alt-2:before{content:""}.bx-brightness:before{content:""}.bx-brightness-half:before{content:""}.bx-broadcast:before{content:""}.bx-brush:before{content:""}.bx-brush-alt:before{content:""}.bx-bug:before{content:""}.bx-bug-alt:before{content:""}.bx-building:before{content:""}.bx-building-house:before{content:""}.bx-buildings:before{content:""}.bx-bulb:before{content:""}.bx-bullseye:before{content:""}.bx-buoy:before{content:""}.bx-bus:before{content:""}.bx-bus-school:before{content:""}.bx-cabinet:before{content:""}.bx-cake:before{content:""}.bx-calculator:before{content:""}.bx-calendar:before{content:""}.bx-calendar-alt:before{content:""}.bx-calendar-check:before{content:""}.bx-calendar-edit:before{content:""}.bx-calendar-event:before{content:""}.bx-calendar-exclamation:before{content:""}.bx-calendar-heart:before{content:""}.bx-calendar-minus:before{content:""}.bx-calendar-plus:before{content:""}.bx-calendar-star:before{content:""}.bx-calendar-week:before{content:""}.bx-calendar-x:before{content:""}.bx-camera:before{content:""}.bx-camera-home:before{content:""}.bx-camera-movie:before{content:""}.bx-camera-off:before{content:""}.bx-capsule:before{content:""}.bx-captions:before{content:""}.bx-car:before{content:""}.bx-card:before{content:""}.bx-caret-down:before{content:""}.bx-caret-down-circle:before{content:""}.bx-caret-down-square:before{content:""}.bx-caret-left:before{content:""}.bx-caret-left-circle:before{content:""}.bx-caret-left-square:before{content:""}.bx-caret-right:before{content:""}.bx-caret-right-circle:before{content:""}.bx-caret-right-square:before{content:""}.bx-caret-up:before{content:""}.bx-caret-up-circle:before{content:""}.bx-caret-up-square:before{content:""}.bx-carousel:before{content:""}.bx-cart:before{content:""}.bx-cart-alt:before{content:""}.bx-cast:before{content:""}.bx-category:before{content:""}.bx-category-alt:before{content:""}.bx-cctv:before{content:""}.bx-certification:before{content:""}.bx-chair:before{content:""}.bx-chalkboard:before{content:""}.bx-chart:before{content:""}.bx-chat:before{content:""}.bx-check:before{content:""}.bx-checkbox:before{content:""}.bx-checkbox-checked:before{content:""}.bx-checkbox-minus:before{content:""}.bx-checkbox-square:before{content:""}.bx-check-circle:before{content:""}.bx-check-double:before{content:""}.bx-check-shield:before{content:""}.bx-check-square:before{content:""}.bx-chevron-down:before{content:""}.bx-chevron-down-circle:before{content:""}.bx-chevron-down-square:before{content:""}.bx-chevron-left:before{content:""}.bx-chevron-left-circle:before{content:""}.bx-chevron-left-square:before{content:""}.bx-chevron-right:before{content:""}.bx-chevron-right-circle:before{content:""}.bx-chevron-right-square:before{content:""}.bx-chevrons-down:before{content:""}.bx-chevrons-left:before{content:""}.bx-chevrons-right:before{content:""}.bx-chevrons-up:before{content:""}.bx-chevron-up:before{content:""}.bx-chevron-up-circle:before{content:""}.bx-chevron-up-square:before{content:""}.bx-chip:before{content:""}.bx-church:before{content:""}.bx-circle:before{content:""}.bx-clinic:before{content:""}.bx-clipboard:before{content:""}.bx-closet:before{content:""}.bx-cloud:before{content:""}.bx-cloud-download:before{content:""}.bx-cloud-drizzle:before{content:""}.bx-cloud-lightning:before{content:""}.bx-cloud-light-rain:before{content:""}.bx-cloud-rain:before{content:""}.bx-cloud-snow:before{content:""}.bx-cloud-upload:before{content:""}.bx-code:before{content:""}.bx-code-alt:before{content:""}.bx-code-block:before{content:""}.bx-code-curly:before{content:""}.bx-coffee:before{content:""}.bx-coffee-togo:before{content:""}.bx-cog:before{content:""}.bx-coin:before{content:""}.bx-coin-stack:before{content:""}.bx-collapse:before{content:""}.bx-collection:before{content:""}.bx-color-fill:before{content:""}.bx-columns:before{content:""}.bx-command:before{content:""}.bx-comment:before{content:""}.bx-comment-add:before{content:""}.bx-comment-check:before{content:""}.bx-comment-detail:before{content:""}.bx-comment-dots:before{content:""}.bx-comment-edit:before{content:""}.bx-comment-error:before{content:""}.bx-comment-minus:before{content:""}.bx-comment-x:before{content:""}.bx-compass:before{content:""}.bx-confused:before{content:""}.bx-conversation:before{content:""}.bx-cookie:before{content:""}.bx-cool:before{content:""}.bx-copy:before{content:""}.bx-copy-alt:before{content:""}.bx-copyright:before{content:""}.bx-credit-card:before{content:""}.bx-credit-card-alt:before{content:""}.bx-credit-card-front:before{content:""}.bx-crop:before{content:""}.bx-crosshair:before{content:""}.bx-crown:before{content:""}.bx-cube:before{content:""}.bx-cube-alt:before{content:""}.bx-cuboid:before{content:""}.bx-current-location:before{content:""}.bx-customize:before{content:""}.bx-cut:before{content:""}.bx-cycling:before{content:""}.bx-cylinder:before{content:""}.bx-data:before{content:""}.bx-desktop:before{content:""}.bx-detail:before{content:""}.bx-devices:before{content:""}.bx-dialpad:before{content:""}.bx-dialpad-alt:before{content:""}.bx-diamond:before{content:""}.bx-dice-1:before{content:""}.bx-dice-2:before{content:""}.bx-dice-3:before{content:""}.bx-dice-4:before{content:""}.bx-dice-5:before{content:""}.bx-dice-6:before{content:""}.bx-directions:before{content:""}.bx-disc:before{content:""}.bx-dish:before{content:""}.bx-dislike:before{content:""}.bx-dizzy:before{content:""}.bx-dna:before{content:""}.bx-dock-bottom:before{content:""}.bx-dock-left:before{content:""}.bx-dock-right:before{content:""}.bx-dock-top:before{content:""}.bx-dollar:before{content:""}.bx-dollar-circle:before{content:""}.bx-donate-blood:before{content:""}.bx-donate-heart:before{content:""}.bx-door-open:before{content:""}.bx-dots-horizontal:before{content:""}.bx-dots-horizontal-rounded:before{content:""}.bx-dots-vertical:before{content:""}.bx-dots-vertical-rounded:before{content:""}.bx-doughnut-chart:before{content:""}.bx-down-arrow:before{content:""}.bx-down-arrow-alt:before{content:""}.bx-down-arrow-circle:before{content:""}.bx-download:before{content:""}.bx-downvote:before{content:""}.bx-drink:before{content:""}.bx-droplet:before{content:""}.bx-dumbbell:before{content:""}.bx-duplicate:before{content:""}.bx-edit:before{content:""}.bx-edit-alt:before{content:""}.bx-envelope:before{content:""}.bx-envelope-open:before{content:""}.bx-equalizer:before{content:""}.bx-eraser:before{content:""}.bx-error:before{content:""}.bx-error-alt:before{content:""}.bx-error-circle:before{content:""}.bx-euro:before{content:""}.bx-exclude:before{content:""}.bx-exit:before{content:""}.bx-exit-fullscreen:before{content:""}.bx-expand:before{content:""}.bx-expand-alt:before{content:""}.bx-export:before{content:""}.bx-extension:before{content:""}.bx-face:before{content:""}.bx-fast-forward:before{content:""}.bx-fast-forward-circle:before{content:""}.bx-female:before{content:""}.bx-female-sign:before{content:""}.bx-file:before{content:""}.bx-file-blank:before{content:""}.bx-file-find:before{content:""}.bx-film:before{content:""}.bx-filter:before{content:""}.bx-filter-alt:before{content:""}.bx-fingerprint:before{content:""}.bx-first-aid:before{content:""}.bx-first-page:before{content:""}.bx-flag:before{content:""}.bx-folder:before{content:""}.bx-folder-minus:before{content:""}.bx-folder-open:before{content:""}.bx-folder-plus:before{content:""}.bx-font:before{content:""}.bx-font-color:before{content:""}.bx-font-family:before{content:""}.bx-font-size:before{content:""}.bx-food-menu:before{content:""}.bx-food-tag:before{content:""}.bx-football:before{content:""}.bx-fridge:before{content:""}.bx-fullscreen:before{content:""}.bx-game:before{content:""}.bx-gas-pump:before{content:""}.bx-ghost:before{content:""}.bx-gift:before{content:""}.bx-git-branch:before{content:""}.bx-git-commit:before{content:""}.bx-git-compare:before{content:""}.bx-git-merge:before{content:""}.bx-git-pull-request:before{content:""}.bx-git-repo-forked:before{content:""}.bx-glasses:before{content:""}.bx-glasses-alt:before{content:""}.bx-globe:before{content:""}.bx-globe-alt:before{content:""}.bx-grid:before{content:""}.bx-grid-alt:before{content:""}.bx-grid-horizontal:before{content:""}.bx-grid-small:before{content:""}.bx-grid-vertical:before{content:""}.bx-group:before{content:""}.bx-handicap:before{content:""}.bx-happy:before{content:""}.bx-happy-alt:before{content:""}.bx-happy-beaming:before{content:""}.bx-happy-heart-eyes:before{content:""}.bx-hash:before{content:""}.bx-hdd:before{content:""}.bx-heading:before{content:""}.bx-headphone:before{content:""}.bx-health:before{content:""}.bx-heart:before{content:""}.bx-heart-circle:before{content:""}.bx-heart-square:before{content:""}.bx-help-circle:before{content:""}.bx-hide:before{content:""}.bx-highlight:before{content:""}.bx-history:before{content:""}.bx-hive:before{content:""}.bx-home:before{content:""}.bx-home-alt:before{content:""}.bx-home-circle:before{content:""}.bx-home-heart:before{content:""}.bx-home-smile:before{content:""}.bx-horizontal-center:before{content:""}.bx-hotel:before{content:""}.bx-hourglass:before{content:""}.bx-id-card:before{content:""}.bx-image:before{content:""}.bx-image-add:before{content:""}.bx-image-alt:before{content:""}.bx-images:before{content:""}.bx-import:before{content:""}.bx-infinite:before{content:""}.bx-info-circle:before{content:""}.bx-info-square:before{content:""}.bx-intersect:before{content:""}.bx-italic:before{content:""}.bx-joystick:before{content:""}.bx-joystick-alt:before{content:""}.bx-joystick-button:before{content:""}.bx-key:before{content:""}.bx-label:before{content:""}.bx-landscape:before{content:""}.bx-laptop:before{content:""}.bx-last-page:before{content:""}.bx-laugh:before{content:""}.bx-layer:before{content:""}.bx-layer-minus:before{content:""}.bx-layer-plus:before{content:""}.bx-layout:before{content:""}.bx-left-arrow:before{content:""}.bx-left-arrow-alt:before{content:""}.bx-left-arrow-circle:before{content:""}.bx-left-down-arrow-circle:before{content:""}.bx-left-indent:before{content:""}.bx-left-top-arrow-circle:before{content:""}.bx-library:before{content:""}.bx-like:before{content:""}.bx-line-chart:before{content:""}.bx-line-chart-down:before{content:""}.bx-link:before{content:""}.bx-link-alt:before{content:""}.bx-link-external:before{content:""}.bx-lira:before{content:""}.bx-list-check:before{content:""}.bx-list-minus:before{content:""}.bx-list-ol:before{content:""}.bx-list-plus:before{content:""}.bx-list-ul:before{content:""}.bx-loader:before{content:""}.bx-loader-alt:before{content:""}.bx-loader-circle:before{content:""}.bx-location-plus:before{content:""}.bx-lock:before{content:""}.bx-lock-alt:before{content:""}.bx-lock-open:before{content:""}.bx-lock-open-alt:before{content:""}.bx-log-in:before{content:""}.bx-log-in-circle:before{content:""}.bx-log-out:before{content:""}.bx-log-out-circle:before{content:""}.bx-low-vision:before{content:""}.bx-magnet:before{content:""}.bx-mail-send:before{content:""}.bx-male:before{content:""}.bx-male-sign:before{content:""}.bx-map:before{content:""}.bx-map-alt:before{content:""}.bx-map-pin:before{content:""}.bx-mask:before{content:""}.bx-medal:before{content:""}.bx-meh:before{content:""}.bx-meh-alt:before{content:""}.bx-meh-blank:before{content:""}.bx-memory-card:before{content:""}.bx-menu:before{content:""}.bx-menu-alt-left:before{content:""}.bx-menu-alt-right:before{content:""}.bx-merge:before{content:""}.bx-message:before{content:""}.bx-message-add:before{content:""}.bx-message-alt:before{content:""}.bx-message-alt-add:before{content:""}.bx-message-alt-check:before{content:""}.bx-message-alt-detail:before{content:""}.bx-message-alt-dots:before{content:""}.bx-message-alt-edit:before{content:""}.bx-message-alt-error:before{content:""}.bx-message-alt-minus:before{content:""}.bx-message-alt-x:before{content:""}.bx-message-check:before{content:""}.bx-message-detail:before{content:""}.bx-message-dots:before{content:""}.bx-message-edit:before{content:""}.bx-message-error:before{content:""}.bx-message-minus:before{content:""}.bx-message-rounded:before{content:""}.bx-message-rounded-add:before{content:""}.bx-message-rounded-check:before{content:""}.bx-message-rounded-detail:before{content:""}.bx-message-rounded-dots:before{content:""}.bx-message-rounded-edit:before{content:""}.bx-message-rounded-error:before{content:""}.bx-message-rounded-minus:before{content:""}.bx-message-rounded-x:before{content:""}.bx-message-square:before{content:""}.bx-message-square-add:before{content:""}.bx-message-square-check:before{content:""}.bx-message-square-detail:before{content:""}.bx-message-square-dots:before{content:""}.bx-message-square-edit:before{content:""}.bx-message-square-error:before{content:""}.bx-message-square-minus:before{content:""}.bx-message-square-x:before{content:""}.bx-message-x:before{content:""}.bx-meteor:before{content:""}.bx-microchip:before{content:""}.bx-microphone:before{content:""}.bx-microphone-off:before{content:""}.bx-minus:before{content:""}.bx-minus-back:before{content:""}.bx-minus-circle:before{content:""}.bx-minus-front:before{content:""}.bx-mobile:before{content:""}.bx-mobile-alt:before{content:""}.bx-mobile-landscape:before{content:""}.bx-mobile-vibration:before{content:""}.bx-money:before{content:""}.bx-moon:before{content:""}.bx-mouse:before{content:""}.bx-mouse-alt:before{content:""}.bx-move:before{content:""}.bx-move-horizontal:before{content:""}.bx-move-vertical:before{content:""}.bx-movie:before{content:""}.bx-movie-play:before{content:""}.bx-music:before{content:""}.bx-navigation:before{content:""}.bx-network-chart:before{content:""}.bx-news:before{content:""}.bx-no-entry:before{content:""}.bx-note:before{content:""}.bx-notepad:before{content:""}.bx-notification:before{content:""}.bx-notification-off:before{content:""}.bx-outline:before{content:""}.bx-package:before{content:""}.bx-paint:before{content:""}.bx-paint-roll:before{content:""}.bx-palette:before{content:""}.bx-paperclip:before{content:""}.bx-paper-plane:before{content:""}.bx-paragraph:before{content:""}.bx-paste:before{content:""}.bx-pause:before{content:""}.bx-pause-circle:before{content:""}.bx-pen:before{content:""}.bx-pencil:before{content:""}.bx-phone:before{content:""}.bx-phone-call:before{content:""}.bx-phone-incoming:before{content:""}.bx-phone-off:before{content:""}.bx-phone-outgoing:before{content:""}.bx-photo-album:before{content:""}.bx-pie-chart:before{content:""}.bx-pie-chart-alt:before{content:""}.bx-pie-chart-alt-2:before{content:""}.bx-pin:before{content:""}.bx-planet:before{content:""}.bx-play:before{content:""}.bx-play-circle:before{content:""}.bx-plug:before{content:""}.bx-plus:before{content:""}.bx-plus-circle:before{content:""}.bx-plus-medical:before{content:""}.bx-podcast:before{content:""}.bx-pointer:before{content:""}.bx-poll:before{content:""}.bx-polygon:before{content:""}.bx-pound:before{content:""}.bx-power-off:before{content:""}.bx-printer:before{content:""}.bx-pulse:before{content:""}.bx-purchase-tag:before{content:""}.bx-purchase-tag-alt:before{content:""}.bx-pyramid:before{content:""}.bx-qr:before{content:""}.bx-qr-scan:before{content:""}.bx-question-mark:before{content:""}.bx-radar:before{content:""}.bx-radio:before{content:""}.bx-radio-circle:before{content:""}.bx-radio-circle-marked:before{content:""}.bx-receipt:before{content:""}.bx-rectangle:before{content:""}.bx-recycle:before{content:""}.bx-redo:before{content:""}.bx-refresh:before{content:""}.bx-registered:before{content:""}.bx-rename:before{content:""}.bx-repeat:before{content:""}.bx-reply:before{content:""}.bx-reply-all:before{content:""}.bx-repost:before{content:""}.bx-reset:before{content:""}.bx-restaurant:before{content:""}.bx-revision:before{content:""}.bx-rewind:before{content:""}.bx-rewind-circle:before{content:""}.bx-right-arrow:before{content:""}.bx-right-arrow-alt:before{content:""}.bx-right-arrow-circle:before{content:""}.bx-right-down-arrow-circle:before{content:""}.bx-right-indent:before{content:""}.bx-right-top-arrow-circle:before{content:""}.bx-rocket:before{content:""}.bx-rotate-left:before{content:""}.bx-rotate-right:before{content:""}.bx-rss:before{content:""}.bx-ruble:before{content:""}.bx-ruler:before{content:""}.bx-run:before{content:""}.bx-rupee:before{content:""}.bx-sad:before{content:""}.bx-save:before{content:""}.bx-scan:before{content:""}.bx-screenshot:before{content:""}.bx-search:before{content:""}.bx-search-alt:before{content:""}.bx-search-alt-2:before{content:""}.bx-selection:before{content:""}.bx-select-multiple:before{content:""}.bx-send:before{content:""}.bx-server:before{content:""}.bx-shape-circle:before{content:""}.bx-shape-polygon:before{content:""}.bx-shape-square:before{content:""}.bx-shape-triangle:before{content:""}.bx-share:before{content:""}.bx-share-alt:before{content:""}.bx-shekel:before{content:""}.bx-shield:before{content:""}.bx-shield-alt:before{content:""}.bx-shield-alt-2:before{content:""}.bx-shield-quarter:before{content:""}.bx-shield-x:before{content:""}.bx-shocked:before{content:""}.bx-shopping-bag:before{content:""}.bx-show:before{content:""}.bx-show-alt:before{content:""}.bx-shuffle:before{content:""}.bx-sidebar:before{content:""}.bx-sitemap:before{content:""}.bx-skip-next:before{content:""}.bx-skip-next-circle:before{content:""}.bx-skip-previous:before{content:""}.bx-skip-previous-circle:before{content:""}.bx-sleepy:before{content:""}.bx-slider:before{content:""}.bx-slider-alt:before{content:""}.bx-slideshow:before{content:""}.bx-smile:before{content:""}.bx-sort:before{content:""}.bx-sort-alt-2:before{content:""}.bx-sort-a-z:before{content:""}.bx-sort-down:before{content:""}.bx-sort-up:before{content:""}.bx-sort-z-a:before{content:""}.bx-spa:before{content:""}.bx-space-bar:before{content:""}.bx-speaker:before{content:""}.bx-spray-can:before{content:""}.bx-spreadsheet:before{content:""}.bx-square:before{content:""}.bx-square-rounded:before{content:""}.bx-star:before{content:""}.bx-station:before{content:""}.bx-stats:before{content:""}.bx-sticker:before{content:""}.bx-stop:before{content:""}.bx-stop-circle:before{content:""}.bx-stopwatch:before{content:""}.bx-store:before{content:""}.bx-store-alt:before{content:""}.bx-street-view:before{content:""}.bx-strikethrough:before{content:""}.bx-subdirectory-left:before{content:""}.bx-subdirectory-right:before{content:""}.bx-sun:before{content:""}.bx-support:before{content:""}.bx-swim:before{content:""}.bx-sync:before{content:""}.bx-tab:before{content:""}.bx-table:before{content:""}.bx-tachometer:before{content:""}.bx-tag:before{content:""}.bx-tag-alt:before{content:""}.bx-target-lock:before{content:""}.bx-task:before{content:""}.bx-task-x:before{content:""}.bx-taxi:before{content:""}.bx-tennis-ball:before{content:""}.bx-terminal:before{content:""}.bx-test-tube:before{content:""}.bx-text:before{content:""}.bx-time:before{content:""}.bx-time-five:before{content:""}.bx-timer:before{content:""}.bx-tired:before{content:""}.bx-toggle-left:before{content:""}.bx-toggle-right:before{content:""}.bx-tone:before{content:""}.bx-traffic-cone:before{content:""}.bx-train:before{content:""}.bx-transfer:before{content:""}.bx-transfer-alt:before{content:""}.bx-trash:before{content:""}.bx-trash-alt:before{content:""}.bx-trending-down:before{content:""}.bx-trending-up:before{content:""}.bx-trim:before{content:""}.bx-trip:before{content:""}.bx-trophy:before{content:""}.bx-tv:before{content:""}.bx-underline:before{content:""}.bx-undo:before{content:""}.bx-unite:before{content:""}.bx-unlink:before{content:""}.bx-up-arrow:before{content:""}.bx-up-arrow-alt:before{content:""}.bx-up-arrow-circle:before{content:""}.bx-upload:before{content:""}.bx-upside-down:before{content:""}.bx-upvote:before{content:""}.bx-usb:before{content:""}.bx-user:before{content:""}.bx-user-check:before{content:""}.bx-user-circle:before{content:""}.bx-user-minus:before{content:""}.bx-user-pin:before{content:""}.bx-user-plus:before{content:""}.bx-user-voice:before{content:""}.bx-user-x:before{content:""}.bx-vector:before{content:""}.bx-vertical-center:before{content:""}.bx-vial:before{content:""}.bx-video:before{content:""}.bx-video-off:before{content:""}.bx-video-plus:before{content:""}.bx-video-recording:before{content:""}.bx-voicemail:before{content:""}.bx-volume:before{content:""}.bx-volume-full:before{content:""}.bx-volume-low:before{content:""}.bx-volume-mute:before{content:""}.bx-walk:before{content:""}.bx-wallet:before{content:""}.bx-wallet-alt:before{content:""}.bx-water:before{content:""}.bx-webcam:before{content:""}.bx-wifi:before{content:""}.bx-wifi-0:before{content:""}.bx-wifi-1:before{content:""}.bx-wifi-2:before{content:""}.bx-wifi-off:before{content:""}.bx-wind:before{content:""}.bx-window:before{content:""}.bx-window-alt:before{content:""}.bx-window-close:before{content:""}.bx-window-open:before{content:""}.bx-windows:before{content:""}.bx-wine:before{content:""}.bx-wink-smile:before{content:""}.bx-wink-tongue:before{content:""}.bx-won:before{content:""}.bx-world:before{content:""}.bx-wrench:before{content:""}.bx-x:before{content:""}.bx-x-circle:before{content:""}.bx-yen:before{content:""}.bx-zoom-in:before{content:""}.bx-zoom-out:before{content:""}.bxs-party:before{content:""}.bxs-hot:before{content:""}.bxs-droplet:before{content:""}.bxs-cat:before{content:""}.bxs-dog:before{content:""}.bxs-injection:before{content:""}.bxs-leaf:before{content:""}.bxs-add-to-queue:before{content:""}.bxs-adjust:before{content:""}.bxs-adjust-alt:before{content:""}.bxs-alarm:before{content:""}.bxs-alarm-add:before{content:""}.bxs-alarm-exclamation:before{content:""}.bxs-alarm-off:before{content:""}.bxs-alarm-snooze:before{content:""}.bxs-album:before{content:""}.bxs-ambulance:before{content:""}.bxs-analyse:before{content:""}.bxs-angry:before{content:""}.bxs-arch:before{content:""}.bxs-archive:before{content:""}.bxs-archive-in:before{content:""}.bxs-archive-out:before{content:""}.bxs-area:before{content:""}.bxs-arrow-from-bottom:before{content:""}.bxs-arrow-from-left:before{content:""}.bxs-arrow-from-right:before{content:""}.bxs-arrow-from-top:before{content:""}.bxs-arrow-to-bottom:before{content:""}.bxs-arrow-to-left:before{content:""}.bxs-arrow-to-right:before{content:""}.bxs-arrow-to-top:before{content:""}.bxs-award:before{content:""}.bxs-baby-carriage:before{content:""}.bxs-backpack:before{content:""}.bxs-badge:before{content:""}.bxs-badge-check:before{content:""}.bxs-badge-dollar:before{content:""}.bxs-ball:before{content:""}.bxs-band-aid:before{content:""}.bxs-bank:before{content:""}.bxs-bar-chart-alt-2:before{content:""}.bxs-bar-chart-square:before{content:""}.bxs-barcode:before{content:""}.bxs-baseball:before{content:""}.bxs-basket:before{content:""}.bxs-basketball:before{content:""}.bxs-bath:before{content:""}.bxs-battery:before{content:""}.bxs-battery-charging:before{content:""}.bxs-battery-full:before{content:""}.bxs-battery-low:before{content:""}.bxs-bed:before{content:""}.bxs-been-here:before{content:""}.bxs-beer:before{content:""}.bxs-bell:before{content:""}.bxs-bell-minus:before{content:""}.bxs-bell-off:before{content:""}.bxs-bell-plus:before{content:""}.bxs-bell-ring:before{content:""}.bxs-bible:before{content:""}.bxs-binoculars:before{content:""}.bxs-blanket:before{content:""}.bxs-bolt:before{content:""}.bxs-bolt-circle:before{content:""}.bxs-bomb:before{content:""}.bxs-bone:before{content:""}.bxs-bong:before{content:""}.bxs-book:before{content:""}.bxs-book-add:before{content:""}.bxs-book-alt:before{content:""}.bxs-book-bookmark:before{content:""}.bxs-book-content:before{content:""}.bxs-book-heart:before{content:""}.bxs-bookmark:before{content:""}.bxs-bookmark-alt:before{content:""}.bxs-bookmark-alt-minus:before{content:""}.bxs-bookmark-alt-plus:before{content:""}.bxs-bookmark-heart:before{content:""}.bxs-bookmark-minus:before{content:""}.bxs-bookmark-plus:before{content:""}.bxs-bookmarks:before{content:""}.bxs-bookmark-star:before{content:""}.bxs-book-open:before{content:""}.bxs-book-reader:before{content:""}.bxs-bot:before{content:""}.bxs-bowling-ball:before{content:""}.bxs-box:before{content:""}.bxs-brain:before{content:""}.bxs-briefcase:before{content:""}.bxs-briefcase-alt:before{content:""}.bxs-briefcase-alt-2:before{content:""}.bxs-brightness:before{content:""}.bxs-brightness-half:before{content:""}.bxs-brush:before{content:""}.bxs-brush-alt:before{content:""}.bxs-bug:before{content:""}.bxs-bug-alt:before{content:""}.bxs-building:before{content:""}.bxs-building-house:before{content:""}.bxs-buildings:before{content:""}.bxs-bulb:before{content:""}.bxs-bullseye:before{content:""}.bxs-buoy:before{content:""}.bxs-bus:before{content:""}.bxs-business:before{content:""}.bxs-bus-school:before{content:""}.bxs-cabinet:before{content:""}.bxs-cake:before{content:""}.bxs-calculator:before{content:""}.bxs-calendar:before{content:""}.bxs-calendar-alt:before{content:""}.bxs-calendar-check:before{content:""}.bxs-calendar-edit:before{content:""}.bxs-calendar-event:before{content:""}.bxs-calendar-exclamation:before{content:""}.bxs-calendar-heart:before{content:""}.bxs-calendar-minus:before{content:""}.bxs-calendar-plus:before{content:""}.bxs-calendar-star:before{content:""}.bxs-calendar-week:before{content:""}.bxs-calendar-x:before{content:""}.bxs-camera:before{content:""}.bxs-camera-home:before{content:""}.bxs-camera-movie:before{content:""}.bxs-camera-off:before{content:""}.bxs-camera-plus:before{content:""}.bxs-capsule:before{content:""}.bxs-captions:before{content:""}.bxs-car:before{content:""}.bxs-car-battery:before{content:""}.bxs-car-crash:before{content:""}.bxs-card:before{content:""}.bxs-caret-down-circle:before{content:""}.bxs-caret-down-square:before{content:""}.bxs-caret-left-circle:before{content:""}.bxs-caret-left-square:before{content:""}.bxs-caret-right-circle:before{content:""}.bxs-caret-right-square:before{content:""}.bxs-caret-up-circle:before{content:""}.bxs-caret-up-square:before{content:""}.bxs-car-garage:before{content:""}.bxs-car-mechanic:before{content:""}.bxs-carousel:before{content:""}.bxs-cart:before{content:""}.bxs-cart-add:before{content:""}.bxs-cart-alt:before{content:""}.bxs-cart-download:before{content:""}.bxs-car-wash:before{content:""}.bxs-category:before{content:""}.bxs-category-alt:before{content:""}.bxs-cctv:before{content:""}.bxs-certification:before{content:""}.bxs-chalkboard:before{content:""}.bxs-chart:before{content:""}.bxs-chat:before{content:""}.bxs-checkbox:before{content:""}.bxs-checkbox-checked:before{content:""}.bxs-checkbox-minus:before{content:""}.bxs-check-circle:before{content:""}.bxs-check-shield:before{content:""}.bxs-check-square:before{content:""}.bxs-chess:before{content:""}.bxs-chevron-down:before{content:""}.bxs-chevron-down-circle:before{content:""}.bxs-chevron-down-square:before{content:""}.bxs-chevron-left:before{content:""}.bxs-chevron-left-circle:before{content:""}.bxs-chevron-left-square:before{content:""}.bxs-chevron-right:before{content:""}.bxs-chevron-right-circle:before{content:""}.bxs-chevron-right-square:before{content:""}.bxs-chevrons-down:before{content:""}.bxs-chevrons-left:before{content:""}.bxs-chevrons-right:before{content:""}.bxs-chevrons-up:before{content:""}.bxs-chevron-up:before{content:""}.bxs-chevron-up-circle:before{content:""}.bxs-chevron-up-square:before{content:""}.bxs-chip:before{content:""}.bxs-church:before{content:""}.bxs-circle:before{content:""}.bxs-city:before{content:""}.bxs-clinic:before{content:""}.bxs-cloud:before{content:""}.bxs-cloud-download:before{content:""}.bxs-cloud-lightning:before{content:""}.bxs-cloud-rain:before{content:""}.bxs-cloud-upload:before{content:""}.bxs-coffee:before{content:""}.bxs-coffee-alt:before{content:""}.bxs-coffee-togo:before{content:""}.bxs-cog:before{content:""}.bxs-coin:before{content:""}.bxs-coin-stack:before{content:""}.bxs-collection:before{content:""}.bxs-color-fill:before{content:""}.bxs-comment:before{content:""}.bxs-comment-add:before{content:""}.bxs-comment-check:before{content:""}.bxs-comment-detail:before{content:""}.bxs-comment-dots:before{content:""}.bxs-comment-edit:before{content:""}.bxs-comment-error:before{content:""}.bxs-comment-minus:before{content:""}.bxs-comment-x:before{content:""}.bxs-compass:before{content:""}.bxs-component:before{content:""}.bxs-confused:before{content:""}.bxs-contact:before{content:""}.bxs-conversation:before{content:""}.bxs-cookie:before{content:""}.bxs-cool:before{content:""}.bxs-copy:before{content:""}.bxs-copy-alt:before{content:""}.bxs-copyright:before{content:""}.bxs-coupon:before{content:""}.bxs-credit-card:before{content:""}.bxs-credit-card-alt:before{content:""}.bxs-credit-card-front:before{content:""}.bxs-crop:before{content:""}.bxs-crown:before{content:""}.bxs-cube:before{content:""}.bxs-cube-alt:before{content:""}.bxs-cuboid:before{content:""}.bxs-customize:before{content:""}.bxs-cylinder:before{content:""}.bxs-dashboard:before{content:""}.bxs-data:before{content:""}.bxs-detail:before{content:""}.bxs-devices:before{content:""}.bxs-diamond:before{content:""}.bxs-dice-1:before{content:""}.bxs-dice-2:before{content:""}.bxs-dice-3:before{content:""}.bxs-dice-4:before{content:""}.bxs-dice-5:before{content:""}.bxs-dice-6:before{content:""}.bxs-direction-left:before{content:""}.bxs-direction-right:before{content:""}.bxs-directions:before{content:""}.bxs-disc:before{content:""}.bxs-discount:before{content:""}.bxs-dish:before{content:""}.bxs-dislike:before{content:""}.bxs-dizzy:before{content:""}.bxs-dock-bottom:before{content:""}.bxs-dock-left:before{content:""}.bxs-dock-right:before{content:""}.bxs-dock-top:before{content:""}.bxs-dollar-circle:before{content:""}.bxs-donate-blood:before{content:""}.bxs-donate-heart:before{content:""}.bxs-door-open:before{content:""}.bxs-doughnut-chart:before{content:""}.bxs-down-arrow:before{content:""}.bxs-down-arrow-alt:before{content:""}.bxs-down-arrow-circle:before{content:""}.bxs-down-arrow-square:before{content:""}.bxs-download:before{content:""}.bxs-downvote:before{content:""}.bxs-drink:before{content:""}.bxs-droplet-half:before{content:""}.bxs-dryer:before{content:""}.bxs-duplicate:before{content:""}.bxs-edit:before{content:""}.bxs-edit-alt:before{content:""}.bxs-edit-location:before{content:""}.bxs-eject:before{content:""}.bxs-envelope:before{content:""}.bxs-envelope-open:before{content:""}.bxs-eraser:before{content:""}.bxs-error:before{content:""}.bxs-error-alt:before{content:""}.bxs-error-circle:before{content:""}.bxs-ev-station:before{content:""}.bxs-exit:before{content:""}.bxs-extension:before{content:""}.bxs-eyedropper:before{content:""}.bxs-face:before{content:""}.bxs-face-mask:before{content:""}.bxs-factory:before{content:""}.bxs-fast-forward-circle:before{content:""}.bxs-file:before{content:""}.bxs-file-archive:before{content:""}.bxs-file-blank:before{content:""}.bxs-file-css:before{content:""}.bxs-file-doc:before{content:""}.bxs-file-export:before{content:""}.bxs-file-find:before{content:""}.bxs-file-gif:before{content:""}.bxs-file-html:before{content:""}.bxs-file-image:before{content:""}.bxs-file-import:before{content:""}.bxs-file-jpg:before{content:""}.bxs-file-js:before{content:""}.bxs-file-json:before{content:""}.bxs-file-md:before{content:""}.bxs-file-pdf:before{content:""}.bxs-file-plus:before{content:""}.bxs-file-png:before{content:""}.bxs-file-txt:before{content:""}.bxs-film:before{content:""}.bxs-filter-alt:before{content:""}.bxs-first-aid:before{content:""}.bxs-flag:before{content:""}.bxs-flag-alt:before{content:""}.bxs-flag-checkered:before{content:""}.bxs-flame:before{content:""}.bxs-flask:before{content:""}.bxs-florist:before{content:""}.bxs-folder:before{content:""}.bxs-folder-minus:before{content:""}.bxs-folder-open:before{content:""}.bxs-folder-plus:before{content:""}.bxs-food-menu:before{content:""}.bxs-fridge:before{content:""}.bxs-game:before{content:""}.bxs-gas-pump:before{content:""}.bxs-ghost:before{content:""}.bxs-gift:before{content:""}.bxs-graduation:before{content:""}.bxs-grid:before{content:""}.bxs-grid-alt:before{content:""}.bxs-group:before{content:""}.bxs-guitar-amp:before{content:""}.bxs-hand:before{content:""}.bxs-hand-down:before{content:""}.bxs-hand-left:before{content:""}.bxs-hand-right:before{content:""}.bxs-hand-up:before{content:""}.bxs-happy:before{content:""}.bxs-happy-alt:before{content:""}.bxs-happy-beaming:before{content:""}.bxs-happy-heart-eyes:before{content:""}.bxs-hdd:before{content:""}.bxs-heart:before{content:""}.bxs-heart-circle:before{content:""}.bxs-heart-square:before{content:""}.bxs-help-circle:before{content:""}.bxs-hide:before{content:""}.bxs-home:before{content:""}.bxs-home-circle:before{content:""}.bxs-home-heart:before{content:""}.bxs-home-smile:before{content:""}.bxs-hotel:before{content:""}.bxs-hourglass:before{content:""}.bxs-hourglass-bottom:before{content:""}.bxs-hourglass-top:before{content:""}.bxs-id-card:before{content:""}.bxs-image:before{content:""}.bxs-image-add:before{content:""}.bxs-image-alt:before{content:""}.bxs-inbox:before{content:""}.bxs-info-circle:before{content:""}.bxs-info-square:before{content:""}.bxs-institution:before{content:""}.bxs-joystick:before{content:""}.bxs-joystick-alt:before{content:""}.bxs-joystick-button:before{content:""}.bxs-key:before{content:""}.bxs-keyboard:before{content:""}.bxs-label:before{content:""}.bxs-landmark:before{content:""}.bxs-landscape:before{content:""}.bxs-laugh:before{content:""}.bxs-layer:before{content:""}.bxs-layer-minus:before{content:""}.bxs-layer-plus:before{content:""}.bxs-layout:before{content:""}.bxs-left-arrow:before{content:""}.bxs-left-arrow-alt:before{content:""}.bxs-left-arrow-circle:before{content:""}.bxs-left-arrow-square:before{content:""}.bxs-left-down-arrow-circle:before{content:""}.bxs-left-top-arrow-circle:before{content:""}.bxs-like:before{content:""}.bxs-location-plus:before{content:""}.bxs-lock:before{content:""}.bxs-lock-alt:before{content:""}.bxs-lock-open:before{content:""}.bxs-lock-open-alt:before{content:""}.bxs-log-in:before{content:""}.bxs-log-in-circle:before{content:""}.bxs-log-out:before{content:""}.bxs-log-out-circle:before{content:""}.bxs-low-vision:before{content:""}.bxs-magic-wand:before{content:""}.bxs-magnet:before{content:""}.bxs-map:before{content:""}.bxs-map-alt:before{content:""}.bxs-map-pin:before{content:""}.bxs-mask:before{content:""}.bxs-medal:before{content:""}.bxs-megaphone:before{content:""}.bxs-meh:before{content:""}.bxs-meh-alt:before{content:""}.bxs-meh-blank:before{content:""}.bxs-memory-card:before{content:""}.bxs-message:before{content:""}.bxs-message-add:before{content:""}.bxs-message-alt:before{content:""}.bxs-message-alt-add:before{content:""}.bxs-message-alt-check:before{content:""}.bxs-message-alt-detail:before{content:""}.bxs-message-alt-dots:before{content:""}.bxs-message-alt-edit:before{content:""}.bxs-message-alt-error:before{content:""}.bxs-message-alt-minus:before{content:""}.bxs-message-alt-x:before{content:""}.bxs-message-check:before{content:""}.bxs-message-detail:before{content:""}.bxs-message-dots:before{content:""}.bxs-message-edit:before{content:""}.bxs-message-error:before{content:""}.bxs-message-minus:before{content:""}.bxs-message-rounded:before{content:""}.bxs-message-rounded-add:before{content:""}.bxs-message-rounded-check:before{content:""}.bxs-message-rounded-detail:before{content:""}.bxs-message-rounded-dots:before{content:""}.bxs-message-rounded-edit:before{content:""}.bxs-message-rounded-error:before{content:""}.bxs-message-rounded-minus:before{content:""}.bxs-message-rounded-x:before{content:""}.bxs-message-square:before{content:""}.bxs-message-square-add:before{content:""}.bxs-message-square-check:before{content:""}.bxs-message-square-detail:before{content:""}.bxs-message-square-dots:before{content:""}.bxs-message-square-edit:before{content:""}.bxs-message-square-error:before{content:""}.bxs-message-square-minus:before{content:""}.bxs-message-square-x:before{content:""}.bxs-message-x:before{content:""}.bxs-meteor:before{content:""}.bxs-microchip:before{content:""}.bxs-microphone:before{content:""}.bxs-microphone-alt:before{content:""}.bxs-microphone-off:before{content:""}.bxs-minus-circle:before{content:""}.bxs-minus-square:before{content:""}.bxs-mobile:before{content:""}.bxs-mobile-vibration:before{content:""}.bxs-moon:before{content:""}.bxs-mouse:before{content:""}.bxs-mouse-alt:before{content:""}.bxs-movie:before{content:""}.bxs-movie-play:before{content:""}.bxs-music:before{content:""}.bxs-navigation:before{content:""}.bxs-network-chart:before{content:""}.bxs-news:before{content:""}.bxs-no-entry:before{content:""}.bxs-note:before{content:""}.bxs-notepad:before{content:""}.bxs-notification:before{content:""}.bxs-notification-off:before{content:""}.bxs-offer:before{content:""}.bxs-package:before{content:""}.bxs-paint:before{content:""}.bxs-paint-roll:before{content:""}.bxs-palette:before{content:""}.bxs-paper-plane:before{content:""}.bxs-parking:before{content:""}.bxs-paste:before{content:""}.bxs-pen:before{content:""}.bxs-pencil:before{content:""}.bxs-phone:before{content:""}.bxs-phone-call:before{content:""}.bxs-phone-incoming:before{content:""}.bxs-phone-off:before{content:""}.bxs-phone-outgoing:before{content:""}.bxs-photo-album:before{content:""}.bxs-piano:before{content:""}.bxs-pie-chart:before{content:""}.bxs-pie-chart-alt:before{content:""}.bxs-pie-chart-alt-2:before{content:""}.bxs-pin:before{content:""}.bxs-pizza:before{content:""}.bxs-plane:before{content:""}.bxs-plane-alt:before{content:""}.bxs-plane-land:before{content:""}.bxs-planet:before{content:""}.bxs-plane-take-off:before{content:""}.bxs-playlist:before{content:""}.bxs-plug:before{content:""}.bxs-plus-circle:before{content:""}.bxs-plus-square:before{content:""}.bxs-pointer:before{content:""}.bxs-polygon:before{content:""}.bxs-printer:before{content:""}.bxs-purchase-tag:before{content:""}.bxs-purchase-tag-alt:before{content:""}.bxs-pyramid:before{content:""}.bxs-quote-alt-left:before{content:""}.bxs-quote-alt-right:before{content:""}.bxs-quote-left:before{content:""}.bxs-quote-right:before{content:""}.bxs-quote-single-left:before{content:""}.bxs-quote-single-right:before{content:""}.bxs-radiation:before{content:""}.bxs-radio:before{content:""}.bxs-receipt:before{content:""}.bxs-rectangle:before{content:""}.bxs-registered:before{content:""}.bxs-rename:before{content:""}.bxs-report:before{content:""}.bxs-rewind-circle:before{content:""}.bxs-right-arrow:before{content:""}.bxs-right-arrow-alt:before{content:""}.bxs-right-arrow-circle:before{content:""}.bxs-right-arrow-square:before{content:""}.bxs-right-down-arrow-circle:before{content:""}.bxs-right-top-arrow-circle:before{content:""}.bxs-rocket:before{content:""}.bxs-ruler:before{content:""}.bxs-sad:before{content:""}.bxs-save:before{content:""}.bxs-school:before{content:""}.bxs-search:before{content:""}.bxs-search-alt-2:before{content:""}.bxs-select-multiple:before{content:""}.bxs-send:before{content:""}.bxs-server:before{content:""}.bxs-shapes:before{content:""}.bxs-share:before{content:""}.bxs-share-alt:before{content:""}.bxs-shield:before{content:""}.bxs-shield-alt-2:before{content:""}.bxs-shield-x:before{content:""}.bxs-ship:before{content:""}.bxs-shocked:before{content:""}.bxs-shopping-bag:before{content:""}.bxs-shopping-bag-alt:before{content:""}.bxs-shopping-bags:before{content:""}.bxs-show:before{content:""}.bxs-skip-next-circle:before{content:""}.bxs-skip-previous-circle:before{content:""}.bxs-skull:before{content:""}.bxs-sleepy:before{content:""}.bxs-slideshow:before{content:""}.bxs-smile:before{content:""}.bxs-sort-alt:before{content:""}.bxs-spa:before{content:""}.bxs-speaker:before{content:""}.bxs-spray-can:before{content:""}.bxs-spreadsheet:before{content:""}.bxs-square:before{content:""}.bxs-square-rounded:before{content:""}.bxs-star:before{content:""}.bxs-star-half:before{content:""}.bxs-sticker:before{content:""}.bxs-stopwatch:before{content:""}.bxs-store:before{content:""}.bxs-store-alt:before{content:""}.bxs-sun:before{content:""}.bxs-tachometer:before{content:""}.bxs-tag:before{content:""}.bxs-tag-alt:before{content:""}.bxs-tag-x:before{content:""}.bxs-taxi:before{content:""}.bxs-tennis-ball:before{content:""}.bxs-terminal:before{content:""}.bxs-thermometer:before{content:""}.bxs-time:before{content:""}.bxs-time-five:before{content:""}.bxs-timer:before{content:""}.bxs-tired:before{content:""}.bxs-toggle-left:before{content:""}.bxs-toggle-right:before{content:""}.bxs-tone:before{content:""}.bxs-torch:before{content:""}.bxs-to-top:before{content:""}.bxs-traffic:before{content:""}.bxs-traffic-barrier:before{content:""}.bxs-traffic-cone:before{content:""}.bxs-train:before{content:""}.bxs-trash:before{content:""}.bxs-trash-alt:before{content:""}.bxs-tree:before{content:""}.bxs-trophy:before{content:""}.bxs-truck:before{content:""}.bxs-t-shirt:before{content:""}.bxs-tv:before{content:""}.bxs-up-arrow:before{content:""}.bxs-up-arrow-alt:before{content:""}.bxs-up-arrow-circle:before{content:""}.bxs-up-arrow-square:before{content:""}.bxs-upside-down:before{content:""}.bxs-upvote:before{content:""}.bxs-user:before{content:""}.bxs-user-account:before{content:""}.bxs-user-badge:before{content:""}.bxs-user-check:before{content:""}.bxs-user-circle:before{content:""}.bxs-user-detail:before{content:""}.bxs-user-minus:before{content:""}.bxs-user-pin:before{content:""}.bxs-user-plus:before{content:""}.bxs-user-rectangle:before{content:""}.bxs-user-voice:before{content:""}.bxs-user-x:before{content:""}.bxs-vector:before{content:""}.bxs-vial:before{content:""}.bxs-video:before{content:""}.bxs-video-off:before{content:""}.bxs-video-plus:before{content:""}.bxs-video-recording:before{content:""}.bxs-videos:before{content:""}.bxs-virus:before{content:""}.bxs-virus-block:before{content:""}.bxs-volume:before{content:""}.bxs-volume-full:before{content:""}.bxs-volume-low:before{content:""}.bxs-volume-mute:before{content:""}.bxs-wallet:before{content:""}.bxs-wallet-alt:before{content:""}.bxs-washer:before{content:""}.bxs-watch:before{content:""}.bxs-watch-alt:before{content:""}.bxs-webcam:before{content:""}.bxs-widget:before{content:""}.bxs-window-alt:before{content:""}.bxs-wine:before{content:""}.bxs-wink-smile:before{content:""}.bxs-wink-tongue:before{content:""}.bxs-wrench:before{content:""}.bxs-x-circle:before{content:""}.bxs-x-square:before{content:""}.bxs-yin-yang:before{content:""}.bxs-zap:before{content:""}.bxs-zoom-in:before{content:""}.bxs-zoom-out:before{content:""}.product-details{display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:8px;width:100%}.product-details .product-details-container{display:flex;justify-content:space-between;gap:10px;padding:var(--spacing-md);width:100%;border-bottom:1px solid var(--border)}.product-details__container-img{width:100%;max-width:550px}.product-details .product-details-container .product-details__image{position:relative;border-radius:var(--radius-xs);overflow:hidden;width:100%;height:auto;aspect-ratio:1;display:flex;justify-content:center;align-items:center;background-color:#e0e0e0;max-width:550px}.product-details .product-details-container .product-details__image img{width:100%;height:auto}.product-details .product-details-container .product-details__info-container{display:flex;flex-direction:row;gap:25px;width:100%}.product-details .product-details-container .product-details__info-container .product-details__info,.product-details .product-details__info-container .product-details__price-container{width:50%;display:flex;flex-direction:column;gap:5px;padding:var(--spacing-xl)}.product-details .product-details-container .product-details__info-container .product-details__info .product-details__brand{font-size:var(--text-sm);color:var(--text-secondary)}.product-details .product-details-container .product-details__info-container .product-details__info .product-details__name{font-size:26px;color:var(--text-primary);margin-bottom:5px}.product-details .product-details-container .product-details__info-container .product-details__info .product-details__rating{display:flex;align-items:center;gap:1rem;margin-bottom:15px}.product-details .product-details-container .product-details__info-container .product-details__info .product-details__rating .product-details__stars{font-size:20px;color:#fc0}.product-details .product-details-container .product-details__info-container .product-details__info .product-details__rating .product-details__review-link{margin-left:10px;font-size:14px;color:#007bff;text-decoration:none}.product-details__more-info{margin-bottom:20px}.product-details__more-info-link{font-size:14px;color:#007bff;text-decoration:none}.product-details__sku{padding-top:10px;font-size:var(--text-sm);color:var(--text-tertiary);border-top:1px solid var(--border)}.product-details__share{margin-bottom:20px}.product-details__share-link{font-size:14px;text-decoration:none}.product-details .product-details-container .product-details__info-container .product-details__price-container .product-details__price{display:flex;flex-direction:column;gap:3px;margin-bottom:1rem}.product-details .product-details-container .product-details__info-container .product-details__price-container .product-details__price .product-details__price-value{font-size:28px;color:var(--accent);font-weight:700}.product-details .product-details-container .product-details__info-container .product-details__price-container .product-details__price .product-details__price-label{font-size:var(--spacing-xl);color:var(--text-tertiary)}.product-details .product-details-container .product-details__info-container .product-details__price-container .product-details__min-max{margin-top:10px;margin-bottom:10px;display:flex;flex-direction:column;gap:3px}.product-details .product-details-container .product-details__info-container .product-details__price-container .product-details__min-max .product-details__min-max-label{font-size:var(--spacing-xl);color:var(--text-tertiary)}.product-details .product-details-container .product-details__info-container .product-details__price-container .product-details__add-to-cart{width:100%}.product-details .product-details-container .product-details__info-container .product-details__price-container .container-quantity-selector{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.product-details .product-details-container .product-details__info-container .product-details__price-container .container-quantity-selector span{display:flex;justify-content:center;text-align:center;width:100%}.product-details .product-details-container .product-details__info-container .product-details__price-container .product-details__availability{color:var(--text-tertiary);font-size:var(--text-sm)}.product-details .product-details-container .product-details__info-container .product-details__price-container .product-details__availability .product-details__stock-info.available{color:var(--green-400)}.product-details .product-details-container .product-details__info-container .product-details__price-container .product-details__availability .product-details__stock-info.unavailable{color:gray}.product-details .product-details-container .product-details__info-container .product-details__delivery{border-top:1px solid var(--border);padding-top:10px}.product-details .product-details-container .product-details__info-container .product-details__payment{padding-top:10px;display:flex;flex-direction:column;gap:15px}.product-details__payment-methods img{max-width:35px}.product-details__out-of-stock{filter:grayscale(100%);color:#a0a0a0}.product-details__out-of-stock img{filter:grayscale(100%)}.product-details__out-of-stock .product-details__price-value{color:#b0b0b0}.product-details__out-of-stock button{background-color:#d9d9d9;color:#6c757d;cursor:not-allowed;pointer-events:none}@media (max-width: 768px){.product-details .product-details-container{flex-direction:column}.product-details .product-details-container .product-details__info-container{display:flex;flex-direction:column;gap:5px}.product-details .product-details-container .product-details__info-container .product-details__info,.product-details .product-details__info-container .product-details__price-container{width:100%;padding:var(--spacing-md)}}.breadcrumb{width:100%;padding:10px 14px;display:flex;align-items:center;font-size:var(--text-sm);background-color:transparent}.breadcrumb ol{list-style:none;display:flex;padding:0;margin:0}.breadcrumb ol li{display:flex;align-items:center}.breadcrumb ol li:not(:last-child):after{content:">";margin:0 8px;color:var(--text-tertiary)}.breadcrumb ol li a{text-decoration:none;color:var(--accent);transition:color .3s}.breadcrumb ol li a:hover{color:var(--green-500)}.breadcrumb ol li span{color:var(--text-tertiary)}@media (max-width: 700px){.breadcrumb{font-size:var(--text-sx)}}.product-card{display:flex;flex-direction:column;gap:10px;border:1px solid #e5e5e5;border-radius:8px;padding:10px;text-align:center;width:100%;max-width:200px;position:relative;overflow:hidden;transition:all .3s ease;margin-bottom:30px}.product-card a{display:flex;flex-direction:column;gap:10px}.product-card:hover{border:1px solid var(--green-500)}.product-card .img-container .product-image{border-radius:var(--radius-xs);position:relative;overflow:hidden;width:100%;height:auto;aspect-ratio:1;display:flex;justify-content:center;align-items:center;background-color:#e0e0e0}.product-card .img-container .product-image img{max-width:100%;height:100%;display:block;object-fit:cover;transition:all .3s ease}.product-card .img-container .product-image img:hover{transform:scale(1.1)}.product-card .data-container{display:flex;max-width:200px;flex-direction:column;align-items:flex-start;overflow:hidden}.product-card .data-container .product-name{font-size:var(--text-sm);text-align:left;color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}.product-card .data-container .product-price{color:var(--text-secondary);font-size:var(--text-sm)}.product-card .data-container .price-container{display:flex;justify-content:flex-start;align-items:center;margin-top:10px}.product-card .data-container .old-price{text-decoration:line-through;color:#888;margin-right:10px}.product-card .data-container .new-price{color:var(--green-500);font-size:var(--text-md);font-weight:700}.product-card .add-to-cart-button{border:none;width:100%;font-size:var(--text-sm)}.product-card .quantity-selector{display:flex;color:var(--text-primary);justify-content:space-between;align-items:center}@media (max-width: 768px){.product-card .data-container .product-name{font-size:var(--text-xs);text-overflow:clip}.product-card .data-container .product-price{font-size:var(--text-xs)}.product-card .data-container .price-container{flex-direction:column;align-items:flex-start;margin-top:5px}.product-card .add-to-cart-button{font-size:var(--text-xs)}}.product-card.out-of-stock{filter:grayscale(100%);color:#a0a0a0;pointer-events:none}.product-card.out-of-stock a{pointer-events:none}.product-card.out-of-stock .add-to-cart-button{background-color:#d9d9d9;color:#6c757d;cursor:not-allowed}.product-card.out-of-stock img{filter:grayscale(100%);opacity:.7}@media (max-width: 480px){.product-card .data-container .product-name{font-size:var(--text-xs);white-space:normal}.product-card .data-container .product-price{font-size:var(--text-xs)}.product-card .data-container .price-container{flex-direction:column;margin-top:3px}.product-card .add-to-cart-button{font-size:var(--text-xs)}}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-DbTteTvA.woff) format("woff"),url(/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}.category-products{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:120px;padding:10px;border-radius:50%/35%;text-align:center}.category-products .img-container{position:relative;background-color:#074b4f;height:100px;border:none;border-radius:50%;overflow:hidden}.category-products .img-container img{width:100%;height:100%;object-fit:cover;border:none}.category-products .category-name{color:#074b4f;font-weight:700;font-size:var(--text-sm);margin-bottom:20px;word-wrap:break-word;line-height:1.2}.category-products.cc-1{background-color:#daf2fe}.category-products.cc-2{background-color:#feeeca}.category-products.cc-3{background-color:#d8e7c8}.category-products.cc-4{background-color:#fcd8e2}.category-products.cc-5{background-color:#abe64f}.home{display:flex;flex-direction:column;gap:20px}.grid-container-1,.grid-container-2{width:100%;display:grid;gap:10px}.grid-container-1{grid-template-columns:repeat(3,1fr)}.grid-container-2{grid-template-columns:repeat(1,1fr);width:100%;height:100%;overflow:hidden}.grid-container-1 .gallery-item,.grid-container-2 .gallery-item{border-radius:10px;display:flex;justify-content:center;align-items:center;min-height:100px;width:100%;height:100%;flex-shrink:0}.grid-container-2 .gallery-item img{border-radius:20px;width:100%;height:100%;object-fit:cover}.container-categories{max-width:100vw;overflow:hidden;padding:0 10px}.list-category{height:auto;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:10px}.container-categories h2{text-align:center;margin-bottom:20px;font-size:1.5em}.list-category::-webkit-scrollbar{display:none}.brands{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-bottom:25px}.brands .brands__slider{width:80vw;height:auto;margin:auto;overflow:hidden}.brands .brands__slider .brands__slide-track{display:flex;gap:20px;animation:scroll 60s linear infinite;width:3600px}.brands .brands__slider .slide{z-index:1}.brands .brands__slider .slide img{width:100%}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-1600px)}}@media (max-width: 768px){.list-category{justify-content:flex-start;gap:9px}.container-categories{padding-left:10px;padding-right:10px}}.slider-container{position:relative;width:100%;height:auto;margin:0 auto;overflow:hidden;border-radius:20px}.slider-container .leftArrow,.slider-container .rightArrow{position:absolute;top:50%;transform:translateY(-50%);font-size:40px;color:#fff;z-index:1;cursor:pointer;-webkit-user-select:none;user-select:none}.slider-container .leftArrow{left:15px}.slider-container .rightArrow{right:15px}.slider-container .container-images{display:flex;width:100%;height:100%;overflow:hidden}.slider-container .container-images ul{display:flex;padding:0;margin:0;list-style:none}.slider-container .container-images li{flex-shrink:0;width:100%;height:100%}.slider-container .container-images li img{width:100%;height:100%;object-fit:cover}@media (max-width: 1200px){.slider-container{max-width:1430px}}@media (max-width: 768px){.slider-container{max-width:1015px;height:500px}.slider-container .leftArrow,.slider-container .rightArrow{font-size:30px}}@media (max-width: 480px){.slider-container{max-width:720px;height:330px;border-radius:0}.slider-container .leftArrow,.slider-container .rightArrow{font-size:25px}}.login-page{background-color:#f6f2eb;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:35px}.login-form{background-color:#fff;padding:50px 30px;display:flex;gap:15px;flex-direction:column;border:none;max-width:600px;width:420px;min-width:325px;border-radius:20px;box-shadow:#64646f33 0 7px 29px}.login-form h2,.login-form h3,.login-form h4{text-align:center}.login-form h2{font-size:30px;margin-bottom:.2rem}.login-form h3{font-size:20px;font-weight:500;color:var(--text-secondary);margin-bottom:1rem}.login-form h4{color:var(--text-tertiary);font-weight:500;font-size:var(--text-sm)}.login-page .login-page__subtitle a{color:var(--accent)}.login-page a:hover{text-decoration:underline}form{display:flex;flex-direction:column}.login-form .text-simple{font-size:var(--text-sm);color:var(--text-tertiary)}form .form__group{display:flex;flex-direction:column;gap:15px}form .form__group .error-message{color:var(--error);font-size:var(--text-sm)}form .form__group button{width:100%;margin-top:.5rem}.social-login{display:flex;flex-direction:column;gap:10px}.social-login .separator{position:relative;margin:.5rem 0;text-align:center;background:#fff}.social-login .separator span{z-index:1;font-weight:500;color:var(--green-500);position:relative;background:#fff;padding:0 .9rem}.social-login .separator:after{content:"";position:absolute;left:0;top:50%;height:1px;width:100%;background:var(--border)}.social-login ul{display:flex;flex-direction:row;gap:5px;padding:0;list-style:none}.social-login ul li{width:100%}.social-login ul li button{background-color:transparent;color:#1f1f1f;width:100%;position:relative}.social-login ul li .btn-facebook-login{background-color:#1877f2;color:#fff;border:none;position:relative}.social-login ul li .btn-google-login{background-color:#f3f3f3;border:none;position:relative}.social-login ul li .btn-facebook-login:hover{background-color:#1870e4}.social-login ul li .btn-google-login:hover{background-color:#e0e0e0}.login-page .copyright-priv-policy{font-size:var(--text-sm)}.password-meter .strength-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.875rem;color:var(--text-secondary)}.strength-bar{display:flex;gap:.25rem}.strength-bar .strength-segment{height:.25rem;width:25%;border-radius:.25rem;transition:background-color .3s}.password-criteria{margin-top:.5rem}.password-criteria .criteria-item{display:flex;align-items:center;font-size:.875rem}.password-criteria .criteria-item .check-icon{margin-right:.5rem;font-size:1rem}.password-criteria .criteria-item .label{color:var(--text-secondary)}.check-icon.met{color:#48bb78}.check-icon.not-met{color:var(--text-secondary)}.bg-red-500{background-color:#f56565}.bg-red-400{background-color:#fc8181}.bg-yellow-500{background-color:#ecc94b}.bg-yellow-400{background-color:#faf089}.bg-green-500{background-color:#48bb78}.bg-gray-600{background-color:#718096}.login-form form .form__group .digits-group{display:flex;justify-content:space-between}.login-form form .form__group .digits-group input{width:3rem;height:3rem;text-align:center;font-size:1.5rem;font-weight:700;border-width:2px;border:1px solid var(--border);border-radius:.5rem}.login-form form .form__group .digits-group input:focus{border-color:#48bb78;outline:none}@media (max-width: 768px){.login-form{width:90%;padding:40px 20px}.login-form h2{font-size:28px}.login-form h3{font-size:16px}.login-form h4{font-size:.9rem}.social-login ul{flex-direction:column}.social-login ul li{width:100%}.login-page .login-page__subtitle{font-size:var(--text-sm)}.password-criteria .criteria-item{font-size:.75rem}}@media (max-width: 480px){.login-form{width:95%;padding:30px 15px}.login-form h2{font-size:24px;margin-bottom:.5rem}.login-form h3{font-size:14px;margin-bottom:1rem}.login-form h4{font-size:.8rem}.social-login ul li button{font-size:14px}.password-criteria .criteria-item{font-size:.7rem}.login-page .copyright-priv-policy{font-size:.75rem}}.input-icon{position:absolute;top:0;bottom:0;left:0;display:flex;align-items:center;padding-left:var(--spacing-lg);pointer-events:none}.input-icon .icon{font-size:var(--text-md);color:var(--text-secondary)}.input-icon.focused .icon{color:var(--green-400)}.input-field{padding-left:var(--spacing-5xl)}.content-area .cart-details-container{display:flex;flex-direction:row;justify-content:space-between;gap:20px;align-items:flex-start}.content-area .cart-details-container .details{width:70%;display:flex;flex-direction:column;background-color:#fff;border-radius:10px;gap:12px}.content-area .cart-details-container .order-summary{width:30%;display:flex;flex-direction:column;border-radius:10px;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px;gap:12px;height:auto;flex-grow:0;flex-shrink:0}.content-area .cart-details-container .order-summary .summary-header{border-bottom:.4px solid var(--border);padding:var(--spacing-xl)}.content-area .cart-details-container .order-summary .summary-header button{width:100%}.content-area .cart-details-container .order-summary .summary-header p{text-align:center;font-size:var(--text-sm);margin-top:10px}.content-area .cart-details-container .order-summary .summary-header p a{text-decoration:underline}.content-area .cart-details-container .order-summary .summary-header p a:hover{color:var(--green-500)}.content-area .cart-details-container .order-summary .summary-footer{display:flex;flex-direction:column;gap:12px;padding:var(--spacing-xl)}.content-area .cart-details-container .order-summary .summary-footer .summary-item{font-size:var(--text-md);display:flex;justify-content:space-between}.content-area .cart-details-container .order-summary .summary-footer .summary-item.delivery{font-size:var(--text-xs)}.content-area .cart-details-container .order-summary .subtotal .minimum-order-alert{margin-top:8px;font-size:var(--text-xs)}.content-area .cart-details-container .order-summary .summary-footer .summary-item.total{padding-top:15px;padding-bottom:15px;border-top:1px solid var(--border)}.content-area .cart-details-container .details .address-date{box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px;border-top-left-radius:8px;border-top-right-radius:8px}.content-area .cart-details-container .details .address-date .header-list-cart{background-color:#dcf0e5;border-top-left-radius:8px;border-top-right-radius:8px;padding:20px}.content-area .cart-details-container .details .address-date .cart-summary{padding:20px;display:flex;flex-direction:column;gap:10px}.content-area .cart-details-container .details .address-date .cart-summary .cart-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.content-area .cart-details-container .details .address-date .cart-summary .cart-header button{background-color:transparent;color:var(--green-500)}.content-area .cart-details-container .details .list-order-contianer{display:flex;flex-direction:column;gap:5px}.content-area .cart-details-container .details .list-order-contianer .cart-item{display:flex;gap:5px;padding:var(--spacing-md);border-bottom:1px solid var(--border)}.content-area .cart-details-container .details .list-order-contianer .cart-item:last-child{border-bottom:none}.content-area .cart-details-container .details .list-order-contianer .cart-item .container-img{width:100px;height:100px;object-fit:cover;border-radius:4px;margin-right:15px}.content-area .cart-details-container .details .list-order-contianer .cart-item .cart-item-details{width:100%;display:flex;justify-content:space-between;gap:5px}.content-area .cart-details-container .details .list-order-contianer .cart-item .cart-item-details .control-container{display:flex;flex-direction:column;gap:5px}.content-area .cart-details-container .details .list-order-contianer .cart-item .cart-item-details .control-container .quantity-controls{display:flex;align-items:center;gap:10px}.content-area .cart-details-container .details .list-order-contianer .cart-item .cart-item-details .control-container .quantity-controls button{font-size:var(--text-xs);display:flex;flex-direction:co;gap:10px}.content-area .cart-details-container .details .list-order-contianer .cart-item .cart-item-details .control-container button.btn-delete{background-color:transparent;color:var(--green-500);font-size:var(--text-xs)}.content-area .cart-details-container .details .list-order-contianer .cart-item .cart-item-details .control-container button.btn-delete:hover{background-color:transparent;color:var(--error)}@media (min-width: 768px){.content-area .cart-details-container{flex-direction:row}.content-area .cart-details-container .details{width:70%}.content-area .cart-details-container .order-summary{width:30%;max-height:none}}@media (max-width: 768px){.content-area .cart-details-container .details,.content-area .cart-details-container .order-summary{width:100%}}@media (max-width: 480px){.content-area .cart-details-container{flex-direction:column}.content-area .cart-details-container .details .list-order-contianer .cart-item .cart-item-details{flex-direction:column;gap:10px}.content-area .cart-details-container .details .list-order-contianer .cart-item .cart-item-details .control-container{flex-direction:row}}@media (min-width: 481px) and (max-width: 768px){.content-area .cart-details-container .details .list-order-contianer .cart-item{flex-direction:row}}.details__delivery{display:flex;flex-direction:column;gap:15px}.details__delivery .details__delivery-methods{display:flex;gap:10px;list-style:none;font-size:16px}.details__delivery .details__delivery-methods li{width:100%;height:110px;border-radius:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:15px;cursor:pointer;border:1px solid black}.details__delivery .details__delivery-methods li .delivery-methods__img{width:40px;height:auto}.details__delivery .details__delivery-methods li p{font-size:var(--text-sm);text-align:center;color:#333}.details__delivery .details__delivery-methods li.selected{border-color:#007bff;background-color:#e7f3ff}.details__delivery .details__delivery-methods li.not-available{cursor:not-allowed;opacity:.5}.details__delivery .details__delivery-methods li.not-available p{color:#999}.address-item{border:1px solid #ccc;padding:15px;margin-bottom:10px;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}.address-item.selected{border-color:#007bff;background-color:#e7f3ff}.calendar-order .sunday-list,.calendar-order .day-list{width:100%;display:flex;justify-content:center;gap:10px}.calendar-order .sunday-list div,.calendar-order .day-list div{width:120px;height:65px;padding:15px 10px;background-color:#fff;border:1px solid var(--border);border-radius:var(--radius-md);display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;transition:background-color .3s ease,border-color .3s ease}.calendar-order .sunday-list div:hover,.calendar-order .day-list div:hover{background-color:#b5bfc6}.calendar-order .sunday-list div.active,.calendar-order .day-list div.active{border-color:#007bff;background-color:#e7f3ff}.calendar-order .time-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.calendar-order .time-list div{padding:10px;background-color:#f0f0f0;border:1px solid #ccc;border-radius:8px;cursor:pointer;font-size:14px;transition:background-color .3s ease,border-color .3s ease}.calendar-order .time-list div:hover{background-color:#d0e6f7}.calendar-order .time-list div.selected{border-color:#007bff;background-color:#e7f3ff}.day-item{cursor:pointer;padding:10px;margin:5px}.day-item.disabled{cursor:not-allowed;opacity:.5}.day-item.active{background-color:#4caf50}@media (max-width: 1000px){.calendar-order .sunday-list,.calendar-order .day-list{overflow-x:scroll;justify-content:flex-start;gap:9px}}@media (max-width: 500px){.calendar-order{max-width:100%;padding:15px}.calendar-order .sunday-list div,.calendar-order .day-list div{font-size:14px;padding:12px 8px}.calendar-order .time-list div{font-size:12px}}.container-error404-page{display:flex;flex-direction:column;background-color:#f8eee4;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center}.container-error404-page .img-error-404 img{width:100%;max-width:500px;height:auto;-webkit-user-select:none;user-select:none}.container-error404-page .title-message{font-size:40px;margin-bottom:20px;color:#202026}.container-error404-page .description-error{font-size:16px;color:#202026;padding:0 15px}.container-error404-page .description-error .go-home{color:#0ba239;text-decoration:none}@media (max-width: 768px){.container-error404-page .title-message{font-size:30px}.container-error404-page .description-error{font-size:14px}}@media (max-width: 480px){.container-error404-page .title-message{font-size:24px}.container-error404-page .description-error{font-size:12px}}.main-layout{width:100%;background-color:var(--background);min-width:320px;display:flex;flex-direction:row;overflow:hidden}.main-layout .content-page{width:100%;display:flex;flex-direction:column;height:100vh}section.user-panel{width:100%;padding:19px 24px;overflow-x:auto;overflow-y:auto;height:100vh;position:relative}section.user-panel::-webkit-scrollbar{width:12px;height:12px}section.user-panel::-webkit-scrollbar-track{background:var(--background)}section.user-panel::-webkit-scrollbar-thumb{background:#888;border-radius:10px}section.user-panel::-webkit-scrollbar-thumb:hover{background:#555}section.user-panel .container{width:100%;display:flex;flex-direction:column;gap:10px}section.user-panel .container .info-section{width:100%}section.user-panel h1.panel-title{font-size:32px;font-weight:800;color:var(--text-tertiary);margin-bottom:20px}section.user-panel .container .section-operations{width:100%;display:flex;justify-content:space-between;align-items:center}header.header-user{background-color:var(--background);width:100%;max-height:72px;display:flex;flex-direction:row;align-items:center;gap:30px;justify-content:space-between;padding:10px 24px}header.header-user .content-btn{text-align:center}header.header-user .content-btn .btn-store{padding:10px 20px;background-color:transparent;color:var(--green-500);transition:background-color .3s ease}header.header-user .content-btn .btn-store:hover{background-color:var(--green-500);color:var(--white)}header.header-user .content-btn .btn-store .store-icon{display:flex;justify-content:center;align-items:center;opacity:0;transform:translate(-10px);width:0;overflow:hidden;transition:opacity .3s ease,transform .3s ease}header.header-user .content-btn .btn-store:hover .store-icon{width:auto;opacity:1;transform:translate(0)}header.header-user .btn-navbar{display:none;background-color:transparent;color:var(--green-500);border:none;padding:2px;font-size:1.8rem}header.header-user .navbar{display:none;position:absolute;z-index:3;top:60px;right:0;background-color:#fff;width:100%;box-shadow:0 4px 6px #0000004d;transition:all .3s ease-in-out;opacity:0;visibility:hidden}header.header-user .navbar.active{display:block;opacity:1;visibility:visible}header.header-user .navbar .nav-header .sec-title h2{text-align:center;color:var(--green-500);margin-bottom:10px}header.header-user .navbar .saldo{background-color:#2e90fa;color:#fff;margin-bottom:10px;display:flex;justify-content:space-between;font-size:var(--text-md);font-weight:700;text-align:center;padding:8px 10px;border-radius:5px;gap:10px}header.header-user .navbar ul{width:100%;list-style:none;transition:all .5s;display:flex;flex-direction:column;padding:0;margin:0}header.header-user .navbar ul li{width:100%}header.header-user .navbar ul li a{padding:15px;text-decoration:none;color:#444040;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:15px}header.header-user .navbar ul li a:hover{background-color:var(--green-500);color:#fff}header.header-user .navbar .btn-logout{width:100%;background-color:transparent;color:#f04438;border:none;border-radius:15px;padding:15px;font-size:var(--text-md);transition:all .3s ease-in-out}header.header-user .navbar .btn-logout:hover{background-color:#f04438;color:#fff}@media (max-width: 768px){header.header-user .btn-navbar{display:flex;justify-content:center;align-items:center}}@media (min-width: 768px){.navbar{display:flex;position:static;width:auto;box-shadow:none;background-color:transparent}.navbar ul{display:flex;gap:15px}.navbar ul li{border-bottom:none}}.navbaruser{background-color:var(--background);color:var(--text-primary);border-right:1px solid var(--border);padding:15px;max-width:255px;height:100vh;display:flex;flex-direction:column;justify-content:space-between;gap:5px;align-items:center;position:relative}.navbaruser.menu-collapsed{width:var(--width-collapsed);padding:15px}.navbaruser.menu-collapsed .nav-header .btn-menu,.navbaruser.menu-collapsed .nav-header .btn-menu button{width:100%}.navbaruser.menu-collapsed .options-nav ul li .item{display:flex;align-items:center;justify-content:center}.navbaruser.menu-collapsed .options-nav ul li a{padding:10px}.navbaruser.menu-collapsed .footer-nav button{padding:10px;display:block}.navbaruser .navbar{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:15px}.navbaruser .navbar hr{border:none;height:1px;background-color:#344054}.navbaruser .nav-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.navbaruser .nav-header .btn-menu button{background-color:transparent;color:var(--green-500);outline:none;border-radius:8px;border:none;padding:0;font-size:23px}.navbaruser .saldo{display:flex;justify-content:space-between;font-size:var(--text-md);font-weight:700;text-align:center;background-color:#2e90fa;padding:8px 10px;border-radius:5px;gap:10px;color:#fff;margin-bottom:10px}.navbaruser .nav-header .btn-menu button:hover{box-shadow:#0000001a 0 4px 12px}.navbaruser .nav-header .btn-menu button i{font-size:34px}.navbaruser .options-nav ul{width:100%;display:flex;flex-direction:column;align-items:center;gap:5px;color:#344054}.navbaruser .options-nav ul li{width:100%;list-style:none;text-align:center}.navbaruser .options-nav ul li a{display:flex;width:100%;list-style:none;text-decoration:none;padding:8px 12px;border-radius:15px;transition:all .2s ease-in-out;justify-content:flex-start;align-items:center;gap:12px;font-size:16px;min-width:50px;min-height:50px;color:#344054;font-weight:600}.navbaruser .options-nav ul li a.active{background-color:var(--green-500);color:#fff}.navbaruser .options-nav ul li a:hover{background-color:var(--green-400);color:#fff}.navbaruser .footer-nav{display:flex;flex-direction:column;gap:5px}.navbaruser .footer-nav button{padding:10px;border-radius:15px;border:none;width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.navbaruser .footer-nav button.btn-logout{background-color:transparent;color:#f04438;font-weight:600}.navbaruser .footer-nav button i{font-size:23px}.navbaruser .footer-nav button.btn-logout:hover{background-color:#f04438;color:#fff}@media (max-width: 768px){.navbaruser{display:none}.navbaruser .saldo{display:flex;flex-direction:column;align-items:center}}section .info-container{width:100%;display:flex;flex-direction:column;gap:10px}section .info-container .info-section{width:100%}section .info-container .info-section .profile-details{width:100%;display:flex;flex-direction:row;gap:24px}section .info-container .info-section .profile-details .profile-image-container{overflow:hidden;width:100%;max-width:200px;height:auto;display:flex;justify-content:center;align-items:center}section .info-container .info-section .profile-details .profile-image-container img{max-width:100%;height:100%;border-radius:50%;display:block}section .info-container .info-section .profile-details .profile-info{width:100%;display:flex;flex-direction:row;justify-content:space-between}section .info-container .info-section .profile-details .profile-info .profile-info-data{width:100%;align-items:start}section .info-container .info-section .profile-details .profile-info div{display:flex;flex-direction:column;gap:10px}section .info-container .info-section .profile-details .profile-info h3{font-size:30px;font-weight:700}section .info-container .info-section .profile-details .profile-info h4{font-size:18px;font-style:normal;font-weight:600;line-height:normal;color:#666}section .info-container .info-section .profile-details .profile-info .verified{width:auto;padding:2px 8px;border-radius:8px;border:1px solid #ABEFC6;background-color:#ecfdf3;color:#067647;font-size:14px;line-height:18px;text-transform:capitalize;display:inline-block;align-self:flex-start}section .info-container .info-section .profile-details .profile-info .no-verified{color:red;font-size:14px}section .info-container .info-section .info-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}section .info-container .info-section .info-header h4{font-size:20px;font-style:normal;font-weight:700;line-height:normal;margin-top:20px;margin-bottom:20px}section .info-container .info-section .info-header p:before{content:"";padding-right:8px;background-color:var(--green-400);border-radius:var(--radius-3xl);margin-right:var(--spacing-md)}section .info-container .info-section .user-info ul{width:100%;list-style-type:none;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}section .info-container .info-section .user-info ul li{color:var(--text-secundary);line-height:normal;display:flex;flex-direction:column;gap:4px}section .info-container .info-section .user-info ul li p{color:var(--text-secundary)}section .info-container .info-section .user-info ul li p.label{color:var(--text-tertiary)}@media (max-width: 768px){section .info-container .info-section .profile-details{flex-direction:column;align-items:center;text-align:center}section .info-container .info-section .profile-details .profile-image-container{max-width:150px}section .info-container .info-section .profile-details .profile-info h3{font-size:24px}section .info-container .info-section .profile-details .profile-info h4{font-size:16px}section .info-container .info-section .user-info ul{grid-template-columns:repeat(2,1fr);gap:15px}section .info-container .info-section .user-info ul li{text-align:left}}@media (max-width: 480px){section .info-container .info-section .user-info ul{grid-template-columns:repeat(2,1fr)}section.user-panel button{padding:6px 12px;font-size:12px}}.container-table{width:100%;overflow-x:auto;overflow-y:auto}.container-table::-webkit-scrollbar{width:12px;height:12px}.container-table::-webkit-scrollbar-track{background:transparent}.container-table::-webkit-scrollbar-thumb{background:var(--green-500);border-radius:10px}.container-table::-webkit-scrollbar-thumb:hover{background:var(--green-400)}table{width:100%;border-collapse:collapse;background-color:var(--table-bg);color:var(--text-tertiary)}thead th{border-bottom:1px solid #D0D5DD;text-align:center;padding:10px;font-size:var(--text-sm);text-transform:uppercase;font-weight:600}tbody td{border-bottom:1px solid var(--border);text-align:center;padding:var(--spacing-md);font-size:var(--text-sm);color:#475467}tbody tr:hover{background-color:var(--light-green)}tbody td:first-child,thead th:first-child{padding-left:var(--spacing-xl)}tbody td:last-child,thead th:last-child{padding-right:var(--spacing-xl)}tbody td.total{background-color:#e6e6e6}tbody td.saldo-yapa{background-color:var(--green-100);color:var(--green-500)}tbody tr td p{background-color:#a8a8a8;color:#fff;padding:5px;border-radius:5px;text-align:center}.tag-table{background-color:var(--bg-tag-table);border-radius:var(--radius-3xl);padding:var(--spacing-xxs) var(--spacing-lg)}.tag-table p{color:var(--text-secondary);background-color:transparent;text-transform:capitalize;font-size:var(--text-sx);font-weight:600}.tag-table.tag1{background-color:var(--bg-tag-1);border:1px solid var(--border-tag-1)}.tag-table.tag1 p{color:var(--tag-text-1)}.tag-table.tag2{background-color:var(--bg-tag-2);border:1px solid var(--border-tag-2)}.tag-table.tag2 p{color:var(--tag-text-2)}.tag-table.tag3{background-color:var(--bg-tag-3);border:1px solid var(--border-tag-3)}.tag-table.tag3 p{color:var(--tag-text-3)}.tag-table.tag6{background-color:var(--bg-tag-6);border:1px solid var(--border-tag-6)}.tag-table.tag6 p{color:var(--tag-text-6)}.order-data-panel{display:flex;flex-direction:column;width:100%;gap:var(--spacing-md);background-image:linear-gradient(to bottom,var(--green-500),var(--green-400));padding-right:var(--spacing-xs);padding-left:var(--spacing-xs);padding-bottom:var(--spacing-sm);padding-top:var(--spacing-sm);border-radius:var(--radius-3xl);border:1px solid var(--border)}.order-data-panel .order-data-content{display:flex;flex-direction:column;gap:25px}.order-data-panel .order-data-content .order-data-group{display:flex;flex-direction:column;gap:var(--spacing-md);justify-content:space-between;width:100%}.order-data-panel .order-data-content .order-data-group .order-data-subgroup:first-child{width:100%;padding:var(--spacing-sm)}.order-data-panel .order-data-content .order-data-group .order-data-subgroup:last-child{width:100%;background-color:var(--background);padding:25px;border-radius:var(--radius-2xl)}.order-data-panel .order-data-content .order-data-group .order-data-subgroup .order-name{display:flex;flex-direction:row;gap:var(--spacing-md);align-items:center}.order-data-panel .order-data-content .order-data-group .order-data-subgroup .order-name h3{font-size:var(--display-xs);color:#fff;margin-bottom:var(--spacing--xxs)}.order-data-panel .order-data-content .order-data-group .order-data-subgroup .order-name h3:before{content:"";padding-right:8px;background-color:var(--green-400);border-radius:var(--radius-3xl);margin-right:var(--spacing-md)}.order-data-panel .order-data-content .order-data-group .order-data-subgroup ul{list-style-type:none;display:grid;grid-template-columns:repeat(6,1fr);gap:15px}.order-data-panel .order-data-content .order-data-group .order-data-subgroup ul li{display:flex;flex-direction:column;gap:4px}.order-data-panel .order-data-content .order-data-group .order-data-subgroup ul li .label{color:var(--text-tertiary)}@media (max-width: 800px){.order-data-panel .order-data-content .order-data-group .order-data-subgroup ul{grid-template-columns:repeat(3,1fr)}}@media (max-width: 600px){.order-data-panel .order-data-content .order-data-group .order-data-subgroup ul{grid-template-columns:repeat(2,1fr)}}.pagination{display:flex;justify-content:center;align-items:center;margin-top:10px;gap:10px}.pagination button:hover{background-color:var(--accent)}.pagination button:disabled{cursor:not-allowed;background-color:#0000004d}.pagination form{display:flex;height:100%;align-items:stretch;gap:5px;flex-direction:row}.pagination input{padding:10px;width:100%;height:100%;text-align:center;border:none;border-radius:var(--radius-md);background-color:#f3f3f3;outline:none}.pagination button[type=submit]{background-color:var(--accent)}.order-history-panel{display:flex;width:100%;flex-direction:column;gap:var(--spacing-md);background-color:var(--background);padding:25px;border-radius:var(--radius-3xl)}.order-history-panel h3:before{content:"";padding-right:8px;background-color:var(--blue-500);border-radius:var(--radius-3xl);margin-right:var(--spacing-md)}.order-history-panel .controls{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:var(--spacing-md)}.order-history-panel .controls .material-actions{width:100%;display:flex;flex-direction:row;justify-content:flex-end;gap:var(--spacing-md)}.catalogue{margin-top:20px;margin-bottom:20px;width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:50px}.catalogue .container__filters h2{text-align:center;margin-bottom:10px}.catalogue__filters{width:300px;max-width:300px;display:flex;flex-direction:column;gap:10px;margin-top:10px;border-radius:var(--radius-md);border:solid 1px var(--border);overflow:hidden}.catalogue__filters .catalogue__filters-header{display:flex;flex-direction:row;justify-content:space-between;background-color:#f4f4f4;padding:10px 15px;color:var(--text-secondary)}.catalogue__filters .catalogue__filters-header h3{margin-bottom:0;color:var(--green-500)}.catalogue__filters .catalogue__filters-header button{display:flex;flex-direction:row;padding:2px;color:var(--green-500);font-size:1.2rem;justify-content:space-between;background-color:transparent}.catalogue__filters .catalogue__filters-body{padding:10px 15px;font-size:var(--text-sm)}.filter-label{display:flex;align-items:center;margin:8px 0;cursor:pointer}.filter-checkbox{margin-right:10px;width:20px!important;height:20px!important;cursor:pointer}.filter-checkbox:checked{background-color:#4caf50;border:2px solid #4CAF50;outline:none}.filter-label span{font-size:var(--text-sm);color:#333}.catalogue__products{width:100%}.catalogue__products__items{display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:5px}@media (max-width: 1200px){.catalogue{flex-direction:column;gap:20px}.catalogue__filters{width:100%;max-width:none}.catalogue__products__items{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.load-more-button{display:block;margin:20px auto;padding:10px 20px;color:#fff;font-size:16px;font-weight:700;border:none;transition:background-color .3s ease,transform .2s ease}.load-more-button:hover{transform:scale(1.05)}@media (max-width: 1120px){.catalogue__products__items{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 768px){.catalogue{gap:15px}.container__filters{width:100%}.catalogue__filters{width:100%;max-width:none}.catalogue__products__items{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.filter-label{font-size:14px}.filter-checkbox{width:18px;height:18px}}@media (max-width: 480px){.catalogue{gap:10px}.container__filters{width:100%}.catalogue__filters{width:100%;padding:0;margin-top:0}.catalogue__products__items{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.filter-label{font-size:12px}.filter-checkbox{width:16px;height:16px}}.list-payment{display:flex;flex-direction:column;gap:15px}.list-payment .list__payment-methods{display:flex;gap:15px;list-style:none;padding:0;justify-content:flex-start}.list-payment .list__payment-methods li{width:100px;height:auto;border-radius:var(--radius-xs);display:flex;padding-top:var(--spacing-md);padding-bottom:var(--spacing-md);padding-left:var(--spacing-lg);padding-right:var(--spacing-lg);justify-content:center;align-items:center;background-color:#fff;border:1px solid #ccc;cursor:pointer;transition:border-color .3s,box-shadow .3s;overflow:hidden}.list-payment .list__payment-methods li:hover{border-color:#007bff}.list-payment .list__payment-methods li .payment-methods__img{width:25px;height:25px}.list-payment .list__payment-methods li .payment-methods__img img{object-fit:contain;pointer-events:none}.list-payment .list__payment-methods li.selected{border-color:#007bff;background-color:#e7f3ff}.list-payment .list__payment-methods li.not-available{cursor:not-allowed;opacity:.6;box-shadow:none;background-color:var(--bg-lock)}.list-payment .list__payment-methods li p{display:none;color:#999}.list-payment .form-payment-data{display:flex;flex-direction:column;gap:10px}.list-payment .phone-container{display:flex;flex-direction:row;align-items:center;margin-top:5px;margin-bottom:5px}.list-payment .phone-container button{background:#f6fffe;color:#6b2684;border-radius:4px;border:1px solid purple}.reception-options,.preference-options{display:flex;flex-direction:column;gap:8px}.reception-options label,.preference-options label{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;background-color:#fff;color:var(--dark-green);cursor:pointer;transition:all .3s ease}.reception-options input[type=radio],.preference-options input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;opacity:0;pointer-events:none}.reception-options input[type=radio]:checked+label,.preference-options input[type=radio]:checked+label{border-color:#007bff;background-color:#e7f3ff}.note{margin-top:15px;font-size:14px;color:#6c757d}.content-area .checkout-container{display:flex;flex-direction:row;justify-content:space-between;gap:20px;align-items:flex-start}.content-area .checkout-container .checkout{width:70%;display:flex;flex-direction:column;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px;border-radius:10px;gap:12px;padding:var(--spacing-xxs)}.content-area .checkout-container .checkout .details-delivery{width:100%;display:flex;flex-direction:row;background-color:#e0faef;border-top-left-radius:10px;border-top-right-radius:10px;gap:12px;padding:var(--spacing-xl)}.content-area .checkout-container .checkout .details-delivery .ckeck-wrapper{width:120px;height:120px;display:flex;justify-content:center;align-items:center;color:var(--green-400);background-color:#fff;padding:var(--spacing-xl);border-radius:var(--radius-2xl);font-size:32px}.content-area .checkout-container .checkout .details-delivery p{color:var(--text-tertiary);font-size:var(--text-md)}.content-area .checkout-container .checkout .checkout-details{padding:var(--spacing-xl);display:flex;flex-direction:column;gap:12px}.content-area .checkout-container .order-summary{width:30%;display:flex;flex-direction:column;border-radius:10px;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px;gap:12px;height:auto;flex-grow:0;flex-shrink:0}.content-area .checkout-container .order-summary .summary-header{border-bottom:.4px solid var(--border);padding:var(--spacing-xl)}.content-area .checkout-container .order-summary .summary-header button{width:100%}.content-area .checkout-container .order-summary .summary-header p{text-align:center;font-size:var(--text-sm);margin-top:10px}.content-area .checkout-container .order-summary .summary-header p a{text-decoration:underline}.content-area .checkout-container .order-summary .summary-header p a:hover{color:var(--green-500)}.content-area .checkout-container .order-summary .summary-footer{display:flex;flex-direction:column;gap:12px;padding:var(--spacing-xl)}.content-area .checkout-container .order-summary .summary-footer .summary-item{font-size:var(--text-md);display:flex;justify-content:space-between}.content-area .checkout-container .order-summary .summary-footer .summary-item.delivery{font-size:var(--text-xs)}.content-area .checkout-container .order-summary .subtotal .minimum-order-alert{margin-top:8px;font-size:var(--text-xs)}.content-area .checkout-container .order-summary .summary-footer .summary-item.total{padding-top:15px;padding-bottom:15px;border-top:1px solid var(--border)}@media (max-width: 768px){.content-area .checkout-container{flex-direction:column}.content-area .checkout-container .checkout,.content-area .checkout-container .order-summary{width:100%}}.order-success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;text-align:center}.success-message h1{color:var(--green-500);font-size:2rem;margin-bottom:1rem}.success-message p{font-size:1.2rem;margin:.5rem 0}.btn-back-home{margin-top:2rem}:root{font-family:Open Sans,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--padding: 16px 24px;--padding-header-item: 4px 16px 4px 16px;--background: #ffffff;--header-bg: #ffffff;--bg-input: #e4e4e4;--text-primary: #262520;--text-secondary: #344054;--text-tertiary: #475467;--text-placeholder: #667085;--padding-left-right: 100px;--input-bg: transparent;--input-bg-disabled: #dfdfdf;--border: #f1f1f2;--color-light: rgba(132, 139, 200, .18);--box-shadow: 0 .5rem 1rem var(--color-light);--height-nav: 240px;--padding-btn: 10px 15px;--padding-input: 15px 20px;--bg-selected: #E5F4F0;--bg-lock: #e3e3e3;--green-500: #00623F;--green-400: #018f5d;--green-100: #DCFAE6;--accent: #007649;--light-green: #D5EAE3;--dark-green: #18362E;--blue-500: #2E90FA;--blue-400: #53B1FD;--light-blue: #D1E9FF;--red-500: #F04438;--red-400: #F97066;--red-100: #FEE4E2;--white: #fff;--bg-tag-1: #ECFDF3;--bg-tag-2: #FEF3F2;--bg-tag-3: #FEF6EE;--bg-tag-4: #F8F9FC;--bg-tag-5: #EFF8FF;--bg-tag-6: #EEF4FF;--tag-text-1: #067647;--tag-text-2: #B42318;--tag-text-3: #B93815;--tag-text-4: #363F72;--tag-text-5: #175CD3;--tag-text-6: #3538CD;--border-tag-1: #ABEFC6;--border-tag-2: #FECDCA;--border-tag-3: #F9DBAF;--border-tag-4: #D5D9EB;--border-tag-5: #B2DDFF;--border-tag-6: #C7D7FE;--text-sx: .75rem;--text-sm: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--display-xs: 1.5rem;--display-sm: 1.875rem;--display-md: 2.25rem;--display-lg: 3rem;--display-xl: 3.75rem;--spacing-xxs: .125rem;--spacing-xs: .25rem;--spacing-sm: .375rem;--spacing-md: .5rem;--spacing-lg: .75rem;--spacing-xl: 1rem;--spacing-2xl: 1.25rem;--spacing-3xl: 1.5rem;--spacing-4xl: 2rem;--spacing-5xl: 2.5em;--radius-xs: .25rem;--radius-md: .5rem;--radius-2xl: 1rem;--radius-3xl: 1.25rem;--radius-4xl: 1.5rem;--radius-full: 5rem;--success: #17B26A;--error: #F04438;--warning: #F79009}*{margin:0;padding:0;box-sizing:border-box;outline:0}body{min-width:320px;min-height:100vh}h2{color:var(--text-primary);font-size:1.5rem}h3{color:var(--text-secondary);margin-bottom:5px;font-size:1.25rem}h4{font-size:1rem;font-weight:700;color:var(--text-secondary);margin-bottom:5px}a{color:var(--text-primary);text-decoration:none}select,textarea,input{width:100%;padding:var(--spacing-md);border-radius:var(--radius-md);border:.5px solid var(--border);color:var(--text-secondary);font-size:var(--text-md);line-height:1.5;transition:.3s ease-in-out}input::placeholder{color:var(--text-placeholder)}input:focus{border-color:var(--green-400)}input:disabled{background-color:var(--input-bg-disabled)}button{background-color:var(--green-500);color:#fff;border-radius:1.5rem;border:1px solid transparent;padding:var(--spacing-md) var(--spacing-xl);font-size:var(--text-sm);font-family:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;transition:.3s ease-in-out;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;text-align:center}button:hover{background-color:var(--accent)}button:disabled{background-color:#696969;color:linen;opacity:1}button.btn-delete{background-color:var(--red-500)}button.btn-delete:hover{background-color:var(--red-400)}button.btn-view{background-color:var(--blue-500)}button.btn-view:hover{background-color:var(--blue-400)}hr{border:.1px solid var(--border)}svg{width:1.2em;height:1.2em}img{width:100%;height:auto;object-fit:contain}@media (max-width: 1200px){:root{--padding-left-right: 20px}}@media (max-width: 768px){:root{--padding-left-right: 20px}}@media (max-width: 480px){:root{--padding-left-right: 5px}}
