@import"https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{border:1px solid transparent;border-radius:5px;box-shadow:violet;overflow:hidden}.product{width:100%}.product h1{padding-bottom:10px}.product .form{display:flex;flex-direction:column;gap:5px;width:100%}.product .form input{width:100%;padding:5px 8px;outline:none;font-size:15px;border:1px solid rgba(0,0,0,.2)}.product .form input:active{border:1px solid #8e2de2}.product .form select{border:1px solid rgba(0,0,0,.2);outline:none;padding:5px 8px;cursor:pointer}.product .form select:active{border:1px solid #8e2de2}.product .form button{width:100%;padding:10px 20px;background-image:linear-gradient(to left,#8e2de2,#4a00e0);color:#fff;border:none;font-size:15px;text-transform:uppercase;cursor:pointer}.product .form button:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.product .form .group{display:flex;flex-direction:column;gap:10px;border:1px solid #8e2de2;padding:10px}.product .form .group .progress{display:flex;flex-direction:column;background-color:#cfcccc}.product .form .group .progress .progress-bar{display:flex;flex-direction:column;background-color:#8e2de2;padding:5px 10px;color:#fff}.wrapper{position:fixed;width:100vw;height:100vh;background-color:#000000b3;z-index:9}.wrapper .loader{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:999}.wrapper .loader img{display:flex;justify-content:center;align-items:center;width:70px}@media only screen and (min-width: 768px){.wrapper .loader img{width:100px}}.order-status .order-status-form{display:flex;flex-direction:column;gap:10px}.order-status .order-status-form .order-status-option select{border:1px solid #8e2de2;outline:none;padding:3px 5px}.order-status .order-status-form .order-status-btn button{background-image:linear-gradient(to left,#8e2de2,#4a00e0);border-bottom:3px solid #6516aa;color:#fff;border:none;padding:10px 12px;font-size:15px;text-transform:uppercase;cursor:pointer}.order-status .order-status-form .order-status-btn button:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.chart{width:100%;max-width:500px}.info-box-container{display:flex;gap:10px}.info-box-container .info-box-cart{width:200px;background-color:#d3d3d3;padding:10px 8px}.info-box-container .info-box-cart .info-box-title{font-size:20px;text-transform:uppercase;margin-bottom:10px}.info-box-container .info-box-cart .info-box-desc{display:flex;flex-direction:row;justify-content:space-between}.admin-home-container{display:flex;flex-direction:column;gap:10px}.admin-home-container .all-info-box{display:flex;flex-direction:row;gap:10px}.navbar{display:flex;flex-direction:column;min-height:80vh;width:fit-content}.navbar .user{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;background-color:#8e2de2;padding:20px 10px;color:#fff}.navbar .user .user-logo{size:50px}.navbar nav{width:fit-content}.navbar nav ul{list-style:none;display:flex;flex-direction:column}.navbar nav ul li{border-bottom:2px solid black;padding:10px;position:relative}.navbar nav ul li a{text-decoration:none;font-size:20px}.navbar nav ul li a.active:before{content:"";position:absolute;right:0;top:0;width:5px;height:100%;background-color:#8e2de2}.all-order-details-container{padding:10px}.all-order-details-container .backToOrders{display:flex;flex-direction:row;align-items:center;background:none;border:none;margin-top:5px;margin-bottom:5px;cursor:pointer;font-size:15px}.all-order-details-container .order-details-main .order-status .pending{color:red;font-weight:500}.all-order-details-container .order-details-main .order-status .delivered{color:green;font-weight:500}.all-order-details-container .order-item{display:flex;flex-direction:row;align-items:center;gap:10px;background-color:#fff9f9;padding:10px}.all-order-details-container .order-item .order-img{background-color:#0000000d;width:60px;height:60px}.all-order-details-container .order-item .order-img img{width:100%}.all-order-details-container .order-item .order-desc .review-button button{background-color:#8e2de2;color:#fff;border:none;padding:7px 5px;font-size:12px;text-transform:uppercase;cursor:pointer}.all-order-details-container .order-item .order-desc .review-button button:hover{background-color:#944bd4;transition:ease-in-out}.all-order-container{padding:10px;width:100%;overflow-x:auto}.all-order-container h2{padding-bottom:10px}.all-order-container table{border-collapse:collapse;width:100%;font-size:1.4rem;border:2px solid black}.all-order-container table thead{border-top:2px solid black;border-bottom:2px solid black;border:2px solid black}.all-order-container table thead tr th{border:1px solid black;vertical-align:top;text-align:left;padding:8px}.all-order-container table tbody tr{border-bottom:1px solid black}.all-order-container table tbody tr:nth-child(even){background-color:#eee}.all-order-container table tbody tr td{vertical-align:top;text-align:left;padding:8px;border:1px solid black;cursor:pointer}.all-order-container table tbody tr .pending{color:red;font-weight:500}.all-order-container table tbody tr .delivered{color:green;font-weight:500}.table{padding:5px;width:100%;overflow-x:auto}.table h2{padding-bottom:10px}.table .admin-search{width:100%;max-width:300px;display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.table table{border-collapse:collapse;width:100%;font-size:1.4rem;border:2px solid black}.table table thead{border-top:2px solid black;border-bottom:2px solid black;border:2px solid black}.table table th{border:1px solid black}.table table th,.table table td{vertical-align:top;text-align:left;padding:8px;border:1px solid black}.table table th.icons>*,.table table td.icons>*{margin-right:5px;cursor:pointer}.table table tr{border-bottom:1px solid black}.table table tr:nth-child(even){background-color:#eee}.hero-banner{z-index:1;padding:40px 0;position:relative;background-image:linear-gradient(to right,#8e2de2,#4a00e0)}@media only screen and (min-width: 768px){.hero-banner{height:calc(100vh - 80px)}}.hero-banner .content{height:100%;display:flex;justify-content:flex-end;align-items:center;flex-direction:column-reverse;max-width:calc(100% - 20px);margin:0 auto;position:relative}@media only screen and (min-width: 768px){.hero-banner .content{flex-direction:row;max-width:1200px}}.hero-banner .content .banner-img{position:relative;z-index:9;width:200px;margin-bottom:20px}@media only screen and (min-width: 768px){.hero-banner .content .banner-img{width:440px;margin-right:60px;margin-top:0;margin-bottom:0}}@media only screen and (min-width: 1536px){.hero-banner .content .banner-img{width:600px;margin-right:0;margin-top:0;margin-bottom:0}}.hero-banner .content .text-content{color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}@media only screen and (min-width: 768px){.hero-banner .content .text-content{position:absolute;left:50px;top:50%;transform:translateY(-50%)}}@media only screen and (min-width: 1536px){.hero-banner .content .text-content{left:0}}.hero-banner .content .text-content h1{font-size:80px;font-weight:700;line-height:1;margin-bottom:20px}@media only screen and (min-width: 768px){.hero-banner .content .text-content h1{font-size:180px}}.hero-banner .content .text-content p{max-width:300px;font-size:14px;line-height:20px;margin-bottom:20px}@media only screen and (min-width: 768px){.hero-banner .content .text-content p{max-width:500px;font-size:18px;line-height:24px;margin-bottom:40px}}.hero-banner .content .text-content .ctas{display:flex;justify-content:center;gap:20px}.hero-banner .content .text-content .ctas .banner-cta{text-transform:uppercase;font-size:13px;font-weight:500;border:2px solid white;padding:10px 20px;cursor:pointer}.hero-banner .content .text-content .ctas .banner-cta.v2{background-color:#fff;color:#000}.hero-banner .content .text-content .ctas .banner-cta:hover{opacity:.6}.checkoutSummary .checkoutSummary-details .summary{overflow:hidden;position:relative;display:flex;flex-direction:column;gap:2px}.checkoutSummary .checkoutSummary-details .summary .subtotal{display:flex;flex-direction:row;justify-content:space-between}@media only screen and (min-width: 768px){.checkoutSummary .checkoutSummary-details .summary .subtotal{justify-content:unset;gap:10px}}.checkoutSummary .checkoutSummary-details .summary .singel-product{border:2px solid rgb(161,161,161);padding:5px 8px}.checkoutSummary .checkoutSummary-details .summary .singel-product .product-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.checkoutSummary .checkoutSummary-details .summary .singel-product .product-details{display:flex;flex-direction:row;gap:10px}.checkoutSummary .checkoutSummary-details .summary .singel-product .product-details .product-photo{background-color:#0000000d;width:60px;height:60px}.checkoutSummary .checkoutSummary-details .summary .singel-product .product-details .product-photo img{width:100%}.card-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px}.card-container .disclaimer{margin-bottom:5px;display:flex;flex-direction:column;justify-content:center;align-items:center}.card-container .disclaimer p span{font-weight:900}.card-container .card{width:300px;height:200px;color:#fff;cursor:pointer;perspective:1000px}.card-container .card .card-inner{width:100%;height:100%;position:relative;transition:transform 1s;transform-style:preserve-3d}.card-container .card .card-inner .front,.card-container .card .card-inner .back{width:100%;height:100%;background-image:linear-gradient(45deg,#0045c7,#ff2c7d);position:absolute;top:0;left:0;padding:20px 30px;border-radius:15px;overflow:hidden;z-index:1;backface-visibility:hidden}.card-container .card .card-inner .front .row,.card-container .card .card-inner .back .row{display:flex;align-items:center;justify-content:space-between}.card-container .card .card-inner .front .map-img,.card-container .card .card-inner .back .map-img{width:100%;position:absolute;top:0;left:0;opacity:.3;z-index:-1}.card-container .card .card-inner .front .chip-img,.card-container .card .card-inner .back .chip-img{width:40px}.card-container .card .card-inner .front .card-no,.card-container .card .card-inner .back .card-no{font-size:20px;margin-top:20px}.card-container .card .card-inner .front .card-holder,.card-container .card .card-inner .back .card-holder{font-size:12px;margin-top:20px}.card-container .card .card-inner .front .name,.card-container .card .card-inner .back .name{font-size:15px;margin-top:5px}.card-container .card .card-inner .front .bar,.card-container .card .card-inner .back .bar{background:#222;margin-left:-30px;margin-right:-30px;height:60px;margin-top:10px}.card-container .card .card-inner .front .card-cvv,.card-container .card .card-inner .back .card-cvv{margin-top:20px}.card-container .card .card-inner .front .card-cvv div,.card-container .card .card-inner .back .card-cvv div{flex:1}.card-container .card .card-inner .front .card-cvv img,.card-container .card .card-inner .back .card-cvv img{width:185px;height:35px;display:block;line-height:0}.card-container .card .card-inner .front .card-cvv-pattern,.card-container .card .card-inner .back .card-cvv-pattern{width:100%}.card-container .card .card-inner .front .card-cvv p,.card-container .card .card-inner .back .card-cvv p{background:#fff;color:#000;font-size:15px;font-weight:700;padding:5px 15px}.card-container .card .card-inner .front .card-text,.card-container .card .card-inner .back .card-text{margin-top:30px;font-size:14px}.card-container .card .card-inner .front .signature,.card-container .card .card-inner .back .signature{margin-top:30px}.card-container .card .card-inner .back{transform:rotateY(180deg)}.card-container .card:hover .card-inner{transform:rotateY(-180deg)}.checkout-container-main{padding:15px}.checkout-container-main h2{display:block;margin-bottom:15px;margin-top:-15px}@media only screen and (min-width: 768px){.checkout-container-main h2{display:flex;justify-content:center;align-items:center}}.checkout-container-main .checkout-container-display{display:flex;flex-direction:column}@media only screen and (min-width: 768px){.checkout-container-main .checkout-container-display{flex-direction:row;justify-content:space-around;gap:20px}}.checkout-container-main .checkout-container-display .checkout-form{margin:auto}.checkout-container-main .checkout-container-display .checkout-form .checkout-pay .checkout-pay-h3{margin-top:10px;margin-bottom:8px}@media only screen and (min-width: 768px){.checkout-container-main .checkout-container-display .checkout-form .checkout-pay .checkout-pay-h3{margin-top:0;font-size:25px}}.checkout-container-main .checkout-container-display .checkout-form .checkout-pay .paynow-button{margin-top:15px;width:100%;padding:10px 20px;background-image:linear-gradient(to left,#8e2de2,#4a00e0);color:#fff;border:none;font-size:15px;text-transform:uppercase;cursor:pointer;border-radius:5px}@media only screen and (min-width: 768px){.checkout-container-main .checkout-container-display .checkout-form .checkout-pay .paynow-button{width:350px;font-size:20px}}.checkout-container-main .checkout-container-display .checkout-form .checkout-pay .paynow-button:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}button:hover{filter:contrast(115%)}button:disabled{cursor:default}.spinner,.spinner:before,.spinner:after{border-radius:50%}.spinner{color:#fff;font-size:22px;text-indent:-99999px;margin:0 auto;position:relative;width:20px;height:20px;box-shadow:inset 0 0 0 2px;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.spinner:before,.spinner:after{position:absolute;content:""}.spinner:before{width:10.4px;height:20.4px;background:#5469d4;border-radius:20.4px 0 0 20.4px;top:-.2px;left:-.2px;-webkit-transform-origin:10.4px 10.2px;transform-origin:10.4px 10.2px;-webkit-animation:loading 2s infinite ease 1.5s;animation:loading 2s infinite ease 1.5s}.spinner:after{width:10.4px;height:10.2px;background-image:linear-gradient(to left,#8e2de2,#4a00e0);border-radius:0 10.2px 10.2px 0;top:-.1px;left:10.2px;-webkit-transform-origin:0px 10.2px;transform-origin:0px 10.2px;-webkit-animation:loading 2s infinite ease;animation:loading 2s infinite ease}@keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media only screen and (max-width: 600px){form{width:80vw;min-width:initial}}.footer{width:100%}.footer .footer-content{padding:50px 20px;max-width:1200px;margin:0 auto;display:flex;flex-flow:wrap;gap:20px}@media only screen and (min-width: 768px){.footer .footer-content{justify-content:space-between;padding:50px 0}}.footer .footer-content .col{max-width:300px}.footer .footer-content .col .title{margin-bottom:20px;font-size:20px}.footer .footer-content .col .text{color:#00000080;font-size:14px}.footer .footer-content .col .text.about-text{text-align:justify}.footer .footer-content .col .c-item{display:flex;margin-bottom:10px}.footer .footer-content .col .c-item svg{flex-shrink:0;font-size:14px;margin-right:10px;margin-top:4px;color:#00000080}.footer .footer-content .col span.text{display:block;margin-bottom:10px;cursor:pointer}.footer .bottom-bar{border-top:1px solid rgba(0,0,0,.1)}.footer .bottom-bar .bottom-bar-content{padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}@media only screen and (min-width: 768px){.footer .bottom-bar .bottom-bar-content{padding:0;height:60px;max-width:1200px;margin:0 auto;flex-direction:row;justify-content:space-between;text-align:left}}.footer .bottom-bar .bottom-bar-content .text{font-size:12px;color:#00000080}.section{height:80vh}.section .container{display:flex;flex-direction:column;margin-top:20px;padding-left:20px}.section .container .btn{width:fit-content;padding:10px 20px;background-color:#8e2de2;color:#fff;border:none;font-size:15px;text-transform:uppercase;cursor:pointer}.section .container .btn:hover{background-color:#944bd4;transition:ease-in-out}.main-header{width:100%;padding:0 20px;background-color:#212121;color:#fff;border-bottom:1px solid rgba(0,0,0,.1);z-index:99}@media only screen and (min-width: 768px){.main-header{padding:0 14px}}.main-header .header-content{display:flex;justify-content:space-between;align-items:center;height:50px;max-width:1200px;margin:0 auto}@media only screen and (min-width: 768px){.main-header .header-content{height:80px}}.main-header .header-content .left{list-style-type:none;display:none;gap:12px}@media only screen and (min-width: 768px){.main-header .header-content .left{display:flex}}.main-header .header-content .left li{font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer;display:flex;justify-content:center;align-items:center}.main-header .header-content .left li .admin-btn{text-transform:uppercase;padding:5px 7px;font-size:14px;font-weight:600;background-image:linear-gradient(to left,#8e2de2,#4a00e0);border:none;color:#fff;cursor:pointer}.main-header .header-content .left li .admin-btn:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.main-header .header-content .center{font-size:22px;font-weight:700;cursor:pointer}@media only screen and (min-width: 768px){.main-header .header-content .center{font-size:34px;position:absolute;left:50%;transform:translate(-50%)}}.main-header .header-content .right{display:flex;align-items:center;gap:15px}@media only screen and (min-width: 768px){.main-header .header-content .right{gap:20px}}.main-header .header-content .right svg{font-size:20px;cursor:pointer}@media only screen and (min-width: 768px){.main-header .header-content .right svg{font-size:24px}}.main-header .header-content .right .my-orders-icon-tooltip{position:relative}.main-header .header-content .right .my-orders-icon-tooltip .my-orders-icon{display:none}@media only screen and (min-width: 768px){.main-header .header-content .right .my-orders-icon-tooltip .my-orders-icon{display:block}}.main-header .header-content .right .my-orders-icon-tooltip .tooltip{display:none;position:absolute;top:25px;left:50%;transform:translate(-50%);background-color:#979797;color:#000;padding:2px 5px;border-radius:3px}.main-header .header-content .right .my-orders-icon-tooltip .my-orders-icon:hover+.tooltip{display:inline-block}.main-header .header-content .right .contact-icon-tooltip{position:relative}.main-header .header-content .right .contact-icon-tooltip .contact-icon{display:none}@media only screen and (min-width: 768px){.main-header .header-content .right .contact-icon-tooltip .contact-icon{display:block}}.main-header .header-content .right .contact-icon-tooltip .tooltip{display:none;position:absolute;top:25px;left:50%;transform:translate(-50%);background-color:#979797;color:#000;padding:2px 5px;border-radius:3px}.main-header .header-content .right .contact-icon-tooltip .contact-icon:hover+.tooltip{display:inline-block}.main-header .header-content .right .cart-icon-tooltip{position:relative}.main-header .header-content .right .cart-icon-tooltip .cart-icon-main{position:relative;top:2px}.main-header .header-content .right .cart-icon-tooltip .cart-icon-main .cart-no{min-width:20px;text-align:center;background-color:#8e2de2;padding:2.5px;position:absolute;top:-5px;right:-12px;font-size:12px;line-height:1;border-radius:10px;cursor:pointer}.main-header .header-content .right .cart-icon-tooltip .tooltip{display:none;position:absolute;top:27px;left:50%;transform:translate(-50%);background-color:#979797;color:#000;padding:2px 5px;border-radius:3px}.main-header .header-content .right .cart-icon-tooltip .cart-icon-main:hover+.tooltip{display:inline-block}.main-header .header-content .right .login-icon-tooltip{position:relative}.main-header .header-content .right .login-icon-tooltip .login-icon{display:none}@media only screen and (min-width: 768px){.main-header .header-content .right .login-icon-tooltip .login-icon{display:block}}.main-header .header-content .right .login-icon-tooltip .tooltip{display:none;position:absolute;top:25px;left:50%;transform:translate(-50%);background-color:#979797;color:#000;padding:2px 5px;border-radius:3px}.main-header .header-content .right .login-icon-tooltip .login-icon:hover+.tooltip{display:inline-block}.main-header .header-content .right .logout-icon-tooltip{position:relative}.main-header .header-content .right .logout-icon-tooltip .logout-icon{display:none}@media only screen and (min-width: 768px){.main-header .header-content .right .logout-icon-tooltip .logout-icon{display:block}}.main-header .header-content .right .logout-icon-tooltip .tooltip{display:none;position:absolute;top:25px;left:50%;transform:translate(-50%);background-color:#979797;color:#000;padding:2px 5px;border-radius:3px}.main-header .header-content .right .logout-icon-tooltip .logout-icon:hover+.tooltip{display:inline-block}.main-header .header-content .right .navbar-menu{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center}.main-header .header-content .right .navbar-menu .three-bar{width:70%;height:70%;color:#fff}.main-header .header-content .right .navbar-menu .menu{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(../../assets/bgWhite.png);background-color:#000;background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.main-header .header-content .right .navbar-menu .menu ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.main-header .header-content .right .navbar-menu .menu ul li{margin:1rem;display:flex;justify-content:center;align-items:center;text-transform:uppercase;cursor:pointer}.main-header .header-content .right .navbar-menu .menu ul li .close-btn{width:50%;height:50%;color:#fff;display:flex;align-items:right;justify-content:right}.main-header .header-content .right .navbar-menu .menu ul li .profile-photo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:15px;height:100%;width:100%;margin:-50px;padding:0}.main-header .header-content .right .navbar-menu .menu ul li .profile-photo img{width:50px;height:50px;border-radius:50%}.main-header .header-content .right .navbar-menu .menu ul li .profile-photo p span{text-transform:uppercase}.main-header .header-content .right .navbar-menu .menu ul li svg{width:35px;height:35px;color:#fff;margin:.5rem 1rem}.main-header .header-content .right .navbar-menu .menu ul li:hover{text-decoration:underline}.main-header .header-content .right .navbar-menu .menu ul li button{text-transform:uppercase;padding:5px 7px;font-size:14px;font-weight:600;background-color:#8e2de2;border:none;color:#fff;cursor:pointer;border-radius:5px}.main-header .header-content .right .navbar-menu .menu ul li button:hover{background-color:#944bd4;transition:ease-in-out;text-decoration:none}@media only screen and (min-width: 768px){.main-header .header-content .right .navbar-menu{display:none}}.main-header.sticky-header{position:sticky;top:0;transform:translateY(-80px);animation:stickyHeader .3s ease forwards}@keyframes stickyHeader{0%{transform:translateY(-80px)}to{transform:translateY(0)}}.pagination{width:100%;margin-top:1rem;padding-top:1rem;border-top:2px solid #ccc;display:flex;justify-content:center;align-items:center;gap:0px}.pagination .hidden{display:none}.pagination li{border:1px solid #adadad;font-size:15px;min-width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:2px}.pagination li.active{background-color:#8e2de2;color:#fff}.pageOfPage{display:flex;width:100%;justify-content:center;align-items:center;gap:5px}.pageOfPage .page{color:#8e2de2}.products-container{margin:-10px 15px}@media only screen and (min-width: 768px){.products-container{margin:-19px 30px}}.products-container .products{display:flex;flex-flow:wrap;gap:10px}@media only screen and (min-width: 768px){.products-container .products{gap:20px}}.single-product-main-content{margin:20px 0}@media only screen and (min-width: 768px){.single-product-main-content{margin:20px 0}}.single-product-main-content .layout{max-width:calc(100% - 20px);margin:0 auto}@media only screen and (min-width: 768px){.single-product-main-content .layout{max-width:1200px}}.single-product-main-content .layout .heading{display:flex;flex-direction:column;gap:10px;justify-content:center;margin-bottom:20px}.single-product-main-content .layout .heading a{display:flex;flex-direction:row;justify-content:center;align-items:center;width:fit-content;font-size:15px;cursor:pointer;text-decoration:none;color:#000;padding:2px 7px;border-radius:5px}.single-product-main-content .layout .heading a svg{font-size:25px}.single-product-main-content .layout .single-product-page{display:flex;flex-direction:column}@media only screen and (min-width: 768px){.single-product-main-content .layout .single-product-page{flex-direction:row}}.single-product-main-content .layout .single-product-page .left{width:100%;background-color:#0000000d;flex-shrink:0}@media only screen and (min-width: 768px){.single-product-main-content .layout .single-product-page .left{width:600px;height:600px}}.single-product-main-content .layout .single-product-page .left img{width:100%;display:block}.single-product-main-content .layout .single-product-page .right{display:flex;flex-direction:column;padding-top:20px}@media only screen and (min-width: 768px){.single-product-main-content .layout .single-product-page .right{padding:0 35px}}.single-product-main-content .layout .single-product-page .right .name{font-size:20px;line-height:28px;margin-bottom:20px}@media only screen and (min-width: 768px){.single-product-main-content .layout .single-product-page .right .name{font-size:24px;line-height:32px}}.single-product-main-content .layout .single-product-page .right .price{font-size:24px;line-height:32px;margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .desc{font-size:14px;line-height:20px;margin-bottom:20px;color:#6b6b6b}@media only screen and (min-width: 768px){.single-product-main-content .layout .single-product-page .right .desc{font-size:16px;line-height:24px}}.single-product-main-content .layout .single-product-page .right .cart-buttons{display:flex}@media only screen and (min-width: 768px){.single-product-main-content .layout .single-product-page .right .cart-buttons{margin-top:30px}}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons{width:fit-content;display:flex;border:2px solid rgba(0,0,0,.2);margin-right:10px;height:50px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span{font-size:18px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b6b6b}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(1){border-right:2px solid rgba(0,0,0,.2)}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(2){width:60px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(3){border-left:2px solid rgba(0,0,0,.2)}.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{outline:0;border:0;height:50px;width:180px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#fff;background-image:linear-gradient(to left,#8e2de2,#4a00e0);border-bottom:3px solid #6516aa;flex-grow:1}@media only screen and (min-width: 768px){.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{flex-grow:unset}}.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.single-product-main-content .layout .single-product-page .right .divider{margin:20px 0;height:1px;width:100%;background-color:#0000001a}.single-product-main-content .layout .single-product-page .right .info-item .text-bold{font-size:18px;font-weight:500;display:block}.single-product-main-content .layout .single-product-page .right .info-item .text-bold:nth-child(1){margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .info-item .text-bold span{font-size:16px;font-weight:400;cursor:pointer;color:#6b6b6b}.single-product-main-content .layout .single-product-page .right .info-item .text-bold svg{margin:0 5px}.single-product-main-content .layout .review-container{margin-top:20px}.single-product-main-content .layout .review-container .review-heading{margin-bottom:5px}.single-product-main-content .layout .review-container .review-main{display:flex;flex-direction:column;gap:5px;background-color:#f8f8f8;border-bottom:1px solid rgb(214,214,214);padding:10px 15px}.single-product-main-content .layout .review-container .review-main .review-desc{display:flex;flex-direction:column;gap:5px}ul{display:flex;list-style:none;gap:10px;flex-direction:row;justify-content:center;position:relative;z-index:1}ul li .filter{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;cursor:pointer}ul li .filter-dropdown{position:absolute;transform:translate(-50%);top:66px;left:63.7px}@media only screen and (min-width: 768px){ul li .filter-dropdown{top:35px;left:63.7px}}ul li .filter-dropdown .filter-dropdown-grid{width:100%;height:100%;background-color:#bebebe;box-shadow:#959da533 0 8px 24px;padding:10px;display:flex;flex-direction:column}ul li .filter-dropdown .filter-dropdown-grid .close-btn-div .close-btn{font-size:20px}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child{padding:10px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child.child1 .category{display:flex;flex-direction:column;gap:10px}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child.child1 .category button{border:none;background:none;text-transform:uppercase;cursor:pointer}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child.child2{display:flex;flex-direction:column;justify-content:center;align-items:center}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child.child2 select{outline:none;border:none;padding:2px 5px;cursor:pointer;text-transform:uppercase}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child.child2 select option{cursor:pointer}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child.child3 .price{display:flex;flex-direction:column;justify-content:center;align-items:center}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child.child3 .price .slider{margin-top:5px;height:3px;cursor:pointer;-webkit-appearance:none;appearance:none;width:100%;height:15px;background:#d3d3d3;outline:none;opacity:.7;-webkit-transition:.2s;transition:opacity .2s}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child.child3 .price .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:22px;background-image:linear-gradient(to left,#8e2de2,#4a00e0);cursor:pointer}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child.child3 .price .slider::-moz-range-thumb{width:10px;height:22px;background:#8e2de2;cursor:pointer}ul li .filter-dropdown .filter-dropdown-grid .filter-dropdown-grid-child.child3 .price .slider:hover{opacity:1}ul li .filter-dropdown .filter-dropdown-grid .filter-action-button{display:flex;flex-direction:row;justify-content:center}ul li .filter-dropdown .filter-dropdown-grid .filter-action-button button{background:none;font-weight:500;cursor:pointer;border:1px solid blueviolet;padding:5px 7px}ul li .filter-dropdown .filter-dropdown-grid .filter-action-button button:hover{background-color:#8a2be2;color:#fff;transition:ease-in-out .3s}.product-card{width:calc(50% - 5px);margin-bottom:20px}@media only screen and (min-width: 768px){.product-card{width:calc(25% - 15px)}}.product-card .thumbnail{width:100%;height:180px;background-color:#0000000d;margin-bottom:10px;padding:25px;display:flex;align-items:center}@media only screen and (min-width: 768px){.product-card .thumbnail{height:350px}}.product-card .thumbnail img{transition:all ease .3s;display:block;cursor:pointer;width:100%}.product-card .prod-details .name{font-size:14px;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media only screen and (min-width: 768px){.product-card .prod-details .name{font-size:16px;margin-bottom:10px}}.product-card .prod-details .price{font-size:18px}@media only screen and (min-width: 768px){.product-card .prod-details .price{font-size:24px}}.product-card:hover .thumbnail img{transform:scale(1.2)}.product-card .addToCartButton{width:100%;background-image:linear-gradient(to left,#8e2de2,#4a00e0);color:#fff;border:none;text-transform:uppercase;cursor:pointer;font-size:12px;padding:5px 10px}@media only screen and (min-width: 768px){.product-card .addToCartButton{padding:10px 20px;font-size:15px;margin-top:5px}}.product-card .addToCartButton:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.mini-navbar{background-color:#bebebe;color:#000;padding:10px 14px;width:100%}.mini-navbar .navbar-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.mini-navbar .navbar-content .right{display:flex;flex-direction:row}.mini-navbar .navbar-content .right .sort{display:flex;flex-direction:row;align-items:center;gap:5px}.mini-navbar .navbar-content .right .sort select{border:none;outline:none;padding:3px 5px}.mini-navbar .navbar-content .searchForMobile{width:100%}.foundProduct{width:100%;margin:-5px 0}.review-container{padding:15px}.review-container .review-product-img{background-color:#0000000d;width:60px;height:60px}.review-container .review-product-img img{width:100%}.review-container .review-form{display:flex;flex-direction:column;gap:10px}.review-container .review-form .rating,.review-container .review-form .review{display:flex;flex-direction:column}.review-container .review-form .review textarea{width:auto;font-size:14px;height:150px;padding:10px;border:1px solid #ccc;background-color:#fff;color:#333;box-shadow:0 0 5px #0000001a;transition:border-color .3s ease-in-out}@media only screen and (min-width: 768px){.review-container .review-form .review textarea{width:350px}}.review-container .review-form .review textarea:focus{outline:none;border-color:#8e2de2}.review-container .review-form .review-submit-button{background-color:#8e2de2;color:#fff;border:none;padding:10px 5px;font-size:15px;text-transform:uppercase;cursor:pointer}@media only screen and (min-width: 768px){.review-container .review-form .review-submit-button{width:350px}}.review-container .review-form .review-submit-button:hover{background-color:#944bd4;transition:ease-in-out}.search{display:none}@media only screen and (min-width: 768px){.search{display:flex;flex-direction:row;gap:10px;background-color:#fff;padding:5px 7px;width:400px;border:1px solid #4a00e0;align-items:flex-start}}.search input{border:none;outline:none;width:100%;text-transform:uppercase}.search1{display:flex;flex-direction:row;gap:10px;background-color:#fff;padding:5px 7px;width:400px;border:1px solid #4a00e0;align-items:flex-start;width:100%;margin-top:5px}@media only screen and (min-width: 768px){.search1{display:none}}.search1 input{border:none;outline:none;width:100%;text-transform:uppercase}.admin{display:flex}.admin .navbar{min-height:80vh;width:130px}.admin .content{padding:1rem;width:100%}.login-form{height:100vh;background-image:url(/assets/profile-bg-18994a66.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center}.login-form .form-content header{padding-top:20px;padding-bottom:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;text-transform:uppercase;font-size:30px}.login-form .form-content .form{display:flex;flex-direction:column;justify-content:center;align-items:center}.login-form .form-content .form .field{display:flex;justify-content:center;align-items:center;padding:10px 20px}@media only screen and (min-width: 768px){.login-form .form-content .form .field{width:150px}}.login-form .form-content .form .field.input-field{width:100%}.login-form .form-content .form .field.input-field input{width:100%;padding:10px 20px;outline:none;font-size:15px;border:1px solid rgba(0,0,0,.2)}@media only screen and (min-width: 768px){.login-form .form-content .form .field.input-field input{width:350px;font-size:20px}}.login-form .form-content .form .field.button-field{width:100%}.login-form .form-content .form .field.button-field button{width:100%;padding:10px 20px;background-image:linear-gradient(to left,#8e2de2,#4a00e0);color:#fff;border:none;font-size:15px;text-transform:uppercase;cursor:pointer;border-bottom:3px solid #6516aa}@media only screen and (min-width: 768px){.login-form .form-content .form .field.button-field button{width:350px;font-size:20px}}.login-form .form-content .form .field.button-field button:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.login-form .form-content .form .reset{display:flex;justify-content:center;align-items:center}.login-form .form-content .form .reset span{display:flex;justify-content:center;align-items:center;cursor:pointer}.login-form .form-content .form .reset span:hover{color:#8e2de2}.login-form .form-content .or{display:flex;justify-content:center;align-items:center;font-size:20px;color:#00000080;padding:10px}.login-form .form-content .google-button{display:flex;justify-content:center;align-items:center}.login-form .form-content .google-button button{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 20px;background-color:#fff;border:1px solid rgba(0,0,0,.2);width:calc(100% - 40px);font-size:15px;text-transform:uppercase;cursor:pointer}@media only screen and (min-width: 768px){.login-form .form-content .google-button button{width:350px;font-size:20px}}.login-form .form-content .google-button button svg{font-size:20px}@media only screen and (min-width: 768px){.login-form .form-content .google-button button svg{font-size:25px}}.login-form .form-content .google-button button:hover{background-color:#faf2f2;transition:ease-in-out}.login-form .form-content .form-link{display:flex;justify-content:center;align-items:center}.login-form .form-content .form-link span{color:#424141;font-size:15px}@media only screen and (min-width: 768px){.login-form .form-content .form-link span{font-size:20px}}.login-form .form-content .form-link span .link{color:#000;text-decoration:none}.login-form .form-content .form-link span .link:hover{color:#8e2de2}.signup-form{height:100vh;background-image:url(/assets/profile-bg-18994a66.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center}.signup-form .form-content header{padding-top:20px;padding-bottom:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;text-transform:uppercase;font-size:30px}.signup-form .form-content .form{display:flex;flex-direction:column;justify-content:center;align-items:center}.signup-form .form-content .form .field{display:flex;justify-content:center;align-items:center;padding:10px 20px}@media only screen and (min-width: 768px){.signup-form .form-content .form .field{width:150px}}.signup-form .form-content .form .field.input-field{width:100%}.signup-form .form-content .form .field.input-field input{width:100%;padding:10px 20px;outline:none;font-size:15px;border:1px solid rgba(0,0,0,.2)}@media only screen and (min-width: 768px){.signup-form .form-content .form .field.input-field input{width:350px;font-size:20px}}.signup-form .form-content .form .field.button-field{width:100%}.signup-form .form-content .form .field.button-field button{width:100%;padding:10px 20px;background-image:linear-gradient(to left,#8e2de2,#4a00e0);border-bottom:3px solid #6516aa;color:#fff;border:none;font-size:15px;text-transform:uppercase;cursor:pointer}@media only screen and (min-width: 768px){.signup-form .form-content .form .field.button-field button{width:350px;font-size:20px}}.signup-form .form-content .form .field.button-field button:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.signup-form .form-content .form .form-link span{color:#424141;font-size:15px}@media only screen and (min-width: 768px){.signup-form .form-content .form .form-link span{font-size:20px}}.signup-form .form-content .form .form-link span .link{color:#000;text-decoration:none}.signup-form .form-content .form .form-link span .link:hover{color:#8e2de2}.reset-form{height:100vh;background-image:url(/assets/profile-bg-18994a66.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center}.reset-form .form-content header{padding-top:20px;padding-bottom:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;text-transform:uppercase;font-size:30px}.reset-form .form-content .form{display:flex;flex-direction:column;justify-content:center;align-items:center}.reset-form .form-content .form .field{display:flex;justify-content:center;align-items:center;padding:10px 20px}@media only screen and (min-width: 768px){.reset-form .form-content .form .field{width:150px}}.reset-form .form-content .form .field.input-field{width:100%}.reset-form .form-content .form .field.input-field input{width:100%;padding:10px 20px;outline:none;font-size:15px;border:1px solid rgba(0,0,0,.2)}@media only screen and (min-width: 768px){.reset-form .form-content .form .field.input-field input{width:350px;font-size:20px}}.reset-form .form-content .form .field.button-field{width:100%}.reset-form .form-content .form .field.button-field button{width:100%;padding:10px 20px;border:none;background-image:linear-gradient(to left,#8e2de2,#4a00e0);border-bottom:3px solid #6516aa;color:#fff;font-size:15px;text-transform:uppercase;cursor:pointer}@media only screen and (min-width: 768px){.reset-form .form-content .form .field.button-field button{width:350px;font-size:20px}}.reset-form .form-content .form .field.button-field button:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.reset-form .form-content .form-link{display:flex;justify-content:center;align-items:center;gap:180px;cursor:pointer}@media only screen and (min-width: 768px){.reset-form .form-content .form-link{gap:200px}}.reset-form .form-content .form-link span{color:#424141;font-size:15px}@media only screen and (min-width: 768px){.reset-form .form-content .form-link span{font-size:20px}}.reset-form .form-content .form-link span:hover{color:#8e2de2}.cart-products{padding:15px}.cart-products .heading{display:flex;align-items:flex-start}.cart-products .empty-cart{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:100px;height:100vh}.cart-products .empty-cart svg{font-size:120px;opacity:.1}.cart-products .empty-cart .return-cta{outline:0;border:0;height:40px;width:150px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;color:#fff;background-image:linear-gradient(to left,#8e2de2,#4a00e0);border-bottom:3px solid #6516aa}.cart-products .cart-product{padding:20px 15px;display:flex;gap:10px}.cart-products .cart-product .new{display:flex;flex-direction:row;gap:5px}.cart-products .cart-product .new .serial-no{display:block;margin-top:18px;font-size:15px}.cart-products .cart-product .new .img-container{background-color:#0000000d;width:60px;height:60px;flex-shrink:0}.cart-products .cart-product .new .img-container img{width:100%;height:100%}.cart-products .cart-product .prod-details{overflow:hidden;position:relative}.cart-products .cart-product .prod-details .name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:16px;line-height:1;margin-bottom:10px;font-weight:600;display:block;padding-right:25px}.cart-products .cart-product .prod-details .prod-details-with-delete{display:flex;align-items:center;gap:10px}.cart-products .cart-product .prod-details .prod-details-with-delete .quantity-buttons{width:fit-content;display:flex;border:1px solid rgba(0,0,0,.1);height:30px;margin-bottom:8px}.cart-products .cart-product .prod-details .prod-details-with-delete .quantity-buttons span{font-size:14px;width:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b6b6b}.cart-products .cart-product .prod-details .prod-details-with-delete .quantity-buttons span:nth-child(1){font-size:18px;border-right:1px solid rgba(0,0,0,.1)}.cart-products .cart-product .prod-details .prod-details-with-delete .quantity-buttons span:nth-child(2){width:40px}.cart-products .cart-product .prod-details .prod-details-with-delete .quantity-buttons span:nth-child(3){font-size:18px;border-left:1px solid rgba(0,0,0,.1)}.cart-products .cart-product .prod-details .prod-details-with-delete .quantity-buttons span:nth-child(4){font-size:18px;border-left:1px solid rgba(0,0,0,.1)}.cart-products .cart-product .prod-details .prod-details-with-delete .delete-btn{margin-bottom:8px;font-size:20px;color:red;cursor:pointer}.cart-products .cart-product .prod-details .text{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600}.cart-products .cart-product .prod-details .text .highlight{color:#8e2de2}.cart-products .cart-product:hover{background-color:#0000000d}.cart-products .clear-cart{outline:0;border:0;height:25px;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;color:#fff;background-color:red;border-bottom:3px solid rgb(110,2,2);width:fit-content}.cart-products .clear-cart:hover{background-color:#6e0202}.cart-footer{border-top:1px solid rgba(0,0,0,.1)}.cart-footer .cart-items{margin-left:15px}.cart-footer .subtotal{padding:20px 15px;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between}.cart-footer .subtotal .text{margin-bottom:0;font-size:20px;font-weight:700;text-transform:uppercase}.cart-footer .subtotal .text.total{color:#8e2de2}.cart-footer .button{padding:20px 15px}.cart-footer .button .checkout-cta{outline:0;border:0;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;color:#fff;background-image:linear-gradient(to left,#8e2de2,#4a00e0);width:100%}@media only screen and (min-width: 768px){.cart-footer .button .checkout-cta{width:500px}}.cart-footer .button .checkout-cta:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.checkout-container{padding:20px 25px}.checkout-container .summary-and-address{display:flex;flex-direction:column-reverse}@media only screen and (min-width: 768px){.checkout-container .summary-and-address{flex-direction:row;gap:30px}}.checkout-container .summary-and-address .form{width:100%}.checkout-container .summary-and-address .form .shipping-address{display:flex;flex-direction:column;margin-top:10px;margin-bottom:10px;width:auto}.checkout-container .summary-and-address .form .shipping-address label{font-size:15px}.checkout-container .summary-and-address .form .shipping-address label .star{color:red;font-size:15px}.checkout-container .summary-and-address .form .shipping-address input,.checkout-container .summary-and-address .form .shipping-address .select{width:100%;padding:5px 10px;outline:none;font-size:15px;border:1px solid rgba(0,0,0,.2)}.checkout-container .summary-and-address .form .checkbox{display:flex;flex-direction:row;gap:5px}.checkout-container .summary-and-address .form .checkbox p{color:red}.checkout-container .summary-and-address .form .checkbox input{cursor:pointer}.checkout-container .summary-and-address .form .billing-address{display:flex;flex-direction:column;margin-top:10px;margin-bottom:10px}.checkout-container .summary-and-address .form .billing-address label{font-size:15px}.checkout-container .summary-and-address .form .billing-address label .star{color:red;font-size:15px}.checkout-container .summary-and-address .form .billing-address input,.checkout-container .summary-and-address .form .billing-address .select{width:100%;padding:5px 10px;outline:none;font-size:15px;border:1px solid rgba(0,0,0,.2)}.checkout-container .summary-and-address .form .proceed-button{width:100%;padding:10px 20px;background-image:linear-gradient(to left,#8e2de2,#4a00e0);color:#fff;border:none;font-size:15px;text-transform:uppercase;cursor:pointer}@media only screen and (min-width: 768px){.checkout-container .summary-and-address .form .proceed-button{width:350px;font-size:20px}}.checkout-container .summary-and-address .form .proceed-button:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.success-wrapper{height:100vh;top:0}.success-wrapper .success{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:150px auto auto;background-color:#bfc2c2;width:fit-content;padding:20px 30px;border-radius:10px;gap:5px}@media only screen and (min-width: 768px){.success-wrapper .success{gap:15px;padding:50px 150px;margin-top:200px}}.success-wrapper .success .icon{color:#015e01;font-size:30px}@media only screen and (min-width: 768px){.success-wrapper .success .icon{font-size:50px}}.success-wrapper .success .heading-success{font-size:15px}@media only screen and (min-width: 768px){.success-wrapper .success .heading-success{font-size:25px}}.success-wrapper .success .heading-thankyou{font-size:20px}@media only screen and (min-width: 768px){.success-wrapper .success .heading-thankyou{font-size:50px;font-weight:bolder;margin-bottom:15px}}.success-wrapper .success .btn{width:100%;padding:10px 20px;background-image:linear-gradient(to left,#8e2de2,#4a00e0);color:#fff;border:none;font-size:15px;text-transform:uppercase;cursor:pointer}@media only screen and (min-width: 768px){.success-wrapper .success .btn{width:350px;font-size:20px}}.success-wrapper .success .btn:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.contact-form{height:100vh;background-image:url(/assets/profile-bg-18994a66.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center}.contact-form .form-content .contact-form-heading{padding-top:20px;padding-bottom:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;text-transform:uppercase;font-size:30px}.contact-form .form-content .form{display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-form .form-content .form .field{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px 20px}@media only screen and (min-width: 768px){.contact-form .form-content .form .field{width:150px}}.contact-form .form-content .form .field.input-field{width:100%}.contact-form .form-content .form .field.input-field input{width:100%;padding:10px 20px;outline:none;font-size:15px;border:1px solid rgba(0,0,0,.2)}@media only screen and (min-width: 768px){.contact-form .form-content .form .field.input-field input{width:350px;font-size:20px}}.contact-form .form-content .form .field.area-field{width:100%}.contact-form .form-content .form .field.area-field textarea{width:100%;outline:none;border:1px solid rgba(0,0,0,.2);padding:10px}@media only screen and (min-width: 768px){.contact-form .form-content .form .field.area-field textarea{width:350px;font-size:15px}}.contact-form .form-content .form .field.button-field{width:100%}.contact-form .form-content .form .field.button-field button{width:100%;padding:10px 20px;background-image:linear-gradient(to left,#8e2de2,#4a00e0);color:#fff;border:none;font-size:15px;text-transform:uppercase;cursor:pointer;border-bottom:3px solid #6516aa}@media only screen and (min-width: 768px){.contact-form .form-content .form .field.button-field button{width:350px;font-size:20px}}.contact-form .form-content .form .field.button-field button:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.contact-form .form-content .or{display:flex;justify-content:center;align-items:center;font-size:20px;color:#00000080;padding:10px}.contact-form .form-content .google-button{display:flex;justify-content:center;align-items:center}.contact-form .form-content .google-button button{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 20px;background-color:#fff;border:1px solid rgba(0,0,0,.2);width:calc(100% - 40px);font-size:15px;text-transform:uppercase;cursor:pointer}@media only screen and (min-width: 768px){.contact-form .form-content .google-button button{width:350px;font-size:20px}}.contact-form .form-content .google-button button svg{font-size:20px}@media only screen and (min-width: 768px){.contact-form .form-content .google-button button svg{font-size:25px}}.contact-form .form-content .google-button button:hover{background-color:#faf2f2;transition:ease-in-out}.contact-form .form-content .form-link{display:flex;justify-content:center;align-items:center}.contact-form .form-content .form-link span{color:#424141;font-size:15px}@media only screen and (min-width: 768px){.contact-form .form-content .form-link span{font-size:20px}}.contact-form .form-content .form-link span .link{color:#000;text-decoration:none}.contact-form .form-content .form-link span .link:hover{color:#8e2de2}.not-found-page{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.not-found-page h2{font-size:50px}@media only screen and (min-width: 768px){.not-found-page p{font-size:20px}}.not-found-page .backToHome-Btn{text-transform:uppercase;padding:5px 7px;font-size:14px;font-weight:600;background-image:linear-gradient(to left,#8e2de2,#4a00e0);border:none;color:#fff;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:5px}.not-found-page .backToHome-Btn:hover{background-image:none;background-color:#8e2de2;transition:ease-in-out}.order-details-container{padding:15px}.order-details-container .backToOrders{display:flex;flex-direction:row;align-items:center;background:none;border:none;margin-top:5px;margin-bottom:5px;cursor:pointer;font-size:15px}.order-details-container .order-item{display:flex;flex-direction:row;align-items:center;gap:10px;background-color:#fff9f9;padding:10px}.order-details-container .order-item .order-img{background-color:#0000000d;width:60px;height:60px}.order-details-container .order-item .order-img img{width:100%}.order-details-container .order-item .order-desc .review-button button{background-color:#8e2de2;color:#fff;border:none;padding:7px 5px;font-size:12px;text-transform:uppercase;cursor:pointer}.order-details-container .order-item .order-desc .review-button button:hover{background-color:#944bd4;transition:ease-in-out}.orderHistory-container{padding:15px}.orderHistory-container .heading-next-text{margin-top:5px}.orderHistory-container .orderHistory-content{margin-top:10px;display:flex;flex-direction:column;gap:15px}.orderHistory-container .orderHistory-content .order-item{display:flex;flex-direction:row;align-items:center;cursor:pointer;gap:4px;background-color:#fff9f9}@media only screen and (min-width: 768px){.orderHistory-container .orderHistory-content .order-item{gap:10px;padding:10px}}.orderHistory-container .orderHistory-content .order-item .order-img{background-color:#0000000d;width:60px;height:60px;flex-shrink:0}.orderHistory-container .orderHistory-content .order-item .order-img img{width:100%;padding:5px}.orderHistory-container .orderHistory-content .order-item:hover{background-color:#0000000d}*{margin:0;padding:0;box-sizing:border-box;font-family:Cabin,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:22px;font-weight:500;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}
