.header-wrapper .info-header{background-color:var(--primary);padding:10px 0}.header-wrapper .info-header .flex-col{justify-content:space-between}.header-wrapper .info-header .flex-col .left-side{align-items:center;gap:20px;display:flex}@media (max-width:767px){.header-wrapper .info-header .flex-col .left-side{gap:4px}}.header-wrapper .info-header .flex-col .left-side p{color:#fff;align-items:center;gap:8px;margin-bottom:0;font-size:14px;font-weight:500;display:flex}@media (max-width:576px){.header-wrapper .info-header .flex-col .left-side p{gap:4px;font-size:13px}}.header-wrapper .info-header .flex-col .left-side p svg{width:16px;height:16px}@media (max-width:576px){.header-wrapper .info-header .flex-col .left-side p svg{width:14px;height:14px}}.header-wrapper .info-header .flex-col .left-side .divider{background-color:#fff;width:1px;height:16px}.header-wrapper .info-header .flex-col .right-icons{align-items:center;gap:12px;display:flex}@media (max-width:767px){.header-wrapper .info-header .flex-col .right-icons{gap:4px}}.header-wrapper .info-header .flex-col .right-icons a{align-items:center;display:flex}.header-wrapper .info-header .flex-col .right-icons a svg{width:16px;height:16px}@media (max-width:576px){.header-wrapper .info-header .flex-col .right-icons a svg{width:14px;height:14px}}.header-wrapper .main-header{background-color:#fff;padding:16px 0}.header-wrapper .main-header .flex-col{justify-content:space-between}.header-wrapper .main-header .flex-col img{width:170px;height:auto}@media (max-width:767px){.header-wrapper .main-header .flex-col img{width:120px}}.header-wrapper .main-header .flex-col .seach-product{width:20%;position:relative}@media (max-width:991px){.header-wrapper .main-header .flex-col .seach-product{width:30%}}@media (max-width:767px){.header-wrapper .main-header .flex-col .seach-product{display:none}}.header-wrapper .main-header .flex-col .seach-product .icon{display:flex;position:absolute;top:10px;right:10px}.header-wrapper .main-header .flex-col .seach-product .ant-form-item{margin-bottom:0}.header-wrapper .main-header .flex-col .seach-product .ant-form-item .ant-input-outlined{color:#000;background-color:#fff;border:1px solid #91949a;border-radius:8px;padding:9px 35px 9px 15px;font-size:16px;font-weight:400;line-height:20px}.header-wrapper .main-header .flex-col .right-accounts{align-items:center;gap:20px;display:flex}@media (max-width:767px){.header-wrapper .main-header .flex-col .right-accounts{gap:10px}}@media (max-width:576px){.header-wrapper .main-header .flex-col .right-accounts{gap:8px;font-size:14px}.header-wrapper .main-header .flex-col .right-accounts .flex-col{gap:5px}.header-wrapper .main-header .flex-col .right-accounts .flex-col svg{width:25px;height:25px}}.header-wrapper .main-header .flex-col .right-accounts .divider{background-color:var(--secondary);width:1.5px;height:28px}@media (max-width:576px){.header-wrapper .main-header .flex-col .right-accounts .divider{width:1px}}.header-wrapper .main-header .flex-col .right-accounts .cart-btn{color:var(--text);background-color:#0000;border:0;align-items:center;gap:10px;font-size:14px;font-weight:500;text-decoration:none;display:flex}@media (max-width:767px){.header-wrapper .main-header .flex-col .right-accounts .cart-btn{gap:5px}}.header-wrapper .main-header .flex-col .right-accounts .cart-btn span{background-color:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}@media (max-width:767px){.header-wrapper .main-header .flex-col .right-accounts .cart-btn span{width:26px;height:26px;padding:4px}}@media (max-width:576px){.header-wrapper .main-header .flex-col .right-accounts .cart-btn span svg{width:14px;height:14px}}.header-wrapper .navbar-wrapper{background-color:var(--secondary);padding:12px 0}.header-wrapper .navbar-wrapper ul{justify-content:space-between;align-items:center;width:100%;margin:0;padding:0;display:inline-flex}.header-wrapper .navbar-wrapper ul li{list-style:none}@media (max-width:991px){.header-wrapper .navbar-wrapper ul li{display:none}.header-wrapper .navbar-wrapper ul li:first-child{display:block}}.header-wrapper .navbar-wrapper ul li .ant-form-item{width:230px;margin-bottom:0}@media (max-width:767px){.header-wrapper .navbar-wrapper ul li .ant-form-item{width:240px}.header-wrapper .navbar-wrapper ul li .ant-form-item .ant-select-outlined{height:38px}}.header-wrapper .navbar-wrapper ul li .ant-form-item .ant-select{color:#fff;background-color:#0000}.header-wrapper .navbar-wrapper ul li .ant-form-item .ant-select .ant-select-placeholder,.header-wrapper .navbar-wrapper ul li .ant-form-item .ant-select .ant-select-input{color:#fff}.header-wrapper .navbar-wrapper ul li .ant-form-item .ant-select svg path{fill:#fff}.header-wrapper .navbar-wrapper ul li .ant-dropdown-trigger{color:#fff}.header-wrapper .navbar-wrapper ul li .ant-dropdown-trigger .ant-space-item svg path{fill:#fff}.header-wrapper .navbar-wrapper ul li a{color:#fff;font-size:14px;font-weight:600;text-decoration:none}@media (max-width:1200px){.header-wrapper .navbar-wrapper ul li a{font-size:12px}}.header-wrapper .navbar-wrapper ul li .hamburger{background-color:var(--primary);border:0;border-radius:6px;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.header-wrapper .navbar-wrapper ul li .hamburger svg{width:25px;height:25px}.header-wrapper .navbar-wrapper ul li .hamburger svg path{fill:#fff}.header-wrapper .navbar-wrapper ul li:last-child{display:none}@media (max-width:991px){.header-wrapper .navbar-wrapper ul li:last-child{display:block}}.sidebar-head-backdrop{z-index:998;opacity:0;visibility:hidden;background-color:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.sidebar-head-backdrop.active{opacity:1;visibility:visible}.sidebar-head{z-index:999;background-color:#fff;width:300px;height:100vh;padding:0 0 30px;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 20px #00000026}.sidebar-head.open{transform:translate(0)}.sidebar-head .sidebar-header{z-index:1;background-color:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.sidebar-head .sidebar-header img{width:130px;height:auto}.sidebar-head .sidebar-close{cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:background .2s;display:flex}.sidebar-head .sidebar-close:hover{background-color:#f5f5f5}.sidebar-head .sidebar-search{border-bottom:1px solid #eee;padding:16px 20px;position:relative}.sidebar-head .sidebar-search .icon{display:flex;position:absolute;top:50%;right:32px;transform:translateY(-50%)}.sidebar-head .sidebar-search .ant-form-item{margin-bottom:0}.sidebar-head .sidebar-search .ant-form-item .ant-input-outlined{border:1px solid #91949a;border-radius:8px;padding:9px 35px 9px 15px;font-size:15px}.sidebar-head .sidebar-section{border-bottom:1px solid #eee;padding:16px 20px}.sidebar-head .sidebar-section .sidebar-label{color:#91949a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:12px;font-weight:700}.sidebar-head .sidebar-section .ant-form-item{margin-bottom:0}.sidebar-head .sidebar-section .ant-form-item .ant-select{width:100%}.sidebar-head .sidebar-nav{flex-direction:column;gap:4px;margin:0;padding:0;display:flex}.sidebar-head .sidebar-nav li{list-style:none}.sidebar-head .sidebar-nav li a{color:var(--text);border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.sidebar-head .sidebar-nav li a:hover{color:var(--primary);background-color:#f552661a}
.login-wrapper{min-width:900px}.login-wrapper .ant-modal-container{border-radius:20px;padding:0}.login-wrapper .ant-modal-container .ant-modal-close{box-shadow:unset;outline:unset;background-color:#0000}.login-wrapper .ant-modal-container .ant-modal-close .anticon-close{border:2px solid var(--primary);border-radius:50%;padding:2px}.login-wrapper .ant-modal-container .ant-modal-close .anticon-close svg path{fill:var(--primary)}@media (max-width:991px){.login-wrapper .modal-content .left-banner{display:none}}.login-wrapper .modal-content .left-banner img{width:100%;height:auto}.login-wrapper .modal-content .right-details{flex-direction:column;justify-content:center;height:100%;padding:20px;display:flex}.login-wrapper .modal-content .right-details .form-center{flex-direction:column;align-items:center;display:flex}.login-wrapper .modal-content .right-details .logo{margin-bottom:15px}.login-wrapper .modal-content .right-details .logo img{width:170px;height:auto;margin:auto;display:block}.login-wrapper .modal-content .right-details .login-heading{margin-bottom:15px}.login-wrapper .modal-content .right-details .login-heading h3{color:var(--text);text-align:center;margin-bottom:0;font-size:30px;font-weight:700;line-height:normal}.login-wrapper .modal-content .right-details .login-heading p{color:var(--light-text);text-align:center;margin-bottom:0;font-size:16px;font-weight:500;line-height:normal}.login-wrapper .modal-content .right-details .forgot-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.login-wrapper .modal-content .right-details .forgot-section .ant-form-item{width:fit-content;margin-bottom:0}.login-wrapper .modal-content .right-details .forgot-section a{color:var(--primary)}.login-wrapper .modal-content .right-details .forgot-section .verify{text-align:center;color:var(--primary);background-color:#0000;border:0;margin-top:30px;font-size:14px;font-weight:500;text-decoration:underline}.login-wrapper .modal-content .right-details .login-btn{width:100%;margin-top:15px}.login-wrapper .modal-content .right-details .google-btn{cursor:pointer;background-color:#0000;border:1px solid #222934;border-radius:5px;justify-content:center;align-items:center;gap:5px;width:100%;margin-top:15px;padding:6px;font-size:16px;font-weight:700;display:flex}.login-wrapper .modal-content .right-details .create-account{margin-top:15px}.login-wrapper .modal-content .right-details .create-account a{color:var(--text);text-align:center;font-size:14px;font-weight:500;display:block}.login-wrapper .modal-content .right-details .create-account a span{color:var(--primary);cursor:pointer}
.footer-wrap{background-color:var(--footer-bg);padding:40px 0}@media (max-width:767px){.footer-wrap{padding:30px 0}}.footer-wrap .main-heading{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}@media (max-width:767px){.footer-wrap .main-heading{flex-wrap:wrap;align-items:flex-end;gap:20px}}.footer-wrap .main-heading .detail img{width:220px;height:auto;margin-bottom:12px}.footer-wrap .main-heading .detail p{color:var(--light-text);font-size:14px;font-weight:500}@media (max-width:767px){.footer-wrap .main-heading .detail p{margin-bottom:0}}.footer-wrap .main-heading .social-icons{align-items:center;gap:12px;display:flex}.footer-wrap .main-heading .social-icons a svg{width:18px;height:18px}@media (max-width:767px){.footer-wrap .common-links{margin-bottom:20px}}.footer-wrap .common-links.mb-0{margin-bottom:0}.footer-wrap .common-links h3{color:#fff;margin-bottom:20px;font-size:16px;font-weight:600}.footer-wrap .common-links ul{margin:0;padding:0}.footer-wrap .common-links ul li{margin-bottom:12px;list-style-type:none}.footer-wrap .common-links ul li:hover a{color:var(--primary)}.footer-wrap .common-links ul li a{color:var(--light-text);font-size:16px;font-weight:500}@media (max-width:991px){.footer-wrap .common-links ul li a{font-size:14px}}.footer-wrap .common-links .contact-info{margin-bottom:24px}.footer-wrap .common-links .contact-info.mb-0{margin-bottom:0}.footer-wrap .common-links .contact-info h6 svg path{fill:var(--primary)}.footer-wrap .common-links .contact-info h6{color:var(--primary);align-items:center;gap:10px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.footer-wrap .common-links .contact-info h3{color:#fff;margin-bottom:0;font-size:18px;font-weight:500}.copyright{background-color:var(--primary);padding:12px}.copyright p{text-align:center;color:#fff;margin-bottom:0;font-size:16px;font-weight:500}@media (max-width:767px){.copyright p{font-size:12px}}
