.licence-expiry-button {
    border: 2px solid #20a5b8;
    margin: 9px 0;
    font-size: 13px;
    padding: 4px 0px;
    border-radius: 4px;
    background: white;
    color: #20a5b8;
    font-weight: 600;
    width: 63px;
    cursor: pointer;
    text-transform: capitalize;
}
.hide_download_content {
    display: none;
}
.container {
    max-width: 1440px;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
}
section.account-banner {
    background: url('https://w3speedster.com/wp-content/uploads/2026/04/Banner-Section.webp');
    background-size: cover;
    background-position: center;
    padding: 176px 0px 100px;
}
section.account-banner div#content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
section.account-banner div#content span.user-span {
    background: rgb(255 255 255 / 4%);
    padding: 8px;
    width: fit-content;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
section.account-banner div#content h1.account-head {
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 0;
}
section.account-banner div#content p.account-text {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
}
div#account-wrapper .woocommerce {
    display: flex;
}
div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 15%;
    border-radius: 0;
    border-right: 1px solid #D9D9D9;
    box-shadow: 0 0 4px 2px rgb(9 86 98 / 24%);
    padding: 40px 20px;
}
div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation .list-group {
    border: none;
    gap: 15px;
}
div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation .list-group a.list-group-item {
    border: none;
    padding: 8px;
    border-radius: 3px;
    color: #525151;
    display: flex;
    gap: 10px;
    font-size: 18px;
    align-items: center;
    font-weight: 500;
    position: relative;
}
div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation .list-group a img {
    filter: brightness(0) invert(0.4);
}
div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation .list-group a.list-group-item.active,
div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation .list-group a.list-group-item:hover{
    color: #000000;
    background: rgb(0 116 135 / 8%);
    border-right: 3px solid #007487;
}
div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation .list-group a.list-group-item.active img,
div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation .list-group a.list-group-item:hover img{
    filter: unset;
}
div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation .list-group a.list-group-item.customer-logout:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #DEDEDE;
    top: -7px;
}
div#account-wrapper .woocommerce .woocommerce-MyAccount-content {
        padding: 40px;
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #F9F9F9;
}
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .custom-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #595959;
    font-weight: 500;
}
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .custom-breadcrumb a.homecrumb {
    color: #595959;
}
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .custom-breadcrumb  span.active {
    color: #000;
}
 h2.account-second-head {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
    text-transform: capitalize;
}
 p.account-head-text {
    line-height: 20px;
    color: #595959;
}
.woocommerce table.my_account_orders {
    border-radius: 6px !important;
}
.woocommerce table.my_account_orders thead {
    background: #095662;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}
.woocommerce table.my_account_orders thead tr .woocommerce-orders-table__header-order-number {
    border-top-left-radius: 6px;
}
.woocommerce table.my_account_orders thead tr  th.woocommerce-orders-table__header {
    padding: 10px 20px;
    font-weight: 500;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell {
    padding: 24px 20px;
    font-size: 14px;
    font-weight: 400;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number a {
    color: #236873;
    font-weight: 500;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row .woocommerce-orders-table__cell-product-name {
    max-width: 340px;
}
button.view-license-btn {
    color: #fff;
    background: #236873;
    padding: 10px 50px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #236873
}
button.view-license-btn i {
    margin-left: 10px;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-licence {
    width: 300px;
}
.license-content {
    padding: 10px 10px;
    border: 1px solid #236873;
    border-radius: 4px;
    max-width: 243px;
    width: 100%;
    justify-content: center;
}
.license-content button {
    background: none;
    border: none;
    padding: 0;
    margin-left: 10px;
    cursor: pointer;
    color: #236873;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .custom-action-dropdown {
    position: relative;
    display: inline-block;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .custom-action-dropdown .action-toggle {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .custom-action-dropdown .action-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    background: #fff;
    border: 1px solid #fff;
    min-width: 240px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 999;
    text-align: left;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .custom-action-dropdown .action-menu a {
    display: flex;
    padding: 10px;
    text-decoration: none;
    color: #0e0e0e;
    align-items: center;
    gap: 10px;
    font-weight: 300;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .custom-action-dropdown .action-menu a:not(:last-child){
    border-bottom: 1px solid #236873;
}
.action-menu a:last-child {
    border-bottom: none;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .custom-action-dropdown .action-menu a:hover {
    background: #236873;
    color: #fff;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    text-align: center;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .custom-action-dropdown .action-menu a i {
    color: #236873;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .custom-action-dropdown .action-menu a:hover i {
    color: #fff;
}
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .pagination-list {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    justify-content: flex-end;
}
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .page-btn,
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .pagination-list a,
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .pagination-list span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #236873;
    border-radius: 6px;
    text-decoration: none;
    color: #236873;
    font-weight: 500;
    background: #fff;;
}
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .pagination-list .current {
    background: #236873;
    color: #fff;
}
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .page-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .pagination-list a:hover {
    background: #236873;
    color: #fff;
}
tr.woocommerce-orders-table__row.order {
    background: #fff;
}
.woocommerce table.my_account_orders thead tr  .woocommerce-orders-table__header-order-actions {
    border-top-right-radius: 6px;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row--status-completed.order {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row--status-completed.order td.woocommerce-orders-table__cell-order-number {
    border-bottom-left-radius: 8px;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row--status-completed.order td.woocommerce-orders-table__cell-order-actions {
    border-bottom-right-radius: 8px;
}
.woocommerce table.my_account_orders thead tr th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    padding: 10px 20px 10px 6px;
}
.woocommerce table.my_account_orders thead tr th.woocommerce-orders-table__header:not(:first-child):not(:last-child) {
    padding: 10px 10px;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell:not(:first-child):not(:last-child) {
    padding: 16x 10px;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
    padding: 16px 20px 16px 6px;
}
.woocommerce-MyAccount-content table.shop_table thead th.order-id {
    border-top-left-radius: 6px !important;
}   
.woocommerce-MyAccount-content table.shop_table thead th.version {
    border-top-right-radius: 6px !important;
}
.woocommerce table.my_account_orders tbody tr.order {
    background: #fff;
}
.woocommerce table.my_account_orders tbody tr.order:last-child {
    border-radius: 0 0 6px 6px !important;
}
.woocommerce table.my_account_orders tbody tr.order:last-child td.order-id {
    border-radius: 0 0 0 6px !important;
}
.woocommerce table.my_account_orders tbody tr.order:last-child td.version {
    border-radius: 0 0 6px 0 !important;
}
@media(max-width: 1280px){
    div#account-wrapper .woocommerce {
        flex-direction: column;
    }
    div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation {
        width: 100%;
    }
    div#account-wrapper .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
    }
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row .woocommerce-orders-table__cell-product-name {
        max-width: unset;
    }
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-licence {
        width: unset;
    }
}
@media(max-width:767px){
    
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row {
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 1px 1px 7px 0px #23687352;
    }
    .woocommerce table.my_account_orders {
        border: none;
    }
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-number {
        border-top: 0;
    }
    section.account-banner {
        padding: 126px 0px 80px;
    }
    section.account-banner div#content h1.account-head {
        font-size: 45px;
        line-height: 50px;
    }
    section.account-banner div#content p.account-text {
        font-size: 16px;
        font-weight: 300;
    }
    div#account-wrapper .woocommerce .woocommerce-MyAccount-content {
        padding: 40px 20px;
    }
    div#account-wrapper .woocommerce .woocommerce-MyAccount-content h2.account-second-head {
        font-size: 40px;
        line-height: 45px;
    }
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-licence .license-content button {
        margin-top: 4px;
    }
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-licence .license-content {
        width: auto;
        flex-wrap: wrap;
        max-width: min-content;
    }
}
@media(min-width:768px) and (max-width:1280px){
    div#account-wrapper .woocommerce .woocommerce-MyAccount-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    }
    .woocommerce table.my_account_orders thead {
        font-size: 16px;
    }
    .woocommerce table.my_account_orders thead tr th.woocommerce-orders-table__header {
        line-height: 1;
        padding: 12px 10px;
    }
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell {
        padding: 12px 10px;
        font-size: 14px;
    }
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-licence button.view-license-btn {
        padding: 10px 10px;
        width: max-content;
    }
}
@media(max-width:1024px){
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-licence button.view-license-btn {
        padding: 10px 10px;
    }
}
@media(min-width:1280px) and (max-width:1340px){
    .woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-licence button.view-license-btn {
        padding: 10px 30px;
    }
}
section.woocommerce-order-details h3.woocommerce-order-details__title, 
section.woocommerce-customer-details h3.woocommerce-column__title {
    text-transform: capitalize;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #161616;
}
.woocommerce-account .woocommerce-MyAccount-content p.order-received-info {
    font-size: 16px;
    line-height: 24px;
    color: #161616;
    margin-bottom: 2em;
}
.woocommerce-account .woocommerce-MyAccount-content p.order-received-info mark {
    color: #095662;
    font-weight: 600;
}
section.woocommerce-order-details .download-section .button-group {
	display: flex;
	justify-content: left;
	gap: 1rem;
	margin-bottom: 0;
}
section.woocommerce-order-details .download-section .button-group .current-version-button,
section.woocommerce-order-details .download-section .button-group .all-version-button  {
	font-size: 1rem;
	color: #fff;
	padding: 12px 32px;
	font-weight: 600;
	border-radius: 4px;
	transition: background-color 0.3s;
}
section.woocommerce-order-details .download-section .button-group .current-version-button {
	background-color: #095662;
	border: 2px solid #095662;
}
section.woocommerce-order-details .download-section .button-group .all-version-button  {
	background-color: #20a2b7;
	border: 2px solid #23a6b6;
}
section.woocommerce-order-details .download-section .button-group .current-version-button:hover {
    background: #fff;
    color: #095662;
    border: 2px solid #23a1b6;
}
section.woocommerce-order-details .download-section .button-group .all-version-button:hover {
    background: #fff;
    color: #095662;
}
section.woocommerce-order-details table.order_details thead {
    background: #095662;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}
section.woocommerce-order-details form#update_user_siteurl table.order_details thead th.product-name {
    font-weight: 500;
    width: 50%;
}
section.woocommerce-order-details table.order_details thead th.product-name {
    padding: 8px 20px;
}
section.woocommerce-order-details table.order_details td, section.woocommerce-order-details table.order_details th {
    padding: 12px 20px;
}
section.woocommerce-order-details table.order_details td a {
    color: #095662 !important;
    font-weight: 600;
}
section.woocommerce-order-details table.order_details td {
    font-weight: 500;
}
.woocommerce section.woocommerce-customer-details address {
    padding: 12px;
    border: 1px solid rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 2px 0 #0956624f;
    background: #fff;
}
.woocommerce section.woocommerce-customer-details address .address-box {
    display: flex;
    gap: 5px;
}
.woocommerce section.woocommerce-customer-details address .address-box p.address-head {
    font-size: 16px;
    font-weight: 700;
}
.woocommerce section.woocommerce-customer-details address .address-box p {
    margin-bottom: 10px;
}
section.woocommerce-order-review {
    padding: 30px;
    border-radius: 4px;
    border: 2px solid #095662;
    background: #fdffff;
}
section.woocommerce-order-review h3 {
    font-size: 26px;
    font-weight: 700;
    padding-left: 5px;
    text-transform: capitalize;
    text-align: center;
}
.woocommerce-order-review #form {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    max-width: 700px;
    margin: auto;
}
section.woocommerce-order-review label {
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
}
.woocommerce-order-review textarea {
    background: #fff;
    border: 1px solid #095662;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
}
.woocommerce-order-review input,
.woocommerce-order-review textarea{
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #004b58;
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
}
.woocommerce-order-review #submit{
    width: auto;
    background: #095662;
    color: #fff;
    padding: 12px 28px;
    height: auto;
    font-size: 16px;
    transition:all ease 0.5s;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
}
.woocommerce-order-review #submit:hover{
    background: #ffffff;
    color: #095662;
    border-color: #095662;
}
.woocommerce-order-review .rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 15px;
}
.woocommerce-order-review #form .rating span label:before {
    color: #9d9d9d;
    font-size: 20px !important;
    outline: #000;
}
.rating span:has(~ span.checked) label:before,
.rating span.checked label:before,
.rating span:hover label:before,
.rating span:has(~ span:hover) label:before {
    color: #ffb700 !important;
    text-shadow: 0px 0px 1px #0000006e;
}
@media(max-width:767px){
	section.woocommerce-order-details table.order_details td {
	    white-space: normal;
	    overflow-wrap: break-word;
	    word-break: break-word;
	}
}
.woocommerce table.shop_table{
    background: #fff;
}
.woocommerce table.shop_table tbody td input[type="text"] {
    max-width: 370px;
    width: 100%;
}
.woocommerce table.shop_table tbody td input[type="submit"] {
    padding: 8px 30px;
    background: #095662;
    color: #fff;
    border: 1px solid #095662;
    border-radius: 4px;
    cursor: pointer;
}
.woocommerce table.shop_table tbody td input[type="submit"]:hover {
    border-color: #095662;
    color: #095662;
    background: #fff;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    background: #fff;
    box-shadow: 0 1px 8px 0 #0000001a;
}
.woocommerce-MyAccount-content table.shop_table thead th {
    padding: 9px 12px;
}
.woocommerce-MyAccount-content table.shop_table tbody td.license {
    width: 300px;
}
.woocommerce-MyAccount-content table.shop_table tbody td {
    font-size: 14px;
    padding: 21px 16px;
}
.woocommerce-MyAccount-content table.shop_table tbody td.product-name {
    max-width: 450px;
}
.woocommerce-MyAccount-content table.shop_table tbody td.download a.download-link {
    padding: 12px 24px;
    color: #fff;
    background: #1BA300;
    border-radius: 4px;
    font-size: 14px;
}
.woocommerce-MyAccount-content table.shop_table tbody td.version a.version-link {
    padding: 12px 24px;
    color: #fff;
    background: #20A5B8;
    border-radius: 4px;
    font-size: 14px;
}
.woocommerce-MyAccount-content table.shop_table tbody td.order-id a {
    color: #236873;
    font-weight: 600;
}
@media(max-width:768px){
    .woocommerce-MyAccount-content table.shop_table tbody td.product-name {
        max-width: unset;
    }
    .woocommerce-MyAccount-content table.shop_table tbody td.license {
        width: unset;
    }
    .woocommerce table.my_account_orders tbody tr.order {
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 20px;
    }
    .woocommerce table.my_account_orders tbody tr.order td.order-id {
        border-top: 0;
    }
    .woocommerce table.my_account_orders tbody td.license:before,
    .woocommerce table.my_account_orders tbody td.download:before,
    .woocommerce table.my_account_orders tbody td.version:before {
        display: none;
    }
}
@media(min-width:769px) and (max-width: 1840px){
    .woocommerce-MyAccount-content table.shop_table tbody td {
        padding: 16px 14px;
        font-size: 14px;
    }
    .woocommerce-MyAccount-content table.shop_table tbody td.license button.view-license-btn {
        padding: 10px 30px;
        width: max-content;
    }
    .woocommerce-MyAccount-content table.shop_table tbody td.download .download-link, 
    .woocommerce-MyAccount-content table.shop_table tbody .version a.version-link {
        width: max-content;
        display: block;
    }
    .woocommerce-MyAccount-content table.shop_table tbody td.product-name {
        max-width: 320px;
        min-width: 230px;
    }
}
.payment-methods-wrapper {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
}
.payment-methods-wrapper .payment-card {
    width: auto;
    padding: 20px;
    border-right: 1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.payment-methods-wrapper .payment-card .card-header {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    align-items: center;
}
.payment-methods-wrapper .payment-card .card-header span.card-brand-icon img{
    width: 30px;
    height: auto;
    filter: brightness(0);
}
.payment-methods-wrapper .payment-card .card-body {
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}
.payment-methods-wrapper .payment-card.visa .card-body {
    background: linear-gradient(181deg, #4ECAF3, #0091DF);
}
.payment-methods-wrapper .payment-card.mastercard .card-body {
    background: linear-gradient(135deg, #ff8008, #ff3d00);
}
.payment-methods-wrapper .payment-card .card-body .card-type {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
}
.payment-methods-wrapper .payment-card .card-body .card-type img{
    filter: brightness(1.5);
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.payment-methods-wrapper .payment-card .card-body .card-number {
    letter-spacing: 2px;
    font-size: 16px;
}
.payment-methods-wrapper .payment-card .card-body .card-footer {
    display: flex;
    justify-content: space-between;
}
.payment-methods-wrapper .payment-card .card-body .card-footer div small {
    font-size: 14px;
    color: #E3E3E3;
    letter-spacing: 0.4px;
    font-weight: 300;
}
.payment-methods-wrapper .payment-card .card-body .card-footer div  div {
    font-weight: 400;
    font-size: 18px;
}
div#account-wrapper .woocommerce .woocommerce-MyAccount-content .main-wrapper {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 8px 0 hsl(188deg 83% 21% / 25%);
    border-radius: 4px;
}
.payment-methods-wrapper .payment-card .card-actions {
    display: flex;
}
.payment-methods-wrapper .payment-card .card-actions a.remove-btn {
    background: #EFEFEF;
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.payment-methods-wrapper .payment-card .card-actions a.remove-btn i.fa-regular.fa-trash-can {
    color: #EB001B;
    font-size: 18px;
}
.woocommerce a.add-payment {
    background: #007487 !important;
    padding: 12px 18px;
}
form.woocommerce-EditAccountForm.edit-account {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 1px 8px 0 hsl(188deg 83% 21% / 25%);
}
form.woocommerce-EditAccountForm.edit-account .form-row label {
    font-size: 14px;
    color: #5c5c5c;
}
form.woocommerce-EditAccountForm.edit-account .form-row input,
form.woocommerce-EditAccountForm.edit-account .select2-selection{
    border: 1px solid #075b684f;
}
form.woocommerce-EditAccountForm.edit-account .form-row span em {
    font-size: 14px;
    color: #3f3f3f;
    font-weight: 300;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    margin-bottom: 20px;
}
form.woocommerce-EditAccountForm.edit-account p button[name="save_account_details"] {
    border: 1px solid #095662;
    padding: 8px 24px;
    background: #095662;
    color: #fff;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
form.woocommerce-EditAccountForm.edit-account p button[name="save_account_details"]:hover {
    border-color: #095662;
    color: #095662;
    background: #fff;
}
h3.account-third-head {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
main#main .woocommerce:has(.woocommerce-form-login),
.woocommerce:has(form.woocommerce-ResetPassword.lost_reset_password) {
    justify-content: center;
    padding: 0 12px;
    background: #F9F9F9;
}
div#account-wrapper .woocommerce .main-wrapper-login {
    max-width: 960px;
    width: 100%;
}
div#account-wrapper .woocommerce form.woocommerce-form-login,
div#account-wrapper .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
    box-shadow: 0 1px 8px 0 hsl(188deg 83% 21% / 25%);
    padding: 30px 40px;
    background: #fff;
}
div#account-wrapper .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
    margin: 2em 0;
}
div#account-wrapper .woocommerce form.woocommerce-form-login p.woocommerce-LostPassword a {
    color: #095662;
    font-weight: 500;
}
div#account-wrapper .woocommerce form.woocommerce-form-login p.form-row.remember {
    padding: 0;
    margin: 0;
}
div#account-wrapper .woocommerce form.woocommerce-form-login p.button_container button.btn {
    background: #095662;
    width: 100%;
    border: 1px solid #095662;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
div#account-wrapper .woocommerce form.woocommerce-form-login p.button_container button.btn:hover {
    border-color: #095662;
    color: #095662;
    background: #fff;
}
div#account-wrapper .woocommerce form.woocommerce-form-login input.input-text {
    border-color: #0956626e;
}
main#main .woocommerce .main-wrapper-login .woocommerce-notices-wrapper {
    margin-top: 20px;
}
main#main .woocommerce .main-wrapper-login .woocommerce-notices-wrapper .woocommerce-error, 
main#main .woocommerce .main-wrapper-login .woocommerce-notices-wrapper .woocommerce-info, 
main#main .woocommerce .main-wrapper-login .woocommerce-notices-wrapper .woocommerce-message {
    background: #ffffff;
    box-shadow: 0 1px 8px 0 #0000002b;
}
body.woocommerce-order-received .plan-expiry-box.woocommerce-expiry-date {
    margin-bottom: 10px;
}
body.woocommerce-order-received p.order-received-info mark {
    color: #095662;
    font-weight: 600;
    background: transparent;
}
body.woocommerce-order-received p.order-received-info {
    margin-top: 10px;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}
div#account-wrapper .woocommerce nav.woocommerce-MyAccount-navigation .list-group a.list-group-item.list-group-item-action.edit-address {
    display: none;
}