.user-module__hr07aq__userDashboard{width:100vw;height:100vh;display:flex}.user-module__hr07aq__userDashboardLeft{width:25%;height:100%}.user-module__hr07aq__userDashboardRight{width:75%;height:100%}.user-module__hr07aq__navMainContainer{border-right:1px solid var(--grey);flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:50px 20px;display:flex}.user-module__hr07aq__navContainer{flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;width:100%;height:max-content;display:flex}.user-module__hr07aq__navBtn{cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:flex-start;gap:20px;width:100%;height:max-content;padding:15px 20px;font-size:17px;transition:all .3s ease-in-out;display:flex}.user-module__hr07aq__navBtn:hover,.user-module__hr07aq__navBtn.user-module__hr07aq__active{background:var(--primary);color:var(--background)}.user-module__hr07aq__logoutBtn{width:100%;height:max-content;color:var(--danger);background:0 0;border:none;align-items:center;gap:10px;font-size:16px;display:flex}.user-module__hr07aq__userDashboardContent{width:100%;height:100%;display:none}.user-module__hr07aq__userDashboardContent.user-module__hr07aq__active{display:block}.user-module__hr07aq__userProfile{width:100%;height:max-content;display:flex}.user-module__hr07aq__userProfileLeft{flex-direction:column;gap:40px;width:25%;height:max-content;padding:50px 10px;display:flex}.user-module__hr07aq__userProfileRight{width:75%;height:max-content;padding:50px 20px 50px 10px}.user-module__hr07aq__userProfileNavBtn{background:0 0;border:none;justify-content:flex-start;align-items:center;gap:20px;width:100%;height:max-content;font-size:17px;display:flex}.user-module__hr07aq__userProfileNavBtn.user-module__hr07aq__active{color:var(--primary)}.user-module__hr07aq__userProfileRightContent{width:100%;height:max-content;display:none}.user-module__hr07aq__userProfileRightContent.user-module__hr07aq__active{display:block}.user-module__hr07aq__userOrderCardImgContainer{position:relative}.user-module__hr07aq__userDashboardMain{width:100%;height:max-content;padding:40px}.user-module__hr07aq__userDashboardHeader{width:100%;height:max-content;margin-bottom:20px}.user-module__hr07aq__userDashboardHeader h2{font-size:25px}.user-module__hr07aq__userDashboardMainContent{width:100%;height:max-content}.user-module__hr07aq__userOrderNav{border-bottom:1px solid var(--lightGrey);align-items:center;gap:10px;width:100%;height:max-content;margin-bottom:10px;display:flex}.user-module__hr07aq__userOrderNavBtn{cursor:pointer;background:0 0;border:none;padding-bottom:10px;font-size:16px}.user-module__hr07aq__userOrderNavBtn.user-module__hr07aq__active{border-bottom:2px solid var(--text)}.user-module__hr07aq__userOrderCardContainer{width:100%;height:max-content;display:none}.user-module__hr07aq__userOrderCardContainer.user-module__hr07aq__active{display:block}.user-module__hr07aq__userOrderCard{border-bottom:1px solid var(--lightGrey);width:100%;height:max-content;padding:10px 0}.user-module__hr07aq__userOrderCardTop{width:100%;height:max-content;margin-bottom:10px}.user-module__hr07aq__userOrderCardTop p{color:var(--grey);font-size:14px}.user-module__hr07aq__userOrderCardBottom{justify-content:space-between;align-items:flex-start;width:100%;height:max-content;display:flex}.user-module__hr07aq__userOrderCardBottomLeft{align-items:flex-start;gap:10px;width:max-content;max-width:70%;height:max-content;display:flex}.user-module__hr07aq__userOrderCardImgContainer{width:100px;height:75px;position:relative}.user-module__hr07aq__userOrderCardDesContainer{width:max-content;height:max-content}.user-module__hr07aq__userOrderCardDesContainer h3{margin-bottom:5px;font-size:15px}.user-module__hr07aq__userOrderCardDesContainer h2{margin-bottom:5px;font-size:18px}.user-module__hr07aq__userOrderCardDesContainer p{color:var(--grey);font-size:15px}.user-module__hr07aq__userOrderCardBottomRight{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.user-module__hr07aq__userOrderCardBottomRight button{border:1px solid var(--lightGrey);color:var(--primary);border-radius:5px;padding:10px 20px;font-size:16px}.user-module__hr07aq__userOrderCardBottomRight button:last-child{font-weight:700}.user-module__hr07aq__userOrderCardBtnAction.user-module__hr07aq__reorder{background:var(--primary);color:var(--background);border:none}.user-module__hr07aq__userOrderCardBtnAction.user-module__hr07aq__reciept{border:1px solid var(--primary);color:var(--primary);background:0 0}.user-module__hr07aq__userOrderCardBtnAction.user-module__hr07aq__hide{display:none}.user-module__hr07aq__userAddressContainer{flex-direction:column;gap:20px;width:100%;height:max-content;display:flex}.user-module__hr07aq__userAddressCard{border:1px solid var(--grey);border-radius:5px;width:70%;height:max-content}.user-module__hr07aq__userAddressCardHeader{background:var(--lightGrey);border-bottom:1px solid var(--grey);border-top-left-radius:5px;border-top-right-radius:5px;justify-content:space-between;align-items:center;width:100%;height:max-content;padding:10px 20px;display:flex}.user-module__hr07aq__userAddressCardHeader h2{color:var(--primary);font-size:20px}.user-module__hr07aq__userAddressCardHeader button,.user-module__hr07aq__userAddressCardBtnContainer button{cursor:pointer;color:var(--primary);background:0 0;border:none;outline:none;font-size:16px}.user-module__hr07aq__userAddressCardContainer{flex-direction:column;gap:10px;width:100%;height:max-content;padding:10px 20px;display:flex}.user-module__hr07aq__userAddressCardDetail{align-items:center;gap:10px;width:100%;height:max-content;display:flex}.user-module__hr07aq__userAddressCardDetail i,.user-module__hr07aq__userAddressCardDetail p{font-size:16px}.user-module__hr07aq__userAddressCardOtherOp{justify-content:space-between;align-items:center;width:100%;height:max-content;display:flex}.user-module__hr07aq__userAddressCardBtnContainer{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.user-module__hr07aq__userOtherAddressCardContainer{border-bottom:1px solid var(--grey);flex-direction:column;gap:10px;width:100%;height:max-content;padding:10px 20px;display:flex}.user-module__hr07aq__userOtherAddressCardContainer:last-child{border-bottom:none}.user-module__hr07aq__userAddAddressCardHeader{background:var(--lightGrey);border-bottom-right-radius:5px;border-bottom-left-radius:5px;justify-content:space-between;align-items:center;width:100%;height:max-content;padding:10px 20px;display:flex}.user-module__hr07aq__userWallet{flex-direction:column;justify-content:center;align-items:center;width:100%;height:max-content;display:flex}.user-module__hr07aq__userWalletTop{flex-direction:column;justify-content:center;align-items:center;width:70%;height:max-content;display:flex}.user-module__hr07aq__userWalletTop p{margin-bottom:10px;font-size:16px}.user-module__hr07aq__userWalletAmountContainer{border-top:1px solid var(--grey);justify-content:center;align-items:center;width:100%;height:max-content;padding-top:50px;display:flex}.user-module__hr07aq__userWalletAmountContainer h2{font-size:35px}.user-module__hr07aq__userWalletBottom{border-top:1px solid var(--lightGrey);width:100%;height:max-content;margin-top:100px;padding:20px 0 0}.user-module__hr07aq__userWalletBottom button{color:var(--primary);background-color:#0000;border:none;outline:none;font-size:16px}.user-module__hr07aq__userRecentlyViewed{background:var(--lightGrey);border-radius:10px;grid-template-columns:repeat(4,1fr);justify-items:center;row-gap:20px;width:100%;height:max-content;padding:20px;display:grid}.user-module__hr07aq__userWishlistCardImgContainer{width:100px;height:75px;position:relative}.user-module__hr07aq__userWishlistContainer{flex-direction:column;gap:20px;width:100%;height:max-content;display:flex}.user-module__hr07aq__userWishlistCard{border:1px solid var(--grey);border-radius:10px;align-items:flex-start;gap:10px;width:100%;height:max-content;padding:10px;display:flex}.user-module__hr07aq__userWishlistCardDetails{width:calc(100% - 100px);height:max-content}.user-module__hr07aq__userWishlistCardDetailsTop{width:100%;height:max-content}.user-module__hr07aq__userWishlistCardDetailsTop h2,.user-module__hr07aq__userWishlistCardDetailsTop h3{margin-bottom:5px;font-size:17px;font-weight:400}.user-module__hr07aq__userWishlistCardDetailsTop h3,.user-module__hr07aq__userWishlistCardDetailsTop h4{font-size:15px;font-weight:400}.user-module__hr07aq__userWishlistCardDetailsBottom{justify-content:flex-end;align-items:center;gap:20px;width:100%;height:max-content;display:flex}.user-module__hr07aq__userWishlistRemoveBtn{color:var(--orange);background:0 0;border:none;outline:none;font-size:16px}.user-module__hr07aq__userWishlistAddBtn{background:var(--primary);color:var(--background);border:none;border-radius:50px;padding:5px 20px;font-size:16px}.user-module__hr07aq__userAddFundsBtn{background:var(--primary);color:var(--background);border:none;border-radius:50px;outline:none;margin-top:70px;padding:10px 25px;font-size:16px}
.header-module__SstM4q__header{width:100vw;height:150px}.header-module__SstM4q__header.header-module__SstM4q__cart{height:75px}.header-module__SstM4q__header.header-module__SstM4q__hide{display:none}.header-module__SstM4q__headerTop{justify-content:space-between;align-items:center;width:100%;height:50px;padding:0 80px;display:flex}.header-module__SstM4q__logo{object-fit:cover;position:absolute}.header-module__SstM4q__logoLink{justify-content:center;align-items:center;width:max-content;height:max-content;display:flex;position:relative}.header-module__SstM4q__searchForm{width:max-content;height:max-content;position:relative}.header-module__SstM4q__searchInput{border:1px solid var(--grey);border-radius:10px;outline:none;width:450px;height:45px;padding:0 40px}.header-module__SstM4q__searchForm button{background:0 0;border:none;outline:none;width:50px;height:50px;position:absolute;top:0;left:400px}.header-module__SstM4q__searchForm button i{color:var(--grey);cursor:pointer;font-size:20px}.header-module__SstM4q__navList{align-items:center;gap:20px;width:max-content;height:max-content;list-style:none;display:flex}.header-module__SstM4q__navItem{width:max-content;height:max-content}.header-module__SstM4q__navItem a{align-items:center;gap:5px;display:flex}.header-module__SstM4q__cta{background:var(--primary);color:var(--background);border-radius:100px;padding:5px 10px;font-weight:700}.header-module__SstM4q__shoppingCartImg{width:max-content;height:max-content;position:relative}.header-module__SstM4q__shoppingCartImg p{background:var(--danger);width:15px;height:15px;color:var(--background);border-radius:100%;justify-content:center;align-items:center;font-size:11px;display:flex;position:absolute;top:-9px;left:90%}.header-module__SstM4q__activeUser.header-module__SstM4q__hide,.header-module__SstM4q__visitor.header-module__SstM4q__hide,.header-module__SstM4q__headerBottom.header-module__SstM4q__hide{display:none}.header-module__SstM4q__userActive{cursor:pointer}.header-module__SstM4q__headerBottom{background:var(--lightGrey);justify-content:flex-start;align-items:center;gap:20px;width:100%;height:30%;padding:0;display:flex}.header-module__SstM4q__filterForm{align-items:center;gap:20px;width:max-content;height:max-content;display:flex}.header-module__SstM4q__filterOptions{border:1px solid var(--grey);cursor:pointer;border-radius:50px;outline:none;width:max-content;height:20px;padding:0;font-size:1rem}.header-module__SstM4q__filterOptions i{margin-left:20px}.header-module__SstM4q__filterForm label{color:var(--grey)}.header-module__SstM4q__btnNavList{align-items:center;gap:20px;width:max-content;height:max-content;list-style:none;display:flex}.header-module__SstM4q__btnNavItem button{background:0 0;border:none;font-size:16px}.header-module__SstM4q__filterContainer{z-index:900;justify-content:center;align-items:center;width:100vw;height:100vh;display:none;position:fixed;top:0;left:-15px}.header-module__SstM4q__filterContainer.header-module__SstM4q__active{display:flex}.header-module__SstM4q__filterContainer:after{content:"";background:var(--text);opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0}.header-module__SstM4q__altBack{content:"";background:var(--text);opacity:.5;z-index:200;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.header-module__SstM4q__filterContent{z-index:999;justify-content:space-between;width:80vw;height:60vh;display:flex;position:relative}.header-module__SstM4q__filterContentLeft{background:var(--background);border-radius:10px;flex-direction:column;width:20%;height:100%;padding:10px 0;display:flex}.header-module__SstM4q__filterContentRight{background:var(--background);border-radius:10px;width:79%;height:100%;display:none}.header-module__SstM4q__filterContentRight.header-module__SstM4q__active{display:block}.header-module__SstM4q__filterContentLeftBtn{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;height:max-content;padding:12px 10px;font-size:16px;font-weight:300;display:flex}.header-module__SstM4q__filterContentLeftBtn:hover{background:var(--primary);color:var(--background)}.header-module__SstM4q__filterContentRightTop{justify-content:flex-end;align-items:center;width:100%;height:40px;padding:0 20px;display:flex}.header-module__SstM4q__filterContentRightTop button{cursor:pointer;background:0 0;border:none;outline:none;font-size:20px}.header-module__SstM4q__filterContentRightBottom{width:100%;height:calc(100% - 40px)}.header-module__SstM4q__filterContentNavigations{grid-template-columns:repeat(2,1fr);row-gap:15px;width:100%;height:max-content;display:none}.header-module__SstM4q__filterContentNavigations.header-module__SstM4q__active{display:grid}.header-module__SstM4q__filterContentNav{flex-direction:column;width:100%;height:100%;padding:0 10px;display:flex}.header-module__SstM4q__filterContentNav h3{margin-bottom:15px;font-size:16px;font-weight:500}.header-module__SstM4q__filterContentNavigationList{flex-direction:column;gap:7px;width:100%;height:max-content;display:flex}.header-module__SstM4q__filterContentNavigationList a{color:var(--grey);font-size:14px}@media (min-width:768px){.header-module__SstM4q__filterContentNavigations{grid-template-columns:repeat(4,1fr)}.header-module__SstM4q__headerBottom{background:var(--lightGrey);justify-content:flex-start;align-items:center;gap:20px;width:100%;height:50%;padding:0 80px;display:flex}.header-module__SstM4q__filterOptions{border:1px solid var(--grey);cursor:pointer;border-radius:50px;outline:none;width:max-content;height:50px;padding:0 20px;font-size:16px}}
.dashboard-module__U0s9_W__dashboard{align-items:flex-start;width:100vw;height:100vh;display:flex}.dashboard-module__U0s9_W__dashboardLeft{width:20%;height:100%}.dashboard-module__U0s9_W__dashboardRight{width:80%;height:100vh;overflow-y:auto}.dashboard-module__U0s9_W__mainVendorDashboard{width:100%;height:max-content}.dashboard-module__U0s9_W__VendorComponentContainer{width:100%;height:max-content;display:none}.dashboard-module__U0s9_W__VendorComponentContainer.dashboard-module__U0s9_W__active{display:block}.dashboard-module__U0s9_W__dashbordRightTop{border-bottom:1px solid var(--lightGrey);justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:20px;padding:40px 50px;display:flex}.dashboard-module__U0s9_W__dashboardSearchForm{align-items:center;gap:10px;width:max-content;height:max-content;display:flex;position:relative}.dashboard-module__U0s9_W__dashboardSearchForm i{color:var(--grey);position:absolute;top:30%;left:12px}.dashboard-module__U0s9_W__dashboardSearchFormInput{border:1px solid var(--lightGrey);border-radius:5px;outline:none;width:400px;height:40px;padding:0 40px;font-size:16px}.dashboard-module__U0s9_W__dashboardSearchFormBtn{background:var(--primary);width:max-content;height:40px;color:var(--background);cursor:pointer;border:none;border-radius:5px;outline:none;padding:0 20px;font-size:16px}.dashboard-module__U0s9_W__dashboardHeader{width:100%;height:max-content;padding:0 50px 40px}.dashboard-module__U0s9_W__dashboardHeader h2{font-size:35px}.dashboard-module__U0s9_W__dashboardContent{flex-direction:column;gap:20px;width:100%;height:max-content;padding:0 50px 40px;display:flex}.dashboard-module__U0s9_W__dashboardCards{background:var(--lightGrey);border:1px solid var(--grey);border-radius:10px;justify-content:center;align-items:center;width:100%;height:120px;padding:0 20px;display:flex}.dashboard-module__U0s9_W__dashboardCard{background:var(--background);border-radius:10px;align-items:center;width:100%;height:85px;padding:0 20px;display:flex}.dashboard-module__U0s9_W__dashboardCardContent{border-right:1px solid var(--lightGrey);width:max-content;height:max-content;padding:0 100px 0 40px}.dashboard-module__U0s9_W__dashboardCardContent:last-child{border-right:none}.dashboard-module__U0s9_W__dashboardCardContent p{color:var(--grey);margin-bottom:10px}.dashboard-module__U0s9_W__dashboardCardContent h3{font-size:20px}.dashboard-module__U0s9_W__dashboardSalesCard{align-items:center;gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__dashboardSalesCardLeft{border:1px solid var(--grey);border-radius:10px;width:65%;height:220px}.dashboard-module__U0s9_W__dashboardProductCardLeft{border:1px solid var(--grey);border-radius:10px;width:60%;height:220px}.dashboard-module__U0s9_W__dashboardSalesCardRight{border:1px solid var(--grey);border-radius:10px;width:35%;height:220px}.dashboard-module__U0s9_W__dashboardProductsCardRight{border:1px solid var(--grey);border-radius:10px;width:40%;height:220px}.dashboard-module__U0s9_W__dashboardSalesCardheader{background:var(--lightGrey);border-top-left-radius:10px;border-top-right-radius:10px;align-items:center;width:100%;height:50px;padding:0 20px;display:flex}.dashboard-module__U0s9_W__dashboardSalesCardheader h3{font-size:22px;font-weight:400}.dashboard-module__U0s9_W__dashboardSalesCardLeftContent{grid-template-columns:repeat(4,1fr);width:100%;height:170px;display:grid}.dashboard-module__U0s9_W__dashboardSalesCardRContent{border-right:1px solid var(--grey);flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.dashboard-module__U0s9_W__dashboardSalesCardRContent:last-child{border-right:none}.dashboard-module__U0s9_W__dashboardSalesCardRContent h3{color:var(--lighterText);font-size:16px;font-weight:600}.dashboard-module__U0s9_W__dashboardSalesCardRContent p{color:var(--grey);font-size:14px}.dashboard-module__U0s9_W__dashboardSalesCardRightContent{flex-direction:column;gap:10px;width:100%;height:170px;padding:0 20px;display:flex}.dashboard-module__U0s9_W__dashboardSalesCardLContent{border-bottom:1px solid var(--grey);justify-content:space-between;align-items:center;width:100%;height:50%;display:flex}.dashboard-module__U0s9_W__dashboardSalesCardLContent:last-child{border-bottom:none}.dashboard-module__U0s9_W__dashboardSalesCardLContent h3{color:var(--lighterText);font-size:16px;font-weight:600}.dashboard-module__U0s9_W__dashboardProductsCardLeftContent{width:100%;height:170px;display:flex}.dashboard-module__U0s9_W__dashboardProductsCardLeftRContent{border-right:1px solid var(--grey);flex-direction:column;gap:20px;width:65%;height:100%;padding:20px;display:flex}.dashboard-module__U0s9_W__dashboardProductsCardLeftLContent{width:35%;height:100%}.dashboard-module__U0s9_W__dashboardProductsCardLeftRtext{justify-content:space-between;align-items:center;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__dashboardProductsCardLeftRtext h2{font-size:18px;font-weight:500}.dashboard-module__U0s9_W__dashboardProductsCardLeftRtext h3{font-size:18px;font-weight:600}.dashboard-module__U0s9_W__dashboardProductsCardRightContent{width:100%;height:170px;display:flex}.dashboard-module__U0s9_W__dashboardProductsCardLContent{border-right:1px solid var(--grey);flex-direction:column;justify-content:center;align-items:center;gap:10px;width:50%;height:100%;display:flex}.dashboard-module__U0s9_W__dashboardProductsCardLContent:last-child{border-right:none}.dashboard-module__U0s9_W__dashboardProductsimg{width:100px;height:100px;position:relative}.dashboard-module__U0s9_W__productImage{object-fit:fill}.dashboard-module__U0s9_W__donutContainer{width:100%;height:100%;margin:auto;position:relative}.dashboard-module__U0s9_W__firstChart{background:0 0;border:none}.dashboard-module__U0s9_W__donutLabel{color:var(--grey);font-size:14px;font-weight:700}.dashboard-module__U0s9_W__donutLabel2{color:var(--grey);font-size:14px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard-module__U0s9_W__dashboardProductDonutContainerTop{width:100%;height:10%;padding:5px 10px}.dashboard-module__U0s9_W__dashboardProductDonutContainerBottom{width:100%;height:90%}.dashboard-module__U0s9_W__dashboardIncome{border:1px solid var(--grey);border-radius:10px;width:100%;height:370px}.dashboard-module__U0s9_W__dashboardIncomeTop{width:100%;height:10%}.dashboard-module__U0s9_W__dashboardIncomeBottom{width:100%;height:90%}.dashboard-module__U0s9_W__lineChartContainer{width:100%;height:300px;margin:20px auto}.dashboard-module__U0s9_W__dashboardOrderCardLeft{border:1px solid var(--grey);border-radius:10px;width:35%;height:220px}.dashboard-module__U0s9_W__dashboardOrderCardRight{border:1px solid var(--grey);border-radius:10px;width:65%;height:220px}.dashboard-module__U0s9_W__dashboardOrderCardLeftContent{flex-direction:column;gap:10px;width:100%;height:170px;display:flex}.dashboard-module__U0s9_W__dashboardOrderCardRContent{border-bottom:1px solid var(--grey);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;height:50%;display:flex}.dashboard-module__U0s9_W__dashboardOrderCardRContent h3{color:var(--grey);font-size:17px}.dashboard-module__U0s9_W__dashboardOrderCardRContent h3:last-child{color:var(--orange)}.dashboard-module__U0s9_W__orderTable{border-collapse:collapse;border-spacing:0 20px;width:100%;height:100px}.dashboard-module__U0s9_W__orderTableHead th{padding:10px 0;font-size:15px;font-weight:500}.dashboard-module__U0s9_W__orderTableBody td{color:var(--lighterText);padding:10px 0;font-size:15px;font-weight:400}.dashboard-module__U0s9_W__orderTableHead tr{background-color:var(--lightGrey);text-align:center;border-top:1px solid var(--grey);padding:15px 0}.dashboard-module__U0s9_W__orderTableBody tr{text-align:center;padding:15px 0}.dashboard-module__U0s9_W__dashboardOrderCardRightContent{flex-direction:column;gap:10px;width:100%;height:170px;display:flex}.dashboard-module__U0s9_W__dashboardOrderSummaryCardLeft{border:1px solid var(--grey);border-radius:10px;width:100%;height:max-content}.dashboard-module__U0s9_W__dashboardOrderSummaryCardLeftContent{width:100%;height:320px;display:flex}.dashboard-module__U0s9_W__dashboardOrderSummaryCardLContent{border-right:1px solid var(--grey);width:70%;height:100%;padding:20px}.dashboard-module__U0s9_W__dashboardOrderSummaryCardRContent{width:30%;height:100%;padding:20px}.dashboard-module__U0s9_W__dashboardOrderSummaryCardRContent h3{color:var(--grey);margin-bottom:10px;font-size:16px;font-weight:400}.dashboard-module__U0s9_W__dashboardOrderSummaryCardRtext{border:1px solid var(--grey);border-left:4px solid var(--orange);border-radius:5px;width:max-content;height:max-content;padding:20px}.dashboard-module__U0s9_W__dashboardOrderSummaryCardRtextTop{align-items:flex-start;gap:10px;width:100%;height:max-content;margin-bottom:10px;display:flex}.dashboard-module__U0s9_W__dashboardOrderSummaryCardRtextTop h3{margin-bottom:10px}.dashboard-module__U0s9_W__dashboardOrderSummaryCardRtextTop h3:last-child{margin-bottom:0}.dashboard-module__U0s9_W__dashboardOrderIcon{background:var(--orange);border-radius:100%;width:10px;height:10px}.dashboard-module__U0s9_W__dashboardPurchaseCardLeft{border:1px solid var(--grey);border-radius:10px;width:60%;height:max-content}.dashboard-module__U0s9_W__dashboardPurchaseCardRight{border:1px solid var(--grey);border-radius:10px;width:40%;height:max-content}.dashboard-module__U0s9_W__dashboardPurchaseCardLeft header,.dashboard-module__U0s9_W__dashboardPurchaseCardRight header{background:0 0}.dashboard-module__U0s9_W__dashboardPurchaseCardLeftContent,.dashboard-module__U0s9_W__dashboardPurchaseCardRightContent,.dashboard-module__U0s9_W__productsTop{width:100%;height:max-content}.dashboard-module__U0s9_W__productsTopImageContainer{cursor:pointer;width:40px;height:40px;position:relative}.dashboard-module__U0s9_W__productsTopFirst{border-bottom:1px solid var(--grey);justify-content:flex-end;align-items:center;gap:20px;width:100%;height:50px;padding:0 160px;display:flex}.dashboard-module__U0s9_W__productsTopFirstBtn{cursor:pointer;background:0 0;border:none;outline:none;width:max-content;height:max-content}.dashboard-module__U0s9_W__productsTopFirstBtn i{font-size:20px}.dashboard-module__U0s9_W__userImage{object-fit:fill;border-radius:100%}.dashboard-module__U0s9_W__productsTopSecond{align-items:center;gap:10px;width:100%;height:50px;padding:0 160px;display:flex}.dashboard-module__U0s9_W__productsTopSecond button{color:var(--lighterText);cursor:pointer;background:0 0;border:none;font-size:16px}.dashboard-module__U0s9_W__productsHeader{justify-content:space-between;align-items:center;width:100%;height:max-content;padding:20px 80px;display:flex}.dashboard-module__U0s9_W__productsHeader h2{font-size:35px;font-weight:600}.dashboard-module__U0s9_W__productsHeader button{background:var(--primary);color:var(--background);cursor:pointer;border:none;border-radius:10px;padding:15px 25px;font-size:17px}.dashboard-module__U0s9_W__productsContent{width:100%;height:max-content;padding:20px 80px}.dashboard-module__U0s9_W__productsContentTop{border-bottom:1px solid var(--lightGrey);align-items:center;gap:10px;width:100%;height:max-content;padding:20px 0;display:flex}.dashboard-module__U0s9_W__productsContentForm{justify-content:space-between;align-items:center;width:100%;height:max-content;padding:20px 0;display:flex}.dashboard-module__U0s9_W__productsContentTopBtn{color:var(--lighterText);background:0 0;border:none;padding:5px 0;font-size:16px}.dashboard-module__U0s9_W__productsContentTopBtn.dashboard-module__U0s9_W__active{border-bottom:2px solid var(--text);color:var(--text);font-weight:600}.dashboard-module__U0s9_W__productsContentMiddleLeft{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__productsContentMiddleLeft select{border:1px solid var(--grey);color:var(--text);border-radius:10px;outline:none;padding:10px 15px;font-size:15px;font-weight:300}.dashboard-module__U0s9_W__productsContentMiddleRight{width:max-content;height:max-content;position:relative}.dashboard-module__U0s9_W__productsContentMiddleInput{border:1px solid var(--grey);border-radius:10px;outline:none;width:300px;height:40px;padding:0 50px;font-size:16px}.dashboard-module__U0s9_W__productsTable td{border-bottom:1px solid var(--grey);padding:20px 0}.dashboard-module__U0s9_W__productNavContainer{justify-content:space-between;align-items:center;width:100%;height:max-content;padding:10px 0;display:flex}.dashboard-module__U0s9_W__productNavContainerLeft{font-size:16px}.dashboard-module__U0s9_W__productPagination{align-items:center;gap:10px;width:max-content;height:max-content;list-style:none;display:flex}.dashboard-module__U0s9_W__productPaginationList{width:max-content;height:max-content}.dashboard-module__U0s9_W__productPaginationBtn{border:1px solid var(--grey);width:20px;height:20px;color:var(--grey);cursor:pointer;background:0 0;border-radius:5px;justify-content:center;align-items:center;font-size:15px;font-weight:300;display:flex}.dashboard-module__U0s9_W__productPaginationBtn.dashboard-module__U0s9_W__active{border:1px solid var(--primary);color:var(--text)}.dashboard-module__U0s9_W__productPaginationNum{background:0 0;border:none}.dashboard-module__U0s9_W__productPaginationNum.dashboard-module__U0s9_W__active{background:var(--primary);cursor:pointer;width:20px;height:20px;color:var(--background);border-radius:100%;justify-content:center;align-items:center;display:flex}.dashboard-module__U0s9_W__headerBtnContainer{align-items:center;gap:20px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__headerBtnContainer .dashboard-module__U0s9_W__exportBtn{color:var(--primary);background:0 0;padding:0}.dashboard-module__U0s9_W__productsContentMiddleRight i{color:var(--grey);position:absolute;top:10px;left:15px}.dashboard-module__U0s9_W__addCustomerContainer{justify-content:center;width:100%;height:max-content;padding:40px 0;display:flex}.dashboard-module__U0s9_W__addCustomerForm{width:600px;height:max-content}.dashboard-module__U0s9_W__addCustomerForm header{width:100%;height:max-content;padding:0 0 40px}.dashboard-module__U0s9_W__addCustomerForm header h2{font-size:25px;font-weight:600}.dashboard-module__U0s9_W__addCustomerFormContent{background:var(--background);border-radius:10px;width:100%;height:max-content;margin-bottom:40px;padding:20px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__addCustomerFormContent h3{margin-bottom:20px;font-size:20px;font-weight:600}.dashboard-module__U0s9_W__addCustomerFormContentDetail{margin-bottom:10px}.dashboard-module__U0s9_W__addCustomerFormContentDetail,.dashboard-module__U0s9_W__addCustomerFormContentDetailPhone{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.dashboard-module__U0s9_W__single{flex-direction:column}.dashboard-module__U0s9_W__addCustomerFormContentDetailLeft,.dashboard-module__U0s9_W__addCustomerFormContentDetailRight{flex-direction:column;width:49%;height:max-content;display:flex}.dashboard-module__U0s9_W__addCustomerFormContentDetailRight label,.dashboard-module__U0s9_W__addCustomerFormContentDetail label{color:var(--grey);margin-bottom:5px}.dashboard-module__U0s9_W__addCustomerFormContentDetail input,.dashboard-module__U0s9_W__addCustomerFormContentDetail select{border:1px solid var(--grey);width:100%;height:40px;color:var(--grey);border-radius:5px;outline:none;padding:0 10px;font-size:16px}.dashboard-module__U0s9_W__addCustomerFormContentDetailPhoneRight{width:20%}.dashboard-module__U0s9_W__addCustomerFormContentDetailPhoneLeft{width:78%}.dashboard-module__U0s9_W__addCustomerBtnContainer{justify-content:flex-end;align-items:center;gap:10px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__cancelBtn,.dashboard-module__U0s9_W__addCustomerBtn{border:1px solid var(--primary);width:max-content;height:max-content;color:var(--primary);cursor:pointer;background:0 0;border-radius:10px;padding:12px 25px;font-size:16px}.dashboard-module__U0s9_W__addCustomerBtn{background:var(--primary);color:var(--background)}span.dashboard-module__U0s9_W__innerSpan{background:var(--grey);border-radius:100%;width:10px;height:10px;position:relative}.dashboard-module__U0s9_W__productsTable button{color:var(--primary);border:none;border-bottom:1px solid var(--primary);background-color:#0000;margin-right:10px;padding:2px 0;font-size:15px}.dashboard-module__U0s9_W__productsTable .dashboard-module__U0s9_W__status{background:var(--grey);border-radius:3px;padding:3px;font-size:15px;font-weight:500}.dashboard-module__U0s9_W__productsTable .dashboard-module__U0s9_W__status.dashboard-module__U0s9_W__processing{color:var(--orange);background:#f5deb4}.dashboard-module__U0s9_W__productsTable .dashboard-module__U0s9_W__status.dashboard-module__U0s9_W__delivered{color:var(--green);background:#c1f3c1}.dashboard-module__U0s9_W__productsTable .dashboard-module__U0s9_W__status.dashboard-module__U0s9_W__cancelled{color:var(--danger);background:#f3acac}.dashboard-module__U0s9_W__orderTotalEarnContainer{width:100%;height:max-content;padding:0 40px}.dashboard-module__U0s9_W__orderTotalEarnContainerTop{justify-content:flex-start;align-items:center;gap:10px;width:100%;height:max-content;margin-bottom:10px;padding:0 40px;display:flex}.dashboard-module__U0s9_W__orderTotalEarnContainerTop p{color:var(--grey);font-size:14px}.dashboard-module__U0s9_W__orderTotalEarnContainerTop i{color:var(--grey)}.dashboard-module__U0s9_W__orderTotalEarnContainerBottom{justify-content:flex-start;align-items:flex-end;gap:10px;width:100%;height:max-content;padding:0 40px;display:flex}.dashboard-module__U0s9_W__orderTotalEarnContainerBottom h2{font-size:35px;font-weight:500}.dashboard-module__U0s9_W__orderTotalEarnContainerBottom p{color:var(--green);margin-bottom:7px;font-size:14px}.dashboard-module__U0s9_W__productsNewTopFirst{border-bottom:none;width:max-content;height:max-content;padding:0}.dashboard-module__U0s9_W__reports{width:100%;height:max-content;padding:0 40px}.dashboard-module__U0s9_W__reportsTop{gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__reportsTopRight{background:var(--background);border-radius:10px;width:75%;height:250px;padding:0 10px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__reportsTopLeft{background:var(--background);border-radius:10px;width:25%;height:250px;padding:0 10px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__reportsTopRightHeader{justify-content:space-between;align-items:center;width:100%;height:80px;display:flex}.dashboard-module__U0s9_W__reportsTopRightHeader h2{font-size:25px;font-weight:600}.dashboard-module__U0s9_W__reportsTopRightExports{gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__reportsTopRightHeader button{border:1px solid var(--primary);color:var(--primary);background:0 0;border-radius:5px;outline:none;padding:10px 20px;font-size:15px;font-weight:600}.dashboard-module__U0s9_W__reportsTopRightContent{justify-content:space-between;align-items:center;width:100%;height:170px;display:flex}.dashboard-module__U0s9_W__reportsTopRightCard{background:var(--grey);border-radius:10px;width:32%;height:150px;padding:0 10px}.dashboard-module__U0s9_W__reportsTopRightCardTop,.dashboard-module__U0s9_W__reportsTopRightCardMiddle,.dashboard-module__U0s9_W__reportsTopRightCardBottom{justify-content:space-between;align-items:center;width:100%;height:50px;display:flex}.dashboard-module__U0s9_W__reportsTopRightCardMiddle h2{font-size:20px}.dashboard-module__U0s9_W__reportsTopRightCardBottom h3{font-size:16px;font-weight:300}.dashboard-module__U0s9_W__cardOrange{background:#f5deb4}.dashboard-module__U0s9_W__cardOrange i{background:var(--orange);border-radius:100%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.dashboard-module__U0s9_W__cardGreen{background:#c1f3c1}.dashboard-module__U0s9_W__cardGreen i{background:var(--green);border-radius:100%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.dashboard-module__U0s9_W__cardBlue{background:#d0d0f3}.dashboard-module__U0s9_W__cardBlue i{background:#00f;border-radius:100%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.dashboard-module__U0s9_W__reportsTopLeftHeader{justify-content:flex-start;align-items:center;width:100%;height:50px;display:flex}.dashboard-module__U0s9_W__reportsTopLeftHeader h3{font-size:16px}.dashboard-module__U0s9_W__reportsTopLeftContent{flex-direction:column;gap:10px;width:100%;height:170px;display:flex}.dashboard-module__U0s9_W__reportsTopLeftContentCard{flex-direction:column;gap:10px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__reportsTopLeftContentCardBottom{background:var(--grey);border-radius:10px;width:100%;height:2px}.dashboard-module__U0s9_W__reportsTopLeftContentCardTop{align-items:center;gap:5px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__reportsTopLeftContentCardTopLeft{background:var(--grey);border-radius:100%;width:7px;height:7px}.dashboard-module__U0s9_W__reportsTopLeftContentCardTopRight{width:100%;height:max-content}.dashboard-module__U0s9_W__reportsTopLeftContentCardTopCont{align-items:center;gap:5px;width:100%;height:max-content;margin-bottom:5px;display:flex}.dashboard-module__U0s9_W__reportsTopLeftContentCardTopRight p{font-size:15px}.dashboard-module__U0s9_W__reportsTopLeftContentCardTopCont p:last-child{font-weight:600}.dashboard-module__U0s9_W__orangeLine{background:#f5deb4}.dashboard-module__U0s9_W__lineFillOrand{background:var(--orange);height:2px}.dashboard-module__U0s9_W__blueLine{background:#d0d0f3}.dashboard-module__U0s9_W__lineFillBlue{background:#00f;height:2px}.dashboard-module__U0s9_W__greenLine{background:#c1f3c1}.dashboard-module__U0s9_W__lineFillGreen{background:var(--green);height:2px}.dashboard-module__U0s9_W__green{color:var(--green)}.dashboard-module__U0s9_W__blue{color:#00f}.dashboard-module__U0s9_W__orange{color:var(--orange)}.dashboard-module__U0s9_W__reportsBottom{gap:20px;width:100%;height:max-content;margin:40px 0;display:flex}.dashboard-module__U0s9_W__reportsBottomRight{background:var(--background);border-radius:10px;width:55%;height:max-content;padding:0 10px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__reportsBottomLeft{background:var(--background);border-radius:10px;width:45%;height:max-content;padding:0 10px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__reportsBottomRightHeader{justify-content:space-between;align-items:center;width:100%;height:50px;display:flex}.dashboard-module__U0s9_W__reportsBottomRightHeader h3{font-size:18px;font-weight:600}.dashboard-module__U0s9_W__headerCombined,.dashboard-module__U0s9_W__reportsTopRightExports{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__reportsTopRightExports button{border:1px solid var(--grey);color:var(--grey);cursor:pointer;background:0 0;border-radius:10px;padding:10px;font-size:15px}.dashboard-module__U0s9_W__reportsBottomLeftHeader{justify-content:flex-start;align-items:center;width:100%;height:50px;display:flex}.dashboard-module__U0s9_W__reportsBottomLeftHeader h3{font-size:18px;font-weight:600}.dashboard-module__U0s9_W__reportsBottomLeftContent{width:100%;height:300px}.dashboard-module__U0s9_W__chartWrapper{width:100%;height:300px;position:relative}.dashboard-module__U0s9_W__centerText{fill:#333;pointer-events:none;font-size:20px;font-weight:700}.dashboard-module__U0s9_W__chartWrapper .recharts-legend-wrapper{padding:0!important;font-size:9px!important;line-height:24px!important}.dashboard-module__U0s9_W__chartWrapper .recharts-legend{margin:0;padding:0;list-style:none}.dashboard-module__U0s9_W__chartWrapper .recharts-legend-item{align-items:center;gap:8px;display:flex;margin-bottom:12px!important}.dashboard-module__U0s9_W__chartWrapper .recharts-legend-item-text{margin-left:0;line-height:1.3;font-size:14px!important}.dashboard-module__U0s9_W__chartWrapper .recharts-legend-item svg{width:12px;height:12px;margin-right:8px}.dashboard-module__U0s9_W__chartWrapper .recharts-legend-item .dashboard-module__U0s9_W__recharts-legend-icon{width:12px;height:12px;margin-right:8px}.dashboard-module__U0s9_W__viewMoreBtnContainer{justify-content:flex-end;width:100%;height:max-content;margin:40px 0;padding:0 80px;display:flex}.dashboard-module__U0s9_W__viewMoreBtn{cursor:pointer;color:var(--primary);background:0 0;border:none;font-size:16px;font-weight:600}.dashboard-module__U0s9_W__viewMoreContainer{width:100%;height:max-content;padding:0 40px;display:none}.dashboard-module__U0s9_W__viewMoreContainer.dashboard-module__U0s9_W__active{display:block}.dashboard-module__U0s9_W__trackingHeader{background:var(--primary);border-top-left-radius:10px;border-top-right-radius:10px;padding:0 20px}.dashboard-module__U0s9_W__trackingHeaderOrange{background:var(--orange);border-top-left-radius:10px;border-top-right-radius:10px;padding:0 20px}.dashboard-module__U0s9_W__trackingHeaderGreen{background:var(--green);border-top-left-radius:10px;border-top-right-radius:10px;padding:0 20px}.dashboard-module__U0s9_W__trackingCard{padding:0}.dashboard-module__U0s9_W__trackingCard h3{color:var(--background)}.dashboard-module__U0s9_W__trackingCard button{color:var(--background);border:1px solid var(--background)}.dashboard-module__U0s9_W__supportBottom{height:max-content}.dashboard-module__U0s9_W__supportHead tr{background:0 0}.dashboard-module__U0s9_W__supportHead th{color:var(--primary);padding:20px;font-weight:600}.dashboard-module__U0s9_W__supportHeadOrange tr{background:0 0}.dashboard-module__U0s9_W__supportHeadOrange th{color:var(--orange);padding:20px;font-weight:600}.dashboard-module__U0s9_W__supportHeadGreen tr{background:0 0}.dashboard-module__U0s9_W__supportHeadGreen th{color:var(--green);padding:20px;font-weight:600}.dashboard-module__U0s9_W__supportNewBottom{padding:0}.dashboard-module__U0s9_W__supportNewerBottom,.dashboard-module__U0s9_W__newTableBody td{padding:20px}.dashboard-module__U0s9_W__supportNewBottom button{color:var(--background);border:1px solid var(--background);cursor:pointer}.dashboard-module__U0s9_W__trackingHeaderGreen h3{color:var(--background)}.dashboard-module__U0s9_W__fisrtTd{text-align:start}.dashboard-module__U0s9_W__lastTd{text-align:end}button.dashboard-module__U0s9_W__addBtn{border:1px solid var(--primary);color:var(--primary);background:0 0}.dashboard-module__U0s9_W__promotionContentTop{align-items:flex-start;gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__promotionContentTopLeft{width:60%;height:300px}.dashboard-module__U0s9_W__promotionContentTopRight{width:40%;height:300px}.dashboard-module__U0s9_W__promotionContentTopRight h3{color:var(--primary);font-size:18px;font-weight:600}.dashboard-module__U0s9_W__promotionContentBottom,.dashboard-module__U0s9_W__promotionProductsContent{width:100%;height:max-content}.dashboard-module__U0s9_W__addPromotionContainer{width:100%;height:max-content;padding:40px 80px}.dashboard-module__U0s9_W__addPromotionForm{width:100%;height:max-content}.dashboard-module__U0s9_W__addPromotionForm header{width:100%;height:max-content;margin-bottom:40px}.dashboard-module__U0s9_W__addPromotionForm header h2{font-size:35px;font-weight:600}.dashboard-module__U0s9_W__addPromotionContent{align-items:flex-start;gap:20px;width:100%;height:max-content;margin-bottom:40px;display:flex}.dashboard-module__U0s9_W__addPromotionContainerLeft,.dashboard-module__U0s9_W__addPromotionContainerRight{width:50%;height:max-content}.dashboard-module__U0s9_W__addPromotionContainerDetail{flex-direction:column;gap:5px;width:100%;height:max-content;margin-bottom:10px;display:flex}.dashboard-module__U0s9_W__addPromotionContainerDetail label{color:var(--grey)}.dashboard-module__U0s9_W__addPromotionContainerDetail input,.dashboard-module__U0s9_W__addPromotionContainerDetail select{border:1px solid var(--grey);border-radius:5px;outline:none;width:100%;height:40px;padding:0 10px;font-size:15px}.dashboard-module__U0s9_W__addPromotionContainerDetail textarea{border:1px solid var(--grey);border-radius:5px;outline:none;min-width:100%;max-width:100%;min-height:185px;max-height:185px;padding:10px;font-size:15px}.dashboard-module__U0s9_W__addPromotionContainerDetailDouble{gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__promoDesInp{justify-content:flex-start;align-items:center;width:100%;height:40px;display:flex}.dashboard-module__U0s9_W__promoDesText{width:100%;height:185px;overflow-y:auto}.dashboard-module__U0s9_W__wallet{align-items:flex-start;gap:20px;width:100%;height:max-content;padding:40px 80px;display:flex}.dashboard-module__U0s9_W__walletLeft{width:55%;height:max-content}.dashboard-module__U0s9_W__walletRight{width:45%;height:max-content}.dashboard-module__U0s9_W__walletLeftHeader{justify-content:space-between;align-items:center;gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__walletLeftHeaderContent{background:var(--background);border-radius:10px;width:100%;height:max-content;padding:10px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__walletLeftHeaderContentTop{border-left:4px solid var(--danger);width:100%;height:max-content;margin-bottom:10px;padding:0 5px}.dashboard-module__U0s9_W__walletUp{border-left:4px solid var(--green)}.dashboard-module__U0s9_W__walletLeftHeaderContentTop h3{color:var(--grey);margin-bottom:5px;font-size:14px}.dashboard-module__U0s9_W__walletLeftHeaderContentTop h2{font-size:20px;font-weight:600}.dashboard-module__U0s9_W__walletLeftHeaderDir{justify-content:flex-start;align-items:center;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__walletLeftHeaderDir i{color:var(--orange);background:#f5deb4;border-radius:100%;justify-content:center;align-items:center;width:20px;height:20px;margin-right:5px;font-size:12px;display:flex}.dashboard-module__U0s9_W__walletBlue i{color:#00f;background:#c2c2f3}.dashboard-module__U0s9_W__walletCardDetails{width:100%;height:max-content}.dashboard-module__U0s9_W__walletCardDetailsTop,.dashboard-module__U0s9_W__walletCardDetailsBottom{background:var(--background);border-radius:10px;width:100%;height:max-content;margin:40px 0;padding:10px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__walletCardDetailsTopHeader{width:100%;height:max-content;margin-bottom:20px}.dashboard-module__U0s9_W__walletCardDetailsTopHeader h2{color:var(--primary);font-size:18px}.dashboard-module__U0s9_W__walletCardDetailsContent{align-items:flex-start;gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__walletCardDetailsContentLeft,.dashboard-module__U0s9_W__walletCardDetailsContentRight{width:50%;height:max-content;margin-bottom:10px}.dashboard-module__U0s9_W__walletCardDetailsContentLeft h2,.dashboard-module__U0s9_W__walletCardDetailsContentRight h2{color:var(--primary);margin-bottom:10px;font-size:16px}.dashboard-module__U0s9_W__walletCardDetailsContentLeft h3,.dashboard-module__U0s9_W__walletCardDetailsContentRight h3{font-size:15px;font-weight:400}.dashboard-module__U0s9_W__addWalletBtnContainer{width:100%;height:max-content;padding-top:20px}.dashboard-module__U0s9_W__addWalletBtn{text-align:center;width:100%;height:max-content;color:var(--background);background:var(--primary);border:none;border-radius:10px;outline:none;padding:15px 0;font-size:16px}.dashboard-module__U0s9_W__walletCardDetailsBottomHeader{justify-content:flex-start;align-items:center;gap:20px;width:100%;height:max-content;padding-bottom:20px;display:flex}.dashboard-module__U0s9_W__walletCardDetailsBottomHeader h2{font-size:18px}.dashboard-module__U0s9_W__walletCardDetailsBottomContent{width:100%;height:max-content}.dashboard-module__U0s9_W__walletRightTop{background:var(--background);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:max-content;margin-bottom:40px;padding:10px;display:flex;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__walletRightTop h4{color:var(--grey);font-weight:300}.dashboard-module__U0s9_W__walletRightTop h2{font-size:30px}.dashboard-module__U0s9_W__walletTopLine{width:max-content}.dashboard-module__U0s9_W__walletRightTopBtnContainer{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__walletRightTopBtn{border:1px solid var(--primary);width:max-content;height:max-content;color:var(--primary);cursor:pointer;background:0 0;border-radius:10px;padding:10px 25px;font-size:15px}.dashboard-module__U0s9_W__walletRightBottom{width:100%;height:max-content;margin-bottom:40px}.dashboard-module__U0s9_W__walletRightBottomHeader{justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:20px;display:flex}.dashboard-module__U0s9_W__walletRightBottomHeader h2{font-size:20px}.dashboard-module__U0s9_W__walletRightBottomHeader button{cursor:pointer;color:var(--primary);background:0 0;border:none}.dashboard-module__U0s9_W__walletRightBottomContent{width:100%;height:max-content}.dashboard-module__U0s9_W__walletRightBottomContentCard{background:var(--background);border-radius:10px;justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:20px;padding:10px;display:flex;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__walletRightBottomContentCard p{color:var(--grey);font-size:16px}.dashboard-module__U0s9_W__walletRightBottomContentCardLeft{align-items:flex-start;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__walletRightBottomContentCardLeft i{width:25px;height:25px;color:var(--background);background:var(--primary);border-radius:100%;justify-content:center;align-items:center;font-size:14px;display:flex}.dashboard-module__U0s9_W__walletRightBottomContentCardLeft h3{margin-bottom:10px;font-size:15px;font-weight:600}.dashboard-module__U0s9_W__walletRightBottomContentCardLeft p{color:var(--text);font-size:15px}.dashboard-module__U0s9_W__historyContainer{width:100%;height:max-content;padding:40px 80px}.dashboard-module__U0s9_W__walletBack{width:max-content;height:max-content;margin:20px 80px 10px}.dashboard-module__U0s9_W__walletBack button{color:var(--grey);cursor:pointer;background:0 0;border:none;font-size:17px}.dashboard-module__U0s9_W__depositMainHeader{width:100%;height:max-content;padding:0 0 40px}.dashboard-module__U0s9_W__depositMainHeader h2{font-size:20px}.dashboard-module__U0s9_W__depositForm{width:55%;height:max-content}.dashboard-module__U0s9_W__depositFormTop{background:var(--background);border-radius:10px;flex-direction:column;gap:10px;width:100%;height:max-content;margin-bottom:20px;padding:20px;display:flex;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__depositFormTop label{color:var(--grey);font-size:16px}.dashboard-module__U0s9_W__depositFormTop input{border:1px solid var(--grey);border-radius:5px;width:100%;height:40px;padding:0 10px;font-size:15px}.dashboard-module__U0s9_W__depositForm h3{margin-bottom:20px}.dashboard-module__U0s9_W__depositFormBottom{flex-direction:column;gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__depositMethod{border:1px solid var(--grey);border-radius:10px;justify-content:space-between;align-items:flex-start;width:100%;height:max-content;padding:10px;display:flex;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__depositMethodRightImg{width:30px;height:30px;position:relative}.dashboard-module__U0s9_W__depositMethodLeft{align-items:flex-start;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__depositMethodLeftIcon{border:1px solid var(--grey);border-radius:100%;width:20px;height:20px;position:relative}.dashboard-module__U0s9_W__depositMethodLeftIcon.dashboard-module__U0s9_W__active:after{content:"";background:var(--primary);border-radius:100%;width:15px;height:15px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard-module__U0s9_W__depositMethodLeftContent{width:max-content;height:max-content}.dashboard-module__U0s9_W__depositMethodLeftContent h2{margin-bottom:10px;font-size:18px}.dashboard-module__U0s9_W__depositMethodLeftContent p{color:var(--grey);font-size:16px}.dashboard-module__U0s9_W__depositMethodLeftContent p:last-child{margin-top:5px}.dashboard-module__U0s9_W__depositFormBtnContainer{width:100%;height:max-content;margin-top:20px}.dashboard-module__U0s9_W__depositFormBtn{background:var(--primary);width:100%;height:max-content;color:var(--background);cursor:pointer;border:none;border-radius:10px;outline:none;padding:15px 0;font-size:15px}.dashboard-module__U0s9_W__addCardContainer,.dashboard-module__U0s9_W__addBankContainer,.dashboard-module__U0s9_W__addShimentFormContainer,.dashboard-module__U0s9_W__addCardContainerSettings{justify-content:center;align-items:center;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.dashboard-module__U0s9_W__addCardContainer.dashboard-module__U0s9_W__active,.dashboard-module__U0s9_W__addBankContainer.dashboard-module__U0s9_W__active,.dashboard-module__U0s9_W__addShimentFormContainer.dashboard-module__U0s9_W__active,.dashboard-module__U0s9_W__addCardContainerSettings.dashboard-module__U0s9_W__active{display:flex}.dashboard-module__U0s9_W__addCardContainer:after,.dashboard-module__U0s9_W__addBankContainer:after,.dashboard-module__U0s9_W__addShimentFormContainer:after,.dashboard-module__U0s9_W__addCardContainerSettings:after{content:"";opacity:.4;background:#000;width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-module__U0s9_W__addCardForm{background:var(--background);z-index:10;border-radius:10px;width:500px;height:max-content;padding:10px;position:relative}.dashboard-module__U0s9_W__addCardHeader{justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:20px;display:flex}.dashboard-module__U0s9_W__addCardHeader h2{font-size:20px}.dashboard-module__U0s9_W__addCardHeader i{cursor:pointer;background:var(--lightGrey);border-radius:100%;justify-content:center;align-items:center;width:25px;height:25px;font-size:16px;display:flex}.dashboard-module__U0s9_W__addCardFormContent{width:100%;height:max-content}.dashboard-module__U0s9_W__addCardFormDetail{flex-direction:column;gap:5px;width:100%;height:max-content;margin-bottom:10px;display:flex}.dashboard-module__U0s9_W__addCardFormDetail label{color:var(--grey);font-size:16px}.dashboard-module__U0s9_W__addCardFormDetail input,.dashboard-module__U0s9_W__addCardFormDetail select{border:1px solid var(--grey);border-radius:5px;outline:none;width:100%;height:40px;padding:0 10px;font-size:16px}.dashboard-module__U0s9_W__addCardFormDetailDouble{gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__addCardFormBtnContainer{width:100%;height:max-content}.dashboard-module__U0s9_W__addCardFormBtn{text-align:center;width:100%;height:max-content;color:var(--background);background:var(--primary);cursor:pointer;border:none;border-radius:10px;padding:15px 0;font-size:15px}.dashboard-module__U0s9_W__shipmentContainer{padding:40px 80px}.dashboard-module__U0s9_W__trackShipmentContainer{width:100%;height:max-content;padding:40px 80px}.dashboard-module__U0s9_W__trackShipmentForm{border:1px solid var(--grey);border-radius:10px;width:65%;height:max-content;padding:20px}.dashboard-module__U0s9_W__trackShipmentHeader{justify-content:space-between;align-items:center;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__trackShipmentHeaderLeft h2{margin-bottom:5px;font-size:20px}.dashboard-module__U0s9_W__trackShipmentHeaderLeft p{margin-bottom:5px;font-size:15px}.dashboard-module__U0s9_W__trackShipmentHeaderLeft h4{font-size:14px;font-weight:400}.dashboard-module__U0s9_W__trackShipmentHeaderRight{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__trackShipmentHeaderRight button{border-radius:10px;padding:10px 25px;font-size:15px}.dashboard-module__U0s9_W__trackShipmentTrackBtn{background:var(--primary);color:var(--background);border:none}.dashboard-module__U0s9_W__trackShipmentContactBtn{border:1px solid var(--primary);color:var(--primary);background:0 0}.dashboard-module__U0s9_W__trackShipmentContent{width:100%;height:max-content;padding:20px 0 0}.dashboard-module__U0s9_W__trackShipmentContentCard{border-bottom:1px solid var(--grey);align-items:center;width:100%;height:max-content;padding:10px 0;display:flex}.dashboard-module__U0s9_W__trackShipmentContentCardLeft,.dashboard-module__U0s9_W__trackShipmentContentCardRight{width:50%;height:max-content}.dashboard-module__U0s9_W__trackShipmentContentCardLeft h4,.dashboard-module__U0s9_W__trackShipmentContentCardRight h4{color:var(--grey);font-size:15px;font-weight:400}.dashboard-module__U0s9_W__addCardFormDetail textarea{border:1px solid var(--grey);border-radius:10px;outline:none;min-width:100%;max-width:100%;min-height:100px;max-height:100px;padding:10px}.dashboard-module__U0s9_W__shippingForm label{font-size:14px}.dashboard-module__U0s9_W__shippingForm input{height:35px}.dashboard-module__U0s9_W__shippingForm header{margin-bottom:10px}.dashboard-module__U0s9_W__shippingForm .dashboard-module__U0s9_W__addCardFormDetail{margin-bottom:5px}.dashboard-module__U0s9_W__shippingForm button{background:var(--lightGrey);width:max-content;color:var(--primary);padding:10px 20px}.dashboard-module__U0s9_W__shippingForm button:last-child{background:var(--primary);width:max-content;color:var(--background);padding:10px 20px}.dashboard-module__U0s9_W__shipmentBtnsContainer{justify-content:flex-end;align-items:center;gap:20px;display:flex}.dashboard-module__U0s9_W__settingsContainer{align-items:flex-start;gap:20px;width:100%;height:max-content;padding:40px;display:flex}.dashboard-module__U0s9_W__settingsContainerLeft{width:30%;height:max-content}.dashboard-module__U0s9_W__settingsContainerRight{width:70%;height:max-content}.dashboard-module__U0s9_W__settingsNav{background:var(--background);border-radius:10px;width:100%;height:max-content;padding:30px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__settingsNavBtnContainer{flex-direction:column;gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__settingsNavBtn{background:0 0;border:none;outline:none;justify-content:flex-start;align-items:center;gap:20px;width:100%;height:max-content;padding:10px 0;font-size:18px;display:flex}.dashboard-module__U0s9_W__settingsNavBtn.dashboard-module__U0s9_W__active{color:var(--primary)}.dashboard-module__U0s9_W__settingsContainerRightDetail{width:100%;height:max-content;display:none}.dashboard-module__U0s9_W__settingsContainerRightDetail.dashboard-module__U0s9_W__active{display:block}.dashboard-module__U0s9_W__settingLeftMainContainer{background:var(--background);border-radius:10px;width:100%;height:max-content;padding:20px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__settingPersonalForm{width:100%;height:max-content}.dashboard-module__U0s9_W__settingPersonalFormTop{align-items:flex-start;gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__settingPersonalFormTopLeft{width:max-content;height:max-content}.dashboard-module__U0s9_W__settingPersonalFormImgContainer{width:100px;height:100px;position:relative}.dashboard-module__U0s9_W__settingPersonalFormImgContainer i{cursor:pointer;color:var(--grey);position:absolute;top:70%;left:85%}.dashboard-module__U0s9_W__settingsPersonalImg{object-fit:fill;border-radius:100%}.dashboard-module__U0s9_W__settingPersonalFormTopRight{width:max-content;height:max-content}.dashboard-module__U0s9_W__settingPersonalFormTopRight h2{margin-bottom:20px;font-size:25px}.dashboard-module__U0s9_W__settingPersonalRow,.dashboard-module__U0s9_W__settingPersonalRowCont{align-items:center;gap:10px;width:max-content;height:max-content;margin-bottom:10px;display:flex}.dashboard-module__U0s9_W__settingPersonalRow i{cursor:pointer;color:var(--grey);font-size:16px}.dashboard-module__U0s9_W__settingPersonalRowCont h3,.dashboard-module__U0s9_W__settingPersonalRowCont p{font-size:16px}.dashboard-module__U0s9_W__settingPersonalFormBottom{width:100%;height:max-content;margin-top:20px}.dashboard-module__U0s9_W__settingPersonalFormBottomContentDetail{background:var(--lightGrey);flex-direction:column;gap:2px;width:100%;height:max-content;margin-bottom:10px;padding:2px 10px;display:flex;position:relative}.dashboard-module__U0s9_W__settingPersonalFormBottomContentDetail i{cursor:pointer;font-size:16px;position:absolute;top:50%;left:95%}.dashboard-module__U0s9_W__settingPersonalFormBottomContentDetail label{color:var(--grey);font-size:15px}.dashboard-module__U0s9_W__settingPersonalFormBottomContentDetail input{background:0 0;border:none;outline:none;width:100%;height:40px}.dashboard-module__U0s9_W__settingPersonalFormBtnContainer{width:100%;height:max-content;margin-top:40px}.dashboard-module__U0s9_W__settingPersonalFormBtn{background:var(--primary);width:100%;height:max-content;color:var(--background);cursor:pointer;border:none;border-radius:10px;padding:15px 0;font-size:16px}.dashboard-module__U0s9_W__settingLeftDocumentContainer{width:100%;height:max-content}.dashboard-module__U0s9_W__settingDocumentAfter{justify-content:center;align-items:center;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.dashboard-module__U0s9_W__settingDocumentAfter.dashboard-module__U0s9_W__active{display:flex}.dashboard-module__U0s9_W__settingDocumentAfter:after{content:"";opacity:.4;background:#000;width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-module__U0s9_W__settingDocumentAfterForm{background:var(--background);z-index:10;border-radius:10px;width:500px;height:max-content;padding:20px;position:relative}.dashboard-module__U0s9_W__settingDocumentAfterForm header{justify-content:space-between;width:100%;height:max-content;padding-bottom:20px;display:flex}.dashboard-module__U0s9_W__settingDocumentAfterForm header h2{font-size:17px}.dashboard-module__U0s9_W__settingDocumentAfterForm header i{cursor:pointer;font-size:20px}.dashboard-module__U0s9_W__settingDocumentDragContainer{width:100%;height:max-content;padding:20px}.dashboard-module__U0s9_W__settingDocumentDrag{border:1px dashed var(--grey);background:var(--lightGrey);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;height:200px;display:flex}.dashboard-module__U0s9_W__settingDocumentDrag h3,.dashboard-module__U0s9_W__settingDocumentDrag p{font-size:15px}.dashboard-module__U0s9_W__settingDocumentDragBtnContainer{justify-content:center;align-items:center;gap:10px;width:100%;height:max-content;padding-top:20px;display:flex}.dashboard-module__U0s9_W__settingDocumentDragBtnContainer button{border:1px solid var(--grey);color:var(--grey);cursor:pointer;background:0 0;border-radius:5px;padding:15px 30px;font-size:16px}.dashboard-module__U0s9_W__settingDocumentDragBtnContainer button:last-child{background:var(--primary);color:var(--background);border:none}.dashboard-module__U0s9_W__dashboardIncomeTopLeft{justify-content:space-between;align-items:center;width:100%;height:max-content;padding:0 20px;display:flex}.dashboard-module__U0s9_W__dashboardIncomeTopLeft header{align-items:center;gap:20px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__dashboardIncomeTopLeft header h2{font-size:20px;font-weight:600}.dashboard-module__U0s9_W__dashboardIncomeHeader h3{font-size:14px}.dashboard-module__U0s9_W__dashboardIncomeHeader h3:last-child{color:var(--orange);margin-top:10px;font-size:16px}.dashboard-module__U0s9_W__dashboardIncomeTopLeftLeft{align-items:center;gap:20px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__dashboardIncomeTopLeftIcon{align-items:center;gap:5px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__dashboardIncomeTopLeftIcon .dashboard-module__U0s9_W__icon{background:#4caf50;border-radius:100%;width:10px;height:10px}.dashboard-module__U0s9_W__dashboardIncomeTopLeftIcon .dashboard-module__U0s9_W__dIcon{background:#f44336;border-radius:100%;width:10px;height:10px}.dashboard-module__U0s9_W__dashboardIncomeTopLeftIcon p{font-size:15px}.dashboard-module__U0s9_W__adminDashHeaderText{font-size:18px}.dashboard-module__U0s9_W__dashboardPeriod{opacity:.5;border:none;outline:none;font-size:18px}.dashboard-module__U0s9_W__adminDashPeriod{height:300px}.dashboard-module__U0s9_W__dashboardOverall{width:100%;padding:0 40px}.dashboard-module__U0s9_W__adminDashboardContent{padding-left:0;padding-right:0}.dashboard-module__U0s9_W__adminDashbordTop{border-radius:10px;justify-content:space-between;align-items:center;width:100%;height:max-content;margin:40px 0;padding:30px 20px;display:flex;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__adminDashbordTopContent{border:2px solid var(--lightGrey);border-radius:10px;width:30%;padding:20px}.dashboard-module__U0s9_W__adminDashbordTopContentHeader{align-items:center;gap:20px;width:100%;height:max-content;margin-bottom:20px;padding-bottom:20px;font-size:14px;display:flex}.dashboard-module__U0s9_W__adminDashbordTopContentHeader i{color:var(--orange);background:var(--lightGrey);border-radius:100%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.dashboard-module__U0s9_W__adminDashbordTopContentBottom{width:100%;height:max-content}.dashboard-module__U0s9_W__adminDashbordTopContentBottom h4{margin-bottom:5px;font-size:11px}.dashboard-module__U0s9_W__adminDashbordTopContentBot{align-items:center;gap:20px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__adminDashbordTopContentBot h2{align-items:flex-end;gap:5px;font-size:30px;font-weight:600;display:flex}.dashboard-module__U0s9_W__adminDashbordTopContentBot h2 span{color:var(--text)}.dashboard-module__U0s9_W__adminDashbordTopContentBot span{width:max-content;height:max-content;color:var(--green);align-items:center;gap:5px;font-size:16px;display:flex}.dashboard-module__U0s9_W__adminDashboardMainSpan{background:#c1f3c1;border-radius:50px;padding:2px 20px}.dashboard-module__U0s9_W__adminDashbordTopContentBotLast{align-items:center;gap:20px;width:100%;height:max-content;margin-top:20px;display:flex}.dashboard-module__U0s9_W__adminDashbordTopContentBotLast p,.dashboard-module__U0s9_W__adminDashbordTopContentBotLast span{font-size:14px}.dashboard-module__U0s9_W__adminDashbordMiddleCardTop{position:relative}.dashboard-module__U0s9_W__adminDashbordMiddle{border-radius:10px;align-items:flex-start;gap:10px;width:100%;height:max-content;margin-bottom:40px;padding:20px;display:flex;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__adminDashbordMiddleLeft{width:45%;height:max-content}.dashboard-module__U0s9_W__adminDashbordMiddleRight{align-items:flex-start;width:55%;height:max-content;display:flex}.dashboard-module__U0s9_W__adminDashbordMiddleLeftHeader,.dashboard-module__U0s9_W__adminDashbordMiddleLeftMiddle{justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:20px;padding-bottom:5px;display:flex}.dashboard-module__U0s9_W__adminDashbordMiddleLeftHeader h2{font-size:24px}.dashboard-module__U0s9_W__adminDashbordMiddleLeftMiddle h2{align-items:flex-start;gap:10px;font-size:30px;display:flex}.dashboard-module__U0s9_W__adminDashbordMiddleLeftMiddle h2 span{font-size:18px}.dashboard-module__U0s9_W__adminDashbordMiddleLeftContent{width:100%;height:max-content}.dashboard-module__U0s9_W__adminDashbordMiddleLeftCont{width:100%;height:max-content;margin-bottom:20px}.dashboard-module__U0s9_W__adminDashbordMiddleLeftContTop{justify-content:space-between;align-items:center;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__adminDashbordMiddleLeftContTop p,.dashboard-module__U0s9_W__adminDashbordMiddleLeftContTop h3{font-size:16px}.dashboard-module__U0s9_W__adminDashbordMiddleLeftContBottom{background:var(--lightGrey);border-radius:10px;width:100%;height:5px;margin-top:5px}.dashboard-module__U0s9_W__adminDashbordMiddleRightFirst{grid-template-columns:repeat(2,1fr);justify-items:center;width:65%;height:max-content;display:grid}.dashboard-module__U0s9_W__adminDashbordMiddleRightSecond{width:35%;height:max-content}.dashboard-module__U0s9_W__adminDashbordMiddleCard{width:90%;height:max-content;margin-bottom:10px}.dashboard-module__U0s9_W__adminDashbordMiddleCardImgCont{background:var(--lightGrey);border-radius:10px;justify-content:center;align-items:center;width:140px;height:95px;margin-bottom:10px;display:flex}.dashboard-module__U0s9_W__adminDashbordMiddleCardTop{width:145px;height:90px}.dashboard-module__U0s9_W__adminDashbordMiddleCardBottom{width:100%;height:max-content}.dashboard-module__U0s9_W__adminDashbordMiddleCardBottom h3{margin-bottom:5px;font-size:14px;font-weight:300}.dashboard-module__U0s9_W__adminDashbordMiddleRightSecond{width:45%;height:max-content;padding-left:20px}.dashboard-module__U0s9_W__adminDashbordMiddleRightSecondCont{flex-direction:column;justify-content:flex-end;align-items:flex-end;width:100%;height:max-content;margin-bottom:20px;display:flex}.dashboard-module__U0s9_W__adminDashbordMiddleRightSecondCont h3{margin-bottom:10px;font-size:20px}.dashboard-module__U0s9_W__adminExportFormContainer{justify-content:center;align-items:center;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.dashboard-module__U0s9_W__adminExportFormContainer.dashboard-module__U0s9_W__active{display:flex}.dashboard-module__U0s9_W__adminExportFormContainer:after{content:"";background:var(--text);opacity:.4;width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-module__U0s9_W__adminExportForm{background:var(--background);z-index:10;border-radius:10px;width:400px;height:max-content;padding:0 20px;position:relative}.dashboard-module__U0s9_W__adminExportFormHeader{justify-content:space-between;align-items:center;width:100%;height:max-content;padding:30px 0;display:flex}.dashboard-module__U0s9_W__adminExportFormHeader h2{font-size:24px}.dashboard-module__U0s9_W__adminExportFormHeader button{background:0 0;border:none;font-size:24px}.dashboard-module__U0s9_W__adminExportFormContent{width:100%;height:max-content;margin-bottom:20px}.dashboard-module__U0s9_W__adminExportFormContentTop{width:100%;height:max-content}.dashboard-module__U0s9_W__adminExportFormContentTop h3{margin-bottom:10px;font-size:18px}.dashboard-module__U0s9_W__adminExportFormContentTopDetails{align-items:center;gap:10px;width:100%;height:max-content;margin-bottom:5px;display:flex}.dashboard-module__U0s9_W__adminExportFormContentTopDetails label{font-size:16px}.dashboard-module__U0s9_W__adminExportFormContentTopDetails input{border-radius:100%}.dashboard-module__U0s9_W__adminExportFormBtnContainer{justify-content:flex-end;width:100%;height:max-content;padding:0 0 30px;display:flex}.dashboard-module__U0s9_W__adminExportFormBtnContainer button{background:var(--primary);width:max-content;color:var(--background);border:none;border-radius:10px;outline:none;padding:10px 25px;font-size:16px}.dashboard-module__U0s9_W__adminViewProuct{align-items:start;gap:20px;width:100%;height:max-content;padding:0 40px;display:flex}.dashboard-module__U0s9_W__adminViewProuctLeft{width:60%;height:max-content}.dashboard-module__U0s9_W__adminViewProuctRight{width:40%;height:max-content}.dashboard-module__U0s9_W__adminViewProuctLeftTop,.dashboard-module__U0s9_W__adminViewProuctRightTop,.dashboard-module__U0s9_W__adminViewProuctRightBottom{background:var(--background);border-radius:10px;width:100%;height:max-content;margin-bottom:20px;padding:0 20px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__adminViewProuctLeftTopForm{width:100%;height:max-content}.dashboard-module__U0s9_W__adminViewProuctLeftTopForm header{border-bottom:1px solid var(--lightGrey);width:100%;height:max-content;padding:20px 0}.dashboard-module__U0s9_W__adminViewProuctLeftTopForm header h2{font-size:25px}.dashboard-module__U0s9_W__adminViewProuctLeftTopContent{justify-content:space-evenly;align-items:center;width:100%;height:max-content;padding:20px 0;display:flex}.dashboard-module__U0s9_W__adminViewProuctLeftTopContent h4{color:var(--lighterText);font-weight:300}.dashboard-module__U0s9_W__adminViewProuctLeftTopBtnContainer{border-top:1px solid var(--lightGrey);justify-content:flex-end;align-items:center;gap:10px;width:100%;height:max-content;padding:20px 0;display:flex}.dashboard-module__U0s9_W__adminViewProuctLeftTopBtnContainer button{cursor:pointer;border:none;border-radius:10px;outline:none;padding:10px 25px;font-size:16px}.dashboard-module__U0s9_W__adminViewProuctLeftAppTopBtn{background:var(--primary);color:var(--background)}.dashboard-module__U0s9_W__adminViewProuctLeftTopRejBtn{color:var(--danger);background-color:#0000}.dashboard-module__U0s9_W__adminViewProuctLeftBottom{background:var(--background);border-radius:10px;width:100%;height:max-content;margin-bottom:50px;padding:20px 30px;box-shadow:0 0 30px #0000001a}.dashboard-module__U0s9_W__adminViewProuctLeftBottomTop{width:100%;height:max-content}.dashboard-module__U0s9_W__adminViewProuctLeftBottomCat{justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:10px;display:flex}.dashboard-module__U0s9_W__adminViewProuctLeftBottomCat h4{font-size:15px}.dashboard-module__U0s9_W__adminViewProuctLeftBottomCat p{color:var(--lighterText);font-size:15px}.dashboard-module__U0s9_W__adminViewProuctLeftBottomDes{width:100%;height:max-content;margin-bottom:20px}.dashboard-module__U0s9_W__adminViewProuctLeftBottomDes p{font-size:15px;line-height:22px}.dashboard-module__U0s9_W__adminViewProuctLeftBottomBt{justify-content:space-between;align-items:flex-start;gap:50px;width:100%;height:max-content;display:flex}.dashboard-module__U0s9_W__adminViewProuctLeftBottomBtLeft,.dashboard-module__U0s9_W__adminViewProuctLeftBottomBtRight{width:max-content;height:max-content}.dashboard-module__U0s9_W__adminViewProuctLeftBottomBtLeft h3,.dashboard-module__U0s9_W__adminViewProuctLeftBottomBtRight h3{margin-bottom:20px;font-size:15px}.dashboard-module__U0s9_W__adminViewProuctLeftBottomBtLeft ul,.dashboard-module__U0s9_W__adminViewProuctLeftBottomBtRight ul{padding:0 0 0 20px;font-size:15px}.dashboard-module__U0s9_W__adminViewProuctLeftBottomBtLeft li,.dashboard-module__U0s9_W__adminViewProuctLeftBottomBtRight li{margin-bottom:10px}.dashboard-module__U0s9_W__adminViewProuctRightTop header,.dashboard-module__U0s9_W__adminViewProuctRightBottom header{border-bottom:1px solid var(--lightGrey);margin-bottom:10px;padding:20px 0}.dashboard-module__U0s9_W__adminViewProuctRightTop header h2,.dashboard-module__U0s9_W__adminViewProuctRightBottom header h2{font-size:24px}.dashboard-module__U0s9_W__adminViewProuctRightTopContent,.dashboard-module__U0s9_W__adminViewProuctRightBottomCont{width:100%;height:max-content}.dashboard-module__U0s9_W__adminViewProuctRightTopDetail{width:100%;height:max-content;margin:40px 0 0}.dashboard-module__U0s9_W__adminViewProuctRightTopDetail h4{margin-bottom:10px;font-size:15px}.dashboard-module__U0s9_W__adminViewProuctRightTopDetail p{font-size:15px}.dashboard-module__U0s9_W__adminViewProuctRightTopContent{padding-bottom:40px}.dashboard-module__U0s9_W__adminViewProuctRightBottomDet{justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:20px;display:flex}.dashboard-module__U0s9_W__adminViewProuctRightBottom{margin-bottom:50px}.dashboard-module__U0s9_W__adminViewProuctRightBottomDetLeft{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__adminViewProuctRightBottomDetLeft img{width:30px;height:30px}.dashboard-module__U0s9_W__adminViewProuctFile h4{font-size:15px}.dashboard-module__U0s9_W__adminViewProuctFile p{color:var(--lighterText);font-size:12px;font-weight:300}.dashboard-module__U0s9_W__adminViewProuctRightBottomDet button{cursor:pointer;color:var(--primary);background:0 0;border:none;outline:none;text-decoration:underline}.dashboard-module__U0s9_W__adminViewProuctRightBottomContDetails{width:100%;height:max-content;margin:0 0 40px}.dashboard-module__U0s9_W__adminViewProuctRightBottomContDetails h3{margin-bottom:20px;font-size:15px}.dashboard-module__U0s9_W__adminViewProuctRightBottomContDetails p{margin-top:10px;font-size:15px}.dashboard-module__U0s9_W__adminViewProuctRightBottomContShip{width:100%;height:max-content;padding-bottom:20px}.dashboard-module__U0s9_W__adminViewProuctRightBottomContShip button{border:1px solid var(--primary);cursor:pointer;background:0 0;border-radius:10px;padding:10px 25px;font-size:16px}.dashboard-module__U0s9_W__adminViewProuctLeftBottomTop header{border-bottom:1px solid var(--lightGrey);align-items:center;gap:20px;width:100%;height:max-content;margin-bottom:20px;padding-bottom:20px;display:flex}.dashboard-module__U0s9_W__adminViewProuctLeftBottomTop header h2{font-size:24px}.dashboard-module__U0s9_W__adminViewProuctLeftBottomTop header p{color:var(--primary);background:#c1f3c1;border-radius:40px;padding:5px 10px;font-size:14px}.dashboard-module__U0s9_W__adminViewProuctLeftBottomCatTot{border-top:1px solid var(--lightGrey);justify-content:space-between;align-items:center;width:100%;height:max-content;margin-top:20px;padding:10px 0;display:flex}.dashboard-module__U0s9_W__adminShipmentView{background:var(--background);justify-content:center;align-items:center;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.dashboard-module__U0s9_W__adminShipmentView.dashboard-module__U0s9_W__active{display:flex}.dashboard-module__U0s9_W__adminShipmentViewMain{width:80%;height:max-content;padding:0 20px}.dashboard-module__U0s9_W__adminShipmentViewMain header{width:100%;height:max-content;margin-bottom:10px;padding:40px 0}.dashboard-module__U0s9_W__adminShipmentViewMain header button{background-color:#0000;border:none;align-items:center;gap:10px;width:max-content;height:max-content;font-size:20px;display:flex}.dashboard-module__U0s9_W__adminShipmentViewContent{border:1px solid var(--grey);border-radius:10px;width:100%;height:max-content;padding:0 40px}.dashboard-module__U0s9_W__adminShipmentViewHeader{justify-content:space-between;align-items:center;width:100%;height:max-content;padding:40px 0;display:flex}.dashboard-module__U0s9_W__adminShipmentViewHeader h3{margin-bottom:10px;font-size:18px}.dashboard-module__U0s9_W__adminShipmentViewHeaderLeftSec{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__adminShipmentViewHeaderLeftSec p{font-size:15px}.dashboard-module__U0s9_W__adminShipmentViewHeaderLeftSec h4,.dashboard-module__U0s9_W__adminShipmentViewBottomLeftName p{background:#f5deb4;border-radius:10px;padding:5px 10px;font-size:12px;font-weight:300}.dashboard-module__U0s9_W__adminShipmentViewHeaderRight{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__adminShipmentViewHeaderRight button{background:var(--text);color:var(--background);border:none;border-radius:10px;padding:10px 25px;font-size:16px}.dashboard-module__U0s9_W__adminShipmentViewHeaderRight button:last-child{color:var(--primary);border:1px solid var(--primary);background:0 0}.dashboard-module__U0s9_W__adminShipmentViewContentB{width:100%;height:max-content}.dashboard-module__U0s9_W__adminShipmentViewContentB h3{margin-bottom:20px;font-size:18px}.dashboard-module__U0s9_W__adminShipmentViewDetailContainer{width:100%;height:max-content}.dashboard-module__U0s9_W__adminShipmentViewDetail{border-bottom:1px solid var(--lightGrey);justify-content:space-between;align-items:center;width:100%;height:max-content;padding:10px 0;display:flex}.dashboard-module__U0s9_W__adminShipmentViewDetail h5,.dashboard-module__U0s9_W__adminShipmentViewDetail p{font-size:15px}.dashboard-module__U0s9_W__adminShipmentViewBottom{justify-content:space-between;align-items:center;width:100%;height:max-content;margin-top:100px;padding-bottom:40px;display:flex}.dashboard-module__U0s9_W__adminShipmentViewBottomLeft{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__adminShipmentViewBottomLeft img{border-radius:100%;width:40px;height:40px}.dashboard-module__U0s9_W__adminShipmentViewBottomLeftName{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__adminShipmentViewBottomLeftName h3{font-size:16px}.dashboard-module__U0s9_W__adminShipmentViewBottomRight{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.dashboard-module__U0s9_W__adminShipmentViewBottomRight button{background:0 0;border:none;font-size:25px}.dashboard-module__U0s9_W__adminShipmentViewBottomRight button i{background:var(--primary);width:40px;height:40px;color:var(--background);border-radius:100%;justify-content:center;align-items:center;display:flex}.dashboard-module__U0s9_W__adminPromitionReports{margin-top:100px}.dashboard-module__U0s9_W__adminPeportsTopRightContent{justify-content:flex-start;gap:20px}.dashboard-module__U0s9_W__adminExportFormContainer2{justify-content:center;align-items:center;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.dashboard-module__U0s9_W__adminExportFormContainer2.dashboard-module__U0s9_W__active{display:flex}.dashboard-module__U0s9_W__adminExportFormContainer2:after{content:"";background:var(--text);opacity:.4;width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-module__U0s9_W__mainCusdashboardOverall{width:100%;height:max-content;padding:20px 40px}.dashboard-module__U0s9_W__mainCusdashboardOverall h2{font-size:25px;font-weight:400}.dashboard-module__U0s9_W__mainCusdashboardOverall h3{font-size:25px}
.product-module__oePe7a__page{width:100vw;height:max-content}.product-module__oePe7a__pageLocation{justify-content:flex-start;align-items:center;width:max-content;height:max-content;padding:5px 20px;display:flex}.product-module__oePe7a__pageLocation p{color:var(--grey);font-size:11px}.product-module__oePe7a__pageLocation:last-child{padding:0}.product-module__oePe7a__pageLocation a,.product-module__oePe7a__pageLocation i{color:var(--grey);font-size:16px}.product-module__oePe7a__header{background:var(--primary);justify-content:center;width:100%;height:max-content;padding:5px 0;display:flex}.product-module__oePe7a__header h2{color:var(--background);font-size:20px;font-weight:400}.product-module__oePe7a__products{width:100%;height:max-content;margin-bottom:100px;display:flex}.product-module__oePe7a__productsLeft{border-radius:10px;width:20%;height:max-content;margin-top:15px;padding:0 20px 0 60px}.product-module__oePe7a__productsRight{width:80%;height:max-content;padding-top:15px;padding-right:80px}.product-module__oePe7a__productsRightTop{border-radius:20%;justify-content:center;align-items:center;width:100%;height:max-content;display:flex}.product-module__oePe7a__productsLinks{background:var(--lightGrey);border-radius:10px;justify-content:flex-start;align-items:center;gap:10px;width:100%;height:70px;margin:0 0 15px;padding:0 20px;display:flex}.product-module__oePe7a__productsLinks button{color:text;cursor:pointer;background:0 0;border:none;font-size:17px}.product-module__oePe7a__productsRightBottom{background-color:var(--lightGrey);border-radius:10px;grid-template-columns:repeat(5,minmax(160px,1fr));justify-items:center;row-gap:10px;width:100%;height:max-content;padding:20px;display:grid}.product-module__oePe7a__productCard{background-color:var(--background);border-radius:10px;width:175px;height:max-content;position:relative}.product-module__oePe7a__productCard h2{font-size:15px;font-weight:600}.product-module__oePe7a__productCard p{color:var(--grey);font-size:14px}.product-module__oePe7a__productCardTop{border-top-left-radius:10px;border-top-right-radius:10px;width:100%;height:120px;position:relative}.product-module__oePe7a__productCardBottom{width:100%;height:max-content;padding:10px 5px 5px}.product-module__oePe7a__productImg{object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px;position:absolute}.product-module__oePe7a__productCartPriceContainer,.product-module__oePe7a__productCardReview{justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:7px;display:flex}.product-module__oePe7a__productCardName{width:100%;height:40px;margin-bottom:7px}.product-module__oePe7a__productCardReviewItem{align-items:center;gap:5px;width:max-content;height:max-content;display:flex}.product-module__oePe7a__productCardStars{align-items:center;width:max-content;height:max-content;display:flex}.product-module__oePe7a__productCardStars i{color:var(--orange);font-size:11px}.product-module__oePe7a__productCardReviewItem p{font-size:9px}.product-module__oePe7a__productCardReview a{border:1px solid var(--primary);color:var(--primary);border-radius:50px;padding:5px 10px;font-size:12px}.product-module__oePe7a__otherCategories{width:100%;height:max-content;padding:0 80px}.product-module__oePe7a__sigleCategory{width:100%;height:max-content;margin-bottom:50px}.product-module__oePe7a__otherCategoriesHeader{background:var(--danger);border-radius:5px;width:100%;height:max-content;margin-bottom:20px;padding:5px 20px}.product-module__oePe7a__recentCategoriesHeader{background:var(--lemon);border-radius:5px;width:100%;height:max-content;margin-bottom:20px;padding:5px 20px}.product-module__oePe7a__otherCategoriesHeader h2,.product-module__oePe7a__recentCategoriesHeader h2{color:var(--background);font-size:20px;font-weight:500}.product-module__oePe7a__categoryContent{background:var(--lightGrey);width:100%;height:250px;padding:0 20px;overflow-y:hidden}.product-module__oePe7a__ccContainer{justify-content:space-between;align-items:center;gap:10px;width:max-content;height:250px;display:flex}.product-module__oePe7a__advertContainer{width:100vw;height:300px;margin-bottom:50px;padding:0 80px}.product-module__oePe7a__adverContent{width:100%;height:100%;position:relative}.product-module__oePe7a__advertImg{object-fit:fill;position:absolute}.product-module__oePe7a__productsFilterContainer{background:var(--lightGrey);border-radius:10px;width:100%;height:max-content;padding:20px 10px}.product-module__oePe7a__productsFilterContainer h2{margin-bottom:20px;font-size:16px}.product-module__oePe7a__priceRangeForm{flex-direction:column;gap:10px;width:100%;height:max-content;margin:20px 0;display:flex}.product-module__oePe7a__priceRangeForm input{background:var(--orange);width:100%;height:1px}.product-module__oePe7a__rangeContainer{justify-content:space-between;align-items:center;width:100%;height:max-content;margin-top:10px;display:flex}.product-module__oePe7a__rangeContainer input{border:1px solid var(--grey);background:0 0;border-radius:50px;outline:none;width:80px;height:30px;padding:0 10px;font-weight:500}.product-module__oePe7a__line{background:var(--grey);width:50px;height:1px}.product-module__oePe7a__priceRangeForm input[type=range]{-webkit-appearance:none;background:var(--orange);border-radius:5px;outline:none;width:100%;height:2px;margin-bottom:20px}.product-module__oePe7a__priceRangeForm input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--orange);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 0 3px #0000004d}.product-module__oePe7a__priceRangeForm input[type=range]::-moz-range-thumb{background:var(--orange);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 0 3px #0000004d}.product-module__oePe7a__priceRangeForm input[type=range]::-moz-range-track{background:var(--orange);border-radius:5px;height:6px}.product-module__oePe7a__sliderWrapper{width:100%;position:relative}.product-module__oePe7a__range{-webkit-appearance:none;pointer-events:none;background:0 0;width:100%;height:2px;position:absolute}.product-module__oePe7a__range::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;background:var(--orange);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 0 3px #0000004d}.product-module__oePe7a__range::-moz-range-thumb{pointer-events:auto;background:var(--orange);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 0 3px #0000004d}.product-module__oePe7a__categoryFilterContainer{flex-direction:column;row-gap:20px;width:100%;height:max-content;margin-bottom:50px;display:flex}.product-module__oePe7a__filterSearch{width:100%;height:max-content}.product-module__oePe7a__filterSearch input{border:1px solid var(--grey);background:0 0;border-radius:50px;outline:none;width:100%;height:40px;padding:0 20px}.product-module__oePe7a__categoryFilterLabel{align-items:center;gap:10px;width:100%;height:max-content;display:flex}.product-module__oePe7a__categoryFilterLabel input{width:20px;height:20px}.product-module__oePe7a__categoryFilterLabel label{color:var(--grey);font-size:17px}.product-module__oePe7a__hide{display:none}.product-module__oePe7a__catHeading.product-module__oePe7a__active{color:var(--primary);font-weight:500}.product-module__oePe7a__navMenuBottomLine.product-module__oePe7a__active{background:var(--primary);width:100%;height:2px}.product-module__oePe7a__navMenuMainContentContainer{margin-left:10px}.product-module__oePe7a__paginationContainer{background:var(--lightGrey);justify-content:center;align-items:center;width:100%;height:max-content;margin-top:20px;padding:5px 0;display:flex}.product-module__oePe7a__pagination{align-items:center;gap:10px;width:max-content;height:max-content;list-style:none;display:flex}.product-module__oePe7a__btnLi,.product-module__oePe7a__pageLi{width:max-content;height:max-content}.product-module__oePe7a__btnLi button{background:var(--primary);color:var(--background);cursor:pointer;cursor:pointer;border:none;border-radius:5px;outline:none;padding:10px;font-size:16px}.product-module__oePe7a__pageLi button{border:1px solid var(--grey);cursor:pointer;background:0 0;border-radius:100%;justify-content:center;align-items:center;width:25px;height:25px;display:flex}.product-module__oePe7a__pageLi button.product-module__oePe7a__currentPage{background:var(--primary);color:var(--background);border:none}.product-module__oePe7a__filterBtnNew,.product-module__oePe7a__productsLeftCancelBtn{display:none}@media only screen and (max-width:1280px) and (min-width:1001px){.product-module__oePe7a__productsLeft{padding:0 20px}.product-module__oePe7a__productsRight{padding-right:40px}.product-module__oePe7a__navMenuMainContentContainer a{font-size:11px}.product-module__oePe7a__productsRightBottom{grid-template-columns:repeat(4,minmax(160px,1fr));padding:20px 5px}}@media screen and (max-width:1000px) and (min-width:768px){.product-module__oePe7a__productsLeft{margin-top:65px;padding:0 10px}.product-module__oePe7a__productsRight{padding-right:10px}.product-module__oePe7a__productsRightTop{height:65px}.product-module__oePe7a__productsLinks{height:50px}.product-module__oePe7a__navMenuMainContentContainer{margin-left:0}.product-module__oePe7a__productsFilterContainer h2{font-size:16px}.product-module__oePe7a__productsFilterContainer{padding:80px 10px}.product-module__oePe7a__rangeContainer input{width:70px;height:30px;padding:0 10px;font-size:14px;font-weight:400}.product-module__oePe7a__otherCategories{padding:0 10px}.product-module__oePe7a__ccContainer{width:max-content}.product-module__oePe7a__advertContainer{padding:0 10px}.product-module__oePe7a__navMenuMainContentContainer a{font-size:11px}.product-module__oePe7a__productsRightBottom{grid-template-columns:repeat(3,minmax(160px,1fr));padding:80px 5px}}@media only screen and (max-width:767px){.product-module__oePe7a__productsLeft{display:none}.product-module__oePe7a__productsRight{width:100%;padding:0 5px}.product-module__oePe7a__productsRightTop{height:max-content}.product-module__oePe7a__productsLinks{height:50px}.product-module__oePe7a__navMenuMainContentContainer{width:max-content;margin-left:0}.product-module__oePe7a__productsRightBottom{justify-items:center;padding:20px}.product-module__oePe7a__productCard{width:160px}.product-module__oePe7a__productsLinks{align-items:flex-start;width:70%;height:max-content;padding:10px;overflow-x:auto}.product-module__oePe7a__productsLinks a{font-size:11px;display:flex}.product-module__oePe7a__navMenuLinkMainContainer{width:max-content;height:max-content}.product-module__oePe7a__pageLocation{padding:0 10px}.product-module__oePe7a__products{margin-bottom:50px}.product-module__oePe7a__otherCategories{padding:0 10px}.product-module__oePe7a__ccContainer{gap:10px;width:max-content}.product-module__oePe7a__advertContainer{padding:0 10px}.product-module__oePe7a__filterBtnNew{display:block}.product-module__oePe7a__productsRightTop{background:var(--lightGrey);border-radius:5px;justify-content:space-between;align-items:flex-start;margin:5px 0}.product-module__oePe7a__filterBtnNew{background:0 0;border:none;margin:10px;font-size:16px}.product-module__oePe7a__productsLeft.product-module__oePe7a__active{z-index:999;background:var(--lightGrey);width:100vw;height:100vh;margin-top:0;padding:0 20px;display:block;position:fixed;top:0;left:0;overflow-y:auto}.product-module__oePe7a__productsFilterContainer{padding:20px}.product-module__oePe7a__productsLeftCancelBtn{cursor:pointer;background:0 0;border:none;padding:20px;font-size:20px;display:block}.product-module__oePe7a__productsRightBottom{grid-template-columns:repeat(2,minmax(160px,1fr));padding:20px 10px}}
.single-module__MpssSW__productContainer{background:var(--lightGrey);width:100vw;height:max-content;padding:20px 80px}.single-module__MpssSW__ProudctConatinerMain{align-items:flex-start;width:100%;height:max-content;display:flex}.single-module__MpssSW__productContainerLeft{width:50%;height:max-content;padding-right:10px}.single-module__MpssSW__productContainerRight{width:50%;height:max-content;padding-left:10px}.single-module__MpssSW__productConatinerImage{background:var(--background);text-align:center;border-radius:10px;width:100%;height:50vh;position:relative}.single-module__MpssSW__productImage{object-fit:cover;position:absolute}.single-module__MpssSW__productContainerRight h2{font-size:20px;font-weight:500}.single-module__MpssSW__productContainerRightTop,.single-module__MpssSW__productContainerRightMiddle{background:var(--background);border-radius:10px;width:100%;height:max-content;margin-bottom:20px;padding:20px}.single-module__MpssSW__specTable{border-collapse:collapse;color:#222;width:100%;margin-top:10px;font-family:Inter,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5}.single-module__MpssSW__specTable td{vertical-align:top;border-bottom:1px solid #eee;padding:8px 10px}.single-module__MpssSW__variantList{flex-wrap:wrap;gap:10px;margin-top:10px;font-family:Inter,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.single-module__MpssSW__variantButton{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:8px 14px;font-family:inherit;font-weight:500;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000000a}.single-module__MpssSW__variantButton:hover{background:#f5f5f5;border-color:#ccc}.single-module__MpssSW__variantButton:active{background:#e0e0e0}.single-module__MpssSW__productDescriptionHeader{border-bottom:1px solid var(--lightGrey);justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:20px;padding:0 0 20px;display:flex}.single-module__MpssSW__productDescriptionHeader p{color:var(--background);background:var(--green);border-radius:50px;padding:5px 15px;font-size:14px}.single-module__MpssSW__productPrice{align-items:center;gap:20px;width:100%;height:max-content;margin-bottom:20px;display:flex}.single-module__MpssSW__productPrice h2{font-size:16px;font-weight:700}.single-module__MpssSW__productPrice p{color:gray;font-size:16px;font-weight:400;text-decoration:line-through}.single-module__MpssSW__ratingColor{color:var(--primary)}.single-module__MpssSW__ratingNum{font-size:18px}.single-module__MpssSW__productSize{align-items:center;gap:20px;width:100%;height:max-content;margin-bottom:20px;display:flex}.single-module__MpssSW__productQtyContainer{align-items:center;gap:20px;width:100%;height:max-content;display:flex}.single-module__MpssSW__productQty{width:max-content;height:max-content}.single-module__MpssSW__productQty h3{font-weight:500}.single-module__MpssSW__increaseBtn{align-items:center;gap:5px;width:max-content;height:max-content;display:flex}.single-module__MpssSW__increaseBtn button{border:1px solid var(--text);cursor:pointer;border-radius:5px;padding:15px 20px;font-size:20px;font-weight:600}.single-module__MpssSW__productContainerRightBottom,.single-module__MpssSW__submitBtnForm{width:100%;height:max-content}.single-module__MpssSW__cartBtnMain{background:var(--primary);width:100%;height:max-content;color:var(--background);cursor:pointer;border:none;border-radius:10px;outline:none;justify-content:center;align-items:center;gap:10px;padding:15px 0;font-size:18px;display:none}.single-module__MpssSW__cartBtnMain.single-module__MpssSW__show{display:flex}.single-module__MpssSW__productContainerBottom{width:100%;height:max-content;margin-top:20px}.single-module__MpssSW__productContainerBottomImages{border:1px solid var(--grey);border-radius:10px;align-items:center;gap:10px;width:max-content;height:max-content;padding:10px;display:flex}.single-module__MpssSW__productContainerBottomImage{cursor:pointer;border-radius:10px;width:100px;height:100px;position:relative}.single-module__MpssSW__productImage{object-fit:fill;border-radius:10px;position:absolute}.single-module__MpssSW__productContainerBottom h2{color:var(--background);background:var(--orange);border-radius:5px;width:max-content;padding:10px 15px;font-size:16px;font-weight:400}.single-module__MpssSW__customerFeedbackContainer{width:100%;height:max-content;margin-top:100px;margin-bottom:40px}.single-module__MpssSW__customerFeedbackHeader{border-bottom:1px solid var(--grey);justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:20px;padding-bottom:20px;display:flex}.single-module__MpssSW__customerFeedbackHeader h2{font-size:18px}.single-module__MpssSW__customerFeedback{justify-content:space-between;align-items:flex-start;width:100%;height:max-content;display:flex}.single-module__MpssSW__customerFeedbackLeft{background:var(--background);border-radius:5px;width:50%;height:max-content;padding:60px 20px}.single-module__MpssSW__customerFeedbackRight{background:var(--background);border-radius:5px;flex-direction:column;justify-content:center;align-items:center;row-gap:20px;width:40%;height:max-content;margin-right:40px;padding:60px 20px;display:flex}.single-module__MpssSW__customerUserFeedback{width:100%;height:max-content;margin-bottom:20px}.single-module__MpssSW__customerUserFeedback:last-child{margin-bottom:0}.single-module__MpssSW__userName{width:100%;height:max-content;color:var(--lighterText);align-items:center;margin-bottom:10px;font-size:14px;font-weight:400;display:flex}.single-module__MpssSW__customerUserFeedback p{color:var(--lighterText);margin-top:10px;font-size:14px;font-weight:300}.single-module__MpssSW__customerFeedbackRight h2{color:var(--orange);font-size:20px}.single-module__MpssSW__productsRatingsContainer{justify-content:space-between;align-items:center;width:100%;height:max-content;padding:5%;display:flex}.single-module__MpssSW__productsRatingsContainer h3{font-size:14px}.single-module__MpssSW__productsRatingsContainer{align-items:center;gap:5px;width:100%;display:flex}.single-module__MpssSW__productsRatingsContent{width:100%;height:max-content}.single-module__MpssSW__line{background:var(--grey);border-radius:4px;width:50%;height:3px;position:relative;overflow:hidden}.single-module__MpssSW__lineFill{background:var(--orange);height:100%;transition:width .4s ease-in-out}.single-module__MpssSW__productDescriptionContainer{z-index:1000;width:100vw;height:80vh;display:none;position:fixed;top:90px;left:0}.single-module__MpssSW__productDescriptionContainer.single-module__MpssSW__active{justify-content:center;align-items:center;display:flex}.single-module__MpssSW__productDescriptionContainer:after{content:"";background:var(--text);opacity:.7;width:100%;height:100%;position:absolute;top:0;left:0}.single-module__MpssSW__prodDesContainer{background:var(--lightGrey);z-index:10;border-radius:10px;width:80vw;height:90vh;padding:0 20px;position:relative;overflow-y:auto}.single-module__MpssSW__productDescriptionContainerTop{z-index:10;justify-content:flex-end;align-items:center;width:100%;height:max-content;padding:20px;display:flex;position:relative}.single-module__MpssSW__productDescriptionContainerTop button{cursor:pointer;background:0 0;border:none;font-size:30px;font-weight:400}.single-module__MpssSW__productDescriptionContainerBottom{width:100%;height:max-content}.single-module__MpssSW__productDescriptionTopContent,.single-module__MpssSW__productDescriptionBottomContent{background:var(--background);width:100%;height:max-content;margin-bottom:40px;padding:0 10px}.single-module__MpssSW__productDescriptionContentHeader{border-bottom:1px solid var(--grey);width:100%;height:max-content;margin-bottom:20px;padding:20px 0}.single-module__MpssSW__productDescriptionContentHeader h2{font-size:18px;font-weight:400}.single-module__MpssSW__productDescriptionTopContent p{text-align:justify;padding-bottom:40px;font-size:16px;font-weight:300;line-height:21px}.single-module__MpssSW__productDescriptionContentMain{align-items:flex-start;width:100%;height:max-content;padding-bottom:40px;display:flex}.single-module__MpssSW__productDescriptionContentMainLeft{border-right:1px solid var(--grey);width:50%;height:max-content}.single-module__MpssSW__productDescriptionContentMainLeft ul{padding:0 20px;list-style:none}.single-module__MpssSW__productDescriptionContentMainLeft ul li{margin-bottom:10px}.single-module__MpssSW__productDescriptionContentMainRight{width:50%;height:max-content;padding:0 0 0 20px}.single-module__MpssSW__productDescriptionContentMainRight h2{margin-bottom:20px;font-size:18px;font-weight:400}.single-module__MpssSW__productDescriptionContentMainRight p{font-size:16px}.single-module__MpssSW__viewCartConatiner{justify-content:space-between;align-items:center;width:100%;height:max-content;display:none}.single-module__MpssSW__viewCartConatiner.single-module__MpssSW__show{display:flex}.single-module__MpssSW__viewCartConatiner a{background:var(--primary);width:max-content;color:var(--background);cursor:pointer;border:none;border-radius:10px;outline:none;justify-content:center;align-items:center;gap:10px;padding:15px 35px;font-size:18px;display:flex}.single-module__MpssSW__viewCartConatiner a:last-child{width:max-content;color:var(--primary);border:1px solid var(--primary);background:0 0}.single-module__MpssSW__productSize.single-module__MpssSW__hide{display:none}@media screen and (max-width:1000px) and (min-width:768px){.single-module__MpssSW__productContainer{padding:20px 10px}}@media only screen and (max-width:767px){.single-module__MpssSW__productContainer{padding:10px}.single-module__MpssSW__ProudctConatinerMain{flex-direction:column}.single-module__MpssSW__productContainerLeft{width:100%;padding-right:0}.single-module__MpssSW__productContainerRight{width:100%;padding-left:0}.single-module__MpssSW__customerFeedback{flex-direction:column}.single-module__MpssSW__customerFeedbackLeft{width:100%;margin-bottom:10px}.single-module__MpssSW__customerFeedbackRight{width:100%;margin-right:0;padding:20px 10px}.single-module__MpssSW__productSize{flex-wrap:wrap}}
.vendornav-module__9MNLAa__vendorNavContainer{background:var(--lightGrey);flex-direction:column;justify-content:space-between;height:max-content;min-height:100vh;padding:20px;display:flex}.vendornav-module__9MNLAa__vendorNavContainerTop{justify-content:space-between;align-items:center;width:100%;height:max-content;margin-bottom:40px;display:flex}.vendornav-module__9MNLAa__vendorNavLogo{cursor:pointer;width:100px;height:100px;position:relative}.vendornav-module__9MNLAa__vendorLogo{object-fit:fill}.vendornav-module__9MNLAa__vendorNavPanelBtn{cursor:pointer;background:0 0;border:none;outline:none;width:max-content;height:max-content}.vendornav-module__9MNLAa__vendorNavPanelBtn i{color:var(--lighterText);font-size:25px}.vendornav-module__9MNLAa__vendorNavContainerBottom{width:100%;height:max-content}.vendornav-module__9MNLAa__vendorNav{width:100%;height:max-content;list-style:none}.vendornav-module__9MNLAa__vendorNavItem{width:100%;height:max-content}.vendornav-module__9MNLAa__vendorNavItem button{width:100%;height:max-content;color:var(--lighterText);cursor:pointer;border:none;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:5px;padding:10px;font-size:15px;display:flex}.vendornav-module__9MNLAa__vendorNavItem button.vendornav-module__9MNLAa__active{background:var(--primary);color:var(--background);font-weight:700}.vendornav-module__9MNLAa__textCarrier{align-items:center;gap:10px;width:max-content;height:max-content;display:flex}.vendornav-module__9MNLAa__vendorNavItem button i{font-size:20px}.vendornav-module__9MNLAa__vendorNavItem button p{color:var(--lighterText);font-size:14px}.vendornav-module__9MNLAa__vendorNavItem button.vendornav-module__9MNLAa__active p{color:var(--background)}.vendornav-module__9MNLAa__vendorNavMainBottom button{color:var(--danger);background:0 0;border:none;font-size:18px;font-weight:600}
