My account

Hello chmcarauctions (not chmcarauctions? Log out)

From your account dashboard you can view your recent orders, manage your shipping and billing addresses, and edit your password and account details.

.elementor-11 .elementor-element.elementor-element-9718570{–display:flex;–gap:0px 0px;–row-gap:0px;–column-gap:0px;}.elementor-11 .elementor-element.elementor-element-714ca7e{–tab-content-spacing:24px;–tabs-container-justify-content:center;–tab-width:auto;width:100%;max-width:100%;}.elementor-11 .elementor-element.elementor-element-96e04e8{–display:flex;–flex-direction:column;–container-widget-width:100%;–container-widget-height:initial;–container-widget-flex-grow:0;–container-widget-align-self:initial;–flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-11 .elementor-element.elementor-element-714ca7e{width:100%;max-width:100%;}}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-714ca7e *//* === FIXED + SAFE – My Account Tabs (Straight Blocks on Mobile) === */
body.page-id-11 .woocommerce-MyAccount-navigation.wsmt_extra_navclass ul.wcmamtx_vertical {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
padding: 0;
margin: 20px auto;
list-style: none;
max-width: 100%;
}
body.page-id-11 .woocommerce-MyAccount-navigation.wsmt_extra_navclass ul.wcmamtx_vertical li {
flex: 1 1 auto;
text-align: center;
padding: 12px 16px;
border-bottom: 2px solid transparent;
transition: all 0.3s ease;
white-space: nowrap;
background: #f8f8f8;
border-radius: 4px;
}
body.page-id-11 .woocommerce-MyAccount-navigation.wsmt_extra_navclass ul.wcmamtx_vertical li.is-active {
border-bottom: 2px solid #0073aa;
font-weight: bold;
background-color: #eef6fb;
}
body.page-id-11 .woocommerce-MyAccount-navigation-link_a {
color: #333;
text-decoration: none;
}
body.page-id-11 .woocommerce-MyAccount-navigation-link_a:hover {
color: #0073aa;
}
@media (max-width: 768px) {
body.page-id-11 .woocommerce-MyAccount-navigation.wsmt_extra_navclass ul.wcmamtx_vertical {
display: block !important;
}
body.page-id-11 .woocommerce-MyAccount-navigation.wsmt_extra_navclass ul.wcmamtx_vertical li {
text-align: left !important;
margin: 0 auto 12px auto !important;
padding: 14px 20px !important;
background: #f7f7f7 !important;
border-radius: 6px !important;
width: 95% !important;
max-width: 400px;
}
body.page-id-11 .woocommerce-MyAccount-navigation.wsmt_extra_navclass ul.wcmamtx_vertical li.is-active {
background-color: #eaf5ff !important;
color: #0073aa !important;
}
body.page-id-11 .woocommerce-MyAccount-navigation.wsmt_extra_navclass ul.wcmamtx_vertical li a {
display: flex !important;
align-items: center !important;
gap: 12px;
color: #333 !important;
font-size: 16px !important;
text-decoration: none !important;
}
body.page-id-11 .woocommerce-MyAccount-navigation.wsmt_extra_navclass ul.wcmamtx_vertical li a i {
font-size: 20px !important;
}
}
/* ✅ Hide redundant tabs */
body.page-id-11 .wcmtx-my-account-links {
display: none !important;
}
/* ✅ Hide the “From your account dashboard…” paragraph */
body.page-id-11 .woocommerce-MyAccount-content-wrapper p:nth-of-type(2) {
display: none !important;
}
/* ✅ Hide ONLY Registration form on My Account page (safe and precise) */
body.page-id-11 .ur-frontend-form.login-registration .ur-form-grid:nth-of-type(2) {
display: none !important;
}
/* === Complete Mobile Fix for Login/Register Form === */
@media (max-width: 768px) {
.elementor-widget-container,
.elementor-element,
.woocommerce,
.ur-frontend-form,
.user-registration,
.ur-form-row,
.ur-form-grid,
.ur-form-grid .ur-field-item,
.ur-form-grid .form-row {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
display: block !important;
padding: 0 !important;
margin: 0 auto 20px auto !important;
float: none !important;
}
.user-registration-login-title,
.user-registration-login-description {
width: 100% !important;
display: block !important;
text-align: center !important;
font-size: 20px !important;
line-height: 1.4 !important;
}
.user-registration-Input,
.input-text,
.input-email,
.input-password,
.ur-frontend-field {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
}
.password-input-group {
width: 100% !important;
display: flex !important;
align-items: center !important;
}
.password-input-group input {
flex: 1 !important;
}
.user-registration-before-login-btn {
padding: 10px 0 !important;
display: flex !important;
align-items: center !important;
gap: 10px !important;
}
.user-registration-before-login-btn label {
display: flex !important;
align-items: center !important;
gap: 8px !important;
}
.user-registration-before-login-btn input[type=”checkbox”] {
width: 18px !important;
height: 18px !important;
}
.user-registration-register.register {
margin-top: 30px !important;
display: block !important;
text-align: center !important;
}
.ur-submit-button {
display: block !important;
margin: 10px auto 0 auto !important;
text-align: center !important;
}
.ur-frontend-form {
padding: 20px !important;
background: #f9f9f9 !important;
border-radius: 10px !important;
}
}
/* === Fix Login Layout on Desktop === */
@media (min-width: 769px) {
/* Make login form full width and centered properly */
.ur-frontend-form.login {
max-width: 480px;
margin: 0 auto;
padding: 30px 30px;
background: #fff;
border-radius: 12px;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
/* Make form fields full width and aligned properly */
.ur-frontend-form.login .ur-form-row,
.ur-frontend-form.login .ur-form-grid,
.ur-frontend-form.login .user-registration-form-row {
width: 100%;
max-width: 100%;
display: block;
margin-bottom: 20px;
}
.ur-frontend-form.login .user-registration-Input {
width: 100%;
max-width: 100%;
}
/* Remember Me and Lost Password – space them properly */
.ur-frontend-form.login .user-registration-before-login-btn {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
}
.ur-frontend-form.login .user-registration-before-login-btn label,
.ur-frontend-form.login .user-registration-before-login-btn p {
margin: 0;
}
/* Login button centre properly */
.ur-frontend-form.login .ur-submit-button {
display: block;
width: 100%;
text-align: center;
margin-top: 20px;
}
/* Not a member yet link */
.ur-frontend-form.login .user-registration-register.register {
margin-top: 30px;
text-align: center;
}
}
@media (min-width: 769px) {
/* Fix Remember Me checkbox size and alignment on desktop */
.ur-frontend-form.login .user-registration-before-login-btn input[type=”checkbox”] {
width: 18px;
height: 18px;
margin-right: 8px;
vertical-align: middle;
}
.ur-frontend-form.login .user-registration-before-login-btn label {
display: flex;
align-items: center;
gap: 8px;
}
}/* End custom CSS */
/* Start custom CSS for wp-widget-woocommerce_my_auctions, class: .elementor-element-9761798 *//* === MY AUCTIONS LAYOUT – DESKTOP & MOBILE === */
.widget_my_auctions .product_list_widget li {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 30px;
flex-wrap: wrap;
margin-bottom: 40px;
width: 100%;
box-sizing: border-box;
}
.widget_my_auctions .product_list_widget li img {
width: 80px;
height: auto;
border-radius: 6px;
flex-shrink: 0;
}
.widget_my_auctions .product-title {
font-weight: bold;
margin-bottom: 4px;
display: block;
}
.widget_my_auctions .auction-price {
margin-bottom: 6px;
}
/* === “Time left” Label === */
.widget_my_auctions .product_list_widget .time-left {
background: #fff3cd;
padding: 6px 12px;
border-radius: 6px;
font-weight: bold;
text-align: center;
margin-bottom: 6px;
display: inline-block;
}
/* === Countdown Container === */
.widget_my_auctions .product_list_widget .auction-time-countdown {
background: #fff3cd;
padding: 10px 16px;
border-radius: 6px;
display: flex;
justify-content: center;
overflow-x: auto;
gap: 20px;
width: 100%;
box-sizing: border-box;
}
/* === Countdown Row Layout === */
.widget_my_auctions .wc_auctions_countdown-row {
display: flex;
justify-content: center;
width: 100%;
gap: 20px;
flex-wrap: nowrap;
}
/* === Countdown Units === */
.widget_my_auctions .wc_auctions_countdown-section {
display: flex;
flex-direction: column;
align-items: center;
min-width: 60px;
text-align: center;
flex-shrink: 0;
}
.widget_my_auctions .wc_auctions_countdown-amount {
font-size: 20px;
font-weight: bold;
line-height: 1.2;
}
.widget_my_auctions .wc_auctions_countdown-period {
font-size: 13px;
line-height: 1.1;
color: #333;
margin-top: 2px;
}
/* === MOBILE FIXES === */
@media (max-width: 768px) {
.widget_my_auctions .product_list_widget li {
flex-direction: column;
align-items: flex-start;
}
.widget_my_auctions .product_list_widget .auction-time-countdown {
padding: 10px;
gap: 12px;
overflow-x: auto;
width: 100%;
max-width: 100%;
}
.widget_my_auctions .wc_auctions_countdown-section {
min-width: 50px;
}
.widget_my_auctions .wc_auctions_countdown-amount {
font-size: 16px;
}
.widget_my_auctions .wc_auctions_countdown-period {
font-size: 11px;
}
}
/* === STYLE VISUAL RESTYLING (ADD-ON FINAL) === */
/* Card styling: white background, soft shadow, rounded edges */
.widget_my_auctions .product_list_widget li {
background: #ffffff;
border-radius: 12px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
padding: 18px 20px;
transition: box-shadow 0.3s ease;
}
.widget_my_auctions .product_list_widget li:hover {
box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
}
/* Larger image */
.widget_my_auctions .product_list_widget li img {
width: 120px;
height: auto;
border-radius: 8px;
}
/* Sophisticated title styling with stronger underline */
.widget_my_auctions .product-title {
font-size: 18px;
font-weight: 600;
color: #002f6c;
margin-bottom: 10px;
position: relative;
display: inline-block;
padding-bottom: 6px;
}
.widget_my_auctions .product-title::after {
content: “”;
position: absolute;
bottom: 0;
left: 0;
width: 45%;
height: 3px;
background: linear-gradient(to right, #003087, transparent);
opacity: 0.5;
border-radius: 4px;
}
/* Price styling */
.widget_my_auctions .auction-price {
font-size: 16px;
font-weight: 600;
color: #009933;
margin-bottom: 6px;
}
.widget_my_auctions .auction-price .current {
font-weight: normal;
color: #444;
margin-right: 5px;
}
/* Time-left badge */
.widget_my_auctions .product_list_widget .time-left {
background-color: #e6f5ec;
color: #006644;
font-weight: 500;
font-size: 13px;
padding: 6px 12px;
border-radius: 6px;
}
/* Countdown background restyle */
.widget_my_auctions .product_list_widget .auction-time-countdown {
background-color: #f6f9fc;
border: 1px solid #dce4ef;
border-radius: 6px;
}
/* Countdown digits */
.widget_my_auctions .wc_auctions_countdown-amount {
color: #000;
font-weight: 600;
}
/* Countdown label (Hours, Minutes) */
.widget_my_auctions .wc_auctions_countdown-period {
color: #666;
font-weight: 400;
font-size: 12px;
}/* End custom CSS */
/* Start custom CSS for wp-widget-widget_watchlist_auctions, class: .elementor-element-ca8a817 *//* === WATCHLIST AUCTIONS LAYOUT – DESKTOP & MOBILE === */
.widget_watchlist_auctions .product_list_widget li {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 30px;
flex-wrap: wrap;
margin-bottom: 40px;
width: 100%;
box-sizing: border-box;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
padding: 18px 20px;
transition: box-shadow 0.3s ease;
}
.widget_watchlist_auctions .product_list_widget li:hover {
box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
}
.widget_watchlist_auctions .product_list_widget li img {
width: 120px;
height: auto;
border-radius: 8px;
flex-shrink: 0;
}
.widget_watchlist_auctions .product-title {
font-size: 18px;
font-weight: 600;
color: #002f6c;
margin-bottom: 10px;
position: relative;
display: inline-block;
padding-bottom: 6px;
}
.widget_watchlist_auctions .product-title::after {
content: “”;
position: absolute;
bottom: 0;
left: 0;
width: 45%;
height: 3px;
background: linear-gradient(to right, #003087, transparent);
opacity: 0.5;
border-radius: 4px;
}
.widget_watchlist_auctions .auction-price {
font-size: 16px;
font-weight: 600;
color: #009933;
margin-bottom: 6px;
}
.widget_watchlist_auctions .auction-price .current {
font-weight: normal;
color: #444;
margin-right: 5px;
}
.widget_watchlist_auctions .product_list_widget .time-left {
background-color: #e6f5ec;
color: #006644;
font-weight: 500;
font-size: 13px;
padding: 6px 12px;
border-radius: 6px;
display: inline-block;
text-align: center;
margin-bottom: 6px;
}
.widget_watchlist_auctions .product_list_widget .auction-time-countdown {
background-color: #f6f9fc;
border: 1px solid #dce4ef;
padding: 10px 16px;
border-radius: 6px;
display: flex;
justify-content: center;
overflow-x: auto;
gap: 20px;
width: 100%;
box-sizing: border-box;
}
.widget_watchlist_auctions .wc_auctions_countdown-row {
display: flex;
justify-content: center;
width: 100%;
gap: 20px;
flex-wrap: nowrap;
}
.widget_watchlist_auctions .wc_auctions_countdown-section {
display: flex;
flex-direction: column;
align-items: center;
min-width: 60px;
text-align: center;
flex-shrink: 0;
}
.widget_watchlist_auctions .wc_auctions_countdown-amount {
font-size: 20px;
font-weight: bold;
color: #000;
line-height: 1.2;
}
.widget_watchlist_auctions .wc_auctions_countdown-period {
font-size: 13px;
font-weight: 400;
color: #666;
line-height: 1.1;
margin-top: 2px;
}
/* === MOBILE FIXES === */
@media (max-width: 768px) {
.widget_watchlist_auctions .product_list_widget li {
flex-direction: column;
align-items: flex-start;
}
.widget_watchlist_auctions .product_list_widget .auction-time-countdown {
padding: 10px;
gap: 12px;
overflow-x: auto;
width: 100%;
max-width: 100%;
}
.widget_watchlist_auctions .wc_auctions_countdown-section {
min-width: 50px;
}
.widget_watchlist_auctions .wc_auctions_countdown-amount {
font-size: 16px;
}
.widget_watchlist_auctions .wc_auctions_countdown-period {
font-size: 11px;
}
}/* End custom CSS */

Hello chmcarauctions (not chmcarauctions? Log out)

From your account dashboard you can view your recent orders, manage your shipping and billing addresses, and edit your password and account details.

You can customize default dashboard texts from Endpoints/Dashboard tab.This notice is visible to admins only.

Dismiss notice

Dashboard

Account details

Auctions settings

Payment methods

Log out

My auctions
My Watchlist

You can customize default dashboard texts from Endpoints/Dashboard tab.This notice is visible to admins only.

Dismiss notice

Dashboard

Account details

Auctions settings

Payment methods

Log out