: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)}}.footer{position:fixed;bottom:0;width:100%;height:50px;background-color:#2e0052;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;z-index:999}.logincontainer{width:98%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.authform{width:37%;height:50%;margin:auto;display:flex;flex-direction:column;justify-content:center;padding:20px 40px;border:1px solid #d9d9d9;border-radius:18px}.authform h1{font-size:30px;font-weight:500;margin-bottom:20px}.authform label{font-size:16px;font-weight:500;margin-bottom:5px}.authform .terms{font-size:13px;font-weight:500;margin-bottom:20px}.authform .message{font-size:14px;font-weight:600;margin-bottom:20px}.authform input{width:95%;height:40px;margin-bottom:20px;padding:0 10px;border:1px solid #b6b6b6;border-radius:5px}.authform button{width:100%;height:40px;margin-bottom:20px;padding:0 10px;border:1px solid #b6b6b6;border-radius:5px;background-color:#2e0052;color:#fff;font-size:16px;font-weight:500;cursor:pointer}.authform button:hover{background-color:#4d007f}.login .logo,.signup .logo{margin:20px auto}.logocomponent{display:flex;flex-direction:row;-webkit-user-select:none;user-select:none;cursor:pointer;text-decoration:none}.logocomponent .logo{width:40px;height:40px}.logocomponent .text{font-size:25px;font-weight:700;color:#2e0052;margin:auto 10px}.createaccount{text-decoration:none;font-size:15px;font-weight:500;margin-bottom:40px;border:#b6b6b6 1px solid;border-radius:10px;width:45%;height:40px;background-color:#fff;color:#000;cursor:pointer}.createaccount:hover{background-color:#2e0052;color:#fff}.divider{width:45%;height:1px;margin:35px auto;display:flex;flex-direction:row;justify-content:center;align-items:center}.divider .text{font-size:15px;font-weight:500;margin:0 10px}.divider .line{width:33%;height:1px;background-color:#b6b6b6;margin:auto}.alreadyhaveanaccount{font-size:15px;font-weight:500;width:45%;margin:40px auto;color:#000;display:flex;justify-content:center}.alreadyhaveanaccount .signin{font-size:15px;font-weight:300;margin-left:5px;color:#2e0052;text-decoration:underline}.logoutbutton{border:none;background-color:transparent;color:#fff;font-weight:600;font-size:16px;-webkit-user-select:none;user-select:none}.logoutbutton:hover{cursor:pointer;color:#b6b6b6}.authbutton{border:none;background-color:transparent;color:#fff;font-weight:600;font-size:16px;-webkit-user-select:none;user-select:none;text-decoration:none}.authbutton:hover{cursor:pointer;color:#b6b6b6}@media screen and (max-width: 768px){.authform{width:80%;height:80%;margin-top:30px}.authform h1{font-size:25px}.authform label{font-size:14px}.authform .terms{font-size:12px}.authform p,.authform .message{font-size:11px}.authform input{width:100%;height:35px;padding:0}.authform button{font-size:14px}.createaccount{width:100%;height:45px}.divider{width:100%;height:1px;margin:25px auto;display:flex;flex-direction:row;justify-content:center;align-items:center}.divider .text{font-size:11px;font-weight:500;margin:0 10px}.divider .line{width:33%;height:1px;background-color:#b6b6b6;margin:auto}.alreadyhaveanaccount{width:80%}.logocomponent .text{color:#fff}}.hero{display:flex;flex-direction:row}.hero .logo{width:35px;height:35px}.heroleft{width:35%;padding:20px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.heroleft .text{font-size:25px;font-weight:700;color:#2e0052;margin-left:10px}.heroleft .location{margin-right:30px;margin-left:10px}.heroleft .invoices{text-decoration:none;color:#333}.heroright{width:55%;padding:20px;display:flex;gap:20px;align-items:baseline;justify-content:flex-end}.heroright .cartbtn{text-decoration:none;background-color:#1d7000;color:#fff;border:none;border-radius:20px;padding:5px 10px;font-size:12px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;font-weight:600;min-width:100px;height:30px}.heroright .cartbtn:hover{background-color:#1d6000}.heroright .carticon{width:15px;height:15px;margin-right:2px}.herorightDetails{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;font-weight:700}.herorightDetails .name{height:45px;width:45px;font-size:20px;display:flex;justify-content:center;align-items:center;border-radius:50%;stroke-width:1px;border:2px solid #2E0052;cursor:pointer}.hero-drop-down{position:absolute;width:200px;margin-left:-100px;z-index:200;top:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:max-content;border-radius:20px;box-shadow:0 0 30px #00000040;padding:20px 0;background-color:#fff}.hero-drop-down hr{width:100%;border:1.2px solid #DDD}.hero-drop-down .hero-logout{padding:0 4px;cursor:pointer}.navbar{position:fixed;top:0;width:100%;height:30px;background-color:#2e0052;color:#fff;text-align:center;display:flex;flex-direction:row;justify-content:space-between;padding-top:10px;font-weight:700;z-index:999}.loginsignup{padding-right:40px}.contact{padding-left:40px}.phone-icon{margin-right:10px}.navbar-item{cursor:pointer}.extramargin{margin-top:20px;min-height:2px}.mobile{display:none}@media screen and (max-width: 768px){.navbar{flex-direction:column;height:65px;padding-top:0}.navbar .mobile{display:block;margin:10px 0}.pc{display:none}}.search{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:20px auto;padding:10px;width:100%;height:90%;padding:0 .1rem;border:1px solid #b6b6b6;border-radius:24px}.search input{width:90%;height:40px;padding:0 10px;border:none}.search input:focus{outline:none}.search .searchicon{font-size:20px;display:flex;justify-content:start}@media screen and (max-width: 768px){.navbar .search{width:85%;border-radius:4px;height:40px;background-color:#fff;margin:auto}.search .searchicon{display:flex;color:#000}.search input{width:80%;height:30px}}@media screen and (max-width: 768px){.bottomnavbar{z-index:999;position:fixed;bottom:0;width:100%;height:60px;background-color:#fff;color:#2e0052;display:flex!important;flex-direction:row;justify-content:space-evenly;padding-top:5px;z-index:50;overflow-x:hidden;border-top:1px solid #c8c8c8}.bottomnavbar-item{position:relative;z-index:999;cursor:pointer;margin:0 15px;text-decoration:none;color:#2e0052;font-family:Roboto,sans-serif}.bottomnavbar-icon{z-index:999;font-size:30px;margin-bottom:0}.bottomnavbar-text{z-index:999;font-size:12px;margin-top:0}.bottomnavbar .active{z-index:999;border-top:4px solid #2E0052;position:relative;top:-4px}.bottomnavbar-totalQuantity{height:15px;width:15px;font-size:10px;border-radius:50%;position:absolute;top:0;text-align:center;right:0;z-index:10000;background-color:red;color:#fff}}._formOpening_1dnc5_1{position:absolute;width:70px;height:70px;background-color:#fff;border-radius:50%;box-shadow:0 0 30px #00000040;display:flex;justify-content:center;align-items:center;position:fixed;bottom:70px;right:80px;cursor:pointer;z-index:100}._feedbackForm_1dnc5_22{position:fixed;width:280px;bottom:150px;right:35px;border-radius:25px;background-color:#fff;box-shadow:0 0 20px #0000005e;padding:25px;z-index:100}._dropdownContainer_1dnc5_35{position:relative}._selectedOption_1dnc5_40{cursor:pointer;display:flex;justify-content:space-between;padding:10px;border:1px solid rgba(145,145,145,1);border-radius:5px;font-size:18px;font-weight:500;color:#919191;background-color:#f3f3f3}._options_1dnc5_53{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border-radius:5px;box-shadow:0 0 10px #00000040;margin-top:10px}._feedbackHeading_1dnc5_64{font-size:18px;font-weight:600;color:#000;margin-bottom:4px}._feedbackTextArea_1dnc5_70{display:flex;flex-direction:column;margin-top:10px}._textarea_1dnc5_75{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;resize:none;outline:none;padding:20px 15px;font-size:16px;border-radius:5px;border:1px solid rgba(145,145,145,1);font-size:18px;font-weight:500;color:#919191;font-family:Roboto,sans-serif;background:#f3f3f3}._label_1dnc5_92{font-size:18px;font-weight:600;color:#000;margin-bottom:4px}._option_1dnc5_53{padding:10px;border-bottom:1px solid rgba(221,221,221,1);font-size:18px;font-weight:500;color:#919191}._option_1dnc5_53:hover{background-color:#d4d4d4;cursor:pointer}._error_1dnc5_109{color:#e41c1c}._submitButtonContainer_1dnc5_112{display:flex;justify-content:center}._submitButton_1dnc5_112{border:none;background:#2e0052;border-radius:26.12px;padding:7px 21px;font-size:16px;font-weight:400;color:#fff;margin-top:10px}._errorBorder_1dnc5_126{border-color:#e41c1c}@media (max-width: 425px){._container_1dnc5_130{display:none}}._PageNotFoundWrapper_uuedn_1{display:flex;justify-content:center;align-items:center;margin:30px auto auto;flex-direction:column;overflow-x:hidden}._pageNotFoundImg_uuedn_11{height:230px;width:260px}._buttonpage_uuedn_16{text-decoration:none;color:#fff;font-size:16px;padding:10px 60px;border-radius:8px;text-align:center;background-color:#2e0052;height:max-content;width:max-content;cursor:pointer}._buttonpage_uuedn_16:hover{filter:brightness(150%)}.checkout{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;margin-bottom:40px}.goback .gobackbtn{width:10%;text-decoration:none;background-color:#2e0052;color:#fff;border:none;border-radius:8px;padding:10px;font-size:12px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;font-weight:600;min-width:100px;margin:10px}.goback .gobackicon{display:none}.checkout .title{display:flex;justify-content:center;font-size:20px;font-weight:600;text-decoration:underline}.checkout hr{border:1px solid #E1E1E1}.checkout .checkoutdiv{display:flex;justify-content:center;margin-top:30px}.checkout .checkoutleft{width:70%;margin:0 auto}.checkout .checkoutright{width:30%;margin:0 50px 0 auto}.checkout .leftitem{display:flex;justify-content:start}.checkout .leftitem .ll,.checkout .leftitem .lr{display:flex;gap:10px;flex-wrap:wrap;width:50%}.invoice-product-data{display:flex;flex-direction:column}.leftitem .lr .textarea{resize:none;width:350px;height:110px;flex-shrink:0;font-size:16px;border-radius:5px;border:2px solid hsl(0,0%,57%);background:#fff}.leftitem .lr .checkoutName{margin-bottom:10px;font-size:16px;width:350px;height:30px;border-radius:5px;border:2px solid #919191;background:#fff}.leftitem .lr .textarea::placeholder,.leftitem .lr .checkoutName::placeholder{color:#797979;font-size:16px}.leftitem .lr .paymentmethods{width:350px;padding:10px;font-size:18px;border-radius:5px;border:2px solid #919191;color:#797979}.checkout .leftitem .ll{font-weight:600;color:#b52b00;font-size:19px}.checkout .miniorder{display:flex;justify-content:start;margin:20px auto;border:1px solid #E1E1E1;border-radius:5px;padding:4px}.checkout .miniorder .ll{width:20%;display:flex}.checkout .miniorder .ll button{cursor:pointer}.checkout .miniorder .lr{width:65%}.miniorder .lr h1{color:#b52b00;font-size:16px;margin:0}.miniorder .lr.p p{font-size:12px;margin:0}.miniorder .placeorder{background-color:#ffd600;color:#000;margin:auto;font-size:13px;padding:5px 8px;border-radius:5px;border:none}.checkout .lr{color:#797979}.checkout .lr p{font-size:16px;margin:0}.checkout .checkoutitem{color:#000;margin:10px auto}.checkout .checkoutitem img{height:100px;width:100px}.checkout img{width:100px;border-radius:5px;margin:0 auto;border:1px solid black}.ciitemsDetails h1{font-size:14px;margin:0}.ciitemsDetails h3{font-size:12px;margin:0;font-weight:400;color:#797979}.ciitemsDetails h2{font-size:13px;margin:0;font-weight:400}.checkout .placeorderwidget{margin:5px 10px;border:2px solid #E1E1E1;padding:10px;border-radius:5px;display:flex;flex-direction:column}.checkout .placeorderwidget button{cursor:pointer;background-color:#ffd600;color:#000;margin:auto;font-size:16px;padding:6px 8px;border-radius:5px;width:100%;border:none}.checkout .placeorderwidget p{font-size:10px;margin:5px auto;color:#797979;text-align:center}.checkout .placeorderwidget hr{width:100%}.checkout .placeorderwidget h1{font-size:14px;margin:0;color:#000}.checkout .orderrow{display:flex;justify-content:space-between;margin:10px 0}.checkout .orderrow span{width:50%;color:#797979;font-size:11px}.checkout .orderrow h1{color:#b52b00}.checkout .orderrow .left{align-items:end}.citems{max-width:500px;display:flex;flex-wrap:wrap}@media screen and (max-width: 768px){.goback .gobackbtn{background-color:#fff;color:#000;border:1px solid rgba(85,85,85,.255);border-radius:100%;min-width:0;width:13px;box-shadow:2px 0 3px #00000080;margin-left:0}.goback .gobackicon{display:block}.checkout .checkoutdiv,.checkout .leftitem{flex-direction:column}.checkout .checkoutleft{width:100%;margin:0 auto}.checkout .checkoutitem{margin:10px}.checkout .title{text-decoration:none;justify-content:start;margin-top:10px}.checkout .leftitem .ll,.checkout .leftitem .lr{width:90%}.checkout .placeorderwidget{border:none}}.spinner{margin:100px auto;width:50px;height:60px;text-align:center;font-size:10px;z-index:100}body{background-color:#fff;font-family:Roboto,sans-serif;font-size:16px;line-height:1.5;color:#333;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{padding:30px;margin-bottom:40px}::placeholder{color:#303030;opacity:1}@media screen and (max-width: 768px){.container{padding:20px;margin-top:20px}.hero,.footer,.logocomponent,.container .search{display:none}.navbar .mobile .logocomponent{display:flex;margin-left:20px}}
