Files
site/res/templates/page-account-settings.html
2025-12-27 21:59:58 +08:00

693 lines
42 KiB
HTML

{{template "components/header.html" .}}
{{template "components/preloader.html" .}}
<div id="main-wrapper">
<!-- Sidebar Start -->
{{template "components/sidebar.html" .}}
<!-- Sidebar End -->
<div class="page-wrapper">
<!-- Header Start -->
{{template "components/topbar.html" .}}
<!-- Header End -->
<div class="body-wrapper">
<div class="container-fluid">
<div class="card bg-info-subtle shadow-none position-relative overflow-hidden mb-4">
<div class="card-body px-4 py-3">
<div class="row align-items-center">
<div class="col-9">
<h4 class="fw-semibold mb-8">Account Setting</h4>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a class="text-muted text-decoration-none" href="../main/index.html">Home</a>
</li>
<li class="breadcrumb-item" aria-current="page">Account Setting</li>
</ol>
</nav>
</div>
<div class="col-3">
<div class="text-center mb-n5">
<img src="../assets/images/breadcrumb/ChatBc.png" alt="modernize-img" class="img-fluid mb-n4" />
</div>
</div>
</div>
</div>
</div>
<div class="card">
<ul class="nav nav-pills user-profile-tab" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link position-relative rounded-0 active d-flex align-items-center justify-content-center bg-transparent fs-3 py-3" id="pills-account-tab" data-bs-toggle="pill" data-bs-target="#pills-account" type="button" role="tab" aria-controls="pills-account" aria-selected="true">
<i class="ti ti-user-circle me-2 fs-6"></i>
<span class="d-none d-md-block">Account</span>
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link position-relative rounded-0 d-flex align-items-center justify-content-center bg-transparent fs-3 py-3" id="pills-notifications-tab" data-bs-toggle="pill" data-bs-target="#pills-notifications" type="button" role="tab" aria-controls="pills-notifications" aria-selected="false">
<i class="ti ti-bell me-2 fs-6"></i>
<span class="d-none d-md-block">Notifications</span>
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link position-relative rounded-0 d-flex align-items-center justify-content-center bg-transparent fs-3 py-3" id="pills-bills-tab" data-bs-toggle="pill" data-bs-target="#pills-bills" type="button" role="tab" aria-controls="pills-bills" aria-selected="false">
<i class="ti ti-article me-2 fs-6"></i>
<span class="d-none d-md-block">Bills</span>
</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link position-relative rounded-0 d-flex align-items-center justify-content-center bg-transparent fs-3 py-3" id="pills-security-tab" data-bs-toggle="pill" data-bs-target="#pills-security" type="button" role="tab" aria-controls="pills-security" aria-selected="false">
<i class="ti ti-lock me-2 fs-6"></i>
<span class="d-none d-md-block">Security</span>
</button>
</li>
</ul>
<div class="card-body">
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-account" role="tabpanel" aria-labelledby="pills-account-tab" tabindex="0">
<div class="row">
<div class="col-lg-6 d-flex align-items-stretch">
<div class="card w-100 border position-relative overflow-hidden">
<div class="card-body p-4">
<h4 class="card-title">Change Profile</h4>
<p class="card-subtitle mb-4">Change your profile picture from here</p>
<div class="text-center">
<img src="../assets/images/profile/user-1.jpg" alt="modernize-img" class="img-fluid rounded-circle" width="120" height="120">
<div class="d-flex align-items-center justify-content-center my-4 gap-6">
<button class="btn btn-primary">Upload</button>
<button class="btn bg-danger-subtle text-danger">Reset</button>
</div>
<p class="mb-0">Allowed JPG, GIF or PNG. Max size of 800K</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 d-flex align-items-stretch">
<div class="card w-100 border position-relative overflow-hidden">
<div class="card-body p-4">
<h4 class="card-title">Change Password</h4>
<p class="card-subtitle mb-4">To change your password please confirm here</p>
<form>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Current Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" value="12345678910">
</div>
<div class="mb-3">
<label for="exampleInputPassword2" class="form-label">New Password</label>
<input type="password" class="form-control" id="exampleInputPassword2" value="12345678910">
</div>
<div>
<label for="exampleInputPassword3" class="form-label">Confirm Password</label>
<input type="password" class="form-control" id="exampleInputPassword3" value="12345678910">
</div>
</form>
</div>
</div>
</div>
<div class="col-12">
<div class="card w-100 border position-relative overflow-hidden mb-0">
<div class="card-body p-4">
<h4 class="card-title">Personal Details</h4>
<p class="card-subtitle mb-4">To change your personal detail , edit and save from here</p>
<form>
<div class="row">
<div class="col-lg-6">
<div class="mb-3">
<label for="exampleInputtext" class="form-label">Your Name</label>
<input type="text" class="form-control" id="exampleInputtext" placeholder="Mathew Anderson">
</div>
<div class="mb-3">
<label class="form-label">Location</label>
<select class="form-select" aria-label="Default select example">
<option selected>United Kingdom</option>
<option value="1">United States</option>
<option value="2">United Kingdom</option>
<option value="3">India</option>
<option value="3">Russia</option>
</select>
</div>
<div class="mb-3">
<label for="exampleInputtext1" class="form-label">Email</label>
<input type="email" class="form-control" id="exampleInputtext1" placeholder="info@modernize.com">
</div>
</div>
<div class="col-lg-6">
<div class="mb-3">
<label for="exampleInputtext2" class="form-label">Store Name</label>
<input type="text" class="form-control" id="exampleInputtext2" placeholder="Maxima Studio">
</div>
<div class="mb-3">
<label class="form-label">Currency</label>
<select class="form-select" aria-label="Default select example">
<option selected>India (INR)</option>
<option value="1">US Dollar ($)</option>
<option value="2">United Kingdom (Pound)</option>
<option value="3">India (INR)</option>
<option value="3">Russia (Ruble)</option>
</select>
</div>
<div class="mb-3">
<label for="exampleInputtext3" class="form-label">Phone</label>
<input type="text" class="form-control" id="exampleInputtext3" placeholder="+91 12345 65478">
</div>
</div>
<div class="col-12">
<div>
<label for="exampleInputtext4" class="form-label">Address</label>
<input type="text" class="form-control" id="exampleInputtext4" placeholder="814 Howard Street, 120065, India">
</div>
</div>
<div class="col-12">
<div class="d-flex align-items-center justify-content-end mt-4 gap-6">
<button class="btn btn-primary">Save</button>
<button class="btn bg-danger-subtle text-danger">Cancel</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-notifications" role="tabpanel" aria-labelledby="pills-notifications-tab" tabindex="0">
<div class="row justify-content-center">
<div class="col-lg-9">
<div class="card border shadow-none">
<div class="card-body p-4">
<h4 class="card-title">Notification Preferences</h4>
<p class="card-subtitle mb-4">
Select the notificaitons ou would like to receive via email. Please note that you cannot opt
out of receving service
messages, such as payment, security or legal notifications.
</p>
<form class="mb-7">
<label for="exampleInputtext5" class="form-label">Email Address*</label>
<input type="text" class="form-control" id="exampleInputtext5" placeholder="" required>
<p class="mb-0">Required for notificaitons.</p>
</form>
<div>
<div class="d-flex align-items-center justify-content-between mb-4">
<div class="d-flex align-items-center gap-3">
<div class="text-bg-light rounded-1 p-6 d-flex align-items-center justify-content-center">
<i class="ti ti-article text-dark d-block fs-7" width="22" height="22"></i>
</div>
<div>
<h5 class="fs-4 fw-semibold">Our newsletter</h5>
<p class="mb-0">We'll always let you know about important changes</p>
</div>
</div>
<div class="form-check form-switch mb-0">
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckChecked">
</div>
</div>
<div class="d-flex align-items-center justify-content-between mb-4">
<div class="d-flex align-items-center gap-3">
<div class="text-bg-light rounded-1 p-6 d-flex align-items-center justify-content-center">
<i class="ti ti-checkbox text-dark d-block fs-7" width="22" height="22"></i>
</div>
<div>
<h5 class="fs-4 fw-semibold">Order Confirmation</h5>
<p class="mb-0">You will be notified when customer order any product</p>
</div>
</div>
<div class="form-check form-switch mb-0">
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckChecked1" checked>
</div>
</div>
<div class="d-flex align-items-center justify-content-between mb-4">
<div class="d-flex align-items-center gap-3">
<div class="text-bg-light rounded-1 p-6 d-flex align-items-center justify-content-center">
<i class="ti ti-clock-hour-4 text-dark d-block fs-7" width="22" height="22"></i>
</div>
<div>
<h5 class="fs-4 fw-semibold">Order Status Changed</h5>
<p class="mb-0">You will be notified when customer make changes to the order</p>
</div>
</div>
<div class="form-check form-switch mb-0">
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckChecked2" checked>
</div>
</div>
<div class="d-flex align-items-center justify-content-between mb-4">
<div class="d-flex align-items-center gap-3">
<div class="text-bg-light rounded-1 p-6 d-flex align-items-center justify-content-center">
<i class="ti ti-truck-delivery text-dark d-block fs-7" width="22" height="22"></i>
</div>
<div>
<h5 class="fs-4 fw-semibold">Order Delivered</h5>
<p class="mb-0">You will be notified once the order is delivered</p>
</div>
</div>
<div class="form-check form-switch mb-0">
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckChecked3">
</div>
</div>
<div class="d-flex align-items-center justify-content-between">
<div class="d-flex align-items-center gap-3">
<div class="text-bg-light rounded-1 p-6 d-flex align-items-center justify-content-center">
<i class="ti ti-mail text-dark d-block fs-7" width="22" height="22"></i>
</div>
<div>
<h5 class="fs-4 fw-semibold">Email Notification</h5>
<p class="mb-0">Turn on email notificaiton to get updates through email</p>
</div>
</div>
<div class="form-check form-switch mb-0">
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckChecked4" checked>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-9">
<div class="card border shadow-none">
<div class="card-body p-4">
<h4 class="card-title">Date & Time</h4>
<p class="card-subtitle">Time zones and calendar display settings.</p>
<div class="d-flex align-items-center justify-content-between mt-7">
<div class="d-flex align-items-center gap-3">
<div class="text-bg-light rounded-1 p-6 d-flex align-items-center justify-content-center">
<i class="ti ti-clock-hour-4 text-dark d-block fs-7" width="22" height="22"></i>
</div>
<div>
<p class="mb-0">Time zone</p>
<h5 class="fs-4 fw-semibold">(UTC + 02:00) Athens, Bucharet</h5>
</div>
</div>
<a class="text-dark fs-6 d-flex align-items-center justify-content-center bg-transparent p-2 fs-4 rounded-circle" href="javascript:void(0)" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Download">
<i class="ti ti-download"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-9">
<div class="card border shadow-none">
<div class="card-body p-4">
<h4 class="card-title">Ignore Tracking</h4>
<div class="d-flex align-items-center justify-content-between mt-7">
<div class="d-flex align-items-center gap-3">
<div class="text-bg-light rounded-1 p-6 d-flex align-items-center justify-content-center">
<i class="ti ti-player-pause text-dark d-block fs-7" width="22" height="22"></i>
</div>
<div>
<h5 class="fs-4 fw-semibold">Ignore Browser Tracking</h5>
<p class="mb-0">Browser Cookie</p>
</div>
</div>
<div class="form-check form-switch mb-0">
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckChecked5">
</div>
</div>
</div>
</div>
</div>
<div class="col-12">
<div class="d-flex align-items-center justify-content-end gap-6">
<button class="btn btn-primary">Save</button>
<button class="btn bg-danger-subtle text-danger">Cancel</button>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-bills" role="tabpanel" aria-labelledby="pills-bills-tab" tabindex="0">
<div class="row justify-content-center">
<div class="col-lg-9">
<div class="card border shadow-none">
<div class="card-body p-4">
<h4 class="card-title mb-3">Billing Information</h4>
<form>
<div class="row">
<div class="col-lg-6">
<div class="mb-3">
<label for="exampleInputtext6" class="form-label">Business
Name*</label>
<input type="text" class="form-control" id="exampleInputtext6" placeholder="Visitor Analytics">
</div>
<div class="mb-3">
<label for="exampleInputtext7" class="form-label">Business
Address*</label>
<input type="text" class="form-control" id="exampleInputtext7" placeholder="">
</div>
<div>
<label for="exampleInputtext8" class="form-label">First Name*</label>
<input type="text" class="form-control" id="exampleInputtext8" placeholder="">
</div>
</div>
<div class="col-lg-6">
<div class="mb-3">
<label for="exampleInputtext9" class="form-label">Business
Sector*</label>
<input type="text" class="form-control" id="exampleInputtext9" placeholder="Arts, Media & Entertainment">
</div>
<div class="mb-3">
<label for="exampleInputtext10" class="form-label">Country*</label>
<input type="text" class="form-control" id="exampleInputtext10" placeholder="Romania">
</div>
<div>
<label for="exampleInputtext11" class="form-label">Last Name*</label>
<input type="text" class="form-control" id="exampleInputtext11" placeholder="">
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-lg-9">
<div class="card border shadow-none">
<div class="card-body p-4">
<h4 class="card-title">Current Plan : <span class="text-success">Executive</span>
</h4>
<p class="card-subtitle">Thanks for being a premium member and supporting our development.</p>
<div class="d-flex align-items-center justify-content-between mt-7 mb-3">
<div class="d-flex align-items-center gap-3">
<div class="text-bg-light rounded-1 p-6 d-flex align-items-center justify-content-center">
<i class="ti ti-package text-dark d-block fs-7" width="22" height="22"></i>
</div>
<div>
<p class="mb-0">Current Plan</p>
<h5 class="fs-4 fw-semibold">750.000 Monthly Visits</h5>
</div>
</div>
<a class="text-dark fs-6 d-flex align-items-center justify-content-center bg-transparent p-2 fs-4 rounded-circle" href="javascript:void(0)" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Add">
<i class="ti ti-circle-plus"></i>
</a>
</div>
<div class="d-flex align-items-center gap-3">
<button class="btn btn-primary">Change Plan</button>
<button class="btn bg-danger-subtle text-danger">Reset Plan</button>
</div>
</div>
</div>
</div>
<div class="col-lg-9">
<div class="card border shadow-none">
<div class="card-body p-4">
<h4 class="card-title">Payment Method</h4>
<p class="card-subtitle">On 26 December, 2024</p>
<div class="d-flex align-items-center justify-content-between mt-7">
<div class="d-flex align-items-center gap-3">
<div class="text-bg-light rounded-1 p-6 d-flex align-items-center justify-content-center">
<i class="ti ti-credit-card text-dark d-block fs-7" width="22" height="22"></i>
</div>
<div>
<h5 class="fs-4 fw-semibold">Visa</h5>
<p class="mb-0 text-dark">*****2102</p>
</div>
</div>
<a class="text-dark fs-6 d-flex align-items-center justify-content-center bg-transparent p-2 fs-4 rounded-circle" href="javascript:void(0)" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-title="Edit">
<i class="ti ti-pencil-minus"></i>
</a>
</div>
<p class="my-2">If you updated your payment method, it will only be dislpayed here after your
next billing cycle.</p>
<div class="d-flex align-items-center gap-3">
<button class="btn bg-danger-subtle text-danger">Cancel Subscription</button>
</div>
</div>
</div>
</div>
<div class="col-12">
<div class="d-flex align-items-center justify-content-end gap-6">
<button class="btn btn-primary">Save</button>
<button class="btn bg-danger-subtle text-danger">Cancel</button>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-security" role="tabpanel" aria-labelledby="pills-security-tab" tabindex="0">
<div class="row">
<div class="col-lg-8">
<div class="card border shadow-none">
<div class="card-body p-4">
<h4 class="card-title mb-3">Two-factor Authentication</h4>
<div class="d-flex align-items-center justify-content-between pb-7">
<p class="card-subtitle mb-0">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Corporis sapiente
sunt earum officiis laboriosam ut.</p>
<button class="btn btn-primary">Enable</button>
</div>
<div class="d-flex align-items-center justify-content-between py-3 border-top">
<div>
<h5 class="fs-4 fw-semibold mb-0">Authentication App</h5>
<p class="mb-0">Google auth app</p>
</div>
<button class="btn bg-primary-subtle text-primary">Setup</button>
</div>
<div class="d-flex align-items-center justify-content-between py-3 border-top">
<div>
<h5 class="fs-4 fw-semibold mb-0">Another e-mail</h5>
<p class="mb-0">E-mail to send verification link</p>
</div>
<button class="btn bg-primary-subtle text-primary">Setup</button>
</div>
<div class="d-flex align-items-center justify-content-between py-3 border-top">
<div>
<h5 class="fs-4 fw-semibold mb-0">SMS Recovery</h5>
<p class="mb-0">Your phone number or something</p>
</div>
<button class="btn bg-primary-subtle text-primary">Setup</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<div class="card-body p-4">
<div class="text-bg-light rounded-1 p-6 d-inline-flex align-items-center justify-content-center mb-3">
<i class="ti ti-device-laptop text-primary d-block fs-7" width="22" height="22"></i>
</div>
<h4 class="card-title mb-0">Devices</h4>
<p class="mb-3">Lorem ipsum dolor sit amet consectetur adipisicing elit Rem.</p>
<button class="btn btn-primary mb-4">Sign out from all devices</button>
<div class="d-flex align-items-center justify-content-between py-3 border-bottom">
<div class="d-flex align-items-center gap-3">
<i class="ti ti-device-mobile text-dark d-block fs-7" width="26" height="26"></i>
<div>
<h5 class="fs-4 fw-semibold mb-0">iPhone 14</h5>
<p class="mb-0">London UK, Oct 23 at 1:15 AM</p>
</div>
</div>
<a class="text-dark fs-6 d-flex align-items-center justify-content-center bg-transparent p-2 fs-4 rounded-circle" href="javascript:void(0)">
<i class="ti ti-dots-vertical"></i>
</a>
</div>
<div class="d-flex align-items-center justify-content-between py-3">
<div class="d-flex align-items-center gap-3">
<i class="ti ti-device-laptop text-dark d-block fs-7" width="26" height="26"></i>
<div>
<h5 class="fs-4 fw-semibold mb-0">Macbook Air</h5>
<p class="mb-0">Gujarat India, Oct 24 at 3:15 AM</p>
</div>
</div>
<a class="text-dark fs-6 d-flex align-items-center justify-content-center bg-transparent p-2 fs-4 rounded-circle" href="javascript:void(0)">
<i class="ti ti-dots-vertical"></i>
</a>
</div>
<button class="btn bg-primary-subtle text-primary w-100 py-1">Need Help ?</button>
</div>
</div>
</div>
<div class="col-12">
<div class="d-flex align-items-center justify-content-end gap-6">
<button class="btn btn-primary">Save</button>
<button class="btn bg-danger-subtle text-danger">Cancel</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Search Bar -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-lg">
<div class="modal-content rounded-1">
<div class="modal-header border-bottom">
<input type="search" class="form-control fs-3" placeholder="Search here" id="search" />
<a href="javascript:void(0)" data-bs-dismiss="modal" class="lh-1">
<i class="ti ti-x fs-5 ms-3"></i>
</a>
</div>
<div class="modal-body message-body" data-simplebar="">
<h5 class="mb-0 fs-5 p-1">Quick Page Links</h5>
<ul class="list mb-0 py-2">
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Modern</span>
<span class="text-muted d-block">/dashboards/dashboard1</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Dashboard</span>
<span class="text-muted d-block">/dashboards/dashboard2</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Contacts</span>
<span class="text-muted d-block">/apps/contacts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Posts</span>
<span class="text-muted d-block">/apps/blog/posts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Detail</span>
<span class="text-muted d-block">/apps/blog/detail/streaming-video-way-before-it-was-cool-go-dark-tomorrow</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Shop</span>
<span class="text-muted d-block">/apps/ecommerce/shop</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Modern</span>
<span class="text-muted d-block">/dashboards/dashboard1</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Dashboard</span>
<span class="text-muted d-block">/dashboards/dashboard2</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Contacts</span>
<span class="text-muted d-block">/apps/contacts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Posts</span>
<span class="text-muted d-block">/apps/blog/posts</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Detail</span>
<span class="text-muted d-block">/apps/blog/detail/streaming-video-way-before-it-was-cool-go-dark-tomorrow</span>
</a>
</li>
<li class="p-1 mb-1 bg-hover-light-black">
<a href="javascript:void(0)">
<span class="d-block">Shop</span>
<span class="text-muted d-block">/apps/ecommerce/shop</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Shopping Cart -->
<div class="offcanvas offcanvas-end shopping-cart" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header justify-content-between py-4">
<h5 class="offcanvas-title fs-5 fw-semibold" id="offcanvasRightLabel">
Shopping Cart
</h5>
<span class="badge bg-primary rounded-4 px-3 py-1 lh-sm">5 new</span>
</div>
<div class="offcanvas-body h-100 px-4 pt-0" data-simplebar>
<ul class="mb-0">
<li class="pb-7">
<div class="d-flex align-items-center">
<img src="../assets/images/products/product-1.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
<div>
<h6 class="mb-1">Supreme toys cooker</h6>
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
<div class="d-flex align-items-center justify-content-between mt-2">
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
<div class="input-group input-group-sm w-50">
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add1">
-
</button>
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add1" value="1" />
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addo2">
+
</button>
</div>
</div>
</div>
</div>
</li>
<li class="pb-7">
<div class="d-flex align-items-center">
<img src="../assets/images/products/product-2.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
<div>
<h6 class="mb-1">Supreme toys cooker</h6>
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
<div class="d-flex align-items-center justify-content-between mt-2">
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
<div class="input-group input-group-sm w-50">
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add2">
-
</button>
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add2" value="1" />
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addon34">
+
</button>
</div>
</div>
</div>
</div>
</li>
<li class="pb-7">
<div class="d-flex align-items-center">
<img src="../assets/images/products/product-3.jpg" width="95" height="75" class="rounded-1 me-9 flex-shrink-0" alt="modernize-img" />
<div>
<h6 class="mb-1">Supreme toys cooker</h6>
<p class="mb-0 text-muted fs-2">Kitchenware Item</p>
<div class="d-flex align-items-center justify-content-between mt-2">
<h6 class="fs-2 fw-semibold mb-0 text-muted">$250</h6>
<div class="input-group input-group-sm w-50">
<button class="btn border-0 round-20 minus p-0 bg-success-subtle text-success" type="button" id="add3">
-
</button>
<input type="text" class="form-control round-20 bg-transparent text-muted fs-2 border-0 text-center qty" placeholder="" aria-label="Example text with button addon" aria-describedby="add3" value="1" />
<button class="btn text-success bg-success-subtle p-0 round-20 border-0 add" type="button" id="addon3">
+
</button>
</div>
</div>
</div>
</div>
</li>
</ul>
<div class="align-bottom">
<div class="d-flex align-items-center pb-7">
<span class="text-dark fs-3">Sub Total</span>
<div class="ms-auto">
<span class="text-dark fw-semibold fs-3">$2530</span>
</div>
</div>
<div class="d-flex align-items-center pb-7">
<span class="text-dark fs-3">Total</span>
<div class="ms-auto">
<span class="text-dark fw-semibold fs-3">$6830</span>
</div>
</div>
<a href="../main/eco-checkout.html" class="btn btn-outline-primary w-100">Go to shopping cart</a>
</div>
</div>
</div>
</div>
{{template "components/footer.html" .}}