*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}.mobile-main-container{max-width:450px;margin:0 auto;position:relative}.cus-container{padding:0 1.1em;position:relative}.main-btn{text-align:center;box-shadow:none;text-align:center;background:#00509d;border:none;border-radius:100px;outline:none;justify-content:center;align-items:center;gap:5px;padding:10px 15px;display:flex}.main-btn.loading{cursor:not-allowed;opacity:.8;position:relative}.main-btn.loading:after{content:"";border:2px solid #fff;border-top-color:#00509d;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spinner-rotate;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main-btn.loading span,.main-btn.loading img{opacity:0}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.main-btn.no-circ{border-radius:8px}.main-btn.link-btn{box-shadow:none;text-align:center;background:0 0;border:none;justify-content:center;align-items:center;gap:5px;padding:0;display:inline-flex}.main-btn.link-btn span{color:#00509d;text-transform:uppercase;font-size:13px;font-weight:600;text-decoration:underline}.main-btn img{width:18px;height:auto}.main-btn.gray-btn{background:#f5f5f5}.main-btn.gray-btn span{color:#101010}.main-btn.bordered-btn{background:0 0;border:1px solid #00509d}.main-btn.bordered-btn span{color:#00509d}.main-btn.wide{width:100%}.main-btn.center{max-width:max-content;margin:0 auto;display:flex}.main-btn span{color:#fff;font-size:16px;font-weight:500}.head{color:#101010;letter-spacing:-.84px;font-size:28px;font-weight:700}.para{color:#878787;font-size:13px;line-height:130%}.form-group{margin-bottom:10px;position:relative}.form-group label{color:#101010;margin-bottom:5px;font-size:14px;font-weight:500}.form-group .inp-grp{width:100%}.form-group .inp-grp input,.form-group .inp-grp select,.form-group .inp-grp textarea{color:#101010;border:1px solid #d6d6d6;border-radius:8px;outline:none;width:100%;padding:12px 15px;font-size:14px;font-weight:400;transition:all .3s}.form-group .inp-grp input::placeholder,.form-group .inp-grp select::placeholder,.form-group .inp-grp textarea::placeholder{color:#878787;transition:all .3s}.form-group .inp-grp input:focus,.form-group .inp-grp select:focus,.form-group .inp-grp textarea:focus{border-color:#00509d;box-shadow:0 0 0 2px #00509d33}.form-group .inp-grp input:focus::placeholder,.form-group .inp-grp select:focus::placeholder,.form-group .inp-grp textarea:focus::placeholder{color:#101010}.sm-head{margin-bottom:8px;font-size:17px;font-weight:700}.spec-table{border-collapse:collapse;border:1px solid #0000001a;border-radius:8px;width:100%;overflow:hidden}.spec-table td{color:#737373;border:1px solid #0000001a;padding:5px 0;font-size:12px;font-weight:500}.spec-table td:first-child{border-right:none}.spec-table td:last-child{border-left:none}.alert-box{gap:5px!important;padding:.5em!important}.alert-box>span{margin:0!important}.alert-box>span svg{width:18px!important;height:18px!important}.alert-box h3{margin-top:2px;margin-bottom:0;font-size:14px;line-height:100%}.alert-box p{margin-bottom:0;font-size:12px}.xsm-head{color:#1d1d1d;font-size:14px;font-weight:700}.notification-card{border:1px solid #0000000d;border-radius:12px!important;padding:15px 10px!important}.notification-card h3{font-size:14px;line-height:100%}.notification-card p{margin-bottom:0}.splash-page{height:100vh;position:relative;overflow:hidden}.splash-page .splash{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.splash-page .splash-content{z-index:1;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.splash-page .splash-content .logo{width:110px;height:auto;margin-bottom:100px}.splash-page .splash-content .logo img{width:100%}.top-header{z-index:99;background:#fff;flex-direction:column;justify-content:center;width:100%;min-height:90px;padding-top:10px;display:flex;position:sticky;top:0;overflow:hidden}.top-header>img{object-fit:cover;object-position:top center;width:100%;height:100%;position:absolute;top:0;left:0}.top-header .top-header-content{align-items:center;display:flex}.top-header .top-header-content .text,.top-header .top-header-content .logo{text-align:center;max-width:60%;position:absolute;top:50%;left:50%;transform:translateY(-50%)translate(-50%)}.top-header .top-header-content .text{font-size:18px;font-weight:600}.top-header .top-header-content .logo{width:85px;height:auto}.top-header .top-header-content .logo img{width:100%;height:auto}.resend-timer{justify-content:center;gap:5px;margin-top:5px;display:flex}.resend-timer span{font-size:14px}.dash-header{background:#00509d;border-bottom-right-radius:24px;border-bottom-left-radius:24px;padding-top:1.5em;padding-bottom:15px;position:relative}.dash-header .dash-header-inner{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.dash-header .dash-header-inner .l-part h3{color:#fff;font-size:20px;font-weight:700;line-height:100%}.dash-header .dash-header-inner .l-part h3 span{color:#fdc500}.dash-header .dash-header-inner .l-part .profile-img{border:2px solid #fdc500;border-radius:50%;width:40px;min-width:40px;height:40px;min-height:40px;margin-bottom:10px;overflow:hidden}.dash-header .dash-header-inner .l-part .profile-img img{object-fit:cover;object-position:center;width:100%;height:100%}.dash-header .dash-header-inner .r-part .notification-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;margin:0;padding:0;display:flex}.dash-header .dash-header-inner .r-part .notification-btn img{width:30px;height:auto}.app-bottom-bar{width:100%;max-width:450px;padding:10px 8px;padding-bottom:calc(10px + env(safe-area-inset-bottom));z-index:99;box-sizing:border-box;background:#fff;gap:5px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -10px 15px #0000000d}.app-bottom-bar a{flex-direction:column;flex:auto;align-items:center;gap:2px;text-decoration:none;display:flex}.app-bottom-bar a.active span{color:#00509d;font-weight:600}.app-bottom-bar a.active svg path{stroke:#00509d}.app-bottom-bar a.plus-icon{background:radial-gradient(circle,#3194f0 0%,#00509d 100%);border-radius:50%;flex:none;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;min-height:50px;margin-top:-30px}.app-bottom-bar a.plus-icon svg path{stroke:#fff}.app-bottom-bar a span{color:#5d6268;font-size:10px;font-weight:500;text-decoration:none;transition:color .2s}.app-bottom-bar a svg path{transition:stroke .2s}.swiper-pagination span{opacity:1;background:#d6d6d6;width:8px;height:8px}.swiper-pagination span.swiper-pagination-bullet-active{background:#00509d}.dash-swiper{margin-top:20px;position:relative;padding-bottom:20px!important}.dash-swiper .swiper-pagination{bottom:0!important}.dash-swiper .offer-slide-wrapper{background:#fafafa;border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:hidden}.dash-swiper .offer-slide-wrapper a{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.dash-swiper .offer-slide-wrapper .offer-image{object-fit:contain!important;width:100%!important;height:100%!important;position:relative!important}.dash-swiper-loading{text-align:center;justify-content:center;align-items:center;min-height:200px;padding:60px 20px;display:flex;position:relative}.dash-swiper-loading .spinner{border:3px solid #00509d1a;border-top-color:#00509d;border-radius:50%;width:40px;height:40px;animation:.7s linear infinite spinner-rotate}.dash-swiper-empty{text-align:center;background:#fafafa;border-radius:12px;margin-bottom:20px;padding:40px 20px;position:relative}.dash-swiper-empty .empty-offers-message p{color:gray;margin:0;font-size:14px;font-weight:500}.border-heading{text-align:center;margin:15px 0;position:relative}.border-heading h2{color:#101010;max-width:max-content;margin:0 auto;padding:0 15px;font-size:18px;font-weight:600;display:inline-block;position:relative}.border-heading h2:before,.border-heading h2:after{content:"";background:#0000001a;width:100px;height:1px;position:absolute;top:50%;transform:translateY(-50%)}.border-heading h2:before{margin-right:10px;right:100%}.border-heading h2:after{margin-left:10px;left:100%}.border-heading h2 span{color:#00509d}.dash-categories-list{box-sizing:border-box;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid;overflow:hidden}.dash-categories-list .dash-category-item{box-sizing:border-box;background:#ebf4ff;border:1px solid #e3e5ee;border-radius:12px;flex-direction:column;align-items:center;width:100%;padding-top:10px;text-decoration:none;display:flex}.dash-categories-list .dash-category-item img{object-fit:contain;object-position:bottom center;width:100%;height:65px}.dash-categories-list .dash-category-item span{text-align:center;color:#484f65;font-size:12px;font-weight:600}.search-with-filter{position:relative}.search-with-filter>img{z-index:5;pointer-events:none;width:24px;height:auto;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.search-with-filter>input{border:1px solid #a1a1a180;border-radius:100px;outline:none;width:100%;padding:12px 15px 12px 40px;font-size:14px;transition:all .3s}.search-with-filter>input:focus{border-color:#00509d;box-shadow:0 0 0 2px #00509d33}.search-with-filter .filter-btn{object-fit:contain;object-position:center;z-index:5;cursor:pointer;width:35px;height:35px;box-shadow:none;background:0 0;border:none;outline:none;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.search-with-filter .filter-btn img{object-fit:contain;object-position:center;width:24px;height:24px}.filter-chips-container{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}.filter-chip{background:#fff;border:1px solid #00000040;border-radius:100px;align-items:center;gap:6px;min-width:max-content;max-width:max-content;padding:2px 12px;display:flex;position:relative}.filter-chip button{cursor:pointer;box-shadow:none;background:0 0;border:none;outline:none;margin:0;padding:0;position:relative}.filter-chip button img{object-fit:contain;object-position:center;top:0;width:10px!important;height:10px!important}.filter-chip span{color:#101010;font-size:12px;font-weight:500;transform:translateY(1px)}.product-card{background:#fff;border:1px solid #0000001a;border-radius:10px;padding:5px;position:relative}.product-card .product-card-image{border-radius:12px;padding-top:100%;position:relative;overflow:hidden}.product-card .product-card-image .add-button{z-index:5;cursor:pointer;box-shadow:none;background:0 0;border:none;outline:none;margin:0;padding:0;position:absolute;top:10px;left:10px}.product-card .product-card-image .add-button img{width:28px;height:28px}.product-card .product-card-image>img,.product-card .product-card-image>a>img,.product-card .product-card-image>a{width:100%;height:100%;position:absolute;top:0;left:0}.product-card .product-card-image>img,.product-card .product-card-image>a>img{object-fit:cover;object-position:center}.product-card .product-card-content{padding-top:10px}.product-card .product-card-content .top-con{gap:8px;margin-bottom:5px;padding-left:0;display:flex}.product-card .product-card-content .top-con li{align-items:center;gap:0;list-style:none;display:flex}.product-card .product-card-content .top-con li span{color:#454545;font-size:12px;font-weight:500}.product-card .product-card-content .top-con li img{width:18px;min-width:18px;height:auto}.product-card .product-card-content .product-card-title{color:#454545;margin-bottom:2px;font-size:14px;font-weight:700}.product-card .product-card-content .product-card-price{color:#101010;margin-top:0;margin-bottom:0;font-size:16px;font-weight:700}.product-card .product-card-content .para{color:#454545;margin-bottom:0;font-size:12px;font-weight:500}.top-con{gap:8px;margin-bottom:5px;padding-left:0;display:flex}.top-con li{align-items:center;gap:0;list-style:none;display:flex}.top-con li span{color:#454545;font-size:12px;font-weight:500}.top-con li img{width:18px;min-width:18px;height:auto}.product-cards-container{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:15px;display:grid}.product-image-slider-item{border-radius:20px;width:100%;padding-top:100%;position:relative;overflow:hidden}.product-image-slider-item>img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.product-image-slider{position:relative}.product-image-slider .swiper{padding-bottom:20px!important}.product-image-slider .swiper-pagination{bottom:0!important}.product-single-content .top-con{justify-content:space-between}.product-single-content .top-con li img{width:22px;height:22px}.product-single-content .top-con li span{font-size:14px;font-weight:600}.product-single-content h3{text-transform:uppercase;margin-bottom:5px;font-size:20px;font-weight:700}.product-single-content .product-single-price{color:#1a78f1;margin-bottom:0;font-size:22px;font-weight:700}.product-single-content .product-single-price span{color:#454545;margin-left:5px;font-size:14px;font-weight:500;text-decoration:line-through}.product-single-content .product-single-description{color:#454545;margin-top:0;margin-bottom:0;font-size:12px;font-weight:500}.variant-chip{cursor:pointer;border:1px solid #00000040;border-radius:8px;min-width:max-content;padding:3px 10px;transition:all .3s;position:relative}.variant-chip.selected{border-color:#1a78f1;box-shadow:0 0 0 2px #1a78f133}.variant-chip.selected span{color:#1a78f1}.variant-chip span{text-align:center;font-size:13px;font-weight:500}.variant-selector{scrollbar-width:none;-ms-overflow-style:none;gap:5px;margin:10px 0;padding:1px 0;display:flex;overflow-x:auto}.variant-selector::-webkit-scrollbar{display:none}.product-single-bottom{background:#fff;border-top:1px solid #00000040;gap:8px;width:100%;max-width:450px;padding:8px 1.1em;display:flex;position:fixed;bottom:0}.tab-capsules{flex-wrap:wrap;align-items:center;gap:8px;padding:1px 0;display:flex}.tab-capsules .tab-capsule{cursor:pointer;box-shadow:none;background:#fff;border:1px solid #00000040;border-radius:100px;outline:none;min-width:max-content;margin:0;padding:0;transition:all .3s ease-in-out;padding:3px 15px!important}.tab-capsules .tab-capsule.active{background:#00509d}.tab-capsules .tab-capsule.active span{color:#fff}.tab-capsules .tab-capsule span{font-size:14px;font-weight:500}.quotation-card{border:1px solid #0000001a;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;padding:.6em .75em;display:flex}.quotation-card:not(:first-child){margin-top:12px}.quotation-card .l-part .quotation-card-header{align-items:center;gap:5px;display:flex}.quotation-card .l-part .quotation-card-header .status-chip{color:#fff;text-transform:uppercase;border-radius:5px;padding:2px 8px;font-size:12px;font-weight:500}.quotation-card .l-part .quotation-card-header .status-chip.draft{background:gray}.quotation-card .l-part .quotation-card-header .status-chip.pending{background:#e8a708}.quotation-card .l-part .quotation-card-header .status-chip.processing{background:#1a78f1}.quotation-card .l-part .quotation-card-header .status-chip.completed{background:#249936}.quotation-card .l-part .quotation-card-header .status-chip.cancelled{background:#e53935}.quotation-card .l-part .quotation-card-header .id{align-items:center;gap:0;display:flex}.quotation-card .l-part .quotation-card-header .id img{width:16px;height:16px}.quotation-card .l-part .quotation-card-header .id span{color:#454545;text-transform:uppercase;font-size:14px;font-weight:500}.quotation-card .l-part h3{color:#1d1d1d;margin-top:2px;margin-bottom:2px;font-size:16px;font-weight:700}.quotation-card .l-part .para{margin-bottom:2px}.quotation-card .r-part{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.quotation-card .r-part .price{margin-bottom:0}.quotation-card .r-part .price span{color:#1d1d1d;font-size:18px;font-weight:700}.quotation-card .r-part .products-count{color:#454545;margin-bottom:0;font-size:12px;font-weight:500}.status-chip{text-transform:uppercase;border-radius:5px;padding:2px 8px;font-size:12px;font-weight:500;color:#fff!important}.status-chip.draft{background:gray}.status-chip.pending{background:#e8a708}.status-chip.processing{background:#1a78f1}.status-chip.completed{background:#249936}.status-chip.cancelled{background:#e53935}.empty-screen{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 200px);display:flex}.cart-details{border:1px solid #0000001a;border-radius:12px;padding:.55em .75em;position:relative}.cart-details ul{margin-bottom:0;padding-left:0}.cart-details ul li{justify-content:space-between;align-items:center;padding:3px 0;list-style:none;display:flex}.cart-details ul li span{color:gray;font-size:12px;font-weight:600}.cart-details ul li span:nth-child(2){color:#000;font-weight:700}.cart-item{border:1px solid #0000001a;border-radius:12px;align-items:center;gap:10px;padding:.55em .75em;display:flex}.cart-item .cart-img{background:#f5f5f5;border-radius:10px;width:140px;min-width:140px;height:140px;min-height:140px;overflow:hidden}.cart-item .cart-img>img{object-fit:cover;object-position:center;width:100%;height:100%}.cart-item .r-part{flex-direction:column;align-self:flex-start;align-items:flex-start;display:flex}.cart-item .r-part h3{color:#1d1d1d;margin-bottom:0;font-size:14px;font-weight:700}.cart-item .r-part p{margin-bottom:0}.cart-item .r-part .price{color:#1d1d1d;font-size:18px;font-weight:700}.cart-item .r-part ul{align-items:center;gap:5px;margin-bottom:5px;padding-left:0;display:flex}.cart-item .r-part ul li{align-items:center;gap:0;list-style:none;display:flex}.cart-item .r-part ul li img{object-fit:contain;object-position:center;width:15px;height:15px}.cart-item .r-part ul li span{font-size:12px;font-weight:500}.cart-item .r-part .remove-button{box-shadow:none;background:0 0;border:none;border-bottom:1px solid #bc1616;outline:none}.cart-item .r-part .remove-button span{color:#bc1616;font-size:12px;font-weight:500}.cart-item:not(:first-child){margin-top:12px}.offcanvas.offcanvas-bottom{max-width:450px;margin:0 auto}.offcanvas-header .h5{color:#1d1d1d;font-size:18px;font-weight:700}.gray-detail-box{background:#fafafa;border:1px solid #0000001a;border-radius:12px;margin-top:1em;padding:.55em .75em;position:relative}.gray-detail-box .det-bx{margin-bottom:5px}.gray-detail-box .det-bx span{color:gray;word-break:break-word;overflow-wrap:break-word;font-size:14px;font-weight:600;display:block}.gray-detail-box .det-bx span:nth-child(2){color:#000;font-weight:700}.bottom-button-grp{z-index:555;background:#fff;border-top:1px solid #00000040;gap:8px;width:100%;max-width:450px;padding:8px 0;display:flex;position:sticky;bottom:-15px}.bottom-button-grp>*{flex:auto}.off-body{flex-direction:column;justify-content:space-between;gap:15px;height:100%;min-height:100%;display:flex}.total-part{flex:40%}.total-part span{color:gray;margin-top:5px;margin-bottom:0;font-size:12px;line-height:100%;display:block}.total-part h3{color:#1d1d1d;margin-bottom:0;font-size:22px;font-weight:700}.has-bottom-bar{padding-bottom:80px}.discount-bar{border:1px solid #0000001a;border-radius:12px;justify-content:space-between;align-items:center;margin-top:.5em;padding:.55em .75em;display:flex}.discount-bar span{color:#1d1d1d;font-size:14px;font-weight:500}.plus-circ-btn{width:24px;min-width:24px;height:24px;min-height:24px;box-shadow:none;cursor:pointer;background:linear-gradient(#1a78f1 0%,#00509d 100%);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.plus-circ-btn svg{object-fit:contain;object-position:center;width:12px;height:12px}.cart-det-btm{justify-content:space-between;align-items:center;gap:8px;display:flex}.cus-check{align-items:flex-start;gap:5px;margin-bottom:5px;display:flex}.cus-check label{color:gray;cursor:pointer;-webkit-user-select:none;user-select:none;padding-left:25px;font-size:14px;font-weight:500;position:relative}.cus-check label:after{content:"";background:#fff;border:1px solid #0000001a;border-radius:5px;width:20px;height:20px;position:absolute;top:0;left:0}.cus-check label:before{content:"";z-index:2;opacity:0;background:#1a78f1 url(../media/check.46510cdd.svg) 50%/100% 100%;border:1px solid #0000001a;border-radius:5px;width:20px;height:20px;transition:all .3s;position:absolute;top:0;left:0}.cus-check input{opacity:0;width:15px;height:15px;position:absolute}.cus-check input:checked~label{color:#000}.cus-check input:checked~label:before{opacity:1}.cus-radio{align-items:flex-start;gap:5px;margin-bottom:5px;display:flex}.cus-radio label{color:gray;cursor:pointer;-webkit-user-select:none;user-select:none;padding-left:25px;font-size:14px;font-weight:500;position:relative}.cus-radio label:after{content:"";background:#fff;border:1px solid #0000001a;border-radius:100px;width:20px;height:20px;position:absolute;top:0;left:0}.cus-radio label:before{content:"";z-index:2;opacity:0;background:#1a78f1 url(../media/check.46510cdd.svg) 50%/100% 100%;border:1px solid #0000001a;border-radius:100px;width:20px;height:20px;transition:all .3s;position:absolute;top:0;left:0;transform:scale(.55)}.cus-radio input{opacity:0;width:15px;height:15px;position:absolute}.cus-radio input:checked~label{color:#000}.cus-radio input:checked~label:before{opacity:1}.vertical-tab-btn{text-align:left;color:#1d1d1d;background:0 0;border:none;border-radius:10px;outline:none;width:100%;padding:10px 15px;font-size:14px;font-weight:500;transition:all .3s}.vertical-tab-btn.active{color:#fff;background:#1a78f1}.tab-content-box h5{margin-bottom:0;font-size:18px;font-weight:700}.range-slider .range-slider__thumb,.range-slider .range-slider__range{background:#1a78f1!important}.range-slider .range-slider__thumb{background:#fff!important;border:4px solid #1a78f1!important;width:20px!important;height:20px!important}
