@import"https://fonts.googleapis.com/css?family=Calibri:400,300,700";@import"https://fonts.googleapis.com/css2?family=Kalnia&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{max-width:1600px;display:flex;flex-direction:column;align-items:center;padding:2vw 5vw;margin:0 auto}.footer .top_box{width:70%;background-color:var(--black);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:2vw 5vw;border-radius:1rem;z-index:7;gap:10px}.footer .top_box .updates{display:flex;flex-direction:row;align-items:center;gap:13px}.footer .top_box .updates .left{width:50%;display:flex;flex-direction:column}.footer .top_box .updates .left h5{font-size:1rem;font-weight:500}.footer .top_box .updates .left p{font-size:.75rem;font-weight:400;margin-top:.5rem;opacity:.8}.footer .top_box .updates .right{width:40%;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(255,255,255,.3137254902);padding:.25rem .5rem;border-radius:.4rem}.footer .top_box .updates .right input{background-color:transparent;border:none;color:#fff}.footer .top_box .updates .right input:focus{outline:none}.footer .top_box .updates .right a{border:1px solid rgba(255,255,255,.3137254902);width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;border-radius:.25rem}.footer .top_box .updates .right a:hover{background-color:#fff}.footer .top_box .updates .right a:hover img{filter:invert(1)}.footer .top_box .updates .right a img{padding:.25rem}.footer .top_box .bottom{color:red;font-size:.9rem;font-weight:600;width:81%;display:flex;justify-content:right;right:30px}.footer .mid_box{border:1px solid #000;border-radius:1rem;padding:6vw 2vw 3vw;display:flex;justify-content:space-between;margin-top:-4%;background-image:url(/assets/city-0VB5cFF2.png);background-position:center bottom;background-size:70%;background-repeat:no-repeat}.footer .mid_box .about_box{width:30%;display:flex;flex-direction:column}.footer .mid_box .about_box .brand_logo{width:50%}.footer .mid_box .about_box .brand_logo img{width:100%}.footer .mid_box .about_box p{font-size:1rem;font-weight:400;margin:.5rem 0 1rem}.footer .mid_box .about_box .social_box{display:flex;flex-direction:column}.footer .mid_box .about_box .social_box span{font-size:.8rem;margin-bottom:.5rem}.footer .mid_box .about_box .social_box .box{width:100%;display:flex;justify-content:flex-start;align-items:center}.footer .mid_box .about_box .social_box .box a{width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;margin-right:.5rem}.footer .mid_box .about_box .social_box .box a:hover img{transform:translateY(-.25rem)}.footer .mid_box .about_box .social_box .box a img{width:100%;transition:.3s ease transform}.footer .mid_box .link_box{width:20%;display:flex;flex-direction:column;align-items:center}.footer .mid_box .link_box h4{font-size:1.1rem;text-transform:capitalize;margin-bottom:1rem}.footer .mid_box .link_box ul li{margin:.5rem 0;display:flex;justify-content:center}.footer .mid_box .link_box ul li a{color:#000000af}.footer .mid_box .link_box ul li a:hover{color:#000}.footer .bottom_box{background-color:#000;width:90%;border-radius:.7rem;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;margin-top:-2%}.footer .bottom_box .pay_box{width:25%;border-radius:.35rem;display:flex;align-items:center;justify-content:flex-end}.footer .bottom_box .pay_box a{width:6rem;display:flex;border-radius:.5rem;overflow:hidden;margin-left:.5rem}.footer .bottom_box .pay_box a img{width:100%}@media only screen and (max-width: 600px){.footer{padding:5vw 5vw 5rem;margin-top:10vw}.footer .top_box{width:80%;flex-direction:column;padding:1rem}.footer .top_box .updates{flex-direction:column}.footer .top_box .updates .left{width:100%}.footer .top_box .updates .left h5,.footer .top_box .updates .left p{text-align:center}.footer .top_box .updates .right{width:100%;margin-top:1rem}.footer .top_box .bottom{width:100%;justify-content:start;padding-left:10px}.footer .mid_box{padding:25vw 2vw 20vw;display:flex;flex-direction:column;justify-content:center;margin-top:-20%;background-position:center bottom;background-size:70%}.footer .mid_box .about_box{width:100%;align-items:center;margin-bottom:1rem}.footer .mid_box .about_box p{text-align:center}.footer .mid_box .about_box .social_box{display:flex;flex-direction:column}.footer .mid_box .about_box .social_box span{text-align:center;font-weight:600}.footer .mid_box .link_box{width:100%;margin-top:2rem}.footer .mid_box .link_box h4{margin-bottom:.5rem}.footer .bottom_box{width:95%;flex-direction:column;padding:1rem;margin-top:-15%;font-size:.7rem;font-weight:500;text-align:center}.footer .bottom_box .pay_box{width:100%;margin-top:1rem;justify-content:center}}.header{background:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;border-radius:0 0 .75rem .75rem;position:fixed;top:0%;left:0;z-index:9;display:flex;flex-direction:column;align-items:center;box-shadow:#0003 0 4px 12px}.header .top_bar{width:100%;display:flex;justify-content:space-between;align-items:center}.header .top_bar .dropdown{position:absolute;top:60%;width:10%;max-width:20%;display:none;background-color:#000;box-shadow:0 0 10px #0000001a;border-radius:4px;padding:10px;z-index:1;transition:opacity .3s ease}.header .top_bar .navMenu li:hover .dropdown{display:block;opacity:1}.header .top_bar .dropdown a{color:#fff;text-decoration:none;display:block;padding:8px;transition:background-color .3s ease,color .3s ease}.header .top_bar .dropdown a:hover{background-color:#333;color:#fff}.header .top_bar .dropdown-content{position:absolute;top:52%;right:20%;width:60%;background-color:#fff;box-shadow:0 2px 5px #0003;border-radius:15px;padding:10px;z-index:1}.header .top_bar .dropdown-content h5{margin-bottom:8px}.header .top_bar .dropdown-content ul{list-style:none;padding:0;margin:0}.header .top_bar .dropdown-content li{padding:8px;cursor:pointer;transition:background-color .3s ease}.header .top_bar .dropdown-content li:hover{background-color:#f0f0f0}.header .top_bar .submenu_box{width:50%;height:20vw;border-radius:.7rem;position:absolute;left:50%;top:100%;transform:translate(-50%);background-color:#fff;z-index:9}.header .top_bar .submenu_box .container_box{width:100%;height:100%;display:flex;padding:1rem}.header .top_bar .submenu_box .container_box .tab_buttons{width:40%;height:100%;overflow-y:auto;display:flex;flex-direction:column}.header .top_bar .submenu_box .container_box .tab_buttons .tab_box{background-color:#fff;width:100%;padding:.75rem 1rem;border-radius:.35rem;display:flex;font-size:.8rem;align-items:center;cursor:pointer;transition:.3s ease all;position:relative}.header .top_bar .submenu_box .container_box .tab_buttons .tab_box:hover{background-color:#ebedf580}.header .top_bar .submenu_box .container_box .tab_buttons .tab_box img{width:15%;margin-right:.5rem}.header .top_bar .submenu_box .container_box .tab_buttons .tab_box .r_arrow{display:none}.header .top_bar .submenu_box .container_box .tab_buttons .active,.header .top_bar .submenu_box .container_box .tab_buttons .active:hover{background-color:#ebedf5}.header .top_bar .submenu_box .container_box .tab_buttons .active .r_arrow{display:flex;position:absolute;right:.7rem}.header .top_bar .submenu_box .container_box .tab_content{width:70%;height:100%;overflow-y:auto}.header .top_bar .submenu_box .container_box .tab_content .brands_box{width:100%;display:flex;flex-wrap:wrap}.header .top_bar .submenu_box .container_box .tab_content .brands_box .contents{width:48%;display:flex;align-items:center;padding:.6rem 1rem;border-radius:.3rem;margin-left:.35rem;margin-bottom:.5rem;cursor:pointer;border:2px solid #ebedf5}.header .top_bar .submenu_box .container_box .tab_content .brands_box .contents:hover{border:2px solid #fff;background-color:#ebedf5}.header .top_bar .submenu_box .container_box .tab_content .brands_box .contents img{width:1.5rem;margin-right:.5rem}.header .top_bar .submenu_box .container_box .tab_content .brands_box .contents span{font-size:.9rem}.header .top_bar .submenu_box .container_box .tab_content .active{display:flex}.header .top_bar .submenu_box .container_box .tab_content .hidden,.header .top_bar .submenu_box_mobile{display:none}.header .top_bar .logo_box{width:15%;display:flex;align-items:center}.header .top_bar .logo_box img{width:70%}.header .top_bar .navMenu{width:40%}.header .top_bar .navMenu ul{width:100%;display:flex;justify-content:space-between}.header .top_bar .navMenu ul li{padding:0 .5rem}.header .top_bar .navMenu ul li a{color:#fff;font-size:.75rem;font-weight:400;text-transform:capitalize;opacity:.8}.header .top_bar .navMenu ul li a:hover{font-weight:400;opacity:1}.header .top_bar .user_box{width:15%;display:flex;justify-content:flex-end;align-items:center}.header .top_bar .user_box .list_items{width:1.5rem;display:flex;cursor:pointer;position:relative;margin:0 .5rem}.header .top_bar .user_box .list_items .noti_dot{width:.55rem;height:.55rem;border-radius:50%;background-color:red;position:absolute;top:0;right:0}.header .top_bar .user_box .list_items img{width:100%}.header .top_bar .user_box .list_items .profile_box{width:7rem;z-index:99;background-color:#fff;padding:.5rem;position:absolute;top:2.8rem;right:-1rem;border-radius:.65rem;display:flex;flex-direction:column;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px}.header .top_bar .user_box .list_items .profile_box .sub_list{width:100%;display:flex;align-items:center;color:#000;opacity:.7;margin:.3rem 0;font-size:.9rem}.header .top_bar .user_box .list_items .profile_box .sub_list:hover{opacity:1}.header .top_bar .user_box .list_items .profile_box .sub_list img{width:1.2rem;height:1.2rem;margin-right:.5rem}.header .top_bar .user_box .list_items .notifications_box{width:20rem;height:25rem;overflow-y:auto;background-color:#fff;padding:.5rem;position:absolute;top:2.8rem;right:-1rem;border-radius:.65rem;display:flex;flex-direction:column;z-index:10;cursor:default;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px}.header .top_bar .user_box .list_items .notifications_box::-webkit-scrollbar{width:5px}.header .top_bar .user_box .list_items .notifications_box::-webkit-scrollbar-thumb{width:5px;background:#000;border-radius:3px}.header .top_bar .user_box .list_items .notifications_box .noti_items{border:1px solid rgba(0,0,0,.1882352941);border-radius:.5rem;display:flex;flex-direction:column;padding:.5rem;margin-bottom:.5rem;cursor:pointer;transition:.3s ease all}.header .top_bar .user_box .list_items .notifications_box .noti_items:hover{border:1px solid rgba(0,0,0,.5647058824);background-color:#2b2b2b10}.header .top_bar .user_box .list_items .notifications_box .noti_items h2{font-size:.9rem;color:#000000ef;font-weight:600}.header .top_bar .user_box .list_items .notifications_box .noti_items p{font-size:.7rem;color:#000000af;line-height:1.3;margin-top:.35rem}.header .top_bar .search_cont{border:1px solid #000000;background-color:#fff;border-radius:1rem;overflow:hidden;display:flex;justify-content:space-between;width:60%}.header .top_bar .search_cont input{border:0;padding:0rem 1.5rem;width:95%}.header .top_bar .search_cont input:focus{outline:none}.header .top_bar .search_cont .search_icon{width:2rem;height:2rem;padding:.25rem;cursor:pointer}.header .top_bar .search_cont .search_icon img{width:100%;filter:invert(1)}.header .top_bar .pop_search{display:flex}.header p{text-align:center}.header .toggle,.header [id^=drop]{display:none}.header nav{margin:0;padding:0;width:fit-content}.header #logo{display:block;padding:0 30px;float:left;font-size:20px;line-height:60px}.header nav:after{content:"";display:table;clear:both}.header nav ul{float:left;padding:0;margin:0;list-style:none;position:relative}.header nav ul li{margin:0;display:inline-block}.header nav a{display:block;padding:0 10px;color:#000;font-size:16px;line-height:60px;text-decoration:none;background:#fff;display:flex;align-items:center;justify-content:flex-start;gap:5px}.header .submenu li a{background-color:#fff;font-size:14px;line-height:40px;box-shadow:#00000029 0 1px 4px;width:200px}.header nav ul li ul li:hover{background:#fff}.header .submenu li a:hover{background-color:#e3e3e3}.header nav a:hover{cursor:pointer}.header nav ul ul{display:none;position:absolute;top:60px}.header nav ul li:hover>ul{display:inherit}.header nav ul ul li{width:170px;float:none;display:list-item;position:relative;box-shadow:#00000029 0 1px 4px}.header nav ul ul ul li{position:relative;top:-60px;left:-170px}.header li>a:only-child:after{content:""}@media (min-width: 1025px) and (max-width: 1220px){.header .menu li a{font-size:13px}}@media (min-width: 768px) and (max-width: 1024px){.header nav a{padding:0 2px;font-size:12px;line-height:40px;gap:2px}.header nav ul ul{display:none;position:absolute;top:40px}}@media all and (max-width: 767px){.header #logo{display:block;padding:0;width:100%;text-align:center;float:none}.header .toggle img{width:20px}.header nav{margin:0}.header .toggle+a,.header .menu{display:none}.header .toggle{display:block;background-color:#254441;padding:0 20px;color:#fff;font-size:22px;font-weight:700;line-height:60px;text-decoration:none;border:none}.header .toggle:hover{background-color:#000}.header [id^=drop]:checked+ul{display:block;position:fixed;left:0;top:0;width:100%}.header nav ul li{display:block;width:100%}.header nav ul ul .toggle,.header nav ul ul a{padding:0 40px}.header nav ul ul ul a{padding:0 80px}.header nav a:hover,.header nav ul ul ul a{background-color:#000}.header nav ul li ul li .toggle,.header nav ul ul a{background-color:#212121}.header nav ul ul{float:none;position:static;color:#fff}.header nav ul ul li:hover>ul,.header nav ul li:hover>ul{display:none}.header nav ul ul li{display:block;width:100%}.header nav ul ul ul li{position:static}}@media all and (max-width: 330px){.header nav ul li{display:block;width:94%}}.header .bottom_bar{margin-top:.5rem;display:flex;width:75vw;padding:0 .5rem .5rem}.header .bottom_bar .navMenu{width:100%}.header .bottom_bar .navMenu ul{width:max-content;display:flex;justify-content:center}.header .bottom_bar .navMenu ul li{padding:0 .5rem}.header .bottom_bar .navMenu ul li .nav_links{font-family:Poppins,sans-serif;color:#000;font-size:1.1vw;font-weight:500;text-transform:capitalize;opacity:.8;cursor:pointer;display:flex;align-items:center}.header .bottom_bar .navMenu ul li .nav_links:hover{font-weight:600;opacity:1}.header .bottom_bar .navMenu ul li .submenu_box{box-shadow:#0000001a 0 1px 2px;width:10rem;position:absolute;background-color:#fff;margin-top:.5rem;width:12rem;max-height:35rem;border-radius:.5rem;display:flex;flex-direction:column;align-items:start}.header .bottom_bar .navMenu ul li .submenu_box .sublinks{font-family:Poppins,sans-serif;box-shadow:#0000001a 0 1px 2px;padding:.5rem;font-size:1vw;font-weight:400;color:#000;text-transform:"capitalize";cursor:pointer;display:flex;flex-direction:column}.header .bottom_bar .navMenu ul li .submenu_box .sublinks:hover{background-color:#00000010}.header .bottom_bar .navMenu ul .more_links{position:relative}.header .bottom_bar .navMenu ul .more_links .rest_container{position:absolute;top:120%;right:0;background-color:#fff;width:12rem;border-radius:.5rem;display:flex;flex-direction:column}.header .bottom_bar .navMenu ul .more_links .rest_container .other_nav_link{position:relative;padding:.5rem;font-size:1vw;font-weight:400;cursor:pointer;color:#000;display:flex;box-shadow:#0000001a 0 1px 2px;justify-content:space-between}.header .bottom_bar .navMenu ul .more_links .rest_container .other_nav_link:hover{background-color:#00000010}.header .bottom_bar .navMenu ul .more_links .rest_container .sub_cat_box{position:absolute;top:0;right:-84%;background-color:#fff;width:10rem;max-height:15rem;border-radius:.5rem;display:flex;flex-direction:column}.header .bottom_bar .navMenu ul .more_links .rest_container .sub_cat_box .sublinks{padding:.5rem;font-size:1vw;box-shadow:#0000001a 0 1px 2px;font-weight:400;cursor:pointer;display:flex;flex-direction:column;color:#000}.header .bottom_bar .navMenu ul .more_links .rest_container .sub_cat_box .sublinks:hover{background-color:#00000010}.bottom_nav{display:none}@media only screen and (max-width: 767px){.header{background:#fff;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);width:100%;height:4rem;border-radius:0;margin:0 auto;position:fixed;top:0%;left:0;transform:translate(0);justify-content:center;padding:0 5%}.header .top_bar .navMenu{display:none}.header .top_bar .logo_box{width:40%}.header .top_bar .search_cont{display:flex!important;position:static;width:60%}.header .top_bar .search_cont input{width:83%}.header .top_bar .user_box,.header .top_bar .submenu_box_web{display:none}.header .top_bar .dropdown-content{right:4%;top:63%}.header .bottom_bar{background-color:#f5f5f5;position:fixed;top:100vh;width:100%;height:90vh;margin:0;padding:1rem .5rem;transition:.3s ease all}.header .bottom_bar .navMenu ul{flex-direction:column}.header .bottom_bar .navMenu ul li{margin-bottom:1rem}.header .bottom_bar .navMenu ul li .nav_links{font-size:.85rem}.header .bottom_bar .navMenu ul li .submenu_box{position:initial;margin-left:20px;background:none}.header .bottom_bar .navMenu ul li .submenu_box .sublinks{box-shadow:none;font-size:1rem;padding:.5rem;line-height:10px}.header .bottom_bar .navMenu ul .more_links .rest_container{top:30px;left:10px;width:12rem;background:none}.header .bottom_bar .navMenu ul .more_links .rest_container .other_nav_link{padding:.75rem;font-size:.8rem}.header .bottom_bar .navMenu ul .more_links .rest_container .other_nav_link .sub_cat_box{background:none}.header .bottom_bar .navMenu ul .more_links .rest_container .other_nav_link .sub_cat_box .sublinks{font-size:4vw;box-shadow:none}.header .bottom_bar_opened{top:9vh!important;display:block!important}.bottom_nav{width:100%;height:4rem;display:flex;position:fixed;bottom:0;z-index:999;background-color:#fff}.bottom_nav .user_box{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 .5rem}.bottom_nav .user_box .list_items{width:18%;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:1rem}.bottom_nav .user_box .list_items img{width:100%}.bottom_nav .user_box .toggle img{width:35px}.bottom_nav .profile_overlay{position:fixed;bottom:0;display:flex;justify-content:center;align-items:flex-end;width:100%;height:100vh;background-color:#00000050;opacity:0;display:none}.bottom_nav .overlay_active{display:flex;opacity:1}.bottom_nav .profile_box{width:100%;background-color:#fff;padding:.5rem;position:absolute;bottom:0%;transform:translateY(105%);border-radius:.65rem;border-bottom-left-radius:0;border-bottom-right-radius:0;display:flex;flex-direction:column;transition:.3s ease transform;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px}.bottom_nav .profile_box .sub_list{width:100%;display:flex;justify-content:center;align-items:center;color:#000;opacity:.7;margin:.3rem 0;padding:.5rem;font-size:1rem}.bottom_nav .profile_box .sub_list:hover{opacity:1}.bottom_nav .profile_box .sub_list img{width:1.2rem;height:1.2rem;margin-right:.5rem}.bottom_nav .box_active{transform:translateY(0)}.bottom_nav .submenu_box_mobile{width:100%;height:50vh;border-radius:.7rem;position:fixed;border-bottom-left-radius:0;border-bottom-right-radius:0;left:0%;bottom:0%;transform:translateY(105%);background-color:#fff;transition:.5s ease transform}.bottom_nav .submenu_box_mobile .container_box{width:100%;height:82%;display:flex;padding:.5rem}.bottom_nav .submenu_box_mobile .container_box .tab_buttons{width:35%;height:100%;overflow-y:auto;display:flex;flex-direction:column}.bottom_nav .submenu_box_mobile .container_box .tab_buttons .tab_box{background-color:#fff;width:100%;padding:.65rem .25rem;border-radius:.35rem;display:flex;font-size:.6rem;align-items:center;cursor:pointer;transition:.3s ease all;position:relative}.bottom_nav .submenu_box_mobile .container_box .tab_buttons .tab_box:hover{background-color:#ebedf580}.bottom_nav .submenu_box_mobile .container_box .tab_buttons .tab_box img{width:15%;margin-right:.5rem}.bottom_nav .submenu_box_mobile .container_box .tab_buttons .tab_box .r_arrow{display:none}.bottom_nav .submenu_box_mobile .container_box .tab_buttons .active,.bottom_nav .submenu_box_mobile .container_box .tab_buttons .active:hover{background-color:#ebedf5}.bottom_nav .submenu_box_mobile .container_box .tab_buttons .active .r_arrow{display:flex;position:absolute;right:.7rem}.bottom_nav .submenu_box_mobile .container_box .tab_content{width:65%;height:100%;overflow-y:auto}.bottom_nav .submenu_box_mobile .container_box .tab_content .brands_box{width:100%;display:flex;flex-wrap:wrap}.bottom_nav .submenu_box_mobile .container_box .tab_content .brands_box .contents{width:47%;display:flex;align-items:center;padding:.6rem .25rem;border-radius:.3rem;margin-left:.35rem;margin-bottom:.5rem;cursor:pointer;border:2px solid #ebedf5}.bottom_nav .submenu_box_mobile .container_box .tab_content .brands_box .contents:hover{border:2px solid #fff;background-color:#ebedf5}.bottom_nav .submenu_box_mobile .container_box .tab_content .brands_box .contents img{width:1rem;margin-right:.5rem}.bottom_nav .submenu_box_mobile .container_box .tab_content .brands_box .contents span{font-size:.6rem}.bottom_nav .submenu_box_mobile .container_box .tab_content .active{display:flex}.bottom_nav .submenu_box_mobile .container_box .tab_content .hidden{display:none}.bottom_nav .submenu_box_mobile .nav_menu{height:18%;width:100%;display:flex;align-items:flex-end;flex-wrap:nowrap;overflow-x:auto}.bottom_nav .submenu_box_mobile .nav_menu .nav_list{display:flex;align-items:center}.bottom_nav .submenu_box_mobile .nav_menu .nav_list div{width:5rem;height:3rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:.6rem;border-radius:.65rem;font-weight:400;text-transform:capitalize;padding:.25rem;background-color:#000;color:#fff;border:1px solid #fff}.bottom_nav .submenu_active{transform:translateY(0)}.header nav a{background:none;text-align:left;padding:0;justify-content:flex-start;line-height:0}.header .bottom_bar .navMenu ul li .nav_links{font-size:16px}.header .bottom_bar .navMenu ul li{margin-bottom:1rem;line-height:15px}}.about_page{display:flex;flex-direction:column;padding-top:6vw;padding-bottom:5vw}.about_page .section1{background:linear-gradient(to bottom right,#000,transparent),url(/assets/about-banner-3ndkiB4k.jpg);height:40vh;background-position:center;background-size:cover;display:flex;justify-content:center;align-items:center;color:#fff;padding:0 5vw}.about_page h1{text-align:center;font-size:3rem;margin-bottom:2vw}.about_page .text_box{display:flex;flex-direction:column;padding:0 4rem}.about_page .text_box p{margin:1rem 0;font-size:1.2rem;font-weight:400;line-height:1.5;color:#000}.about_page .about_banner{width:100%;height:40vw;margin:5vw 0;background-position:center;background:fixed}.about_page .quote_box{width:100%;display:flex;align-items:center;padding:0 10vw}.about_page .quote_box h2{text-align:center;font-size:2rem;font-weight:bolder;line-height:1.5}.about_page .feature_box{width:100%;display:flex;align-items:center;padding:1vw 10vw}.about_page .feature_box ul{width:100%;text-align:left;font-size:1rem;line-height:1.5}.about_page .feature_box ul li{display:flex;align-items:center;padding:.5rem 0}.about_page .feature_box ul li img{width:3.5rem;margin-right:1rem}.about_page .verified_box{width:100%;display:flex;justify-content:flex-start;align-items:center;padding:1vw 10vw}.about_page .verified_box ul{width:80%;text-align:left;font-size:1rem;line-height:1.5}.about_page .verified_box ul li{display:flex;align-items:center;padding:.5rem 0}.about_page .verified_box ul li img{width:2rem;margin-right:8px}.about_page .verified_box ul li strong{margin-left:2rem}@media (min-width: 768px) and (max-width: 1024px){.about_page .section1{height:20vh}.about_page .text_box{padding:0 5%}.about_page .feature_box{padding:1vw 5vw}.about_page .feature_box ul li{justify-content:space-between}.about_page .feature_box ul li strong{width:30%}.about_page .feature_box ul li p{width:70%}.about_page .verified_box{padding:1vw 5vw}.about_page .quote_box{padding:0 5vw}}@media only screen and (max-width: 600px){.about_page{padding-top:17vw}.about_page h1{font-size:2rem;margin-bottom:0vw}.about_page .text_box{padding:0 1rem}.about_page .about_banner{height:80vw;margin:10vw 0}.about_page .quote_box h2{width:80%;font-size:2rem}.about_page .feature_box ul li{flex-direction:column}.about_page .img_box{justify-content:space-between;align-items:center;padding:1rem;flex-direction:column}.about_page .img_box .left{width:100%}.about_page .img_box .right{width:100%;margin-top:2rem}.about_page .img_box .ord{order:2}.about_page .verified_box{padding:0 5%}}.homepage .ad_Banner_slider{margin-top:105px;display:flex!important;align-content:center!important;justify-content:center;height:80vh}.homepage .hero{width:100%;height:45vw;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;padding:0}.homepage .hero video{width:100%}.homepage .category_box .mySwiperCategories{padding:1rem}.homepage .category_box .mySwiperCategories .slides{display:flex;justify-content:space-evenly;align-items:center;padding:1rem 1.5rem;border-radius:.5rem;-webkit-user-select:none;user-select:none;cursor:pointer;transition:.3s ease all;border:1px solid transparent}.homepage .category_box .mySwiperCategories .slides:hover{transform:translateY(-.5rem) scale(1.05)}.homepage .category_box .mySwiperCategories .slides:hover img,.homepage .category_box .mySwiperCategories .slides:hover h5{opacity:1}.homepage .category_box .mySwiperCategories .slides .box_items{display:flex;flex-direction:column;align-items:center}.homepage .category_box .mySwiperCategories .slides .circle2{display:flex;align-items:center;justify-content:center;border-radius:50%;padding:15px}.homepage .category_box .mySwiperCategories .slides .circle1{display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid orangered}.homepage .category_box .mySwiperCategories .slides img,.homepage .category_box .mySwiperCategories .slides h5{transition:.3s ease all}.homepage .category_box .mySwiperCategories .slides img{width:8rem;height:8rem;border-radius:50%;object-fit:cover;object-position:center}.homepage .category_box .mySwiperCategories .slides h5{font-size:1rem;font-weight:500;color:#000;text-align:center;margin-top:1rem;text-transform:capitalize;line-height:1.3}.homepage .five_box{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.homepage .five_box .mySwiperMobCovers{width:100%;padding:1rem 0}.homepage .five_box .mySwiperMobCovers .slides .card_product{border:0;padding:0}.homepage .five_box .mySwiperMobCovers .slides .card_product .details_box{padding:.5rem}.homepage .five_box .mySwiperMobCovers .swiper-button-prev,.homepage .five_box .mySwiperMobCovers .swiper-button-next{border:1px solid #fff;width:2rem;height:2rem;border-radius:50%;background-color:#00000080}.homepage .five_box .mySwiperMobCovers .swiper-button-prev:hover:after,.homepage .five_box .mySwiperMobCovers .swiper-button-next:hover:after{color:#fff}.homepage .five_box .mySwiperMobCovers .swiper-button-prev:after,.homepage .five_box .mySwiperMobCovers .swiper-button-next:after{font-size:1rem;color:#ffffff80}.homepage .five_box .cover_items{display:flex;height:20rem;border-radius:.7rem;overflow:hidden}.homepage .five_box .cover_items:hover img{transform:scale(1.1)}.homepage .five_box .cover_items img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.3s ease all}.homepage .three_box{width:100%;display:flex;justify-content:space-between;margin-bottom:3rem}.homepage .three_box .mySwiperLapCovers .slides{display:flex;justify-content:center}.homepage .three_box .mySwiperLapCovers .slides .box_items{width:30vw;height:20vw;border-radius:.7rem;overflow:hidden}.homepage .three_box .mySwiperLapCovers .slides .box_items:hover img{transform:scale(1.1)}.homepage .three_box .mySwiperLapCovers .slides .box_items img{height:100%;width:100%;object-fit:cover;object-position:center;transition:.3s ease all}.homepage .product_cont{width:100%;display:flex;padding:2vw;flex-wrap:wrap}.homepage .product_cont .card_box{width:23%;display:flex;margin:1%}.homepage .adver_banner{width:100%;padding:0;margin-top:3rem}.homepage .adver_banner img{width:100%}.homepage .product_slider_con{display:flex;width:100%;margin-top:-15%}.homepage .product_slider_con .mySwiperProducts{width:100%;padding:1rem 0}.homepage .product_slider_con .mySwiperProducts .slides .card_product{border:0;padding:0}.homepage .product_slider_con .mySwiperProducts .slides .card_product .details_box{padding:.5rem}.homepage .product_slider_con .mySwiperProducts .swiper-button-prev,.homepage .product_slider_con .mySwiperProducts .swiper-button-next{border:1px solid #fff;width:2rem;height:2rem;border-radius:50%;background-color:#00000080}.homepage .product_slider_con .mySwiperProducts .swiper-button-prev:hover:after,.homepage .product_slider_con .mySwiperProducts .swiper-button-next:hover:after{color:#fff}.homepage .product_slider_con .mySwiperProducts .swiper-button-prev:after,.homepage .product_slider_con .mySwiperProducts .swiper-button-next:after{font-size:1rem;color:#ffffff80}.homepage .product_showcase{background-image:radial-gradient(#2a2b2d,#262729);display:flex;flex-direction:column;align-items:flex-end;padding:10vw 0 5vw}.homepage .product_showcase .top_section{width:100%;display:flex;justify-content:center;align-items:center}.homepage .product_showcase .top_section .text_box{width:20%;color:#fff;font-size:3.7vw;line-height:1.3;text-transform:capitalize;font-weight:800}.homepage .product_showcase .top_section .ripple_box{width:25%;padding:2vw;position:relative;display:flex;justify-content:center;align-items:center;transform:scale(1.5)}.homepage .product_showcase .top_section .ripple_box img{width:20vw;z-index:2;position:absolute;filter:drop-shadow(0 0 2em rgba(255,255,255,.8117647059))}.homepage .product_showcase .top_section .ripple_box .rader_icon{width:20vw;height:20vw;display:flex;animation:radar 3s linear infinite;z-index:1;border-radius:100%;cursor:pointer}@keyframes radar{0%{box-shadow:0 0 #ffffff30,0 0 #ffffff30}40%{box-shadow:0 0 0 50px #ff6d4a00,0 0 #ffffff30}80%{box-shadow:0 0 0 50px #ff6d4a00,0 0 0 30px #ff6d4a00}to{box-shadow:0 0 #ff6d4a00,0 0 0 30px #ff6d4a00}}.homepage .product_showcase .top_section .ripple_box .rader_icon .rader{display:flex;justify-content:center;align-items:center;border-radius:50%;width:20vw;height:20vw;background-color:#ffffff50}.homepage .product_showcase .top_section .ripple_box .rader_icon .rader #icon{width:17vw;height:17vw;background-color:#ffffff90;border-radius:50%}.homepage .product_showcase .top_section .info_box{width:18%;margin-left:1rem;margin-top:5rem;display:flex;flex-direction:column;align-items:center;color:#fff}.homepage .product_showcase .top_section .info_box .title{font-size:1.2rem;font-weight:600}.homepage .product_showcase .top_section .info_box p{font-size:.95rem;font-weight:300;text-transform:capitalize;color:#ffffffcf;margin:.5rem 0}.homepage .product_showcase .top_section .info_box span{width:70%;height:.15rem;background-image:linear-gradient(to right,#fff0,#ffffff50,#fff,#ffffff50,#fff0)}.homepage .product_showcase .top_section .info_box .buy_btn{background-color:#fff;color:#000;width:50%;padding:.6rem;display:flex;justify-content:center;border-radius:.5rem;font-size:1rem;font-weight:600;margin-top:1rem;cursor:pointer;transition:.3s ease filter}.homepage .product_showcase .top_section .info_box .buy_btn:hover{filter:drop-shadow(0 0 .7em rgba(255,255,255,.5019607843))}.homepage .product_showcase .bottom_section{width:100%;display:flex;justify-content:center;margin-top:5vw;padding:20px}.homepage .product_showcase .bottom_section .mySwiperFloatProducts{width:100%;padding-top:5%;display:flex}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card{border:1px solid #fff;width:100%;display:flex;flex-direction:column;background-color:#fff;position:relative;padding:2.5vw .5rem .5rem;border-radius:.7rem;cursor:pointer;transition:.3s ease all}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card:hover{transform:translateY(-.5rem)}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card .product_img{width:25%;position:absolute;top:0;left:50%;transform:translate(-50%,-70%)}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card .info_box{width:100%;display:flex;flex-direction:column;align-items:center;color:#000}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card .info_box .title{font-size:1.2rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:.25rem}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card .info_box .title:before{content:"";width:2rem;height:.2rem;background-image:linear-gradient(to right,#fff0,#00000020,#00000040,#00000060,#00000040,#00000020,#fff0);position:absolute;top:0;left:50%;transform:translate(-50%,1.25em)}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card .info_box p{font-size:.95rem;font-weight:500;text-transform:capitalize;color:#000000cf;margin:.5rem 0}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card .info_box span{width:70%;height:.1rem;background-image:linear-gradient(to right,#fff0,#00000050,#000,#00000050,#fff0)}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card .info_box .cart_btn{position:absolute;top:.5rem;right:.5rem;cursor:pointer}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card .info_box .cart_btn img{width:1.5rem}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card .info_box .info_title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card .info_box .description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .swiper-pagination{border:1px solid red;width:5rem;position:absolute}.homepage .text_data{height:50vh;max-height:500px;width:90vw;overflow-y:scroll;margin:0 auto}.homepage .text_data .text-contain{padding:0 2rem;text-align:left;font-size:1vw;font-weight:400;line-height:30px}.homepage .text_data .text-header{display:flex;text-align:left;padding:1rem;font-weight:600;font-size:2vw}.homepage .text_data::-webkit-scrollbar{width:10px}.homepage .text_data::-webkit-scrollbar-track{background:#f1f1f1}.homepage .text_data::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#000,#fff)}.homepage .text_data::-webkit-scrollbar-thumb:hover{background:#555}@media (min-width: 768px) and (max-width: 1024px){.homepage .ad_Banner_slider{height:20vh}.homepage .product_cont{width:100%;display:flex;padding:0;flex-wrap:wrap}.homepage .product_cont .card_box{width:48%;display:flex;margin:1%}}@media only screen and (max-width: 767px){.homepage .hero{width:100%;height:45vw;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;padding:0;margin-top:4rem}.homepage .hero video{width:100%}.homepage .category_box{margin-top:-5vh}.homepage .category_box .mySwiperCategories{padding:.5rem}.homepage .category_box .mySwiperCategories .slides{padding:1rem .5rem;border-radius:.5rem}.homepage .category_box .mySwiperCategories .slides h5{font-size:.85rem;color:#fff}.homepage .five_box{margin-bottom:0rem}.homepage .five_box .cover_items{border-radius:.5rem}.homepage .product_showcase{padding:10vw 5vw 5vw;margin:5vw 0}.homepage .product_showcase .top_section{flex-direction:column}.homepage .product_showcase .top_section .text_box{width:90%;text-align:center;font-size:5vw}.homepage .product_showcase .top_section .ripple_box{width:50%;transform:scale(1);margin-top:1rem}.homepage .product_showcase .top_section .ripple_box img{width:60vw}.homepage .product_showcase .top_section .ripple_box .rader_icon,.homepage .product_showcase .top_section .ripple_box .rader_icon .rader{width:60vw;height:60vw}.homepage .product_showcase .top_section .ripple_box .rader_icon .rader #icon{width:52vw;height:52vw}.homepage .product_showcase .top_section .info_box{width:60%;margin-left:0rem;margin-top:2rem}.homepage .product_showcase .bottom_section{width:100%;display:flex;justify-content:center;margin-top:5vw}.homepage .product_showcase .bottom_section .mySwiperFloatProducts{width:100%;padding-top:15%}.homepage .product_showcase .bottom_section .mySwiperFloatProducts .slides .float_card{padding:10vw .5rem .5rem}.homepage .three_box{margin-bottom:0}.homepage .three_box .mySwiperLapCovers .slides .box_items{width:100%;height:40vw}.homepage .ad_Banner_slider{height:fit-content;margin-top:20%;margin-bottom:10%}.homepage .ad_Banner_slider .swiper .swiper-wrapper .swiper-slide{width:100%!important}.homepage .product_cont .card_box{width:48%;height:300px}.homepage .buttons_cont{flex-direction:column}.homepage .buttons_cont .add_btn{width:100%!important;margin-bottom:.5rem}.homepage .text_data .text-contain{font-size:3.5vw;padding:0 1.2rem;line-height:20px}.homepage .text_data .text-header{font-weight:800;font-size:4.5vw}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.slide{width:100%;display:flex;justify-content:center;align-items:center;font-size:3rem}.slide a{height:100%}.slide img{width:100%;height:100%}.slide .banImg{width:100%}@media only screen and (max-width: 600px){.slide{height:36vw}}.section_heading{width:100%;padding:2rem;background-color:var(--white);color:var(--black);text-transform:capitalize;margin:1rem auto;text-align:center;font-size:2rem;font-weight:800}@media only screen and (max-width: 600px){.section_heading{width:100%;padding:1rem;background-color:var(--white);color:var(--black);text-transform:capitalize;margin:1rem auto;text-align:center;font-size:1.2rem;font-weight:800}}.terms_page{display:flex;flex-direction:column;padding-top:10vw;padding-bottom:5vw}.terms_page h1{text-align:center;font-size:3rem;margin-bottom:2vw}.terms_page .text_box{display:flex;flex-direction:column;padding:0 2rem}.terms_page .text_box h2{font-size:1.1rem;font-weight:700}.terms_page .text_box p{margin:.5rem 0 2rem;font-size:1.2rem;font-weight:400;line-height:1.5;color:#000}.blogs_page{display:flex;flex-direction:column;padding-bottom:5vw}.blogs_page .hero_banner{width:100%;height:40vw;padding:0;position:relative}.blogs_page .hero_banner img{width:100%;height:100%;object-fit:cover;object-position:center}.blogs_page .hero_banner .overlay{width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0}.blogs_page .hero_banner .overlay h1{text-align:center;font-size:3rem;margin-bottom:2vw;color:#fff}.blogs_page .blogs_list_cont{width:100%;padding:1rem;display:flex;flex-wrap:wrap}.blogs_page .blogs_list_cont .card_wraper{width:23.7%;margin:.5rem}@media only screen and (max-width: 600px){.blogs_page{margin-top:4rem}.blogs_page .blogs_list_cont .card_wraper{width:100%}}.card_blog{border:2px solid rgba(0,0,0,.3137254902);width:100%;display:flex;flex-direction:column;border-radius:.6rem;overflow:hidden;cursor:pointer}.card_blog:hover{border:2px solid #000000}.card_blog .top_box{width:100%;height:15rem;display:flex;justify-content:center;align-items:center;position:relative}.card_blog .top_box img{width:100%;height:100%;object-fit:cover;object-position:center}.card_blog .top_box .info_box{width:85%;position:absolute;bottom:-1rem;background-color:#fff;border:2px solid rgba(0,0,0,.5019607843);display:flex;justify-content:space-between;align-items:center;font-size:.7rem;padding:.35rem .7rem;border-radius:2rem}.card_blog .top_box .info_box .date{font-size:.6rem}.card_blog .top_box .info_box .author{width:40%;display:flex;justify-content:center;align-items:center;overflow:hidden}.card_blog .top_box .info_box .tag{font-weight:700;padding:.25rem .5rem;border-radius:1.5rem;background-color:#000;color:#fff}.card_blog .bottom_box{padding:1.5rem .5rem .5rem}.card_blog .bottom_box .title{font-size:1rem;font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.card_blog .bottom_box .desc{font-size:.8rem;font-weight:400;line-height:1.3;margin:.5rem 0 .7rem;color:#00000090;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.card_blog .bottom_box .more{font-size:.75rem;font-weight:700;opacity:.6;width:100%;display:flex;justify-content:center;cursor:pointer}.card_blog .bottom_box .more:hover{opacity:.9}.policy_page{display:flex;flex-direction:column;padding-top:8vw;padding-bottom:5vw}.policy_page{display:flex;flex-direction:column;padding-top:10vw;padding-bottom:5vw}.policy_page h1{text-align:center;font-size:3rem;margin-bottom:2vw}.policy_page .text_box{display:flex;flex-direction:column;padding:0 2rem}.policy_page .text_box h2{font-size:1.1rem;font-weight:700}.policy_page .text_box p{margin:.5rem 0 2rem;font-size:1.2rem;font-weight:400;line-height:1.5;color:#000}@media only screen and (max-width: 600px){.policy_page{padding-top:25vw}}.phone_covers_page{display:flex;flex-direction:column}.phone_covers_page .hero_banner{width:100%;height:40vw;padding:0}.phone_covers_page .hero_banner img{width:100%;height:100%;object-fit:cover;object-position:center}.phone_covers_page .top_brands{display:flex;flex-wrap:wrap;justify-content:center;padding:0 2rem}.phone_covers_page .top_brands .brand_card{width:8vw;height:8vw;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000;color:#fff;margin:.5rem 1.5rem;cursor:pointer;box-shadow:#636363cc 0 2px 8px;transition:.3s ease all}.phone_covers_page .top_brands .brand_card:hover{transform:scale(1.03);box-shadow:#959da5cc 0 8px 24px}.phone_covers_page .top_brands .brand_card img{width:100%;object-fit:cover}.phone_covers_page .top_brands .brand_card p{font-size:.85em;margin-top:1vw}.phone_covers_page .categories_cont{padding:5vw 2rem;justify-content:space-between}.phone_covers_page .categories_cont .cat_box{width:48%;height:30vw;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:1rem}.phone_covers_page .categories_cont .cat_box:hover img{transform:scale(1.03)}.phone_covers_page .categories_cont .cat_box img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.3s ease transform}.phone_covers_page .parallax_banner{width:100%;height:40vw;margin:5vw 0;background-position:center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.phone_covers_page .five_box{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.phone_covers_page .five_box .cover_items{display:flex;height:25rem;border-radius:.7rem;overflow:hidden;-webkit-user-select:none;user-select:none}.phone_covers_page .five_box .cover_items:hover img{transform:scale(1.1)}.phone_covers_page .five_box .cover_items img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.3s ease all}.phone_covers_page .ad_banner{width:100%;height:50vw;margin:5vw 0;background-position:center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width: 600px){.phone_covers_page{margin-top:4rem}.phone_covers_page .hero_banner{height:50vw}.phone_covers_page .top_brands{padding:0 1rem}.phone_covers_page .top_brands .brand_card{width:18vw;height:18vw;margin:.5rem}.phone_covers_page .top_brands .brand_card img{width:30%;height:30%}.phone_covers_page .top_brands .brand_card p{font-size:.6em;margin-top:3vw}.phone_covers_page .categories_cont{padding:5vw 1rem;justify-content:space-between;flex-direction:column}.phone_covers_page .categories_cont .cat_box{width:100%;height:60vw;margin:1rem 0 0}.phone_covers_page .parallax_banner{height:60vw}.phone_covers_page .five_box{margin:2rem 0 1rem}}.phone_glass_page{display:flex;flex-direction:column}.phone_glass_page .hero_banner{width:100%;height:40vw;padding:0}.phone_glass_page .hero_banner img{width:100%;height:100%;object-fit:cover;object-position:center}.phone_glass_page .categories_cont{padding:5vw 2rem;justify-content:space-between}.phone_glass_page .categories_cont .cat_box{width:32%;height:32%;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:1rem}.phone_glass_page .categories_cont .cat_box:hover img{transform:scale(1.03)}.phone_glass_page .categories_cont .cat_box img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.3s ease transform}.phone_glass_page .products_cont{padding:0vw 2rem;gap:20px;flex-wrap:wrap}.phone_glass_page .products_cont .cat_box{border:1px solid rgba(0,0,0,.1882352941);width:calc(25% - 15px);display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:1rem;margin-top:1.5rem}.phone_glass_page .products_cont .cat_box:hover img{transform:scale(1.03)}.phone_glass_page .products_cont .cat_box img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.3s ease transform}.phone_glass_page .btn_container{display:flex;justify-content:center;align-items:center;margin:2vw 0}.phone_glass_page .btn_container .button{padding:.5rem 1.5rem;font-size:1rem;font-weight:500;border-radius:.4rem;color:#ffffffbf;background-color:var(--black);cursor:pointer;transition:.3s ease all}.phone_glass_page .btn_container .button:hover{color:#fff;background-color:var(--black)}.phone_glass_page .ad_banner{width:100%;height:30vw;margin:5vw 0 3vw;background-position:center;background-size:cover;background-repeat:no-repeat}.phone_glass_page .para_cont{font-size:1.2rem;text-align:center;color:#000000bf;font-weight:500;line-height:1.5}@media only screen and (max-width: 600px){.phone_glass_page{margin-top:4rem}.phone_glass_page .hero_banner{height:50vw}.phone_glass_page .categories_cont{padding:5vw 1rem;justify-content:space-between;flex-direction:column}.phone_glass_page .categories_cont .cat_box{width:100%;margin:1rem 0 0}.phone_glass_page .products_cont{padding:0vw 1rem}.phone_glass_page .products_cont .cat_box{width:47%;height:30%;border-radius:.5rem;margin-top:1rem}.phone_glass_page .btn_container{margin:5vw 0}.phone_glass_page .para_cont{line-height:1.3;padding:1rem}}.product_list_page{padding-top:7vw;padding-bottom:5vw;display:flex;flex-direction:column}.product_list_page .head_box{width:100%;display:flex;justify-content:space-between;padding:2vw;padding-bottom:0}.product_list_page .head_box .left_head{width:20%;border-radius:.5vw;padding:.5vw;display:flex;align-items:center;box-shadow:#63636333 0 2px 8px}.product_list_page .head_box .left_head p{font-size:1vw}.product_list_page .head_box .left_head .filter_icon{display:none}.product_list_page .head_box .right_head{width:78%;border-radius:.5vw;padding:.5vw;display:flex;justify-content:space-between;align-items:center;box-shadow:#63636333 0 2px 8px}.product_list_page .head_box .right_head .breadcrumb{display:flex;font-size:1vw}.product_list_page .head_box .right_head .breadcrumb li a{text-decoration:none;color:#000}.product_list_page .head_box .right_head .breadcrumb li a:hover{text-decoration:underline}.product_list_page .head_box .right_head p{font-size:1.2vw;font-weight:600;margin:0 1vw}.product_list_page .head_box .right_head .filter_btn{cursor:pointer;opacity:.7}.product_list_page .head_box .right_head .filter_btn:hover{opacity:1}.product_list_page .head_box .right_head .short_box{position:relative}.product_list_page .head_box .right_head .short_box label{font-size:1.1vw;font-weight:500;cursor:pointer}.product_list_page .head_box .right_head .short_box select{font-size:1vw;font-weight:600;padding:.5vw;cursor:pointer;opacity:.8;border:none}.product_list_page .head_box .right_head .short_box select>button{stroke:red!important;fill:red!important;background-color:red!important}.product_list_page .head_box .right_head .short_box select:hover{opacity:1}.product_list_page .head_box .right_head .short_box select:focus-visible{outline:none}.product_list_page .head_box .right_head .short_box .filter_icon{background-color:#fff;width:2vw;height:2vw;position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;cursor:pointer}.product_list_page .products_lists{width:100%;display:flex;justify-content:space-between;padding:1vw 2vw}.product_list_page .products_lists .filters_container{width:20%;border-radius:.5vw;display:flex;flex-direction:column}.product_list_page .products_lists .filters_container .filter_head{display:none}.product_list_page .products_lists .filters_container .filterd_box{padding:.5vw;margin-bottom:1vw;border-radius:.5vw;background-color:#fff;box-shadow:#63636333 0 2px 8px;max-height:200px;overflow-y:auto}.product_list_page .products_lists .filters_container .filterd_box .brand-list{padding-right:10px}.product_list_page .products_lists .filters_container .filterd_box h3{font-size:1vw;font-weight:600;color:#000000bf;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.1254901961)}.product_list_page .products_lists .filters_container .filterd_box ul{padding:.5vw}.product_list_page .products_lists .filters_container .filterd_box li{font-size:1vw;display:flex;align-items:center;margin-top:.5rem}.product_list_page .products_lists .filters_container .filterd_box li input{cursor:pointer}.product_list_page .products_lists .filters_container .filterd_box li label{padding:0 .5vw;-webkit-user-select:none;user-select:none;cursor:pointer;opacity:.8}.product_list_page .products_lists .filters_container .filterd_box li label:hover{opacity:1}.product_list_page .products_lists .filters_container .filterd_box #priceRange{margin-top:.5rem;width:100%}.product_list_page .products_lists .filters_container .filterd_box .price_range{font-size:1vw;margin:.5rem 0}.product_list_page .products_lists .product_container{width:78%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:20px}.product_list_page .products_lists .product_container .product_cards{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:15px}.product_list_page .products_lists .product_container .card_product{width:calc(25% - 11.3px);display:flex;flex-direction:column;padding:0rem;cursor:pointer;border:1px solid rgba(0,0,0,.1254901961);border-radius:.5rem;transition:.3s ease all;overflow:hidden;position:relative}.product_list_page .products_lists .product_container .card_product:hover{transform:translateY(0);box-shadow:#0000 0 4px 12px}.product_list_page .products_lists .product_container .card_product .img_box{width:100%;height:16vw;overflow:hidden}.product_list_page .products_lists .product_container .card_product .img_box img{width:100%;height:100%;object-fit:cover;object-position:center}.product_list_page .products_lists .product_container .card_product .details_box{width:100%;display:flex;flex-direction:column;padding:.5rem}.product_list_page .products_lists .product_container .card_product .details_box .top_box{width:100%;display:flex}.product_list_page .products_lists .product_container .card_product .details_box .top_box h3{width:100%;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product_list_page .products_lists .product_container .card_product .details_box .top_box .rating_box{background-color:#d9d9d9;font-size:.7rem;display:flex;justify-content:center;align-items:center;font-weight:600;padding:.15rem .25rem;border-radius:.2rem}.product_list_page .products_lists .product_container .card_product .details_box .top_box .rating_box img{width:.5rem;margin-right:.2rem}.product_list_page .products_lists .product_container .card_product .details_box .mid_box{width:100%;display:flex;margin:.7rem 0;font-size:.85rem}.product_list_page .products_lists .product_container .card_product .details_box .mid_box .price{font-weight:600;margin:0 .5rem}.product_list_page .products_lists .product_container .card_product .details_box .mid_box .old_price{font-weight:500;color:#686868;font-size:.75rem;text-decoration:line-through}.product_list_page .products_lists .product_container .card_product .details_box .mid_box .discount{font-weight:500}.product_list_page .products_lists .product_container .card_product .details_box .instock{font-weight:500;color:#686868;font-size:.75rem;margin:0 0 .5rem}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont{width:100%;display:flex;justify-content:space-between}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont .add_btn{width:48%;background-color:var(--black);color:#d9d9d9;padding:1rem .5rem;border-radius:.4rem;display:flex;align-items:center;justify-content:center;font-size:.85rem;line-height:0}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont .add_btn:hover{color:#fff}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont .to_cart{border:2px solid #000;background-color:#fff;color:#000000df}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont .to_cart:hover{color:#000}.product_list_page .products_lists .product_container .card_product .absolute_box{width:100%;display:flex;justify-content:space-between;align-items:center;position:absolute;top:0;padding:.5rem}.product_list_page .products_lists .product_container .card_product .absolute_box .rating_box{height:1rem;display:flex;align-items:center;box-shadow:0 0 3px #00000080;background-color:#fff;font-size:.65rem;border-radius:.25rem;padding:0 .25rem;line-height:0}.product_list_page .products_lists .product_container .card_product .absolute_box .rating_box img{width:.5rem;margin-right:.25rem}.product_list_page .products_lists .product_container .card_product .absolute_box .wishlist_box{background-color:#fff;box-shadow:0 0 3px #000;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;justify-content:center;align-items:center}.product_list_page .products_lists .product_container .card_product .absolute_box .wishlist_box img{width:80%}.product_list_page .products_lists .product_container .load_more_button{border:2px solid #000;background-color:#fff;padding:.5rem .8rem;border-radius:5px;color:#000000df;cursor:pointer}.product_list_page .products_lists .product_container .load_more_button:hover{color:#000}.product_list_page .ad_banner{width:100%;height:30vw;margin:5vw 0 3vw;background-position:center;background-size:cover;background-repeat:no-repeat}.product_list_page .para_cont{font-size:1.2rem;text-align:center;color:#000000bf;font-weight:500;line-height:1.5}@media (min-width: 768px) and (max-width: 1024px){.product_list_page .products_lists .product_container{width:78%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:20px}.product_list_page .products_lists .product_container .product_cards{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:15px}.product_list_page .products_lists .product_container .card_product{width:calc(50% - 7.5px)!important;display:flex;flex-direction:column;padding:0rem;cursor:pointer;border:1px solid rgba(0,0,0,.1254901961);border-radius:.5rem;transition:.3s ease all;overflow:hidden;position:relative}.product_list_page .products_lists .product_container .card_product:hover{transform:translateY(0);box-shadow:#0000 0 4px 12px}.product_list_page .products_lists .product_container .card_product .img_box{width:100%;height:280px;overflow:hidden}.product_list_page .products_lists .product_container .card_product .img_box img{width:100%;height:100%;object-fit:cover;object-position:center}.product_list_page .products_lists .product_container .card_product .details_box{width:100%;display:flex;flex-direction:column;padding:.5rem}.product_list_page .products_lists .product_container .card_product .details_box .top_box{width:100%;display:flex}.product_list_page .products_lists .product_container .card_product .details_box .top_box h3{width:100%;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product_list_page .products_lists .product_container .card_product .details_box .top_box .rating_box{background-color:#d9d9d9;font-size:.7rem;display:flex;justify-content:center;align-items:center;font-weight:600;padding:.15rem .25rem;border-radius:.2rem}.product_list_page .products_lists .product_container .card_product .details_box .top_box .rating_box img{width:.5rem;margin-right:.2rem}.product_list_page .products_lists .product_container .card_product .details_box .mid_box{width:100%;display:flex;margin:.7rem 0;font-size:.85rem}.product_list_page .products_lists .product_container .card_product .details_box .mid_box .price{font-weight:600;margin:0 .5rem}.product_list_page .products_lists .product_container .card_product .details_box .mid_box .old_price{font-weight:500;color:#686868;font-size:.75rem;text-decoration:line-through}.product_list_page .products_lists .product_container .card_product .details_box .mid_box .discount{font-weight:500}.product_list_page .products_lists .product_container .card_product .details_box .instock{font-weight:500;color:#686868;font-size:.75rem;margin:0 0 .5rem}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont{width:100%;display:flex;justify-content:space-between}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont .add_btn{width:48%;background-color:var(--black);color:#d9d9d9;padding:1rem .5rem;border-radius:.4rem;display:flex;align-items:center;justify-content:center;font-size:.85rem;line-height:0}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont .add_btn:hover{color:#fff}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont .to_cart{border:2px solid #000;background-color:#fff;color:#000000df}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont .to_cart:hover{color:#000}.product_list_page .products_lists .product_container .card_product .absolute_box{width:100%;display:flex;justify-content:space-between;align-items:center;position:absolute;top:0;padding:.5rem}.product_list_page .products_lists .product_container .card_product .absolute_box .rating_box{height:1rem;display:flex;align-items:center;box-shadow:0 0 3px #00000080;background-color:#fff;font-size:.65rem;border-radius:.25rem;padding:0 .25rem;line-height:0}.product_list_page .products_lists .product_container .card_product .absolute_box .rating_box img{width:.5rem;margin-right:.25rem}.product_list_page .products_lists .product_container .card_product .absolute_box .wishlist_box{background-color:#fff;box-shadow:0 0 3px #000;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;justify-content:center;align-items:center}.product_list_page .products_lists .product_container .card_product .absolute_box .wishlist_box img{width:80%}.product_list_page .products_lists .product_container .load_more_button{border:2px solid #000;background-color:#fff;padding:.5rem .8rem;border-radius:5px;color:#000000df;cursor:pointer}.product_list_page .products_lists .product_container .load_more_button:hover{color:#000}}@media only screen and (max-width: 767px){.product_list_page{padding-top:4rem}.product_list_page .head_box{padding:2vw}.product_list_page .head_box .left_head{width:10%;display:flex;justify-content:center;align-items:center;border-radius:1.5vw;cursor:pointer}.product_list_page .head_box .left_head p{display:none}.product_list_page .head_box .left_head .filter_icon{display:flex}.product_list_page .head_box .left_head .filter_icon img{width:100%}.product_list_page .head_box .right_head{width:88%;border-radius:1.5vw;padding:1.5vw}.product_list_page .head_box .right_head .breadcrumb{font-size:2vw}.product_list_page .head_box .right_head .short_box{position:static}.product_list_page .head_box .right_head .short_box label{font-size:2.1vw}.product_list_page .head_box .right_head .short_box select{font-size:2vw}.product_list_page .products_lists{position:relative}.product_list_page .products_lists .filter_bg_overlay{width:100%;height:100vh;position:fixed;top:0;left:0;background-color:#000000bf;z-index:7;display:block;transition:.3s ease all}.product_list_page .products_lists .close_filter_bg_overlay{display:none}.product_list_page .products_lists .filters_container{width:60%;height:85vh;position:fixed;top:16.5vw;background-color:#f1f1f1;z-index:8;padding:2vw 3vw 5vw;overflow-y:auto;left:0%;transition:.3s ease all}.product_list_page .products_lists .filters_container .filter_head{display:flex;justify-content:space-between;align-items:center;font-size:4vw;margin-bottom:2vw;padding:1vw}.product_list_page .products_lists .filters_container .filter_head .filter_close{width:7vw;height:7vw;border-radius:1.5vw;background-color:var(--s-colr);display:flex;justify-content:center;align-items:center;font-size:5vw;line-height:2}.product_list_page .products_lists .filters_container .filterd_box{padding:1.5vw;margin-bottom:2vw;border-radius:1.5vw;box-shadow:#63636333 0 1px 5px}.product_list_page .products_lists .filters_container .filterd_box h3{font-size:3.1vw}.product_list_page .products_lists .filters_container .filterd_box ul{padding:1.5vw}.product_list_page .products_lists .filters_container .filterd_box li{font-size:3vw;margin:2vw 0}.product_list_page .products_lists .filters_container .filterd_box li label{padding:0 2.5vw}.product_list_page .products_lists .filters_container .filterd_box .price_range{font-size:2.5vw}.product_list_page .products_lists .close_filters_container{left:-60%}.product_list_page .products_lists .product_container{width:100%;padding:2vw 0}.product_list_page .products_lists .product_container .card_product{width:calc(50% - 7.5px);margin:2vw 0;border-radius:3vw;padding:0vw}.product_list_page .products_lists .product_container .card_product .img_box{height:45vw}.product_list_page .products_lists .product_container .card_product .details_box .mid_box{width:100%;display:flex;margin:.7rem 0;font-size:.75rem}.product_list_page .products_lists .product_container .card_product .details_box .buttons_cont .add_btn{width:48%;padding:.35rem .15rem;border-radius:.24rem;font-size:.65rem;line-height:1}}.container112{width:100%;height:100%;text-align:center;background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;padding:20px}.container112 .image{width:20vw}.container112 .img{width:100px;height:100px;fill:#000;margin-bottom:20px}.container112 h1{color:#000}.container112 p{color:#555}.button{display:inline-block;padding:10px 20px;background-color:#000;color:#fff;text-decoration:none;border-radius:5px;transition:background-color .3s ease;margin-top:20px}.button:hover{background-color:#333}@media only screen and (max-width: 600px){.container112{width:100%}.container112 .image{width:50vw}}.product_details{width:100%;display:flex;justify-content:space-between;padding:10vw 2vw;margin:2vw auto!important}.product_details .left_images_box{width:50%;border-radius:.5vw;overflow:hidden;display:flex;justify-content:space-between}.product_details .left_images_box .big_image_box{width:80%;border-radius:.5vw;overflow:hidden;cursor:zoom-in}.product_details .left_images_box .big_image_box figure{width:80%;height:30rem;background-repeat:no-repeat;background-color:#fff}.product_details .left_images_box .big_image_box figure:hover img{opacity:0}.product_details .left_images_box .big_image_box img{display:block;width:100%;pointer-events:none}.product_details .left_images_box .small_image_box{width:18%;height:35rem;overflow-y:scroll;display:flex;flex-wrap:wrap;padding:.5rem}.product_details .left_images_box .small_image_box::-webkit-scrollbar{width:0px}.product_details .left_images_box .small_image_box::-webkit-scrollbar-track{background-color:transparent}.product_details .left_images_box .small_image_box::-webkit-scrollbar-thumb{background-color:#00000080}.product_details .left_images_box .small_image_box .image_wrap{width:100%;height:20%;margin:.2vw 0 0;border:4px solid #fff;border-radius:.5vw;cursor:pointer;overflow:hidden}.product_details .left_images_box .small_image_box .image_wrap:hover{border:4px solid #000}.product_details .left_images_box .small_image_box .image_wrap img{width:100%;height:100%}.product_details .right_details_box{width:45%;padding:1rem}.product_details .right_details_box .top_box{display:flex;justify-content:space-between;align-items:center;position:relative;margin-bottom:.5rem}.product_details .right_details_box .top_box h3{font-size:1rem}.product_details .right_details_box .top_box .reviews_box{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;font-weight:600;cursor:pointer}.product_details .right_details_box .top_box .reviews_box .stars{width:.6rem;margin-right:.2rem}.product_details .right_details_box .top_box .reviews_box .stars img{width:100%}.product_details .right_details_box .top_box .reviews_box span{color:#00000080;margin-left:1rem}.product_details .right_details_box .top_box .share_btn{width:3%;cursor:pointer}.product_details .right_details_box .top_box .share_btn img{width:100%}.product_details .right_details_box .details_box{display:flex;flex-direction:column}.product_details .right_details_box .details_box h1{font-size:1.6rem;width:100%}.product_details .right_details_box .details_box .price_box{font-size:1rem;display:flex;align-items:center;margin:1rem 0}.product_details .right_details_box .details_box .price_box .price_new{font-size:1.3rem;display:flex;align-items:flex-start;margin:0 1rem 0 0}.product_details .right_details_box .details_box .price_box .price_new b{font-size:1.3rem;line-height:1}.product_details .right_details_box .details_box .price_box .price_old{font-size:1.2rem;text-decoration:line-through;opacity:.7}.product_details .right_details_box .details_box .price_box .price_off{font-size:1.3rem;color:#00c500c5}.product_details .right_details_box .details_para{font-size:1rem;color:#00000085;line-height:1.3}.product_details .right_details_box .action_buttons{width:76%;display:flex;padding:1rem 0}.product_details .right_details_box .action_buttons .quantity_box{background-color:#e9e9e9;width:35%;display:flex;justify-content:space-between;border-radius:.5rem;overflow:hidden}.product_details .right_details_box .action_buttons .quantity_box .reduce{width:3rem;height:3rem;background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:2rem;line-height:normal;opacity:.9}.product_details .right_details_box .action_buttons .quantity_box .reduce:hover{opacity:1}.product_details .right_details_box .action_buttons .quantity_box .add{width:3rem;height:3rem;background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:2rem;line-height:normal;opacity:.9}.product_details .right_details_box .action_buttons .quantity_box .add:hover{opacity:1}.product_details .right_details_box .action_buttons .quantity_box .count{display:flex;justify-content:center;align-items:center;font-size:1.2rem}.product_details .right_details_box .action_buttons .add_to_cart_btn{background-color:var(--black);width:53%;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#fff;border-radius:.5rem;opacity:.9;cursor:pointer;margin:0 .6rem}.product_details .right_details_box .action_buttons .add_to_cart_btn:hover{opacity:1}.product_details .right_details_box .action_buttons .add_to_favourite{background-color:#000;width:12%;display:flex;justify-content:center;align-items:center;font-size:1.2vw;color:#fff;border-radius:.5rem;opacity:.9;cursor:pointer}.product_details .right_details_box .action_buttons .add_to_favourite:hover{opacity:1}.product_details .right_details_box .action_buttons .add_to_favourite span{display:flex;justify-content:center;align-items:center;color:#fff}.product_details .right_details_box .delivery_box{border:1px solid rgba(0,0,0,.2509803922);width:76%;display:flex;flex-direction:column;padding:.75rem .75rem 1rem;border-radius:.35rem}.product_details .right_details_box .delivery_box .top_part{width:100%;display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.2509803922)}.product_details .right_details_box .delivery_box .top_part h4{font-size:.95rem;font-weight:500}.product_details .right_details_box .delivery_box .top_part h4 span{font-weight:700}.product_details .right_details_box .delivery_box .top_part .change_btn{border:2px solid #000;padding:.5rem;font-size:1.2rem;font-weight:700;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.7}.product_details .right_details_box .delivery_box .top_part .change_btn:hover{opacity:1}.product_details .right_details_box .delivery_box .top_part .pin_code{border:2px solid #000;width:76%;padding:.5rem 1rem;border-radius:.25rem;font-size:1.1rem}.product_details .right_details_box .delivery_box .top_part .pin_code::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product_details .right_details_box .delivery_box .top_part .pin_code::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product_details .right_details_box .delivery_box .bottom_part{padding-top:.5rem}.product_details .right_details_box .delivery_box .bottom_part h4{font-size:1rem;font-weight:600}.product_details .right_details_box .delivery_box .bottom_part h4 .free{color:#009c00}.product_details .right_details_box .delivery_box .bottom_part h3{font-size:.85rem;font-weight:500;margin-top:.5rem}.product_details .right_details_box .delivery_box .bottom_part h3 .countdown{color:#ff4848}.product_details .right_details_box .services_box{width:76%;padding:.5rem;margin:1rem 0;border-radius:.35rem;display:flex;flex-wrap:wrap;background-color:#00000007}.product_details .right_details_box .services_box .services_card{width:23%;padding:.5rem;margin:.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:.5vw;cursor:pointer}.product_details .right_details_box .services_box .services_card img{width:90%}.product_details .right_details_box .services_box .services_card p{font-size:.8rem;text-align:center;font-weight:600;text-transform:capitalize}.product_details .right_details_box .buy_now_btn{background-color:var(--black);width:76%;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#fff;border-radius:.5rem;opacity:.9;cursor:pointer;padding:1rem 0}.product_details .right_details_box .buy_now_btn:hover{opacity:1}.ad_banner{width:100%;height:30vw;margin:5vw 0 3vw;background-position:center;background-size:cover;background-repeat:no-repeat}.para_cont{font-size:1.2rem;text-align:left;color:#000000bf;font-weight:500;line-height:1.5;padding:0 2vw}.reviewSection{padding:1%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px}.reviewSection .reviewCard{width:70%;display:flex;flex-direction:column;gap:10px;padding:10px;border-radius:10px;box-shadow:#0000003d 0 3px 8px}.reviewSection .reviewCard .reviewCard_top{display:flex;align-items:center;gap:10px}.reviewSection .reviewCard .reviewCard_top .userDetails{display:flex;flex-direction:column;gap:2px}.reviewSection .reviewCard .reviewCard_top .userImg img{width:60px}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom{display:flex;align-items:center}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom .verify img{width:25px}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom .verify{display:flex;align-items:center;gap:5px}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom .verify p{color:#000}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom .date{color:#a3a3a3;font-size:14px;margin-right:5px}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom p{color:#a3a3a3}.reviewSection .reviewCard .reviewCard_bottom p{color:#4e4e4e}.product_slider_con{display:flex;width:100%}.product_slider_con .mySwiperProducts{width:100%;padding:1rem 0}.product_slider_con .mySwiperProducts .slides .card_product{border:0;padding:0}.product_slider_con .mySwiperProducts .slides .card_product .details_box{padding:.5rem}.product_slider_con .mySwiperProducts .swiper-button-prev,.product_slider_con .mySwiperProducts .swiper-button-next{border:1px solid #fff;width:2rem;height:2rem;border-radius:50%;background-color:#00000080}.product_slider_con .mySwiperProducts .swiper-button-prev:hover:after,.product_slider_con .mySwiperProducts .swiper-button-next:hover:after{color:#fff}.product_slider_con .mySwiperProducts .swiper-button-prev:after,.product_slider_con .mySwiperProducts .swiper-button-next:after{font-size:1rem;color:#ffffff80}.otp_container .otp_modal{background-color:#fff;width:30%;border:1px solid rgba(0,0,0,.2509803922);border-radius:.4rem;display:flex;flex-direction:column;padding:1rem;position:relative}.otp_container .otp_modal .close_btn{position:absolute;top:.5rem;right:.5rem;font-size:.85rem;cursor:pointer;opacity:.7}.otp_container .otp_modal .close_btn:hover{opacity:1}.otp_container .otp_modal .icon_box{display:flex;justify-content:space-evenly;margin-top:1rem}.otp_container .otp_modal .icon_box a{display:flex;flex-direction:column;align-items:center}.otp_container .otp_modal .icon_box a img{width:2rem;height:2rem}.otp_container .otp_modal .icon_box a span{margin-top:.4rem;color:#00000080}.otp_container .otp_modal .icon_box a:hover img{transform:translateY(-.3rem)}.otp_container .otp_modal .icon_box a:hover span{color:#000}@media (min-width: 768px) and (max-width: 1024px){.product_details{flex-direction:column}.product_details .left_images_box{width:100%}.product_details .left_images_box .big_image_box{display:flex;align-items:center;justify-content:center}.product_details .right_details_box{width:100%;padding:1rem;display:flex;flex-direction:column}.product_details .right_details_box .action_buttons{width:50%;display:flex;padding:1rem 0;align-self:center}.product_details .right_details_box .action_buttons .quantity_box{background-color:#e9e9e9;width:35%;display:flex;justify-content:space-between;border-radius:.5rem;overflow:hidden}.product_details .right_details_box .action_buttons .quantity_box .reduce{width:3rem;height:3rem;background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:2rem;line-height:normal;opacity:.9}.product_details .right_details_box .action_buttons .quantity_box .reduce:hover{opacity:1}.product_details .right_details_box .action_buttons .quantity_box .add{width:3rem;height:3rem;background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:2rem;line-height:normal;opacity:.9}.product_details .right_details_box .action_buttons .quantity_box .add:hover{opacity:1}.product_details .right_details_box .action_buttons .quantity_box .count{display:flex;justify-content:center;align-items:center;font-size:1.2rem}.product_details .right_details_box .action_buttons .add_to_cart_btn{background-color:var(--black);width:53%;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#fff;border-radius:.5rem;opacity:.9;cursor:pointer;margin:0 .6rem}.product_details .right_details_box .action_buttons .add_to_cart_btn:hover{opacity:1}.product_details .right_details_box .action_buttons .add_to_favourite{background-color:#000;width:12%;display:flex;justify-content:center;align-items:center;font-size:1.2vw;color:#fff;border-radius:.5rem;opacity:.9;cursor:pointer}.product_details .right_details_box .action_buttons .add_to_favourite:hover{opacity:1}.product_details .right_details_box .action_buttons .add_to_favourite span{display:flex;justify-content:center;align-items:center;color:#fff}.product_details .right_details_box .delivery_box{border:1px solid rgba(0,0,0,.2509803922);width:50%;display:flex;flex-direction:column;padding:.75rem .75rem 1rem;border-radius:.35rem;align-self:center}.product_details .right_details_box .delivery_box .top_part{width:100%;display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.2509803922)}.product_details .right_details_box .delivery_box .top_part h4{font-size:.95rem;font-weight:500}.product_details .right_details_box .delivery_box .top_part h4 span{font-weight:700}.product_details .right_details_box .delivery_box .top_part .change_btn{border:2px solid #000;padding:.5rem;font-size:1.2rem;font-weight:700;border-radius:.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.7}.product_details .right_details_box .delivery_box .top_part .change_btn:hover{opacity:1}.product_details .right_details_box .delivery_box .top_part .pin_code{border:2px solid #000;width:76%;padding:.5rem 1rem;border-radius:.25rem;font-size:1.1rem}.product_details .right_details_box .delivery_box .top_part .pin_code::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product_details .right_details_box .delivery_box .top_part .pin_code::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product_details .right_details_box .delivery_box .bottom_part{padding-top:.5rem}.product_details .right_details_box .delivery_box .bottom_part h4{font-size:1rem;font-weight:600}.product_details .right_details_box .delivery_box .bottom_part h4 .free{color:#009c00}.product_details .right_details_box .delivery_box .bottom_part h3{font-size:.85rem;font-weight:500;margin-top:.5rem}.product_details .right_details_box .delivery_box .bottom_part h3 .countdown{color:#ff4848}.product_details .right_details_box .services_box{width:50%;padding:.5rem;margin:1rem 0;border-radius:.35rem;display:flex;flex-wrap:wrap;background-color:#00000007;align-self:center}.product_details .right_details_box .services_box .services_card{width:23%;padding:.5rem;margin:.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:.5vw;cursor:pointer}.product_details .right_details_box .services_box .services_card img{width:90%}.product_details .right_details_box .services_box .services_card p{font-size:.8rem;text-align:center;font-weight:600;text-transform:capitalize}.product_details .right_details_box .buy_now_btn{background-color:var(--black);width:20%;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#fff;border-radius:.5rem;opacity:.9;cursor:pointer;padding:1rem 0;align-self:center}.product_details .right_details_box .buy_now_btn:hover{opacity:1}}@media only screen and (max-width: 767px){.product_details{margin:4rem 0!important;flex-direction:column}.product_details .left_images_box{width:100%}.product_details .left_images_box .small_image_box{width:20%;height:75vw}.product_details .left_images_box .big_image_box figure{width:100%;height:75vw}.product_details .right_details_box{width:100%;padding:1rem .5rem}.product_details .right_details_box .top_box .share_btn{width:6%;cursor:pointer}.product_details .right_details_box .action_buttons{width:100%}.product_details .right_details_box .action_buttons .quantity_box{width:50%}.product_details .right_details_box .action_buttons .add_to_favourite{width:16%}.product_details .right_details_box .delivery_box{width:100%}.product_details .right_details_box .services_box{width:100%;justify-content:space-between}.product_details .right_details_box .services_box .services_card{width:20%}.product_details .right_details_box .buy_now_btn{width:100%}.otp_container .otp_modal{width:80%!important}.reviewSection{padding:1%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px}.reviewSection .reviewCard{width:90%;display:flex;flex-direction:column;gap:10px;padding:10px;border-radius:10px;box-shadow:#0000003d 0 3px 8px}.reviewSection .reviewCard .reviewCard_top{display:flex;align-items:center;gap:10px}.reviewSection .reviewCard .reviewCard_top .userDetails{display:flex;flex-direction:column;gap:2px}.reviewSection .reviewCard .reviewCard_top .userImg img{width:60px}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom{display:flex;align-items:center}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom .verify img{width:25px}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom .verify{display:flex;align-items:center;gap:5px}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom .verify p{color:#000;font-size:12px}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom .date{color:#a3a3a3;margin-right:5px;font-size:14px}.reviewSection .reviewCard .reviewCard_top .userDetails_bottom p{color:#a3a3a3}}.card_product{border:2px solid red;width:100%;display:flex;flex-direction:column;align-items:center;padding:.5rem;cursor:pointer;border:1px solid rgba(217,217,217,.5019607843);border-radius:.5rem;transition:.3s ease all;overflow:hidden}.card_product:hover{transform:translateY(-.5rem);box-shadow:#00000026 0 4px 12px}.card_product .img_box{width:100%;height:25rem;overflow:hidden;margin-bottom:.5rem;display:flex;justify-content:center;align-items:center}.card_product .img_box img{height:100%;object-fit:cover;object-position:center}.card_product .details_box{width:100%;display:flex;flex-direction:column}.card_product .details_box .top_box{width:100%;display:flex}.card_product .details_box .top_box h3{width:85%;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card_product .details_box .top_box .rating_box{background-color:#d9d9d9;font-size:.7rem;display:flex;justify-content:center;align-items:center;font-weight:600;padding:.15rem .25rem;border-radius:.2rem}.card_product .details_box .top_box .rating_box img{width:.5rem;margin-right:.2rem}.card_product .details_box .mid_box{width:100%;display:flex;margin:.7rem 0;font-size:.85rem}.card_product .details_box .mid_box .price{font-weight:600;margin:0 .5rem}.card_product .details_box .mid_box .old_price{font-weight:500;color:#686868;font-size:.75rem;text-decoration:line-through}.card_product .details_box .mid_box .discount{font-weight:500}.card_product .details_box .add_cart_btn{width:100%;background-color:var(--black);color:#d9d9d9;padding:.5rem;border-radius:.4rem;display:flex;justify-content:center;font-size:.85rem}.card_product .details_box .add_cart_btn:hover{color:#fff}.card_product .details_box .buttons_cont{width:100%;display:flex;justify-content:space-between}.card_product .details_box .buttons_cont .add_btn{width:48%;background-color:var(--black);color:#d9d9d9;padding:1rem .5rem;border-radius:.4rem;display:flex;align-items:center;justify-content:center;font-size:.85rem;line-height:0}.card_product .details_box .buttons_cont .add_btn:hover{color:#fff}.card_product .details_box .buttons_cont .to_cart{border:2px solid #000;background-color:#fff;color:#000000df}.card_product .details_box .buttons_cont .to_cart:hover{color:#000}.card_product .details_box h4{width:85%;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;padding:1px}.blog_details{display:flex;flex-direction:column}.blog_details .hero_banner{width:100%;height:40vw;padding:0;position:relative}.blog_details .hero_banner img{width:100%;height:100%;object-fit:cover;object-position:center}.blog_details .hero_banner .overlay{width:100%;height:100%;background-color:#00000080;position:absolute;top:0;left:0}.blog_details .hero_banner .overlay .overlay_cont{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:2vw 5vw}.blog_details .hero_banner .overlay .overlay_cont .bread{color:#fff;font-size:.75rem;margin-bottom:.5rem;padding-left:.5rem}.blog_details .hero_banner .overlay .overlay_cont .bread a{color:#fff;font-weight:200}.blog_details .hero_banner .overlay .overlay_cont .bread a:hover{text-decoration:underline}.blog_details .hero_banner .overlay .overlay_cont h1{font-size:2rem;color:#fff;margin-bottom:1rem;padding-left:.5rem}.blog_details .hero_banner .overlay .overlay_cont .info_box{width:25%;background-color:#fff;border:2px solid rgba(0,0,0,.5019607843);display:flex;justify-content:space-between;align-items:center;font-size:1rem;padding:.5rem;border-radius:2rem}.blog_details .hero_banner .overlay .overlay_cont .info_box .date{font-size:.9rem}.blog_details .hero_banner .overlay .overlay_cont .info_box .author{width:40%;display:flex;justify-content:center;align-items:center;overflow:hidden}.blog_details .hero_banner .overlay .overlay_cont .info_box .tag{font-weight:700;padding:.25rem .5rem;border-radius:1.5rem;background-color:#000;color:#fff}.blog_details .details_section{width:100%;padding:2rem;display:flex;justify-content:space-between}.blog_details .details_section .left_block{width:70%;display:flex;flex-direction:column}.blog_details .details_section .left_block b{margin:.5rem 0!important;font-size:1.2rem}.blog_details .details_section .left_block p{margin:.8rem 0;font-size:1rem;font-weight:400;color:#000000b8;line-height:1.8}.blog_details .details_section .left_block img{width:100%;margin:.8rem 0;border-radius:.7rem}.blog_details .details_section .right_block{width:27%;display:flex;flex-direction:column}.blog_details .details_section .right_block .about_author{border:1px solid #000;border-radius:.7rem;display:flex;flex-direction:column;padding:1rem}.blog_details .details_section .right_block .about_author .top{display:flex;justify-content:space-between;width:100%}.blog_details .details_section .right_block .about_author .top img{width:20%}.blog_details .details_section .right_block .about_author .top .name_box{width:75%}.blog_details .details_section .right_block .about_author .top .name_box h3{font-size:1.1rem}.blog_details .details_section .right_block .about_author .top .name_box span{font-size:.8rem}.blog_details .details_section .right_block .about_author p{font-size:.8rem;font-weight:400;margin:.5rem 0 1rem;line-height:normal}.blog_details .details_section .right_block .about_author .info_box{width:100%;background-color:#fff;border:2px solid rgba(0,0,0,.5019607843);display:flex;justify-content:space-between;align-items:center;font-size:.7rem;padding:.35rem .7rem;border-radius:2rem}.blog_details .details_section .right_block .about_author .info_box .tag{font-weight:700;padding:.25rem .75rem;border-radius:1.5rem;background-color:#000;color:#fff}.blog_details .details_section .right_block .ad_poster{width:100%;display:flex;margin:1rem 0;cursor:pointer}.blog_details .details_section .right_block .ad_poster img{width:100%;border-radius:.7rem}.blog_details .details_section .right_block .blog_tags{width:100%;display:flex;flex-wrap:wrap;padding:.5rem}.blog_details .details_section .right_block .blog_tags span{border:2px solid rgba(0,0,0,.7490196078);padding:.25rem .35rem;font-size:.9rem;border-radius:.5rem;font-weight:800;background-color:#00000010;margin-right:.25rem;margin-top:.25rem;cursor:pointer}.blog_details .details_section .right_block .card_wraper{width:100%;margin:2rem 0 1rem;display:flex;flex-direction:column}.blog_details .details_section .right_block .card_wraper h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.blog_details .blogs_slider_con{display:flex;width:100%;margin-top:5%}.blog_details .blogs_slider_con .mySwiperProducts{width:100%;padding:1rem 0}.blog_details .blogs_slider_con .mySwiperProducts .slides .card_product{border:0;padding:0}.blog_details .blogs_slider_con .mySwiperProducts .slides .card_product .details_box{padding:.5rem}.blog_details .blogs_slider_con .mySwiperProducts .swiper-button-prev,.blog_details .blogs_slider_con .mySwiperProducts .swiper-button-next{border:1px solid #fff;width:2rem;height:2rem;border-radius:50%;background-color:#00000080}.blog_details .blogs_slider_con .mySwiperProducts .swiper-button-prev:hover:after,.blog_details .blogs_slider_con .mySwiperProducts .swiper-button-next:hover:after{color:#fff}.blog_details .blogs_slider_con .mySwiperProducts .swiper-button-prev:after,.blog_details .blogs_slider_con .mySwiperProducts .swiper-button-next:after{font-size:1rem;color:#ffffff80}@media only screen and (max-width: 600px){.blog_details{padding-top:4rem}.blog_details .hero_banner{height:auto}.blog_details .hero_banner .overlay .overlay_cont h1{font-size:1.3rem}.blog_details .hero_banner .overlay .overlay_cont .info_box{width:100%}.blog_details .details_section{flex-direction:column;padding:1rem}.blog_details .details_section .left_block,.blog_details .details_section .right_block{width:100%}}.login_page{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto;height:100vh;background-image:url(/assets/auth_bg-CJ0F9XSS.jpg);background-size:70%;background-position:bottom right;background-repeat:no-repeat;position:fixed;top:0;z-index:1000;background-color:#fff}.login_page .center_box{width:30%;max-width:500px;display:flex;flex-direction:column;padding:2rem;border-radius:.7rem;background-color:#fff;box-shadow:#0003 0 4px 12px}.login_page .center_box h2{font-size:1.4rem;margin-bottom:1.5rem}.login_page .center_box .number_auth{width:100%;display:flex;flex-direction:column;margin:.5rem 0}.login_page .center_box .number_auth label{font-size:.8rem}.login_page .center_box .number_auth input{font-size:1rem;padding:.5rem 1rem;margin:.5rem 0;border-radius:.4rem;border:2px solid rgba(0,0,0,.1882352941)}.login_page .center_box .number_auth input::placeholder{font-size:.9rem;color:#00000060}.login_page .center_box .number_auth .error_msg{color:red;font-size:.7rem;font-weight:600;margin-top:-.4rem;margin-bottom:.5rem}.login_page .center_box .number_auth .auth_btn{background-color:var(--black);width:100%;display:flex;justify-content:center;align-items:center;font-size:.85rem;color:#ffffffbf;border-radius:.5rem;opacity:.7;cursor:pointer;padding:.6rem 0;transition:.3s ease all}.login_page .center_box .number_auth .auth_btn:hover{opacity:1;color:#fff}.login_page .center_box .divider{width:100%;padding:1rem 0;position:relative}.login_page .center_box .divider span{width:10%;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;font-size:.7rem;font-weight:600;color:#00000080}.login_page .center_box .other_auth_btn{width:100%;color:#000;font-size:.75rem;padding:.5rem 1rem;margin:.5rem 0 0;border-radius:.4rem;border:2px solid rgba(0,0,0,.1882352941);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s ease all}.login_page .center_box .other_auth_btn:hover{border:2px solid #000000}.login_page .center_box .other_auth_btn img{width:.85rem;margin-right:.5rem}.login_page .center_box .other_links{display:flex;justify-content:space-between;margin-top:1rem;font-size:.75rem;color:#00000090}.login_page .center_box .other_links a{color:#00000080;display:flex;align-items:center}.login_page .center_box .other_links a:hover{color:#000}.login_page .center_box .other_links p{display:flex;align-items:center}.login_page .center_box .other_links p a{font-weight:700;color:#000000bf}@media only screen and (max-width: 600px){.login_page{background-size:170%}.login_page .center_box{width:90%}}@media only screen and (min-width: 600px) and (max-width: 1200px){.login_page{background-size:170%}.login_page .center_box{width:70%;padding:2rem 1rem}}.signup_page{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto;height:100vh;background-image:url(/assets/auth_bg-CJ0F9XSS.jpg);background-size:70%;background-position:bottom right;background-repeat:no-repeat;position:fixed;top:0;z-index:1000;background-color:#fff}.signup_page .center_box{width:30%;max-width:500px;display:flex;flex-direction:column;padding:2rem;border-radius:.7rem;background-color:#fff;box-shadow:#0003 0 4px 12px}.signup_page .center_box h2{font-size:1.4rem;margin-bottom:1.5rem}.signup_page .center_box .number_auth{width:100%;display:flex;flex-direction:column;margin:.5rem 0}.signup_page .center_box .number_auth .full_box{width:100%;display:flex;justify-content:space-between}.signup_page .center_box .number_auth .full_box .half_cont{width:49%}.signup_page .center_box .number_auth .full_box .half_cont input{width:100%}.signup_page .center_box .number_auth label{font-size:.8rem}.signup_page .center_box .number_auth input{font-size:1rem;padding:.5rem 1rem;margin:.25rem 0 .5rem;border-radius:.4rem;border:2px solid rgba(0,0,0,.1882352941)}.signup_page .center_box .number_auth input::placeholder{font-size:.9rem;color:#00000060}.signup_page .center_box .number_auth .error_msg{color:red;font-size:.7rem;font-weight:600;margin-top:-.4rem;margin-bottom:.8rem}.signup_page .center_box .number_auth .auth_btn{background-color:var(--black);width:100%;display:flex;justify-content:center;align-items:center;font-size:.85rem;color:#ffffffbf;border-radius:.5rem;opacity:.7;cursor:pointer;padding:.6rem 0;transition:.3s ease all}.signup_page .center_box .number_auth .auth_btn:hover{opacity:1;color:#fff}.signup_page .center_box .divider{width:100%;padding:1rem 0;position:relative}.signup_page .center_box .divider span{width:10%;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;font-size:.7rem;font-weight:600;color:#00000080}.signup_page .center_box .other_auth_btn{width:100%;color:#000;font-size:.75rem;padding:.5rem 1rem;margin:.5rem 0 0;border-radius:.4rem;border:2px solid rgba(0,0,0,.1882352941);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s ease all}.signup_page .center_box .other_auth_btn:hover{border:2px solid #000000}.signup_page .center_box .other_auth_btn img{width:.85rem;margin-right:.5rem}.signup_page .center_box .other_links{display:flex;justify-content:space-between;margin-top:1rem;font-size:.75rem;color:#00000090}.signup_page .center_box .other_links a{color:#00000080;display:flex;align-items:center}.signup_page .center_box .other_links a:hover{color:#000}.signup_page .center_box .other_links p{display:flex;align-items:center}.signup_page .center_box .other_links p a{font-weight:700;color:#000000bf}.otp_container{width:100%;height:100vh;position:absolute;top:0;z-index:9999;background-color:#000000bf;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center}.otp_container .otp_modal{background-color:#fff;width:30%;border:1px solid rgba(0,0,0,.2509803922);border-radius:.4rem;display:flex;flex-direction:column;padding:1rem}.otp_container .otp_modal h1{font-size:1.2rem;font-weight:700}.otp_container .otp_modal h5{font-size:.85rem;font-weight:400;margin:1rem 0 .4rem}.otp_container .otp_modal input{border:2px solid rgba(0,0,0,.3137254902);width:100%;padding:.8rem 1rem;border-radius:.3rem;font-size:1rem}.otp_container .otp_modal input:focus-visible{outline:none;border:2px solid rgba(0,0,0,.7490196078)}.otp_container .otp_modal .submit_btn{width:100%;background-color:#000;color:#fff;margin:1rem 0;padding:.8rem 1rem;border-radius:.3rem;border:1px solid rgba(0,0,0,.7490196078);opacity:.8;font-size:1rem;text-align:center}.otp_container .otp_modal .submit_btn:hover{opacity:1}.otp_container .otp_modal span{font-size:.85rem;font-weight:500;color:#0006}.otp_container .otp_modal span a{color:#0006;font-weight:800;cursor:not-allowed}.otp_container .otp_modal span .active_resend{color:#000000b3;cursor:pointer}.otp_container .otp_modal span .active_resend:hover{color:#000000e6}.otp_container .otp_modal .lower_sec .submit_btn{width:100%;background-color:#000;color:#fff;margin:1rem 0;padding:.8rem 1rem;border-radius:.3rem;border:1px solid rgba(0,0,0,.7490196078);opacity:.8;font-size:1rem;text-align:center}.otp_container .otp_modal .lower_sec .submit_btn:hover{opacity:1}@media only screen and (max-width: 600px){.signup_page{background-size:170%}.signup_page .center_box{width:90%;padding:2rem 1rem}}@media only screen and (min-width: 600px) and (max-width: 1200px){.signup_page{background-size:170%}.signup_page .center_box{width:70%;padding:2rem 1rem}}.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px #00000013,0 1px 2px #00000013,1px 2px 4px #00000013,1px 3px 8px #00000013,2px 4px 16px #00000013;pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:#0006}div:where(.swal2-container).swal2-backdrop-hide{background:#0000!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(#0000001a,#0000001a)}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(#0003,#0003)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px #0000;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{box-shadow:0 0 0 3px #7066e080}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus{box-shadow:0 0 0 3px #dc374180}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus{box-shadow:0 0 0 3px #6e788180}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus{box-shadow:0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-styled):focus{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:#0003}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em}div:where(.swal2-container) button:where(.swal2-close){z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:#0000;color:#ccc;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:none;background:#0000;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus{outline:none;box-shadow:inset 0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:#0000;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #0000;color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:#fff}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:#0000;font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:#0000;color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:#0000;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:#0000!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px #0006}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:#0000;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}.cart_page{display:flex;flex-direction:column;padding:10rem 2rem}.cart_page .heading{width:100%}.cart_page .heading h1{font-size:3rem;margin-bottom:1rem}.cart_page .table_head{display:flex;width:100%;font-size:1rem;font-weight:600}.cart_page .table_head>div{padding:.5rem;border-bottom:2px solid rgba(0,0,0,.1254901961)}.cart_page .table_head .product_head{width:40%}.cart_page .table_head .quantity_head,.cart_page .table_head .price_head{width:25%;display:flex;justify-content:center}.cart_page .table_head .action_btn{width:10%;display:flex;justify-content:flex-end}.cart_page .table_body{height:60vh;width:100%;overflow-y:auto}.cart_page .table_body .product_box{border-bottom:1px solid rgba(0,0,0,.1254901961);width:100%;display:flex;padding:.5rem}.cart_page .table_body .product_box .product_body{width:40%;display:flex;justify-content:space-between;align-items:center}.cart_page .table_body .product_box .product_body img{width:10%;height:5rem;object-fit:cover;object-position:center}.cart_page .table_body .product_box .product_body .title{width:90%;padding:0 .75rem;font-size:1.1rem;font-weight:600;color:#000000bf}.cart_page .table_body .product_box .quantity_body{width:25%;display:flex;justify-content:center;align-items:center}.cart_page .table_body .product_box .quantity_body .quantity_box{width:40%;display:flex;justify-content:space-between;align-items:flex-start}.cart_page .table_body .product_box .quantity_body .quantity_box .reduce,.cart_page .table_body .product_box .quantity_body .quantity_box .add{padding:.5rem;border-radius:.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:800}.cart_page .table_body .product_box .quantity_body .quantity_box .reduce:hover,.cart_page .table_body .product_box .quantity_body .quantity_box .add:hover{background-color:#ebedf5}.cart_page .table_body .product_box .quantity_body .quantity_box .count{padding:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.cart_page .table_body .product_box .price_body{width:25%;display:flex;justify-content:center;align-items:center;font-size:1rem}.cart_page .table_body .product_box .action_btn{width:10%;display:flex;justify-content:flex-end;align-items:center;font-size:.85rem}.cart_page .table_body .product_box .action_btn .remove_btn{padding:.25rem .5rem;font-size:.7rem;font-weight:700;background-color:#ffcaca;border:2px solid rgb(255,66,66);color:red;border-radius:.3rem;cursor:pointer}.cart_page .table_body .product_box .action_btn .remove_btn:hover{background-color:#ff4242;border:2px solid rgb(255,66,66);color:#fff}.cart_page .table_body::-webkit-scrollbar{width:3px}.cart_page .table_body::-webkit-scrollbar-thumb{background-color:#00000030}.cart_page .table_body body{background-color:#eee;font-family:Calibri,sans-serif!important}.cart_page .table_body .mt-100{margin-top:100px}.cart_page .table_body .card{margin-bottom:30px;border:0;transition:all .3s ease;letter-spacing:.5px;border-radius:8px;box-shadow:1px 5px 24px #4466f20d}.cart_page .table_body .card .card-header{background-color:#fff;border-bottom:none;padding:24px;border-bottom:1px solid #f6f7fb;border-top-left-radius:8px;border-top-right-radius:8px}.cart_page .table_body .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.cart_page .table_body .card .card-body{padding:30px;background-color:transparent}.cart_page .table_body .btn-primary,.cart_page .table_body .btn-primary.disabled,.cart_page .table_body .btn-primary:disabled{background-color:#000!important;border-color:#435bff!important;color:#fff}.cart_page .table_body .empty-cart-cls{text-align:center}.cart_page .table_body .empty-cart-cls img{width:130px;height:130px;margin-bottom:20px}.cart_page .table_body .empty-cart-cls h3{font-size:24px;font-weight:700;margin-bottom:10px}.cart_page .table_body .empty-cart-cls h4{font-size:18px;margin-bottom:20px}.cart_page .table_body .cart-btn-transform{border-radius:25px;padding:10px 20px}.cart_page .table_total{border-top:2px solid rgba(0,0,0,.5019607843);width:100%;display:flex;flex-direction:column;align-items:flex-end}.cart_page .table_total .box_one{width:25%;display:flex;justify-content:space-between;align-items:center;padding:.5rem}.cart_page .table_total .box_one h4{font-size:.9rem;color:#00000080;font-weight:600}.cart_page .table_total .box_one h3{font-size:1rem;color:#000000bf;font-weight:600}.cart_page .table_total .box_two{width:25%;display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-top:2px solid rgba(0,0,0,.1882352941)}.cart_page .table_total .box_two h4{font-size:1.1rem;color:#000;font-weight:600}.cart_page .table_total .box_two h3{font-size:1.3rem;color:#000;font-weight:600}.cart_page .table_total .buy_now_btn{background-color:var(--black);width:25%;display:flex;justify-content:center;align-items:center;font-size:1rem;color:#fff;border-radius:.5rem;opacity:.9;cursor:pointer;padding:1rem 0;margin:1rem 0}.cart_page .table_total .buy_now_btn:hover{opacity:1}.modal_container{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:99;background-color:#00000050}@media only screen and (max-width: 600px){.cart_page{padding:4.5rem .5rem 0rem}.cart_page .heading h1{font-size:1.5rem;margin-bottom:.5rem}.cart_page .table_head{font-size:.8rem;display:none}.cart_page .table_body{height:63vh}.cart_page .table_body .product_box{flex-wrap:wrap}.cart_page .table_body .product_box .product_body{width:100%;margin-bottom:.5rem;align-items:flex-start}.cart_page .table_body .product_box .product_body img{width:15%;height:4.5rem}.cart_page .table_body .product_box .product_body .title{width:80%;padding:0 .25rem;font-size:.8rem;line-height:normal}.cart_page .table_body .product_box .price_body{width:50%}.cart_page .table_body .product_box .quantity_body{width:30%}.cart_page .table_body .product_box .quantity_body .quantity_box{width:100%}.cart_page .table_body .product_box .action_btn{width:20%}.cart_page .table_total .box_one,.cart_page .table_total .box_two,.cart_page .table_total .buy_now_btn{width:100%}}.profile_page{display:flex;flex-direction:column;padding:10rem 2rem;height:100vh}.profile_page .heading{width:100%;display:flex;align-items:center;justify-content:space-between}.profile_page .heading h1{font-size:3rem;margin-bottom:1rem}.profile_page .details_box{width:100%;display:flex;justify-content:space-between}.profile_page .details_box .inner_box{border:2px solid rgba(0,0,0,.062745098);box-shadow:#0000001a 0 4px 6px -1px,#0000000f 0 2px 4px -1px;border-radius:.7rem;width:48%;padding:1rem}.profile_page .details_box .inner_box h3{font-size:1.1rem;color:#000000af}.profile_page .details_box .inner_box .form_box{width:100%;display:flex;flex-direction:column;margin:.5rem 0}.profile_page .details_box .inner_box .form_box .full_box{width:100%;display:flex;justify-content:space-between}.profile_page .details_box .inner_box .form_box .full_box .half_cont{width:49%}.profile_page .details_box .inner_box .form_box .full_box .half_cont input{width:100%}.profile_page .details_box .inner_box .form_box .three_child .half_cont{width:32%}.profile_page .details_box .inner_box .form_box label{font-size:.8rem}.profile_page .details_box .inner_box .form_box input{font-size:1rem;padding:.5rem 1rem;margin:.25rem 0 .5rem;border-radius:.4rem;border:2px solid rgba(0,0,0,.1882352941)}.profile_page .details_box .inner_box .form_box input::placeholder{font-size:.9rem;color:#00000060}.profile_page .details_box .inner_box .form_box .error_msg{color:red;font-size:.7rem;font-weight:600;margin-top:-.4rem;margin-bottom:.8rem}.profile_page .details_box .inner_box .form_box .auth_btn{background-color:var(--black);width:100%;display:flex;justify-content:center;align-items:center;font-size:.85rem;color:#ffffffbf;border-radius:.5rem;opacity:.7;cursor:pointer;padding:.6rem 0;font-family:Inter;transition:.3s ease all}.profile_page .details_box .inner_box .form_box .auth_btn:hover{opacity:1;color:#fff}.profile_page .details_box .inner_box .form_box .btn_row{display:flex;gap:10px}.profile_page .details_box .inner_box .address_card{width:48%;position:relative;padding:.5rem;border-radius:.5rem;margin-bottom:.7rem;box-shadow:#0000000d 0 0 0 1px;cursor:pointer}.profile_page .details_box .inner_box .address_card h5{font-size:.8rem;display:flex;justify-content:space-between;margin-bottom:1rem}.profile_page .details_box .inner_box .address_card h5 .make_default{font-size:.7rem;color:#00000060;margin-right:15%;cursor:pointer}.profile_page .details_box .inner_box .address_card h5 .make_default:hover{color:#000000bf}.profile_page .details_box .inner_box .address_card p{font-size:1rem;color:#00000090}.profile_page .details_box .inner_box .address_card .edit{width:20px;position:absolute;top:5px;right:25px}.profile_page .details_box .inner_box .address_card .trash{width:15px;position:absolute;top:5px;right:5px}.profile_page .details_box .inner_box .default{border:2px solid rgba(0,0,0,.5019607843)}.profile_page .details_box .address_box{height:23rem;overflow-y:auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;position:relative}.profile_page .details_box .address_box::-webkit-scrollbar{width:3px}.profile_page .details_box .address_box::-webkit-scrollbar-thumb{background-color:#00000030}.profile_page .details_box .address_box .button_cont{width:100%;background-color:#fff;padding:.5rem 0 1rem;position:absolute;left:0;bottom:0;display:flex;justify-content:center}.profile_page .details_box .address_box .button_cont .add_address_btn{background-color:var(--black);width:30%;display:flex;justify-content:center;align-items:center;font-size:.85rem;color:#ffffffbf;border-radius:.5rem;opacity:.7;cursor:pointer;padding:.6rem 0;transition:.3s ease all}.profile_page .details_box .address_box .button_cont .add_address_btn:hover{opacity:1;color:#fff}.profile_page .details_box .address_box .delete_btn{background-color:var(--black);width:30%;display:flex;justify-content:center;align-items:center;font-size:.85rem;color:#ffffffbf;border-radius:.5rem;opacity:.7;cursor:pointer;padding:.6rem 0;transition:.3s ease all}.profile_page .details_box .address_box .delete_btn:hover{opacity:1;color:#fff}.profile_page .details_box .add_address_modal{border:3px solid rgba(0,0,0,.3764705882);background-color:#fff}@media only screen and (max-width: 600px){.profile_page{padding:4.5rem .5rem;height:auto}.profile_page .heading h1{font-size:1.5rem;margin-bottom:1rem}.profile_page .details_box{flex-direction:column}.profile_page .details_box .inner_box{width:100%;margin-bottom:2rem}.profile_page .details_box .inner_box .form_box .three_child{flex-direction:column}.profile_page .details_box .inner_box .form_box .three_child .half_cont{width:100%}.profile_page .details_box .address_box{flex-wrap:wrap;height:30rem}.profile_page .details_box .address_box .address_card{width:100%}.profile_page .details_box .address_box .button_cont .add_address_btn{width:90%}}.order_page{display:flex;flex-direction:column;padding:10rem 2rem}.order_page .heading{width:100%}.order_page .heading h1{font-size:3rem;margin-bottom:1rem}.order_page .table_head{display:flex;width:100%;font-size:1rem;font-weight:600}.order_page .table_head>div{padding:.5rem;border-bottom:2px solid rgba(0,0,0,.1254901961)}.order_page .table_head .product_head{width:20%}.order_page .table_head .quantity_head,.order_page .table_head .price_head{width:16%;display:flex;justify-content:flex-start}.order_page .table_head .action_head{width:19%;display:flex;justify-content:center}.order_page .table_head .action_btn{width:10%;display:flex;justify-content:flex-end}.order_page .table_body{width:100%}.order_page .table_body .product_box{border-bottom:1px solid rgba(0,0,0,.1254901961);width:100%;display:flex;padding:.5rem}.order_page .table_body .product_box .product_body{width:25%;display:flex;justify-content:space-between;align-items:center}.order_page .table_body .product_box .product_body img{width:10%;height:5rem;object-fit:cover;object-position:center}.order_page .table_body .product_box .product_body .title{width:90%;padding:0 .75rem;font-size:1.1rem;font-weight:600;color:#000000bf}.order_page .table_body .product_box .quantity_body{width:25%;display:flex;justify-content:center;align-items:center}.order_page .table_body .product_box .quantity_body .quantity_box{width:40%;display:flex;justify-content:center;align-items:flex-start}.order_page .table_body .product_box .quantity_body .quantity_box .reduce,.order_page .table_body .product_box .quantity_body .quantity_box .add{padding:.5rem;border-radius:.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:800}.order_page .table_body .product_box .quantity_body .quantity_box .reduce:hover,.order_page .table_body .product_box .quantity_body .quantity_box .add:hover{background-color:#ebedf5}.order_page .table_body .product_box .quantity_body .quantity_box .count{padding:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.order_page .table_body .product_box .price_body{width:25%;display:flex;justify-content:center;align-items:center;font-size:1rem}.order_page .table_body .product_box .action_btn{width:40%;display:flex;justify-content:flex-end;align-items:center;font-size:.85rem}.order_page .table_body .product_box .action_btn .view_btn{padding:.25rem .5rem;font-size:.7rem;font-weight:700;background-color:#000;border:2px solid #000000;color:#fff;border-radius:.3rem;cursor:pointer;margin-right:.5rem}.order_page .table_body .product_box .action_btn .view_btn:hover{background-color:#fff;border:2px solid #2f2f2f;color:#000}.order_page .table_body .product_box .action_btn .remove_btn{padding:.25rem .5rem;font-size:.7rem;font-weight:700;background-color:#ffcaca;border:2px solid rgb(255,66,66);color:red;border-radius:.3rem;cursor:pointer}.order_page .table_body .product_box .action_btn .remove_btn:hover{background-color:#ff4242;border:2px solid rgb(255,66,66);color:#fff}.order_page .table_body::-webkit-scrollbar{width:3px}.order_page .table_body::-webkit-scrollbar-thumb{background-color:#00000030}.order_page .popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#7c7777b6;z-index:9;transform:scale(0);transition:all .5s ease;display:flex;align-items:center;justify-content:center}.order_page .popup .wrapper{display:flex;align-items:center;justify-content:center;position:relative}.order_page .popup .wrapper .closeSvg{position:absolute;width:40px;top:-50px;right:10px;cursor:pointer;transition:ease .3s}.order_page .popup .wrapper .closeSvg:hover{transform:translateY(-10px);transition:ease .3s}.order_page .popup.active{transform:scale(1);transition:all .5s ease}.order_page body{background-color:#eee;font-family:Calibri,sans-serif!important}.order_page .mt-100{margin-top:100px}.order_page .card{margin-bottom:30px;border:0;transition:all .3s ease;letter-spacing:.5px;border-radius:8px;box-shadow:1px 5px 24px #4466f20d}.order_page .card .card-header{background-color:#fff;border-bottom:none;padding:24px;border-bottom:1px solid #f6f7fb;border-top-left-radius:8px;border-top-right-radius:8px}.order_page .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.order_page .card .card-body{padding:30px;background-color:transparent}.order_page .btn-primary,.order_page .btn-primary.disabled,.order_page .btn-primary:disabled{background-color:#000!important;border-color:#435bff!important;color:#fff}.order_page .empty-cart-cls{text-align:center}.order_page .empty-cart-cls img{width:130px;height:130px;margin-bottom:20px}.order_page .empty-cart-cls h3{font-size:24px;font-weight:700;margin-bottom:10px}.order_page .empty-cart-cls h4{font-size:18px;margin-bottom:20px}.order_page .cart-btn-transform{border-radius:25px;padding:10px 20px}.order_page .popup{background-color:#e2e2e291;position:fixed;width:100%;height:100%;top:0;left:0;transform:scale(0);transition:all .3s ease;display:flex;align-items:center;justify-content:center}.order_page .popup .closeSvg{width:10px}.order_page .popup .box{background-color:#fff;padding:5%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:7px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;gap:20px}.order_page .popup .box .buttons{display:flex;align-items:center;gap:15px}.order_page .popup .box .buttons .yes{padding:7px 14px;width:80px;background:#000;color:#fff;outline:none;border-radius:5px;cursor:pointer}.order_page .popup .box .buttons .no{padding:7px 14px;width:80px;background:#fff;color:#000;outline:none;border-radius:5px;cursor:pointer}.order_page .popup.active{transform:scale(1);transition:all .3s ease}.order_page .mobileOrderCards{display:none}.order_page .viewPopup{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000000ce;display:flex!important;align-items:center!important;justify-content:center!important;z-index:999}.order_page .viewPopup .wrapper{position:relative;width:70%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:50px}.order_page .viewPopup .wrapper .closeSvg{width:40px;right:0;position:absolute;top:0;cursor:pointer}.pagination{display:flex;justify-content:center;margin-top:20px}.pagination button{margin:0 5px;cursor:pointer}.pagination span{margin:0 5px;font-weight:700}.pagination button{margin:0 5px;cursor:pointer;border-radius:4px;border-color:#fff;padding:6px}.pagination button.active{background-color:#007bff;color:#fff}@media only screen and (max-width: 600px){.order_page{padding:4.5rem .5rem 0rem}.order_page .heading h1{font-size:1.5rem;margin-bottom:.5rem}.order_page .table_head{font-size:.8rem;display:none}.order_page .table_body .product_box{flex-wrap:wrap;display:none}.order_page .table_body .product_box .product_body{width:100%;margin-bottom:.5rem;align-items:flex-start}.order_page .table_body .product_box .product_body img{width:15%;height:4.5rem}.order_page .table_body .product_box .product_body .title{width:80%;padding:0 .25rem;font-size:.8rem;line-height:normal}.order_page .table_body .product_box .price_body{width:35%}.order_page .table_body .product_box .quantity_body{width:25%}.order_page .table_body .product_box .quantity_body .quantity_box{width:100%}.order_page .table_body .product_box .action_btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;display:none}.order_page .table_body .product_box .action_btn .view_btn{height:100%;width:calc(33.3% - 3px);text-align:center}.order_page .mobileOrderCards{display:flex;flex-direction:column;gap:20px}.order_page .mobileOrderCards .mobileOrderCard{width:100%;display:flex;flex-direction:column;gap:10px;padding:10px;box-shadow:#0000000d 0 0 0 1px,#d1d5db 0 0 0 1px inset;border-radius:10px}.order_page .mobileOrderCards .mobileOrderCard .mobileOrderBox{width:100%;display:flex;align-items:center;justify-content:space-between}.order_page .mobileOrderCards .mobileOrderCard .action_btn{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:15px}.order_page .mobileOrderCards .mobileOrderCard .action_btn .view_btn{width:calc(33.3% - 5px);font-size:14px;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#000;color:#fff;height:40px;border-radius:7px}.order_page .viewPopup{padding:3%}.order_page .viewPopup .wrapper{width:100%;margin-top:-60px}}.main{background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:center;gap:15px;padding:10px;border-radius:10px}.main .bottom{box-shadow:#00000029 0 1px 4px;width:100%;padding:10px;border-radius:10px;display:flex;justify-content:space-between}.main .bottom .bottom_box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.main .top{width:100%;box-shadow:#00000029 0 1px 4px;padding:10px;display:flex;align-items:center;justify-content:space-between;border-radius:10px}.main .top .top_left{display:flex;flex-direction:column;gap:7px}.main .top .top_left .top_content{display:flex;flex-direction:column;gap:5px}.main .top .top_right{display:flex;flex-direction:column;gap:7px}.main .top .top_right .right_content{display:flex;flex-direction:column;gap:5px}@media screen and (max-width: 600px){.main{width:100%;padding:5% 3%;display:flex;flex-direction:column;gap:15px;border-radius:10px}.main .top{display:flex;flex-direction:column;align-items:flex-start;gap:10px;box-shadow:#00000029 0 1px 4px;padding:10px;border-radius:10px;width:100%}.main .top .top_left{display:flex;flex-direction:column;gap:7px}.main .top .top_left .top_content{display:flex;flex-direction:column;gap:2px}.main .top .top_right{display:flex;flex-direction:column;gap:7px}.main .top .top_right .right_content{display:flex;flex-direction:column;gap:2px}.main .bottom{width:100%;background-color:#fff;box-shadow:#00000029 0 1px 4px;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:5px}.main .bottom .bottom_box{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px}}.wishlist_page{display:flex;flex-direction:column;padding:10rem 2rem}.wishlist_page .heading{width:100%}.wishlist_page .heading h1{font-size:3rem;margin-bottom:1rem}.wishlist_page .product_container{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:20px}.wishlist_page .product_container .card_product{width:calc(25% - 15px);display:flex;flex-direction:column;align-items:center;padding:0rem;cursor:pointer;border:1px solid rgba(0,0,0,.1254901961);border-radius:.5rem;transition:.3s ease all;overflow:hidden;position:relative;margin-bottom:1rem}.wishlist_page .product_container .card_product:hover{transform:translateY(0);box-shadow:#0000 0 4px 12px}.wishlist_page .product_container .card_product .img_box{width:100%;height:20vw;overflow:hidden;display:flex;align-items:center;justify-content:center}.wishlist_page .product_container .card_product .img_box img{object-fit:cover;object-position:center}.wishlist_page .product_container .card_product .details_box{width:100%;display:flex;flex-direction:column;padding:.5rem}.wishlist_page .product_container .card_product .details_box .top_box{width:100%;display:flex}.wishlist_page .product_container .card_product .details_box .top_box h3{width:100%;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wishlist_page .product_container .card_product .details_box .top_box .rating_box{background-color:#d9d9d9;font-size:.7rem;display:flex;justify-content:center;align-items:center;font-weight:600;padding:.15rem .25rem;border-radius:.2rem}.wishlist_page .product_container .card_product .details_box .top_box .rating_box img{width:.5rem;margin-right:.2rem}.wishlist_page .product_container .card_product .details_box .mid_box{width:100%;display:flex;margin:.7rem 0;font-size:.85rem}.wishlist_page .product_container .card_product .details_box .mid_box .price{font-weight:600}.wishlist_page .product_container .card_product .details_box .mid_box .old_price{font-weight:500;color:#686868;font-size:.75rem;text-decoration:line-through;margin:0 .5rem}.wishlist_page .product_container .card_product .details_box .mid_box .discount{font-weight:500}.wishlist_page .product_container .card_product .details_box .instock{font-weight:500;color:#686868;font-size:.75rem;margin:0 0 .5rem}.wishlist_page .product_container .card_product .details_box .buttons_cont{width:100%;display:flex;justify-content:space-between}.wishlist_page .product_container .card_product .details_box .buttons_cont .add_btn{width:58%;background-color:var(--black);color:#d9d9d9;padding:1rem .5rem;border-radius:.4rem;display:flex;align-items:center;justify-content:center;font-size:.85rem;line-height:0}.wishlist_page .product_container .card_product .details_box .buttons_cont .add_btn:hover{color:#fff}.wishlist_page .product_container .card_product .details_box .buttons_cont .to_cart{width:40%;border:2px solid #000;background-color:#fff;color:#000000df}.wishlist_page .product_container .card_product .details_box .buttons_cont .to_cart:hover{color:#000}.wishlist_page .product_container .card_product .absolute_box{width:100%;display:flex;justify-content:space-between;align-items:center;position:absolute;top:0;padding:.5rem}.wishlist_page .product_container .card_product .absolute_box .rating_box{height:1rem;display:flex;align-items:center;box-shadow:0 0 3px #00000080;background-color:#fff;font-size:.65rem;border-radius:.25rem;padding:0 .25rem;line-height:0}.wishlist_page .product_container .card_product .absolute_box .rating_box img{width:.5rem;margin-right:.25rem}.wishlist_page .product_container .card_product .absolute_box .wishlist_box{background-color:#fff;box-shadow:0 0 3px #000;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;justify-content:center;align-items:center}.wishlist_page .product_container .card_product .absolute_box .wishlist_box img{width:80%}.wishlist_page .product_container body{background-color:#eee;font-family:Calibri,sans-serif!important}.wishlist_page .product_container .mt-100{margin-top:100px;margin-left:35%}.wishlist_page .product_container .card{margin-bottom:30px;border:0;transition:all .3s ease;letter-spacing:.5px;border-radius:8px;box-shadow:1px 5px 24px #4466f20d}.wishlist_page .product_container .card .card-header{background-color:#fff;border-bottom:none;padding:24px;border-bottom:1px solid #f6f7fb;border-top-left-radius:8px;border-top-right-radius:8px}.wishlist_page .product_container .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.wishlist_page .product_container .card .card-body{padding:30px;background-color:transparent}.wishlist_page .product_container .btn-primary,.wishlist_page .product_container .btn-primary.disabled,.wishlist_page .product_container .btn-primary:disabled{background-color:#000!important;border-color:#435bff!important;color:#fff}.wishlist_page .product_container .empty-cart-cls{text-align:center}.wishlist_page .product_container .empty-cart-cls img{width:130px;height:130px;margin-bottom:20px}.wishlist_page .product_container .empty-cart-cls h3{font-size:24px;font-weight:700;margin-bottom:10px}.wishlist_page .product_container .empty-cart-cls h4{font-size:18px;margin-bottom:20px}.wishlist_page .product_container .cart-btn-transform{border-radius:25px;padding:10px 20px}@media only screen and (max-width: 600px){.wishlist_page{padding:4.5rem .5rem 0rem}.wishlist_page .heading h1{font-size:1.5rem;margin-bottom:.5rem}.wishlist_page .product_container .card_product{width:calc(50% - 10px)}.wishlist_page .product_container .card_product .img_box{height:44vw}.wishlist_page .product_container .card_product .details_box .buttons_cont .add_btn{padding:.8rem .5rem;font-size:.75rem}}.checkout_page{display:flex;flex-direction:column;padding:10rem 2rem}.checkout_page .heading{width:100%}.checkout_page .heading h1{font-size:2rem;margin-bottom:1rem}.checkout_page .details_box{width:100%;display:flex;justify-content:space-between}.checkout_page .details_box .inner_box{border:2px solid rgba(0,0,0,.062745098);box-shadow:#0000001a 0 4px 6px -1px,#0000000f 0 2px 4px -1px;border-radius:.7rem;width:48%;padding:1rem}.checkout_page .details_box .inner_box h3{width:100%;font-size:1.1rem;color:#000000af;margin-bottom:.6rem}.checkout_page .details_box .inner_box .form_box{width:100%;display:flex;flex-direction:column;margin:.5rem 0}.checkout_page .details_box .inner_box .form_box .full_box{width:100%;display:flex;justify-content:space-between}.checkout_page .details_box .inner_box .form_box .full_box .half_cont{width:49%}.checkout_page .details_box .inner_box .form_box .full_box .half_cont input{width:100%}.checkout_page .details_box .inner_box .form_box .three_child .half_cont{width:32%}.checkout_page .details_box .inner_box .form_box label{font-size:.8rem}.checkout_page .details_box .inner_box .form_box input{font-size:1rem;padding:.5rem 1rem;margin:.25rem 0 .5rem;border-radius:.4rem;border:2px solid rgba(0,0,0,.1882352941)}.checkout_page .details_box .inner_box .form_box input::placeholder{font-size:.9rem;color:#00000060}.checkout_page .details_box .inner_box .form_box .error_msg{color:red;font-size:.7rem;font-weight:600;margin-top:-.4rem;margin-bottom:.6rem}.checkout_page .details_box .inner_box .form_box .auth_btn{background-color:var(--black);width:100%;display:flex;justify-content:center;align-items:center;font-size:.85rem;color:#ffffffbf;border-radius:.5rem;opacity:.7;cursor:pointer;padding:.6rem 0;font-family:Inter;transition:.3s ease all}.checkout_page .details_box .inner_box .form_box .auth_btn:hover{opacity:1;color:#fff}.checkout_page .details_box .inner_box .form_box .btn_row{display:flex;gap:10px}.checkout_page .details_box .inner_box .address_card{width:48%;padding:.5rem;border-radius:.5rem;margin-bottom:.7rem;box-shadow:#0000000d 0 0 0 1px;cursor:pointer}.checkout_page .details_box .inner_box .address_card h5{font-size:.8rem;display:flex;justify-content:space-between;margin-bottom:1rem}.checkout_page .details_box .inner_box .address_card h5 .mob_no{font-size:.75rem;color:#00000070}.checkout_page .details_box .inner_box .address_card p{font-size:1rem;color:#00000090}.checkout_page .details_box .inner_box .selected{border:2px solid rgba(0,0,0,.7490196078)}.checkout_page .details_box .address_box{height:23rem;overflow-y:auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;position:relative}.checkout_page .details_box .address_box::-webkit-scrollbar{width:3px}.checkout_page .details_box .address_box::-webkit-scrollbar-thumb{background-color:#00000030}.checkout_page .details_box .address_box .button_cont{width:50%;background-color:#fff;padding:.5rem 0 1rem;display:flex;justify-content:center}.checkout_page .details_box .address_box .button_cont .add_address_btn{background-color:#00000030;width:100%;display:flex;justify-content:center;align-items:center;font-size:.85rem;color:#000;border-radius:.5rem;font-weight:800;opacity:.7;cursor:pointer;padding:.6rem 0;transition:.3s ease all}.checkout_page .details_box .address_box .button_cont .add_address_btn:hover{opacity:1}.checkout_page .details_box .add_address_modal{border:3px solid rgba(0,0,0,.3764705882);background-color:#fff}.checkout_page .details_box .payments_box{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:space-between}.checkout_page .details_box .payments_box h3{width:100%}.checkout_page .details_box .payments_box .payment_methods{border-right:2px solid rgba(0,0,0,.1254901961);display:flex;flex-direction:column;width:50%}.checkout_page .details_box .payments_box .payment_methods .method_box{border:2px solid rgba(0,0,0,.1882352941);width:80%;display:flex;border-radius:.5rem;align-items:center;padding:.5rem;cursor:pointer;margin-bottom:1rem}.checkout_page .details_box .payments_box .payment_methods .method_box:hover{border:2px solid rgba(0,0,0,.3764705882)}.checkout_page .details_box .payments_box .payment_methods .method_box img{width:20%;margin:.5rem}.checkout_page .details_box .payments_box .payment_methods .selected,.checkout_page .details_box .payments_box .payment_methods .selected:hover{border:2px solid #000000}.checkout_page .details_box .payments_box .order_check{width:45%;display:flex;flex-direction:column}.checkout_page .details_box .payments_box .order_check .box_one{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.5rem}.checkout_page .details_box .payments_box .order_check .box_one h4{width:40%;font-size:.9rem;color:#00000080;font-weight:600}.checkout_page .details_box .payments_box .order_check .box_one h2{width:60%;text-align:right;font-size:1rem;color:#000000bf;font-weight:600}.checkout_page .details_box .payments_box .order_check .box_one .coupon_box{display:flex;flex-wrap:wrap;justify-content:space-between;text-align:center;width:100%}.checkout_page .details_box .payments_box .order_check .box_one .coupon_box input{width:70%;padding:.25rem .5rem;border-radius:.25rem}.checkout_page .details_box .payments_box .order_check .box_one .coupon_box .coupon_btn{width:25%;background-color:#fff;cursor:pointer;border-radius:.25rem;font-size:.65rem;font-weight:600;transition:.3s ease all}.checkout_page .details_box .payments_box .order_check .box_one .coupon_box .coupon_btn:hover{background-color:#000;color:#fff}.checkout_page .details_box .payments_box .order_check .box_one .coupon_box span{width:100%;font-size:.65rem;font-weight:600;margin-top:.5rem;opacity:.8;cursor:pointer}.checkout_page .details_box .payments_box .order_check .box_one .coupon_box span:hover{opacity:1}.checkout_page .details_box .payments_box .order_check .box_two{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-top:2px solid rgba(0,0,0,.1882352941)}.checkout_page .details_box .payments_box .order_check .box_two h4{width:40%;font-size:1.1rem;color:#000;font-weight:600}.checkout_page .details_box .payments_box .order_check .box_two h2{width:60%;text-align:right;font-size:1.3rem;color:#000;font-weight:600}.checkout_page .details_box .payments_box .button_cont{width:100%;display:flex;justify-content:center;margin-top:2rem}.checkout_page .details_box .payments_box .button_cont .confirm_btn{background-color:var(--black);width:50%;display:flex;justify-content:center;align-items:center;font-size:1rem;color:#fff;border-radius:.5rem;opacity:.9;cursor:pointer;padding:1rem 0;margin:1rem 0;-webkit-user-select:none;user-select:none}.checkout_page .details_box .payments_box .button_cont .confirm_btn:hover{opacity:1}.otp1_modal{background-color:#fff;width:30%;border:1px solid rgba(0,0,0,.2509803922);border-radius:.4rem;display:flex;flex-direction:column;padding:1rem;position:relative}.otp1_modal .closeicon{position:absolute;width:30px;right:10px;top:10px;cursor:pointer}.otp1_modal h1{font-size:1.2rem;font-weight:700}.otp1_modal h5{font-size:.85rem;font-weight:400;margin:1rem 0 .4rem}.otp1_modal input{border:2px solid rgba(0,0,0,.3137254902);width:100%;padding:.8rem 1rem;border-radius:.3rem;font-size:1rem}.otp1_modal input:focus-visible{outline:none;border:2px solid rgba(0,0,0,.7490196078)}.otp1_modal .submit_btn{width:100%;background-color:#000;color:#fff;margin:1rem 0;padding:.8rem 1rem;border-radius:.3rem;border:1px solid rgba(0,0,0,.7490196078);opacity:.8;font-size:1rem;text-align:center}.otp1_modal .submit_btn:hover{opacity:1}.otp1_modal span{font-size:.85rem;font-weight:500;color:#0006}.otp1_modal span a{color:#0006;font-weight:800;cursor:not-allowed}.otp1_modal span .active_resend{color:#000000b3;cursor:pointer}.otp1_modal span .active_resend:hover{color:#000000e6}.otp1_modal .lower_sec .submit_btn{width:100%;background-color:#000;color:#fff;margin:1rem 0;padding:.8rem 1rem;border-radius:.3rem;border:1px solid rgba(0,0,0,.7490196078);opacity:.8;font-size:1rem;text-align:center}.otp1_modal .lower_sec .submit_btn:hover{opacity:1}.coupons_modal_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:100;display:flex;justify-content:center;align-items:center}.coupons_modal_overlay .modal_box{background-color:#fff;position:relative;width:50%;height:25rem;padding:1.5rem;border-radius:.7rem;display:grid;overflow-y:auto;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.coupons_modal_overlay .modal_box::-webkit-scrollbar{width:5px}.coupons_modal_overlay .modal_box::-webkit-scrollbar-thumb{width:5px;background-color:#0000008c;border-radius:8px}.coupons_modal_overlay .modal_box .coupon_card{border:2px solid transparent;padding:.7rem;border-radius:.5rem;box-shadow:#63636333 0 2px 8px;position:relative;height:10rem}.coupons_modal_overlay .modal_box .coupon_card svg{width:6rem;fill:#0000000d;position:absolute;top:4.5rem;right:0rem}.coupons_modal_overlay .modal_box .coupon_card:hover{border:2px solid #000}.coupons_modal_overlay .modal_box .coupon_card .code{width:100%;font-size:1.5rem;display:flex;justify-content:center}.coupons_modal_overlay .modal_box .coupon_card .desc{width:100%;font-size:.8rem;margin:.5rem 0;line-height:1.3;color:#00000070}.coupons_modal_overlay .modal_box .coupon_card .due_date{font-size:.75rem;color:#00000080;font-weight:600}.coupons_modal_overlay .modal_box .coupon_card .btn{width:100%;display:flex;justify-content:center;margin-top:.75rem;font-size:.9rem;font-weight:600;cursor:pointer;opacity:.7}.coupons_modal_overlay .modal_box .coupon_card .btn:hover{opacity:1}.coupons_modal_overlay .modal_box body{margin:0;font-family:Arial,sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;background-color:#000;color:#fff}.coupons_modal_overlay .no_product{text-align:center;background-color:#222;padding:30px;border-radius:10px;box-shadow:0 0 10px #ffffff1a;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute}.coupons_modal_overlay h1{color:#fff;margin-bottom:10px}.coupons_modal_overlay p{color:#ddd;font-size:18px;margin-bottom:20px}.coupons_modal_overlay button{background-color:#444;color:#fff;border:none;padding:10px 20px;font-size:16px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.coupons_modal_overlay button:hover{background-color:#666}@media only screen and (max-width: 600px){.checkout_page{padding:4.5rem .5rem}.checkout_page .heading h1{font-size:1.5rem}.checkout_page .details_box{flex-direction:column}.checkout_page .details_box .inner_box{width:100%}.checkout_page .details_box .address_box{height:27rem;margin-bottom:2rem}.checkout_page .details_box .payments_box{flex-direction:column}.checkout_page .details_box .payments_box .payment_methods{border-right:0;width:100%;order:2}.checkout_page .details_box .payments_box .payment_methods .method_box{width:100%}.checkout_page .details_box .payments_box .payment_methods .method_box img{width:15%}.checkout_page .details_box .payments_box .payment_methods .method_box h4{font-size:1.2rem}.checkout_page .details_box .payments_box .order_check{width:100%;order:1}.checkout_page .details_box .payments_box .button_cont{order:3;margin-top:0rem}.checkout_page .details_box .payments_box .button_cont .confirm_btn{width:100%}.coupons_modal_overlay .modal_box{width:95%;height:70vh;grid-template-columns:1fr}.otp1_modal{width:90%}}.faq_page{display:flex;flex-direction:column;padding:10rem 2rem}.faq_page .heading{width:100%}.faq_page .heading h1{font-size:3rem;margin-bottom:1rem}.faq_page .para_box{font-size:1rem;font-weight:400;line-height:normal;color:#000000bf}.faq_page .main_container{width:100%;display:flex;justify-content:space-between;margin:2rem 0;padding:0}.faq_page .main_container .faq_container{width:75%;display:flex;flex-direction:column;padding:.5rem}.faq_page .main_container .faq_container .accordion_box{width:100%;margin-bottom:1rem;border-radius:.35rem;display:flex;flex-direction:column;cursor:pointer}.faq_page .main_container .faq_container .accordion_box .question{width:100%;display:flex;align-items:center;padding:.5rem 1rem;transition:.3s ease all;background-color:#00000005;border-radius:.35rem;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px}.faq_page .main_container .faq_container .accordion_box .question:hover{transform:scale(1.005);box-shadow:#0000001a 0 6px 24px,#0000001a 0 0 0 1px}.faq_page .main_container .faq_container .accordion_box .question h2{width:95%;font-size:1.1rem;color:#000000bf}.faq_page .main_container .faq_container .accordion_box .question span{width:5%;display:flex;justify-content:center;font-size:1.5rem}.faq_page .main_container .faq_container .accordion_box .expanded{background-color:#00000010;box-shadow:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.faq_page .main_container .faq_container .accordion_box .expanded:hover{transform:scale(1);box-shadow:none}.faq_page .main_container .faq_container .accordion_box .content{width:100%;display:flex;align-items:center;padding:.5rem 1rem .8rem;font-size:1rem;font-weight:400;line-height:normal;background-color:#00000005;border-bottom-left-radius:.35rem;border-bottom-right-radius:.35rem}.faq_page .main_container .side_container{width:23%;display:flex;flex-direction:column}.faq_page .main_container .side_container h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.faq_page .main_container .side_container .card_blog{margin-bottom:1rem}@media only screen and (max-width: 600px){.faq_page{padding:4.5rem 1rem}.faq_page .heading h1{font-size:2rem;margin-bottom:1rem}.faq_page .section_heading{padding:.5rem}.faq_page .main_container{flex-direction:column;justify-content:flex-start}.faq_page .main_container .faq_container{width:100%;padding:0}.faq_page .main_container .faq_container .accordion_box .question h2{width:90%}.faq_page .main_container .faq_container .accordion_box .question span{width:10%}.faq_page .main_container .side_container{width:100%;padding:.5rem}}.contact_page{display:flex;flex-direction:column;padding:10rem 2rem}.contact_page .heading{width:100%}.contact_page .heading h1{font-size:3rem;margin-bottom:1rem}.contact_page .details_box{width:100%;display:flex;justify-content:space-between}.contact_page .details_box .inner_box{border-radius:.7rem;width:48%;padding:1rem}.contact_page .details_box .inner_box .title{font-size:1.5rem;margin-bottom:1rem}.contact_page .details_box .inner_box .para{font-size:1rem;line-height:normal;font-weight:400}.contact_page .details_box .inner_box .social_box{display:flex;margin-top:5rem}.contact_page .details_box .inner_box .social_box span{font-size:.8rem;margin-bottom:.5rem}.contact_page .details_box .inner_box .social_box .box{width:100%;display:flex;justify-content:center;align-items:center}.contact_page .details_box .inner_box .social_box .box a{width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;margin:0 .5rem}.contact_page .details_box .inner_box .social_box .box a:hover img{transform:translateY(-.25rem)}.contact_page .details_box .inner_box .social_box .box a img{width:100%;transition:.3s ease transform}.contact_page .details_box .add_address_modal{border:2px solid rgba(0,0,0,.062745098);box-shadow:#0000001a 0 4px 6px -1px,#0000000f 0 2px 4px -1px;border-radius:.7rem;width:48%;padding:1rem;background-color:#fff}.contact_page .details_box .add_address_modal h3{font-size:1.1rem;color:#000000af;text-align:center}.contact_page .details_box .add_address_modal .form_box{width:100%;display:flex;flex-direction:column;margin:.5rem 0}.contact_page .details_box .add_address_modal .form_box .full_box{width:100%;display:flex;justify-content:space-between}.contact_page .details_box .add_address_modal .form_box .full_box .half_cont{width:49%}.contact_page .details_box .add_address_modal .form_box .full_box .half_cont input{width:100%}.contact_page .details_box .add_address_modal .form_box .three_child .half_cont{width:32%}.contact_page .details_box .add_address_modal .form_box label{font-size:.8rem}.contact_page .details_box .add_address_modal .form_box input,.contact_page .details_box .add_address_modal .form_box textarea{font-size:1rem;padding:.5rem 1rem;margin:.25rem 0 .5rem;border-radius:.4rem;border:2px solid rgba(0,0,0,.1882352941)}.contact_page .details_box .add_address_modal .form_box input::placeholder,.contact_page .details_box .add_address_modal .form_box textarea::placeholder{font-size:.9rem;color:#00000060}.contact_page .details_box .add_address_modal .form_box .error_msg{color:red;font-size:.7rem;font-weight:600;margin-top:-.4rem;margin-bottom:.8rem}.contact_page .details_box .add_address_modal .form_box .auth_btn{background-color:var(--black);width:50%;margin:1rem auto 0;display:flex;justify-content:center;align-items:center;font-size:.85rem;color:#ffffffbf;border-radius:.5rem;opacity:.7;cursor:pointer;padding:.6rem 0;font-family:Inter;transition:.3s ease all}.contact_page .details_box .add_address_modal .form_box .auth_btn:hover{opacity:1;color:#fff}.contact_page .details_box .add_address_modal .address_card{width:48%;padding:.5rem;border-radius:.5rem;margin-bottom:.7rem;box-shadow:#0000000d 0 0 0 1px;cursor:pointer}.contact_page .details_box .add_address_modal .address_card h5{font-size:.8rem;display:flex;justify-content:space-between;margin-bottom:1rem}.contact_page .details_box .add_address_modal .address_card h5 .make_default{font-size:.7rem;color:#00000060;cursor:pointer}.contact_page .details_box .add_address_modal .address_card h5 .make_default:hover{color:#000000bf}.contact_page .details_box .add_address_modal .address_card p{font-size:1rem;color:#00000090}.contact_page .details_box .add_address_modal .default{border:2px solid rgba(0,0,0,.5019607843)}@media only screen and (max-width: 600px){.contact_page{padding:4.5rem .5rem}.contact_page .heading h1{font-size:1.5rem}.contact_page .details_box{flex-direction:column}.contact_page .details_box .inner_box{width:100%}.contact_page .details_box .add_address_modal{width:100%;margin-top:5rem}.contact_page .details_box .add_address_modal .form_box .full_box{flex-direction:column}.contact_page .details_box .add_address_modal .form_box .full_box .half_cont{width:100%}}.refund_page{display:flex;flex-direction:column;padding-top:10vw;padding-bottom:5vw}.refund_page h1{text-align:center;font-size:3rem;margin-bottom:2vw}.refund_page .text_box{display:flex;flex-direction:column;padding:0 2rem}.refund_page .text_box h2{font-size:1.1rem;font-weight:700}.refund_page .text_box p{margin:.5rem 0 2rem;font-size:1.2rem;font-weight:400;line-height:1.5;color:#000}@media only screen and (max-width: 600px){.terms_page{padding-top:25vw}}.payment-status-container{display:flex;justify-content:center;align-items:center;height:100vh;position:fixed;width:100vw;z-index:100;background-color:#dce2de}.payment-status-message{text-align:center;padding:20px;border-radius:5px;box-shadow:0 0 10px #0000001a;width:400px}.payment-status-message h1{margin-top:0;color:#333;font-size:24px}.payment-status-message p{margin:10px 0;color:#555}.payment-status-message.success{background-color:#d4edda;border:1px solid #c3e6cb}.payment-status-message.failure{background-color:#f8d7da;border:1px solid #f5c6cb}.payment-status-message p:last-child{margin-bottom:0}@media only screen and (max-width: 600px){.payment-status-container{top:0;z-index:1000}.payment-status-message{width:80%}}*{padding:0;margin:0;box-sizing:border-box}.container{max-width:1600px;margin:0 auto;padding-top:8vw}.container .main{padding:5%;display:flex;flex-direction:column;gap:10px;align-items:flex-start;width:100%;font-family:Inter}.container .main .wallet_box{box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;padding:20px;border-radius:7px;width:100%}.container .main .wallet_box .wallet_box_details{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:2px solid #929292;border-radius:0}.container .main .wallet_box .wallet_box_details h3{width:33.3%;display:flex;align-items:center;justify-content:center}.container .main .wallet_box .row{display:flex;width:100%;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:2px solid #929292;border-radius:0}.container .main .wallet_box .row h4,.container .main .wallet_box .row p,.container .main .wallet_box .row span{width:33.3%;display:flex;align-items:center;justify-content:center}.container .main .wallet_box .row p,.container .main .wallet_box .row span{font-weight:500}.container .main .wallet_box .row .add{color:green}.container .main .wallet_box .row .sub{color:red}.container .main .wallet_box .row .pending{color:#929292}.container .main .wallet_box .row:last-child{border:none}@media screen and (max-width: 768px){.wallet_box_details h3,.row p{font-size:14px}}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:1;font-weight:500;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--black: #000000;--gradientBlack: linear-gradient(98.37deg, rgba(0,0,0,.92) .99%, rgba(0,0,0,1) 50%);--black2: #041226;--black3: #020c1b;--white: #ffffff;--black-lighter: #1c4b91;--black-light: #173d77;--dark: #04152d;--pink: #da2f68;--orange: #f89e00;--gradient: linear-gradient(98.37deg, #f89e00 .99%, #da2f68 100%)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--white)}section{padding:0 2vw}li{list-style-type:none}a{text-decoration:none}.blank{margin:5vw 0}.spinhide{display:none}.spin{position:fixed;height:100%;top:0;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;display:flex;justify-content:center;align-items:center}.spin .middle-con{width:7%}.loader{--hue: 210;--size: 100px;--border: 10px;--speed: 1s;--blur: var(--border)}.loader{width:var(--border);aspect-ratio:1;background:#777;border-radius:50%;position:absolute;--y: calc((var(--size) * -.5) + (var(--border) * .5));transform:rotate(0) translateY(var(--y));animation:spin var(--speed) infinite linear}.loader:before{content:"";position:absolute;inset:calc(var(--border) * -.5);border-radius:50%;background:#fff;filter:blur(var(--blur));z-index:-1}.loader:after{content:"";width:var(--size);aspect-ratio:1;position:absolute;top:0%;left:50%;translate:-50% 0;background:conic-gradient(rgb(134,134,134),hsl(var(--hue),100%,70%),hsl(var(--hue),100%,10%),transparent 65%);border-radius:50%;mask:radial-gradient(transparent calc(var(--size) * .5 - var(--border) - 1px),white calc(var(--size) * .5 - var(--border)))}@keyframes spin{to{transform:rotate(-360deg) translateY(var(--y))}}
