@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";input,textarea{font-family:Poppins,sans-serif}:root{--primary: #fc791a;--red: red;--white: #ffffff;--green: #01e001;--hover-dark: #7a7a7a;--shadow-dark: rgba(147, 147, 147, .79);--border-color: rgb(203 203 203);--black: #0000;--link-color: rgb(91, 91, 91);--mobile-nav: #F1F1F1;--nav-icon: #454545}body{font-family:Inter,sans-serif;margin:0;display:flex;flex-direction:column}.menu{text-align:right}a.menu-link{text-decoration:none!important;color:var(--link-color)}.nav-items{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:space-between;align-items:center}ul.menu{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:stretch;justify-content:flex-end;align-items:center;list-style-type:none}li.menu-item{margin-right:1rem}.mobile-nav{background:white;position:fixed;bottom:0;height:3rem;width:100%;display:flex;justify-content:space-around;box-shadow:0 0 3px var(--shadow-dark)}.bloc-icon{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--link-color);text-decoration:none;width:100%}ul a.menu-link:hover{color:var(--primary)}:focus{outline:none}input.search-box:focus-visible{border:0}.products{display:flex;flex-direction:column;margin-top:1rem;margin-bottom:1rem;padding:.9rem 0;border-bottom:1px solid #D9D9D9}.product-title{font-size:.9rem;font-weight:600;color:#000}.product-list-heading{color:var(--primary);font-size:1.5rem}.product-body{display:flex;flex-direction:row;flex-wrap:nowrap;color:var(--link-color);font-size:.95rem;justify-content:space-evenly;align-items:center}.product-image{width:5rem;max-width:100px;height:auto;border-radius:10px;margin-right:1rem;box-shadow:-1px 2px 16px #00000040}.product-counter{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.product-price{font-weight:bolder;font-size:.8rem}.discription{font-size:.69rem;text-align:justify}.main-section{padding:1.7rem;background-color:var(--white)}ul.categories{list-style-type:none}ul.categories li{padding-bottom:.65rem}.category-image{width:100%;height:auto;border-radius:10px}div.display-mobile-category div.product-list-heading{padding:.5rem}div.mobile-category a.menu-link:hover{color:var(--primary)}.cart-products{position:relative;display:flex;flex-direction:column;margin-top:1rem;margin-bottom:1rem;padding:.9rem 0;border-bottom:1px solid #D9D9D9}.close-button{color:var(--red)}.product-head .close-button{position:absolute}.order-button{padding:1rem;background-color:var(--green);color:var(--white);text-decoration:none;border-radius:10px;font-size:1rem;display:inline-flex;width:90%;align-items:center;justify-content:center}.order-button:hover{cursor:pointer}.total-price{margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:row;padding:.4rem;justify-content:space-between;align-items:center}#cart-section{margin-top:-.7rem}input[type=number]{-webkit-appearance:textfield;appearance:textfield;font-weight:400}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.number-input{border:0;display:flex;justify-content:space-around;align-items:center}div.product-list div.number-input{width:80%;height:2rem;max-width:6rem;margin-right:.4rem}.number-input,.number-input *{box-sizing:border-box}.number-input button{outline:none;border-radius:50%;min-width:25px;min-height:25px;width:25px;height:25px;color:#fff;-webkit-appearance:none;background-color:#000;border:none;align-items:center;justify-content:center;cursor:pointer;position:relative;text-align:center}.number-input button:after{display:inline-block;position:absolute;font-family:Poppins,sans-serif;transform:translate(-50%,-50%) rotate(180deg)}.number-input button.plus:after{content:"+";font-size:1rem;font-weight:400;line-height:24px}.number-input button.minus:after{content:"-";font-size:1rem;font-weight:400;line-height:24px}.number-input input[type=number]{border-width:0 2px;text-align:center;width:2.5rem;padding:4px 0;margin:0 2px;border:1px solid #757575;border-radius:3px}.f-400{font-weight:400}p.text-red{color:red;margin:0}p.text-success{color:#03cd03;margin:0;font-size:.87rem}.side-heading{font-size:1.2rem;margin-top:0;margin-bottom:.5rem}textarea{padding:.5rem 1rem}.flex-body{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:flex-start;justify-content:space-around}.border-sides{border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)}.mt-1{margin-top:.5rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mt-6{margin-top:6rem}.mt-7{margin-top:7rem}.mt-8{margin-top:8rem}.mt-9{margin-top:9rem}.mt-10{margin-top:10rem}.me-1{margin-right:.5rem}.me-2{margin-right:2rem}.me-3{margin-right:3rem}.me-4{margin-right:4rem}.me-5{margin-right:5rem}.me-6{margin-right:6rem}.me-7{margin-right:7rem}.me-8{margin-right:8rem}.me-9{margin-right:9rem}.me-10{margin-right:10rem}.ms-1{margin-left:1rem}.ms-2{margin-left:2rem}.ms-3{margin-left:3rem}.ms-4{margin-left:4rem}.ms-5{margin-left:5rem}.ms-6{margin-left:6rem}.ms-7{margin-left:7rem}.ms-8{margin-left:8rem}.ms-9{margin-left:9rem}.ms-10{margin-left:10rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.mb-6{margin-bottom:6rem}.mb-7{margin-bottom:7rem}.mb-8{margin-bottom:8rem}.mb-9{margin-bottom:9rem}.mb-10{margin-bottom:10rem}.m-1{margin:.5rem}.w-50{width:50%}.w-75{width:75%}.w-30{width:30%}.w-40{width:40%}.w-80{width:80%}.w-90{width:90%}.align-end{align-items:flex-end}.float-end{text-align-last:right}.ps-5{padding-left:.65rem}.px-1{padding-left:1rem;padding-right:1rem}.row{width:100%}.text-end{text-align:end}.text-center{text-align:center}.space-around{display:flex;justify-content:space-between}.fs-6{font-size:.8rem}.fw-600{font-weight:600}.fs-3{font-size:1rem}.fs-4{font-size:1.4rem}.plus,.minus{width:50%}@media only screen and (max-width: 600px){app-cart{width:100%}.flex-body{display:flex;align-items:center;flex-direction:column;width:99%}.cart-container{padding:0}.main-section{padding:1.5rem;padding-top:0;padding-bottom:0}.side-section{padding:1rem}ul.menu{display:none}.category-title{text-align:center;font-size:.8rem}.mobile-category{padding:.59rem;width:39%;box-shadow:0 0 8px #c8c8c8a6;border-radius:9px;display:flex;flex-direction:column;align-items:center}.category-mobile-list{display:flex;flex-wrap:wrap;flex-direction:row}.side-heading{text-align:left!important;margin-bottom:.3rem}.categories-head{display:flex;flex-direction:row;align-items:center;justify-content:center}.search-bar{padding-bottom:.3rem;position:sticky;top:6rem;z-index:1;display:flex;justify-content:space-around}.search-box{width:100%;height:2.5rem;padding:.2rem 1rem;border-radius:.7rem;line-height:18px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:18px 18px;background-position:95% center;border:0;background-color:#f5f5f5}}@media screen and (min-width: 601px){app-products{width:100%;height:87vh;overflow-y:scroll}.search-bar{position:sticky;top:0;z-index:1;display:flex;justify-content:space-around}.search-box{width:100%;height:2.5rem;padding:.2rem 1rem;border-radius:.7rem;line-height:18px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:18px 18px;background-position:95% center;border:0;background-color:#f5f5f5}app-cart{width:25%;height:87vh;overflow-y:scroll}app-category{width:25%;height:87vh;overflow-y:scroll}app-products{width:50%}.mobile-nav,.display-mobile,.display-mobile-category,.category-mobile-list img{display:none}.category-mobile-list{width:100%;display:flex;flex-direction:column;align-items:flex-end;align-content:flex-end}.side-section{overflow-y:hidden;padding:1.7rem}.categories-head{display:flex;flex-direction:column;align-items:flex-end}.cart-container .product-list{padding-right:8px;height:45vh;overflow-y:scroll}.summery-container.mt-1.mb-5{margin-bottom:0}#top app-header{display:none}app-category app-products,app-category app-category,app-category app-cart,app-category app-shops{display:none}}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(89,89,89,.3);border-radius:10px;background-color:#f5f5f5}::-webkit-scrollbar{width:.3rem;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(123,123,123,.3);background-color:#717171}
