ul {
margin: 0;
padding: 0;
list-style: none;
}
.cits-dashbord-area a {
text-decoration: none;
display: inline-block;
box-sizing: border-box;
}
.cits-my-account h1,
.cits-my-account h2,
.cits-my-account h3,
.cits-my-account h4,
.cits-my-account h5,
.cits-my-account h6,
.cits-my-account p {
margin: 0;
}
.wc-block-components-totals-coupon-link,
.content-body a {
color: #332C2C !important;
} .cits-my-account .woocommerce-MyAccount-navigation ul li a {
padding: 8px 12px;
width: 100%;
display: inline-block;
box-sizing: border-box;
text-decoration: none !important;
display: flex !important;
align-items: center;
justify-content: space-between;
}
.cits-my-account .woocommerce-MyAccount-navigation ul li a .dashicons {
margin-left: 10px;
margin-right: 0;
font-size: 20px;
width: 20px;
height: 20px;
}
.cits-nav-label {
display: inline-block;
}  .cits-my-account .woocommerce-MyAccount-navigation ul li:last-child a {
border: none !important;
}
.cits-dashbord-area h2 {
font-size: 28px;
font-weight: bold;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #DDD;
}
.cits-dashbord-single-item {
text-decoration: none !important;
color: #2c3e50;
}
.cits-dashbord-single-item span {
display: block;
}
.cits-dashbord-single-item span img {
width: 30px;
height: 30px;
object-fit: contain;
margin: auto;
margin-bottom: 12px;
}
.cits-my-account fieldset {
padding: 0;
border: none;
}
.dashboard-dark-design {
display: grid;
grid-template-columns: 31% 31% 31%;
gap: 25px;
}
.cits-my-account .woocommerce-Button { color: white !important;
font-weight: 500 !important;
box-shadow: 0 10px 20px rgba(147, 106, 113, 0.2) !important;
transition: opacity 0.2s !important;
} .woocommerce-button.wp-element-button.button.view:hover,
.woocommerce-address-fields .button.wp-element-button:hover,
.woocommerce-Button.button.wp-element-button:hover {
background: linear-gradient(120deg, #262D47, #354060) !important;
}
.woocommerce-address-fields .button.wp-element-button {
margin-top: 0;
}
.cits-my-account .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.cits-my-account .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
width: 100% !important;
padding-top: 30px;
}
.woocommerce-Address-title.title {
margin-bottom: 10px;
}
.woocommerce-button.wp-element-button.button.view,
.wc-block-components-notice-banner__content .woocommerce-Button.button.wp-element-button {
margin: 0;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td {
border-top: 1px solid rgba(0, 0, 0, .1) !important;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:last-child td {
border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}
.cits-my-account .woocommerce-MyAccount-navigation {
min-height: 380px;
}
.white-image {
display: none;
}
.cits-my-account .woocommerce-MyAccount-navigation fieldset {
margin-bottom: 20px;
} @media all and (max-width: 991px) {
.dashboard-dark-design {
grid-template-columns: 48% 48%;
}
.cits-my-account .woocommerce-MyAccount-navigation {
overflow-x: auto;
}
}
@media all and (max-width: 767px) {
.cits-my-account .woocommerce-MyAccount-navigation,
.cits-my-account .woocommerce-MyAccount-content {
width: 100% !important;
box-sizing: border-box;
}
.cits-my-account .woocommerce-MyAccount-navigation ul li a {
padding: 12px 15px !important;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td:last-child::before {
display: none !important;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:last-child td {
border-bottom: none !important;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td:first-child {
border: none !important;
}
.cits-my-account .woocommerce-MyAccount-navigation {
min-height: auto;
}
}
@media all and (max-width: 575px) {
.dashboard-dark-design {
gap: 10px;
}
.button.wc-forward.wp-element-button {
float: left;
margin-top: 10px;
}
}
@media all and (max-width: 480px) {
.dashboard-dark-design {
grid-template-columns: 100%;
}
} .cits-user-profile {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 10px;
}
.cits-user-avatar {
margin-bottom: 10px;
}
.cits-user-avatar img {
border-radius: 50% !important;
object-fit: cover;
}
.cits-user-name {
margin-top: 5px;
font-size: 16px;
color: #333;
} .cits-my-account .woocommerce {
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: space-between;
}
.cits-my-account .woocommerce::before,
.cits-my-account .woocommerce::after {
display: none !important;
}