.floating-whatsapp-button{position:fixed;bottom:20px;right:20px;background-color:#25d366;color:#fff;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px rgba(0,0,0,.2);cursor:pointer;transition:background-color .3s ease}.floating-whatsapp-button:hover{background-color:#128c7e}.whatsapp-icon{font-size:30px}@import"https://fonts.googleapis.com/css2?family=Fondamento:ital@0;1&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";:root{--yellow-color:#fbbe07;--light-green:#498d01;--light-red:#9e5252;--black-color:#000;--yellow-color:#f2c744;--white-color:#fff;--green-color:#617864;--light-green:#97b326;--light-rose:#e19997;--dark-green:#39462b;--transition:0.4s ease-in-out;--shadow:0px 60px 56px -12px rgba(9,40,163,.05);--font-weight-regular:400;--font-weight-bold:700;--font-weight-light:300}h1{font-weight:var(--font-weight-bold)}h1,h2{font-family:var(--primary-font)}h2,h3,h4,p{font-weight:var(--font-weight-regular)}h3,h4,p{font-family:var(--secondary-font)}@keyframes beat{30%{opacity:1;transform:scale(1.4)}50%{transform:scale(.8)}to{transform:scale(1)}}footer{width:100%;background-color:#fff}footer .footer-row{width:100%;display:flex;flex-direction:column;padding-top:clamp(2.5rem,5vw + .63rem,4.69rem);color:#fff}footer .footer-row .footer-top{width:100%;display:flex;justify-content:space-between;padding-bottom:clamp(2.5rem,5vw + .63rem,4.69rem)}@media only screen and (max-width:800px){footer .footer-row .footer-top{flex-wrap:wrap;row-gap:50px}}footer .footer-row .footer-top .footer-link-box{width:25%;display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:800px){footer .footer-row .footer-top .footer-link-box{width:50%}}footer .footer-row .footer-top .footer-link-box h3{font-size:clamp(1.25rem,.57vw + 1.04rem,1.5rem);font-weight:500}footer .footer-row .footer-top .footer-link-box ul{width:100%;display:flex;flex-direction:column;gap:18px}footer .footer-row .footer-top .footer-link-box ul li{list-style:none}footer .footer-row .footer-top .footer-link-box ul li a{text-decoration:none;font-size:clamp(.88rem,.43vw + .71rem,1.06rem);font-weight:400}footer .footer-row .footer-top .footer-link-box ul li a:hover{font-size:scale(1.01)}footer .footer-row .footer-bottom{width:100%;text-align:center;border-top:1px solid #6e7665;padding:40px 0;font-size:clamp(.88rem,.43vw + .71rem,1.06rem);font-weight:400}footer .footer-row .footer-bottom a{font-size:clamp(.88rem,.43vw + .71rem,1.06rem);font-weight:400;text-decoration:none}.blur{-moz-filter:blur(5px);-o-filter:blur(5px);-ms-filter:blur(5px);filter:blur(5px)}.modal-wrapper{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(6,22,7,.9);visibility:hidden;opacity:0;transition:all .25s ease-in-out;align-items:center;justify-content:center;display:flex;z-index:5}.modal-wrapper.open{opacity:1;visibility:visible}.modal-wrapper.open .modal{margin-top:0;opacity:1;max-height:100vh;overflow-y:auto;overflow-x:hidden}.modal-wrapper .modal{max-width:600px;min-width:300px;display:block;position:relative;background:#fff;opacity:0;transition:all .5s ease-in-out}.modal-wrapper .modal .head{width:100%;height:32px;padding:18px}.modal-wrapper .modal .head .btn-close{width:32px;height:32px;display:block;float:right}.modal-wrapper .modal .head .btn-close:after,.modal-wrapper .modal .head .btn-close:before{content:"";width:32px;height:2px;display:block;background:var(--black-color)}.modal-wrapper .modal .head .btn-close:before{margin-top:12px;transform:rotate(45deg)}.modal-wrapper .modal .head .btn-close:after{margin-top:-2px;transform:rotate(-45deg)}.modal-wrapper .modal .content{width:100%}.modal-wrapper .modal .content .login-content{width:100%;display:flex;flex-direction:column;padding:0 clamp(1.25rem,2.86vw + .18rem,2.5rem) clamp(1.25rem,2.86vw + .18rem,2.5rem);gap:35px}.modal-wrapper .modal .content .login-content .header-sign{width:100%;flex-direction:column;display:flex;align-items:center;justify-content:center;gap:15px;text-align:center}.modal-wrapper .modal .content .login-content .header-sign h3{font-size:clamp(1.25rem,.71vw + .98rem,1.56rem);font-weight:600}.modal-wrapper .modal .content .login-content .header-sign p{font-size:clamp(1rem,.29vw + .89rem,1.13rem);font-weight:400}.modal-wrapper .modal .content .login-content .login-content-field{width:100%;display:flex;flex-direction:column;gap:15px;text-align:center}.modal-wrapper .modal .content .login-content ul.loginsocialbutton{display:flex;justify-content:center;gap:15px}.modal-wrapper .modal .content .login-content ul.loginsocialbutton li{list-style:none}.modal-wrapper .modal .content .login-content ul.loginsocialbutton li a{border:1px solid #ccc;width:50px;height:50px;text-decoration:none;display:flex;align-items:center;justify-content:center;border-radius:50px}.modal-wrapper .modal .content .login-content ul.loginsocialbutton li a svg{width:30px;height:auto}.modal-wrapper .modal .content .login-content .alreadyaccount{text-align:center;font-size:clamp(.75rem,.29vw + .64rem,.88rem);border-top:1px solid #ccc;padding-top:20px}.modal-wrapper .modal .content .login-content .alreadyaccount a{color:blue;text-decoration:none;font-weight:600}.modal-wrapper .modal .content .login-content .alreadyaccount a:hover{text-decoration:underline}.modal-wrapper .modal .content .login-content p{font-size:clamp(.81rem,.14vw + .76rem,.88rem);font-weight:400}.modal-wrapper .modal .content .login-content p a{color:blue;text-decoration:none}.modal-wrapper .modal .content .login-content p a:hover{text-decoration:underline}.field-row{width:100%;display:flex;justify-content:space-between;gap:10px;position:relative}@media only screen and (max-width:500px){.field-row{flex-direction:column;gap:15px}}.field-row .three-col{width:33%;position:relative}@media only screen and (max-width:500px){.field-row .three-col{width:100%}}.field-row .two-col{width:50%;position:relative}@media only screen and (max-width:500px){.field-row .two-col{width:100%}}.field-row .field-style{border-radius:5px;border:1px solid #ccc;padding:5px 10px;width:100%;height:50px;font-size:14px}.field-row .field-style.sm{height:32px}.field-row input::-moz-placeholder{opacity:0}.field-row input::placeholder{opacity:0}.field-row input,.field-row select{width:100%;height:60px;font-size:14px;padding:10px;outline:none;border:1px solid gray;box-sizing:border-box;border-radius:5px}.field-row label{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:14px;color:gray;transition:.3s;font-weight:500}.field-row input:not(:-moz-placeholder-shown)+label{top:0;font-size:11px;color:#000;background:#fff;padding:2px 5px}.field-row input:focus+label,.field-row input:not(:placeholder-shown)+label{top:0;font-size:11px;color:#000;background:#fff;padding:2px 5px}.field-row input:focus{border:2px solid #000}.field-row select:not(:-moz-placeholder-shown)+label{top:0;font-size:.8rem;color:#000;background:#fff;padding:2px 7px}.field-row select:focus+label,.field-row select:not(:placeholder-shown)+label{top:0;font-size:.8rem;color:#000;background:#fff;padding:2px 7px}.field-row select:focus{border:2px solid #000}.checkbox-field{width:100%;display:flex;justify-content:space-between;gap:10px;position:relative}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]{--active:#275efe;--active-inner:#fff;--focus:2px rgba(39,94,254,.3);--border:#bbc1e1;--border-hover:#275efe;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:none;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--bc,var(--border));background:var(--b,var(--background));transition:background .3s,border-color .3s,box-shadow .2s}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:after{content:"";display:block;left:0;top:0;position:absolute;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s)}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:checked{--b:var(--green-color);--bc:var(--green-color);--d-o:0.3s;--d-t:0.6s;--d-t-e:cubic-bezier(0.2,0.85,0.32,1.2)}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:disabled+label{cursor:not-allowed}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:focus{box-shadow:0 0 0 var(--focus)}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:not(.switch){width:21px}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after{opacity:var(--o,0)}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked{--o:1}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]+label{display:inline-block;vertical-align:middle;cursor:pointer;margin-left:4px}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:not(.switch){border-radius:7px}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after{width:5px;height:9px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:7px;top:4px;transform:rotate(var(--r,20deg))}.checkbox-field .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked{--r:43deg}.checkbox-field .checkbox-wrapper-13 *,.checkbox-field .checkbox-wrapper-13 :after,.checkbox-field .checkbox-wrapper-13 :before{box-sizing:inherit}.btn{display:inline-block;background:var(--green-color);color:var(--white-color);width:100%;text-align:center;transition:background .5s;text-decoration:none;display:block;cursor:pointer;font-weight:500;font-size:clamp(.81rem,.71vw + .54rem,1.13rem);text-transform:uppercase;font-family:var(--secondary-font)}.btn:hover{background:#6a8f43}@media screen and (max-width:768px){.hide-in-md{display:none}}@media screen and (min-width:769px){.hide-in-lg{display:none}}.ant-form-item{margin-bottom:8px}body{width:100%;font-family:var(--secondary-font);font-weight:400;color:var(--black-color);background:"#f6f6f6"!important}*{margin:0;padding:0;border:0;outline:0;box-sizing:border-box}img{max-width:100%}.error{color:"red"}.container{max-width:1500px!important;min-width:300px!important;margin:0 auto;padding:0 10px}@media only screen and (max-width:1440px){.container{max-width:1000px!important}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#fff}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#bfb9b0;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#2a2823}.scrollable-container{-ms-overflow-style:none;scrollbar-width:none}.scrollable-container::-webkit-scrollbar{display:none}.scrollable-container .scroll-icon{opacity:0}.scrollable-container:hover .scroll-icon{opacity:1}.pro-section{width:100%;padding-top:clamp(3.13rem,7.14vw + .45rem,6.25rem)}.pro-section .pro-row{width:100%;display:flex;justify-content:space-between}@media only screen and (max-width:800px){.pro-section .pro-row{flex-direction:column;gap:40px}}.pro-section .pro-row .pro-section-box{width:32%;background:#000;position:relative}@media only screen and (max-width:800px){.pro-section .pro-row .pro-section-box{width:100%}}.pro-section .pro-row .pro-section-box .image-row{position:relative;overflow:hidden}.pro-section .pro-row .pro-section-box .image-row img{width:100%;height:auto;min-height:350px;-o-object-fit:cover;object-fit:cover;display:block}.pro-section .pro-row .pro-section-box .offer-dtls{position:absolute;top:50px;left:50px;bottom:50px;right:50px;display:flex;flex-direction:column;text-align:left}@media only screen and (max-width:600px){.pro-section .pro-row .pro-section-box .offer-dtls{left:30px;top:30px}}.pro-section .pro-row .pro-section-box .offer-dtls h3{color:var(--white-color);font-size:clamp(1.38rem,1.14vw + .95rem,1.88rem);font-weight:500}.pro-section .pro-row .pro-section-box .offer-dtls p{color:var(--white-color);font-size:clamp(.88rem,.29vw + .77rem,1rem);padding-top:10px}.pro-section .pro-row .pro-section-box .offer-dtls a{background-color:#fff;display:inline-block;padding:9px 20px;font-size:14px;line-height:22px;font-weight:500;color:#000;position:relative;transition:all .3s ease-in-out;width:-moz-fit-content;width:fit-content;text-decoration:none;margin-top:auto}.offer-section{width:100%;padding:clamp(3.13rem,7.14vw + .45rem,6.25rem) 0}.offer-section .offer-row{width:100%;display:flex;justify-content:space-between}@media only screen and (max-width:800px){.offer-section .offer-row{flex-direction:column;gap:40px}}.offer-section .offer-row .offer-box{width:48%;background:#000;height:400px;position:relative}@media only screen and (max-width:800px){.offer-section .offer-row .offer-box{width:100%}}.offer-section .offer-row .offer-box.first-offer .offer-dtls{display:flex;flex-direction:column;position:absolute;left:60px;top:60px;gap:12px;align-items:flex-start}@media only screen and (max-width:600px){.offer-section .offer-row .offer-box.first-offer .offer-dtls{left:30px;top:30px}}.offer-section .offer-row .offer-box.first-offer .offer-dtls h3{color:var(--white-color);font-size:clamp(1.5rem,2vw + .75rem,2.38rem);font-weight:500}.offer-section .offer-row .offer-box.first-offer .offer-dtls p{color:var(--white-color);font-size:clamp(1.06rem,.43vw + .9rem,1.25rem);padding-bottom:10px}.offer-section .offer-row .offer-box.first-offer .offer-dtls a{text-decoration:none;color:var(--white-color);font-size:clamp(.81rem,.14vw + .76rem,.88rem);padding:10px 30px;border-radius:30px;display:block;border:1px solid var(--white-color)}.offer-section .offer-row .offer-box.first-offer .offer-dtls a:hover{color:var(--yellow-color);border-color:var(--yellow-color)}.offer-section .offer-row .offer-box.second-offer .offer-dtls{display:flex;flex-direction:column;position:absolute;right:60px;bottom:60px;align-items:flex-start;gap:24px}.offer-section .offer-row .offer-box.second-offer .offer-dtls h3{color:var(--black-color);font-size:clamp(1.5rem,2vw + .75rem,2.38rem);font-weight:600}.offer-section .offer-row .offer-box.second-offer .offer-dtls a{text-decoration:none;color:var(--black-color);font-size:clamp(.81rem,.14vw + .76rem,.88rem);padding:10px 30px;border-radius:30px;display:block;border:1px solid var(--black-color);font-weight:500}.offer-section .offer-row .offer-box.second-offer .offer-dtls a:hover{color:var(--white-color);border-color:var(--white-color)}.product-list-page{width:100%}.product-list-page .search-section .main-content{display:flex;width:100%;gap:60px;padding:clamp(3.13rem,2.86vw + 2.05rem,4.38rem) 0}.product-list-page .search-section .main-content .sidebar{width:250px}@media only screen and (max-width:900px){.product-list-page .search-section .main-content .sidebar{width:100%}}.product-list-page .search-section .main-content .list-content{width:calc(100% - 250px)}.product-list-page .search-section .main-content .list-content .sidebar__inner{width:100%}.product-list-page .search-section .main-content .list-content .filter-outer{display:flex;justify-content:space-between;align-items:center;width:100%;padding-bottom:16px}@media only screen and (max-width:900px){.product-list-page .search-section .main-content .list-content{width:100%}}.product-list-page .filter{width:25%;border:1px solid red}.product-list-page .overlay{background:rgba(0,0,0,.55);position:fixed;left:0;right:0;top:0;bottom:0;z-index:1030}.product-list-page .fil-header{width:100%;padding:0 0 15px;border-bottom:1px solid #ccc;display:flex;justify-content:flex-start;align-items:center;gap:15px;position:relative;margin-bottom:15px}.product-list-page .fil-header h3{font-size:clamp(1.13rem,.86vw + .8rem,1.5rem)}.product-list-page .fil-header .filter-close-btn{width:30px;height:30px;margin-left:15px;cursor:pointer}.product-list-page .fil-header .filter-close-btn svg{width:100%;height:100%}.product-list-page .fil-header .reset{position:absolute;right:0;bottom:15px;padding:3px 6px;font-size:12px;border-radius:5px;color:#960606;text-decoration:underline;cursor:pointer}.product-list-page .filter-header{font-weight:700;font-size:30px}.product-list-page .filter-title{font-weight:600;font-size:clamp(1rem,.29vw + .89rem,1.13rem);padding-bottom:15px}.product-list-page .filter-options.spacebetween{justify-content:space-between;display:flex;flex-direction:row;padding-bottom:5px}.product-list-page .title{font-weight:700;font-size:clamp(1.13rem,.86vw + .8rem,1.5rem);padding-bottom:0;margin-bottom:0}.product-list-page .row-grid img{margin-bottom:30px;max-width:100%}@media(max-width:900px){.product-list-page .filters-actions{position:fixed;background:#fff;display:flex;justify-content:center;border:0;z-index:1031;left:0;right:0;bottom:0;box-shadow:0 -2px 3px rgba(0,0,0,.21);-webkit-box-shadow:0 -2px 3px rgba(0,0,0,.21);-moz-box-shadow:0 -2px 3px rgba(0,0,0,.21);height:50px}.product-list-page .filters-actions>div{flex:1;text-align:center;padding:10px}.product-list-page .filters-actions>div:first-of-type{border-right:1px solid #d6d1ce;display:flex}.product-list-page .filters-actions>div>*{display:flex;align-items:center;justify-content:center;width:100%}.product-list-page .filter-btn,.product-list-page .filter-btn:active,.product-list-page .filter-btn:focus,.product-list-page .filter-btn:hover{padding:0;border:0;position:relative;z-index:1;background:#fff;border-radius:0}.product-list-page .sort-drop .dropdown-menu{width:100%;left:0;position:fixed!important;transform:translateY(100%)!important;bottom:50px!important;top:auto!important;text-align:center;border-radius:6px 6px 0 0!important;box-shadow:none!important;transition:.3s;display:block;z-index:-11}.product-list-page .sort-drop .dropdown-menu .dropdown-item{padding:15px 20px!important}.product-list-page .sort-drop .dropdown-menu .dropdown-item:first-child{border-radius:6px 6px 0 0!important}.product-list-page .sort-drop.show .dropdown-menu{transform:translateY(0)!important}.product-list-page .btn.sort-toggle{background-image:none;padding:10px!important;width:100%;border:0;height:50px;position:relative;z-index:1;background:#fff;border-radius:0;font-size:16px;line-height:22px}.product-list-page .sidebar{position:fixed;transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;left:0;right:0;bottom:0;top:0;background:#fff}.product-list-page .sidebar.open{z-index:1032;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0)}.product-list-page .sidebar__inner{padding:15px;height:calc(100% - 58px);overflow-y:auto}.product-list-page .filter-body{padding-right:0}}.filter-options{display:flex;flex-direction:column;gap:14px}.filter-options #slider-range .form-group .form-control-range{width:100%}.d-md-none{display:none!important}.mb-30{margin-bottom:30px}@media only screen and (max-width:900px){.d-md-none{display:block!important}}.product_details_section{width:100%}.product_details_section .single-product{margin:clamp(1.25rem,8.57vw + -1.96rem,5rem) 0}.product_details_section .single-product .productrow{display:flex;align-items:flex-start;justify-content:space-around;gap:clamp(1.25rem,4.29vw + -.36rem,3.13rem)}@media only screen and (max-width:900px){.product_details_section .single-product .productrow{flex-direction:column}}.product_details_section .single-product .productrow-box{width:calc(50% - 25px);min-width:300px}@media only screen and (max-width:900px){.product_details_section .single-product .productrow-box{width:100%}}.product_details_section .single-product .productrow-box .next-image{width:100%;aspect-ratio:.8;position:relative}.product_details_section .single-product .productrow-box .small-img-row{display:flex;overflow-x:auto;gap:6px}.product_details_section .single-product .productrow-box .small-img-col{position:relative;width:100px;aspect-ratio:.8;cursor:pointer}.product_details_section .single-product .productrow-box-right{width:calc(50% - 25px);min-width:300px}@media only screen and (max-width:900px){.product_details_section .single-product .productrow-box-right{width:100%}}.product_details_section .single-product .productrow-box-right .prdtop-row{display:flex;flex-direction:column;border-bottom:1px solid #f1f1f1}.product_details_section .single-product .productrow-box-right .prdtop-row h2{font-size:clamp(1.38rem,1.14vw + .95rem,1.88rem);font-weight:500;padding-top:5px}@media only screen and (max-width:426px){.product_details_section .single-product .productrow-box-right .prdtop-row h2{font-size:clamp(1rem,.57vw + .79rem,1.25rem)}}.product_details_section .single-product .productrow-box-right .prdtop-row .pricerow{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding-top:15px}.product_details_section .single-product .productrow-box-right .prdtop-row .pricerow h3{font-size:clamp(1.25rem,.86vw + .93rem,1.63rem);font-weight:600}.product_details_section .single-product .productrow-box-right .prdtop-row .pricerow h4{font-size:clamp(1.06rem,.71vw + .79rem,1.38rem);font-weight:600;text-decoration:line-through;color:#525252}.product_details_section .single-product .productrow-box-right .prdtop-row .pricerow .offer{font-size:clamp(1.06rem,.71vw + .79rem,1.38rem);font-weight:600;color:var(--light-green)}.product_details_section .single-product .productrow-box-right .prdtop-row p{font-size:clamp(.81rem,.14vw + .76rem,.88rem);color:#525252;padding-top:4px}.product_details_section .single-product .productrow-box-right .prdtop-row p.instock{color:var(--light-green);font-size:clamp(1rem,.29vw + .89rem,1.13rem);font-weight:500}.product_details_section .single-product .productrow-box-right .prdtop-row p.outOfStock{color:var(--light-red);font-size:clamp(1rem,.29vw + .89rem,1.13rem);font-weight:500}.product_details_section .single-product .productrow-box-right .size_color{width:100%;display:flex;justify-content:flex-start;gap:clamp(1.25rem,4.29vw + -.36rem,3.13rem);padding-top:30px}.product_details_section .single-product .productrow-box-right .size_color .color_row,.product_details_section .single-product .productrow-box-right .size_color .size_row{width:160px}.product_details_section .single-product .productrow-box-right .quantity{padding-top:25px;display:flex;flex-direction:column;gap:5px;width:160px}.product_details_section .single-product .productrow-box-right .product-block{width:100%;justify-content:flex-start;gap:10px;position:relative;margin-top:20px}.product_details_section .single-product .productrow-box-right .product-block .product-like-icon{left:0!important;right:auto}.product_details_section .single-product .productrow-box-right .basic__step-container{display:inline-flex;flex-direction:row;align-items:stretch;box-shadow:none;line-height:1.14285714em;border:1px solid rgba(34,36,38,.15);font-size:14px;box-sizing:border-box;width:100%;margin-top:20px}.product_details_section .single-product .productrow-box-right .basic__step-container .step-box__basic{position:relative;display:flex;flex:1 0 auto;flex-direction:column;vertical-align:middle;align-items:center;margin:0;padding:10px 4px;background:#fff;color:rgba(0,0,0,.87);box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;box-sizing:inherit;width:33.333%}.product_details_section .single-product .productrow-box-right .basic__step-container .step-box__basic:last-child{border:none}.product_details_section .single-product .productrow-box-right .basic__step-container .step-box__basic .icon__step-box .svg__icon{fill:#646564;width:1.5em;height:1.5em;display:inline-block;font-size:1.5rem}.product_details_section .single-product .productrow-box-right .basic__step-container .step-box__basic .content__step-box{text-align:center;margin-top:4px}.product_details_section .single-product .productrow-box-right .basic__step-container .step-box__basic .title__content{font-weight:700;font-size:16px;color:var(--black-color)}.product_details_section .single-product .productrow-box-right .basic__step-container .step-box__basic .description__content{font-weight:400;margin-top:4px;color:#525252}.product_details_section .heading{color:#000;font-size:clamp(.94rem,.43vw + .78rem,1.13rem);font-weight:600;padding-bottom:10px;color:var(--green-color)}.product_details_section .accordion__wrapper{background-color:var(--color-white);width:100%;padding:10px 0 0}.product_details_section .accordion__wrapper .accordion{border:.1rem solid #ccc;margin-bottom:10px;border-radius:4px}@media screen and (max-width:580px){.product_details_section .accordion__wrapper .accordion{padding:10px}}.product_details_section .accordion__wrapper .accordion .accordion__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer}.product_details_section .accordion__wrapper .accordion .accordion__header .accord-head-innner{padding:20px;display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width:580px){.product_details_section .accordion__wrapper .accordion .accordion__header .accord-head-innner{padding:20px 0}}.product_details_section .accordion__wrapper .accordion .accordion__header .accord-head-innner .accordion__icon{background-color:var(--white-color);width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:5px;color:var(--green-color);border:1px solid var(--green-color);position:relative;font-size:25px}.product_details_section .accordion__wrapper .accordion .accordion__header .accord-head-innner .accordion__icon .ri-add-line:before{content:"+"}.product_details_section .accordion__wrapper .accordion .accordion__header .accord-head-innner .accordion__icon .ri-subtract-fill:before{content:"-"}.product_details_section .accordion__wrapper .accordion .accordion__header .accord-head-innner .accordion__question{font-size:clamp(1.25rem,.29vw + 1.14rem,1.38rem);font-weight:500;color:var(--black-color)}.product_details_section .accordion__wrapper .accordion .accordion__content{overflow:hidden;height:0;transition:var(--transition);width:100%}.product_details_section .accordion__wrapper .accordion .accordion__content .accordion__answer{padding:20px;gap:20px;display:flex;flex-direction:column;width:100%;border-top:1px solid hsla(0,0%,80%,.8)}@media screen and (max-width:580px){.product_details_section .accordion__wrapper .accordion .accordion__content .accordion__answer{padding:20px 0}}.product_details_section .accordion__wrapper .accordion .accordion__content .accordion__answer p{font-size:clamp(.88rem,.29vw + .77rem,1rem);line-height:clamp(1.25rem,.86vw + .93rem,1.63rem)}.product_details_section .accordion__wrapper .accordion .accordion__content .accordion__answer ul{padding-left:25px;display:flex;flex-direction:column;width:100%;gap:12px}.product_details_section .accordion__wrapper .accordion .accordion__content .accordion__answer ul li{font-weight:600}.headingrow{width:100%;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e7e9ee;margin:10px 4px}.headingrow .heading{color:#000;font-size:clamp(1rem,1.14vw + .57rem,1.5rem);font-weight:500;font-family:var(--primary-font)}.similar-products{width:100%}.similar-products.recentview{padding-top:0}.similar-products .btnstyle{text-decoration:none;color:var(--black-color);font-size:clamp(.88rem,.43vw + .71rem,1.06rem);padding:5px 0;border-bottom:1px solid var(--black-color)}.similar-products .btnstyle:hover{color:var(--yellow-color);border-bottom:1px solid var(--yellow-color)}.new-pro-list{width:100%;overflow-x:scroll}.new-pro-list .new-pro-outer{width:100%;display:flex;row-gap:clamp(1.25rem,4.29vw + -.36rem,3.13rem);gap:20px}.product-like{cursor:pointer;z-index:1}.product-close{cursor:pointer;position:absolute;right:10px;top:10px;background:none;padding:5px;border:1px solid var(--black-color);width:30px;height:30px;border-radius:40px;display:flex;align-items:center;justify-content:center}.product-close svg{width:40px;height:40px;transition:transform 1s}.product-close:hover svg{transform:scale(2)}.product-btm-row{width:100%;display:flex;flex-direction:column;padding-top:clamp(1.25rem,4.29vw + -.36rem,3.13rem)}.product-btm-row h3{color:#000;font-size:clamp(1.13rem,.29vw + 1.02rem,1.25rem);font-weight:400;line-height:2.5}.product-btm-row .spac{display:flex;flex-wrap:wrap;gap:20px;padding-top:20px}.product-btm-row .spac li{list-style:none;width:calc(50% - 10px);display:flex;flex-direction:column;font-size:clamp(.94rem,.29vw + .83rem,1.06rem);font-weight:400}.product-btm-row .spac li span{font-size:clamp(.75rem,.29vw + .64rem,.88rem);color:#525252;font-weight:400}.pricing-section{width:100%}.pricing-section .pricing_row{width:100%;display:flex}@media only screen and (max-width:900px){.pricing-section .pricing_row{flex-direction:column}}.pricing-section .pricing_row .pricing_left_row{flex:1;width:50%;border-right:1px solid hsla(0,0%,80%,.8);padding:clamp(2.5rem,2.86vw + 1.43rem,3.75rem) clamp(.63rem,5.71vw + -1.52rem,3.13rem) clamp(2.5rem,8.57vw + -.71rem,6.25rem) 0;display:flex;flex-direction:column;gap:30px}@media only screen and (max-width:900px){.pricing-section .pricing_row .pricing_left_row{width:100%;border-right:none;padding-right:0}}.pricing-section .pricing_row .pricing_left_row .contact_row{width:100%;display:flex;flex-direction:column;gap:10px}.pricing-section .pricing_row .pricing_left_row .delivery_row{width:100%;display:flex;flex-direction:column;margin-top:20px;gap:10px}.pricing-section .pricing_row .pricing_left_row .contact_row h3,.pricing-section .pricing_row .pricing_left_row .delivery_row h3{color:var(--black-color);font-size:clamp(.75rem,.57vw + .54rem,1rem);font-weight:600}.pricing-section .pricing_row .pricing_left_row .shipping_method_row{width:100%;display:flex;flex-direction:column;gap:15px}.pricing-section .pricing_row .pricing_left_row .shipping_method_row .accordion{width:100%;margin:0 auto}@media only screen and (max-width:900px){.pricing-section .pricing_row .pricing_left_row .shipping_method_row .accordion{max-width:100%}}.pricing-section .pricing_row .pricing_left_row .shipping_method_row .accordion-item{border:1px solid #ddd}.pricing-section .pricing_row .pricing_left_row .shipping_method_row .accordion-header{background-color:#f7f7f7;cursor:pointer;padding:15px;font-weight:600;border-radius:5px}.pricing-section .pricing_row .pricing_left_row .shipping_method_row .accordion-header label{font-size:clamp(.81rem,.29vw + .71rem,.94rem)}.pricing-section .pricing_row .pricing_left_row .shipping_method_row .accordion-content{display:none;padding:25px 15px;border-top:1px solid #ddd}.pricing-section .pricing_row .pricing_left_row .textstyle{font-size:13px;padding:15px;background:#f6f6f6;border-radius:5px;width:100%;display:flex;justify-content:space-between}.pricing-section .pricing_row .pricing_left_row .price-head{display:flex;width:100%;justify-content:space-between}.pricing-section .pricing_row .pricing_left_row .price-head h3{font-size:clamp(1.25rem,.86vw + .93rem,1.63rem);font-weight:500;color:var(--black-color)}.pricing-section .pricing_row .pricing_left_row .price-head a{color:var(--black-color);font-size:13px;text-decoration:underline}.pricing-section .pricing_row .pricing_right_row{width:50%;padding:clamp(2.5rem,2.86vw + 1.43rem,3.75rem) 0 clamp(2.5rem,8.57vw + -.71rem,6.25rem) clamp(.63rem,5.71vw + -1.52rem,3.13rem)}@media only screen and (max-width:900px){.pricing-section .pricing_row .pricing_right_row{width:100%;padding-top:0;padding-left:0}}.pricing-section .pricing_row .pricing_right_row h3{font-size:clamp(1.25rem,.86vw + .93rem,1.63rem);font-weight:500;color:var(--black-color)}.pricing-section .pricing_row .pricing_right_row .product-cart{display:flex;flex-direction:column;width:100%;padding-top:15px}.pricing-section .pricing_row .pricing_right_row .product-cart .product-cart-box{width:100%;display:flex;justify-content:space-between;gap:10px;border-bottom:1px dashed #ccc;padding:10px 0;align-items:center}.pricing-section .pricing_row .pricing_right_row .product-cart .product-cart-box .product-cart-img{width:20%}.pricing-section .pricing_row .pricing_right_row .product-cart .product-cart-box .product-cart-dtls{width:55%;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.pricing-section .pricing_row .pricing_right_row .product-cart .product-cart-box .product-cart-dtls h5{font-size:clamp(.88rem,.29vw + .77rem,1rem);font-weight:600;color:var(--black-color)}.pricing-section .pricing_row .pricing_right_row .product-cart .product-cart-box .product-cart-dtls p,.pricing-section .pricing_row .pricing_right_row .product-cart .product-cart-box .product-cart-dtls span{font-size:clamp(.81rem,.14vw + .76rem,.88rem);color:var(--black-color)}.pricing-section .pricing_row .pricing_right_row .product-cart .product-cart-box .product-cart-price{width:23%;text-align:right;font-size:clamp(.88rem,.29vw + .77rem,1rem);font-weight:500}.pricing-section .pricing_row .pricing_right_row .product-cart .product_price{width:100%;display:flex;justify-content:space-between;padding:10px 0}.pricing-section .pricing_row .pricing_right_row .product-cart .product_price .price-left{font-size:clamp(.88rem,.29vw + .77rem,1rem);font-weight:500}.pricing-section .pricing_row .pricing_right_row .product-cart .product_price .price-left.bold{font-size:clamp(1rem,.57vw + .79rem,1.25rem);font-weight:600}.pricing-section .pricing_row .pricing_right_row .product-cart .product_price .price-right{font-size:clamp(.88rem,.29vw + .77rem,1rem);font-weight:500}.pricing-section .pricing_row .pricing_right_row .product-cart .product_price .price-right.bold{font-size:clamp(1rem,.57vw + .79rem,1.25rem);font-weight:600}.pricing-section .pricing_row .pricing_right_row .product-cart .coupen-code-row{padding:10px 0}.pricing-section .pricing_row .pricing_right_row .product-cart .coupen-code-row .coupen-code-box{justify-content:space-between;gap:6px;display:flex}.pricing-section .pricing_row .pricing_right_row .product-cart .coupen-code-row .coupen-code-box .apply-button{color:#fff;background:#000;font-size:16px;border-radius:5px;border:none;padding:15px 20px;height:50px;cursor:pointer}.pricing-section .pricing_row .pricing_right_row .product-cart .coupen-code-row p{padding-top:5px;font-size:13px}.cart_row{width:100%;display:flex;flex-direction:column;padding:clamp(1.25rem,2.86vw + .18rem,2.5rem) 0 clamp(2.5rem,8.57vw + -.71rem,6.25rem)}.cart_row .cart_row_sction{width:100%;display:flex;gap:clamp(1.25rem,4.29vw + -.36rem,3.13rem);align-items:flex-start;padding-top:20px}.cart_row .cart_row_sction h2{font-size:clamp(1.25rem,1.14vw + .82rem,1.75rem);font-weight:500;color:var(--black-color)}@media only screen and (max-width:900px){.cart_row .cart_row_sction{flex-direction:column}}.cart_row .cart_row_sction .cart_left_row{width:75%}@media only screen and (max-width:900px){.cart_row .cart_row_sction .cart_left_row{width:100%}}.cart_row .cart_row_sction .cart_left_row .product-cart-head{width:100%;display:flex;justify-content:space-between;gap:10px;border-bottom:1px dashed #ccc;padding:10px 0}.cart_row .cart_row_sction .cart_left_row .product-cart-head .product-cart-1{width:60%}.cart_row .cart_row_sction .cart_left_row .product-cart-head .product-cart-2{width:20%}.cart_row .cart_row_sction .cart_left_row .product-cart-head .product-cart-3{width:20%;text-align:right}.cart_row .cart_row_sction .cart_left_row .product-cart-box{width:100%;display:flex;justify-content:space-between;gap:10px;border-bottom:1px dashed #ccc;padding:20px 0}@media only screen and (max-width:600px){.cart_row .cart_row_sction .cart_left_row .product-cart-box{flex-direction:column;background:#f7f7f7;margin-bottom:15px;padding:10px;border-bottom:none}}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-dtls{display:flex;justify-content:space-between;gap:10px;width:60%}@media only screen and (max-width:600px){.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-dtls{width:100%}}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-dtls .product-cart-img{width:100px}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-dtls .product-cart-in{width:calc(100% - 100px);display:flex;flex-direction:column;align-items:flex-start;gap:5px;justify-content:flex-start}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-dtls .product-cart-in h5{font-size:clamp(.88rem,.29vw + .77rem,1rem);font-weight:600;color:var(--black-color)}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-dtls .product-cart-in p,.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-dtls .product-cart-in span{font-size:clamp(.81rem,.14vw + .76rem,.88rem);color:var(--black-color)}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-right{display:flex;justify-content:space-between;width:40%}@media only screen and (max-width:600px){.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-right{width:100%;border-top:1px solid #ccc;padding-top:10px;align-items:center}}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-right .quantity-row{width:60%;display:flex;justify-content:space-between}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-right .quantity-row .field-row{width:90px}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-right .quantity-row .field-row .field-style{height:30px}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-right .quantity-row .delete{margin-top:0}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-right .quantity-row .delete svg{width:30px;height:auto;fill:#ccc}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-right .quantity-row .delete svg:hover{fill:var(--black-color)}.cart_row .cart_row_sction .cart_left_row .product-cart-box .product-cart-right .product-cart-price{width:40%;text-align:right;font-size:clamp(.88rem,.29vw + .77rem,1rem);font-weight:600}.cart_row .cart_row_sction .cart_left_row .pdp-log-strip-inner{width:100%;padding:20px 0;color:#0f0d1a;background-color:#f9ebe0;text-align:center;font-size:13px;font-weight:500;margin-top:20px;display:flex;align-items:center;justify-content:center;vertical-align:middle;gap:10px;text-decoration:none}.cart_row .cart_row_sction .cart_right_row{width:33.333333%;border:1px solid #ccc;padding:clamp(.63rem,2.86vw + -.45rem,1.88rem)}@media only screen and (max-width:900px){.cart_row .cart_row_sction .cart_right_row{width:100%}}.cart_row .cart_row_sction .cart_right_row h3{font-size:clamp(1.13rem,.43vw + .96rem,1.31rem);font-weight:600;color:var(--black-color)}.cart_row .cart_row_sction .cart_right_row .product-cart{display:flex;flex-direction:column;width:100%;padding-top:15px}.cart_row .cart_row_sction .cart_right_row .product-cart .product_price{width:100%;display:flex;justify-content:space-between;padding:10px 0}.cart_row .cart_row_sction .cart_right_row .product-cart .product_price .price-left{font-size:clamp(.88rem,.29vw + .77rem,1rem);font-weight:500}.cart_row .cart_row_sction .cart_right_row .product-cart .product_price .price-left.bold{font-size:clamp(1rem,.57vw + .79rem,1.25rem);font-weight:600}.cart_row .cart_row_sction .cart_right_row .product-cart .product_price .price-right{font-size:clamp(.88rem,.29vw + .77rem,1rem);font-weight:500}.cart_row .cart_row_sction .cart_right_row .product-cart .product_price .price-right.bold{font-size:clamp(1rem,.57vw + .79rem,1.25rem);font-weight:600}.cart_row .cart_row_sction .cart_right_row .coupen-code-row{padding:20px 0 10px}.cart_row .cart_row_sction .cart_right_row .coupen-code-row h5{font-size:clamp(1rem,.43vw + .84rem,1.19rem);font-weight:500;color:var(--black-color);padding-bottom:5px}.cart_row .cart_row_sction .cart_right_row .coupen-code-row .coupen-code-box{justify-content:space-between;gap:6px;display:flex}.cart_row .cart_row_sction .cart_right_row .coupen-code-row .coupen-code-box .apply-button{color:#fff;background:#000;font-size:16px;border-radius:5px;border:none;padding:15px 20px;height:50px;cursor:pointer}.cart_row .cart_row_sction .cart_right_row .coupen-code-row p{padding-top:5px;font-size:13px}.cart_row .cart_row_sction .cart_right_row .probtn{padding:20px 0;width:100%;display:flex;flex-direction:column;gap:10px}.cart_row .cart_row_sction .cart_right_row .probtn p{font-size:12px}.cart_row .cart_row_sction .cart_right_row .probtn p a{text-decoration:none;color:blue;font-weight:600}.cart_row .cart_row_sction .cart_right_row .probtn p a:hover{text-decoration:underline}.cart_row .cart_row_sction .cart_right_row .login-tag{width:100%;padding:8px 0;color:#0f0d1a;background:#f9ebe0;text-align:center;font-size:clamp(.75rem,.14vw + .7rem,.81rem);font-weight:500;margin-top:10px}.cart_row .cart_row_sction .cart_right_row .login-tag a{text-decoration:underline;color:blue}.cart_row .cart-empty{background-color:blue;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:clamp(1.88rem,5.71vw + -.27rem,4.38rem) 0}.cart_row .cart-empty svg{width:100px;height:auto}.cart_row .cart-empty h3{font-size:clamp(1.25rem,.71vw + .98rem,1.56rem);font-weight:600}.cart_row .cart-empty a{font-size:clamp(1rem,.29vw + .89rem,1.13rem);font-weight:400;margin-top:15px;color:var(--green-color)}.common-page-section{width:100%;padding:clamp(1.25rem,8.57vw + -1.96rem,5rem) 0}.common-page-section .common-page-row{width:100%;display:flex;flex-direction:column;gap:15px}.common-page-section .common-page-row h2{font-size:clamp(1.25rem,1.43vw + .71rem,1.88rem);margin-bottom:10px}.common-page-section .common-page-row h4{font-size:clamp(1.13rem,.57vw + .91rem,1.38rem);font-weight:500}.common-page-section .common-page-row h6{font-size:clamp(1rem,.43vw + .84rem,1.19rem);font-weight:500}.common-page-section .common-page-row p{font-size:clamp(.88rem,.29vw + .77rem,1rem);line-height:26px}.common-page-section .common-page-row ul{padding-left:25px}.common-page-section .common-page-row ul li{font-size:clamp(.88rem,.29vw + .77rem,1rem);padding:5px 0}.common-page-section .common-page-row .col-100{width:100%;display:flex;justify-content:space-between;padding:clamp(1.25rem,2.86vw + .18rem,2.5rem) 0;gap:clamp(1.25rem,2.86vw + .18rem,2.5rem)}@media only screen and (max-width:900px){.common-page-section .common-page-row .col-100{flex-direction:column}}.common-page-section .common-page-row .col-100 .col-50{width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:clamp(.63rem,1.43vw + .09rem,1.25rem)}@media only screen and (max-width:900px){.common-page-section .common-page-row .col-100 .col-50{width:100%}}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:"100%";width:"100%"}.cart-empty__image{width:6rem;height:6rem;margin-bottom:1.5rem}.cart-empty__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.cart-empty__description{font-size:1rem;margin-bottom:1.5rem;text-align:center}.cart-empty__button{display:inline-block;padding:.75rem 1.5rem;background-color:var(--green-color);color:#fff;font-size:1.125rem;font-weight:500;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;text-decoration:none;transition:background-color .3s}.swiper-button-next,.swiper-button-prev{color:#fff!important}.swiper-pagination-bullet-active{background:var(--yellow-color)!important}.new-pro-box{display:flex;flex-direction:column;margin-bottom:2px;border-radius:5px;transition:all .3s ease-in-out}.new-pro-box .new-pro-img{overflow:hidden;position:relative;display:block}.new-pro-box .new-pro-img .pic-2{width:100%;height:auto;transform:translateX(-101%);position:absolute;top:0;left:0}.new-pro-box .new-pro-img .pic-1,.new-pro-box .new-pro-img .pic-2{transition:all .3s ease-in 0s}.new-pro-box .new-pro-img:hover .pic-1{transform:translateX(100%)}.new-pro-box .new-pro-img:hover .pic-2{transform:translateX(0)}.new-pro-box .product-sale-label{color:var(--black-color);background:var(--yellow-color);font-size:13px;text-transform:uppercase;padding:2px 8px;position:absolute;top:15px;left:15px;border-radius:2px}.new-pro-box .new-pro-dtls{display:flex;flex-direction:column;width:100%}.new-pro-box .new-pro-dtls .pro-name{font-size:clamp(.88rem,.29vw + .77rem,1rem);font-weight:400;color:var(--black-color);line-height:18px;text-transform:capitalize}.new-pro-box .new-pro-dtls .pro-price{font-size:clamp(1rem,.14vw + .95rem,1.06rem);font-weight:400;color:var(--dark-green);line-height:2}