@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Lato,serif}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){background-color:#0566c2!important}.info_header{width:100%;display:flex;align-items:center;justify-content:flex-end;padding:5px 100px}.info_header .info_item{border-right:1.2px solid #bababa;padding:0 10px}.info_header .info_item a{color:#4d4d4d;font-size:.8rem;text-decoration:none}.info_header .info_item:last-child{border-right:none}.info_header2{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px;display:none}.info_header2 img{width:130px;object-fit:contain}.info_header2 i{font-size:2rem;color:#363636;cursor:pointer}@media (max-width: 900px){.info_header{padding:5px 10px}.info_item:last-child{padding-right:0}}@media (max-width: 750px){.info_header{display:none}.info_header2{display:block;display:flex}}header{width:100%;display:flex;padding:10px 100px}header .header_left{width:20%}header .header_left img{width:150px;cursor:pointer;object-fit:contain}header .header_mid{width:60%}header .header_mid .header_search{width:100%;height:40px;display:flex;background:#f2f2f2;border-radius:5px}header .header_mid .header_search input{width:100%;border:none;background:transparent;outline:none;padding:0 1rem}header .header_mid .header_search button{border:none;width:50px;font-size:1.5rem;border-radius:5px;cursor:pointer;color:#757575}header .header_right{width:20%;display:flex;align-items:center;justify-content:flex-end;gap:10px}header .header_right span{width:30px;height:30px;border-radius:50%;background:#ef5b24;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}@media (max-width: 900px){header{padding:10px}}@media (max-width: 750px){header .header_left{display:none}header .header_right{display:none}header .header_mid{width:100%}header .header_mid .header_search{background:#fafafa}header .header_mid .header_search button{background:transparent}}@media (max-width: 450px){header .header_mid .header_search{padding:0rem}header .header_mid .header_search input{padding:0 .5rem}}.category_header{width:100%;padding:10px 100px;background:#ef5b24;position:relative}.category_header .category_tag_scroll{width:100%;overflow-x:auto;display:flex;align-items:center;gap:10px}.category_header .category_tag{text-transform:uppercase;font-size:.8rem;cursor:pointer;font-weight:500;color:#fff}.category_header .category_tag:hover{color:#fff}.category_header .category_content{position:absolute;height:fit-content;background:#fff9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);top:40px;left:50px;right:50px;box-shadow:#64646f33 0 7px 29px;z-index:9999;padding:1rem;border-radius:5px}.category_tag_scroll::-webkit-scrollbar{display:none}.menu_content{width:100%;display:flex;padding:.5rem}.menu_content .menu_content_item{width:25%}.menu_content .menu_content_item h5{color:#ef5b24;font-size:.9rem;font-weight:500;margin-bottom:5px}.menu_content .menu_content_item ul li{list-style:none;color:#000;cursor:pointer;margin-bottom:10px;font-size:.85rem}.menu_content .menu_content_item ul li:hover{color:#ef5b24}@media (max-width: 900px){.category_header{padding:10px}.category_header .category_content{left:10px;right:10px}}@media (max-width: 750px){.category_header .category_content{height:400px;overflow-y:auto;padding:.5rem}.category_header .category_content::-webkit-scrollbar{width:5px}.category_header .category_content::-webkit-scrollbar-thumb{background:#fff9;border-radius:5px}.menu_content{display:flex;flex-wrap:wrap}.menu_content .menu_content_item{width:50%}.menu_content .menu_content_item h5{width:100%}}@media (max-width: 450px){.menu_content .menu_content_item{width:100%;margin-bottom:5px}.menu_content .menu_content_item h5{font-size:16px}.menu_content .menu_content_item ul li{font-size:14px}}.main_slider{width:100%;height:250px}.main_slider .slider{width:100%;height:100%}.main_slider .slider img{width:100%;height:250px;object-fit:cover}.product_card{width:250px;height:200px;border:1px solid rgb(235,235,235);border-radius:5px;position:relative;cursor:pointer}.product_card .product_img{width:100%;height:140px;overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px}.product_card .product_img img{width:100%;height:100%;object-fit:cover;border-top-left-radius:5px;border-top-right-radius:5px;transition:.5s ease-in-out}.product_card .product_img img:hover{transform:scale(1.5)}.product_card h4{color:#000;margin:5px;font-size:1rem;font-weight:400}.product_card .product_description{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 5px;margin-top:2px}.product_card .product_description p{font-weight:600;display:flex;align-items:center;gap:5px;font-size:.9rem}.product_card .product_description p span.off{padding:2px 4px;font-weight:400;color:#359b44;background:#e5f7ee 0% 0% no-repeat padding-box;font-size:.75rem;border-radius:3px}.product_card .product_description p.rate{background:#459816;padding:2px 4px;font-weight:400;font-size:.8rem;border-radius:3px;gap:2px;color:#fff}.product_card .product_fav{position:absolute;width:25px;height:25px;background:#00000080;display:flex;align-items:center;justify-content:center;border-radius:50%;top:10px;right:10px;color:#fff;cursor:pointer;z-index:999}.product_card .product_fav:hover,.product_card .product_fav.active{color:#ff536a}@media (max-width: 450px){.product_card{width:48%;height:fit-content;padding-bottom:10px}.product_card .product_img{height:120px}.product_card h4{font-size:12px;font-weight:500}.product_card .product_description p{font-size:12px}.product_card .product_description p span.off,.product_card .product_description p.rate{font-size:10px}}.trending_products{width:100%;height:fit-content;padding:10px 100px;margin-top:2rem;display:flex;align-items:center;justify-content:center;flex-direction:column}.trending_products .trend_header{width:100%}.trending_products .trend_header h2{color:#000;margin:0}.trending_products .trend_header h2 span{color:#ef5b24}.trending_products .trend_header p{color:#424242;margin-top:5px;font-size:.85rem}.trending_products .product_wrapper{width:100%;display:flex;flex-wrap:wrap;gap:20px;margin-top:2rem}.trending_products .view_all{border:none;margin-top:2rem;outline:none;padding:.5rem 2rem;border-radius:40px;background:#ef5b24;color:#fff;cursor:pointer;box-shadow:#959da533 0 8px 24px}@media (max-width: 900px){.trending_products{padding:10px}}@media (max-width: 450px){.trending_products{margin-top:1rem}.trending_products .trend_header h2{font-size:22px}.trending_products .trend_header p{line-height:1.3rem;font-size:14px;text-align:justify}.trending_products .product_wrapper{gap:10px}}.footer_count{width:100%;display:flex;align-items:center;justify-content:center;background:#f3f2f2;gap:10px;padding:20px 100px;margin-top:2rem}.footer_count .footer_count_card{width:100%;display:flex;align-items:center;gap:15px}.footer_count .footer_count_card .footer_count_card_left img{width:50px;height:50px;object-fit:contain}.footer_count .footer_count_card .footer_count_card_right h5{color:#ef5b24;font-size:1rem;font-weight:900}.footer_count .footer_count_card .footer_count_card_right p{font-size:.85rem}footer.home_footer{width:100%;padding:20px 100px;background:#fafafa}footer.home_footer .footer_img{width:150px;margin-bottom:1.2rem}footer.home_footer .footer_img img{width:100%}footer.home_footer .home_footer_wrap{width:100%;display:flex}footer.home_footer .home_footer_wrap .home_footer_left,footer.home_footer .home_footer_wrap .home_footer_right{width:50%;display:flex}footer.home_footer .home_footer_wrap .home_footer_left .hflp,footer.home_footer .home_footer_wrap .home_footer_right .hflp{width:100%;display:flex;flex-direction:column;gap:8px}footer.home_footer .home_footer_wrap .home_footer_left .hflp h4,footer.home_footer .home_footer_wrap .home_footer_right .hflp h4{margin-bottom:.2rem;font-size:1rem}footer.home_footer .home_footer_wrap .home_footer_left .hflp a,footer.home_footer .home_footer_wrap .home_footer_right .hflp a{text-decoration:none;color:#585858;font-size:.9rem}footer.home_footer .home_footer_wrap .home_footer_left .hflp a:hover,footer.home_footer .home_footer_wrap .home_footer_right .hflp a:hover{color:#ef5b24}footer.home_footer p{text-align:center;margin-top:2rem;color:#363636;font-size:.8rem}@media (max-width: 900px){.footer_count{padding:20px 10px}footer.home_footer{padding:20px 10px}}@media (max-width: 750px){.footer_count{flex-direction:column;gap:20px;justify-content:center;align-items:center}.footer_count .footer_count_card{flex-direction:column;justify-content:center;align-items:center;gap:5px}.footer_count .footer_count_card .footer_count_card_right h5,.footer_count .footer_count_card .footer_count_card_right p{text-align:center}.footer_count .footer_count_card .footer_count_card_right p{margin-top:5px}footer.home_footer .home_footer_wrap{flex-direction:column;gap:10px}footer.home_footer .home_footer_wrap .home_footer_left,footer.home_footer .home_footer_wrap .home_footer_right{width:100%}}@media (max-width: 450px){.footer_count{background:#fdf5f2}.footer_count .footer_count_card{margin-bottom:1rem}footer.home_footer .footer_img{width:100px}footer.home_footer .home_footer_wrap .home_footer_left,footer.home_footer .home_footer_wrap .home_footer_right{flex-direction:column;gap:10px}footer.home_footer .home_footer_wrap .home_footer_left .hflp a,footer.home_footer .home_footer_wrap .home_footer_right .hflp a{margin-bottom:5px}footer.home_footer .home_footer_wrap .home_footer_left .not,footer.home_footer .home_footer_wrap .home_footer_right .not{display:none}}.about{width:100%;display:flex;padding:20px 100px;margin-top:1rem}.about .about_left{width:50%;height:100%;padding:1rem;position:relative}.about .about_left img{width:100%;height:100%;object-fit:contain;border-radius:10px}.about .about_right{width:50%;padding:1rem}.about .about_right h4{color:#000;font-size:1.5rem;margin-bottom:5px}.about .about_right h4 span{color:#ef5b24}.about .about_right p{color:#585858;font-size:.85rem;line-height:1.5rem;margin-bottom:10px;text-align:justify}@media (max-width: 900px){.about{padding:20px 10px}}@media (max-width: 750px){.about{flex-direction:column}.about .about_left,.about .about_right{width:100%}}@media (max-width: 450px){.about{margin-top:2rem}.about .about_left{padding:0}.about .about_right{padding:0;margin-top:10px}.about .about_right h4{font-size:22px}.about .about_right p{font-size:14px;line-height:1.3rem}}.why{width:100%;padding:20px 100px;display:flex;flex-direction:column}.why h4{color:#000;font-size:1.5rem;margin-bottom:2px}.why h4 span{color:#ef5b24}.why p.head{color:#585858;font-size:.85rem;line-height:1.5rem}.why .why_container{width:100%;display:flex;height:400px;gap:20px;margin-top:2rem}.why .why_container .why_image_content{min-width:150px;height:100%;border-radius:10px;position:relative;transition:width .2s ease-in-out}.why .why_container .why_image_content img{width:100%;height:100%;object-fit:cover;border-radius:10px}.why .why_container .why_image_content .why_text_content{cursor:pointer;position:absolute;width:100%;height:100%;background:#0009;top:0;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;padding:1rem;gap:10px}.why .why_container .why_image_content .why_text_content p,.why .why_container .why_image_content .why_text_content h2{text-align:center;line-height:1.5rem;opacity:0}.why .why_container .why_image_content .why_text_content2{cursor:pointer;position:absolute;width:100%;height:100%;background:#0009;top:0;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;padding:1rem;gap:10px}.why .why_container .why_image_content.active{min-width:400px}.why .why_container .why_image_content.active p,.why .why_container .why_image_content.active h2{opacity:1}@media (max-width: 900px){.why{padding:20px 10px}}@media (max-width: 750px){.why .why_container{overflow-x:auto}.why_container::-webkit-scrollbar{display:none}}@media (max-width: 450px){.why{margin-top:0rem}.why h4{font-size:22px}.why p.head{line-height:1.3rem;font-size:14px;margin-top:5px}.why .why_container{overflow-y:hidden}.why .why_container .why_image_content{min-width:120px}.why .why_container .why_image_content .why_text_content h2{font-size:22px}.why .why_container .why_image_content .why_text_content p{font-size:14px;line-height:1.3rem}.why .why_container .why_image_content.active{min-width:350px}}.faq{width:100%;height:fit-content;padding:20px 100px;margin-top:2rem}.faq h4{color:#000;font-size:1.5rem;margin-bottom:1.5rem}.faq h4 span{color:#ef5b24}.faq .faq_wrap{width:100%;height:fit-content;border:1px solid #ececec;padding:.8rem;border-radius:5px;margin-bottom:1rem;transition:.3s height ease-in-out;border-left:2px solid #ef5b24;border-right:2px solid #ef5b24;cursor:pointer}.faq .faq_wrap .faq_head{width:100%;display:flex;align-items:center;justify-content:space-between}.faq .faq_wrap .faq_head p,.faq .faq_wrap .faq_head i{color:#5a5a5a}.faq .faq_wrap .faq_body{margin-top:8px}.faq .faq_wrap .faq_body p{color:#5a5a5a;font-size:.9rem;line-height:1.2rem}@media (max-width: 900px){.faq{padding:20px 10px}}@media (max-width: 450px){.faq h4{font-size:22px}.faq .faq_wrap .faq_head p{font-size:16px}.faq .faq_wrap .faq_body p{font-size:14px;line-height:1.3rem;text-align:justify}}.reviews{width:100%;margin-top:2rem;overflow:hidden;position:relative;white-space:normal}.reviews .review_head{padding:20px 100px}.reviews .review_head h4{color:#000;font-size:1.5rem;margin-bottom:3px}.reviews .review_head h4 span{color:#ef5b24}.reviews .review_head p{color:#585858;font-size:.85rem;line-height:1.2rem}.reviews .review_container{display:flex;align-items:center;justify-content:center;padding:20px 10px;gap:20px;width:max-content;animation:scrollReviews 30s linear infinite}.reviews .review_container .review_card{width:400px;height:180px;border:1px solid #e4e4e4;padding:1rem;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.reviews .review_container .review_card img{width:50px;height:50px;border-radius:50%;object-fit:cover}.reviews .review_container .review_card h5{color:#646464;margin-top:10px;margin-bottom:2px}.reviews .review_container .review_card .rating{font-size:.85rem;display:flex;align-items:center;justify-content:center;color:#757575}.reviews .review_container .review_card .rating i{color:#ef5b24}.reviews .review_container .review_card p{text-align:center;white-space:normal;word-wrap:break-word;max-width:100%;font-size:.8rem;color:#757575;line-height:1.2rem;margin-top:10px}.reviews .review_container .review_card .top_border{position:absolute;width:40px;height:40px;border-top:2px solid #ef5b24;border-right:2px solid #ef5b24;border-top-right-radius:2px;top:10px;right:10px}.reviews .review_container .review_card .bottom_border{position:absolute;width:40px;height:40px;border-bottom:2px solid #ef5b24;border-left:2px solid #ef5b24;border-top-right-radius:2px;bottom:10px;left:10px}.reviews .review_container:hover{animation-play-state:paused}@keyframes scrollReviews{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 900px){.reviews .review_head{padding:20px 10px}}@media (max-width: 450px){.reviews{margin-top:0}.reviews .review_head h4{font-size:22px}.reviews .review_head p{font-size:14px;line-height:1.3rem;text-align:justify;margin-top:5px}.reviews .review_container .review_card p{font-size:12px}}.newletter{width:100%;height:300px;margin-top:5rem;margin-bottom:3rem;position:relative}.newletter img{width:100%;height:100%;object-fit:cover}.newletter .news_content{position:absolute;width:100%;height:100%;background:#0009;top:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.newletter .news_content h2{color:#fff;font-size:1.8rem;font-weight:600;letter-spacing:1px}.newletter .news_content p{color:#fff9;text-align:center}.newletter .news_content .input_group{width:fit-content;background:#000;border-radius:5px;margin-top:5px}.newletter .news_content .input_group input{width:300px;height:40px;padding:0rem 1rem;background:transparent;border:none;outline:none;border:1px solid rgba(149,157,165,.3);border-top-left-radius:5px;border-bottom-left-radius:5px;color:#fff}.newletter .news_content .input_group button{border:none;outline:none;background:#ef5b24;color:#fff;height:40px;padding:0 1.5rem;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer}@media (max-width: 450px){.newletter{margin-bottom:1rem}.newletter .news_content h2{font-size:22px}.newletter .news_content p{font-size:12px}.newletter .news_content .input_group input{width:200px;height:35px}.newletter .news_content .input_group button{height:35px;padding:0 .5rem}}.contact{width:100%;height:fit-content;display:flex;padding:20px 100px;margin-top:2rem}.contact .contact_left{width:50%}.contact .contact_left h4.head{color:#000;font-size:1.5rem;margin-bottom:1.5rem}.contact .contact_left h4.head span{color:#ef5b24}.contact .contact_left .contact_group{width:100%;display:flex;align-items:flex-start;gap:10px;margin-bottom:1.5rem}.contact .contact_left .contact_group .contact_box{min-width:40px;height:40px;background:#ef5b24;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;box-shadow:#959da533 0 8px 24px}.contact .contact_left .contact_group .contact_content h4{font-size:1rem}.contact .contact_left .contact_group .contact_content p{font-size:.9rem;color:#363636;margin-top:2px}.contact .contact_right{width:50%;box-shadow:#959da533 0 8px 24px;padding:1rem 1rem 2rem;border-radius:5px}.contact .contact_right p{font-size:.8rem;color:#464646;line-height:1rem;margin-bottom:1rem}.contact .contact_right .form_wrap{width:100%;display:flex;gap:10px;margin-bottom:10px}.contact .contact_right .form_wrap .form_group{width:100%;display:flex;flex-direction:column}.contact .contact_right .form_wrap .form_group label{font-size:.8rem;color:#484848;margin-bottom:5px}.contact .contact_right .form_wrap .form_group input{border:1px solid #e4e4e4;padding:.5rem;border-radius:5px;outline:none}.contact .contact_right .form_wrap .form_group textarea{width:100%;height:70px;border:1px solid #e4e4e4;resize:none;padding:1rem;border-radius:5px;outline:none}.contact .contact_right button{width:100%;height:35px;border:none;outline:none;background:#ef5b24;border-radius:5px;color:#fff;margin-top:10px}@media (max-width: 900px){.contact{padding:20px 10px}}@media (max-width: 750px){.contact{flex-direction:column}.contact .contact_left{width:100%}.contact .contact_right{width:100%;margin-top:1rem}}@media (max-width: 450px){.contact{margin-top:0}.contact .contact_left h4.head{font-size:22px}.contact .contact_left .contact_group .contact_box{min-width:35px;height:35px}.contact .contact_left .contact_group .contact_box i,.contact .contact_left .contact_group .contact_content h4{font-size:16px}.contact .contact_left .contact_group .contact_content p{font-size:14px;line-height:1.2rem}.contact .contact_right p{text-align:justify;font-size:12px;line-height:1.2rem}.contact .contact_right .form_wrap{flex-direction:column}}.mobile_nav{width:100%;position:fixed;bottom:0;left:0;right:0;height:50px;background:#fff9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;display:none}.mobile_nav .a{text-decoration:none;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:100%;color:#000}.mobile_nav .a i{font-size:16px}.mobile_nav .a p{font-size:12px}.mobile_nav .a.active{color:#ef5b24}.sidebar_mobile_navigation{width:50%;position:fixed;right:0;top:0;border-bottom-left-radius:5px;height:fit-content;z-index:999;background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1rem}.sidebar_mobile_navigation .smn_header{color:#303030;cursor:pointer}.sidebar_mobile_navigation .smn_header i{font-size:22px}.sidebar_mobile_navigation ul{margin-top:1rem}.sidebar_mobile_navigation ul li{list-style:none;display:flex;align-items:center;margin-bottom:12px;font-size:14px;gap:5px;color:#5a5a5a;cursor:pointer}.sidebar_mobile_navigation ul li i{font-size:14px;color:#ef5b24}@media (max-width: 750px){.mobile_nav{display:block;display:flex}}.help{width:100%;height:fit-content;padding:10px 100px;margin-top:1rem;margin-bottom:1.5rem}.help h4{color:#000;font-size:1.5rem;margin-bottom:4px}.help h4 span{color:#ef5b24}.help p.head{color:#585858;font-size:.85rem;line-height:1rem;margin-bottom:1rem;text-align:justify}.help .help_card_wrapper{width:100%;display:flex;align-items:center;gap:20px;margin-top:2rem}.help .help_card_wrapper .help_card{width:100%;border:1px solid #e4e4e4;display:flex;align-items:center;padding:1rem;border-radius:5px;gap:10px}.help .help_card_wrapper .help_card .help_left{width:40%;display:flex;align-items:center;justify-content:center}.help .help_card_wrapper .help_card .help_left .hc{background:#fea98a;width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%}.help .help_card_wrapper .help_card .help_left .hc .hci{background:#ffc0a9;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%}.help .help_card_wrapper .help_card .help_left .hc .hci i{font-size:1.2rem}.help .help_card_wrapper .help_card .help_right{width:60%;display:flex;align-items:center;justify-content:center;flex-direction:column}.help .help_card_wrapper .help_card .help_right h3{font-size:1.1rem;margin-bottom:5px}.help .help_card_wrapper .help_card .help_right p{font-size:.8rem;color:#303030;margin-bottom:5px}.help .help_card_wrapper .help_card .help_right a{text-decoration:none;padding:6px 10px;background:#ef5b24;color:#fff;border-radius:5px;font-size:.8rem;margin-top:5px;cursor:pointer}@media (max-width: 900px){.help{padding:10px}}@media (max-width: 750px){.help p.head{font-size:14px;line-height:1.3rem}.help .help_card_wrapper{flex-direction:column}}.text_content{width:100%;height:fit-content;padding:10px 100px;margin-top:1rem}.text_content h4{color:#000;font-size:1.5rem;margin-bottom:4px}.text_content h4 span{color:#ef5b24}.text_content p.head{color:#585858;font-size:.9rem;line-height:1rem;margin-bottom:1rem;text-align:justify}.text_content ol{padding-left:1rem}.text_content ol li.m{margin-bottom:20px;padding-left:1rem}.text_content ol li strong{color:#ef5b24}.text_content ol ul{margin-top:5px}.text_content ol ul li{font-size:.95rem;margin-bottom:5px;color:#585858}.text_content p.f{font-size:1rem;margin-top:1rem;color:#303030}.text_content p.f a{color:#ef5b24;cursor:pointer}.text_content2{width:100%;height:fit-content;padding:10px 100px;margin-top:1rem;margin-bottom:5rem}.text_content2 h4{color:#000;font-size:1.5rem;margin-bottom:10px}.text_content2 h4 span{color:#ef5b24}.text_content2 p.head{color:#585858;font-size:.85rem;line-height:1rem;margin-bottom:1rem;text-align:justify}.text_content2 ol{padding-left:1rem}.text_content2 ol li.m{margin-bottom:20px;padding-left:1rem}.text_content2 ol li strong{color:#ef5b24;font-size:.9rem}.text_content2 ol ul{margin-top:5px}.text_content2 ol ul li{font-size:.85rem;margin-bottom:5px;color:#585858}.text_content2 p.f{font-size:.85rem;margin-top:1rem;color:#303030}.text_content2 p.f a{color:#ef5b24;cursor:pointer}@media (max-width: 900px){.text_content,.text_content2{padding:10px}}@media (max-width: 750px){.text_content p.head{line-height:1.2rem;font-size:14px;margin-top:5px}.text_content p.f{font-size:13px;text-align:justify;line-height:1.2rem}ol li{line-height:1.3rem;text-align:justify}.text_content2 p.head{line-height:1.5rem;font-size:14px;margin-top:5px}.text_content2 p.f{font-size:13px;text-align:justify;line-height:1.5rem}ol li{line-height:1.5rem;text-align:justify}}.pop_dropdown ul li{list-style:none;padding:5px 10px;cursor:pointer;color:#656565;display:flex;align-items:center;gap:5px;border-radius:5px}.pop_dropdown ul li:hover{background:#fafafa;color:#ef5b24}.no_product{width:100%;height:400px;display:flex;align-items:center;flex-direction:column;justify-content:center}.no_product img{width:300px;height:300px;object-fit:contain}.no_product h5{color:#303030;font-weight:500}.skeltonImage{width:100%!important;height:140px!important}.empty_table{width:100%;height:250px;display:flex;align-items:center;justify-content:center}.empty_table img{width:140px!important;height:140px!important;object-fit:contain}.addressModal{width:100%;display:flex;flex-direction:column;gap:15px;max-height:400px;overflow-y:auto;padding-bottom:3rem;padding-top:1rem}.addressModal .address_card{width:100%;display:flex;flex-direction:column;gap:5px;border:1px solid #e4e4e4;border-radius:5px;padding:1rem;cursor:pointer}.addressModal .address_card .address_card_left{width:30px;height:30px;background:#e0e0e0b0;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#ef5b24;font-size:1rem}.addressModal .address_card .address_card_right p{color:#5b5b5b;font-size:.8rem;line-height:20px;margin-top:5px}.addressModal .address_card.active{background:#fafafa;border:none}section.order_success{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5}section.order_success .order_info{width:50%;height:fit-content;padding:2rem 1rem;background:#fff;border-radius:10px;box-shadow:#64646f33 0 7px 29px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}section.order_success .order_info .circle{width:60px;height:60px;background:#ef5b24;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;font-weight:600}section.order_success .order_info P{color:#474747;font-size:.83rem;text-align:center}section.order_success .order_info .btns{margin-top:.6rem;display:flex;gap:20px}section.order_success .order_info .btns button{padding:.5rem 1rem;border:none;outline:none;cursor:pointer;border-radius:5px;box-shadow:#959da533 0 8px 24px;background:#f5f5f5}section.order_success .order_info .btns button:nth-child(1){background:#ef5b24;color:#fff}section.order_success .order_info .btns button:nth-child(2){background:#000;color:#fff}@media (max-width: 700px){section.order_success{padding:1rem}section.order_success .order_info{width:100%}section.order_success .order_info p{text-align:center}}.pulse{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;border-radius:10px}.pulse .pulse-animation{width:80px;height:80px;background:#ffffff8a;border-radius:50%;position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;display:grid;place-items:center;color:#ef5b24;font-size:2rem;cursor:pointer}.pulse .pulse-animation:before,.pulse :after{content:"";width:100%;height:100%;background:#ffffffda;position:absolute;border-radius:50%;z-index:-1;opacity:.7;top:0;left:0;right:0;bottom:0}.pulse .pulse-animation:before{animation:pulse 2s ease-out infinite}.pulse .pulse-animation:after{animation:pulse 2s 1s ease-out infinite}@keyframes pulse{to{transform:scale(3);opacity:0}}.product_header{width:100%;display:flex;align-items:center;padding:0 100px;margin-top:1rem}.product_header .product_header_container{width:100%;background:#fff;padding:.5rem .6rem;display:flex;align-items:center;border-radius:5px;border:1px solid #f1f1f1;gap:20px}.product_header .product_header_container .product_head_item{width:100%;max-width:250px}.product_header .product_header_container .product_head_item h2{font-size:.85rem;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product_header .product_header_container .product_head_item2{width:100%;display:flex;align-items:center;gap:10px}.product_header .product_header_container .product_head_item2 .product_head_item_left i{font-size:1.2rem;color:#6f6f6f}.product_header .product_header_container .product_head_item2 .product_head_item_right{width:100%;display:flex;flex-direction:column;gap:5px}.product_header .product_header_container .product_head_item2 .product_head_item_right h5{font-weight:500;font-size:.8rem;color:#565656}.product_header .product_header_container2{width:100%;display:flex;align-items:center;justify-content:space-between;display:none}.product_header .product_header_container2 .product_header_container_left h2{font-size:14px;font-weight:400;max-height:70%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product_header .product_header_container2 .product_header_container_right button{border:none;height:35px;width:35px;background:transparent;font-size:1.4rem;border:1px solid #e4e4e4;display:flex;align-items:center;justify-content:center;border-radius:5px;color:#8f8f8f;cursor:pointer}.productWrapper{width:100%;height:fit-content;margin:2rem 0;padding:10px 100px;display:flex;flex-wrap:wrap;gap:20px}.product_wrapper_pagination{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:5rem}@media (max-width: 900px){.product_header,.productWrapper{padding:10px}}@media (max-width: 750px){.product_header{margin-top:.5rem}.product_header .product_header_container{display:none}.product_header .product_header_container2{display:block;display:flex}.productWrapper{gap:10px;margin-top:.5rem}}.FilterPopWrap{width:100%;height:fit-content;display:flex;flex-direction:column;gap:10px}.FilterPopWrap .form_group{width:100%;display:flex;flex-direction:column;gap:8px}.FilterPopWrap .form_group label{font-size:14px;color:#565656}.filter_modal_header h4{color:#565656;font-size:1rem;font-weight:500}.product_detail{width:100%;height:fit-content;padding-bottom:5rem;margin-top:.5rem;padding:10px 100px;display:flex;flex-direction:column;gap:10px}.product_detail .product_detail_container{width:100%;display:flex;gap:20px;margin-top:.5rem}.product_detail .product_detail_wrap_left{width:50%;height:fit-content}.product_detail .product_detail_wrap_left .product_image_detail{width:100%;height:100%;display:flex;align-items:flex-start;gap:10px}.product_detail .product_detail_wrap_left .product_image_detail .product_iamge_detail_left{width:80px;display:flex;flex-direction:column;gap:10px}.product_detail .product_detail_wrap_left .product_image_detail .product_iamge_detail_left .img_box{width:80px;height:80px;background:#f5f5f5;border-radius:5px;cursor:pointer}.product_detail .product_detail_wrap_left .product_image_detail .product_iamge_detail_left .img_box img{width:100%;height:100%;object-fit:cover;border-radius:5px}.product_detail .product_detail_wrap_left .product_image_detail .product_iamge_detail_left .img_box:hover{opacity:.8}.product_detail .product_detail_wrap_left .product_image_detail .product_image_detail_right{width:calc(100% - 80px);height:auto}.product_detail .product_detail_wrap_left .product_image_detail .product_image_detail_right img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}.product_detail .product_detail_wrap_right{width:50%;height:fit-content}.product_detail .product_detail_wrap_right h1{color:#ef5b24;font-weight:600;font-size:1.2rem;white-space:wrap;display:flex;align-items:center;gap:10px;line-height:1.3rem}.product_detail .product_detail_wrap_right h1 .status_flag{font-size:12px;background:#fff7ed;color:#ef5b24;font-weight:400;padding:2px 6px;border-radius:3px}.product_detail .product_detail_wrap_right .rating_text{width:fit-content;display:flex;align-items:center;gap:5px;margin-top:2px}.product_detail .product_detail_wrap_right .rating_text .rating_star{display:flex;align-items:center;gap:1px}.product_detail .product_detail_wrap_right .rating_text .rating_star i{color:#fbbf24;font-size:13px}.product_detail .product_detail_wrap_right .rating_text p{color:#656565;font-size:12px}.product_detail .product_detail_wrap_right .rating_text p span{color:#0d9488;font-weight:500}.product_detail .product_detail_wrap_right h3.price{font-size:1.2rem;margin-top:1rem;display:flex;align-items:center;gap:10px}.product_detail .product_detail_wrap_right h3.price .price_tag{font-size:.8rem;background:#ef5b24;color:#fff;padding:4px 10px;border-radius:50px;display:flex;align-items:center}.product_detail .product_detail_wrap_right .final_price{font-size:.7rem;color:#484848;margin-top:2px}.product_detail .product_detail_wrap_right .cut-price{display:flex;align-items:center;gap:10px;margin-top:1rem;font-size:1.2rem}.product_detail .product_detail_wrap_right .cut-price .cut-price1{position:relative;color:#484848;font-weight:400}.product_detail .product_detail_wrap_right .cut-price .cut-price1 .cut-line{width:100%;height:2px;background:#ef5b24;position:absolute;left:0;bottom:50%;top:50%;right:0}.product_detail .product_detail_wrap_right h4.category_text{margin-top:1rem;font-weight:400;font-size:14px}.product_detail .product_detail_wrap_right .product_weight{margin-top:.6rem}.product_detail .product_detail_wrap_right .product_weight h4{font-weight:400;font-size:14px;margin-bottom:.5rem}.product_detail .product_detail_wrap_right .product_weight .weight_tags{width:fit-content;display:flex;flex-wrap:wrap;gap:10px}.product_detail .product_detail_wrap_right .product_weight .weight_tags .weight_tag{border:1px solid #e4e4e4;padding:5px 6px;border-radius:5px;color:#656565;font-weight:600;font-size:12px;cursor:pointer}.product_detail .product_detail_wrap_right .product_weight .weight_tags .weight_tag.active{color:#ef5b24;border-color:#ef5b24}.product_detail .product_detail_wrap_right .product_veg{margin-top:.5rem}.product_detail .product_detail_wrap_right .product_veg h4{font-weight:400;font-size:14px;margin-bottom:.5rem}.product_detail .product_detail_wrap_right .product_veg .veg_status{border:1px solid #e4e4e4;width:fit-content;padding:5px 6px;font-size:12px;font-weight:600;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:5px}.product_detail .product_detail_wrap_right .product_veg .veg_status .circle{width:10px;height:10px;border-radius:50%;background:red}.product_detail .product_detail_wrap_right .product_veg .veg_status .veg{background:green}.product_detail .product_detail_wrap_right .ingrediants_list{margin-top:1rem}.product_detail .product_detail_wrap_right .ingrediants_list h4{font-weight:400;font-size:14px;margin-bottom:4px}.product_detail .product_detail_wrap_right .ingrediants_list ul{display:flex;flex-wrap:wrap;gap:5px}.product_detail .product_detail_wrap_right .ingrediants_list ul li{list-style:none;font-size:13px;color:#565656}.product_detail .product_detail_wrap_right .btn_set{margin-top:2rem;width:fit-content;display:flex;align-items:center;gap:10px}.product_detail .product_detail_wrap_right .btn_set button{width:120px;height:40px;border:none;border-radius:5px;font-size:.9rem;outline:none;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}.product_detail .product_detail_wrap_right .btn_set button i{font-size:1.2rem}.product_detail .product_detail_wrap_right .btn_set button:hover{opacity:.9}.product_detail .product_detail_wrap_right .btn_set button.cart_btn{background:#ef5b24;color:#fff}.product_detail .product_detail_wrap_right .btn_set button.buy{background:#000;color:#fff}.product_detail .product_detail_container2 h2{margin-top:2rem;font-size:1rem;color:#4f4f4f;margin-bottom:5px}.product_detail .product_detail_container2 p{font-size:14px;line-height:1.4rem;text-align:justify}.product_detail .rating_section{width:60%}.product_detail .rating_section .rating_header{width:100%;display:flex;flex-direction:column;border-bottom:1px solid #e4e4e4;padding-bottom:.5rem}.product_detail .rating_section .rating_header h4{margin-top:1rem;font-size:1rem;color:#4f4f4f;margin-bottom:5px}.product_detail .rating_section .rating_header .rating_top{width:100%;display:flex;align-items:center;justify-content:space-between}.product_detail .rating_section .rating_header .rating_top p{font-size:.8rem}.product_detail .rating_section .rating_header .rating_top button{border:none;outline:none;background:#ef5b24;padding:8px 10px;color:#fff;border-radius:5px;font-size:.8rem;cursor:pointer}.product_detail .rating_section .rating_container{width:100%;display:flex;flex-direction:column;gap:20px;max-height:300px;overflow-y:auto;margin-top:1rem;padding-right:.5rem}.product_detail .rating_section .rating_container .no_rating{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product_detail .rating_section .rating_container .no_rating img{width:200px;height:200px;object-fit:cover}@media (max-width: 500px){.product_detail .rating_section .rating_container .no_rating img{width:150px;height:150px}}.product_detail .rating_section .rating_container .rating_card{width:100%;border:1px solid #e4e4e4;padding:1rem;border-radius:5px;position:relative}.product_detail .rating_section .rating_container .rating_card .rating_card_head{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.product_detail .rating_section .rating_container .rating_card .rating_card_head .rating_card_head_left{width:100%;display:flex;align-items:flex-start;gap:10px}.product_detail .rating_section .rating_container .rating_card .rating_card_head .rating_card_head_left .img{width:30px;height:30px;background:#fafafa;border-radius:5px;color:#ef5b24;display:flex;align-items:center;justify-content:center;font-weight:600}.product_detail .rating_section .rating_container .rating_card .rating_card_head .rating_card_head_left .rating_card_head_title h5{font-size:14px;font-weight:500;color:#4f4f4f;margin:0}.product_detail .rating_section .rating_container .rating_card .rating_card_head .rating_card_head_left .rating_card_head_title .rating_star{margin:0}.product_detail .rating_section .rating_container .rating_card .rating_card_head .rating_card_head_left .rating_card_head_title .rating_star i{color:#fbbf24;font-size:.8rem}.product_detail .rating_section .rating_container .rating_card p{font-size:.8rem;line-height:1.3rem;color:#787878;margin-top:5px;transition:.3s ease}.product_detail .rating_section .rating_container .rating_card p.read{font-size:.75rem;margin:0;cursor:pointer;color:#787878;width:fit-content}.product_detail .rating_section .rating_container .rating_card p.read:hover{color:#ef5b24}.product_detail .rating_section .rating_container .rating_card .rating_delete_btn{position:absolute;right:10px;bottom:10px;background:#eee;color:#c9c9c9;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:99;font-size:.7rem;cursor:pointer}.product_detail .rating_section .rating_container .rating_card .rating_delete_btn:hover{color:#ef5b24}.product_detail .rating_section .rating_container button.view{border:none;outline:none;background:#f6f6f6;width:30px;height:30px;border-radius:50%;color:#ef5b24;font-size:1.2rem;cursor:pointer}.product_detail .rating_section .rating_container::-webkit-scrollbar{width:5px}.product_detail .rating_section .rating_container::-webkit-scrollbar-thumb{width:5px;background:#eaeaea}.product_detail .related_product_section{width:40%}.product_detail .related_product_section h4{margin-top:1rem;font-size:1rem;color:#4f4f4f;margin-bottom:5px}.product_detail .related_product_section p{font-size:.8rem}.product_detail .related_product_section .related_product_wrapper{width:100%;display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}.product_detail .related_product_section .related_product_wrapper .product_card{width:48%;height:fit-content;padding-bottom:.5rem}.product_detail .related_product_section .related_product_wrapper .product_card h4{margin:5px}.rating_modal_header{border-bottom:1px solid #e4e4e4;padding-bottom:10px}.rating_modal_header h4{font-weight:500;font-size:.9rem;color:#2e2e2e}.rating_popup{display:flex;align-items:center;justify-content:center;flex-direction:column}.rating_popup .img{width:150px;height:150px;border-radius:50%}.rating_popup .img img{width:100%;height:100%;object-fit:cover}.rating_popup .form_group{width:100%;display:flex;flex-direction:column;margin-bottom:10px}.rating_popup .form_group label{font-size:.8rem;color:#484848;margin-bottom:5px}.rating_popup .form_group select{border:1px solid #e4e4e4;padding:.5rem;border-radius:5px;outline:none}.rating_popup .form_group textarea{width:100%;height:70px;border:1px solid #e4e4e4;resize:none;padding:.5rem;border-radius:5px;outline:none}.rating_popup button{width:100%;border:none;outline:none;height:35px;background:#ef5b24;color:#fff;border-radius:5px;margin-top:5px;cursor:pointer}@media (max-width: 900px){.product_detail{padding:10px}}@media (max-width: 750px){.product_detail .product_detail_container{flex-direction:column}.product_detail .product_detail_container .product_detail_wrap_left{width:100%}.product_detail .product_detail_container .product_detail_wrap_left .product_image_detail{flex-direction:column-reverse}.product_detail .product_detail_container .product_detail_wrap_left .product_image_detail .product_iamge_detail_left{flex-direction:row;width:100%}.product_detail .product_detail_container .product_detail_wrap_left .product_image_detail .product_iamge_detail_left .img_box{width:40px;height:40px}.product_detail .product_detail_container .product_detail_wrap_left .product_image_detail .product_image_detail_right{width:calc(100% + -0px)}.product_detail .product_detail_container .product_detail_wrap_left .product_image_detail .product_image_detail_right img,.product_detail .product_detail_container .product_detail_wrap_right{width:100%}.product_detail .product_detail_container2{flex-direction:column}.product_detail .rating_section{width:100%}.product_detail .rating_section .rating_header .rating_top{margin-top:5px}.product_detail .rating_section .rating_header .rating_top p{width:50%;line-height:1.2rem}.product_detail .rating_section .rating_card p{text-align:justify}.product_detail .related_product_section{width:100%}}.cart{width:100%;height:fit-content;padding:10px 100px;display:flex;gap:20px;padding-bottom:5rem}.cart .cart_left{width:60%}.cart .cart_left h3{font-size:1.3rem;margin-top:1rem;color:#000;font-weight:700}.cart .cart_left table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:1rem}.cart .cart_left table thead tr th{border-bottom:1px solid #e4e4e4;padding:.5rem;font-size:.9rem;font-weight:600;text-align:left}.cart .cart_left table thead tr th:nth-child(1){width:80px}.cart .cart_left table thead tr th:nth-child(6){width:50px}.cart .cart_left table tbody tr td{padding:.5rem;border-bottom:1px solid #e4e4e4;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#383838;font-size:.85rem}.cart .cart_left table tbody tr td img{width:50px;height:50px;border-radius:5px;object-fit:cover}.cart .cart_left table tbody tr td .add{display:flex;align-items:center;gap:10px}.cart .cart_left table tbody tr td .add button{width:25px;height:25px;border-radius:50%;background:#f5f5f5;color:#ef5b24;display:flex;align-items:center;justify-content:center;border:none;outline:none;cursor:pointer;font-size:1rem}.cart .cart_left table tbody tr td button.delete{border:none;outline:none;background:transparent;color:#ef5b24;cursor:pointer;font-size:.9rem}.cart .cart_left table tbody tr td .detail h4{font-weight:500;color:#383838;text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cart .cart_left table tbody tr td .detail .fare{color:#383838;font-size:.7rem;margin-top:6px;white-space:wrap;text-transform:capitalize}.cart .cart_right{width:40%;padding-left:1rem}.cart .cart_right .cart_checkout{width:100%;margin-top:4rem;border:1px solid #e4e4e4;border-radius:10px;padding:1rem}.cart .cart_right .cart_checkout .apply_btn{width:100%;display:flex;gap:5px;margin-top:1rem;margin-bottom:1rem}.cart .cart_right .cart_checkout .apply_btn input{width:100%;height:30px;border:1px solid #e4e4e4;border-radius:50px;outline:none;padding:0 1rem}.cart .cart_right .cart_checkout .apply_btn button{width:100px;height:30px;background:#ef5b24;color:#fff;border-radius:50px;border:none;outline:none;cursor:pointer;padding:0}.cart .cart_right .cart_checkout .sub{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cart .cart_right .cart_checkout .sub p{font-size:.8rem;color:#696969}.cart .cart_right .cart_checkout .sub b{font-size:.8rem}.cart .cart_right .cart_checkout .sub2{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.cart .cart_right .cart_checkout .sub2 p{font-size:.8rem;color:#000;font-weight:600}.cart .cart_right .cart_checkout .sub2 b{font-size:1rem}.cart .cart_right .cart_checkout .line{margin:.6rem 0;border-top:1px solid #e4e4e4}.cart .cart_right .cart_checkout button.buy{background:#000;width:100%;padding:.6rem;border-radius:50px;color:#fff;border:none;outline:none;margin-top:.5rem;font-size:.8rem;cursor:pointer}.cart .cart_right .cart_checkout .form_group{width:100%;display:flex;flex-direction:column;margin:1rem 0}.cart .cart_right .cart_checkout .form_group label{font-size:.9rem;color:#383838;margin-bottom:10px}.cart .cart_right .cart_checkout .form_group .date{display:flex;justify-content:space-evenly;align-items:center;gap:15px}@media (max-width: 900px){.cart{padding:10px}}@media (max-width: 750px){.cart{flex-direction:column;padding-bottom:5rem;gap:20px}.cart .cart_left{width:100%}.cart .cart_left .table_wrapper_cart{width:100%;overflow-x:auto}.cart .cart_left .table_wrapper_cart table{min-width:600px}.cart .cart_right{width:100%;margin-top:1.5rem;padding-left:0}.cart .cart_right .cart_checkout{margin:0}}.wishlist{padding:10px 100px;width:100%;margin-bottom:5rem}.wishlist h3{font-size:1.3rem;margin-top:1rem;color:#000;font-weight:700}.wishlist table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:1rem}.wishlist table thead tr th{border-bottom:1px solid #e4e4e4;padding:.5rem;font-size:.9rem;font-weight:600;text-align:left}.wishlist table thead tr th:nth-child(1){width:100px}.wishlist table thead tr th:nth-child(5){width:150px}.wishlist table thead tr th:nth-child(6){width:100px}.wishlist table tbody tr td{padding:.5rem;border-bottom:1px solid #e4e4e4;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#383838;font-size:.85rem}.wishlist table tbody tr td img{width:50px;height:50px;border-radius:5px;object-fit:cover}.wishlist table tbody tr td .add{display:flex;align-items:center;gap:10px}.wishlist table tbody tr td .add button{width:25px;height:25px;border-radius:50%;background:#f5f5f5;color:#ef5b24;display:flex;align-items:center;justify-content:center;border:none;outline:none;cursor:pointer;font-size:1rem}.wishlist table tbody tr td button.delete{border:none;outline:none;background:transparent;color:#ef5b24;cursor:pointer;font-size:.9rem}.wishlist table tbody tr td button.cart_btn{border:none;outline:none;background:#000;color:#fff;cursor:pointer;font-size:.75rem;padding:6px 10px;border-radius:5px}@media (max-width: 900px){.wishlist{padding:10px}}@media (max-width: 750px){.wishlist h3{font-size:16px;font-weight:600}.wishlist .table_wrapper_cart{width:100%;overflow-x:auto}.wishlist .table_wrapper_cart table{min-width:800px}.wishlist .table_wrapper_cart::-webkit-scrollbar{display:none}}.note{width:100%;background:#f5f3ff;border-radius:5px;padding:.8rem;margin:1rem 0}.note h6{color:#7f22fe;font-weight:500;font-size:.79rem}.note p{color:#696969;font-size:.75rem;text-align:justify;margin-top:5px;line-height:1.2rem}.note input{width:100%;border:none;outline:none;height:35px;margin-top:10px;padding:0 .5rem;border-radius:5px;background:#ede9fd}section.auth{width:100%;height:100vh;overflow:hidden;position:relative}section.auth img{width:100%;height:100%;object-fit:cover}section.auth .bg{position:absolute;width:100%;height:100%;top:0;left:0;background:#00000080;z-index:99}section.auth .glass_box{position:absolute;background:#fff6;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999;padding:1.5rem 1rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:5px}section.auth .glass_box .img_box{width:100%;display:flex;align-items:center;justify-content:center}section.auth .glass_box .img_box img{width:150px;object-fit:contain}section.auth .glass_box h2{font-size:1rem;font-weight:600;margin-bottom:.8rem;margin-top:.5rem;color:#fff}section.auth .glass_box p.info2{width:400px;font-size:.8rem;color:#fff;line-height:1.2rem}section.auth .glass_box button{width:100%;height:35px;background:#ef5b24;border:none;outline:none;border-radius:5px;margin-top:1rem;color:#fff;cursor:pointer}section.auth .glass_box .form_group{width:100%;height:fit-content;margin-bottom:15px;display:flex;flex-direction:column}section.auth .glass_box .form_group label{font-size:.8rem;color:#fff;margin-bottom:5px}section.auth .glass_box .form_group input{width:400px;border:none;outline:none;height:35px;padding:.5rem;border-radius:5px;background:transparent;background:#ffffff80}section.auth .glass_box .link_d{width:100%;display:flex;align-items:center;justify-content:space-between}section.auth .glass_box .link_d a{text-decoration:none;color:#fff;font-size:.8rem;font-weight:400}section.auth .glass_box .link_d a:hover{color:#ef5b24}.copy_right{position:fixed;bottom:10px;left:50%;transform:translate(-50%,-50%);z-index:999}.copy_right p{color:#d4d4d4;font-size:.8rem;letter-spacing:.2px}@media (max-width: 900px){section.auth .glass_box{width:calc(100% - 20px)}section.auth .glass_box p.info2{width:100%;text-align:justify}section.auth .glass_box .form_group input{width:100%}section.auth .glass_box .link_d{flex-direction:column;gap:10px;align-items:flex-start}.copy_right{width:100%;text-align:center}}.linkz{text-decoration:none;color:#dedede;font-size:12px}.linkz:hover{color:#ef5b24}.profile{width:100%;padding:10px 100px;gap:10px;margin-top:1rem;margin-bottom:5rem}.profile .profile_container{margin-top:1rem;display:flex;gap:30px}.profile .profile_container .profile_left{width:130px;height:fit-content}.profile .profile_container .profile_left ul li{list-style:none;border-right:1px solid #e4e4e4;padding:8px;font-size:.9rem;font-weight:500;color:#323232;cursor:pointer;border-radius:5px 0 0 5px}.profile .profile_container .profile_left ul li.active{background:#fafafa;border-right:2px solid #ef5b24}.profile .profile_container .profile_left ul li:hover{background:#fafafa}.profile .profile_container .profile_right{width:calc(100% - 130px)}.profile .profile_container .profile_right h2{font-size:1.3rem;color:#313131;font-weight:700;text-align:center}.profile .profile_container .profile_right h2 select{border:1px solid #e4e4e4;border-radius:3px;padding:5px;outline:none;display:none}.profile .profile_container .profile_right .form_container{display:flex;flex-direction:column}.profile .profile_container .profile_right .form_container .profile_icon{width:50px;height:50px;border-radius:5px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#ef5b24;font-weight:600;margin-bottom:10px}.profile .profile_container .profile_right .form_container .form_group{width:100%;display:flex;flex-direction:column;margin-bottom:10px}.profile .profile_container .profile_right .form_container .form_group label{font-size:.85rem;color:#323232;margin-bottom:5px}.profile .profile_container .profile_right .form_container .form_group input{width:100%;height:40px;padding:0 1rem;border:1px solid #e4e4e4;outline:none;border-radius:5px}.profile .profile_container .profile_right .form_container button{width:fit-content;padding:.5rem 1rem;border:none;outline:none;background:#ef5b24;color:#fff;border-radius:5px;margin-top:5px;box-shadow:#959da533 0 8px 24px;cursor:pointer}.profile .profile_container .profile_right .order_history{width:100%;height:100%;overflow-y:auto;padding-top:1rem}.profile .profile_container .profile_right .order_history .order_accordian{width:100%;height:fit-content;padding:.5rem;border:1px solid #e4e4e4;border-radius:5px;margin-bottom:10px;cursor:pointer}.profile .profile_container .profile_right .order_history .order_accordian .order_accordian_head{width:100%;display:flex;align-items:center;justify-content:space-between}.profile .profile_container .profile_right .order_history .order_accordian .order_accordian_head .order_accordian_head_left h4{color:#ef5b24;font-weight:600;font-size:1rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile .profile_container .profile_right .order_history .order_accordian .order_accordian_head .order_accordian_head_left .single{width:fit-content;display:flex;align-items:center;gap:10px;margin-top:3px}.profile .profile_container .profile_right .order_history .order_accordian .order_accordian_head .order_accordian_head_left .single p{display:flex;align-items:center;gap:2px;font-size:.8rem;color:#323232}.profile .profile_container .profile_right .order_history .order_accordian .order_accordian_head .order_accordian_head_right .status{border:1px solid #e4e4e4;font-size:.8rem;border-radius:3px;padding:5px 9px;color:#878787;font-weight:400}.profile .profile_container .profile_right .order_history .order_accordian .order_accordian_head .order_accordian_head_right .complete{background:#effbec;color:#00c65a;color:oklch(72.3% .219 149.579deg);border:none}.profile .profile_container .profile_right .order_history .order_accordian .order_accordian_head .order_accordian_head_right .pending{background:#fffded;color:#ffae00;border:none}.profile .profile_container .profile_right .order_history .order_accordian .order_accordian_head .order_accordian_head_right .cancel{background:#fff6f4;color:#f20;border:none}.profile .profile_container .profile_right .order_history .order_accordian .order_accordian_body{padding:1.5rem 0rem;height:fit-content;padding-bottom:0}.profile .profile_container .profile_right .saved_address{width:100%;overflow-y:auto}.profile .profile_container .profile_right .saved_address button.add{float:right;margin-top:1rem;margin-bottom:1rem;border:none;outline:none;background:#ef5b24;color:#fff;padding:5px;border-radius:3px;box-shadow:#959da533 0 8px 24px;cursor:pointer}.profile .profile_container .profile_right .saved_address .saved_address_container{width:100%;display:flex;flex-wrap:wrap;gap:10px}.profile .profile_container .profile_right .saved_address .saved_address_container .saved_address_card{border:1px solid #e4e4e4;padding:1rem;width:48%;border-radius:5px;position:relative}.profile .profile_container .profile_right .saved_address .saved_address_container .saved_address_card .home_ico{width:25px;height:25px;background:#ef5b24;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:4px}.profile .profile_container .profile_right .saved_address .saved_address_container .saved_address_card p{font-size:.8rem;line-height:1.3rem;color:#878787;margin-top:5px}.profile .profile_container .profile_right .saved_address .saved_address_container .saved_address_card .trash{position:absolute;top:10px;right:10px;color:#f20;cursor:pointer}.profile .profile_container .profile_right2{width:calc(100% + -0px)}.profile .profile_container .profile_right2 h2{font-size:1.3rem;color:#313131;font-weight:700;text-align:center}.profile .profile_container .profile_right2 h2 select{border:1px solid #e4e4e4;border-radius:3px;padding:5px;outline:none;display:none}.profile .profile_container .profile_right2 .order_history{width:100%;height:100%;overflow-y:auto;padding-top:1rem}.profile .profile_container .profile_right2 .order_history .order_accordian{width:100%;height:fit-content;padding:.8rem 1rem;border:1px solid #e4e4e4;border-radius:5px;margin-bottom:10px;cursor:pointer}.profile .profile_container .profile_right2 .order_history .order_accordian .order_accordian_head{width:100%;display:flex;align-items:center;justify-content:space-between}.profile .profile_container .profile_right2 .order_history .order_accordian .order_accordian_head .order_accordian_head_left h4{color:#ef5b24;font-weight:600;font-size:1rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-transform:capitalize;margin-bottom:5px}.profile .profile_container .profile_right2 .order_history .order_accordian .order_accordian_head .order_accordian_head_left .single{width:fit-content;display:flex;align-items:center;gap:10px;margin-top:3px}.profile .profile_container .profile_right2 .order_history .order_accordian .order_accordian_head .order_accordian_head_left .single p{display:flex;align-items:center;gap:2px;font-size:.8rem;color:#323232}.profile .profile_container .profile_right2 .order_history .order_accordian .order_accordian_head .order_accordian_head_right .status{border:1px solid #e4e4e4;font-size:.8rem;border-radius:3px;padding:5px 9px;color:#878787;font-weight:400}.profile .profile_container .profile_right2 .order_history .order_accordian .order_accordian_head .order_accordian_head_right .complete{background:#effbec;color:#00c65a;color:oklch(72.3% .219 149.579deg);border:none}.profile .profile_container .profile_right2 .order_history .order_accordian .order_accordian_head .order_accordian_head_right .pending{background:#fffded;color:#ffae00;border:none}.profile .profile_container .profile_right2 .order_history .order_accordian .order_accordian_head .order_accordian_head_right .cancel{background:#fff6f4;color:#f20;border:none}.profile .profile_container .profile_right2 .order_history .order_accordian .order_accordian_body{padding:1.5rem 0rem;height:fit-content;padding-bottom:0}@media (max-width: 900px){.profile{padding:10px}}@media (max-width: 750px){.profile .profile_container{margin:0}.profile .profile_container .profile_left{display:none}.profile .profile_container .profile_right{width:100%}.profile .profile_container .profile_right h2{text-align:left;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.profile .profile_container .profile_right h2 select{display:block}.profile .profile_container .profile_right .order_history .order_accordian .order_accordian_body{height:fit-content}}.modal_head{border-bottom:1px solid #e4e4e4;padding-bottom:5px}.modal_head h4{font-weight:400}.create_Address .form_group{width:100%;display:flex;flex-direction:column;margin-bottom:10px}.create_Address .form_group label{font-size:.8rem;color:#484848;margin-bottom:5px}.create_Address .form_group input,.create_Address .form_group select{border:1px solid #e4e4e4;padding:.5rem;border-radius:5px;outline:none}.create_Address button{width:100%;height:35px;border:none;outline:none;background:#ef5b24;color:#fff;padding:5px;border-radius:3px;box-shadow:#959da533 0 8px 24px;cursor:pointer;margin-top:.5rem}@media (max-width: 750px){.order_history .order_accordian .order_accordian_head .order_accordian_head_left h4{margin-bottom:.5rem!important}.order_history .order_accordian .order_accordian_head .order_accordian_head_left .single{flex-direction:column}.order_history .order_accordian .order_accordian_head .order_accordian_head_left .single p{width:100%}}
