body{min-height:100vh}nav{z-index:100;background:#fff;width:100%;height:80px;position:fixed;top:0}nav .navMain{z-index:10;border-bottom:1px solid var(--buttonColor);flex-direction:column;align-items:center;width:100%;height:80px;padding:0 100px;display:flex;position:absolute;left:0;box-shadow:0 8px 24px #959da533}nav .navMain .navHead{justify-content:space-between;align-items:center;width:100%;height:100px;display:flex}nav .navMain .navHead .navLogo{align-items:center;gap:10px;display:flex}nav .navMain .navHead .navLogo p{color:#000;cursor:pointer;font-size:24px;font-weight:600}nav .navMain .navHead .navLogo .menuIcon{cursor:pointer;font-size:24px;display:none}nav .navMain .navHead .navLink ul{gap:40px;display:flex}nav .navMain .navHead .navLink ul li{cursor:pointer;align-items:center;gap:10px;font-size:14px;font-weight:500;list-style-type:none;display:flex;position:relative}nav .navMain .navHead .navLink ul li a{color:#000;font-size:16px;font-weight:500;text-decoration:none}nav .navMain .navHead .navLink ul li a .hot,nav .navMain .navHead .navLink ul li a .sale{color:red;font-size:12px}nav .navMain .navHead .navLink ul li a:active{color:#febd69}nav .navMain .navHead .userCartWishlistBox{color:#fff;justify-content:space-between;align-items:center;gap:30px;font-size:24px;display:flex;position:relative}nav .navMain .navHead .userCartWishlistBox .currentLocation{cursor:pointer;align-items:center;gap:10px;transition:all .3s;display:flex}nav .navMain .navHead .userCartWishlistBox .currentLocation:hover{opacity:.8}nav .navMain .navHead .userCartWishlistBox .currentLocation svg{color:#000;width:18px;height:18px;font-weight:600}nav .navMain .navHead .userCartWishlistBox .currentLocation p{color:#000;border-bottom:1px solid;flex-direction:column;margin:0;font-size:12px;display:flex}nav .navMain .navHead .userCartWishlistBox .currentLocation p .locationError{color:red;border:none;margin-top:2px;font-size:10px}nav .navMain .navHead .userCartWishlistBox .loginButton{cursor:pointer;color:#333;background:0 0;border:none;align-items:center;padding:.5rem;font-size:1.5rem;display:flex}@media (max-width:1024px){nav .navMain .navHead .userCartWishlistBox .loginButton{display:none}}nav .navMain .navHead .userCartWishlistBox .profileContainer{align-items:center;display:flex;position:relative}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdownContainer{position:relative}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileTrigger{cursor:pointer;align-items:center;gap:.5rem;display:flex}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox{align-items:center;display:flex}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox .userImgBox{border:1px solid #eee;border-radius:50%;width:40px;height:40px}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox .userImgBox img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileTrigger .userProfileBox .dropdownArrow{margin-left:.25rem;transition:transform .2s}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdown{z-index:100;background:#fff;border-radius:.5rem;min-width:200px;margin-top:1rem;padding:.5rem;position:absolute;top:100%;right:-80px;box-shadow:0 2px 10px #0000001a}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdown a,nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdown button{text-align:left;color:#333;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;display:flex}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdown a:hover,nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdown button:hover{background:var(--buttonColor);color:#fff;border-radius:5px}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdown a svg,nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdown button svg{font-size:1.1rem}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdown a span,nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdown button span{background-color:green;border-radius:50%;padding:4px}nav .navMain .navHead .userCartWishlistBox .profileContainer .profileDropdown .dropdownDivider{background:#eee;height:1px;margin:.25rem 0}nav .navMain .navHead .userCartWishlistBox .notificationDrop{cursor:pointer;margin-top:5px;position:relative}nav .navMain .navHead .userCartWishlistBox .notificationDrop svg{cursor:pointer;color:#000}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationIconWrapper{display:inline-block;position:relative}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationIconWrapper .notificationBadge{background:var(--buttonColor);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:2px;font-size:10px;display:flex;position:absolute;top:-3px;right:-3px}nav .navMain .navHead .userCartWishlistBox .notificationDrop:hover .notificationsDropdown{display:flex}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown{color:#000;z-index:100;background:#fff;border-radius:8px;flex-direction:column;width:260px;max-height:400px;padding:10px;display:none;position:absolute;top:100%;left:-110px;overflow:hidden;box-shadow:0 4px 10px #0003}@media (max-width:1024px){nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown{width:185px;padding:5px;left:-145px}}@media (max-width:768px){nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown{width:185px;padding:5px;left:-145px}}@media (max-width:480px){nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown{width:185px;padding:5px;left:-150px}}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItemsWrapper{max-height:300px;overflow-y:auto}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem{cursor:pointer;white-space:nowrap;border-bottom:1px solid #eee;flex-direction:column;align-items:start;gap:10px;padding:5px 10px;display:flex}@media (max-width:1024px){nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem{gap:5px}}@media (max-width:768px){nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem{gap:5px}}@media (max-width:480px){nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem{gap:5px}}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem p{text-overflow:ellipsis;width:100%;font-size:15px;font-weight:400;overflow:hidden}@media (max-width:480px){nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem p{font-size:14px}}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem span{font-size:12px;font-weight:400}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem:last-child{border-bottom:none}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .notificationItem:hover{background:var(--buttonColor);color:#fff;border-radius:5px}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .ClearAllBtn{background:#fff;border-top:1px solid #eee;justify-content:center;align-items:center;padding-top:10px;display:flex}nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .ClearAllBtn button{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;outline:none;font-size:16px;font-weight:400}@media (max-width:480px){nav .navMain .navHead .userCartWishlistBox .notificationDrop .notificationsDropdown .ClearAllBtn button{font-size:14px}}nav .navMain .navHead .userCartWishlistBox a{text-decoration:none}nav .navMain .navHead .userCartWishlistBox a button{border:2px solid var(--buttonColor);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:110px;padding:5px 10px;display:flex}nav .navMain .navHead .userCartWishlistBox a button svg{color:#000;width:20px;height:20px;margin-top:0}nav .navMain .navHead .userCartWishlistBox a button p{color:#000;cursor:pointer;justify-content:center;align-items:center;gap:10px;font-family:Poppins;font-size:16px;font-weight:500;text-decoration:none;display:flex}@media (max-width:1440px){nav .navMain{padding:0 60px}nav .navMain .navHead .navLink ul{gap:30px}nav .navMain .navHead .userCartWishlistBox{gap:20px}}@media (max-width:1024px){nav .navMain{padding:0 30px}nav .navMain .navHead .navLogo .menuIcon{display:block}nav .navMain .navHead .navLink,nav .navMain .navHead .userCartWishlistBox .profileContainer{display:none}nav .navMain .navHead .userCartWishlistBox .creactAdBtn{z-index:100;position:fixed;bottom:10px;left:50%;transform:translate(-50%)}nav .navMain .navHead .userCartWishlistBox .creactAdBtn button{width:110px;padding:10px;font-size:14px}}@media (max-width:768px){nav{height:60px}nav .navMain{height:60px;padding:0 20px}nav .navMain .navHead .userCartWishlistBox{gap:15px}}@media (max-width:480px){nav .navMain{padding:0 15px}nav .navMain .navHead .navLogo p{font-size:20px}nav .navMain .navHead .userCartWishlistBox{gap:10px}nav .navMain .navHead .userCartWishlistBox a button{width:auto;padding:4px 8px}nav .navMain .navHead .userCartWishlistBox a button svg{margin:0}}.sideNav{z-index:1001;background-color:#fff;flex-direction:column;width:300px;height:100%;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0;box-shadow:0 0 10px #0000001a}.sideNav .sideNavHeader{justify-content:flex-end;align-items:center;padding:15px 20px;display:flex}.sideNav .sideNavHeader .closeIcon{cursor:pointer;color:#000;font-size:24px;transition:all .2s}.sideNav .sideNavHeader .closeIcon:hover{transform:scale(1.1)}.sideNav .inLoggedInUser{flex-direction:column;align-items:center;gap:15px;padding:0 20px;display:flex}.sideNav .inLoggedInUser .loginButton{background:var(--buttonColor);cursor:pointer;border:none;border-radius:5px;outline:none;align-items:center;gap:15px;width:100%;padding:10px;display:flex}.sideNav .inLoggedInUser .loginButton svg{color:#fff;font-size:20px}.sideNav .inLoggedInUser .loginButton p{color:#fff;font-size:16px}.sideNav .inLoggedInUser .profileSection{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:20px}.sideNav .inLoggedInUser .profileSection a{color:#333;border-radius:5px;align-items:center;gap:15px;padding:10px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sideNav .inLoggedInUser .profileSection a .userImg{border-radius:50%;width:40px;height:40px;overflow:hidden}.sideNav .inLoggedInUser .profileSection a .userImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.sideNav .inLoggedInUser .profileSection a .userNameEmail{flex-direction:column;display:flex}.sideNav .inLoggedInUser .profileSection a .userNameEmail p{color:#000;margin:0;font-family:Poppins,sans-serif}.sideNav .inLoggedInUser .profileSection a .userNameEmail p:first-child{font-size:14px;font-weight:500}.sideNav .inLoggedInUser .profileSection a .userNameEmail p:last-child{opacity:.8;word-break:break-all;font-size:11px}.sideNav .sideNavBody{flex:1;padding:20px;overflow-y:auto}.sideNav .sideNavBody .navLinks{margin:0;padding:0;list-style:none}.sideNav .sideNavBody .navLinks li{margin-bottom:10px}.sideNav .sideNavBody .navLinks li a,.sideNav .sideNavBody .navLinks li .dropdownHeader{color:#333;border-radius:5px;align-items:center;gap:15px;width:100%;padding:12px 10px;font-size:16px;text-decoration:none;transition:all .2s;display:flex}.sideNav .sideNavBody .navLinks li a:hover,.sideNav .sideNavBody .navLinks li .dropdownHeader:hover{background-color:#f5f5f5}.sideNav .sideNavBody .navLinks li a svg,.sideNav .sideNavBody .navLinks li .dropdownHeader svg{color:#555;font-size:20px}.sideNav .sideNavBody .navLinks li a span,.sideNav .sideNavBody .navLinks li .dropdownHeader span{flex:1}.sideNav .sideNavBody .navLinks li.dropdown .dropdownHeader{cursor:pointer;justify-content:space-between}.sideNav .sideNavBody .navLinks li.dropdown .dropdownHeader .dropdownTitle{align-items:center;gap:15px;display:flex}.sideNav .sideNavBody .navLinks li.dropdown .dropdownHeader .dropdownIcon{transition:transform .3s}.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{cursor:pointer;color:#555;justify-content:space-between;align-items:center;padding:8px 0;font-size:15px;display:flex}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .categoryHeader .subcategoryIcon{font-size:16px;transition:transform .3s}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .categoryHeader .rotateIcon{transform:rotate(90deg)}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .subcategoriesList{margin:5px 0;padding-left:20px;list-style:none}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .subcategoriesList li{margin:5px 0}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .subcategoriesList li a{color:#666;padding:8px 10px;font-size:14px}.sideNav .sideNavBody .navLinks li.dropdown .categoriesDropdownContent .categoryItem .subcategoriesList li a:hover{background-color:#f0f0f0}.sideNav .sideNavFooter{border-top:1px solid #eee;padding:20px}.sideNav .sideNavFooter .logoutButton{color:#ff4d4f;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:15px;width:100%;padding:12px 10px;font-size:16px;transition:all .2s;display:flex}.sideNav .sideNavFooter .logoutButton:hover{background-color:#fff0f0}.sideNav .sideNavFooter .logoutButton svg{font-size:20px}.categoriesBackdrop{z-index:1000;background:#00000080;position:fixed;top:0;bottom:0;right:0}@media (max-width:480px){.sideNav{width:310px}}.backdrop{z-index:1000;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}#Home{overflow:hidden}#homeBanner{width:100%;height:335px}@media (max-width:1800px){#homeBanner{height:320px}}#homeBanner .homeBannerMain{opacity:0;transition:opacity .6s ease-in-out,transform .6s ease-in-out;transform:translateY(10px)}#homeBanner .homeBannerMain.loaded{opacity:1;transform:translateY(0)}#homeBanner .homeBannerMain .bannerSlide{width:100%;height:480px}@media (max-width:480px){#homeBanner .homeBannerMain .bannerSlide{height:450px}}#homeBanner .homeBannerMain .bannerSlide .bannerImg{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media (max-width:480px){#homeBanner .homeBannerMain .bannerSlide .bannerImg{-o-object-fit:cover;object-fit:cover}}.loginPopup{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.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{cursor:pointer;color:var(--buttonColor);background:0 0;border:none;font-size:2.5rem;position:absolute;top:0;right:10px}.loginPopup .popupLognMain .loginPopupBox{width:100%}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight{flex-direction:column;justify-content:center;align-items:start;width:100%;padding:80px 40px;display:flex}@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{flex-direction:column;justify-content:start;align-items:start;gap:40px;width:100%;display:flex}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup input{border:none;border-bottom:1px solid;outline:none;width:100%;height:40px;position:relative}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup input::placeholder{color:#6c7275;font-size:16px;font-weight:400}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup input[type=email]{color:#000;font-size:16px;font-weight:400}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup .passwordInputContainer{width:100%;position:relative}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup .passwordInputContainer input{border:none;border-bottom:1px solid;outline:none;width:100%;height:40px}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup .passwordInputContainer svg{color:#6c7275;font-size:18px;position:absolute;right:0}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup .error-message{color:red;margin-top:5px;font-size:14px;display:block}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup input.error,.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup textarea.error{border-color:red!important}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .formGroup .error{color:red}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .loginButton{background:var(--buttonColor);cursor:pointer;border:none;border-radius:5px;outline:none;width:100%;height:45px;margin-top:30px}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight form .loginButton p{color:#fff;font-size:16px;font-weight:500}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .otherAccount{justify-content:center;align-items:center;width:100%;margin-top:30px;display:flex;position:relative;overflow:hidden}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .otherAccount p{color:#000;text-align:center;font-size:16px;font-weight:400;display:inline-block;position:relative;left:0%}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon{justify-content:center;align-items:center;width:100%;margin-top:30px;display:flex}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon>div{outline:none!important;width:100%!important}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .googleAccountIcon .googleIcon{cursor:pointer;border:1px solid #000;border-radius:5px;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.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{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.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{justify-content:center;align-items:center;width:100%;margin-top:20px;display:flex}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .dontHaveAccount p{color:#000;font-size:16px;font-weight:400}.loginPopup .popupLognMain .loginPopupBox .loginPopupRight .dontHaveAccount p span{color:#1660e9;font-size:16px;font-weight:500;text-decoration:none}.getOtpPopup{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.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{cursor:pointer;background:0 0;border:none;font-size:2.5rem;position:absolute;top:10px;right:10px}.getOtpPopup .getOtpMain .getOtpPopupBox{width:100%}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight{flex-direction:column;justify-content:center;align-items:start;width:100%;padding:100px 40px;display:flex}@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{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex;position:relative}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup input{border:none;border-bottom:1px solid;outline:none;width:100%;height:40px;position:relative}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup input::placeholder{color:#6c7275;font-size:16px;font-weight:400}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup input[type=text]{color:#000;font-size:16px;font-weight:400}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup .otp-timer{color:var(--buttonColor);margin-top:10px;font-size:14px}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup .resend-otp{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;outline:none;font-size:14px;position:absolute;bottom:-30px;right:0}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .formGroup .resend-otp:hover{opacity:.8}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .getOtpButton{background:var(--buttonColor);cursor:pointer;border:none;border-radius:5px;outline:none;width:100%;height:45px;margin-top:50px}.getOtpPopup .getOtpMain .getOtpPopupBox .getOtpPopupRight form .getOtpButton p{font-size:16px;font-weight:400;color:#fff!important}.HomeSearch{z-index:1;width:100%;position:relative}@media (max-width:1024px){.HomeSearch{z-index:auto}}.HomeSearch .mobileSearchTrigger{display:none}@media (max-width:1024px){.HomeSearch .mobileSearchTrigger{display:block}.HomeSearch .mobileSearchTrigger .mobileSearchButton{background:var(--buttonColor);color:#fff;cursor:pointer;border:none;border-radius:15px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:0;padding:15px 25px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;display:flex;box-shadow:0 4px 12px #00000026}.HomeSearch .mobileSearchTrigger .mobileSearchButton .searchIcon{font-size:18px}}.HomeSearch .mobileSearchPopupOverlay{display:none}@media (max-width:1024px){.HomeSearch .mobileSearchPopupOverlay{z-index:9999;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;display:block;position:fixed;inset:0}.HomeSearch .mobileSearchPopupOverlay.active{opacity:1;pointer-events:auto}}.HomeSearch .mobileSearchPopup{display:none}@media (max-width:1024px){.HomeSearch .mobileSearchPopup{z-index:10000;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;transition:transform .3s ease-out;display:block;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -5px 20px #0000001a}.HomeSearch .mobileSearchPopup.active{transform:translateY(0)}.HomeSearch .mobileSearchPopup .mobilePopupHeader{z-index:1;background:#fff;border-bottom:1px solid #eee;border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-between;align-items:center;padding:20px;display:flex;position:sticky;top:0}.HomeSearch .mobileSearchPopup .mobilePopupHeader h2{color:#3a3a3a;margin:0;font-size:18px;font-weight:600}.HomeSearch .mobileSearchPopup .mobilePopupHeader .closePopupBtn{color:#666;cursor:pointer;background:0 0;border:none;font-size:20px}.HomeSearch .mobileSearchPopup .mobilePopupContent{scrollbar-width:thin;scrollbar-color:#ccc transparent;max-height:100vh;padding:20px;overflow-y:auto}.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:0 0}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox{flex-direction:column;gap:15px;width:100%;display:flex}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo{width:100%;margin-top:0}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo h2{color:#3a3a3a;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.5}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown{width:100%;font-family:Poppins,sans-serif;position:relative}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader{cursor:pointer;color:#3a3a3a;background:#fff;border:1px solid #ddd;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 15px;font-size:15px;font-weight:400;transition:all .3s ease-in-out;display:flex}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader .arrowIcon{color:#666;font-size:14px;transition:transform .3s ease-in-out}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader .rotateUp{transform:rotate(180deg)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader .rotateDown{transform:rotate(0)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu{z-index:10;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;margin-top:5px;position:absolute;box-shadow:0 4px 12px #0000001a}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .inputSearch{padding:10px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .inputSearch .searchBox{border:1px solid #ddd;border-radius:6px;outline:none;width:100%;padding:10px;font-family:Poppins,sans-serif}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList{max-height:200px;margin:0;padding:0;list-style:none;overflow-y:auto}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList .optionItem{cursor:pointer;color:#3a3a3a;padding:12px 15px;font-size:14px;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{text-align:center;color:#888;padding:12px;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{border:1px solid #ddd;border-radius:8px;width:100%;padding:12px 15px;font-family:Poppins,sans-serif;font-size:15px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .inputSearch .searchIcon{color:#888;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .suggestionsDropdown{z-index:10;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;margin-top:5px;position:absolute;box-shadow:0 4px 12px #0000001a}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .suggestionsDropdown .suggestionsList{margin:0;padding:0;list-style:none}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .suggestionsDropdown .suggestionsList .suggestionItem{cursor:pointer;color:#3a3a3a;padding:12px 15px;font-size:14px;transition:all .2s}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchDropdownBox .homeSearchInput .suggestionsDropdown .suggestionsList .suggestionItem:hover{background:#f5f5f5}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter{flex-direction:column;gap:20px;width:100%;padding:16px;display:flex}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle{justify-content:space-between;align-items:center;width:100%;padding:10px 0;display:flex}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .conditionLabel{color:#3a3a3a;font-family:Poppins,sans-serif;font-size:15px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch{width:50px;height:24px;display:inline-block;position:relative}.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:translate(26px)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch .slider{cursor:pointer;background-color:#ccc;border-radius:34px;transition:all .4s;position:absolute;inset:0}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch .slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .4s;position:absolute;bottom:4px;left:4px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer{width:100%}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer span{color:#3a3a3a;font-family:Poppins,sans-serif;font-size:15px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs{flex-direction:column;gap:10px;margin-top:10px;display:flex}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .priceRangeBox{justify-content:space-between;align-items:center;display:flex}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .priceRangeBox input[type=number]{text-align:center;border:1px solid #ddd;border-radius:6px;width:80px;padding:8px 10px;font-family:Poppins,sans-serif}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider{flex:1;height:18px;position:relative}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider:before{content:"";background:var(--buttonColor);z-index:1;border-radius:4px;width:100%;height:4px;position:absolute;top:50%;transform:translateY(-50%)}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider input[type=range]{-webkit-appearance:none;pointer-events:auto;z-index:2;background:0 0;border-radius:20px;width:100%;height:12px;position:absolute}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider input[type=range]::-webkit-slider-runnable-track{background:0 0;height:4px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider input[type=range]::-moz-range-track{background:0 0;height:4px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--buttonColor);cursor:pointer;z-index:3;border-radius:50%;width:18px;height:18px;margin-top:-7px;position:relative}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSliderBox .rangeSlider input[type=range]::-moz-range-thumb{background:var(--buttonColor);cursor:pointer;z-index:3;border:none;border-radius:50%;width:18px;height:18px;position:relative}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchButton{margin-top:-25px}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchButton button{background:var(--buttonColor);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:14px;font-size:16px;font-weight:500;transition:all .2s}.HomeSearch .mobileSearchPopup .mobilePopupContent .homeSearchFilterMainBox .searchButton button:hover{opacity:.9}}@media (max-width:400px){.HomeSearch .mobileSearchPopupContent{padding:10px!important}.HomeSearch .mobileSearchPopupContent input,.HomeSearch .mobileSearchPopupContent select,.HomeSearch .mobileSearchPopupContent button{padding:8px 10px;font-size:14px;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 input,.HomeSearch .mobileSearchPopupContent select,.HomeSearch .mobileSearchPopupContent button{padding:6px 8px;font-size:13px;width:100%!important}.HomeSearch .mobileSearchPopupContent .form-group{margin-bottom:10px}.HomeSearch .mobileSearchPopupContent .toggle{transform:scale(.85)}.HomeSearch .mobilePopupHeader{font-size:14px;padding:8px 10px!important}.HomeSearch .mobileSearchPopupContent label{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;font-size:13px}.HomeSearch .dropdownHeader{padding:6px 10px!important;font-size:12px!important}.HomeSearch .mobilePopupContent{padding:10px!important}.HomeSearch h2{font-size:12px!important}.HomeSearch .searchDropdownBox,.HomeSearch .homeFilter{gap:10px!important}.HomeSearch .searchBox{padding:6px 10px!important;font-size:12px!important}.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}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%)translateY(5px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.HomeSearch .desktopSearchContainer .homeSerachMain{background:#fff;border:1px solid #eee;border-radius:15px;width:100%;box-shadow:0 8px 24px #959da533}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox{flex-direction:column;gap:0;padding:20px;display:flex}@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{text-transform:capitalize;font-size:28px;font-weight:500;display:inline-block}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox{flex-direction:column;align-items:start;gap:15px;width:100%;display:flex;position:relative}@media (max-width:1024px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox{display:none}}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;bottom:-15px;left:0}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox{align-items:flex-start;gap:40px;width:100%;display:flex}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo{width:25%;margin-top:15px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo h2{color:#3a3a3a;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.5}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown{width:100%;font-family:Poppins,sans-serif;position:relative}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader{cursor:pointer;color:#3a3a3a;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.5;transition:all .3s ease-in-out;display:flex;box-shadow:inset 0 0 0 1px #919191!important}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader svg{color:#000}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownHeader .arrowIcon{font-size:14px;transition:transform .3s ease-in-out}.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(0)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu{z-index:10;background:#fff;border-radius:5px;width:100%;margin-top:5px;position:absolute;box-shadow:0 4px 6px #0000001a;box-shadow:inset 0 0 0 1px #919191!important}@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{border:1px solid var(--buttonColor);border-radius:5px;outline:none;width:100%;padding:8px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList{max-height:200px;margin:0;padding:10px;list-style:none;overflow-y:auto}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList .optionItem{cursor:pointer;color:#3a3a3a;padding:10px;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.5}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList .optionItem:hover{background:var(--buttonColor);color:#fff;border-radius:5px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .dropdown .dropdownMenu .optionsList .noResult{text-align:center;color:gray;padding:10px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput{margin-top:30px;position:relative}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput h2{margin-bottom:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.5}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput [type=text]{color:#3a3a3a;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.5}.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{border:none;border-radius:8px;outline:none;width:100%;height:45px;padding:8px;box-shadow:inset 0 0 0 1px #919191!important}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .inputSearch .searchIcon{color:#888;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .suggestionsDropdown{z-index:100;background:#fff;border:1px solid #ddd;border-radius:8px;max-height:300px;margin-top:5px;position:absolute;top:100%;left:0;right:0;box-shadow:0 2px 4px #0000001a}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .suggestionsList{color:#3a3a3a;margin:0;padding:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.5;list-style:none}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .homeSearchInput .suggestionItem{cursor:pointer;border-bottom:1px solid #eee;padding:10px 15px;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{background:var(--buttonColor);cursor:pointer;border:none;border-radius:8px;outline:none;width:100%;padding:11px 20px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .searchDropdownBox .homeSearchBo .searchButton button p{color:#fff;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:1.5}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:15px 0;display:flex}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle{align-items:center;gap:10px;padding-top:20px;display:flex}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .conditionLabel{color:#3a3a3a;font-family:Poppins,sans-serif;font-size:15px;font-weight:400}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch{width:50px;height:24px;display:inline-block;position:relative}.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:translate(26px)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch .slider{cursor:pointer;background-color:#ccc;border-radius:34px;transition:all .4s;position:absolute;inset:0}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .conditionToggle .toggleSwitch .slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .4s;position:absolute;bottom:4px;left:4px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer{flex-direction:column;flex-grow:1;gap:0;max-width:550px;display:flex}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceLabel{color:#333333a6;text-align:center;font-family:Poppins,sans-serif;font-size:15px;font-weight:600}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputWrapper{display:inline-block;position:relative}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .inputLabel{color:#333;background:#fff;padding:0 4px;font-size:12px;font-weight:300;position:absolute;top:-9px;left:10px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs{grid-template-columns:auto 1fr auto;align-items:center;gap:15px;width:100%;display:grid}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .priceInput{text-align:center;border:1px solid #ddd;border-radius:5px;outline:none;width:80px;padding:8px 10px;font-family:Poppins,sans-serif;font-size:14px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .priceInput:focus{border:1px solid var(--buttonColor)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider{width:100%;height:20px;margin:0 10px;position:relative}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider .rangeInput{-webkit-appearance:none;pointer-events:none;background:0 0;border-radius:5px;width:100%;height:5px;position:absolute;top:50%;transform:translateY(-50%)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider .rangeInput::-webkit-slider-runnable-track{background:0 0;height:5px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider .rangeInput::-moz-range-track{background:0 0;height:5px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider .rangeInput::-webkit-slider-thumb{-webkit-appearance:none;background:var(--buttonColor);cursor:pointer;pointer-events:auto;z-index:3;border-radius:50%;width:16px;height:16px;position:relative;top:50%;transform:translateY(-50%)}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .priceRangeContainer .priceInputs .rangeSlider .rangeInput::-moz-range-thumb{background:var(--buttonColor);cursor:pointer;pointer-events:auto;border-radius:50%;width:16px;height:16px}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .filterButtonsGroup{align-items:center;gap:10px;padding-top:20px;display:flex}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeSearchFilterMainBox .homeFilter .filterButtonsGroup .clearAllBtn{color:var(--buttonColor);border:1px solid var(--buttonColor);cursor:pointer;background:#fff;border-radius:5px;outline:none;padding:8px 15px;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;line-height:1.5;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{background-color:var(--buttonColor);color:#fff;cursor:pointer;border:none;border-radius:5px;outline:none;padding:8px 20px;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;line-height:1.5;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{white-space:nowrap;gap:20px;width:100%;margin-top:30px;display:flex;overflow-x:auto}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory::-webkit-scrollbar{display:none}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox{gap:15px;justify-items:centers;flex-flow:column wrap;align-items:center;width:200px;text-decoration:none;display:flex}.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxImage{justify-content:center;align-items:center;width:100px;height:100px;display:flex;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{border-radius:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:100%!important;position:static!important}.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{color:#000;text-align:center;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;place-items:center;width:120px;font-size:15px;font-weight:400;display:-webkit-box;overflow:hidden}@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{white-space:normal;overflow-wrap:break-word;word-wrap:break-word;text-overflow:unset;font-size:14px}}@media (max-width:480px){.HomeSearch .desktopSearchContainer .homeSerachMain .homeSearchBox .homeCategory .MobilehomeCategory .mobilecategory .categoryBox .categoryBoxDetails .categoryTitle{white-space:normal;overflow-wrap:break-word;word-wrap:break-word;text-overflow:unset;font-size:13px}}.HomeSearch:after{content:"";z-index:-1;width:100%;height:50%;position:absolute;top:0;left:0}.HomeSearch:before{content:"";z-index:-1;width:100%;height:50%;position:absolute;bottom:0;left:0}.homeProductListMain{align-items:flex-start;gap:10px;padding-top:60px;display:flex}@media (max-width:768px){.homeProductListMain{padding-top:40px}}@media (max-width:480px){.homeProductListMain{padding-top:40px}}.homeProductListMain .homeProductList{flex-direction:column;gap:15px;width:100%;display:flex}@media (max-width:1024px){.homeProductListMain .homeProductList{gap:10px}}@media (max-width:768px){.homeProductListMain .homeProductList{gap:10px}}@media (max-width:480px){.homeProductListMain .homeProductList{gap:10px}}.homeProductListMain .homeProductList .homeProductListHead{margin-bottom:20px}@media (max-width:1024px){.homeProductListMain .homeProductList .homeProductListHead{margin-bottom:0}}@media (max-width:768px){.homeProductListMain .homeProductList .homeProductListHead{margin-bottom:0}}@media (max-width:480px){.homeProductListMain .homeProductList .homeProductListHead{margin-bottom:0}}.homeProductListMain .homeProductList .homeProductListHead h2{font-size:24px;font-weight:600}@media (max-width:1024px){.homeProductListMain .homeProductList .homeProductListHead h2{font-size:20px}}@media (max-width:768px){.homeProductListMain .homeProductList .homeProductListHead h2{font-size:20px}}@media (max-width:480px){.homeProductListMain .homeProductList .homeProductListHead h2{font-size:18px}}.homeProductListMain .homeProductList .homeProductListBox{width:100%}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox{z-index:0;position:relative}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxLink{z-index:1;text-decoration:none;position:absolute;inset:0}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxImage{width:100%;height:200px}@media (max-width:480px){.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxImage{height:170px}}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxImage img{border-radius:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:100%!important;position:static!important}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productFavorite{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 24px #959da533}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productFavorite svg{width:18px;height:18px;transition:all .2s}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productFavorite:hover svg{color:var(--buttonColor)}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails{flex-direction:column;padding:10px 0;display:flex}@media (max-width:1024px){.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails{gap:5px}}@media (max-width:768px){.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails{gap:5px}}@media (max-width:480px){.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails{gap:5px}}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .productTitle{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:400;overflow:hidden}@media (max-width:1024px){.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .productTitle{font-size:16px}}@media (max-width:768px){.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .productTitle{font-size:16px}}@media (max-width:480px){.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .productTitle{font-size:16px}}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:22px;font-weight:600;position:relative}@media (max-width:1024px){.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .productPrice{font-size:18px}}@media (max-width:768px){.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .productPrice{font-size:18px}}@media (max-width:480px){.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .productPrice{font-size:18px}}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .productDescription{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .locationDatePosted{white-space:nowrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.homeProductListMain .homeProductList .homeProductListBox .swiper-slide .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.homeProductListMain .custom-prev-arrow,.homeProductListMain .custom-next-arrow{background:var(--buttonColor);color:#fff;cursor:pointer;z-index:2;border:none;border-radius:5px;outline:none;width:40px;height:40px;padding:10px;font-size:20px;position:absolute;top:30%;transform:translateY(-50%)}.homeProductListMain .custom-prev-arrow{left:-18px}.homeProductListMain .custom-next-arrow{right:-18px}@media (max-width:768px){.homeProductListMain .custom-prev-arrow,.homeProductListMain .custom-next-arrow{display:none}}.mostRelevantListMain{flex-direction:column;align-items:flex-start;gap:10px;padding-top:60px;display:flex}@media (max-width:768px){.mostRelevantListMain{padding-top:40px}}@media (max-width:480px){.mostRelevantListMain{padding-top:40px}}.mostRelevantListMain .homeProductList{flex-direction:column;gap:15px;width:100%;display:flex}@media (max-width:1024px){.mostRelevantListMain .homeProductList{gap:10px}}@media (max-width:768px){.mostRelevantListMain .homeProductList{gap:10px}}@media (max-width:480px){.mostRelevantListMain .homeProductList{gap:10px}}.mostRelevantListMain .homeProductList .homeProductListHead{margin-bottom:20px}@media (max-width:1024px){.mostRelevantListMain .homeProductList .homeProductListHead{margin-bottom:0}}@media (max-width:768px){.mostRelevantListMain .homeProductList .homeProductListHead{margin-bottom:0}}@media (max-width:480px){.mostRelevantListMain .homeProductList .homeProductListHead{margin-bottom:0}}.mostRelevantListMain .homeProductList .homeProductListHead h2{font-size:24px;font-weight:600}@media (max-width:1024px){.mostRelevantListMain .homeProductList .homeProductListHead h2{font-size:20px}}@media (max-width:768px){.mostRelevantListMain .homeProductList .homeProductListHead h2{font-size:20px}}@media (max-width:480px){.mostRelevantListMain .homeProductList .homeProductListHead h2{font-size:18px}}.mostRelevantListMain .homeProductList .homeProductListBox{flex-wrap:wrap;gap:16px;display:flex}.mostRelevantListMain .homeProductList .homeProductListBox .productBox{z-index:0;width:calc(14.2857% - 14px);position:relative}@media (max-width:1440px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox{width:calc(16.6667% - 14px)}}@media (max-width:1024px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox{width:calc(20% - 13px)}}@media (max-width:768px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox{width:calc(33.3333% - 11px)}}@media (max-width:480px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox{width:calc(50% - 8px)}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxLink{z-index:1;text-decoration:none;position:absolute;inset:0}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage{width:100%;height:200px}@media (max-width:480px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage{height:170px}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage img{border-radius:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:100%!important;position:static!important}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productFavorite{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 24px #959da533}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productFavorite svg{width:18px;height:18px;transition:all .2s}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productFavorite:hover svg{color:var(--buttonColor)}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails{flex-direction:column;padding:10px 0;display:flex}@media (max-width:480px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails{gap:5px}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productTitle{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:400;overflow:hidden}@media (max-width:480px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productTitle{font-size:16px}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:22px;font-weight:600}@media (max-width:480px){.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productPrice{font-size:18px}}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .productDescription{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted{justify-content:space-between;align-items:center;display:flex}.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.mostRelevantListMain .homeProductList .homeProductListBox .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;font-size:12px;font-weight:400}.mostRelevantListMain .shopMore{justify-content:center;align-items:center;width:100%;margin-top:20px;display:flex}.mostRelevantListMain .shopMore button{border:2px solid var(--buttonColor);cursor:pointer;color:#000;background:0 0;border-radius:5px;outline:none;width:200px;height:50px;font-size:16px;font-weight:400}.mostRelevantListMain .shopMore button:hover{background:var(--buttonColor);color:#fff}.homeFeatureListMain{align-items:flex-start;gap:10px;padding-top:60px;display:flex}@media (max-width:768px){.homeFeatureListMain{padding-top:40px}}@media (max-width:480px){.homeFeatureListMain{padding-top:40px}}.homeFeatureListMain .homeFeatureTopickBox{align-items:center;gap:20px;width:100%;display:flex}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox{flex-direction:column;height:fit-content}}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox{flex-direction:column;height:fit-content}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox{box-sizing:border-box;background:#fff;border:1px solid #eee;border-radius:15px;width:29%;padding:20px;position:relative;box-shadow:0 8px 24px #959da533}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox{width:48%;margin-bottom:20px}}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox{width:100%;margin-bottom:20px;padding:16px}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickListHead{margin-bottom:20px}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickListHead{margin-bottom:10px}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickListHead h2{font-size:24px;font-weight:600}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickListHead h2{font-size:20px}}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickListHead h2{font-size:20px}}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickListHead h2{font-size:18px}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList{-webkit-overflow-scrolling:touch;flex-wrap:wrap;gap:20px;width:100%;padding-bottom:10px;display:flex}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList{flex-wrap:unset;justify-content:space-between;width:100%}}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList{flex-wrap:wrap}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem{box-sizing:border-box;flex:calc(50% - 15px);max-width:calc(50% - 15px)}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem{flex:100%;max-width:100%}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox{z-index:0;flex-direction:column;height:100%;display:flex;position:relative}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxLink{z-index:1;text-decoration:none;position:absolute;inset:0}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent{flex-direction:column;flex-grow:1;display:flex}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxImage{width:100%;height:200px;position:relative;overflow:hidden}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxImage{height:170px}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxImage img{border-radius:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:100%!important;position:static!important}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxImage img:hover{transform:scale(1.05)}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxImage .newBadge{z-index:2;position:absolute;top:10px;left:10px}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureFavorite{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 24px #959da533}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureFavorite svg{width:18px;height:18px;transition:all .2s}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureFavorite:hover{transform:scale(1.2)}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureFavorite:hover svg{color:var(--buttonColor)}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails{flex-direction:column;padding:10px 0;display:flex}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureTitle{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:400;overflow:hidden}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureTitle{font-size:16px}}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureTitle{text-overflow:ellipsis;white-space:nowrap;width:200px;font-size:16px;overflow:hidden}}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureTitle{font-size:16px}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeaturePrice{color:#000;font-size:22px;font-weight:600}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeaturePrice{font-size:18px}}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeaturePrice{font-size:18px}}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeaturePrice{font-size:18px}}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureDescription{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted{white-space:nowrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted .FeatureLocation,.homeFeatureListMain .homeFeatureTopickBox .topPickListBox .topPickList .topPickItem .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted .FeatureDatePosted{color:#000;text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox{background:#fff;border:1px solid #eee;border-radius:15px;width:70%;padding:20px;box-shadow:0 8px 24px #959da533}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox{width:52%;margin-bottom:20px}}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox{width:100%;margin-top:0}}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox{width:100%;margin-top:0}}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureListHead{margin-bottom:20px}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureListHead{margin-bottom:10px}}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureListHead{margin-bottom:10px}}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureListHead h2{font-size:24px;font-weight:600}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureListHead h2{font-size:20px}}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureListHead h2{font-size:20px}}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureListHead h2{font-size:18px}}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList{width:100%}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide{height:auto}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox{z-index:0;flex-direction:column;height:100%;display:flex;position:relative}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxLink{z-index:1;height:200px;text-decoration:none;position:absolute;top:0;left:0;right:0}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxLink{height:170px}}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent{flex-direction:column;flex-grow:1;display:flex}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage{width:100%;height:200px;position:relative;overflow:hidden}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage .newBadge{z-index:2;width:70px;height:70px;position:absolute;top:-14px;left:-16px}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage .newBadge img{width:100%;height:auto}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage{height:170px}}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage img{border-radius:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:100%!important}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxImage img:hover{transform:scale(1.05)}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureFavorite{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 24px #959da533}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureFavorite svg{width:18px;height:18px;transition:all .2s}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureFavorite:hover{transform:scale(1.2)}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureFavorite:hover svg{color:var(--buttonColor)}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails{z-index:0;flex-direction:column;padding:10px 0;display:flex;position:relative}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails{gap:5px}}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails{gap:5px}}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureTitle{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:400;overflow:hidden}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureTitle{font-size:16px}}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureTitle{font-size:16px}}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureTitle{font-size:16px}}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeaturePrice{color:#000;font-size:22px;font-weight:600}@media (max-width:1024px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeaturePrice{font-size:18px}}@media (max-width:768px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeaturePrice{font-size:18px}}@media (max-width:480px){.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeaturePrice{font-size:18px}}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .FeatureDescription{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted{white-space:nowrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted .FeatureLocation,.homeFeatureListMain .homeFeatureTopickBox .homeFeatureListBox .homeFeatureList .swiper-slide .FeatureBox .FeatureBoxContent .FeatureBoxDetails .locationDatePosted .FeatureDatePosted{color:#000;text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.homeFeatureListMain .custom-prev-arrow,.homeFeatureListMain .custom-next-arrow{background:var(--buttonColor);color:#fff;cursor:pointer;z-index:2;border:none;border-radius:5px;outline:none;width:40px;height:40px;padding:10px;font-size:20px;position:absolute;top:50%;transform:translateY(-50%)}.homeFeatureListMain .custom-prev-arrow{left:-18px}.homeFeatureListMain .custom-next-arrow{right:-18px}@media (max-width:768px){.homeFeatureListMain .custom-prev-arrow,.homeFeatureListMain .custom-next-arrow{display:none}}.sellProductHome{width:100%;min-height:100vh;margin-top:80px;padding:20px 100px}@media (max-width:1440px){.sellProductHome{padding:20px 60px}}@media (max-width:1024px){.sellProductHome{padding:20px 0}}@media (max-width:768px){.sellProductHome{margin-top:40px;padding:40px 0}}@media (max-width:480px){.sellProductHome{margin-top:20px;padding:40px 0}}.sellProductHome .sellProduct{border-radius:10px;width:100%;height:auto;margin-top:20px;padding-bottom:20px}.sellProductHome .sellProduct .sellProductCategoryBox{border-radius:10px;flex-direction:column;display:flex}.sellProductHome .sellProduct .sellProductCategoryBox .categoryBoxTitle{background:#fff;border-radius:10px;justify-content:space-between;padding:20px;display:flex;position:relative;box-shadow:0 1px 4px #00000029}@media (max-width:480px){.sellProductHome .sellProduct .sellProductCategoryBox .categoryBoxTitle{justify-content:start!important}}.sellProductHome .sellProduct .sellProductCategoryBox .categoryBoxTitle h3{text-transform:capitalize;color:var(--buttonColor);font-size:20px;font-weight:600}.sellProductHome .sellProduct .sellProductCategoryBox .categoryBoxTitle .backButton{cursor:pointer;background:0 0;border:none;display:none}.sellProductHome .sellProduct .sellProductCategoryBox .categoryBoxTitle .backButton svg{width:24px;height:24px;margin-right:10px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox{flex-wrap:wrap;gap:20px;margin-top:20px;display:flex}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .desktopView{gap:20px;width:100%;display:flex}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .mobileView{display:none}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .categoryBoxTitle{background:var(--secondaryColor);box-shadow:none;border-radius:10px 10px 0 0;padding:15px;position:relative}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .categoryBoxTitle h3{color:#000;text-transform:capitalize;font-size:16px;font-weight:400}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .selectCategoryBox{border:1px solid var(--buttonColor);border-radius:10px;width:50%}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryBox{border:1px solid var(--buttonColor);border-radius:10px;width:calc(50% - 20px)}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox{cursor:pointer;border:1px solid var(--secondaryColor);border-radius:5px;justify-content:space-between;align-items:center;margin:10px;padding:20px;display:flex;position:relative}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox:hover{border:1px solid var(--buttonColor)}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox .categoryBox{align-items:center;gap:20px;display:flex}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox .categoryBox svg,.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox .categoryBox img{width:50px;height:50px}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .chooseCategoryBox .categoryBox p{font-size:16px;font-weight:400}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryDropDown{flex-direction:column;gap:10px;margin-top:10px;padding:0 10px 10px;display:flex}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryDropDown a{color:#000;text-decoration:none}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryDropDown a .subCategory{cursor:pointer;border:1px solid var(--secondaryColor);border-radius:5px;justify-content:space-between;align-items:center;padding:20px;display:flex;position:relative}.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{width:100%;display:block}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .selectCategoryBox,.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .subCategoryBox{width:100%}.sellProductHome .sellProduct .sellProductCategoryBox .selectMainCategoryBox .categoryBoxTitle .backButton{display:block}}.sellFormHome{width:100%;margin-top:80px;padding:20px 100px}@media (max-width:1440px){.sellFormHome{padding:20px 60px}}@media (max-width:1024px){.sellFormHome{padding:20px 30px}}@media (max-width:768px){.sellFormHome{margin-top:60px;padding:40px 20px}}@media (max-width:480px){.sellFormHome{margin-top:60px;padding:40px 15px}}.sellFormHome .sellForm{border-radius:10px;width:100%;height:auto;padding-top:20px}.sellFormHome .sellForm .sellFormBox{border-radius:10px;flex-direction:column;display:flex}.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle{background:#fff;border-radius:10px;justify-content:space-between;padding:20px;display:flex;position:relative;box-shadow:0 1px 4px #00000029}@media (max-width:480px){.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle{padding:15px}}@media (max-width:375px){.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle{flex-direction:column;gap:10px;padding:10px}}.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p{align-items:center;gap:10px;display:flex}.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p svg{width:18px;height:18px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p span{align-items:center;gap:10px;font-size:15px;font-weight:400;display:flex}@media (max-width:375px){.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p span{font-size:13px}}.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p a{color:var(--buttonColor);font-size:15px;font-weight:600;text-decoration:none}@media (max-width:375px){.sellFormHome .sellForm .sellFormBox .sellFormBoxTitle p a{font-size:13px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox{border:1px solid var(--buttonColor);border-radius:15px;flex-direction:column;margin:20px 0;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .sellFormBoxHead,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .sellFormBoxHead,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .sellFormBoxHead{background:var(--secondaryColor);border-radius:15px 15px 0 0;height:50px;padding:10px 20px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .sellFormBoxHead h3,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .sellFormBoxHead h3,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .sellFormBoxHead h3{font-size:18px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup{width:100%}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox{flex-direction:column;gap:15px;width:100%;padding:10px 20px;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox label{font-size:16px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox label span{color:red;font-size:12px;font-weight:600}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox{align-items:center;gap:30px;width:100%;display:flex}@media (max-width:768px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox{flex-direction:column;align-items:flex-start;gap:15px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox{width:100%}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input{color:#000;border:1px solid #ccc;border-radius:4px;width:100%;height:50px;padding-left:10px;font-size:16px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input:focus{border-color:#000;outline:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox input::placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox .error-message,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox .error-message,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .priceInputBox .error-message{color:red;font-size:12px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox{align-items:center;gap:10px;display:flex}.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],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox]{appearance:none;border:3px solid var(--buttonColor);cursor:pointer;border-radius:50%;width:25px;height:25px}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox]:checked{background:#fff;border:none;outline:none;position:relative}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .priceFormBox .priceFormInputBox .negotiableCheckbox input[type=checkbox]:checked:before{content:"✔";color:#fff;background:var(--buttonColor);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:flex;position:absolute;left:0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox{flex-direction:column;gap:15px;width:100%;padding:10px 20px;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox label{font-size:16px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox{gap:20px;width:100%;display:flex}@media (max-width:768px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .itemConditionBox .conditionDropdownBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .itemConditionBox .conditionDropdownBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox{flex-direction:column;gap:15px}}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox{width:50%;position:relative}@media (max-width:768px){.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox{width:100%}}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown{cursor:pointer;border:1px solid #ccc;border-radius:5px;justify-content:space-between;align-items:center;padding:10px 15px;font-size:16px;display:flex}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown:hover{background:#fff}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .customDropdown .arrow,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .customDropdown .arrow{color:var(--buttonColor);transition:transform .3s}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu{z-index:10;background:#fff;border:1px solid #ccc;border-radius:5px;width:100%;max-height:200px;margin-top:5px;padding:5px 0;list-style:none;position:absolute;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionMainBox .dropdownMenu li,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .itemConditionBox .conditionDropdownBox .itemConditionSubBox .dropdownMenu li{cursor:pointer;padding:10px 15px;transition:background .2s}.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,.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{background:var(--buttonColor);color:#fff}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox{flex-direction:column;gap:15px;width:100%;padding:10px 20px;display:flex}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox label{font-size:16px;font-weight:400}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox label span{color:red;font-size:12px;font-weight:600}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox{gap:20px;width:100%;display:flex}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox{flex-direction:column}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox{width:70%}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox{width:100%}}.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 .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .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 .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .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 .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 .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .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 .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 .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .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 .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .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 .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .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 .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 .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .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 .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .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 .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 .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea{color:#000;border:1px solid #ccc;border-radius:4px;width:100%;font-weight:400}.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 .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 .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .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 .descriptionFormBox .inputSuggestionBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .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 .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .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 .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 .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 .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .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 .descriptionFormBox .inputSuggestionBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .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 .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .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 .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 .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 .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea:focus,.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 .descriptionFormBox .inputSuggestionBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .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 .descriptionSuggestBox .inputBox input:focus,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .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{border-color:#000;outline:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input::-moz-placeholder{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea::-moz-placeholder{color:#aaa}.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 .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 .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .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 .descriptionFormBox .inputSuggestionBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .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 .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .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 .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 .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 .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .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 .descriptionFormBox .inputSuggestionBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .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 .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .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 .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 .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 .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea::placeholder,.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 .descriptionFormBox .inputSuggestionBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .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 .descriptionSuggestBox .inputBox input::placeholder,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .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{color:#aaa}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox input{height:50px;padding-left:10px;font-size:16px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .descriptionTextBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .inputBox textarea,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .descriptionTextBox textarea{resize:vertical;height:150px;padding:10px;font-size:14px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer{width:auto;display:inline-block;position:relative}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton{cursor:pointer;background:#f2f2f2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton svg{width:18px;height:18px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .iButton:hover{background:#e0e0e0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox{color:#fff;white-space:normal;word-wrap:break-word;text-align:center;background:#333;border-radius:12px;min-width:220px;max-width:250px;padding:10px 14px;font-size:14px;line-height:1.4;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 4px 12px #00000026}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .TitleFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .inputSuggestionBox .suggestionContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .descriptionFormBox .descriptionSuggestBox .suggestionContainer .popupBox:after{content:"";border:6px solid #0000;border-top-color:#333;position:absolute;top:100%;left:0;transform:translate(100%)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox{flex-direction:column;gap:15px;width:100%;padding:10px 20px;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox p{color:#fff;font-size:14px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox p span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox p span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox p span{color:red;font-size:12px;font-weight:600}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox{gap:20px;width:100%;display:flex}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox{flex-direction:column}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto{flex-wrap:wrap;gap:15px;width:70%;display:flex}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto{width:100%}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox{border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;width:calc(20% - 12px);height:150px;transition:border .3s ease-in-out;display:flex;position:relative;overflow:hidden}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox{width:calc(25% - 12px)}}@media (max-width:768px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox{width:calc(33.3333% - 10px)}}@media (max-width:480px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox{width:calc(50% - 8px);height:120px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox label{cursor:pointer;flex-direction:column;align-items:center;display:flex}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox label svg{width:40px;height:40px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox img,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox img,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox .closeIcon,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox .closeIcon,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox .closeIcon{color:#fff;cursor:pointer;background:var(--buttonColor);border:none;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;transition:background .3s;display:flex;position:absolute;top:5px;right:5px}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox .closeIcon svg{color:#fff;width:20px;height:20px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox.mainPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox.mainPhoto,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox.mainPhoto{border:2px solid var(--buttonColor)}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .uploadPhoto .uploadPhotoBox.mainPhoto .mainLabel{background:var(--buttonColor);color:#fff;text-align:center;width:100%;padding:2px 6px;font-size:12px;position:absolute;bottom:0;left:0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer{display:inline-block;position:relative}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton{cursor:pointer;background:#f2f2f2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton svg{width:18px;height:18px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .iButton:hover{background:#e0e0e0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox{color:#fff;white-space:normal;word-wrap:break-word;text-align:center;background:#333;border-radius:12px;min-width:220px;max-width:250px;padding:10px 14px;font-size:14px;line-height:1.4;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 4px 12px #00000026}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PhotoFormBox .photoFormSuggestBox .photoSuggestContainer .popupBox:after{content:"";border:6px solid #0000;border-top-color:#333;position:absolute;top:100%;left:0;transform:translate(100%)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox{flex-direction:column;gap:15px;width:100%;padding:30px 20px;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox label{font-size:16px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox label span{color:red;font-size:12px;font-weight:600}@media (max-width:480px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox label{font-size:14px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox label span,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox label span{font-size:9px}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox{gap:20px;width:100%;display:flex}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox{flex-direction:column}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox{flex-direction:column;gap:25px;width:70%;display:flex}@media (max-width:1024px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox{width:100%}}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox{flex-direction:column;gap:10px;width:100%;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox input{color:#000;border:1px solid #ccc;border-radius:4px;width:100%;height:50px;padding-left:10px;font-size:16px;font-weight:400}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox input:focus{border-color:#000;outline:none}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete{position:relative}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList{z-index:1000;background:#fff;border:1px solid #ddd;border-radius:4px;max-height:200px;margin:0;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 2px 4px #0000001a}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList li{cursor:pointer;padding:8px 12px;list-style-type:none}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .selectBox .locationAutocomplete .suggestionsList li:hover{background-color:#f5f5f5}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox{align-items:center;gap:15px;display:flex}.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],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]{appearance:none;border:2px solid var(--buttonColor);cursor:pointer;border-radius:5px;width:25px;height:25px}@media (max-width:480px){.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],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]{width:20px;height:20px}}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]:checked{background:#fff;border:none;outline:none;position:relative}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .CheckInputBox input[type=checkbox]:checked:before{content:"✔";color:#fff;background:var(--buttonColor);border:none;border-radius:5px;outline:none;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:flex;position:absolute;left:0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox{flex-direction:column;gap:15px;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox p{font-size:16px;font-weight:600}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox{flex-wrap:wrap;align-items:flex-start;gap:15px;display:flex;position:relative}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label{width:calc(100% - 40px);font-size:14px}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label span{color:var(--buttonColor);font-size:14px}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox label span a{color:inherit;text-decoration:none}.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],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]{appearance:none;border:2px solid var(--buttonColor);cursor:pointer;border-radius:5px;width:25px;height:25px;margin-top:2px}@media (max-width:480px){.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],.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]{width:20px;height:20px}}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]:checked{background:#fff;border:none;outline:none;position:relative}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox input[type=checkbox]:checked:before{content:"✔";color:#fff;background:var(--buttonColor);border:none;border-radius:5px;outline:none;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:flex;position:absolute;left:0}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .selectLocationMainBox .TermsandConditionbox .promotionCheckbox .error-message{color:red;width:100%;margin-top:5px;font-size:13px;display:block}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer{display:inline-block;position:relative}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton{cursor:pointer;background:#f2f2f2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton svg{width:18px;height:18px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .iButton:hover{background:#e0e0e0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox{color:#fff;white-space:normal;word-wrap:break-word;text-align:center;background:#333;border-radius:12px;min-width:180px;max-width:250px;padding:10px 14px;font-size:14px;line-height:1.4;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 4px 12px #00000026}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .locationFormBox .sellFormContactSubBox .contactSuggestContainer .popupBox:after{content:"";border:6px solid #0000;border-top-color:#333;position:absolute;top:100%;left:0;transform:translate(100%)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PostSubmitBtn,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PostSubmitBtn,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PostSubmitBtn{justify-content:flex-start;align-items:center;width:100%;padding:10px 20px;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PostSubmitBtn button,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PostSubmitBtn button,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PostSubmitBtn button{background:var(--buttonColor);cursor:pointer;border:none;border-radius:5px;outline:none;width:180px;height:50px}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .PostSubmitBtn button p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .PostSubmitBtn button p,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .PostSubmitBtn button p{color:#fff;font-size:18px;font-weight:400}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer{flex-direction:column;gap:15px;width:100%;margin-bottom:15px;padding:10px 20px;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain{flex-wrap:wrap;gap:10px;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox{border:.6px solid var(--buttonColor);border-radius:5px;justify-content:center;align-items:center;transition:all .2s;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox input,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox input{display:none}.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,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox input:checked+label{background-color:var(--buttonColor);color:#fff}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label{color:var(--buttonColor);cursor:pointer;text-align:center;border-radius:3px;width:100%;padding:6px 12px;font-size:.8em;transition:all .2s}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .keywordBox label:hover{background-color:rgba(var(--buttonColor-rgb),.1)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer{display:inline-block;position:relative}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton{cursor:pointer;background:#f2f2f2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton svg,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton svg{width:18px;height:18px;color:var(--buttonColor)}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton:hover,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .iButton:hover{background:#e0e0e0}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox{color:#fff;white-space:normal;word-wrap:break-word;text-align:center;background:#333;border-radius:12px;min-width:220px;max-width:250px;padding:10px 14px;font-size:14px;line-height:1.4;position:absolute;bottom:calc(100% + 10px);left:0;box-shadow:0 4px 12px #00000026}.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox:after,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox:after{content:"";border:6px solid #0000;border-top-color:#333;position:absolute;top:100%;left:0;transform:translate(100%)}@media (max-width:480px){.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormMainBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormPhotoBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox,.sellFormHome .sellForm .sellFormBox .SellFormBoxes .sellFormContactBox .formGroup form .keywordBoxContainer .keywordBoxMain .contactSuggestContainer .popupBox{border-radius:8px;min-width:130px;padding:8px 10px;font-size:12px}}.renderDynamicFieldsFormBox{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px;padding:10px 20px;display:flex}.renderDynamicFieldsFormBox label{font-size:16px}.renderDynamicFieldsFormBox label span{color:red}.renderDynamicFieldsFormBox select{cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:4px;outline:none;justify-content:space-between;align-items:center;width:100%;height:50px;padding:10px;font-size:16px;display:flex}.renderDynamicFieldsFormBox option{color:#000;background:#fff;border:none;font-size:16px}.renderDynamicFieldsFormBox option:hover{background:#f3f3f3}.CheckRadioFormBox{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px;padding:10px 20px;display:flex}.CheckRadioFormBox label{font-size:16px;font-weight:400}.CheckRadioFormBox label span{color:red}.CheckRadioFormBox .CheckRadio{align-items:center;gap:15px;display:flex}.CheckRadioFormBox .CheckRadio input{width:15px;height:15px}.CheckRadioFormBox .CheckRadio [type=date]{border:1px solid #ccc;border-radius:4px;width:100%;height:45px;padding:10px}.DateFormBox{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px;padding:10px 20px;display:flex}.DateFormBox label{font-size:16px;font-weight:400}.DateFormBox label span{color:red}.DateFormBox input{border:1px solid #ccc;border-radius:4px;width:100%;height:45px;padding:10px;font-size:16px}.userProfile{width:100%;margin-top:100px;padding:0}@media (max-width:1024px){.userProfile{margin-top:80px;padding:40px 0}}@media (max-width:768px){.userProfile{margin-top:70px;padding:30px 0}}@media (max-width:480px){.userProfile{margin-top:60px;padding:20px 0}}.userProfile .UserProfileMain{width:100%;display:flex;position:relative}@media (max-width:1024px){.userProfile .UserProfileMain{border:1px solid var(--buttonColor);border-radius:10px;flex-direction:column;margin-top:20px}}.userProfile .UserProfileMain .mobileBackButton{background:var(--buttonColor);color:#000;cursor:pointer;border:none;border-radius:5px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 15px;font-family:Poppins,sans-serif;font-size:14px;display:none}@media (max-width:1024px){.userProfile .UserProfileMain .mobileBackButton{background:var(--secondaryColor);border-radius:10px 10px 0 0;display:flex}}.userProfile .UserProfileMain .userProfileBox:first-child{width:300px}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox:first-child{width:100%}}.userProfile .UserProfileMain .userProfileBox:last-child{flex:1}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox:last-child{width:100%}.userProfile .UserProfileMain .userProfileBox.hiddenOnMobile{display:none}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox{border-right:1px solid var(--secondaryBackgroundColor);background:#fff;width:300px;height:100%;padding-right:10px}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox{border-right:none;border-radius:20px;width:100%;padding-right:0}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead{border-bottom:1px solid #eee;flex-direction:column;gap:15px;width:100%;padding:20px;display:flex}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead{padding:15px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadIconBox{border-radius:50%;width:100px;height:100px;margin:0 auto}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadIconBox{width:80px;height:80px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadIconBox img{-o-object-fit:cover;object-fit:cover;border:1px solid #eee;border-radius:50%;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadTitleBox{text-align:center;flex-direction:column;gap:5px;display:flex}.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{color:var(--secondaryTextColor);font-size:14px;font-weight:400}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuHead .profileMenuHeadTitleBox span{font-size:13px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody{flex-direction:column;gap:5px;padding:15px 0;display:flex}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem{cursor:pointer;justify-content:space-between;align-items:center;gap:15px;height:55px;padding:0 20px;transition:all .3s;display:flex}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem{height:50px;padding:0 15px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem span{background:#4caf50;border-radius:50%;width:8px;height:8px}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem .menuSubItem{align-items:center;gap:15px;display:flex}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem .menuSubItem .menuIcon{background:var(--secondaryBackgroundColor);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}@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;color:var(--secondaryTextColor);transition:all .3s}@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{color:var(--secondaryTextColor);font-size:15px;font-weight:400;transition:all .3s}@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:#000}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem:hover .menuIcon svg{color:#fff}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem:hover .menuTitle p{color:#000}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem.active .menuIcon{background:#000}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem.active .menuIcon svg{color:#fff}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuBody .menuItem.active .menuTitle p{color:#000}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter{border-top:1px solid #eee;padding:15px 0}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem{cursor:pointer;align-items:center;gap:15px;height:55px;padding:0 20px;display:flex}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem{height:50px;padding:0 15px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem .menuIcon{background:var(--secondaryBackgroundColor);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}@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}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem .menuIcon svg{width:18px;height:18px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem .menuTitle p{color:var(--secondaryTextColor);font-size:15px;font-weight:400;transition:all .3s}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem .menuTitle p{font-size:14px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem:hover .menuIcon{background:#000}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem:hover .menuIcon svg{color:#fff}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .menuItem:hover .menuTitle p{color:#000}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount{cursor:pointer;align-items:center;gap:15px;height:55px;padding:0 20px;display:flex}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount{height:50px;padding:0 15px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuIcon{background:#ff000021;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuIcon{width:35px;height:35px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuIcon svg{color:red;width:20px;height:20px;transition:all .3s}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuIcon svg{width:18px;height:18px}}.userProfile .UserProfileMain .userProfileBox .userProfileMenuBox .profileMenuFooter .deleteAccount .menuTitle p{color:red;font-size:15px;font-weight:400;transition:all .3s}@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{border-bottom:1px solid #eee;flex-direction:column;justify-content:flex-start;gap:15px;width:100%;padding:20px 0;display:flex}.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{border-radius:15px;width:100%;height:auto}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;padding:15px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo{flex-direction:column;gap:15px;width:50%;margin-bottom:20px;display:flex}@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{flex-direction:column;gap:15px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .inputFieldsBox input,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .setLocation input,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .inputFieldsBox input,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .setLocation input,.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{border:1px solid #ccc;border-radius:5px;width:100%;height:45px;padding:10px;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{align-items:center;gap:20px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection .radioBtn,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection .radioBtn{align-items:center;gap:10px;display:flex}.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{border:1px solid #eee;border-radius:50%;width:100px;height:100px;position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userNameBox .userImg img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .userNameBox .userImg .editBtn{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background .3s;display:flex;position:absolute;bottom:0;right:0}.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{justify-content:flex-end;align-items:center;gap:20px;width:50%;display:flex}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .submitBtn{width:100%}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .userProfileEditBox .submitBtn button{color:#fff;background:var(--buttonColor);cursor:pointer;border:none;border-radius:5px;outline:none;width:150px;height:40px;font-size:16px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer{gap:20px;width:100%;display:flex;position:relative}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer{flex-direction:column;padding:0 15px 15px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .mobileBackButton{color:#000;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;margin-bottom:0;padding:10px 15px;font-family:Poppins,sans-serif;font-size:14px;display:none}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .mobileBackButton{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds{flex-direction:column;gap:10px;width:550px;min-height:75vh;padding:0 15px;display:flex;position:relative}@media (max-width:1300px){.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:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds{padding:0;width:100%!important}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds.hiddenOnMobile{display:none}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .profileMenuHead{border-bottom:1px solid #e1e1e1;padding:15px 0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .profileMenuHead .profileMenuHeadTitleBox p{margin:0;font-size:18px;font-weight:600}.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{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--buttonColor)transparent;gap:10px;padding:15px 0;display:flex;overflow-x:auto}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .adsFilterScroll::-webkit-scrollbar{height:6px;display:block}.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:0 0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .adsFilterContainer .filterButton{cursor:pointer;white-space:nowrap;background-color:#fff;border:1px solid #e1e1e1;border-radius:20px;flex-shrink:0;padding:8px 16px;font-size:14px;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:#fff;border-color:var(--buttonColor)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox{cursor:pointer;border:1px solid #eee;border-radius:20px;width:100%;padding:15px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox:hover{background:#eee}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox.selected{background-color:#f0f8ff;border-color:#ccc}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox{flex-wrap:wrap;align-items:flex-start;gap:15px;width:100%;display:flex}.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{-o-object-fit:cover;object-fit:cover;border-radius:10px;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .adDetailsBox{width:calc(100% - 190px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .adDetailsBox .adTitle{white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:1rem;font-weight:500;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .adDetailsBox .adDescription{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:10px;width:100px;display:flex;position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .activeSoldDropdownBox{align-items:center;gap:10px;display:flex;position:relative}.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{text-transform:uppercase;color:orange;background:#ffa50024;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .status-badge.active{color:#4caf50;background-color:#4caf501a}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .status-badge.sold{color:#f44336;background-color:#f443361a}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .threeDotIcon{cursor:pointer;font-size:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .dropdownWrapper{position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .customDropdown{z-index:10;background-color:#fff;border-radius:8px;min-width:130px;padding:8px 0;position:absolute;top:30px;right:0;box-shadow:0 4px 10px #0000001a}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .myAdMainBox .myAdBox .activeOrSoldProductBox .customDropdown li{cursor:pointer;padding:8px 16px;font-size:14px;list-style-type:none;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{cursor:pointer;color:#000;font-size:14px;text-decoration:none;transition:background .3s}.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{text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;padding:20px;display:flex}.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{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .noDataFound p{color:#666;margin:15px 0;font-size:18px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .noDataFound .postAdButton{background:var(--buttonColor);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:20px;padding:10px 20px;font-size:16px;transition:background-color .3s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .myAds .noDataFound .postAdButton:hover{opacity:.9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-self:flex-start;width:calc(100% - 20px);padding:20px;transition:all .3s;position:sticky;top:100px;box-shadow:0 4px 12px #0000000d}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox{width:100%;box-shadow:none;margin-top:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox.hiddenOnMobile{display:none}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent{flex-direction:column;gap:15px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent h2{color:#1f2937;margin:0 0 10px;font-size:22px;font-weight:600}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox{align-items:flex-start;gap:20px;width:100%;display:flex}@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{background:#f9fafb;border-radius:12px;flex-shrink:0;width:120px;height:120px;overflow:hidden}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adImg{width:100%;height:auto;min-height:200px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adImg img{-o-object-fit:cover;object-fit:cover;border-radius:12px;width:100%;height:100%;transition:transform .3s}.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{flex-direction:column;gap:8px;width:100%;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .adImgDescriptionBox .adDetails p{color:#374151;margin:0;font-size:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup{flex-wrap:wrap;gap:12px;margin-top:15px;display:flex}@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{cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .3s;box-shadow:0 2px 6px #0000000d}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.soldStatusButton.unsold{color:#fff;background:#10b981}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.soldStatusButton.unsold:hover{background:#059669}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.soldStatusButton.sold{color:#fff;background:#ef4444}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.soldStatusButton.sold:hover{background:#dc2626}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.withdrawStatusButton.withdrawn{color:#92400e;background:#c09d14}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.withdrawStatusButton.withdrawn:hover{background:#fcd34d}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.withdrawStatusButton.republished{color:#000;background:#facc15}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button.withdrawStatusButton.republished:hover{background:#eab308}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;color:#9ca3af!important;background:#e5e7eb!important}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .adDetailBox .detailContent .buttonGroup button a{color:inherit;text-decoration:none;display:block}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;height:100vh;display:flex;position:fixed;inset:0;overflow-y:auto}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal{text-align:center;background:#fff;border-radius:10px;width:90%;max-width:400px;padding:30px;box-shadow:0 4px 20px #00000026}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .deleteIcon{margin-bottom:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal h3{color:#333;margin-bottom:10px;font-size:20px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal p{color:#666;margin-bottom:25px;font-size:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .modalButtons{justify-content:center;gap:15px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .modalButtons button{cursor:pointer;border-radius:5px;min-width:100px;padding:10px 20px;font-weight:500;transition:all .2s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .modalButtons button.cancelButton{color:#333;background:#f0f0f0;border:1px solid #ddd}.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{color:#fff;background:#f44336;border:none}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .myAdsContainer .modalOverlay .deleteModal .modalButtons button.deleteButton:hover{background:#d32f2f}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer{gap:20px;width:100%;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .mobileBackButton{color:#000;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;margin-bottom:0;padding:10px 15px;font-family:Poppins,sans-serif;font-size:14px;display:none}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .mobileBackButton{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats{scrollbar-width:thin;scrollbar-color:#ccc transparent;background-color:#fff;width:100%;height:75vh;padding:0 15px;overflow-y:auto}.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{border-bottom:1px solid #e1e1e1;padding:15px 0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:12px;transition:background-color .2s;display:flex;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:#ebebeb}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime{flex-wrap:wrap;align-items:flex-start;gap:10px;width:100%;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactAvatar{border-radius:50%;width:60px;height:60px;position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactAvatar img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactAvatar .statusDot{border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.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% - 143px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactInfo h4{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:500;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactInfo .lastMessage{color:#757575;white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:14px;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .chatMessageTime{width:63px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .chatMessageTime .messageTime{color:#757575;font-size:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox{border:1px solid #eee;border-radius:10px;flex-direction:column;width:100%;max-width:600px;margin:0 auto;padding:5px;display:flex}@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{background-color:#fff;border-bottom:1px solid #e1e1e1;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info{align-items:center;gap:12px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info .avatar{border-radius:50%;width:40px;height:40px;position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info .avatar img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .contact-info .avatar:after{content:"";border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.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{color:#757575;margin:0;font-size:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .header-actions{gap:12px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-header .header-actions .action-btn{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:4px;font-size:20px;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{scroll-behavior:smooth;height:60vh;padding:16px;overflow-y:auto}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message{flex-wrap:wrap;margin-bottom:12px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content{word-wrap:break-word;border-radius:8px;max-width:100%;padding:8px 12px;position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content p{margin:0;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-body .message .message-content .message-meta{color:#757575;justify-content:flex-end;align-items:center;gap:4px;margin-top:4px;font-size:11px;display:flex}.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{background-color:#fff;border-top:1px solid #e1e1e1;flex-wrap:wrap;gap:8px;padding:8px 16px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer input{border:1px solid #e1e1e1;border-radius:20px;outline:none;flex:70%;min-width:0;padding:10px 16px;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{background-color:var(--buttonColor);cursor:pointer;border:none;border-radius:50%;flex:0 0 45px;justify-content:center;align-items:center;width:45px;height:45px;transition:all .25s;display:flex;box-shadow:0 4px 10px #4caf504d}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn svg{color:#fff;width:22px;height:22px;transition:transform .2s}.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:translate(2px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn:active:not(:disabled){background-color:#388e3c;transform:scale(.95)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer .send-btn:disabled{box-shadow:none;cursor:not-allowed;background-color:#e0e0e0}.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{height:50vh;padding:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox .chat-footer input{flex: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{border-right:none;width:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chatBox{border:none;border-radius:0;width:100%}}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .contactInfo{width:calc(100% - 133px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats .contactItem .contactImgInfoTime .chatMessageTime{width:50px}}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .chatsContainer .chats{border-radius:15px;padding:0 10px}.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}.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{align-items:flex-start;gap:20px;width:100%;min-height:50vh;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound{text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;padding:20px;display:flex}.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{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound p{color:#666;margin:15px 0;font-size:18px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound .postAdButton{background:var(--buttonColor);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:20px;padding:10px 20px;font-size:16px;transition:background-color .3s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .noDataFound .postAdButton:hover{opacity:.9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .mobileBackButton{color:#000;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;margin-bottom:0;padding:10px 15px;font-family:Poppins,sans-serif;font-size:14px;display:none}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .mobileBackButton{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList{background-color:#fff;width:100%;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{border-bottom:1px solid #e1e1e1;padding:15px 0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerListHeader .offerListTitle p{margin:0;font-size:18px;font-weight:600}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:15px;transition:background-color .2s;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem:hover{background-color:#f9f9f9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem.selected{background-color:#ebebeb}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate{flex-wrap:wrap;align-items:flex-start;gap:15px;width:100%;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerImage{border-radius:50%;width:60px;height:60px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerImage img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails{width:calc(100% - 155px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails h4{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:500;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails p{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:1.5;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{color:#757575;font-size:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox{background:#fff;border:1px solid #e1e1e1;border-radius:10px;width:calc(100% - 20px);padding:20px;position:relative;box-shadow:0 2px 8px #0000001a}@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{box-shadow:none;display:block}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader{border-bottom:1px solid #f0f0f0;margin-bottom:20px;padding-bottom:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo{align-items:center;gap:15px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .back-button{cursor:pointer;color:#333;background:0 0;border:none;font-size:24px;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,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .sellerImage img{border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .sellerDetails h3{margin:0;font-size:18px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerHeader .sellerInfo .sellerDetails .offerDate{color:#757575;margin:5px 0 0;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox{background:#f8f9fa;border-radius:8px;margin-bottom:20px;padding:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .messageText{color:#333;margin:0 0 15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails{background:#fff;border:1px solid #eee;border-radius:6px;gap:15px;margin-bottom:15px;padding:10px;display:flex;position:relative}@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;height:90px;position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productImage img{-o-object-fit:cover;object-fit:cover;border-radius:10px;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .productTitle{margin:0 0 5px;font-size:16px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .originalPrice{color:#666;margin:5px 0;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .offerPrice{color:#4caf50;margin:5px 0;font-size:15px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .location{color:#666;margin:5px 0 0;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerMessageBox .offerMessageContent .additionalMessage{white-space:pre-line;background:#fff;border-left:3px solid #4caf50;border-radius:6px;margin:15px 0 0;padding:10px;font-style:italic}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons{gap:15px;margin-top:20px;display:flex}@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{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px;font-size:14px;font-weight:500;transition:all .2s}.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{color:#fff;background-color:#4caf50}.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{color:#fff;background-color:#f44336}.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{color:#000;background-color:#ffc107}.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{flex-direction:column;flex:1;gap:10px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons .negotiationInputGroup{position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons .negotiationInputGroup .negotiationInput{border:1px solid #ddd;border-radius:4px;width:100%;padding:10px 10px 10px 25px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons .negotiationInputGroup .currencySymbol{color:#666;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox .offerContent .offerActionButtons .negotiateButton{color:#000;cursor:pointer;background-color:#ffc107;border:none;border-radius:4px;padding:10px;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 .offerHeader,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .soldContent .offerContent{opacity:.3;pointer-events:none;transition:opacity .3s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .soldContent .soldStamps{color:#d33;text-transform:uppercase;z-index:1;pointer-events:none;background-color:#ff000026;border:3px solid #d33;border-radius:8px;padding:10px 28px;font-size:32px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-20deg);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{border-right:none;width:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offerDetailsBox{border:none;border-radius:0;width:100%}}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDetails{width:calc(100% - 133px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList .offerItem .offerImgDetailDate .offerDate{width:50px}}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerContainer .offersList{border-radius:15px;padding:0 10px}.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}.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{border-radius:15px;padding: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{align-items:flex-start;gap:20px;width:100%;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .mobileBackButton{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;margin-bottom:0;padding:10px 15px;font-family:Poppins,sans-serif;font-size:14px;display:none}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .mobileBackButton{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests{background-color:#fff;width:100%;min-height:75vh;padding:0 15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .noDataFound{text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;padding:20px;display:flex}.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{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .noDataFound p{color:#666;margin:15px 0;font-size:18px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .noDataFound .postAdButton{background:var(--buttonColor);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:20px;padding:10px 20px;font-size:16px;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{border-bottom:1px solid #e1e1e1;padding:15px 0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerListHeader .offerListTitle p{margin:0;font-size:18px;font-weight:600}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:15px;transition:background-color .2s;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem:hover{background-color:#f9f9f9}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem.selected{background-color:#ebebeb}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate{flex-wrap:wrap;align-items:flex-start;gap:15px;width:100%;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerImage{border-radius:50%;width:60px;height:60px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerImage img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails{width:calc(100% - 155px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails h4{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:500;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails p{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:1.5;overflow:hidden}.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{color:#757575;font-size:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox{background:#fff;border:1px solid #e1e1e1;border-radius:10px;width:calc(100% - 20px);padding:20px;position:relative;box-shadow:0 2px 8px #0000001a}@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{border-bottom:1px solid #f0f0f0;margin-bottom:20px;padding-bottom:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo{align-items:center;gap:15px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .back-button{cursor:pointer;color:#333;background:0 0;border:none;font-size:24px;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,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .sellerImage img{border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .sellerDetails h3{margin:0;font-size:18px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerHeader .sellerInfo .sellerDetails .offerDate{color:#757575;margin:5px 0 0;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox{background:#f8f9fa;border-radius:8px;margin-bottom:20px;padding:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .messageText{color:#333;margin:0 0 15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails{background:#fff;border:1px solid #eee;border-radius:6px;gap:15px;margin-bottom:15px;padding:10px;display:flex;position:relative}@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;height:90px;position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productImage img{-o-object-fit:cover;object-fit:cover;border-radius:10px;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .productTitle{margin:0 0 5px;font-size:16px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .productDescription{font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .originalPrice{color:#666;margin:5px 0;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .offerPrice{color:#4caf50;margin:5px 0;font-size:15px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .productDetails .productInfo .location{color:#666;margin:5px 0 0;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerMessageBox .offerMessageContent .additionalMessage{white-space:pre-line;background:#fff;border-left:3px solid #4caf50;border-radius:6px;margin:15px 0 0;padding:10px;font-style:italic}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerActionButtons{gap:15px;margin-top:20px;display:flex}@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{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px;font-size:14px;font-weight:500;transition:all .2s}.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{color:#fff;background-color:#4caf50}.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:#fff}.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{color:#fff;background-color:#f44336}.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{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .offerPopup{background:#fff;border-radius:8px;width:90%;max-width:400px;padding:20px}.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{border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:20px;padding:10px;font-size:16px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .popupButtons{gap:10px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox .offerContent .popupButtons button{cursor:pointer;border:none;border-radius:4px;flex:1;padding:10px}.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:#fff}.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 .offerHeader,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .soldContent .offerContent{opacity:.3;pointer-events:none;transition:opacity .3s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .soldContent .soldStamps{color:#d33;text-transform:uppercase;z-index:1;pointer-events:none;background-color:#ff000026;border:3px solid #d33;border-radius:8px;padding:10px 28px;font-size:32px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-20deg);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{border-right:none;width:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interestDetailsBox{border:none;border-radius:0;width:100%}}@media (max-width:768px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDetails{width:calc(100% - 133px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests .offerItem .offerImgDetailDate .offerDate{width:50px}}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .InterestContainer .interests{border-radius:15px;padding:0 10px}.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}.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{box-shadow:none;border-radius:15px;padding:15px}.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{gap:20px;width:100%;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .mobileBackButton{color:#000;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;margin-bottom:0;padding:10px 15px;font-family:Poppins,sans-serif;font-size:14px;display:none}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .mobileBackButton{display:flex}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing{border-right:1px solid #e0e0e0;flex-direction:column;gap:10px;width:100%;min-height:75vh;padding:0 15px;display:flex}@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{border-bottom:1px solid #e0e0e0;padding:15px 0}.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{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:15px;transition:background-color .2s;display:flex}.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:#ebebeb}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem.unread{background-color:#f5f9ff}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationUserImage{width:40px;height:40px;margin-right:10px;position:relative}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationUserImage img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationUserImage .unreadBadge1{background-color:#28a745;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationContent{width:calc(100% - 130px)}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationContent h4{white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:1rem;font-weight:500;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationContent p{color:#666;white-space:nowrap;text-overflow:ellipsis;width:300px;margin:0;font-size:14px;overflow:hidden}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationMeta{flex-direction:column;align-items:flex-end;width:80px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationMeta .notificationDate{color:#999;font-size:10px}.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 .offerDetailsBox,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox{background:#fff;border:1px solid #e1e1e1;border-radius:10px;padding:20px;position:sticky;top:100px;box-shadow:0 2px 8px #0000001a}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader{border-bottom:1px solid #f0f0f0;margin-bottom:20px;padding-bottom:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo{align-items:center;gap:15px;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .back-button,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .back-button{cursor:pointer;color:#333;background:0 0;border:none;font-size:24px;display:none}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .back-button,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .back-button{display:block}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .sellerImage,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .sellerImage,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .sellerImage img,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .sellerImage img{border-radius:50%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .sellerDetails h3,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .sellerDetails h3{margin:0;font-size:18px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerHeader .sellerInfo .sellerDetails .offerDate,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerHeader .sellerInfo .sellerDetails .offerDate{color:#757575;margin:5px 0 0;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox{background:#f8f9fa;border-radius:8px;margin-bottom:20px;padding:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .messageText,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .messageText{color:#333;margin:0 0 15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails{background:#fff;border:1px solid #eee;border-radius:6px;gap:15px;margin-bottom:15px;padding:10px;display:flex}@media (max-width:480px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails{flex-direction:column}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productImage,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productImage{border-radius:10px;width:90px;height:90px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productImage img,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productImage img{-o-object-fit:cover;object-fit:cover;border-radius:10px;width:100%;height:100%}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .productTitle,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .productTitle{margin:0 0 5px;font-size:16px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .productDescription,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .productDescription{font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .originalPrice,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .originalPrice{color:#666;margin:5px 0;font-size:14px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .offerPrice,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .productDetails .productInfo .offerPrice{color:#4caf50;margin:5px 0;font-size:15px;font-weight:500}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .offerMessageBox .offerMessageContent .additionalMessage,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .offerMessageBox .offerMessageContent .additionalMessage{white-space:pre-line;background:#fff;border-left:3px solid #4caf50;border-radius:6px;margin:15px 0 0;padding:10px;font-style:italic}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .noNotificationSelected{color:#666;justify-content:center;align-items:center;height:100vh;font-size:16px;display:flex}@media (max-width:1024px){.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer{flex-direction:column;gap:0}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing{border-right:none;width:100%}.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% - 120px)}.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{width:200px;font-size:13px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationListing .notificationList .notificationItem .notificationMeta .notificationDate{font-size:12px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox{padding:15px}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .offerDetailsBox .productDetails .productImage,.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .notificationContainer .notificationDetails .interestDetailsBox .productDetails .productImage{width:80px;height:80px}}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerListTab{border-bottom:1px solid #e1e1e1;align-items:center;gap:10px;width:100%;margin-bottom:10px;padding:10px 0;display:flex}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerListTab .tablinks{cursor:pointer;white-space:nowrap;background-color:#fff;border:1px solid #e1e1e1;border-radius:20px;outline:none;padding:8px 16px;font-size:14px;transition:all .2s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerListTab .tablinks:hover{background:#f5f5f5;transition:all .2s}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerListTab .active{background:var(--buttonColor);border:1px solid var(--buttonColor);color:#fff}.userProfile .UserProfileMain .userProfileBox .profileMenuItemListBox .userProfileMenuViewBox .offerListTab .active:hover{background:var(--buttonColor);transition:all .2s}.userMobileProf{min-height:65vh;padding:40px 0}.userMobileProf .userProfileMenuViewBox{border-radius:15px;width:100%;height:auto;padding:5px}.userMobileProf .userProfileMenuViewBox .userProfileEditBox{flex-direction:column;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo{flex-direction:column;gap:15px;width:50%;margin-bottom:20px;display:flex}.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{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;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{align-items:center;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection .radioBtn,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection .radioBtn{align-items:center;gap:10px;display:flex}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection label,.userMobileProf .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection label{font-size:14px}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .submitBtn{justify-content:flex-end;align-items:center;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .userProfileEditBox .submitBtn button{color:#000;cursor:pointer;background:#febd69;border:none;border-radius:5px;outline:none;width:150px;height:40px;font-size:16px}.userMobileProf .userProfileMenuViewBox .changePasswordBox{flex-direction:column;gap:40px;display:flex}.userMobileProf .userProfileMenuViewBox .changePasswordBox .changeOldPassword{flex-direction:column;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .changePasswordBox .changeOldPassword label{font-size:16px;font-weight:400}.userMobileProf .userProfileMenuViewBox .changePasswordBox .changeOldPassword input{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;font-size:14px}.userMobileProf .userProfileMenuViewBox .changePasswordBox .createNewPassword{flex-direction:column;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .changePasswordBox .createNewPassword label{font-size:16px;font-weight:400}.userMobileProf .userProfileMenuViewBox .changePasswordBox .createNewPassword input{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;font-size:14px}.userMobileProf .userProfileMenuViewBox .changePasswordBox .submitBtn{justify-content:flex-end;align-items:center;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .changePasswordBox .submitBtn button{color:#000;cursor:pointer;background:#febd69;border:none;outline:none;width:100px;height:40px;font-size:16px}.userMobileProf .userProfileMenuViewBox .myAds{flex-direction:column;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox:hover{background:#eee}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox{align-items:self-start;gap:40px;display:flex}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox{width:90px;height:61px}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox img{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:100%;height:100%}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox{flex-direction:column;gap:10px;display:flex}.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{align-items:center;gap:10px;display:flex}.userMobileProf .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .activeBtn{background:green;border-radius:50%;width:10px;height:10px}.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{flex-direction:column;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox:hover{background:#f8f8f8}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox{align-items:center;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox{width:66px;height:44px}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.userMobileProf .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg{flex-direction:column;gap:10px;display:flex}.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{flex-direction:column;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox:hover{background:#f8f8f8}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox{align-items:center;gap:20px;display:flex}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox{width:59px;height:47px}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg{flex-direction:column;gap:10px;display:flex}.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{align-items:center;gap:10px;display:flex}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .onlineBtn{background:green;border-radius:50%;width:10px;height:10px}.userMobileProf .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .offlineBtn{background:red;border-radius:50%;width:10px;height:10px}.Chat{width:100%;margin-top:80px;padding:20px 0}@media (max-width:768px){.Chat{margin-top:60px;padding:40px 0}}@media (max-width:480px){.Chat{margin-top:60px;padding:40px 0}}.Chat .chatBox{border:1px solid #eee;border-radius:15px;width:100%;height:calc(100vh - 180px);margin-top:20px;display:flex;position:relative;overflow:hidden}.Chat .chatBox .chatInbox{background:#fff;flex-direction:column;width:30%;transition:transform .3s;display:flex;position:relative}@media (max-width:1024px){.Chat .chatBox .chatInbox{width:100%;height:100%}}.Chat .chatBox .chatInbox .chatInboxHead{background:var(--buttonColor);z-index:1;border-radius:15px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;height:75px;padding:0 15px;display:flex}@media (max-width:1024px){.Chat .chatBox .chatInbox .chatInboxHead{border-radius:15px 0 0}}.Chat .chatBox .chatInbox .chatInboxHead .chatHead h3{color:#fff;font-size:20px;font-weight:600}.Chat .chatBox .chatInbox .chatInboxHead .chatSearchMenu{align-items:center;gap:15px;display:flex}.Chat .chatBox .chatInbox .chatInboxHead .chatSearchMenu .searchIcon{cursor:pointer;align-items:center;gap:5px;display:flex}.Chat .chatBox .chatInbox .chatInboxHead .chatSearchMenu .searchIcon svg{color:#fff;width:24px;height:24px}.Chat .chatBox .chatInbox .chatInboxHead .chatSearchMenu .searchInput{border:none;border-radius:20px;outline:none;width:200px;padding:5px}.Chat .chatBox .chatInbox .chatInboxHead .chatSearchMenu [type=text]{color:#000;padding-left:8px;font-size:14px}.Chat .chatBox .chatInbox .singleChatInbox{border:1px solid #00000012;flex:1;overflow-y:auto}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox{cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:15px;display:flex;position:relative}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox.active{background-color:#f5f5f5}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg{align-items:center;gap:15px;display:flex}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleImgInbox{border-radius:50%;width:55px;height:55px;position:relative}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleImgInbox img{-o-object-fit:cover;object-fit:cover;border-radius:50%;height:100%}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleImgInbox .onlineStatus{border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:5px;right:5px}.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{flex-direction:column;display:flex}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleMsgInbox p{font-size:18px;font-weight:500}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .singleInboxImgMsg .singleMsgInbox span{color:#525252;text-overflow:ellipsis;-webkit-line-clamp:1;white-space:nowrap;-webkit-box-orient:vertical;width:200px;min-width:100%;font-size:14px;font-weight:400;display:-webkit-box;overflow:hidden}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .msgSendTime{flex-direction:column;align-items:flex-end;display:flex}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .msgSendTime p{color:#888;min-width:40px;font-size:12px}.Chat .chatBox .chatInbox .singleChatInbox .singleUserChatBox .msgSendTime .unreadCount{color:#fff;background:green;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-top:5px;font-size:12px;display:flex}.Chat .chatBox .singleChatBox{background:#fff;flex-direction:column;width:70%;display:flex;position:relative}@media (max-width:1024px){.Chat .chatBox .singleChatBox{z-index:100;border-radius:20px 20px 0 0;width:100%;height:70vh;transition:transform .3s ease-out;display:flex;position:fixed;bottom:0;left:0;transform:translateY(100%);box-shadow:0 -5px 20px #0000001a}.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{background:#fbfbfb;border-radius:0 15px 0 0;justify-content:space-between;align-items:center;height:75px;padding:0 15px;display:flex}@media (max-width:1024px){.Chat .chatBox .singleChatBox .singleChatBoxHead{border-radius:20px 20px 0 0}}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg{align-items:center;gap:15px;display:flex}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserImg{border-radius:50%;width:55px;height:55px;position:relative}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserImg img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserImg .onlineStatus{border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:5px;right:5px}.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{flex-direction:column;display:flex}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserName p{font-size:16px;font-weight:400}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatUserWithImg .chatUserName span{color:#888;font-size:12px}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatCallCloseMenu{align-items:center;gap:15px;display:flex}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatCallCloseMenu .back-button{cursor:pointer;color:#333;background:0 0;border:none;font-size:24px;display:none}@media (max-width:1024px){.Chat .chatBox .singleChatBox .singleChatBoxHead .chatCallCloseMenu .back-button{display:block}}.Chat .chatBox .singleChatBox .singleChatBoxHead .chatCallCloseMenu svg{cursor:pointer;width:24px;height:24px}.Chat .chatBox .singleChatBox .singleInsideMsgBox{flex-direction:column;flex:1;gap:10px;padding:15px;display:flex;overflow-y:auto}@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{border-radius:10px;max-width:70%;padding:10px 15px;font-size:14px;position:relative}.Chat .chatBox .singleChatBox .singleInsideMsgBox .chatMessage.sent{background-color:var(--secondaryColor);color:#000;white-space:pre-line;align-self:flex-end}.Chat .chatBox .singleChatBox .singleInsideMsgBox .chatMessage.sent .messageMeta{color:#999}.Chat .chatBox .singleChatBox .singleInsideMsgBox .chatMessage.received{color:#000;white-space:pre-line;background-color:#eee;align-self:flex-start}.Chat .chatBox .singleChatBox .singleInsideMsgBox .chatMessage .messageMeta{justify-content:flex-end;align-items:center;gap:10px;margin-top:5px;font-size:10px;display:flex}.Chat .chatBox .singleChatBox .singleChatBoxFooter{border-top:1px solid #eee;margin-bottom:40px;padding:15px}.Chat .chatBox .singleChatBox .singleChatBoxFooter .chatInputBox{align-items:center;display:flex;position:relative}.Chat .chatBox .singleChatBox .singleChatBoxFooter .chatInputBox input{border:1px solid #333;border-radius:25px;outline:none;width:100%;padding:10px 40px 10px 15px;font-size:14px}.Chat .chatBox .singleChatBox .singleChatBoxFooter .chatInputBox .sendButton{cursor:pointer;color:var(--buttonColor);background:0 0;border:none;font-size:20px;position:absolute;right:20px}.Chat .chatBox .singleChatBox .singleChatBoxFooter .chatInputBox .sendButton.disabled{color:#ccc;cursor:not-allowed}.Chat .chatBox .singleChatBox .noChatSelected{color:#888;justify-content:center;align-items:center;height:100%;font-size:20px;display:flex}.singleMsgInbox{flex-direction:column;gap:2px;display:flex}.singleMsgInbox p{margin:0;font-size:15px;font-weight:600}.singleMsgInbox span{color:#666;font-size:13px}.singleMsgInbox .inactiveUserBadges{background:#fdecea;border:1px solid #f5c2c2;border-radius:6px;width:fit-content;padding:2px 6px;font-size:10px;font-weight:500;display:inline-block;color:#e74c3c!important}.singleUserChatBox{transition:opacity .3s}.singleUserChatBox.inactive{opacity:.5;pointer-events:none}.chatOverlay{display:none}@media (max-width:1024px){.chatOverlay{z-index:90;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;display:block;position:fixed;inset:0}.chatOverlay.active{opacity:1;pointer-events:all}}.SingleProduct{width:100%;margin-top:100px;padding:30px 0}@media (max-width:768px){.SingleProduct{margin-top:60px;padding:40px 0}}@media (max-width:480px){.SingleProduct{margin-top:60px;padding:40px 0}}.SingleProduct .singleProductBox{border:1px solid #eee;border-radius:15px;align-items:flex-start;gap:25px;width:100%;height:auto;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerLeftSingleProductBox{flex-direction:column;gap:15px;width:45%;height:auto;padding:10px;display:flex;position:sticky;top:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox{border-radius:5px;flex-direction:column;gap:15px;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox{background:#eee;align-items:center;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox{justify-content:center;align-items:center;width:100%;height:640px;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox img{-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%;padding:40px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg{width:40px;height:40px;color:var(--buttonColor);cursor:pointer;z-index:10;position:absolute;top:50%;transform:translateY(-50%)}.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{white-space:nowrap;scroll-behavior:smooth;cursor:grab;width:100%;padding:10px 0;overflow-x:auto}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox.dragging{cursor:grabbing}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox{gap:10px;display:flex}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb{cursor:pointer;border:2px solid #0000;flex:none;width:100px;height:100px;transition:border .3s}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb img{-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb.active{border:1px solid #eee;border-radius:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox{flex-direction:column;gap:20px;width:60%;height:auto;padding:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox{border:1px solid #eee;border-radius:5px;flex-direction:column;gap:15px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox{border-radius:5px;padding:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductTitle h3{font-size:18px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand{flex-direction:column;gap:10px;margin-top:20px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox{display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox p{width:50%;font-size:15px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand .innerProductBrandBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;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{flex-direction:column;gap:5px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li{gap:20px;list-style-type:none;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li p{text-align:start;width:50%;font-size:15px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;bottom:-10px;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox{flex-direction:column;gap:10px;padding:10px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox{justify-content:space-between;align-items:start;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .priceTag h3{font-size:24px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon{align-items:start;gap:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon>div{justify-content:center;align-items:center;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon svg{cursor:pointer;width:25px;height:25px;color:var(--buttonColor);transition:all .2s}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon svg:hover{transform:scale(1.1)}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon .RiFlagLine,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon .RiFlagFill,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon .MdOutlineShare{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 p{color:#525252;font-size:16px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime p{color:#525252;font-size:13px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;bottom:0;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox{padding:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a{align-items:center;gap:30px;text-decoration:none;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg{border-radius:50%;width:60px;height:60px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a p{color:#000;font-size:18px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn{flex-wrap:wrap;gap:15px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button{background:var(--buttonColor);border:1px solid var(--buttonColor);cursor:pointer;border-radius:5px;outline:none;width:calc(33.3333% - 10px);height:45px;text-decoration:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a p,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button p{color:#fff;font-size:16px;font-weight:400}@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.3333% - 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 a:hover,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button:hover{background:var(--buttonColor);color:#fff}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button button{cursor:pointer;border:1px solid var(--buttonColor);color:#000;background:0 0;border-radius:5px;outline:none;width:100%;height:45px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button p,.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn button button p{font-size:16px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a:first-child button{background:var(--buttonColor);color:#fff;border:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup{background:#fff;border-radius:8px;width:90%;max-width:400px;padding:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup h3{margin-bottom:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup input{border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:20px;padding:10px;font-size:16px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup .popup-buttons{gap:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup .popup-buttons button{cursor:pointer;border:none;border-radius:4px;flex:1;padding:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup .popup-buttons button:first-child{color:#333;background:#f0f0f0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn .offer-popup .popup-buttons button:last-child{background:var(--buttonColor);color:#fff}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber{align-items:center;gap:15px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText{align-items:center;gap:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText p{color:var(--buttonColor);border-bottom:1px solid var(--buttonColor);font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox:after{background:#eee;width:100%;height:1px;position:absolute;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{flex-direction:column;gap:10px;margin-top:20px;display:flex}.SingleProduct .relatedProductListMain .productHead h3{font-size:20px;font-weight:500}.SingleProduct .relatedProductListMain .relatedProductListBox{white-space:nowrap;gap:30px;display:flex;overflow-x:auto}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList{flex-wrap:nowrap;gap:16px;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox{z-index:0;width:calc(33.3333% - 16px);min-width:232px;position:relative}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink{z-index:1;text-decoration:none;position:absolute;inset:0}.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{border-radius:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:100%!important;position:static!important}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productFavorite{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 24px #959da533}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productFavorite svg{width:18px;height:18px;transition:all .2s}.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{flex-direction:column;padding:10px 0;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productTitle{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:400;overflow:hidden}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:22px;font-weight:600}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productDescription{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{justify-content:space-between;align-items:center;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;font-size:12px;font-weight:400}@media (max-width:1024px){.SingleProduct .singleProductBox{border:1px solid #eee;border-radius:15px;align-items:flex-start;gap:25px;width:100%;height:auto;display:flex}.SingleProduct .singleProductBox .innerLeftSingleProductBox{flex-direction:column;gap:15px;width:45%;height:auto;padding:10px;display:flex;position:sticky;top:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox{border-radius:5px;flex-direction:column;gap:15px;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox{background:#eee;align-items:center;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox{justify-content:center;align-items:center;width:100%;height:450px;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox img{-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;padding:40px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg{color:#000;cursor:pointer;z-index:10;width:40px;height:40px;position:absolute;top:50%;transform:translateY(-50%)}.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{white-space:nowrap;scroll-behavior:smooth;cursor:grab;width:100%;padding:10px 0;overflow-x:auto}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox.dragging{cursor:grabbing}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox{gap:10px;display:flex}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb{cursor:pointer;border:2px solid #0000;flex:none;width:100px;height:100px;transition:border .3s}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb img{-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb.active{border:1px solid #eee;border-radius:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox{flex-direction:column;gap:20px;width:60%;height:auto;padding:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox{border:1px solid #eee;border-radius:5px;flex-direction:column;gap:15px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox{border-radius:5px;padding:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductTitle h3{font-size:18px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand{gap:20px;margin-top:20px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand p{width:50%;font-size:15px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;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{flex-direction:column;gap:5px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li{gap:20px;list-style-type:none;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li p{text-align:start;width:50%;font-size:15px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;bottom:-10px;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox{flex-direction:column;gap:10px;padding:10px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox{justify-content:space-between;align-items:start;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .priceTag h3{font-size:24px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon{align-items:start;gap:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon svg{cursor:pointer;width:25px;height:25px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .ProdcutName p{color:#525252;font-size:16px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime p{color:#525252;font-size:13px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;bottom:0;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox{padding:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a{align-items:center;gap:30px;text-decoration:none;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg{width:60px;height:60px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a p{color:#000;font-size:18px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn{flex-wrap:wrap;gap:15px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a{border:none;text-decoration:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button{color:#000;cursor:pointer;border:none;outline:none;height:45px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button p{font-size:16px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber{align-items:center;gap:15px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText{align-items:center;gap:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText p{color:#007bff;border-bottom:1px solid #007bff;font-size:14px;font-weight:300}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;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%;height:335px}.SingleProduct .relatedProductListMain{flex-direction:column;margin-top:20px;display:flex}.SingleProduct .relatedProductListMain .productHead h3{font-size:20px;font-weight:500}.SingleProduct .relatedProductListMain .relatedProductListBox{white-space:nowrap;gap:30px;display:flex;overflow-x:auto}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList{flex-wrap:nowrap;gap:16px;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox{z-index:0;width:calc(33.3333% - 16px);min-width:200px;position:relative}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink{z-index:1;text-decoration:none;position:absolute;inset:0}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage{background:#f7f7f7;width:100%;height:150px;border-radius:5px!important}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage img{mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;border-radius:10px!important;width:100%!important;height:100%!important;position:static!important}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails{flex-direction:column;gap:10px;padding:10px 0;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productTitle{color:#000;font-size:15px;font-weight:400}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:16px;font-weight:600}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .productDescription{color:#000;font-size:14px;font-weight:400}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{justify-content:space-between;align-items:center;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;font-size:12px;font-weight:400}}@media (max-width:768px){.SingleProduct .singleProductBox{border:none;border-radius:15px;flex-direction:column;gap:25px;width:100%;height:auto;display:flex}.SingleProduct .singleProductBox .innerLeftSingleProductBox{flex-direction:column;gap:15px;width:100%;height:auto;padding:10px;display:flex;position:static}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox{border-radius:5px;flex-direction:column;gap:15px;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox{background:#eee;align-items:center;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox{justify-content:center;align-items:center;width:100%;height:375px;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox img{-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;padding:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg{color:#000;cursor:pointer;z-index:10;width:30px;height:30px;position:absolute;top:50%;transform:translateY(-50%)}.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{white-space:nowrap;scroll-behavior:smooth;width:100%;padding:10px 0;overflow-x:auto}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox{gap:10px;display:flex}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb{cursor:pointer;border:2px solid #0000;flex:none;width:90px;height:90px;transition:border .3s}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb img{-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb.active{border:1px solid #eee;border-radius:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox{flex-direction:column;gap:20px;width:100%;height:auto;padding:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox{border:1px solid #eee;border-radius:5px;flex-direction:column;gap:15px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox{border-radius:5px;padding:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductTitle h3{font-size:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand{gap:20px;margin-top:20px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;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:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul{flex-direction:column;gap:5px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li{list-style-type:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li p{text-align:start;font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;bottom:-10px;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox{flex-direction:column;gap:10px;padding:10px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox{justify-content:space-between;align-items:start;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .priceTag h3{font-size:20px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon{align-items:start;gap:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon svg{cursor:pointer;width:20px;height:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .ProdcutName p{color:#525252;font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime p{color:#525252;font-size:13px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;bottom:0;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox{padding:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a{align-items:center;gap:30px;text-decoration:none;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg{width:45px;height:45px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a p{color:#000;font-size:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn{flex-wrap:wrap;gap:15px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a{text-decoration:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button{color:#000;cursor:pointer;background:#febd69;border:none;outline:none;width:100%;height:45px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button p{font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber{align-items:center;gap:15px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText{align-items:center;gap:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText p{color:#007bff;border-bottom:1px solid #007bff;font-size:14px;font-weight:300}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;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%;height:200px}.SingleProduct .relatedProductListMain{flex-direction:column;margin-top:20px;display:flex}.SingleProduct .relatedProductListMain .productHead h3{font-size:20px;font-weight:500}.SingleProduct .relatedProductListMain .relatedProductListBox{white-space:nowrap;gap:30px;display:flex;overflow-x:auto}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList{flex-wrap:nowrap;gap:16px;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox{width:calc(33.3333% - 16px);min-width:200px;position:relative}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink{text-decoration:none}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage{background:#f7f7f7;width:100%;height:150px;border-radius:5px!important}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage img{mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;border-radius:15px!important;width:100%!important;height:100%!important;padding:10px!important;position:static!important}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails{flex-direction:column;gap:10px;padding:10px 0;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productTitle{color:#000;font-size:15px;font-weight:400}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:16px;font-weight:600}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productDescription{color:#000;font-size:14px;font-weight:400}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted{justify-content:space-between;align-items:center;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;font-size:12px;font-weight:400}}@media (max-width:480px){.SingleProduct .singleProductBox{border:none;border-radius:15px;flex-direction:column;gap:25px;width:100%;height:auto;display:flex}.SingleProduct .singleProductBox .innerLeftSingleProductBox{flex-direction:column;gap:15px;width:100%;height:auto;padding:10px;display:flex;position:static}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox{border-radius:5px;flex-direction:column;gap:15px;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox{background:#eee;align-items:center;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox{justify-content:center;align-items:center;width:100%;height:375px;display:flex;position:relative}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox .productImgBox img{-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;padding:10px}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .singleProductImgSlideBox svg{color:#000;cursor:pointer;z-index:10;width:30px;height:30px;position:absolute;top:50%;transform:translateY(-50%)}.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{white-space:nowrap;scroll-behavior:smooth;width:100%;padding:10px 0;overflow-x:auto}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox{gap:10px;display:flex}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb{cursor:pointer;border:2px solid #0000;flex:none;width:90px;height:90px;transition:border .3s}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb img{-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%}.SingleProduct .singleProductBox .innerLeftSingleProductBox .productImageBox .productImgThumbBox .ThumbBox .productImgThumb.active{border:1px solid #eee;border-radius:5px}.SingleProduct .singleProductBox .innerRightSingleProductBox{flex-direction:column;gap:20px;width:100%;height:auto;padding:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox{border:1px solid #eee;border-radius:5px;flex-direction:column;gap:15px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox{border-radius:5px;padding:10px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductTitle h3{font-size:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand{gap:20px;margin-top:20px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductBrand:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;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:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul{flex-direction:column;gap:5px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li{list-style-type:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox ul li p{text-align:start;font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .innerSingleProductBox .innerProductDescriptionBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;bottom:-10px;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox{flex-direction:column;gap:10px;padding:10px;display:flex;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox{justify-content:space-between;align-items:start;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .priceTag h3{font-size:20px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon{align-items:start;gap:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .priceTagBox .FavShareIcon svg{cursor:pointer;width:20px;height:20px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .ProdcutName p{color:#525252;font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox .productPlaceTime p{color:#525252;font-size:11px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .priceBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;bottom:0;left:0}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox{padding:10px;position:relative}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a{align-items:center;gap:30px;text-decoration:none;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg{width:45px;height:45px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a .userImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .userProfie a p{color:#000;font-size:16px;font-weight:500}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn{flex-wrap:wrap;gap:15px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a{text-decoration:none}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button{color:#000;cursor:pointer;background:#febd69;border:none;outline:none;width:100%;height:45px}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .productBtn a button p{font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber{align-items:center;gap:15px;margin-top:20px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber p{font-size:14px;font-weight:400}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText{align-items:center;gap:10px;display:flex}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox .showNumber .showNumberText p{color:#007bff;border-bottom:1px solid #007bff;font-size:14px;font-weight:300}.SingleProduct .singleProductBox .innerRightSingleProductBox .productPriceLocationBox .productAddUserBox:after{content:" ";background:#eee;width:100%;height:1px;position:absolute;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%;height:200px}.SingleProduct .relatedProductListMain{flex-direction:column;margin-top:20px;display:flex}.SingleProduct .relatedProductListMain .productHead h3{font-size:20px;font-weight:500}.SingleProduct .relatedProductListMain .relatedProductListBox{white-space:nowrap;gap:30px;display:flex;overflow-x:auto}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList{flex-wrap:nowrap;gap:16px;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox{width:calc(33.3333% - 16px);min-width:200px;position:relative}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink{text-decoration:none}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage{background:#f7f7f7;width:100%;height:150px;border-radius:5px!important}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage img{mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;border-radius:15px!important;width:100%!important;height:100%!important;padding:10px!important;position:static!important}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails{flex-direction:column;gap:10px;padding:10px 0;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productTitle{color:#000;font-size:15px;font-weight:400}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:16px;font-weight:600}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .productDescription{color:#000;font-size:14px;font-weight:400}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted{justify-content:space-between;align-items:center;display:flex}.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.SingleProduct .relatedProductListMain .relatedProductListBox .relatedProductList .productBox .productBoxLink .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;font-size:12px;font-weight:400}}.SellerProfile{width:100%;padding:100px 0}.SellerProfile .userProfileBox{gap:40px;width:100%;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox{width:30%}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu{border-radius:15px;padding:20px;position:sticky;top:100px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox{flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg{border-radius:50%;align-items:center;width:100px;height:100px;display:flex;position:relative}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .userName p{text-align:center;font-size:24px;font-weight:600}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userDetails .MemberRegister{justify-content:center;align-items:center;gap:10px;display:flex}.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{justify-content:flex-start;align-items:flex-start;gap:10px;display:flex}.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{cursor:pointer;background:0 0;border:1px solid #febd69;border-radius:4px;outline:none;justify-content:center;align-items:center;gap:10px;width:100%;height:45px;display:flex}.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{flex-direction:column;width:70%;min-height:90vh;padding:0;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox{gap:30px;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList{flex-wrap:wrap;gap:16px;margin-top:40px;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox{z-index:0;width:calc(25% - 12px);position:relative}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxLink{z-index:1;text-decoration:none;position:absolute;inset:0}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage{background:#f7f7f7;width:100%;height:210px;border-radius:5px!important}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img{mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;border-radius:15px!important;width:100%!important;height:100%!important;padding:10px!important;position:static!important}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite{color:#aaa;z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:flex;position:absolute;top:10px;right:10px}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails{flex-direction:column;padding:10px 0;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{color:#000;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:16px;font-weight:400;display:-webkit-box;overflow:hidden}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:20px;font-weight:600}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{color:#000;font-size:14px;font-weight:400}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{justify-content:space-between;align-items:center;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;font-size:12px;font-weight:400}@media (max-width:1024px){.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList{flex-wrap:wrap;gap:16px;margin-top:40px;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox{width:calc(25% - 12px);position:relative}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxLink{z-index:1;text-decoration:none;position:absolute;inset:0}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage{background:#f7f7f7;width:100%;height:220px;border-radius:5px!important}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img{mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;border-radius:15px!important;width:100%!important;height:100%!important;padding:10px!important;position:static!important}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite{color:#aaa;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:flex;position:absolute;top:10px;right:10px}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails{flex-direction:column;padding:10px 0;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{color:#000;font-size:16px;font-weight:400}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:20px;font-weight:600}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{color:#000;font-size:13px;font-weight:400}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{justify-content:space-between;align-items:center;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;font-size:12px;font-weight:400}}@media (max-width:768px){.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList{flex-wrap:wrap;gap:16px;margin-top:40px;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox{width:calc(33.3333% - 10.6667px);position:relative}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxLink{z-index:1;text-decoration:none;position:absolute;inset:0}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage{background:#f7f7f7;width:100%;height:170px;border-radius:5px!important}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img{mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;border-radius:15px!important;width:100%!important;height:100%!important;padding:10px!important;position:static!important}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite{color:#aaa;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:flex;position:absolute;top:10px;right:10px}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails{flex-direction:column;padding:10px 0;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{color:#000;font-size:14px;font-weight:400}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:20px;font-weight:600}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{color:#000;font-size:13px;font-weight:400}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{justify-content:space-between;align-items:center;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;font-size:12px;font-weight:400}}@media (max-width:480px){.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList{flex-wrap:wrap;gap:16px;margin-top:40px;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox{width:calc(50% - 8px);position:relative}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxLink{z-index:1;text-decoration:none;position:absolute;inset:0}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage{background:#f7f7f7;width:100%;height:180px;border-radius:5px!important}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img{mix-blend-mode:multiply;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;border-radius:15px!important;width:100%!important;height:100%!important;padding:10px!important;position:static!important}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite{color:#aaa;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:flex;position:absolute;top:10px;right:10px}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails{flex-direction:column;padding:10px 0;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{color:#000;font-size:15px;font-weight:400}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:18px;font-weight:600}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{color:#000;font-size:14px;font-weight:400}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{justify-content:space-between;align-items:center;display:flex}.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.SellerProfile .userProfileBox .ProductListMain .productListBox .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;font-size:12px;font-weight:400}}.SellerProfile .userProfileBox .ProductListMain .shopMore{justify-content:center;align-items:center;margin-top:60px;display:flex}.SellerProfile .userProfileBox .ProductListMain .shopMore:disabled{opacity:.5;cursor:block}.SellerProfile .userProfileBox .ProductListMain .shopMore button{background:var(--buttonColor);border:none;border-radius:5px;outline:none;width:200px;height:50px}.SellerProfile .userProfileBox .ProductListMain .shopMore button a{color:#fff;font-size:16px;font-weight:400;text-decoration:none}@media (max-width:1024px){.SellerProfile{padding:60px 0}.SellerProfile .ProductListMain{flex-direction:column;min-height:90vh;padding:0;display:flex;width:100%!important}.SellerProfile .userProfileBox{flex-direction:column;gap:15px;width:100%;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu{border:1px solid #eee;border-radius:15px;margin-top:50px;padding:20px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox{flex-direction:column;align-items:center;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.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{flex-direction:column;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li{cursor:pointer;flex-direction:row;gap:15px;padding:10px 0;list-style:none;transition:background .3s;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li svg{color:#000;width:20px;height:20px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p{color:#000;align-items:center;gap:10px;margin:0;font-size:16px;font-weight:400;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p span{color:#fff;background:green;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList{margin-top:5px;padding-left:30px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li{color:#000;padding:5px 0;font-size:14px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li:hover{color:#333;text-decoration:underline}.SellerProfile .userProfileBox .userProfileMenuViewBox{border:1px solid #eee;border-radius:15px;width:100%;height:auto;padding:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox{flex-direction:column;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo{flex-direction:column;gap:15px;width:50%;margin-bottom:20px;display:flex}.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{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;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{align-items:center;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection .radioBtn,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection .radioBtn{align-items:center;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection label,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection label{font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn{justify-content:flex-end;align-items:center;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn button{color:#000;cursor:pointer;background:#febd69;border:none;outline:none;width:150px;height:40px;font-size:16px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox{flex-direction:column;gap:40px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword input{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword input{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn{justify-content:flex-end;align-items:center;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn button{color:#000;cursor:pointer;background:#febd69;border:none;outline:none;width:100px;height:40px;font-size:16px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox:hover{background:#eee}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox{align-items:self-start;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox img{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:100%;height:100%}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox{flex-direction:column;gap:10px;display:flex}.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{align-items:center;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .activeBtn{background:green;border-radius:50%;width:10px;height:10px}.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{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox{align-items:center;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox{width:63px;height:50px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg{flex-direction:column;gap:10px;display:flex}.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{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox{align-items:center;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox{width:62px;height:58px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg{flex-direction:column;gap:10px;display:flex}.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{align-items:center;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .onlineBtn{background:green;border-radius:50%;width:10px;height:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .offlineBtn{background:red;border-radius:50%;width:10px;height:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn p{font-size:12px}}@media (max-width:768px){.SellerProfile{padding:60px 0}.SellerProfile .userProfileBox{flex-direction:column;gap:15px;width:100%;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox{width:100%}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu{border:1px solid #eee;border-radius:15px;margin-top:30px;padding:20px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox{flex-direction:column;align-items:center;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.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{flex-direction:column;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li{cursor:pointer;flex-direction:row;gap:15px;padding:10px 0;list-style:none;transition:background .3s;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li svg{color:#000;width:20px;height:20px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p{color:#000;align-items:center;gap:10px;margin:0;font-size:16px;font-weight:400;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p span{color:#fff;background:green;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList{margin-top:5px;padding-left:30px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li{color:#000;padding:5px 0;font-size:14px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li:hover{color:#333;text-decoration:underline}.SellerProfile .userProfileBox .userProfileMenuViewBox{border:1px solid #eee;border-radius:15px;width:100%;height:auto;padding:20px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox{flex-direction:column;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo{flex-direction:column;gap:15px;width:50%;margin-bottom:20px;display:flex}.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{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;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{align-items:center;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection .radioBtn,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection .radioBtn{align-items:center;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection label,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection label{font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn{justify-content:flex-end;align-items:center;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn button{color:#000;cursor:pointer;background:#febd69;border:none;outline:none;width:150px;height:40px;font-size:16px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox{flex-direction:column;gap:40px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword input{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword input{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn{justify-content:flex-end;align-items:center;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn button{color:#000;cursor:pointer;background:#febd69;border:none;outline:none;width:100px;height:40px;font-size:16px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox:hover{background:#eee}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox{align-items:self-start;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox img{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:100%;height:100%}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox{flex-direction:column;gap:10px;display:flex}.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{align-items:center;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .activeBtn{background:green;border-radius:50%;width:10px;height:10px}.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{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox{align-items:center;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox{width:63px;height:50px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg{flex-direction:column;gap:10px;display:flex}.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{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox{align-items:center;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox{width:62px;height:58px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg{flex-direction:column;gap:10px;display:flex}.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{align-items:center;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .onlineBtn{background:green;border-radius:50%;width:10px;height:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .offlineBtn{background:red;border-radius:50%;width:10px;height:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn p{font-size:12px}}@media (max-width:480px){.SellerProfile{padding:60px 0}.SellerProfile .userProfileBox{flex-direction:column;gap:15px;width:100%;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox{width:100%}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu{border:1px solid #eee;border-radius:15px;padding:20px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox{flex-direction:column;align-items:center;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userNameBox .userImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.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{flex-direction:column;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li{cursor:pointer;flex-direction:row;gap:15px;padding:10px 0;list-style:none;transition:background .3s;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li svg{color:#000;width:20px;height:20px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p{color:#000;align-items:center;gap:10px;margin:0;font-size:16px;font-weight:400;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li p span{color:#fff;background:green;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList{margin-top:5px;padding-left:30px}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li{color:#000;padding:5px 0;font-size:14px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuBox .userProfileMenu .userProfileMenuList ul li .userProfileSubList li:hover{color:#333;text-decoration:underline}.SellerProfile .userProfileBox .userProfileMenuViewBox{border:1px solid #eee;border-radius:15px;width:100%;height:auto;padding:20px;display:none}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox{flex-direction:column;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo{flex-direction:column;gap:15px;width:50%;margin-bottom:20px;display:flex}.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{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;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{align-items:center;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection .radioBtn,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection .radioBtn{align-items:center;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userBasicInformation .genderSelection label,.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .userContactInfo .genderSelection label{font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn{justify-content:flex-end;align-items:center;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .userProfileEditBox .submitBtn button{color:#000;cursor:pointer;background:#febd69;border:none;outline:none;width:150px;height:40px;font-size:16px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox{flex-direction:column;gap:40px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .changeOldPassword input{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword label{font-size:16px;font-weight:400}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .createNewPassword input{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;font-size:14px}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn{justify-content:flex-end;align-items:center;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .changePasswordBox .submitBtn button{color:#000;cursor:pointer;background:#febd69;border:none;outline:none;width:100px;height:40px;font-size:16px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox:hover{background:#eee}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox{align-items:self-start;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox{width:80px;height:80px}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adImgBox img{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:100%;height:100%}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .myAdBox .adDetailsBox{flex-direction:column;gap:10px;display:flex}.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{align-items:center;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .myAds .myAdMainBox .activeOrSoldProductBox .activeBtn{background:green;border-radius:50%;width:10px;height:10px}.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{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox{align-items:center;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox{width:63px;height:50px}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SellerProfile .userProfileBox .userProfileMenuViewBox .notificationMainBox .notificationMsgBox .notificationBox .notificationMsg{flex-direction:column;gap:10px;display:flex}.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{flex-direction:column;gap:20px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox{cursor:pointer;border:1px solid #eee;border-radius:20px;justify-content:space-between;align-items:self-start;width:100%;padding:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox:hover{background:#f8f8f8}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox{align-items:center;gap:15px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox{width:62px;height:58px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsBox .chatsMsg{flex-direction:column;gap:10px;display:flex}.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{align-items:center;gap:10px;display:flex}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .onlineBtn{background:green;border-radius:50%;width:10px;height:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn .offlineBtn{background:red;border-radius:50%;width:10px;height:10px}.SellerProfile .userProfileBox .userProfileMenuViewBox .chatsMainBox .chatsMsgBox .chatsOffOn p{font-size:12px}}.wishlist{width:100%;min-height:100vh;margin-top:80px;padding:20px 0}@media (max-width:768px){.wishlist{margin-top:60px;padding:20px 0}}@media (max-width:480px){.wishlist{margin-top:60px;padding:20px 0}}.wishlist .wishlistActions{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.wishlist .wishlistActions label{align-items:center;gap:6px;font-size:14px;display:flex}.wishlist .wishlistActions .deleteSelectedBtn{background-color:var(--buttonColor);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 14px;font-size:14px;display:flex}.wishlist .wishlistActions .deleteSelectedBtn:disabled{cursor:not-allowed;background:#ccc}.wishlist .wishlistContainerBox{flex-wrap:wrap;gap:20px;width:100%;margin-top:20px;display:flex}.wishlist .wishlistContainerBox .wishlistMainBox{border:1px solid #eee;border-radius:12px;align-items:flex-start;gap:10px;width:calc(33.3333% - 14px);padding:15px;display:flex}@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{color:#000;flex:1;align-items:flex-start;gap:15px;text-decoration:none;display:flex}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adImgBox{width:100px;height:100px}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adImgBox img{-o-object-fit:cover;object-fit:cover;border-radius:6px;width:100%;height:100%}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adDetailsBox{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adDetailsBox .adPrice{font-size:18px;font-weight:600}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adDetailsBox .adTitle{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;font-size:16px}.wishlist .wishlistContainerBox .wishlistMainBox .wishlistBox .adDetailsBox .adLocation{color:#555;font-size:12px}.deleteIcon{cursor:pointer;color:#d33;margin-left:auto;font-size:18px;transition:all .3s}.deleteIcon:hover{color:#a00}.HomeRoomElectronics{width:100%;padding-top:60px}.HomeRoomElectronics .roomElectriics{justify-content:space-around;align-items:center;display:flex}.HomeRoomElectronics .roomElectriics .roomTitle{margin-bottom:20px}.HomeRoomElectronics .roomElectriics .roomTitle h3{font-size:24px;font-weight:600}.HomeRoomElectronics .HomeRoomElectronicsMain{gap:20px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle{display:none}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom{flex-wrap:wrap;gap:20px;width:50%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox{border-radius:5px;width:calc(50% - 10px);height:250px;position:relative}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox{border-radius:5px;width:100%;height:250px;position:relative}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox img{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox h3{margin-bottom:10px;font-size:24px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn{z-index:3;justify-content:center;width:100%;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn button{color:#000;cursor:pointer;background:#fbf6eeb3;border:none;border-radius:7px;justify-content:center;align-items:center;gap:20px;width:50%;padding:10px;transition:background .3s,color .3s;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn button p{font-size:16px;font-weight:400}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn button svg{width:16px;height:16px;transition:transform .3s}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn button:hover{color:#000;background:#fff}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn button:hover svg{transform:translate(5px)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox:before{content:"";z-index:1;background:#0000004d;border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics{gap:20px;width:50%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences{width:66.66%;height:520px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox{border-radius:5px;width:100%;height:100%;position:relative}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox img{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox h3{margin:0;font-size:24px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn{z-index:3;justify-content:center;width:100%;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn button{color:#000;cursor:pointer;background:#fbf6eeb3;border:none;border-radius:7px;justify-content:center;align-items:center;gap:20px;width:50%;padding:10px;transition:background .3s,color .3s;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn button p{font-size:16px;font-weight:400}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn button svg{width:16px;height:16px;transition:transform .3s}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn button:hover{color:#000;background:#fff}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn button:hover svg{transform:translate(5px)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox:before{content:"";z-index:1;background:#0000004d;border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox{flex-direction:column;gap:20px;width:66.66%;height:250px;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets{width:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox{border-radius:5px;width:100%;height:250px;position:relative}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox img,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox img{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox:before,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox h3,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox h3{margin:0;font-size:24px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn{z-index:3;justify-content:center;width:100%;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn button,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn button{color:#000;cursor:pointer;background:#fbf6eeb3;border:none;border-radius:7px;justify-content:center;align-items:center;gap:20px;width:50%;padding:10px;transition:background .3s,color .3s;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn button p,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn button p{font-size:16px;font-weight:400}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn button svg,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn button svg{width:16px;height:16px;transition:transform .3s}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn button:hover,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn button:hover{color:#000;background:#fff}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn button:hover svg,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn button:hover svg{transform:translate(5px)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox:before,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox:before{content:"";z-index:1;background:#0000004d;border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:1280px){.HomeRoomElectronics .roomElectriics{justify-content:space-around;align-items:center;display:none}.HomeRoomElectronics .HomeRoomElectronicsMain{flex-direction:column;gap:10px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle{display:block}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle h3{font-size:20px;font-weight:600}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom{flex-wrap:wrap;gap:15px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox{width:calc(50% - 10px);height:230px;position:relative}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox{width:100%;height:230px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox h3{margin-bottom:10px;font-size:20px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics{gap:15px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences{width:66.66%;height:415px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox{width:100%;height:100%;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox h3{margin:0;font-size:20px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox{flex-direction:column;gap:15px;width:66.66%;height:200px;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets{width:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox{width:100%;height:200px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox img,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox:before,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox h3,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox h3{margin:0;font-size:20px}}@media (max-width:1024px){.HomeRoomElectronics{padding-top:60px!important}.HomeRoomElectronics .roomElectriics{justify-content:space-around;align-items:center;display:none}.HomeRoomElectronics .HomeRoomElectronicsMain{flex-direction:column;gap:10px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle{display:block}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle h3{font-size:20px;font-weight:600}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom{flex-wrap:wrap;gap:15px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox{width:calc(50% - 10px);height:230px;position:relative}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox{width:100%;height:230px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox h3{margin-bottom:10px;font-size:16px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics{gap:15px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences{width:66.66%;height:415px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox{width:100%;height:100%;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox h3{margin:0;font-size:16px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox{flex-direction:column;gap:15px;width:66.66%;height:200px;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets{width:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox{width:100%;height:200px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox img,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox:before,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox h3,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox h3{margin:0;font-size:16px}}@media (max-width:800px){.HomeRoomElectronics{padding-top:60px!important}.HomeRoomElectronics .roomElectriics{justify-content:space-around;align-items:center;display:none}.HomeRoomElectronics .HomeRoomElectronicsMain{flex-direction:column;gap:10px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle{display:block}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle h3{font-size:20px;font-weight:600}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom{flex-wrap:wrap;gap:15px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox{width:calc(50% - 10px);height:200px;position:relative}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox{width:100%;height:200px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox h3{margin-bottom:10px;font-size:20px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics{gap:15px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences{width:66.66%;height:415px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox{width:100%;height:100%;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox h3{margin:0;font-size:16px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox{flex-direction:column;gap:15px;width:66.66%;height:200px;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets{width:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox{width:100%;height:200px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox img,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox:before,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox h3,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox h3{margin:0;font-size:16px}}@media (max-width:768px){.HomeRoomElectronics{padding-top:40px!important}.HomeRoomElectronics .roomElectriics{justify-content:space-around;align-items:center;display:none}.HomeRoomElectronics .HomeRoomElectronicsMain{flex-direction:column;gap:10px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle{display:block}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle h3{font-size:20px;font-weight:600}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom{flex-wrap:wrap;gap:15px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox{width:calc(50% - 10px);height:200px;position:relative}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox{width:100%;height:200px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox h3{margin-bottom:10px;font-size:16px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics{gap:15px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences{width:66.66%;height:415px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox{width:100%;height:100%;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox h3{margin:0;font-size:16px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox{flex-direction:column;gap:15px;width:66.66%;height:200px;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets{width:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox{width:100%;height:200px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox img,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox:before,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox h3,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox h3{margin:0;font-size:16px}}@media (max-width:480px){.HomeRoomElectronics{padding-top:40px!important}.HomeRoomElectronics .roomElectriics{justify-content:space-around;align-items:center;display:none}.HomeRoomElectronics .HomeRoomElectronicsMain{flex-direction:column;gap:10px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle{display:block}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle h3{font-size:18px;font-weight:600}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom{flex-wrap:wrap;gap:15px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox{width:100%;height:200px;position:relative}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox{width:100%;height:200px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox h3{margin-bottom:10px;font-size:16px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn{z-index:3;position:absolute;bottom:20px;transform:translate(-50%);left:50%!important}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn button{color:#000;cursor:pointer;background:#fbf6eeb3;border-radius:7px;gap:10px;padding:8px;transition:background .3s,color .3s;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn button p{font-size:14px;font-weight:400}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn button svg{width:18px;height:18px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomBtn button:hover{color:#000;background:#fff}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics{gap:10px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences{width:66.66%;height:325px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox{width:100%;height:100%;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox h3{margin:0;font-size:16px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn{z-index:3;position:absolute;bottom:20px;transform:translate(-50%);left:50%!important}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn button{color:#000;cursor:pointer;background:#fbf6eeb3;border-radius:7px;gap:10px;padding:8px;transition:background .3s,color .3s;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn button p{font-size:14px;font-weight:400}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn button svg{width:18px;height:18px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomBtn button:hover{color:#000;background:#fff}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox{flex-direction:column;gap:10px;width:66.66%;height:142px;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets{width:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox{width:100%;height:157px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox img,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox:before,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox h3,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox h3{margin:0;font-size:16px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn{z-index:3;position:absolute;bottom:20px;transform:translate(-50%);left:50%!important}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn button,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn button{color:#000;cursor:pointer;background:#fbf6eeb3;border-radius:7px;gap:10px;padding:8px;transition:background .3s,color .3s;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn button p,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn button p{font-size:14px;font-weight:400}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn button svg,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn button svg{width:18px;height:18px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomBtn button:hover,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomBtn button:hover{color:#000;background:#fff}}@media (max-width:344px){.HomeRoomElectronics{padding-top:30px!important}.HomeRoomElectronics .roomElectriics{justify-content:space-around;align-items:center;display:none}.HomeRoomElectronics .HomeRoomElectronicsMain{flex-direction:column;gap:10px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle{display:block}.HomeRoomElectronics .HomeRoomElectronicsMain .mobileRoomTitle h3{font-size:18px;font-weight:600}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom{flex-wrap:wrap;gap:15px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox{width:100%;height:200px;position:relative}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox{width:100%;height:200px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox .RoomTitleBox h3{margin-bottom:10px;font-size:14px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByRoom .RoomBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics{gap:10px;width:100%;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences{width:66.66%;height:325px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox{width:100%;height:100%;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .HomeAppliences .RoomImgBox .RoomTitleBox h3{margin:0;font-size:14px}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox{flex-direction:column;gap:10px;width:66.66%;height:142px;display:flex}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets{width:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox{width:100%;height:157px;position:relative;overflow:hidden}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox img,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox:before,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .MobileBox .RoomImgBox .RoomTitleBox h3,.HomeRoomElectronics .HomeRoomElectronicsMain .HomeShopByElectronics .MobileLaptopsBox .LaptopGadgets .RoomImgBox .RoomTitleBox h3{margin:0;font-size:14px}}.EntertainmentTools{width:100%;padding-top:60px}.EntertainmentTools .EntertainmentToolsMain{gap:50px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .mobileRoomTitle{display:none}.EntertainmentTools .EntertainmentToolsMain .Entertainment{flex-wrap:wrap;gap:10px;width:50%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{justify-content:center;align-items:center;width:100%;margin-bottom:20px;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle h3{font-size:24px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox{position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg{border-radius:5px;width:100%;height:100%;position:relative}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{margin-bottom:10px;font-size:24px}@media (max-width:1280px){.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{font-size:20px}}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentBtn{z-index:3;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentBtn button{color:#000;cursor:pointer;background:#fbf6eeb3;border:none;border-radius:7px;justify-content:center;align-items:center;gap:20px;width:50%;padding:10px;transition:background .3s,color .3s;display:flex}.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}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentBtn button:hover{color:#000;background:#fff}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentBtn button:hover svg{transform:translate(5px)}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";z-index:1;background:#0000004d;border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{flex-direction:column;gap:10px;width:50%;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{justify-content:center;align-items:center;width:100%;margin-bottom:20px;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:24px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{border-radius:5px;width:100%;height:100%;position:relative}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{-o-object-fit:cover;object-fit:cover;border-radius:5px;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";z-index:1;pointer-events:none;background:#0006;border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{margin:0;font-size:24px}@media (max-width:1280px){.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{font-size:20px}}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .ToolsBtn{z-index:3;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .ToolsBtn button{color:#000;cursor:pointer;background:#fbf6eeb3;border:none;border-radius:7px;justify-content:center;align-items:center;gap:20px;width:50%;padding:10px;transition:background .3s,color .3s;display:flex}.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}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .ToolsBtn button:hover{color:#000;background:#fff}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .ToolsBtn button:hover svg{transform:translate(5px)}@media (max-width:1440px){.EntertainmentTools{width:100%}.EntertainmentTools .roomEntertainment{justify-content:space-around;align-items:center;display:flex}.EntertainmentTools .roomEntertainment .roomTitle{margin-bottom:20px}.EntertainmentTools .roomEntertainment .roomTitle h3{padding-left:25px;font-size:20px;font-weight:600}}@media (max-width:1024px){.EntertainmentTools{width:100%;padding-top:60px}.EntertainmentTools .EntertainmentToolsMain{gap:15px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment{flex-wrap:wrap;gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{justify-content:center;align-items:center;width:100%;margin-bottom:0;display:flex}.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%;position:relative;overflow:hidden}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{margin-bottom:10px;font-size:20px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{justify-content:center;align-items:center;width:100%;margin-bottom:0;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:20px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:100%;position:relative;overflow:hidden}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{margin:0;font-size:20px}}@media (max-width:768px){.EntertainmentTools{width:100%;padding-top:40px}.EntertainmentTools .EntertainmentToolsMain{gap:15px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment{flex-wrap:wrap;gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{justify-content:center;align-items:center;width:100%;margin-bottom:0;display:flex}.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%;position:relative;overflow:hidden}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{margin-bottom:10px;font-size:20px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{justify-content:center;align-items:center;width:100%;margin-bottom:0;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:18px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:100%;position:relative;overflow:hidden}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{margin:0;font-size:20px}}@media (max-width:540px){.EntertainmentTools{width:100%;padding-top:40px}.EntertainmentTools .EntertainmentToolsMain{gap:15px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment{flex-wrap:wrap;gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{justify-content:center;align-items:center;width:100%;margin-bottom:16px;display:flex}.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;position:relative;overflow:hidden}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{margin-bottom:10px;font-size:18px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{justify-content:center;align-items:center;width:100%;margin-bottom:20px;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:16px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:200px;position:relative;overflow:hidden}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{margin:0;font-size:18px}}@media (max-width:480px){.EntertainmentTools{width:100%;padding-top:40px}.EntertainmentTools .roomEntertainment{justify-content:space-around;align-items:center;display:none}.EntertainmentTools .EntertainmentToolsMain{flex-direction:column;gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment{flex-wrap:wrap;gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{justify-content:flex-start;align-items:center;width:100%;margin-bottom:0;display:flex}.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%;position:relative;overflow:hidden}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{margin-bottom:10px;font-size:16px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{justify-content:flex-start;align-items:center;width:100%;margin-bottom:0;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:18px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:100%;position:relative;overflow:hidden}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{margin:0;font-size:16px}}@media (max-width:344px){.EntertainmentTools{width:100%}.EntertainmentTools .roomEntertainment{justify-content:space-around;align-items:center;display:none}.EntertainmentTools .EntertainmentToolsMain{flex-direction:column;gap:15px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment{flex-wrap:wrap;gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .Entertainment .roomTitle{justify-content:flex-start;align-items:center;width:100%;margin-bottom:10px;display:flex}.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%;position:relative;overflow:hidden}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox{text-align:center;color:#fff;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox .EntertainmentTitleBox h3{margin-bottom:10px;font-size:14px}.EntertainmentTools .EntertainmentToolsMain .Entertainment .EntertainmentBox:before{content:"";z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools{gap:10px;width:100%;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle{justify-content:flex-start;align-items:center;width:100%;margin-bottom:10px;display:flex}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .roomTitle h3{font-size:20px;font-weight:600}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg{width:100%;height:100%;position:relative;overflow:hidden}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg:before{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox{text-align:center;color:#fff;z-index:2;white-space:nowrap;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EntertainmentTools .EntertainmentToolsMain .EntertainmentAndTools .EntertainmentAndToolsBox .EntertainmentAndToolsImg .EntertainmentAndToolsTitleBox h3{margin:0;font-size:14px}}.ProductListMain{flex-direction:column;min-height:90vh;padding:20px 0;display:flex}@media (max-width:768px){.ProductListMain{margin-top:60px;padding:20px 0}}@media (max-width:480px){.ProductListMain{margin-top:60px;padding:20px 0}}.ProductListMain .dummySelectedFilter{gap:20px;width:100%;height:37px;display:flex}@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{justify-content:space-between;align-items:center;width:calc(100% - 370px);display:flex}@media (max-width:1024px){.ProductListMain .dummySelectedFilter .selectedFilterSortBox{width:100%}}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .mobileFilterButton{display:none}@media (max-width:1024px){.ProductListMain .dummySelectedFilter .selectedFilterSortBox .mobileFilterButton{background-color:var(--buttonColor);color:#fff;cursor:pointer;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;display:flex}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .mobileFilterButton svg{font-size:20px}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .mobileFilterButton span{font-size:14px}}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop{align-items:center;gap:8px;display:flex}@media (max-width:1024px){.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop{display:none}}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .filterResultsDesktopMain{white-space:nowrap;align-items:center;gap:8px;display:flex;overflow-x:auto}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .filterResultsDesktopMain .selectedFilterBox{border:1px solid var(--buttonColor);cursor:pointer;border-radius:25px;align-items:center;gap:10px;padding:5px 10px;display:flex}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .filterResultsDesktopMain .selectedFilterBox:hover{background:var(--buttonColor);color:#fff}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .filterResultsDesktopMain .selectedFilterBox svg{cursor:pointer}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .selectedFilterClearBtn{background-color:var(--buttonColor);color:#fff;cursor:pointer;border-radius:25px;padding:5px 10px}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .filterResultsDesktop .selectedFilterClearBtn:hover{background-color:var(--buttonColor)}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy{background-color:#fff;border:1px solid #ccc;border-radius:6px;min-width:180px;margin-left:auto;margin-right:0;padding:8px 12px;font-family:Poppins,sans-serif;font-size:14px;display:inline-block}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect{width:auto;font-size:15px;font-weight:400;position:relative}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect .selectedOption{cursor:pointer;background-color:#fff;justify-content:flex-end;align-items:start;gap:20px;padding:0 10px;display:flex}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect .selectedOption .arrow{color:#333;align-items:self-start;font-size:22px;display:flex}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect .dropdownOptions{z-index:1000;background-color:#fff;width:100%;margin:10px 0 0;padding:10px;list-style:none;transition:max-height .3s ease-in-out;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #959da533}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect .dropdownOptions li{cursor:pointer;padding:10px;font-size:13px}.ProductListMain .dummySelectedFilter .selectedFilterSortBox .sortBy .customSelect .dropdownOptions li:hover{background-color:var(--buttonColor);color:#fff;border-radius:8px}.ProductListMain .productListBox{gap:20px;display:flex;position:relative}.ProductListMain .productListBox .filterBoxDesktop .filterBox{border:1px solid #eee;border-radius:10px;width:350px;min-height:100vh;margin-top:40px;padding:20px;top:100px;position:sticky!important}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterHead{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterHead h2{color:#000;font-size:20px;font-weight:400}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown{border-bottom:1px solid #eee}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownHeader{cursor:pointer;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownHeader p{color:#000;margin:0;font-size:16px;font-weight:400}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownHeader .arrow{color:#333;font-size:20px;transition:transform .2s}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent{max-height:300px;margin-top:10px;transition:all .3s;position:relative;overflow-y:auto}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .clearButton{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;padding:5px;font-size:13px;font-weight:500}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox{flex:1;margin-right:10px;position:relative}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox .searchIcon{color:#999;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox input{border:1px solid #ddd;border-radius:4px;width:100%;padding:8px 10px 8px 35px;font-size:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox input:focus{border-color:var(--buttonColor);outline:none}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .clearButton{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;padding:5px;font-size:13px;font-weight:500}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem{cursor:pointer;border-radius:4px;padding:8px 10px;font-size:14px;transition:background-color .2s}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem:hover{background-color:#f5f5f5}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem.selected{color:var(--buttonColor);background-color:#e6f2ff;font-weight:500}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem{cursor:pointer;align-items:flex-start;display:flex}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .radioConditionUsed{align-items:center;display:flex}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed label,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .radioConditionUsed label{cursor:pointer;flex:1;font-size:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed input[type=radio],.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .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 input[type=checkbox],.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input[type=radio]{cursor:pointer;width:16px;height:16px;margin-right:10px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem label,.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem label{cursor:pointer;flex:1;font-size:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem{flex-direction:column;margin-bottom:5px;display:flex;position:relative}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .subConditions{border-left:2px solid #eee;width:calc(100% - 25px);margin-top:5px;padding-left:5px;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]{cursor:pointer;width:16px;height:16px;margin-right:10px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .dropdownList .noResults{color:#999;text-align:center;padding:10px;font-size:13px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceRangeHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceRangeHeader p{color:#000;margin:0;font-size:13px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceRangeHeader .clearButton{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;padding:5px;font-size:13px;font-weight:500}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceRangeHeader .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput{border:1px solid #ddd;border-radius:4px;align-items:center;width:45%;padding:5px;display:flex}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput span{color:#666;margin-right:5px;font-size:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput span a{color:inherit;text-decoration:none}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput input{border:none;outline:none;width:100%;font-size:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceInputs .priceDivider{color:#666;margin:0 5px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .filterDropdown .dropdownContent .priceRangeSlider{width:100%;margin:15px 0;padding:0 5px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox{border-bottom:1px solid #eee;margin-top:20px;margin-bottom:15px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox label{color:#000;margin-bottom:10px;font-size:16px;font-weight:400;display:block}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper{position:relative}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper .searchIcon{color:#999;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper .clearIcon{color:#999;cursor:pointer;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper .clearIcon:hover{color:#666}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper input{border:1px solid #ddd;border-radius:4px;width:100%;padding:8px 35px;font-size:14px}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchInputWrapper input:focus{border-color:var(--buttonColor);outline:none}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchSuggestions{border:1px solid #eee;border-radius:4px;max-height:200px;margin-top:5px;overflow-y:auto}.ProductListMain .productListBox .filterBoxDesktop .filterBox .productSearchBox .searchSuggestions .suggestionItem{cursor:pointer;padding:8px 15px;font-size:14px;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{z-index:999;background-color:#00000080;display:block;position:fixed;inset:0}}.ProductListMain .productListBox .mobileFilterPopup{display:none}@media (max-width:1024px){.ProductListMain .productListBox .mobileFilterPopup{z-index:1000;background:#fff;border-radius:16px 16px 0 0;max-height:80vh;animation:.3s ease-out slideUp;display:block;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 20px #0000001a}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px;display:flex}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterHeader h3{margin:0;font-size:18px;font-weight:500}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterHeader svg{cursor:pointer;font-size:24px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent{max-height:60vh;padding:16px;overflow-y:auto}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox{border:none;width:100%;margin-top:0;padding:0}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterHead{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterHead h2{color:#000;font-size:20px;font-weight:400}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown{border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:15px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownHeader{cursor:pointer;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownHeader p{color:#000;margin:0;font-size:16px;font-weight:400}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownHeader .arrow{color:#333;font-size:20px;transition:transform .2s}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent{max-height:300px;margin-top:10px;transition:all .3s;position:relative;overflow-y:auto}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .clearButton{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;padding:5px;font-size:13px;font-weight:500}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox{flex:1;margin-right:10px;position:relative}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox .searchIcon{color:#999;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox input{border:1px solid #ddd;border-radius:4px;width:100%;padding:8px 10px 8px 35px;font-size:14px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .searchBox input:focus{border-color:var(--buttonColor);outline:none}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .clearButton{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;padding:5px;font-size:13px;font-weight:500}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownSearchClear .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem{cursor:pointer;border-radius:4px;padding:8px 10px;font-size:14px;transition:background-color .2s}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem:hover{background-color:#f5f5f5}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .dropdownItem.selected{color:var(--buttonColor);background-color:#e6f2ff;font-weight:500}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem{cursor:pointer;align-items:flex-start;display:flex}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .radioConditionUsed{align-items:center;display:flex}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed label,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .radioConditionUsed label{cursor:pointer;flex:1;font-size:14px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem .radioConditionUsed input[type=radio],.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .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 input[type=checkbox],.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem input[type=radio]{cursor:pointer;width:16px;height:16px;margin-right:10px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .checkboxItem label,.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem label{cursor:pointer;flex:1;font-size:14px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem{flex-direction:column;margin-bottom:5px;display:flex;position:relative}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .radioItem .subConditions{border-left:2px solid #eee;width:calc(100% - 25px);margin-top:5px;padding-left:5px;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]{cursor:pointer;width:16px;height:16px;margin-right:10px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .dropdownList .noResults{color:#999;text-align:center;padding:10px;font-size:13px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceRangeHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceRangeHeader p{color:#000;margin:0;font-size:13px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceRangeHeader .clearButton{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;padding:5px;font-size:13px;font-weight:500}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceRangeHeader .clearButton:hover{text-decoration:underline}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceInputs{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput{border:1px solid #ddd;border-radius:4px;align-items:center;width:45%;padding:5px;display:flex}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput span{color:#666;margin-right:5px;font-size:14px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceInputs .priceInput input{border:none;outline:none;width:100%;font-size:14px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceInputs .priceDivider{color:#666;margin:0 5px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .filterDropdown .dropdownContent .priceRangeSlider{width:100%;margin:15px 0;padding:0 5px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox{border-bottom:1px solid #eee;margin-top:20px;margin-bottom:15px;padding-bottom:15px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox label{color:#000;margin-bottom:10px;font-size:16px;font-weight:400;display:block}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper{position:relative}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper .searchIcon{color:#999;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper .clearIcon{color:#999;cursor:pointer;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper .clearIcon:hover{color:#666}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper input{border:1px solid #ddd;border-radius:4px;width:100%;padding:8px 35px;font-size:14px}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchInputWrapper input:focus{border-color:var(--buttonColor);outline:none}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchSuggestions{border:1px solid #eee;border-radius:4px;max-height:200px;margin-top:5px;overflow-y:auto}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchSuggestions .suggestionItem{cursor:pointer;padding:8px 15px;font-size:14px;transition:background-color .2s}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterContent .filterBox .productSearchBox .searchSuggestions .suggestionItem:hover{background-color:#f5f5f5}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterFooter{border-top:1px solid #eee;justify-content:space-between;padding:16px;display:flex}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterFooter button{cursor:pointer;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterFooter button.clearBtn{color:#333;background:#f5f5f5;border:none}.ProductListMain .productListBox .mobileFilterPopup .mobileFilterFooter button.applyBtn{background:var(--buttonColor);color:#fff;border:none}}.ProductListMain .productListBox .productSelectedFilter{flex-direction:column;width:calc(100% - 370px);display:flex}@media (max-width:1024px){.ProductListMain .productListBox .productSelectedFilter{width:100%}}.ProductListMain .productListBox .productSelectedFilter .ProductList{flex-wrap:wrap;gap:16px;margin-top:40px;display:flex}@media (max-width:768px){.ProductListMain .productListBox .productSelectedFilter .ProductList{gap:12px}}@media (max-width:480px){.ProductListMain .productListBox .productSelectedFilter .ProductList{gap:8px}}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox{z-index:0;width:calc(20% - 12.8px);position:relative}@media (max-width:1024px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox{width:calc(25% - 12px)}}@media (max-width:768px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox{width:calc(33.3333% - 12px)}}@media (max-width:480px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox{width:calc(50% - 8px)}}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxLink{z-index:1;text-decoration:none;position:absolute;inset:0}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxImage{width:100%;height:200px}@media (max-width:480px){.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxImage{height:170px}}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxImage img{border-radius:10px;transition:transform .3s ease-in-out,filter .3s ease-in-out;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:100%!important;position:static!important}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxImage img:hover{transform:scale(1.05)}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productFavorite{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 24px #959da533}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productFavorite svg{width:18px;height:18px;transition:all .2s}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productFavorite:hover{transform:scale(1.2)}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productFavorite:hover svg{color:var(--buttonColor)}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails{flex-direction:column;padding:10px 0;display:flex}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .productTitle{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:400;overflow:hidden}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .productPrice{color:#000;font-size:22px;font-weight:600}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .productDescription{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted{justify-content:space-between;align-items:center;display:flex}.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productLocation,.ProductListMain .productListBox .productSelectedFilter .ProductList .productBox .productBoxContent .productBoxDetails .locationDatePosted .productDatePosted{color:#000;font-size:12px;font-weight:400}.ProductListMain .shopMore{justify-content:center;align-items:center;width:100%;margin-top:60px;display:flex}.ProductListMain .shopMore button{border:2px solid var(--buttonColor);cursor:pointer;color:#000;background:0 0;border-radius:5px;outline:none;width:200px;height:50px;font-size:16px;font-weight:400}.ProductListMain .shopMore button:hover{background:var(--buttonColor);color:#fff}.errorText{color:red;text-align:center;width:100%;padding:20px;font-weight:400;font-size:15px!important}.navCategory ul .categoriesDropdown{position:relative}.navCategory ul .categoriesDropdown a{align-items:center;gap:5px;display:flex}.navCategory ul .categoriesDropdown a .hot{color:red;margin-left:5px;font-size:12px}.navCategory ul .categoriesDropdown a .dropdownIcon{transition:transform .3s}.navCategory ul .categoriesDropdown a .dropdownIcon.rotate{transform:rotate(180deg)}.navCategory ul .categoriesDropdown .categoryBox{z-index:100;background:#fff;border-radius:8px;flex-wrap:wrap;gap:10px;width:600px;padding:20px;display:flex;position:absolute;top:130%;left:60%;right:40%;transform:translate(-50%);box-shadow:0 5px 15px #0000001a}.navCategory ul .categoriesDropdown .categoryBox .categoryColumn{width:calc(37.3333% - 30px)}.navCategory ul .categoriesDropdown .categoryBox .categoryColumn h3{color:#333;border-bottom:1px solid #eee;padding-bottom:5px;font-size:16px;font-weight:600}.navCategory ul .categoriesDropdown .categoryBox .categoryColumn ul{flex-direction:column;display:flex;gap:0!important}.navCategory ul .categoriesDropdown .categoryBox .categoryColumn ul li a{color:#555;padding:5px 0 3px;font-size:14px;text-decoration:none;transition:color .2s;display:block}.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:red;margin-top:5px;font-size:14px;display:block}input.error,textarea.error{border-color:red!important}.error{color:red}#wishtlistbox1{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:auto;padding:20px;display:flex}#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{color:var(--buttonColor);cursor:pointer;background:0 0;border:none;border-radius:5px;outline:none;padding:8px 15px 20px;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;line-height:1.5;transition:background-color .2s}.active-subcategory{border-radius:4px;padding:4px 8px;display:inline-block;color:#9f1a65!important}@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{padding:6px 10px;font-size:14px}.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{align-items:center;gap:8px;font-size:14px;display:flex}.ProductListMain .noDataFound{text-align:center}.ProductListMain .noDataFound p{padding:10px 20px;font-size:16px}}.activeNavLink{font-weight:600;color:#000!important}.productLocation{text-overflow:ellipsis;white-space:nowrap;width:105px;overflow:hidden}.productDatePosted{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.inactiveUsers{opacity:.5}.pageLoader{z-index:9999;background:#ffffffb3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.spinner{color:#9f1a65;border:4px solid #ddd;border-top-color:#9f1a65;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(1turn)}}.terms{padding:60px 20px}.terms__container{color:#333;max-width:900px;margin:0 auto;font-family:Arial,sans-serif;line-height:1.7}.terms__title{margin-top:50px;font-size:2.5rem}.terms__section{margin-bottom:30px}.terms__section h2{color:#222;margin-bottom:10px;font-size:1.5rem}.terms__section ul{padding-left:20px}.terms__section ul li{margin-bottom:8px}@media (max-width:500px){.mobilecategory{justify-content:flex-start!important}}.privacy{color:#333;background-color:#fefefe;border-radius:10px;max-width:100%;margin:100px auto 60px;padding:30px;font-family:Segoe UI,sans-serif}.privacy h1{color:#111;margin-bottom:20px;font-size:32px}.privacy h2{color:#222;margin-top:30px;margin-bottom:10px;font-size:24px}.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{color:#333;background-color:#fff;max-width:100%;margin:60px auto;padding:30px;font-family:Segoe UI,sans-serif}.faq h1{color:#111;text-align:center;margin-bottom:30px;font-size:32px;font-weight:700}.faq section{margin-bottom:40px}.faq section h2{color:#222;margin-bottom:20px;font-size:24px}.faq section .faqItem{margin-bottom:20px}.faq section .faqItem .question{margin-bottom:5px;font-weight:600}.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{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:4px;width:100%;height:60px;animation:1.2s ease-in-out infinite shimmer}.popupContent{height:500px}.sellFormHome{position:relative;min-height:100vh!important}.flinks{font-size:12px}@media (max-width:600px){.singleImgInbox{width:60px!important;height:60px!important}.singleImgInbox img{-o-object-fit:cover!important;object-fit:cover!important;border-radius:50%!important;width:100%!important;height:100%!important;display:block!important}.onlineStatus{bottom:10px}}@media (max-width:500px){.singleImgInbox{width:50px!important;height:45px!important}.singleImgInbox img{-o-object-fit:cover!important;object-fit:cover!important;border-radius:50%!important;width:50px!important;height:50px!important;display:block!important}.onlineStatus{bottom:7px}}.Chat{min-height:100vh}.no-chats-container{text-align:center;color:#666;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 60px);padding:2rem;display:flex}.no-chats-container .no-chats-image{opacity:.7;margin-bottom:1.5rem}.no-chats-container .no-chats-image img{max-width:200px;height:auto}.no-chats-container h3{color:#333;margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.no-chats-container p{max-width:80%;margin:0 auto;font-size:.9rem;line-height:1.4}.no-active-chat{background-color:#f9f9f9;flex:1;justify-content:center;align-items:center;height:100%;display:flex}.no-active-chat.hide-on-mobile{display:none}.no-active-chat .no-chat-selected{text-align:center;color:#666;padding:2rem}.no-active-chat .no-chat-selected .no-chat-image{opacity:.7;margin-bottom:1.5rem}.no-active-chat .no-chat-selected .no-chat-image img{max-width:250px;height:auto}.no-active-chat .no-chat-selected h3{color:#333;margin-bottom:.5rem;font-size:1.3rem;font-weight:500}.no-active-chat .no-chat-selected p{max-width:80%;margin:0 auto;font-size:.95rem;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{width:400px;max-width:400px}.no-active-chat .no-chat-selected h3{font-size:1.2rem}}.termsModalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0000004d;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.termsModalOverlay .termsModalBox{background:#fff;border-radius:12px;width:90%;max-width:800px;height:90vh;padding:30px;position:relative;overflow-y:auto}.termsModalOverlay .termsModalBox .closedBtn{cursor:pointer;background:0 0;border:none;font-size:24px;position:absolute;top:15px;right:20px}.termsModalOverlay .termsModalBox .terms__title{text-align:center;margin-bottom:20px;font-size:28px;font-weight:700}.termsModalOverlay .termsModalBox .terms__section{margin-bottom:30px}.termsModalOverlay .termsModalBox .terms__section h2{margin-bottom:10px;font-size:20px;font-weight:600}.termsModalOverlay .termsModalBox .terms__section h4{margin-top:10px;margin-bottom:5px;font-size:16px;font-weight:500}.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}.myAdsContainer,.sellFormHome,.loadProduct,.sellload,.loadproduct2{min-height:100vh}.noProductsContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:40px 0;display:flex}.noProductsImage{opacity:.8;width:150px;height:auto;margin-bottom:16px}.noProductsMessage{color:#666;font-size:18px;font-weight:500}.unreadBadge1{background-color:#28a745;border-radius:50%;width:10px;height:10px;display:inline-block;position:relative;top:10px}.showNumberTexts{align-items:center;gap:8px;font-size:16px;display:flex;position:relative}.showNumberTexts .infoWrapper{cursor:pointer;background:#f2f2f2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.showNumberTexts .infoWrapper .infoIcon{width:18px;height:18px;color:var(--buttonColor,#555)}.showNumberTexts .infoWrapper:hover{background:#e0e0e0}.showNumberTexts .popupBox{color:#fff;white-space:normal;word-wrap:break-word;text-align:center;background:#333;border-radius:12px;min-width:200px;max-width:250px;padding:10px 14px;font-size:14px;line-height:1.4;position:absolute;bottom:calc(100% + 10px);left:70%;box-shadow:0 4px 12px #00000026}.showNumberTexts .popupBox:after{content:"";border:6px solid #0000;border-top-color:#333;position:absolute;top:100%;left:0%;transform:translate(100%)}.wishlistMainBox{background:#fff;border-radius:10px;align-items:center;gap:10px;margin-bottom:20px;padding:12px;display:flex;position:relative;box-shadow:0 2px 6px #0000001a}.soldStamp{color:#d33;text-transform:uppercase;pointer-events:none;z-index:5;background:#ff00001a;border:2px solid #d33;border-radius:8px;padding:6px 18px;font-size:24px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-20deg)}.wishlistBox.disabled{pointer-events:none;opacity:.5}.error-popup-container{justify-content:center;align-items:center;padding:40px;display:flex}.error-popup-container .error-popup-trigger-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:#9f1a65;border:none;border-radius:8px;padding:12px 22px;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #9f1a654d}.error-popup-container .error-popup-trigger-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #9f1a6566}.error-popup-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.error-popup-overlay .error-popup-box{text-align:center;background:#fffffff2;border-radius:16px;width:100%;max-width:380px;padding:35px 30px;animation:.35s popupEnter;position:relative;box-shadow:0 10px 30px #00000040}.error-popup-overlay .error-popup-box .error-popup-close-btn{cursor:pointer;color:#9f1a65;background:0 0;border:none;font-size:24px;transition:all .2s;position:absolute;top:14px;right:14px}.error-popup-overlay .error-popup-box .error-popup-close-btn:hover{transform:scale(1.2)}.error-popup-overlay .error-popup-box .error-popup-icon{color:#9f1a65;margin-bottom:15px;font-size:50px}.error-popup-overlay .error-popup-box .error-popup-title{color:#222;margin-bottom:8px;font-size:20px;font-weight:700}.error-popup-overlay .error-popup-box .error-popup-message{color:#444;margin:10px 0 20px;font-size:15px;line-height:1.5}.error-popup-overlay .error-popup-box .error-popup-home-btn{color:#fff;cursor:pointer;background:#9f1a65;border:none;border-radius:8px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #9f1a654d}.error-popup-overlay .error-popup-box .error-popup-home-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #9f1a6566}@keyframes popupEnter{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.help-center-container{background:#fff;min-height:100vh;padding-top:80px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.help-center-wrapper{border-radius:8px;max-width:1200px;margin:0 auto;display:flex;overflow:hidden}@media (max-width:768px){.help-center-wrapper{flex-direction:column}}.help-center-sidebar{background:#fff;border-right:1px solid #eaeaea;width:280px;padding:20px 0}@media (max-width:768px){.help-center-sidebar{border-bottom:1px solid #eaeaea;border-right:none;width:100%}}.help-center-sidebar__title{background:var(--buttonColor,#4a6cf7);color:#fff;text-align:center;border-radius:0;margin:0 0 20px;padding:15px 20px;font-size:18px}@media (max-width:768px){.help-center-sidebar__title{margin-bottom:10px}}.help-center-sidebar__item{cursor:pointer;border-left:4px solid #0000;align-items:center;gap:12px;padding:14px 20px;transition:all .3s;display:flex}.help-center-sidebar__item:hover{background:#f5f8ff}.help-center-sidebar__item--active{border-left-color:var(--buttonColor,#4a6cf7);background:#f5f8ff;font-weight:600}.help-center-sidebar__item span{color:#333;font-size:15px}.help-center-sidebar__icon{color:var(--buttonColor,#4a6cf7);flex-shrink:0;font-size:16px}.help-center-main{background:#fff;flex:1;padding:30px}@media (max-width:576px){.help-center-main{padding:20px 15px}}.help-center-main__heading{color:#222;border-bottom:2px solid #f0f0f0;margin-bottom:25px;padding-bottom:15px;font-size:28px;font-weight:700}@media (max-width:576px){.help-center-main__heading{margin-bottom:20px;font-size:24px}}.help-center-main__content{color:#444;background:#fff;line-height:1.6}.help-center-main__content h1,.help-center-main__content h2,.help-center-main__content h3,.help-center-main__content h4{color:#222;margin-bottom:15px;font-weight:600}.help-center-main__content h1{font-size:28px}.help-center-main__content h2{margin-top:25px;font-size:22px}.help-center-main__content h3{font-size:19px}.help-center-main__content h4{color:#333;font-size:17px}.help-center-main__content p{color:#555;margin-bottom:16px}.help-center-main__content ul{margin-bottom:20px;padding:0;list-style:none}.help-center-main__content ul li{margin-bottom:10px;padding-left:22px;position:relative}.help-center-main__content ul li:before{content:"•";color:var(--buttonColor,#4a6cf7);font-size:20px;line-height:1;position:absolute;top:-2px;left:0}.help-center-main__content a{color:var(--buttonColor,#4a6cf7);text-decoration:none}.help-center-main__content a:hover{text-decoration:underline}.help-center__section{border-bottom:1px solid #f0f0f0;margin-bottom:30px;padding-bottom:20px}.help-center__section:last-child{border-bottom:none}.help-center__faq-item{border-bottom:1px dashed #eaeaea;margin-bottom:25px;padding-bottom:20px}.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{align-items:center;margin-bottom:15px;padding-left:0;display:flex}.help-center__contact-list li:before{display:none}.help-center__contact-icon{color:var(--buttonColor,#4a6cf7);flex-shrink:0;margin-right:10px;font-size:18px}.interest-modal-btn{background-color:var(--buttonColor);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-size:16px;transition:background .3s}.interest-modal-btn:hover{background-color:#7a1350}.interest-modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.interest-modal-content{text-align:center;background-color:#fff;border-radius:10px;width:300px;padding:20px 30px}.interest-modal-content .interest-modal-title{color:#9f1a65;margin-bottom:10px;font-size:20px}.interest-modal-content .interest-modal-text{color:#333;margin-bottom:20px;font-size:16px}.interest-modal-content .interest-modal-actions{justify-content:space-around;display:flex}@media (max-width:480px){.interest-modal-content .interest-modal-actions{gap:20px}}.interest-modal-content .interest-modal-actions .interest-modal-btn-yes{color:#fff;cursor:pointer;background-color:#9f1a65;border:none;border-radius:6px;padding:8px 20px;transition:background .3s}.interest-modal-content .interest-modal-actions .interest-modal-btn-yes:hover{background-color:#7a1350}.interest-modal-content .interest-modal-actions .interest-modal-btn-no{color:#fff;cursor:pointer;background-color:#0000;border:2px solid #9f1a65;border-radius:6px;padding:8px 20px;transition:background .3s,color .3s}.interest-modal-content .interest-modal-actions .interest-modal-btn-no:hover{background-color:#f9e6f0}.mt-4{white-space:pre-line;margin-top:1rem}.contactImgInfoTime{border-bottom:1px solid #eee;align-items:center;padding:10px;transition:opacity .3s;display:flex}.contactImgInfoTime.inactiveChat{opacity:.5;pointer-events:none}.contactImgInfoTime.inactiveChat:hover{background:0 0}.contactInfo{flex-direction:column;justify-content:center;display:flex}.contactInfo h4{color:#222;margin:0;font-size:16px;font-weight:600}.contactInfo .lastMessage{color:#555;white-space:nowrap;text-overflow:ellipsis;width:100%;min-width:0;max-width:500px;margin:2px 0 0;font-size:13px;overflow:hidden}.contactInfo .userInactive{background:#fdecea;border:1px solid #f5c2c2;border-radius:6px;width:fit-content;margin:2px 0 0;padding:2px 6px;font-size:12px;font-weight:500;display:inline-block;color:#e74c3c!important}.homeFeatureListBox.no-featured{display:none}.preLine{white-space:pre-line!important}.offerDate{text-align:right;flex-direction:column;align-items:flex-start;gap:4px;display:flex}.offerDate p{word-wrap:break-word;margin:0;font-size:13px}.offerDate .unavailableLabel{color:#ff4d4f;word-wrap:break-word;text-align:right;font-size:12px;font-weight:600}.myAds.fullWidth{flex:100%!important;width:100%!important;max-width:100%!important}.myAdsContainer .myAds.fullWidth~.adDetailBox{display:none!important}.myAdsContainer{gap:20px;width:100%;display:flex}@media (max-width:1024px){.myAds.fullWidth{width:100%!important}}.unreadCount{color:#fff;background:green;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-top:5px;font-size:12px;display:flex}.seeMoreBtn{color:#9f1a65;cursor:pointer;background:0 0;border:none;margin-top:6px;padding:0;font-size:15px;font-weight:500}.seeMoreBtn:hover{text-decoration:underline}
