.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;padding:6px}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;cursor:pointer}.form-width{width:400px}.padding-picture{padding:10px!important;width:100%!important}.home-offer-picture{width:102%;cursor:pointer}body,html{padding:0;margin:0;font:normal 400 14px Open Sans,sans-serif;color:#141d39;font-size:14px;line-height:1.45}.user-menu{height:100%;right:0;margin-top:-105px;position:fixed;background-color:#fff;z-index:99;width:250px;padding:10px}.user-menu ul{list-style:none}.user-menu ul li{padding-bottom:11px}.user-menu ul li a{padding:0 28px;text-decoration:none}.header-offer-delete{position:absolute;right:17px;top:11px;font-size:27px;color:#fff}.SearchBar:focus{box-shadow:none!important;border:2px solid #eb592c}.desktop-menu-ul li{list-style:none;display:inline-block}.desktop-menu-ul li a{margin-top:20px}.round-count-cart{width:20px;height:19px;border-radius:20px;margin-left:-10px;margin-top:-2px;cursor:pointer;font-size:13px}.round-count-cart,.round-count-whish{background:transparent linear-gradient(90deg,#eb592c,#eb592c) repeat scroll 0 0;position:absolute;color:#fff;padding-left:0;text-align:center;font-weight:700}.round-count-whish{width:19px;height:18px;border-radius:50%;margin-left:-20px;margin-top:-24px}.SearchSubmitButton{border:1px solid #eb592c;width:70px;border-radius:0 5px 5px 0;background-color:#eb592c;color:#fff}.SearchBar{margin-left:30px;background-color:#fff;letter-spacing:.025em;font-weight:500;font-size:.875rem;height:35px;display:flex;flex:1 1;padding:0 17px;border-radius:4px 0 0 4px}.desktop-menu ul{padding:0;position:absolute;list-style-type:none;margin:0;background-color:#141d39}.desktop-menu ul li span.first-font-asomeicon{position:absolute;left:33px;color:#fff;margin-top:4px;font-size:15px}.desktop-menu ul li span.first-font-asomeicon-first{position:absolute;left:33px;color:#fff;margin-top:-3px;font-size:15px}.headerMiddleSecton{padding:12px 0 0}.desktop-menu ul li a{margin-top:-5.9px;width:255px;line-height:28px;display:block;color:#fff!important;padding:0 65px;text-decoration:none;color:#fff;font-size:13px;font-weight:600}.desktop-menu ul li>a:hover{color:#fff;background-color:#eb592c}.desktop-menu ul li .sub-menu-ul li>a:hover{color:#000;background-color:#eb592c;margin-top:0;padding-top:0}.desktop-menu ul li .right-main-menu-icon{position:absolute;right:10px;margin-top:-24px;color:#fff}.desktop-menu ul li .sub-menu-ul li .right-main-menu-icon{position:absolute;right:10px;margin-top:-23px;color:#fff}.desktop-menu ul li:hover .sub-menu-ul{display:block}.desktop-menu ul li .sub-menu-ul{position:absolute;left:255px;margin-top:-29px;width:234px;z-index:999999;background-color:#000;display:none}.desktop-menu ul li .sub-menu-ul a{width:235px;padding-left:18px}.desktop-menu ul li .sub-menu-ul .sub-sub-menu-ul{position:absolute;left:234px;margin-top:-25px;width:261px;z-index:999999;height:auto;background-color:#000;display:none}.desktop-menu ul li .sub-menu-ul li:hover .sub-sub-menu-ul{display:block}.header-buttom .header-right-cart-icon{font-size:10px;position:relative;top:7px;left:4px}.header-buttom .header-right-wishlist-icon{font-size:10px;position:relative;top:7px;left:1px}.offer-image img{cursor:pointer}.header-buttom .header-right-account-icon{font-size:10px;position:relative;top:10px;left:-4px}.headerRightIconStyle{font-size:20px;position:relative;top:15px;color:#fff}.header-login-section{list-style:none;background-color:#c1c1c1;width:94px;position:absolute;top:97px;z-index:1;color:#000;padding:7px;margin-left:-24px}.welcome-message{background:0;border:0;color:#000;font-weight:700;font-size:14px;float:right}.header-login-section li a{text-decoration:none;color:#000}.offer-image{overflow:hidden}.offer-image img{transition:all .2s ease}.offer-image:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1)}.brands-products:hover,.categories:hover{padding:0}.categories .homeCategoryImage{height:170px}.home-category-product{padding:5px}.home-thumb-category a{text-decoration:none;color:#141d39}.all-products .price,.brands-products .price,.relative-products .price{font-weight:700;margin-bottom:-28px;margin-top:-13px}.all-products .product-title,.brands-products .product-title,.relative-products .product-title{font-weight:400;height:35px;padding:0 9px;margin-bottom:15px;overflow:hidden}.all-products a,.brands-products a,.relative-products a{text-decoration:none;color:#141d39;cursor:pointer}.buy-now-icon{color:#eb592c;padding-right:6px}.add-btn-box{margin-top:34px}.mobileProductHelp{background-color:#f2f2f2;width:331px;margin-left:-13px;padding-left:10px;margin-bottom:7px}.footer-cart{margin-top:-28px}.footer-cart,.footer-wishlist{background:transparent linear-gradient(90deg,#eb592c,#eb592c) repeat scroll 0 0;position:absolute;color:#fff;padding-left:1px;text-align:center;font-weight:700;width:21px;border-radius:50px;margin-left:-12px}.footer-wishlist{margin-top:-17px}.main-slider img{height:423px!important}.home-categories .add-btn-box{color:#000;text-align:center;padding:10px 19px;border-top:1px solid #ddd;text-transform:capitalize}.all-products .add-btn-box,.brands-products .add-btn-box,.categories .add-btn-box,.relative-products .add-btn-box,.search-products .add-btn-box{color:#000;text-align:center;padding:14px 19px;border-top:1px solid #ddd;text-transform:capitalize}.search-products .price{margin-top:-5px;margin-bottom:-28px}.categories h6,.home-categories h6{margin-top:6px;margin-bottom:-11px}.all-products:hover .add-btn-box,.brands-products:hover .add-btn-box,.categories:hover .add-btn-box,.home-categories:hover .add-btn-box,.relative-products:hover .add-btn-box,.search-products:hover .add-btn-box{background-color:#eb592c}.all-products:hover .add-btn-box .buy-now-icon,.all-products:hover .add-btn-box a.buy_now,.brands-products:hover .add-btn-box .buy-now-icon,.categories:hover .add-btn-box a.buy_now,.home-categories:hover .add-btn-box a.buy_now,.relative-products:hover .add-btn-box .buy-now-icon,.search-products:hover .add-btn-box .buy-now-icon,.search-products:hover .add-btn-box a.buy_now{color:#fff}.brands-products .add-btn-box,.relative-products .add-btn-box{color:#000;text-align:center;padding:13px 19px;border-top:1px solid #ddd;text-transform:capitalize}.all-products:hover .add-btn-box a.buy_now,.brands-products:hover .add-btn-box a.buy_now,.relative-products:hover .add-btn-box a.buy_now{background-color:#eb592c;color:#fff}.search-products .product-title{height:33px;overflow:hidden;font-weight:400}.top-category{background:#27c34b;color:#fff;padding:5px}.QuantitySection{float:left;border:1px solid #ddd;width:150px;height:33px;margin-left:5px}.Dcrement{margin-top:5px;color:orange #eb592c}.Dcrement,.Quantity{font-size:25px;text-align:center;width:50px;float:left;cursor:pointer;font-weight:700}.Quantity{color:grey;border-right:1px solid #ddd;border-left:1px solid #ddd;height:32px;padding:7px}.Increment{font-weight:700;color:orange #eb592c;font-size:25px;text-align:center;width:40px;float:left;cursor:pointer;margin-top:6px;margin-left:4px}.description-tab{background-color:#000;padding:6px 18px;width:25%;color:#fff;border:none;border-right:1px solid #fff}.accordion-body ul{list-style:none}.accordion-body ul li a{margin-left:-46px;text-decoration:none;color:#262525}.accordion-body ul li.item{position:absolute}.main-category-count{background-color:#fff;color:#000;border-radius:50%;padding:3px;width:25px;float:right;position:absolute;right:38px}.product-code{background-color:#b5f7c4;width:190px;font-size:15px;padding:5px;color:#000;border-radius:50px}.desktopRightHelp{background-color:#fff;padding:7px 13px;height:500px}.order-phone{background-color:#b5f7c4;padding:8px 6px;font-size:14px;color:#000;text-align:left;margin-top:-14px}.order-phone:before{content:"\f273"!important;font-family:Font Awesome\ 5 Pro;font-size:40px;color:#eb592c;padding-left:12px;padding-top:10px;padding-right:5px}.preview{display:flex;flex-direction:column}.preview-thumbnail.nav-tabs{border:0;margin-top:15px;justify-content:center}.preview-thumbnail.nav-tabs li{width:12%;margin-right:4.5%;margin-top:-29px;margin-bottom:12px}.preview-thumbnail.nav-tabs li img{max-width:100%;display:block;border:1px solid #ddd}.preview-thumbnail.nav-tabs li a{padding:0;margin:0}.preview-thumbnail.nav-tabs li:last-of-type{margin-right:0}@media screen and (max-width:996px){.preview{margin-bottom:20px}}.preview-pic{flex-grow:1}.thumbnail{display:flex;flex-direction:row;justify-content:space-around;padding:10px}.thumbnail li{list-style:none}.thumbnail li a img{height:100px;width:100px;cursor:pointer}.tab-content{overflow:hidden}.tab-content img{width:100%;animation-name:opacity;animation-duration:.3s}.card{background:#fff;padding:1em;line-height:1.5em;height:387px;border:0;margin-top:-16px}@media screen and (min-width:997px){.wrapper{display:flex}}.details{background-color:#fff;padding:7px 13px;height:499px}.price,.product-title{text-transform:capitalize;font-weight:700}.checked,.price span{color:#ff9f1a}.product-description,.product-title,.rating,.sizes,.vote{margin-bottom:5px}.priceParagrap{margin-top:-14px;margin-bottom:0}.product-title{margin-top:0}.main-tab{border:1px solid #ddd;background:#fff}.cash-on-delevery,.online-order{background-color:#eb592c;font-size:12px;padding:1px 10px;border-radius:50px;color:#fff;margin-left:10px;font-weight:700}.edit-photo{background-color:#eb592c;position:absolute;margin-top:-30px;text-align:center;width:93px;color:#fff;padding:3px 10px;margin-left:99px;display:none}.image-section-div:hover .edit-photo{display:block}.footer-section .social{list-style-type:none}.footer-section .social li{display:inline}.footer-section .social li a,.list-unstyled li a{text-decoration:none;color:#fff;padding:5px 15px}.round-time-line{background-color:#eb592c;color:#fff;width:40%;height:78%;border-radius:50%;padding:17px 31px 7px 22px}.round-time-line-no-color{background-color:#fff;border:1px solid #eb592c;color:#eb592c;width:38%;height:83%;border-radius:50%;padding:17px 31px 7px 22px}.ContentOverlayOpen{display:block;position:fixed;height:100%;top:0;left:0;z-index:7;right:0;bottom:0;cursor:pointer;background-color:rgba(0,0,0,.5)}.ContentOverlayClose{display:none}.mobile-menu-icon{position:absolute;left:4px;top:18px;font-size:25px;color:#eb592c}.mobile-menu-icon-top-picture-show{position:absolute;left:2px;top:53px;font-size:14px;color:#141d39;background:#ddd;border-radius:50px;padding:3px;width:34px;text-align:center}.footer-background{border-top:7px solid #ff9700;background-color:#141d39}.recent-product-button{border-radius:13px;width:100%;background-color:#27c34b;border:0;margin-left:-10px}.youtube-footer-video{color:#eb592c;font-size:36px;position:relative;left:-75px;top:-47px}.member-of{border-right:1px solid #ddd}.footer-app-section{border-left:1px solid #ddd}.footer-address-mobile{font-size:20px;font-weight:700}.contact-footer-section{border-left:1px solid #ddd}.footer-social{list-style:none;padding-top:29px}.footer-social li,.footer-social li a{display:inline-block}.footer-social li a{padding:12px}.footer-payment{position:relative;top:45px;right:10px}.copy-right-section{padding-top:42px}.footer-logo{margin-top:19px;height:51px}.footer-background ul li a{color:#fff;margin-top:8px!important;display:block}.footer-member-title{font-size:20px;text-align:left}.footer-mobile-title{font-size:27px;margin-top:-15px;margin-bottom:-4px}.footer-time-class{margin-top:-14px}.contact-us-heading{border-bottom:1px solid #fff;float:right}.footer-app-title{font-size:20px;text-align:left}.footer-customer-title{font-size:22px;text-align:left}.cursorPinter{cursor:pointer!important}.topHeaderColor{color:#141d39}.topheaderBgColor{background-color:#f7f8fa}.desktopLogo{margin-top:4px;cursor:pointer;margin-left:10px}.headerMenuShowDesktop{display:block;position:absolute;margin-top:40px;z-index:9}.headerRightIconColor{color:#777}.userFackImageShow,.userImageShow{cursor:pointer;position:relative;top:13px;left:1px}.desktopMenuShowClick{cursor:pointer;height:40px;width:254px}.cartWishlistArea{margin-top:-14px}.headerUserLoginSection{cursor:pointer;margin-top:-2px}.headerMenuDiv{height:40px;background-color:#141d39}.headerCategoryMenuIcon{float:right;margin-top:-8px;margin-right:21px}.navbarMenuStyle{height:40px;background-color:#141d39}.OfferContaner{margin-top:0!important}.whychoos-section-image{width:50px;height:50px}.whyCooseDiv{border:1px solid #eb592c;border-radius:5px}.whychosetitle{margin-top:-13px;width:232px;font-size:15px;background:#eb592c!important;color:#fff!important;text-align:center;padding:4px;border-radius:4px;font-weight:700!important}.topCategorySection{padding:6px}.image-hover-effect_2023,.image-hover-effect_inner_2023{overflow:hidden;position:relative;margin-bottom:5px}.image-hover-effect_2023:hover .image-hover-effect_inner_2023:before{animation:sujonshine .9s}.image-hover-effect_inner_2023:before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:"";width:50%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));transform:skewX(-25deg)}@keyframes sujonshine{to{left:125%}}.home-category-picture-div{background-color:#fff}.footerUl{list-style:none;padding-left:0;margin-top:19px;font-weight:700}.footer-bottom-div{border-top:1px solid #ddd}.mobile-footer-sticy-menu{background-color:#000;bottom:0;position:fixed;color:#fff;border-top:1px solid #fff}.footer-menu-icon{height:20px;width:20px}.footer-user-image{cursor:pointer;position:relative;top:4px;left:0}.footer-product-buy{margin-top:-7px}.footer-video-2{margin-top:-8px}.footer-video-2-div{margin-top:-9px}.footer-company-para{font-size:15px}.footer-addrees-first{border-right:1px solid #fff}.foooter-page{border-bottom:2px solid #fff}.foooter-page ul li{list-style:none}.foooter-page ul{display:flex;flex-direction:row;justify-content:space-between}.foooter-page-mobile ul{column-count:2;-webkit-columns:2;-moz-columns:2;list-style:none}.membership{justify-content:space-evenly;align-items:center;margin-top:28px}.footer-social ul,.membership{display:flex;flex-direction:row}.footer-social ul{justify-content:center;background-color:#000}.footer-copy-right{font-size:12px;margin-top:-14px;text-align:center}.ssl-footer-section{margin-top:30px}.footer-facebook-img:hover{background:#129cf7;border-radius:50px}.youtube-img:hover{background:red;border-radius:50px}.whatsapp-img:hover{background:#00e676;border-radius:50px}.twiter-img:hover{background:#1da1f2;border-radius:50px}.instram-img:hover{background:#5255c5;border-radius:50px}.footer-bottom a{color:#000}.signle-offer-brand ul,.signle-offer-category ul{list-style:none}.signle-offer-brand ul li a:hover,.signle-offer-category ul li a:hover{color:#000!important}.range-slider-output,.single-offer-category-title{display:flex;flex-direction:row;justify-content:space-between}.signle-offer-brand ul li a.active,.signle-offer-category ul li a.active{color:#000}.signle-offer-brand ul li a.inActive,.signle-offer-category ul li a.inActive{color:inherit}.blink{animation:blinker 2s linear infinite;-webkit-animation:blinker 2s linear infinite;-moz-animation:blinker 2s linear infinite;color:#ef4a23;font-size:18px}@keyframes blinker{0%{opacity:1}50%{opacity:0}to{opacity:1;color:#fff}}.discount-percent{background:#eb592c;width:auto;color:#fff;font-size:12px;padding:3px 10px;line-height:14px;margin-bottom:2px;border-radius:0 20px 20px 0;flex:0 0 auto}.marks{display:flex;position:relative;margin-top:7px;flex-direction:column;align-items:flex-start;margin-bottom:-27px}.homeCategoryStyle{width:11.1%;padding:7px;cursor:pointer}.homeCategoryStyle a{font-size:12px!important;color:#606060}.homeCategoryStyle img{padding:11px}.homeCategoryStyle .inner-home-cat-section{padding:10px}.content-section{background-color:#f5faff!important}.inner-card-background{background-color:#fff!important;border-radius:5px}.populer_heading{margin-top:14px;font-size:20px;margin-bottom:-1px;font-weight:600;color:#000}.populer_heading,.populer_sub_heading{font-family:Trebuchet MS,sans-serif;line-height:26px}.populer_sub_heading{font-size:14px;margin-bottom:5px;font-weight:700;color:#020202}.card-design{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.outer-hot-offer-section{border:2px solid #eb592c;border-radius:27px;background:#fff}.inner-hot-offer-section{padding:30px}.hot-offer-title{color:#eb592c;font-weight:700;font-size:14px;text-align:center;margin-top:-15px}.new-offer-category-link{display:inline-block;line-height:26px;padding:2px 16px;border-radius:30px;color:#000;border:1px solid #ddd;margin:0 9px 8px 0;font-size:12px;background-color:#fff;font-weight:700;text-transform:capitalize}.single-product-link{border-radius:30px;background-color:#e1dfdb}.new-item-b-category,.single-product-link{display:inline-block;line-height:26px;padding:2px 16px;color:#000;margin:0 9px 8px 0;font-size:12px;font-weight:700;text-transform:capitalize}.new-item-b-category{border:1px solid #ddd;background-color:#fff;border-radius:5px}.new-item-b-category:hover{background-color:#eb592c;color:#fff}.offer-inner-category{border:1px solid #eb592c;border-radius:5px}.new_acitve{background-color:#eb592c!important;border:2px solid #eb592c;color:#fff!important}.offer-new-title{position:relative;top:-13px;left:11px;background:#eb592c;width:139px;color:#fff;font-size:17px;font-weight:700;padding-left:8px;border-radius:4px}.carousel .carousel-item{transition-duration:.1ms!important}.seoportion-style{padding:9px;border-radius:7px;margin-bottom:15px}.userNameCircle{display:inline-block;height:55px;width:55px;background-color:#eb592c;border-radius:50%;z-index:-1;font-size:22px;padding:13px;font-weight:700}.related-product-title{background:#ddd;color:#000;font-size:15px;padding:5px;font-weight:700}.related-product-title-formate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:2;padding:6px}.related-product-div-size{height:auto}.related-product-div-size a{color:#333!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:15px;max-height:48px;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px}.jn-card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.jn-card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.jn-card-body{flex:1 1 auto;padding:1rem}.login-options{display:flex;flex-direction:row}.orange-color{color:#141d39;font-weight:700}.checkout-content-disabled{pointer-events:none;opacity:.8}.floating-cart-show{right:-320px;z-index:8}.floating-cart,.floating-cart-show{position:fixed;top:0;width:320px;background:#f7f7f7;height:100%}.floating-cart{right:0;z-index:9999999999}.floating-cart h1{font-size:20px;font-weight:700;text-align:center;text-transform:uppercase;margin-top:10px;margin-bottom:-20px}.close-cart-icon{font-size:25px;position:absolute;right:9px;top:7px;font-weight:700}.innser-floting-cart{padding:30px!important}.innser-floting-cart table tbody tr td{padding:5px}.view-cart{font-size:16px;font-weight:700;text-transform:uppercase;color:#fff;background:#000;border:#000}.view-cart:hover{background:#000;color:#fff!important}.view-checkout{background:#eb592c!important;border:orange}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(255,0,0,.8);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,0,0,.4)}.cart-close{background:#eb592c;height:50px;width:30px;position:absolute;top:50%;font-size:29px;color:#fff;cursor:pointer;border-radius:10px 0 0 10px;padding-left:4px;padding-top:11px;text-align:center;right:100%}.inner-price{border:2px solid #eb592c!important}.inner-price:hover{border:2px solid #000!important}.desktop-card-price-section-fixed{position:sticky;margin-top:135px}.move-button-to-top{position:fixed;font-size:20px;bottom:91px;right:62px;background-color:#eb592c;color:#fff;text-align:center;width:40px;height:39px;border:none;opacity:.9;z-index:9}.wish_list_custom{width:4%;background:#eb592c}.buy_now_custom,.wish_list_custom{color:#fff;font-weight:700;height:40px;border:none}.buy_now_custom{width:47%;background:#000;margin:2px}.add_to_cart_custom{width:47%;height:40px;background:#eb592c;color:#fff;font-weight:700;margin:2px;border:none}.single-product-cart-fixed{position:fixed;bottom:0;width:100%;padding-top:3px;height:50px;z-index:999}.emi-price-section{margin-top:170px}#nav-tab{display:flex;flex-direction:row;justify-content:space-between}.tabActive{background:#eb592c}.nav-tabs .nav-link{border-radius:none}.form-control:focus,input:focus,textarea:focus{outline:none!important}.form-control:focus{box-shadow:none!important}.mobile-search-bar-button{position:absolute;right:48px;border:none;background:none;top:49px}.mobile-search-bar{background:#f2f3f5!important;outline:none;border:1px solid #fff}.mobile-cart-right-section{background:#ddd;width:27px;position:absolute;right:6px;padding-left:16px;border-radius:60px;height:31px;margin-top:2px;padding-top:0}.ul-list-mobile{list-style:none;margin-top:9px}.ul-list-mobile li{display:inline}.ul-list-mobile li a{line-height:12px;padding:7px 15px;border-radius:30px;color:#000;border:1px solid #ddd;margin:3px!important;font-size:12px;background-color:#fff;font-weight:400;text-transform:capitalize;white-space:nowrap}.offer-static-image{position:absolute;margin-top:4px;width:150px;margin-left:148px}.home-seo-title{color:#141d39;margin-bottom:-2px}.footer-email{font-size:19px}.footer-phone{font-size:30px;color:orange;margin-top:-12px}.footer-social-media-icon-style{list-style:none;margin-left:-29px;display:flex;flex-direction:row;justify-content:start}.footer-social-media-icon-style img{width:30px;padding-right:7px;margin-top:-11px}.footer-heading-style_{font-size:16px}.footer-horizontal_line{width:95%;margin-left:27px}.product_card_main_2023{grid-gap:20px;gap:20px;padding:6px}.product_card_2023{width:18.6%}.product_card,.product_card_2023{background-color:#fff;box-shadow:0 0 5px #999}.product_card_title_2023{font-size:12px;font-weight:600;height:27px;overflow:hidden}.product_card_related_title_2023{font-size:12px;font-weight:600;height:41px;overflow:hidden}.product_card_price_discount_2023{font-size:12px;font-weight:600;position:absolute;margin-left:-10px;margin-top:4px;z-index:2;color:#fff;background-image:linear-gradient(90deg,#fa4000,#ff7f00);padding:1px 8px 1px 12px}.product_card_price_2023{display:flex;flex-direction:row;justify-content:space-around}.product_card_price_2023 h2{color:#eb592c;font-size:20px;font-weight:600}.product_card_price_2023 h3{color:#000;font-size:14px;text-decoration:line-through}.product_card_price_discount_other_2023{font-size:12px;font-weight:600;position:absolute;margin-left:-8px;margin-top:-4px;z-index:2;color:#fff;background-image:linear-gradient(90deg,#fa4000,#ff7f00);padding:1px 8px 1px 12px}.product_card_cart_button_2023:hover{background:#eb592c;border:#eb592c}.product_card_2023_body img{overflow:hidden;padding:9px}.product_card_2023_body:hover img{transform:scale(1.1)}.product_card_2023_body img{transition:.3s ease-in-out}.product_card_2023_body:hover{box-shadow:0 3px 3px rgba(0,0,0,.1);transition:.3s ease-in-out}.footer-link-ul li{margin-bottom:-9px!important}.left-slider-home-cat{width:24%;float:left;padding-left:5%}.right-slider-image-section{width:76%;padding-left:.5%;float:right}.slider-section-2023{display:flex}.carousel-indicators button:focus{outline:none}.carousel-indicators button{width:14px;height:12px;border:1px solid #000;background:#000;margin:4px}.carousel-indicators button.active{width:14px;height:12px;border:1px solid #fa4000;background:#fa4000;margin:4px}.header-top-menu-icon,.left-slider-home-cat button{height:32px;padding-top:0}.header-top-menu-icon,.left-slider-home-cat button{font-size:21px;font-weight:700;color:#fff;border:none;background-image:linear-gradient(90deg,#fa4000,#ff7f00);align-items:baseline}.header-top-menu-icon{height:40px;padding-top:4px}.header-buttom{background-color:#141d39}.desktop-menu ul li:first-child{padding-top:10px}.desktop-menu ul li:last-child{padding-bottom:10px}.desktop-menu ul{border-radius:0 0 1% 1%}.header-sign-up-icon{font-size:21px;font-weight:700;color:#fff;border:none;background-image:linear-gradient(90deg,#fa4000,#ff7f00);-moz-box-align:baseline;padding:5px;margin-top:7px;border-radius:6px}@media(min-width:500px) and (max-width:991.98px){.searchbar{margin-left:20px!important}.desktop-menu-ul li a{margin-top:10px;padding:0;font-size:12px}}@media(max-width:775.98px){.mobile-parter-header{font-size:14px}.mobile-parter-footer-section{margin-bottom:49px}.mobile-parter-image{width:80px}.slider-section-2023{margin-top:-17px}.right-slider-image-section{width:100%}.footer-link-ul{font-size:12px;margin-top:-20px}.footer-link-ul li{margin-bottom:-9px}.product_card_main_2023{grid-gap:10px;gap:10px}.product_card_2023{width:48%}.SearchSubmitButton{width:30px!important}.footer-horizontal_line{width:84%;margin-left:25px}.emi-price-section-mobile{margin-top:6px}.emi-price-section{margin-top:0!important}.move-button-to-top{right:16px!important}.wish_list_custom{display:none}.hot-offer-title{margin-top:-20px;left:6%;font-size:13px}.populer_sub_heading{font-size:11.5px;margin-bottom:-6px;margin-top:5px}.populer_heading{font-size:15px;margin-bottom:-13px;margin-top:6px}.homeCategoryStyle{width:25%;padding:4px}.homeCategoryStyle a{font-size:9.5px!important}.homeCategoryStyle img{padding:10px}.homeCategoryStyle .inner-home-cat-section{padding:1px!important}.offer-banner{margin-top:-5px}.ssl-footer-section{margin-top:-6px;margin-bottom:47px}.footer-time-class{font-size:12px}.footer-copy-right{font-size:10px}.footer-email{font-size:11px}.footer-addrees-first{border:none!important}.footer-mobile-title{font-size:14px}.px-3{padding-right:.1rem!important;padding-left:.1rem!important}.product-tabsection{margin-top:970px!important}.member-of{border:0}.desktop-menu-ul li a{margin-top:8px}.desktopRightHelp,.details{height:auto;width:100%}.desktopRightHelp{margin-left:0;margin-top:8px}}@media(min-width:10000px){.brands-products{height:264px!important}}@media(min-width:300px) and (max-width:775.98px){.searchbar{margin-left:20px!important}.user-menu{left:0;margin-top:-97px;position:fixed;background-color:#fff;z-index:99;width:250px;padding:10px}.headermiddlesecton{padding:2px 11px!important}.brands-products{height:264px!important}}@media(max-width:775.98px){.offer-static-image{margin-left:219px!important}.breadcrumb{margin-top:11px!important}.mobile-display-none{display:none!important}.header-buttom{margin-bottom:-38px}.new-mobile-menu{position:sticky;top:0;z-index:9}.header-cart-item-count{background:transparent linear-gradient(90deg,#eb592c,#eb592c) repeat scroll 0 0;position:absolute;color:#fff;padding-left:1px;text-align:center;font-weight:700;width:21px;border-radius:50px;margin-left:-6px;z-index:9}.mobile-header-shopping-cart{position:relative;right:12px;margin-top:9px;font-size:17px;color:#141414}.brands-products{height:264px!important}}@media(min-width:575.98px){.header-search{position:absolute;z-index:2;width:75%;margin-left:20px}}@media(max-width:575.98px){.footer-address-mobile{font-size:18px;font-weight:700}.footer-app-section{border-left:0 solid #ddd}.footer-app-title,.footer-band-title,.footer-contact-title,.footer-customer-title,.footer-member-title{font-size:15px;text-align:left}.preview-pic{border:1px solid #ddd}.mx-3{margin-right:2px!important;margin-left:2px!important}.mobileProductHelp{width:103%}.searchbar{margin-left:30px!important}.footer-social{padding-top:0!important}.copy-right-section{margin-top:-59px}.copy-right-section p{font-size:13px}.header-offer-image{height:50px}.footer-payment-section{margin-top:-30px;margin-bottom:43px}.offer-image{overflow:hidden;width:100%;padding:0;margin-top:5px}.main-slider{height:112px!important}.main-slider img{height:150px!important}.form-width{width:328px}.header-search{position:absolute;z-index:2;width:78%}.round-time-line,.round-time-line-no-color{height:51%}.order-phone{background-color:#c9ead0;padding:7px;font-size:12px;color:#777;margin-top:55px}.product-tabsection{margin-top:-1px!important}.product-description-icon-none{display:none}.description-tab{padding:3px}.main-tab{border:0;padding:8px}.card{margin-top:-8px!important;background:#fff;padding:1px!important;line-height:1.5em;border:0;margin-top:-16px;margin-left:-12px}.card,.details{height:auto}.desktoprighthelp{background-color:#efefef;padding:7px 13px;margin-left:10px;height:377px;margin-top:8px;width:96%}.brands-products{height:auto!important}}@media(min-width:767.98px){.main-slider{height:118px!important}.main-slider img{height:150px!important}.header-search{position:absolute;z-index:2;width:94%}.searchbar{margin-left:20px}}@media(min-width:992px){.main-slider{height:392px!important;margin-left:270px;margin-top:7px;width:78%}.main-slider img{height:417px!important}.header-search{position:absolute;z-index:2;width:44%;margin-left:21px}.brands-products{height:309px!important}}@media(min-width:1299.98px){.brands-products{height:auto!important}}@media(min-width:1600px){.main-slider{height:368px}.main-slider img{height:415px}.brands-products{height:346px}}