@charset "UTF-8";body{min-height:100vh}.navSearchPopup{position:fixed;z-index:300;width:100%;height:100vh;top:0;left:0;background:rgba(0,0,0,.5);display:flex;flex-direction:column}.navSearchPopup .navSearchPopupHead{width:100%;background:white;border-bottom:1px solid #aaa}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain{width:100%;height:100px;display:flex;align-items:center;gap:50px}@media (max-width:500px){.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain{gap:10px}}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadLogo{width:200px;height:80px;display:flex;align-items:center}@media (max-width:800px){.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadLogo{display:none}}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadLogo p{font-size:24px;font-weight:700}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadLogo img{width:100%;height:100%;object-fit:contain}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox{width:calc(100% - 200px - 50px - 100px)}@media (max-width:800px){.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox{width:calc(100% - 100px)}}@media (max-width:500px){.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox{width:calc(100% - 10px - 30px)}}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox .navSearchPopupHeadSerachBoxInput{width:100%;position:relative;display:flex;align-items:center;height:50px;z-index:0}@media (max-width:500px){.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox .navSearchPopupHeadSerachBoxInput{height:40px}}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox .navSearchPopupHeadSerachBoxInput .icon{width:50px;height:50px;display:flex;justify-content:center;align-items:center;z-index:1}@media (max-width:500px){.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox .navSearchPopupHeadSerachBoxInput .icon{width:40px;height:40px}}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox .navSearchPopupHeadSerachBoxInput .icon svg{width:20px;height:20px}@media (max-width:500px){.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox .navSearchPopupHeadSerachBoxInput .icon svg{width:18px;height:18px}}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox .navSearchPopupHeadSerachBoxInput input{position:absolute;width:100%;height:100%;top:0;left:0;border:1px solid #aaa;border-radius:5px;padding:0 20px 0 50px;outline:none;font-size:18px}@media (max-width:500px){.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox .navSearchPopupHeadSerachBoxInput input{font-size:14px;padding-left:35px;padding-right:10px}}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .navSearchPopupHeadSerachBox .navSearchPopupHeadSerachBoxInput input:focus{border:2px solid black}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .closeNavSearchPopup{width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;outline:none;border:none}@media (max-width:500px){.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .closeNavSearchPopup{width:30px;height:40px}}.navSearchPopup .navSearchPopupHead .navSearchPopupHeadMain .closeNavSearchPopup svg{width:60%;height:60%}.navSearchPopup .navSearchPopupBody{width:100%;background:white;max-height:calc(100vh - 100px);overflow-y:auto;padding:20px 0}.navSearchPopup .navSearchPopupBody ul{width:calc(100% - 200px - 50px - 100px);margin-left:250px;display:flex;flex-wrap:wrap;gap:20px}@media (max-width:800px){.navSearchPopup .navSearchPopupBody ul{width:100%;margin-left:0;gap:10px}}.navSearchPopup .navSearchPopupBody ul li{list-style:none;width:calc(25% - 15px)}@media (max-width:1440px){.navSearchPopup .navSearchPopupBody ul li{width:calc(33.3333333333% - 14px)}}@media (max-width:1200px){.navSearchPopup .navSearchPopupBody ul li{width:calc(50% - 10px)}}@media (max-width:900px){.navSearchPopup .navSearchPopupBody ul li{width:100%}}.navSearchPopup .navSearchPopupBody ul li .suggestionButton{text-decoration:none;width:100%;display:flex;align-items:center;gap:15px;padding:10px;color:black;transition:.3s;border-radius:14px;cursor:pointer;background:none;outline:none;border:none;background:#f4f7f7}.navSearchPopup .navSearchPopupBody ul li .suggestionButton:hover{transition:.3s;background:#f4fbfb}.navSearchPopup .navSearchPopupBody ul li .suggestionButton .icon{width:60px;aspect-ratio:2/2;background:#eee;border-radius:14px;overflow:hidden}.navSearchPopup .navSearchPopupBody ul li .suggestionButton .icon img{width:100%;height:100%;object-fit:cover}.navSearchPopup .navSearchPopupBody ul li .suggestionButton p{width:calc(100% - 15px - 60px);font-size:16px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navSearchPopup .navSearchPopupBody .viewMore{width:calc(100% - 200px - 50px - 100px);margin-left:250px;margin-top:20px}@media (max-width:800px){.navSearchPopup .navSearchPopupBody .viewMore{width:100%;margin-left:0}}.navSearchPopup .navSearchPopupBody .viewMore .viewMoreBtn{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;border:1px solid #aaa;border-radius:14px;padding:12px;font-size:16px;cursor:pointer;transition:.3s;font-weight:400}.navSearchPopup .navSearchPopupBody .viewMore .viewMoreBtn:hover{transition:.3s;background:#f4fbfb}.navSearchPopup .navSearchPopupBody .viewMore .viewMoreBtn svg{width:14px;height:14px}nav{position:fixed;width:100%;background:white;z-index:100;top:0;border-bottom:1px solid #aaa}nav .navMain{width:100%;display:flex;align-items:center;justify-content:space-between;height:100px}@media (max-width:768px){nav .navMain{flex-direction:column;justify-content:center;gap:5px}}nav .navMain .navCol1,nav .navMain .navCol2{display:flex;align-items:center}@media (max-width:768px){nav .navMain .navCol1,nav .navMain .navCol2{width:100%}}nav .navMain .navCol1{gap:30px}@media (max-width:768px){nav .navMain .navCol1{gap:20px}}@media (max-width:500px){nav .navMain .navCol1{gap:10px}}nav .navMain .navCol2{gap:50px}@media (max-width:768px){nav .navMain .navCol2{gap:20px}}nav .navMain .navLogo{display:flex;align-items:center;gap:20px;text-decoration:none}nav .navMain .navLogo p{font-size:24px;font-weight:700;color:black;cursor:pointer}@media (max-width:500px){nav .navMain .navLogo p{font-size:20px}}nav .navMain .currentLocation{display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .3s ease}@media (max-width:768px){nav .navMain .currentLocation{margin-left:auto}}nav .navMain .currentLocation:hover{opacity:.8}nav .navMain .currentLocation svg{width:16px;height:16px;color:#000;font-weight:600}nav .navMain .currentLocation p{color:#000;font-size:12px;border-bottom:1px solid;margin:0;display:flex;flex-direction:column}nav .navMain .currentLocation p .locationError{color:red;font-size:10px;border:none;margin-top:2px}nav .navMain .navSearch{width:500px}@media (max-width:1680px){nav .navMain .navSearch{width:400px}}@media (max-width:1600px){nav .navMain .navSearch{width:350px}}@media (max-width:1024px){nav .navMain .navSearch{width:auto}}@media (max-width:768px){nav .navMain .navSearch{width:calc(100% - 46px)}}nav .navMain .navSearch .navSearchBox{width:100%;height:50px;border:1px solid #aaa;border-radius:5px;display:flex;align-items:center;cursor:pointer;background:white}@media (max-width:1024px){nav .navMain .navSearch .navSearchBox{border:none;height:auto}}@media (max-width:768px){nav .navMain .navSearch .navSearchBox{height:40px;border:1px solid #aaa}}nav .navMain .navSearch .navSearchBox .navSearchIcon{width:50px;height:50px;display:flex;justify-content:center;align-items:center}@media (max-width:1024px){nav .navMain .navSearch .navSearchBox .navSearchIcon{width:auto;height:auto}}@media (max-width:768px){nav .navMain .navSearch .navSearchBox .navSearchIcon{height:40px;width:50px}}nav .navMain .navSearch .navSearchBox .navSearchIcon svg{width:20px;height:20px;color:#aaa}@media (max-width:1024px){nav .navMain .navSearch .navSearchBox .navSearchIcon svg{color:black;width:26px;height:26px}}@media (max-width:768px){nav .navMain .navSearch .navSearchBox .navSearchIcon svg{width:20px;height:20px;color:#aaa}}nav .navMain .navSearch .navSearchBox .navSearchInput{font-size:16px;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:1024px){nav .navMain .navSearch .navSearchBox .navSearchInput{display:none}}@media (max-width:768px){nav .navMain .navSearch .navSearchBox .navSearchInput{display:block;font-size:14px}}@media (max-width:1350px){nav .navMain .navLink{display:none}}nav .navMain .navLink ul{display:flex;gap:30px}@media (max-width:1600px){nav .navMain .navLink ul{gap:20px}}nav .navMain .navLink ul li{list-style-type:none;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;position:relative;cursor:pointer}nav .navMain .navLink ul li a{text-decoration:none;font-size:16px;font-weight:500;color:black;white-space:nowrap}nav .navMain .navLink ul li a .hot{font-size:12px;color:green}nav .navMain .navLink ul li a .sale{font-size:12px;color:red}nav .navMain .navLink ul li a:active{color:#febd69}nav .navMain .userCartWishlistBox{display:flex;gap:30px;color:white;font-size:24px;position:relative;align-items:center;justify-content:space-between}nav .navMain .userCartWishlistBox .loginButton{background:none;border:none;cursor:pointer;color:#333;display:flex;align-items:center;gap:6px}@media (max-width:1024px){nav .navMain .userCartWishlistBox .loginButton{display:none}}nav .navMain .userCartWishlistBox .loginButton .icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}nav .navMain .userCartWishlistBox .loginButton .icon svg{width:100%;height:100%}nav .navMain .userCartWishlistBox .loginButton p{font-size:14px;text-align:center;white-space:nowrap}nav .navMain .userCartWishlistBox .profileContainer{position:relative;display:flex;align-items:center}@media (max-width:1260px){nav .navMain .userCartWishlistBox .profileContainer{display:none}}nav .navMain .userCartWishlistBox .profileContainer .profileDropdownContainer{position:relative}nav .navMain .userCartWishlistBox .profileContainer .profileTrigger{cursor:pointer;display:flex;align-items:center;gap:.5rem}nav .navMain .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox{display:flex;align-items:center}nav .navMain .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox .userImgBox{cursor:pointer;color:#333;display:flex;align-items:center;gap:6px}nav .navMain .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox .userImgBox .icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}nav .navMain .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox .userImgBox .icon svg{width:100%;height:100%}nav .navMain .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox .userImgBox p{font-size:14px;text-align:center;white-space:nowrap}nav .navMain .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox .userImgBox img{width:100%;height:100%;object-fit:cover;border-radius:50%}nav .navMain .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox .dropdownArrow{margin-left:.25rem;transition:transform .2s ease}nav .navMain .userCartWishlistBox .profileContainer .profileDropdown{position:absolute;right:-80px;top:100%;background:white;border-radius:.5rem;box-shadow:0 2px 10px rgba(0,0,0,.1);min-width:200px;z-index:100;padding:.5rem;margin-top:1rem}nav .navMain .userCartWishlistBox .profileContainer .profileDropdown a,nav .navMain .userCartWishlistBox .profileContainer .profileDropdown button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;width:100%;text-align:left;background:none;border:none;color:#333;cursor:pointer;font-size:.9rem}nav .navMain .userCartWishlistBox .profileContainer .profileDropdown a:hover,nav .navMain .userCartWishlistBox .profileContainer .profileDropdown button:hover{background:var(--buttonColor);color:white;border-radius:5px}nav .navMain .userCartWishlistBox .profileContainer .profileDropdown a svg,nav .navMain .userCartWishlistBox .profileContainer .profileDropdown button svg{font-size:1.1rem}nav .navMain .userCartWishlistBox .profileContainer .profileDropdown a span,nav .navMain .userCartWishlistBox .profileContainer .profileDropdown button span{background-color:var(--buttonColor);padding:4px;border-radius:50%}nav .navMain .userCartWishlistBox .profileContainer .profileDropdown .dropdownDivider{height:1px;background:#eee;margin:.25rem 0}nav .navMain .userCartWishlistBox .notificationDrop{position:relative;cursor:pointer;margin-top:5px}nav .navMain .userCartWishlistBox .notificationDrop svg{cursor:pointer;color:black}@media (max-width:1024px){nav .navMain .userCartWishlistBox .notificationDrop svg{width:26px;height:26px}}nav .navMain .userCartWishlistBox .notificationDrop .notificationIconWrapper{position:relative;display:inline-block}nav .navMain .userCartWishlistBox .notificationDrop .notificationIconWrapper .notificationBadge{position:absolute;top:-3px;right:-3px;background:var(--buttonColor);color:white;font-size:10px;padding:2px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}nav .navMain .userCartWishlistBox .notificationDrop:hover .notificationsDropdown{display:flex}nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown{position:absolute;top:100%;left:-110px;background:white;color:black;width:260px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.2);z-index:100;display:none;flex-direction:column;padding:10px}@media (max-width:1024px){nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown{left:-145px;width:185px;padding:5px}}@media (max-width:768px){nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown{left:-145px;width:185px;padding:5px}}@media (max-width:480px){nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown{left:-150px;width:185px;padding:5px}}nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem{display:flex;align-items:start;flex-direction:column;padding:5px 10px;border-bottom:1px solid #eee;cursor:pointer;gap:10px;white-space:nowrap}@media (max-width:1024px){nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem{gap:5px}}@media (max-width:768px){nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem{gap:5px}}@media (max-width:480px){nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem{gap:5px}}nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem p{font-size:15px;font-weight:400;text-overflow:ellipsis;width:100%;overflow:hidden}@media (max-width:480px){nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem p{font-size:14px}}nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem span{font-size:12px;font-weight:400;color:#777777}nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem:last-child{border-bottom:none}nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem:hover{background:var(--buttonColor);color:white;border-radius:5px}nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem:hover span{color:#e8e8e8}nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .ClearAllBtn{display:flex;align-items:center;justify-content:center;padding-top:10px;cursor:pointer}nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .ClearAllBtn button{color:var(--buttonColor);background:none;border:none;outline:none;font-size:16px;font-weight:400;cursor:pointer}@media (max-width:480px){nav .navMain .userCartWishlistBox .notificationDrop .notificationsDropdown .ClearAllBtn button{font-size:14px}}nav .navMain .userCartWishlistBox a{text-decoration:none}@media (max-width:1150px){nav .navMain .userCartWishlistBox a{position:fixed;bottom:10px;left:50%;z-index:100;transform:translateX(-50%)}}nav .navMain .userCartWishlistBox a button{display:flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;border:none;padding:8px 20px;outline:none;cursor:pointer;background:var(--primaryBtnColor);color:white;transition:.3s}nav .navMain .userCartWishlistBox a button:hover{transition:.3s;transform:translateY(-5px)}@media (max-width:1150px){nav .navMain .userCartWishlistBox a button{padding:12px 30px;border-radius:12px}}nav .navMain .userCartWishlistBox a button .icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}@media (max-width:1150px){nav .navMain .userCartWishlistBox a button .icon{width:20px;height:20px}}nav .navMain .userCartWishlistBox a button .icon svg{width:100%;height:100%}nav .navMain .userCartWishlistBox a button p{display:flex;align-items:center;gap:10px;justify-content:center;font-size:16px;text-decoration:none;font-weight:500}@media (max-width:1150px){nav .navMain .userCartWishlistBox a button p{font-size:20px}}nav .navMain .navBar{display:none;justify-content:center;align-items:center}@media (max-width:1350px){nav .navMain .navBar{display:block}}nav .navMain .navBar .navBarBox{display:flex;justify-content:center;align-items:center;cursor:pointer}nav .navMain .navBar .navBarBox .menuIcon{width:30px;height:30px;color:#000}@media (max-width:500px){nav .navMain .navBar .navBarBox .menuIcon{width:26px;height:26px}}.sideNav{position:fixed;top:0;left:0;width:300px;height:100%;background-color:#ffffff;box-shadow:0 0 10px rgba(0,0,0,.1);z-index:1001;display:flex;flex-direction:column;transition:transform .3s ease-in-out}.sideNav .sideNavHeader{display:flex;justify-content:flex-end;align-items:center;padding:15px 20px}.sideNav .sideNavHeader .closeIcon{font-size:24px;cursor:pointer;color:black;transition:all .2s ease}.sideNav .sideNavHeader .closeIcon:hover{transform:scale(1.1)}.sideNav .inLoggedInUser{display:flex;gap:15px;align-items:center;padding:0 20px;flex-direction:column}.sideNav .inLoggedInUser .loginButton{background:var(--buttonColor);border:none;cursor:pointer;display:flex;align-items:center;outline:none;gap:15px;padding:10px;width:100%;border-radius:5px}.sideNav .inLoggedInUser .loginButton svg{font-size:20px;color:#fff}.sideNav .inLoggedInUser .loginButton p{font-size:16px;color:#fff}.sideNav .inLoggedInUser .profileSection{margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:20px;width:100%}.sideNav .inLoggedInUser .profileSection a{display:flex;align-items:center;gap:15px;text-decoration:none;color:#333;font-size:16px;font-weight:500;padding:10px;border-radius:5px;transition:all .2s ease}.sideNav .inLoggedInUser .profileSection a .userImg{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#eee}.sideNav .inLoggedInUser .profileSection a .userImg img{width:100%;height:100%;object-fit:cover}.sideNav .inLoggedInUser .profileSection a .userNameEmail{display:flex;flex-direction:column}.sideNav .inLoggedInUser .profileSection a .userNameEmail p{margin:0;color:#000}.sideNav .inLoggedInUser .profileSection a .userNameEmail p:first-child{font-size:14px;font-weight:500}.sideNav .inLoggedInUser .profileSection a .userNameEmail p:last-child{font-size:11px;opacity:.8;word-break:break-all}.sideNav .sideNavBody{flex:1 1;overflow-y:auto;padding:20px}.sideNav .sideNavBody .navLinks{list-style:none;padding:0;margin:0}.sideNav .sideNavBody .navLinks li{margin-bottom:10px}.sideNav .sideNavBody .navLinks li .dropdownHeader,.sideNav .sideNavBody .navLinks li a{display:flex;align-items:center;gap:15px;text-decoration:none;color:#333;font-size:16px;padding:12px 10px;border-radius:5px;transition:all .2s ease;width:100%}.sideNav .sideNavBody .navLinks li .dropdownHeader:hover,.sideNav .sideNavBody .navLinks li a:hover{background-color:#f5f5f5}.sideNav .sideNavBody .navLinks li .dropdownHeader svg,.sideNav .sideNavBody .navLinks li a svg{font-size:20px;color:#555}.sideNav .sideNavBody .navLinks li .dropdownHeader span,.sideNav .sideNavBody .navLinks li a span{flex:1 1}.sideNav .sideNavBody .navLinks li.dropdown .dropdownHeader{cursor:pointer;justify-content:space-between}.sideNav .sideNavBody .navLinks li.dropdown .dropdownHeader .dropdownTitle{display:flex;align-items:center;gap:15px}.sideNav .sideNavBody .navLinks li.dropdown .dropdownHeader .dropdownIcon{transition:transform .3s ease}.sideNav .sideNavBody .navLinks li.dropdown .dropdownHeader .rotateIcon{transform:rotate(90deg)}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent{margin-top:5px;padding-left:20px}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem{margin-bottom:10px}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .categoryHeader{display:flex;align-items:center;justify-content:space-between;padding:8px 0;cursor:pointer;color:#555;font-size:15px}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .categoryHeader .subcategoryIcon{transition:transform .3s ease;font-size:16px}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .categoryHeader .rotateIcon{transform:rotate(90deg)}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .subcategoriesList{list-style:none;padding-left:20px;margin:5px 0}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .subcategoriesList li{margin:5px 0}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .subcategoriesList li a{padding:8px 10px;font-size:14px;color:#666}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .subcategoriesList li a:hover{background-color:#f0f0f0}.sideNav .sideNavBody .navLinks li .active-link{background:var(--primaryBtnColor);color:white}.sideNav .sideNavBody .navLinks li .active-link svg{color:white}.sideNav .sideNavFooter{padding:20px;border-top:1px solid #eee}.sideNav .sideNavFooter .logoutButton{display:flex;align-items:center;gap:15px;width:100%;background:none;border:none;padding:12px 10px;border-radius:5px;color:#ff4d4f;font-size:16px;cursor:pointer;transition:all .2s ease}.sideNav .sideNavFooter .logoutButton:hover{background-color:#fff0f0}.sideNav .sideNavFooter .logoutButton svg{font-size:20px}.categoriesBackdrop{position:fixed;top:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000}@media (max-width:480px){.sideNav{width:310px}}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000}#Home{overflow:hidden;width:100%;position:relative;z-index:0;background:#f4f9f5;padding-bottom:60px}#Home:after{position:absolute;content:"";width:100%;height:100%;z-index:-1;top:0;left:0;background:url(/_next/static/media/bg.8cad8d88.webp);background-size:auto;opacity:.4}#homeBanner{width:100%}#homeBanner .homeBannerMain{transition:opacity .6s ease-in-out,transform .6s ease-in-out}#homeBanner .homeBannerMain.loaded{opacity:1;transform:translateY(0)}#homeBanner .homeBannerMain .bannerSlide{width:100%;aspect-ratio:4/1;display:flex}#homeBanner .homeBannerMain .bannerSlide .bannerImg{width:100%;height:100%;object-fit:cover}.homeBannerCategory{width:100%;background:white;padding:30px 0 40px}.homeBannerCategory .homeBannerCategoryMain,.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory{width:100%}.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory{width:100%;display:flex;justify-content:center;gap:20px;overflow-x:auto;padding:10px 0 0 10px}.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox{width:100px;display:flex;flex-direction:column;text-decoration:none;align-items:center;padding:5px;position:relative;z-index:0;transition:.3s}@media (max-width:560px){.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox{width:80px}}@media (max-width:520px){.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox{width:60px}}.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox:hover{transition:.3s;transform:translateY(-10px)}.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox:after{position:absolute;content:"";width:calc(100% + 10px);height:100%;top:0;left:-5px;z-index:-1;background:linear-gradient(#ebe2d6,#e9f3ee);border-radius:50px 50px 20px 20px;transition:.3s}.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxImage{width:100px;height:100px;border-radius:50%;overflow:hidden;background:#eee;position:relative}@media (max-width:560px){.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxImage{width:80px;height:80px}}@media (max-width:520px){.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxImage{width:60px;height:60px}}.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxImage img{width:100%;height:100%;object-fit:cover}.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxDetails{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:10px}.homeBannerCategory .homeBannerCategoryMain .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxDetails .categoryTitle{text-align:center;font-size:14px;color:black}.loginPopup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.loginPopup .popupLognMain{background:#fff;width:30%;position:relative}@media (max-width:1024px){.loginPopup .popupLognMain{width:40%}}@media (max-width:768px){.loginPopup .popupLognMain{width:60%}}@media (max-width:480px){.loginPopup .popupLognMain{width:80%}}.loginPopup .popupLognMain .closeButton{position:absolute;top:0;right:10px;background:none;border:none;font-size:2.5rem;cursor:pointer;color:var(--buttonColor)}.loginPopup .popupLognMain .loginPopupBox{width:100%}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight{align-items:start;display:flex;flex-direction:column;justify-content:center;width:100%;padding:80px 40px}@media (max-width:1024px){.loginPopup .popupLognMain .loginPopupBox .loginPopupRight{padding:80px 20px}}@media (max-width:768px){.loginPopup .popupLognMain .loginPopupBox .loginPopupRight{padding:80px 20px}}@media (max-width:480px){.loginPopup .popupLognMain .loginPopupBox .loginPopupRight{padding:80px 20px}}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .loginHead h2{font-size:24px;font-weight:500}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form{width:100%;height:60%;margin-top:40px}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup{width:100%;display:flex;flex-direction:column;gap:40px;align-items:start;justify-content:start}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup input{width:100%;height:40px;outline:none;border:none;border-bottom:1px solid;position:relative}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup input::placeholder{font-size:16px;color:#6C7275;font-weight:400}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup input[type=email]{font-size:16px;color:#000;font-weight:400}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup .passwordInputContainer{width:100%;position:relative}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup .passwordInputContainer input{width:100%;height:40px;outline:none;border:none;border-bottom:1px solid}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup .passwordInputContainer svg{font-size:18px;position:absolute;right:0;color:#6C7275}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup .error-message{color:#ff0000;font-size:14px;margin-top:5px;display:block}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup input.error,.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup textarea.error{border-color:#ff0000!important}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup .error{color:#ff0000}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .loginButton{width:100%;background:var(--buttonColor);height:45px;margin-top:30px;cursor:pointer;border:none;outline:none;border-radius:5px}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .loginButton p{font-size:16px;font-weight:500;color:#fff}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .otherAccount{position:relative;width:100%;display:flex;align-items:center;justify-content:center;margin-top:30px;overflow:hidden}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .otherAccount p{font-size:16px;font-weight:400;color:#000;text-align:center;position:relative;left:0;display:inline-block}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon{width:100%;display:flex;align-items:center;justify-content:center;margin-top:30px}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon>div{width:100%!important;outline:none!important}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon .googleIcon{display:flex;width:100%;gap:10px;align-items:center;border:1px solid #000;border-radius:5px;justify-content:center;cursor:pointer}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon .googleIcon .googleImg{width:45px;height:45px}@media (max-width:480px){.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon .googleIcon .googleImg{width:35px;height:35px}}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon .googleIcon .googleImg img{width:100%;height:100%;object-fit:cover}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon .googleIcon .googleText p{font-size:16px;font-weight:400}@media (max-width:480px){.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon .googleIcon .googleText p{font-size:14px}}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon .googleIcon:hover{color:#fff;background:var(--buttonColor)}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .dontHaveAccount{width:100%;display:flex;align-items:center;justify-content:center;margin-top:20px}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .dontHaveAccount p{font-size:16px;font-weight:400;color:#000}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .dontHaveAccount p span{font-size:16px;font-weight:500;color:#1660e9;text-decoration:none}.getOtpPopup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.getOtpPopup .getOtpMain{background:#fff;width:30%;position:relative}@media (max-width:1024px){.getOtpPopup .getOtpMain{width:40%}}@media (max-width:768px){.getOtpPopup .getOtpMain{width:60%}}@media (max-width:480px){.getOtpPopup .getOtpMain{width:80%}}.getOtpPopup .getOtpMain .closeButton{position:absolute;top:10px;right:10px;background:none;border:none;font-size:2.5rem;cursor:pointer}.getOtpPopup .getOtpMain .getOtpPopupBox{width:100%}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight{align-items:start;display:flex;flex-direction:column;justify-content:center;width:100%;padding:100px 40px}@media (max-width:1024px){.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight{padding:80px 20px}}@media (max-width:768px){.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight{padding:80px 20px}}@media (max-width:480px){.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight{padding:80px 20px}}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight .getOtpHead h2{font-size:24px;font-weight:500}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form{width:100%;height:60%;margin-top:40px}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup{width:100%;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;position:relative}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup input{width:100%;height:40px;outline:none;border:none;border-bottom:1px solid;position:relative}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup input::placeholder{font-size:16px;color:#6C7275;font-weight:400}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup input[type=text]{font-size:16px;color:#000;font-weight:400}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup .otp-timer{font-size:14px;color:var(--buttonColor);margin-top:10px}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup .resend-otp{position:absolute;right:0;bottom:-30px;background:none;border:none;outline:none;color:var(--buttonColor);font-size:14px;cursor:pointer}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup .resend-otp:hover{opacity:.8}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .getOtpButton{width:100%;background:var(--buttonColor);height:45px;margin-top:50px;cursor:pointer;border-radius:5px;border:none;outline:none}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .getOtpButton p{font-size:16px;font-weight:400;color:#fff!important}.HomeSearch{width:100%;position:relative;z-index:1}@media (max-width:1024px){.HomeSearch{z-index:auto}}.HomeSearch .mobileSearchTrigger{display:none}@media (max-width:1024px){.HomeSearch .mobileSearchTrigger{display:block}.HomeSearch .mobileSearchTrigger .mobileSearchButton{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 25px;background:var(--buttonColor);color:white;border:none;border-radius:15px;font-size:16px;font-weight:500;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);width:auto;margin-top:0;width:100%}.HomeSearch .mobileSearchTrigger .mobileSearchButton .searchIcon{font-size:18px}}.HomeSearch .mobileSearchPopupOverlay{display:none}@media (max-width:1024px){.HomeSearch .mobileSearchPopupOverlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease}.HomeSearch .mobileSearchPopupOverlay.active{opacity:1;pointer-events:auto}}.HomeSearch .mobileSearchPopup{display:none}@media (max-width:1024px){.HomeSearch .mobileSearchPopup{display:block;position:fixed;bottom:0;left:0;right:0;background:white;z-index:10000;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -5px 20px rgba(0,0,0,.1);transform:translateY(100%);transition:transform .3s ease-out}.HomeSearch .mobileSearchPopup.active{transform:translateY(0)}.HomeSearch .mobileSearchPopup .mobilePopupHeader{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee;position:-webkit-sticky;position:sticky;top:0;background:white;z-index:1;border-top-left-radius:20px;border-top-right-radius:20px}.HomeSearch .mobileSearchPopup .mobilePopupHeader h2{font-size:18px;font-weight:600;color:#3a3a3a;margin:0}.HomeSearch .mobileSearchPopup .mobilePopupHeader .closePopupBtn{background:none;border:none;font-size:20px;color:#666;cursor:pointer}.HomeSearch .mobileSearchPopup .mobilePopupContent{padding:20px;max-height:100vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ccc transparent}.HomeSearch .mobileSearchPopup .mobilePopupContent::-webkit-scrollbar{width:6px}.HomeSearch .mobileSearchPopup .mobilePopupContent::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.HomeSearch .mobileSearchPopup .mobilePopupContent::-webkit-scrollbar-track{background:transparent}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox{display:flex;flex-direction:column;gap:15px;width:100%}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo{width:100%;margin-top:0}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo h2{font-size:15px;font-weight:400;line-height:1.5;margin-bottom:8px;color:#3a3a3a}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown{position:relative;width:100%}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:12px 15px;cursor:pointer;border-radius:8px;transition:all .3s ease-in-out;font-size:15px;font-weight:400;color:#3a3a3a;border:1px solid #ddd}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader .arrowIcon{transition:transform .3s ease-in-out;font-size:14px;color:#666}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader .rotateUp{transform:rotate(180deg)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader .rotateDown{transform:rotate(0deg)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu{position:absolute;width:100%;background:#fff;border:1px solid #ddd;border-radius:8px;margin-top:5px;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.1)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .inputSearch{padding:10px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .inputSearch .searchBox{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;outline:none}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList{list-style:none;max-height:200px;overflow-y:auto;padding:0;margin:0}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList .optionItem{padding:12px 15px;cursor:pointer;font-size:14px;color:#3a3a3a;transition:all .2s}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList .optionItem:hover{background:#f5f5f5}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList .noResult{padding:12px;text-align:center;color:#888;font-size:14px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput{margin-top:0}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .inputSearch{position:relative}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .inputSearch .searchBox{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:15px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .inputSearch .searchIcon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#888}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .suggestionsDropdown{position:absolute;width:100%;background:white;border:1px solid #ddd;border-radius:8px;margin-top:5px;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.1)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .suggestionsDropdown .suggestionsList{list-style:none;padding:0;margin:0}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .suggestionsDropdown .suggestionsList .suggestionItem{padding:12px 15px;cursor:pointer;font-size:14px;color:#3a3a3a;transition:all .2s}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .suggestionsDropdown .suggestionsList .suggestionItem:hover{background:#f5f5f5}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter{display:flex;flex-direction:column;gap:20px;width:100%;padding:16px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 0}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .conditionLabel{font-size:15px;color:#3a3a3a}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch{position:relative;display:inline-block;width:50px;height:24px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch input{opacity:0;width:0;height:0}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch input:checked+.slider{background-color:var(--buttonColor)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch input:checked+.slider:before{transform:translateX(26px)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch .slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:white;transition:.4s;border-radius:50%}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer{width:100%}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer span{font-size:15px;color:#3a3a3a}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs{display:flex;gap:10px;margin-top:10px;flex-direction:column}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .priceRangeBox{display:flex;align-items:center;justify-content:space-between}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .priceRangeBox input[type=number]{width:80px;padding:8px 10px;border:1px solid #ddd;border-radius:6px;text-align:center}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider{flex:1 1;position:relative;height:18px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider:before{content:"";position:absolute;width:100%;height:4px;background:var(--buttonColor);border-radius:4px;top:50%;transform:translateY(-50%);z-index:1}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider input[type=range]{position:absolute;width:100%;height:12px;background:transparent;-webkit-appearance:none;pointer-events:auto;z-index:2;border-radius:20px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider input[type=range]::-webkit-slider-runnable-track{height:4px;background:transparent}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider input[type=range]::-moz-range-track{height:4px;background:transparent}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--buttonColor);cursor:pointer;position:relative;margin-top:-7px;z-index:3}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--buttonColor);cursor:pointer;border:none;position:relative;z-index:3}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchButton{margin-top:-25px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchButton button{width:100%;padding:14px;background:var(--buttonColor);color:white;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchButton button:hover{opacity:.9}}@media (max-width:400px){.HomeSearch .mobileSearchPopupContent{padding:10px!important}.HomeSearch .mobileSearchPopupContent button,.HomeSearch .mobileSearchPopupContent input,.HomeSearch .mobileSearchPopupContent select{font-size:14px;padding:8px 10px;width:100%!important}.HomeSearch .mobileSearchPopupContent .form-group{margin-bottom:12px}.HomeSearch .mobileSearchPopupContent .toggle{transform:scale(.9)}.HomeSearch .mobilePopupHeader{padding:10px 12px!important}}@media (max-width:376px){.HomeSearch .mobileSearchPopupContent{padding:8px!important}.HomeSearch .mobileSearchPopupContent button,.HomeSearch .mobileSearchPopupContent input,.HomeSearch .mobileSearchPopupContent select{font-size:13px;padding:6px 8px;width:100%!important}.HomeSearch .mobileSearchPopupContent .form-group{margin-bottom:10px}.HomeSearch .mobileSearchPopupContent .toggle{transform:scale(.85)}.HomeSearch .mobilePopupHeader{padding:8px 10px!important;font-size:14px}.HomeSearch .mobileSearchPopupContent label{font-size:13px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.HomeSearch .dropdownHeader{font-size:12px!important;padding:6px 10px!important}.HomeSearch .mobilePopupContent{padding:10px!important}.HomeSearch h2{font-size:12px!important}.HomeSearch .homeFilter,.HomeSearch .searchDropdownBox{gap:10px!important}.HomeSearch .searchBox{padding:6px 10px!important}.HomeSearch .searchBox,.HomeSearch p{font-size:12px!important}.HomeSearch .conditionToggle{padding:6px 0!important}.HomeSearch .conditionLabel{font-size:14px!important}.HomeSearch .homeFilter{padding:5px 16px 16px!important}}.HomeSearch .desktopSearchContainer .homeSerachMain{background:white;border:1px solid #eee;box-shadow:0 8px 24px rgba(149,157,165,.2);border-radius:15px;width:100%}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox{display:flex;flex-direction:column;padding:20px;gap:0}@media (max-width:1024px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox{padding:15px}}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchHead{margin-top:10px}@media (max-width:1024px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchHead{display:none}}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchHead h1{font-size:28px;font-weight:500;display:inline-block;text-transform:capitalize}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox{display:flex;align-items:start;flex-direction:column;gap:15px;width:100%;position:relative}@media (max-width:1024px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox{display:none}}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox:after{content:" ";position:absolute;height:1px;width:100%;background:#eee;left:0;bottom:-15px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox{display:flex;align-items:flex-start;gap:40px;width:100%}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo{margin-top:15px;width:25%}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo h2{font-size:15px;font-weight:400;line-height:1.5;margin-bottom:10px;color:#3a3a3a}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown{position:relative;width:100%}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:10px;box-shadow:inset 0 0 0 1px #919191!important;cursor:pointer;border-radius:8px;transition:all .3s ease-in-out;font-size:15px;font-weight:400;line-height:1.5;margin-bottom:10px;color:#3a3a3a}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader svg{color:#000}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader .arrowIcon{transition:transform .3s ease-in-out;font-size:14px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader .rotateUp{transform:rotate(180deg)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader .rotateDown{transform:rotate(0deg)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu{position:absolute;width:100%;background:#fff;box-shadow:inset 0 0 0 1px #919191!important;border-radius:5px;margin-top:5px;z-index:10;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media (max-width:480px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu{display:none}}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .inputSearch{width:100%;padding:5px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .inputSearch .searchBox{width:100%;padding:8px;border:1px solid var(--buttonColor);outline:none;border-radius:5px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList{list-style:none;max-height:200px;overflow-y:auto;margin:0;padding:10px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList .optionItem{padding:10px;cursor:pointer;font-size:15px;font-weight:400;line-height:1.5;color:#3a3a3a}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList .optionItem:hover{background:var(--buttonColor);border-radius:5px;color:#fff}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList .noResult{padding:10px;text-align:center;color:gray}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput{margin-top:30px;position:relative}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput h2{font-size:15px;font-weight:400;line-height:1.5;margin-bottom:0}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput [type=text]{font-size:15px;font-weight:400;line-height:1.5;color:#3a3a3a}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .inputSearch{width:100%;padding:0 5px;position:relative}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .inputSearch .searchBox{width:100%;padding:8px;outline:none;border-radius:8px;height:45px;box-shadow:inset 0 0 0 1px #919191!important;border:none}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .inputSearch .searchIcon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#888}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .suggestionsDropdown{position:absolute;top:100%;left:0;right:0;background:white;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:100;max-height:300px;margin-top:5px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .suggestionsList{list-style:none;padding:0;margin:0;font-size:15px;font-weight:400;line-height:1.5;color:#3a3a3a}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .suggestionItem{padding:10px 15px;cursor:pointer;border-bottom:1px solid #eee;transition:background-color .2s}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .suggestionItem:hover{background-color:#f5f5f5}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .suggestionItem:last-child{border-bottom:none}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .searchButton{margin-top:30px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .searchButton button{border:none;outline:none;background:var(--buttonColor);width:100%;padding:11px 20px;border-radius:8px;cursor:pointer}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .searchButton button p{font-size:15px;font-weight:400;line-height:1.5;color:white}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter{display:flex;align-items:center;gap:20px;width:100%;justify-content:space-between;padding:15px 0;flex-wrap:wrap}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle{display:flex;align-items:center;gap:10px;padding-top:20px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .conditionLabel{font-size:15px;font-weight:400;color:#3a3a3a}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch{position:relative;display:inline-block;width:50px;height:24px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch input{opacity:0;width:0;height:0}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch input:checked+.slider{background-color:var(--buttonColor)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch input:checked+.slider:before{transform:translateX(26px)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch .slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:white;transition:.4s;border-radius:50%}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer{display:flex;flex-direction:column;gap:0;flex-grow:1;max-width:550px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceLabel{font-size:15px;font-weight:600;color:rgba(51,51,51,.6509803922);text-align:center}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputWrapper{position:relative;display:inline-block}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .inputLabel{position:absolute;top:-9px;left:10px;background:#fff;padding:0 4px;font-size:12px;font-weight:300;color:#333}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:15px;gap:15px;width:100%}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .priceInput{width:80px;padding:8px 10px;border:1px solid #ddd;border-radius:5px;font-size:14px;text-align:center;outline:none}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .priceInput:focus{border:1px solid var(--buttonColor)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider{position:relative;width:100%;height:20px;margin:0 10px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider .rangeInput{position:absolute;width:100%;height:5px;top:50%;transform:translateY(-50%);-webkit-appearance:none;background:transparent;pointer-events:none;border-radius:5px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider .rangeInput::-webkit-slider-runnable-track{height:5px;background:transparent}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider .rangeInput::-moz-range-track{height:5px;background:transparent}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider .rangeInput::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--buttonColor);cursor:pointer;pointer-events:auto;position:relative;top:50%;transform:translateY(-50%);z-index:3}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider .rangeInput::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--buttonColor);cursor:pointer;pointer-events:auto}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .filterButtonsGroup{display:flex;align-items:center;gap:10px;padding-top:20px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .filterButtonsGroup .clearAllBtn{padding:8px 15px;color:var(--buttonColor);border:1px solid var(--buttonColor);cursor:pointer;outline:none;background:white;font-size:15px;font-weight:500;line-height:1.5;border-radius:5px;transition:all .2s}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .filterButtonsGroup .clearAllBtn:hover{background-color:#f5f5f5}@media (max-width:1024px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .filterButtonsGroup .clearAllBtn{font-size:14px;font-weight:600}}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .filterButtonsGroup .homeSearchBo .searchButton button{padding:8px 20px;background-color:var(--buttonColor);color:white;border:none;cursor:pointer;outline:none;font-size:15px;font-weight:500;line-height:1.5;border-radius:5px;transition:background-color .2s}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .filterButtonsGroup .homeSearchBo .searchButton button:hover{opacity:.9}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .filterButtonsGroup .homeSearchBo .searchButton button p{margin:0}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory{display:flex;margin-top:30px;white-space:nowrap;overflow-x:auto;width:100%;gap:20px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory::-webkit-scrollbar{display:none}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox{display:flex;flex-wrap:wrap;gap:15px;text-decoration:none;flex-direction:column;justify-items:centers;align-items:center;width:200px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxImage{width:100px;height:100px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width:1024px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxImage{width:60px;height:60px}}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;position:static!important;transition:transform .3s ease-in-out,filter .3s ease-in-out;border-radius:10px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxImage img:hover{transform:scale(1.05)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxDetails .categoryTitle{font-size:15px;font-weight:400;color:#000;display:flex;justify-items:center;align-items:center;text-align:center}@media (max-width:1024px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxDetails .categoryTitle{font-size:14px}}@media (max-width:768px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxDetails .categoryTitle{font-size:14px;white-space:normal;overflow-wrap:break-word;word-wrap:break-word;text-overflow:unset}}@media (max-width:480px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxDetails .categoryTitle{font-size:13px;white-space:normal;overflow-wrap:break-word;word-wrap:break-word;text-overflow:unset}}.HomeSearch:after{top:0}.HomeSearch:after,.HomeSearch:before{content:"";position:absolute;height:50%;width:100%;left:0;z-index:-1}.HomeSearch:before{bottom:0}.homeProductListMain{display:flex;align-items:flex-start;gap:10px;padding-top:60px}@media (max-width:768px){.homeProductListMain{padding-top:40px}}@media (max-width:480px){.homeProductListMain{padding-top:40px}}.homeProductListMain .homeProductList{display:flex;flex-direction:column;width:100%;background:white;padding:30px;border-radius:14px}@media (max-width:500px){.homeProductListMain .homeProductList{padding:20px 10px}}.homeProductListMain .homeProductList .homeProductListHead{margin-bottom:20px}.homeProductListMain .homeProductList .homeProductListHead h2{font-size:24px;font-weight:600}@media (max-width:500px){.homeProductListMain .homeProductList .homeProductListHead h2{font-size:20px}}.homeProductListMain .homeProductList .homeProductListBox{width:100%;display:flex;flex-wrap:wrap;gap:16px}.homeProductListMain .homeProductList .homeProductListBox .productBox{width:calc(14.2857142857% - 14px);position:relative;z-index:0;transition:.3s}.homeProductListMain .homeProductList .homeProductListBox .productBox:hover{transition:.3s;transform:scale(.98)}@media (max-width:1440px){.homeProductListMain .homeProductList .homeProductListBox .productBox{width:calc(16.6666666667% - 14px)}}@media (max-width:1300px){.homeProductListMain .homeProductList .homeProductListBox .productBox{width:calc(20% - 13px)}}@media (max-width:1024px){.homeProductListMain .homeProductList .homeProductListBox .productBox{width:calc(25% - 12px)}}@media (max-width:850px){.homeProductListMain .homeProductList .homeProductListBox .productBox{width:calc(33.3333333333% - 11px)}}@media (max-width:600px){.homeProductListMain .homeProductList .homeProductListBox .productBox{width:calc(50% - 8px)}}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage{width:100%;aspect-ratio:2/2;overflow:hidden;position:relative;background:#eee;border-radius:14px;border:1px solid #eee}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage img{width:100%!important;aspect-ratio:2/2;object-fit:cover!important;position:static!important;transition:transform .3s ease-in-out,filter .3s ease-in-out}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage .swiper-pagination{bottom:14px!important;background:rgba(214,214,214,.2588235294);padding:4px;border-radius:10px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage .swiper-pagination .swiper-pagination-bullet{background:black!important;opacity:.3!important}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage .swiper-pagination .swiper-pagination-bullet-active{background:var(--primaryBtnColor)!important;opacity:1!important}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productFavorite{position:absolute;z-index:2;top:10px;right:10px;width:40px;height:40px;border-radius:50px;background:white;border:1px solid #eee;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productFavorite:hover{transition:.3s;background:#f3f5f6}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productFavorite svg{width:20px;height:20px}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column;position:relative;z-index:0}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productTitle{font-size:16px;font-weight:400;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:500px){.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productTitle{font-size:12px}}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productPrice{font-size:20px;font-weight:600;color:#000;margin-top:10px}@media (max-width:500px){.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productPrice{font-size:16px}}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productDescription{font-size:14px;font-weight:400;color:#000;white-space:normal;overflow-wrap:anywhere}@media (max-width:500px){.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productDescription{font-size:12px}}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between;white-space:nowrap;gap:20px;margin-top:10px}@media (max-width:500px){.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted{flex-direction:column;gap:5px;align-items:flex-start;justify-content:inherit;margin-top:5px}}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#353535;text-overflow:ellipsis;overflow:hidden}@media (max-width:500px){.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:10px}}.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{font-size:12px;font-weight:400;color:#353535}@media (max-width:500px){.homeProductListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{font-size:10px}}.homeProductListMain .homeProductList .shopMore{display:flex;align-items:center;justify-content:center;margin-top:60px;width:100%}.homeProductListMain .homeProductList .shopMore a,.homeProductListMain .homeProductList .shopMore button{border:1px solid var(--buttonColor);border-radius:12px;width:200px;height:50px;outline:none;background:none;cursor:pointer;font-size:16px;text-decoration:none;font-weight:400;color:#000;transition:.3s;display:flex;justify-content:center;align-items:center}.homeProductListMain .homeProductList .shopMore a:hover,.homeProductListMain .homeProductList .shopMore button:hover{background:var(--buttonColor);color:white;transition:.3s}.homeProductListMain .custom-next-arrow,.homeProductListMain .custom-prev-arrow{position:absolute;top:30%;transform:translateY(-50%);background:var(--buttonColor);color:#fff;font-size:20px;padding:10px;width:40px;height:40px;cursor:pointer;border-radius:5px;z-index:2;border:none;outline:none}.homeProductListMain .custom-prev-arrow{left:-18px}.homeProductListMain .custom-next-arrow{right:-18px}@media (max-width:768px){.homeProductListMain .custom-next-arrow,.homeProductListMain .custom-prev-arrow{display:none}}.mostRelevantListMain{display:flex;align-items:flex-start;gap:10px;flex-direction:column;padding-top:60px}@media (max-width:768px){.mostRelevantListMain{padding-top:40px}}@media (max-width:480px){.mostRelevantListMain{padding-top:40px}}.mostRelevantListMain .homeProductList{display:flex;flex-direction:column;width:100%;background:white;border-radius:14px;padding:30px}@media (max-width:500px){.mostRelevantListMain .homeProductList{padding:20px 10px}}.mostRelevantListMain .homeProductList .homeProductListHead{margin-bottom:20px}.mostRelevantListMain .homeProductList .homeProductListHead h2{font-size:24px;font-weight:600}@media (max-width:500px){.mostRelevantListMain .homeProductList .homeProductListHead h2{font-size:20px}}.mostRelevantListMain .homeProductList .homeProductListBox{display:flex;flex-wrap:wrap;column-gap:16px;row-gap:32px}.mostRelevantListMain .homeProductList .homeProductListBox .productBox{width:calc(14.2857142857% - 14px);position:relative;z-index:0;transition:.3s}.mostRelevantListMain .homeProductList .homeProductListBox .productBox:hover{transition:.3s;transform:scale(.98)}@media (max-width:1440px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox{width:calc(16.6666666667% - 14px)}}@media (max-width:1300px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox{width:calc(20% - 13px)}}@media (max-width:1024px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox{width:calc(25% - 12px)}}@media (max-width:850px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox{width:calc(33.3333333333% - 11px)}}@media (max-width:600px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox{width:calc(50% - 8px)}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent{width:100%;display:flex;flex-direction:column}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage{width:100%;aspect-ratio:2/2;overflow:hidden;position:relative;background:#eee;border-radius:14px;border:1px solid #eee}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage img{width:100%!important;aspect-ratio:2/2;object-fit:cover!important;position:static!important;border-radius:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage .swiper-pagination{bottom:14px!important;background:rgba(214,214,214,.2588235294);padding:4px;border-radius:10px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage .swiper-pagination .swiper-pagination-bullet{background:black!important;opacity:.3!important}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage .swiper-pagination .swiper-pagination-bullet-active{background:var(--primaryBtnColor)!important;opacity:1!important}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productFavorite{position:absolute;z-index:2;top:10px;right:10px;width:40px;height:40px;border-radius:50px;background:white;border:1px solid #eee;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productFavorite:hover{transition:.3s;background:#f3f5f6}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productFavorite svg{width:20px;height:20px}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column;position:relative;z-index:0}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productTitle{font-size:16px;font-weight:400;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:500px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productTitle{font-size:12px}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productPrice{font-size:20px;font-weight:600;color:#000;margin-top:10px}@media (max-width:500px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productPrice{font-size:16px}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productDescription{font-size:14px;font-weight:400;color:#000;white-space:normal;overflow-wrap:anywhere}@media (max-width:500px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productDescription{font-size:12px}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between;white-space:nowrap;gap:20px;margin-top:10px}@media (max-width:500px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted{flex-direction:column;gap:5px;align-items:flex-start;justify-content:inherit;margin-top:5px}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#353535;text-overflow:ellipsis;overflow:hidden}@media (max-width:500px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:10px}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{font-size:12px;font-weight:400;color:#353535}@media (max-width:500px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{font-size:10px}}.mostRelevantListMain .homeProductList .shopMore{display:flex;align-items:center;justify-content:center;margin-top:60px;width:100%}.mostRelevantListMain .homeProductList .shopMore a,.mostRelevantListMain .homeProductList .shopMore button{border:1px solid var(--buttonColor);border-radius:12px;width:200px;height:50px;outline:none;background:none;cursor:pointer;font-size:16px;text-decoration:none;font-weight:400;color:#000;transition:.3s;display:flex;justify-content:center;align-items:center}.mostRelevantListMain .homeProductList .shopMore a:hover,.mostRelevantListMain .homeProductList .shopMore button:hover{transition:.3s;background:var(--buttonColor);color:white}.mostRelevantListMain .shopMore{display:flex;align-items:center;justify-content:center;margin-top:60px;width:100%}.mostRelevantListMain .shopMore a,.mostRelevantListMain .shopMore button{border:1px solid var(--buttonColor);border-radius:12px;width:200px;height:50px;outline:none;background:none;cursor:pointer;font-size:16px;text-decoration:none;font-weight:400;color:#000;transition:.3s;display:flex;justify-content:center;align-items:center}.mostRelevantListMain .shopMore a:hover,.mostRelevantListMain .shopMore button:hover{transition:.3s;background:var(--buttonColor);color:white}.homeFeatureListMain{display:flex;align-items:flex-start;gap:10px;padding-top:60px}@media (max-width:768px){.homeFeatureListMain{padding-top:40px}}@media (max-width:480px){.homeFeatureListMain{padding-top:40px}}.homeFeatureListMain .homeFeatureTopickBox{display:flex;width:100%;gap:50px}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox{flex-direction:column}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox{width:calc(50% - 25px);position:relative;background:white;border-radius:15px;padding:30px}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox{width:100%}}@media (max-width:500px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox{padding:20px 30px}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickListHead{margin-bottom:20px}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickListHead h2{font-size:24px;font-weight:600}@media (max-width:500px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickListHead h2{font-size:20px}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList{width:100%;position:relative}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem{width:100%}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox{position:relative;z-index:0;display:flex;flex-direction:column;height:100%;transition:.3s}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox:hover{transition:.3s;transform:scale(.98)}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent{display:flex;flex-direction:column;flex-grow:1;position:relative}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxImage{width:100%;aspect-ratio:2/2;overflow:hidden;position:relative;background:#eee;border-radius:14px;border:1px solid #eee}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .3s ease-in-out,filter .3s ease-in-out}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxImage img:hover{transform:scale(1.05)}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureFavorite{position:absolute;z-index:2;top:10px;right:10px;width:40px;height:40px;border-radius:50px;background:white;border:1px solid #eee;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureFavorite:hover{transition:.3s;background:#f3f5f6}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureFavorite svg{width:20px;height:20px}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails{padding:10px 0;display:flex;flex-direction:column;position:relative;z-index:0}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureTitle{font-size:16px;font-weight:400;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeaturePrice{font-size:20px;font-weight:600;color:#000;margin-top:3px}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureDescription{font-size:14px;font-weight:400;color:#000;white-space:normal;overflow-wrap:anywhere}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between;white-space:nowrap;gap:20px;margin-top:10px}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted .FeatureDatePosted,.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted .FeatureLocation{font-size:12px;font-weight:400;color:#353535;text-overflow:ellipsis;overflow:hidden}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox{width:calc(50% - 25px);background:white;border-radius:15px;padding:30px}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox{width:100%}}@media (max-width:500px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox{padding:20px 30px}}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureListHead{margin-bottom:20px}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureListHead h2{font-size:24px;font-weight:600}@media (max-width:500px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureListHead h2{font-size:20px}}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList{width:100%;position:relative}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide{height:auto}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox{position:relative;z-index:0;display:flex;flex-direction:column;transition:.3s}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox:hover{transition:.3s;transform:scale(.98)}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;height:100%;z-index:1}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent{display:flex;flex-direction:column;flex-grow:1}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage{width:100%;aspect-ratio:2/2;overflow:hidden;position:relative;background:#eee;border-radius:14px;border:1px solid #eee}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage .newBadge{position:absolute;top:-14px;left:-16px;z-index:2;width:70px;height:70px}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage .newBadge img{width:100%;height:auto}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .3s ease-in-out,filter .3s ease-in-out}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage img:hover{transform:scale(1.05)}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureFavorite{position:absolute;z-index:2;top:10px;right:10px;width:40px;height:40px;border-radius:50px;background:white;border:1px solid #eee;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureFavorite:hover{transition:.3s;background:#f3f5f6}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureFavorite svg{width:20px;height:20px}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails{padding:10px 0;display:flex;flex-direction:column;position:relative;z-index:0}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureTitle{font-size:16px;font-weight:400;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeaturePrice{font-size:20px;font-weight:600;color:#000;margin-top:3px}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureDescription{font-size:14px;font-weight:400;color:#000;white-space:normal;overflow-wrap:anywhere}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between;white-space:nowrap;gap:20px;margin-top:10px}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted .FeatureDatePosted,.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted .FeatureLocation{font-size:12px;font-weight:400;color:#353535;text-overflow:ellipsis;overflow:hidden}.homeFeatureListMain .custom-next-arrow,.homeFeatureListMain .custom-prev-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--buttonColor);color:#fff;font-size:20px;padding:10px;width:40px;height:40px;cursor:pointer;border-radius:5px;z-index:2;border:none;outline:none}.homeFeatureListMain .custom-prev-arrow{left:-18px}.homeFeatureListMain .custom-next-arrow{right:-18px}@media (max-width:768px){.homeFeatureListMain .custom-next-arrow,.homeFeatureListMain .custom-prev-arrow{display:none}}.sellProductHome{width:100%;padding:20px 100px;margin-top:80px;min-height:100vh}@media (max-width:1440px){.sellProductHome{padding:20px 60px}}@media (max-width:1024px){.sellProductHome{padding:20px 0}}@media (max-width:768px){.sellProductHome{padding:40px 0;margin-top:40px}}@media (max-width:480px){.sellProductHome{padding:40px 0;margin-top:20px}}.sellProductHome .sellProduct{width:100%;height:auto;padding-bottom:20px;border-radius:10px;margin-top:20px}.sellProductHome .sellProduct .sellProductCategoryBox{display:flex;flex-direction:column;border-radius:10px}.sellProductHome .sellProduct .sellProductCategoryBox .categoryBoxTitle{border-radius:10px;position:relative;display:flex;justify-content:space-between;padding:20px;background:white;box-shadow:0 1px 4px rgba(0,0,0,.16)}@media (max-width:480px){.sellProductHome .sellProduct .sellProductCategoryBox .categoryBoxTitle{justify-content:start!important}}.sellProductHome .sellProduct .sellProductCategoryBox .categoryBoxTitle h3{font-size:20px;font-weight:600;text-transform:capitalize;color:var(--buttonColor)}.sellProductHome .sellProduct .sellProductCategoryBox .categoryBoxTitle .backButton{background:none;border:none;cursor:pointer;display:none}.sellProductHome .sellProduct .sellProductCategoryBox .categoryBoxTitle .backButton svg{width:24px;height:24px;margin-right:10px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .desktopView{display:flex;width:100%;gap:20px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .mobileView{display:none}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .categoryBoxTitle{position:relative;border-radius:10px 10px 0 0;background:var(--secondaryColor);box-shadow:none;padding:15px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .categoryBoxTitle h3{font-size:16px;font-weight:400;color:#000;text-transform:capitalize}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .selectCategoryBox{width:50%;border:1px solid var(--buttonColor);border-radius:10px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryBox{width:calc(100% - 20px - 50%);border:1px solid var(--buttonColor);border-radius:10px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox{position:relative;display:flex;align-items:center;justify-content:space-between;padding:20px;margin:10px;cursor:pointer;border:1px solid var(--secondaryColor);border-radius:5px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox:hover{border:1px solid var(--buttonColor)}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox .categoryBox{display:flex;align-items:center;gap:20px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox .categoryBox img,.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox .categoryBox svg{width:50px;height:50px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox .categoryBox p{font-size:16px;font-weight:400}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryDropDown{margin-top:10px;display:flex;flex-direction:column;gap:10px;padding:0 10px 10px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryDropDown a{text-decoration:none;color:#000}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryDropDown a .subCategory{display:flex;align-items:center;justify-content:space-between;position:relative;padding:20px;cursor:pointer;border:1px solid var(--secondaryColor);border-radius:5px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryDropDown a .subCategory p{font-size:16px;font-weight:400}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryDropDown a .subCategory:hover{border:1px solid var(--buttonColor);border-radius:5px}@media (max-width:768px){.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .desktopView{display:none}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .mobileView{display:block;width:100%}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .selectCategoryBox,.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryBox{width:100%}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .categoryBoxTitle .backButton{display:block}}.sellFormHome{width:100%;padding:20px 100px;margin-top:80px}@media (max-width:1440px){.sellFormHome{padding:20px 60px}}@media (max-width:1024px){.sellFormHome{padding:20px 30px}}@media (max-width:768px){.sellFormHome{padding:40px 20px;margin-top:60px}}@media (max-width:480px){.sellFormHome{padding:40px 15px;margin-top:60px}}.sellFormHome .sellForm{width:100%;height:auto;border-radius:10px;padding-top:20px}.sellFormHome .sellForm .sellFormBox{display:flex;flex-direction:column;border-radius:10px}.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle{border-radius:10px;position:relative;display:flex;justify-content:space-between;padding:20px;background:white;box-shadow:0 1px 4px rgba(0,0,0,.16)}@media (max-width:480px){.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle{padding:15px}}@media (max-width:375px){.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle{padding:10px;flex-direction:column;gap:10px}}.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p{display:flex;align-items:center;gap:10px}.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p svg{width:18px;height:18px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p span{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:400}@media (max-width:375px){.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p span{font-size:13px}}.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p a{text-decoration:none;font-size:15px;font-weight:600;color:var(--buttonColor)}@media (max-width:375px){.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p a{font-size:13px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox{display:flex;flex-direction:column;margin:20px 0;border:1px solid var(--buttonColor);border-radius:15px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .sellFormBoxHead,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .sellFormBoxHead,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .sellFormBoxHead{padding:10px 20px;background:var(--secondaryColor);border-radius:15px 15px 0 0;height:50px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .sellFormBoxHead h3,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .sellFormBoxHead h3,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .sellFormBoxHead h3{font-size:18px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup{width:100%}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox{display:flex;flex-direction:column;gap:15px;padding:10px 20px;width:100%}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox label{font-size:16px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox label span{color:red;font-size:12px;font-weight:600}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox{display:flex;align-items:center;gap:30px;width:100%}@media (max-width:768px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox{flex-direction:column;align-items:flex-start;gap:15px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox{width:100%}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input{width:100%;height:50px;color:#000;font-size:16px;font-weight:400;padding-left:10px;border:1px solid #ccc;border-radius:4px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input:focus{outline:none;border-color:#000}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input::placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox .error-message,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox .error-message,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox .error-message{font-size:12px;color:red}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox{display:flex;align-items:center;gap:10px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:25px;height:25px;border-radius:50%;border:3px solid var(--buttonColor);cursor:pointer}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox]:checked,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox]:checked,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox]:checked{background:white;position:relative;border:none;outline:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox]:checked:before,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox]:checked:before,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox]:checked:before{content:"✔";font-size:14px;font-weight:700;color:white;display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:var(--buttonColor);position:absolute;left:0;border-radius:50%;border:none;outline:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox{display:flex;flex-direction:column;gap:15px;padding:10px 20px;width:100%}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox label{font-size:16px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox{display:flex;gap:20px;width:100%}@media (max-width:768px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox{flex-direction:column;gap:15px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox{position:relative;width:50%}@media (max-width:768px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox{width:100%}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown{border:1px solid #ccc;border-radius:5px;padding:10px 15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:16px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown:hover{background:white}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown .arrow,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown .arrow,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown .arrow,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown .arrow,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown .arrow,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown .arrow{transition:transform .3s ease;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu{position:absolute;width:100%;background:#fff;border:1px solid #ccc;border-radius:5px;list-style:none;padding:5px 0;margin-top:5px;box-shadow:0 4px 6px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;z-index:10}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu li,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu li,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu li,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu li,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu li,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu li{padding:10px 15px;cursor:pointer;transition:background .2s ease}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu li:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu li:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu li:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu li:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu li:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu li:hover{background:var(--buttonColor);color:white}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox{display:flex;flex-direction:column;gap:15px;padding:10px 20px;width:100%}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox label{font-size:16px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox label span{color:red;font-size:12px;font-weight:600}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox{display:flex;gap:20px;width:100%}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox{flex-direction:column}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox{width:70%}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox{width:100%}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea{width:100%;border:1px solid #ccc;border-radius:4px;font-weight:400;color:#000}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea:focus{outline:none;border-color:#000}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea::placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input{height:50px;padding-left:10px;font-size:16px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea{height:150px;padding:10px;font-size:14px;resize:vertical}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer{position:relative;display:inline-block;width:auto}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton{width:32px;height:32px;border-radius:50%;background:#f2f2f2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton svg{width:18px;height:18px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton:hover{background:#e0e0e0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox{position:absolute;bottom:calc(100% + 10px);left:0;background:#333;color:#fff;padding:10px 14px;border-radius:12px;font-size:14px;max-width:250px;min-width:220px;white-space:normal;word-wrap:break-word;line-height:1.4;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.15)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox:after{content:"";position:absolute;top:100%;left:0;transform:translateX(100%);border:6px solid transparent;border-top-color:#333}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox{display:flex;flex-direction:column;gap:15px;padding:10px 20px;width:100%}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox p{color:rgb(255,255,255);font-size:14px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox p span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox p span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox p span{color:red;font-size:12px;font-weight:600}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox{display:flex;gap:20px;width:100%}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox{flex-direction:column}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto{display:flex;flex-wrap:wrap;gap:15px;width:70%}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto{width:100%}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox{width:calc(20% - 12px);height:150px;border:1px solid #eee;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:8px;transition:border .3s ease-in-out}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox{width:calc(25% - 12px)}}@media (max-width:768px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox{width:calc(33.3333333333% - 10px)}}@media (max-width:480px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox{width:calc(50% - 8px);height:120px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox label{display:flex;flex-direction:column;align-items:center;cursor:pointer}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox label svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox label svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox label svg{width:40px;height:40px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox img,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox img,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox .closeIcon,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox .closeIcon,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox .closeIcon{position:absolute;top:5px;right:5px;width:25px;height:25px;color:white;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .3s;background:var(--buttonColor);border:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox .closeIcon svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox .closeIcon svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox .closeIcon svg{width:20px;height:20px;color:#fff}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox.mainPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox.mainPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox.mainPhoto{border:2px solid var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox.mainPhoto .mainLabel,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox.mainPhoto .mainLabel,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox.mainPhoto .mainLabel{position:absolute;bottom:0;left:0;background:var(--buttonColor);color:white;font-size:12px;padding:2px 6px;width:100%;text-align:center}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer{position:relative;display:inline-block}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton{width:32px;height:32px;border-radius:50%;background:#f2f2f2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton svg{width:18px;height:18px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton:hover{background:#e0e0e0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox{position:absolute;bottom:calc(100% + 10px);left:0;background:#333;color:#fff;padding:10px 14px;border-radius:12px;font-size:14px;max-width:250px;min-width:220px;white-space:normal;word-wrap:break-word;line-height:1.4;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.15)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox:after{content:"";position:absolute;top:100%;left:0;transform:translateX(100%);border:6px solid transparent;border-top-color:#333}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox{display:flex;flex-direction:column;gap:15px;padding:30px 20px;width:100%}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox label{font-size:16px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox label span{color:red;font-size:12px;font-weight:600}@media (max-width:480px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox label{font-size:14px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox label span{font-size:9px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox{display:flex;gap:20px;width:100%}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox{flex-direction:column}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox{width:70%;display:flex;flex-direction:column;gap:25px}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox{width:100%}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox{display:flex;flex-direction:column;gap:10px;width:100%}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox input{width:100%;height:50px;border:1px solid #ccc;padding-left:10px;font-size:16px;font-weight:400;color:#000;border-radius:4px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox input:focus{outline:none;border-color:#000}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete{position:relative}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:white;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:1000;list-style:none;padding:0;margin:0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList li,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList li,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList li{list-style-type:none;padding:8px 12px;cursor:pointer}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList li:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList li:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList li:hover{background-color:#f5f5f5}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox{display:flex;align-items:center;gap:15px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:25px;height:25px;border-radius:5px;border:2px solid var(--buttonColor);cursor:pointer}@media (max-width:480px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]{height:20px;width:20px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]:checked,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]:checked,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]:checked{background:white;position:relative;border:none;outline:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]:checked:before,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]:checked:before,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]:checked:before{content:"✔";font-size:14px;font-weight:700;color:white;display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:var(--buttonColor);position:absolute;left:0;border-radius:5px;border:none;outline:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox{display:flex;flex-direction:column;gap:15px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox p{font-size:16px;font-weight:600}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox{display:flex;align-items:flex-start;gap:15px;flex-wrap:wrap;position:relative}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label{font-size:14px;width:calc(100% - 15px - 25px)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label span{color:var(--buttonColor);font-size:14px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label span a,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label span a,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label span a{color:inherit;text-decoration:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:25px;height:25px;border-radius:5px;border:2px solid var(--buttonColor);cursor:pointer;margin-top:2px}@media (max-width:480px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]{height:20px;width:20px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]:checked,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]:checked,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]:checked{background:white;position:relative;border:none;outline:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]:checked:before,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]:checked:before,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]:checked:before{content:"✔";font-size:14px;font-weight:700;color:white;display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:var(--buttonColor);position:absolute;left:0;border-radius:5px;border:none;outline:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox .error-message,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox .error-message,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox .error-message{display:block;width:100%;color:red;font-size:13px;margin-top:5px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer{position:relative;display:inline-block}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton{width:32px;height:32px;border-radius:50%;background:#f2f2f2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton svg{width:18px;height:18px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton:hover{background:#e0e0e0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox{position:absolute;bottom:calc(100% + 10px);left:0;background:#333;color:#fff;padding:10px 14px;border-radius:12px;font-size:14px;max-width:250px;min-width:180px;white-space:normal;word-wrap:break-word;line-height:1.4;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.15)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox:after{content:"";position:absolute;top:100%;left:0;transform:translateX(100%);border:6px solid transparent;border-top-color:#333}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PostSubmitBtn,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PostSubmitBtn,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PostSubmitBtn{padding:10px 20px;width:100%;display:flex;align-items:center;justify-content:flex-start}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PostSubmitBtn button,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PostSubmitBtn button,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PostSubmitBtn button{width:180px;background:var(--buttonColor);border:none;outline:none;cursor:pointer;height:50px;border-radius:5px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PostSubmitBtn button p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PostSubmitBtn button p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PostSubmitBtn button p{font-size:18px;font-weight:400;color:white}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer{display:flex;flex-direction:column;gap:15px;padding:10px 20px;width:100%;margin-bottom:15px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain{display:flex;flex-wrap:wrap;gap:10px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox{border-radius:5px;border:.6px solid var(--buttonColor);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox input{display:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox input:checked+label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox input:checked+label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox input:checked+label{background-color:var(--buttonColor);color:white}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label{color:var(--buttonColor);font-size:.8em;cursor:pointer;padding:6px 12px;border-radius:3px;width:100%;text-align:center;transition:all .2s ease}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label:hover{background-color:rgba(var(--buttonColor-rgb),.1)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer{position:relative;display:inline-block}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton{width:32px;height:32px;border-radius:50%;background:#f2f2f2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton svg{width:18px;height:18px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton:hover{background:#e0e0e0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox{position:absolute;bottom:calc(100% + 10px);left:0;background:#333;color:#fff;padding:10px 14px;border-radius:12px;font-size:14px;max-width:250;min-width:220px;white-space:normal;word-wrap:break-word;line-height:1.4;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.15)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox:after{content:"";position:absolute;top:100%;left:0;transform:translateX(100%);border:6px solid transparent;border-top-color:#333}@media (max-width:480px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox{font-size:12px;padding:8px 10px;border-radius:8px;min-width:130px}}.renderDynamicFieldsFormBox{display:flex;align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:20px;padding:10px 20px}.renderDynamicFieldsFormBox label{font-size:16px}.renderDynamicFieldsFormBox label span{color:red}.renderDynamicFieldsFormBox select{display:flex;justify-content:space-between;align-items:center;outline:none;border:1px solid #ccc;cursor:pointer;background-color:#fff;width:100%;height:50px;padding:10px;border-radius:4px;font-size:16px}.renderDynamicFieldsFormBox option{font-size:16px;background:#fff;color:#000;border:none}.renderDynamicFieldsFormBox option:hover{background:#f3f3f3}.CheckRadioFormBox{display:flex;align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:20px;padding:10px 20px}.CheckRadioFormBox label{font-size:16px;font-weight:400}.CheckRadioFormBox label span{color:red}.CheckRadioFormBox .CheckRadio{display:flex;gap:15px;align-items:center}.CheckRadioFormBox .CheckRadio input{width:15px;height:15px}.CheckRadioFormBox .CheckRadio [type=date]{width:100%;height:45px;border:1px solid #ccc;border-radius:4px;padding:10px}.DateFormBox{display:flex;align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:20px;padding:10px 20px}.DateFormBox label{font-size:16px;font-weight:400}.DateFormBox label span{color:red}.DateFormBox input{width:100%;height:45px;border:1px solid #ccc;border-radius:4px;padding:10px;font-size:16px}.userProfile{width:100%;padding:0 0 40px;margin-top:100px}@media (max-width:1024px){.userProfile{padding:20px 0;margin-top:80px}}.userProfile .UserProfileMain{display:flex;width:100%;position:relative}@media (max-width:1150px){.userProfile .UserProfileMain{flex-direction:column;border:1px solid var(--buttonColor);border-radius:10px;margin-top:20px}}.userProfile .UserProfileMain .mobileBackButton{display:none;align-items:center;gap:8px;margin-bottom:20px;padding:10px 15px;background:var(--buttonColor);color:#000;border:none;border-radius:5px;cursor:pointer;font-size:14px}@media (max-width:1150px){.userProfile .UserProfileMain .mobileBackButton{display:flex;border-radius:10px 10px 0 0;background:var(--secondaryColor)}}.userProfile .UserProfileMain .userProfileBox:first-child{width:300px}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox:first-child{width:100%}}.userProfile .UserProfileMain .userProfileBox:last-child{flex:1 1}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox:last-child{width:100%}.userProfile .UserProfileMain .userProfileBox.hiddenOnMobile{display:none}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox{background:white;padding-right:10px;width:300px;border-right:1px solid var(--secondaryBackgroundColor);height:100%}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox{width:100%;border-right:none;padding-right:0;border-radius:20px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead{display:flex;gap:15px;padding:20px;flex-direction:column;border-bottom:1px solid #eee;width:100%}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead{padding:15px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadIconBox{width:100px;height:100px;border-radius:50%;margin:0 auto;background:#eee;overflow:hidden}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadIconBox{width:80px;height:80px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadIconBox img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:1px solid #eee}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadTitleBox{display:flex;flex-direction:column;gap:5px;text-align:center}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadTitleBox p{font-size:16px;font-weight:500}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadTitleBox p{font-size:15px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadTitleBox span{font-size:14px;font-weight:400;color:var(--secondaryTextColor)}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadTitleBox span{font-size:13px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody{padding:15px 0;display:flex;flex-direction:column;gap:5px}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem{display:flex;align-items:center;justify-content:space-between;gap:15px;height:55px;padding:0 20px;cursor:pointer;transition:all .3s ease}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem{height:50px;padding:0 15px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem span{width:8px;height:8px;border-radius:50%;background:#4CAF50}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem .menuSubItem{display:flex;align-items:center;gap:15px}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem .menuSubItem .menuIcon{width:40px;height:40px;background:var(--secondaryBackgroundColor);display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem .menuSubItem .menuIcon{width:35px;height:35px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem .menuSubItem .menuIcon svg{width:20px;height:20px;transition:all .3s ease;color:var(--secondaryTextColor)}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem .menuSubItem .menuIcon svg{width:18px;height:18px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem .menuSubItem .menuTitle p{font-size:15px;font-weight:400;color:var(--secondaryTextColor);transition:all .3s ease}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem .menuSubItem .menuTitle p{font-size:14px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem:hover .menuIcon{background:black}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem:hover .menuIcon svg{color:white}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem:hover .menuTitle p{color:black}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem.active .menuIcon{background:black}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem.active .menuIcon svg{color:white}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem.active .menuTitle p{color:black}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter{padding:15px 0;border-top:1px solid #eee}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem{display:flex;align-items:center;gap:15px;height:55px;padding:0 20px;cursor:pointer}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem{height:50px;padding:0 15px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem .menuIcon{width:40px;height:40px;background:var(--secondaryBackgroundColor);display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem .menuIcon{width:35px;height:35px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem .menuIcon svg{width:20px;height:20px;color:var(--secondaryTextColor);transition:all .3s ease}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem .menuIcon svg{width:18px;height:18px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem .menuTitle p{font-size:15px;font-weight:400;color:var(--secondaryTextColor);transition:all .3s ease}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem .menuTitle p{font-size:14px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem:hover .menuIcon{background:black}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem:hover .menuIcon svg{color:white}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem:hover .menuTitle p{color:black}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount{display:flex;align-items:center;gap:15px;cursor:pointer;padding:0 20px;height:55px}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount{height:50px;padding:0 15px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuIcon{width:40px;height:40px;background:rgba(255,0,0,.1294117647);display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuIcon{width:35px;height:35px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuIcon svg{width:20px;height:20px;color:red;transition:all .3s ease}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuIcon svg{width:18px;height:18px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuTitle p{font-size:15px;font-weight:400;color:red;transition:all .3s ease}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuTitle p{font-size:14px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox{width:100%;padding:0 20px}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox{padding:0}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .profileMenuHead{display:flex;gap:15px;padding:20px 0;flex-direction:column;justify-content:flex-start;border-bottom:1px solid #eee;width:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .profileMenuHead .profileMenuHeadTitleBox{display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .profileMenuHead .profileMenuHeadTitleBox p{font-size:16px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox{width:100%;height:auto;border-radius:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox{display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%;align-items:center;padding:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo{margin-bottom:20px;display:flex;flex-direction:column;gap:15px;width:50%}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo{width:100%}}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo{width:100%}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation p,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo p{font-size:14px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .inputFieldsBox,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .setLocation,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .inputFieldsBox,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .setLocation{display:flex;gap:15px;flex-direction:column}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .inputFieldsBox input,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .inputFieldsBox textarea,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .setLocation input,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .setLocation textarea,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .inputFieldsBox input,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .inputFieldsBox textarea,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .setLocation input,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .setLocation textarea{width:100%;height:45px;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .inputFieldsBox textarea,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .setLocation textarea,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .inputFieldsBox textarea,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .setLocation textarea{resize:none;height:80px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection{display:flex;gap:20px;align-items:center}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection .radioBtn,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection .radioBtn{display:flex;align-items:center;gap:10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection label,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection label{font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userNameBox .userImg{position:relative;width:100px;height:100px;border-radius:50%;border:1px solid #eee}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userNameBox .userImg img{width:100%;height:100%;border-radius:50%;object-fit:cover}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userNameBox .userImg .editBtn{position:absolute;bottom:0;right:0;background:#fff;border:1px solid #ccc;border-radius:50%;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userNameBox .userImg .editBtn .editIcon{color:var(--buttonColor);font-size:16px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userNameBox .userImg .editBtn:hover{background:#f0f0f0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .submitBtn{display:flex;align-items:center;justify-content:flex-end;gap:20px;width:50%}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .submitBtn{width:100%}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .submitBtn button{width:150px;height:40px;font-size:16px;color:white;background:var(--buttonColor);border:none;outline:none;cursor:pointer;border-radius:5px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer{display:flex;gap:20px;width:100%;position:relative}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer{flex-direction:column;padding:0 15px 15px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .mobileBackButton{display:none;align-items:center;gap:8px;margin-bottom:0;padding:10px 15px;background:none;color:#000;border:none;border-radius:5px;cursor:pointer;font-size:14px}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .mobileBackButton{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds{width:550px;display:flex;flex-direction:column;position:relative;padding:0 15px}@media (max-width:1370px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds{width:400px!important}}@media (max-width:1200px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds{width:350px!important}}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds{width:100%!important;padding:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds.hiddenOnMobile{display:none}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .profileMenuHead{padding:15px 0;border-bottom:1px solid #e1e1e1}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .profileMenuHead .profileMenuHeadTitleBox p{font-weight:600;font-size:18px;margin:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer{border-bottom:1px solid #e1e1e1;margin-bottom:10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .adsFilterScroll{display:flex;gap:10px;overflow-x:auto;padding:15px 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--buttonColor) transparent}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .adsFilterScroll::-webkit-scrollbar{display:block;height:6px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .adsFilterScroll::-webkit-scrollbar-track{background:var(--buttonColor);border-radius:3px;margin:0 10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .adsFilterScroll::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .adsFilterScroll::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .adsFilterScroll:not(:hover){scrollbar-color:transparent transparent}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .adsFilterScroll:not(:hover)::-webkit-scrollbar-thumb{background:transparent}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .filterButton{flex-shrink:0;padding:8px 16px;border-radius:20px;border:1px solid #e1e1e1;background-color:white;cursor:pointer;font-size:14px;white-space:nowrap;transition:all .2s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .filterButton:hover{background-color:#f5f5f5}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .filterButton.active{background-color:var(--buttonColor);color:white;border-color:var(--buttonColor)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBoxList{width:100%;display:flex;flex-direction:column;gap:10px;max-height:calc(100vh - 200px);min-height:calc(100vh - 200px);overflow-y:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--buttonColor) transparent}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBoxList::-webkit-scrollbar{display:block;height:6px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBoxList::-webkit-scrollbar-track{background:var(--buttonColor);border-radius:3px;margin:0 10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBoxList::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBoxList::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;cursor:pointer}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox:hover{background:#f9f9f9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox.selected{background-color:#f0f8ff;border-color:#ccc}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox{display:flex;align-items:flex-start;gap:15px;width:100%;flex-wrap:wrap}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .adImgBox{width:60px;height:60px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .adImgBox img{width:100%;height:100%;object-fit:cover;border-radius:10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .adDetailsBox{width:calc(100% - 100px - 30px - 60px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .adDetailsBox .adTitle{margin:0 0 5px;font-size:1rem;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .adDetailsBox .adDescription{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox{position:relative;display:flex;align-items:flex-end;gap:10px;flex-direction:column;justify-content:space-between;width:100px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .activeSoldDropdownBox{position:relative;display:flex;align-items:center;gap:10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .adPrice{font-size:15px;font-weight:600}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .status-badge{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .status-badge.active{background-color:rgba(76,175,80,.1);color:#4CAF50}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .status-badge.sold{background-color:#09b900;color:#fff}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .status-badge.rejected{color:#ff0000;background:#ffebe9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .status-badge.pending{background:#fff5ca;color:#ff9700}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .status-badge.withdrawn{background:#fffdbc;color:#e0c600}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .threeDotIcon{font-size:20px;cursor:pointer}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .dropdownWrapper{position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .customDropdown{position:absolute;top:30px;right:0;background-color:white;border-radius:8px;padding:8px 0;box-shadow:0 4px 10px rgba(0,0,0,.1);z-index:10;min-width:130px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .customDropdown li{list-style-type:none;padding:8px 16px;font-size:14px;cursor:pointer;transition:background .3s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .customDropdown li:hover{background-color:#f5f5f5}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .customDropdown li a{text-decoration:none;font-size:14px;cursor:pointer;transition:background .3s;color:black}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .customDropdown li a:hover{background-color:#f5f5f5}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .noDataFound{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center;border-radius:8px;margin-top:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .noDataFound .emptyImg{width:300px;height:300px}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .noDataFound .emptyImg{width:200px;height:200px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .noDataFound .emptyImg img{width:100%;height:100%;object-fit:contain}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .noDataFound p{font-size:18px;color:#666;font-weight:500;margin:15px 0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .noDataFound .postAdButton{margin-top:20px;padding:10px 20px;background:var(--buttonColor);color:white;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .noDataFound .postAdButton:hover{opacity:.9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox{width:calc(100% - 550px - 20px);padding:20px;border:1px solid #e5e7eb;border-radius:12px;background:#ffffff;box-shadow:0 4px 12px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:110px;align-self:flex-start;transition:all .3s ease}@media (max-width:1370px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox{width:calc(100% - 400px - 20px)!important}}@media (max-width:1200px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox{width:calc(100% - 350px - 20px)!important}}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox{width:100%!important;margin-top:0;box-shadow:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox.hiddenOnMobile{display:none}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent{display:flex;flex-direction:column;gap:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .rejectedMessage{width:100%;background:#ffe8e8;border-radius:14px;padding:14px 20px;font-size:14px;color:red;display:flex;flex-direction:column;gap:10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .rejectedMessage .rejectedMessageTag{padding:5px 10px;background:red;border-radius:50px;font-size:14px;display:flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;color:white}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .rejectedMessage .rejectedMessageTag svg{width:16px;height:16px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox{display:flex;align-items:flex-start;gap:20px;width:100%}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox{flex-direction:column}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adImg{width:20%;aspect-ratio:2/2;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f9fafb}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adImg{width:100%}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adImg img{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform .3s ease}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adImg img:hover{transform:scale(1.05)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails{display:flex;flex-direction:column;width:calc(80% - 20px);gap:8px}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails{width:100%}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails h2{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:0!important}@media (max-width:1260px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails h2{font-size:18px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul{width:100%;display:flex;flex-direction:column;gap:6px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li{list-style:none;display:flex;align-items:flex-start;gap:6px 15px;flex-wrap:wrap}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li .col1{width:100px;display:flex;align-items:center;justify-content:space-between}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li .col1 span{font-weight:400;color:#777777;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li .col2{width:calc(100% - 100px - 15px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li .col2 p{font-size:15px;color:#374151}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li .col2 .status-badge{padding:4px 12px;border-radius:50px;font-size:12px;width:-moz-fit-content;width:fit-content}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li .col2 .withdraw{background:#fffdbc;color:#e0c600}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li .col2 .rejected{color:#ff0000;background:#ffebe9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li .col2 .pending{background:#fff5ca;color:#ff9700}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li .col2 .sold{background-color:#09b900;color:#fff}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails ul li .col2 .active{background-color:rgba(76,175,80,.1);color:#4CAF50}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails p{font-size:15px;color:#374151;margin:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails p strong{font-weight:400;color:#777777;font-size:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList{width:100%;display:flex;flex-direction:column}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul{width:100%;display:flex;flex-direction:column;gap:10px}@media (max-width:1260px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul{gap:12px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul li{list-style:none;display:flex;align-items:flex-start;gap:6px 15px;flex-wrap:wrap}@media (max-width:1260px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul li{gap:5px 0}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul li .col1{width:120px;display:flex;align-items:center;justify-content:space-between}@media (max-width:1260px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul li .col1{width:100%}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul li .col1 span{font-weight:400;color:#777777;font-size:14px}@media (max-width:1260px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul li .col1 span:last-of-type{display:none}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul li .col2{width:calc(100% - 120px - 15px)}@media (max-width:1260px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul li .col2{width:100%}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adDetailsList ul li .col2 p{font-size:15px;color:#374151;line-height:1.4}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup{display:flex;gap:12px;margin-top:15px;flex-wrap:wrap}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup{flex-direction:column}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button{padding:10px 18px;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;background:#fff;border:1px solid #ddd}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button:hover{border-color:#f8f8f8;background:#f8f8f8}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.soldStatusButton.unsold{background:#fff;color:#ff7300;border:1px solid #eee}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.soldStatusButton.unsold:hover{color:#fff;background:#ff7300}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.soldStatusButton.sold{background:var(--buttonColor);color:#fff;border-color:var(--buttonColor)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.soldStatusButton.sold:hover{background:#00ab00;border-color:#00ab00}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.withdrawStatusButton.withdrawn{background:#00c7e5;border:1px solid #00c7e5;color:#fff}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.withdrawStatusButton.withdrawn:hover{background:#02a1b9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.withdrawStatusButton.republished{background:#ffe88b;color:#000;border-color:#ffe88b}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.withdrawStatusButton.republished:hover{background:#fbca39}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button:disabled{opacity:.6;cursor:not-allowed;background:#e5e7eb!important;color:#9ca3af!important;box-shadow:none;border-color:#e5e7eb!important}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button a{text-decoration:none;color:inherit;display:block}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;height:100vh;overflow-y:auto}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal{background:white;padding:30px;border-radius:10px;width:90%;max-width:400px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.15)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .deleteIcon{margin-bottom:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal h3{margin-bottom:10px;font-size:20px;color:#333}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal p{margin-bottom:25px;color:#666;font-size:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .modalButtons{display:flex;justify-content:center;gap:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .modalButtons button{padding:10px 20px;border-radius:5px;cursor:pointer;font-weight:500;transition:all .2s;min-width:100px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .modalButtons button.cancelButton{background:#f0f0f0;border:1px solid #ddd;color:#333}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .modalButtons button.cancelButton:hover{background:#e0e0e0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .modalButtons button.deleteButton{background:#f44336;color:white;border:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .modalButtons button.deleteButton:hover{background:#d32f2f}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer{display:flex;gap:20px;width:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .mobileBackButton{display:none;align-items:center;gap:8px;margin-bottom:0;padding:10px 15px;background:none;color:#000;border:none;border-radius:5px;cursor:pointer;font-size:14px}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .mobileBackButton{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats{width:100%;background-color:white;padding:0 15px;height:75vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ccc transparent}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats::-webkit-scrollbar{width:6px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}@media (max-width:1200px) and (min-width:1025px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats{max-width:450px}}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats.hide-on-mobile{display:none}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .profileMenuHead{padding:15px 0;border-bottom:1px solid #e1e1e1}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem{display:flex;padding:12px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s;position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem:hover{background-color:#f9f9f9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem.selected{background-color:#f6f6f6}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime{display:flex;align-items:flex-start;gap:10px;width:100%;flex-wrap:wrap}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactAvatar{position:relative;border-radius:50%;width:60px;height:60px;background:#eee}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactAvatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactAvatar .statusDot{position:absolute;bottom:0;right:0;width:12px;height:12px;border-radius:50%;border:2px solid white}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactAvatar .statusDot.online{background-color:#4caf50}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactAvatar .statusDot.offline{background-color:#9e9e9e}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactInfo{width:calc(100% - 60px - 23px - 60px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactInfo h4{margin:0;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactInfo .lastMessage{margin:4px 0 0;font-size:14px;color:#757575;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .chatMessageTime{width:63px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .chatMessageTime .messageTime{font-size:12px;color:#757575}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox{width:100%;max-width:600px;display:flex;flex-direction:column;border:1px solid #eee;border-radius:10px;padding:5px;margin:0 auto}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox.full-width-on-mobile{width:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox{display:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox.show-on-mobile{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#fff;border-bottom:1px solid #e1e1e1}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info{display:flex;align-items:center;gap:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info .avatar{width:40px;height:40px;border-radius:50%;position:relative;background:#eee}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info .avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info .avatar:after{content:"";position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid #fff}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info .avatar.online:after{background-color:#4CAF50}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info .avatar.offline:after{background-color:#9E9E9E}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info .contact-details h3{margin:0;font-size:16px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info .contact-details p{margin:0;font-size:12px;color:#757575}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .header-actions{display:flex;gap:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .header-actions .action-btn{background:none;border:none;font-size:20px;color:var(--buttonColor);cursor:pointer;padding:4px;border-radius:50%;transition:all .2s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .header-actions .back-to-chats{display:none}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .header-actions .back-to-chats{display:block}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body{padding:16px;height:60vh;overflow-y:auto;scroll-behavior:smooth}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message{margin-bottom:12px;display:flex;flex-wrap:wrap}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content{max-width:100%;padding:8px 12px;border-radius:8px;position:relative;word-wrap:break-word}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-content_product{width:100%;display:flex;align-items:flex-start;gap:15px;text-decoration:none;margin-bottom:10px;background:#fff;padding:10px;border-radius:14px;transition:.3s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-content_product:hover{transition:.3s;background:#f9faf9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-content_product .message-content_product_thumbnail{width:70px;height:7dvb;background:#eee;border-radius:14px;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-content_product .message-content_product_thumbnail img{width:100%;height:100%;object-fit:contain}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-content_product .message-content_product_details{width:calc(100% - 70px - 15px);display:flex;flex-direction:column}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-content_product .message-content_product_details h4{font-size:16px;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:black}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-content_product .message-content_product_details p{font-size:14px;font-weight:400;line-height:1.5;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:black}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-content_product .message-content_product_details .offerPrice{color:#4CAF50;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content p{margin:0;font-size:14px;line-height:1.4}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-meta{display:flex;justify-content:flex-end;align-items:center;gap:4px;margin-top:4px;font-size:11px;color:#757575}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-meta .message-status{color:#757575;font-size:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-meta .message-status.read{color:#4CAF50}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message.sent{justify-content:flex-end}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message.sent .message-content{background-color:#DCF8C6;border-top-right-radius:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message.received{justify-content:flex-start}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message.received .message-content{background:var(--secondaryColor);border-top-left-radius:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer{display:flex;padding:8px 16px;background-color:#fff;border-top:1px solid #e1e1e1;flex-wrap:wrap;gap:8px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer input{flex:1 1 70%;min-width:0;padding:10px 16px;border:1px solid #e1e1e1;border-radius:20px;outline:none;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer input:focus{border-color:#4CAF50}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn{flex:0 0 45px;height:45px;width:45px;background-color:var(--buttonColor);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 10px rgba(76,175,80,.3)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn svg{width:22px;height:22px;color:#fff;transition:transform .2s ease}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn:hover:not(:disabled){background-color:var(--buttonColor);transform:translateY(-1px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn:hover:not(:disabled) svg{transform:translateX(2px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn:active:not(:disabled){transform:scale(.95);background-color:#388e3c}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn:disabled{background-color:#e0e0e0;box-shadow:none;cursor:not-allowed}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn:disabled svg{color:#9e9e9e;transform:none}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body{padding:12px;height:50vh}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer input{flex:1 1 60%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn{flex:0 0 36px;width:36px;height:36px}}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer{flex-direction:column;gap:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats{width:100%;border-right:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox{width:100%;border:none;border-radius:0}}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactInfo{width:calc(100% - 60px - 23px - 50px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .chatMessageTime{width:53px}}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats{padding:0 10px;border-radius:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem{padding:10px 8px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactAvatar{width:50px;height:50px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactInfo h4{font-size:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactInfo .lastMessage{font-size:13px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .chatMessageTime .messageTime{font-size:11px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body{padding:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content{max-width:80%;padding:6px 10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content p{font-size:13px;line-height:1.4}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer{padding:6px 12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer input{padding:8px 14px;font-size:13px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer{display:flex;gap:20px;width:100%;min-height:50vh;align-items:flex-start}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center;border-radius:8px;margin-top:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound .emptyImg{width:300px;height:300px}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound .emptyImg{width:200px;height:200px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound .emptyImg img{width:100%;height:100%;object-fit:contain}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound p{font-size:18px;color:#666;font-weight:500;margin:15px 0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound .postAdButton{margin-top:20px;padding:10px 20px;background:var(--buttonColor);color:white;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound .postAdButton:hover{opacity:.9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .mobileBackButton{display:none;align-items:center;gap:8px;margin-bottom:0;padding:10px 15px;background:none;color:#000;border:none;border-radius:5px;cursor:pointer;font-size:14px}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .mobileBackButton{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList{width:100%;background-color:white;min-height:75vh;padding:0 15px}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList.hide-on-mobile{display:none}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerListHeader{padding:15px 0;border-bottom:1px solid #e1e1e1}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerListHeader .offerListTitle p{font-weight:600;font-size:18px;margin:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem{display:flex;padding:15px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem:hover{background-color:#f9f9f9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem.selected{background-color:#f6f6f6}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate{display:flex;align-items:flex-start;gap:15px;width:100%;flex-wrap:wrap}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerImage{width:60px;height:60px;border-radius:50%;background:#eee}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerImage img{width:100%;height:100%;object-fit:cover;border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails{width:calc(100% - 100px - 30px - 25px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails h4{margin:0;font-size:16px;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails p{font-size:14px;font-weight:400;line-height:1.5;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails .offerPrice{color:#4CAF50;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDate{width:65px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDate p{font-size:12px;color:#757575}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox{width:calc(100% - 20px);border:1px solid #e1e1e1;border-radius:10px;padding:20px;background:white;box-shadow:0 2px 8px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;position:relative}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox.full-width-on-mobile{width:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox{display:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox.show-on-mobile{display:block;box-shadow:none}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader{padding-bottom:15px;border-bottom:1px solid #f0f0f0;margin-bottom:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo{display:flex;align-items:center;gap:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .back-button{background:none;border:none;font-size:24px;cursor:pointer;color:#333;display:none}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .back-button{display:block}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .sellerImage{border-radius:50%;background:#eee;width:40px;height:40px;overflow:hidden;display:flex;justify-content:center;align-items:center}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .sellerImage img{width:100%;height:100%;object-fit:cover;border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .sellerDetails{width:calc(100% - 40px - 15px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .sellerDetails h3{margin:0;font-size:18px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .sellerDetails p{font-size:12px;color:#8e8e8e}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .sellerDetails .offerDate{margin:5px 0 0;color:#757575;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox{background:#f8f9fa;border-radius:8px;padding:15px;margin-bottom:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .messageText{margin:0 0 15px;color:#333}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails{display:flex;gap:15px;margin-bottom:15px;padding:10px;background:white;border-radius:6px;border:1px solid #eee;position:relative;align-items:flex-start;text-decoration:none}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails{flex-direction:row}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productImage{border-radius:10px;width:90px;aspect-ratio:2/2;position:relative;background:#eee;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productImage img{width:100%;height:100%;border-radius:10px;object-fit:cover}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo{width:calc(100% - 90px - 15px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .productTitle{margin:0 0 5px;font-size:16px;font-weight:500;color:black}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .originalPrice{margin:5px 0;color:#666;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .offerPrice{margin:5px 0;color:#4CAF50;font-weight:500;font-size:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .location{margin:5px 0 0;color:#666;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .additionalMessage{margin:15px 0 0;padding:10px;background:white;border-radius:6px;border-left:3px solid #4caf50;font-style:italic;white-space:pre-line}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons{display:flex;gap:15px;margin-top:20px}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons{flex-direction:column}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button{flex:1 1;padding:12px;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button:disabled{opacity:.6;cursor:not-allowed;transform:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button.faded{opacity:.7;filter:grayscale(30%)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button.acceptButton{background-color:#4CAF50;color:white}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button.acceptButton:hover:not(:disabled){background-color:#3d8b40}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button.acceptButton.faded{background-color:#2E7D32}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button.rejectButton{background-color:#f44336;color:white}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button.rejectButton:hover:not(:disabled){background-color:#d32f2f}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button.rejectButton.faded{background-color:#C62828}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button.negotiateButton{background-color:#FFC107;color:#000}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button.negotiateButton:hover{background-color:#FFA000}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons .negotiationContainer{display:flex;flex-direction:column;gap:10px;flex:1 1}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons .negotiationInputGroup{position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons .negotiationInputGroup .negotiationInput{width:100%;padding:10px 10px 10px 25px;border:1px solid #ddd;border-radius:4px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons .negotiationInputGroup .currencySymbol{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#666}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons .negotiateButton{background-color:#FFC107;color:#000;border:none;padding:10px;border-radius:4px;cursor:pointer;transition:background-color .2s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons .negotiateButton:hover{background-color:#FFA000}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .soldContent{position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .soldContent .offerContent,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .soldContent .offerHeader{opacity:.3;pointer-events:none;transition:opacity .3s ease}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .soldContent .soldStamps{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-20deg);background-color:rgba(255,0,0,.15);color:#d33;font-size:32px;font-weight:700;border:3px solid #d33;padding:10px 28px;border-radius:8px;text-transform:uppercase;z-index:1;pointer-events:none;opacity:1!important}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .soldContent button{pointer-events:auto}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer{flex-direction:column;gap:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList{width:100%;border-right:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox{width:100%;border:none;border-radius:0}}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails{width:calc(100% - 60px - 23px - 50px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDate{width:50px}}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList{padding:0 10px;border-radius:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem{padding:10px 8px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerImage{width:50px;height:50px;background:#eee}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails h4{font-size:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails p{font-size:13px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDate p{font-size:11px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox{padding:15px;border-radius:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox{padding:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .productDetails .productImage{width:80px;height:80px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons button{padding:10px;font-size:13px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer{display:flex;gap:20px;width:100%;align-items:flex-start}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .mobileBackButton{display:none;align-items:center;gap:8px;margin-bottom:0;padding:10px 15px;background:none;color:var(--buttonColor);border:none;border-radius:5px;cursor:pointer;font-size:14px}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .mobileBackButton{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests{width:100%;background-color:white;min-height:75vh;padding:0 15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .noDataFound{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center;border-radius:8px;margin-top:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .noDataFound .emptyImg{width:300px;height:300px}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .noDataFound .emptyImg{width:200px;height:200px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .noDataFound .emptyImg img{width:100%;height:100%;object-fit:contain}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .noDataFound p{font-size:18px;color:#666;font-weight:500;margin:15px 0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .noDataFound .postAdButton{margin-top:20px;padding:10px 20px;background:var(--buttonColor);color:white;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .noDataFound .postAdButton:hover{opacity:.9}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests.hide-on-mobile{display:none}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerListHeader{padding:15px 0;border-bottom:1px solid #e1e1e1}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerListHeader .offerListTitle p{font-weight:600;font-size:18px;margin:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem{display:flex;padding:15px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem:hover{background-color:#f9f9f9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem.selected{background-color:#f6f6f6}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate{display:flex;align-items:flex-start;gap:15px;width:100%;flex-wrap:wrap}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerImage{width:60px;height:60px;border-radius:50%;background:#eee}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerImage img{width:100%;height:100%;object-fit:cover;border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails{width:calc(100% - 100px - 30px - 25px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails h4{margin:0;font-size:16px;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails p{font-size:14px;font-weight:400;line-height:1.5;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:300px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails .offerPrice{color:#4CAF50;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDate{width:65px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDate p{font-size:12px;color:#757575}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox{width:calc(100% - 20px);border:1px solid #e1e1e1;border-radius:10px;padding:20px;position:-webkit-sticky;position:sticky;background:white;box-shadow:0 2px 8px rgba(0,0,0,.1);position:relative}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox.full-width-on-mobile{width:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox{display:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox.show-on-mobile{display:block}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader{padding-bottom:15px;border-bottom:1px solid #f0f0f0;margin-bottom:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo{display:flex;align-items:center;gap:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .back-button{background:none;border:none;font-size:24px;cursor:pointer;color:#333;display:none}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .back-button{display:block}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .sellerImage{border-radius:50%;background:#eee;width:40px;height:40px;overflow:hidden;display:flex;justify-content:center;align-items:center}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .sellerImage img{width:100%;height:100%;object-fit:cover;border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .sellerDetails{width:calc(100% - 40px - 15px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .sellerDetails h3{margin:0;font-size:18px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .sellerDetails p{font-size:12px;color:#8e8e8e}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .sellerDetails .offerDate{margin:5px 0 0;color:#757575;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox{background:#f8f9fa;border-radius:8px;padding:15px;margin-bottom:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .messageText{margin:0 0 15px;color:#333}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails{display:flex;gap:15px;margin-bottom:15px;padding:10px;background:white;border-radius:6px;border:1px solid #eee;position:relative;align-items:flex-start;text-decoration:none}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails{flex-direction:column}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productImage{border-radius:10px;width:90px;aspect-ratio:2/2;position:relative;background:#eee;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productImage img{width:100%;height:100%;border-radius:10px;object-fit:cover}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo{width:calc(100% - 90px - 15px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .productTitle{margin:0 0 5px;font-size:16px;color:black;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .productDescription{font-size:14px;color:black;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .originalPrice{margin:5px 0;color:#666;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .offerPrice{margin:5px 0;color:#4CAF50;font-weight:500;font-size:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .location{margin:5px 0 0;color:#666;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .additionalMessage{margin:15px 0 0;padding:10px;background:white;border-radius:6px;border-left:3px solid #4caf50;font-style:italic;white-space:pre-line}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons{display:flex;gap:15px;margin-top:20px}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons{flex-direction:column}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons button{flex:1 1;padding:12px;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons button:disabled{opacity:.6;cursor:not-allowed}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons button.acceptButton{background-color:#4CAF50;color:white}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons button.acceptButton:hover:not(:disabled){background-color:#3d8b40}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons button.rejectButton{background-color:var(--buttonColor);color:white}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons button.rejectButton:hover:not(:disabled){background-color:#0b7dda}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons button.negotiateButton{background-color:#f44336;color:white}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons button.negotiateButton:hover:not(:disabled){background-color:#d32f2f}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons button.negotiateButton.ignored{background-color:#9E9E9E}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerPopupOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerPopup{background:white;padding:20px;border-radius:8px;width:90%;max-width:400px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerPopup h3{margin-top:0;margin-bottom:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerPopup input{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ddd;border-radius:4px;font-size:16px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .popupButtons{display:flex;gap:10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .popupButtons button{flex:1 1;padding:10px;border:none;border-radius:4px;cursor:pointer}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .popupButtons button.cancelButton{background-color:#f5f5f5}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .popupButtons button.cancelButton:hover{background-color:#e0e0e0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .popupButtons button.sendButton{background-color:var(--buttonColor);color:white}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .popupButtons button.sendButton:hover:not(:disabled){background-color:#3d8b40}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .popupButtons button.sendButton:disabled{opacity:.6;cursor:not-allowed}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .soldContent{position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .soldContent .offerContent,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .soldContent .offerHeader{opacity:.3;pointer-events:none;transition:opacity .3s ease}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .soldContent .soldStamps{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-20deg);background-color:rgba(255,0,0,.15);color:#d33;font-size:32px;font-weight:700;border:3px solid #d33;padding:10px 28px;border-radius:8px;text-transform:uppercase;z-index:1;pointer-events:none;opacity:1!important}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .soldContent button{pointer-events:auto}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer{flex-direction:column;gap:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests{width:100%;border-right:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox{width:100%;border:none;border-radius:0}}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails{width:calc(100% - 60px - 23px - 50px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDate{width:50px}}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests{padding:0 10px;border-radius:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem{padding:10px 8px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerImage{width:50px;height:50px;background:#eee}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails h4{font-size:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails p{font-size:13px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDate p{font-size:11px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox{padding:15px;border-radius:15px;box-shadow:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox{padding:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .productDetails .productImage{width:80px;height:80px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons button{padding:10px;font-size:13px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer{display:flex;gap:20px;width:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .mobileBackButton{display:none;align-items:center;gap:8px;margin-bottom:0;padding:10px 15px;background:none;color:#000;border:none;border-radius:5px;cursor:pointer;font-size:14px}@media (max-width:1150px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .mobileBackButton{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing{width:100%;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;gap:10px;min-height:75vh;padding:0 15px}@media (max-width:1200px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing{width:400px}}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing.hide-on-mobile{display:none}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationHeader{padding:15px 0;border-bottom:1px solid #e0e0e0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationHeader p{margin:0;font-size:18px;font-weight:600}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem{display:flex;padding:15px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem:hover{background-color:#f9f9f9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem.active{background-color:#f6f6f6}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem.unread{background-color:#f5f9ff}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationUserImage{position:relative;margin-right:10px;width:40px;height:40px;background:#eee;border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationUserImage img{border-radius:50%;object-fit:cover;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationUserImage .unreadBadge1{position:absolute;bottom:0;right:0;width:10px;height:10px;background-color:#28a745;border-radius:50%;border:2px solid #fff}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationContent{width:calc(100% - 40px - 10px - 80px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationContent h4{margin:0 0 5px;font-size:1rem;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationContent p{margin:0;color:#666;font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:300px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationMeta{display:flex;flex-direction:column;align-items:flex-end;width:80px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationMeta .notificationDate{font-size:10px;color:#999}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails{width:calc(100% - 20px)}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails.full-width-on-mobile{width:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails{display:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails.show-on-mobile{display:block}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox{border:1px solid #e1e1e1;border-radius:10px;padding:20px;background:white;box-shadow:0 2px 8px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:110px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader{padding-bottom:15px;border-bottom:1px solid #f0f0f0;margin-bottom:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo{display:flex;align-items:center;gap:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .back-button,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .back-button{background:none;border:none;font-size:24px;cursor:pointer;color:#333;display:none}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .back-button,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .back-button{display:block}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .sellerImage,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .sellerImage{border-radius:50%;background:#eee;width:40px;height:40px;overflow:hidden;display:flex;justify-content:center;align-items:center}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .sellerImage img,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .sellerImage img{width:100%;height:100%;object-fit:cover;border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .sellerDetails,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .sellerDetails{width:calc(100% - 40px - 15px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .sellerDetails h3,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .sellerDetails h3{margin:0;font-size:18px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .sellerDetails p,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .sellerDetails p{font-size:12px;color:#8e8e8e}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .sellerDetails .offerDate,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .sellerDetails .offerDate{margin:5px 0 0;color:#757575;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox{background:#f8f9fa;border-radius:8px;padding:15px;margin-bottom:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .messageText,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .messageText{margin:0 0 15px;color:#333}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails{display:flex;gap:15px;margin-bottom:15px;padding:10px;background:white;border-radius:6px;border:1px solid #eee;align-items:flex-start;text-decoration:none}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails{flex-direction:column}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productImage,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productImage{border-radius:10px;width:90px;aspect-ratio:2/2;background:#eee;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productImage img,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productImage img{width:100%;height:100%;border-radius:10px;object-fit:cover}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo{width:calc(100% - 90px - 15px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .productTitle,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .productTitle{margin:0 0 5px;font-size:16px;font-weight:500;color:black}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .productDescription,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .productDescription{font-size:14px;color:black;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .originalPrice,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .originalPrice{margin:5px 0;color:#666;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .offerPrice,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .offerPrice{margin:5px 0;color:#4CAF50;font-weight:500;font-size:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .additionalMessage,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .additionalMessage{margin:15px 0 0;padding:10px;background:white;border-radius:6px;border-left:3px solid #4caf50;font-style:italic;white-space:pre-line}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .noNotificationSelected{display:flex;align-items:center;justify-content:center;height:100vh;color:#666;font-size:16px}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer{flex-direction:column;gap:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing{width:100%;border-right:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails{width:100%}}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationContent{width:calc(100% - 40px - 10px - 70px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationMeta{width:70px}}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing{padding:0 10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem{padding:12px 8px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationUserImage{width:36px;height:36px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationContent h4{font-size:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationContent p{font-size:13px;width:200px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationMeta .notificationDate{font-size:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox{padding:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .productDetails .productImage,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .productDetails .productImage{width:80px;height:80px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerListTab{width:100%;display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #e1e1e1;margin-bottom:10px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerListTab .tablinks{padding:8px 16px;border-radius:20px;border:1px solid #e1e1e1;background-color:white;cursor:pointer;outline:none;font-size:14px;white-space:nowrap;transition:all .2s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerListTab .tablinks:hover{transition:all .2s;background:#f5f5f5}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerListTab .active{background:var(--buttonColor);border:1px solid var(--buttonColor);color:white}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerListTab .active:hover{transition:all .2s;background:var(--buttonColor)}.userMobileProf{padding:40px 0;min-height:65vh}.userMobileProf .userProfileMenuViewBox{width:100%;height:auto;border-radius:15px;padding:5px}.userMobileProf .userProfileMenuViewBox .userProfileEditBox{display:flex;flex-direction:column;gap:20px}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo{margin-bottom:20px;display:flex;flex-direction:column;gap:15px;width:50%}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation p,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo p{font-size:14px;font-weight:500}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation input,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation textarea,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo input,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation textarea,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo textarea{resize:none;height:80px}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection{display:flex;gap:20px;align-items:center}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection .radioBtn,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection .radioBtn{display:flex;align-items:center;gap:10px}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection label,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection label{font-size:14px}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .submitBtn{display:flex;align-items:center;justify-content:flex-end;gap:20px}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .submitBtn button{width:150px;height:40px;font-size:16px;color:#000;background:#febd69;border:none;outline:none;cursor:pointer;border-radius:5px}.userMobileProf .userProfileMenuViewBox .changePasswordBox{display:flex;flex-direction:column;gap:40px}.userMobileProf .userProfileMenuViewBox .changePasswordBox .changeOldPassword{display:flex;flex-direction:column;gap:20px}.userMobileProf .userProfileMenuViewBox .changePasswordBox .changeOldPassword label{font-size:16px;font-weight:400}.userMobileProf .userProfileMenuViewBox .changePasswordBox .changeOldPassword input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.userMobileProf .userProfileMenuViewBox .changePasswordBox .createNewPassword{display:flex;flex-direction:column;gap:20px}.userMobileProf .userProfileMenuViewBox .changePasswordBox .createNewPassword label{font-size:16px;font-weight:400}.userMobileProf .userProfileMenuViewBox .changePasswordBox .createNewPassword input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.userMobileProf .userProfileMenuViewBox .changePasswordBox .submitBtn{display:flex;align-items:center;justify-content:flex-end;gap:20px}.userMobileProf .userProfileMenuViewBox .changePasswordBox .submitBtn button{width:100px;height:40px;font-size:16px;color:#000;background:#febd69;border:none;outline:none;cursor:pointer}.userMobileProf .userProfileMenuViewBox .myAds{display:flex;flex-direction:column;gap:20px}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox:hover{background:#eee}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox{display:flex;align-items:self-start;gap:40px}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox{width:90px;height:61px}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox img{width:100%;height:100%;object-fit:cover;border-radius:5px}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox{display:flex;flex-direction:column;gap:10px}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adPrice{font-size:16px;font-weight:600}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adTitle{font-size:14px;font-weight:400}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adLocation{font-size:12px;font-weight:400}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox{display:flex;align-items:center;gap:10px}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .activeBtn{width:10px;height:10px;background:green;border-radius:50%}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .soldBtn{background:orange;border-radius:50%;width:10px;height:10px}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox p{font-size:14px;font-weight:400}.userMobileProf .userProfileMenuViewBox .notificationMainBox{display:flex;flex-direction:column;gap:20px}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox:hover{background:#f8f8f8}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox{display:flex;align-items:center;gap:20px}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox{width:66px;height:44px}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox img{width:100%;height:100%;object-fit:cover}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg{display:flex;flex-direction:column;gap:10px}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg h3{font-size:16px;font-weight:500}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg p{font-size:14px;font-weight:400}.userMobileProf .userProfileMenuViewBox .chatsMainBox{display:flex;flex-direction:column;gap:20px}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox:hover{background:#f8f8f8}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox{display:flex;align-items:center;gap:20px}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox{width:59px;height:47px}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox img{width:100%;height:100%;object-fit:cover}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg{display:flex;flex-direction:column;gap:10px}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg h3{font-size:16px;font-weight:500}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg p{font-size:14px;font-weight:400}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn{display:flex;align-items:center;gap:10px}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .onlineBtn{width:10px;height:10px;background:green;border-radius:50%}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .offlineBtn{width:10px;height:10px;background:red;border-radius:50%}.Chat{width:100%;padding:20px 0;margin-top:80px}@media (max-width:768px){.Chat{padding:40px 0;margin-top:60px}}@media (max-width:480px){.Chat{padding:40px 0;margin-top:60px}}.Chat .chatBox{width:100%;height:calc(100vh - 180px);display:flex;border:1px solid #eee;border-radius:15px;margin-top:20px;position:relative;overflow:hidden}.Chat .chatBox .chatInbox{width:30%;position:relative;display:flex;flex-direction:column;background:#fff;transition:transform .3s ease}@media (max-width:1024px){.Chat .chatBox .chatInbox{width:100%;height:100%}}.Chat .chatBox .chatInbox .chatInboxHead{display:flex;align-items:center;justify-content:space-between;height:75px;background:var(--buttonColor);border-radius:15px 0 0 0;padding:0 15px;flex-shrink:0;z-index:1}@media (max-width:1024px){.Chat .chatBox .chatInbox .chatInboxHead{border-radius:15px 0 0 0}}.Chat .chatBox .chatInbox .chatInboxHead .chatHead h3{font-size:20px;font-weight:600;color:white}.Chat .chatBox .chatInbox .chatInboxHead .chatSearchMenu{display:flex;align-items:center;gap:15px}.Chat .chatBox .chatInbox .chatInboxHead .chatSearchMenu .searchIcon{cursor:pointer;display:flex;align-items:center;gap:5px}.Chat .chatBox .chatInbox .chatInboxHead .chatSearchMenu .searchIcon svg{width:24px;height:24px;color:white}.Chat .chatBox .chatInbox .chatInboxHead .chatSearchMenu .searchInput{width:200px;padding:5px;border:none;outline:none;border-radius:20px}.Chat .chatBox .chatInbox .chatInboxHead .chatSearchMenu [type=text]{font-size:14px;color:#000;padding-left:8px}.Chat .chatBox .chatInbox .singleChatInbox{flex:1 1;overflow-y:auto;border:1px solid rgba(0,0,0,.0705882353)}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox{display:flex;align-items:center;justify-content:space-between;position:relative;cursor:pointer;width:100%;padding:15px}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox.active{background-color:#f5f5f5}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg{display:flex;align-items:center;gap:15px}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleImgInbox{width:55px;height:55px;border-radius:50%;position:relative}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleImgInbox img{height:100%;object-fit:cover;border-radius:50%}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleImgInbox .onlineStatus{position:absolute;bottom:5px;right:5px;width:10px;height:10px;border-radius:50%;border:2px solid white}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleImgInbox .onlineStatus.online{background-color:#4CAF50}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleImgInbox .onlineStatus.offline{background-color:#f44336}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleMsgInbox{display:flex;flex-direction:column}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleMsgInbox p{font-size:18px;font-weight:500}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleMsgInbox span{font-size:14px;font-weight:400;color:#525252;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;min-width:100%;white-space:nowrap;width:200px}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .msgSendTime{display:flex;flex-direction:column;align-items:flex-end}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .msgSendTime p{font-size:12px;color:#888;min-width:40px}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .msgSendTime .unreadCount{background:green;color:white;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;margin-top:5px}.Chat .chatBox .singleChatBox{width:70%;display:flex;flex-direction:column;background:#fff;position:relative}@media (max-width:1024px){.Chat .chatBox .singleChatBox{position:fixed;bottom:0;left:0;width:100%;height:70vh;border-radius:20px 20px 0 0;box-shadow:0 -5px 20px rgba(0,0,0,.1);z-index:100;transform:translateY(100%);transition:transform .3s ease-out;display:flex}.Chat .chatBox .singleChatBox.show-on-mobile{transform:translateY(0)}}@media (max-width:768px){.Chat .chatBox .singleChatBox{height:75vh}}@media (max-width:480px){.Chat .chatBox .singleChatBox{height:80vh}}.Chat .chatBox .singleChatBox .singleChatBoxHead{display:flex;align-items:center;justify-content:space-between;background:#fbfbfb;height:75px;border-radius:0 15px 0 0;padding:0 15px}@media (max-width:1024px){.Chat .chatBox .singleChatBox .singleChatBoxHead{border-radius:20px 20px 0 0}}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg{display:flex;align-items:center;gap:15px}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserImg{width:55px;height:55px;border-radius:50%;position:relative}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserImg img{width:100%;height:100%;object-fit:cover;border-radius:50%}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserImg .onlineStatus{position:absolute;bottom:5px;right:5px;width:10px;height:10px;border-radius:50%;border:2px solid white}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserImg .onlineStatus.online{background-color:#4CAF50}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserImg .onlineStatus.offline{background-color:#f44336}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserName{display:flex;flex-direction:column}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserName p{font-size:16px;font-weight:400}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserName span{font-size:12px;color:#888}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatCallCloseMenu{display:flex;align-items:center;gap:15px}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatCallCloseMenu .back-button{display:none;background:none;border:none;cursor:pointer;font-size:24px;color:#333}@media (max-width:1024px){.Chat .chatBox .singleChatBox .singleChatBoxHead .chatCallCloseMenu .back-button{display:block}}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatCallCloseMenu svg{width:24px;height:24px;cursor:pointer}.Chat .chatBox .singleChatBox .singleInsideMsgBox{flex:1 1;overflow-y:auto;padding:15px;display:flex;flex-direction:column;gap:10px}@media (max-width:1024px){.Chat .chatBox .singleChatBox .singleInsideMsgBox{height:calc(70vh - 130px)}}@media (max-width:768px){.Chat .chatBox .singleChatBox .singleInsideMsgBox{height:calc(75vh - 130px)}}@media (max-width:480px){.Chat .chatBox .singleChatBox .singleInsideMsgBox{height:calc(80vh - 130px)}}.Chat .chatBox .singleChatBox .singleInsideMsgBox .chatMessage{max-width:70%;padding:10px 15px;border-radius:10px;font-size:14px;position:relative}.Chat .chatBox .singleChatBox .singleInsideMsgBox .chatMessage.sent{background-color:var(--secondaryColor);align-self:flex-end;color:#000;white-space:pre-line}.Chat .chatBox .singleChatBox .singleInsideMsgBox .chatMessage.sent .messageMeta{color:#999}.Chat .chatBox .singleChatBox .singleInsideMsgBox .chatMessage.received{background-color:#eee;align-self:flex-start;color:#000;white-space:pre-line}.Chat .chatBox .singleChatBox .singleInsideMsgBox .chatMessage .messageMeta{display:flex;align-items:center;justify-content:flex-end;font-size:10px;margin-top:5px;gap:10px}.Chat .chatBox .singleChatBox .singleChatBoxFooter{padding:15px;border-top:1px solid #eee;margin-bottom:40px}.Chat .chatBox .singleChatBox .singleChatBoxFooter .chatInputBox{position:relative;display:flex;align-items:center}.Chat .chatBox .singleChatBox .singleChatBoxFooter .chatInputBox input{width:100%;border:1px solid #333333;border-radius:25px;outline:none;font-size:14px;padding:10px 40px 10px 15px}.Chat .chatBox .singleChatBox .singleChatBoxFooter .chatInputBox .sendButton{position:absolute;right:20px;background:none;border:none;cursor:pointer;color:var(--buttonColor);font-size:20px}.Chat .chatBox .singleChatBox .singleChatBoxFooter .chatInputBox .sendButton.disabled{color:#ccc;cursor:not-allowed}.Chat .chatBox .singleChatBox .noChatSelected{display:flex;align-items:center;justify-content:center;height:100%;font-size:20px;color:#888}.singleMsgInbox{display:flex;flex-direction:column;gap:2px}.singleMsgInbox p{font-weight:600;font-size:15px;margin:0}.singleMsgInbox span{font-size:13px;color:#666}.singleMsgInbox .inactiveUserBadges{font-size:10px;font-weight:500;color:#e74c3c!important;background:#fdecea;border:1px solid #f5c2c2;padding:2px 6px;border-radius:6px;display:inline-block;width:-moz-fit-content;width:fit-content}.singleUserChatBox{transition:opacity .3s ease}.singleUserChatBox.inactive{opacity:.5;pointer-events:none}.chatOverlay{display:none}@media (max-width:1024px){.chatOverlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:90;opacity:0;pointer-events:none;transition:opacity .3s ease}.chatOverlay.active{opacity:1;pointer-events:all}}.SingleProduct{width:100%;padding:0 0 30px;margin-top:100px}@media (max-width:768px){.SingleProduct{padding:40px 0;margin-top:60px}}@media (max-width:480px){.SingleProduct{padding:40px 0;margin-top:60px}}.SingleProduct .singleProductBox{display:flex;width:100%;gap:50px;align-items:flex-start;margin-top:20px}.SingleProduct .singleProductBox .innerLeftSingleProductBox{width:45%;height:auto;display:flex;gap:15px;flex-direction:column;position:-webkit-sticky;position:sticky;top:110px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox{border-radius:5px;position:relative;display:flex;flex-direction:column;gap:15px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox{background:#f3f7f8;position:relative;display:flex;align-items:center}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox{position:relative;width:100%;aspect-ratio:2/2;display:flex;justify-content:center;align-items:center}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox img{width:100%;height:100%;object-fit:contain}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;color:white;cursor:pointer;z-index:10;background:rgba(0,0,0,.0784313725);padding:5px;border-radius:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg:hover{color:#eee}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .RiArrowLeftWideFill{left:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .RiArrowRightWideFill{right:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox{overflow-x:auto;padding:10px 0;white-space:nowrap;scroll-behavior:smooth;width:100%;cursor:-webkit-grab;cursor:grab}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox.dragging{cursor:-webkit-grabbing;cursor:grabbing}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox{display:flex;gap:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb{flex:0 0 auto;width:100px;height:100px;cursor:pointer;border:2px solid transparent;transition:border .3s ease}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb.active{border:1px solid #eee;border-radius:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox{width:calc(55% - 50px);height:auto;display:flex;gap:20px;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox{border-left:1px solid #eee;position:relative;display:flex;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper{width:100%;padding:20px 0 20px 30px;border-top:1px solid #eee}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper:first-of-type{padding:0 0 20px 30px;border-top:none}@media (max-width:768px){.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper:first-of-type{padding-left:0}}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper .productDetailItemWraper{width:100%;display:flex;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper .productDetailItemWraper .titleTag{display:flex;align-items:center;width:-moz-fit-content;width:fit-content}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper .productDetailItemWraper .titleTag .icon{width:12px;height:12px;display:flex;align-items:center;justify-content:center}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper .productDetailItemWraper .titleTag .icon svg{width:100%;height:100%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper .productDetailItemWraper .titleTag h5{font-size:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper .productDetailItemWraper .productDetailItemWraperBody{width:100%;margin-top:15px;display:flex;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper .productDetailItemWraper .productDetailItemWraperBody p{font-size:16px;font-weight:300;line-height:1.4}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBoxWraper .productDetailItemWraper .productDetailItemWraperBody .addedDate{font-size:12px;margin-top:15px;color:#aaa}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox{width:100%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductTitle h3{font-size:18px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand{display:flex;gap:10px;position:relative;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox{display:flex;flex-direction:column;gap:10px}@media (max-width:530px){.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox{gap:15px}}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox li{list-style:none;width:100%;display:flex;align-items:flex-start;gap:20px}@media (max-width:530px){.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox li{flex-direction:column;gap:6px}}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox li .col1{width:200px;display:flex;align-items:center;justify-content:space-between;margin-top:2px}@media (max-width:530px){.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox li .col1{width:100%;justify-content:inherit;gap:4px}}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox li .col1 span{font-size:14px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox li .col2{width:calc(100% - 200px - 20px);display:flex;flex-direction:column}@media (max-width:530px){.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox li .col2{width:100%}}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox li .col2 p{font-size:16px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox p{font-size:15px;font-weight:400;width:50%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox:after{position:absolute;width:100%;height:1px;background:#eee;bottom:-10px;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox{margin-top:30px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox .productDescriptionTitle h3{font-size:18px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul{margin-top:20px;display:flex;flex-direction:column;gap:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li{list-style-type:none;display:flex;gap:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li p{font-size:15px;font-weight:400;text-align:start;width:50%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox:after{content:" ";position:absolute;width:100%;height:1px;background:#eee;bottom:-10px;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox{display:flex;flex-direction:column;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox{display:flex;align-items:start;justify-content:space-between}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .priceTag h3{font-size:30px;font-weight:600}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon{display:flex;align-items:start;gap:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon>div{display:flex;align-items:center;justify-content:center}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon svg{width:25px;height:25px;cursor:pointer;transition:all .2s ease;color:var(--buttonColor)}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon svg:hover{transform:scale(1.1)}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon .MdOutlineShare,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon .RiFlagFill,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon .RiFlagLine{color:var(--buttonColor)}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon .MdFavorite{color:#aaa}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon .MdFavorite[style*="var(--buttonColor)"]{color:var(--buttonColor)!important}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .ProdcutName{margin-top:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .ProdcutName p{font-size:16px;font-weight:400;color:#525252}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime{display:flex;align-items:center;justify-content:space-between}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime p{font-size:13px;font-weight:400;color:#525252}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox:after{position:absolute;width:100%;height:1px;background:#eee;bottom:0;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox{position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie .userProfieBox{text-decoration:none;display:flex;align-items:center;gap:20px;background:#f2f5f7;padding:15px;border-radius:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie .userProfieBox .userImg{width:60px;height:60px;border-radius:50%;background:#eee}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie .userProfieBox .userImg img{width:100%;height:100%;object-fit:cover;border-radius:50%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie .userProfieBox .userProfieDetails{width:calc(100% - 60px - 20px);display:flex;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie .userProfieBox p{font-size:18px;font-weight:500;color:#000}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie .userProfieBox svg{width:18px;height:18px;color:#5b5b5b}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button{text-decoration:none;outline:none;border:none;border-radius:14px;cursor:pointer;height:55px;width:calc(33.3333333333% - 10px)}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a p,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button p{font-size:18px;font-weight:400;color:white}@media (max-width:1200px){.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a p,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button p{font-size:16px}}@media (max-width:1024px){.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button{width:calc(50% - 8px)}}@media (max-width:768px){.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button{width:calc(33.3333333333% - 10px)}}@media (max-width:480px){.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button{width:100%}}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .chatBtn{background:var(--primaryBtnColor)}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .chatBtn:hover{background:var(--buttonColor)}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .intrestBtn{background-image:linear-gradient(120deg,#eac34b,#f88868)}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .intrestBtn:hover{background:#e6704e}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offerBtn{background-image:linear-gradient(90deg,#2992ef 0,#00c9ff)}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offerBtn:hover{background:#0caad5}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup{background:white;padding:30px;border-radius:12px;width:400px}@media (max-width:440px){.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup{width:90%}}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup h3{margin-bottom:20px;font-size:24px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup input{width:100%;padding:10px;margin-bottom:20px;border:1px solid #ddd;border-radius:4px;font-size:16px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup .popup-buttons{display:flex;gap:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup .popup-buttons button{flex:1 1;padding:10px;border:none;border-radius:10px;cursor:pointer;font-size:16px;font-weight:500;transition:.3s}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup .popup-buttons button:first-child{background:#ffe2ce;color:#000}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup .popup-buttons button:first-child:hover{background:#f9e6f0;transition:.3s}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup .popup-buttons button:last-child{background:var(--buttonColor);color:white}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup .popup-buttons button:last-child:hover{background:var(--secondarybuttonColor);transition:.3s}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber{display:flex;align-items:center;gap:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .phoneIcon{width:14px!important;height:14px!important}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText{display:flex;align-items:center;gap:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText p{font-size:14px;font-weight:400;color:var(--buttonColor);border-bottom:1px solid var(--buttonColor)}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox:after{position:absolute;width:100%;height:1px;background:#eee;bottom:-10px;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productLocationBox{padding:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productLocationBox .locationBox iframe{border-radius:15px;width:100%}.SingleProduct .relatedProductListMain{display:flex;flex-direction:column;margin-top:20px;gap:10px}.SingleProduct .relatedProductListMain .productHead h3{font-size:20px;font-weight:500}.SingleProduct .relatedProductListMain .relatedProductListBox{display:flex;gap:30px;overflow-x:auto;white-space:nowrap}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList{display:flex;flex-wrap:nowrap;gap:16px}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox{width:calc((100% - 48px) / 3);min-width:232px;position:relative;z-index:0}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage{width:100%;height:220px}@media (max-width:480px){.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage{height:170px}}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;position:static!important;border-radius:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productFavorite{position:absolute;top:10px;right:10px;font-size:18px;width:30px;height:30px;background:white;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 8px 24px rgba(149,157,165,.2);z-index:2}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productFavorite svg{width:18px;height:18px;transition:all .2s ease}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productFavorite:hover svg{color:var(--buttonColor)}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productTitle{font-size:18px;font-weight:400;color:#000;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productPrice{font-size:22px;font-weight:600;color:#000}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productDescription{font-size:14px;font-weight:400;color:#000;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted,.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#000}@media (max-width:1024px){.SingleProduct .singleProductBox{display:flex;width:100%;align-items:flex-start}.SingleProduct .singleProductBox .innerLeftSingleProductBox{width:45%;height:auto;display:flex;gap:15px;flex-direction:column}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox{border-radius:5px;position:relative;display:flex;flex-direction:column;gap:15px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox{background:#f3f7f8;position:relative;display:flex;align-items:center}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox img{width:100%;height:100%;object-fit:contain}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;color:#000;cursor:pointer;z-index:10}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg:hover{color:#555}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .RiArrowLeftWideFill{left:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .RiArrowRightWideFill{right:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox{overflow-x:auto;padding:10px 0;white-space:nowrap;scroll-behavior:smooth;width:100%;cursor:-webkit-grab;cursor:grab}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox.dragging{cursor:-webkit-grabbing;cursor:grabbing}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox{display:flex;gap:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb{flex:0 0 auto;width:100px;height:100px;cursor:pointer;border:2px solid transparent;transition:border .3s ease}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb.active{border:1px solid #eee;border-radius:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox{width:calc(55% - 25px);height:auto;display:flex;gap:20px;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox{position:relative;display:flex;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductTitle h3{font-size:18px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand{display:flex;gap:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand p{font-size:15px;font-weight:400;width:50%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox{margin-top:30px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox .productDescriptionTitle h3{font-size:18px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul{margin-top:20px;display:flex;flex-direction:column;gap:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li{list-style-type:none;display:flex;gap:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li p{font-size:15px;font-weight:400;text-align:start;width:50%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox:after{content:" ";position:absolute;width:100%;height:1px;background:#eee;bottom:-10px;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox{display:flex;flex-direction:column;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox{display:flex;align-items:start;justify-content:space-between}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .priceTag h3{font-size:28px;font-weight:600}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon{display:flex;align-items:start;gap:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon svg{width:25px;height:25px;cursor:pointer}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .ProdcutName p{font-size:16px;font-weight:400;color:#525252}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime{display:flex;align-items:center;justify-content:space-between}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime p{font-size:13px;font-weight:400;color:#525252}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox{position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a{text-decoration:none;display:flex;align-items:center;gap:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg{width:60px;height:60px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg img{width:100%;height:100%;object-fit:cover}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a p{font-size:18px;font-weight:500;color:#000}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a{text-decoration:none;border:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button{border:none;outline:none;height:45px;color:#000;cursor:pointer}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button p{font-size:16px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber{margin-top:20px;display:flex;align-items:center;gap:15px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText{display:flex;align-items:center;gap:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText p{font-size:14px;font-weight:300;color:#007bff;border-bottom:1px solid #007bff}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productLocationBox{padding:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productLocationBox .locationBox iframe{border-radius:15px;width:100%;height:335px}.SingleProduct .relatedProductListMain{display:flex;flex-direction:column;margin-top:20px}.SingleProduct .relatedProductListMain .productHead h3{font-size:20px;font-weight:500}.SingleProduct .relatedProductListMain .relatedProductListBox{display:flex;gap:30px;overflow-x:auto;white-space:nowrap}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList{display:flex;flex-wrap:nowrap;gap:16px}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox{width:calc((100% - 48px) / 3);min-width:200px;position:relative;z-index:0}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage{width:100%;height:150px;border-radius:5px!important;background:#f7f7f7}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;position:static!important;border-radius:10px!important;mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column;gap:10px}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productTitle{font-size:15px;font-weight:400;color:#000}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productPrice{font-size:16px;font-weight:600;color:#000}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productDescription{font-size:14px;font-weight:400;color:#000}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted,.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#000}}@media (max-width:768px){.SingleProduct .singleProductBox{display:flex;width:100%;border:none;flex-direction:column;gap:30px}.SingleProduct .singleProductBox .innerLeftSingleProductBox{width:100%;height:auto;display:flex;gap:15px;flex-direction:column;position:static}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox{border-radius:5px;position:relative;display:flex;flex-direction:column;gap:15px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox{background:#f3f7f8;position:relative;display:flex;align-items:center}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox img{width:100%;height:100%;object-fit:contain}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;color:#000;cursor:pointer;z-index:10}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg:hover{color:#555}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .RiArrowLeftWideFill{left:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .RiArrowRightWideFill{right:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox{overflow-x:auto;padding:10px 0;white-space:nowrap;scroll-behavior:smooth;width:100%}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox{display:flex;gap:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb{flex:0 0 auto;width:90px;height:90px;cursor:pointer;border:2px solid transparent;transition:border .3s ease}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb.active{border:1px solid #eee;border-radius:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox{width:100%;height:auto;display:flex;gap:20px;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox{position:relative;display:flex;flex-direction:column;border-left:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductTitle h3{font-size:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand{display:flex;gap:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox{margin-top:30px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox .productDescriptionTitle h3{font-size:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul{margin-top:20px;display:flex;flex-direction:column;gap:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li{list-style-type:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li p{font-size:14px;font-weight:400;text-align:start}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox:after{content:" ";position:absolute;width:100%;height:1px;background:#eee;bottom:-10px;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox{display:flex;flex-direction:column;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox{display:flex;align-items:start;justify-content:space-between}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .priceTag h3{font-size:26px;font-weight:600}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon{display:flex;align-items:start;gap:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon svg{width:20px;height:20px;cursor:pointer}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .ProdcutName p{font-size:14px;font-weight:400;color:#525252}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime{display:flex;align-items:center;justify-content:space-between}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime p{font-size:13px;font-weight:400;color:#525252}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox{position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a{text-decoration:none;display:flex;align-items:center;gap:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg{width:45px;height:45px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg img{width:100%;height:100%;object-fit:cover}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a p{font-size:16px;width:calc(100% - 45px - 16px - 20px);font-weight:500;color:#000}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a svg{width:16px;height:16px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a{text-decoration:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button{border:none;outline:none;width:100%;height:45px;color:#000;background:#febd69;cursor:pointer}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button p{font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber{margin-top:20px;display:flex;align-items:center;gap:15px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText{display:flex;align-items:center;gap:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText p{font-size:14px;font-weight:300;color:#007bff;border-bottom:1px solid #007bff}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productLocationBox{padding:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productLocationBox .locationBox iframe{border-radius:15px;width:100%;height:200px}.SingleProduct .relatedProductListMain{display:flex;flex-direction:column;margin-top:20px}.SingleProduct .relatedProductListMain .productHead h3{font-size:20px;font-weight:500}.SingleProduct .relatedProductListMain .relatedProductListBox{display:flex;gap:30px;overflow-x:auto;white-space:nowrap}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList{display:flex;flex-wrap:nowrap;gap:16px}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox{width:calc((100% - 48px) / 3);min-width:200px;position:relative}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink{text-decoration:none}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage{width:100%;height:150px;border-radius:5px!important;background:#f7f7f7}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;padding:10px!important;position:static!important;border-radius:15px!important;mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column;gap:10px}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productTitle{font-size:15px;font-weight:400;color:#000}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productPrice{font-size:16px;font-weight:600;color:#000}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productDescription{font-size:14px;font-weight:400;color:#000}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted,.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#000}}@media (max-width:480px){.SingleProduct .singleProductBox{display:flex;width:100%;border:none;flex-direction:column}.SingleProduct .singleProductBox .innerLeftSingleProductBox{width:100%;height:auto;display:flex;gap:15px;flex-direction:column;position:static}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox{border-radius:5px;position:relative;display:flex;flex-direction:column;gap:15px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox{background:#f3f7f8;position:relative;display:flex;align-items:center}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox img{width:100%;height:100%;object-fit:contain}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;color:#000;cursor:pointer;z-index:10}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg:hover{color:#555}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .RiArrowLeftWideFill{left:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .RiArrowRightWideFill{right:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox{overflow-x:auto;padding:10px 0;white-space:nowrap;scroll-behavior:smooth;width:100%}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox{display:flex;gap:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb{flex:0 0 auto;width:90px;height:90px;cursor:pointer;border:2px solid transparent;transition:border .3s ease}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb.active{border:1px solid #eee;border-radius:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox{width:100%;height:auto;display:flex;gap:20px;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox{position:relative;display:flex;flex-direction:column}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductTitle h3{font-size:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand{display:flex;gap:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox{margin-top:30px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox .productDescriptionTitle h3{font-size:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul{margin-top:20px;display:flex;flex-direction:column;gap:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li{list-style-type:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li p{font-size:14px;font-weight:400;text-align:start}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox:after{content:" ";position:absolute;width:100%;height:1px;background:#eee;bottom:-10px;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox{display:flex;flex-direction:column;gap:10px;padding:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox{display:flex;align-items:start;justify-content:space-between}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .priceTag h3{font-size:24px;font-weight:600}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon{display:flex;align-items:start;gap:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon svg{width:20px;height:20px;cursor:pointer}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .ProdcutName p{font-size:14px;font-weight:400;color:#525252}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime{display:flex;align-items:center;justify-content:space-between}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime p{font-size:11px;font-weight:400;color:#525252}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox{position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a{text-decoration:none;display:flex;align-items:center;gap:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg{width:45px;height:45px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg img{width:100%;height:100%;object-fit:cover}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a p{font-size:16px;width:calc(100% - 45px - 16px - 20px);font-weight:500;color:#000}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a{text-decoration:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button{border:none;outline:none;width:100%;height:45px;color:#000;background:#febd69;cursor:pointer}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button p{font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber{margin-top:0;display:flex;align-items:center;gap:15px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText{display:flex;align-items:center;gap:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText p{font-size:14px;font-weight:300;color:#007bff;border-bottom:1px solid #007bff}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productLocationBox{padding:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productLocationBox .locationBox iframe{border-radius:15px;width:100%;height:200px}.SingleProduct .relatedProductListMain{display:flex;flex-direction:column;margin-top:20px}.SingleProduct .relatedProductListMain .productHead h3{font-size:20px;font-weight:500}.SingleProduct .relatedProductListMain .relatedProductListBox{display:flex;gap:30px;overflow-x:auto;white-space:nowrap}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList{display:flex;flex-wrap:nowrap;gap:16px}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox{width:calc((100% - 48px) / 3);min-width:200px;position:relative}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink{text-decoration:none}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage{width:100%;height:150px;border-radius:5px!important;background:#f7f7f7}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;padding:10px!important;position:static!important;border-radius:15px!important;mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column;gap:10px}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productTitle{font-size:15px;font-weight:400;color:#000}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productPrice{font-size:16px;font-weight:600;color:#000}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productDescription{font-size:14px;font-weight:400;color:#000}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted,.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#000}}.SellerProfile{width:100%;padding:100px 0}.SellerProfile .userProfileBox{width:100%;display:flex;gap:40px}.SellerProfile .userProfileBox .userProfileMenuBox{width:30%}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu{border-radius:15px;padding:20px;position:-webkit-sticky;position:sticky;top:100px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px;gap:10px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg{display:flex;align-items:center;position:relative;width:100px;height:100px;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg img{width:100%;height:100%;object-fit:cover;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .userName p{font-size:24px;font-weight:600;text-align:center}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .MemberRegister{display:flex;align-items:center;gap:10px;justify-content:center}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .MemberRegister svg{width:12px;height:12px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .MemberRegister p{font-size:14px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .AboutUser{display:flex;align-items:flex-start;justify-content:flex-start;gap:10px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .AboutUser svg{width:40px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .AboutUser p{font-size:14px;font-weight:400;line-height:1.8}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .ReportUserBtn{display:flex;gap:10px;align-items:center;border:1px solid #febd69;border-radius:4px;width:100%;height:45px;justify-content:center;cursor:pointer;background:none;outline:none}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .ReportUserBtn svg{width:20px;height:20px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .ReportUserBtn p{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .ReportUserBtn:hover{background:#febd69}.SellerProfile .userProfileBox .ProductListMain{width:70%;padding:0;display:flex;flex-direction:column;min-height:90vh}.SellerProfile .userProfileBox .ProductListMain .productListBox{display:flex;gap:30px}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList{display:flex;flex-wrap:wrap;margin-top:40px;gap:16px}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox{width:calc((100% - 48px) / 4);position:relative;z-index:0}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage{width:100%;height:210px;border-radius:5px!important;background:#f7f7f7}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;padding:10px!important;position:static!important;border-radius:15px!important;mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite{position:absolute;top:10px;right:10px;font-size:20px;color:#aaa;z-index:2;width:30px;height:30px;background:white;display:flex;align-items:center;justify-content:center;border-radius:50%}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{font-size:16px;font-weight:400;color:#000;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{font-size:20px;font-weight:600;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{font-size:14px;font-weight:400;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted,.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#000}@media (max-width:1024px){.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList{display:flex;flex-wrap:wrap;margin-top:40px;gap:16px}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox{width:calc((100% - 48px) / 4);position:relative}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage{width:100%;height:220px;border-radius:5px!important;background:#f7f7f7}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;padding:10px!important;position:static!important;border-radius:15px!important;mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite{position:absolute;top:10px;right:10px;font-size:20px;color:#aaa;width:30px;height:30px;background:white;display:flex;align-items:center;justify-content:center;border-radius:50%}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{font-size:16px;font-weight:400;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{font-size:20px;font-weight:600;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{font-size:13px;font-weight:400;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted,.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#000}}@media (max-width:768px){.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList{display:flex;flex-wrap:wrap;margin-top:40px;gap:16px}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox{width:calc((100% - 32px) / 3);position:relative}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage{width:100%;height:170px;border-radius:5px!important;background:#f7f7f7}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;padding:10px!important;position:static!important;border-radius:15px!important;mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite{position:absolute;top:10px;right:10px;font-size:20px;color:#aaa;width:30px;height:30px;background:white;display:flex;align-items:center;justify-content:center;border-radius:50%}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{font-size:14px;font-weight:400;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{font-size:20px;font-weight:600;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{font-size:13px;font-weight:400;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted,.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#000}}@media (max-width:480px){.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList{display:flex;flex-wrap:wrap;margin-top:40px;gap:16px}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox{width:calc((100% - 16px) / 2);position:relative}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage{width:100%;height:180px;border-radius:5px!important;background:#f7f7f7}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;padding:10px!important;position:static!important;border-radius:15px!important;mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite{position:absolute;top:10px;right:10px;font-size:20px;color:#aaa;width:30px;height:30px;background:white;display:flex;align-items:center;justify-content:center;border-radius:50%}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{font-size:15px;font-weight:400;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{font-size:18px;font-weight:600;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{font-size:14px;font-weight:400;color:#000}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted,.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#000}}.SellerProfile .userProfileBox .ProductListMain .shopMore{display:flex;align-items:center;justify-content:center;margin-top:60px}.SellerProfile .userProfileBox .ProductListMain .shopMore:disabled{opacity:.5;cursor:block}.SellerProfile .userProfileBox .ProductListMain .shopMore button{width:200px;height:50px;border:none;outline:none;background:var(--buttonColor);border-radius:12px}.SellerProfile .userProfileBox .ProductListMain .shopMore button a{text-decoration:none;font-size:16px;font-weight:400;color:white}@media (max-width:1024px){.SellerProfile{padding:60px 0}.SellerProfile .ProductListMain{width:100%!important;padding:0;display:flex;flex-direction:column;min-height:90vh}.SellerProfile .userProfileBox{width:100%;display:flex;flex-direction:column;gap:15px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu{border:1px solid #eee;border-radius:15px;padding:20px;margin-top:50px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox{display:flex;align-items:center;flex-direction:column;gap:15px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg img{width:100%;height:100%;object-fit:cover}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userName span{font-size:12px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userName p{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList{margin-top:30px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li{list-style:none;display:flex;flex-direction:row;gap:15px;padding:10px 0;cursor:pointer;transition:background .3s ease}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li svg{width:20px;height:20px;color:#000}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p{font-size:16px;font-weight:400;color:#000;display:flex;align-items:center;gap:10px;margin:0}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p span{width:18px;height:18px;background:green;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList{margin-top:5px;padding-left:30px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li{font-size:14px;font-weight:400;color:#000;padding:5px 0}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li:hover{text-decoration:underline;color:#333}.SellerProfile .userProfileBox .userProfileMenuViewBox{width:100%;border:1px solid #eee;height:auto;border-radius:15px;padding:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox{display:flex;flex-direction:column;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo{margin-bottom:20px;display:flex;flex-direction:column;gap:15px;width:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation p,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo p{font-size:18px;font-weight:500}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation input,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation textarea,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo input,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation textarea,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo textarea{resize:none;height:80px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection{display:flex;gap:20px;align-items:center}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection .radioBtn,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection .radioBtn{display:flex;align-items:center;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection label,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection label{font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn{display:flex;align-items:center;justify-content:flex-end;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn button{width:150px;height:40px;font-size:16px;color:#000;background:#febd69;border:none;outline:none;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox{display:flex;flex-direction:column;gap:40px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn{display:flex;align-items:center;justify-content:flex-end;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn button{width:100px;height:40px;font-size:16px;color:#000;background:#febd69;border:none;outline:none;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox:hover{background:#eee}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox{display:flex;align-items:self-start;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox img{width:100%;height:100%;object-fit:cover;border-radius:5px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adPrice{font-size:16px;font-weight:600}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adTitle{font-size:14px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adLocation{font-size:11px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox{display:flex;align-items:center;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .activeBtn{width:10px;height:10px;background:green;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .soldBtn{background:orange;border-radius:50%;width:10px;height:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox p{font-size:13px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox{display:flex;align-items:center;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox{width:63px;height:50px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox img{width:100%;height:100%;object-fit:cover}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg h3{font-size:16px;font-weight:500}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg p{font-size:13px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox{display:flex;align-items:center;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox{width:62px;height:58px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox img{width:100%;height:100%;object-fit:cover}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg h3{font-size:16px;font-weight:500}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg p{font-size:14px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn{display:flex;align-items:center;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .onlineBtn{width:10px;height:10px;background:green;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .offlineBtn{width:10px;height:10px;background:red;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn p{font-size:12px}}@media (max-width:768px){.SellerProfile{padding:60px 0}.SellerProfile .userProfileBox{width:100%;display:flex;flex-direction:column;gap:15px}.SellerProfile .userProfileBox .userProfileMenuBox{width:100%}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu{border:1px solid #eee;border-radius:15px;padding:20px;margin-top:30px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox{display:flex;align-items:center;flex-direction:column;gap:15px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg img{width:100%;height:100%;object-fit:cover}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userName span{font-size:12px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userName p{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList{margin-top:30px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li{list-style:none;display:flex;flex-direction:row;gap:15px;padding:10px 0;cursor:pointer;transition:background .3s ease}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li svg{width:20px;height:20px;color:#000}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p{font-size:16px;font-weight:400;color:#000;display:flex;align-items:center;gap:10px;margin:0}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p span{width:18px;height:18px;background:green;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList{margin-top:5px;padding-left:30px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li{font-size:14px;font-weight:400;color:#000;padding:5px 0}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li:hover{text-decoration:underline;color:#333}.SellerProfile .userProfileBox .userProfileMenuViewBox{width:100%;border:1px solid #eee;height:auto;border-radius:15px;padding:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox{display:flex;flex-direction:column;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo{margin-bottom:20px;display:flex;flex-direction:column;gap:15px;width:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation p,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo p{font-size:18px;font-weight:500}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation input,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation textarea,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo input,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation textarea,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo textarea{resize:none;height:80px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection{display:flex;gap:20px;align-items:center}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection .radioBtn,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection .radioBtn{display:flex;align-items:center;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection label,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection label{font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn{display:flex;align-items:center;justify-content:flex-end;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn button{width:150px;height:40px;font-size:16px;color:#000;background:#febd69;border:none;outline:none;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox{display:flex;flex-direction:column;gap:40px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn{display:flex;align-items:center;justify-content:flex-end;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn button{width:100px;height:40px;font-size:16px;color:#000;background:#febd69;border:none;outline:none;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox:hover{background:#eee}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox{display:flex;align-items:self-start;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox img{width:100%;height:100%;object-fit:cover;border-radius:5px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adPrice{font-size:16px;font-weight:600}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adTitle{font-size:14px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adLocation{font-size:11px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox{display:flex;align-items:center;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .activeBtn{width:10px;height:10px;background:green;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .soldBtn{background:orange;border-radius:50%;width:10px;height:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox p{font-size:13px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox{display:flex;align-items:center;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox{width:63px;height:50px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox img{width:100%;height:100%;object-fit:cover}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg h3{font-size:16px;font-weight:500}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg p{font-size:13px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox{display:flex;align-items:center;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox{width:62px;height:58px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox img{width:100%;height:100%;object-fit:cover}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg h3{font-size:16px;font-weight:500}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg p{font-size:14px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn{display:flex;align-items:center;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .onlineBtn{width:10px;height:10px;background:green;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .offlineBtn{width:10px;height:10px;background:red;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn p{font-size:12px}}@media (max-width:480px){.SellerProfile{padding:60px 0}.SellerProfile .userProfileBox{width:100%;display:flex;flex-direction:column;gap:15px}.SellerProfile .userProfileBox .userProfileMenuBox{width:100%}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu{border:1px solid #eee;border-radius:15px;padding:20px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox{display:flex;align-items:center;flex-direction:column;gap:15px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg img{width:100%;height:100%;object-fit:cover}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userName span{font-size:12px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userName p{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList{margin-top:30px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li{list-style:none;display:flex;flex-direction:row;gap:15px;padding:10px 0;cursor:pointer;transition:background .3s ease}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li svg{width:20px;height:20px;color:#000}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p{font-size:16px;font-weight:400;color:#000;display:flex;align-items:center;gap:10px;margin:0}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p span{width:18px;height:18px;background:green;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList{margin-top:5px;padding-left:30px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li{font-size:14px;font-weight:400;color:#000;padding:5px 0}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li:hover{text-decoration:underline;color:#333}.SellerProfile .userProfileBox .userProfileMenuViewBox{display:none;width:100%;border:1px solid #eee;height:auto;border-radius:15px;padding:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox{display:flex;flex-direction:column;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo{margin-bottom:20px;display:flex;flex-direction:column;gap:15px;width:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation p,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo p{font-size:18px;font-weight:500}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation input,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation textarea,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo input,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation textarea,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo textarea{resize:none;height:80px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection{display:flex;gap:20px;align-items:center}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection .radioBtn,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection .radioBtn{display:flex;align-items:center;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection label,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection label{font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn{display:flex;align-items:center;justify-content:flex-end;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn button{width:150px;height:40px;font-size:16px;color:#000;background:#febd69;border:none;outline:none;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox{display:flex;flex-direction:column;gap:40px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn{display:flex;align-items:center;justify-content:flex-end;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn button{width:100px;height:40px;font-size:16px;color:#000;background:#febd69;border:none;outline:none;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox:hover{background:#eee}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox{display:flex;align-items:self-start;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox img{width:100%;height:100%;object-fit:cover;border-radius:5px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adPrice{font-size:16px;font-weight:600}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adTitle{font-size:14px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox .adLocation{font-size:11px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox{display:flex;align-items:center;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .activeBtn{width:10px;height:10px;background:green;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .soldBtn{background:orange;border-radius:50%;width:10px;height:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox p{font-size:13px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox{display:flex;align-items:center;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox{width:63px;height:50px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox img{width:100%;height:100%;object-fit:cover}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg h3{font-size:16px;font-weight:500}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg p{font-size:13px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox{display:flex;flex-direction:column;gap:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox{width:100%;border:1px solid #eee;border-radius:20px;padding:15px;display:flex;align-items:self-start;justify-content:space-between;cursor:pointer}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox{display:flex;align-items:center;gap:15px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox{width:62px;height:58px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox img{width:100%;height:100%;object-fit:cover}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg{display:flex;flex-direction:column;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg h3{font-size:16px;font-weight:500}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg p{font-size:14px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn{display:flex;align-items:center;gap:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .onlineBtn{width:10px;height:10px;background:green;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .offlineBtn{width:10px;height:10px;background:red;border-radius:50%}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn p{font-size:12px}}.wishlist{width:100%;padding:20px 0;margin-top:80px;min-height:100vh}@media (max-width:768px){.wishlist{padding:20px 0;margin-top:80px}}.wishlist .wishlistActions{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.wishlist .wishlistActions .deleteSelectedBtn,.wishlist .wishlistActions label{font-size:14px;display:flex;align-items:center;gap:6px}.wishlist .wishlistActions .deleteSelectedBtn{background-color:var(--buttonColor);color:#fff;padding:8px 14px;border:none;border-radius:6px;cursor:pointer}.wishlist .wishlistActions .deleteSelectedBtn:disabled{background:#ccc;cursor:not-allowed}.wishlist .wishlistContainerBox{display:flex;gap:20px;margin-top:20px;width:100%;flex-wrap:wrap}.wishlist .wishlistContainerBox .wishlistMainBox{display:flex;align-items:flex-start;gap:10px;width:calc(33.3333333333% - 14px);border:1px solid #eee;border-radius:12px;padding:15px}@media (max-width:1024px){.wishlist .wishlistContainerBox .wishlistMainBox{width:calc(50% - 14px)}}@media (max-width:768px){.wishlist .wishlistContainerBox .wishlistMainBox{width:100%}}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistCheckbox{margin-top:5px}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox{display:flex;align-items:flex-start;gap:15px;flex:1 1;text-decoration:none;color:#000}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adImgBox{width:100px;height:100px}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adImgBox img{width:100%;height:100%;object-fit:cover;border-radius:6px}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adDetailsBox{display:flex;flex-direction:column;gap:6px;flex:1 1;min-width:0}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adDetailsBox .adPrice{font-size:18px;font-weight:600}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adDetailsBox .adTitle{font-size:16px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adDetailsBox .adLocation{font-size:12px;color:#555}.deleteIcon{margin-left:auto;cursor:pointer;color:#d33;font-size:18px;transition:.3s}.deleteIcon:hover{color:#a00}.HomeRoomElectronics{width:100%;padding-top:60px}.HomeRoomElectronics .HomeRoomElectronicsMain{width:100%;background:white;padding:30px;border-radius:14px;display:flex;flex-wrap:wrap;gap:20px}@media (max-width:1300px){.HomeRoomElectronics .HomeRoomElectronicsMain{gap:40px}}@media (max-width:500px){.HomeRoomElectronics .HomeRoomElectronicsMain{padding:20px 10px}}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol{width:calc(50% - 10px);display:flex;flex-wrap:wrap}@media (max-width:1300px){.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol{width:100%}}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColHead{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColHead h2{font-size:24px;font-weight:600;text-align:center}@media (max-width:500px){.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColHead h2{font-size:20px}}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody{width:100%;margin-top:20px;display:flex;flex-wrap:wrap;gap:20px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox{width:calc(50% - 10px);height:290px;background:#eee;border-radius:14px;overflow:hidden;position:relative;z-index:0;transition:.3s;cursor:pointer}@media (max-width:600px){.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox{width:100%;height:200px}}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox:hover{transform:scale(1.05);transition:.3s}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox:hover .HomeRoomElectronicsThumbnail img{transform:scale(1) translateY(0);transition:.3s}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox .HomeRoomElectronicsThumbnail{position:absolute;z-index:-1;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox .HomeRoomElectronicsThumbnail img{width:100%;height:100%;object-fit:cover;transform:scale(1.05) translateY(5px);transition:.3s}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox .HomeRoomElectronicsDetails{width:100%;height:100%;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,.7411764706))}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox .HomeRoomElectronicsDetails h3{font-size:30px;color:white;font-weight:400;text-align:center}@media (max-width:768px){.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox .HomeRoomElectronicsDetails h3{font-size:26px}}@media (max-width:500px){.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox .HomeRoomElectronicsDetails h3{font-size:22px}}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox .HomeRoomElectronicsDetails button{background:none;color:white;border:none;outline:none;cursor:pointer;display:flex;align-items:center;gap:8px;margin-top:4px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox .HomeRoomElectronicsDetails button p{font-size:14px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsBox .HomeRoomElectronicsDetails button svg{width:18px;height:18px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .mainBox{height:600px}@media (max-width:680px){.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .mainBox{width:100%;height:290px}}@media (max-width:600px){.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .mainBox{height:200px}}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsColBodyMainCol{width:calc(50% - 10px);display:flex;flex-wrap:wrap;gap:20px}@media (max-width:680px){.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsColBodyMainCol{width:100%}}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsColBodyMainCol .HomeRoomElectronicsBox{width:100%}@media (max-width:680px){.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsColBodyMainCol .HomeRoomElectronicsBox{width:calc(50% - 10px)}}@media (max-width:600px){.HomeRoomElectronics .HomeRoomElectronicsMain .HomeRoomElectronicsCol .HomeRoomElectronicsColBody .HomeRoomElectronicsColBodyMainCol .HomeRoomElectronicsBox{width:100%}}.EntertainmentTools{width:100%;padding-top:60px}.EntertainmentTools .EntertainmentToolsMain{width:100%;display:flex;gap:50px}.EntertainmentTools .EntertainmentToolsMain .mobileRoomTitle{display:none}.EntertainmentTools .EntertainmentToolsMain .Entertainment{width:50%;display:flex;flex-wrap:wrap;gap:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{margin-bottom:20px;display:flex;align-items:center;justify-content:center;width:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle h3{font-size:24px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox{position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg{width:100%;height:100%;position:relative;border-radius:5px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{width:100%;height:100%;object-fit:cover;border-radius:5px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{font-size:24px;margin-bottom:10px}@media (max-width:1280px){.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{font-size:20px}}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentBtn{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:3;display:flex;justify-content:center;align-items:center;width:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentBtn button{background:transparent;color:#000;background:rgba(251,246,238,.7019607843);border-radius:7px;padding:10px;cursor:pointer;transition:background .3s ease,color .3s ease;display:flex;align-items:center;gap:20px;width:50%;justify-content:center;border:none}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentBtn button p{font-size:16px;font-weight:400}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentBtn button svg{width:16px;height:16px;transition:transform .3s ease}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentBtn button:hover{background:white;color:#000}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentBtn button:hover svg{transform:translateX(5px)}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1;border-radius:5px}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{width:50%;display:flex;gap:10px;flex-direction:column}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{margin-bottom:20px;display:flex;align-items:center;justify-content:center;width:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:24px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:100%;position:relative;border-radius:5px}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{width:100%;height:100%;object-fit:cover;border-radius:5px}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1;pointer-events:none;border-radius:5px}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2;white-space:nowrap}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{font-size:24px;margin:0}@media (max-width:1280px){.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{font-size:20px}}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .ToolsBtn{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:3;display:flex;justify-content:center;align-items:center;width:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .ToolsBtn button{background:transparent;color:#000;background:rgba(251,246,238,.7019607843);border-radius:7px;padding:10px;cursor:pointer;transition:background .3s ease,color .3s ease;display:flex;align-items:center;gap:20px;width:50%;justify-content:center;border:none}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .ToolsBtn button p{font-size:16px;font-weight:400}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .ToolsBtn button svg{width:16px;height:16px;transition:transform .3s ease}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .ToolsBtn button:hover{background:white;color:#000}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .ToolsBtn button:hover svg{transform:translateX(5px)}@media (max-width:1440px){.EntertainmentTools{width:100%}.EntertainmentTools .roomEntertainment{display:flex;align-items:center;justify-content:space-around}.EntertainmentTools .roomEntertainment .roomTitle{margin-bottom:20px}.EntertainmentTools .roomEntertainment .roomTitle h3{font-size:20px;font-weight:600;padding-left:25px}}@media (max-width:1024px){.EntertainmentTools{width:100%;padding-top:60px}.EntertainmentTools .EntertainmentToolsMain{width:100%;display:flex;gap:15px}.EntertainmentTools .EntertainmentToolsMain .Entertainment{width:100%;display:flex;flex-wrap:wrap;gap:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{margin-bottom:0;display:flex;align-items:center;justify-content:center;width:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle h3{font-size:20px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox{position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg{width:100%;height:100%;overflow:hidden;position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{width:100%;height:100%;object-fit:cover}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{font-size:20px;margin-bottom:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{width:100%;display:flex;gap:10px}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{margin-bottom:0;display:flex;align-items:center;justify-content:center;width:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:20px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:100%;overflow:hidden;position:relative}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{width:100%;height:100%;object-fit:cover}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1;pointer-events:none}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2;white-space:nowrap}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{font-size:20px;margin:0}}@media (max-width:768px){.EntertainmentTools{width:100%;padding-top:40px}.EntertainmentTools .EntertainmentToolsMain{width:100%;display:flex;gap:15px}.EntertainmentTools .EntertainmentToolsMain .Entertainment{width:100%;display:flex;flex-wrap:wrap;gap:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{margin-bottom:0;display:flex;align-items:center;justify-content:center;width:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle h3{font-size:18px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox{position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg{width:100%;height:100%;overflow:hidden;position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{width:100%;height:100%;object-fit:cover}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{font-size:20px;margin-bottom:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{width:100%;display:flex;gap:10px}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{margin-bottom:0;display:flex;align-items:center;justify-content:center;width:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:18px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:100%;overflow:hidden;position:relative}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{width:100%;height:100%;object-fit:cover}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1;pointer-events:none}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2;white-space:nowrap}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{font-size:20px;margin:0}}@media (max-width:540px){.EntertainmentTools{width:100%;padding-top:40px}.EntertainmentTools .EntertainmentToolsMain{width:100%;display:flex;gap:15px}.EntertainmentTools .EntertainmentToolsMain .Entertainment{width:100%;display:flex;flex-wrap:wrap;gap:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{margin-bottom:16px;display:flex;align-items:center;justify-content:center;width:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle h3{font-size:16px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox{position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg{width:100%;height:200px;overflow:hidden;position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{width:100%;height:100%;object-fit:cover}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{font-size:18px;margin-bottom:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{width:100%;display:flex;gap:10px}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{margin-bottom:20px;display:flex;align-items:center;justify-content:center;width:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:16px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:200px;overflow:hidden;position:relative}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{width:100%;height:100%;object-fit:cover}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1;pointer-events:none}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2;white-space:nowrap}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{font-size:18px;margin:0}}@media (max-width:480px){.EntertainmentTools{width:100%;padding-top:40px}.EntertainmentTools .roomEntertainment{display:flex;align-items:center;justify-content:space-around;display:none}.EntertainmentTools .EntertainmentToolsMain{width:100%;display:flex;gap:10px;flex-direction:column}.EntertainmentTools .EntertainmentToolsMain .Entertainment{width:100%;display:flex;flex-wrap:wrap;gap:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{margin-bottom:0;display:flex;align-items:center;justify-content:flex-start;width:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle h3{font-size:18px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox{position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg{width:100%;height:100%;overflow:hidden;position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{width:100%;height:100%;object-fit:cover}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{font-size:16px;margin-bottom:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{width:100%;display:flex;gap:10px}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{margin-bottom:0;display:flex;align-items:center;justify-content:flex-start;width:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:18px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:100%;overflow:hidden;position:relative}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{width:100%;height:100%;object-fit:cover}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1;pointer-events:none}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2;white-space:nowrap}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{font-size:16px;margin:0}}@media (max-width:344px){.EntertainmentTools{width:100%}.EntertainmentTools .roomEntertainment{display:flex;align-items:center;justify-content:space-around;display:none}.EntertainmentTools .EntertainmentToolsMain{width:100%;display:flex;gap:15px;flex-direction:column}.EntertainmentTools .EntertainmentToolsMain .Entertainment{width:100%;display:flex;flex-wrap:wrap;gap:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{margin-bottom:10px;display:flex;align-items:center;justify-content:flex-start;width:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle h3{font-size:20px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox{position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg{width:100%;height:100%;overflow:hidden;position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{width:100%;height:100%;object-fit:cover}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{font-size:14px;margin-bottom:10px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{width:100%;display:flex;gap:10px}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{margin-bottom:10px;display:flex;align-items:center;justify-content:flex-start;width:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:20px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:100%;overflow:hidden;position:relative}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{width:100%;height:100%;object-fit:cover}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1;pointer-events:none}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white;z-index:2;white-space:nowrap}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{font-size:14px;margin:0}}.ProductListMain{padding:20px 0;display:flex;flex-direction:column;min-height:90vh}@media (max-width:768px){.ProductListMain{padding:20px 0;margin-top:60px}}@media (max-width:480px){.ProductListMain{padding:20px 0;margin-top:60px}}.ProductListMain .dummySelectedFilter{display:flex;gap:20px;width:100%;height:37px}@media (max-width:1024px){.ProductListMain .dummySelectedFilter{margin-top:20px}}.ProductListMain .dummySelectedFilter .dummyDIV{width:350px}@media (max-width:1024px){.ProductListMain .dummySelectedFilter .dummyDIV{display:none}}.ProductListMain .dummySelectedFilter .selectedFilterSortBox{width:calc(100% - 20px - 350px);display:flex;align-items:center;justify-content:space-between}@media (max-width:1024px){.ProductListMain .dummySelectedFilter .selectedFilterSortBox{width:100%}}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .mobileFilterButton{display:none}@media (max-width:1024px){.ProductListMain .dummySelectedFilter .selectedFilterSortBox .mobileFilterButton{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:var(--buttonColor);color:white;border-radius:4px;cursor:pointer}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .mobileFilterButton svg{font-size:20px}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .mobileFilterButton span{font-size:14px}}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop{display:flex;gap:8px;align-items:center}@media (max-width:1024px){.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop{display:none}}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .filterResultsDesktopMain{display:flex;gap:8px;align-items:center;white-space:nowrap;overflow-x:auto}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .filterResultsDesktopMain .selectedFilterBox{display:flex;align-items:center;padding:5px 10px;gap:10px;border-radius:25px;border:1px solid var(--buttonColor);cursor:pointer}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .filterResultsDesktopMain .selectedFilterBox:hover{background:var(--buttonColor);color:white}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .filterResultsDesktopMain .selectedFilterBox svg{cursor:pointer}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .selectedFilterClearBtn{padding:5px 10px;border-radius:25px;background-color:var(--buttonColor);color:white;cursor:pointer}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .selectedFilterClearBtn:hover{background-color:var(--buttonColor)}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy{margin-left:auto;margin-right:0;padding:8px 12px;border:1px solid #ccc;border-radius:6px;font-size:14px;background-color:#fff;display:inline-block;min-width:180px}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect{position:relative;width:auto;font-size:15px;font-weight:400}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect .selectedOption{display:flex;justify-content:flex-end;align-items:start;padding:0 10px;cursor:pointer;background-color:white;gap:20px}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect .selectedOption .arrow{font-size:22px;color:#333;display:flex;align-items:self-start}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect .dropdownOptions{list-style:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;z-index:1000;transition:max-height .3s ease-in-out;margin:10px 0 0;box-shadow:0 8px 24px rgba(149,157,165,.2);padding:10px}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect .dropdownOptions li{padding:10px;cursor:pointer;font-size:13px}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect .dropdownOptions li:hover{background-color:var(--buttonColor);color:white;border-radius:8px}.ProductListMain .productListBox{display:flex;gap:20px;position:relative}.ProductListMain .productListBox .filterBoxDesktop .filterBox{margin-top:10px;width:350px;padding:20px;border-radius:14px;min-height:calc(100vh - 250px);background:#f9f9f9;display:flex;flex-direction:column;gap:15px;position:-webkit-sticky;position:sticky;top:100px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterHead{display:flex;align-items:center;justify-content:space-between}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterHead h2{font-size:20px;font-weight:400;color:#000}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown{background:white;border-radius:12px;padding:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownHeader{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownHeader p{font-size:16px;font-weight:400;color:#000;margin:0}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownHeader .arrow{font-size:20px;color:#333;transition:transform .2s ease}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent{margin-top:10px;transition:all .3s ease;position:relative}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .clearButton{background:none;border:none;color:var(--buttonColor);font-size:13px;font-weight:500;cursor:pointer;padding:5px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox{position:relative;flex:1 1;margin-right:10px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox .searchIcon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox input{width:100%;padding:8px 10px 8px 35px;border:1px solid #ddd;border-radius:4px;font-size:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox input:focus{outline:none;border-color:var(--buttonColor)}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .clearButton{background:none;border:none;color:var(--buttonColor);font-size:13px;font-weight:500;cursor:pointer;padding:5px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList{width:100%;display:flex;flex-direction:column;gap:5px;max-height:300px;overflow-y:auto}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList::-webkit-scrollbar{width:2px;height:2px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem{padding:8px 10px;cursor:pointer;font-size:14px;transition:background-color .2s;border-radius:4px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem:hover{background-color:#f5f5f5}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem.selected{background-color:#e6f2ff;color:var(--buttonColor);font-weight:500}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem{display:flex;align-items:flex-start;cursor:pointer}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .radioConditionUsed{display:flex;align-items:center}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed label,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .radioConditionUsed label{font-size:14px;cursor:pointer;flex:1 1}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed input[type=radio],.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem input[type=checkbox],.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem input[type=radio],.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .radioConditionUsed input[type=radio],.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input[type=checkbox],.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input[type=radio]{margin-right:10px;width:16px;height:16px;cursor:pointer}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem input,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input{display:none}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem input:checked~label .icon,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input:checked~label .icon{background:var(--primaryBtnColor);border-color:#26b03d}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem input:checked~label .icon:after,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input:checked~label .icon:after{display:block}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem label,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem label{font-size:14px;cursor:pointer;flex:1 1;display:flex;align-items:flex-start;gap:10px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem label .icon,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem label .icon{width:25px;height:25px;border:1px solid #ddd;display:flex;justify-content:center;align-items:center;position:relative;border-radius:4px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem label .icon:after,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem label .icon:after{position:absolute;content:"";top:0;width:8px;height:15px;border-bottom:2px solid white;border-right:2px solid white;transform:rotate(30deg);display:none}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem label .labelText,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem label .labelText{width:calc(100% - 35px);font-size:14px;margin-top:5px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem{margin-bottom:5px;position:relative;display:flex;flex-direction:column}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .subConditions{margin-top:5px;padding-left:5px;border-left:2px solid #eee;width:calc(100% - 25px);display:block}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .subConditions .radioItem{flex-direction:row}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .subConditions .radioItem input[type=radio]{margin-right:10px;width:16px;height:16px;cursor:pointer}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .noResults{padding:10px;font-size:13px;color:#999;text-align:center}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceRangeHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceRangeHeader p{font-size:13px;color:#000;margin:0}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceRangeHeader .clearButton{background:none;border:none;color:var(--buttonColor);font-size:13px;font-weight:500;cursor:pointer;padding:5px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceRangeHeader .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;padding:5px;width:45%}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput span{font-size:14px;margin-right:5px;color:#666}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput span a{color:inherit;text-decoration:none}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput input{width:100%;border:none;outline:none;font-size:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs .priceDivider{margin:0 5px;color:#666}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceRangeSlider{margin:15px 0;width:100%;padding:0 5px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox{background:white;border-radius:12px;padding:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox label{display:block;font-size:16px;font-weight:400;color:#000;margin-bottom:10px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper{position:relative}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper .searchIcon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper .clearIcon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#999;cursor:pointer}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper .clearIcon:hover{color:#666}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper input{width:100%;padding:8px 35px;border:1px solid #ddd;border-radius:4px;font-size:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper input:focus{outline:none;border-color:var(--buttonColor)}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchSuggestions{margin-top:5px;border:1px solid #eee;border-radius:4px;max-height:200px;overflow-y:auto}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchSuggestions .suggestionItem{padding:8px 15px;font-size:14px;cursor:pointer;transition:background-color .2s}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchSuggestions .suggestionItem:hover{background-color:#f5f5f5}@media (max-width:1024px){.ProductListMain .productListBox .filterBoxDesktop{display:none}}.ProductListMain .productListBox .mobileFilterOverlay{display:none}@media (max-width:1024px){.ProductListMain .productListBox .mobileFilterOverlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999}}.ProductListMain .productListBox .mobileFilterPopup{display:none}@media (max-width:1024px){.ProductListMain .productListBox .mobileFilterPopup{display:block;position:fixed;bottom:0;left:0;right:0;background:white;z-index:1000;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.1);animation:slideUp .3s ease-out;max-height:80vh;overflow-y:auto}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterHeader{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #eee}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterHeader h3{font-size:18px;font-weight:500;margin:0}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterHeader svg{font-size:24px;cursor:pointer}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent{padding:16px;max-height:60vh;overflow-y:auto}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox{margin-top:0;width:100%;padding:0;border:none}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterHead{display:none;align-items:center;justify-content:space-between;margin-bottom:20px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterHead h2{font-size:20px;font-weight:400;color:#000}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown{margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:15px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownHeader{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownHeader p{font-size:16px;font-weight:400;color:#000;margin:0}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownHeader .arrow{font-size:20px;color:#333;transition:transform .2s ease}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent{margin-top:10px;transition:all .3s ease;max-height:300px;overflow-y:auto;position:relative}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .clearButton{background:none;border:none;color:var(--buttonColor);font-size:13px;font-weight:500;cursor:pointer;padding:5px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox{position:relative;flex:1 1;margin-right:10px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox .searchIcon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox input{width:100%;padding:8px 10px 8px 35px;border:1px solid #ddd;border-radius:4px;font-size:14px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox input:focus{outline:none;border-color:var(--buttonColor)}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .clearButton{background:none;border:none;color:var(--buttonColor);font-size:13px;font-weight:500;cursor:pointer;padding:5px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList{display:flex;flex-direction:column;gap:5px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem{padding:8px 10px;cursor:pointer;font-size:14px;transition:background-color .2s;border-radius:4px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem:hover{background-color:#f5f5f5}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem.selected{background-color:#e6f2ff;color:var(--buttonColor);font-weight:500}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem{display:flex;align-items:flex-start;cursor:pointer}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .radioConditionUsed{display:flex;align-items:center}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed label,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .radioConditionUsed label{font-size:14px;cursor:pointer;flex:1 1}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed input[type=radio],.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem input[type=checkbox],.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem input[type=radio],.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .radioConditionUsed input[type=radio],.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input[type=checkbox],.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input[type=radio]{margin-right:10px;width:16px;height:16px;cursor:pointer}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem input,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input{display:none}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem input:checked~label .icon,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input:checked~label .icon{background:var(--primaryBtnColor);border-color:#26b03d}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem input:checked~label .icon:after,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input:checked~label .icon:after{display:block}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem label,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem label{font-size:14px;cursor:pointer;flex:1 1;display:flex;align-items:flex-start;gap:10px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem label .icon,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem label .icon{width:25px;height:25px;border:1px solid #ddd;display:flex;justify-content:center;align-items:center;position:relative;border-radius:4px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem label .icon:after,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem label .icon:after{position:absolute;content:"";top:0;width:8px;height:15px;border-bottom:2px solid white;border-right:2px solid white;transform:rotate(30deg);display:none}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem label .labelText,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem label .labelText{width:calc(100% - 35px);font-size:14px;margin-top:5px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem{margin-bottom:5px;position:relative;display:flex;flex-direction:column}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .subConditions{margin-top:5px;padding-left:5px;border-left:2px solid #eee;width:calc(100% - 25px);display:block}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .subConditions .radioItem{flex-direction:row}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .subConditions .radioItem input[type=radio]{margin-right:10px;width:16px;height:16px;cursor:pointer}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .noResults{padding:10px;font-size:13px;color:#999;text-align:center}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceRangeHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceRangeHeader p{font-size:13px;color:#000;margin:0}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceRangeHeader .clearButton{background:none;border:none;color:var(--buttonColor);font-size:13px;font-weight:500;cursor:pointer;padding:5px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceRangeHeader .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceInputs{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;padding:5px;width:45%}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput span{font-size:14px;margin-right:5px;color:#666}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput input{width:100%;border:none;outline:none;font-size:14px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceInputs .priceDivider{margin:0 5px;color:#666}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceRangeSlider{margin:15px 0;width:100%;padding:0 5px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox{margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:15px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox label{display:block;font-size:16px;font-weight:400;color:#000;margin-bottom:10px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper{position:relative}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper .searchIcon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper .clearIcon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#999;cursor:pointer}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper .clearIcon:hover{color:#666}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper input{width:100%;padding:8px 35px;border:1px solid #ddd;border-radius:4px;font-size:14px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper input:focus{outline:none;border-color:var(--buttonColor)}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchSuggestions{margin-top:5px;border:1px solid #eee;border-radius:4px;max-height:200px;overflow-y:auto}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchSuggestions .suggestionItem{padding:8px 15px;font-size:14px;cursor:pointer;transition:background-color .2s}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchSuggestions .suggestionItem:hover{background-color:#f5f5f5}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterFooter{display:flex;padding:16px;border-top:1px solid #eee;gap:14px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterFooter button{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;white-space:nowrap}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterFooter button.clearBtn{background:#f5f5f5;color:#333;border:none}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterFooter button.applyBtn{background:var(--buttonColor);color:white;border:none;width:100%}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ProductListMain .productListBox .productSelectedFilter{width:calc(100% - 20px - 350px);display:flex;flex-direction:column}@media (max-width:1024px){.ProductListMain .productListBox .productSelectedFilter{width:100%}}.ProductListMain .productListBox .productSelectedFilter .ProductList{display:flex;flex-wrap:wrap;margin-top:10px;column-gap:16px;row-gap:32px}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox{position:relative;z-index:0;width:calc(20% - 13px);transition:.3s}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox:hover{transition:.3s;transform:scale(.98)}@media (max-width:1600px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox{width:calc(25% - 12px)}}@media (max-width:1300px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox{width:calc(33.3333333333% - 11px)}}@media (max-width:1150px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox{width:calc(50% - 8px)}}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxLink{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxImage{width:100%;aspect-ratio:2/2}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxImage img{width:100%!important;height:100%!important;object-fit:cover!important;position:static!important;border-radius:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productFavorite{position:absolute;z-index:2;top:10px;right:10px;width:40px;height:40px;border-radius:50px;background:white;border:1px solid #eee;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productFavorite:hover{transition:.3s;background:#f3f5f6}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productFavorite svg{width:20px;height:20px}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails{padding:10px 0;display:flex;flex-direction:column;position:relative;z-index:0}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{font-size:16px;font-weight:400;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:500px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{font-size:12px}}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{font-size:20px;font-weight:600;color:#000;margin-top:10px}@media (max-width:500px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{font-size:16px}}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{font-size:14px;font-weight:400;color:#000;white-space:normal;overflow-wrap:anywhere}@media (max-width:500px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{font-size:12px}}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{display:flex;align-items:center;justify-content:space-between;white-space:nowrap;gap:20px;margin-top:10px}@media (max-width:500px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{flex-direction:column;gap:5px;align-items:flex-start;justify-content:inherit;margin-top:5px}}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:12px;font-weight:400;color:#353535;text-overflow:ellipsis;overflow:hidden}@media (max-width:500px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation{font-size:10px}}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{font-size:12px;font-weight:400;color:#353535}@media (max-width:500px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{font-size:10px}}.ProductListMain .shopMore{display:flex;align-items:center;justify-content:center;margin-top:60px;width:100%}.ProductListMain .shopMore a,.ProductListMain .shopMore button{border:1px solid var(--buttonColor);border-radius:12px;width:200px;height:50px;outline:none;background:none;cursor:pointer;font-size:16px;text-decoration:none;font-weight:400;color:#000;transition:.3s;display:flex;justify-content:center;align-items:center}.ProductListMain .shopMore a:hover,.ProductListMain .shopMore button:hover{transition:.3s;background:var(--buttonColor);color:white}.errorText{font-size:15px!important;color:red;font-weight:400;width:100%;text-align:center;padding:20px}.navCategory ul .categoriesDropdown{position:relative}.navCategory ul .categoriesDropdown a{display:flex;align-items:center;gap:5px}.navCategory ul .categoriesDropdown a .hot{color:#ff0000;font-size:12px;margin-left:5px}.navCategory ul .categoriesDropdown a .dropdownIcon{transition:transform .3s ease}.navCategory ul .categoriesDropdown a .dropdownIcon.rotate{transform:rotate(180deg)}.navCategory ul .categoriesDropdown .categoryBox{position:absolute;top:130%;left:60%;right:40%;transform:translateX(-50%);background:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.1);padding:20px;width:600px;display:flex;gap:10px;z-index:100;flex-wrap:wrap}.navCategory ul .categoriesDropdown .categoryBox .categoryColumn{width:calc(37.333333% - 30px)}.navCategory ul .categoriesDropdown .categoryBox .categoryColumn h3{font-size:16px;font-weight:600;color:#333;padding-bottom:5px;border-bottom:1px solid #eee}.navCategory ul .categoriesDropdown .categoryBox .categoryColumn ul{display:flex;flex-direction:column;gap:0!important}.navCategory ul .categoriesDropdown .categoryBox .categoryColumn ul li a{color:#555;font-size:14px;transition:color .2s;text-decoration:none;display:block;padding:5px 0 3px}.navCategory ul .categoriesDropdown .categoryBox .categoryColumn ul li a:hover{color:var(--buttonColor)}@media (max-width:1024px){.navCategory ul .categoriesDropdown .categoryBox{display:none}}.error-message{color:#ff0000;font-size:14px;margin-top:5px;display:block}input.error,textarea.error{border-color:#ff0000!important}.error{color:#ff0000}#wishtlistbox1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:auto;text-align:center;padding:20px}#wishlistbox2{margin-bottom:16px}#wishlistbox2 img{max-width:100%;height:auto}@media (max-width:480px){.notificationItem{padding:8px;font-size:17px}}@media (max-width:780px){.notificationItem{padding:8px;font-size:20px}}@media (max-width:1024px){.notificationItem{padding:8px;font-size:20px}}.clearAllBtn{padding:8px 15px 20px;color:var(--buttonColor);border:none;cursor:pointer;outline:none;background:none;font-size:15px;font-weight:500;line-height:1.5;border-radius:5px;transition:background-color .2s}.active-subcategory{color:#9f1a65!important;padding:4px 8px;border-radius:4px;display:inline-block}@media (max-width:400px){.breadcrumbs-current{color:#000;font-size:12px}}@media (max-width:562px){.ProductListMain .filterResultsDesktop{flex-wrap:wrap;justify-content:flex-start}.ProductListMain .filterResultsDesktop .filterResultsDesktopMain{flex-wrap:wrap;gap:8px}.ProductListMain .filterResultsDesktop .filterResultsDesktopMain .selectedFilterBox{font-size:14px;padding:6px 10px}.ProductListMain .filterResultsDesktop .selectedFilterClearBtn{margin-top:10px;font-size:14px}.ProductListMain .sortBy .customSelect{width:100%}.ProductListMain .sortBy .customSelect .selectedOption{justify-content:space-between;padding:10px 12px;font-size:14px}.ProductListMain .sortBy .customSelect .dropdownOptions{font-size:14px}.ProductListMain .mobileFilterButton{display:flex;align-items:center;gap:8px;font-size:14px}.ProductListMain .noDataFound{text-align:center}.ProductListMain .noDataFound p{font-size:16px;padding:10px 20px}}.activeNavLink{color:black!important;font-weight:600}.productLocation{width:105px}.productDatePosted,.productLocation{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.inactiveUsers{opacity:.5}.pageLoader{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;background:rgba(255,255,255,.7);display:flex;justify-content:center;align-items:center}.spinner{width:40px;height:40px;border:4px solid #ddd;border-top:4px solid var(--buttonColor);border-radius:50%;animation:spin .8s linear infinite;color:green}@keyframes spin{to{transform:rotate(1turn)}}.terms{padding:60px 20px}.terms__container{max-width:900px;margin:0 auto;font-family:Arial,sans-serif;line-height:1.7;color:#333}.terms__title{font-size:2.5rem;margin-top:50px}.terms__section{margin-bottom:30px}.terms__section h2{font-size:1.5rem;margin-bottom:10px;color:#222}.terms__section ul{padding-left:20px}.terms__section ul li{margin-bottom:8px}@media (max-width:500px){.mobilecategory{justify-content:flex-start!important}}.privacy{max-width:100%;padding:30px;background-color:#fefefe;border-radius:10px;font-family:Segoe UI,sans-serif;color:#333;margin:100px auto 60px}.privacy h1{font-size:32px;margin-bottom:20px;color:#111}.privacy h2{font-size:24px;margin-top:30px;margin-bottom:10px;color:#222}.privacy p{margin:10px 0;line-height:1.6}.privacy ul{margin:10px 0 20px 20px;list-style-type:disc}.privacy ul li{margin-bottom:10px}@media (max-width:768px){.privacy{padding:20px}.privacy h1{font-size:26px}.privacy h2{font-size:20px}}.faq{max-width:100%;margin:60px auto;padding:30px;background-color:#fff;font-family:Segoe UI,sans-serif;color:#333}.faq h1{font-size:32px;font-weight:700;margin-bottom:30px;color:#111;text-align:center}.faq section{margin-bottom:40px}.faq section h2{font-size:24px;color:#222}.faq section .faqItem,.faq section h2{margin-bottom:20px}.faq section .faqItem .question{font-weight:600;margin-bottom:5px}.faq section .faqItem .answer{line-height:1.6}@media (max-width:768px){.faq{padding:20px}.faq h1{font-size:26px}.faq section h2{font-size:20px}.faq section .faqItem .question{font-size:16px}.faq section .faqItem .answer{font-size:15px}}@media (max-width:420px){.faq{padding:15px}.faq h1{font-size:22px}.faq section h2{font-size:18px}.faq section .faqItem .question{font-size:15px}.faq section .faqItem .answer{font-size:14px}}.navDummy{height:60px;width:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:400% 100%;animation:shimmer 1.2s ease-in-out infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.popupContent{height:500px}.sellFormHome{min-height:100vh!important;position:relative}.flinks{font-size:12px}@media (max-width:600px){.singleImgInbox{width:60px!important;height:60px!important}.singleImgInbox img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important;display:block!important}.onlineStatus{bottom:10px}}@media (max-width:500px){.singleImgInbox{width:50px!important;height:45px!important}.singleImgInbox img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important;display:block!important;width:50px!important;height:50px!important}.onlineStatus{bottom:7px}}.Chat{min-height:100vh}.no-chats-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100% - 60px);text-align:center;padding:2rem;color:#666}.no-chats-container .no-chats-image{margin-bottom:1.5rem;opacity:.7}.no-chats-container .no-chats-image img{max-width:200px;height:auto}.no-chats-container h3{font-size:1.2rem;font-weight:500;margin-bottom:.5rem;color:#333}.no-chats-container p{font-size:.9rem;max-width:80%;margin:0 auto;line-height:1.4}.no-active-chat{flex:1 1;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;height:100%}.no-active-chat.hide-on-mobile{display:none}.no-active-chat .no-chat-selected{text-align:center;padding:2rem;color:#666}.no-active-chat .no-chat-selected .no-chat-image{margin-bottom:1.5rem;opacity:.7}.no-active-chat .no-chat-selected .no-chat-image img{max-width:250px;height:auto}.no-active-chat .no-chat-selected h3{font-size:1.3rem;font-weight:500;margin-bottom:.5rem;color:#333}.no-active-chat .no-chat-selected p{font-size:.95rem;max-width:80%;margin:0 auto;line-height:1.4}@media (max-width:768px){.no-chats-container{padding:1.5rem}.no-chats-container .no-chats-image img{max-width:150px}.no-chats-container h3{font-size:1.1rem}.no-active-chat .no-chat-selected{padding:1.5rem}.no-active-chat .no-chat-selected .no-chat-image img{max-width:400px;width:400px}.no-active-chat .no-chat-selected h3{font-size:1.2rem}}.termsModalOverlay{position:fixed;top:0;left:0;width:100vw;height:100vh;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.3);z-index:9999;display:flex;justify-content:center;align-items:center}.termsModalOverlay .termsModalBox{background:white;width:90%;max-width:800px;height:90vh;border-radius:12px;padding:30px;overflow-y:auto;position:relative}.termsModalOverlay .termsModalBox .closedBtn{position:absolute;top:15px;right:20px;background:transparent;border:none;font-size:24px;cursor:pointer}.termsModalOverlay .termsModalBox .terms__title{text-align:center;font-size:28px;font-weight:700;margin-bottom:20px}.termsModalOverlay .termsModalBox .terms__section{margin-bottom:30px}.termsModalOverlay .termsModalBox .terms__section h2{font-size:20px;font-weight:600;margin-bottom:10px}.termsModalOverlay .termsModalBox .terms__section h4{font-size:16px;font-weight:500;margin-top:10px;margin-bottom:5px}.termsModalOverlay .termsModalBox .terms__section ul{margin-left:20px;list-style-type:disc}.termsModalOverlay .termsModalBox .terms__section p{margin-bottom:10px}.termsModalOverlay .termsModalBox a{color:#0070f3;text-decoration:underline}.ProductListMain{min-height:100vh;margin-top:100px}.loadProduct,.loadproduct2,.myAdsContainer,.sellFormHome,.sellload{min-height:100vh}.noProductsContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:40px 0;text-align:center}.noProductsImage{width:150px;height:auto;margin-bottom:16px;opacity:.8}.noProductsMessage{font-size:18px;font-weight:500;color:#666}.unreadBadge1{display:inline-block;width:10px;height:10px;background-color:#28a745;border-radius:50%;position:relative;top:10px}.showNumberTexts{display:flex;align-items:center;gap:8px;font-size:16px;position:relative}.showNumberTexts span{display:flex;align-items:center;gap:2px}.showNumberTexts svg{width:8px!important;height:8px!important}.showNumberTexts .infoWrapper{width:32px;height:32px;border-radius:50%;background:#d5e4f3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.showNumberTexts .infoWrapper .infoIcon{width:18px!important;height:18px!important;color:var(--buttonColor,#555)}.showNumberTexts .infoWrapper:hover{background:#e0e0e0}.showNumberTexts .popupBox{position:absolute;bottom:calc(100% + 10px);left:70%;background:#333;color:#fff;padding:10px 14px;border-radius:12px;font-size:14px;max-width:250px;min-width:200px;white-space:normal;word-wrap:break-word;line-height:1.4;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.15)}.showNumberTexts .popupBox p{color:white!important}.showNumberTexts .popupBox:after{content:"";position:absolute;top:100%;left:0;transform:translateX(100%);border:6px solid transparent;border-top-color:#333}.wishlistMainBox{position:relative;display:flex;align-items:center;gap:10px;margin-bottom:20px;background:#fff;padding:12px;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.soldStamp{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-20deg);background:rgba(255,0,0,.1);color:#d33;font-size:24px;font-weight:700;border:2px solid #d33;padding:6px 18px;border-radius:8px;text-transform:uppercase;pointer-events:none;z-index:5}.wishlistBox.disabled{pointer-events:none;opacity:.5}.error-popup-container{display:flex;justify-content:center;align-items:center;padding:40px}.error-popup-container .error-popup-trigger-btn{background:#9f1a65;color:#fff;border:none;padding:12px 22px;border-radius:8px;cursor:pointer;font-weight:600;font-size:15px;letter-spacing:.5px;box-shadow:0 4px 12px rgba(159,26,101,.3);transition:.3s ease}.error-popup-container .error-popup-trigger-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(159,26,101,.4)}.error-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.error-popup-overlay .error-popup-box{background:rgba(255,255,255,.95);padding:35px 30px;border-radius:16px;max-width:380px;width:100%;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.25);position:relative;animation:popupEnter .35s ease}.error-popup-overlay .error-popup-box .error-popup-close-btn{position:absolute;top:14px;right:14px;background:transparent;border:none;cursor:pointer;color:#9f1a65;font-size:24px;transition:.2s ease}.error-popup-overlay .error-popup-box .error-popup-close-btn:hover{transform:scale(1.2)}.error-popup-overlay .error-popup-box .error-popup-icon{font-size:50px;color:red;margin-bottom:15px}.error-popup-overlay .error-popup-box .error-popup-title{font-size:20px;font-weight:700;color:#222;margin-bottom:8px}.error-popup-overlay .error-popup-box .error-popup-message{color:#444;font-size:15px;margin:10px 0 20px;line-height:1.5}.error-popup-overlay .error-popup-box .error-popup-home-btn{background:var(--primaryBtnColor);color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:15px;transition:.3s ease}.error-popup-overlay .error-popup-box .error-popup-home-btn:hover{transform:translateY(-2px)}@keyframes popupEnter{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.help-center-container{padding-top:80px;min-height:100vh;background:white;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.help-center-wrapper{display:flex;max-width:1200px;margin:0 auto;border-radius:8px;overflow:hidden}@media (max-width:768px){.help-center-wrapper{flex-direction:column}}.help-center-sidebar{width:280px;background:#fff;border-right:1px solid #eaeaea;padding:20px 0}@media (max-width:768px){.help-center-sidebar{width:100%;border-right:none;border-bottom:1px solid #eaeaea}}.help-center-sidebar__title{background:var(--buttonColor,#4a6cf7);color:#fff;padding:15px 20px;margin:0 0 20px;font-size:18px;text-align:center;border-radius:0}@media (max-width:768px){.help-center-sidebar__title{margin-bottom:10px}}.help-center-sidebar__item{display:flex;align-items:center;gap:12px;padding:14px 20px;cursor:pointer;transition:all .3s ease;border-left:4px solid transparent}.help-center-sidebar__item:hover{background:#f5f8ff}.help-center-sidebar__item--active{background:#f5f8ff;border-left-color:var(--buttonColor,#4a6cf7);font-weight:600}.help-center-sidebar__item span{font-size:15px;color:#333}.help-center-sidebar__icon{color:var(--buttonColor,#4a6cf7);font-size:16px;flex-shrink:0}.help-center-main{flex:1 1;padding:30px;background:#fff}@media (max-width:576px){.help-center-main{padding:20px 15px}}.help-center-main__heading{font-size:28px;margin-bottom:25px;color:#222;font-weight:700;padding-bottom:15px;border-bottom:2px solid #f0f0f0}@media (max-width:576px){.help-center-main__heading{font-size:24px;margin-bottom:20px}}.help-center-main__content{background:#fff;line-height:1.6;color:#444}.help-center-main__content h1,.help-center-main__content h2,.help-center-main__content h3,.help-center-main__content h4{margin-bottom:15px;color:#222;font-weight:600}.help-center-main__content h1{font-size:28px}.help-center-main__content h2{font-size:22px;margin-top:25px}.help-center-main__content h3{font-size:19px}.help-center-main__content h4{font-size:17px;color:#333}.help-center-main__content p{margin-bottom:16px;color:#555}.help-center-main__content ul{list-style:none;padding:0;margin-bottom:20px}.help-center-main__content ul li{margin-bottom:10px;position:relative;padding-left:22px}.help-center-main__content ul li:before{content:"•";position:absolute;left:0;color:var(--buttonColor,#4a6cf7);font-size:20px;line-height:1;top:-2px}.help-center-main__content a{color:var(--buttonColor,#4a6cf7);text-decoration:none}.help-center-main__content a:hover{text-decoration:underline}.help-center__section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.help-center__section:last-child{border-bottom:none}.help-center__faq-item{margin-bottom:25px;padding-bottom:20px;border-bottom:1px dashed #eaeaea}.help-center__faq-item:last-child{border-bottom:none}.help-center__faq-item h4{color:var(--buttonColor,#4a6cf7);margin-bottom:8px}.help-center__contact-list li{display:flex;align-items:center;margin-bottom:15px;padding-left:0}.help-center__contact-list li:before{display:none}.help-center__contact-icon{color:var(--buttonColor,#4a6cf7);margin-right:10px;font-size:18px;flex-shrink:0}.interest-modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.interest-modal-content{background-color:#fff;padding:30px;border-radius:10px;text-align:center;width:400px}@media (max-width:440px){.interest-modal-content{width:90%;padding:20px}}.interest-modal-content .interest-modal-title{font-size:24px;margin-bottom:10px}.interest-modal-content .interest-modal-text{margin-bottom:20px;font-size:16px;color:#333}.interest-modal-content .interest-modal-actions{display:flex;align-items:center;justify-content:center;gap:20px}.interest-modal-content .interest-modal-actions .interest-modal-btn-yes{background-color:var(--buttonColor);color:white;padding:8px 20px;border:none;border-radius:6px;outline:none;cursor:pointer;transition:background .3s;font-size:16px;font-weight:500}.interest-modal-content .interest-modal-actions .interest-modal-btn-yes:hover{background-color:var(--secondarybuttonColor)}.interest-modal-content .interest-modal-actions .interest-modal-btn-no{background-color:#ffe2ce;border:none;outline:none;color:black;padding:8px 20px;font-size:16px;font-weight:500;border-radius:6px;cursor:pointer;transition:background .3s,color .3s}.interest-modal-content .interest-modal-actions .interest-modal-btn-no:hover{background-color:#f9e6f0}.mt-4{margin-top:1rem;white-space:pre-line}.contactImgInfoTime{display:flex;align-items:center;padding:10px;border-bottom:1px solid #eee;transition:opacity .3s ease}.contactImgInfoTime.inactiveChat{opacity:.5;pointer-events:none}.contactImgInfoTime.inactiveChat:hover{background:none}.contactInfo{display:flex;flex-direction:column;justify-content:center}.contactInfo h4{margin:0;font-size:16px;font-weight:600;color:#222}.contactInfo .lastMessage{margin:2px 0 0;font-size:13px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:500px;min-width:0}.contactInfo .userInactive{margin:2px 0 0;font-size:12px;font-weight:500;color:#e74c3c!important;background:#fdecea;border:1px solid #f5c2c2;padding:2px 6px;border-radius:6px;display:inline-block;width:-moz-fit-content;width:fit-content}.homeFeatureListBox.no-featured,.topPickListBox.no-todayspick{display:none}.preLine{white-space:pre-line!important}.offerDate{display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:right}.offerDate p{margin:0;font-size:13px;word-wrap:break-word}.offerDate .unavailableLabel{font-size:12px;font-weight:600;color:#ff4d4f;word-wrap:break-word;text-align:right}.myAds.fullWidth{width:100%!important;flex:1 1 100%!important;max-width:100%!important}.myAdsContainer .myAds.fullWidth~.adDetailBox{display:none!important}.myAdsContainer{display:flex;gap:20px;width:100%;padding-bottom:20px}@media (max-width:1150px){.myAds.fullWidth{width:100%!important}}.unreadCount{background:green;color:white;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;margin-top:5px}.homeBannerCat{width:100%;margin-top:100px;padding:20px 0}.homeBannerCat .homeBannerCatMain{width:100%;display:flex;flex-wrap:wrap;position:relative;aspect-ratio:10/1;border-radius:20px;overflow:hidden}@media (max-width:1450px){.homeBannerCat .homeBannerCatMain{aspect-ratio:8/1}}@media (max-width:1024px){.homeBannerCat .homeBannerCatMain{aspect-ratio:6/1}}@media (max-width:640px){.homeBannerCat .homeBannerCatMain{aspect-ratio:6/3}}@media (max-width:520px){.homeBannerCat .homeBannerCatMain{aspect-ratio:7/3}}.homeBannerCat .homeBannerCatMain .homeBannerCatBox{text-decoration:none;width:55%;height:100%;position:absolute;z-index:0;overflow:hidden;transition:.3s}@media (max-width:640px){.homeBannerCat .homeBannerCatMain .homeBannerCatBox{width:100%;height:55%}}.homeBannerCat .homeBannerCatMain .homeBannerCatBox:hover{transition:.3s}.homeBannerCat .homeBannerCatMain .homeBannerCatBox:hover .homeBannerCatBoxThumbnail{transition:.3s;transform:scale(1.1)}.homeBannerCat .homeBannerCatMain .homeBannerCatBox:hover .homeBannerCatBoxDetails{background:rgba(0,0,0,.2588235294);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:.3s}.homeBannerCat .homeBannerCatMain .homeBannerCatBox:first-of-type{-webkit-clip-path:polygon(0 0,100% 0,80% 100%,0 100%);clip-path:polygon(0 0,100% 0,80% 100%,0 100%);left:0}@media (max-width:640px){.homeBannerCat .homeBannerCatMain .homeBannerCatBox:first-of-type{-webkit-clip-path:polygon(0 0,100% 0,100% 78%,0 100%);clip-path:polygon(0 0,100% 0,100% 78%,0 100%)}}.homeBannerCat .homeBannerCatMain .homeBannerCatBox:nth-of-type(2){-webkit-clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);right:0}@media (max-width:640px){.homeBannerCat .homeBannerCatMain .homeBannerCatBox:nth-of-type(2){bottom:0;-webkit-clip-path:polygon(0 22%,100% 0,100% 100%,0 100%);clip-path:polygon(0 22%,100% 0,100% 100%,0 100%)}}.homeBannerCat .homeBannerCatMain .homeBannerCatBox .homeBannerCatBoxThumbnail{width:100%;height:100%;top:0;left:0;position:absolute;z-index:-1;transition:.3s;transform:scale(1)}.homeBannerCat .homeBannerCatMain .homeBannerCatBox .homeBannerCatBoxThumbnail video{width:100%;height:100%;object-fit:cover}.homeBannerCat .homeBannerCatMain .homeBannerCatBox .homeBannerCatBoxDetails{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;background:rgba(0,0,0,.1411764706);transition:.3s}.homeBannerCat .homeBannerCatMain .homeBannerCatBox .homeBannerCatBoxDetails h2{font-size:3em;font-weight:300;text-align:center;color:white;font-family:Rubik Puddles,system-ui}@media (max-width:1450px){.homeBannerCat .homeBannerCatMain .homeBannerCatBox .homeBannerCatBoxDetails h2{font-size:2.5em}}@media (max-width:900px){.homeBannerCat .homeBannerCatMain .homeBannerCatBox .homeBannerCatBoxDetails h2{font-size:2em}}@media (max-width:720px){.homeBannerCat .homeBannerCatMain .homeBannerCatBox .homeBannerCatBoxDetails h2{font-size:1.7em}}@media (max-width:520px){.homeBannerCat .homeBannerCatMain .homeBannerCatBox .homeBannerCatBoxDetails h2{font-size:1.5em}}.productBox{opacity:0;animation:fadeIn .4s ease forwards}.productBox .product-image{filter:blur(6px);opacity:0;transition:filter .6s ease,opacity .6s ease}.productBox .product-image.loaded{filter:blur(0);opacity:1}@keyframes fadeIn{to{opacity:1}}.chatMessage a{color:#0077ff;text-decoration:none;word-break:break-all}.chatMessage a:hover{text-decoration:underline}.message-link{color:var(--buttonColor)!important;text-decoration:underline!important;font-weight:500;cursor:pointer;transition:color .2s ease}.message-link:hover{color:#159196}